.bluetheme .title,
.bluetheme .prodbx p,
.bluetheme.ourmachines .textbx h2,
.bluetheme.ourbranches .branchbx p span,
.bluetheme.ourbranches .branchbx .maplink,
.bluetheme .quotebx .textlink,
.bluetheme .linknsec .linkbx a:hover {
/*	color: #2c3485;*/
}
.bluetheme .myaccordian .title::after {
	background-image: url(../images/btn-right-arrow.png);
}
.bluetheme.ourmachines .textbx {
	background: #eaeaea;
    color: #787878;
}
.bluetheme .btn {
/*	background-color: #2c3485;*/
/*	border-color: #2c3485;*/
}
.bluetheme .btn:hover,
.bluetheme .btn:focus {
	background-color: transparent;
/*
	border-color: #2c3485;
	color: #2c3485;
*/
	background-image: url(../images/btn-right-arrow.png);
}
.bluetheme.modal .btn:hover,
.bluetheme.modal .btn:focus {
	background-color: transparent;
/*
	border-color: #2c3485;
	color: #2c3485;
*/
	background-image: none;
}



.bluetheme.productslink,
.bluetheme.mainmenu,
header.sticky .bluetheme.mainmenu {
/*	background-color: #2c3485;*/
}
.bluetheme .owl-nav div {
    background-image: url(../images/next-blue.png);
}

.bluetheme .menubx .prodmenubx a:hover h3,
.bluetheme .menubx .full-width .sub-nav a:hover {
/*	color: #2c3485;*/
}


@media only screen and (min-width:991px) {
.bluetheme .menubx > li > a:before, 
.bluetheme .menubx > li:hover > a:before,
.bluetheme .menubx > li.active > a:before, 
.bluetheme .menubx > li.current-menu-item > a:before,
.bluetheme .menubx > li.current-menu-parent > a:before {
/*	background: #343a7f;*/
}
}