﻿div {
    padding:0;
}
.testimonial-sec {
    padding:0;
}
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-12 {
    padding: 0;
}
ul li {
    font-size: 16px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 4px solid #0062ac;
}
@font-face {
    font-family: 'SupermolotNeueRegular';
    src: url('/fonts/SupermolotNeueRegular.otf') format('opentype');
}
@font-face {
    font-family: 'SupermolotNeueCondensedBold';
    src: url('/fonts/TypeType - TT Supermolot Neue Condensed Bold.otf') format('opentype');
}
@font-face {
    font-family: 'SupermolotNeueCondensedRegular';
    src: url('/fonts/TypeType - TT Supermolot Neue Condensed Regular.otf') format('opentype');
}
@font-face {
    font-family: 'SupermolotNeueLight';
    src: url('/fonts/SupermolotNeueLight.otf') format('opentype');
}
@font-face {
    font-family: 'SupermolotNeueBold';
    src: url('/fonts/SupermolotNeueBold.otf') format('opentype');
}

div {
    font-family: roboto, sans-serif;
    padding: 0;
    margin: 0;
}
body {
    font-family: roboto, sans-serif;
}
.careersMain p {
    width: 60%;
    margin-left: 20%;
}
.moreLink {
    position: absolute;
    bottom: 50px;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    margin-left: -10px;
}
    .moreLink:hover {
        box-shadow: inset 0 0 0 50px #00529b;
        color:white;
        text-decoration:none;
        cursor:pointer;
    }
.newsImage {
    border-top: 10px solid #00529b;
    /*max-height: 303px;
    min-height: 303px;*/
}
.newly-added {
    animation: flyin 1.2s ease-in forwards;
    opacity: 0;
    transform: scale(2);
    filter: blur(4px);
}

@keyframes flyin {
    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.nav.navbar-nav {
    margin-top: 5px;
    font-family: 'SupermolotNeueBold', sans-serif;
}
.navbar.navbar-default .dropdown-menu {
    background-color: #0062ac;
}
.navbar.navbar-default {
    background-color: #0062ac;
    color: white;
    border-radius: 0px !important;
    margin-bottom: 0px;
}
.navbar-brand img {
width:50%;

}
.navbar-nav {
    display: block;
}
    .navbar-nav li a {
        color: white;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 16px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
    }
.navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
    .navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #0062ac;
    }

.nav.navbar-nav > li > a {
    padding: 10px 38px;
}
.navbar-default {
    border:none !important;
}

.heroText {
    position:relative;
    top:50vh;
}
    .heroText h2 {
        font-size:77px;
        color:white;
    }
    .heroText h2 {
        font-size: 47px;
        color: white;
    }
.belowHero {
    margin-top: -224px;
    /*background-color: #DFE1E3;*/
    min-height: 500px;
    /*border-bottom: 8px solid #0062ac;*/
}
    .belowHero div {
        padding:0;
        /*border:1px solid white;*/
    }

.belowHeroItemLeft {
    margin-right: 5px;
    background-color: white;
    height: 350px;
}
.belowHeroItemCenter {
    margin-right: 5px;
    margin-left: 5px;
    background-color: white;
    height: 350px;
}
.belowHeroItemRight {
    margin-left: 5px;
    background-color: white;
    height: 350px;
}
.belowHeroCardText {
    padding-left: 10px;
    background-color: white;
    min-height: 100px;
}
    .belowHeroCardText h2 {
        /*padding-left: 10px;*/
        font-family: 'SupermolotNeueCondensedBold', sans-serif;
        color: black;
        font-size: 38px;
        text-align: center;
        margin-top: 30px;
        line-height: 35px;
    }

.container.whiteBackground {
    padding-top:100px;
}
.signUpRow {
    min-height: 400px;
    background: url(https://dallasairmotive.com/images/librariesprovider4/2020/group-61.png?sfvrsn=d234868b_2);
    background-size: cover;
    /*width: 55%;*/
    position: relative;
    /*margin-bottom: -50px;*/
    border-top: 10px solid #00529b;
    margin-top:-100px;
}
    .signUpRow h2 {
        color: white;
        font-size: 62px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: 'SupermolotNeueCondensedBold', sans-serif;
    }
    .signUpRow h3 {
        color: white;
        font-size: 22px;
        margin-bottom: 30px;
        margin-top: 0px;
        font-family: 'Roboto-Condensed', sans-serif;
    }
    .signUpRow a {
        text-transform: uppercase;
        font-size: 16px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        padding: 10px 20px;
        border: 4px solid #0062ac;
        margin-top: 30px;
        display: block;
        margin: 0 auto;
        width: 155px;
    }
.rightImg {
    margin-right: 15px;
    width: 90%;
    margin-left: 65px;
    box-shadow: 80px 30px #F1F2F3;
    margin-bottom: 60px;
    border-top: 10px solid #00529B;
}
.leftImg {
    padding: 0;
    margin-left: -70px;
    margin-right: 70px;
    box-shadow: -80px 30px #F1F2F3;
}
.sf_colsIn {
    padding-left:8px;
}
/*.bottomRowContainer.col-md-4:first-of-type {
    margin-left:10px;
}

.bottomRowContainer:last-child {
    margin-right:10px;
}*/

#footer {
    background-color: #100F0F;
    padding-top: 45px;
    padding-bottom: 45px;
}
    #footer li a {
        font-family: 'Roboto-Condensed', sans-serif;
        font-size:15px;
    }

div.slide-down {
    width: 100%;
    overflow: hidden;
}

    div.slide-down h2 {
        animation: 1.5s slide-down;
        margin-top: 0%;
        animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    }
    div.slide-down h3 {
        animation: 3s slide-down;
        margin-top: 0%;
        animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    }

@keyframes slide-down {
    from {
        margin-top: -100%;
        height: 100%;
    }

    to {
        margin-top: 0%;
        height: 100%;
    }
}
.bottomRowContainer .img-hover-zoom {
    min-height: 292px;
}
/* [1] The container */
.img-hover-zoom {
    overflow: hidden;
    /*min-height: 292px;*/
}

    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform 1s ease;
        /*height: 210px;*/
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        transform: scale(1.1);
        opacity:.7;
    }


.shopTalk {
    
    margin-bottom: 40px;
}
    
    .shopTalk div {
        font-family: roboto, sans-serif;
    }
    .shopTalk h2 {
        font-family: 'SupermolotNeueCondensedBold', sans-serif;
        font-size: 71px;
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: center;
        color: white;
    }
.shopTalkRow {
    background: url(https://dallasairmotive.com/images/librariesprovider4/2020/lowerbg.png?sfvrsn=91bcf93d_2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}
.shopTalkText {
    background-color: white;
    color: black;
    padding: 20px 30px;
    min-height: 240px;
    margin-bottom: 40px;
}
    .shopTalkText h2 {
        color: black;
        font-family: 'Roboto-Condensed', sans-serif;
        font-size:26px;
        line-height:30px;
    }
    .shopTalkText h3 {
        font-family: 'Roboto-Condensed', sans-serif;
        font-size: 26px;
        line-height: 30px;
        color: black;
        font-weight:bold;
    }
    .shopTalkText p {
        font-family: 'Roboto-Condensed', sans-serif;
        font-size: 26px;
        line-height: 30px;
    }
.rightText {
    height: 400px;
    color: black;
    padding: 53px 30px 30px 30px;
    margin-bottom: 160px;
}
        .rightText h2 {
            font-family: 'SupermolotNeueCondensedBold', sans-serif;
            font-size: 61px;
            color: black;
        }
    .rightText p {
        font-family: 'roboto-condensed', sans-serif;
        font-size: 22px;
        color: black;
        line-height: 40px;
        width: 85%;
    }
    .rightText a {
        text-transform: uppercase;
        font-size: 16px;
        font-family: roboto-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 10px 20px;
        border: 4px solid #0062ac;
        margin-top: 30px;
        color: #0062ac;
        display: block;
        width: 155px;
        text-align: center;
    }
        .rightText a:hover, .leftText a:hover, .signUpRow a:hover, #subscribe-btn:hover {
            text-decoration: none;
            background-color: #0062ac;
            color: white;
        }
.leftText a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    
    padding: 10px 20px;
    border: 4px solid #0062ac;
    margin-top: 30px;
    display: block;
    width: 222px;
    
}
.leftText {
    height: 400px;
    color: black;
    padding: 30px 30px 30px 60px;
    margin-bottom: 60px;
    margin-left: -40px;
    width: 700px;
    margin-top: 136px;
}

    .leftText h2 {
        font-family: 'SupermolotNeueCondensedBold', sans-serif;
        font-size: 61px;
        color: black;
        line-height: 55px;
        text-transform: uppercase;
    }

    .leftText p {
        font-family: 'roboto-condensed', sans-serif;
        font-size: 22px;
        color: black;
        line-height: 35px;
        width: 75%;
    }

    /*.leftText a {
        font-family: 'SupermolotNeueRegular';
        font-size: 24px;
        color: black;
        display: inline-block;
    }*/
#footer {
    background-color: #242222;
    padding: 40px;
}
    #footer li {
        list-style:none;
    }
    #footer a {
        color:white;
    }
    #footer .row {
        padding-top: 60px;
        /*padding-bottom: 60px;*/
}
#footer-logo img {
    max-width: 285px;
    margin-top: -15px;
}
#subscribe-btn {
    border: 4px solid #0062ac;
    width: 364px;
    padding: 14px;
    font-family: 'Roboto-Condensed', sans-serif;
    font-size: 14px;
    display: block;
    height: 61px;
    margin: 0 auto;
}
#footer-social {
    margin-top:13px;
}
.aogButton {
    font-family: 'roboto-condensed', sans-serif;
    font-size: 16px;
    display: inline-block;
    height: 44px;
    padding: 10px;
    width: 139px;
    margin-top: 19px;
    color: white;
    background-color: #E13A23;
    margin-right: 25px;
    text-align: center;
    letter-spacing: 0px;
}
    .aogButton:hover {
        text-decoration: none;
        background-color: white;
        color: #E13A23;
    }
.RepButton:hover {
    text-decoration: none;
    background-color: white;
    color: #00529B;
}
.RepButton {
    background-color: #00529B;
}
.leftText ul {
    font-size: 18px;
}

.navbar.navbar-default .dropdown-menu > li > a {
    color: white;
}
.navbar.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar.navbar-default .dropdown-menu > li > a:focus, .navbar.navbar-default .dropdown-menu > li > a:hover {
    color: #0062ac;
}
.navbar.navbar-default .navbar-nav > li > a:focus, .navbar.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.firstOne a {
    font-family: 'Roboto-Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold !important;
}
.navbar.navbar-default .navbar-nav > li > a:focus, .navbar.navbar-default .navbar-nav > li > a:hover {
    background-color: white;
}
.navbar.navbar-default .navbar-nav > li > a:focus, .navbar.navbar-default .navbar-nav > li > a:hover {
    color: #0062ac;
}
.lowerRight p {
    font-size: 16px;
    line-height: 28px;
}
.lowerRight h2 {
    font-size: 42px;
}
.lowerRight h3 {
    font-size: 20px;
}
.tripleRow {
    background-color: #f9f9f9;
    padding: 30px;
}

body .container {
    padding:0;
}
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
    }



.shopTalk .col-md-3 {
    margin-left: 4%;
    margin-right: 4%;
}

.mainHeroText {
    font-size: 74px;
    font-family: 'SupermolotNeueBold', sans-serif;
    position: absolute;
    top: 240px;
    text-align: left;
    margin-left: 40px;
}

    .mainHeroText span {
        font-weight: 300;
        font-family: 'SupermolotNeueCondensedRegular', sans-serif;
    }

    .mainHeroText h2, .mainHeroText h3 {
        font-family: 'SupermolotNeueCondensedBold', sans-serif;
        font-size: 53px;
        color: white;
        font-weight: 500;
        margin-top: -15px;
        margin-bottom: -10px;
    }


.homeHeroText {
    height: 678px;
    background: url(https://dallasairmotive.com/images/librariesprovider4/2020/hero.png?sfvrsn=12bfbd81_2);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.mobileAogRow a{
    display:inline-block;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .shopTalk .col-md-3 {
        margin-left: 0%;
        margin-right: 0%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .aogButton {
        /*border: 2px solid #0062ac;*/
        font-family: 'SupermolotNeueBold', sans-serif;
        font-size: 9px;
        display: block;
        height: 36px;
        padding: 10px;
        width: 82px;
        margin-top: 10px;
        color: white;
    }
    #subscribe-btn {
        width: 244px;
        height: 87px;
        font-size: 19px;
    }
    .col-xs-4 img {
        width:200px;
    }
    .belowHero {
        margin-top: -52px;
        min-height: 160px;
    }
       
    .belowHeroCardText {
        min-height:74px;
    }
        .belowHeroCardText h2 {
            font-size: 29px;
        }
    .signUpRow h2 {
        font-size: 34px;
    }
    .rightText {
        margin-top: 10px;
        margin-bottom: 10px;
       
    }
   
    .leftImg {
        margin-top:0px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

@media only screen and (max-width: 768px) {
    .mainHeroText h1 {
        font-size: 66px;
    }

    .mainHeroText h2 {
        font-size: 33px;
        margin-top: 10px !important;
        margin-bottom: 5px;
    }

    .mainHeroText h3 {
        font-size: 27px;
        margin-top: -2px;
        margin-bottom: 10px;
    }

    .homeHeroText {
        background-position: right top;
    }

    .mainHeroText {
        font-size: 74px;
        font-family: 'SupermolotNeueBold', sans-serif;
        position: relative;
        top: 342px;
        text-align: left;
        margin-left: 31px;
    }
    .mobileAogRow {
        min-width: 314px;
    }
    .mobileAogRow a {
        width: 149px;
        font-family: 'roboto-condensed', sans-serif;
        font-size: 14px;
        margin-right: 0px;
    }

    .aogButton {
        height: 42px;
    }

    .belowHeroItemLeft {
        /* margin-right: 5px; */
        background-color: white;
        height: 275px;
        width: 84%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .belowHeroItemCenter {
        /* margin-right: 5px; */
        background-color: white;
        height: 301px;
        width: 84%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .belowHeroItemRight {
        /* margin-right: 5px; */
        background-color: white;
        height: 300px;
        width: 84%;
        margin: 0 auto;
        margin-bottom: 140px;
    }

    .signUpRow {
        min-height: 300px;
        margin-top: -74px;
    }

        .signUpRow h3 {
            color: white;
            font-size: 16px;
            margin: 0 auto;
            margin-bottom: 20px;
            margin-top: 10px;
            font-family: 'Roboto-Condensed', sans-serif;
            width: 80%;
        }

        .signUpRow img {
            margin-top: -40px !important;
            width: 60px;
        }

    .leftText {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        padding: 30px;
        margin-left: 0px;
        height: 530px;
    }
        .leftText p {
            width:100%;
        }
        .leftText h2 {
            font-size: 51px;
        }
    .rightText, .rightImg {
        display:none;
    }
 
    .shopTalk h2 {
        font-size: 51px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .leftMobileText {
        background-image: url(https://dallasairmotive.com/images/librariesprovider4/2020/2d6d736213a52282d22b463b8ae6d3e0.png?sfvrsn=5bf5ad31_2);
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center top;
        height:470px;
    }
        .leftMobileText h2 {
            font-size: 51px;
            font-family: 'SupermolotNeueCondensedBold', sans-serif;
            color: black;
            line-height: 55px;
            text-transform: uppercase;
            margin: 0 auto;
            width: 86%;
            padding-top: 80px;
        
        }
        .leftMobileText p {
            margin: 0 auto;
            width: 86%;
            font-size: 17px;
            color:black;
            line-height: 33px;
        }
        .leftMobileText a {
            text-transform: uppercase;
            font-size: 16px;
            font-family: roboto-condensed, sans-serif;
            font-weight: 400;
            font-style: normal;
            color: black;
            padding: 10px 20px;
            border: 4px solid #0062ac;
            margin-top: 30px;
            display: block;
            margin: 25px 0px 0px 30px;
            width: 155px;
        }
        .container.whiteBackground {
            padding-top: 0px;
        }
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-header a {
        margin-left:15px;
    }
    .img-hover-zoom img {
        transition: transform 1s ease;
         height: unset; 
    }
}