/**
 * Name: default.css
 *
 * -
 *
 * The default color scheme for the template
 *
 */
 
 	body {
		background-color: #fff;
		color: #505050;
	}
	
	@media (max-width: 767px) {
	 
		body { 
			background-color: #fff; 
		}
		
	}	

	h1, 
	h2, 
	h3, 
	h4, 
	h5, 
	h6 {
		color: #202020;
	}
		
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a { 
		color: #202020;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover {
		color: #0084b4;
	}
	
	abbr[title] {  
		border-bottom: 1px dotted #b8b8b8; 
	}
	
	hr { 
		border: solid #e1e1e1; 
	}
	
	code { 
		border: 1px solid #e1e1e1;
		background-color: #f1f1f1;  
		color: #ff0030;  
	}
	
	pre { 
		border: 1px solid #e1e1e1;	
		background-color: #f1f1f1; 
	}
	
	mark,
	ins {
		border: 1px solid #e1e1e1;
		background-color: #f1f1f1; 
	}
	
	.hr { 
		border-top: 1px solid #e1e1e1;  
	}
	
	.text-highlight { color: #0084b4; }

	.mute{ color: #b8b8b8; }
	
	a, 
	a:visited { 
		color: #0084b4; 
	}
	
	a:active {
 		background: transparent;
	}	
	
	ul.fill-circle li:before, 
	ul.fill-circle-2 li:after { 
		color: #0084b4;
	}

	table,
	th,
	td { border: 1px solid #e1e1e1; }
	
	::-moz-placeholder,
	::-webkit-input-placeholder,
	:-ms-input-placeholder {
		color: #b8b8b8;
	}
	
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="time"],
	input[type="url"],
	input[type="color"],
	textarea {	
		border: 2px solid #e1e1e1;
		background-color: transparent;
	}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="email"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="time"]:focus,
	input[type="url"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		border-color: #898989;
	}

	input[type="text"]:disabled,
	input[type="password"]:disabled,
	input[type="date"]:disabled,
	input[type="datetime"]:disabled,
	input[type="datetime-local"]:disabled,
	input[type="month"]:disabled,
	input[type="week"]:disabled,
	input[type="email"]:disabled,
	input[type="number"]:disabled,
	input[type="search"]:disabled,
	input[type="tel"]:disabled,
	input[type="time"]:disabled,
	input[type="url"]:disabled,
	input[type="color"]:disabled,
	textarea:disabled {
		background-color: #f1f1f1;
	}

	input[type="text"][disabled],
	input[type="text"][readonly],
	fieldset[disabled] input[type="text"],
	input[type="password"][disabled],
	input[type="password"][readonly],
	fieldset[disabled] input[type="password"],
	input[type="date"][disabled],
	input[type="date"][readonly],
	fieldset[disabled] input[type="date"],
	input[type="datetime"][disabled],
	input[type="datetime"][readonly],
	fieldset[disabled] input[type="datetime"],
	input[type="datetime-local"][disabled],
	input[type="datetime-local"][readonly],
	fieldset[disabled] input[type="datetime-local"],
	input[type="month"][disabled],
	input[type="month"][readonly],
	fieldset[disabled] input[type="month"],
	input[type="week"][disabled],
	input[type="week"][readonly],
	fieldset[disabled] input[type="week"],
	input[type="email"][disabled],
	input[type="email"][readonly],
	fieldset[disabled] input[type="email"],
	input[type="number"][disabled],
	input[type="number"][readonly],
	fieldset[disabled] input[type="number"],
	input[type="search"][disabled],
	input[type="search"][readonly],
	fieldset[disabled] input[type="search"],
	input[type="tel"][disabled],
	input[type="tel"][readonly],
	fieldset[disabled] input[type="tel"],
	input[type="time"][disabled],
	input[type="time"][readonly],
	fieldset[disabled] input[type="time"],
	input[type="url"][disabled],
	input[type="url"][readonly],
	fieldset[disabled] input[type="url"],
	input[type="color"][disabled],
	input[type="color"][readonly],
	fieldset[disabled] input[type="color"],
	textarea[disabled],
	textarea[readonly],
	fieldset[disabled] textarea {
		background-color: #f1f1f1;
	}
	
	select {
		border: 1px solid #e1e1e1;
		background-color: #fff;
		color: #505050;	
	}

	select:disabled {
		background-color: #f1f1f1;
	}
	
	select:focus { border-color: #898989; }
	
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"]{
		background-color: #0084b4;
		color: #fff;
	}
	
	#wrap {
		background-color: #fff;
	}
   
   #header-top {
		background-color: #303030;
		color: #a9a9a9;
   }
   
   #header-top a { color: #a9a9a9; }
   #header-top a:hover { color: #0084b4; }
   
   #header-top h1,
   #header-top h2,
   #header-top h3,
   #header-top h4,
   #header-top h5,
   #header-top h6 { color: #fff; }
	
	.header-style-1 #header { background-color: #202020; }
	
	.sf-menu a {
		border-bottom: 2px solid #898989;
		color: #fff; 
	}
	
	.sf-menu > li > a,
	.sf-menu > li.dropdown > a {
		color: #505050;
	}
	
	.header-style-1 .sf-menu > li > a,
	.header-style-1 .sf-menu > li.dropdown > a { color: #fff; } 
	
	.sf-menu > li > a:before,
	.sf-menu > li.dropdown > a:before {
		border-top: 9px solid #0084b4;
	}
	
	.sf-menu > li.current > a,
	.sf-menu li.sfHover > a,
	.sf-menu a:hover,
	.sf-menu li.sfHover a:hover,
	.header-style-1 .sf-menu > li.current > a,
	.header-style-1 .sf-menu li.sfHover > a,
	.header-style-1 .sf-menu a:hover,
	.header-style-1 .sf-menu li.sfHover a:hover {
		color: #0084b4;	
	}
	
	.menu-style-2 .sf-menu > li.current > a,
	.menu-style-2 .sf-menu li.sfHover > a,
	.menu-style-2 .sf-menu a:hover,
	.menu-style-2 .sf-menu li.sfHover a:hover {
		background-color: #0084b4;
		color: #fff;
	}
	
	.sf-menu li ul li a:hover,
	.sf-menu li ul li.sfHover > a,
	.sf-menu li.sfHover ul li a:hover,
	.header-style-1 .sf-menu li ul li a:hover,
	.header-style-1 .sf-menu li ul li.sfHover > a,
	.header-style-1 .sf-menu li.sfHover ul li a:hover {
		background-color: #0084b4;
		color: #fff;
	}
	
	.sf-menu li.dropdown ul {
		border: 1px solid rgba(255, 255, 255, 0.1);
		background-color: #202020;			
	}	
	
	.header-style-1 .sf-menu li.dropdown ul { border-top: 2px solid #898989; }
	
	.sf-mega {			
		border: 1px solid rgba(255, 255, 255, 0.1);
		background-color: #202020;
		color: #fff;
	}
	
	.header-style-1 .sf-mega { border-top: 2px solid #898989; }

	.sf-mega-section {
		border-right: 2px solid #898989;
	}
	
	.sf-mega-section-title {
		border-bottom: 2px solid #898989;
	}
	
	.sf-arrows .sf-with-ul:after {
		border: 4px solid transparent;
		border-top-color: #505050;
	}
		
	.sf-arrows > li > .sf-with-ul:focus:after,
	.sf-arrows > li:hover > .sf-with-ul:after,
	.sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: #0084b4;; }
		
	.sf-arrows ul .sf-with-ul:after {
		border-color: transparent;
		border-left-color: #505050;
	}
	
	.sf-arrows ul li > .sf-with-ul:focus:after,
	.sf-arrows ul li:hover > .sf-with-ul:after,
	.sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #fff; }
			
	#mobile-menu {
		border-bottom: 1px solid #e1e1e1;
		background-color: #202020;
	}
	
	#mobile-menu .sf-mega-section .sf-mega-section-title {
		border-top: 1px solid #e1e1e1;
	}

	#mobile-menu li a {
		border-top: 1px solid #e1e1e1;
		color: #fff;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow {
		border-left: 1px solid #e1e1e1;
		color: #fff;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow:hover { background-color: #505050; }		
	
	#custom-search-button { 
		background: url(../../images/bg-search-2.png) no-repeat center center;
	}
	
	.header-style-1 #custom-search-button { background-image: url(../../images/bg-search-3.png); }
	
	#custom-search-form #s {
		background-color: #fff;
	}
	
	.header-style-1 #custom-search-form #s { 
		background-color: #202020;
		color: #fff;
	}
	
	#custom-search-form a.close { 
		color: #505050;
	}
	
	.header-style-1 #custom-search-form a.close { color: #fff; }

	@media (min-width: 1025px) {
		
		#header.stuck {
			box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);			
			background-color: #fff;
		}
		
		.header-style-1 #header.stuck { background-color: #202020; }
	
	}
   	
	#page-header { 
		background: #f1f1f1 no-repeat center center;
	}
	
	#page-header h4 { 
		color: #898989;
	}
	
	#page-header h6 {
		color: #fff;
	}
	
	#page-header.page-header-style-2 {
		background-color: #0084b4;
		color: #fff;
	}
	
	#page-header.page-header-style-3 {
		background-color: #303030;
		color: #fff;
	}
	
   .fullwidth-section {
		background-color: #f1f1f1;
	}
   
   	.fullwidth-section-overlay {
		background-color: rgba(0, 132, 180, 0.85);
	}		
	
	#footer { 
		background-color: #202020;
		color: #636363;
	}
	
	#footer a,
	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 { color: #a9a9a9; }
	
	#footer a:hover { color: #0084b4; }	
  
	#footer-bottom { 
		padding: 65px 0;	
		background-color: #121212;	
	}
	
	#footer-bottom h1,
	#footer-bottom h2,
	#footer-bottom h3,
	#footer-bottom h4,
	#footer-bottom h5,
	#footer-bottom h6 { color: #a9a9a9; }

	#back-to-top {
		background-color: #202020;
		color: #fafafa;
	}
	
	#back-to-top:hover { background-color: rgba(0, 0, 0, 0.7); }
	#back-to-top:hover i { color: #fff; }
   
	.javascript-required,
	.modern-browser-required {
		background-color: #ff0030;
		color: #fff;
	}
	
	.accordion-item {
		background-color: #f1f1f1;
		color: #505050;
	}
	
	a.accordion-item { color: #505050; }
	
	.accordion-item:hover,
	.accordion-item.active {
		background-color: #0084b4;
		color: #fff;
	}
	
	.toggle-item {
		background-color: #f1f1f1;
		color: #505050;
	}
	
	a.toggle-item { color: #505050; }
	
	.toggle-item:hover,
	.toggle-item.active {
		background-color: #0084b4;
		color: #fff;
	}
	
	.alert {
		border: 2px solid #e1e1e1;	
		background-color: #fff;
		color: #505050;
	}
	
	.alert.info {
		border-color: #e1e1e1;
		background-color: #e1e1e1;
		color: #505050;
	}
	
	.alert.success {
		border-color: #0084b4;
		background-color: #0084b4;
		color: #fff;
	}
	
	.alert.error {
		border-color: #ff0030;
		background-color: #ff0030;
		color: #fff;
	}
	
	.alert.warning {
		border-color: #202020;
		background-color: #202020;
		color: #fff;
	}
	
	h1.error {
		margin-bottom: 50px;
		color: #0084b4;
		font-size: 112px;
		line-height: 112px;
		font-weight: 700;
		text-align: center;
	}

	.box.box-style-1 { border: 2px solid #0084b4; }

	.box.box-style-2 {
		background-color: #0084b4;
		color: #fff;
	}
	
	.box.box-style-2 .btn-white {
		border-color: #fff;
		color: #fff;
	}
	
	.box.box-style-2 a,
	.box.box-style-2 h1,
	.box.box-style-2 h2,
	.box.box-style-2 h3,
	.box.box-style-2 h4,
	.box.box-style-2 h5,
	.box.box-style-2 h6 { color: #fff; }
	
	.box.box-style-2 .icon-box-1 > i { color: #fff; }
	
	.box:hover {
		box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.2);
	}
   
	.btn { 
		border: 2px solid #0084b4;
		background-color: #0084b4;
		color: #fff;
	}
	
	a.btn { color: #fff; }
	
	.btn-white {
		border-color: #0084b4;
		background-color: transparent;
		color: #0084b4;
	}
	
	a.btn-white { color: #0084b4; }
	
	.btn-white-2 {
		border-color: #202020;
		background-color: #fff;
		color: #202020;
	}
	
	a.btn-white-2 { color: #202020; }
	
	.btn-black {
		border-color: #202020;
		background-color: #202020;
		color: #fff;
	}
	
	a.btn-black { color: #fff; }
	
	.callout-2 {
		background-color: #f1f1f1;
	}
	
	.callout-2 .callout-content { 
		color: #505050;
	}
	
	.callout-2 .callout-content > i {
		background-color: #0084b4;
		color: #fff;
	}
	
	label.validation-error { color: #ff0030; }
	
	input.validation-error,
	textarea.validation-error,
	select.validation-error { border: 1px solid #e1e1e1; }
	
	.countdown-section:after {
		border-right: 2px solid #b8b8b8;
	}
	
	.countdown-amount {
		color: #202020;
	}
	
	.countdown-period {
		color: #0084b4;
	}
	
	.divider.single-line { border-top: 2px solid #898989; }
	
	.divider.double-line { border-top: 6px double #898989; }
	
	.dropcap.dropcap-square {
		background-color: #0084b4;		
		color: #ffffff;
		
	}
	
	.dropcap.dropcap-circle {
		background-color: #0084b4;		
		color: #ffffff;
	}
	
	.headline {
		background: url(../../images/bg-headline.png) no-repeat center top;
	}
		
	.icon-box-1 > i { 
		color: #b8b8b8;
	} 
	
	.icon-box-1:hover > i { color: #0084b4; }
		
	.icon-box-2 > i { 
		background-color: #b8b8b8;
		color: #fff; 
	}
	
	.icon-box-2:hover > i { background-color: #0084b4; }

	.icon-box-3 > i { 
		color: #b8b8b8;
	} 
	
	.icon-box-3:hover > i {
		color: #0084b4;
	}
		
	.icon-box-4 > i { 
		color: #b8b8b8;
	} 
	
	.icon-box-4:hover > i {
		color: #0084b4;
	}
	
	.white-popup {
		background: #fff;
	}
	
	.vertical-process-builder:before {
		border-left: 2px solid #e1e1e1;
	}
	
	.vertical-process-builder li i,
	.vertical-process-builder li h5 {
		border: 2px solid #e1e1e1;
		background-color: #fff;
		color: #505050;
	}
	
	.vertical-process-builder .process-description {
		background-color: #f1f1f1;
	}
	
	.vertical-process-builder .process-description:before {
		border-top: 7px solid transparent; 
		border-right: 10px solid #f1f1f1; 
		border-bottom: 7px solid transparent;
	}
	
	.vertical-process-builder li:hover i,
	.vertical-process-builder li:hover h5 { 
		border-color: #0084b4;
		color: #0084b4;
	}
	
	.vertical-process-builder li:hover .process-description {
		background-color: #0084b4;
		color: #fff;
	}
	
	.vertical-process-builder li:hover .process-description h6 { color: #fff; }
	
	.vertical-process-builder li:hover .process-description:before { border-right-color: #0084b4; }
	
	.pie-chart .pie-chart-percent {
		color: #0084b4;
	}
	
	.pricing-table {
		border: 2px solid #e1e1e1;
	}

	.pricing-table-header h4 {
		border-bottom: 2px solid #e1e1e1;
	}
	
	.pricing-table-offer ul li { 
		border-top: 1px solid #e1e1e1; 
	}
	
	.pricing-table:hover { border-color: #0084b4; }
	
	.pricing-table:hover .pricing-table-header h1, 
	.pricing-table:hover .pricing-table-header h4 { color: #0084b4; }

	.progress-bar-description {
		color: #202020;
	}
	
	.progress-bar {
		background-color: #e1e1e1;
	}
	
	.progress-bar .progress-bar-outer {
		background-color: #0084b4;
	}
	
	.progress-percentage {
		color: #202020;
	}
	   
	.tp-bullets.default .tp-bullet {
		background: #b8b8b8;
	}

	.tp-bullets.default .tp-bullet.selected { background: #898989; }
	
	.tp-leftarrow.default,
	.tp-rightarrow.default {
		background-color: #fff;
	}

	.tp-leftarrow.default:hover:before,
	.tp-rightarrow.default:hover:before { color: #0084b4; }
	
	.tp-leftarrow.default:before,
	.tp-rightarrow.default:before {
		color: #b8b8b8;
	}

	.tp-caption.title {
		color: #202020;
	}
	
	.tp-caption.text {
		color: #898989;
	}
	
	.tp-caption.text-2 {
		color: #0084b4;
	}
	
	.tp-caption .btn-white {
		border-color: #fff;
		background-color: #fff;
		color: #202020;
	}

	a.social-icon {
		color: #505050;
	}
	
	a.facebook-icon:hover { color: #0e59a0 !important; }
	a.twitter-icon:hover { color: #0ea4ff !important; }
	a.dribble-icon:hover { color: #ea73a0 !important; }
	a.pinterest-icon:hover { color: #d73532 !important; }
	a.googleplus-icon:hover { color: #dc4a38 !important; }
	a.tumblr-icon:hover { color: #586980 !important; }
	a.instagram-icon:hover { color: #82685a !important; }
	a.rss-icon:hover { color: #f79638 !important; }
	a.linkedin-icon:hover { color: #018faf !important; }
	a.skype-icon:hover { color: #00b0f6 !important; }
	a.flickr-icon:hover { color: #0061db !important; }
	a.vimeo-icon:hover { color: #63879c !important; }
	a.github-icon:hover { color: #3b3b3b !important; }
	a.youtube-icon:hover { color: #cc181e !important; }
	a.windows-icon:hover { color: #6dc2e9 !important; }
	a.dropbox-icon:hover { color: #007ee5 !important; }
	a.xing-icon:hover { color: #026566 !important; }	
	a.adn-icon:hover { color: #1ea076 !important; }
	a.android-icon:hover { color: #98cb02 !important; }
	a.apple-icon:hover { color: #000000 !important; }
	a.behance-icon:hover { color: #2d9ad2 !important; }
	a.bitbucket-icon:hover { color: #214f81 !important; }
	a.bitcoin-icon:hover { color: #f7931b !important; }
	a.codepan-icon:hover { color: #000000 !important; }
	a.css3-icon:hover { color: #3289ce !important; }
	a.delicious-icon:hover { color: #3399fe !important; }
	a.deviantart-icon:hover { color: #c8da30 !important; }
	a.digg-icon:hover { color: #0080c2 !important; }
	a.drupal-icon:hover { color: #0077b9 !important; }
	a.empire-icon:hover { color: #000000 !important; }
	a.foursquare-icon:hover { color: #daecb0 !important; }
	a.git-icon:hover { color: #f34f29 !important; }
	a.gitti-icon:hover { color: #634c3e !important; }
	a.hacker-news-icon:hover { color: #f18642 !important; }
	a.html5-icon:hover { color: #e54c1f !important; }
	a.joomla-icon:hover { color: #016fb9 !important; }
	a.jsfiddle-icon:hover { color: #4679a4 !important; }
	a.linux-icon:hover { color: #fece0e !important; }
	a.maxcdn-icon:hover { color: #f36f20 !important; }
	a.openid-icon:hover { color: #fe6101 !important; }
	a.pagelines-icon:hover { color: #3783e3 !important; }
	a.pied-piper-icon:hover { color: #0c7b48 !important; }
	a.qq-icon:hover { color: #23286c !important; }
	a.rebel-icon:hover { color: #000000 !important; }
	a.reddit-icon:hover { color: #cee3f8 !important; }
	a.renren-icon:hover { color: #0d81e4 !important; }
	a.share-icon:hover { color: #252525 !important; }
	a.slack-icon:hover { color: #453744 !important; }
	a.soundcloud-icon:hover { color: #fe4e00 !important; }
	a.spotify-icon:hover { color: #80bb41 !important; }
	a.stack-exchange-icon:hover { color: #265a93 !important; }
	a.stackoverflow-icon:hover { color: #fea501 !important; }
	a.steam-icon:hover { color: #191919 !important; }
	a.stumbleupon-icon:hover { color: #f04f23 !important; }
	a.tencent-weibo-icon:hover { color: #0063a7 !important; }
	a.trello-icon:hover { color: #226784 !important; }
	a.vine-icon:hover { color: #00b081 !important; }
	a.vk-icon:hover { color: #50769d !important; }
	a.wechat-icon:hover { color: #a4dc31 !important; }
	a.weibo-icon:hover { color: #d82828 !important; }
	a.wordpress-icon:hover { color: #454442 !important; }
	a.yahoo-icon:hover { color: #4b04a8 !important; }
	
	.tabs-container .tabs-menu li a { 
		background-color: #f1f1f1;
		color: #202020;
	}
	
	.tabs-container .tabs-menu li a:hover,
	.tabs-container .tabs-menu li.active a {
		background-color: #0084b4;
		color: #fff;
	}
	
	@media (max-width: 767px) {
	
		.tabs-container .tabs-menu li a { 
			border: 1px solid #e1e1e1;
		}
		
		.tabs-container .tabs-menu li:first-child a { border-top: 1px solid #e1e1e1; }
		
		.tabs-container .tabs-menu li.active a {  
			background-color: #0084b4;
			color: #fff; 
		}	
	  
	}
	
	.testimonial > h5 {
		color: #0084b4;
	}
	
	.team-member-description {
		background-color: rgba(0, 132, 180, 0.9);
	}
	
	.team-member-description h5 {
		color: #fff;
	}
	
	.team-member-description h6 {
		color: #fff;
	}
	
	.team-member .social-media {
		background-color: #202020;
	}
	
	.team-member .social-media a.social-icon { color: #fff; }
	
	.team-member:hover { box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2); }
	
	.portfolio-item-overlay {
		background-color: rgba(32, 32, 32, 0.95);
	}
	
	.portfolio-item-overlay a { color: #fff; }
	
	.portfolio-item-overlay-actions a {
		border: 2px solid #fff;
	}
	
	.portfolio-item-overlay .portfolio-item-description {
		color: #fff;
	}
	
	.portfolio-item.portfolio-list .portfolio-item-description {
		background-color: #202020;
		color: #fff;
	}
	
	.portfolio-item.portfolio-list .portfolio-item-description h4 a { color: #fff; }
	.portfolio-item.portfolio-list .portfolio-item-description h4 a:hover { color: #0084b4; }
	
	.portfolio-filter ul li a {
		color: #202020;
	}
	
	.portfolio-filter ul li a:hover,
	.portfolio-filter ul li a.active { color: #0084b4; }	

	.portfolio-pagination .page-numbers {
		background-color: #e1e1e1;
		color: #fff;
	}

	.portfolio-pagination .page-numbers:hover,
	.portfolio-pagination .page-numbers.current { background-color: #0084b4; }
	
	.portfolio-pagination .page-numbers.dots { 
		background-color: transparent;
		color: #505050;
	}

	.bx-wrapper .bx-pager.bx-default-pager a, 
	.bx-wrapper .bx-pager.bx-default-pager a:focus {
		background: #898989;
	}
		
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #0084b4;
	}
   
	.bx-wrapper .bx-prev {
		background: #202020;
	}

	.bx-wrapper .bx-next {
		background: #202020;
	}
	
	.bx-wrapper .bx-controls-direction a:before {
		color: #b8b8b8;
	}

	.blog-post-slider {
		background: url(../../images/bg-blog-post-slider.jpg) no-repeat top center;
	}
	
	.features-slider {
		background: url(../../images/bg-features-slider.png) no-repeat center right;
	}
	
   	.fullwidth-section.custom-color-selected {
		background-color: #202020;
		color: #fff;
	}
	
	.fullwidth-section.custom-color-selected a,
	.fullwidth-section.custom-color-selected h1,
	.fullwidth-section.custom-color-selected h2,
	.fullwidth-section.custom-color-selected h3,
	.fullwidth-section.custom-color-selected h4,
	.fullwidth-section.custom-color-selected h5,
	.fullwidth-section.custom-color-selected h6, 
	.fullwidth-section.custom-color-selected .pie-chart .pie-chart-percent, 
	.fullwidth-section.custom-color-selected .progress-bar-description, 
	.fullwidth-section.custom-color-selected .progress-percentage, 
	.fullwidth-section.custom-color-selected .portfolio-pagination .page-numbers.dots, 
	.fullwidth-section.custom-color-selected .ewf_widget_latest_posts ul li .title, 
	.fullwidth-section.custom-color-selected .icon-box-1 > i { color: inherit; }
	
	.fullwidth-section.custom-color-selected a:hover, 
	.fullwidth-section.custom-color-selected .ewf_widget_latest_posts ul li .title:hover { color: #0084b4; }
	
	.fullwidth-section.custom-color-selected .accordion-item,
	.fullwidth-section.custom-color-selected .toggle-item { color: #505050; }
	
	.fullwidth-section.custom-color-selected .accordion-item:hover,
	.fullwidth-section.custom-color-selected .accordion-item.active,
	.fullwidth-section.custom-color-selected .toggle-item:hover, 
	.fullwidth-section.custom-color-selected .toggle-item.active, 
	.fullwidth-section.custom-color-selected .btn:hover, 
	.fullwidth-section.custom-color-selected .icon-box-5:hover a, 
	.fullwidth-section.custom-color-selected .portfolio-pagination .page-numbers:hover,
	.fullwidth-section.custom-color-selected .portfolio-pagination .page-numbers.current, 
	.fullwidth-section.custom-color-selected .widget_tag_cloud a:hover { color: #fff; }
	
	.fullwidth-section.custom-color-selected .divider,
	.fullwidth-section.custom-color-selected .btn-white { border-color: #fff; }
	
	.fullwidth-section .btn-white-2, 
	.fullwidth-section .btn-white-2:hover {
		border-color: #fff;
		color: #202020;
	}
	
	
	#bg-1 {
		background-image: url(../../../content/backgrounds/1920x1080-1.jpg);
	}
	
	#bg-2 {
		background-image: url(../../../content/backgrounds/1920x1080-2.jpg);
	}
	
	#bg-3 {
		background-color: #0084b4;
	}
	
	#bg-4 {
		background-image: url(../../../content/backgrounds/1920x1080-3.jpg);
	}
	
	#bg-4:before {
		border-top: 85px solid #fff;
		border-right: 250px solid transparent; 
		border-left: 250px solid transparent; 
	}
	
	#bg-5 { background-image: url(../../../content/backgrounds/1920x1080-4.jpg); }
	
	#bg-6 {
		background-image: url(../../../content/backgrounds/1920x1080-5.jpg);
	}
	
	#bg-7 {
		background-image: url(../../../content/backgrounds/1920x1080-6.jpg);
	}
	
	#bg-8 {
		background-image: url(../../../content/backgrounds/1920x1600.jpg);
	}
	
	#bg-9 {
		background-image: url(../../../content/backgrounds/1920x1080-7.jpg);
	}
	
	#bg-10 {
		background-image: url(../../../content/backgrounds/1920x1080-8.jpg);
	}
	
	#bg-13 {
		background-image: url(../../../content/backgrounds/1920x1080-9.jpg);
	}
	
	#bg-14 {
		background-image: url(../../../content/backgrounds/1920x1080-10.jpg);
	}
	
	#bg-15 {
		background-image: url(../../../content/backgrounds/1920x1080-11.jpg);
	}
	
	#bg-16 {
		background-color: #e1e1e1;
	}
	
	#bg-16:before { 
		background-color: #303030;
	}
	
	#bg-16:after { 
		background-color: #e1e1e1;
	}
	
	#bg-16 .features-slider, 
	#bg-16 .features-slider h5 { color: #fff; }
	
	#bg-17 { background-color: #0084b4; }
	
	#bg-17 .text-highlight { color: #202020; }
	
	#bg-18 {
		background-image: url(../../../content/backgrounds/1920x1080-12.jpg);
	}
	
	#bg-18:before {
		border-top: 85px solid #fff;
		border-right: 250px solid transparent; 
		border-left: 250px solid transparent; 
	}
	
	#bg-19 {
		background: url(../../../content/backgrounds/1920x1080-13.jpg) no-repeat center bottom; 
	}
	
	#bg-20 {
		background-color: #0084b4;
	}
	
	#bg-21 {
		background-color: #303030;
	}
	
	#bg-21:before { 
		background-color: #303030;
	}
	
	#bg-21:after { 
		background-color: #55b0d1;
	}
	
	#bg-23 {
		background-image: url(../../../content/backgrounds/1920x1080-14.jpg);
	}
	
	#bg-24 {
		background-image: url(../../../content/backgrounds/1920x1080-15.jpg);
	}
	
	#bg-25 {
		background-image: url(../../../content/backgrounds/1920x1235.png);
	}
	
	#bg-28 {
		background-color: #898989;
	}
	
	#bg-28:before { 
		background-color: #898989;
	}

	
	#bg-28:after { 
		background-color: #0084b4;
	}
	
	#bg-29 {
		background-image: url(../../../content/backgrounds/1920x800-1.jpg);
	}
	
	.caption-text,
	.wp-caption-text {
		color: #898989;
	}

	.gallery-caption {
		color: #575757;
	}
   
	.sticky {
		border: 2px solid #e1e1e1; 
	}
	
	.sticky-post {
		background-color: #0084b4;
		color: #fff;
	}
	
	.post-title a { color: #0084b4; }
	.post-title a:hover { color: #202020; }

	.posted-on,
	.byline,
	.cat-links,
	.tags-links,
	.comments-link,
	.post-format,
	.full-size-link { 
		color: #202020;
	}
	
	#footer .byline,
	#footer .cat-links,
	#footer .tags-links,
	#footer .comments-link,
	#footer .post-format,
	#footer .full-size-link { color: #a9a9a9; }
	
	.post-footer .posted-on {
		background-color: transparent; 
		color: #a9a9a9;
	}
	
	.posted-on a,
	.byline a,
	.cat-links a,
	.tags-links a,
	.comments-link a,
	.post-format a,
	.full-size-link a { color: #202020; }
	
	.posted-on {
		background-color: #0084b4;
		color: #fff;
	}

	.pagination .page-numbers {
		background-color: #e1e1e1;
		color: #fff;
	}

	.pagination .page-numbers:hover,
	.pagination .page-numbers.current { background-color: #0084b4; }
	
	.pagination .page-numbers.dots { 
		background-color: transparent;
		color: #505050;
	}

	.comment-list .pingback,
	.comment-list .trackback {
		border-bottom: 1px solid #e1e1e1;
	}
	
	.comment-author a {
		color: #202020;
	}
	
	.comment-meta a { color: #b8b8b8; }

	.comment-navigation {
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}

	.no-comments {
		border-top: 1px solid #e1e1e1;
	}

	.required { color: #ff0030; }
	
	#searchsubmit {
		background: url(../../images/bg-search.png) no-repeat center center;
	}
	
	.widget_pages ul li:before {
		color: #0084b4;
	}
	
	.widget_pages a {
		color: #505050;
	}
	
	.widget_pages a:hover {
		color: #0084b4;
	}
	
	.widget_archive ul li:before {
		color: #0084b4;
	}
	
	.widget_archive a {
		color: #505050;
	}
	
	.widget_archive a:hover {
		color: #0084b4;
	}	
	
	.widget_categories ul li:before {
		color: #0084b4;
	}
	
	.widget_categories a {
		color: #505050;
	}
	
	.widget_categories a:hover {
		color: #0084b4;
	}
	
	.widget_meta ul li:before {
		color: #0084b4;
	}
	
	.widget_meta a {
		color: #505050;
	}
	
	.widget_meta a:hover {
		color: #0084b4;
	}
	
	.widget_tag_cloud a { 
		background-color: #0084b4;
		color: #fff;
	}
	
	#header-top .widget_tag_cloud a, 
	#footer .widget_tag_cloud a { color: #fff; }
	
	#wp-calendar tbody a {
		background-color: #0084b4;
		color: #fff;
	}
	
	.widget_nav_menu ul li:before {
		color: #0084b4;
	}
	
	.widget_nav_menu a {
		color: #505050;
	}
	
	.widget_nav_menu a:hover {
		color: #0084b4;
	}
	
	.ewf_widget_contact_info ul li {
		border-bottom: 2px solid #e1e1e1;
	}
	
	.ewf_widget_contact_info ul li a { color: #505050; }
	
	#header-top .ewf_widget_contact_info ul li i { color: #fff; }
	
	#footer .ewf_widget_contact_info ul li span { color: #a9a9a9; }
	
	#footer .ewf_widget_contact_info ul li a { color: #505050; }
	
	#newsletter-subscribe-form {
		background-color: #f1f1f1;
	}
	
	#newsletter-subscribe-form input[type="text"] { 
		border-bottom: 1px solid #898989;
		background-color: transparent;
	}
	
	.ewf_widget_latest_posts ul li .title {
		color: #202020;
	}	
	
	.ewf_widget_latest_posts ul li .title:hover {
		color: #0084b4;
	}
	
	.ewf_widget_latest_posts ul li > a { color: #898989; }
	
	#footer .ewf_widget_latest_posts ul li { 
		color: #0084b4;
	}
	
	#footer .ewf_widget_latest_posts ul li > p > a { color: #0084b4; }
	
	#footer .ewf_widget_latest_posts ul li .post-date {
		color: #505050;
	}
	
	#footer-bottom .ewf_widget_latest_posts ul li .title { color: #a9a9a9; }
	#footer-bottom .ewf_widget_latest_posts ul li .title:hover { color: #0084b4; }
	
	.ewf_widget_navigation li { border-bottom: 1px solid #e1e1e1; }