/*Blue #0488cd */
.btn:focus, .subscribe-btn, .progress .progress-bar, .accordionMod .panel-heading .current, #current:after, .tp-leftarrow.default:hover,.tp-rightarrow.default:hover, .nivo-prevNav:hover, .nivo-nextNav:hover, .contact-box:hover, #options li a.selected, .ch-info .ch-info-back {
    background: #7ea2b600;
}

/* 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pager li > a:hover, .pager li > a:focus, .navbar-toggle i, .cn-wrapper li a, .cn-wrapper:after {
    background-color:#5AC8E8;
    color: #fff;
} */

#options li a.selected {
	border: 1px solid #5AC8E8;
}

.ie8 .btn-color, .ie9 .btn-color {
	background: #5AC8E8 !important;
}

.ie8 .btn-color:hover, .ie9 .btn-color:hover {
	background: #5AC8E8 !important;
}

.btn-color:hover, .subscribe-btn:hover {
	background: -webkit-linear-gradient(#0488cd,#2eaef0);
	background: -moz-linear-gradient(#0488cd,#2eaef0);
	background: -o-linear-gradient(#0488cd,#2eaef0);
	background: -ms-linear-gradient(#0488cd,#2eaef0);
	background: linear-gradient(#0488cd,#2eaef0);
}

.btn-color, .subscribe-btn {
	background: -webkit-linear-gradient(#2eaef0,#0488cd);
	background: -moz-linear-gradient(#2eaef0,#0488cd);
	background: -o-linear-gradient(#2eaef0,#0488cd);
	background: -ms-linear-gradient(#2eaef0,#0488cd);
	background: linear-gradient(#2eaef0,#0488cd);
	border: 1px solid #2f7295;

	-webkit-box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	cursor: pointer;
}


#current,.menu ul li a:hover,.menu ul>li:hover>a {
   /* border-bottom: 3px solid #1af738;*/
}

ul.why li:before {
    background: #5AC8E8;
}

/* .menu ul ul {
    border-top: 3px solid rgba(255, 0, 0, 0) !important;
	width:260px !important;
} */

#horizontal-tabs ul.tabs li.current {
    border-top: 2px solid #5AC8E8;
}

#vertical-tabs ul.tabs li.current {
    border-left: 2px solid #5AC8E8;
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-bottom-color:#5AC8E8;
}

a, .post-item h4 a:hover, .cn-wrapper li a:hover, .cn-wrapper li a.active {
    color: #FBB216!important;
}