@charset "utf-8";
.marginbto {margin:0 0 0 0}
.margin0202 {padding-left:8%;}
.pad1010 {margin:0% 2% 2% 2%}
.left2 {margin-left:2%;}
.left10 {margin-left:10%;}
.right2 {margin-right: 2%;}
.margin22 {margin-left:2%;margin-right:2%;}
.margin44 {margin-left:4%;margin-right:4%;}
.all4  {margin-top:4%;margin-bottom:4%}
.top2 {margin-top:2%;}
.top4 {
    margin-top:4%;
}
.top6 {
    margin-top:6%;
}
.top9 {
    margin-top:9%;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family:"source-sans-pro" , Cabin,Abel,sans-serif;
    height:auto;
    margin: 0;
    padding: 0;
    background-color:black;
}

h1, h2, h3,h5,h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
}
h1 {
    padding-top: 3px;
    font-family: "source-sans-pro",serif;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600;
}

h2 {
    padding-top: 3px;
    font-family: "source-sans-pro",serif;
    font-size: 2.0vw;
    font-style: normal;
    font-weight: 600;
}

h3 {
    padding-top: 3px;
    font-family:"source-sans-pro",serif;
    font-size: 1.90vw;
    font-style: normal;
    font-weight: 600;
}


h4 {
    padding-top: 3px;
    font-family: "abel",serif;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 400;
}
h5 {
    padding-top: 3px;
    font-family: "abel", "source-sans-pro, sans-serif";

    font-size: 1.50rem;
    font-style: normal;
    font-weight: 600;
}
.ital {font-style: italic;}
.ban {
    font-family: "source-sans-pro",sans-serif;
    margin-top:0;
    margin-bottom:0;
    font-size: 2.0vw;
    font-style: italic;
    font-weight: 700;
    text-align: center;

}
.banner1 {
    color:silver;
    font-family: "source-sans-pro",sans-serif;
    align-content: center;
    margin-top:0;
    margin-bottom:0;
    padding-bottom:0;
    padding-top:10px;
    font-size: 2.3vw;
    line-height:1.2;
    font-weight:bold;
}
.lead {
    color:silver;
    align-content: center;
    margin-bottom:3px;
    padding-top:10px;
    font-size:2.0vw;
    line-height:.8;
    font-family:"OpenSans BoldItalic",serif;
    font-style:italic;
}
.red1 {
    color: red;
    font-size: 1.75rem;
    padding-left: 30px;
}
    input.contact {
        align: center;
        width: 70%;
        line-height: 2.0em;
        margin-top: .1%;
    }
menu {
    padding-top: 3px;
    font-family:"source-sans-pro",serif;
    font-size: 2.25vw;
    font-style: normal;
    font-weight: 500;

}
    textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 80%;
        align-self: center;
        border: 2px solid red;
        border-radius: 4px;
        font-family: "source-sans-pro", "Cabin", 'Abel', sans-serif;
        font-size: .8em;
    }

    .error {
        color: crimson;
        font-size: 100%;
        font-size: 1.0em;
        line-height: .8;
    }

    input[type="submit"] {

        background: none;
        border: none;
        color: blue;
        font-size: 1.75rem;
        text-decoration: underline;
        cursor: pointer;

    }

    .clear {
        clear: both;
    }

    img {
        border-radius: 20px;
        max-width: 100%;
        height: auto;
    }

input[type="submit"]:visited {color:blue;}
input[type="submit"]:hover {color:red;}
.phone {
    
}
.flex-container {
    display: flex;
    width:100%;
    height:15%;
    background-color:black;
    flex-wrap:wrap;
    margin-top: 0;
    margin-bottom:0;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}
.flex-container > logo {
    box-sizing: border-box;
    width: 25%;
    height:15%;
    background-color:black;
    align-content:flex-end;

}
.slideshow1 {
    box-sizing: border-box;
    border:solid;
    width:100%;
    height:80px;
    margin-top:5%;

}

.myslides {
    display:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:2%;
    margin-bottom:5%;
    max-height: 80%;
}
.col-a {width: 45%}
.col-b {width: 45%}
.col-1 {width: 48%;}
.col-2 {width: 16.66%;}
.col-15 {width: 12.50%;}
.col-33 {width: 33.33%;}
.col-30 {width: 30.00%;}
.col-3 {width: 25.00%;}
.col-4 {width: 20.00%;}
.col-5l {width: 41.66%;margin-right:2%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {max-width: 66.66%;height: auto;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-55 {width: 5%;}
.col-main {width: 75%}
.sky {
    color:skyblue;
    margin-left:5%;
}
.col-head {width: 100%;height:10%}
.row1-header {
    display:inline-grid;
    grid-template-columns: 24% 49% 24%;
    gap:1%;
    grid-template-rows: auto;
}
.row2 {
    display:inline-grid;
    grid-template-columns: 48% 48%;
    gap:2%;
    grid-template-rows: 100% 100%;
}

.row2-wrap {
    display:inline-grid;
    grid-template-columns: 48% 48%;
    gap:2%;
    grid-auto-rows: minmax(100px, auto);

}

.center-all {
    display:grid;justify-content: center;
}
.row1 {
    display: grid;
    grid-template-columns: 45% 45% ;
    grid-column-gap: 2%;
    justify-content: center;
    grid-template-rows: auto ;
}
.row3 {
    display:inline-grid;
    grid-template-columns: 45% 45%;
    gap:2%;
    grid-template-rows: 100% ;
}
.col-left {
    width: 24.5%;
    border-top:2px solid;
    border-right:1px solid;
    border-left:2px solid;
    border-bottom:2px solid ;
    border-color:red;
}
.tablist {
    padding-top:1px;
    padding-bottom: 1px;
    font-family: "source-sans-pro",serif;
    font-size:1.3vw;
    font-style: normal;
    font-weight: 600;
    margin-top:0;
    margin-bottom:0;
}
.center-text {
    text-align:center;
}
.left-text {
   text-align: left;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.displayed {
    display: block;
    margin-left: 2%;
    margin-right: 2%;
    align-items: center;
}
.bullet {color:red;padding-right: 6px;padding-left: 6px; font-size:1.5vw;}
.dropdown2:hover .dropdown-content2 {
    display:block;
}
.dropdownfab {
    position:inherit;
    display: inline-block;
    width:50%;
    padding-bottom: 0;
    text-align:center;
    float:right;
}
.dropdownfab-content {
    display:none;
    position:inherit;
    z-index:1;
    min-width:15%;
    padding-top:0;
    padding-left:25%;
    /* Rouge Sans Medium */
    font-family: rogue-sans-ext, sans-serif;
    font-size: 1.60vw;
}
.dropdownfab:hover .dropdownfab-content {
    display:block;
}
.dropdownmen {
    position:inherit;
    display:inline-block;
    width:100%;
    padding-bottom: 0;
    text-align:center;
}
.dropdownnmain {
    position:inherit;
    display:inline-block;
    width:25%;
    padding-bottom: 0;
    text-align:left;
}
.dropdownmain:hover .dropdownmain-content {
    display:block;
}

.dropdownmain-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 20%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}



.dropdownmen:hover .dropdownmen-content {
    display:block;
}
.dropdownmen-content {
    display:none;
    position:inherit;
    z-index:1;
    min-width:15%;
    padding-top:0;
    /* Rouge Sans Medium */
    font-family: rogue-sans-ext, sans-serif;
    font-size: 1.60em;

}

.hamburger {
    position: relative;
    display: inline-block;
    width: 2.25em;
    height: 0.4em;
    margin-right: 0.3em;
    border-top: 0.2em solid blue;
    border-bottom: 0.2em solid blue;

}
.hamburger:before {
    content: "";
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 100%;
    border-top: 0.2em solid white;
}
.navtext {
    color: silver;
    margin-top:15px;
    margin-bottom:15px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 30px;
    /* Rouge Sans Medium */
    font-size: 1.75vw;
    line-height: .8;
    font-family: "source-sans-pro",serif;
    font-style: normal;
    font-weight: 600;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-tabs {
    margin-top: 0rem;
}

.nav-tabs .nav-item {
    margin-bottom: 1px;
    margin-top:2px;
}

.nav-tabs .nav-link {
    border: 1px;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    background-image: linear-gradient(white,grey);
}
.nav-tabrequest .nav-link {
    border: 1px;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    background-image: linear-gradient(white,yellow);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: red;
    background-image:linear-gradient(white,green);
}
.nav-tabsrequest .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: red;
    background-image:linear-gradient(white,green);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-image: linear-gradient(#ffcc66,#ff9000 );
}


.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
    .main1 {
        box-sizing: border-box;
        background-image: linear-gradient(to bottom, grey,white,silver);
        border-top:2px solid;
        border-right:2px solid;
        border-left:2px solid;
        border-color:red;

        height:auto;
    }


    ol,
    ul,
    dl {
        margin-right:0;
        margin-left:0;
        margin-top: 0;
        margin-bottom: 1rem;

    }
    a:link {color:blue;padding-top:0%;line-height:.8;font-weight:400;}
    a:visited {color:blue;}
    a:hover {color:red;}

.arrow {
    border: solid blue;
    border-width: 0 4px 4px 0;
    display: inline-block;
    margin:top: 1px;
    padding: 3px;
    align-items: center;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-bottom:px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    float:right;
}


    a.one:link {color:dodgerblue;padding-top:0%;line-height:.8;font-weight:400;}
    a.one:visited {color:dodgerblue;}
    a.one:hover {color:red;}

    .pad {padding-left: 10px;}

    hr{
        border:none;
        height:2px;
        background-color: black;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    p {
        color: silver;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 30px;
        /* Rouge Sans Medium */
        font-size: 1.75vw;
        line-height: .8;
        font-family: "source-sans-pro",serif;
        font-style: normal;
        font-weight: 600;
    }

    .content {
        justify-content:center;
        margin-left:4%;
        margin-right:4%;
    }
    .content8 {
        justify-content:center;
        margin-left:8%;
        margin-right:8%;
    }
.img-fluid {
    max-width: 100%;
    height: auto;
}
.left12 {
    padding-left:12%;
}
.header-cont {

    width:150%;
    position:fixed;
    top:1%;
}
.header-cont2 {

    width:150%;

    top:1%;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    align-self: center;
    border: 2px solid red;
    border-radius: 4px;
    font-family:"source-sans-pro","Cabin",'Abel',sans-serif;
    font-size: .8em;
}
.error {
    color:crimson;
    font-size: 100%;
    font-size: 1.0em;
    line-height: .8;
}
.blu {color:blue;}

.headmobile  {
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    margin-left:42%;
    margin-right:6%;
    margin-top: 2%;
    padding: 0;
    width:auto;
    height:35px;
    overflow: hidden;
    background-color: lightgrey;
    border-style: solid;
    border-width: thin;
    border-color:red;
    border-radius: 6px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 3.75vw;
}


.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: "Open Sans Bold", sans-serif;
    line-height: 125%;
    font-size: 1.0vw;
    font-weight: bold;
    background-color: lightgrey;
    text-align:left;
    border-radius: 6px;
}

.dropdown-content2 a {
    color: blue;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 12px 16px;
}

.dropdown-content2 a:hover {
    color: red;
}

.floatrt {
    float:right;
    margin-right:2%;
    margin-left:2%;


}


@media screen and (min-width: 640px) {
    input[type="submit"]:visited {color:blue;}
    input[type="submit"]:hover {color:red;}


    .contactc {
        display: none;
    }
    .header-cont {
        display:none;
        width:100%;
        position:fixed;
        top:0px;
    }
    .mobile-contact {
        display:none;
    }
    .mfooter {
        display:none;
    }
    .no-display1 {
        display:none;
    }

}

@media screen and (max-width: 640px) {
    .air2 {
        margin-top:2%;
        margin-bottom:2%;
    }
    .left2 {
        display: block;
        margin-left: 2%;
        margin-right: 2%;
        align-items: center;
    }

    .dropdown2 {
        position:relative;
        display: inline-block;
        width:70%;
        padding-top:0;
        padding-bottom: 0;
    }
    menu {
        padding-top: 3px;
        font-family:"source-sans-pro",serif;
        font-size: 5.6vw;
        font-style: normal;
        font-weight: 500;
    }
    .margin0202 {padding-left:0%;}
    .menu1 {
        display: none;
    }
    .col-left {
        display: none;
    }

    .col-main {
        width: 100%;
    }

    .img-fluidfull {
        max-width: 100%;
        height: auto;
        margin-left:2%;
    }

    .img-fluid {
        max-width: 80%;
        height: auto;
    }
    .img-wheel {
        max-width: 50%;
        height: auto;
    }
    .img-pic {
        max-width: 80% !important;
        height: auto;
        margin-left:10% !important;
        margin-right:10% !important;
        float:none !important;
    }
    .one {
        margin-bottom: 4%;
        margin-top: 0%;
    }

    input[type="submit"] {
        background: none;
        border: none;
        color: blue;
        font-size: 5.5vw;
        text-decoration: underline;
        cursor: pointer;
    }
    inpput.contact {
        align: center;
        width: 100%;
        line-height: 2.5em;
        margin-top: .1%;
        font-size: 5.5vw;
    }
    .call {
        width: 100%;
        height: auto;
        border-style: solid;
        border-color: red;
        background-color: yellow;
    }
    .callbutton {
        font-size: 1.5vw;
    }
    .row1 {
        display: grid;
        grid-template-columns: auto;
        grid-column-gap: 2%;
        justify-content: center;
        grid-template-rows: auto;
    }
    .row1-header {
        display: inline-grid;
        grid-template-columns: auto;
        gap: 2%;
        grid-template-rows: auto;
    }
    .floatlft {
        float: none;

    }
    .floatrt {
        float: none;
    }
    .rcvideo {
        display: none;
    }
    .no-display {
        display: none;
    }

    .bullet {
        color: red;
        padding-right: 6px;
        padding-left: 6px;
        font-size: 1.3rem;
    }
    .flex-container {
        display: flex;
        width: 100%;
        height: 100%;
        background-color: black;
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-flex: 1; /* Safari 6.1+ */
        -ms-flex: 1; /* IE 10 */
        flex: 1;
    }
    .hamburger {
        position: relative;
        display: inline-block;
        width: 3.75em;
        height: 0.7em;
        margin-right: 0.4em;
        border-top: 0.4em solid blue;
        border-bottom: 0.4em solid blue;
    }


    .dropdown-content2 {
        display: none;
        position: absolute;
        left:0;
        top:100;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-family: "Open Sans Bold", sans-serif;
        line-height: 125%;
        font-size: 3.5vw;
        font-weight: bold;
        background-color: lightgrey;
        text-align:left;
        border-radius: 6px;
    }







    .col-12 {
        width: 100%;
        height: auto;
    }
    .col-5 {
        width: 100%;
        height: auto;

    }
    .mlogo {
        width: 100%;
        height: auto;
    }
    .col-3 {
        width: 100%;
        height: auto;
    }
    .col-6 {
        width: 100%;
        height: auto;
    }
    .mobile {
        display: none;
    }
    .navsidebottom {
        box-sizing: border-box;
        width: 75%;
        align-self: center;
        margin:auto;
        align-content: center;

    }
    .navtext {
        display: none;
        color: silver;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 30px;
        /* Rouge Sans Medium */
        font-size: 1.75rem;
        line-height: .8;
        font-family: "source-sans-pro", sans-serif;
        font-style: normal;
        font-weight: 600;
    }
    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .nav-link {
        display: block;
        padding: 0.5rem 1rem;
    }
    .nav-tabs {
        margin-top: 0;
    }
    .nav-tabs .nav-item {
        margin-bottom: 1px;
        margin-top: 2px;
    }
    .nav-tabs .nav-link {
        border: 1px;
        border-top-left-radius: 0.2rem;
        border-top-right-radius: 0.2rem;
        background-image: linear-gradient(white, grey);
    }
    .nav-justified .nav-item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
    }
    .ban {
        font-family: "source-sans-pro",sans-serif;
        margin-top:0;
        margin-bottom:0;
        font-size: 1.9rem;
        font-style: italic;
        font-weight: 700;
        text-align: center;

    }
    .banner1 {
        color: silver;
        font-family: "source-sans-pro", sans-serif;
        align-content: center;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 10px;
        font-size: 2.0rem;
        line-height: 1.0;
        font-weight: bold;
    }
    .lead {
        color: silver;
        align-content: center;
        margin-bottom: 2px;
        padding-top: 10px;
        font-size: 1.75rem;
        font-family: "OpenSans BoldItalic", serif;
    }
    p {
        color: silver;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 30px;
        /* Rouge Sans Medium */
        font-size: 1.75rem;
        line-height: .8;
        font-family: "source-sans-pro", serif;
        font-style: normal;
        font-weight: 600;
    }
    h1 {
        padding-top: 3px;
        font-family: "source-sans-pro", sans-serif;
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 600;
    }
    h2 {
        padding-top: 3px;
        font-family: "source-sans-pro", sans-serif;
        font-size: 1.75rem;
        font-style: normal;
        font-weight: 600;
    }
    h3 {
        padding-top: 3px;
        font-family: "source-sans-pro", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
    }
    .adj {
        padding-top: 3px;
        font-family: "source-sans-pro", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
    }
    h4 {
        padding-top: 3px;
        font-family: "abel", sans-serif;
        font-size: 1.50rem;
        font-style: normal;
        font-weight: 400;
    }
    h5 {
        padding-top: 3px;
        font-family: "abel", "source-sans-pro, sans-serif";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
    }
    .tablist {
        padding-top: 1px;
        padding-bottom: 1px;
        font-family: "source-sans-pro", serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        margin-top: 0em;
        margin-bottom: 0em;
    }
}

.underline {
    text-decoration: underline;text-decoration-color:black;
}

.floatlft {
    float:left;
    margin-right:2%;
    margin-left:2%;
}