@font-face {
    font-family: 'Electrolize';
    src: url('../css/fonts/Electrolize-Regular.eot');
    src: url('../css/fonts/Electrolize-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Electrolize-Regular.woff') format('woff'),
        url('../css/fonts/Electrolize-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MVSans';
    src: url('../css/fonts/MVSansBold.eot');
    src: url('../css/fonts/MVSansBold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/MVSansBold.woff') format('woff'),
        url('../css/fonts/MVSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Printed';
    src: url('../css/fonts/BrandonPrinted-One.eot');
    src: url('../css/fonts/BrandonPrinted-One.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/BrandonPrinted-One.woff') format('woff'),
        url('../css/fonts/BrandonPrinted-One.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'Electrolize', sans-serif;
    font-weight: bold;
    overflow-x: hidden;
}

textarea,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius:0px;
}

.clearb {
    display: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1200px)
    .container {
        width: 1200px;
    }
}

body {
    overflow-x: hidden;
}

a, a:hover, a:before, a:after, a:focus {
    text-decoration: none;
}

/* header */

.search-button {
    position: absolute;
    z-index: 999;
    top: 8px;
    right: 11px;
    cursor: pointer;
}

.search-button svg#search-effect {
    width: 27px;    
    fill: black;
}

.search-button svg#search-effect:hover {
    fill: white;
}

li.downarrow {
    background-image: url(img/down-arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 97.7%;
}

.search-area {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8705882352941177);
    z-index: 999;
    padding: 54px 0px 60px 0px;
    display: none;
}

.search-area form {
    width: 500px;
    margin: auto;
}

.search-area input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    width: 100%;
    margin: auto;
    color: white;
    font-size: 47px;
    font-weight: 400;
}

.search-area input:focus {
    outline: none;  
}

.top-header-bg {
    border-bottom: 1px solid black;
}

.top-header {
    text-align: right;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 11px;
}

.top-header a {
    color: #262626;
}

.top-header img {

}

.header {
    background-image: url(../img/login-bg.png);
    padding: 34px;
    overflow: hidden;
}


.logo {
    float: left;
    margin-right: 150px;
    padding-top: 37px;
}

ul.header-options {
    margin-top: 12px;
    vertical-align: top;
    top: 0;
    display: inline-block;
}

.menu-bar {
    background-color: #ed9c31;
    height: auto;
    position: relative;
    border-top: 1px solid #502c00;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.menu-bar.no-bar {
    border-top: none;
}

input[type="text"].header-search {
    padding: 2px 6px;
    width: 160px;
}

input[type="submit"].header-submit {
    background-image: url(../img/header-search.svg);
    border: none;
    width: 26px;
    height: 25px;
    background-repeat: no-repeat;
    background-color: white;
    margin-left: 4px;
    transform: translateY(7px);
    -ms-transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
}

ul.mob-menu {
    display: none;
}

ul.header-menu {
    padding: 14px 0px 10px 0px;
    box-sizing: border-box;
    text-transform: uppercase;   
}

header nav ul.mob-menu {
    display: none;
}

 ul.header-menu a li, li.drop {
    float: left;
    list-style-type: none;
    color: black;
    height: 45px;
    margin-top: -14px;
    padding-top: 14px;
    padding-right: 20px;
    padding-left: 20px;
    transition: 500ms ease;
    -ms-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
    width: 20%;
    text-align: center;
    font-size: 13px;
}



ul.header-menu a li:hover, li.drop:hover, ul.header-menu a li:focus, li.drop:focus {
    background-color: white;
}


li.drop {
    display: inline-block;
    float: left;
    cursor: pointer
}

ul.header-options li {
    background-color: white;
    list-style-type: none;
    color: black;
    border-radius: 50px;
    padding: 3px 46px 3px 10px;
    text-align: left;
    margin-bottom: 11px;
}

ul.header-options.onfooter {
    float: left;
    padding-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    -ms-padding-start: 0px;
}

ul.dropdown-desktop li.drop {
    position: relative;
    cursor: default;
    pointer-events:none;
}

ul.header-menu li.drop .dropdown-desktop {
    position: absolute;
    width: 1070px;
    z-index:-1;
    background-color: white;
    top: 45px;
    left: 15px;
    opacity: 0;
    border: 1px solid #d0d0d0;
}

ul.header-menu li.drop:hover .dropdown-desktop,  ul.header-menu li.drop:focus .dropdown-desktop {
    z-index: 100;
}

ul.header-menu li.drop:hover .dropdown-desktop, ul.header-menu li.drop:focus .dropdown-desktop  {
    opacity: 100;
}

.dropdown-desktop {

}

.dropdown-area {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    padding-bottom: 6px;
}

.drop-cat {
    width: 178px;
}

a .drop-cat-head {
    background-color: #333333;
    color: #fff9f1;
    padding: 10px;
    border-bottom: 2px solid #ed9c31;
}

a .drop-cat-head:hover {
    background-color: black;
}   

a .drop-list-item {
    font-size: 13px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 8px;
    padding-bottom: 6px;
    text-transform: none;
    font-weight: normal;
    transition:500ms;
    -ms-transition:500ms;
    -moz-transition:500ms;
    -webkit-transition:500ms;
    text-decoration: none;
    color: #6f6f6f;
}

a .drop-list-item:hover {
    padding-left:12px;
    background-color: #f1f1f1;
    text-decoration: none;
}

#slideshow {
    width: 370px;
    height: 74px;
    overflow: hidden;
    display: inline-block;
    margin-top: 43px;
}

.tag-header {
    float: right;
    width: 348px;
    height: 112px;
    overflow: hidden;
    position: relative;
}

.tag-header.tag1, .tag-header.tag2 {
    float: left;
}

.tag-header.tag1 {
    margin-right:70px;
}

.tag-header.tag1 img {
    width: 300px;
}

 .tag-header.tag2 img{
    width: 250px;
}

 a.product-buttons {
    display: block;
    font-weight: normal;
    background-color: black;
    color: white;
    width: 166px;
    border-radius: 25px;
    margin-bottom: 17px;
    padding: 3px 3px 3px 17px;
    height: 31px;
    line-height: 25px;
    transition: 200ms;
    -ms-transition: 200ms;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
}

a.product-buttons.prods:hover {
    width: 171px;                   
}

a.product-buttons.header-btn {
    background-color: white;
    color: black;
    margin-bottom: 7px;
}

a.product-buttons.header-btn:hover {
    background-color: #dcdcdc;
}

a.product-buttons.header-btn.portal:hover {
    background-color: #e69223;
}
a.product-buttons.header-btn.portal {
    background-color: #ed9c32;
    color: black;
}
a.product-buttons:hover {
    text-decoration: none;   
}

a.product-buttons img {
    float: right;
    width: 25px;
}

footer {
    background-image: url(../img/mountain1.jpg);
}


/* Dealer login */

.dealer-login {
    width: 350px;
    margin: auto;
} 

 .dealer-login {
    margin: 100px auto;
}

.dealer-login form input[type="text"], .dealer-login form input[type="password"] {
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    padding: 5px 14px;
}

.dealer-login form input[type="submit"] {
    background-color: #ed9c32;
    border: 1px solid #de8c20;
    text-align: center;
    padding: 5px 10px;
    margin-left: 82px;
    width: 188px;
    color: #4c300c;
}

.dealer-login form input[type="submit"]:hover {
    
}

.dealer-login form label {
    width: 80px;
}

h5 {
    text-transform: uppercase;
    color: white;
    text-align: left;
    font-weight: bold;
    margin-bottom: 16px;
}

h5.cata { 
    text-align: center;
    width: 360px;
    padding: 0px 29px;
}

 .menu-bar.newsletter {
    text-align: center;
    padding-top: 12px;
    text-transform: uppercase;
    margin-top: 40px;
    width: 100%;    
    padding-right: 64px;
    height: auto;
    padding-bottom: 11px;
}

.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    text-align: center;
}

form.inline { 
    display: inline-block;
    width: auto;
    position: relative;
}

input[type="email"].news-email {
    border-radius: 50px;
    border: none;
    padding: 3px 34px 1px 11px;
    box-sizing: border-box;
    width: 190px;
}

input[type="submit"].news-email {
    border-radius: 50px;
    border: none;
    height: 24px;
    padding-left: 20px;
    margin-left: -19px;
    z-index: 1;
    top: 0;
    left: 190px;
    position: absolute;
    padding-right: 18px;
    background-color: #202020;
    color: #d8d8d8;
    font-weight: normal;
}

input[type="submit"].news-email:hover {
    background-color: #422400;
    color: #d8d8d8;
}

input::placeholder {
    color: #adadad !important;
    font-weight: normal;
}

.blurb p {
    text-align: justify;
    color: #d0d0d0;
    font-weight: normal;
}

.blurb img {
    width: 142px;
    margin-bottom: 8px;
}

.container.footer-home-area {
    margin-top: 23px;
}

.col-md-4.footer-sep {
    border-right: 1px solid #565656;
}

.cata-holder-footer {
    width: 310px;
    margin: auto;
}

img.left-cata {
    margin-right: 10px;
}

img.left-cata, img.right-cata {
    display: inline-block;
    width: 47%;
}

/* Sidebar */

.banner-sep {
    border-bottom: 8px solid #404040;
}

input[type="text"].search-products {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    width: 258px;
    margin-top: 5px;
    padding: 9px 14px;
}

input[type="text"].search-products {

}

input[type="submit"].search-products-submit {
    -webkit-appearance: button;
    cursor: pointer;
    width: 43px;
    height: 40px;
    transform: translateY(14px);
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -moz-transform: translateY(14px);
    background-color: #ef9c33;
    background-image: url(../img/search-input.svg);
    background-position-x: 9px;
    background-size: 21px;
    background-position-y: 9px;
    background-repeat: no-repeat;
    border: 1px solid #ab7c46;
}

.products-header {
    background-color: #3e3e3e;
    padding: 10px 18px;
    color: white;
    font-weight: normal;
    margin-top: 13px;
    margin-bottom: 5px;
    line-height: 20px;
}

.products-header.cata-head {
    margin-top:5px;
}

 h2.center-title.ranges-none {
    margin-top: 17px;
    margin-bottom: 17px;    
    text-transform: uppercase;
}

h2.center-title.ranges-none {
    display: none;
}

.range-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;

}

.range-item {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    position: relative;
    margin-bottom: 5%;
    flex-basis: 31.3%;
    margin-right: 3%;    
}


.range-item:nth-child(3n) {
    margin-right: 0%;
}

.range-item img {
    border: 1px solid #e8e8e8;
    transition: 700ms ease;
    -webkit-transition: 700ms ease;
    -ms-transition: 700ms ease;
    -moz-transition: 700ms ease;
}

.range-item img:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.27);
}

a.range-name {
    display: block;
    font-size: 23px;
    color: #3c3c3d;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 0px;
    text-decoration: none;
}

a.range-range {
    color: #3c3c3d;
    text-decoration: none;
}

ul.cata-list {
    -webkit-padding-start: 0px;
    -ms-padding-start: 0px;
    -moz-padding-start: 0px;
    padding-start: 0px;
}

ul.cata-list a li {
    list-style-type: none;
    background-color: #eaeaea;
    padding: 9px 17px;
    margin-bottom: 1px;
    color: #383838;
    text-decoration: none;
    box-sizing: border-box;
    transition: 700ms ease;
    -ms-transition: 700ms ease;
    -webkit-transition: 700ms ease;
    -moz-transition: 700ms ease;
    border-left: 0px solid #ef9c33;
}

ul.cata-list a li:hover { 
    text-decoration: none;
    border-left: 5px solid #ef9c33;
}

/* About us */

 h2.about-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 35px;
}

p.about-us {
    font-weight: normal;
}

button#utube {
    background-color: white;
    border: none;
    padding-left: 0px;
}

#utubevid {
    background-color: rgba(0, 0, 0, 0.43);
}

.close {
    float: right;
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: -50px;
    right: -6px;
}

.close:hover {
    color: #f2f2f2;
    opacity: 1;
}

iframe.utubeframe {
    width: 100%;
}

.modal-utube {
    width: 750px;
    height: 448px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -375px;
    margin-top: -224px;
    background-color: white;
    border: 1px solid white;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Virtual Catalogs */

h2.center-title.catalogs {
    margin-top: 17px;
    margin-bottom: 17px;  
    text-transform: uppercase;
}

.center-p {
    text-align: center;
} 

.cata-holder {
    margin: auto;
    width: 700px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    margin-top: 47px;
}

.cata-half {
    text-align: center;
    width: 310px;
    margin-right: 80px;
}     

.cata-half:last-child {
    margin-right:0px;
}

h5.cata-name {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    width: 100%;
}

h5.cata-name a {
    color: #444444;
}

/* Sign In */

.login-left {
    background-color: #353535;
    width: 380px;
    border-radius: 17px;
    float: right;
    margin-right: 0px;
    color: white;
    text-align: center;
    height: 416px;
    padding-top: 58px;
    margin-top: 41px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
}

/* Products Page */ 

.product-slider {
    width: 500px !important;
    height: 500px !important;
    margin-bottom: 146px;
    margin-top: 33px;
}

li.slider-slide, li.slider-slide img {
    width: 100%;
    height: 100%;
}

.product-slider {
    float: right;
}

.prod-details-area h2 {
    margin-bottom: -5px;
    text-transform: uppercase;
}

.prod-details-area p {
    text-transform: uppercase;
    font-weight: normal;
}

 a.add-to-cart {
    background-color: #f49929;
    color: white;
    padding: 11px 48px;
    margin-top: 21px;
}

a.add-to-cart:hover {
    text-decoration: none;
    background-color: #d2831a;
}

.prod-details-area {
    width: 430px;
    float: left;
    margin-top: 9px;
}

p.desc {
    text-align: justify;
    text-transform: inherit;
    font-weight: normal;
    line-height: 18px;
}

.product-variable label {
    width: 82px;
    margin-bottom: 19px;
}

.product-variable select {
    width: 200px;
    padding: 6px;
}

.prod-details-area h3 {
    margin-bottom: 16px;
}

.order-variables {
    margin-bottom: 30px;
}

a.learn-more {
    color: #484848;
    text-transform: uppercase;
    margin-bottom: 28px;
    display: block;
}

a.learn-more:hover {
    text-decoration: none;
}

.menu-bar#product-description {
    padding-bottom: 7px;
}

#product-description:focus {
    outline: none;
}

.prod-table-overlay { 
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    height: 100vh;
    width: 100%;
}

.table-placer {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    background-color: white;
    padding: 10px;
    border: 3px solid grey;
    box-sizing: border-box;
}

table.prod-table tr.top-row  {
    background-color: #ed9c31;
}

table.prod-table th, table.prod-table td {
    padding: 4px 28px 4px 5px;
    border: 1px solid #dadada;
}

.close-btn {
    position: absolute;
    right: 0px;
    top: -34px;
    text-align: center;
    width: 100px;
    background-color: #ed9c31;
}

a .close-table  {
    background-color: #ed9c31;
    color: white;
    font-weight: normal;
    padding: 2px 10px;
}

a .close-table:hover {
    text-decoration: none;
}

 .menu-bar h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    line-height: 6px;
}

.prod-spec {
    float: right;
    width: 508px;
    margin-top: 37px;
}

.prod-spec p {
    font-weight: normal;
}

.spec-features {
    margin-top: 39px;
    margin-left: 99px;
}

.spec-features h4 {
    text-transform: uppercase;
    color: darkgoldenrod;
    margin-bottom: 7px;
    font-size: 14px;
}

.spec-features p {
    margin-bottom: 20px;
}

p.features.desc-title {
    margin-bottom: 5px;
}

.spec-features.tech-area h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.spec-features.useful-links {
    margin-left: 0px
}

img.tech-thumb {
    width: 89px;
}

.tech-box {
    float: left;
    margin-right: 10px;
}

p.features.desc-title, p.features {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

p.pdf-p {
    margin-bottom: 0px;
}

p.features {
    margin-bottom: 10px;
}

.menu-bar.related {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.menu-bar.newsletter {
    margin-top: 39px;
}
   

/* Privacy Policy */

h4.priv-title {
    margin-bottom: -1px;
    margin-top: 29px;
}

p.priv {
    font-weight: normal;
}

/* Orders Info */

 p, ol {
    font-weight: normal;
}

.center-title.margin {
    margin-top: 38px;
}

.menu-bar.docs {
    text-align: center;
    color: black;
    font-weight: normal;
    font-size: 16px;
    padding-top: 11px;
    text-transform: uppercase;
    margin-top: 39px;
    margin-bottom: 41px;
}

/* Dealer Locator */

.finda-row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    width: 825px;
    margin: auto;
}

.finda-col {
    margin-right: 30px;
    display: inline-block;
    width: 50%;
}

 .finda-col:last-child {
    margin-right: 0px;
    display: inline-block;  
}

img.dealer-arrow {
    width: 17px;
    margin-top: -3px;
}

select.find {
    padding: 7px 0px 7px 9px;
    width: 70%;
    margin-bottom: 12px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius:0px;
}

input[type="submit"].find-submit {
    padding: 7px 0px 6px 0px;
    width: 27%;
    background-color: #ed9c31;
    border: 1px solid #d27503;
    color: #462b0b;
}

.search-results {
    width: 100%;
    max-height: 600px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid black;
    position: relative;
}

.search-results {
    background-color: #f3f3f3;
}

h3.search-title  {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    text-align: center;
    background-color: #333333;
       width: 100%;
}

.retailer-type h3 a {
    color: black;
}

.retail-contact {
    padding: 10px;
    padding-left: 20px;
}

.retail-contact p {
    line-height: 10px;
    font-size: 12px;
    color: #464646;
}

.retail-contact p a {
    text-decoration: underline;
}

.retailer-type a img {
    border: 1px solid grey;
}

/* Checkout Page */ 

 .address-box {
    border: 1px solid #e2e2e2;
    width:1000px;
    display: inline-block;
    margin-left: 17px;
    margin-top: 35px;
}

.summary-box {
    border: 1px solid #e2e2e2;
    width: 281px;
    display: inline-block;
    margin-left: 25px;
    margin-top: 35px;
    height: 172px;
    float: right;

}

h2.checkout-header.pad {
   padding-left:17px; 
}

.deliver-add {
    width: 250px;
    display: inline-block;
    padding: 13px 18px;
}

.billing-add {
    width: 250px;
    display: inline-block;
    padding: 13px 18px;
}

.useful-links {
    width: 250px;
    display: inline-block;
    float: left;
}

.deliver-add h5 , .billing-add h5, .useful-links h5, .voucher-box h5, .summary-box h5 {
    color: #3e3e3e;
    text-transform: none;
    font-size: 17px;
}

.summary-box {
    border: 1px solid #e2e2e2;
    width: 281px;
    display: inline-block;
    margin-left: 25px;
    margin-top: 35px;
    padding: 14px 21px;
    float: right;
    height: 270px;
}

.deliver-add p , .billing-add p {
    line-height: 10px;
    color: #464646;
}

.delivery-sep {
    height:126px;
    width: 1px;
    background-color: #e2e2e2;
    display: inline-block;
}

.useful-links, .useful-links h5 {
    text-align: left;
}

.useful-links p {
    line-height: 11px;
    margin-bottom: 10px;
}

.useful-links p a {
    font-weight: normal;
    font-size: 13px;
}

.order-details-sep {
    height: 30px;
}

.voucher-box {
    margin-left: 17px;
    margin-bottom: 19px;
}

input.input-voucher {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 7px 11px;
    border-radius: 4px;
    width: 225px;
}


input[type="submit"].submit-voucher {
    background-color: #f49929;
    color: white;
    border: 1px solid #d68d34;
    padding: 7px 32px;
    border-radius: 4px;
    font-weight: normal;
}

input[type="submit"].submit-payment {
    background-color: #f49929;
    color: white;
    border: 1px solid #d68d34;
    padding: 7px 32px;
    border-radius: 4px;
    font-weight: normal;
    margin-top: 22px;
    width: 100%;
}

input[type="submit"].submit-voucher:hover, input[type="submit"].submit-payment:hover {
    background-color: #d68d34;
}

table.payment-table {
    width: 100%;
    font-weight: normal;
}

 img.refresh {
    width: 18px;
    margin-bottom: 1px;
    margin-left: 8px;
    cursor: pointer;
    transition: all 3s;
    -ms-transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    transition-timing: ease-in-out;
    -ms-transition-timing: ease-in-out;
    -moz-transition-timing: ease-in-out;
    -webkit-transition-timing: ease-in-out;
}

img.refresh:hover {
    transform: rotate(1080deg);
}

 input[type="submit"].becomesub {
    background-color: #464646;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #000000;
    color: white;
    margin-top: 4px;
    margin-bottom: 24px;
}

/* Product List */

.container.range-space {
    margin-top: 20px;
}



.breadcumbs {
    margin-top: 7px;
    font-weight: normal;
    display: inline-block;
}

.breadcumbs a {
    color: grey;
    text-decoration:  none;
}

.breadcumbs a:hover {
    color: #484848;
}

.range-title {
    display: inline-block;
    float: left;
}

.range-title h2 {
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 38px;
}

.product-orderings {
    float: right;
}

.prod-sep {
    border-top: 1px solid #e2e2e2;
    margin-bottom: 21px;
}

select.order-products {
    background-color: #f1f1f1;
    padding: 7px 10px;
    border: 1px solid #e4e4e4;
    width: 180px;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* Online Retailers */

 ul.online-retailers {
    list-style-type: none;
    margin-top: 73px;   
    -webkit-padding-start: 0px;

}

ul.online-retailers li {
    float: left;
    width: 21.5%;
    margin-right: 52px;
    text-align: center;
    margin-bottom: 50px;
}

ul.online-retailers li:nth-child(4n+4) {
    margin-right: 0px;
}

ul.online-retailers li a {
    color: black;
    text-decoration: underline;
}

ul.online-retailers li img {
    margin-bottom: 5px;
}

.login-right {
    width: 380px;
    float: left;
    margin-left: 0px;
    height: 416px;
    padding-top: 18px;
    margin-top: 41px;
}

img.sign-in-img {
    width: 184px;
    margin-bottom: 25px;
}

h4.login-h4 {
    font-weight: normal;
}

p.login-p {
    font-weight: normal;
}

.nav-tabs {
    border: none;
    margin-left: 60px;
}

.nav-tabs>li>a {
    border: none;
    border-bottom: 1px solid #dcdcdc;
    color: #c7c7c7;
    width: 124px;
    text-align: center;
    font-size: 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 1px solid #ed9c31;
    color: #ed9c31;
}

.login__form {
    background: #fff;
    color: #333;
    border-radius: 5px
}
.login__form .login__header {
    padding-top: 30px;
    text-align: center;
    margin-bottom: 60px
}
.login__form .login__header .login__title {
    font-size: 24px;
    font-weight: 400
}
.login__form .login__main {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}
.login__form .login__main .login__group {
    position: relative
}
.login__form .login__main .login__group .login__input {
    margin-top: 35px;
    padding: 10px 10px 10px 5px;
    color: #fff;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    display: block;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}
.login__form .login__main .login__group .login__input:focus {
    outline: none;
}
.login__form .login__main .login__group .login__input:focus ~ label,
.login__form .login__main .login__group .login__input:valid ~ label {
    top: -20px;
    font-size: 12px;
    text-transform: uppercase;
        color: #444444;
}
.login__form .login__main .login__group .login__label {
     color: #bfbfbf;

    font-size: 16px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -webkit-transition: .2s ease all;
    -ms-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all
}
.login__form .login__main .login__terms {
    font-size: 14px;
    color: #a8b8c4;
    margin: 40px auto;
    line-height: 19px;
}
.login__form .login__main .login__terms a {
    text-decoration: none;
    color: #ed9c31
}
.login__form .login__button {
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
    background: #ed9c31;
    border: none;
    border-radius: 50px;
    color: #fff;
    height: 45px;
    font-size: 14px;
    bottom: 0;
    position: absolute;
}

.login__button:hover {
    cursor: pointer;
}

.login__bar {
    position: relative;
    display: block
}
.login__bar:before,
.login__bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #ed9c31;
    transition: .2s ease all;
    -ms-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}
.login__bar:before {
    left: 50%
}
.login__bar:after {
    right: 50%
}
input:focus ~ .login__bar:before,
input:focus ~ .login__bar:after {
    width: 50%
}

input[type="checkbox"] {
     margin: 21px 0 0;
}

@media (min-width: 620px) {
    .login__form {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
    .login__title {
        position: relative
    }
    .login__footer {
        text-align: center
    }
    .login__footer .login__button {
        bottom: initial;
        position: initial;
        width: 320px
    }
}

label.remember {
    font-weight: normal;
}

input:-webkit-autofill,  input:-webkit-autofill:focus,  input:-webkit-autofill:after,  input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

/* Cart Pages */

h2.checkout-header {
    font-size: 19px;
    font-weight: bold;
    margin-top: 35px;
}

table.cart {
    width: 100%;
}

tr.cart-top {
    border-bottom: 1px solid #e2e2e2;
}

tr.order-row {
    border-bottom: 1px solid #e2e2e2;
}

th.right-text {
    text-align: right;
}

th.right-text.table-price {
    padding-bottom: 9px;
    font-weight: normal;
}

th.cart-thumb {
    width: 101px;
}

td.order-info {
    padding-left: 25px;
}

p.stock {
    color: green;
    font-weight: normal;
    line-height: 0px;
    font-size: 13px;
}

p.shipping, p.quantity {
    font-weight: normal;
    color: #5f5f5f;
    line-height: 20px;
}

p.delete a {
    color: #d80000;
    font-weight: normal;
    text-decoration: none;
}

input.quant-input {
    background-color: #e6e6e6;
    border: 1px solid #cecece;
    border-radius: 3px;
    width: 52px;
    padding-left: 9px;
}

td.text-right.price-box {
    font-size: 17px;
    color: #ef0000;
}

.cart-sep {
    height: 30px;                                
}

a .proceed {
    background-color: #ef9c33;
    display: inline-block;
    color: white;
    padding: 10px 117px;
    border-radius: 7px;
}

.cart-sub {
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 17px;
    font-weight: normal;
}

/* Cart Pages End */

ul.footer-links {
    -webkit-padding-start: 0px;
    padding-start: 0px;
    -ms-padding-start: 0px;
    -moz-padding-start: 0px;
    list-style-type: none;  
    margin-bottom: 0px;
}

ul.footer-links li a {
    color: #d0d0d0;
    font-weight: normal;
}

.footer-bar {
    height: 3px;
    background-color: #ed9c31;
    width: 100%;
    margin-top: 18px;
}

.copyright {
    padding-top: 10px;
}

.copyright p {
    float: left;
    color: #d0d0d0;
    font-weight: normal;
    font-size: 11px;
}

.copyright .social-footer {
    float: right;
    color: #d0d0d0;
    text-transform: uppercase;
}

.copyright p.disclaimer {
    float: none;
    display: block;
    font-size: 11px;
}

.disclaimer a {
    color: white;
}

.social-footer p {
    padding-top: 3px;
    font-weight: bold;
}

ul.social-icons {
    float: right;
    -webkit-padding-start: 10px;
    padding-start: 10px;
    -moz-padding-start: 10px;
    -ms-padding-start: 10px;
}

ul.social-icons li {
    float: left;
    list-style-type: none;
    width: 25px;
    margin-right: 5px;
    transition: 100ms;
    -ms-transition: 100ms;
    -moz-transition: 100ms;
    -webkit-transition: 100ms;
}

ul.social-icons li:hover  {
    margin-top: -2px;
}

/* product-slider */

.container .row section.regular.slider div {
    text-align: center;
    opacity: 0.9;
    transition: 500ms ease;
    -ms-transition: 500ms ease;
    -moz-transition: 500ms ease;
    -webkit-transition: 500ms ease;
}

.container .row section.regular.slider div:hover {
    opacity: 1
}


.container .row section.regular.slider div img {
    width: 200px;
    margin: auto;
}

h3.popu-title {
    font-size: 17px;
    text-transform: uppercase;
    width: 220px;
    margin: auto;
    text-decoration: none;
}

a p.popu-price, a h3.popu-title {
    color: #1f1f1f;
    text-decoration: none;
}

/* Contact and Documnents title  / text */

h2.center-title , p.center-desc {
    text-align: center;
}

h2.center-title.ranges {
    display: none;
}

p.center-desc {
    margin-bottom: 30px;
}

/* Technologies */ 

 .menu-bar.tech-bar {
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 19px;
    margin-top: 2px;
    padding-top: 9px;
    margin-bottom: 19px;
}

ul.tech-list li {
    float: left;
    list-style-type: none;
    margin-right: 37px;
    margin-bottom: 32px;
    width: 150px;
}

ul.tech-list li:nth-child(6n) {
    margin-right: 0px;
}

img.tech-icon {
    margin-bottom:4px;
}

.tech-box .techThumb {
    width: 136px;
    display: block;
}

.techThumb {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    width: 100%;
}

.techThumb:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close-tech {
    position: absolute;
    top: 34px;
    right: 12px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    font-size: 94px;
    line-height: 0px;
}

.close-tech:hover,
.close-tech:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* Home Styles */

img.slider-width { 
    width:100%;
}


h2.home-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 0px;
}

.slideshow-container {
    position: relative;
    background-color: black;
}

.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dot {
    cursor:pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -webkit-transition: background-color 0.6s ease;
}

.nav-tabs>li.active>a:hover {
    background-color: #c7c7c7;
}

.active, .dot:hover {
    background-color: #fff;
}


.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4s;
    animation-name: fade;
    animation-duration: 4s;
}

@-webkit-keyframes fade {
    0% {opacity: 0} 
    10% {opacity: 1}
    20% { opacity: 0 }
    100% {opacity: 0}       
}

@keyframes fade {
    0% {opacity: 0}
    15% {opacity: 1}
    85% {opacity: 1}
    100% {opacity: 0}
}

/* Footer */
.home-footer {
    background-image: url(../img/mountain1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.new-prod-bg {
    background-color: white;
    padding: 3px;
    text-align: center;
}

h3.new-from {
    text-align: center;
    color: #ee9b31;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    padding: 9px 0px 13px 0px;
}

h4.new-prod-post {
    width: 200px;
    text-transform: uppercase;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 8px;
    text-decoration: none;
}

a .new-prod-bg  h4.new-prod-post {
    color: #252525;
    text-decoration: none;
}

a .new-prod-bg:hover  h4.new-prod-post {
    text-decoration: none;
}

.newfrom-sep {
    display: none;
}

form.contact-form {
    width: 600px;
    margin: auto;
}

.contact-half {
    width: 280px;
    display: inline-block;
    margin-right: 27px;
}

.contact-half.right {
    margin-right: 0px;
}

.contact-half p {
    font-size: 14px;
    margin-bottom: 1px;
}

.contact-half input, .contact-half.right input {
    margin-bottom: 12px;
    background-color: #f1f1f1;
    padding: 7px 10px;
    border: 1px solid #e4e4e4;
    width: 280px;
    margin-right: 0px;
}

textarea {
    background-color: #f1f1f1;
    padding: 7px 10px;
    border: 1px solid #e4e4e4;
    width: 100%;
}

input[type="submit"].contact-submit {
    background-color: #ed9c31;
    width: 100%;
    padding: 14px 10px;
    border: 1px solid #b57500;
    color: white;
    margin-top: 14px;
}

input[type="submit"].contact-submit:hover {
    background-color: #d68d34;
}

footer .col-xs-4 {
    border-right: 1px solid #3c3c3c;
    display: inline-block;
}

footer .col-xs-4:last-child {
    border-right: none;
}

.blurb {
    padding-right: 18px;
}

.col-xs-4.company-links {
    padding-left: 39px;
}

ul.header-options.onfooter a {
    height: 26px;
    line-height: 21px;
}

ul.header-options.onfooter a img {
    width: 20px;
    height: 20px;
}

.prop65 {
    margin-top: 17px;
}

.prop65 span.title {
    font-size: 16px;
    font-weight: bold;}

.prop65 p  {
    font-weight: bold;
    font-size: 17px;
    font-family: 'arial';
}

.endorImage {
    width: 200px;
}

.endorImage:nth-child(even) {
    margin-right: 25px;
}

.popNav {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.popNext {
	position: absolute;
	right: 7px;
	width: 32px;
	cursor: pointer;
	top: 173px;
}

.popPrev {
	position: absolute;
	left: 7px;
	width: 32px;
	cursor: pointer;
	top: 173px;
}

.adpopover {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background-color: rgb(0 0 0 / 78%);
	z-index: 3410;
}

.adpopover.showPop {
	display: block;
}

.prel {
	position: relative;
}

.popup {
	position: fixed;
	top: 471px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	width: 745px;
	border: 1px solid #ed9c31;
	overflow: hidden;
}

.popupRel {
	position: relative;
}

.popupClose {
	position: absolute;
	right: 0px;
	top: 0;
	background-color: #ed9c31;
	padding: 9px 17px;
	z-index: 1;
	cursor: pointer;
}

.popupClose span {
	vertical-align: top:
}

.popupClose img {
	vertical-align: top;
	width: 13px;
	margin-top: 3px;
	margin-left: 9px;
}

img.adImg {
	width: 100%;
}

.popContent {
	position: absolute;
    height: auto;
}

.adTxt {
	position: absolute;
	bottom:0px;
	right:0px;
	left: 0px;
	text-align: center;
}

.adTxt h3 {
	background-color: rgb(0 0 0 / 92%);
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	padding: 19px 63px;
	line-height: 32px;
	margin-bottom: 0px;	
}

.adTxt a {
	color: black;
	background-color: #ed9c31;
	display: block;
	padding: 11px 0px;
    text-transform: uppercase;
    padding-top: 13px;
}

@media screen and ( max-height: 699px ) {
	.popup {
		top: 50%;
	}
}

@media screen and (max-width: 1200px) {
	.popup {
		top: 50%;
	}
}

@media screen and (max-width: 890px) {
	.popup {
		width: 600px;
	}
}

@media screen and (max-width: 790px) {
	.popup {
		width: 600px;
	}
	.adTxt h3 {
		font-size: 18px;
		padding: 6px 63px;
		line-height: 24px;
		margin-bottom: 0px;
		padding-top: 9px;
	}
}

@media screen and (max-width: 690px) {
	.popup {
		width: 500px;
	}
}

@media screen and (max-width: 590px) {
	.popup {
		width: 400px;
		
	}
	.adTxt h3 {
		font-size: 16px;
		padding: 6px 13px;
		line-height: 20px;
		margin-bottom: 0px;
		padding-top: 9px;
	}
}

@media screen and (max-width: 490px) {
	.popup {
		top: 240px;
		width: 325px;
		overflow: visible;
		top: 240px;
	}
	
	.adTxt {
		bottom: -46px;
	}
	
	.adTxt a {
		font-size: 11px;
	}
}

@media screen and (max-width: 430px) {
	.popup {
		top: 200px;
		width: 95%;
	}
	
	.adTxt h3 {
    	font-size: 13px;
    	line-height: 17px;
	}
	
	ad.Txt a {
		font-size: 12px;
	}
}