body {font-family: 'Signika', sans-serif;}

.vmargin10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.vmargin20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.vmargin30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.vmargin50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.botmargin10 {
    margin-bottom: 10px;
}
.botmargin20 {
    margin-bottom: 20px;
}
.logo-main {
    height: 50px;
    margin-top: 14px;
    margin-bottom: 14px;
}
/*BTNS*/
.heading .btn-red {   padding: 25px;  }
.btn-red {
    color: #fff;
    height: auto;
    border: transparent;
    border-radius: 0px;
    background-color: #e30613;
    transition: all 1000ms;
}
.btn-red.btn-lg {
    padding: 25px;
    font-size: 22px;
    font-weight: 600;
}
.btn-red:hover, .btn-red:focus {
    background-image: none;
    background-color: #e30613!important;
    color: #030303!important;
}
.btn-lg {
    font-size: 20px;
}
/*HEADER*/
.heading {
    min-height: 850px;
}
.heading h1 {
    color: #212121;
    font-size: 42px;
    font-weight: 600;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}
.heading h2 {
    color: #e30613;
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}
.box-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.58);
    -moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.58);
    box-shadow: 0px 0px 49px 16px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.8);
}
.heading {
    background-color: #fff;
    background-image: url("../img/office.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    background-attachment: fixed;
}
.well.flexiwell h4 {
    font-size: 20px;
}
.well.flexiwell {
    background-color: rgba(10, 10, 10, 0.65);
    border: none;
    color: #fff;
    border-radius: 0px;
    font-size: 16px;
}
.heading .well {
    margin: 50px 0;
}
/*NAVBAR*/
.navbar-brand {
    margin-top: -5px;
    margin-left: -30px !important;
}
@media (max-width:1200px) {
    .navbar-brand img {
        width: 180px;
        height: inherit;
    }
}
.navbar-brand img {
    height: 45px;
    margin: 5px 0;
}
nav.navbar li a {
    color: #595959;
    font-weight: 500;
    font-size: 18px;
    margin-left: 5px;
    border-radius: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 20px !important;
}
nav.navbar .btn-red {
    color: #ffffff;
}
nav.navbar {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: none;
}
.fixedNavbar {
    background-color: #fff;
    top:0;
    width:100%;
    z-index:100;
}
.navCover {
    /*height: 92px;*/
}
/*shadowBG*/
.shadowBG {
    color: #ffffff;
    background-color: #303030;
    padding: 50px 0px;
}
.shadowBG h2 {
    font-weight: 600;
}
.shadowBG .well h3 {
    font-weight: 500;
    font-size: 22px;
    color: #e30613;
}
@media (min-width: 1000px) {
    .shadowBG .well h3 {
        min-height: 70px;
    }
    .shadowBG .well p {
        min-height: 65px;
    }
}
.shadowBG .well {
    background-color: transparent;
    border: 1px solid #e30613;
    border-radius: 0px;
    font-weight: 100;
}
.shadowBG p {
    font-weight: 300;
    font-size: 16px;
}
/*touchBG*/
.meterBG {
    color: #ffffff;
    padding: 50px 0;
    font-size: 17px;
    font-weight: 300;
    background-color: #1f1f1f;
    background-image: url("/img/meter.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.meterBG h2 {
    font-weight: 600;
}

.circ {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.5s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow:hidden;
}
.circ:hover {
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
    -o-transform:rotate(10deg);
}
/*footer same as shadowBG*/
.footer {
    padding-bottom: 10px;
    color: #ffffff;
}
.footer .media-body {
    font-size: 17px;
    padding: 14px 10px;
    font-weight: 300;
}
.footer a {color: #ffffff;}
.footer a:hover {
    color: #dcdcdc;
    text-decoration: none;
}
.media:hover .circ {
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
    -o-transform:rotate(10deg);
}
.footer .media-object {
    margin: 15px 0px;
}
/*scrollTop*/
#scrollTop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
}
/*mobile*/
@media (max-width: 992px){
    .container.heading {
        background-color: #fff;
        background-image: none;
    }
    .touchBG .well {
        min-height: 300px !important;
    }
    .shadowBG .well li {
        list-style-image: url("../img/li.png");
        font-size: 14px;
    }

    .shadowBG p {
        font-size: 14px;
    }
}
.modal-dialog {
    max-width: 480px;
}
.modal .btn {
    border-radius: 12px;
}