/* Top Bar */

#logoBox {
    position: absolute;
    width: 100%;
    top: 45px;
    height: 105px;
    text-align: center;
}

#HCClogo {
    height: 100%;
    transform: rotate(315deg)
}

#dealerSite {}

#navBar {
    position: absolute;
    top: 180px;
    right: 0;
    width: 100%;
    height: 60px;
    border: 1px solid #703030;
    background: #c48e48;
    text-align: center;
}


#dealers a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    text-align: right;
}


.navLinks {
    position: relative;
    top: 30%;
}

.navLinks li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
}

#navModal {
    position: absolute;
    top: 240px;
    right: 0;
    display: none;
    text-align: center;
    width: 100%;
    height: 65px;
    background: #57170D;
}

.modalLinks {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}

.modalLinks li {
    display: inline-block;
    padding: 10px 6px;
}

.links {
    text-decoration: none;
    color: #fff;
}

.links:hover {
    color: #000;
}

#container1 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 180px;
    border-bottom: 3px solid #703030;
    background-color: #231f20;
}

/* Head board */

#homeContainer {
    position: absolute;
    top: 161px;
    z-index: 0;
    width: 100%;
    height: 425px;
    background: url(../images/InteriorWareouse-3.jpg) no-repeat fixed;
    background-position: center;
    background-color: #231f20;
    background-size: contain;
}

#headboard {
    display: none;
    position: relative;
    top: 480px;
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, .9);
}

#headboard h1 {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    font-family: 'Tangerine', cursive;
    color: #fff;
    font-size: 40px;
}


#headboard h1:hover {
    color: #E8A60C;
}

#nabla {
    position: absolute;
    width: 100%;
    top: 60px;
    font-size: 25px;
    color: #fff;
    text-align: center;
}

/* body */

#bodyTemplate {
    position: absolute;
    top: 240px;
    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: 35%;
    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: 150px;
}

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

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

#leftProduct {
    width: 100%;
}

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

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


#leftProduct {
    margin-top: 75px;
    width: 46%;
    margin-left: 5%;
}

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

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

.megaLeftArrow {
    left: 15px;
}

.megaRightArrow {
    right: 15px;
}

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

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

#topRight:hover {
    cursor: pointer;
}

#rightProduct {
    width: 40%;
    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;
}

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

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

#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;
}


/* Test Zone */

#imageBox {
    height: 500px;
    width: 80%;
    margin: 0 auto 50px;
    ;
    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: 100px;
    width: 100%;
    border-top: 1px solid #703030;

}

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

#bottomImage img:hover {
    cursor: pointer;
}

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

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

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

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

/* Footer */

#footHolderHome {
    position: absolute;
    top: 100%;
    height: 150px;
    width: 100%;
    background: #332D2F;
}

#footHolder {
    position: absolute;
    bottom: -300px;
    height: 150px;
    width: 100%;
    background: #332D2F;
}

#footLinks {
    margin: 50px 0px;
    width: 100%;
    text-align: center;
}

#footLinks li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

#footLinks a {
    color: #fff;
    text-decoration: none;
}

#footLinks a:hover {
    color: #E8A60C
}

#webBy {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#website {
    color: #3CD111;
    font-family: 'Lobster', cursive;
    font-size: 9px;
}

#divider {
    color: #fff;
}

#noodle {
    font-family: 'Pacifico', cursive;
    color: #B249D1;
    font-size: 9px;
}

#copy {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #E8A60C;
    font-size: 10px;
}

/* Containers */

.container {
    background: #231f20;
}

/* Useful Classes */

.centerAlign {
    text-align: center;
}

.emph {
    font-style: italic;
}

#mobileBody {
    display: none;
}

#mobileModal {
    display: none;
}

#mobileLinks {
    display: none;
}

/* Instrument Page */

#instrumentLanding {
    position: absolute;
    width: 100%;
    top: 240px;
    padding-top: 75px;
}

.instrumentHeading {
    font-size: 35px;
    font-family: 'Satisfy', cursive;
    color: #c48e48;
    text-align: center;
}

.instrumentLandingBox {
    position: relative;
    width: 550px;
    height: 300px;
    border: 1px solid #000;
    background-color: #3A3130;
    margin: 50px auto;
}

.leftLandingBox {
    position: relative;
    width: 45%;
    height: 280px;
}

.leftLandingBox img {
    height: 100%;
    margin: 10px auto;
}

.rightLandingBox {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 50%;
    height: 320px;
}

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

.rightLandingBox p {
    margin: 12px 0;
    font-size: 13.5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.rightLandingBox li {
    display: inline-block;
    margin: 0 10px;
}

.style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    vertical-align: bottom
}

.style_blue_11_pt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #0000FF;
}

.style1_bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.style3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #993333;
}

.centerImage {
    float: left;
    margin: 3%;
}

.paddingRight {
    padding-right: 25px;
}

#mobileHeader {
    display: none;
}
