::-moz-selection{ color: #fff; background:#A32F2B; }
::selection{ color: #fff;	background:#A32F2B; }
::-webkit-selection{ color: #fff;	background:#A32F2B; }

a{
	color: #A32F2B;
}
a:hover, a:focus {
	color: #ae1813;
}
h1.text-brand,
h2.text-brand,
h3.text-brand,
h4.text-brand,
h5.text-brand,
h6.text-brand,
p.text-brand,
.text-brand{
	color: #A32F2B;
}
button, .button,
button, .button.brand{
	background-color: #A32F2B;
	border-color: #ae1813;
}
button:hover, button:focus, .button:hover, .button:focus ,
button.brand:hover, button.brand:focus, .button.brand:hover, .button.brand:focus {
	background-color: #ae1813;
}
button.ghost, .button.ghost {
	background-color: transparent;
}
button.ghost.brand, .button.ghost.brand {
	border-color: #A32F2B;
    color: #A32F2B;
}
button.ghost.brand:hover, button.ghost.brand:focus, .button.ghost.brand:hover, .button.ghost.brand:focus {
	background-color: #A32F2B;
    color: #fff;
}
.spinner{
	background-color: #A32F2B;
}
.background-gradient{
	background: -webkit-linear-gradient(90deg, #ae1813 10%, #A32F2B 90%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #ae1813 10%, #A32F2B 90%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #ae1813 10%, #A32F2B 90%); /* IE10 */
	background:      -o-linear-gradient(90deg, #ae1813 10%, #A32F2B 90%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #ae1813 10%, #A32F2B 90%); /* W3C */
}
.icon.brand{
	color: #A32F2B;
}
.top-bar .top-bar-section ul li.active > a {
	background: #A32F2B;
}
.top-bar-section ul li > a.button.brand {
	background-color: #A32F2B;
	border-color: #ae1813;
}
.top-bar-section ul li > a.button.brand:hover, .top-bar-section ul li > a.button.brand:focus {
	background-color: #ae1813;
}
@media only screen and (min-width: 40.063em){
	.top-bar .top-bar-section li.active:not(.has-form) a:not(.button) {
		background: #A32F2B;
	}
}
.navigation-white .top-bar .top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #A32F2B;
}
.section-title h2:after{
	background: #A32F2B;
}
.subsection.brand{
	background: #A32F2B;
}
.team-person .team-person-info{
	background: rgb(163, 47, 43);
	background: rgba(163, 47, 43, .95);
}
.skills-bar li span {
    background: #A32F2B;
}
.service-block .service-item .service-icon{
	color: #A32F2B;
}
.service-block .service-item:hover{
	background: #A32F2B;
}
.statistic-block .statistic-item .statistic-icon{
	color: #A32F2B;
}
.filter.active:after{
	background: #A32F2B;
}
.pricing-table.brand .title{
	background: #A32F2B;
}
.work-item a .work-info {
	background: rgb(217, 30, 24);
	background: rgba(217, 30, 24, .95);
}
.post .post-title a:hover{
    color: #ae1813;
}
.footer a:active,
.footer a:hover{
	color: #ae1813;
}

.owl-theme .owl-controls .owl-page span{
	background: #A32F2B;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #A32F2B;
}