button, input[type=button], .button, .links-to-buttons a  {
    color: #0085A5;
	border-color: #0085A5;
}

button:hover, input[type=button]:hover, .button:hover, .links-to-buttons a:hover  {
	background: #0085A5;
}

button.t2, input[type=button].t2, .button.t2, .links-to-buttons.t2 a, .bg_dark button, .bg_dark .button  {
	background-color: #0085A5;
    border: 1px solid #fff;
}

button.t2:hover, input[type=button].t2:hover, .button.t2:hover, .links-to-buttons.t2 a:hover, .bg_dark button:hover, .bg_dark .button:hover  {
	color: #0085A5;
    background-color: #fff;
    border-color: #0085A5;
}


.envelope_bg.bg3, .bg3 {  background-color: #0085A5; }

.hline {
	background: #0085A5;
}

.bg3 .hline {  background-color: #fff; }

.c1, .c1 a { color: #0085A5 !important;}

.news-cards .item .price {
	color: #0085A5;
}

.news-cards .item h3 {
    /* font-weight: 500; */
}

/* superfish */

.sf-menu ul li:hover > a,
.sf-menu ul li.sfHover > a {
	color: #0085A5;
} 

/* ui to top */
#toTop {
	background-color: #0085A5;
}

#nsq_submit {
	color: #0085A5;
}

.signature .powered_by { display: none; }
