/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 * 	+ HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
 *	+ DIVIDERS
 *	+ TEXT BOXES
 *	+ IMAGES BOXES
 *	+ ACCORDION
 * 	+ TABS
 *	+ GOOGLE MAPS
 * 	+ SOCIAL MEDIA
 *	+ TIMELINE
 * 	+ COUNTDOWN
 *	+ PRICE PLAN
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ FULL SECTIONS
 * 	+ VIDEO PLAYER
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 */
	
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 @import url("https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,500italic,700,700italic");
 @import url("https://fonts.googleapis.com/css?family=Prata");
 @import url("../bootstrap/css/bootstrap.min.css");
 @import url("../fonts/fontawesome/css/font-awesome.min.css");
 @import url("../fonts/supreme-icons/css/supreme-icons.min.css");
  @import url("../plugins/fancybox/jquery.fancybox.min.css");
   @import url("../plugins/revolutionslider/css/settings.css");
    @import url("../plugins/revolutionslider/css/layers.css");
	 @import url("../plugins/revolutionslider/css/navigation.css");
	  @import url("../plugins/owl-carousel/owl.carousel.css");
	  @import url("../plugins/owl-carousel/owl.carousel.css");
	  @import url("pages-style.css");
	  @import url("../plugins/theme-options/theme-options.css");
	   @import url("https://hotels.eglobe-solutions.com/Content/themes/redmond/jquery-ui-1.8.11.custom.css");
	   :root{--dark-color:#181818;
		--light-color:#fff;
	--golden-color:#c49d37;}
	body {
		background-color: #fff;
		color: var(--dark-color);
		font: 16px/30px "Roboto", sans-serif;
		font-weight: 400;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		color: var(--dark-color);
		font-family: "Roboto", sans-serif;
		font-weight: 400;
	}
	.pt-0{padding-top:0 !important;}
	h1 {
		margin-bottom: 14px;
	
		line-height: 60px;
	}
	
	h2 {
		margin-bottom: 12px;
		font-size: 36px;
		line-height: 46px;
	}
	
	h3 {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 36px;
	}
	
	h4 {
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 34px;
	}
	
	h5 {
		margin-bottom: 6px;
		font-size: 18px;
		line-height: 28px;
	}
	
	h6 {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 24px;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a {
		color: #541722;
		text-decoration: none;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover {
		color: #9f8c5f;
		text-decoration: none;
	}
	
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: inherit;
		font-weight: inherit;
	}
	
	p { 
		margin-bottom: 20px; 
	}
	
	
	/* LINKS */
	a {
		color:#ff972b
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		color: #541722
	}
	
	
	/* IMAGES */
	img {
		max-width: 100%; 
	}
	
	
	/* ADDRESS */
	address {
		line-height: inherit;
	}
	
	
	/* FORMS */
	input,
	select,
	textarea {
		display: block;		
		max-width: 100%;
		padding: 10px 20px;
		border: 1px solid #d3d7dd;
		margin-bottom: 20px;
		background-color: transparent;
		font-size: 15px;
		font-weight: 400;
	}
	
	label {
		font-weight: normal;
	}
	
	select {
		width: 100%;
	}	
	
	textarea:focus,
	input[type="url"]:focus,
	input[type="tel"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="week"]:focus,
	input[type="month"]:focus,
	input[type="text"]:focus,
	input[type="color"]:focus,
	input[type="email"]:focus,
	input[type="image"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="password"]:focus {
		border-color: #9f8c5f;
		box-shadow: none;
		outline: 0;
	}
	
	select:focus {
		outline: 0;
	}
	
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		padding: 10px 60px;
		border: none;
		border-radius: 0;
		margin-bottom: 20px;
		background-color: var(--dark-color);
		color: var(--light-color);
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	button:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		background-color: var(--dark-color);
	}
	
	button:focus,
	input[type="reset"]:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		box-shadow: none;
		outline: 0;
	}
	
	::-moz-placeholder {
		color: #bebebe;
		font-size: 14px;
		font-weight: 400;
		font-style: italic;
	}
	
	::-webkit-input-placeholder {
		color: #bebebe;
		font-size: 14px;
		font-weight: 400;
		font-style: italic;
	}
	
	:-ms-input-placeholder {
		color: #bebebe;
		font-size: 14px;
		font-weight: 400;
		font-style: italic;
	}
	
	
	/* TRANFORMATION CLASSES */
	.text-mute {
		color: #bebebe;
	}
	
	.text-default-color {
		color: var(--light-color);
	}
	
	.text-highlight {
		padding: 3px 8px;
		background-color: #541722;
		color: #fff;
	}
	
	.dropcap {
		float: left;
		font-family: "Prata", serif;
		font-size: 36px;
		line-height: 58px;
		font-weight: 700;
		margin-right: 10px;
	}
	
	.last,
	.no-margin-bottom {
		margin-bottom: 0;
	}
	
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	.headline {
		position: relative;
		margin-bottom: 70px;
	}
	
	.headline.no-margin-bottom {
		margin-bottom: 15px;
	}
	
	.headline:after {
		position: relative;
		z-index: 1;
		display: block;
		width: 45px;

		margin-top: -2px;
		content: "";
	}
	
	.headline.text-center:after {
		margin: -2px auto 0;
	}
	
	.headline h1,
	.headline h2,
	.headline h3,
	.headline h4,
	.headline h5,
	.headline h6 {
		display: inline-block;
		padding-bottom: 12px;
		border-bottom: 1px solid var(--light-color);
		margin-bottom: 0;
	}
	
	.headline h3 {
		display: block;
	}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
 
	.alert {
		padding: 15px 30px;
		border: none;
		border-radius: 0;
		color: #541722;
		font-size: 16px;
		text-align: center;
	}

	.alert.alert-info {
		border: 1px solid #541722;
		background-color: #fff;
		color: #541722;
	}

	.alert.alert-danger {
		background-color: #f24620;
		color: #fff;
	}

	.alert.alert-success {
		background-color: #541722;
		color: #fff;
	}

	.alert.alert-warning {
		background-color: #ffb400;
		color: #fff;
	}
	
	h1.error {
		font-size: 120px;
		line-height: 160px;
		text-align: center;
	}
	
/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
	/* GENERAL */
	ul,
	ol {
		padding: 0;
		list-style-position: inside;
	}
	
	li > ul, 
	li > ol { 
		margin-bottom: 0; 
		margin-left: 20px; 
	}
	
	dl {
		margin-bottom: 20px;
	}
	
	
	/* BULLET LIST */
	.bullet-list { 
		list-style: none;
		margin-bottom: 20px;
	}
	
	.bullet-list li {
		margin-bottom: 20px;
	}
	
	.bullet-list li:last-child {
		margin-bottom: 0;
	}
	
	.bullet-list li:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 7px;
		height: 7px;
		border-radius: 50%;
		margin-right: 25px;
		background-color: #541722;
		content: "";
	}
	
	
	/* SQUARE LIST */
	.square-list { 
		list-style: none;
		margin-bottom: 20px;
	}
	
	.square-list li {
		margin-bottom: 10px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.square-list li:last-child {
		margin-bottom: 0;
	}
	
	.square-list li:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #9f8c5f;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.square-list li:hover {
		color: #541722;
		font-weight: 500;
	}
	
	.square-list li:hover:before {
		border-color: #9F8C5F;
	}
	
	
	/* SERVICES LIST */
	.services-list {
		margin-bottom: 20px;
		list-style: none;
	}
	
	.services-list li {
		margin-bottom: 15px;
	}
	
	.services-list li:last-child {
		margin-bottom: 0;
	}
	
	.services-list li i {
		position: relative;
		top: 1px;
		margin-right: 25px;
		color: #190902;
	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
	
	.btn {
		position: relative;
		z-index: 1;
		padding: 13px 60px 13px 20px;
		border: none;
		border-radius: 0;
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: left;
		text-transform: uppercase;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn + .btn {
		margin-left: 20px;
	}
	
	.btn:before {
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		width: 0;
		content: "";
		-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}
	
	.btn:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 46px;
		border-left: 1px solid #fff;
		font-family: "supreme-icons";
		line-height:46px;
		text-align: center;
		content: "\e907";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:focus,
	.btn:active {
		outline: 0 !important;
		box-shadow: none;
	}
	
	.btn:hover:before {
		width: 100%;
	}
	
	
	/* DEFAULT */
	.btn-default {
		background-color: var(--golden-color);
		color: #fff;
	}
	
	.btn-default:before {
		background-color: #000;
	}
	
	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active:focus {
		background-color: #000;
		color: #fff;
	}
	
	
	/* BLACK */
	.btn-black {
		background-color: var(--golden-color);
		color: #fff;
		transition: 0.5s;
	}
	
	.btn-black:before {box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
		
	}
	
	.btn-black:hover,
	.btn-black:active:focus {
		color: #fff;
	}
	
	
	/* WHITE */
	.btn-dark,
	.btn-dark:active {
	
		background-color: var(--dark-color);
		color: var(--light-color);
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	}
	

	.btn-dark:hover {
		color: #fff;
		box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
		background-color: var(--dark-color);	
	}
	
	.btn-dark:hover:after {
		border-left-color: #fff;
	}
	
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		border-bottom: 1px solid #d3d7dd;
		margin: 30px 0;
	}
	
	.hr.default-color {
		border-bottom-color: #541722;
	}
	
	.hr.black-color {
		border-bottom-color: #541722;
	}
	
	.hr.with-logo {
		position: relative;
		min-height: 54px;
		border-bottom: none;
		text-align: center;
	}
	
	.hr.with-logo:before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #541722;
		margin-top: -5px;
		content: "";
	}
	
	.hr.with-logo:after {
		position: relative;
		z-index: 1;
		display: inline-block;
		background-color: transparent;
		content: url(../images/symbol.png);
	}
	
/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/
	
	.text-box {
		padding: 50px 30px;
		border: 1px solid #d3d7dd;
		margin-bottom: 50px;
		font-size: 14px;
		line-height: 28px;
	}
	
	.text-box h2 {
		margin-bottom: 30px;
	}
	
	.text-box .btn {
		margin-top: 10px;
	}
	
	.text-box > *:last-child {
		margin-bottom: 0;
	}
	
	.text-box.black {
		border-color: #03031e;
		background-color: #03031e;
	}
	
	.text-box.default-color {
		border-color: #541722;
		background-color: #541722;
	}
	
	.text-box.black,
	.text-box.default-color {
		color: #fff;
	}
	
	.text-box.black a,
	.text-box.default-color a,
	.text-box.black h1,
	.text-box.default-color h1,
	.text-box.black h2,
	.text-box.default-color h2,
	.text-box.black h3,
	.text-box.default-color h3,
	.text-box.black h4,
	.text-box.default-color h4,
	.text-box.black h5,
	.text-box.default-color h5,
	.text-box.black h6,
	.text-box.default-color h6 {
		color: inherit;
	}
	
	.text-box.black a:hover,
	.text-box.default-color a:hover {
		color:#03031e;
	}
	
	.text-box.black .btn-white,
	.text-box.default-color .btn-white,
	.text-box.black .btn-white:after,
	.text-box.default-color .btn-white:after {
		border-color: #fff;
	}
	
	.text-box.black .btn-default:before,
	.text-box.default-color .btn-default:before,
	.text-box.black .btn-black:before,
	.text-box.default-color .btn-black:before,
	.text-box.black .btn-white:before,
	.text-box.default-color .btn-white:before {
		background-color: #9f8c5f;
	}
	
	.text-box.black .btn-default:hover:after,
	.text-box.default-color .btn-default:hover:after,
	.text-box.black .btn-black:hover:after,
	.text-box.default-color .btn-black:hover:after,
	.text-box.black .btn-white:hover:after,
	.text-box.default-color .btn-white:hover:after {
		border-left-color: #eef4e2;
	}
	
	@media (min-width: 1200px) {
		
		.text-box {
			padding: 70px 60px;
		}
	}
	
/***********************************************************************************
 *	+ IMAGES BOXES
 ***********************************************************************************/
	
	.image-box {
		padding: 0 30px 50px;
		margin-bottom: 50px;
		background-color: #fff;
		text-align: center;
		box-shadow: 0 -8px 49px 0 rgba(0, 0, 0, 0.13);
	}
	
	.image-box-thumbnail {
		position: relative;
		margin: 0 -30px 45px;
	}
	
	.image-box-thumbnail:before {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background:rgba(4, 20, 43, 0.52);
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
		content: "";
	}
	
	.image-box h6 {
		margin-bottom: 10px;
		color:#9f8c5f;
		font-family: "Roboto", sans-serif;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.image-box h4 {
		margin-bottom: 30px;
	}
	
	.image-box a {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.image-box a:after {
		margin-left: 5px;
		font-family: "supreme-icons";
		content: "\e907";
	}
	
	.image-box a:hover {
		color: #9F8C5F;
	}
	
	.image-box:hover .image-box-thumbnail:before {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
	.panel {
		background-color: transparent;
		box-shadow: none;
	}
	
	.panel-heading {
		padding: 0;
		border: none;
		border-radius: 0;
		background-color: transparent;
	}
	
	.panel-title,
	.panel-title:focus {
		position: relative;
		display: block;
		padding: 10px 20px 10px 40px;
		border: 1px solid #9f8c5f;
		color: #541722;
		font-weight: 400;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.panel-title:hover,
	.panel-title[aria-expanded="true"] {
		background-color: #541722;
		color: #fff;
		text-decoration: none;
	}
	
	.panel-title[aria-expanded="true"]:before {
		position: absolute;
		top: 50%;
		left: 20px;
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-top: -3px;
		background-color: #fff;
		content: "";
	}
	
	.panel-group .panel + .panel {
		margin-top: 0;
	}
	
	.panel-group .panel-heading + .panel-collapse > .list-group, 
	.panel-group .panel-heading + .panel-collapse > .panel-body {
		padding: 30px 15px;
		border: none;
	}
	
	.panel-body > *:last-child {
		margin-bottom: 0;
	}
 
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
	
	.nav-tabs > li > a {
		padding: 8px 10px;
		border-color: transparent;
		border-radius: 0;
		color: #541722;
		font-family: "Prata", serif;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {
		border-color: transparent;
		background-color: transparent;
		color: #9f8c5f;
	}
	
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		color: #9f8c5f;
	}
	
	.tab-content {
		margin: 40px 0;
	}
	
	.tab-content:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.nav-tabs > li > a {
			padding: 5px 7px;
			font-size: 13px;
		}
		
	}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/
	
	.map-container {
		position: relative;
		margin-bottom: 30px;
	}
	
	.map-container .btn {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		display: block;
		margin-bottom: 0;
	}
	
	.map {
		height: 300px;
		margin-bottom: 100px;
	}
	
	.map img { 
		max-width: none; 
	}
	
	@media (max-width: 767px) {
		
		.map {
			height: 400px !important;
		}
		
	}
	
/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
	.social-media {
		margin-bottom: 20px;
	}
	
	.social-media a {
		display: inline-block;
		margin-right: 20px;
		color: var(--golden-color)!important;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
				width:40px;
				height:40px;
				background-color:#fff;
				border-radius:2px;
	}
	
	.social-media a:last-child {
		margin-right: 0;
	}
	
	.social-media a.facebook:hover { color: var(--dark-color) !important; }
	.social-media a.twitter:hover { color: var(--dark-color) !important; }
	.social-media a.dribbble:hover { color: #ea73a0 !important; }
	.social-media a.pinterest:hover { color: #d73532 !important; }
	.social-media a.google:hover { color: #da4835 !important; }
	.social-media a.tumblr:hover { color: #2a445f !important; }
	.social-media a.instagram:hover { color: #82685a !important; }
	.social-media a.rss:hover { color: #f79638 !important; }
	.social-media a.linkedin:hover { color: #018faf !important; }
	.social-media a.skype:hover { color: #00b0f6 !important; }
	.social-media a.flickr:hover { color: #0061db !important; }
	.social-media a.vimeo:hover { color: #4cb2d9 !important; }
	.social-media a.github:hover { color: #3b3b3b !important; }
	.social-media a.youtube:hover { color: #cc181e !important; }

	
	.social-media.default-color a:hover {
		color: #9f8c5f !important;
	}
	
/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/
	
	.timeline {
		margin-bottom: 100px;
		font-size: 18px;
		line-height: 32px;
		font-weight: 300;
		text-align: center;
		list-style: none;
	}
	
	.timeline li {
		position: relative;
		z-index: 1;
		padding: 0 140px;
		margin-bottom: 80px;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.timeline li:last-child {
		margin-bottom: 0;
	}
	
	.timeline li:nth-child(even) {
		padding: 60px 150px 160px;
		background-color: #03031e;
		color: #fff;
	}
	
	.timeline li:nth-child(even):before {
		position: absolute;
		z-index: -1;
		top: 99px;
		right: 80px;
		bottom: 80px;
		left: 80px;
		border: 1px solid #9f8c5f;
		content: "";
	}
	
	.timeline li:nth-child(even) h1,
	.timeline li:nth-child(even) h2,
	.timeline li:nth-child(even) h3,
	.timeline li:nth-child(even) h4,
	.timeline li:nth-child(even) h5,
	.timeline li:nth-child(even) h6 {
		color: inherit;
	}
	
	.timeline li h4 {
		margin-bottom: 35px;
	}
	
	.timeline li .year {
		display: inline-block;
		margin-bottom: 20px;
		color: #9f8c5f;
	}
	
	.timeline li:nth-child(even) .year {
		background-color: #03031e;
		color: #9f8c5f;
	}
	
	.timeline li .year:before,
	.timeline li .year:after {
		display: inline-block;
		vertical-align: middle;
	}
	

	.timeline li > *:last-child {
		margin-bottom: 0;
	}
	
	@media (min-width: 1400px) {
		
		.timeline {
			margin: 0 80px 100px;
		}
		
		.timeline li,
		.timeline li:nth-child(even) {
			padding-left: 300px;
			padding-right: 300px;
		}
		
		.timeline li:nth-child(even):before {
			right: 200px;
			left: 200px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.timeline li,
		.timeline li:nth-child(even) {
			padding-left: 50px;
			padding-right: 50px;
		}
		
		.timeline li:nth-child(even) {
			padding-top: 40px;
			padding-bottom: 80px;
		}
		
		.timeline li:nth-child(even):before {
			top: 79px;
			right: 30px;
			bottom: 30px;
			left: 30px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.timeline li,
		.timeline li:nth-child(even) {
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.timeline li:nth-child(even) {
			padding-top: 20px;
			padding-bottom: 60px;
		}
		
		.timeline li:nth-child(even):before {
			top: 59px;
			right: 15px;
			bottom: 15px;
			left: 15px;
		}
		
	}
	
/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
 
	.countdown {
		margin: 100px 0;
		color: #541722;
		font-family: "Prata", serif;
	}
	
	.countdown > div {
		position: relative;
		float: left;
		width: 25%;
		font-size: 72px;
		line-height: 72px;
		text-align: center;
	}
	
	.countdown > div:after {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 60px;
		content: ":";
	}
	
	.countdown > div:last-child:after {
		content: none;
	}
	
	.countdown > div > span {
		display: block;
		color: #9f8c5f;
		font-size: 24px;
	}
	
	.countdown:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (max-width: 767px) {
	
		.countdown > div {
			font-size: 32px;
			line-height: 32px;
		}
		
		.countdown > div:after {
			font-size: 24px;
		}
		
		.countdown > div > span {
			font-size: 14px;
		}
		
	}
	
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

	.price-plan {
		position: relative;
		padding: 60px 10px;
		border: 1px solid #541722;
		border-top: none;
		margin-top: 27px;
		margin-bottom: 50px;
		text-align: center;
		-webkit-transition: border-color 0.3s;
				transition: border-color 0.3s;
	}
	
	.price-plan:before,
	.price-plan:after {
		position: absolute;
		top: 0;
		width: 50%;
		border-top: 1px solid #541722;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.price-plan:before {
		left: 0;
	}
	
	.price-plan:after {
		right: 0;
	}
	
	.price-plan-header {
		margin-bottom: 40px;
	}
	
	.price-plan-header:before {
		position: absolute;
		top: 0;
		left: 50%;
		content: url(../images/symbol-2.png);
		margin-top: -27px;
		margin-left: -33px;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.price-plan-header .price {
		margin-bottom: 40px;
	}
	
	.price-plan-header h2 {
		margin-bottom: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.price-plan-header h6 {
		color: #9f8c5f;
		font-family: "Roboto", sans-serif;
		font-size: 15px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.price-plan ul {
		margin-bottom: 60px;
		color: #541722;
		font-size: 15px;
		font-weight: 400;
		list-style: none;
	}
	
	.price-plan ul li:after {
		display: block;
		width: 25px;
		border-bottom: 1px solid #541722;
		margin: 10px auto;
		content: "";
	}
	
	.price-plan ul li:last-child:after {
		display: none;
	}
	
	.price-plan:hover {
		border-color: #9f8c5f;
	}
	
	.price-plan:hover:before,
	.price-plan:hover:after {
		width: 35%;
		border-color: #9f8c5f;
	}
	
	.price-plan:hover .price-plan-header:before {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	.price-plan:hover .price-plan-header h2 {
		color: #9f8c5f;
	}

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
	
	blockquote {
		padding: 0;
		border-left: none;
		color: #541722;
		font: inherit;
		font-weight: 400;
		font-style: italic;
	}
	
	blockquote footer:before,
	blockquote small:before {
		content: none;
	}
	
	.testimonial {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.testimonial > h4 {
		margin-bottom: 0;
	}
	
	.testimonial > h6 {
		color: #9f8c5f;
		font-size: 12px;
		font-family: "Roboto", sans-serif;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.testimonial blockquote {
		margin-top: 20px;
		color: #595959;
		font-size: 18px;
		line-height: 32px;
		font-weight: 300;
	}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
	
	.isotope {
		margin-bottom: 75px;
	}
	
	.isotope.gutter {
		margin: -15px -15px 50px;
	}
	
	.isotope .isotope-item {
		float: left;
		width: 25%;
	}
	
	.isotope.gutter .isotope-item {
		padding: 5px;
	}
	
	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 20%;
	}
	
	.isotope-item.item-width-1 {
		width: 33.333333%;
	}
@media (min-width: 1200px){
.container {
    width: 1340px;
}
}
	.isotope-item.item-width-2 {
		width: 66.666667%;
	}
	
	.isotope .portfolio-item {
		margin-bottom: 0;
	}
	
	.isotope:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 1200px) {

		.isotope-item.item-width-1 {
			width: 25%;
		}

		.isotope-item.item-width-2 {
			width: 50%;
		}

	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.isotope.col-4 .isotope-item {
			width: 33.333333%;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item, 
		.isotope-item.item-width-1,
		.isotope-item.item-width-2 {
			width: 100%;
		}
		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			float: left;
			width: 50%;
		}
		
		.isotope-item.item-width-1,
		.isotope-item.item-width-2 {
			float: none;
			width: 100%;
		}
		
	}
	
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
	.filter {
		margin-bottom: 70px;
		list-style: none;
	}
	
	.filter li {
		display: inline-block;
	}
	
	.filter li a {
		display: inline-block;
		padding: 15px 25px;
		border: 1px solid transparent;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.filter li a:hover,
	.filter li a.active {
		border-color:#9F8C5F;
	}
	
	@media (max-width: 767px) {
		
		.filter li {
			display: block;
			margin-bottom: 10px;
		}
		
		 .filter li:last-child {
			 margin-bottom: 0;
		}
		
	}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
 
	.pagination {
		display: block;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.pagination li {
		display: inline-block;
		margin-right: 15px;
	}

	.pagination li:last-child {
		margin-right: 0;
	}

	.pagination li a {
		display: block;
		padding: 0;
		border: none;
		background-color: transparent;
		color: #541722;
		font-family: "Prata", serif;
		font-size: 18px;
		line-height: 50px;
		font-weight: 400;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.pagination > li:last-child > a,
	.pagination > li:first-child > a,
	.pagination > li:last-child > span,
	.pagination > li:first-child > span {
		border-radius: 0;
	}

	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		background-color: transparent;
		color: #9F8C5F;
	}
	
	.pagination li.active a {
		position: relative;
		top: -4px;
		font-size: 30px;
	}

	
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section {
		position: relative;
		z-index: 1;
		padding: 50px 0;
		/*margin-bottom:60px;*/
		background: no-repeat center center;
	}
	
	.full-section-overlay-color {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #541722;
		opacity: 0.5;
	}
	
	.full-section-container {
		position: relative;
		z-index: 3;
	}
	
	
	/* FULL SCREEM */
	.full-screen {
		margin-bottom: -50px;
	}
	
	.full-screen .full-section-container {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	
	/* PARALLAX */
	.parallax { 
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;
     background-image: url(../../images/parallax.jpg);
    height: 100%;
   
    background-position: center;
    background-repeat: no-repeat;
    				
	}
	
	.text-lgt{color:#fff}
	.text-theme{color:var(--light-color)}
	
	
	/* ELEMENTS IN DARK SECTION */
	.full-section.dark-section {
		background-color: #541722;
		color: #fff;
	}
	
	.full-section.dark-section a,
	.full-section.dark-section h1,
	.full-section.dark-section h2,
	.full-section.dark-section h3,
	.full-section.dark-section h4,
	.full-section.dark-section h5,
	.full-section.dark-section h6,
	.full-section.dark-section blockquote {
		color: inherit;
	}
	
	.full-section.dark-section a:hover {
		color: #9f8c5f;
	}
	
	.full-section.dark-section .square-list li:hover {
		color: inherit;
	}
	
	.full-section.dark-section .square-list li:hover:before {
		border-color: inherit;
	}
	
	.full-section.dark-section .btn {
		border: 1px solid #fff;
	}
	
	.full-section.dark-section .btn-default,
	.full-section.dark-section .btn-black {
		background-color: transparent;
	}
	
	.full-section.dark-section .btn-default:before {
		background-color: #9f8c5f;
	}
	
	.full-section.dark-section .btn-black:before {
		background-color: #541722;
	}
	
	.full-section.dark-section .btn-white:before {
		background-color: #fff;
	}
	
	.full-section.dark-section .btn-white:after {
		border-color: #fff;
	}
	
	.full-section.dark-section .btn-default:hover,
	.full-section.dark-section .btn-black:hover {
		color: #fff;
	}
	
	.full-section.dark-section .btn-white:hover:after {
		border-color: #9f8c5f;
	}
	
	.full-section.dark-section .btn-white:hover {
		color: #9f8c5f;
	}
	
	.full-section.dark-section .text-box.black .btn-default:hover:after,
	.full-section.dark-section .text-box.default-color .btn-default:hover:after,
	.full-section.dark-section .text-box.black .btn-black:hover:after,
	.full-section.dark-section .text-box.default-color .btn-black:hover:after {
		border-color: #fff;
	}
	
	.full-section.dark-section .image-box {
		color: #541722;
	}
	
	.full-section.dark-section .image-box h6 {
		color: #9f8c5f;
	}
	
	.full-section.dark-section .panel-title:hover,
	.full-section.dark-section .panel-title[aria-expanded="true"] {
		color: #fff;
	}
	
	.full-section.dark-section .price-plan,
	.full-section.dark-section .price-plan:before,
	.full-section.dark-section .price-plan:after {
		border-color: inherit;
	}
	
	.full-section.dark-section .price-plan .price-plan-header h6 {
		color: #9f8c5f;
	}
	
	.full-section.dark-section .price-plan ul {
		color: inherit;
	}
	
	.full-section.dark-section .price-plan ul li:after {
		border-bottom-color: inherit;
	}
	
	.full-section.dark-section .testimonial > h6 {
		color: #9f8c5f;
	}
	
	.full-section.dark-section .filter li a.active {
		color: #9f8c5f;
	}
	
	.full-section.dark-section .portfolio-item.classic {
		box-shadow: 0 -8px 49px 0 rgba(255, 255, 255, 0.13);
	}
	
	.full-section.dark-section .widget-pages ul li a:hover:before,
	.full-section.dark-section .widget-archives ul li a:hover:before,
	.full-section.dark-section .widget-metadata ul li a:hover:before,
	.full-section.dark-section .widget-categories ul li a:hover:before {
		border-color: #fff;
	}
	
	.full-section.dark-section .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}
	
	.full-section.dark-section .widget-calendar caption {
		color: inherit;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-title {
		color: #9f8c5f;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
		color: inherit;
	}
	
	.full-section.dark-section .widget-tags a:hover {
		background-color: #fff;
	}
	
	.full-section.dark-section .service-box-content h5 {
		color: #9f8c5f;
	}
	
	.full-section.dark-section .service-box-content h6 {
		color: #fff;
	}
	
	
	/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	#section-1 {
		padding: 100px 0 50px;
		border-top: 1px solid #541722;
		border-bottom: 1px solid #9f8c5f;
		margin-top: 50px;
		margin-bottom: 0;
	}
	
	#section-1:before {
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: 4px;
		
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		content: url(../images/symbol-3.png);
	}
	
	#section-2 {
		padding: 100px 0 50px;
		margin-bottom: -50px;
		background-color: #f8f9fa;
	}
	
	#section-3 {
		padding: 130px 0 80px;
		margin-top: 80px;
		background-image: url(../../images/backgrounds/bg-1.jpg);
	}
	
	#section-4 {
		padding: 100px 0 70px;
		margin-top: 80px;
		margin-bottom: -50px;
		background-color: #f8f9fa;
	}
	
	#section-4 .hr.with-logo:after {
		background-color: #f8f9fa;
	}
	
	#section-5 {
		padding: 100px 0;
		border-top: 1px solid #8c3932;
		margin-top: 50px;
		margin-bottom: -50px;
	}
	
	#section-5:before {
		position: absolute;
		top: 0;
		left: 50%;
		margin-top: 4px;
		background-color: #fff;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		content: url(../images/symbol-3.png);
	}
	
	#section-6 {
		padding-top: 0;
		padding-bottom: 80px;
		margin-top: 80px;
		margin-bottom: -50px;
		background-color: #f8f9fa;
	}
	
	#section-6:before {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 336px;
		background-color: #fff;
		content: "";
	}
	
	#section-7 {
		padding: 170px 0 120px;
		margin-top: 80px;
		
	}
	
	#section-8 {
		/*padding-top: 100px;
		padding-bottom: 0;
		margin-top: 80px;*/
		background-color: var(--light-color);
	}
	
	#section-9 {
		padding-top: 0;
		padding-bottom: 70px;
		margin-bottom: -50px;
		
	}
		
		
		#section-7 .text-box {
			padding: 70px 50px;
			font-size: 18px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#section-6:before {
			height: 252px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.full-screen .full-section-container {
			position: relative;
			top: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
	}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/	
	
	#youtube-video-section {
		position: absolute;
		z-index: 1;
		overflow: hidden;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	#video-section {
		padding: 0;
		height: 635px;
	}
	
	.youtube-player {
		display: none;
	}
	
	#video-section .full-section-container {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
	#scroll-up {
		position: fixed;
		z-index: 8000;
		bottom: 50px;
		right: 50px;
		display: none;
		width: 48px;
		height: 48px;
		border: 1px solid #000;
		background-color:#000;
		font-size: 18px;
		line-height: 46px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	.bdr-dark{border-bottom:1px solid #190902!important;}
	
	#section-8 .headline:after {
    position: relative;
    z-index: 1;
    display: block;
    width: 45px;
    border-bottom: 3px solid var(--golden-color)!important;
    margin-top: -2px;
    content: "";
}

#section-8 .btn-default {
    background-color: var(--dark-color);
    color: #fff;
}
	#scroll-up:hover {
		
		color: #fff;
	}
	
	@media (max-width: 767px) {
		
		#scroll-up {
			right: 20px;
			bottom: 20px;
		}
		
	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	.rev_slider_wrapper {
		height: 730px;
	}
	
	
	/* ARROWS */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		width: 48px;
		height: 48px;
		background:var(--dark-color) no-repeat center center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover {
		background-color: #9F8C5F;
	}
	
	.tp-leftarrow.custom:before,
	.tp-rightarrow.custom:before {
		line-height: 48px;
	}
	
	
	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 9px;
		height: 9px;
		border-radius: 50%;
		border: 1px solid #fff;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-bullets.custom .tp-bullet:hover,
	.tp-bullets.custom .tp-bullet.selected {
		border-color: #fff;
		background-color: #fff;
	}


	/* TYPOGRAPHY */
	.tp-caption.overlay {
		width: 940px;
		height: 730px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	
	.tp-caption.title {
		color: #fff;
		font-family: "Prata", serif;
		font-size: 72px;
		line-height: 72px;
	}
	
	.tp-caption.big-title {
		color: #fff;
		font-family: "Prata", serif;
		font-size: 92px;
		line-height: 92px;
	}
	
	.tp-caption.subtitle {
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.tp-caption.subtitle:after {
		display: block;
		width: 35px;
		border-bottom: 2px solid var(--dark-color);
		margin: 10px auto 0;
		content: "";
	}
	
	.tp-caption.text {
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	.tp-caption.link a {
		padding: 10px 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-caption.link a:hover {
		border-color: #9F8C5F;
		color:#541722;
		text-decoration: none;
	}
	
	.tp-caption .btn-white {
		color: #fff;
		border-color: #fff;
	}
	
	.tp-caption .btn-white:after {
		border-color: #fff;
	}

	
	@media (min-width: 1200px) {
		
		.tp-caption.overlay {
			width: 1140px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.tp-caption.overlay {
			width: 720px;
		}
		
		.tp-leftarrow.custom,
		.tp-rightarrow.custom {
			display: none;
		}
		
		.tp-bullets.custom {
			top: auto !important;
			bottom: -45px !important;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.tp-caption.overlay {
			width: 290px;
		}
		
		.tp-leftarrow.custom,
		.tp-rightarrow.custom {
			display: none;
		}
		
		.tp-bullets.custom {
			top: auto !important;
			bottom: -80px !important;
		}
		
		.tp-caption.link a {
			padding: 2px 0;
			font-size: 6px;
			line-height: 12px;
		}
		
		.tp-caption .btn {
			padding: 5px 40px 5px 10px;
			font-size: 6px;
			line-height: 12px;
		}
		
		.tp-caption .btn:after {
			width: 24px;
			line-height: 22px;
		}
		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		.tp-caption.overlay {
			width: 450px;
		}
		
	}


	/* OWL Carousel */
	.owl-carousel {
		margin-bottom: 50px;
	}
	
	.owl-carousel .owl-stage {
		overflow: hidden;
	}
	
	.owl-carousel .owl-item img {
		width: auto;
	}
	
	.owl-controls {
		z-index: 100;
	}
	
	.owl-dots {
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-dot {
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 1px solid #541722;
		border-radius: 50%;
		margin-right: 5px;
		background-color: #fff;
	}
	
	.owl-dot:hover,
	.owl-dot.active {
		background-color: #9F8C5F;
	}
	
	.owl-dot:last-child {
		margin-right: 0;
	}
	
	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		width: 48px;
		height: 48px;
		border: 1px solid transparent;
		color: #fff;
		line-height: 44px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.owl-prev {
		left: -70px;
	}
	
	.owl-next {
		right: -70px;
	}
	
	.owl-prev:before,
	.owl-next:before {
		font-family: "supreme-icons";
		font-size: 12px;
	}
	
	.owl-prev:before {
		content: "\e95d";
	}
	
	.owl-next:before {
		content: "\e994";
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		border-color: #9F8C5F;
		color: #fff;
	}
	
	.caption {
		position: absolute;
		top: 0;
		right: 0;
		padding: 20px 30px;
		background-color:#541823;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		opacity: 1;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.caption a {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.caption a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.caption.animated {
		right: -100px;
		opacity: 0;
	}
	
	
	/* GALLERY SLIDER */
	.gallery-slider-container {
		position: relative;
		z-index: 1;
		margin: 60px 0 200px;
		font-size: 18px;
		line-height: 32px;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.gallery-slider-container:before {
		position: absolute;
		z-index: 2;
		top: 30px;
		left: 0;
		bottom: 50px;
		width: 42%;
		border: 1px solid #fff;
		border-left: none;
		content: "";
	}
	
	.gallery-slider-container:after {
		position: absolute;
		z-index: 1;
		top: 30px;
		right: 0;
		bottom: 50px;
		width: 20%;
		border: 1px solid #fff;
		border-right: none;
		content: "";
	}
	
	.gallery-slider .owl-stage {
		padding-left: 0 !important;
	}
	
	.gallery-description {
		padding: 20px;
		background-color: var(--light-color);
		margin-bottom:20px;
	}
	
	.gallery-description h1 {
		margin-bottom: 30px;
	}
	
	.gallery-description .btn {
		margin-top: 20px;
	}
	
	
	/* ROOMS SLIDER */
	.rooms-slider {
		margin-bottom: 35px;
		box-shadow: 0 -8px 49px 0 rgba(0, 0, 0, 0.13);
	}
	
	.rooms-slider .portfolio-item.classic {
		margin-bottom: 0;
		box-shadow: none;
	}
	
	
	/* ROOM IMAGES SLIDER */
	.room-images-slider {
		margin-bottom: 30px;
	}
	
	
	/* IMAGES SLIDER */
	.images-slider {
		border: 1px solid #d3d7dd;
		margin-bottom: 90px;
	}
	
	.images-slider-3 .owl-dots {
		top: 50%;
		right: -30px;
		left: auto;
		width: auto;
	}
	
	.images-slider-3 .owl-dot {
		display: block;
		margin: 5px 0;
	}
	
	@media (min-width: 1400px) {
		
		.gallery-description {
			padding: 40px 30px;;
			background-color: var(--light-color);
		}
		
		.gallery-slider-container:before {
			top: 65px;
			bottom: 65px;
			width: 45%;
		}
		
		.gallery-slider-container:after {
			top: 65px;
			bottom: 65px;
			width: 12%;
		}
		
		.owl-prev {
			left: 0px;
		}
		
		.owl-next {
			right:0px;
		}
		
	}
	
	@media (min-width: 1200px) and (max-width: 1365px) {
		
		.gallery-description {
			padding: 0 20px;
		}
		
		.gallery-slider-container:before {
			top: 30px;
			bottom: 50px;
			width: 41%;
		}
		
		.gallery-slider-container:after {
			top: 30px;
			bottom: 50px;
			width: 21%;
		}
		
	}
	
	@media (max-width: 1200px) {
		
		.gallery-slider-container:before,
		.gallery-slider-container:after {
			display: none;
		}
		
		.rooms-slider {
			margin-bottom: 50px;
		}
		
		.rooms-slider .owl-nav {
			display: none;
		}
		
		.rooms-slider .owl-dots {
			display: block !important;
		}
		
		.room-images-slider .owl-nav {
			display: none;
		}
		
		.room-images-slider .owl-dots {
			display: block !important;
		}
		
		.images-slider .owl-nav {
			display: none;
		}
		
		.images-slider .owl-dots {
			display: block !important;
		}
		
		
	}
	
	@media (min-width: 1199px) {
		
		.rooms-slider .owl-dots {
			display: none !important;
		}
		
		.room-images-slider .owl-dots {
			display: none !important;
		}
		
		.images-slider .owl-dots {
			display: none !important;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.images-slider-3 .owl-dots {
			top: auto;
			right: 0;
			left: 0;
		}
		
		.images-slider-3 .owl-dot {
			display: inline-block;
			margin: 0 5px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.caption {
			padding: 7px 20px;
			font-size: 14px;
		}
		
	}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
		visibility: hidden;
	}
	
	.wow.animated {
		visibility: visible;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
	
	.widget {
		margin-bottom: 75px;
	}
	
	.widget > *:last-child {
		margin-bottom: 0;
	}
	
	.widget-title {
		display: inline-block;
		margin-bottom: 45px;
	}
	
	.widget-title:after {
		display: block;
		border-bottom: 2px solid #ffffff;
		margin-top: 10px;
		content: "";
	}
	footer .widget ul{display: flex;
	list-style-type:none;
align-items: center;
justify-content: center;
	}
	/* WIDGET TEXT */
	.widget-text {}
	
	.widget-text > div > *:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET SERACH */
	.widget-search {}
	
	.widget-search form {
		position: relative;
	}
	
	.widget-search #s {
		width: 100%;
		height: 45px;
		padding-right: 40px;
	}
	
	.widget-search input[type="submit"] {
		position: absolute;
		top: 0;
		right: 10px;
		width: 20px;
		height: 45px;
		padding: 0;
		border: none;
		background: url(../images/search.png) no-repeat center center;
	}
	
	
	/* WIDGET LANGUAGES */
	.widget-languages {
		font-size: 13px;
		font-weight: 400;
	}
	
	.widget-languages > a {
		display: block;
		padding: 3px 15px;
		background-color: #1d1d35;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.widget-languages > a:hover {
		color: #9f8c5f;
	}
	
	.widget-languages > a:after {
		position: relative;
		top: -1px;
		margin-left: 10px;
		color: #9f8c5f;
		font-family: "supreme-icons";
		font-size: 8px;
		content: "\e932";
	}
	
	.widget-languages ul {
		display: none;
		margin-bottom: 0;
		background-color: #1d1d35;
		list-style: none;
	}
	
	.widget-languages ul li a {
		display: inline-block;
		padding: 3px 15px;
		color: #fff;
		text-transform: uppercase;
	}
	
	.widget-languages ul li a:hover {
		color: #9f8c5f;
		text-decoration: none;
	}
	
	
	/* WIDGET CATEGORIES */
	.widget-categories {}
	
	.widget-categories ul {
		font-size: 15px;
		font-weight: 400;
		list-style: none;
	}
	
	.widget-categories ul li {
		padding-bottom: 10px;
		border-bottom: 1px solid #d3d7dd;
		margin-bottom: 10px;
	}
	
	.widget-categories ul li a {
		color: #541722;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-categories ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #9f8c5f;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-categories ul li a:hover {
		color: #9f8c5f;
		text-decoration: none;
	}
	
	.widget-categories ul li a:hover:before {
		border-color: #9F8C5F;
	}
	
	
	/* WIDGET CATEGORIES DROPDOWN */
	.widget-categories-dropdown {}
	
	
	/* WIDGET ARCHIVES */
	.widget-archives {}
	
	.widget-archives ul {
		font-size: 15px;
		font-weight: 400;
		list-style: none;
	}
	
	.widget-archives ul li {
		padding-bottom: 10px;
		border-bottom: 1px solid #d3d7dd;
		margin-bottom: 10px;
	}
	
	.widget-archives ul li a {
		color: #541722;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-archives ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #9f8c5f;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-archives ul li a:hover {
		color: #9f8c5f;
		text-decoration: none;
	}
	
	.widget-archives ul li a:hover:before {
		border-color: #9F8C5F;
	}
	
	
	/* WIDGET ARCHIVES DROPDOWN */
	.widget-archives-dropdown {}
	
	
	/* WIDGET PAGES */
	.widget-pages {}
	
	.widget-pages ul {
		font-size: 15px;
		font-weight: 400;
		list-style: none;
	}
	
	.widget-pages ul li {
		padding-bottom: 10px;
		border-bottom: 1px solid #d3d7dd;
		margin-bottom: 10px;
	}
	
	.widget-pages ul li a {
		color: #541722;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-pages ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #9f8c5f;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-pages ul li a:hover {
		color: #9f8c5f;
		text-decoration: none;
	}
	
	.widget-pages ul li a:hover:before {
		border-color: #9F8C5F;
	}
	
	
	/* WIDGET METADATA */
	.widget-metadata {}
	
	.widget-metadata ul {
		font-size: 15px;
		font-weight: 400;
		list-style: none;
	}
	
	.widget-metadata ul li {
		padding-bottom: 10px;
		border-bottom: 1px solid #d3d7dd;
		margin-bottom: 10px;
	}
	
	.widget-metadata ul li a {
		color: #541722;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-metadata ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #9f8c5f;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-metadata ul li a:hover {
		color: #9f8c5f;
		text-decoration: none;
	}
	
	.widget-metadata ul li a:hover:before {
		border-color: #9F8C5F;
	}
	
	
	/* WIDGET TAGS */
	.widget-tags {}
	
	.widget-tags a {
		display: inline-block;
		padding: 5px 15px;
		margin: 5px;
		margin-left: 0;
		background-color: #9f8c5f;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-tags a:last-child {
		margin-right: 0;
	}
	
	.widget-tags a:hover {
		background-color: #9F8C5F;
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter {}
	
	.widget-newsletter form {
		position: relative;
	}
	
	.widget-newsletter #newsletter-email {
		width: 100%;
		height: 45px;
		padding-right: 80px;
		margin-bottom: 0;
	}
	
	.widget-newsletter button[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		height: 45px;
		padding: 0 25px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-newsletter #newsletter-email {
			padding-right: 20px;
			margin-bottom: 20px;
		}
		
		.widget-newsletter button[type="submit"] {
			position: relative;
		}
		.widget ul {
			display: flex
		;
			list-style-type: none;
			align-items: flex-start;
			justify-content: center;
			flex-direction: column;
		}
		
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}
	
	.widget-recent-posts > ul {
		list-style: none;
	}
	
	.widget-recent-posts > ul li {
		padding-bottom: 10px;
		border-bottom: 1px solid #d3d7dd;
		margin-bottom: 10px;
		line-height: 24px;
	}
	
	.tabs .widget-recent-posts > ul li {
		border-bottom: none;
	}
	
	.widget-recent-posts > ul li img {
		float: left;
		margin-right: 12px;
	}
	
	.widget-recent-posts > ul li .post-title {
		color: #541722;
		font-size: 15px;
		font-weight: 400;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-posts > ul li .post-title:hover {
		color: #9f8c5f;
		text-decoration: none;
	}
	
	.widget-recent-posts > ul li .post-date {
		font-size: 13px;
		font-weight: 400;
	}
	
	.widget-recent-posts > ul li > *:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-posts > ul li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-recent-posts > ul li img {
			display: none;
		}
		
	}
	
	
	/* WIDGET RECENT COMMENTS */
	.widget-recent-comments {}
	
	.widget-recent-comments ul {
		font-size: 15px;
		line-height: 24px;
		font-weight: 400;
		list-style: none;
	}
	
	.widget-recent-comments ul li {
		margin-bottom: 15px;
	}
	
	.widget-recent-comments ul li:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET CALENDAR */
	.widget-calendar {}
	
	.widget-calendar caption {
		color: #541722;
		font-weight: 700;
	}
	
	.widget-calendar table {
		width: 100%;
		text-align: center;
	}
	
	.widget-calendar #prev {
		font-size: 14px;
		font-weight: 400;
	}
	
	.widget-calendar table th, 
	.widget-calendar table td {
		padding: 5px;
		border-top: 1px solid #d3d7dd;
		border-left: 1px solid #d3d7dd;
		text-align: center;
	}
	
	.widget-calendar table th:last-child, 
	.widget-calendar table td:last-child {
		border-right: 1px solid #d3d7dd;
	}
	
	.widget-calendar table tr:last-child td {
		border-bottom: 1px solid #d3d7dd;
	}
	
	.widget-calendar table tfoot td,
	.widget-calendar table tfoot td:last-child,
	.widget-calendar table tfoot tr:last-child td {
		border: none;
	}
	
	.widget-calendar table td#today {
		background-color: #9f8c5f;
		color: #fff;
	}
	
	
	/* WIDGET FLICKR */
	.widget-flickr {}
	
	.flickr-photos {
		margin: -0.5px;
	}
	
	.flickr_badge_image {
		position: relative;
		float: left;
		padding: 0.5px;
	}
	
	.flickr_badge_image img {
		width: 85px;
		height: auto;
	}
	
	.flickr-photos:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.flickr_badge_image img {
			width: 75px;
		}
		
	}
	
	
	/* WIDGET TWITTER */
	.widget-twitter {}
	
	.tweets-list ul {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 26px;
		list-style: none;
	}
	
	.tweets-list ul li {
		margin-bottom: 30px;
	}
	
	.tweets-list ul li:before {
		float: left;
		margin-right: 5px;
		color: #9f8c5f;
		font-family: "FontAwesome";
		font-size: 22px;
		content: "\f099";
	}
	
	.tweets-list ul li > *:last-child {
		margin-bottom: 0;
	}
	
	.tweets-list ul li:last-child {
		margin-bottom: 0;
	}
	
	.tweets-list ul li .user {
		float: left;
		margin-right: 5px;
		font-size: 13px;
		font-weight: 400;
	}
	
	.tweets-list ul li .user span[data-scribe="element:name"] {
		display: none;
	}
	
	.tweets-list ul li .user span[data-scribe="element:screen_name"] {
		font-weight: 400;
	}
	
	.tweets-list ul li .user img {
		display: none;
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact {}
	
	.widget-contact ul {
		list-style: none;
	}
	
	.widget-contact ul li {
		position: relative;
		padding-left:35px;
		padding-top:5px;
		padding-right:20px;
	}
	
	
	.widget-contact ul li span {
		position: absolute;
		top: 0;
		left: 0;
		color: #8b3832;
		font-weight: 400;
	}
	
	.widget-contact ul li a {
		color: #595959;
	}
	
	.widget-contact ul li i {
		position: absolute;
		top: 8px;
		    left: 0;
      margin-right: 5px;
    color: var(--light-color);
    background-color: var(--dark-color);
    font-size: 14px;
    border-radius: 2px;
	text-align:center;
    font-size: 14px;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    height: 30px;
	}
	
	
	/* WIDGET WEATHER */
	.widget-weather {}
	
	.weather {
		font-family: "Prata", serif;
		font-size: 14px;
	}
	
	.weather-icon {
		display: block;
		margin-bottom: 20px;
	}
	
	.weather-temperature {
		position: relative;
		margin-right: 10px;
		font-size: 42px;
	}
	
	.weather-temperature > span {
		position: absolute;
		top: 0;
		right: -25px;
		color: #9f8c5f;
		font-size: 14px;
	}
	
	.weather-temperature > small {
		position: relative;
		top: -17px;
		margin-left: 5px;
		font-size: 24px;
	}
	
	.weather-place {}
	
	@media (min-width: 1200px) {
		
		.weather-icon {
			float: left;
			margin-top: -20px;
			margin-right: 10px;
		}
		
	}
	
	
	/* WIDGET SOCIAL */
	.widget-social {}
	
	.widget-social .social-media {}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		
		.widget-social .social-media a {
			margin-right: 13px;
		}
	}


	.material-symbols-outlined {
       font-weight: 500;
        font-size: 18px !important;
	}