

/* ========================================================================== */
/* rooms
/* ========================================================================== */

.rooms {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	width: 100%;
}

.main:after,
.rooms:after {
	clear: both;
	content: "";
	display: table;
}

.rooms-repeat{
	padding: 20px;
}

.rooms-left,
.rooms-right,
.rooms-content,
.rooms-img{
	position: relative;
}

.rooms-left,
.rooms-img{
	margin-bottom: 30px;
}

.rooms .btn{
	clear: both;
}

/* ========================================================================== */
/* CAROUSEL
/* ========================================================================== */

.news-slider {
	height: auto!important;
	position: relative;
	width: 100%;
}

.cycle-carousel-wrap {
	display: flex;
	position: relative!important;
}

.news-slide {
	color: #ffffff;
	display: none;
	flex: 1 0 100%;
	position: relative;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}

.carousel .control{
	margin-bottom: 40px;
}

.carousel .subtitle{
	background-color: #a88a56;
	display: inline-block;
	margin-bottom: 24px;
	padding: 3px 14px;
}

.carousel h3{
	color: #ffffff;
    font-size: 26px;
    margin-bottom: 1vw;
    font-family: helvetica;
    font-weight: 400 !important;
}

.carousel .text-link{
	color: #ffffff;
	margin-top: 0;
}

.carousel .rooms > .inner{
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 100%;
	position: relative;
}

.carousel .rooms-content{
	background-color: #a69666;
	margin-top: 78px;
	padding: 45px 35px;
	max-width: 480px;
	width: 100%;
}

.carousel .rooms-img{
	height: calc(100% - 78px);
	position: absolute;
	right: 0;
	top: 0;
	width: 67%;
}

.carousel .rooms-img > img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.rooms-book{
	color: #ffffff;
	flex: 1 0 100%;
	position: relative;
	text-align: center;
	vertical-align: top;
	white-space: normal;
}

.rooms-book h3{
	font-size: 32px;
	color: #fff;
}

.rooms-book > .inner{
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 100%;
	position: relative;
}

.rooms-book .rooms-content{
	background-color: #a69666;
	margin-top: 78px;
	padding: 45px 35px;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
}

.rooms-book .rooms-img{
	height: calc(100% - 78px);
	position: absolute;
	left: 0;
	top: 0;
	width: 67%;
}

.rooms-book .rooms-img > img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.secondary{
	
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.rooms-book a.btn{
	background-color: #998854;
}

.rooms-book p{
	line-height: 2.5;
}

a.controlleft {
	float: left;
}

a.controlleft:before {
	content: '\e80e';
}

a.controlright {
	float: right;
}

a.controlright:before {
	content: '\e80f';
}

.control{
	display: flex;
	flex-direction: row;
	font-family: 'fontello';
	justify-content: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

.control a{
	color: #e9d9c4;
	display: inline-block;
	vertical-align: top;
}

.control a:hover{
	color: #ffffff;
}

.control a.control-left{
	border-right:1px solid #a28554;
}

.control a.control-left:before,
.control a.control-right:before{
	content: '\e83a';
	display: inline-block;
	font-size: 20px;
	padding: 3px 26px;
}

.control a.control-left:before {
	content: '\e80e';
}

.control a.control-right:before {
	content: '\e80f';
}


.rooms-background .wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 0;
}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: calc(100% - 60px);
}
/* ========================================================================== */
/* MEDIA QUERIES
/* ========================================================================== */

@media only screen and (min-width: 480px) {


}  

@media only screen and (min-width: 680px) {
	

	.header-main,
	.header-main .wrapper{
		height: 95px;
	}

	.rooms-repeat{
		padding: 40px;
	}
	
	
}  



@media only screen and (min-width: 1025px){
	.slideshow,
	#slideshow{
		height: 100vh;
	}

	

	.main{
		margin-top: 0;
	}

	.rooms-repeat{
		padding: 50px;
	}
	
	.rooms-left{
		width: 40%;
		padding-right: 50px;
	}
	
	.rooms-right{
		width: 60%;

	}

	
	.novabox_contain_next:before,
	.novabox_contain_prev:before,
	.logo-mobile,
	a.mobile-btn,
	.mobile-seo,
	.mobile-nav,
	.footer-bar{
	   display: none;
	}
	


	.hide-mobile{
		display: block !important;
	}

	.hide-desktop{
		display: none !important;
	}

	.box-table-a {
		width: 100%;
		position: relative;
		float: left;
		clear: both;
		border-collapse: collapse;
		
	}

	.subnav{
		display: inline-block;
	}

	.rooms-half{
		width: 50%;
	}

	.rooms-half:nth-of-type(1){
		float: left;
		padding-right: 40px;
	}

	.rooms-half:nth-of-type(2){
		float: right;
		padding-left: 40px;
	}

	
}


@media only screen and (min-width: 1180px) {
	.wrapper{
		width: 1140px;
		padding: 0;
	}
}


/*HACK FOR IOS 7 AND 6 OLD IPHONES*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
	.slideshow,
	#slideshow {
		height: 250px;
	}
}

@media screen and (device-aspect-ratio: 40/71) {
	.slideshow,
	#slideshow {
		height: 250px;
	}
}
/* ========================================================================== */
/* MEDIA QUERIES
/* ========================================================================== */

@media only screen and (min-width: 680px) {

	
	.mobile-seo,
	.home-navigation{
		display: none;
	}

	.page-banner{
		height: 505px;
	}

	#ggmap{
		height: 64vw;
	}

	.slideshow,
	#slideshow{
		height: 100%;
	}

	.header-main,
	.header-main .wrapper{
		height: 95px;
	}

	.rooms-img{
		margin-bottom: 0;
	}

	.rooms-img,
	.rooms-content{
		width: 50%;
	}

	.rooms-repeat {
		padding: 0 0 40px 0;
	}

	.rooms-repeat > .inner {
		display: flex;
		flex-direction: row;
	}

	.rooms-repeat:nth-child(odd) > .inner{
		flex-direction: row-reverse;
	}

	.rooms-content{
		padding: 30px 0 0 40px;
	}

	.rooms-repeat:nth-child(odd) > .inner .rooms-content{
		padding: 30px 40px 0 10px;
	}

	.spotlight .rooms:nth-child(odd) .inner {
		flex-direction: row-reverse;
	}

	

}

@media only screen and (min-width: 800px){

	.secondary{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.spotlight .rooms-img{
		width: 55%;
	}

	.spotlight .rooms-content{
		padding: 60px 45px;
		width: 45%;
	}

	.tiles .tile:not(.single) {
		width: calc((100% - 7px) / 2);
	}

	.tiles .tile:nth-last-child{
		margin-bottom: 0;
	}

	.menus .menu-item:not(.single) {
		width: calc((100% - 60px) / 2);
	}

	.menus .menu-item:nth-last-child{
		margin-bottom: 0;
	}

	

	.cards .rooms{
		margin-bottom: 0;
	}

	.cards .rooms-group{
		display: flex;
		flex-direction: row;
		margin-bottom: 45px;
	}

	.cards .rooms-group:nth-child(even) {
		flex-direction: row-reverse;
	}

	.cards .rooms-group > .rooms{
		width: 45%;
	}

	.cards .rooms-group > .rooms > .inner{
		display: flex;
		flex-direction: column;
	}

	.cards .rooms-group  > .double .rooms-img{
		height: auto;
		max-height: 100%;
	}

	.cards .rooms-group > .double{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-right: 40px;
		width: 55%;
	}

	.cards .rooms-group:nth-child(odd) > .double {
		padding-left: 40px;
		padding-right: 0;
	}	

	.cards .rooms-group > .double .rooms:first-child{
		margin-bottom: 45px;
	}

	.cards .double > .rooms > .inner{
		display: flex;
		flex-direction: row;
	}

	.cards .double .rooms-img{
		width: 35%;
	}

	.cards .double .rooms-content{
		width: 65%;
	}

	.rooms-background .wrapper {
		align-items: flex-end;
		min-height: 635px;
	}

	.rooms-background > div:nth-child(odd) .wrapper {
		align-items: flex-start;
	}

	.rooms-background .rooms{
		padding: 50px;
	}

	

}

@media only screen and (min-width: 900px){



	.rooms-content{
		padding: 45px 0 0 60px;
	}

	.rooms-repeat:nth-child(odd) > .inner .rooms-content{
		padding: 45px 60px 0 10px;
	}
	
	.rooms-book .rooms-content,
	.carousel .rooms-content{
		padding: 50px 60px;
	}

	.menus .menu-item .rooms-content{
		padding: 45px 40px;
	}

	.g_hotelimage{
		display: block;
	}

	ul.g_options{
		padding-bottom: 30px;
	}

	.cards .rooms-content{
		padding:35px 50px;
	}

	.rooms-background .rooms{
		padding: 60px;
	}

	

}

@media only screen and (min-width: 1025px){

	

	#rooms .page-banner{
		height: 75vh;
		min-height: 505px;
	}

	#home .page-banner{
		height: 100vh;
	}

	

	.slideshow,
	#slideshow{
		height: 100%;
		margin-top: 0;
	}

	.slideshow:before{
		display: block;
	}

	.novahtmlslider_controls .controlleft,
	.novahtmlslider_controls .controlright {
		background-color: transparent;
		font-size: 24px;
	}

	
	.rooms-repeat {
		padding: 0 0 50px 0;
	}

	.rooms-img{
		width: 45%;
	}
	
	.rooms-content{
		width: 55%;
	}
	
	.rooms-left{
		padding-right: 50px;
		width: 40%;
	}

	.rooms-info,
	.rooms-right{
		width: 60%;
	}

	.split-list li {
		width: calc(50% - 20px);
	}

	.spotlight .rooms > .inner{
		min-height: 735px;
	}

	.spotlight .rooms-img{
		width: 62%;
	}

	.spotlight .rooms-content{
		width: 38%;
	}

	
	select,
	textarea,
	input {
		font-size: 12px !important;
	}

	.novabox_contain_next:before,
	.novabox_contain_prev:before,
	.logo-mobile,
	.menu-btn:not(.alt),
	.footer-btns,
	.mobile-seo,
	.mobile-nav{
	   display: none;
	}
	
	
	#home .heading,
	.mini-be,
	#rooms .controlsWrap,
	#rooms:not(.overview) a.backto{
		display: inline-block; 
	}

	.hide-mobile{
		display: block !important;
	}

	.hide-desktop{
		display: none !important;
	}

	

	.rooms-half{
		width: 50%;
	}

	.rooms-half:nth-of-type(1){
		float: left;
		padding-right: 40px;
	}

	.rooms-half:nth-of-type(2){
		float: right;
		padding-left: 40px;
	}

	

	.column-left,
	.column-right{
		float: left;
	}

	.column-left{
		width: 35%;
	}

	.column-right{
		width: 65%;
		padding-left: 80px;
	}

	.rooms-book .rooms-content,
	.carousel .rooms-content{
		padding: 60px;
	}

	.mini-be{
		display: block;
	}

	.mini-be-form > section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.mini-be-form > section .split {
		clear: none;
		display: inline-block;
		width: calc((100% - 8px) / 2);
	}

	.special-banner .wrapper{
		align-items: center;
		display: flex;
		justify-content: flex-end;
		min-height: 600px;
	}

	.special-banner .inner{
		padding: 50px 55px;
		text-align: left;
	}


	#home .slideshow-banner{
		opacity: 0;
		background-color: transparent;
	}

}


@media only screen and (min-width: 1180px) {

	.wrapper{
		max-width: 1140px;
		padding: 0;
		width: calc(100% - 40px);
	}

	.header-main .wrapper,
	.second-header .wrapper,
	.heading .wrapper{
		width: calc(100% - 116px);
	}

	.spotlight .rooms-img{
		width: calc(100% - 520px);
	}

	.spotlight .rooms-content{
		padding: 95px 90px;
		width: 520px;
	}

	

}

/*HACK FOR IOS 7 AND 6 OLD IPHONES*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
	.slideshow,
	#slideshow {
		height: 250px;
	}
}

@media screen and (device-aspect-ratio: 40/71) {
	.slideshow,
	#slideshow {
		height: 250px;
	}
}
