﻿/***** BEGIN RESET *****/

* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

/***** END RESET *****/

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v16-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v16-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v16-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v16-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v16-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v16-latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/roboto-v16-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v16-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v16-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v16-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v16-latin-500.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v16-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('../fonts/roboto-v16-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v16-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v16-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v16-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v16-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v16-latin-900.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../fonts/roboto-v16-latin-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v16-latin-900.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v16-latin-900.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v16-latin-900.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v16-latin-900.svg#Roboto') format('svg');
    /* Legacy iOS */
}

body {
    -webkit-text-size-adjust: none;
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

.notInv a {
    text-decoration: none;
    color: #fff;
}

.notInv a:hover {
    color: #ffc115;
}

.notInv p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}

.notInv h1 {
    color: #ffc115;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
}

.notInv h2 {
    color: #ffc115;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
}

.notInv h5 {
    color: #ffc115;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
}

.notInv h6 {
    color: #ffc115;
    font-weight: 500;
    font-size: 19px;
}

.wrap {
    max-width: 1300px;
    margin: 0 auto;
    width: 95%;
}

#bbb {
    background: #fff;
    float: right;
    position: relative;
    padding: 10px 18px 6px;
    margin: 0 40px -150px 0;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

#express {
    float: right;
    position: relative;
    width: 80px;
}

#express-link {
    width: 20%;
}

#express-link-img {
    position: absolute;
    top: 90px;
    right: 40px;
    margin-left: 0;
    max-width: 200%;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    background: #fff;
    padding: .8rem;
}

#topcontact {
    width: 100%;
    float: left;
    background: url(../siteart/dark_mosaic.png) repeat;
    padding: 0.5% 0;
    color: #ffc115;
    font-weight: bold;
    font-size: 17px;
}

.fbicon .fa-facebook-square {
    font-size: 25px;
    margin-right: 10px;
    color: #fff !important;
}

.phone {
    font-size: 22px;
    margin-right: 30px;
    color: #fff !important;
}

.phone a,
.fbicon a {
    color: #fff !important;
}

.phone a:hover,
.fbicon a:hover,
.fbicon .fa-facebook-square:hover {
    color: #ffc115 !important;
}

#bottomcontact a,
#quicklinks a {
    color: #fff !important
}

#bottomcontact a:hover,
#quicklinks a:hover {
    color: #ffc115 !important;
}

header {
    width: 100%;
    float: left;
    padding: 1% 0;
    background: #ffc115;
}

#logo {
    width: 30%;
    float: left;
}

/* ---------- Zoom container ---------- */

.image-zoom-container {
    list-style: none;
    font-size: 0px;
}

.zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 33.33%;
    /* this value + 2 should = 33% */
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.zoom-container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
}

.zoom-container .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
}

.zoom-container .zoom-caption h3 {
    display: block;
    text-align: center;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 28% 0 0;
    padding: 10px 0;
    border-top: 5px solid rgba(255, 255, 255, .3);
    border-bottom: 5px solid rgba(255, 255, 255, .3);
}

.zoom-container:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}

.zoom-container:hover .zoom-caption {
    background: none;
}

#welcome {
    width: 100%;
    float: left;
    padding: 4% 0;
    background: url(../siteart/darkdenim3.png) repeat;
}

.welcomewrap {
    max-width: 910px;
    margin: 0 auto;
    width: 96%;
}

/* ---------- Inventory Zoom container ---------- */

.inv-zoom-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 23%;
    /* this value + 2 should = 33% */
    border: 1px solid #000;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin: 1%;
}

.inv-zoom-container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
}

.inv-zoom-container .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
}

.inv-zoom-container .zoom-caption h3 {
    display: block;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 22% 0 0;
    padding: 10px 0;
    border-top: 5px solid rgba(255, 255, 255, .3);
    border-bottom: 5px solid rgba(255, 255, 255, .3);
}

.inv-zoom-container:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}

.inv-zoom-container:hover .zoom-caption {
    background: none;
}

/* ---------- Sales ---------- */

.thirds {
    width: 29.33%;
    float: left;
    padding: 2% 1%;
    margin: 1%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

/* ---------- Rentals ---------- */

#largehalf {
    width: 72%;
    float: left;
    margin-right: 3%;
}

#smallhalf {
    width: 21%;
    float: left;
    padding: 2%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

#smallhalf a {
    color: #ffc115;
}

#smallhalf a:hover {
    color: #fff;
}

.ie8 #smallhalf,
.ie7 #smallhalf,
.ie8 .thirds,
.ie7 .thirds {
    background: #464646;
}

.rentfour {
    width: 21%;
    float: left;
    padding: 1%;
    margin: 1%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

/* ---------- Location ---------- */

#contact {
    width: 22%;
    float: left;
    margin-right: 3%;
}

#map {
    width: 75%;
    float: left;
}

#addition {
    width: 100%;
    float: left;
    padding: 4% 0;
    background: url(../siteart/dark_mosaic.png) repeat;
}

/*===================== 
	form styles 
=======================*/

.form {
    margin: 0 auto;
    text-align: left;
    padding: 0;
    width: 100%;
    float: left;
}

.formsplit {
    width: 46%;
    float: left;
    margin: 0 2%;
}

form.myform {
    margin: 0 0 0 0;
    padding: 0;
}

.myform label {
    padding: .5em;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 2;
    position: relative;
}

.myform label:hover,
.myform label:active,
.myform label:focus {}

.select {
    width: 20% !important;
    float: left;
}

.myform input {
    padding: .5em;
    width: 70%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
}

.myform input:focus {
    background: #fff;
    color: #000;
    outline: none;
    border: 1px #bbb solid;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.myform input.small {
    width: 10%;
    border: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
}

.myform input:focus {
    background: #fff;
    color: #000;
    outline: none;
    border: 1px #bbb solid;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}



.myform textarea {
    padding: .5em;
    width: 96%;
    height: 100px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
}

.myform textarea:focus {
    background: #fff;
    color: #000;
    outline: none;
    border: 1px #bbb solid;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.myform select {
    padding: .5em;
    width: 72%;
    float: right;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.6);
}

.myform input.checkbox {
    width: 30px;
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    float: left;
    border: 0;
}

.myform label.checkbox {
    float: left;
    margin: 0 25px 0 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #464646;
    font-size: 16px;
    line-height: 20px;
    width: 70%;
}


label.required:before {
    content: "*";
    position: absolute;
    top: 6px;
    left: 2px;
    color: #E40307;
}

input.btn {
    background: #ffc115;
    color: #000;
    text-align: center;
    border: none;
    padding: 6px 12px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

input.btn:hover {
    background: #d40909;
    color: #fff;
}

.captcha-container {
    width: 100%;
    text-align: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

.CaptchaPanel {
    width: 40%;
    margin: 10px auto !important;
}

.CaptchaImagePanel,
.CaptchaMessagePanel,
.CaptchaAnswerPanel,
.CaptchaWhatsThisPanel {
    margin: 0px 0px 0px !important;
    font-size: 13px;
    color: #fff;
    text-align: center !important;
}

.CaptchaWhatsThisPanel {
    line-height: 3;
}

.CaptchaWhatsThisPanel a {
    color: #fff;
}

.CaptchaWhatsThisPanel a:hover {
    color: #ccc;
}

img#CaptchaImage {
    width: 85% !important;
    max-width: 200px;
}

#CaptchaAnswer {
    width: 100%;
}

.form-btns {
    width: 185px;
    margin: 0 auto;
}

/* ---------- Footer ---------- */

footer {
    width: 100%;
    float: left;
    background: url(../siteart/dark_mosaic.png) repeat;
    border-top: solid 1px #d40909;
}

.notInv footer,
.notInv footer * {
    box-sizing: content-box;
}

.bottomlogo {
    width: 135px;
    float: right;
    margin: 2% 3% 0 0;
}

#inquire {
    width: 300px;
    float: left;
    padding: 57px;
    background: #ffc115;
    height: 90px;
}

.redbtn {
    width: 300px;
    padding: 15px;
    background: #d40909;
    margin: 8px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.redbtn:hover {
    background: #000;
}

#triangle-topleft {
    width: 0;
    height: 0;
    border-top: 204px solid #ffc115;
    border-right: 208px solid transparent;
    float: left;
}

#bottomcontact {
    width: 190px;
    float: left;
    text-align: right;
    margin: 40px 40px 40px 0;
}

#bottomcontact a[href^="tel:"] {
    color: #FFFFFF !important
}

#bottomcontact i {
    color: #ffc115 !important;
}

#quicklinks {
    width: 250px;
    float: left;
    margin: 40px 0;
}

.split {
    width: 122px;
    float: left;
}

#bbbbottom {
    display: none;
}

@media screen and (max-width: 1312px) {

    .bottomlogo {
        display: none;
    }

}

@media screen and (max-width: 1155px) {

    #inquire {
        padding: 40px 30px;
        height: 80px;
    }

    .redbtn {
        width: 270px;
        padding: 10px;
        font-size: 18px;
    }

    #triangle-topleft {
        border-top: 160px solid #ffc115;
        border-right: 161px solid transparent;
    }


    #bottomcontact {
        margin: 20px 30px 20px -60px;
    }

    #quicklinks {
        margin: 20px 0;
    }

    .inv-zoom-container .zoom-caption h3 {
        font-size: 20px;
        margin: 18% 0 0;
    }

}

@media screen and (max-width: 1060px) {

    #contact {
        width: 35%;
    }

    #map {
        width: 62%;
    }

}

@media screen and (max-width: 1040px) {

    #logo {
        width: 40%;
        float: none;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1013px) {

    #largehalf {
        width: 65%;
    }

    #smallhalf {
        width: 28%;
    }

    .thirds {
        width: 46%;
    }

    .inv-zoom-container {
        width: 31.33%;
    }

}

@media screen and (max-width: 960px) {

    #bbb,
    #express {
        display: none;
    }

    .zoom-container .zoom-caption h3 {
        font-size: 28px;
        margin: 25% 0 0;
    }

    #bottomcontact {
        width: 26%;
        margin: 2% 2% 2% 1%;
    }

    #quicklinks {
        width: 30%;
        margin: 2% 1%;
    }

    .split {
        width: 50%;
    }

    #inquire {
        height: auto;
        width: 30%;
        padding: 5% 3%;
        text-align: center;
    }

    .redbtn {
        width: 90%;
        padding: 2%;
        font-size: 16px;
        float: none;
        margin: 10px auto 0;
        max-width: 250px;
    }

    #triangle-topleft {
        display: none;
    }

}

@media screen and (max-width: 770px) {

    #bbbbottom {
        background: #fff;
        float: left;
        position: relative;
        padding: 1%;
        width: 98%;
        display: block;
    }

    #logo {
        width: 50%;
    }

    #topcontact {
        text-align: center;
    }

    #inquire {
        width: 94%;
        padding: 3%;
    }

    #bottomcontact,
    #quicklinks {
        width: 46%;
        margin: 2%;
    }

    .split {
        width: 122px;
    }

    #largehalf {
        width: 100%;
        margin: 0;
    }

    #smallhalf {
        width: 96%;
        margin-top: 30px;
    }

    #smallhalf img {
        display: none;
    }

    .formsplit {
        width: 96%;
    }

    .CaptchaPanel {
        width: 70%;
    }

    .rentfour {
        width: 46%;
        padding: 2% 1% 1%;
    }

}

@media screen and (max-width: 700px) {

    .zoom-container .zoom-caption h3 {
        font-size: 22px;
        margin: 23% 0 0;
    }

    #contact {
        width: 100%;
        margin: 0 0 30px;
    }

    #map {
        width: 100%;
    }

    #map iframe {
        height: 300px;
    }

    .inv-zoom-container .zoom-caption h3 {
        font-size: 18px;
        margin: 16% 0 0;
    }

    .phone {
        font-size: 20px;
        margin-right: 3%;
    }

}

@media screen and (max-width: 570px) {

    #logo {
        width: 58%;
    }

    .zoom-container .zoom-caption h3 {
        font-size: 18px;
        margin: 21% 0 0;
    }

    .inv-zoom-container {
        width: 48%;
    }

    .inv-zoom-container .zoom-caption h3 {
        font-size: 20px;
        margin: 18% 0 0;
    }

    #logo {
        width: 70%;
    }

}

@media screen and (max-width: 440px) {

    #logo {
        width: 80%;
    }

    .zoom-container {
        width: 100%;
    }

    .zoom-container .zoom-caption h3 {
        font-size: 26px;
        margin: 24% 0 0;
    }

    #bottomcontact,
    #quicklinks {
        width: 96%;
        margin: 2%;
        text-align: center;
    }

    .split {
        width: 100%;
    }

    h1 {
        font-size: 25px;
    }

    #smallhalf img {
        display: block;
    }

    .thirds {
        width: 96%;
    }

    .CaptchaPanel {
        width: 96%;
    }

    .inv-zoom-container {
        width: 98%;
    }

    .inv-zoom-container .zoom-caption h3 {
        font-size: 22px;
        margin: 20% 0 0;
    }

    .rentfour {
        width: 96%;
    }

}