
.thumb-box {
    margin-left: -1%;
    padding: 40px 0 0 0;
    width: 102%;
}

    .thumb-box .thumbs {
        overflow: hidden;
    }

        .thumb-box .thumbs li {
            padding: 0 1%;
            text-align: center;
            width: auto;
            height: 125px;
            overflow: hidden;
            display: inline-block;
        }

            .thumb-box .thumbs li a {
                display: inline-block;
                height: 108px;
                overflow: hidden;
                width: 170px;
            }

            .thumb-box .thumbs li img {
                border-bottom: 4px solid transparent;
                opacity: 0.8;
                transition: opacity 0.32s ease 0s;
                width: 100%;
                margin: 0;
                padding: 0;
            }


.owl-stage-outer {
    height: 500px;
    overflow: hidden;
}

.slide-cont {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.owl-carouse div {
    width: 100%;
}

.owl-controls {
    padding-top: 40px;
}

.owl-carousel .owl-controls .owl-dot {
    float: left;
    background-size: cover;
    margin-top: 10px;
}

.owl-carousel .owl-dot {
    float: left;
    background-size: cover;
}

.owl-item.active div {
    height: 500px;
    overflow: hidden;
}

.owl-item.active img {
    overflow: hidden;
    width: auto;
    margin-bottom: 50px;
}

#easyquotebutton {
    vertical-align: top;
    position: fixed;
    top: 30%;
    right: 0;
    cursor: pointer;
    margin-right: -1px;
    border-radius: 6px 0 0 6px;
    display: inline-block;
    /*background-image: url('/images/quotebutton.png');*/
    z-index: 999;
    box-shadow:-1px 2px 7px rgba(0,0,0, 0.3);
}

.modal {
    display: inline-block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    right: -400px;
    top: 10%;
    width: 400px;
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 0 auto; /* 15% from the top and centered */
    padding: 0px 20px 40px 20px;
    box-shadow: 4px 0px 12px rgba(0,0,0,0.1);
    border-left: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
    .modal-content h3 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .modal-content p {
        font-size: 16px !important;
        margin-bottom:0 !important;
    }
    .modal-content .sectiontitle {
        margin-bottom: 20px;
    }
    .modal-content input, .modal-content select {
        height: 40px;
        padding: 5px 10px 5px 20px;
    }
    .modal-content label {
        font-size: 13px;
    }
@media screen and (max-width: 500px) {
#easyquotebutton { width: 40px !important; }
    .modal {
        display: inline-block; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1000; /* Sit on top */
        right: -400px;
        top: 5% !important;
        width: 400px !important;
        max-height: 100% !important; /* Full height */
        overflow: auto; /* Enable scroll if needed */
    }
    .modal-content h3 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .modal-content p {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

    .modal-content .sectiontitle {
        margin-bottom: 10px !important;
    }

    .modal-content input, .modal-content select {
        height: 37px;
        padding: 5px 10px 5px 20px;
    }

    .modal-content label {
        font-size: 13px;
    }
}
/* The Close Button */
.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 1001;
    position: relative;
    top: 16px;
    cursor:pointer;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.removefromwishlist, .addtowishlist, .removefromsamplerequest, .addtosamplerequest {
    cursor: pointer;
}

    .removefromwishlist i, .removefromsamplerequest i {
        color: #d9a843;
    }

.sharebuttons a {
    border: none;
    margin: 0;
    padding: 0 4px 0 8px;
    color: #5a596a;
}

hr {
    border: none;
    background: #ddd;
    height: 1px;
}

.whitebg {
    background-color: #fff !important;
}

.graybg {
    background-color: #efefef !important;
}

.categoryanchors a, .productanchors a {
    border-right: 1px solid #555;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 4px 42px;
    text-transform: uppercase;
}

.pdfdownload {
    border: none !important;
    padding: 0 0 10px 0 !important;
    margin: 0 !important;
    display: inline-block;
    text-align: center;
    color: #5a596a !important;
    width: 45%;
}

    .pdfdownload i {
        border: none;
        padding: 0 7px 0 0;
        display: inline-block;
        font-size: 20px !important;
        display: inline-block;
        float: left;
    }

    .pdfdownload span {
        padding: 0;
        display: block;
        font-size: 11px;
        display: inline-block;
        float: left;
    }
#pageloading {
    position: fixed;
    top: 0;
    z-index: 10000;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.82) none repeat;
    text-align: center;
}

    #pageloading .imgcontainer {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 40%;
    }

.requirederror {
    padding-left: 5px;
    color: #900;
    font-weight: bold;
    display: inline-block;
    font-size: 11px;
}

    .requirederror i {
        padding-right: 1px;
    }

.error {
    border: solid 1px #900 !important;
}

.info_content img {
    display: inline-block;
    padding-right: 10px;
    width: 100px;
    vertical-align: top;
    padding-top: 10px;
}

.info_content_text {
    display: inline-block;
    width: 200px;
}

.info_content_buttons {
    display: block;
    width: 100%;
    text-align: center;
}

#alllocationmap {
    width: 100%;
    height: 370px;
}

.contact-info-section {
    padding: 50px 0 40px 0;
}

    .contact-info-section h5 {
        margin-top: 30px;
        display: block;
    }

.flat-contact-div {
    padding: 40px 0 80px 0;
    background: #efefef;
}

.maphelp {
    display: block;
    text-align: center;
    padding: 4px 0 4px 0;
}
.general-button-yellow {
    background: #d9a843;
    border-radius: 0 12px;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    padding: 10px 40px;
    text-transform: uppercase;
}

    .general-button-yellow:hover {
        color: #fff;
    }

.contact-form {
    padding-top: 30px;
}

    .contact-form label {
        padding: 10px 0 4px 0;
        margin: 0;
        display: inline-block;
    }