@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
body{
margin: 0;
padding: 0;
background: #ececec;
}
/*body {
	background: url("http://fapi.frognerhouse.no/wp-content/uploads/sites/8/2017/11/2.jpg") top center no-repeat;
	margin-top: 31vh;
}*/
.clear {
	clear: both;
	height: 0;
}
.frogner_container, .m_left_container, .m_right_container {
	transition: all 0.3s ease 0s;
}
.frogner_container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.m_left_container {
	width: 88%;
}
.m_right_container {
	width: 10%;
}
.spacing {
	padding: 12px;
	background: rgba(255, 255, 255, 1);
	float: left;
	width: 100%;
}
.booking_engine, .input_bottom_section {
	float: left;
	width: 100%;
}
.booking_engine {
	display: table;
}
.m_left_container, .m_right_container {
	display: table-cell;
	vertical-align: top;
}
.input_bottom_section {
	margin-top: 7px;
}
.adbox_widget {
	float: left;
	width: 100%;
}
.m_left_container input, .m_left_container select {
	border: none;
	border-radius: 0;
	color: #888;
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	height: auto;
	padding: 12px 10px;
	background-color: #fff;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 24px;
}
.location_container select, .room_container select, .adult_child_container select {
	background: #fff url("../images/drop_arrow.png") no-repeat scroll 98% center;
	border-bottom: dotted 2px #999;
}
.location_container select, .room_container select, .adult_child_container select, .m_left_container input {
	background-position: calc(100% - 15px) center;
}
.location_container {
	float: right;
	width: 28%;
}
.check_container {
	width: 70%;
	float: left;
}
.check_container input {
	background: #fff url("../images/calendar.png") no-repeat scroll 96% center;
	border-bottom: dotted 2px #999;
}
.left_section, .right_section {
	position: relative;
}
.left_section {
	float: left;
	width: 49%;
}
.right_section {
	float: right;
	width: 49%;
}
.btn_wrap {
	color: #fff;
	display: block;
	margin-left: 11px;
	position: relative;
}
.btn_wrap input.login {
	display: block;
	border: none;
	font-size: 15px;
	line-height: 34px;
	background: #0e4194;
	color: #fff;
	position: absolute;
	width: 100%;
}
.room_container {
	float: left;
	width: 35%;
}
.room_container, .adult_child_container, .adult_child_container.no_promo, .location_container {
	padding-right: 1px;
}
.adult_child_container {
	float: left;
	width: 33.33%;
}
.adult_child_container.no_promo {
	width: 65%;
}
.promo_code_section {
	float: left;
	width: 31.67%;
}
.promo_code_section input:focus {
	box-shadow: 0 0 5px rgba(14, 65, 148, 1);
	border: 1px solid rgba(14, 65, 148, 1);
}
.check_container input, .promo_code_section input {
	color: #252525;
}
.btn_wrap button {
	display: block;
	background: #48d27f;
	height: 100%;
	line-height: 19px;
	transition: all 0.15s ease 0s;
	width: 100%;
	border: none;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 3px;
	padding: 9px 75px;
}
.btn_wrap button:hover {
	background: #2e794c;
}
body .ui-widget-header {
	background-color: #48d27f;
}
body .ui-widget-header a {
	background-color: rgba(255, 255, 255, 0.7);
}
/*----------- CHILD AGE ------------*/
.Age {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	background: #fffdf3;
}
.Age .child-age {
	float: left;
	width: 46%;
	margin: 2%;
}
.Age .child-age:nth-child(even) {
	float: right
}
.child-age .room select {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background: #fff url("../images/arrow_booking.png") no-repeat scroll 96% center;
	border: 1px solid #d1d1d1;
	color: #000;
	width: 100%;
	height: 28px;
	padding: 5px;
}
.child-age p {
	margin-bottom: 0px;
}
/*.popup-age:after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 0; border: 20px solid transparent; border-top-color: #0e4194; border-bottom: 0; border-left: 0; margin-left: -10px; margin-bottom: -20px;}*/
.popup-age:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0;
	border-color: #0e4194 transparent transparent transparent;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: -20px;
}
.popup-age {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #c9c9c9;
	border-radius: 8px;
	bottom: 50px;
	left: -40px;
	padding: 0 0 12px;
	position: absolute;
	width: 200px;
	z-index: 9999999;
}
.popup-age p {
	margin: 5px 0 0 0;
}
.outer_booking {
	margin-top: 15em
}
.close-pp {
	background: #fff;
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	line-height: 17px;
	position: absolute;
	right: 4px;
	text-indent: 0;
	text-transform: uppercase;
	top: 4px;
	width: 18px;
}
.outer_booking .fields-block-alter {
	position: relative;
}
.popup-age .child-popup {
	float: left;
	margin: 4%;
	width: 38%;
}
.popup-age .child-popup:nth-child(odd) {
	float: right;
}
.head-line {
	background: #0e4194;
	border-radius: 8px 8px 0 0;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.age-head {
	text-align: center;
	color: #fff;
}
.popup-age .child-popup select {
	border: 1px solid #ddd;
	color: #000;
	width: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url("../images/drop_arrow.png") no-repeat scroll 98% center;
	height: 25px;
}
.xpm-text {
	width: 96%;
	display: inline-block;
	padding-bottom: 10px;
}

@media screen and (max-width:1200px) {
.frogner_container {
	width: 970px;
}
}

@media screen and (max-width:992px) {
.frogner_container {
	width: 750px;
}
.m_left_container {
	width: 78%;
}
.m_right_container {
	width: 20%;
}
.m_left_container input, .m_left_container select {
	font-size: 14px;
	padding: 12px 5px;
	line-height: 20px;
}
.check_container input {
	padding-left: 32px;
}
}

@media screen and (max-width:767px) {
body {
	margin: 0;
}
.booking_engine {
	display: block;
}
.frogner_container {
	background: white;
	bottom: 0;
	box-shadow: 0 0 25px rgba(14, 65, 148, 0.15);
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 290px;
	z-index: 10003;
	right: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
.m_left_container, .m_right_container, .location_container, .check_container, .promo_code_section, .adbox_widget .adult_child_container {
	display: block;
	width: 100%;
	float: left;
}
.m_left_container input, .m_left_container select {
	font-size: 12px;
	line-height: 18px;
	box-shadow: none;
	border: none;
}
.room_container, .adult_child_container, .adult_child_container.no_promo, .location_container {
	padding: 0;
}
.check_container, .input_bottom_section, .promo_code_section {
	margin-top: 15px;
}
.m_left_container input, .m_left_container select {
	background-color: #f2f4f8;
	padding: 12px 6px;
}
.btn_wrap {
	margin: 0;
}
.check_container input {
	padding-left: 31px;
}
.left_section, .right_section {
	width: 48%;
}
.right_section {
	float: right;
}
.room_container {
	width: 30%;
	margin-right: 3%;
}
.adult_child_container {
	width: 67%;
}
.adbox_widget .adult_child_container {
	margin-bottom: 15px;
}
.btn_wrap button {
	line-height: 22px;
	padding: 12px 0;
}
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#custom_engine{
width: 100%;
float: left;
position: relative;
margin-top: -33px;
}

.top_banner{
float: left;
width: 100%;
}

#custom_engine .booking-panel-right-section, #custom_engine .booking_panel, #custom_engine .fields-block.ng-scope, #custom_engine .outer_booking .calendar, #custom_engine .booking-panel-right-section, #custom_engine .booking-panel-left-section{
transition: all 0.3s ease-in-out;
}
#custom_engine .fields-block-alter.width100pr, #custom_engine .featured-list{
display: none;
}
#custom_engine .booking_panel{
width:1170px;
margin: 0 auto;
-webkit-box-shadow: -1px 11px 12px -8px rgba(0,0,0,0.47);
-moz-box-shadow: -1px 11px 12px -8px rgba(0,0,0,0.47);
box-shadow: -1px 11px 12px -8px rgba(0,0,0,0.47);
}
#custom_engine .outer_booking #results_widget{
width: 100%;
}
#custom_engine .outer_booking #reservation_search{
background: #fff;
}
#custom_engine .booking-panel-left-section{
max-width: 100%;
width: 75%;
}
#custom_engine .fields-block.ng-scope, #custom_engine .outer_booking .calendar{
width:31.3%;
box-sizing: border-box;
}
#custom_engine .outer_booking #results_widget{
box-shadow: none;
}
#custom_engine .outer_booking #results_widget select, #custom_engine .outer_booking .calendar input{
    border-bottom: dotted 2px #999;
	box-shadow: none;
	width: 100%;
	-moz-appearance:none;
	-webkit-appearance:none;
	}
	#custom_engine .outer_booking .calendar input{
	background: #fff url(../images/calendar.png) no-repeat scroll 96% center;
	}
	
	#custom_engine .outer_booking input.login{
	display: block;
    background: #48d27f;
    height: 100%;
    line-height: 19px;
    transition: all 0.15s ease 0s;
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 3px;
    padding: 9px 75px;
	text-shadow: none;
	}
	#custom_engine ._720kb-datepicker-calendar{
	width: 270px;
	}
	#custom_engine .outer_booking .fields-block, #custom_engine .outer_booking .fields-block-alter{
	padding: 0;
	margin-right: 2%;
	}
	#custom_engine .outer_booking .fields-block.book-now{
	margin-right: 0;
	width: 100%;
	}
	
	@media screen and (max-width:1169px){
	
	img{
	width: 100%;
	}
	#custom_engine .outer_booking input.login{
	padding: 9px 10px;
	}
	#custom_engine .booking_panel{
	width:100%;
		padding: 0 2%;
	box-sizing: border-box;
	}
	#custom_engine .booking-panel-right-section{
	width: 25%;
	}
	}
	
	@media screen and (max-width:768px){
	#custom_engine .booking-panel-left-section, #custom_engine .fields-block.ng-scope{
	width: 100%;
	}
	#custom_engine .outer_booking .fields-block-alter{
	width: 48%;
	margin-top: 23px;
	}
	#custom_engine .fields-block-alter.calendar.calender-right{
	margin-right: 0;
	float: right;
	}
	#custom_engine .booking-panel-right-section{
	margin-top: 20px;
	}
	}
	
	@media screen and (max-width:480px){
	#custom_engine .booking-panel-right-section{
	width: 100%;
	}
	}
	
	
	@media screen and (min-width :320px) and (max-width :767px) {
#custom_engine .fields-block-alter.calendar.calender-right ._720kb-datepicker-calendar {
	position: absolute ;
	left: auto;
	right: 0;
}
#custom_engine .fields-block-alter.calendar ._720kb-datepicker-calendar {
	position: absolute;
	left: 0;
}
}

@media screen and (min-width :320px) and (max-width :767px) and (orientation : landscape) {
#custom_engine .fields-block-alter.calendar.calender-right ._720kb-datepicker-calendar {
	position: absolute;
	left: auto;
	right: 0;
}
#custom_engine .fields-block-alter.calendar ._720kb-datepicker-calendar {
	position: absolute ;
	left: 0;
}
}
.language_btn{
position: fixed;
right:10px;
top: 20px;
z-index: 999999;
}

.language_btn a{
display: inline-block;
background: #D8911D;
padding: 4px 8px;
margin: 0 10px;
color: #fff;
}

/* Booking engine theme */
.outer_booking {border: #886c4a 1px solid;}
#custom_engine .outer_booking .fields-block, #custom_engine .outer_booking .fields-block-alter {border-right: #886c4a 1px solid;padding: 0 1%;}
#custom_engine .outer_booking #results_widget select, #custom_engine .outer_booking .calendar input {border-bottom: solid 1px #dedbd5;color: #886c4a;}
.outer_booking p {font-size: 11px !important;color: #886c4a;}
#custom_engine .outer_booking #results_widget select, #custom_engine .outer_booking .calendar input {padding: 0;height: 26px;}
#custom_engine .outer_booking .calendar input {background: none;}
.outer_booking #reservation_search {padding: 0 !important;}
.outer_booking #results_widget::before {display: none;}
#custom_engine .outer_booking .fields-block, #custom_engine .outer_booking .fields-block-alter {margin-right: 0;}