/*
 *
 *		DEFAULT.CSS
 *
 */
 
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 
	body {
		background-color: #fff;
		color: #737373;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #04142b;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a {
		color: #04142b;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover {
		color: #c8bba1;
	}
	
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: inherit;
	}
	
	
	/* LINKS */
	a {
		color: #c8bba1;
	}
	
	a:hover,
	a:focus {
		color: #c8bba1;
	}
	
	
	/* FORMS */
	input,
	select,
	textarea {
		border-color: #e4f0f3;
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	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: #e1e1e1;
	}
	
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		border-color: #04142b;
		background-color: transparent;
		color: #04142b;
	}
	
	button:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
	::-moz-placeholder {
		color: #737373;
	}
	
	::-webkit-input-placeholder {
		color: #737373;
	}
	
	:-ms-input-placeholder {
		color: #737373;
	}
	
	
	/* TRANFORMATION CLASSES */
	.text-mute {
		color: #858585;
	}
	
	.text-default-color {
		color: #c8bba1 !important;
	}
	
	.text-highlight {
		background-color: #04142b;
		color: #fff;
	}
	
	.big-icon:hover {
		color: #c8bba1;
	}
	
	.signature span {
		color: #04142b;
	}
	
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	/* HEADLINE */
	.headline h3:after {
		color: #c8bba1;
	}
	
	/* TITLE */
	.title {
		border-top-color: #e4f0f3;
		border-bottom-color: #e4f0f3;
	}
	
	@media (max-width: 767px) {
		
		.headline h3:after {
			border-bottom-color: #c8bba1;
		}
		
	}
	
/***********************************************************************************
 *	+ TEXT PARALLAX
 ***********************************************************************************/

	.text-parallax-content {
		background-color: #fff;
		color: #04142b;
	}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
	
	.alert {
		color: #240e35;
	}

	.alert.alert-info {
		background-color: #c8bba1;
		color: #fff;
	}

	.alert.alert-danger {
		background-color: #ffb7ba;
	}

	.alert.alert-success {
		background-color: #e4f0f3;
	}

	.alert.alert-warning {
		background-color: #fff29f;
	}
	
	h1.error {
		color: #c8bba1;
	}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
 
	/* SQUARE LIST */
	.square-list li:before {
		border-color: #c8bba1;
	}
	
	.square-list li a {
		color: #737373;
	}
	
	.square-list li a:hover {
		color: #04142b;
	}
	
	.square-list li:hover:before {
		border-color: #04142b;
	}
	
	
	/* CHECK LIST */
	.check-list li:before {
		color: #c8bba1;
	}
	
	.check-list li a {
		color: #737373;
	}
	
	.check-list li a:hover {
		color: #04142b;
	}
	
	.check-list li:hover:before {
		color: #04142b;
	}
	
	
	/* CHECK LIST 2 */
	.check-list-2 li {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	.check-list-2 li:before {
		color: #04142b;
	}
	
	.check-list-2 li:hover {
		background-color: #04142b;
		color: #fff;
	}
	
	.check-list-2 li:hover:before {
		color: #c8bba1;
	}
	
	.check-list-2 li:hover h5 {
		color: #fff;
	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
	
	.btn {
		border-color: #04142b;
		color: #04142b;
	}
	
	.btn:before {
		border-top-color: #04142b;
		border-right-color: #04142b;
	}
	
	.btn:after {
		border-bottom-color: #04142b;
		border-left-color: #04142b;
	}
	
	.btn:hover {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
	.btn:hover:before,
	.btn:hover:after {
		border-color: #c8bba1;
	}
	
/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/
	
	.text-box > i {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.text-box a.plus {
		background-color: #04142b;
		color: #fff;
	}
	
	.text-box a.plus:hover {
		background-color: #c8bba1;
	}
	
	.text-box.style-1 {
		border-color: #c8bba1;
	}
	
	.text-box.style-1:hover {
		background-color: #fff;
		color: #737373;
	}
	
	.text-box.style-2 {
		background-color: #04142b;
		color: #fff;
	}
	
	.text-box.style-2 a,
	.text-box.style-2 h1,
	.text-box.style-2 h2,
	.text-box.style-2 h3,
	.text-box.style-2 h4,
	.text-box.style-2 h5,
	.text-box.style-2 h6 {
		color: inherit;
	}
	
	.text-box.style-2 .btn,
	.text-box.style-2 .btn:before,
	.text-box.style-2 .btn:after {
		border-color: inherit;
	}
	
	.text-box.style-2 a:hover {
		color: #c8bba1;
	}
	
	.text-box.style-2 .btn:hover,
	.text-box.style-2 .btn:hover:before,
	.text-box.style-2 .btn:hover:after {
		border-color: #c8bba1;
	}
	
/***********************************************************************************
 *	+ IMAGES BOXES
 ***********************************************************************************/
	
	.image-box > h6 {
		background-color: rgba(4, 20, 43, 0.9);
		color: #fff;
	}
	
	.image-box-content {
		background-color: rgba(4, 20, 43, 0.9);
		color: #e4f0f3;
	}
	
	.image-box-content h6 {
		color: #fff;
	}
	
	.image-box-content > a:hover {
		color: #fff;
	}
	
	.image-box:hover > h6 {
		background-color: rgba(200, 187, 161, 0.9);
	}
	
	#price-box .price {
		background-color: #04142b;
		color: #c8bba1;
	}
	
	#price-box .price small {
		color: #fff;
	}
	
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		border-top-color: #e3e3e3;
	}
	
	.hr.default-color {
		border-top-color: #c8bba1;
	}
	
	.hr.black {
		border-top-color: #04142b;
	}
	
/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
	.panel {
		background-color: transparent;
	}
	
	.panel-heading {
		background-color: transparent;
	}
	
	.panel-title a,
	.panel-title a:focus {
		border-color: #04142b;
		background-color: #04142b;
		color: #fff;
	}
	
	.panel-title a[aria-expanded="true"] {
		border-color: #c8bba1;
		background-color: transparent;
		color: #04142b;
	}
	
	.panel-group .panel-heading + .panel-collapse > .list-group, 
	.panel-group .panel-heading + .panel-collapse > .panel-body {
		border-color: #c8bba1;
	}
 
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
	
	.nav-tabs {
		border-bottom-color: #e4f0f3; 
	}
	
	.nav-tabs > li > a {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {
		background-color: #04142b;
		color: #fff;
	}
	
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		background-color: #04142b;
		color: #fff;
	}
	
	.tab-content {
		border-color: #e4f0f3;
	}
	
	@media (max-width: 767px) {
		
		.nav-tabs > li {
			border-bottom-color: #04142b;
		}
		
	}
	
/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
	.social-media a {
		color: #04142b;
	}
	
	.social-media.square a {
		background-color: #e4f0f3;
	}
	
	.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.square a.facebook:hover { background-color: #0e59a0 !important; }
	.social-media.square a.twitter:hover { background-color: #0ea4ff !important; }
	.social-media.square a.dribbble:hover { background-color: #ea73a0 !important; }
	.social-media.square a.pinterest:hover { background-color: #d73532 !important; }
	.social-media.square a.google:hover { background-color: #da4835 !important; }
	.social-media.square a.tumblr:hover { background-color: #2a445f !important; }
	.social-media.square a.instagram:hover { background-color: #82685a !important; }
	.social-media.square a.rss:hover { background-color: #f79638 !important; }
	.social-media.square a.linkedin:hover { background-color: #018faf !important; }
	.social-media.square a.skype:hover { background-color: #00b0f6 !important; }
	.social-media.square a.flickr:hover { background-color: #0061db !important; }
	.social-media.square a.vimeo:hover { background-color: #4cb2d9 !important; }
	.social-media.square a.github:hover { background-color: #3b3b3b !important; }
	.social-media.square a.youtube:hover { background-color: #cc181e !important; }
	.social-media.square a.windows:hover { background-color: #6dc2e9 !important; }
	.social-media.square a.dropbox:hover { background-color: #007ee5 !important; }
	.social-media.square a.xing:hover { background-color: #026566 !important; }
	.social-media.square a.adn:hover { background-color: #1ea076 !important; }
	.social-media.square a.android:hover { background-color: #98cb02 !important; }
	.social-media.square a.apple:hover { background-color: #a6b1b7 !important; }
	.social-media.square a.behance:hover { background-color: #2d9ad2 !important; }
	.social-media.square a.bitbucket:hover { background-color: #214f81 !important; }
	.social-media.square a.bitcoin:hover { background-color: #f7931b !important; }
	.social-media.square a.codepan:hover { background-color: #000 !important; }
	.social-media.square a.css3:hover { background-color: #3289ce !important; }
	.social-media.square a.delicious:hover { background-color: #3399fe !important; }
	.social-media.square a.deviantart:hover { background-color: #c8da30 !important; }
	.social-media.square a.digg:hover { background-color: #0080c2 !important; }
	.social-media.square a.drupal:hover { background-color: #0077b9 !important; }
	.social-media.square a.empire:hover { background-color: #000 !important; }
	.social-media.square a.foursquare:hover { background-color: #daecb0 !important; }
	.social-media.square a.git:hover { background-color: #f34f29 !important; }
	.social-media.square a.gitti:hover { background-color: #634c3e !important; }
	.social-media.square a.hacker-news:hover { background-color: #f18642 !important; }
	.social-media.square a.html5:hover { background-color: #e54c1f !important; }
	.social-media.square a.joomla:hover { background-color: #016fb9 !important; }
	.social-media.square a.jsfiddle:hover { background-color: #4679a4 !important; }
	.social-media.square a.linux:hover { background-color: #fece0e !important; }
	.social-media.square a.maxcdn:hover { background-color: #f36f20 !important; }
	.social-media.square a.openid:hover { background-color: #fe6101 !important; }
	.social-media.square a.pagelines:hover { background-color: #3783e3 !important; }
	.social-media.square a.pied-piper:hover { background-color: #0c7b48 !important; }
	.social-media.square a.qq:hover { background-color: #23286c !important; }
	.social-media.square a.rebel:hover { background-color: #000 !important; }
	.social-media.square a.reddit:hover { background-color: #cee3f8 !important; }
	.social-media.square a.renren:hover { background-color: #0d81e4 !important; }
	.social-media.square a.share:hover { background-color: #252525 !important; }
	.social-media.square a.slack:hover { background-color: #453744 !important; }
	.social-media.square a.soundcloud:hover { background-color: #fe4e00 !important; }
	.social-media.square a.spotify:hover { background-color: #80bb41 !important; }
	.social-media.square a.stack-exchange:hover { background-color: #265a93 !important; }
	.social-media.square a.stackoverflow:hover { background-color: #fea501 !important; }
	.social-media.square a.steam:hover { background-color: #191919 !important; }
	.social-media.square a.stumbleupon:hover { background-color: #f04f23 !important; }
	.social-media.square a.tencent-weibo:hover { background-color: #0063a7 !important; }
	.social-media.square a.trello:hover { background-color: #226784 !important; }
	.social-media.square a.vine:hover { background-color: #00b081 !important; }
	.social-media.square a.vk:hover { background-color: #50769d !important; }
	.social-media.square a.wechat:hover { background-color: #a4dc31 !important; }
	.social-media.square a.weibo:hover { background-color: #d82828 !important; }
	.social-media.square a.wordpress:hover { background-color: #454442 !important; }
	.social-media.square a.yahoo:hover { background-color: #4b04a8 !important; }
	.social-media.square a.ftpx:hover { background-color: #000 !important; }
	.social-media.square a.amazon:hover { background-color: #ff9900 !important; }
	.social-media.square a.angellist:hover { background-color: #000 !important; }
	.social-media.square a.btc:hover { background-color: #f7931b !important; }
	.social-media.square a.black-tie:hover { background-color: #000 !important; }
	.social-media.square a.bluetooth:hover { background-color: #0a3d91 !important; }
	.social-media.square a.buysellads:hover { background-color: #ba0202 !important; }
	.social-media.square a.cc-amex:hover { background-color: #016dd2 !important; }
	.social-media.square a.cc-diners-club:hover { background-color: #0069aa !important; }
	.social-media.square a.cc-discover:hover { background-color: #f88737 !important; }
	.social-media.square a.cc-jcb:hover { background-color: #29166f !important; }
	.social-media.square a.cc-mastercard:hover { background-color: #fe9611 !important; }
	.social-media.square a.paypal:hover { background-color: #012069 !important; }
	.social-media.square a.cc-stripe:hover { background-color: #49b802 !important; }
	.social-media.square a.cc-visa:hover { background-color: #1b4da2 !important; }
	.social-media.square a.chrome:hover { background-color: #edcd16 !important; }
	.social-media.square a.codepen:hover { background-color: #1b1c1b !important; }
	.social-media.square a.codiepie:hover { background-color: #000 !important; }
	.social-media.square a.connectdevelop:hover { background-color: #023cb0 !important; }
	.social-media.square a.contao:hover { background-color: #e4790f !important; }
	.social-media.square a.dashcube:hover { background-color: #000 !important; }
	.social-media.square a.edge:hover { background-color: #2c74be !important; }
	.social-media.square a.expeditedssl:hover { background-color: #2e2e2e !important; }
	.social-media.square a.firefox:hover { background-color: #df731b !important; }
	.social-media.square a.fonticons:hover { background-color: #1d1e2a !important; }
	.social-media.square a.fort-awesome:hover { background-color: #000 !important; }
	.social-media.square a.forumbee:hover { background-color: #85ac2f !important; }
	.social-media.square a.get-pocket:hover { background-color: #e84352 !important; }
	.social-media.square a.gg:hover { background-color: #fd0002 !important; }
	.social-media.square a.gratipay:hover { background-color: #653614 !important; }
	.social-media.square a.houzz:hover { background-color: #9bc545 !important; }
	.social-media.square a.internet-explorer:hover { background-color: #00bcf2 !important; }
	.social-media.square a.ioxhost:hover { background-color: #f6a814 !important; }
	.social-media.square a.lastfm:hover { background-color: #e2152b !important; }
	.social-media.square a.leanpub:hover { background-color: #231f20 !important; }
	.social-media.square a.meanpath:hover { background-color: #538dd6 !important; }
	.social-media.square a.medium:hover { background-color: #00ab6c !important; }
	.social-media.square a.mixcloud:hover { background-color: #040204 !important; }
	.social-media.square a.modx:hover { background-color: #8ed547 !important; }
	.social-media.square a.odnoklassniki:hover { background-color: #f68634 !important; }
	.social-media.square a.opencart:hover { background-color: #00c1f2 !important; }
	.social-media.square a.opera:hover { background-color: #e81617 !important; }
	.social-media.square a.optin-monster:hover { background-color: #8ed31e !important; }
	.social-media.square a.product-hunt:hover { background-color: #d6573d !important; }
	.social-media.square a.reddit:hover { background-color: #ff4500 !important; }
	.social-media.square a.safari:hover { background-color: #2973d9 !important; }
	.social-media.square a.scribd:hover { background-color: #382d29 !important; }
	.social-media.square a.sellsy:hover { background-color: #006ca2 !important; }
	.social-media.square a.shirtsinbulk:hover { background-color: #dd3a26 !important; }
	.social-media.square a.simplybuilt:hover { background-color: #322f34 !important; }
	.social-media.square a.skyatlas:hover { background-color: #01aebe !important; }
	.social-media.square a.slideshare:hover { background-color: #13999a !important; }
	.social-media.square a.stack-overflow:hover { background-color: #ef532a !important; }
	.social-media.square a.tripadvisor:hover { background-color: #1e892f !important; }
	.social-media.square a.twitch:hover { background-color: #6441a5 !important; }
	.social-media.square a.usb:hover { background-color: #000 !important; }
	.social-media.square a.viacoin:hover { background-color: #2376a2 !important; }
	.social-media.square a.whatsapp:hover { background-color: #44c254 !important; }
	.social-media.square a.wikipedia:hover { background-color: #0c0c0c !important; }
	.social-media.square a.y-combinator:hover { background-color: #ff6501 !important; }
	.social-media.square a.yelp:hover { background-color: #bf311b !important; }
	.social-media.square a.email:hover { background-color: #689c49 !important; }
	
	.social-media.square a:hover {
		color: #fff !important;
	}
	
	.social-media.default-color a:hover {
		color: #c8bba1 !important;
	}
	
	.social-media.square.default-color a:hover {
		background-color: #c8bba1 !important;
		color: #fff !important;
	}
	
/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/
	
	.timeline .period:before {
		background-color: #c8bba1;
	}
	
	.timeline .period:after {
		border-left-color: #c8bba1;
	}
	
	.timeline .period-details:before {
		border-left-color: #e4f0f3;
	}
	
	.timeline li:hover h3 {
		color: #c8bba1;
	}
	
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
	
	.pie-chart-percent {
		color: #04142b;
	}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
 
	.progress {
		background-color: #e4f0f3;
	}

	.progress-bar {
		background-color: #c8bba1;
	}

	.progress-bar span {
		color: #04142b;
	}

	.progress-bar-title {
		color: #04142b;
	}
	
/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/
	
	.counter:before {
		border-right-color: #c8bba1;
		border-left-color: #c8bba1;
	}
	
	.counter:after {
		border-top-color: #c8bba1;
		border-bottom-color: #c8bba1;
	}
	
	.counter-value {
		color: #04142b;
	}
	
	.counter-details {
		color: #04142b;
	}
	
/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
	
	.legend {
		color: #04142b;
	}
	
	.legend li:nth-child(1):before {
		background-color: #e4f0f2;
	}
	
	.legend li:nth-child(2):before {
		background-color: #c8bba2;
	}
	
	.legend li:nth-child(3):before {
		background-color: #04142a;
	}
	
	#area-chart + .legend li:nth-child(1):before {
		background-color: #387eba;
	}
	
	#bar-chart-1 + .legend li:nth-child(1):before,
	#bar-chart-2 + .legend li:nth-child(1):before {
		background-color: #364b6a;
	}
	
	#line-chart + .legend li:nth-child(1):before {
		background-color: #364b6a;
	}
	
/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
	
	.countdown {
		color: #04142b;
	}
	
	.countdown > div {
		background-color: #fff;
		box-shadow: 8px 3px 27px 0px rgba(0, 0, 0, 0.21);
	}
	
	.countdown > div > span {
		color: #c8bba1;
	}
	
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

	.price-plan {
		border-color: #e4f0f3;
	}
	
	.price-plan-header:after {
		border-left-color: #c8bba1;
	}
	
	.price-plan-header h6 {
		color: #c8bba1;
	}
	
	.price-plan ul li:after {
		border-bottom-color: #e4f0f3;
	}
	
	.price-plan:hover {
		border-color: #04142b;
	}

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
	
	.testimonial blockquote:before {
		color: #c8bba1;
	}
	
	.testimonial-author h6 {
		color: #c8bba1;
	}
	
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
	
	.filter li:after {
		color: #c8bba1;
	}
	
	.filter li a {
		color: #04142b;
	}
	
	.filter li a:hover {
		color: #c8bba1;
	}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/

	.pagination li a {
		background-color: #e4f0f3;
		color: #04142b;
	}

	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		background-color: #04142b;
		color: #fff;
	}
	
/***********************************************************************************
 *	+ BREADCRUMB
 ***********************************************************************************/
	
	.breadcrumb {
		background-color: transparent;
	}

	.breadcrumb > li + li:before {
		border-color: #c8bba1;
		color: #04142b;
	}

	.breadcrumb li a {
		color: #04142b;
	}

	.breadcrumb li a:hover {
		color: #c8bba1;
	}

	.breadcrumb li.active {
		color: #04142b;
	}
	
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section-overlay-color {
		background-color: #04142b;
	}
	
	
	/* ELEMENTS IN DARK SECTION */
	.full-section.dark-section {
		background-color: #000;
		color: #fff;
	}
	
	.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 h1 a,
	.full-section.dark-section h2 a,
	.full-section.dark-section h3 a,
	.full-section.dark-section h4 a,
	.full-section.dark-section h5 a,
	.full-section.dark-section h6 a,
	.full-section.dark-section .signature span {
		color: inherit;
	}
	
	.full-section.dark-section a:hover {
		color: #c8bba1;
	}
	
	.full-section.dark-section button,
	.full-section.dark-section input[type="reset"],
	.full-section.dark-section input[type="submit"],
	.full-section.dark-section input[type="button"] {
		border-color: inherit;
		color: inherit;
	}
	
	.full-section.dark-section button:hover,
	.full-section.dark-section input[type="reset"]:hover,
	.full-section.dark-section input[type="submit"]:hover,
	.full-section.dark-section input[type="button"]:hover {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
	.full-section.dark-section .check-list li a,
	.full-section.dark-section .square-list li a,
	.full-section.dark-section .check-list li:before {
		color: inherit;
	}
	
	.full-section.dark-section .check-list li a:hover,
	.full-section.dark-section .square-list li a:hover, 
	.full-section.dark-section .check-list li:hover:before {
		color: #c8bba1;
	}
	
	.full-section.dark-section .square-list li:before {
		border-color: inherit;
	}
	
	.full-section.dark-section .square-list li:hover:before {
		border-color: #c8bba1;
	}
	
	.full-section.dark-section .btn,
	.full-section.dark-section .btn:before,
	.full-section.dark-section .btn:after {
		border-color: inherit;
		color: inherit;
	}
	
	.full-section.dark-section .btn:hover,
	.full-section.dark-section .btn:hover:before,
	.full-section.dark-section .btn:hover:after {
		border-color: #c8bba1;
	}
	
	.full-section.dark-section .text-box a.plus {
		color: #fff;
	}
	
	.full-section.dark-section .text-box.style-1:hover {
		border-color: #fff;
	}
	
	.full-section.dark-section .text-box.style-1:hover h1,
	.full-section.dark-section .text-box.style-1:hover h2,
	.full-section.dark-section .text-box.style-1:hover h3,
	.full-section.dark-section .text-box.style-1:hover h4,
	.full-section.dark-section .text-box.style-1:hover h5,
	.full-section.dark-section .text-box.style-1:hover h6 {
		color: #04142b;
	}
	
	.full-section.dark-section .text-box.style-1:hover .btn {
		color: #040204;
	}

	.full-section.dark-section .text-box.style-1:hover .btn,
	.full-section.dark-section .text-box.style-1:hover .btn:before,
	.full-section.dark-section .text-box.style-1:hover .btn:after {
		border-color: #040204;
	}
	
	.full-section.dark-section .text-box.style-1:hover .btn:hover {
		color: #c8bba1;
	}

	.full-section.dark-section .text-box.style-1:hover .btn:hover,
	.full-section.dark-section .text-box.style-1:hover .btn:hover:before,
	.full-section.dark-section .text-box.style-1:hover .btn:hover:after {
		border-color: #c8bba1;
	}
	
	.full-section.dark-section .text-box.style-2 {
		background-color: #fff;
		color: #737373;
	}
	
	.full-section.dark-section .text-box.style-2 h1,
	.full-section.dark-section .text-box.style-2 h2,
	.full-section.dark-section .text-box.style-2 h3,
	.full-section.dark-section .text-box.style-2 h4,
	.full-section.dark-section .text-box.style-2 h5,
	.full-section.dark-section .text-box.style-2 h6 {
		color: #04142b;
	}
	
	.full-section.dark-section .image-box-content > a:hover {
		color: #fff;
	}
	
	.full-section.dark-section .social-media a {
		color: inherit;
	}
	
	.full-section.dark-section .social-media.square a {
		color: #04142b;
	}
	
	.full-section.dark-section .pie-chart-percent {
		color: inherit;
	}
	
	.full-section.dark-section .progress-bar span,
	.full-section.dark-section .progress-bar-title {
		color: inherit;
	}
	
	.full-section.dark-section .counter-value,
	.full-section.dark-section .counter-details {
		color: inherit;
	}
	
	.full-section.dark-section .price-plan:hover {
		border-color: inherit;
	}
	
	.full-section.dark-section .testimonial-author h6 {
		color: #c8bba1;
	}
	
	.full-section.dark-section .filter li a {
		color: inherit;
	}
	
	.full-section.dark-section .filter li a:hover {
		color: #c8bba1;
	}
	
	.full-section.dark-section .pagination li a:hover,
	.full-section.dark-section .pagination li.active a,
	.full-section.dark-section .pagination li.active a:hover {
		background-color: #fff;
		color: #04142b;
	}
	
	.full-section.dark-section .about-me h6 {
		color: #c8bba1;
	}
	
	.full-section.dark-section .team-list a {
		color: inherit;
	}
	
	.full-section.dark-section .service-box.style-1:hover > i,
	.full-section.dark-section .service-box.style-2:hover > i {
		color: inherit;
	}
	
	.full-section.dark-section .service-box.style-3:hover > i {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.full-section.dark-section .portfolio-item-hover a:hover {
		color: #fff;
	}
	
	.full-section.dark-section .blog-article-details a, 
	.full-section.dark-section .blog-article-content > a {
		color: inherit;
	}
	
	.full-section.dark-section .blog-article-details a:hover, 
	.full-section.dark-section .blog-article-content > a:hover {
		color: #c8bba1;
	}
	
	.full-section.dark-section .comment-author .fn {
		color: inherit;
	}
	
	.full-section.dark-section .comment-metadata a,
	.full-section.dark-section .comment-author .fn:hover {
		color: #c8bba1;
	}
	
	.full-section.dark-section .reply a:hover {
		color: #fff;
	}
	
	.full-section.dark-section .widget-pages ul li a:hover,
	.full-section.dark-section .widget-archives ul li a:hover,
	.full-section.dark-section .widget-metadata ul li a:hover,
	.full-section.dark-section .widget-categories ul li a:hover {
		color: #fff;
	}
	
	.full-section.dark-section .widget-pages ul li a:hover:before,
	.full-section.dark-section .widget-metadata ul li a:hover:before {
		border-color: #fff;
	}
	
	.full-section.dark-section .widget-newsletter input[type="submit"] {
		color: #04142b;
	}
	
	.full-section.dark-section .widget-calendar caption {
		color: inherit;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-date {
		color: #c8bba1;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-title {
		color: inherit;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
		color: #c8bba1;
	}
	
	.full-section.dark-section .widget-tags a:hover {
		color: #fff;
	}
	
	.full-section.dark-section .widget-contact ul li a {
		color: inherit;
	}
	
	.full-section.dark-section .owl-prev:hover,
	.full-section.dark-section .owl-next:hover {
		border-color: inherit;
		color: inherit;
	}
	
	.full-section.dark-section .owl-dot:hover,
	.full-section.dark-section .owl-dot.active {
		background-color: #fff;
	}
	
	/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	#section-1 {
		background-image: url(../../../images/backgrounds/bg-1.jpg);
	}
	
	#section-2	{
		background-image: url(../../../images/backgrounds/bg-2.jpg);
	}
	
	#section-2:before {
		background-color: #c8bba1;
		opacity: 0.85;
	}
	
	#section-2:after {
		background-color: #04142b;
	}
	
	#section-2	h4 {
		color: #04142b;
	}
	
	#section-3 {
		background-color: #e4f0f3;
	}
	
	#section-3 .price {
		background-color: #04142b;
		color: #c8bba1;
	}
	
	#section-3 .price small {
		color: #fff;
	}
	
	#section-4 {
		background-image: url(../../../images/backgrounds/bg-4.jpg);
	}
	
	#section-5 {
		background-image: url(../../../images/backgrounds/bg-5.jpg);
	}
	
	#section-6 {
		background-color: #f8fafa;
	}
	
	#section-7 {
		background-image: url(../../../images/backgrounds/bg-6.jpg);
	}
	
	#section-8 {
		background-color: #020d1d;
	}
	
	#section-8 .text-parallax-content {
		background-color: #020d1d;
		color: #fff;
	}
	
	#section-9 {
		background-color: #f8fafa;
	}
	
	#section-10 {
		background-image: url(../../../images/backgrounds/bg-7.jpg);
	}
	
	#section-11 {
		background-image: url(../../../images/backgrounds/bg-8.jpg);
	}
	
	#section-13 {
		background-image: url(../../../images/backgrounds/bg-9.jpg);
	}
	
	#section-14 {
		background-image: url(../../../images/backgrounds/bg-1.jpg);
	}
	
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
	#scroll-up {
		border-color: #c8bba1;
	}
	
	#scroll-up:hover {
		background-color: #c8bba1;
		color: #fff;
	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	/* ARROWS */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		border-color: #c8bba1;
		background-color: transparent;
		color: #c8bba1;
	}
	
	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover {
		border-color: #04142b;
		background-color: #04142b;
		color: #fff;
	}
	
	
	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		border-color: #c8bba1;
		background-color: transparent;
	}

	.tp-bullets.custom .tp-bullet:hover,
	.tp-bullets.custom .tp-bullet.selected {
		outline-color: #c8bba1;
	}


	/* TYPOGRAPHY */
	.tp-caption.overlay,
	.tp-caption.overlay-2 {
		background-color: rgba(4, 20, 43, 0.75);
	}
	
	.tp-caption.big-title {
		padding: 10px 100px 10px 20px;
		border-color: #c8bba1;
		color: #fff;
	}
	
	.tp-caption.big-title-shadow {
		color: #fff;
		text-shadow: -2px -2px 24px rgba(0, 0, 0, 0.54);
	}
	
	.tp-caption.title {
		color: #fff;
	}
	
	.tp-caption.title-2 {
		color: #fff;
	}
	
	.tp-caption.text-highlight span {
		color: #c8bba1;
	}
	
	.tp-caption.text {
		color: #fff;
	}
	
	.tp-caption.big-text {
		color: #c8bba1;
	}
	
	.tp-caption.big-text-white {
		color: #fff;
	}
	
	.tp-caption.price {
		color: #c8bba1;
	}
	
	.tp-caption .btn {
		border-color: #fff;
		color: #fff;
	}
	
	.tp-caption .btn:before,
	.tp-caption .btn:after {
		border-color: #fff;
	}
	
	.tp-caption .btn:hover {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
	.tp-caption .btn:hover:before,
	.tp-caption .btn:hover:after {
		border-color: #c8bba1;
	}


	/* OWL Carousel */
	.owl-dot {
		background-color: #c8bba1;
	}
	
	.owl-dot:hover,
	.owl-dot.active {
		background-color: #04142b;
	}
	
	.owl-prev,
	.owl-next {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		border-color: #04142b;
		color: #04142b;
	}
	
	
	/* TEXT BOXES SLIDER */
	.text-boxes-slider .text-box > a:hover {
		color: #04142a;
	}
	
	
	/* IMAGES SLIDER */
	.images-slider .owl-prev,
	.images-slider .owl-next {
		display: none !important;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
	
	/* WIDGET TEXT */
	.widget-text > div {
		border-left-color: #c8bba1;
	}
	
	
	/* WIDGET SERACH */
	.widget-search #s {
		border-left-color: #04142b;
	}
	
	.widget-search input[type="submit"] {
		background-image: url(../../images/search.png);
	}
	
	
	/* WIDGET CATEGORIES */
	.widget-categories ul li a {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	.widget-categories ul li a:before {
		border-color: #04142b;
	}
	
	.widget-categories ul li a:after {
		border-left-color: transparent;
	}
	
	.widget-categories ul li a:hover {
		background-color: #04142b;
		color: #fff;
	}
	
	.widget-categories ul li a:hover:before {
		border-color: #c8bba1;
	}
	
	.widget-categories ul li a:hover:after {
		border-color: #c8bba1;
	}
	
	
	/* WIDGET ARCHIVES */
	.widget-archives ul li a {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	.widget-archives ul li a:before {
		border-color: #04142b;
	}
	
	.widget-archives ul li a:after {
		border-left-color: transparent;
	}
	
	.widget-archives ul li a:hover {
		background-color: #04142b;
		color: #fff;
	}
	
	.widget-archives ul li a:hover:before {
		border-color: #c8bba1;
	}
	
	.widget-archives ul li a:hover:after {
		border-color: #c8bba1;
	}
	
	
	/* WIDGET PAGES */
	.widget-pages ul li a {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	.widget-pages ul li a:before {
		border-left-color: transparent;
	}
	
	.widget-pages ul li a:hover,
	.widget-pages ul li.active a {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.widget-pages ul li a:hover:before,
	.widget-pages ul li.active a:before {
		border-color: #04142b;
	}
	
	
	/* WIDGET METADATA */
	.widget-metadata ul li a {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	.widget-metadata ul li a:before {
		border-left-color: transparent;
	}
	
	.widget-metadata ul li a:hover {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.widget-metadata ul li a:hover:before {
		border-color: #04142b;
	}
	
	
	/* WIDGET TAGS */
	.widget-tags a {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	.widget-tags a:hover {
		background-color: #c8bba1;
		color: #fff;
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter input[type="submit"] {
		color: #04142b;
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts ul li .post-title {
		color: #04142b;
	}
	
	.widget-recent-posts ul li .post-date {
		color: #737373;
	}
	
	.widget-recent-posts ul li .post-date:before {
		color: #c8bba1;
	}
	
	.widget-recent-posts ul li .post-title:hover {
		color: #c8bba1;
	}
	
	
	/* WIDGET CALENDAR */
	.widget-calendar caption {
		color: #04142b;
	}
	
	.widget-calendar table th, 
	.widget-calendar table td {
		border-top-color: #e4f0f3;
		border-left-color: #e4f0f3;
	}
	
	.widget-calendar table th:last-child, 
	.widget-calendar table td:last-child {
		border-right-color: #e4f0f3;
	}
	
	.widget-calendar table tr:last-child td {
		border-bottom-color: #e4f0f3;
	}
	
	.widget-calendar table td#today {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact ul li i {
		color: #c8bba1;
	}
	
	.widget-contact ul li span {
		color: #c8bba1;
	}
	
	.widget-contact ul li a {
		color: #737373;
	}
	
/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#main-container {
		background-color: #fff; 
	}
	
/***********************************************************************************
 *	+ HEADER TOP
 ***********************************************************************************/
	
	#header-top {
		background-color: #04142b;
		color: #fff;
	}
	
	#header-top h1,
	#header-top h2,
	#header-top h3,
	#header-top h4,
	#header-top h5,
	#header-top h6 {
		color: inherit;
	}
	
	#header-top .widget-pages ul li a:hover:before,
	#header-top .widget-metadata ul li a:hover:before {
		border-color: #fff;
	}
	
	#header-top .widget-calendar caption {
		color: inherit;
	}
	
	#header-top .widget-recent-posts ul li .post-title {
		color: inherit;
	}
	
	#header-top .widget-recent-posts ul li .post-date,
	#header-top .widget-recent-posts ul li .post-date:before {
		color: #6f7b8a;
	}
	
	#header-top .widget-recent-posts ul li .post-title:hover,
	#header-top .widget-recent-posts ul li .post-date:hover,
	#header-top .widget-recent-posts ul li .post-date:hover:before {
		color: #c8bba1;
	}
	
	#header-top .widget-social .social-media a {
		color: inherit;
	}
	
	#header-top .widget-contact ul li a {
		color: inherit;
	}
	
	#header-top .widget-search #s {
		border-color: #c8bba1;
		background-color: #c8bba1;
		color: #fff;
	}
	
	#header-top .widget-search #s:focus {
		border-color: #e1e1e1;
	}
	
	#header-top .widget-search #s::-moz-placeholder {
		color: #fff;
	}
	
	#header-top .widget-search #s::-webkit-input-placeholder {
		color: #fff;
	}
	
	#header-top .widget-search #s:-ms-input-placeholder {
		color: #fff;
	}
	
	#header-top .widget-search input[type="submit"] {
		background-image: url(../../images/search-white.png);
	}
	
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
	
	@media (max-width: 767px) {
		
		#header {
			border-top-color: #04142b;
		}
		
	}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
	
	.menu li a {
		border-bottom-color: rgba(200, 187, 161, 0.2);
		color: #fff;
	}
	
	.menu > li > a {
		color: #04142b;
	}
	
	.menu li.dropdown ul {
		border-top-color: #c8bba1;
		border-right-color: rgba(200, 187, 161, 0.2);
		border-left-color: rgba(200, 187, 161, 0.2);
		background-color: #04142b;
	}
	
	.menu li.dropdown ul li a:before {
		border-color: rgba(200, 187, 161, 0.2);
	}
	
	.menu li.megamenu .megamenu-container {
		border-top-color: #c8bba1;
		border-right-color: rgba(200, 187, 161, 0.2);
		border-left-color: rgba(200, 187, 161, 0.2);
		background-color: #04142b;
	}
	
	.megamenu-container .section {
		border-right-color: rgba(200, 187, 161, 0.2);
	}
	
	.megamenu-container .section ul li a:before {
		border-color: rgba(200, 187, 161, 0.2);
	}
	
	.sf-arrows .sf-with-ul:after {
		border-color: transparent;
		border-top-color: #04142b;
	}
		
	.sf-arrows > li:hover > .sf-with-ul:after { 
		border-top-color: #c8bba1; 
	}
		
	.sf-arrows ul .sf-with-ul:after {
		border-color: transparent;
		border-left-color: #fff;
	}
	
	.sf-arrows ul li:hover > .sf-with-ul:after { 
		border-left-color: #c8bba1; 
	}
	
	.menu li a:hover, 
	.menu li.active > a, 
	.menu li.sfHover > a {
		color: #c8bba1;
	}
	
	.menu li.dropdown ul li a:hover:before,
	.menu li.dropdown ul li.sfHover > a:before,
	.megamenu-container .section ul li a:hover:before {
		border-color: #c8bba1;
	}
	
	.menu ul li > a:hover,
	.menu ul li.sfHover > a {
		border-color: #c8bba1;
		color: #c8bba1;
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		color: #04142b;
	}
	
	#mobile-menu {
		border-bottom-color: rgba(200, 187, 161, 0.2);
		background-color: #04142b;
	}
	
	#mobile-menu li a {
		border-top-color: rgba(200, 187, 161, 0.2);
		color: #fff;
	}
	
	#mobile-menu ul a:before {
		border-color: #fff;
	}
	
	#mobile-menu .megamenu-container {
		border-top-color: rgba(200, 187, 161, 0.2);
	}
	
	#mobile-menu .megamenu-container .section ul a {
		border-bottom-color: rgba(200, 187, 161, 0.2);
	}
	
	#mobile-menu .megamenu-container .section ul li:last-child a {
		border-bottom-color: rgba(200, 187, 161, 0.2);
	}
	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/

	#header-sticky {
		background-color: #fff;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
	#page-header {
		background-color: #e4f0f3;
	}
	
	#page-header h5 {
		background-color: #c8bba1;
		color: #fff;
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
	
	#footer-container {
		background-color: #020d1d;
		color: #6f7b8a;
	}
	
	#footer-container h1,
	#footer-container h2,
	#footer-container h3,
	#footer-container h4,
	#footer-container h5,
	#footer-container h6 {
		color: #fff;
	}
	
	#footer-container .widget-pages ul li a:hover:before,
	#footer-container .widget-metadata ul li a:hover:before {
		border-color: #fff;
	}
	
	#footer-container .widget-calendar caption {
		color: inherit;
	}
	
	#footer-container .widget-recent-posts ul li .post-title {
		color: #fff;
	}
	
	#footer-container .widget-recent-posts ul li .post-date,
	#footer-container .widget-recent-posts ul li .post-date:before {
		color: #6f7b8a;
	}
	
	#footer-container .widget-recent-posts ul li .post-title:hover,
	#footer-container .widget-recent-posts ul li .post-date:hover,
	#footer-container .widget-recent-posts ul li .post-date:hover:before {
		color: #c8bba1;
	}
	
	#footer-container .widget-social .social-media a {
		color: inherit;
	}
	
	#footer-container .widget-contact ul li a {
		color: inherit;
	}
	
	#footer-container .widget-newsletter #newsletter-email {
		border-color: #c8bba1;
		background-color: transparent;
		color: #6f7b8a;
	}
	
	#footer-container .widget-newsletter #newsletter-email:focus {
		border-color: #fff;
	}
	
	#footer-container .widget-newsletter input[type="submit"] {
		color: #c8bba1;
	}
	
	#footer-container .widget-newsletter input[type="submit"]:hover {
		color: #fff;
	}
	
 /***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
	
	#footer .widget-pages ul li a {
		background-color: transparent;
		color: #8d98a6;
	}
	
	#footer .widget-pages ul li a:before {
		border-color: #8d98a6;
	}
	
	#footer .widget-pages ul li a:hover {
		color: #c8bba1;
	}
	
	#footer .widget-pages ul li a:hover:before {
		border-color: #c8bba1;
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
	
	#footer-bottom {
		border-top-color: #c8bba1;
		color: #fff;
	}
	
	#footer-bottom .widget-pages ul li a {
		background-color: transparent;
		color: inherit
	}
	
	#footer-bottom .widget-pages ul li a:hover {
		color: #c8bba1;
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
	
	.about-me h6 {
		color: #c8bba1;
	}
	
	
	/* TEAM LIST */
	.team-list a {
		color: #737373;
	}
	
	.team-list i {
		color: #c8bba1;
	}
 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
	
	
	/* SERVICE BOX STYLE 1 */
	.service-box.style-1 > i {
		color: #c8bba1;
	}
	
	.service-box.style-1:hover > i {
		color: #04142b;
	}
	
	
	/* SERVICE BOX STYLE 2 */
	.service-box.style-2 > i {
		color: #c8bba1;
	}
	
	.service-box.style-2:hover > i {
		color: #04142b;
	}
	
	
	/* SERVICE BOX STYLE 3 */
	.service-box.style-3 > i {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	.service-box.style-3:hover > i {
		background-color: #c8bba1;
		color: #fff;
	}
 
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item-hover {
		background-color: rgba(4, 20, 43, 0.9);
	}
	
	.portfolio-item-hover a:hover {
		color: #fff;
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article-details a {
		color: #737373;
	}
	
	.blog-article-details a:after {
		color: #c8bba1;
	}
	
	.blog-article-details .date:before,
	.blog-article-details .category:before {
		color: #c8bba1;
	}
	
	.blog-article-details .tag a,
	.blog-article-details .author {
		color: #04142b;
	}
	
	.blog-article-details a:hover {
		color: #c8bba1;
	}
	
	.blog-article-details .comments {
		color: #c8bba1;
	}
	
	.blog-article-details .comments:hover {
		color: #04142b;
	}
	
	.blog-article-thumbnail + .blog-article-details .category {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.blog-article:hover .blog-article-thumbnail + .blog-article-details .category {
		background-color: #04142b;
	}
	
	.blog-article:hover .blog-article-thumbnail + .blog-article-details .category:hover {
		background-color: #c8bba1;
		color: #fff;
	}
	
	.blog-article-content > a {
		color: #04142b;
	}
	
	.blog-article-content > a i {
		color: #c8bba1;
	}
	
	.blog-article-content > a:hover {
		color: #c8bba1;
	}
	
	
	/* BLOG ARTICLE AUTHOR */
	.blog-article-author {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	
	/* BLOG POST COMMENT */
	.comment-author .fn {
		color: #04142b;
	}
	
	.comment-author .fn:hover {
		color: #c8bba1;
	}
	
	.comment-metadata a {
		color: #737373;
	}
	
	.reply a {
		background-color: #e4f0f3;
		color: #04142b;
	}
	
	.reply a:hover {
		background-color: #c8bba1;
		color: #fff;
	}


/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/
	
	#contact-form label.error {
		color: #ff2222;
	}
	
	
	/* QUICK CONTACT FORM */
	.quick-contact-form input {
		border-bottom-color: #04142b;
		background-color: transparent;
	}
	
	.quick-contact-form input:focus {
		border-color: transparent;
		border-bottom-color: #c8bba1;
	}
	
	.quick-contact-form ::-moz-placeholder {
		color: #04142b;
	}
	
	.quick-contact-form ::-webkit-input-placeholder {
		color: #04142b;
	}
	
	.quick-contact-form :-ms-input-placeholder {
		color: #04142b;
	}