:root {
    --main-blue : #009f97;
    --main-red : #b11e4a;
    --old-blue : #002e44;
    --old-blue2 : #002e44;

    --gray1 : #edecec;
    --gray2 : #313131;
}


/* MARGIN */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mt65 {margin-top: 65px;}
.mt70 {margin-top: 70px;}
.mt75 {margin-top: 75px;}
.mt80 {margin-top: 80px;}
.mt85 {margin-top: 85px;}
.mt90 {margin-top: 90px;}
.mt95 {margin-top: 95px;}
.mt100 {margin-top: 100px;}

.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}

/* PADDING */
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}
.pt55 {padding-top: 55px;}
.pt60 {padding-top: 60px;}
.pt65 {padding-top: 65px;}
.pt70 {padding-top: 70px;}
.pt75 {padding-top: 75px;}
.pt80 {padding-top: 80px;}
.pt85 {padding-top: 85px;}
.pt90 {padding-top: 90px;}
.pt95 {padding-top: 95px;}
.pt100 {padding-top: 100px;}

.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb65 {padding-bottom: 65px;}
.pb70 {padding-bottom: 70px;}
.pb75 {padding-bottom: 75px;}
.pb80 {padding-bottom: 80px;}
.pb85 {padding-bottom: 85px;}
.pb90 {padding-bottom: 90px;}
.pb95 {padding-bottom: 95px;}
.pb100 {padding-bottom: 100px;}

/* WIDTH */
.w10 {width: 10%;}
.w15 {width: 15%;}
.w20 {width: 20%;}
.w25 {width: 25%;}
.w30 {width: 30%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}
.w70 {width: 70%;}
.w75 {width: 75%;}
.w80 {width: 80%;}
.w85 {width: 85%;}
.w90 {width: 90%;}
.w95 {width: 95%;}
.w100 {width: 100%;}

h1, h2, h3, h4, h5, h6, .contact-form label, dl.metadata dt {
    color: var(--main-blue) !important;
}

p {
    color: var(--gray2);
}

strong {    
    color: var(--gray2) !important; 
}

#filters .btn-primary, .btn-primary {
    background: var(--main-blue) !important;
    border: 1px solid var(--main-blue) !important;
}

#filters .btn-primary, .btn-primary:hover {
    background: #fff !important;
    color: var(--main-blue) !important;
    border: 1px solid var(--main-blue) !important;

}

.c-main-blue {
    color: var(--main-blue) !important;
}

footer .inner,
footer .copyright {
    background-color: var(--main-blue) !important;
}

footer p {
    color: #fff;
}

.navbar-nav > li > a {
    padding: 39px 18px 10px;
}

.opaque .navbar-nav > li > a {
    padding-top: 24px; 
}

.opaque .logo-white {
    width: 120px !important;
}

.rc-anchor .rc-anchor-normal .rc-anchor-light {
    width: 239px !important;
}

.blue-card {
    background: #fff;
    padding: 22px 20px 32px;
    height: 400px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px;
}

.blue-card2 {

    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px;
    padding: 32px 50px 32px;
    height: 380px;
    cursor: pointer;
}

.card-body p {
    height: 105px;
}

.line {
    height: 4px;
    background: var(--main-blue);
    width: 70px;
    margin: 10px auto 20px;
}

.card-body {
    margin-top: 20px;
}

.card-head img {
    width: 60px;
}

/* custom footer */
#footer,  #footer .widget-title, #footer .widget-address a {
    color: #fff !important;
}

#footer .widget-address li {
    padding: 0 0 4px 0px;
}
/* custom footer */

#call-to-action-content 
{
    margin-top: -114px;
    margin-bottom: -40px;
    width: 810px;
    height: 154px;
    float: right;
    background: transparent url(../img/footer-content-icbt.png) no-repeat scroll center right;
    padding: 13px 140px 20px 100px;
    color: #ffffff!important;
}

#sidemenu {
    background: #fff;
    position: fixed;
    right: 0; 
    top: 35%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 999;
    padding: 25px 0;
}

#sidemenu .sidemenu-item {
    margin: 30px 15px;
}

#sidemenu .sidemenu-item:first-child {
    margin-top: 0px;
}

#sidemenu .sidemenu-item:last-child {
    margin-bottom: 0px;
}

#sidemenu .sidemenu-item img {
    width: 25px;
}

.navbar-collapse.in {
    left: 0 !important;
}

.c-swi {
    color: #f59d22 !important;
}

.bg-swi {
    background: linear-gradient(0deg, rgba(196, 119, 5, 1) 19%, rgba(236, 151, 29, 1) 57%) !important;
    border: unset;
}

.product-item {
    margin: 0 auto;
}

.navbar-standard .navbar-nav > li > a {
    color: var(--gray2) !important;
}
.navbar-standard .navbar-nav > li > a:hover {
    color: var(--main-blue) !important;
 }



.blue-card2 .btn-primary,
.blue-card .btn-primary {
    background: var(--main-red) !important;
    border-color: var(--main-red) !important;
}

.blue-card2 .btn-primary:hover,
.blue-card .btn-primary:hover {
    background: #fff !important;
    color: var(--main-red) !important;
    border-color: var(--main-red) !important;
}

.list-bullet {
    list-style-type: disc;
    padding-left: 20px;
}

@media screen and (max-width: 1700px) {
    .navbar-nav > li > a {
        width: 127px;
    }
}
@media (max-width: 767px) {
    #call-to-action-content {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        height: 360px;
        background: var(--main-red);
        padding: 20px 30px;
        float: none;
    }

    #call-to-action-content .form-group {
        margin-bottom: 20px;
    }

    #home {
        height: 350px !important;
    }
}

@media (max-width: 460px) {
    #sidemenu {
        padding: 15px 0 !important;
    }
    

    .navbar-collapse ul li a {
        width: 100% !important;
        padding-top: 10px;
    }

    #sidemenu .sidemenu-item {
        margin: 20px 15px !important;
    }

    #sidemenu .sidemenu-item:first-child {
        margin-top: 0px !important;
    }
    
    #sidemenu .sidemenu-item:last-child {
        margin-bottom: 0px !important;
    }

    #sidemenu .sidemenu-item img {
        width: 15px !important;
    }
}