/* === color === */

a,
strike,
footer ul.link-list li a:hover,
footer a.text-link,
ul.portfolio-categ li.active a,
span.highlight,
.navbar .nav > .active > a,
.validation {
	color: #F27927;
}

/* === hovers === */
a:hover,
a:focus,
a:active,
footer a.text-link:hover,
.post-meta span a:hover,
ul.meta-post li a:hover,
ul.cat li a:hover,
ul.recent li h6 a:hover,
ul.portfolio-categ li.active a:hover,
ul.portfolio-categ li a:hover,
ul.related-post li h4 a:hover,
article .post-heading h3 a:hover,
.navbar .nav > .active > a:hover,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > .active > a:focus {
	color: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

/* === background color === */
.navbar .nav > .active.dropdown > a.dropdown-toggle,
.navbar .nav > .active.dropdown > a.dropdown-toggle:hover,
.navbar .nav > .active.dropdown > a.dropdown-toggle:focus,
.custom-carousel-nav.right:hover, .custom-carousel-nav.left:hover,
.dropdown-menu li:hover,
.dropdown-menu li a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.pagination ul > .active > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span,
.flex-control-nav li a:hover,
.flex-control-nav li a.active {
	background-color: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

/* === border color === */
.pagination ul > li.active > a,
.pagination ul > li.active > span {
	border: 1px solid #F27927;
}

a.thumbnail:hover,
input[type="text"].search-form:focus {
	border: 1px solid #1068A7;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #1068A7;
}

input:focus {
	border-color: #1068A7;
}

form#contactform1 .validation {
	color: #1068A7;
}

#sendmessage {
	color: #F27927;
}

.pullquote-left {
	border-left: 5px solid #F27927;
}

.pullquote-right {
	border-right: 5px solid #F27927;
}

/* === typography === */

strong {
	color:#000;
}

#inner-headline strong,
.hidden-top-inner strong,
footer strong,
#nivo-slider .nivo-caption strong {
	color:#fff;
}

ul,
ol {
	color: #1068A7;
}

ul li span,
ol li span {
	color: #333;
	display:block;
}


/* === Header === */
/* --- toggle top area --- */
.hidden-top {
	background: #92A63B;
}
#header-hidden-link a.toggle-link,
#header-hidden-link a.top-link {
	background: #92A63B;
}
#header-hidden-link a.toggle-link:hover,
#header-hidden-link a.top-link:hover,
#header-hidden-link a.toggle-link:focus,
#header-hidden-link a.top-link:focus {
	background: -moz-linear-gradient(top,  #92A63B 0%, #737F2E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92A63B), color-stop(100%,#737F2E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #92A63B 0%,#737F2E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #92A63B 0%,#737F2E 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #92A63B 0%,#737F2E 100%); /* IE10+ */
	background: linear-gradient(to bottom, #92A63B 0%,#737F2E 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92A63B', endColorstr='#737F2E',GradientType=0 ); /* IE6-8 */
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.hidden-top-inner {
	text-align:center;
	padding-top:20px;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 1px;
	text-shadow:0 1px 1px #333;
	text-shadow:0 1px 1px rgba(0, 0, 0, .65);
}

#inner-headline {
	background-size:cover;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.65) 0 0 6px;
	   -moz-box-shadow: inset rgba(0, 0, 0, 0.65) 0 0 6px;
	        box-shadow: inset rgba(0, 0, 0, 0.65) 0 0 6px;
}

#employerBody #inner-headline {
	background-image: url('../images/for-employers/employer-inner-headline-bg.jpg');
}

#coachBody #inner-headline {
	background-image: url();
}

/* carousel */
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
	background: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

ul.clients li:hover {
	border: 4px solid #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

/* buttons */
.btn-dark:hover,.btn-dark:focus,.btn-dark:active {
	background: #1068A7;
	border: 1px solid #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.btn-theme {
	border: 1px solid #F27927;
	background: #F27927;
}

/* modal styled */
.modal.styled .modal-header {
	background-color: #F27927;
}

.modal.styled .modal-header h4 small {
	color: #333;
	font-weight:700;
}
.modal.styled.coach span i {
	color: #1068A7;
}


/* blog */
.post-meta {
	border-top: 4px solid #F27927;
}

.post-meta .comments a:hover {
	color: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.widget ul.tags li a:hover {
	background: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.recent-post .text h5 a:hover {
	color: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

/* pricing box */

.pricing-box-alt.special .pricing-heading {
	background: #F27927;
}


/* portfolio */
.item-thumbs .hover-wrap .overlay-img {
	background: #F27927;
}


/* pagination */
#pagination a:hover {
	background: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

/* pricing box */
.pricing-box.special .pricing-offer {
	background: #F27927;
}


/* fontawesome icons */
.icon-square:hover,
.icon-rounded:hover,
.icon-circled:hover {
	background-color: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
[class^="icon-"].active,
[class*=" icon-"].active {
	background-color: #F27927;
}
[class^="icon-"].active:hover,
[class*=" icon-"].active:hover {
    background-color: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

/* fancybox */
.fancybox-close:hover {
	background-color: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.fancybox-nav:hover span {
	background-color: #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

/* parallax c slider */
.da-slide .da-link:hover {
	background: #1068A7;
	border: 4px solid #1068A7;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.da-dots span {
	background: #F27927;
}

/* flexslider */
#featured .flexslider .slide-caption {
	border-left: 5px solid #F27927;
}

#forEmployers .slides h3 {
	background-color: #F27927;
}
#solutionDetails h3 small,
#employerStruggleDetail h3 small {
	color: #F27927;
}

/* Nivo slider */
.nivo-directionNav a:hover {
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.nivo-caption, .caption {
	border-bottom: #F27927 5px solid;
}

/* footer */

/* selections */

::-moz-selection {
	background: #92A63B;
	color: #fff;
}
::selection {
	background: #92A63B;
	color: #fff;
}
