/* --------------------------------------
=========================================
COLOR : RED 

MAIN COLOR CODE: #ba0001

DEEP COLOR CODE: #be2a2a
=========================================
----------------------------------------- */

.solid-color {
   background: url(https://www.bikerface.it/images/bgmoto.jpg) bottom center no-repeat;
   background-position-x: 48%;
}

@media (max-width: 767px) {
.solid-color {
   background: url(https://www.bikerface.it/images/bgmotoxs.jpg?v=2.5) center center no-repeat;
   background-position-x: 49%;
}
}

.bg-rosso {
    background: #be2a2a;
	padding: 20px 0;
}

.solid-color2 {
    background: #be2a2a;
}

.standard-button {
    background: #be2a2a;
}

.standard-button2 {
    background: #ba0001;
}

.standard-button2:hover {
    background: #be2a2a;
}

.standard-button3 {
	color: #ba0001;
    background: white;
	border: 1px solid white;
}

.standard-button3:hover {
    background: #be2a2a;
	color: white;
	
	border: 1px solid white;
}


.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
    background: #be2a2a;
    border-color: inherit;
}

.colored-line,
.colored-line-left {
    background: #ba0001;
}

.main-color {
    color: #ba0001;
}

.color-bg {
	background: #ba0001;
	color: #FFFFFF;
}

.features .feature:hover .icon-container .icon {
    background: #ba0001;
    color: #ffffff;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #ba0001;
            box-shadow: 0px 0px 0px 2px #ba0001;
}

.features .feature .icon-container .icon {
    border: 1px solid #ba0001;
    color: #ba0001;
}

.feature-list li i {
    color: #ba0001;
}

.services .single-service .service-icon,
.services .single-service h3 {
    color: #ba0001;
}

.screenshots .owl-theme .owl-controls .owl-page span {
    background: #ba0001;
}

footer .contact-button {
    border: 2px solid #ba0001;
    color: #ba0001;
}

footer .contact-button:hover {
    background: #ba0001;
}

footer .contact-box .expanded-contact-form .input-box:active,
footer .contact-box .expanded-contact-form .textarea-box:active,
footer .contact-box .expanded-contact-form .input-box:focus,
footer .contact-box .expanded-contact-form .textarea-box:focus {
    border: 1px solid #ba0001;
}

footer .social-icons li a:hover {
    color: #ba0001;
}

.rosso-h5 {
    color: white;
    padding: 20px 0;
    letter-spacing: 2px;
}

.testobig {
font-weight: bold;
font-size: 22px;
}

.bg-rosso .standard-button2 {
    background: white;
	color: #ba0001;
    border: 1px solid white;
}

.bg-rosso .standard-button2:hover, .bg-rosso .standard-button2:hover {
    background: #ba0001;
	border: 1px solid white;
	color: white;
}