/*
Product-image fix
---------------------------------------------------*/
#content .product-list ul {
    list-style: none;
    margin: 0;
}

#content .product-list ul li {
    display: inline-block;
}

.product-details h2 {
    color: #6A6666;
    font-size: 1.3em;
    line-height: 1.5em;
    padding-bottom: 15px;
}

.product-details span.product-color {
    display: block;
    font-size: 1.3em;
    line-height: 1.5em;
    padding-bottom: 15px;
    color: #6A6666;
}

#footer {
    margin: 0 auto;
}

.controls-in-heading .highslide-controls{
	top:0;
}
/*Responsive css
---------------------------------------------------*/
#header {
    position: relative;
    width: 100%;
}

div#mobileNav {
    position: absolute;
    bottom: 42px;
    left: 30px;
}

/* Medium screens*/
@media only screen and (max-width: 1000px) {
    * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .clear:before,
    .clear:after {
        display: table;
        content: "";
        clear: both;
    }

    #content,
    #contactInner,
    #headerInner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header a.homeLogo {
        width: 25%;
    }

    #headerInfo {
        width: 70%;
    }

    #contact {
        margin-left: 15px;
        margin-right: 15px;
        border: 1px solid #0081F4;
    }

    ul#nav {
        width: 100%;
        background: transparent;
        background-color: #F2F2F2;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #CFCFCF;
        margin: 0 0 25px;

    }

    ul#nav li a {
        padding: 0 15px;
    }

    #footer {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    div#accessibility {
        margin: 2em 0;
    }
}

@media only screen and (max-width: 767px) {
    #headerInfo {
        width: 100%;
        text-align: center;
    }

    #header a.logo,
    #header a.homeLogo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #header a.homeLogo img,
    #header a.logo img {
        width: 160px;
        margin-bottom: 10px;
    }

    #contactInner p.fontSize {
        color: #000;
        width: 50%;
        float: left;
        margin-left: -15px;
    }

    #contactInner p.social {
        clear: both;
        color: #000;
        margin-right: -30px;
    }

    ul#nav {
        height: auto !important;
        background-color: transparent;
    }

    ul#nav li ul {
        width: 100%;
        z-index: 9999999;
        background: #27c3ff !important;
    }

    ul#nav li a {
        color: #fff;
    }

    ul#nav li a.mean-expand {
        font-size: 15px;
        text-align: center;
        line-height: 33px;
    }

    ul#nav li a:hover {
        color: #222127;
    }

    ul#nav li ul li a {
        text-align: left;
        padding: 0 0 0 15px;
        color: #fff;
    }

    ul#nav li ul li a:hover,
    ul#nav li ul li a:focus {
        color: #000;
    }

    ul#nav li ul li ul {
        width: 100%;
        left: 0;
        margin: 0;
        background: #15BAFA !Important;
        padding-left: 15px;
        z-index: 99999999999;
    }

    ul#nav li ul li ul a {
        text-align: left !important;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        padding: 10px;
        margin: 0 auto;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive td {
        width: 33.33%;
    }

    .table-responsive td p {
        white-space: nowrap;
        padding-right: 20px;
    }

    .copyright {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 640px) {
    ul.catList li {
        width: 100%;
    }

    div#mobileNav {
        position: relative;
        text-align: center;
        left: 0;
        bottom: 0;
    }

    #content .product-list:before,
    #content .product-list:after{
        display: table;
        content: "";
        clear: both;
    }

    #content .product-list ul li {
        display: block;
        float: left;
        width: 33.33%;
        text-align: center;
        min-height: 270px;
    }


}

@media only screen and (max-width: 480px) {
    #contactInner p:first-child {
        font-size: 14px;
        line-height: 36px;
    }

    #contactInner p.fontSize {
        width: 100%;
        text-align: center;
    }

    #contactInner p.social {
        width: 100%;
        text-align: center;
        margin: 0;
    }

}

