/*red #e62a55 */
.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, .services-box:hover,.ch-info .ch-info-back {
    background: #e62a55;
}
.services-box:hover{
	background:#e62a55;
}

.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: #e62a55;
    color: #fff;
}

#options li a.selected {
	/*border: 1px solid #0488cd;*/
	text-decoration:underline;
	color:#e62a55;
}

.ie8 .btn-color, .ie9 .btn-color {
	background: #e62a55 !important;
}

.ie8 .btn-color:hover, .ie9 .btn-color:hover {
	background: #e62a55 !important;
}

.btn-color:hover, .subscribe-btn:hover {
	background: -webkit-linear-gradient(#e62a55,#f83764);
	background: -moz-linear-gradient(#e62a55,#f83764);
	background: -o-linear-gradient(#e62a55,#f83764);
	background: -ms-linear-gradient(#e62a55,#f83764);
	background: linear-gradient(#e62a55,#f83764);
}

.btn-color, .subscribe-btn {
	background: -webkit-linear-gradient(#f83764,#e62a55);
	background: -moz-linear-gradient(#f83764,#e62a55);
	background: -o-linear-gradient(#f83764,#e62a55);
	background: -ms-linear-gradient(#f83764,#e62a55);
	background: linear-gradient(#f83764,#e62a55);
	border: 1px solid #e62a55;

	-webkit-box-shadow: inset 0 1px 1px 0 #f83764, 0 2px 0 -1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 1px 0 #f83764, 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 #e62a55;
}

ul.why li:before {
    background: #e62a55;
}

.menu ul ul {
    border-top: 3px solid #e62a55 !important;
}

#horizontal-tabs ul.tabs li.current {
    border-top: 2px solid #e62a55;
}

#vertical-tabs ul.tabs li.current {
    border-left: 2px solid #e62a55;
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-bottom-color:#e62a55;
}

.post-item h4 a:hover, .cn-wrapper li a:hover, .cn-wrapper li a.active {
    color: #e62a55;
}