@charset "UTF-8";
/* CSS Document */

.color1-bkg {  background-color: #464646; }
.color2-bkg {  background-color: #1A1A1A; }
.color3-bkg {  background-color: #C1272C; }
.color4-bkg {  background-color: #E6E6E6; }
.color5-bkg {  background-color: #EC1C23; }

.color1 {  color: #464646; }
.color2 {  color: #1A1A1A; }
.color3 {  color: #C1272C; }
.color4 {  color: #E6E6E6; }
.color5 {  color: #EC1C23; }

#main-header .navigation-clean {
    background: #1A1A1A;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* margin-bottom: 20px; */
    color: #333;
    border-radius: 0;
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); */
    border: none;
    /* background-image: url(../img/bg-mainheader.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 10px solid #464646;
}

.hp-lead {
    font-weight: normal;
    color: #fff;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 18px;
    background: #E6E6E6;
    /* box-shadow: 3px 3px 7px rgba(0,0,0,0.5); */
    border-radius: 7px;
    /* border: 2px solid #CEDCC6; */
}

.cf-homepage {
    /* background-color: rgba(255,255,255,0.5); */
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(../img/bg-cf-homepage5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    /* box-shadow: inset 0 -3px 8px rgba(0,0,0,0.3); */
}

.footer-dark .fa-phone-square, .fa-envelope-square {
    color: #464646 !important;
}

.btn-primary {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #464646;
    border-color: #C1272C;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.cf-banner {
    background-color: #C1272C;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    /* background-image: url(../img/batthern.png); */
    background-size: initial;
    background-repeat: repeat;
}

.jumbotron.about {
    padding: 3rem 1rem;
    background: #AAA;
    color: #333;
}

.megamenu > .dropdown-menu {
    background-color: #DCDCDC !important;
}

.bg-info {
    background-color: #C1272C!important;
    color: #ffffff;
}

ul.checklist li:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #1A1A1A;
}

ul.checklist2 li:before {
    content: '\f138';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #1A1A1A;
}

.badge {
    background-color: #C1272C;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    min-width: 10px;
    margin-right: 10px;
    padding: 1px 12px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.card-subtitle {
    color: #E6E6E6 !important;
    padding-top: 2px;
}

.alert-primary {
    color: #ffffff;
    background-color: #464646;
    border-color: #464646;
}

.footer-dark {
    padding: 30px 0;
    color: #FFF;
    background-color: #1A1A1A;
}
.sky-form .checkbox input + i:after {
    content: '\f00d';
    top: -3px;
    left: -3px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}
.sky-form .checkbox input + i:after {
    color:#1E7F37;
}
.btn-primary {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #C1272C;
    border-color: #C1272C;
    box-shadow: none;
}
.card-subtitle {
    color: #464646 !important;
    padding-top: 2px;
}
h4.card-title:before {
    font-family: 'FontAwesome';
    content: '\f138';
    float: left;
    color: #EC1C23;
    margin-right: 5px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,1);
    font-size: 17px!important;
}
