#container1 {
    height: 0px;
}

#dealerSite {
    display: none;
}

#navBar {
    display: none;
}

#navModal {
    display: none;
}

#homeContainer {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 200px;
    background: url(../images/IneriorWareouse-2.jpg) no-repeat;
    background-position: top left;
    background-color: #231f20;
    background-size: cover;
}

#headboard {
    display: none;
}

#logoBox {
    position: absolute;
    width: 100%;
    height: 24px;
    z-index: 1;
    background: #70717D;
    text-align: right;
}

#logoBox img {
    margin: 15px;
    transform: rotate(315deg);
    height: 100%;
}



#mobileBody {
    position: absolute;
    width: 100%;
    top: 0;
    height: 10px;
    font-size: 25px;
    color: #fff;
    background-color: #70717D;
    padding-top: 40px;
    border-bottom: 1px solid #703030;
}

#mobileButton {
    position: absolute;

    top: 20px;
    vertical-align: top;
    margin-left: 32px;
}

#mobileButton:hover {
    cursor: pointer;
}

#mobileModal {
    display: none;
    position: absolute;
    z-index: 1;
    width: 28%;
    height: 670px;
    top: 50px;
    background: #70717D;
    text-align: left;
    font-size: 15px;
    border-right: 1px solid #703030;
    border-bottom: 1px solid #703030;
}

#topMobile {
    margin-top: 20px;
}

#mobileModal li {
    display: inline-block;
    margin: 10px;
    border-radius: 900px;
    width: 75px;
    height: 25px;
    vertical-align: left;
}

.mobileLinks {
    color: #fff;
    text-decoration: none;
    vertical-align: center;
}

#bodyContainer {
    background-color: #231f20;
}

#bodyLeft {
    z-index: 1;
    position: absolute;
    top: 525px;
    display: block;
    height: 1080px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    background-color: #231f20;
}

#footHolderHome {
    display: none
}

#bodyHeaderHome {
    display: none;
}

#bodyRightTop {
    display: none;
}

#bodyRightBottom {
    display: none;
}

/* DealerBody */

.container {
    background: #231f20;
}

#dealerHome {
    position: absolute;
    top: 135px;
    width: 100%;
    height: 2800px;
    text-align: center;
}

.dealerBody {}

.dealerHeader {
    position: absolute;
    top: 18px;
    right: 16%;
    text-align: center;
    color: #fff;
    font-family: 'Lobster', cursive;
    font-size: 25px;
}

#bigHeader {
    display: none;
}

/* body */

#bodyTemplate {
    position: absolute;
    top: 50px;
    width: 100%;
    min-height: 635px;
    height: auto;
}

#bodyHeader {
    font-size: 25px;
    font-family: 'Pacifico', cursive;
    color: #c48e48;
    text-align: center;
    margin-top: 25px;
}

#searchResultField {
    width: 95%;
    height: 100%;
    margin: 15px auto;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#searchResultBox {
    margin: 15px 25px;
    width: 65%;
    height: 250px;
    border: 1px solid #703030;
    background: #231f21;
}


#leftSearch {
    padding: 5px;
    width: 100%;
    text-align: center;
}


#rightSearch {
    text-align: center;
    width: 95%;
    padding: 5px;
    height: 165px;
}

#rightSearch img {
    vertical-align: center;
    max-height: 90%;
    max-width: 100%;
}

#leftProduct,
#rightProduct {
    margin-top: 25px;
}

#leftProduct {
    width: 100%;
}

#rightProduct {
    width: 100%;
    height: 450px;
    margin-right: 7%;
    text-align: center;
}


#bigRightImage {
    width: 100%;
    height: 65%;
    margin: 10px 0;
}

#bigRightImage img {
    max-height: 100%;
    max-width: 100%;
}

#smallImages {
    width: 100%;
    height: 15%;
}

#smallImages img {
    max-height: 100%;
    margin: 0 15px;
    border: 1px dotted #fff;
}

#smallImages img:hover {
    cursor: pointer;
}

#megaImageBox {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    height: 200%;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
}

.megaLeftArrow,
.megaRightArrow {
    position: absolute;
    z-index: 5;
    padding: 10px;
    top: 15%;
    font-size: 45px;
}

.megaLeftArrow {
    left: 15px;
}

.megaRightArrow {
    right: 15px;
}


#megaImageBox img {
    position: absolute;
    top: 80px;
    max-height: 70%;
    max-width: 100%;
}

#topRight {
    position: absolute;
    ;
    right: 0;
    text-align: right;
    margin: 35px;
    font-size: 25px;
}

#topRight:hover {
    cursor: pointer;
}


#shippingChargeNotice {
    margin-top: 10px;
    background-color: #c48e48;
    width: 100%;
    height: 150px;
}

#shippingChargeNotice p {
    padding: 5px 25px;
}

.smallerImage{
    max-height: 95%;
    max-width: 95%;
}

/* Test Zone */

#imageBox {
    height: 500px;
    width: 80%;
    margin: 0 auto;
    border: 5px solid #703030;
}

#topImage {
    position: relative;
    height: 400px;
    padding: 2px;
    width: 100%;
}

.leftArrow {
    position: absolute;
    left: 5px;
}

.rightArrow {
    position: absolute;
    right: 5px;
}

.leftArrow,
.rightArrow {
    top: 40%;
    z-index: 1;
    padding: 15px;
    font-size: 45px;
    opacity: .2;
    color: #fff;
}

.leftArrow:hover,
.rightArrow:hover {
    color: #c48e48;
    opacity: 1;
    transition: 1.5s;
    cursor: pointer;
    background: #000;
}

#topImage img {
    max-height: 400px;
    max-width: 100%;
    margin: auto;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#bottomImage {
    text-align: center;
    height: 600px;
    width: 100%;
    border-top: 1px solid #703030;

}

#bottomImage img {
    border: 1px solid #fff;
    height: 45px;
    width: 45px;
    margin: 10px 5px;
}

#bottomImage img:hover {
    cursor: pointer;
}

#descriptionBox {
    margin: 15px auto;
    height: 300px;
    width: 80%;
}

#instrDescriptionBox {
    margin: 15px auto;
    height: 600px;
    width: 80%;
}


.linkCorner{
    color: white;
    text-align: right;
    margin-right: 25px;
    margin-top: 5px;
}

#basketBody {
    position: absolute;
    top: 340px;
    width: 100%;
    height: auto;
    min-height: 460px;
}

#basketBody p {
    font-size: 35px;
    border: 1px solid #000;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
}

#cartBody {
    position: absolute;
    top: 340px;
    width: 100%;
    height: auto;
    min-height: 460px;
}

#disclaimer{
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    width: 80%;
    font-family: 'Open Sans', sans-serif; 
}

#returnPage{
    margin: 0 85px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}


#noMobile {
    display: none;
}
