/* ---------------------------------------- */
/* G E N E R A L  S T Y L E
/* ---------------------------------------- */
ul{
	list-style:none;
	margin:0;
	padding:0;
}
a, a:hover{
	text-decoration:none !important;
}
.clear{
	clear:both;
}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.text-widget , .sidebar .textwidget{
	background-color:#ecf0f1;
	padding:10px 15px;
	margin-top:20px;
}
.link-widget{
	background-color:#ecf0f1;
	padding:10px 15px;
	margin-top:20px;
}
.link-widget li{
	margin-bottom:5px;
}
.link-widget li i{
	margin-right:15px;
	color:#3498db;
}
.link-widget li a{
	color:#3498db;
}
.more-photos{
	text-align:right;
	clear: both;
	margin-top: 0;
	line-height: .2;
}
.more-photos a{
	text-transform:uppercase;
	font-size: 12px;
}
.wrapper {
	z-index: 1;
	position: relative;
}
/* ---------------------------------------- */
/* D I V I D E R  S T Y L E
/* ---------------------------------------- */
.divider-1{
	background:#bdc3c7;
	height:1px;
	width:100%;
	display:block;
}
/* ---------------------------------------- */
/* S L I D E R 	  S T Y L E
/* ---------------------------------------- */
.slider-wrapper{
	position:relative;
	min-height: 80px;
	z-index: 9999;	
}
.scroll-to-explore{
	position:absolute;
	bottom:100px;
	right:160px;
	z-index: 99999;
	color:#ecf0f1;
	font-size:14px;
	cursor:pointer;
}
.scroll-to-explore i{
	font-size: 35px;
	display: inline-block;
	position: relative;
	top: 7px;
}
.sticky-wrapper {
	position: relative;
	z-index: 9;
}
/* ---------------------------------------- */
/* B O O K I N G  S T Y L E
/* ---------------------------------------- */
.booking-wrapper-home{
	background:#000;
	background:rgba(0,0,0,.7);
	position:absolute;
	bottom:0;
	z-index:9999;
	padding: 25px 0;
	width:100%;	
}
.booking-wrapper-home .reservation a{
	position:static;
	float:left;
}
.booking{
	text-align: right;
}
.fieldset-booking{}
.fieldset-booking .fieldset-check{
	display:inline-block;
	float: left;
    margin-left: 25px;
	position:relative;
}
.fieldset-booking .fieldset-check i, .fieldset-booking .fieldset-option i, .fieldset-submit i{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background: #bdc3c7;
	padding: 10px;
	color:#fff;
	border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
}
.fieldset-booking .fieldset-check input{
	width:200px;
	height: 30px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight:300;
	padding:0 15px;
	cursor:pointer;
	color: #bdc3c7;
	font-size: 14px;
}
.fieldset-booking .fieldset-option{
	display:inline-block;
	position:relative;
	margin-left:25px;
	float:left;
}
.fieldset-booking .fieldset-option select{
	width:125px;
	height: 30px;
	padding: 0 12px 0;
	margin: 0;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: #ece5ce;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #bdc3c7;
	font-size: 14px;
	background:#fff;
}
.fieldset-submit {
	display:inline-block;
	position:relative;
}
.fieldset-submit .booking-submit{
	border:none;
	box-shadow:none;
	color: #fff;
	font-size: 14px;
	padding:0 15px;
	height: 30px;
	width:175px;
	font-weight:300;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.fieldset-submit .booking-submit:hover{
	opacity:.9;
}

/* ---------------------------------------- */
/* M E N U   T O P   S T Y L E
/* ---------------------------------------- */
.menu-top-wrapper{
	position:absolute;
	top:0;
	width:100%;
	z-index: 99999;
	margin-top: 20px;
	padding: 0 30px;
}
.logo-menu-top{
	position: absolute;
	right: 30px;
	top: -30px;
}
.list-language{
	display:inline-block;
	margin-left:20px;
}
.list-language ul li{
	display:inline-block;
	border-right:1px solid #bdbdbd;
	padding: 0 10px 0 5px;
}
.list-language ul li:last-child{
	border-right:none;
}
.list-language ul li.active a, .list-language ul li a:hover{
	color: #ebeff1;
}
.list-language ul li a{
	color: #bdbdbd;
	font-size: 13px;
}
.button-menu-top{
	display:inline-block;
	cursor:pointer;
}
.button-menu-top .icon-menu-mobile{
	width:20px;
	height:20px;
	background:#ecf0f1;
	display:inline-block;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	cursor:pointer;
	position:relative;
	top:-2px;
}
.button-menu-top .icon-menu-mobile i{
	color: #483941;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 0;
	display: block;
}
.button-menu-top .text{
	color:#ecf0f1;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
}
.button-menu-top.menu-left-push{
	margin-top: 24px;
	padding-left: 18px;
}
.menu-left-top{}
.menu-left-top li{}
.menu-left-top li a{}
.menu-left-top ul.sub-menu{
	padding-left: 25px;
}
.menu-left-top ul.sub-menu li{}
.menu-left-top ul.sub-menu li a{
	color: #fff;
	font-size: 16px;
	text-transform: inherit;
	font-weight: 400;
	padding: 10px 20px;
}
/* General styles for all menus */
.cbp-spmenu {
	background: #34495e;
	position: fixed;
	z-index:999;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #95a5a6;
	font-size: 18px;
	font-weight: 600;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cbp-spmenu a:hover {
	color:#fff;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 305px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	padding: 10px 30px;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -305px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
	overflow-y: auto;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 305px;
}

.cbp-spmenu-push-toleft {
	left: -305px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cbp-spmenu-left .logo-menu-top{
	top: -15px;
	right:30px;
}
.cbp-spmenu-left .button-menu-top.menu-left-push{
	padding-left: 30px;
}
.cbp-spmenu-left .menu-left-top{
	margin-top:20px;
}
.cbp-spmenu-left  .social-footer{
	margin-top: 30px;
	padding-left:20px;
}
.cbp-spmenu-left  .social-footer li:hover{
	background:#D1DDE5;
}
.cbp-spmenu-left  .social-footer li a{
	padding:0;
	margin-top:3px;
}
.cbp-spmenu-push-toright .stuck-sticky{
	left:305px;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 305px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -305px;
	}

	.cbp-spmenu-right {
		right: -305px;
	}

	.cbp-spmenu-push-toright {
		left: 305px;
	}
}
/* ---------------------------------------- */
/* H E A D E R 	  S T Y L E
/* ---------------------------------------- */
header{
	border-bottom:1px solid #bdc3c7;
	position: relative;
	z-index: 99;
	background: #fff;
}
.logo-text{
	font-size:24px;
	text-transform:uppercase;
	font-weight:300;
	margin-top: 23px;
	display: block;
}
.stuck-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
}
body.admin-bar .stuck-sticky {
	top: 32px;
}
.header-menu-res{
	display:none;
	float: left;
	margin-top: 20px;
	cursor:pointer;
}
/* ---------------------------------------- */
/* B R E A D C R U M B   S T Y L E
/* ---------------------------------------- */
.breadcrumb-wrapper{
	background:url(../images/bg-breadcrumb.jpg) no-repeat center center;
	background-size:cover;
	min-height:180px;
	width:100%;
}
.breadcrumb-wrapper .breadcrumb{
	padding-left:0;
	padding-top:10px;
	background-color: transparent;
}
.breadcrumb-wrapper .breadcrumb li, .breadcrumb-wrapper .breadcrumb li a{
	color:#ecf0f1;
	font-size:12px;
}
.breadcrumb-wrapper .breadcrumb li a i{
	margin-right:10px;
}
.breadcrumb-wrapper .title-page{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.breadcrumb-wrapper .subtitle-page{
	color: #fff;
	font-size: 16px;
}
.reservation{position:relative;}
.reservation a{
	position:absolute;
	top: 60px;
	right: 0;
}
.reservation a span{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin-right:10px;
}
.reservation a span i{
	margin-top:8px;
	color:#fff;
}
.reservation a{
	color: #ebeff1;
	font-size: 16px;
	font-weight: bold;
}

/* ---------------------------------------- */
/* H E A D I N G   S T Y L E
/* ---------------------------------------- */

/**** heading 1 ****/
.heading-1{
	text-align:center;
}
.heading-1 h6{
	font-style:italic;
	font-size:14px;
}
.heading-1 h2{
	font-size:28px;
	font-weight:700;
	margin-top:10px;
}
/**** heading 2 ****/
.heading-2 h2{
	font-size:18px;
	text-transform:uppercase;
}
/**** heading 2 ****/
.heading-3 h2{
	font-size:18px;
	font-weight:600;
	margin-bottom:20px;
	margin-top:10px;
}
/* ---------------------------------------- */
/* C A R O U S E L  R O O M S  S T Y L E
/* ---------------------------------------- */
.carousel-wrapper{}
#carousel-rooms{}
#carousel-rooms .owl-controls{
	margin-top:10px;
	margin-bottom:50px;
}
#carousel-rooms .owl-page{
	border-right:1px solid #bfbfbf;
}
#carousel-rooms .owl-page:last-child{
	border-right:none;
}
#carousel-rooms .owl-page.active span{
	color:#3b3b3b;
}
#carousel-rooms span.owl-numbers {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:#bfbfbf;
	background:none;
	font-size:16px;
	font-weight:300;
	padding: 0px 7px;
	line-height: 0.7;
}
.img-rooms{}
.img-rooms a{
	display:block;
}
.img-rooms a img{
	width:100%;
}
.detail-rooms .title-room{
	margin-top:15px;
}
.detail-rooms .title-room a{
	font-size:24px;
	text-transform:uppercase;
}
.detail-rooms p{
	line-height:1.8;
	margin-bottom:30px;
}
.detail-rooms .title-list{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
}
.option-room{
	padding-top:5px;
}
.option-room li{
	width:50%; 
	display:inline-block;
	float: left;
	margin-bottom:5px;
}
.option-room li i{
	margin-right:10px;
}
/* ---------------------------------------- */
/* R O O M S  S T Y L E
/* ---------------------------------------- */
.list-room-wrapper{}
.list-room-wrapper ul li.list-room{
	margin-bottom:30px;
	overflow: hidden;
}
.image-room-wrapper{
	width:512px;
	overflow:hidden;
	float: left;
	margin-right: 30px;
}
.image-room-wrapper .image-list-room{
	width:380px;
	float:left;
}
.image-room-wrapper .image-list-room img{
	width:100%;
	min-height: 200px;
}
.detail-list-room{
	overflow: hidden;
	color:#fff;
}
.price{
	text-align: center;
	padding-top:10px;
	font-style: italic;
	margin-bottom:25px;
}
.price p, .occupants p{
	margin:0;
}
.price .price-room{
	font-size:36px;
	color:#816502;
	line-height: .7;
	margin-bottom: 5px;
	font-style:normal;
}
.price .price-room sub{
	bottom: 0;
	font-size: 66%;
}
.occupants{
	font-style:italic;
	text-align:center;
}
.occupants ul{
	float:right;
	padding:5px 10px;
}
.occupants ul li{
	display:inline-block;
	font-style:normal;
	color:#816502;
	font-weight:700;
	font-size:16px;
	margin-left: 2px;
}
.occupants ul li i{
	font-size:16px;
}
.occupants-btn{
	font-size:12px;
	color:#fff;
	display:inline-block;
	border:1px solid #fff;
	padding: 4px 20px;
	font-style:normal;
}
.occupants-btn:hover{
	color:#816502;
	border:1px solid #816502;
}
.content-rooms{
	overflow: hidden;
}
.content-rooms h2{
	margin-top:0;
}
.content-rooms h2 a{
	font-size:16px;
	text-transform:uppercase;
	margin-top:0;
}
.image-room-wrapper.detail-rooms-main{
	width:150px;
}
.image-room-wrapper.detail-rooms-main .occupants-btn{
	border:none;
	display:block;
}
.list-type-rooms{
	text-align:center;
	margin-bottom:30px;
}
.list-type-rooms ul li{
	display:inline-block;
	margin: 0 10px 10px;
}
.list-type-rooms ul li a{
	display:block;
	border:1px solid;
	padding:3px 30px;
	font-size:12px;
	text-transform:uppercase;
}
.content-rooms.detail-rooms-main h2{
	margin-top:-10px;
}
.content-rooms.detail-rooms-main h2 a {
	font-size:24px;
}
.content-rooms.detail-rooms-main .pcontent{
	width:60%;
	float:left;
	overflow: hidden;
	margin-right: 35px;
}
.content-rooms.detail-rooms-main .room-service{
	width: 35%;
	float: left;
	margin-top:12px;
}
.room-service-title{
	color: #3b3b3b;
	font-size: 16px;
	font-weight:600;
}
.room-specifications-wrapper ul{
	margin-top:20px;
}
.room-specifications-wrapper ul li{
	margin-bottom:30px;
}
.room-specifications-wrapper ul li .room-specifications-detail{
	background:#ecf0f1;
	padding:15px;
}
.room-specifications-wrapper ul li .room-specifications-detail .room-specifications-number{
	font-size:14px;
	color:#3b3b3b;
	float: right;
}
.gallery-rooms-wrapper{}
.gallery-rooms-wrapper li{
	margin-bottom:30px;
}
.gallery-rooms-wrapper .room-image{
	border:1px solid #e7e7e7;
	padding:10px;
	overflow:hidden;
}
.gallery-rooms-wrapper .room-image img{width:100%;}
.gallery-rooms-wrapper .room-image .room-desc-wrapper{
	position:relative;
	overflow:hidden;
}
.gallery-rooms-wrapper .room-image .room-desc{
	position:absolute;
	top:75%;
	width:100%;
	height:100%;
	/*TRANSISTIONS*/
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.gallery-rooms-wrapper .room-image .room-desc h2{
	color: #816501;
	font-size: 18px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 20px;
	position:relative;
}
.gallery-rooms-wrapper .room-image .room-desc p{
	font-size: 14px;
	text-align:center;
	padding:0 10px;
}
.gallery-rooms-wrapper .room-image .room-desc h2 a.eyes{
	position:absolute;
	right: 55px;
	top:0px;
	color:#fff;
	display:none;
}
.gallery-rooms-wrapper .room-image:hover .room-desc{
	top:0 !important;
}
.gallery-rooms-wrapper .room-image:hover .room-desc h2 a.eyes{
	display:block;
}
/* ---------------------------------------- */
/* N E W S   S T Y L E
/* ---------------------------------------- */
.news-wrapper.news-style-1{
	margin-top:20px;
}
.news-style-1{}
.news-style-1 ul li{
	clear: both;
	margin-bottom: 35px;
}
.news-style-1 .img-thumb{
	width:175px;
	float: left;
	display: block;
	margin-right: 30px;
}
.news-style-1 .img-thumb img{
	width:100%;
	height: auto;
}
.news-style-1 .news-content{
	overflow:hidden;
}
.no-sidebar .news-style-1 .news-content{
	overflow: visible;
}
.news-style-1 .news-content .news-title{
	margin-top: -10px;
	line-height:1;
}
.news-style-1 .news-content .news-title a{
	font-size:18px;
	font-weight:700;
}
.news-style-1 .news-content .news-title span, .news-content span.date{
	font-size:12px;
	color:#a1a1a1;
	display: inline-block;
}
.news-content .date.detail{
	margin-top: -5px;
	display: block;
}
.news-style-1 .news-content .news-detail{
	/*margin-top: 15px;*/
}
.news-style-1 .news-content .news-detail p{
	margin-bottom: 0;
	display: inline;
}
.news-style-1 .news-content .news-detail .read-more{
	font-size:12px;
	text-transform:uppercase;
}
.img-news-detail{
	margin-bottom:20px;
}
.img-news-detail img{
	width:100%;
}
.lastest-news h2{
	font-size:18px;
	font-weight:700;
	color:#3b3b3b;
	margin-top:0;
	padding-left:20px;
}
.list-lastest-news{
	padding-left:35px;
}
.list-lastest-news li{
	margin-bottom:5px !important;
}
.list-lastest-news li a{
	font-size:14px;
}
.list-lastest-news li a i{
	margin-right:5px;
}

/* ---------------------------------------- */
/* P A G I N A T I O N   S T Y L E
/* ---------------------------------------- */
.pagination{
	display:block;
}
.pagination *{
	/*TRANSISTIONS
	-webkit-transition: all 0.1s ease;
	   -moz-transition: all 0.1s ease;
	     -o-transition: all 0.1s ease;
	    -ms-transition: all 0.1s ease;
	        transition: all 0.1s ease;*/
}
.pagination .prev{
	background:url(../images/arrow-pagination.png) no-repeat center center;
	display:inline-block;
	width:25px;
	height:30px;
	background-position:-25px 0;
	font-size:12px;
	position:relative;
}
.pagination .prev:hover{
	background-position: 1px 0;
}
.pagination .prev span{
	position: absolute;
	left: 35px;
	top: 5px;
}
.pagination .next{
	float:right;
	background:url(../images/arrow-pagination.png) no-repeat center center;
	display:inline-block;
	width:25px;
	height:30px;
	background-position:-51px 0;
	font-size:12px;
	position:relative;
}
.pagination .next:hover{
	background-position:-77px 0;
}
.pagination .next span{
	position: absolute;
	right: 35px;
	top: 5px;
}
/* ---------------------------------------- */
/* G A L L E R Y   S T Y L E
/* ---------------------------------------- */
.list-gallery{
	margin-top:10px;
}
.list-gallery li{
	margin-bottom:25px;
}
.list-gallery li a{
	border: 1px solid #E0E0E0;
	padding: 5px;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.list-gallery li a img{
	width:100%;
	
}
/* ---------------------------------------- */
/* T E S T I M O N I A L S  S T Y L E
/* ---------------------------------------- */
.testimonial-wrapper .testimonial .text{
	font-size: 18px;
	font-style: italic;
	line-height: 1.9;
	/*background: url(../images/quote.png) no-repeat top left;*/
	width: 785px;
	float: right;
	padding-left: 100px;
	margin-top: 25px;
	position: relative;
}
.testimonial-wrapper .testimonial .text .icon-bg{
	background: url(../images/quote1.png) no-repeat top left;
	position: absolute;
	width: 57px;
	height: 45px;
	background-color: #f2bc00;
	left: 0;
}
.testimonial .name{
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
}
.testimonial .location{
	font-size:12px;
	color:#a1a1a1;
}
.testimonial .location i{
	margin-right:10px;
}
.testimonial .flex-direction-nav a{
	background:url(../images/testi-arrow.png) no-repeat center center;
	background-color: transparent;
}
.testimonial .flex-direction-nav .flex-prev{
	background-position: 0 0;
}
.testimonial .flex-direction-nav .flex-next{
	background-position: -13px 0;
}
.style-testi-2{
	margin-top: 20px;
}
.testi-detail{
	padding-right:100px;
}
.style-testi-2 .avatar-style-2{
	border-radius: 50%;
	display: inline-block;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	float: right;
}
.style-testi-2 .avatar-style-2 img{
	width:100%;
	height: auto;
}
.style-testi-2 .text-style-2{
	font-size: 16px;
	font-style: italic;
}
.style-testi-2 .name-style-2{
	float:right;
	text-transform:uppercase;
}
.style-testi-2 .name-style-2 .location-style-2{
	font-size:12px;
	text-transform:none;
	color:#a1a1a1;
	margin-left:10px;
	font-weight:600;
}
.style-testi-2 .name-style-2 .location-style-2 i{
	margin-right:5px;
}
.style-testi-2 .text-style-2 .quote-before, .style-testi-2 .text-style-2 .quote-after{
	background: transparent url(../images/quote-2-copy.png) no-repeat;
	width:15px;
	height:12px;
	background-position:0 0;
	display: inline-block;
	margin-right: 5px;
	background-color: #f2bc00;
}
.style-testi-2 .text-style-2 .quote-after{
	background-position:-18px 0 !important;
	margin-left:5px;
	margin-right:0 !important;
}
/* ---------------------------------------- */
/* F O O T E R   S T Y L E
/* ---------------------------------------- */
footer{
	padding-bottom:50px;
}
.logo.logo-footer .logo-text{
	margin-top:2px;
	margin-bottom:12px;
}
.social-footer{
}
.social-footer li{
	display:inline-block;
	width:32px;
	height:32px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	background:#bdc3c7;
	position:relative;
	text-align:center;
	margin:0 10px;
}
.social-footer li a{
	margin-top: 6px;
	display: block;
}
.social-footer li a i{
	color:#fff;
	font-size:18px;	
}

/* ---------------------------------------- */
/* P A G E   4 0 4    S T Y L E
/* ---------------------------------------- */
.page404-wrapper{
	width:780px;
	margin:0 auto;
	overflow:hidden;
}
.round-wrapper .round-404{
	width:155px;
	height:155px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	margin:0 auto;
	float:left;
	overflow:hidden;
}
.round-wrapper .round-404 span{
	font-size:60px;
	color:#fff;
	position:absolute;
	font-weight:300;
	right: 5px;
	top: 25px;
}
.text-404{
	float:left;
	overflow:hidden;
	margin-left: 40px;
}
.text-404 h2{
	font-size:46px;
	text-transform:uppercase;
	color:#3b3b3b;
	font-weight:300;
	margin-bottom:0;
}
.text-404 p{
	font-size:16px;
	margin-bottom:0;
}
.text-404 a{
	font-size:
}

.sidebar ul.menu li i {
	margin-right: 15px;
	color: #3498db;
}
.sidebar ul.menu li{
	margin-bottom: 5px;
}
.sidebar ul.menu{
	background-color: #ecf0f1;
	padding: 10px 15px;
	margin-top: 20px;
}
.gallery-widget {
	margin: 0
}
.news-content img {
	max-width: 100%;
	height: auto;
}
.wpcf7-submit {
	width: 100% !important;
}
body.admin-bar nav.cbp-spmenu{
	top:32px;
}
.slider-wrapper li {
	list-style: none;
}
/* ---------------------------------------- */
/* C O N T A C T   F O R M  7   S T Y L E
/* ---------------------------------------- */
.wpcf7-form .form-group{
	position:relative;
}
.wpcf7-form .form-group label{
	font-size: 16px;
	font-weight:300;
}
.wpcf7-form .form-group i{
	position:absolute;
	top: 45px;
	left: 250px;
}
.wpcf7-form span.wpcf7-form-control-wrap .form-control{
	width:380px;
	height:45px;
	border: 1px solid #bdc3c7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	color: #887665;
	font-size: 14px;
}
.wpcf7-form span.wpcf7-form-control-wrap.checkin-date input, .wpcf7-form span.wpcf7-form-control-wrap.checkout-date input{
	cursor:pointer;
	width:280px;
	height:45px;
}
.wpcf7-form span.wpcf7-form-control-wrap textarea{
	width:100% !important;
	height:170px !important;
}
.wpcf7-form span.wpcf7-form-control-wrap .form-control.wpcf7-select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
	width:280px;
	height:45px;
}
.wpcf7-form .wpcf7-submit{
	width:175px !important;
	height:45px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f1bb00;
	font-size: 17px;
	text-transform:uppercase;
	border:none;
	box-shadow:none;
	color:#fff;
	margin-top:15px;
}
.wpcf7-form .wpcf7-submit:hover{
	opacity:.8;
}
p.copyright {
	font-size: 13px;
}
.sidebar .gallery-widget {
	margin-right: -15px;
	margin-left: -15px;
}
/*
*
* BOOKING STYLE
*
*/
p#return_msg {
	padding: 10px;
	border: 2px solid #f1bb00;
	text-align: center;
	display: none;
}
form#booking_form label.error {
	color: red;
	font-size: 12px;
}
p.no-rooms {
	font-size: 24px;
	text-align: center;
	color: #e74c3c;
}
