﻿/*body {
    font-family: fantasy;
}*/

.navbar-nav > li > a {
    border-right: 1px solid rgb(231, 231, 231);
    color: rgb(71, 71, 71);
    padding: 20px 22px;
    text-transform: uppercase;
}
.navbar-nav > li > a.active {
    color:rgb(221, 68, 62);
}
.navbar-nav > li > span.active {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: rgb(220, 67, 59);
    height: 7px;
}

.headercontact {
    float: right;
    font-size: 13px;
}

footer .about p {
    color: rgb(166, 165, 173);
    font-size: 13px;
    line-height: 22px;
    margin-top: 32px;
}

footer .about .address {
    margin-top: 39px;
}

    footer .about .address div {
        margin-top: 19px;
    }

footer .services .lftserv {
    color: rgb(166, 165, 173);
    margin-top: 18px;
    padding: 0;
}

    footer .services .lftserv a {
        color: rgb(166, 165, 173);
        font-size: 12px;
        line-height: 34px;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 5px;
    }

footer .services .rgtserv {
    color: rgb(166, 165, 173);
    margin-top: 18px;
    padding: 0;
}

    footer .services .rgtserv a {
        color: rgb(166, 165, 173);
        font-size: 12px;
        line-height: 34px;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 5px;
    }

footer .getquote .form-group {
    margin-bottom: 9px;
}

    footer .getquote .form-group .form-control {
        background-color: rgb(58, 55, 72);
        border: medium none;
        border-radius: 20px;
        color: rgb(166, 165, 173);
        height: 38px;
        padding: 6px 20px;
    }

footer .getquote #btnContactUs {
    background-color: rgb(193, 192, 197);
    margin-top: 3px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 10px 21px;
    border-radius: 25px;
}

    footer .getquote #btnContactUs:hover {
        /*color: #333;*/
        background-color: rgb(73, 71, 85);
    }

footer .divfollow p a > i {
    background-color: rgb(73, 71, 85);
    border: 1px solid rgb(73, 71, 85);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    padding: 14px 18px;
}

    footer .divfollow p a > i:hover {
        background-color: rgb(46, 44, 58);
    }

.nopadding {
    padding: 0;
}

@media (max-width: 1199px) {
    .navbar-brand {
        height: 0px;
    }

        .navbar-brand img {
            width: 100px;
        }

    .navbar-nav > li > a {
        padding: 12px 13px;
    }
}

@media (max-width:991px) {
    .navbar-brand img {
        width: 70px;
    }

    .navbar-nav > li > a {
        font-size: 11px;
        padding: 10px 11px;
    }
}

@media (max-width:767px) {
    #navmobile {
        margin: 0;
        position: absolute;
        right: 0;
        top: 50px;
        z-index: 2;
        background-color: #fff;
        padding: 0;
    }

    .navbar-collapse {
        box-shadow: none;
    }

    .navbar-nav {
        margin: 0px;
    }

        .navbar-nav > li > a {
            border-right: medium none;
        }

    .navbar-toggle {
        margin-bottom: 0;
        margin-top: 0;
    }

    .navbar-brand img {
        width: 60px;
    }

    .headercontact {
        float: left;
    }

        .headercontact .headerPhone {
            float: none !important;
        }
}
