.title-line-4.stone {
    background-color: #A01506 !important;
}

.slide-controls-color-5 .owl-theme .owl-controls .owl-page span{
	background: #A01506 !important;
}
a{
	color:#727272!important;
}
.smart-forms .gui-input:focus, .smart-forms .gui-textarea:focus, .smart-forms .select > select:focus, .smart-forms .select-multiple select:focus{
    border: 1px solid #A01506 !important;
    -webkit-box-shadow: 0px 0px 3px #A01506 inset !important;
    -moz-box-shadow: 0px 0px 3px #A01506 inset !important;
    -o-box-shadow: 0px 0px 3px #A01506 inset !important;
    box-shadow: 0px 0px 3px #A01506 inset !important;
}
.smart-forms .gui-input:focus ~ .field-icon i, .smart-forms .gui-textarea:focus ~ .field-icon i{
	color: #A01506 !important;
}
.smart-forms .gui-input:hover, .smart-forms .gui-textarea:hover, .smart-forms .select > select:hover, .smart-forms .select-multiple select:hover, .smart-forms .gui-input:hover ~ .input-hint, .smart-forms .file .gui-file:hover + .gui-input, .smart-forms .gui-textarea:hover ~ .input-hint{
	border-color: #A01506 !important;
}
.smart-forms .btn-primary.stone-2{
	background-color: #A01506 !important;
}