/*

 * Jarilo Listing Styles 2016

 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800); @media (min-width: 992px) {
    .container {
        width: 975px;
    }
}

body {
    background-image: url("https://freemanmedia.co.uk/AdobeStock_92810459.jpg");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto;
   }

.panel-body {
    font-size: 14px;
}

/* ---- Header (Normal) --------------------------------------------------------------------------------------------- */
header .logo img {
}

#side-column section {
    margin-bottom: 10px;
}

.section-header {
    background: #e84e13;
    color: #fff;
    padding: 5px;
}

.navbar {
    background: #e84e13;
    border: none;
    margin-bottom: 10px;
}

.panel-default>.panel-heading {
    background-color: #e84e13;
    border: none;
    margin-bottom: 0px;
    color: #000000;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    padding: 15px 26px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
}

.usp {
    background: #282828;
    color: rgb(0, 0, 0);
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: solid 3px #ff7e00;
}

/* on tablet (header width 720px) */
/*@media (max-width:992px) { header .header-image { height: 177px; background-image: url(https://jarilo.co.uk/ebaystores2016/carpcorner/listing/images/720x177.png); } }*/
/* on mobile (header is fixed height, variable width) */
/*@media (max-width:768px) { header .header-image { height: 80px; background-image: url(https://jarilo.co.uk/ebaystores2016/carpcorner/listing/images/Autox80.png); } }*/
/* ---- Header (Wrapped) -------------------------------------------------------------------------------------------- */
body.wrapped header .header-image {
    /*background: url(https://jarilo.co.uk/ebaystores2016/cosmicvintage/listing/images/913x240.png) top center no-repeat;*/
    background-size: cover;
    height: auto;
}

.logo {
    position: relative;
    margin: auto;
    z-index: 1;
    top: 0px;
    display: block;
}

/* on tablet (header width 678px) */
/*@media (max-width:992px) {body.wrapped header .header-image { height: 177px; background-image: url(https://jarilo.co.uk/ebaystores2016/cosmicvintage/listing/images/678x177.png); } }*/
/* on mobile (header is fixed height, variable width) */
@media (max-width: 992px) {
    body header .header-image {
        background-size: cover;
        height: auto;
        background: url(https://jarilo.co.uk/ebaystores2016/carpcorner/listing/images/headertablet.jpg) top left no-repeat;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
        padding: 15px 17px;
        font-size: 80%;
        font-weight: 600;
    }

    .logo {
        position: relative;
        margin: auto;
        z-index: 1;
        top: 0px;
        display: block;
        max-width: 80%;
    }
}

/* on mobile (header is fixed height, variable width) */
@media (max-width: 768px) {
    .slider {
        display:none !important;
    }

    .usp {
        display: none !important;
    }

    .logo {
        display: block;
    }

    body header .header-image {
        background: url(https://jarilo.co.uk/ebaystores2016/carpcorner/listing/images/headermobile.jpg) top left no-repeat;
        background-size: cover;
        height: auto;
    }

    .logo {
        position: relative;
        margin: auto;
        z-index: 1;
        top: 0px;
        display: block;
        max-width: 100%;
    }
}

@media (max-width: 460px) {
    #NewFooter .pull-right {
        float:left !important;
        padding-top: 10px;
        width: 100%;
    }
}

.wrapped {
    padding-top: 0px;
}

.slider {
    max-width: 695px;
    height: 180px;
    position: relative;
    margin-bottom: 10px;
}

.slide1,.slide2,.slide3,.slide4,.slide5 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide1 {
    background: url(https://jarilo.co.uk/ebaystores2016/carpcorner/js/img/banner1.jpg)no-repeat center;
    background-size: cover;
    animation: fade 8s infinite;
    -webkit-animation: fade 8s infinite;
}

.slide2 {
    background: url(https://jarilo.co.uk/ebaystores2016/carpcorner/js/img/banner2.jpg)no-repeat center;
    background-size: cover;
    animation: fade2 8s infinite;
    -webkit-animation: fade2 8s infinite;
}

.slide3 {
    background: url(https://jarilo.co.uk/ebaystores2016/carpcorner/js/img/banner3.jpg)no-repeat center;
    background-size: cover;
    animation: fade3 8s infinite;
    -webkit-animation: fade3 8s infinite;
}

@keyframes fade {
    0% {
        opacity: 1
    }

    33.333% {
        opacity: 0
    }

    66.666% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }

    33.333% {
        opacity: 1
    }

    66.666% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }

    33.333% {
        opacity: 0
    }

    66.666% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

body > div > div > div > div > div > div > article > nav > div > div.navbar-header.visible-xs > a {
    color: rgb(0, 0, 0);
}

.promo {
    padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(255, 255, 255) !important;
}

.navbar-default .navbar-brand {
    color: rgb(255, 255, 255);
}

#snippet {
    background-color: #ffffff;
}

#ds_div > div > div > div > div > div > div > article > header {
    margin-bottom: 0;
}

#main-column > section:nth-child(3) > div.panel-body > h5 {
    font-weight: bold;
}

#MainImage {
    max-height: 400px;
}

/* Style the footer jarilo banner */
#jar_banner {
    background: url(https://jarilo.co.uk/ebaystores2016/carpcorner/listing/images/footerjarilologo.png) no-repeat center;
    height: 30px;
    margin: auto;
    position: relative;
    background-size: 200px 30px ;
    margin-top: -12px;
}

#jar_banner a {
    display: block;
    height: 100%;
    width: 200px;
    text-decoration: none;
    margin: auto;
}

#NewFooter {
    background-color: #e84e13;
    color: rgb(255, 0, 0);
    padding: 15px;
    margin: 0px 10px 10px 10px;
}

#NewFooter p {
    margin: 0;
}

#NewFooter a {
    color: rgb(0, 0, 0);
}

#phoneicon {
    max-height: 20px;
}

.accordion label {
    max-width: 100%;
    background-color: #01aef0;
}

.acc-header {
    background-color: rgb(255, 255, 255) !important;
    font-weight: normal;
    color: #333 !important;
}

.accordion label div {
    background-color: rgb(255, 255, 255);
    border: 1px solid #dddddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.accordionicons {
    margin: 0px;
    cursor: pointer;
    font-weight: normal;
}

.accordion .glyphicon {
    top: 15px;
    right: 15px;
}

.accordionbold {
    font-weight: bold;
}

.visitshopmobile {
    margin-bottom: 10px;
}

#side-column .panel-heading {
    background-color: #004c9f;
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    #main-column {
        padding-right:0;
    }
}

#side-column > div:nth-child(2) > div:nth-child(3) > section {
    border: none;
    box-shadow: none;
}

#JarSidePromo {
    border: none;
    box-shadow: none;
}

@media (min-width: 992px) {
    #main-column {
        width:75%;
    }

    #side-column {
        width: 25%;
    }
}

header {
    margin-bottom: 0px !important;
}

.accordion label div {
    padding: 12px 16px;
    background: rgb(255, 255, 255);
}

#mobile-splitter {
    border-bottom: 10px solid grey;
    display: none!important;
}

.accordion > label:not(:first-of-type) {
    margin-top: 11px;
}

.panel-body span[property=description] img {
    max-width: 100%;
}

.logo a {
    color: #fff !important;
}

.jarilo_cred {
    color: #fff !important;
}

.jarlogo {
    margin: auto;
    display: block;
}

.accordion label input+div {
    background: rgb(255, 255, 255);
}
