/* --------------------------------------
=========================================
COLOR : ORANGE

MAIN COLOR CODE: #008ed6 -> #ef2600
                            #bf2501 -> darker
DEEP COLOR CODE: #005885

SUCCESS COLOR:
FAILURE COLOR:
DARK GRAY TONE: #272727
=========================================
----------------------------------------- */

a, a:visited {
    color: #ccc;
}

a:hover, a:focus, a:active {
    color: #fcfcfc;
    text-decoration: none;
}

.color-overlay {}

.header .color-overlay {
    background: rgba(0, 0, 0, 0.70);
}

.standard-button {
    background: #ef2600;
}

.standard-button:focus,
.standard-button:active,
.standard-button.visited {
    background: #ef2600;
    border-color: inherit;
    color: #fff;
}

.outline-button {
    color: #ef2600 !important;
    background: #fff;
    border: 2px solid #ef2600;
}

.outline-button:focus,
.outline-button:active,
.outline-button.visited {
    color: #ef2600;
    background: #fff;
    border: 2px solid #ef2600;
}

.outline-button:hover {
    color: #fff !important;
    background: #ef2600;
    border: 2px solid #ef2600;
}

.standard-button2 {
    background: #ef2600;
}

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

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

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

.main-color {
    color: #ef2600;
}

.success-color {
    color: #006a58;
}

.failure-color {
    color: #ef2600;
}

.unavailable-color {
    color: #888888;
}

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

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

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 #ef2600;
}

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