/*
 *
 *		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
 ***********************************************************************************/
 
	body {
		background-color: #fff;
		color: #595959;
		font: 16px/30px "Roboto", sans-serif;
		font-weight: 300;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		color: #04142b;
		font-family: "Prata", serif;
		font-weight: 400;
	}
	
	h1 {
		margin-bottom: 14px;
		font-size: 48px;
		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: #04142b;
		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: #9f8c5f;
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		color: #9f8c5f;
	}
	
	
	/* 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: #9f8c5f;
		color: #fff;
		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: #04142b;
	}
	
	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: #9f8c5f;
	}
	
	.text-highlight {
		padding: 3px 8px;
		background-color: #9f8c5f;
		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;
		border-bottom: 3px solid #9f8c5f;
		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 #d3d7dd;
		margin-bottom: 0;
	}
	
	.headline h3 {
		display: block;
	}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
 
	.alert {
		padding: 15px 30px;
		border: none;
		border-radius: 0;
		color: #04142b;
		font-size: 16px;
		text-align: center;
	}

	.alert.alert-info {
		border: 1px solid #9f8c5f;
		background-color: #fff;
		color: #04142b;
	}

	.alert.alert-danger {
		background-color: #f24620;
		color: #fff;
	}

	.alert.alert-success {
		background-color: #9f8c5f;
		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: #9f8c5f;
		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: #04142b;
		font-weight: 500;
	}
	
	.square-list li:hover:before {
		border-color: #04142b;
	}
	
	
	/* 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: #9f8c5f;
	}

/***********************************************************************************
 *	+ 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: 44px;
		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: #9f8c5f;
		color: #fff;
	}
	
	.btn-default:before {
		background-color: #04142b;
	}
	
	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active:focus {
		background-color: #9f8c5f;
		color: #fff;
	}
	
	
	/* BLACK */
	.btn-black {
		background-color: #04142b;
		color: #fff;
	}
	
	.btn-black:before {
		background-color: #9f8c5f;
	}
	
	.btn-black:hover,
	.btn-black:active:focus {
		color: #fff;
	}
	
	
	/* WHITE */
	.btn-white,
	.btn-white:active {
		border: 1px solid #9f8c5f;
		background-color: transparent;
		color: #9f8c5f;
	}
	
	.btn-white:after {
		border-left-color: #9f8c5f;
	}
	
	.btn-white:before {
		background-color: #9f8c5f;
	}
	
	.btn-white:hover {
		color: #fff;
	}
	
	.btn-white:hover:after {
		border-left-color: #fff;
	}
	
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		border-bottom: 1px solid #d3d7dd;
		margin: 30px 0;
	}
	
	.hr.default-color {
		border-bottom-color: #9f8c5f;
	}
	
	.hr.black-color {
		border-bottom-color: #04142b;
	}
	
	.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 #9f8c5f;
		margin-top: -5px;
		content: "";
	}
	
	.hr.with-logo:after {
		position: relative;
		z-index: 1;
		display: inline-block;
		background-color: #fff;
		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: #9f8c5f;
		background-color: #9f8c5f;
	}
	
	.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: #9f8c5f;
	}
	
	.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: #fff;
	}
	
	.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: #9f8c5f;
	}
	
	@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(3, 3, 30, 0.9) url(../images/symbol-2.png) no-repeat center center;
		-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: #04142b;
	}
	
	.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: #04142b;
		font-weight: 400;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.panel-title:hover,
	.panel-title[aria-expanded="true"] {
		background-color: #9f8c5f;
		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: #04142b;
		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: 100px;
	}
	
	.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: #04142b;
		font-size: 18px;
		line-height: 42px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.social-media a:last-child {
		margin-right: 0;
	}
	
	.social-media a.facebook:hover { color: #0e59a0 !important; }
	.social-media a.twitter:hover { color: #0ea4ff !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 a.windows:hover { color: #6dc2e9 !important; }
	.social-media a.dropbox:hover { color: #007ee5 !important; }
	.social-media a.xing:hover { color: #026566 !important; }
	.social-media a.adn:hover { color: #1ea076 !important; }
	.social-media a.android:hover { color: #98cb02 !important; }
	.social-media a.apple:hover { color: #a6b1b7 !important; }
	.social-media a.behance:hover { color: #2d9ad2 !important; }
	.social-media a.bitbucket:hover { color: #214f81 !important; }
	.social-media a.bitcoin:hover { color: #f7931b !important; }
	.social-media a.codepan:hover { color: #000 !important; }
	.social-media a.css3:hover { color: #3289ce !important; }
	.social-media a.delicious:hover { color: #3399fe !important; }
	.social-media a.deviantart:hover { color: #c8da30 !important; }
	.social-media a.digg:hover { color: #0080c2 !important; }
	.social-media a.drupal:hover { color: #0077b9 !important; }
	.social-media a.empire:hover { color: #000 !important; }
	.social-media a.foursquare:hover { color: #daecb0 !important; }
	.social-media a.git:hover { color: #f34f29 !important; }
	.social-media a.gitti:hover { color: #634c3e !important; }
	.social-media a.hacker-news:hover { color: #f18642 !important; }
	.social-media a.html5:hover { color: #e54c1f !important; }
	.social-media a.joomla:hover { color: #016fb9 !important; }
	.social-media a.jsfiddle:hover { color: #4679a4 !important; }
	.social-media a.linux:hover { color: #fece0e !important; }
	.social-media a.maxcdn:hover { color: #f36f20 !important; }
	.social-media a.openid:hover { color: #fe6101 !important; }
	.social-media a.pagelines:hover { color: #3783e3 !important; }
	.social-media a.pied-piper:hover { color: #0c7b48 !important; }
	.social-media a.qq:hover { color: #23286c !important; }
	.social-media a.rebel:hover { color: #000 !important; }
	.social-media a.reddit:hover { color: #cee3f8 !important; }
	.social-media a.renren:hover { color: #0d81e4 !important; }
	.social-media a.share:hover { color: #252525 !important; }
	.social-media a.slack:hover { color: #453744 !important; }
	.social-media a.soundcloud:hover { color: #fe4e00 !important; }
	.social-media a.spotify:hover { color: #80bb41 !important; }
	.social-media a.stack-exchange:hover { color: #265a93 !important; }
	.social-media a.stackoverflow:hover { color: #fea501 !important; }
	.social-media a.steam:hover { color: #191919 !important; }
	.social-media a.stumbleupon:hover { color: #f04f23 !important; }
	.social-media a.tencent-weibo:hover { color: #0063a7 !important; }
	.social-media a.trello:hover { color: #226784 !important; }
	.social-media a.vine:hover { color: #00b081 !important; }
	.social-media a.vk:hover { color: #50769d !important; }
	.social-media a.wechat:hover { color: #a4dc31 !important; }
	.social-media a.weibo:hover { color: #d82828 !important; }
	.social-media a.wordpress:hover { color: #454442 !important; }
	.social-media a.yahoo:hover { color: #4b04a8 !important; }
	.social-media a.ftpx:hover { color: #000 !important; }
	.social-media a.amazon:hover { color: #ff9900 !important; }
	.social-media a.angellist:hover { color: #000 !important; }
	.social-media a.btc:hover { color: #f7931b !important; }
	.social-media a.black-tie:hover { color: #000 !important; }
	.social-media a.bluetooth:hover { color: #0a3d91 !important; }
	.social-media a.buysellads:hover { color: #ba0202 !important; }
	.social-media a.cc-amex:hover { color: #016dd2 !important; }
	.social-media a.cc-diners-club:hover { color: #0069aa !important; }
	.social-media a.cc-discover:hover { color: #f88737 !important; }
	.social-media a.cc-jcb:hover { color: #29166f !important; }
	.social-media a.cc-mastercard:hover { color: #fe9611 !important; }
	.social-media a.paypal:hover { color: #012069 !important; }
	.social-media a.cc-stripe:hover { color: #49b802 !important; }
	.social-media a.cc-visa:hover { color: #1b4da2 !important; }
	.social-media a.chrome:hover { color: #edcd16 !important; }
	.social-media a.codepen:hover { color: #1b1c1b !important; }
	.social-media a.codiepie:hover { color: #000 !important; }
	.social-media a.connectdevelop:hover { color: #023cb0 !important; }
	.social-media a.contao:hover { color: #e4790f !important; }
	.social-media a.dashcube:hover { color: #000 !important; }
	.social-media a.edge:hover { color: #2c74be !important; }
	.social-media a.expeditedssl:hover { color: #2e2e2e !important; }
	.social-media a.firefox:hover { color: #df731b !important; }
	.social-media a.fonticons:hover { color: #1d1e2a !important; }
	.social-media a.fort-awesome:hover { color: #000 !important; }
	.social-media a.forumbee:hover { color: #85ac2f !important; }
	.social-media a.get-pocket:hover { color: #e84352 !important; }
	.social-media a.gg:hover { color: #fd0002 !important; }
	.social-media a.gratipay:hover { color: #653614 !important; }
	.social-media a.houzz:hover { color: #9bc545 !important; }
	.social-media a.internet-explorer:hover { color: #00bcf2 !important; }
	.social-media a.ioxhost:hover { color: #f6a814 !important; }
	.social-media a.lastfm:hover { color: #e2152b !important; }
	.social-media a.leanpub:hover { color: #231f20 !important; }
	.social-media a.meanpath:hover { color: #538dd6 !important; }
	.social-media a.medium:hover { color: #00ab6c !important; }
	.social-media a.mixcloud:hover { color: #040204 !important; }
	.social-media a.modx:hover { color: #8ed547 !important; }
	.social-media a.odnoklassniki:hover { color: #f68634 !important; }
	.social-media a.opencart:hover { color: #00c1f2 !important; }
	.social-media a.opera:hover { color: #e81617 !important; }
	.social-media a.optin-monster:hover { color: #8ed31e !important; }
	.social-media a.product-hunt:hover { color: #d6573d !important; }
	.social-media a.reddit:hover { color: #ff4500 !important; }
	.social-media a.safari:hover { color: #2973d9 !important; }
	.social-media a.scribd:hover { color: #382d29 !important; }
	.social-media a.sellsy:hover { color: #006ca2 !important; }
	.social-media a.shirtsinbulk:hover { color: #dd3a26 !important; }
	.social-media a.simplybuilt:hover { color: #322f34 !important; }
	.social-media a.skyatlas:hover { color: #01aebe !important; }
	.social-media a.slideshare:hover { color: #13999a !important; }
	.social-media a.stack-overflow:hover { color: #ef532a !important; }
	.social-media a.tripadvisor:hover { color: #1e892f !important; }
	.social-media a.twitch:hover { color: #6441a5 !important; }
	.social-media a.usb:hover { color: #000 !important; }
	.social-media a.viacoin:hover { color: #2376a2 !important; }
	.social-media a.whatsapp:hover { color: #44c254 !important; }
	.social-media a.wikipedia:hover { color: #0c0c0c !important; }
	.social-media a.y-combinator:hover { color: #ff6501 !important; }
	.social-media a.yelp:hover { color: #bf311b !important; }
	.social-media a.email:hover { color: #689c49 !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 .year:before {
		margin-right: 10px;
		content: url(../images/symbol-4.png);
	}
	
	.timeline li .year:after {
		margin-left: 10px;
		content: url(../images/symbol-5.png);
	}
	
	.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: #04142b;
		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 #04142b;
		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 #04142b;
		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: #04142b;
		font-size: 15px;
		font-weight: 400;
		list-style: none;
	}
	
	.price-plan ul li:after {
		display: block;
		width: 25px;
		border-bottom: 1px solid #04142b;
		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: #04142b;
		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: 15px;
	}
	
	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 25%;
	}
	
	.isotope-item.item-width-1 {
		width: 33.333333%;
	}

	.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: #04142b;
		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: 100px;
		background: no-repeat center center;
	}
	
	.full-section-overlay-color {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #04142b;
		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;	
	}
	
	
	/* ELEMENTS IN DARK SECTION */
	.full-section.dark-section {
		background-color: #04142b;
		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: #04142b;
	}
	
	.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: #04142b;
	}
	
	.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 #9f8c5f;
		border-bottom: 1px solid #9f8c5f;
		margin-top: 50px;
		margin-bottom: 0;
	}
	
	#section-1: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-2 {
		padding: 100px 0 50px;
		margin-bottom: -50px;
		background-color: #f8f9fa;
	}
	
	#section-3 {
		padding: 130px 0 80px;
		margin-top: 80px;
	}
	
	#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 #9f8c5f;
		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: #f8f9fa;
	}
	
	#section-9 {
		padding-top: 0;
		padding-bottom: 70px;
		margin-bottom: -50px;
	}
	
	@media (min-width: 1200px) {
		
		#section-6:before {
			height: 414px;
		}
		
		#section-7 h1 {
			font-size: 72px;
			line-height: 92px;
		}
		
		#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 #9f8c5f;
		font-size: 18px;
		line-height: 46px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#scroll-up:hover {
		background-color: #9f8c5f;
		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: #04142b 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: #9f8c5f;
		background-color: #9f8c5f;
	}


	/* TYPOGRAPHY */
	.tp-caption.overlay {
		width: 940px;
		height: 730px;
		background-color: rgba(3, 3, 30, 0.8);
	}
	
	.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 #9f8c5f;
		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: #9f8c5f;
		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 #9f8c5f;
		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 #04142b;
		color: #04142b;
		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: #9f8c5f;
	}
	
	.caption {
		position: absolute;
		top: 0;
		right: 0;
		padding: 20px 30px;
		background-color: #03031e;
		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 100px;
		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;
	}
	
	.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: 90px;
	}
	
	
	/* 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: 15%;
		}
		
		.gallery-slider-container:before {
			top: 65px;
			bottom: 65px;
			width: 45%;
		}
		
		.gallery-slider-container:after {
			top: 65px;
			bottom: 65px;
			width: 12%;
		}
		
		.owl-prev {
			left: -150px;
		}
		
		.owl-next {
			right: -150px;
		}
		
	}
	
	@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 #9f8c5f;
		margin-top: 10px;
		content: "";
	}
	
	/* 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: #04142b;
		-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: #04142b;
	}
	
	
	/* 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: #04142b;
		-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: #04142b;
	}
	
	
	/* 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: #04142b;
		-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: #04142b;
	}
	
	
	/* 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: #04142b;
		-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: #04142b;
	}
	
	
	/* 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: #04142b;
	}
	
	
	/* 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 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: #04142b;
		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: #04142b;
		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: 25px;
	}
	
	
	.widget-contact ul li span {
		position: absolute;
		top: 0;
		left: 0;
		color: #9f8c5f;
		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: #9f8c5f;
		font-size: 16px;
	}
	
	
	/* 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;
		}
	}






	.gallery-slider-container:before, .gallery-slider-container:after {
		border: none!important;
	}


.bed-icon-custom{
	background-image: url("assets/fonts/supreme-icons/fonts/bed.svg"); 
	width:16px; 
	float: left;
	height: 16px;
	display: block;
	    margin-right: 25px;
}


.top-menu-list.list-inline>li {
	padding-right: 24px;
}

a.airbnb:hover{
    text-decoration: none
}

.top-menu-list.list-inline.align-right {
	padding-right: 0;
	text-align: right;
}

/* espa 2023 banner */

.espa-banner {
	position: relative;
	top: 10px;
	z-index: 99;
}

@media (min-width: 768px) and (max-width: 991px) {
	.espa-banner {
		position: absolute;
		top: 68px;
		right: 80px;
	}
}

@media (max-width: 768px) {
	.espa-banner {
		position: absolute;
		top: 90px;
		right: 80px;
	}
}

/* sandwich menu fix on small screens */

@media (max-width: 767px){
	#mobile-menu-button {
			top: 110px!important;
	}
}
