LABEL {
    margin: 0;
    font-weight: normal;
}

#features {
    background-image:url(images/background-sky.jpg);
    background-size: cover;
}

#facts {
    background-image:url(images/background-construction.jpg);
    background-size: cover; 
}


#awards {
    background-image:url(images/background-screen.jpg);
    background-size: cover;
}


.contact .contact_form input,
.contact .contact_form textarea {
    border-color: #666;
    color: #333;
    margin: 0 0 15px 0;
}

.contact .contact_form {
    width: calc(90% - 30px);
    margin: 0 auto;
    text-align: center;
}

.contact .contact_form div.f-left,
.contact .contact_form div.f-right {
    width: 50%;
}

.contact .contact_form div.f-left {
    padding-right: 10px;
}

.contact .contact_form div.f-right {
    padding-left: 10px;
}

.contact .form button {
    background-color: #337AB7;
    opacity: 1;
}

.custom-tabs .nav-tabs li.active a {
    background-color: #337AB7;
}


.testimonials .cbp-item {
    min-height: 250px;
}


.facts .fact {
    opacity: 1.0;
}

#facts .facts .fact h1.factor {
    color: #ffffff;
}

.tp-parallax-container .glass-bg {
    background: rgba(0, 0, 0, 0.3);
}

.address {
    background: #337AB7;
}

.address H3 {
    color: #ffffff !important;
}

.address P {
    color: #ffffff !important;
}

 /* form */
.form LABEL.required {
    color: #f00;
}

.form INPUT.required {
    border: 1px solid #f00 !important;
}

.form INPUT.warning {
    border: 1px dotted #f00 !important;
}


