@charset "utf-8";

/* Gallery */
.gallery a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
.gallery a i, .gallery-slider a i {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 80%;
	left: 50%;
	display: block;
	margin: -22px 0 0 -22px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallery a:hover i, .gallery-slider a:hover i {
	top: 45%;
	opacity: 1;
	transform: translateY(20);
}
.gallery a:hover i, .gallery-slider a:hover i {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* Bootstrap Components
-------------------------------------------------- */
/* Image styles */
.img-thumbnail {
	border: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/* Nav Tabs */
.nav-tabs {
	border-bottom: 1px solid #BE9157;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
	padding: 15px 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-tabs > li > a:hover {
	border: 1px solid #E0AE4A;
	background:#FAE2BF;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	background-color:#FAE2BF;
	border: 1px solid #E0AE4A;
	border-bottom-color: transparent;
}
.tab-content {
	padding: 20px;
}
/* Nav Pills */
.nav-pills {
	margin-top: 30px;
}
.nav-pills > li > a {
	color: #5e5e5e;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/* Call To Action */
#call-to-action {
	position: relative;
	height: 100%;
	margin-bottom: -100px;
}
#call-to-action h1, #call-to-action h2, #call-to-action h3, #call-to-action h4, #call-to-action h5, #call-to-action h6   {
	color: #fff;
}
#call-to-action h2 {
	margin: 43px 0;
}
#call-to-action .btn {
	margin: 35px 0;
}
/* Breadcrumb */
.breadcrumb {
	padding: 0;
	margin: 30px 0 20px 0;
	list-style: none;
	background-color: transparent;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #bdbdbd;
	content: "/\00a0";
}
.breadcrumb > li a {
	color: #fff;
	padding: 3px 5px;
	text-decoration: underline;
}
.breadcrumb > .active {
	color: #fff;
}
/* Popover */
.popover-icon {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
.popover {
	font-size: 12px;
	color: #5e5e5e;
}
/* Table */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	
}
table i {
	padding-right: 5px;
}
/* Panel */
.panel-default {
	border: 1px solid #ebebeb;
}
.panel-default > .panel-heading {
	border-bottom: 1px solid #ebebeb;
}
/* Pagination */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	border-color: #ccc;
}
/* Badge */
.badge {
	background: #ccc;
}
/* Blockquote */
blockquote {
	margin: 30px 0;
}
blockquote span {
	color: #ccc;
}
/* Alerts */
.alert-success {
color: #408c1f;
background-color: #f1ffe0;
border-color: #c2e5b3;
}
.alert-info {
color: #1f659a;
background-color: #d0efff;
border-color: #a4d3f6;
}
.alert-warning {
color: #d29128;
background-color: #fff4e0;
border-color: #f3dfb6;
}
.alert-danger {
color: #bd2323;
background-color: #fadfdf;
border-color: #f1b7c1;
}


/* Footer
-------------------------------------------------- */
/* Base */
footer {
	color: #333;
	background: #3c3c3c;
	font-size: 13px;
	padding: 50px 0 0 0;
	/*margin-top: 100px;*/
}
footer a {
	color: #c1c1c1;
}
footer a:hover, footer a:focus {
	color: #fff;
}
footer h4 {
	font-size: 14px;
	color: #898989;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
footer ul {
	list-style: none;
	padding: 0;
}
footer ul li {
	border-bottom: 1px solid #898989;
	padding: 10px 0;
}
footer ul li:first-child {
	padding-top: 0;
}
footer ul li:last-child {
	border-bottom: none;
}
footer .form-control {
	border: 1px solid #5b5b5b;
	background-color: transparent;
	font-size: 12px;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
}
footer .btn-black{
color: #d1d1d1;
}
/* Footer Bottom */
footer .footer-bottom {
	background: #272727;
	padding: 30px 0;
	margin-top: 50px;
	line-height: 14px;
}
footer .footer-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer .footer-bottom ul li {
	border: none;
	padding: 0 10px 0 0;
	display: inline-block;
}
footer .footer-bottom ul li:first-child {
	padding-top: 0;
}
/* Plugin Styles
-------------------------------------------------- */
/* Datepicker */
#ui-datepicker-div {
	padding: 20px !important;
}
#ui-datepicker-div, .ui-datepicker-title {
	color: #5e5e5e !important;
}
.ui-widget-content {
	-webkit-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
	border: 1px solid #ebebeb !important;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	background-color: #fff;
	margin-top: -3px;
}
.ui-widget-header {
	background: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 2px solid !important;
	border-left: none !important;
}
.ui-datepicker-header {
	-webkit-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none !important;
	border: 1px solid #e1e1e1 !important;
}
.ui-datepicker table {
	margin: 0 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: none !important
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid !important;
}
/* Sticky */
.navbar {
	width: 100%;
}
/* Owl Gallery */
#owl-gallery {
	padding-top: 1px;
	/*padding-bottom: 1px;*/
	background: #fff;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#owl-gallery .item {
	margin: 0;
}
#owl-gallery .item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#owl-gallery .item img:hover {
	opacity: 0.5;
}
/* Owl Reviews */
#owl-reviews {
	padding: 0 70px;
}
#owl-reviews img {
	margin-bottom: 20px;
	border: 1px solid;
}
#owl-reviews .text-balloon {
	display: inline-block;
	border: 1px solid #ebebeb;
	padding: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	margin: 0 10px 10px 8px;
}
#owl-reviews .text-balloon:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 14px;
	top: 30px;
	border-top: 7px solid;
	border-bottom: 7px solid;
	border-right: 10px solid;
	border-color: #fff #ebebeb transparent transparent;
}
#owl-reviews .text-balloon:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 16px;
	top: 30px;
	border-top: 6px solid;
	border-bottom: 6px solid;
	border-right: 10px solid;
	border-color: transparent #fff transparent transparent;
}
#owl-reviews .text-balloon span {
	display: block;
	padding-top: 5px;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div  {
border: 1px solid;
}
.testimonials .owl-theme .owl-controls .owl-buttons div, .standard-slider .owl-theme .owl-controls .owl-buttons div {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	padding: 10px;
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	border: 1px solid;
}
.testimonials .owl-theme .owl-controls .owl-buttons div i, .standard-slider .owl-theme .owl-controls .owl-buttons div i {
	width: 35px;
	height: 35px;
	text-align: center;
}
.testimonials .owl-theme .owl-controls .owl-buttons div:hover i, .standard-slider .owl-theme .owl-controls .owl-buttons div:hover i {
	color: #fff;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 35%;
	left: 0;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 35%;
	right: 0px;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev:hover i {
	animation-name: fadeOutLeft;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutLeft;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutLeft;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next:hover i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next:hover i {
	animation-name: fadeOutRight;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeOutRight;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: fadeOutRight;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev i {
	padding-right: 3px;
	padding-right: 0;
}
.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next i, .standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next i {
	padding-left: 3px;
	padding-right: 0;
}
/* Owl Slider */
.standard-slider.room-slider #owl-standard {
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.12);
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.standard-slider.room-slider, .standard-slider.room-slider img {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div{
	border: 1px solid;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	top: 40%;
	left: 20px;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 40%;
	right: 20px;
}
/* Parallax */
.parallax-effect {
	padding-top: 1px;
	padding-bottom: 1px;
	background: #fff;
	border-top: 1px solid;
	border-bottom: 1px solid;
	width: 100%;
	position: relative;
}
.parallax-effect h1, .parallax-effect h2, .parallax-effect h3, .parallax-effect h4, .parallax-effect h5, .parallax-effect h6 {
	color: #fff;
}
.parallax-effect #parallax-image {
	color: #fff;
	height: 300px;
	margin: 0;
	padding: 0;
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.parallax-effect .color-overlay {
	position: relative;
	height: 100%;
}
.parallax-effect .content {
	padding: 50px 0 0 0;
}
.parallax-effect .content h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
.parallax-effect .content p {
	font-size: 24px;
}
.parallax-effect .content button {
	margin-top: 50px;
}
.parallax-effect #parallax-pagetitle {
	margin-top: -1px;
	color: #fff;
	height: 140px;
	padding: 0;
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
