/* GENERAL */
.page-title{
	color: #555;
	font-weight: 300;
	font-size: 48px;
}

.page-subtitle{
	font-size: 24px;
	color: #c5a884;
	font-weight: 300;
	position:relative;
}

.page-text{
	font-size: 16px;
	color: #817972;
}
.text-white{
	color: #fff !important;
}
.text-gold{
	color: #cab090 !important;
}
.colored{
	background: #cab090;
}
.gray{
	background: #f5f5f5;
}

.deep-gray{
	background: #e8e6e3;
}

.circumflex{
	text-align:center;
	font-weight: 300;
	font-size: 48px;
	color: #555;
	margin-top: 25px;
	margin-bottom: 25px;
}

.sector{
	padding-top: 75px;
	padding-bottom: 85px;
}

.sector-book{
	padding-top: 70px;
}

.sector-title{
	font-weight: 300;
	color: #555;
	font-size: 30px;
	position: relative;
}

.split span{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	background: #fff;
}
.split div{
	left:0px;
	right: 0px;
	position:absolute;
	top: 50%;
	z-index: -1;
	height: 2px;
	background: #e8e6e3;
}
.btn-button{
	overflow:hidden;
	display:block;
	border:solid 2px #cab090;
	height: 50px;
	line-height: 48px;
	width: 100%;
	text-decoration:none !important;
	cursor: pointer;
}

.btn-button div{
	color: #555;
}

.btn-button div{
	height: 50px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.btn-button:hover > div:first-child {
	margin-top: -50px;
}

.btn-button:hover > div:last-child {
	color: #fff;
	background: #cab090;
}

.no-pad{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.circle{
	position:relative;
}
.circle img{
	position:absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
	.page-title{
		font-size: 36px;
	}
	.page-subtitle{
		font-size: 22px;
	}
	.page-text{
		font-size: 16px;
		padding-bottom: 15px;
	}	
	.circumflex{
		font-size: 28px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.sector{
		padding-top: 35px;
		padding-bottom: 0px;
	}
	.sector-title{
		font-size: 24px;
	}
	.circle{
		display:none;
	}
}

@media (max-width: 768px) {
	.page-title{
		font-size: 32px;
	}
	
	.page-subtitle{
		font-size: 18px;
	}
	
	.page-text{
		font-size: 14px;
	}
}

/* ABOUT */
.best-rate{
	margin-top: 50px;
}
#more-room{
	padding-top: 30px;
}
.best-elem{
	position:relative;
	overflow: hidden;
	max-width: 370px;
}
.best-img{
	width: 100%;
}
.best-room{
	position:absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 55px;	
	line-height: 55px;	
	background: #cab090;
	color: #fff;
	text-align:center;
	font-weight: 300;
	font-size: 24px;
}
.effe{
	z-index: 1;
	position:absolute;
	background: rgba(197, 168, 132, .5);	
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
} 
.effe-left{
	left: 0px;
	width: 0px;
	top: 0px;
	bottom: 55px;
	
}
.effe-right{
	right: 0px;
	width: 0px;
	top: 0px;
	bottom: 55px;	
}
.goto{
	text-decoration:none !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 300;
	display:block;
	width: 100px;
	height: 50px;
	border-radius: 50px;
	border:solid 2px #fff;
	text-align:center;
	line-height: 45px;
	z-index:2;
	position:absolute;
	top: -100px;
	left: 50%;
	-ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.best-elem:hover > .effe{
	width: 50% !important;
}
.best-elem:hover > .goto {
	-webkit-animation: mymove .2s forwards;
	-webkit-animation-delay: .3s; 
    animation: mymove .2s forwards;
    animation-delay: .3s;
}
@-webkit-keyframes mymove {
    from {top: -50px;}
    to {
		top: 45%;
		left: 50%;
		-ms-transform: translate(-50%, -100%);
	    -webkit-transform: translate(-50%, -100%);
	    transform: translate(-50%, -100%);
	}
}
@keyframes mymove {
    from {top: -50px;}
    to {
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
}

.best-btns{
	margin-top: 50px;
}

.about-gallery{
	margin-top: 60px;
}

.about-gallery .elem{
	display:block;
	margin-bottom: 30px;
	position:relative;
	overflow: hidden;
}

.about-gallery .elem .view-more{
	text-decoration:none !important;
	display:block;
	height: 105px;
	background: #cab090;
	text-align:center;
	line-height: 102px;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

.effe{
	position:absolute;
	background: rgba(197, 168, 132, .5);	
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
} 
.about-gallery .elem .effe-left{
	left: 0px;
	width: 0px;
	top: 0px;
	bottom: 0px;
	
}
.about-gallery .elem .effe-right{
	right: 0px;
	width: 0px;
	top: 0px;
	bottom: 0px;	
}
.goto{
	text-decoration:none !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 300;
	display:block;
	width: 100px;
	height: 50px;
	border-radius: 50px;
	border:solid 2px #fff;
	text-align:center;
	line-height: 45px;
	z-index:2;
	position:absolute;
	top: -100px;
	left: 50%;
	-ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
.about-gallery .elem:hover > .effe{
	width: 50% !important;
}
.about-gallery .elem:hover > .goto {
	-webkit-animation: mymove .2s forwards;
	-webkit-animation-delay: .3s; 
    animation: mymove .2s forwards;
    animation-delay: .3s;
}
@-webkit-keyframes mymove {
    from {top: -50px;}
    to {
		top: 45%;
		left: 50%;
		-ms-transform: translate(-50%, -100%);
	    -webkit-transform: translate(-50%, -100%);
	    transform: translate(-50%, -100%);
	}
}
@keyframes mymove {
    from {top: -50px;}
    to {
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
}

.text-effe{
	overflow:hidden;
}

.text-effe div{
	height: 105px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear; 
}

.text-effe:hover > div:first-child{
	margin-top: -105px;
}

.experience{
	display:block;
	padding-top: 45px;
	padding-bottom: 45px;
	min-height: 220px;
}

#map{
	height: 450px;
}
.about-location{
	padding-bottom:0px;
}
.about-location #map{
	margin-top: 25px;
}

.about-map{
	margin-top: 50px;
	margin-bottom: 0px;
	border:none;
	background: #fff;
}

.about-map .navbar-brand{
	font-size: 24px;
	color: #555;
	font-weight: 300;
}

#about-loc .navbar-nav{
	float: none;
	overflow: hidden;
	margin: 0px auto 0px auto;
	display: table;
	table-layout: fixed;
}

#about-loc ul li{
	margin-right: 10px;
}

#about-loc ul li:last-child{
	margin-right: 0px;
}

#about-loc ul li a{
	cursor:pointer;
	color: #555555;
	font-size: 15px;
	border:solid 1px #cab090;
	min-width: 220px;
	text-align:center;
}

#about-loc ul li a:hover{
	color: #fff;
	background: #cab090;
}

.loc-active{
	background: #cab090 !important; 
	color: #fff !important;	
}

#about-loc .text-effe{
	overflow:hidden;
	height: 50px;
}

#about-loc .text-effe a{
	display:block;
	height: 50px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear; 
}

#about-loc .text-effe:hover > a:first-child{
	margin-top: -50px;
}

.after-map{
	height: 2px;
	background: #e8e6e3;
	margin-top: 25px;
}

@media (max-width: 1200px) {
	.about-gallery .elem .view-more {
	    height: 83px;
	    line-height: 83px;
   }
   #about-loc ul li a{
		min-width: 179px;
	}
}

@media (max-width: 992px) {
	.best-rate,.best-btns{
		margin-top: 10px;
	}
	#more-room{
		padding-top: 0px;
	}
	.best-elem{
		margin-bottom: 20px;
	}
	.best-btns .btn-button{
		margin-bottom: 10px;
		max-width: 370px;
	}
	.about-gallery{
		margin-top: 20px;
	}
	#about-loc ul li a{
		min-width: auto;
	}
}
@media (max-width: 768px) {
	.experience .elem img{
		display:none;
	}
	.elem-btn{
		margin-bottom: 0px !important;
	}
	.about-map{
		margin-top: 10px;
	}
	#about-loc ul{
		width: 100%;
	}
	#about-loc .text-effe{
		margin-right: 0px;
		margin-bottom: 5px;	
	}
	
	#about-loc .text-effe a{
		line-height: 27px;
	}
	.about-location #map {
	    margin-top: 10px;
	}
	.experience{
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: auto;
	}
	#map{
		height: 350px;
	}
}
@media (max-width: 540px) {
	#map{
		height: 280px;
	}
}

/* LOCATION */
.reach .circumflex{
	font-size: 24px;
}
.useful-title{
	color: #555555;
	font-size: 24px;
	font-weight: 300;
}
.useful-text{
	font-size: 16px;
	color: #817972;
	line-height: 30px;
}
.line{
	width: 42px;
	height: 2px;
	background: #cab091;
	margin-top: 30px;
	margin-bottom: 30px;
}
.custom-ul ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
.custom-ul li {
	line-height: 30px;
    list-style: none;
    color: #555555;
    font-size: 16px;
}

.custom-ul li:before {
    content: "•";
    margin-right:20px;
    color: #cab091;
}
.locations{
	padding-top: 70px;
	padding-bottom: 40px;
}
@media (min-width: 992px){
	.custom-collapse .collapse{
		display:block;
	}
	.collapse-btn{
		display:none;
	}
} 
@media (max-width: 992px) {
	.reach{
		text-align:center;
	}
	.custom-ul li:before {
		content: "";
		margin-right: 0px;
	}
	.line{
		margin: 15px auto 15px auto;
	}
	.useful-title{
		font-size: 20px;
	}
	.locations {
	    padding-top: 35px;
	    padding-bottom: 0px;
   	}
	.locations li{
		text-align:center;
	}
}

/* FACILITIES */
@media (max-width: 1200px) {
	#sightseeings .custom-ul ul{
		margin-left: 80px;
	}
}
@media (max-width: 900px) {
	#sightseeings .custom-ul ul{
		margin-left: 0px;
	}
}

/* ROOM */
.room-page{
	padding-bottom: 0px;
}
.room-info{
	font-size: 16px;
	color: #817972;
	line-height: 30px;
}
.room-info .best-btns{
	width: 254px;
}
.room-services div:first-child{
	font-weight: 300;
	font-size: 30px;
	color: #555;
	margin-bottom: 40px;
}
.room-services li{
	color: #817972;
}
.room-gallery{
	padding-top:60px;
	padding-bottom: 20px;
}
.room-types {
	padding-top: 60px;
	padding-bottom: 60px;
	color:#cab090;
	text-align:center;
	font-size: 16px;
}
.room-types span{
	margin-left: 12px;
	margin-right: 12px;
}
.room-types a{
	color:#cab090 !important;
	text-decoration:none !important;
}
.room-types a:hover{
	color:#7c7369 !important;
}
@media (max-width: 900px) {
	.room-info, .room-services{
		text-align:center;
	}
	.room-services div:first-child{
		margin-bottom: 10px;
	}
	.room-info .best-btns{
		margin-left: auto;
		margin-right: auto;
	}
	.room-types {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.room-types{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.room-types span{
		display:none;
	}
	.room-types a{
		display:block;
	}
}

/* GALLERY */
.gallery{
	margin-top: 115px;
	margin-bottom: 50px;
}
.wrap
{
	max-width: 1100px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#gallery .about-gallery .elem{
	margin-bottom: 10px !important;
}
#container
{
	margin-top: 30px;
}
.item
{
	margin: 5px;
	overflow:hidden;
}
.item img
{
	width: 100%;
}
.item-1
{
	width: 285px;
	height: 420px;
}
.item-2
{
	width: 235px;
	height: 250px;
}
.item-3
{
	width: 485px;
	height: 350px;
}
.item-4
{
	width: 285px;
	height: 180px;
}

@media (max-width: 1125px) 
{
	.item
	{
		width: 250px !important;
		height: auto !important;
	}
}

@media (max-width:992px) 
{
	.gallery{
		margin-top: 50px;
		margin-bottom: 30px;
	}
	#container
	{
		margin-top: 10px;
	}
}

/* CONTACT */
.contact input{
	color: #817972;
	font-size: 16px;
	width: 100%;
	height: 60px;
	background: #fff;
	border:none;
	border-radius:0px;
	padding-left: 18px;
	margin-bottom: 20px;
}

.contact textarea{
	color: #817972;
	font-size: 16px;
	width: 100%;
	height: 140px;
	display:block;
	border-radius:0px;
	padding-left: 18px;
	padding-top: 15px;
	border:none;
	margin-bottom: 20px;
}

.contact button{
	color: #fff;
	font-size: 16px;
	width: 100%;
	border:none;
	border-radius:0px;
	background: #cab091;
	text-align:center;
	height: 60px;
}

.plholder::-webkit-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #817972 !important;}
.plholder::-moz-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #817972 !important;}
.plholder:-ms-input-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #817972 !important;}
.plholder:-moz-placeholder { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #817972 !important;}

.contact-info div{
	line-height: 30px;
}

.contact-info img{
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-info div:first-child{
	padding-top: 15px;
}

.contact-info div:nth-child(2),.contact-info div:nth-child(4),.contact-info div:nth-child(6){
	color:#817972;
	font-size: 16px;
}

#captcha{
	background-image: url('../captcha/captcha.php') !important;
	background-repeat: no-repeat !important;
	background-position: right !important;
}

.contact-map{
	padding-bottom: 0px;
}

.contact-map #map{
	margin-top: 50px;
}

@media (max-width: 900px) {
	.contact-info img{
		margin-top: 0px;
		margin-bottom: 0px;
	}
}