﻿html {
    background-color: #FFF;
}

body {
    padding: 0px; /*138px;*/
}

.noPadding {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}
        
.navbar {
    margin-bottom: 0px;
    border: none;
    min-height: inherit;
} 
        
.navbar-nav {
    font-weight: bold;
    font-size: 17px;
}
        
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
                
.navbar-inverse .navbar-nav > li > a {
    color: #1f1f1f;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #0178a3;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        height: 100%;
    }

    .navbar-nav > li > a {
        height: 100%;
        line-height: 80px;   
    }
}

.nav > li > a {
    padding: 10px 17px;
}

.navbar-over-top {
    background-color: black;
    height: 33px;
    text-align: right;
}

.navbar-over-top .container {
    color: White;
    height: 100%;
    line-height: 33px;
    font-size: 16px;
}
            
.navbar-over-top a {
    color: White;
    text-decoration: none;
}
.navbar-over-top a:active,
.navbar-over-top a:hover {
    color: #DDD;
}

.navbar-over-top .social {
    display: inline-block;
    background-image: url(../Images/Bar_Social_Icons.png);
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

.navbar-over-top .social.facebook {
    background-position: 0px 0px;
}
.navbar-over-top .social.twitter {
    background-position: 0px -18px;
}
.navbar-over-top .social.facebook:active,
.navbar-over-top .social.facebook:hover {
    background-position: 0px -36px;
}

.navbar-over-top .social.twitter:active,
.navbar-over-top .social.twitter:hover {
    background-position: 0px -54px;
}

.navbar-inverse .navbar-toggle {
    background-color: #000;
}

.navbar-toggle {
    margin-top: 20px;
}

.quickContact {
    background-color: #1863b0;
    padding: 50px 0px 60px 0px;
}

.quickContact .title {
    color: white;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.quickContact .btn-primary {
    background-color: #00294a;
    border-color: #285E8E;
}
        
.quickContact .row .inputs > * {
    display: inline-block;
}

.quickContact .row .inputs > button {
    margin: -2px auto auto 10px;
}

.footer {
    color: #FFF;
    background-color: #000;
    padding-bottom: 25px;
}

.footer a {
    color: #777;
}

.footer a:active,
.footer a:hover {
    color: #aaa;
}

.footer .row:first-child > div:not(.main) {
    padding-top: 25px;
}

.footer .sectionLnk {
    margin-top: 10px;
}

.footer .sectionLnk a {
    color: #ddd;
}

.footer .sectionLnk.bigLnk {
    margin-top: 20px; 
    font-size: 20px;
}

.footer .social {
    display: inline-block;
    background-image: url(../Images/Footer_Social_Icons.png);
    width: 30px;
    height: 30px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer .social:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.footer .social.facebook {
    background-position: 0px 0px;
}

.footer .social.twitter {
    background-position: 0px -30px;
}

.footer .social.google {
    background-position: 0px -60px;
}

.footer .social.linkedIn {
    background-position: 0px -90px;
}

.footer .social.facebook:active,
.footer .social.facebook:hover {
    background-position: 0px -120px;
}

.footer .social.twitter:active,
.footer .social.twitter:hover {
    background-position: 0px -150px;
}

.footer .social.google:active,
.footer .social.google:hover {
    background-position: 0px -180px;
}

.footer .social.linkedIn:active,
.footer .social.linkedIn:hover {
    background-position: 0px -210px;
}

.footerLogo {
    width: 100%;
    max-width: 251px;
}

.navbar-brand {
    width: 162px;
    height: 121px;
    margin: 15px;
    background: url('../Images/ATE_Logo.png') no-repeat center;
    background-size: contain;
    position: relative;
}

.navbar-brand::after {
    content: '';
    position: absolute;
    top: 0; left: 0; 
    right: 0; bottom: 0;
    background: radial-gradient(
                         circle farthest-side at -100px -90px, 
                         rgba(255,255,255,0) 90%,
                         rgba(255,255,255,.8) 98%,
                         rgba(255,255,255,0) 100%
                     ) no-repeat;    
    background-position: -150px 0;
    -webkit-mask: url('../Images/ATE_Logo_Mask.png');
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.navbar-brand:hover::after,
.navbar-brand:focus::after,
.navbar-brand.anim::after{
    transition: background-position 1.5s;
    background-position: 130px 0;
}


@media (max-width: 767px) {
    .row {
        margin: auto 0px;
    }

    .navbar-brand {
        width: 150px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        background-color: #277BC2;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a:active,
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #001E56;
    }

    .quickContact .title {
        font-size: 23px;
    }

    .quickContact .row .inputs > input {
        margin-bottom: 15px;
    }

    .quickContact .row .inputs > button {
        display: block;
        margin: auto;
    }

    .container {
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*body {
        padding-top: 176px;
    }*/

    .navbar-nav {
        height: auto;
    }

    .navbar-nav > li > a {
        line-height: normal;
    }
}
