html {
    font-family: "Open Sans", Arial, sans-serif;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
/*------ template stylization ------*/
body {
    /*background: url(../images/template/cladding-tile.jpg) 0 0 repeat #fff;*/
    font-family: 'Open Sans';
}

a {
    outline: none;
}

    a.btn {
        border-bottom: 1px solid transparent;
    }
/* headings, text */
/*p {
    margin-bottom: 22px;
}*/

u {
    text-decoration: none;
    border-bottom: 1px dashed #CCCCCC;
}

.lead {
    font-size: 16px;
    font-weight: bold;
}

p.lead {
    margin: 0 0 12px 0;
}

.text-info {
    color: #333c3c;
}

.error {
    color: #ff0000;
}

/* buttons
.btn {
    display: inline-block;
    background: #333c3c;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: Arial;
    font-size: 16px;
    line-height: 22px;
    color: #f7f7f7;
    font-weight: normal;
    text-shadow: none;
    text-decoration: none;
    padding: 6px 10px 6px 10px;
    margin: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .btn:hover {
        background: #ff7e49;
        color: #f7f7f7;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
*/
figure.img-polaroid {
    display: inline-block;
    margin: 0;
}

.img-polaroid a {
    display: block;
}

.img-polaroid {
    padding: 1px;
    background-color: #d4d4d4;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .img-polaroid img {
        max-width: inherit;
        width: 100%;
    }

/*touch-touch*/
.magnifier {
    position: relative;
    display: block;
}

    .magnifier:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0;
        background: url(../images/magnifier.png) center center no-repeat;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }

    .magnifier:hover:after {
        opacity: 0.8;
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }
/**/
.top-0 {
    margin-top: 0 !important;
}

.top-buffer {
    margin-top: 20px !important;
}

.bot-0 {
    margin-bottom: 0 !important;
}

.left-0 {
    margin-left: 0 !important;
}

.last {
    margin-right: 0 !important;
}

.center {
    text-align: center;
}

.indent-1 {
    margin: 44px 0 0px 0;
}

.clear {
    clear: both;
}

.extra-wrap {
    overflow: hidden;
}

.list {
    list-style-type: none;
    margin: 0;
}

    .list li {
        margin: 12px 0 0 0;
        padding: 0 0 0 15px;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        background: url(../images/list.gif) 0 6px no-repeat;
        display: block;
    }

        .list li:first-child {
            margin-top: 0;
        }

        .list li a {
            color: #eb0000;
        }

            .list li a:hover {
                color: #6b6e6e;
                text-decoration: none;
            }

.list2 {
    list-style-type: none;
    margin: 0;
}

    .list2 li {
        margin: 0;
        padding: 17px 20px 20px 0px;
        font-size: 18px;
        line-height: 22px;
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'Sanchez', serif;
        display: block;
        text-align: right;
        border-top: #e6e6e6 1px solid;
    }

        .list2 li:first-child {
            border: none;
        }

        .list2 li a {
            color: #333c3c;
        }

            .list2 li a:hover {
                color: #ff7e49;
                text-decoration: none;
            }

    .list2.list2-2 li {
        text-align: left !important;
    }
/*----------- Back to top --------------*/
#toTop {
    display: none;
    width: 62px;
    height: 62px;
    overflow: hidden;
    background: url(../images/totop.png) right 0 no-repeat;
    position: fixed;
    margin-right: -690px !important;
    right: 50%;
    bottom: 20px;
    z-index: 999;
}

    #toTop:hover {
        background-position: 0 0;
    }

    #toTop:active,
    #toTop:focus {
        outline: none;
    }
/*------ header ------- */
header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: white;
}

    header .container {
        background-color: #fff;
    }
    /*brand*/
    header h1.brand {
        display: inline-block;
        float: left;
        margin: 12px 0 0px 0;
        padding: 0;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        position: relative;
        z-index: 99;
    }

        header h1.brand a {
            display: inline-block;
            text-decoration: none;
        }

            header h1.brand a img {
                width: 100%;
            }

.header-block {
    float: right;
    text-align: right;
    overflow: hidden;
    margin-bottom: 0;
}

    .header-block .menu-list {
        display: block;
        float: none;
        text-align: right;
    }

header .sponser {
    /*clear:right;*/
    float: left;
    display: inline-block;
    padding-left: 30px;
}

    header .sponser a img {
        width: 100%;
        margin-top: 4.3em;
    }

header h1 {
    font-size: 14px;
    margin: 0px 0px 15px;
    padding: 3px 0 0 0;
    font-weight: 500;
}

#headerbar {
    padding: 5px 0;
}
/*header and footer*/
.menu-list {
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}

    .menu-list li {
        display: inline-block;
        float: left;
        font-size: 13px;
        line-height: 15px;
        color: #8f8f8f;
    }

        .menu-list li a {
            color: #8f8f8f;
        }

            .menu-list li a:hover,
            .menu-list li a.active {
                text-decoration: underline;
                color: #ff7e49;
            }

        .menu-list li span {
            padding: 0 10px;
        }

#siteMenu ul.siteMap ul li {
    float: left;
    padding-right: 10px;
}

#siteMenu ul.siteMap ul ul li {
    width: auto;
    float: none;
}

#siteMenu ul.siteMap ul li.root a,
#siteMenu ul.siteMap ul li.parent a,
#siteMenu a.root,
#siteMenu a.parent,
#siteMenu label.pop-root {
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.mega-range a.root, #menuHelp a.root {
    border-bottom: 1px solid #ccc;
    color: #4CA252;
    margin-bottom: 3px;
}

.mega-range [class^="col-md"].bdr {
    border-right: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
}

#siteMenu a.root:hover {
    border-bottom: 1px solid #38763d;
}

#siteMenu label.pop-root {
    border-bottom: 1px solid #ccc;
    color: #E99002;
}



#siteMenu ul.siteMap ul li.child a, #siteMenu a.child, #siteMenu a.pop-child {
    font-weight: normal;
    font-size: 11px;
    display: block;
    line-height: 14px;
}

#siteMenu a.pop-child {
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
}

#siteMenu .pop-end {
    text-align: right;
    background-color: #E99002;
}

    #siteMenu .pop-end:hover {
        background-color: #ffb400;
    }

    #siteMenu .pop-end a {
        padding: 50px 0px 0px 0px;
        font-size: 17px;
        line-height: 25px;
        width: 100%;
        display: block;
        color: #fff;
    }

.header-delivery p {
    margin: 0px;
    font-size: 13px;
}

.header-delivery .btn {
    text-align: left;
    padding: 3px;
    white-space: normal;
}

.header-delivery [class^="col-md"] {
    padding-left: 0px;
    padding-right: 0px;
}

.header-img {
    width: 100%;
}
/**/
/* search-form */
.navbar-form {
    background: url(../images/navbar-form.png) 0 0 repeat;
    border: #e1e1e1 1px solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 14px 0px 0 0;
    padding: 0;
    width: 217px;
    height: 36px;
    box-sizing: border-box;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .navbar-form input {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 35px;
        line-height: 16px;
        font-size: 13px;
        text-transform: none;
        color: #6b6e6e;
        width: 75%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0px;
        padding: 8px 0px 9px 20px;
    }

        .navbar-form input:focus {
            box-shadow: none;
        }

    .navbar-form a {
        margin: 0;
        display: inline-block;
        width: 33px;
        height: 35px;
        background: url(../images/search.png) 0 0 no-repeat;
        float: right;
    }

        .navbar-form a:hover {
            background: url(../images/search.png) right 0 no-repeat;
        }

/* Google Search */
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
    background-color: #fff !important;
    border: none !important;
}

.gsc-search-button .gsc-search-button-v2 {
    min-height: 30px;
    min-width: 30px;
    background: url('../images/search.png') no-repeat center center;
}

.gsc-input-box {
    height: 100% !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    min-height: 26px !important;
}

input.gsc-search-button {
    border: none !important;
    background: url('../images/search.png') no-repeat center center rgba(0,0,0,0.2) !important;
    border-radius: 0px !important;
    background-color: #FD4412 !important;
}

    input.gsc-search-button:hover, input.gsc-search-button:focus {
        background: url('../images/search.png') no-repeat center center rgba(0,0,0,0.4) !important;
    }

#gsc-i-id1 {
    background: none !important;
}

/* navbar */
.select-menu {
    display: none !important;
}

.navbar_ {
    margin: 2px 0 0 0;
    float: none;
    border-bottom: 1px solid #28551e;
}

    .navbar_ .navbar-inner {
        position: relative;
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        min-height: inherit;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
/*navbar*/
/* sitemap */
.breadcrumbtitle {
    font-weight: bold;
}
/* end sitemap */

.uspbar {
    padding-top: 5px;
    background: #ccc;
    padding-bottom: 5px;
}

    .uspbar ul {
        text-align: center;
        margin-bottom: 0px;
    }

        .uspbar ul li {
            padding: 0 12px 0 12px;
        }

    .uspbar span {
        line-height: 24px;
        font-weight: bold;
        font-size: 13px;
    }

.usps {
    font-size: 13px;
}

    .usps [class^="col"] {
        padding: 5px 0px 10px 10px;
    }

    .usps .important {
        font-weight: bold;
        font-size: 15px;
    }

.menuitem {
    border-right: 1px solid #fff;
}

/**/
/*--- header end ------*/
/*------ content ------- */
#content {
    height: 100%;
    background-color: #e0e0e0 !important;
}

#content-body {
    background-color: #fff;
    padding-bottom: 20px;
    min-height: 100%;
}

/*#content-body h1 {
        margin-top: 0px;
    }*/

#body-overlay.beast {
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,0.5);
    height: 100%;
}

#body-banner-left.beast {
    background: url("../images/beast-ripin-bg-side-left.png") no-repeat top left;
    position: absolute;
    left: -355px;
    width: 190px;
    min-height: 100%;
}

#body-banner-right.beast {
    background: url("../images/beast-ripin-bg-side-right.png") no-repeat top left;
    position: absolute;
    right: -122px;
    width: 172px;
    min-height: 100%;
}

.border-1 {
    border-bottom: #e2e3e3 1px solid;
    padding-top: 57px;
}

.border-2 {
    border-right: #e6e6e6 1px solid;
}

.border-3 {
    border-bottom: #e2e3e3 1px solid;
    padding-top: 47px;
}

.block-1 .span3 {
    text-align: center;
}

    .block-1 .span3 h3 {
        margin: 43px 0 16px 0;
    }

    .block-1 .span3:hover span {
        color: #ff7e49;
    }

.block-2 .span3 > div {
    overflow: hidden;
    margin-top: 22px;
}

.block-2 .span3 img {
    margin: 0px 0 25px 0;
}

.list-logo {
    margin-top: 53px;
}

    .list-logo a img {
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .list-logo a:hover img {
        opacity: 1;
        filter: alpha(opacity=100);
    }
/*thumbnails*/ .thumbnails {
    margin: 0 0 0 -20px;
    overflow: hidden;
    padding-top: 23px;
}

    .thumbnails li {
        margin-top: 35px;
        margin-bottom: 0;
        float: left;
    }

    .thumbnails .thumbnail {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
    }

        .thumbnails .thumbnail figure {
            display: block;
        }

        .thumbnails .thumbnail h5 {
            margin: 22px 0 16px 0;
        }
/**/
/*------HOME-------*/


section.tab {
    position: relative;
    background-clip: content-box;
}

    /*.range-banner header {
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: 2;
    width: 60px;
    height: 52px;
}*/

    section.tab header {
        position: absolute;
        bottom: 23px;
        left: 2px;
        /*background-color: rgba(60,60,60,0.6);*/
        z-index: 2;
        text-align: left;
        height: 32px;
        border-top: 5px solid #e99002;
        background-color: #fff;
    }

    section.tab a.footer {
        position: absolute;
        z-index: 2;
        text-align: left;
    }

    section.tab.tab-lg a.footer {
        font-size: 26px;
        line-height: 24px;
    }

    section.tab.tab-sm a.footer {
        font-size: 13px;
        height: 31px;
        bottom: 1px;
        background-color: #e99002;
        height: 23px;
    }

    section.tab.tab-md a.footer {
        font-size: 16px;
        line-height: 15px;
    }


    section.tab.tab-beast a.footer {
        background: url('../images/banners/CIRCLE-green-horns.png') no-repeat transparent;
        right: 40px;
        bottom: 20px;
        width: 154px;
        height: 152px;
        text-align: center;
        padding-top: 46px;
    }

    section.tab.tab-ranges a.footer {
        background: url('../images/banners/CIRCLE-green.png') no-repeat transparent;
        left: 235px;
        bottom: 45px;
        width: 132px;
        height: 130px;
        text-align: center;
        padding-top: 26px;
    }

    section.tab.tab-secure a.footer, section.tab.tab-summer a.footer {
        background: url('../images/banners/CIRCLE-green.png') no-repeat transparent;
        background-size: 92px 91px;
        right: 10px;
        bottom: 10px;
        width: 92px;
        height: 91px;
        text-align: center;
        padding-top: 10px;
    }

    section.tab.tab-summer a.footer {
        right: 20px;
    }

    section.tab p {
        padding: 3px 8px 0 8px;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 20px;
        color: #fff;
    }

    section.tab.tab-lg p {
        line-height: 26px;
    }

        section.tab.tab-lg p.small {
            font-size: 15px;
            line-height: 20px;
        }

    section.tab.tab-md p.small {
        font-size: 13px;
        line-height: 5px;
        padding: 0px;
    }

img.landscape-tab {
    height: 89px;
}

.gallery-tab img.landscape-tab {
    height: 88px;
}

.review-lead {
    background: none repeat scroll 0 0 #e7e7e7;
    padding: 10px;
}

/* chat tab */
#habla_window_div #habla_topbar_div {
    background: #FD4412 !important;
}

#hblink99 {
    display: none !important;
}
/*------ABOUT-------*/
.block-3 {
    overflow: hidden;
}

    .block-3 img {
        margin: 0 0 26px 0;
    }
/*list-staff*/
.list-staff {
    list-style-type: none;
    margin: -30px 0 0 -20px;
}

    .list-staff li {
        margin-top: 30px;
        display: inline-block;
        margin-left: 20px;
    }

        .list-staff li img {
            width: 100%;
        }
/*list-mission*/
.list-history {
    margin: 0;
}

    .list-history dt {
        margin: 20px 0 12px 0;
    }

        .list-history dt:first-child {
            margin-top: 0px;
        }

    .list-history dd {
        margin: 0px;
        padding: 0;
    }
/*testimonials*/
.testimonials blockquote {
    margin: 18px 0 0 0;
    padding: 0px 0 0 30px;
    font-size: 14px;
    line-height: 22px;
    background: url(../images/blockquote.png) 0 3px no-repeat;
    display: block;
    border: none;
    overflow: hidden;
}

    .testimonials blockquote strong {
        display: inline-block;
        margin-top: 22px;
    }
/**/
.block-4 {
    text-align: center;
}

    .block-4 .span2 {
        margin-top: 18px;
    }

    .block-4 h5 {
        margin: 21px 0 9px 0;
    }

.block-5 {
    overflow: hidden;
}

    .block-5 img {
        float: left;
        margin: 0 30px 5px 0;
    }

.block-6 .span4 > div {
    margin-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

    .block-6 .span4 > div .extra-wrap {
        overflow: visible;
    }

.block-6 .badge {
    background: #ff7e49;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    width: 70px;
    height: 70px;
    padding: 0;
    margin: 3px 30px 5px 0;
    font-size: 30px;
    font-weight: normal;
    font-family: 'Sanchez', serif;
    line-height: 70px;
    color: #fff;
    text-align: center;
    float: left;
}

.block-6 .badge2 {
    background: #ffae3c;
}
/*-- contacts page --*/
.map {
    margin: 0 0 0px 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .map iframe {
        width: 100%;
        height: 615px;
        border: none;
    }

.address {
    display: block;
    margin: 0;
}

    .address span {
        width: 80px;
        display: inline-block;
    }
/***** contact form *****/
.contact-form {
    position: relative;
    vertical-align: top;
    z-index: 1;
    margin: 0;
}

    .contact-form .txt-form {
        display: none;
    }

    .contact-form .coll-1,
    .contact-form .coll-2,
    .contact-form .coll-3 {
        float: left;
        width: 190px;
    }

    .contact-form .coll-1,
    .contact-form .coll-2 {
        margin-right: 25px;
    }

    .contact-form fieldset {
        border: none;
        padding: 0;
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .contact-form label {
        display: block;
        min-height: 50px;
        position: relative;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }

    .contact-form .message {
        display: block;
        width: 100%;
    }

    .contact-form input,
    .contact-form textarea {
        font-family: Arial, Helvetica, sans-serif;
        padding: 7px 10px;
        margin: 0;
        font-size: 14px;
        line-height: 22px;
        color: #b5b6b6;
        background: url(../images/navbar-form.png) 0 0 repeat;
        outline: none;
        width: 100%;
        border: 1px solid #e1e1e1;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        float: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contact-form input {
        height: 36px;
    }

        .contact-form input:focus,
        .contact-form textarea:focus {
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid #e1e1e1 !important;
            color: #b5b6b6 !important;
        }

    .contact-form .area .error {
        float: none;
    }

    .contact-form textarea {
        width: 100%;
        height: 231px;
        resize: none;
        overflow: auto;
    }

    .contact-form .success {
        border: 1px solid #d4d4d4;
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        line-height: 22px;
        background: #fff;
        padding: 14px 0px;
        text-transform: none;
        text-align: center;
        z-index: 20;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contact-form .error,
    .contact-form .empty {
        color: #f00;
        font-size: 11px;
        line-height: 1em;
        display: none;
        overflow: hidden;
        padding: 0px 4px 0px 0;
        width: 100%;
        text-transform: none;
        position: absolute;
        bottom: 0px;
        left: 0;
    }

    .contact-form .message .error,
    .contact-form .message .empty {
        bottom: -14px;
    }

    .contact-form .buttons-wrapper {
        position: relative;
        overflow: hidden;
        padding-top: 26px;
    }

        .contact-form .buttons-wrapper a {
            margin-right: 70px;
            margin-top: 0px;
            float: left;
        }

            .contact-form .buttons-wrapper a:hover {
                text-decoration: none;
            }

        .contact-form .buttons-wrapper span {
            display: inline-block;
            padding-top: 0px;
            color: #6b6e6e;
        }
/*-- end contacts --*/
/*guide*/

.chartTable {
    color: #3e3e3e;
    border: solid 1px #dadad4;
}

.trChartHeaders {
    background: #f4f4f2;
}

    .trChartHeaders td {
        border-bottom: solid 1px #dadad4;
    }

.leftChartHeaderTd {
    border-right: solid 1px #dadad4;
}

.tdChart {
    border-right: solid 1px #dadad4;
    padding: 4px;
}

    .tdChart.tick, .tdTick {
        background: url(../Images/tick.gif) no-repeat center center;
    }

    .tdChart.cross, .tdCross {
        background: url(../Images/cross.gif) no-repeat center center;
    }

.chartLower td {
    border-bottom: solid 1px #dadad4;
    padding: 4px;
}


/*--- content end ------*/
/*------ footer ------- */
footer {
    position: relative;
    color: #fff;
    font-size: 13px;
}

    footer a {
        color: #fff;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer .span12 {
        border-top: #e2e3e3 1px solid;
        padding-top: 28px;
    }

    footer .span8 {
        padding-top: 26px;
    }

    footer .span4 {
        text-align: right;
    }

    footer .menu-list {
        float: left;
        display: inline-block;
    }

    footer .btn {
        margin: 0 0 0 1px;
        float: right;
    }

    footer .logos img {
        max-height: 60px;
        padding: 5px;
    }
/*--- footer end ------*/
/*404 page*/
.block-404 .img-404 {
    padding-top: 62px;
    text-align: center;
}

.block-404 h3 {
    margin: 45px 0 16px 0;
}
/* search-form */ .form-404 {
    background: url(../images/navbar-form.png) 0 0 repeat;
    border: #e1e1e1 1px solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 25px 0px 0 0;
    padding: 0;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form-404 input {
        background: none;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 35px;
        line-height: 16px;
        font-size: 13px;
        text-transform: none;
        color: #6b6e6e;
        width: 75%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0px;
        padding: 8px 0px 9px 20px;
    }

        .form-404 input:focus {
            box-shadow: none;
        }

    .form-404 a {
        margin: 0;
        display: inline-block;
        width: 33px;
        height: 35px;
        background: url(../images/search.png) 0 0 no-repeat;
        float: right;
    }

        .form-404 a:hover {
            background: url(../images/search.png) right 0 no-repeat;
        }
/**/
/* listings*/
.itemlist .item {
    padding-bottom: 15px;
}

    .itemlist .item .inner {
        background-color: #e5e5e5;
        border: 1px solid #ccc;
    }

    .itemlist .item h3 {
        overflow: hidden;
        margin: 0;
        font-size: 19px;
        padding: 5px;
        font-weight: bold;
        color: #fff;
    }

    .itemlist .item .img {
        text-align: center;
        min-width: 144px;
        vertical-align: middle;
        padding-top: 4px;
        background-color: #fff;
    }

    .itemlist .item .info {
        padding-top: 10px;
    }

        .itemlist .item .info .txt {
            overflow: hidden;
        }

        .itemlist .item .info .points {
        }

        .itemlist .item .info .priceinfo {
            padding-top: 4px;
            padding-bottom: 4px;
        }

            .itemlist .item .info .priceinfo .price {
                font-weight: bold;
                font-size: 24px;
            }

            .itemlist .item .info .priceinfo .vat {
                font-size: 13px;
                font-style: italic;
                text-align: right;
                font-weight: normal;
            }

        .itemlist .item .info .view {
            text-align: right;
        }

.itemlistfilter #layouts ul.checklist {
    color: #000000;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .itemlistfilter #layouts ul.checklist li {
        border: 1px dashed #C0C0C0;
        float: left;
        font-size: 13px;
        margin: 3px;
        height: 110px;
        min-height: 110px;
        position: relative;
        width: 87px;
        text-align: center;
    }

        .itemlistfilter #layouts ul.checklist li img {
            height: 75px;
            width: 75px;
            margin: 0 auto;
        }
/*end listings*/

/* shed builder */
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr li.progtrckr-done, ol.progtrckr li.progtrckr-current {
        color: black;
        border-bottom: 4px solid yellowgreen;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: #E99002;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-current:before {
        content: "\25EF";
        color: yellowgreen;
        background-color: white;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

.selectable {
    border: 2px solid transparent;
}

    .selectable:hover {
        border: 2px dashed #c0c0c0;
        cursor: pointer;
    }

    .selectable.selected {
        border: 2px solid yellowgreen;
    }
/*end shed builder*/
/* side nav */
#layoutsDDL, #sizesDDL, #woodDDL, #frameworkDDL {
    min-width: 140px;
}

#sideNavList {
    width: 100%;
}

/* end side nav*/
#pageLoader, .pageLoader {
    display: none;
    background-color: #000;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

    #pageLoader img, #pageLoader label, .pageLoader img, .pageLoader label {
        position: fixed;
        top: 10%;
        left: 40%;
        vertical-align: middle;
        text-align: center;
    }

    #pageLoader label, .pageLoader label {
        top: 70%;
    }
/* shop & parts */
#productDetailPanel {
    z-index: 10;
}

    #productDetailPanel.affix {
        top: 10px;
    }

.partCB {
    display: none;
}

.partContent {
    padding-left: 0;
    font-size: 12px;
    font-weight: normal;
}

    .partContent.hide {
        display: none;
    }

.partContentBody {
    background-color: transparent;
    cursor: pointer;
    padding-left: 4px;
}

    .partContentBody.row {
    }

        .partContentBody.row.chosen, .partContentBody.chosen {
            background: url('../images/chosen.png') no-repeat 96% center #E9F0E1;
        }

    .partContentBody.img {
        padding-right: 4px;
    }

.partContentOver {
    background: url('../images/choose.png') no-repeat 96% center #E3EBDA;
    cursor: pointer;
}

.partContentBody.row.chosen.partContentOver, .partContentBody.chosen.partContentOver {
    background: url('../images/choose-no.png') no-repeat 96% center #E9F0E1;
}

.partText {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0; /*background: url('../images/grey-line.gif') repeat-y top left; */
}

.partTitle {
    font-weight: bold;
    font-size: 14px;
}

    .partTitle.main {
        font-size: 16px;
        border-bottom: 3px double #696969;
        text-align: left;
    }

    .partTitle.minor {
        font-size: 15px;
        border-bottom: 1px solid #696969;
        text-align: left;
    }

.partActions {
    display: inline-block;
    vertical-align: middle;
}

    .partActions input {
        cursor: pointer;
    }

.rowBreak {
    width: 100%;
    border-bottom: 1px dashed #696969;
    height: 1px;
    padding-top: 10px;
}

.partImg {
    vertical-align: middle;
}

    .partImg.notChosen {
        display: inline;
    }

    .partImg.chosen {
        display: inline;
    }

.toggleBtn {
    border: none;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
    color: #52623e;
}

    .toggleBtn:hover {
        color: #718754;
    }

.chosenBtn {
    border: none;
    padding: 5px 24px 5px 5px;
    background: url('../images/cross-faded.png') no-repeat 96% center #E9F0E1;
    font-size: 16px;
}

    .chosenBtn:hover {
        background: url('../images/cross.png') no-repeat 96% center #E9F0E1;
        cursor: pointer;
    }

.imgTip {
    border-bottom: 1px dashed #8dc63e;
    cursor: pointer;
    padding-right: 16px;
    background: url(../images/popup-icon.png) right center no-repeat;
}

.pointImg {
    vertical-align: middle;
    background: url(../images/point.png) left center no-repeat;
    height: 10px;
    width: 12px;
    display: inline-block;
}

.lineBreak {
    border-bottom: 1px dashed #696969;
    height: 1px;
}

.partGroupText {
    width: 554px;
    min-height: 24px;
    cursor: pointer;
    padding: 0px 8px 0px 0px;
    line-height: 26px;
}

.panel-heading.toggler {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
}

    .panel-heading.toggler span {
        top: 3px;
    }

.sizing {
    color: #000;
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 20px;
    padding: 5px 0 5px 0;
    font-size: 14px;
}

ul.sizes {
    margin: 0px;
    padding: 0;
    list-style: none;
    padding: 0px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #B5B5B5;
}

    ul.sizes li {
        border-bottom: 1px dashed #B5B5B5;
        padding: 3px 4px 3px 4px;
    }

    ul.sizes input {
        width: 44px;
        border: none;
        cursor: pointer;
        background-color: transparent;
    }

        ul.sizes input:hover {
            text-decoration: underline;
        }

        ul.sizes input.selected {
            text-decoration: underline;
            background-color: #4ca252;
            color: #fff;
        }

    ul.sizes .sizeItem {
        padding: 6px 0px 6px 0px;
        margin: 0 2px 0 2px;
        width: 46px;
    }

.addToCart {
    font-size: 15px;
    cursor: pointer;
    padding: 4px;
    width: 150px;
    height: 36px;
    border: 0;
    background: url(../Images/add-cart-lg.gif) no-repeat center center;
}

    .addToCart:hover {
        background: url(../Images/add-cart-lg-over.gif) no-repeat center center;
    }

/* end shop & parts*/
/* reviews */
.review blockquote q::before {
    content: "“";
    float: left;
    margin: 0.35em 10px 0 0;
    font-family: Times,"Times New Roman",serif;
    font-size: 4em;
    font-weight: 700;
    line-height: 0;
    position: relative;
    color: #CCCCCC;
}

/*.review blockquote q::after {
    content: "”";
    float: right;
    margin: 0.4em 0 0 10px;
    font-family: Times,"Times New Roman",serif;
    font-size: 4em;
    font-weight: 700;
    line-height: 0;
    position: relative;
    color: #CCCCCC;
}*/

.review blockquote {
    color: #3c3c3c;
}

.review dt {
    clear: left;
    float: left;
    width: 40%;
}

.review dd {
    float: left;
    width: 60%;
}

.review .summary:before {
    border: 1px dotted #CCCCCC;
    bottom: 0;
    content: ".";
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}

.review .summary {
    position: relative;
    z-index: 1;
}

    .review .summary dl {
        margin: 10px !important;
        position: relative;
        width: 90%;
        z-index: 1;
    }

.review .pros-cons {
    margin-bottom: 0;
}

    .review .pros-cons dd {
        clear: left;
        margin-bottom: 0.5em;
        width: 90%;
    }

    .review .pros-cons dt {
        font-weight: bold;
    }

.review .overall-rating dt {
    font-weight: bold;
}

.review span.by {
    color: #808080;
}

.reviewingTitle {
    text-align: left;
    padding: 10px 0 10px 0;
}

.review .review-img {
    max-height: 200px;
    float: left;
    padding: 5px;
}

.review dl.subject {
    margin-bottom: 20px;
}

/* end reviews */

/* banners */

#shed-shop-banner {
    background-image: url(../Images/banners/shed-shop-part-banner.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    height: 185px;
    padding: 10px 260px 10px 10px;
}

    #shed-shop-banner h1, #customers-banner h1, #help-banner h1 {
        font-weight: 100;
        position: absolute;
        bottom: 0px;
        left: 10px;
        color: #fff;
    }

#customers-banner {
    background-image: url(../Images/banners/customers-part-banner.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    height: 185px;
    padding: 10px 260px 10px 10px;
}

#help-banner {
    color: #fff;
    height: 185px;
    padding: 10px 260px 10px 10px;
}

/* end banners*/

/*----- bootstrap modifers ------*/
.spacer {
    height: 15px;
    clear: both;
    display: block;
    width: 100%;
}

.spacer-1 {
    height: 1px;
    clear: both;
    display: block;
    width: 100%;
}

.spacer-4 {
    height: 4px;
    clear: both;
    display: block;
    width: 100%;
}

.spacer-5 {
    height: 5px;
    clear: both;
    display: block;
    width: 100%;
}

.spacer-6 {
    height: 6px;
    clear: both;
    display: block;
    width: 100%;
}

.pad-left-0 [class^="col"] {
    padding-left: 0px;
}

.pad-right-0 [class^="col"] {
    padding-right: 0px;
}

.pad-left-1 [class^="col"] {
    padding-left: 1px;
}

/*.pad-right-1 [class^="col"]:not(:last-child) {
    padding-right: 1px;
}*/

.pad-right-1 [class^="col"]:last-child {
    padding-right: 0px;
}

.pad-left-2 [class^="col"] {
    padding-left: 2px;
}

.pad-right-2 [class^="col"] {
    padding-right: 2px;
}

.bg-primary {
    /*background:-moz-linear-gradient(135deg, #116F45 0%, #007a63 100%); 
  background:-webkit-linear-gradient(135deg, #116F45 0%, #007a63 100%); 
  background:linear-gradient(135deg, #116F45 0%, #007a63 100%);*/
    background: #306031;
}

.btn-primary {
    background-color: #FD4412;
}

    .btn-primary:hover {
        background: #FF6A43;
    }

.bg-success, .btn-success {
    background: -moz-linear-gradient(135deg, #77ba34 0%, #73B331 100%);
    background: -webkit-linear-gradient(135deg, #77ba34 0%, #73B331 100%);
    background: linear-gradient(135deg, #77ba34 0%, #73B331 100%);
}

    .btn-success:hover {
        background: -moz-linear-gradient(135deg, #80C43A 0%, #78BA35 100%);
        background: -webkit-linear-gradient(135deg, #80C43A 0%, #78BA35 100%);
        background: linear-gradient(135deg, #80C43A 0%, #78BA35 100%);
    }

.bg-warning {
    background: -moz-linear-gradient(135deg, #e99002 0%, #d58600 100%);
    background: -webkit-linear-gradient(135deg, #e99002 0%, #d58600 100%);
    background: linear-gradient(135deg, #e99002 0%, #d58600 100%);
    color: #fff;
}

    .bg-warning h1, .bg-warning p, .bg-warning a {
        color: #fff;
    }

.bg-danger, .btn-danger {
    background: #824D80;
    color: #fff;
}

    .bg-danger h1, .bg-danger p, .bg-danger a {
        color: #fff;
    }

    .btn-danger:hover {
        background: #9A6098;
    }

h2.section {
    padding: 5px;
}

a.warning {
    color: #e99002;
}


.bg-info, .btn-info {
    background: -moz-linear-gradient(135deg, #6B7765 0%, #5A7870 100%);
    background: -webkit-linear-gradient(135deg, #6B7765 0%, #5A7870 100%);
    background: linear-gradient(135deg, #6B7765 0%, #5A7870 100%);
    color: #fff;
}

    .btn-info:hover {
        background: -moz-linear-gradient(135deg, #838F7C 0%, #6A8B82 100%);
        background: -webkit-linear-gradient(135deg, #838F7C 0%, #6A8B82 100%);
        background: linear-gradient(135deg, #838F7C 0%, #6A8B82 100%);
    }

.bg {
    background-color: #E9E9E9;
    color: #000;
}

.table-container .table-row {
    height: 100%;
    display: table-row;
}

    .table-container .table-row .table-col {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

/*.sidenav .navbar-nav ul {
    padding:0px;
    margin:0;
}

.sidenav .navbar-nav > li {
    float: none;
    border-bottom: 1px solid #ccc;
}

.sidenav .navbar-nav li > ul {
   list-style :none;     
}

.sidenav .navbar-nav li ul > li {   
    float: none;
    border-top: 1px solid #ccc;
}

    .sidenav .navbar-nav li ul > li a:before {
        content: "\2D ";
    }

.sidenav .navbar-nav li ul > li a {
    padding-left:15px;
    display:block;
}*/

.btn-m {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.x-small {
    font-size: 60%;
}

.multi-list-group .list-group-item:first-child {
}

.multi-list-group .list-group-item {
    border-width: 1px 0;
}

.multi-list-group {
    margin-bottom: 0;
}

    .multi-list-group .list-group-item {
    }

        .multi-list-group .list-group-item .list-group {
            margin: 0;
            margin-top: 10px;
        }

        .multi-list-group .list-group-item li.list-group-item {
            margin: 0;
            border-top: 1px solid #ddd;
            border-bottom: 0;
            padding-left: 30px;
        }

            .multi-list-group .list-group-item li.list-group-item:last-child {
                padding-bottom: 0;
            }

/*Core variables and mixins*/
.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.affix-bottom {
    position: relative;
}

/* MOVED TO JQUERY
    @media (max-width: 992px) {
    .table-container .table-row {        
        display: block;
        clear:left;
    }
        .table-container .table-row .table-col {
            display: block;
            float: left;
        }
}*/
/*TO allow clicking of the actual radio/checkbox */
[data-toggle="buttons"] .btn > input[type="radio"],
[data-toggle="buttons"] .btn > input[type="checkbox"] {
    clip: rect(1px, 1px, 1px, 1px);
    pointer-events: none;
}

/*----- end bootstrap modifers ------*/

/*----- buttons ------*/
.beast-sheds-overlay {
    background: url(../Images/Buttons/beast-sheds-text-overlay.png) no-repeat center center;
    width: 100%;
    height: 23px;
    text-align: right;
}

.security-sheds-overlay {
    background: url(../Images/Buttons/security-sheds-text-overlay.png) no-repeat center center;
    width: 100%;
    height: 23px;
    text-align: right;
}

.summer-houses-overlay {
    background: url(../Images/Buttons/summer-houses-text-overlay.png) no-repeat center center;
    width: 100%;
    height: 23px;
    text-align: right;
}


/*.headline {
    background:-moz-linear-gradient(135deg, #519ed5 0%, #418aab 100%); 
  background:-webkit-linear-gradient(135deg, #519ed5 0%, #418aab 100%); 
  background:linear-gradient(135deg, #519ed5 0%, #418aab 100%);
  color:#fff;  
}

h1.headline , .headline p {    
    padding:10px;
} 

.headline hr {    
  content:""; 
  height:1px;
  background:-moz-linear-gradient(left, #77ba34 0%, #5f942a 100%); 
  background:-webkit-linear-gradient(left, #77ba34 0%, #5f942a 100%); 
  background:linear-gradient(left, #77ba34 0%, #5f942a 100%);
  width:100%;
  display:block;
  margin:0px;
  padding:0px;
  border:none;
}
*/

/*----- end buttons ------*/

/* customiser */
.checklist.big li .selectThumb {
    width: auto;
    height: auto;
}

.checklist.bigWide li .selectThumb {
    width: 350px;
    height: auto;
    float: left;
}

.selectThumb img {
    height: 90px;
    width: 90px;
}

.checklist.bigWide li .selectThumb img {
    height: 197px;
    width: 350px;
}

.checklist, .checklist_sm {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
}

    .checklist li {
        float: left;
        margin: 3px;
        width: 111px;
        min-height: 140px;
        position: relative;
        font-size: 13px;
        border: 1px dashed #c0c0c0;
    }

    .checklist.tall li {
        height: 170px;
    }

    .checklist.big li {
        height: 160px;
        width: 160px;
        background: none;
        font-size: 13px;
    }

    .checklist.bigWide li {
        width: 100%;
        padding: 7px;
        font-size: 13px;
        margin: 2px;
    }

    .checklist_sm li {
        float: left;
        margin: 0 2px 4px 2px;
        width: 105px;
        height: 63px;
        position: relative;
        font-size: 11px;
    }

    .checklist li:hover {
        border: 1px solid #c0c0c0;
        cursor: pointer;
    }

    .checklist li.custom:hover {
        background-color: transparent;
        cursor: default;
        border: 1px dashed #C0C0C0;
    }

    .checklist li.selected, .checklist_sm li.selected, .checklist.tall li.selected {
        border: 5px solid #E99002;
    }

    .checklist.big li.selected .checkbox-select, .checklist.bigWide li.selected .checkbox-select {
        cursor: default;
        display: block;
        background: url('../images/chosen.gif') no-repeat center center #a0dc4f;
        height: 31px;
        width: 100%;
    }

    .checklist li input.hide, .checklist_sm li input.hide {
        display: none;
    }

    .checklist li.selected a.checkbox-deselect, .checklist_sm li.selected a.checkbox_sm-deselect {
        display: block;
    }

    .checklist li label {
        display: block;
        text-align: center;
        padding: 2px;
    }

    .checklist_sm li label {
        display: block;
        text-align: center;
        padding: 1px;
    }

    .checklist.big li label {
        display: block;
        text-align: center;
        position: absolute;
        top: 0px;
        font-size: 20px;
        width: 100%;
        background-image: url("../images/30p-white-bg.png");
        background-repeat: repeat-x repeat-y;
        background-position: left top;
    }

    .checklist.bigWide li label {
        font-size: 16px;
        width: 100%;
        background-color: #8dc63e;
        margin-bottom: 4px;
        color: #fff;
    }

.checkbox-select {
    display: block;
    top: 66px;
    width: 85px;
    height: 23px;
    text-indent: -9999px;
    margin: 0 auto;
    background: url(../Images/select.png) no-repeat 0 0;
    text-decoration: none;
    border: none;
}

    .checkbox-select:hover {
        background-image: url(../Images/select-over.png);
        text-decoration: none;
        border: none;
    }


.checklist li.selected .checkbox-select, .checklist div.selected .checkbox-select {
    background: url('../images/select-chosen.png') no-repeat center center;
}

.checklist.big li .checkbox-select {
    position: absolute;
    bottom: 4px;
    top: auto;
    text-align: center;
    width: 100%;
    background-position: center center;
}

.checklist.bigWide li .checkbox-select, .checklist.responsive .checkbox-select {
    width: 100%;
    background-position: center center;
    height: 31px;
}

.checkbox_sm-select {
    display: block;
    float: left;
    position: absolute;
    top: 30px;
    left: 10px;
    width: 85px;
    height: 23px;
    text-indent: -9999px;
    background: url(../Images/select.png) no-repeat 0 0;
}

a.checkbox-deselect {
    display: none;
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 120px;
    right: 10px;
}

a.checkbox_sm-deselect {
    display: none;
    color: white;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 30px;
    right: 10px;
}

.checklist.bigWide .info {
    margin: 0 0 0 0px;
    float: left;
    width: 215px;
    padding: 5px;
    line-height: 20px;
    height: 213px;
}

.checklist .partTitle {
    font-size: 13px;
    background-color: #A0DC4F;
}

.checklist .partBtn, .checklist .partPrice {
    font-size: 15px;
    font-weight: normal;
    display: inline;
}

div.checklist-child .checklistItem {
    border: 1px solid #C0C0C0;
}

div.checklist-child.selected .checklistItem {
    border: 1px dashed #4CA252;
}

.selectThumb {
    text-align: center;
}
/**/

.field-validation-error {
    color: #e51e1e;
}

.block-text {
    text-align: right;
    padding: 50px 5px 5px 5px;
}

.payment-button-sm {
    position: relative;
    padding-bottom: 5px;
}

.payment-button {
    position: relative;
    padding-bottom: 20px;
}


i.payment-types {
    background-image: url(../Images/icons/payment-types.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
    width: 306px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    right: 0px;
    bottom: 0px;
}

i.payment-types-sm {
    background-image: url(../Images/icons/payment-types-sm.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 16px;
    width: 153px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    right: 0px;
    bottom: 0px;
}

.payment-types {
    background-image: url(../Images/icons/payment-types-bw.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
    margin: 15px auto;
}

.payment-types-sm {
    background-image: url(../Images/icons/payment-types-sm.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    height: 16px;
    width: 100%;
}

i.payment-type {
    background-position: center center;
    background-repeat: no-repeat;
    height: 21px;
    width: 34px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

    i.payment-type.visa-e {
        background-image: url(../Images/icons/visa-electron-straight-21px.png);
    }

    i.payment-type.visa {
        background-image: url(../Images/icons/visa-straight-21px.png);
    }

    i.payment-type.amex {
        background-image: url(../Images/icons/american-express-straight-21px.png);
    }

    i.payment-type.sagepay {
        background-image: url(../Images/icons/sagepay-straight-21px.png);
    }

    i.payment-type.mc {
        background-image: url(../Images/icons/mastercard-straight-21px.png);
    }

    i.payment-type.maestro {
        background-image: url(../Images/icons/maestro-straight-21px.png);
    }

/*----- media queries ------*/
@media (min-width: 1270px) {
    .right-1 {
        padding-right: 100px;
    }

    .thumbnails {
        margin: 0 0 0 -30px;
    }

    .list-staff {
        margin: -30px 0 0 -30px;
    }

        .list-staff li {
            margin-left: 30px;
        }

    .contact-form label {
        display: inline-block;
    }

    .contact-form .coll-1,
    .contact-form .coll-2,
    .contact-form .coll-3 {
        width: 240px;
    }

    .slider .camera_wrap {
        height: 155px;
    }
    /***************/
    .nav-collapse_ .nav > li > a {
        font-size: 16px;
        line-height: 16px;
    }

    .nav-collapse_ .nav > li > ul {
        top: 46px;
    }
    /**/
    .block-5 div {
        overflow: hidden;
    }

    .block-6 .span4 > div .extra-wrap {
        overflow: hidden;
    }
}

@media (min-width: 1200px) {

    .itemlist .item .img {
        display: table-cell;
        float: none;
    }

    .itemlist .item .info {
        display: table-cell;
        float: none;
    }

        .itemlist .item .info .points li {
            display: block;
        }

    .itemlist .item .info {
        display: table-cell;
        float: none;
    }

        .itemlist .item .info .points li {
            display: block;
        }

    /*#productDetailPanel {
        width: 450px;
    }*/

    #enquiryPanel {
        width: 260px;
    }
}

@media (max-width: 1199px) {
}

@media (min-width: 980px) {
    .tabs [class^="col"]:not(:first-child) {
        padding-left: 1px;
    }

    .tabs [class^="col"]:not(:last-child) {
        padding-right: 1px;
    }

    #sideNavBar {
        display: block;
    }

    #sideNavList {
        display: none;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .itemlist .item .img {
        display: table-cell;
        float: none;
    }

    .itemlist .item .info {
        display: table-cell;
        float: none;
    }

        .itemlist .item .info .points li {
            display: block;
        }

    #productDetailPanel {
        width: 350px;
    }

    #enquiryPanel {
        width: 210px;
    }
}

@media (max-width: 979px) {
    footer .span8 {
        padding-top: 10px;
    }

    footer .btn {
        padding: 12px 7px;
        font-size: 16px;
    }

    h3 {
        font-size: 20px;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: auto;
    }
    /* Small devices: No media query there is no affix */
    .affix {
        position: static;
    }

    #sideNavBar {
        display: none;
    }

    #sideNavList {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    /* navbar */
    .navbar_ {
        padding: 0;
    }

        .navbar_ .btn-navbar {
            display: none;
        }

        .navbar_ .nav-collapse_ {
            overflow: visible;
            height: auto;
            line-height: 0;
            clear: none;
        }

    .nav-collapse_ .nav > li > a {
        font-weight: normal;
    }
    /**/
    .contact-form .coll-1,
    .contact-form .coll-2,
    .contact-form .coll-3 {
        width: 142px;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
    }

    .slider .camera_wrap {
        height: 315px;
    }
    /***************/
    .nav-collapse_ .nav > li > a {
        font-size: 14px;
        line-height: 20px;
    }

    .nav-collapse_ .nav > li > ul {
        top: 42px;
    }

    .nav-collapse_ .nav ul li a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px;
    }

    footer .menu-list {
        float: none;
        margin-bottom: 5px;
    }

    footer .span8 > span {
        display: block;
    }

    .tabs .row > [class^="col"]:not(:first-child) {
        padding-left: 1px;
    }

    .tabs .row > [class^="col"]:not(:last-child) {
        padding-right: 1px;
    }
}

@media (max-width: 767px) {
    body {
        padding: 0;
        margin: 0;
    }

    /* navbar */
    .select-menu {
        display: none !important;
    }

    .navbar_ {
        float: none;
    }

    .select-menu {
        display: block !important;
    }

    .navbar_ .nav-collapse_ .nav {
        display: none !important;
    }

    .navbar_ .btn-navbar {
        display: none;
    }

    .navbar_ .nav-collapse {
        overflow: visible;
    }

    .navbar_ .nav-collapse {
        height: auto;
        padding: 15px 0 15px 0;
    }

        .navbar_ .nav-collapse select {
            width: 100%;
            position: relative;
            margin: 0;
            background: #ededed;
            border: #a6a6a6 1px solid;
        }
    /**/
    .contact-form .coll-1,
    .contact-form .coll-2,
    .contact-form .coll-3 {
        width: 100%;
        float: none;
    }

    .contact-form textarea {
        height: 100px;
    }

    .map iframe {
        height: 300px;
    }
    /**/
    .float {
        float: none !important;
    }

    .float2 {
        float: none !important;
    }

    /*******************/
    footer .menu-list {
        display: none;
    }

    footer .btn {
        float: left;
        margin: 0 1px 0 0px;
    }
    /*******************/
    .border-2 {
        border: none;
    }

    .list2 li {
        text-align: left;
        padding-left: 20px;
    }

    .list-logo .span2 {
        text-align: center;
    }
}

@media (min-width: 626px) and (max-width: 767px) {
    .thumbnails {
        margin: -34px 0 0 -20px;
    }

        .thumbnails li {
            float: left;
            width: 29%;
            margin-left: 20px;
        }

    .list-staff li.span2 {
        width: 20%;
    }

    .block-2 .span3 img {
        margin: 0px 20px 0px 0px;
        float: left;
    }

    .block-3 img {
        margin: 0px 20px 0px 0px;
        float: left;
    }

    .block-4 .span2 {
        float: left;
        width: 47%;
    }

        .block-4 .span2 div {
            padding: 0 10px;
        }
}

@media (max-width: 625px) {
    .header-block .menu-list {
        display: none;
    }

    .block-3 img {
        width: 100%;
    }
}

@media (min-width: 482px) and (max-width: 625px) {
    .thumbnails {
        margin: -34px 0 0 -20px;
    }

        .thumbnails li {
            float: left;
            width: 43%;
            margin-left: 20px;
        }

    .list-staff li.span2 {
        width: 27%;
    }

    .block-2 .span3 img {
        margin: 0px 20px 0px 0px;
        float: left;
    }

    .block-4 .span2 {
        float: left;
        width: 45%;
    }

        .block-4 .span2 div {
            padding: 0 10px;
        }
}

@media (max-width: 530px) {
    header h1.brand {
        float: none;
    }

    .header-block {
        float: none;
    }

    .navbar-form {
        display: block;
        width: 100%;
    }

    .navbar_ {
        margin-top: 0px;
    }
    /**/
    .block-5 img {
        float: none;
        margin: 0 0px 10px 0;
        width: 100%;
    }
}

@media (max-width: 481px) {
    .thumbnails {
        margin: -34px 0 0 0px;
    }

        .thumbnails li {
            margin-left: 0px;
        }
    /**/
    .block-2 .span3 img {
        width: 100%;
    }

    .camera_caption {
        display: none !important;
    }
}

@media (min-width: 321px) and (max-width: 481px) {
    .list-staff li.span2 {
        width: 42%;
    }
}

@media (max-width: 420px) {
    .list-staff {
        margin: 0;
    }

        .list-staff li.span2 {
            float: none;
            display: block;
            margin-left: 0;
            width: 100%;
        }
}

/*----------------------global-------------------*/
.shadow-wrapper {
    max-width: 1170px;
    margin: 0px auto;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
}

.note {
    background-color: #FFF3D7;
    border-color: #E7AF90;
}

blockquote {
    margin: 15px 0px 15px 0px !important;
}

.btn-default {
    background-color: #bfbfbf;
}

    .btn-default.active {
        background-color: #4CA252 !important;
        border-color: #39663C !important;
        color: #fff !important;
    }

    .btn-default.active:hover,
    .btn-default.active:focus {
        background-color: #39663C !important;
        border-color: #2f5632 !important;
        color: #fff !important;
    }

    .btn-default:hover {
        background-color: #8f8f8f;
    }

.form-control:focus {
    border-color: #F69802 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(246, 146, 17, 0.6) !important;
}

.social-icons {
    margin-top: 10px;
}

    .social-icons li {
        display: inline-block;
        margin-right: 5px;
    }

#notifications {
    color: white !important;
}

    #notifications .item {
        margin: 2px auto;
        text-align: center;
    }

    #notifications a {
        text-decoration: underline;
        color: white !important;
    }

    #notifications .fa-bell {
        margin-right: 5px;
    }

.jbutton {
    color: white !important;
    background-color: #6886ED;
    padding: 5px;
    border-radius: 4px;
    float: right;
    margin: 5px auto;
    text-decoration: none !important;
}
/*--------------------------jt grid--------------------*/
.fullSize {
    max-width: 100%;
    display: block;
}

.btn {
    border: none !important;
}



.lp-wrapper .jt-tab {
    position: relative;
    overflow: hidden;
    min-height: 200px;
    max-HEIGHT: 250PX;
}

.lp-comp {
    margin-top: 15px;
}

    .lp-comp .jt-tab {
        height: 150px;
    }

.lp-wrapper .jt-grid {
    margin-top: 0px;
}

.jt-grid {
    margin-top: 15px;
}

.breadcrumb {
    margin-bottom: 15px !important;
    background-color: #e9e9e9;
}

.tab-top {
    display: block;
    color: white !important;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    
}

.jt-tab {
    margin-bottom: 15px;
    width: 100%;
}

.tab-top .jt-tab p {
    margin: 0px auto !important;
    padding: 5px;
}

.tab-top-lrg {
    display: block;
    color: white !important;
    font-weight: bold;
    text-align: center;
    padding: 35px;
    text-transform: uppercase;
    background-color: #5B786F;
    margin-bottom: 15px;
}

.tab-top-quick {
    display: block;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 14px;
    background-color: #4CA252;
    margin-bottom: 15px;
}

#leftSide .tab-top-quick {
    display: block;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    background-color: #4CA252;
    margin-bottom: 15px;
}

    .tab-top-quick:hover,
    #leftSide .tab-top-quick:hover {
        background-color: #53AE5A;
    }

.tab-top:hover,
.tab-top-lrg:hover {
    background-color: #4CA252;
    border: none !important;
}

.tab-top:focus,
.tab-top-lrg:focus {
    border: none !important;
}

.tab-bottom {
    margin-top: 5px;
}

.jt-heading-pad {
    display: block;
    color: white !important;
    font-size: 18px;
    padding: 170px 5px 5px 15px;
}

.jt-heading {
    display: block;
    color: white !important;
    font-size: 18px;
    padding: 20px 5px 5px 15px;
    margin-bottom: 15px;
}

.range-sub {
    font-size: 20px;
    max-width: 600px;
    font-weight: 300;
}

.jt-heading .range-title {
    font-weight: bold;
    font-size: 40px;
    color: white;
}

.filter-heading {
    background-color: #306031;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin-bottom: 0px !important;
}
/*----------------------landing pages------------------------*/

.lp-wrapper {
    margin-top: 15px;
}

.lp-heading {
    font-size: 40px;
    color: white;
    font-weight: 300;
    padding: 150px 10px 0px 0px;
    text-align: right;
}

.lp-label {
    padding: 5px;
    color: white;
    font-weight: bold;
}

/*--------------jt grid whitespace fix------------*/
@media (min-width: 768px) {
    .left-6 {
        padding-right: 8px;
    }

    .no-pad {
        margin-bottom: 0px !important;
    }

    .right-6 {
        padding-left: 8px;
    }

    .right-4 {
        padding-left: 0px;
    }

    #rightSide {
        padding-left: 8px;
    }

    #leftSide {
        padding-left: 15px;
        padding-right: 8px;
    }

    .header-contact-wrapper {
        max-width: 200px;
        margin: 0px auto;
    }

    .lp-wrapper {
        padding: 0px 30px;
    }

    .navbar-default {
        background-color: #306031;
    }
}

@media (max-width:767px) {
    .lp-comp {
        display: none;
    }

    .lp-wrapper .jt-tab {
        min-height: 0px !important;
    }
}

@media (max-width:320px) {
    .builder-wrapper {
        display: none;
    }
}

@media (min-width:321px) {
    #turnPhone {
        font-size: 16px;
        display: none !important;
    }
}



/*-------------------shedbuilder box------------*/
#dream {
    background: url('../images/banners/dream-shed.jpg') no-repeat #DA8B1E;
    padding: 21px;
    color: white;
}

#dream-size {
    font-size: 20px;
    padding: 5px;
}

.dream-usp {
    font-weight: bold;
    text-align: center;
}

#dream select {
    width: 100%;
    margin-bottom: 5px;
    color: black !important;
}

#dream .btn {
    background-color: #00C0FF;
    border: none !important;
    border-bottom: 5px solid #0084B0 !important;
    border-radius: 8px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.dream-title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px !important;
    text-align: center;
    font-weight: 400;
    margin-top: 0px !important;
}

.dream-select {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px !important;
    font-weight: bold;
}

/*-----------------postcode box--------------*/
#postcode {
    background: url('../images/banners/postcode.jpg') no-repeat #4DA153;
    padding: 7px 10px;
    color: white;
}

    #postcode .btn {
        background: #FD4412;
        border-bottom: 5px solid #CC2B00 !important;
        border-radius: 8px;
        border-color: #D26A09;
        width: 100%;
        color: white;
        font-weight: bold;
        text-transform: uppercase;
    }

    #postcode input[type="text"] {
        width: 100%;
        margin-bottom: 5px;
        color: black !important;
        padding: 5px;
    }

.postcode-copy {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px !important;
    margin-top: 0px !important;
}
/*-------------------copy--------------------*/
.copy {
}

.copy-heading {
    color: #5B786F;
    font-size: 24px;
}

@media (max-width: 751px) {
    .mobile-hide {
        display: none !important;
    }

    .navbar-default {
        margin: 0px 15px;
    }
}

.bg-drk {
    background-color: #39663c;
}

.bg-orange {
    background-color: #FD4412;
}

.usp {
    background-color: #e9e9e9;
}

    .usp ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .usp ul li {
            display: inline-block;
            text-align: center;
            margin: 0px auto;
            padding: 5px 11px;
            color: #717171;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
        }

        .usp ul li .fa {
            color: #FD4412;
        }

.spaced {
    margin-top: 20px;
}

.chosen {
    font-weight: bold;
}
/*-------colors----------*/
.orange {
    background-color: #FD4412;
    color: white;
}

    .orange:hover {
        background-color: #FF6A43 !important;
    }

.ltGreen {
    background-color: #4CA252;
    color: white;
}

.drkGreen {
    background-color: #0B3B0B;
    color: white;
}

.orange-hover:hover {
    background-color: orange !important;
    color: white !important;
}

/*----------------buttons-------------*/
.btn-success {
    background: #FD4412;
    border-bottom: 5px solid #CC2B00 !important;
    border-radius: 8px;
    border-color: #CC2B00;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success:focus {
        background: #FF6A43 !important;
    }

.alt-blue {
    background-color: #4E71E6;
    border: 2px solid blue;
    width: 100%;
    margin-bottom: 15px;
    color: white;
    padding: 15px;
    font-size: 16px;
}

    .alt-blue:hover {
        background-color: #5277F3 !important;
    }

.popover-title {
    background-color: #C22C46;
    color: white;
}
/*--------ribbon-------------*/
.ribbon {
    background-color: #00C0FF;
    overflow: hidden;
    white-space: nowrap;
    /* top left corner */
    position: absolute;
    left: -43px;
    top: 3px;
    /* 45 deg ccw rotation */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    display: block;
    font-size: 24px;
    margin: 1px 0;
    padding: 10px 50px;
    text-align: center;
    font-weight: bold;
}

.ribbon-wrapper {
    width: 125px !important;
    position: absolute;
    height: 120px;
    overflow: hidden;
    top: -21px;
    left: -6px;
}

/*-------------help pages----------------------*/
.help-tab {
    background-color: #F2F1F1;
    padding: 20px;
    margin-bottom: 15px;
    text-align: center;
}

    .help-tab:hover {
        background-color: #d7d7d7;
    }

    .help-tab img {
        margin: 0 auto;
    }

.help-tab-sub {
    padding: 20px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}

    .help-tab-sub:hover {
        color: #4CA252;
    }

.sidenav-page {
    background-color: #f2f1f1;
    text-align: left;
}

    .sidenav-page:hover {
        background-color: #d7d7d7;
    }

.sidenav-extra {
    text-align: left;
    margin-top: 15px;
    display: block;
    font-size: 14px;
}

    .sidenav-extra:hover {
        color: #4CA252;
        border: none !important;
    }

.sidenav-title {
    background-color: #4CA252;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
}

.page-pic img {
    margin: 0px auto;
    padding: 5px;
}

.page-name {
    line-height: 18px;
    font-size: 14px;
    margin-top: 25px;
}

.guide-name {
    line-height: 18px;
    font-size: 14px;
    margin-top: 25px;
    padding: 0px 15px;
}

.help-wrapper {
    max-width: 1000px;
    margin: 15px auto;
}


    .help-wrapper h1 {
        font-family: 'Gloria Hallelujah', cursive;
        font-size: 34px;
        padding: 10px;
        text-align: center;
    }

    .help-wrapper h2 {
        font-size: 20px;
    }

    .help-wrapper h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .help-wrapper .nav-tabs li a {
        background-color: #f0f0f0;
    }

        .help-wrapper .nav-tabs li a:hover {
            background-color: #d7d7d7;
        }

    .help-wrapper .nav-tabs .active a {
        background-color: white !important;
        color: black !important;
    }

    .help-wrapper .jt-tab {
        margin-bottom: 0px !important;
    }

.process .jt-tab {
    margin-bottom: 15px !important;
}


.base-wrap img {
    display: block;
    margin: 0px auto;
    margin-bottom: 15px;
}

.cs-green {
    background-color: #4CA252;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    height: 200px;
    line-height: 200px;
    color: white;
    font-weight: bold;
}

.cs-orange {
    background-color: #E99002;
    margin: 0px auto;
    text-align: center;
    height: 200px;
    line-height: 200px;
    color: white;
    font-weight: bold;
}

.chat-green {
    background-color: #4CA252;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

.question {
    font-weight: bold;
    font-size: 18px;
}

    .question::before {
        content: "Q: ";
    }

.answer::before {
    content: "A: ";
}

.step-counter {
    font-weight: bold;
}

.contact {
    font-weight: bold;
    font-size: 18px;
}

.guide-boxed {
    margin-bottom: 15px;
}

.help-wrapper .tab-pane {
    padding: 15px;
    margin-bottom: 15px;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.extra {
    text-align: center;
    border-radius: 4px;
    background-color: white;
    margin: 0px 0px 15px 0px;
}

    .extra img {
        margin: 0px auto;
    }

    .extra p:first-child {
        font-weight: bold;
    }

.help-wrapper .group {
    background-color: #f5f5f5;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}

.ui-autocomplete {
    padding: 15px;
}

.ui-menu-item {
    list-style: none !important;
}
/*------------FAQ Single---------------*/
.faq-single-wrapper h2 {
    text-align: center;
    font-weight: bold;
    color: #4DA153;
}

.faq-single-wrapper .question {
    background-color: #E9E9E9;
    padding: 15px;
    border-radius: 20px;
}
/*--------------------promo-----------------------*/
#promo {
    background-color: #4DA153;
    text-shadow: 1px 1px black;
    color: white;
    font-size: 20px;
}

.beast-bg {
    background: url('../images/banners/top-banner-beast.jpg') no-repeat #4DA153;
}

.secure-bg {
    background: url('../images/banners/top-banner-security.jpg') no-repeat #4DA153;
}

.classic-bg {
    background: url('../images/banners/top-banner-classic.jpg') no-repeat #4DA153;
}

.summer-bg {
    background: url('../images/banners/top-banner-summer.jpg') no-repeat #4DA153;
}
/*--------------footer-----------------*/
#quickSize {
    background-color: #39663c;
    padding: 15px;
}

.parent-link {
    font-weight: bold;
    font-size: 18px;
}

footer {
    background-color: #306031;
}

.center-footer {
    text-align: center;
    margin: 10px auto;
    font-size: 10px;
}

.nominal {
    font-size: 14px;
    font-weight: bold;
}

footer .lp-wrapper {
    margin-top: 10px !important;
    padding: 15px 0px;
}

footer ul,
footer li {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
}

.newsletter input {
    width: 100%;
    margin-bottom: 5px;
}

    .newsletter input[type="text"] {
        padding: 5px;
        color: black !important;
    }

    .newsletter input[type="submit"] {
        font-weight: bold;
    }
/*--------------------checkout---------------*/
.step {
    padding: 15px;
    background-color: #4CA252;
    color: #2c2c2c;
    font-size: 20px;
}
/*------------------builder-----------------------*/
.builder-wrapper .step {
    border-right: 2px solid #39663C;
    border-left: 2px solid #39663C;
    border-top: 2px solid #39663C;
}

#builderConfig {
    padding: 0px 15px;
}

.live {
    padding: 15px;
    background-color: #FD4412;
    color: white;
    font-size: 20px;
}


#progress {
    margin-bottom: 30px;
}

.block {
    border-right: 2px solid #39663C;
    border-left: 2px solid #39663C;
    border-bottom: 2px solid #39663C;
    padding: 15px;
    margin-bottom: 15px;
}

.selectable.selected {
    border: 5px solid #E99002;
}

#buildNavBag {
    margin: 0px 0px 15px 0px;
}

#buildProgress {
    border: 2px solid #CC2B00;
    margin: 0px 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.your-shed {
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 0px auto;
    background-color: #f2f1f1;
    padding: 10px;
}

.help-wrapper #doors img {
    padding: 0px !important;
}

#doors img {
    padding: 15px;
}

.builder-wrapper h1 {
    font-size: 36px;
    text-align: center;
}

ol.progtrckr li.progtrckr-current {
    border-bottom: 4px solid #FD4412;
}

ol.progtrckr li.progtrckr-done {
    border-bottom: 4px solid #FD4412;
}

.help-wrapper h1,
.help-wrapper h2 {
    font-weight: bold;
}

/*-----------customiser--------------------*/

.panel-primary {
    border-color: #39663C !important;
}

    .panel-primary > .panel-heading {
        background-color: #4DA153 !important;
        border-color: #39663C !important;
    }

        .panel-primary > .panel-heading:hover {
            background-color: #53AE5A !important;
        }

.new-part-receipt {
    font-size: 10px;
}

#productInformation {
    text-align: center;
}

    #productInformation img {
        margin: 0px auto;
    }

.part-icon {
    max-width: 100%;
    display: block;
    margin: 0px auto !important;
}

#ExWin .step {
    background-color: white !important;
    color: black !important;
}

#information {
    padding: 15px;
}

    #information img {
        margin: 25px auto;
        border-radius: 4px;
    }

    #information p {
        font-size: 14px;
    }

    #information h2 {
        margin-top: 5px !important;
    }

    #information .row .row {
        border: 2px solid #E9E9E9;
        border-radius: 4px;
        margin: 15px auto;
    }


/*----------------shop page-----------------*/
#bySize .col-sm-1 {
    background-color: #E9E9E9;
    border: 1px solid #d7d7d7;
    padding: 5px 0px;
    text-align: center;
    font-weight: bold;
}

    #bySize .col-sm-1:hover {
        background-color: #F69802;
        border-color: #D26A09;
        color: white !important;
    }

.related-faqs ul li {
    border-bottom: 1px solid #dbdbdb;
    padding: 5px;
    list-style: none !important;
}

    .related-faqs ul li a {
        font-weight: bold;
        color: #717171 !important;
    }

        .related-faqs ul li a:hover {
            color: #4CA252 !important;
        }
/*---------------------------about----------------*/
.about-wrapper {
    text-align: center;
}

    .about-wrapper img {
        margin: 0px auto;
        display: block;
    }

/*-------------------overwrites from marks old edited bootstrap file----------------*/
a {
    color: #333 !important;
}

.pad {
    padding: 5px;
}

a:hover {
    text-decoration: none !important;
}

.btn {
    color: white !important;
}

.navbar {
    min-height: 33px;
}

p a {
    color: #4CA252 !important;
    font-weight: bold;
}

footer a {
    color: white !important;
}

#siteMenu a {
    color: white !important;
}

.menuitem:hover {
    color: black !important;
}

#siteMenu a:hover {
    color: black !important;
}

/*#headerbar a {
    color: white !important;
}*/

.input-sm .btn {
    background-color: #d7d7d7;
}

.flexinav_ddown a {
    color: black !important;
}

#habla_window_div #habla_oplink_a {
    color: white !important;
}

.navbar-default {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    color: white !important;
}

.navbar {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-nav {
    padding: 0px 5px;
}
/*.navbar-nav li {
    border-left:1px solid white !important;
}
.navbar-nav li:nth-last-child(1) {
    border-right:1px solid white !important;
}*/
header .nav a {
    color: white !important;
    text-transform: uppercase;
    border-right: 1px solid #E9E9E9;
}

.navbar-nav > li > a {
    padding: 10px 12px;
}

.navbar-toggle {
    width: 100%;
    float: none !important;
    background-color: #E99002;
    border: none !important;
}

    .navbar-toggle:hover {
        background-color: #F69802 !important;
    }

    .navbar-toggle p {
        font-weight: bold;
        margin: 0px auto !important;
    }

a.drkGreen:hover {
    background-color: #4CA252 !important;
}

a.bg-primary:hover {
    background-color: #4CA252 !important;
}

a.bg-orange:hover {
    background-color: #FF6A43 !important;
}

/*------------------404 page----------------*/
.pnf {
    margin: 100px auto;
}

    .pnf h1 {
        font-size: 60px !important;
        font-family: 'Gloria Hallelujah';
        text-transform: uppercase;
    }

.pnf {
    font-size: 21px !important;
}

    .pnf .border {
        border-top: 2px solid #e9e9e9;
    }

    .pnf li a {
        font-weight: bold;
        color: #ACACAC !important;
    }

        .pnf li a:hover {
            color: #4CA252 !important;
        }

    .pnf li {
        display: inline !important;
        margin-right: 20px;
    }

    .pnf ul {
        margin: 15px auto;
        text-align: center;
    }
/*--------------------area page-----------------*/
.area-page-info {
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    margin-top: 15px;
    padding: 10px;
}

#blogFeed img {
    width: 100% !important;
    height: auto !important;
}

.btn-warning {
    background-color: #FF6A43 !important;
}

.guides {
    background-color: #4DA153;
    color: white;
    min-height: 195px;
    margin-bottom: 15px;
    padding: 10px;
}

.partRow {
    border: 1px solid #fff;
    cursor: pointer;
}

    .partRow.chosen {
        border: 1px solid #4CA252;
    }

    .partRow:hover {
        border: 1px solid #4CA252;
    }

    .partRow.disabled {
        background-color: #C0C0C0;
    }

#pageLoader, .pageLoader {
    display: none;
    background-color: #000;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

    #pageLoader img, #pageLoader label, .pageLoader img, .pageLoader label {
        position: fixed;
        top: 10%;
        left: 40%;
        vertical-align: middle;
        text-align: center;
    }

    #pageLoader label, .pageLoader label {
        top: 70%;
    }

.areaLoader {
    display: none;
    background-color: #000;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 250px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.spacer {
    height: 15px;
    clear: both;
    display: block;
    width: 100%;
}

#notifications {
    background-color:#C22C46;
    color:white !important;
    min-height:24px;
}
#notifications .item {
    margin:2px auto;
    text-align:center;
}
#notifications a {
    text-decoration:underline;
    color:white !important;
}
#notifications .fa-bell {
    margin-right:5px;
}

/* Home featured review */
.shedsale-home .featured-review-title {
    display: inline-block;
    margin: 0 0 14px;
    padding: 8px 13px;
    background: #fff9f2;
    border-left: 4px solid #ff6a00;
    border-radius: 0 8px 8px 0;
    color: #173a25;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.shedsale-home .featured-review-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.shedsale-home .featured-review-author .review-author {
    margin: 0;
}

.shedsale-home .featured-review-photo {
    display: block;
    flex: 0 0 56px;
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    margin: 0;
    padding: 0;
    object-fit: cover;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(23, 58, 37, 0.16);
}

@media (max-width: 767px) {
    .shedsale-home .featured-review-title {
        font-size: 16px;
    }

    .shedsale-home .featured-review-photo {
        flex-basis: 50px;
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
        max-height: 50px !important;
    }
}


/* View cart: contain the floated Bootstrap columns so the card border/shadow wraps the full item. */
.page-cart .cartItem:before,
.page-cart .cartItem:after {
    display: table;
    content: " ";
}

.page-cart .cartItem:after {
    clear: both;
}


/* Checkout: keep the free-offer toggle readable and comfortably clickable. */
.checkout-offer-toggle {
    padding: 8px 12px;
    line-height: 1.35;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
}
