/* ------------ Base Styles ----------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

body {
    font-family: 'poppins';
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    font-weight: 300;
    letter-spacing: 0.6px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: top center;
}

#wrapper {
    background: #f7f7f7;
    padding: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: none;
    height: 1px;
}

#logo-container img {
    display: block;
    margin: auto;
}

#slider-wrap {
    margin-bottom: 12px;
}

#menu>.navbar {
    margin-bottom: 0px;
}

.sub-name {
    font-size: 100%;
    margin-bottom: 10px;
    display: block;
}

.sub-name+ul {
    margin-bottom: 30px;
    font-size: 14px;
}

.btn-primary {
    background: #303030 !important;
    padding: 12px 34px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-primary:hover {
    background: #484848 !important;
    padding: 12px 34px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

#summary summary h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: 30px;
}

#promo-boxes .panel-body-alt {
    margin-top: 10px;
}

.cat-box-wrapper>img:first-of-type {
    width: 100% !important;
}

#sub-footer {
    background: #30a664;
}

.cap-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90%;
}

.cap-image-1 {
    background: url('https://www.superfoil.co.uk/wp-content/uploads/eBay-stores/VentilationMegastore/listing/images/uspsover_01.png');
    background-size: cover;
    background-position-x: center;
}

.cap-image-2 {
    background: url('https://www.superfoil.co.uk/wp-content/uploads/eBay-stores/VentilationMegastore/listing/images/uspsover_03.png');
    background-size: cover;
    background-position-x: center;
}

.cap-image-3 {
    background: url('https://www.superfoil.co.uk/wp-content/uploads/eBay-stores/VentilationMegastore/listing/images/uspsover_05.png');
    background-size: cover;
    background-position-x: center;
}

.cap-image-4 {
    background: url('https://www.superfoil.co.uk/wp-content/uploads/eBay-stores/VentilationMegastore/listing/images/uspsover_07.png');
    background-size: cover;
    background-position-x: center;
}

.panel-body summary ul li {
    line-height: 22px;
}

/* ------------ Panel Style Overrides ------------------------------------- */

.panel {
    margin-bottom: 10px;
}

.panel.panel-default,
.panel-heading {
    border-radius: 0;
}

.panel.panel-default .panel-heading {
    background: #30a664;
    color: #fff;
    font-weight: 600;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.panel.panel-border-fix {
    border: 0;
}

.panel.panel-border-fix .panel-body {
    border: 1px solid #ddd;
    border-top: 0;
    background: #f2f2f2;
    font-size: 15px;
}

/* ------------ Logo -------------------------------------------------------- */

#logo-container {
    margin-bottom: 0px;
    padding: 30px 0px;
}

@media (max-width: 768px) {
    #logo-container {
        float: none !important;
        text-align: center;
        margin-top: 20px;
    }

    #logo-container img {
        display: inline-block;
        max-width: 90%;
    }
}

/* ------------ Flex Box Support for Bootstrap 3.x --------------------- */

@media (min-width: 768px) {

    .row-flex,
    .row-flex>aside[class*='col-'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 1 auto;
    }

    .row-flex>aside[class*='col-'],
    .container-flex>aside[class*='col-'] {
        margin: -.2px;
        /* hack adjust for wrapping */
    }

    .container-flex>aside[class*='col-'] aside,
    .row-flex>aside[class*='col-'] div {
        width: 100%;
    }
}

/* ------------ Top Buttons ----------------------------------------------- */

#button-container {
    margin-top: 43px;
}

#button-container .btn {
    background: #073c7e;
    color: #fff;
    border-radius: 0;
    border: 0;
    line-height: 38px;
    padding: 0 12px;
    width: 210px;
    text-transform: uppercase;
    transition: opacity 800ms;
}

#button-container .btn:hover {
    opacity: 0.9;
    transition: opacity 400ms;
}

#button-container .btn[rel="bookmark"] {
    background: #1cafed;
}

@media (min-width: 768px) and (max-width: 992px) {
    #button-container .btn {
        width: 170px;
    }
}

@media (max-width: 768px) {
    #button-container {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #button-container .btn {
        width: 50%;
    }
}

/* ------------ Main Menu ------------------------------------------------- */

#menu .navbar {
    background: transparent;
    border-radius: 0;
    border: 0;
}

#menu .navbar li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 480ms;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 23px;
    line-height: 35px;
    font-size: 13px;
}

#menu .navbar li.active a {
    background: transparent;
}

#menu .navbar li:hover a {
    color: #ffffff;
    transition: background 200ms;
    background-color: #92c627;
}

/* ------------ Bottom Menu --------------------------------------------- */

#bottom-menu {
    margin-top: 0;
}

#bottom-menu .list-group {
    border: 0;
}

#bottom-menu .list-group li.list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

#bottom-menu .list-group li.list-group-item a {
    display: block;
    color: #666;
}

#bottom-menu .list-group li.list-group-item:hover {
    background: #eee;
}

#bottom-menu .list-group li.list-group-item:hover a {
    text-decoration: none;
}

/* ------------ Other Bits And Bobs ------------------------------------- */

#gallery img {
    margin: auto;
    max-height: 400px;
}

#gallery-2 img {
    margin: auto;
    max-height: 400px;
}

#jarilo-footer-tag {
    display: block;
    background: url(https://www.superfoil.co.uk/wp-content/uploads/eBay-stores/VentilationMegastore/listing/images/jarilo-logo.png);
    width: 246px;
    height: 33px;
    margin: 12px auto;
    position: relative;
}

footer .col-xs-12 {
    border-top: 0px solid #073c7e;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .img-responsive {
        margin: 0 auto 20px auto;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .col-xs-12 {
        margin-top: 0;
    }
}

@media (max-width: 930px) {
    #menu .navbar li a {
        padding: 10px 6px;
    }
}

/* ------------ Extra Info Tabs ------------------------------------------- */

#extra-information {
    margin-top: 5px;
}

#extra-information .panel-information h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

#extra-information input {
    display: none;
}

#extra-information aside.panel-information:not(:last-of-type) {
    margin-bottom: 0;
}

#extra-information aside.panel-information .panel-heading {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    border-bottom: 0;
}

#extra-information aside.panel-information:not(:last-of-type) .panel-heading {
    margin-bottom: 0;
}

#extra-information aside.panel-information .panel-heading:after {
    position: absolute;
    top: 14px;
    right: 10px;
    content: url('https://www.superfoil.co.uk/wp-content/uploads/eBay-stores/VentilationMegastore/listing/images/arrow-down.png');
    line-height: 8px;
    font-size: 24px;
}

#extra-information aside.panel-information .panel-body {
    display: none;
}

#extra-information aside.panel-information input:checked+label+.panel-body {
    display: block;
    position: relative;
    font-size: 15px;
}

#extra-information aside.panel-information input:checked+label:after {
    content: '';
    right: 15px;
}


/* ------------ Extra CSS ------------------------------------------------- */


#promo-boxes .row+.row {
    margin-top: 10px;
}

.cat-box .cat-box-wrapper {
    position: relative;
    overflow: hidden;
}

.cat-box .cat-box-wrapper img:first-of-type {
    transform: scale(1.0);
    transition: all 0.2s ease-in;
}

.cat-box:hover .cat-box-wrapper img:first-of-type {
    transform: scale(1.05);
    transition: all 0.2s ease-in;
}

.cat-box .caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cat-box .caption h4,
.cat-box .caption h5 {
    color: #fff;
}

.cat-box .caption h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.cat-box .caption h5 {
    margin-top: 0;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.cat-box .btn {
    background: #094084 !important;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    margin-top: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding: 8px 12px;
}

.cat-box:hover .caption img {
    transform: scale(1.0) !important;
    opacity: 1 !important;
}

input[type="checkbox"]:checked+.panel-heading {
    background: #30a664;
    color: #fff;
}

.footerbig {
    display: block;
    width: 100%;
}

.footer {
    display: none;
}

@media (max-width:500px) {
    .col-xs-6.cat-box {
        width: 100%;
    }

    .uspover {
        margin-bottom: 10px;
    }

    .uspover img {
        margin-bottom: 0px;
    }


    #slider {
        display: none;
    }

    .footerbig {
        display: none;
    }

    .footer {
        display: block !important;
        width: 100%;
        margin-top: -15px;
    }

    .caption img {
        opacity: 1;
    }
}


@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0px;
    }

    .navbar-right li,
    .navbar-right li a {
        background: #231f20;
    }

}



.descriptionbox p {
    font-family: 'poppins';
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #4d4d4d;
}


div#nav-bar-container {

    margin-bottom: 10px;
}


.caption:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #d2d2d27d;
    position: absolute;
    border-radius: 0px 0px 0px 0px;
    bottom: 0;
    right: 0;
    transition: all 0.2s;
    transform: scaleY(0);
    transform-origin: bottom;
}

.caption:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
}


.caption.alt:before {
    border-radius: 0px 0px 0px 0px;
    left: 0;
    transform-origin: left;
}

.caption.alt:hover:before {
    transform: scaleY(1);
}



.caption.alter:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #a3947482;
    position: absolute;
    border-radius: 0px 0px 0px 0px;
    bottom: 0;
    right: 0;
    transition: all 0.2s;
    transform: scaleY(0);
    transform-origin: left;
}

.caption.alter:hover:before {
    transform: scaleY(1);
}

.caption.alter:before {
    border-radius: 0px 0px 0px 0px;
    left: 0;
    transform-origin: bottom;
}


div#uspbanner {
    max-width: 100%;
    padding: 0 6px;
}

#uspbanner img {
    max-width: 100%;
}


@media (max-width: 990px) {
    #uspbanner {
        display: none;
    }
}


@media (min-width: 1200px) .container {
    width: 1092px;
    padding-bottom: 5px;
}

#nav-bar-container .row,
#menu {
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}

#menu .nav.navbar-nav {
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}


#slider-wrap {
    margin-bottom: 12px;
    width: 100%;
    max-width: 1080px;
}

section#extra-promo-boxes {
    width: 100%;
}