/* PAGE STRUCTURE */

.main {
    padding: 35px 0;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

.dark-bg {
    background: url(../siteart/diamond-dark.jpg) center center;
}

.white-box {
    background: rgba(255, 255, 255, 0.9);
    margin: 0 0 25px;
    padding: 25px;
    box-sizing: border-box;
}

.invPage .white-box {
    padding: 25px 0;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

hr {
    border: none;
    border-top: 1px #777 solid;
}

.column12,
.column11,
.column10,
.column9,
.column8,
.column7,
.column6,
.column5,
.column4,
.column3,
.column2,
.column1 {
    float: left;
    padding: 0 25px 0 0;
    box-sizing: border-box;
}

.column12 {
    width: 100%;
}

.column11 {
    width: 91.6666%;
}

.column10 {
    width: 83.3333%;
}

.column9 {
    width: 75%;
}

.column8 {
    width: 66.6666%;
}

.column7 {
    width: 58.3333%;
}

.column6 {
    width: 50%;
}

.column5 {
    width: 41.6666%;
}

.column4 {
    width: 33.3333%;
}

.column3 {
    width: 25%;
}

.column2 {
    width: 16.6666%;
}

.column1 {
    width: 8.3333%;
}

.last {
    padding: 0;
}

.clear {
    clear: both;
}

/* HEADER */

.header {
    background: url(../siteart/diamond-light.jpg) top center;
}

#phone {
    float: left;
    width: 320px;
    font-size: 32px;
    font-weight: 700;
    padding: 24px 0 0;
}

#phone .fa {
    font-size: 32px;
}

#logo {
    float: left;
    width: calc(100% - 640px);
    padding: 10px 0;
    text-align: center;
}

#domain {
    float: left;
    width: 320px;
    font-size: 24px;
    font-weight: 700;
    padding: 26px 0 0;
    text-align: right;
}

#Breadcrumbs {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 12px 20px;
    box-sizing: border-box;
}

#Breadcrumbs a {
    font-weight: 700;
    text-decoration: underline;
}

/* HOME */

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-top: 3px #133595 solid;
    border-bottom: 3px #133595 solid;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/* SLIDESHOW */

.slider {
    background: #333;
    max-width: 100%;
    height: 600px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.slide_group {
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: auto;
    position: absolute;
    width: 100%;
}

.slide img {
    display: block;
    margin: 0 auto;
}

.slide:first-child {
    display: block;
}

.slide_buttons {
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -85px;
    z-index: 9;
}

a.slide_btn {
    font-size: 36px;
    color: #fff;
    margin: 0 1px;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    font-size: 36px;
    color: #133595;
    cursor: pointer;
}

.hero-text {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    max-width: 800px;
    top: 120px;
    padding: 20px 50px 5px 30px;
    box-sizing: border-box;
    font-size: 0;
    text-transform: uppercase;
    color: #fff;
    z-index: 99;
}

.hero-text .fleet {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    top: -15px;
    padding: 0 10px;
}

.hero-text .mailing-list {
    font-size: 16px;
    margin: 20px 0;
}

.homePage .CaptchaPanel {
    text-align: left !important;
    color: white;
}

.hero-text .mailing-list p {
    color: #fff;
}

.hero-text .mailing-list form input.text {
    padding: 11px;
}

.hero-text .mailing-list fieldset {
    float: left;
    min-width: calc(100% - 140px) !important;
    width: calc(100% - 140px) !important;
}

.hero-text .mailing-list input[type=submit] {
    float: none;
    margin-right: 0;
    padding: 11px 45px;
    background: #133595;
    border: 1px #fff solid;
    border-radius: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.hero-text .mailing-list input[type=submit]:hover {
    background: #082577;
}

.hero-text .mailing-list .Actions {
    margin: 0;
}

.hero-text .mailing-list .Actions:after {
    display: none;
}

.hero-manus-top {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 25px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    z-index: 9;
}

.hero-manus-top p {
    display: block;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px #aaa solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.hero-manus-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 25px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
}

.hero-manus-top img,
.hero-manus-bottom img {
    padding: 0 15px;
    transition: all .2s ease-in-out;
}

.hero-manus-top img:hover,
.hero-manus-bottom img:hover {
    opacity: .5;
}

@media screen and (max-width: 1920px) {
    .slide img {
        display: block;
        position: absolute;
        right: 0;
        z-index: 0;
        max-width: 1920px;
        width: 1920px;
        height: 600px;
    }
}

@media screen and (max-width:1400px) {
    .hero-text {
        top: 160px;
    }
}

/* INVENTORY LINK */

.linkbox {
    position: relative;
    background: url(../siteart/diamond-small.jpg) center center;
    width: 100%;
    margin: 0 auto 1px;
    border: 1px #aaa solid;
}

.linkbox:after {
    position: absolute;
    top: 22px;
    right: 25px;
    font-family: FontAwesome;
    content: '\f138';
    font-size: 20px;
    color: #777;
}

.linkimage {
    float: left;
    width: 120px;
    position: relative;
}

.linkimage img {
    padding: 10px;
    box-sizing: border-box;
}

.linktitle {
    float: right;
    width: calc(100% - 120px);
    padding: 20px 20px 0;
    box-sizing: border-box;
    color: #555;
}

.linktitle h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.linkbox:hover {
    width: 95%;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

/* MANUFACTURERS */

.jMyCarousel {
    width: 100%;
    height: 42px;
    padding: 20px 0;
    border-top: 3px #133595 solid;
    border-bottom: 3px #133595 solid;
}

.jMyCarousel ul li {
    height: 42px;
    line-height: 42px;
}

.jMyCarousel ul li a {
    cursor: pointer;
}

.jMyCarousel ul li a:hover {
    opacity: .5;
}

.jMyCarousel img {
    max-height: 42px;
    vertical-align: middle;
    margin: 0 20px;
}

.manus img {
    padding: 10px;
    box-sizing: border-box;
}

/* LOCATIONS */

.location-box {
    float: left;
    width: calc(33.3333% - 10px);
    margin: 5px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    box-sizing: border-box;
}

.location-box h5 {
    color: #082577;
    padding: 0 0 10px;
    border-bottom: 1px #ccc solid;
}

.location-box p {
    margin: 15px 0;
    line-height: 20px;
    font-weight: 400;
}

.location-box a {
    display: block;
    background: #133595;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 2px 0;
    padding: 10px;
    box-sizing: border-box;
}

.location-box a:hover {
    background: #082577;
    color: #fff;
}

/* MODAL */

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 500px;
    max-width: 500px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0
}

.modal-head {
    padding: 8px 25px;
}

.modal-main {
    padding: 25px;
    border-top: 1px #ddd solid;
    text-align: center;
}

.modal-main h3 {
    font-size: 18px;
    color: #555;
    margin: 15px 0;
}

.modal-buttons {
    margin: 10px 0 0;
}

.modal-buttons a {
    display: block;
    width: 100%;
    background: #133595;
    border: 1px #ccc solid;
    margin: 2px 0;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.modal-buttons a:hover {
    background: #082577;
    color: #fff;
}

.close {
    color: #ccc;
    float: right;
    font-size: 20px;
    transition: all .5s ease;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* FOOTER */

.footer {
    background: url(../siteart/diamond-dark.jpg) center center;
    padding: 50px 0 25px;
    color: #fff;
}

.social {
    text-align: center;
    margin: 0 auto;
}

.social img {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.social ul li {
    display: inline;
}

.social ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #ccc;
    padding: 8px;
}

.social ul li a:hover {
    color: #fff;
}

.footer-links {
    margin: 25px 0;
    text-transform: uppercase;
    text-align: center;
    color: #ccc;
}

.footer-links img {
    padding: 10px 25px 10px 0;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.6));
    -moz-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.6));
    -ms-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.6));
    -o-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.6));
    filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.6));
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block
}

.footer-links img:hover {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
    -moz-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
    -ms-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
    -o-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
    opacity: .5;
}

.bottom-footer {
    border-top: 1px #777 solid;
    padding: 15px 0 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
}

.bottom-footer a:hover {
    color: #fff;
}

.host {
    float: left;
}

.copyright {
    float: right;
}

/* RESPONSIVE */

@media screen and (max-width:1040px) {
    .header {
        padding: 10px 0;
    }

    #phone {
        float: none;
        width: 100%;
        font-size: 18px;
        text-align: center;
        padding: 0;
    }

    #phone .fa {
        font-size: 16px;
    }

    #logo {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #logo img {
        max-width: 280px;
    }

    #domain {
        float: none;
        width: 100%;
        font-size: 20px;
        text-align: center;
        padding: 0;
    }

    .dark-bg .column6 {
        float: none;
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }

    .hero-text {
        width: 100%;
        text-align: center;
    }

    .hero-manus-top a,
    .hero-manus-bottom a {
        display: inline-block;
        max-width: 120px;
    }

    .location-box {
        width: calc(50% - 10px);
    }

}

@media screen and (max-width:768px) {

    .column7,
    .column5 {
        float: none;
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }

    .slide_buttons {
        display: none;
    }

    .hero-text {
        top: 240px;
        padding: 20px 20px 5px;
    }

    .hero-text img {
        display: inline-block;
        max-width: 200px;
    }

    .hero-text .fleet {
        display: inline-block;
        font-size: 24px;
        padding: 10px 0 0 10px;
        top: -10px;
    }

    .hero-manus-top a,
    .hero-manus-bottom a {
        max-width: 20%;
        width: 20%;
    }

    .hero-manus-top img,
    .hero-manus-bottom img {
        padding: 5px;
        max-height: 50px;
        box-sizing: border-box;
    }

    input {
        -webkit-appearance: none;
        border-radius: 0;
    }

}

@media screen and (max-width:520px) {
    .hero-text {
        top: 260px;
        padding: 20px 20px 5px;
    }

    .hero-text img {
        display: inline-block;
        max-width: 160px;
    }

    .hero-text .fleet {
        display: inline-block;
        font-size: 20px;
        padding: 10px 0 0 10px;
        top: -10px;
    }

    .modal-content {
        max-width: 95%;
    }

    .location-box {
        width: 100%;
        margin: 5px 0;
    }

}
