/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height: 20px;
	color: #505050;
	background-color:#fff;
}

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

::-webkit-input-placeholder {opacity: 1 !important;}
:-moz-placeholder {opacity: 1 !important;}
::-moz-placeholder {opacity: 1 !important;}
:-ms-input-placeholder {opacity: 1 !important;}

select:-moz-focusring {
    color: transparent;
	outline:none !important;
    text-shadow: 0 0 0 #2d3134 !important;
	border:0 !important;
}

textarea {resize: none;}

img {
	outline:0;
	vertical-align:top;
	border:0;
	width:100%;
	max-width:100.1%;
	height:auto;
}

a {
	color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	color:#a29061;
}


.clear {
	clear:both;
	height:0;
	font-size:0;
}

#page {
	overflow-x:hidden;
}

section {padding: 55px 0;}

.container {
	padding-left: 30px;
	padding-right: 30px;
}




.margbot0 {margin-bottom:0 !important;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px !important;}
.margbot20 {margin-bottom:20px !important;}
.margbot25 {margin-bottom:25px !important;}
.margbot30 {margin-bottom:30px !important;}
.margbot35 {margin-bottom:35px !important;}
.margbot40 {margin-bottom:40px !important;}
.margbot45 {margin-bottom:45px !important;}
.margbot50 {margin-bottom:50px !important;}
.margbot55 {margin-bottom:55px !important;}
.margbot60 {margin-bottom:60px !important;}
.margbot65 {margin-bottom:65px !important;}
.margbot70 {margin-bottom:70px !important;}
.margbot75 {margin-bottom:75px !important;}
.margbot80 {margin-bottom:80px !important;}
.margbot95 {margin-bottom:95px !important;}
.margbot120 {margin-bottom:120px !important;}

.pad0 {padding:0 !important;}
.padbot0 {padding-bottom:0 !important;}
.padbot10 {padding-bottom:10px !important;}
.padbot20 {padding-bottom:20px !important;}
.padbot30 {padding-bottom:30px !important;}
.padbot40 {padding-bottom:40px !important;}
.padbot50 {padding-bottom:50px !important;}
.padbot60 {padding-bottom:60px !important;}
.padbot70 {padding-bottom:70px !important;}
.padbot80 {padding-bottom:80px !important;}
.padbot85 {padding-bottom:85px !important;}
.padtop0 {padding-top:0 !important;}
.padright0 {padding-right:0 !important;}


.center {text-align:center;}
.right {text-align:right;}

.color_text {color:#a29061 !important;}


.btn {
	display:inline-block;
	vertical-align:top;
	padding:7px 23px;
	font-family: 'Bitter', serif;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-shadow:none;
	border:0;
	border-radius:0;
	box-shadow:none;
	background-color:#2d3134;
}
.btn:hover {
	color:#2d3134;
	background-color:#a29061;
}





/*-----------------------------------------------------------------------------------*/
/*	TYPOGRAPHY
/*-----------------------------------------------------------------------------------*/
ul, ol {padding:0; margin:0;}
li {padding:0; margin:0; list-style:none;}

p {margin:0 0 20px;}


h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'Bitter', serif;
	text-transform:none;
	font-weight:400;
	line-height:1.2;
	color:#2d3134;
}

h1 {margin:0 0 24px; font-size:28px;}
h2 {margin:0 0 43px; font-size:23px;}
h3 {margin:0 0 21px; font-size:20px;}
h4 {margin:0 0 21px; font-size:17px;}
h5 {margin:0 0 15px; font-size:15px;}
h6 {margin:0 0 15px; font-size:12px;}







/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
header {
	position:fixed;
	z-index:9500;
	left:0;
	top:0;
	width:100%;
	padding:20px 0;
	background-color:#2d3134;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
header.menu_fixed {padding:10px 0;}


.logo {float:left;}
.logo a {display:block;}


header .btn {
	float:right;
	margin:12px 0 0 35px;
	color:#2d3134;
	background-color:#a29061;
}
header .btn:hover {
	background-color:#fff;
}


/* Menu */
.main_menu {
	float:right;
	padding:20px 0 0;
}
.main_menu li {
	display:inline-block;
	margin:0 0 0 37px;
	padding:0;
}
.main_menu li a {
	display:block;
	padding:0;
	text-transform:uppercase;
	font-weight:600;
	line-height:20px;
	font-size:13px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.31);
}
.main_menu li a:hover,
.main_menu li.active a {
	color:#a29061;
}









/*-----------------------------------------------------------------------------------*/
/*	Slider
/*-----------------------------------------------------------------------------------*/
#home {margin:0 0 55px;}
.flexslider.top_slider .slides li {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.flexslider.top_slider .slides li.slide1 {background-image:url(../images/slider/slide1.jpg);}
.flexslider.top_slider .slides li.slide2 {background-image:url(../images/slider/slide2.jpg);}
.flexslider.top_slider .flex-direction-nav a {top:auto; bottom:30px;}
.flexslider.top_slider .flex-direction-nav a.flex-prev {
	left:50%;
	margin-left:-35px;
	background-color:rgba(255,255,255,0.5);
}
.flexslider.top_slider .flex-direction-nav a.flex-next {
	right:50%;
	margin-right:-35px;
	background-color:rgba(255,255,255,0.5);
}
.flexslider.top_slider .flex-direction-nav a:hover {
	background-color:#a29061;
}
.flexslider .flex-direction-nav a i {
	display:block;
	text-align:center;
	line-height:29px;
	font-size:20px;
	color:#fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.flexslider .flex-direction-nav a:hover i {
	color:#fff;
}

.flexslider.top_slider .container {
	position:relative;
}
.top_slider_cap {
	position:absolute;
	z-index:2;
	top:50%;
	left:30px;
	right:30px;
	transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.top_slider_cap h1 {
	margin:0 0 4px;
	text-transform:uppercase;
	font-weight:400;
	line-height:37px;
	font-size:37px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.31);
}
.top_slider_cap p {
	margin-bottom:36px;
	line-height:23px;
	font-size:17px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.31);
}
.top_slider_cap .slide_btn_active {
	display:inline-block;
	min-width:160px;
	padding:12px 10px;
	font-family: 'Bitter', serif;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	line-height:20px;
	font-size:13px; 
	color:#fff;
	background-color:#a29061;
}
.top_slider_cap .slide_btn_active:hover {
	color:#2d3134;
	background-color:#fff;
}

.top_slider_cap form input[type="text"] {
	width:222px;
	height:51px;
	margin:0 7px 10px 0;
	padding:15px 20px 16px;
	text-transform:none;
	text-align:left;
	line-height:20px;
	font-size:12px;
	color:#fff;
	text-shadow:none;
	border:1px solid rgba(255,255,255,0.39);
	border-radius:none;
	box-shadow:none;
	background:rgba(255,255,255,0.3);
}
.top_slider_cap form input[type="submit"] {
	width:174px;
	height:51px;
	font-family: 'Bitter', serif;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	line-height:20px;
	font-size:15px;
	color:#2d3134;
	text-shadow:none;
	border:none;
	border-radius:none;
	box-shadow:none;
	background:#a29061;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.top_slider_cap form input[type="submit"]:hover {
	background:#fff;
}





/*-----------------------------------------------------------------------------------*/
/*	Section Services
/*-----------------------------------------------------------------------------------*/
#services .col-lg-3 {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:-3px;
}
#services .service_item h4 {
	position:relative;
	margin:0 0 16px;
	padding-left:65px;
	text-transform:none;
	font-weight:700;
	line-height:20px;
	font-size:16px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#services .service_item:hover h4 {
	color:#a29061;
}
#services .service_item i {
	position:absolute;
	left:0;
	top:50%;
	display:block;
	width:40px;
	height:40px;
	margin-top:-20px;
	line-height:40px;
	font-size:32px;
	color:#2d3134;
}




/*-----------------------------------------------------------------------------------*/
/*	Section Info
/*-----------------------------------------------------------------------------------*/
#info_block {
	margin-bottom:58px;
	padding:74px 0 54px;
	color:#feffff;
	background-image:url(../images/info_block_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#info_block .info_block_text {
	float:left;
	width:70%;
}
#info_block h1 {
	margin:0 0 18px;
	color:#feffff;
}
#info_block .info_btn {
	float:right;
	display:inline-block;
	min-width:235px;
	margin-top:25px;
	padding:21px 10px;
	font-family: 'Bitter', serif;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	line-height:20px;
	font-size:20px;
	color:#2d3134;
	background-color:#a29061;
}
#info_block .info_btn:hover {
	background-color:#fff;
}






/*-----------------------------------------------------------------------------------*/
/*	Section Gallery
/*-----------------------------------------------------------------------------------*/
#gallery .col-lg-4 {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:-3px;
}
#gallery .gallery_item {
	overflow:hidden;
	position:relative;
	background-color:#a29061;
}
#gallery .gallery_item img {
	width:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#gallery .gallery_item:hover img {
	opacity:0.2;
}
#gallery .hotel_price_wrap {
	position:absolute;
	left:0;
	top:20%;
	width:100%;
	height:44px;
	margin-top:-32px;
	text-align:center;
	opacity:0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#gallery .gallery_item:hover .hotel_price_wrap {
	top:50%;
	opacity:1;
}
#gallery .hotel_price_wrap .price {
	padding-bottom:4px;
	font-family: 'Bitter', serif;
	text-transform:none;
	line-height:20px;
	font-size:19px;
	color:#fff;
}
#gallery .product_rating i {
	display:inline-block;
	vertical-align:top;
	padding:0 1px;
	line-height:20px;
	font-size:16px;
	color:#f7c600;
}
#gallery .hotel_descr {
	position:absolute;
	left:0;
	bottom:-100%;
	width:100%;
	height:auto;
	padding:13px 14px;
	background-color:rgba(255,255,255,0.8);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#gallery .gallery_item:hover .hotel_descr {
	bottom:0;
}
#gallery .hotel_descr h4 {
	float:left;
	margin:0;
	line-height:20px;
	font-size:14px;
}
#gallery .gallery_btn {
	float:right;
	font-family: 'Bitter', serif;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	font-size:15px;
	color:#a29061;
}
#gallery .gallery_btn:hover {
	color:#2d3134;
}






/*-----------------------------------------------------------------------------------*/
/*	Section Testimonials
/*-----------------------------------------------------------------------------------*/
#testimonials {padding-top:35px;}
#testimonials .testim_content {
	position:relative;
	margin-bottom:36px;
	padding:23px 30px 21px;
	background-color:#f4f4f4;
}
#testimonials .testim_content:before {
	content:'';
	position:absolute;
	left:45px;
	bottom:-13px;
	width:15px;
	height:6px;
	border: 7px solid transparent;
    border-top: 6px solid #f4f4f4;
}
#testimonials .testim_author {
	float:left;
	width:39px;
	height:39px;
	margin:0 17px 0 32px;
	border:3px solid #f4f4f4;
	border-radius:50%;
}
#testimonials .testim_author_inf {
	color:#a29061;
}
#testimonials .testim_author_inf span {
	display:block;
	text-transform:uppercase;
	font-weight:600;
	color:#4b5053;
}




/*-----------------------------------------------------------------------------------*/
/*	Section Twitter Block
/*-----------------------------------------------------------------------------------*/
#twitter_block {
	margin-bottom:60px;
	background-image:url(../images/twitter_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

#twitter_block i.fa {
	display:block;
	width:89px;
	height:89px;
	margin:0 auto 37px;
	text-align:center;
	line-height:89px;
	font-size:60px;
	color:#fff;
	border-radius:50%;
	background-color:#a29061;
}

#twitter_block .twitter_wrap {
	width:60%;
	margin:0 auto;
	text-align:center;
}
#twitter_block .twitter_wrap .tweet_text {
	display:block;
	padding:0 0 15px;
	font-weight:400;
	line-height:30px;
	font-size:25px;
	color:#fff;
}
#twitter_block .twitter_wrap .tweet_text a {
	color:#a29061;
}
#twitter_block .twitter_wrap .tweet_time a {
	color:#a29061;
}
#twitter_block .twitter_wrap .follow_btn {
	line-height:14px;
	color:#a29061;
}



/*-----------------------------------------------------------------------------------*/
/*	Section Facts
/*-----------------------------------------------------------------------------------*/
#facts .fun_fact span {
	position:relative;
	display:block;
	margin-bottom:25px;
	padding-bottom:22px;
	font-weight:400;
	line-height:78px;
	font-size:83px;
	color:#a29061;
}
#facts .fun_fact span:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-12px;
	width:25px;
	height:1px;
	background-color:#2d3134;
}
#facts .fun_fact p {
	font-weight:700;
	color:#2d3134;
}






/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/

.widgets_clear {display:none;}



/* Widget Twitter */
.widget_twitter li {
	position:relative;
	padding:0 0 30px 30px;
}
.widget_twitter li:before {
	content: "\f099";
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	font-family: FontAwesome;
	line-height:24px;
	font-size:18px;
	color:#fff;
}
.widget_twitter .tweet_text {
	display:block;
	padding:0 0 10px;
}
.widget_twitter .tweet_time {
	display:block;
}
.widget_twitter .tweet_time a {
	color:#a29061;
}
.widget_twitter .tweet_time a:hover {
	color:#fff;
}


/* Widget Contact Inf */
.widget_contact_inf li {
	padding-bottom:9px;
}
.widget_contact_inf li i {
	display:inline-block;
	margin-right:17px;
	font-size:18px;
}


/* Widget Newsletter */
.newsletter_form form {
	position:relative;
}
.newsletter_form input[type="text"] {
	width:100%;
	padding:11px 60px 11px 17px;
	line-height:20px;
	font-size:12px;
	color:#b5b5b5;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:rgba(83,87,90,0.5);
}
.newsletter_form input[type="submit"] {
	overflow:hiiden;
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:43px;
	height:42px;
	text-indent:-999px;
	text-shadow:none;
	border:0;
	box-shadow:none;
	border-radius:0;
	background-color:#a29061;
	background-image:url(../images/newsletter_bg.png);
	background-repeat:no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.newsletter_form input[type="submit"]:hover {
	background-color:#8b8b8b;
}


/* Widget Social */
.social a {
	display:inline-block;
	width:24px;
	height:24px;
	margin:0 2px 0 0;
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#80878c;
}
.social a:hover {
	color:#a29061;
}


/* latest News */
.latest_news_item {
	position:relative;
	display:block;
	margin-bottom:25px;
	padding:0 0 17px 62px;
	border-bottom:1px solid #434343;
}
.widget_latest_news a:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:0;
}
.latest_news_item img {
	position:absolute;
	left:0;
	top:4px;
	width:53px;
}
.latest_news_item p {
	margin:0 0 10px;
	text-transform:uppercase;
	line-height:20px;
	font-size:14px;
	color:#80878c;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.latest_news_item:hover p {
	color:#fff;
}
.latest_news_item span {
	display:block;
	color:#a29061;
}


/* Widget Flickr */
.widget_flickr ul {
	margin:0 -6px -6px 0;
}
.widget_flickr li {
	overflow:hidden;
	float:left;
	width:81px;
	height:71px;
	margin:0 6px 6px 0;
	background-color:#a29061;
}
.widget_flickr li a {display:block;}
.widget_flickr li a img {
	width:100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.widget_flickr li a:hover img {
	opacity:0.3;
}


/* Widget Contact Information */
.widget_stay_connected ul {
	margin-bottom:16px;
	padding-bottom:9px;
	border-bottom:1px solid #434343;
}
.widget_stay_connected ul li {
	position:relative;
	padding:0 0 9px 37px;
}
.widget_stay_connected li i {
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:16px;
}
.widget_stay_connected li span {
	color:#aaa !important;
}


/* Widget Category */
.widget_category li {
	margin:0 0 9px;
	padding:0 0 8px;
	border-bottom:1px solid #434343;
}
.widget_category li:last-child {
	margin:0;
	padding:0;
	border:0;
}
.widget_category li a {color:#aaa;}
.widget_category li a:hover {color:#fff;}



/* Widget Links */
.widget_links li {padding-bottom:9px;}
.widget_links li a {color:#aaa;}
.widget_links li a:hover {color:#fff;}






/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
	overflow:hidden;
	padding:40px 0 0;
	color:#a6adb3;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
footer a {color:#fff;}
footer a:hover {color:#a29061;}
footer h4 {
	margin-bottom:24px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:16px;
	color:#f2f1e6;
}

#copyright {
	padding:23px 0;
	color:#fff;
	border-top:1px solid #434343;
}
#copyright span {color:#a29061;}



































