﻿body {
}
.home-container {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.dark-tint {
    width: 100%;
    height: 550px;
    background: #333;
    position: relative;
}

.layout-banner, .video-banner {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0 !important;
    max-height: 845px;
    min-height: 308px;
}

.video-wrapper{
    /* position: absolute; */
    z-index: -1;
    /*top: -25%;*/
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.fullscreen-video {
    /*visibility: visible;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    /*width: 100%;*/
    /*height: 933px;*/

    /*transform: translate(-0%, -0%);*/
    width: 100%;
    min-width: 410px;
}

.brand-container {
    position: absolute;
    height: 99.5%;
    width: 100%;
    /*background: rgba(0,0,0,0.3);*/
    color: white;
}

.brand-container h1 {
    font-size: 7em;
    font-style: italic;
    font-weight: bold;
    font-family: Verdana;
    display: block;
    /*position: relative;
    top: 8%;*/
    margin-top: 4%;
    margin-left: 15px;
    text-shadow: 1px 1px 1px black;
}

.brand-copy-wrapper {
    border: solid thin #ccc;
    width: 50%;
    min-width: 755px;
    height: 300px;
    margin: 30px;
    margin-bottom: 0px;
    padding: 15px;
    background: rgba(0,0,0,0.5);
}

.brand-copy-wrapper h1 {
    color: #56a9eb;
    font-size: 2em;
    margin: 10px 0px;
    font-family: Verdana;
    font-style: normal;
    font-weight: 100;
}

.brand-copy-wrapper p {
    font-size: 19px;
    min-height: 73%;
}

.ags-information-container {
    width: 75%;    
    position: relative;
    top: -95px;
    /* display: block; */
    margin: 50px auto 0px auto;

}

.ags-information-container h1 {
    display: block;
    background-color: #3062A9;
    color: white;
    font-size: 44px;
    text-align: center;
    /* width: 100%; */
    margin: 10px auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 8px;
}

.ags-info-wrapper {
    display: flex;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
}

.ags-service-detail {
    width: 50%;
    min-width: 345px;
    display: inline-block;
    /* border: solid thin #ddd; */
    background: white;
    margin: 0px 7px;
}

.ags-service-detail:nth-child(even) {
    /*float: right;
    clear: right;*/
}

.ags-service-detail h2 {
    color: #3062A9;
    font-size: 20px;
    width: 95%;
    margin: 10px auto;   
}

.ags-service-detail p {
    width: 95%;
    margin: 10px auto; 
    min-height: 36px;
}

.ags-service-detail a {
    color: white;
    text-decoration: none;
}

.ags-service-detail .create-button {
    /* position: relative; */
    /* bottom: -14px; */
    margin: 0px 0px 0px 2.5%;
    float: none;
    padding: 6px 17px;
}

.customer-care-wrapper {
    position: relative;
    bottom: 82px;
    width: 100%;
    min-height: 82px;
    /*background-color: #FFA500;*/
}

.customer-care-wrapper p {
    text-align: center;
    font-weight: bold;
    color: ghostwhite;
    text-shadow: 1px 1px #888888;
    /*width: 50%;*/
    max-width: 750px;
    margin: 14px auto;
    padding: 6px 0px;
    font-size: 1.2em;
}

.brand-copy-wrapper h1.ng-hide-remove,
.brand-copy-wrapper p.ng-hide-remove,
.customer-care-wrapper p.ng-hide-remove {
    -moz-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 1;
}

.brand-copy-wrapper h1.ng-hide,
.brand-copy-wrapper p.ng-hide,
.customer-care-wrapper p.ng-hide {
    opacity: 0;
}

.brand-copy-wrapper .node-btns {
    position: relative;
    top: 0px;
    margin: auto;
    width: 135px;
    z-index: 999;
}

.brand-copy-wrapper .node-btns .node {
    width: 10px;
    height: 10px;
    border: solid thin #ccc;
    border-radius: 10px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

.brand-copy-wrapper .node-btns .full-node {
    background-color: #ccc;
}

.airplane {
    background: url("../images/landing_banner/airplane.jpg") no-repeat center 36%;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: block;
}

.cargoship {
    background: url("../images/landing_banner/cargoship-dock.jpg") no-repeat center 63%;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: block;
}

.stockroom {
    background: url("../images/landing_banner/stockroom.jpg") no-repeat center 77%;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: block;
}

.stopwatch {
    background: url("../images/landing_banner/Stopwatch-LARGE.jpg") no-repeat center 60%;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: block;
}

.truck {
    background: url("../images/landing_banner/truck.jpg") no-repeat center 10%;
    background-size: cover;
    width: 100%;
    height: 600px;
    display: block;
}

/*CSS for home container*/
.home-info-container {
    width: 100%;
    padding-bottom: 100px;
    background: white;

    /*margin-top: 85px;*/
}

.routes-wrapper {
    display: block;
    width: 100%;
    margin: 0px 603px;
    max-width: 1300px;
    min-width: 1040px;

    /*Temporary CSS*/
    /*min-height: 100px;*/
}

.routes-wrapper a {
    color: #333;
    text-decoration: none;
}


.routes-wrapper a:hover{
    color: white;
}


.home-quote-container, .home-ship-container, 
.home-pick-container, .home-help-container {
    width: 250px;
    padding: 55px 0px;
    margin: 0px 3px;
    display: inline-block;
    background-color: ghostwhite;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
    /*Temporary CSS*/
    min-height: 80px; 
    cursor: pointer;
    border: solid thin #ccc;
}

.home-quote-container:hover, .home-ship-container:hover, 
.home-pick-container:hover, .home-help-container:hover {
    background-color: #56a9eb;
    color: white;
    transition-duration: 0.35s
}

.home-quote-container p, .home-ship-container p, 
.home-pick-container p, .home-help-container p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    width: 45%;
    margin: auto;
    padding-top: 15px;
    border-top: solid thin #ddd
}

.home-quote-container p:hover, 
.home-ship-container p:hover, 
.home-pick-container p:hover, 
.home-help-container p:hover {
    color: white;
}

.fa-center {
    text-align: center;
    display: block;
    font-size: 9em;
    margin-bottom: 15px;
}

.fa-center:hover {
    /*color: white;*/
}


/*CSS for Slick Carousel*/
.slick-next {
    right: 22px;
    z-index: 999;
}

.slick-prev {
    left: 22px;
    z-index: 999;
}

.slick-dots {
    bottom: 0px;
}

.slick-dots li button:before {
    opacity: 1;
    color: white;
}

/****************************************/
/*MEDIA QUERIES - TABLET MAX-WIDTH: 1250*/
/****************************************/
@media (max-width: 1250px){
    .ags-service-detail p {
        width: 95%;
        margin: 10px auto;
        min-height: 220px;
    }
}

/****************************************/
/*MEDIA QUERIES - TABLET MAX-WIDTH: 1045*/
/****************************************/
@media (max-width: 1045px) {
    .home-quote-container, .home-ship-container, 
    .home-pick-container, .home-help-container {
        width: 175px;
    }

    .layout-banner, .video-banner {
        /*height: 530px;*/
    }

    .brand-container h1 {
        font-size: 5em;
    }

    .brand-copy-wrapper {
        min-width: 560px;
        height: 263px;
    }

    .brand-copy-wrapper h1 {
        font-size: 1.5em;
    }

    .brand-copy-wrapper p {
        font-size: 15px;
        min-height: 73%;
    }

    .brand-copy-wrapper .node-btns {
        top: -20px;
    }

    .fa-center {
        font-size: 6em;
    }

    .home-quote-container p, .home-ship-container p, 
    .home-pick-container p, .home-help-container p {
        font-size: 18px;
    }

    .routes-wrapper {
        min-width: 750px;
    }

    .test-container {
        height: 99.2%;
    }

}

@media (max-width: 950px){    
    .ags-information-container {
        width: 100%;
    }

}
/****************************************/
/*MEDIA QUERIES - TABLET MAX-WIDTH: 770*/
/****************************************/
@media (max-width: 770px){
    .ags-information-container {
        width: 75%;
        min-width: initial; 
        display: block; 
        margin: auto;
        margin-bottom: initial;
    }

    .ags-info-wrapper {
        display: block;
        width: 100%;
        margin: auto;
    }

    .ags-service-detail {
        width: 100%;
        min-width: 345px;
        display: inline-block;
        /* border: solid thin #ddd; */
        background: white;
        margin: 30px 7px;
    }

    .ags-service-detail p {
        min-height: initial;
    }

    .brand-container h1 {
        font-size: 4.5em;
        width: 90%;
        margin: 10px auto;
    }

    .brand-copy-wrapper h1 {
        font-size: 1.5em;
        margin: 10px 0px;
    }

    .brand-copy-wrapper {
        margin: auto;
        min-width: inherit;
        width: 90%;
        height: 245px;
    }

     .routes-wrapper {
        min-width: 700px;
    }

    .home-quote-container, 
    .home-ship-container, 
    .home-pick-container, 
    .home-help-container {
        width: 166px;
    }
}

/****************************************/
/*MEDIA QUERIES - TABLET MAX-WIDTH: 750*/
/****************************************/
@media (max-width: 750px){
    .brand-container h1 {
        font-size: 3em;
    }

    .brand-copy-wrapper h1 {
        font-size: 1.5em;
        margin: 10px 0px;
    }
}

/****************************************/
/*MEDIA QUERIES - TABLET MAX-WIDTH: 700*/
/****************************************/
@media (max-width: 700px) {
    .routes-wrapper {
        min-width: 450px;
    }

    .home-quote-container, .home-ship-container, 
    .home-pick-container, .home-help-container {
        width: 200px;
        padding: 13px 0px;
        margin: 10px 10px;
        display: inline-block;
    }

    .home-quote-container p, .home-ship-container p, 
    .home-pick-container p, .home-help-container p {
        width: 50%;
    }
}

/****************************************/
/*MEDIA QUERIES - TABLET MAX-WIDTH: 600*/
/****************************************/
@media (max-width: 600px){
    .brand-container {
        background: rgba(0,0,0,0.3);
        vertical-align: middle;
    }

    .brand-container h1 {
        border-top: solid thin white;
        border-bottom: solid thin white;
        font-size: 4em;
        text-align: center;
        padding: 1px 0px;
        position: relative;
        top: 9%;
    }

    .brand-copy-wrapper {
        display: none;
    }
}

/***************************************/
/*MEDIA QUERIES - MOBILE MAX-WIDTH: 515*/
/***************************************/
@media (max-width: 515px) {
    .home-info-container {
        margin-top: 35px;
    }

    .ags-information-container {
        width: 95%;    
        position: relative;
        top: -90px;
    }

    .ags-service-detail {
        width: 100%;
       min-width: initial;
    }

    .routes-wrapper {
        min-width: 360px;
    }

    .home-quote-container, .home-ship-container, 
    .home-pick-container, .home-help-container {
        width: 90%;
        padding: 13px 0px;
        margin: 10px auto;
        display: block;
    }

    .home-quote-container p, .home-ship-container p, 
    .home-pick-container p, .home-help-container p {
        width: 50%;
    }

    .test-container {
        height: 98.1%;
    }

    .customer-care-wrapper p {
        font-size: 1em;
    }
}

/***************************************/
/*MEDIA QUERIES - MOBILE MAX-WIDTH: 450*/
/***************************************/
@media (max-width: 450px){
    .customer-care-wrapper {
        position: relative;
        bottom: 115px;
    }

    .routes-wrapper {
        position: relative;
        top: -60px;
    }
}
