﻿.topHeader .telephone,
.topHeader .telephone a,
.topHeader .telephone a:active,
.topHeader .telephone a:focus,
.topHeader .telephone a:hover
.topHeader .email,
.topHeader .email a,
.topHeader .email a:active,
.topHeader .email a:focus,
.topHeader .email a:hover {
    font-family: 'Open Sans', sans-serif !important;
}

.topHeader {
    background-color: #fff;
    margin-top: 25px;
}

    .topHeader .telephone,
    .topHeader .telephone a,
    .topHeader .telephone a:active,
    .topHeader .telephone a:focus,
    .topHeader .email a,
    .topHeader .email a:active,
    .topHeader .email a:focus,
    .topHeader .telephone .fa,
    .topHeader .email .fa,
    .topHeader .social a .fa,
    .topHeader .social a:active .fa,
    .topHeader .social a:focus .fa {
        color: #aaaaaa !important;
    }

        .topHeader .telephone .fa,
        .topHeader .email .fa,
        .topHeader .social a .fa,
        .topHeader .social a:active .fa,
        .topHeader .social a:focus .fa {
            color: #fff !important;
        }

        .topHeader .telephone .fa,
        .topHeader .email .fa {
            margin-right: 10px;
        }


        .topHeader .telephone a:hover,
        .topHeader .email a:hover {
            color: #fac313 !important;
        }

    .topHeader .social a:hover .fa {
        color: #fff !important;
    }

    .topHeader .telephone .fa,
    .topHeader .email .fa,
    .topHeader .social a .fa,
    .topHeader .social a:active .fa,
    .topHeader .social a:focus .fa {
        background-color: #aaaaaa;
    }

    .topHeader .social a:hover .fa {
        background-color: #fac313;
    }

    .topHeader .telephone,
    .topHeader .email {
        float: right;
        padding-right: 15px;
        margin-right: 15px;
        font-size: 15px;
        font-weight: 500;
        border-right: 1px solid #ddd;
    }

        .topHeader .telephone a,
        .topHeader .telephone a:active,
        .topHeader .telephone a:focus,
        .topHeader .email a,
        .topHeader .email a:active,
        .topHeader .email a:focus {
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
        }

            .topHeader .telephone a:hover,
            .topHeader .email a:hover {
                text-decoration: none;
            }

    .topHeader .social {
        float: right;
    }

    .topHeader .fa {
        border-width: 0px;
        border-style: none;
        width: 34px;
        height: 34px;
        border-radius: 1px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        margin-right: 5px;
    }

    .topHeader .social a:hover {
        text-decoration: none;
    }


    .topHeader .social a,
    .topHeader .social a:active,
    .topHeader .social a:focus {
        width: 34px;
        height: 34px;
        display: inline-block;
        position: relative;
        margin-left: 5px;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
    }

        .topHeader .social a .fa,
        .topHeader .social a:active .fa,
        .topHeader .social a:focus .fa {
            -webkit-transition-duration: 0.8s;
            -moz-transition-duration: 0.8s;
            -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
        }

        .topHeader .social a:hover {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }

@media (max-width: 768px) {
    .topHeader {
        display: none;
    }
}
