﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@font-face {
  font-family: 'Futura';
    src: url('fonts/FuturaStd-Book.eot') format('embedded-opentype'),
         url('fonts/FuturaStd-Book.otf') format('opentype'),
         url('fonts/FuturaStd-Book.svg') format('svg'),
         url('fonts/FuturaStd-Book.ttf') format('truetype'),
         url('fonts/FuturaStd-Book.woff') format('woff');
    font-weight: normal;
}
@font-face {
    font-family: Futura;
    src: url('fonts/futura-bold.eot') format('embedded-opentype'),
         url('fonts/futura-bold.svg') format('svg'),
         url('fonts/futura-bold.ttf') format('truetype'),
         url('fonts/futura-bold.woff') format('woff');
    font-weight: bold;
}
/*::-moz-placeholder {
    color: #3e3e3e;
    font-size: 28px;
    opacity: 1;
    font-family: Open Sans;
}
::-webkit-input-placeholder{
    color: #3e3e3e;
    font-size: 28px;
    opacity: 1;
    font-family: Open Sans;
}
:-moz-placeholder{
    color: #3e3e3e;
    font-size: 28px;
    opacity: 1;
    font-family: Open Sans;
}
:-ms-input-placeholder  {
    color: #3e3e3e;
    font-size: 28px;
    opacity: 1;
    font-family: Open Sans;
}*/

body {
    margin: 0 40px;
    z-index: 0;
    position: relative;
    padding-bottom: 680px;
}
.main-content {
    z-index: 1;
    background-color: #fff;
    position: relative;
}


p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    }

a {
    color: #393939;
    font-family: Futura, sans-serif;
}
a:focus, a:hover {
    color: #28a646;
    text-decoration: none;
}
a:hover {
    text-decoration:none;
}
.slider-content h1 {
    font-size: 60px;
    font-family: Futura, sans-serif;
}
::-moz-selection { color: #fff;background: #28a646; }
::selection { color: #fff;background: #28a646; }

h2 {
    font-size: 40px;
    line-height: 50px;
    font-family: Futura, sans-serif;
}
.h4, h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    letter-spacing: 3px;
}


.btn-green {
    background: #28a646;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 44px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    letter-spacing: 3px;
    /*background: linear-gradient(to left, #6a7883 50%, #28a646 50%);*/
    background-color: #28a646;
    background-size: 200% 100%;
    background-position:left bottom;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
}
.btn-green:hover, .btn-green:focus {
    /*background: #6a7883;*/
    color: #fff;
    background-color: #208137;
    text-decoration: none;
    /*background-position:right bottom;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.btn-blue {
    background: #28a646;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 28px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    letter-spacing: 3px;
    /*background: linear-gradient(to right, #28a646 50%, #6a7883 50%);*/
    background-color: #6a7883;
    background-size: 200% 100%;
    background-position:right bottom;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.config-header .btn-blue {
    padding: 14px 27px;
    font-weight: normal;
}
.btn-blue:hover, .btn-blue:focus {
    /*background: #6a7883;*/
    color: #fff;
    /*background-position:left bottom;*/
    background-color: #515c64;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-green.sm, .btn-blue.sm {
    padding: 13px 30px;
    font-size: 12px;
}


.nopad-left {
    padding-left: 0;
}
.nopad-right {
    padding-right: 0;
}
.no-pad {
    padding: 0;
}

.come-in {
    transform: translateY(250px);
    -webkit-transform: none;
    -moz-transform: translateY(250px);
    -o-transform: translateY(250px);
    animation: come-in 1s ease forwards;
    -webkit-animation: come-in 1s ease forwards;
    -moz-animation: come-in 1s ease forwards;
    -o-animation: come-in 1s ease forwards;
}
.already-visible {
  transform: translateY(0);
  -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  animation: none;
  -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

/******   Header    *****/
/******   Header    *****/
/******   Header    *****/
.aux-nav {
    border-bottom: 1px solid #ebebeb;
}
.aux-nav p {
    margin: 0;
}
.aux-left {
    padding: 11px 0 10px;
}
.aux-left .fa {
    display: none;
}

.aux-email {
  float: left;
  padding-right: 24px;
}
.aux-phone {
    float: left;
}
.aux-tex {
    font-family: Futura, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}
.aux-phone .aux-tex {
    text-transform: uppercase;
}
.search-box.store-search-box {
    float: right;
}
/*.search-box.store-search-box {
    display: none;
}*/
.aux-right ul {
    margin-bottom: 0;
}
.aux-links {
  float: right;
}
.aux-links li {
  display: inline-block;
  padding: 17px 20px 20px;
  text-transform: capitalize;
}
.aux-nav a:hover {
    color: #393939;
}

.aux-links li:last-child {
    background: #f0f0f0;
}
.aux-nav a:hover .fa {
    color: #28a646;
}
.fa {
    padding-right: 5px;
}

.main-nav {
    padding: 24px 0;
}
.logo {
    float: left;
}

.admin-header-links .administration {
    color: #28a646;
}

.search-box.store-search-box {
    width: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
.search-box.store-search-box.opensearch {
    width: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#small-searchterms {
    background: #f0f0f0;
    border: 0;
    width: 100%;
    height: 49px;
    padding: 0 32px;
    font-size: 14px;
    color: #3e3e3e;
    margin-top: 4px;
    font-family: Futura, sans-serif;
}
.button-1.search-box-button {
    background: transparent;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    right: 10px;
    top: 19px;
    height: auto;
    width: auto;
    padding: 0;
    padding-right: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Futura, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    color: transparent;
    background-image: url('../img/Arrow-right.png');
    background-repeat: no-repeat;
    background-position: 100%;
    padding-right: 43px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.search-box .search-box-button:hover {
    background-color: transparent;
}
#small-searchterms::-moz-placeholder {
    color: #3e3e3e;
    font-size: 14px;
    opacity: 1;
    font-family: Futura, sans-serif;
}
#small-searchterms::-webkit-input-placeholder{
    color: #3e3e3e;
    font-size: 14px;
    opacity: 1;
    font-family: Futura, sans-serif;
}
#small-searchterms:-moz-placeholder{
    color: #3e3e3e;
    font-size: 14px;
    opacity: 1;
    font-family: Futura, sans-serif;
}
#small-searchterms:-ms-input-placeholder  {
    color: #3e3e3e;
    font-size: 14px;
    opacity: 1;
    font-family: Futura, sans-serif;
}



/******   Main Navigation    *****/
/******   Main Navigation    *****/
/******   Main Navigation    *****/
.top-menu.mobile {
    display: none;
}
.nav .social-foot {
    display: none;
}

nav {
    float: right;
    padding-top: 7px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: 0;
    min-height: auto;
    margin: 0;
}
.container-fluid {
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
nav ul {
    margin-bottom: 0;
}
nav li {
    display: inline-block;
}
nav li:last-child {
    
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "futura",sans-serif;
    position: relative;
    padding: 10px 30px;
}
.navbar-nav > li > a:after {
    display:block;
    content: '';
    border-bottom: solid 3px #28a646;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    position: absolute;
    bottom: -6px;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;

}
.navbar-default .navbar-nav > li:last-child > a {
    color:#fff;
    /*background: linear-gradient(to right, #28a646 50%, #6a7883 50%);*/
    background-color: #6a7883;
    background-size: 200% 100%;
    background-position:right bottom;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 17px 30px;
    margin-top: -7px;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav > li:last-child > a:hover {
    /*background-position:left bottom;*/
    background-color: #515c64;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-default .navbar-nav > li > a {
    color: #393939;
}

.sublist.first-level {
    display: none;
}

.navbar-default .navbar-nav > li:hover .sublist.first-level {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 999;
    padding: 16px 37px;
    width: 100%;
    top: 39px;
}
.sublist.first-level li {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "futura",sans-serif;
    position: relative;
}
.sublist.first-level a {
    padding: 10px 10px;
    display: block;
}
.sublist-toggle {
    position: absolute;
    top: 19px;
    z-index: 9;
}

nav li a:hover:after { transform: scaleX(1); }
nav li:last-child a:hover:after {
    display: none;
}

/******   Home Page Slider    *****/
/******   Home Page Slider    *****/
/******   Home Page Slider    *****/

.main-slider.home {
    position: relative;
}
.home-slide {
    width: 100%;
}
.home-slide-item {
    height: 890px;
    position: relative;
    background-size: cover;
    width: 100%;
}
    .home-slide-item::before {
        background-image: url('../img/slider-filter.png');
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
.home-slide .slick-prev, .home-slide .slick-next {
    width: 41px;
    height: 24px;
}
.home-slide .slick-prev {
    left: 95px;
    z-index: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.home-slide .slick-prev:hover {
    left: 85px;
    z-index: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.home-slide .slick-prev::before {
    content: '';
    background-image: url('../img/Arrow-left-white-lg.png');
    width: 41px;
    height: 24px;
    display: block;
}
.home-slide .slick-prev:hover:before {
    background-image: url('../img/Arrow-left-green-lg.png');
}
.home-slide .slick-next {
    right: 95px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.home-slide .slick-next:hover {
    right: 85px;
    z-index: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.home-slide .slick-next::before {
    content: '';
    background-image: url('../img/Arrow-right-white-lg.png');
    width: 41px;
    height: 24px;
    display: block;
}
.home-slide .slick-next:hover:before {
    background-image: url('../img/Arrow-right-green-lg.png');
}
.main-slider.home img {
    max-width: 100%;
}
.slider-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 592px;
    margin-left: 30px;
}
.slider-content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
}
.slider-content p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}
.scroll-link {
    position: absolute;
    bottom: 57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    text-align: center;
    letter-spacing: 3px;
}

.scroll-link a {
    color: #fff;
    text-transform: uppercase;
}

/******   Home Page CTA's    *****/
/******   Home Page CTA's    *****/
/******   Home Page CTA's    *****/
#page-start {
    border-top: 40px solid #e4e6e8;
    background: #edeff1;
    border-bottom: 40px solid #e4e6e8;
    position: relative;
}
#page-start::before {
    width: 215px;
    height: 3px;
    background: #28a646;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}

.config-cta-content {
    height: 640px;
}
.config-cta-img {
    padding-top: 60px;
}

.cta-image-wrapper img {
    max-width: 100%;
    height: auto;
}

.cta-image-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: url('../img/image-shadow.png');
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 564px;

}
.config-cta-img img {
    border: 18px solid #fff;
    box-shadow: 0px 6px 21px 0px rgba(66, 75, 84, 0.25); 
}
.cta-content-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}
.cta-content-wrapper h2 {
    margin-bottom: 42px;
}
.cta-content-wrapper p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
}

.style-cta {
    padding: 90px 0 45px;
}
.style-cta-heading {
    text-align: center;
}
.style-cta-heading h2 {
    margin-bottom: 42px;
}
.style-cta-heading p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
}
.control-item {
    width: 25%;
    float: left;
}
.control-item a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: Futura, sans-serif;
    color: #3e3e3e;
}
.control-item a:hover {
    color: #28a646;
}
.image-slider {
    padding-top: 80px;
    /*padding-bottom: 100px;*/
}
.slide-item {
    width: 25%;
    float: left;
    border: 6px solid #fff;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.slide-item:before {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background-color: rgba(62, 62, 62, .6);
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slide-item:hover {
    box-shadow: 0px 6px 21px 0px rgba(66, 75, 84, 0.25); 
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    z-index: 1;
    border: 12px solid #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slide-item:hover::after {
    content: "";
    display: block;
    max-width: 100%;
    height: 79px;
    background-image: url('../img/image-shadow.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: -91px;
    z-index: -1;
    background-size: 100%;
    width: 100%;
}


.slide-item:hover:before {
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: white;
background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));

}
.slide-item img{
    max-width: 100%;
    height:auto;
}
.slide-item a {
    display: block;
    position: absolute;
    bottom: 61px;
    left: 49px;
    color: #fff;
    font-size: 30px;
    font-family: Futura, sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slide-item:hover a {
    color: #3e3e3e;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slide-item:hover a::after {
    display: block;
    content: "";
    background-image: url('../img/Arrow-right.png');
    background-repeat: no-repeat;
    background-position: 100%;
    width: 31px;
    height: 19px;
    position: absolute;
    z-index: 1234567;
    right: -53px;
    top: 6px;
}


.newsletter-cta {
    padding: 60px 0 150px;
    position: relative;
}
.newsletter-cta::before {
    width: 128px;
    height: 3px;
    background: #28a646;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 38%;
}
.nl-form {
    padding: 59px 0px 59px 15px;
}

.newsletter-email {
    position: relative;
}
.nl-form #newsletter-email {
    background: #edeff1;
    border: 0;
    width: 100%;
    height: 80px;
    padding: 0 203px 0 32px;
    font-size: 28px;
    color: #3e3e3e;
}
#newsletter-subscribe-button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 67px;
    top: 40%;
    height: auto;
    width: auto;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Futura, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    color: #424b54;
    background-image: url('../img/Arrow-right.png');
    background-repeat: no-repeat;
    background-position: 100%;
    padding-right: 43px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#newsletter-subscribe-button:hover {
    background-position: 100%;
    padding-right: 69px;
    right: 41px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newsletter-email input::-moz-placeholder {
    color: #3e3e3e;
    font-size: 28px;
    opacity: 1;
    font-family: Open Sans;
}
.newsletter-email input::-webkit-input-placeholder{
    color: #3e3e3e;
    font-size: 28px;
    opacity: 1;
    font-family: Open Sans;
}
.newsletter-email input:-moz-placeholder{
    color: #3e3e3e;
    font-size: 28px;
    opacity: 1;
    font-family: Open Sans;
}
.newsletter-email input:-ms-input-placeholder  {
    color: #3e3e3e;
    font-size: 28px;
    opacity: 1;
    font-family: Open Sans;
}


.resource-cta {
    overflow: hidden;
}
.resource-slides {
    height: 706px;
    width: 56%;
    float: left;
    background-image: url('../img/resource-bg.png');
    position: relative;
    overflow: visible;
    z-index: 9;

}
.resource-slide-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120%;
    left: -12%;
}

.resource-slide-item {
    display: inline-block;
    overflow: visible;
    color: #fff;
    padding: 0 10px 60px;
    width: 33%;
    position: relative;
    opacity: .5;
}
.resource-slide-item.slick-active {
    opacity: .5;
}
.resource-slide-wrapper .slick-prev, .resource-slide-wrapper .slick-next {
    top: -98px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.resource-slide-wrapper .slick-prev {
    left: auto;
    right: -161px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.resource-slide-wrapper .slick-prev:hover {
    right: -146px;
    z-index: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.resource-slide-wrapper .slick-prev::before {
    content: '';
    background-image: url('../img/Arrow-left-grey.png');
    width: 31px;
    height: 19px;
    display: block;
}
.resource-slide-wrapper .slick-prev:hover:before {
    background-image: url('../img/Arrow-left-green.png');
}
.resource-slide-wrapper .slick-next {
    right: -242px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.resource-slide-wrapper .slick-next:hover {
    right: -257px;
    z-index: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.resource-slide-wrapper .slick-next::before {
    content: '';
    background-image: url('../img/Arrow-right-grey.png');
    width: 31px;
    height: 19px;
    display: block;
}
.resource-slide-wrapper .slick-next:hover:before {
    background-image: url('../img/Arrow-right-green.png');
}


.resource-slide-item p {
    font-size: 30px;
    position: absolute;
    padding-top: 20px;
}
.resource-slide-item img {
    border: 8px solid #fff;
    max-width: 100%;
    height: 100%;
}
.resource-content {
    background: #424b54;
    border-top: 43px solid #3b434b;
    border-bottom: 43px solid #3b434b;
    height: 706px;
    position: relative;
    width: 44%;
    float: left;
}
.resource-content-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 63%;
    left: 28%;
}

.resource-content-wrapper h2 {
    font-weight: bold;
    margin-bottom: 42px;
    color: #fff;
}
.resource-content-wrapper p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 42px;
    font-family: 'Open Sans', sans-serif;
}

.home-page-products-row {
    /*padding: 160px 0 80px;*/
    padding: 0 0 80px;
    text-align: left;
    /*background-image: url('../img/Logo-watermark.png');
    background-repeat: no-repeat;
    background-position: 50% 5%;*/
}
.product-grid.home-page-product-grid {
    padding-top: 80px;
}

.product-slider .slick-prev, .product-slider .slick-next {
    top: -114px;
}
.product-slider .slick-prev {
    left: auto;
    right: 90px;
    width: 31px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.product-slider .slick-prev:hover {
    right: 105px;
    width: 31px;
    z-index: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.product-slider .slick-prev::before {
    content: '';
    background-image: url('../img/Arrow-left.png');
    width: 31px;
    height: 19px;
    display: block;
}
.product-slider .slick-prev:hover:before {
    background-image: url('../img/Arrow-left-green.png');
}
.product-slider .slick-next {
    right: 34px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    width: 31px;
}
.product-slider .slick-next:hover {
    right: 19px;
    z-index: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.product-slider .slick-next::before {
    content: '';
    background-image: url('../img/Arrow-right.png');
    width: 31px;
    height: 19px;
    display: block;
}
.product-slider .slick-next:hover:before {
    background-image: url('../img/Arrow-right-green.png');
}
.home-page .product-grid .product-slider .item-box {
    margin: 0;
}
.item-grid {
    display: flex;
    flex-wrap: wrap;
}
.product-container {
    display: flex;
    flex-wrap: wrap;
}
.item-box {
    width: 33% !important;
    float: left;
    padding: 0 15px 50px;
    margin: 0;
}
.item-box:nth-child(2n+1) {
    clear: none;
}

.item-box:nth-child(3n+1) {
    clear: both;
}
.home-page .product-grid .item-box:nth-child(3n+1), .product-details-page .product-grid .item-box:nth-child(3n+1), .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
    clear: both;
}
.home-page .product-grid .item-box:nth-child(4n+1), .product-details-page .product-grid .item-box:nth-child(4n+1), .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
    clear: none;
}
.product-list .item-box {
    width: 100% !important;
    padding-bottom: 0;
}
.product-list .item-box .product-rating-box, .product-list .item-box .description {
    display: none;
}
.product-mobile {
    display: none;
}
.product-slider .item-box .product-rating-box {
    display: none;
}
.product-list .product-item {
    text-align: left;
}
.item-box .product-box-add-to-cart-button {
    width: 100%;
    background: linear-gradient(to left, #6a7883 50%, #28a646 50%);
    background-size: 200% 100%;
    background-position:left bottom;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
}
.item-box .product-box-add-to-cart-button:hover {
    background-position:right bottom;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.item-box .rating {
    background: url('../images/rating1.png') repeat-x;
    width: 95px;
    height: 14px;
    display: none;
}
.button-2.add-to-wishlist-button {
    
}
.item-box .button-2.add-to-wishlist-button {
    display: none;
}
.item-box:hover {
    cursor: pointer;
}
.item-box .add-info .buttons {
    position: absolute;
    top: 95px;
    left: 0;
    opacity: 0;
    right: 0;
    margin: auto;
    width: 60%;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.product-list .item-box .add-info .buttons {
    left: -227px;
}

.item-box:hover .add-info .buttons {
    position: absolute;
    opacity: 1;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    z-index: 10;
}
.item-box .picture {
    position: relative;
}
.item-box .picture a img {
    width: auto;
    height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .item-box .picture a img {
        width: 203px;
        height: auto;
    }
     .gallery .picture img, .variant-picture img {
         height: auto;
    }

}
@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */ 
  .item-box .picture a img {
        width: 203px;
        height: auto;
    }
  .gallery .picture img, .variant-picture img {
         height: auto;
    }
}

/*.item-box .picture:before {
    background-color: #393939;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-position: 100% 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.item-box:hover .picture:before {
    background-color: #393939;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-position: 100% 100%;
    opacity: .1;
    z-index: 9;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    cursor: pointer;
}*/

.item-box .price.actual-price {
    position: relative;
}
.item-box .price.actual-price::after {
    display: block;
    content: '';
    border-bottom: solid 3px #28a646;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: absolute;
    bottom: -16px;
    width: 120%;
    left: -10px;
    right: -10px;
    margin: auto;
}
.item-box:hover .price.actual-price::after  {
    transform: scaleX(1);
}


.product-item {
    text-align: center;
}
.product-picture {
    padding-bottom: 30px;
}
.product-picture img {
    max-width: 100%;
}

.price.actual-price {
    font-size: 16px;
    font-family: Futura, sans-serif;
    font-weight: bold;
}
.view-all {
    text-align: center;
}

.project-cta {
    height: 478px;
    background-image: url('../img/config-bg.png');
    position: relative;
    margin-top:1px;
}
.project-cta .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.project-cta-content {
    color: #fff;
    text-align: center;
}
.project-cta-content h2{
    color: #fff;
}
.project-cta-content p{
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 42px;
    font-family: 'Open Sans', sans-serif;
}



/******   Product Detail    *****/
/******   Product Detail    *****/
/******   Product Detail    *****/
.gallery.sevenspikes-cloudzoom-gallery {
    display: block;
    background: #f9fafb;
}

.spacer-bar {
    height: 40px;
    background: #f9fafb;
    margin-bottom: 30px;
    display: block;
}
.homepage .spacer-bar {
    display: none;
}
.overview .product-name h1 {
    font-size: 40px;
    line-height: 50px;
    font-family: Futura, sans-serif;
}
.overview .product-name {
    margin: 0 0 25px;
    border-bottom: transparent;
    padding: 0 0 10px;
}
.additional-details .label {
    color: #3e3e3e;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 700;
    padding-left: 0;
}

.blog-page .tags label,
.blogpost-page .tags label,
.blog-page .tags p,
.blogpost .tags label,
.all-shops-page p.distance-label,
.all-shops-page .tags p.tags-label,
.shop-page .tags p.tags-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin: 0 3px 3px 0;
    color: #444;
}
.additional-details .value {
    color: #3e3e3e;
    font-size: 14px;
    font-family: Open Sans;
    padding-left: 0;
}
.attributes {
    margin: 20px 0 46px;
    width: 100%;
}
.attribute-row {
    width: 50%;
    float: left;
}
.attribute-title {
    font-size: 14px;
    font-weight: bold;
    color: #3e3e3e;
    text-transform: uppercase;
    font-family: Futura, sans-serif;
    padding-bottom: 30px;
}
.attribute-values {
    font-size: 16px;
    font-family: Futura, sans-serif;
    font-weight: normal;
    color: #3e3e3e;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control.control--checkbox {
    position: relative;
    padding-left: 37px;
    font-weight: normal;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background: none;
    border: 1px solid #cecece;

}
.nopAjaxFilters7Spikes .checkbox-list .control__indicator {
    top: 5px;
}

.control--checkbox .control__indicator {
  border-radius: 0;
}

.control input:checked ~ .control__indicator:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid #28a646;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:checked ~ .control__indicator {
    
}


.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator::after {
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border: solid #c11c46;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.nopAjaxFilters7Spikes .checkbox-list label::before, .nopAjaxFilters7Spikes .checkbox-list .checked label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    margin-top: -13px;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 7px;
    border-bottom: none;
    right: -27px;
    font-size: 25px;
    cursor: pointer;
}


.quantity-button.quantity-down {
    position: absolute;
    height: 50%;
    top: 3px;
    border-bottom: none;
    left: 87px;
    font-size: 28px;
    cursor: pointer;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    display: none;
}
input[type='number'] {
    -moz-appearance:textfield;
}
.overview .add-to-cart {
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
.overview .qty-input, .variant-overview .qty-input {
    width: 45px;
    height: 43px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
    border: 1px solid #eeeeee;
}

.quantity-container {
    position: relative;
}
.quantity-container span {
    display: inline;
    padding-right: 42px;
    font-size: 14px;
    font-family: Futura, sans-serif;
    color: #3e3e3e;
    font-weight: bold;
}
.cart-container {
    display: block;
    width: 100%;
    padding-top: 50px;
}
.cart-container .btn-blue {
    font-weight: normal;
}
.overview .prices > div > span, .variant-overview .prices > div > span {
    vertical-align: middle;
    font-size: 40px;
    font-family: Futura, sans-serif;
    font-weight: normal;
}
.overview .prices > div.old-product-price span {
    font-size: 17px;
}
.cart-pricing .prices {
    position: absolute;
    left: 38%;
}
.info-list span {
    color: #444;
}
.complete-button button {
    background: #28a646;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.complete-button button:hover, .complete-button button:focus {
    background-color: #208137;
    /*background-position:right bottom;*/
    
}


.full-description ul {
    padding-top: 40px;
    padding-left: 23px;
    margin-left: 0;
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

.full-description li {
    list-style: none;
    position: relative;
    font-size: 16px;
    font-family: Open Sans;
    padding-bottom: 15px;
    display: inline-block;
    padding-right: 31px;
    float: left;
    width: 50%;
}
.full-description li:nth-child(2n+1) {
    clear: both;
}
.full-description li:last-child {
    clear: both;
}

.full-description li::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-color: #28a646;
    border-radius: 25px;
    position: absolute;
    top: 8px;
    left: -22px;
}
.product-details-page .product-grid .item-box {
    width: 25%;
    margin: 0 0 50px;
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    background: #28a646;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 44px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    display: inline-block;
    letter-spacing: 3px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
    margin-right: 5px;
}
.overview .add-to-cart-button:hover, 
.variant-overview .add-to-cart-button:hover, 
.overview .add-to-cart-button:focus , 
.variant-overview .add-to-cart-button:focus {
    background: #208137;
    color: #fff;
    background-position:right bottom;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
    outline: none;
}
.downloadable-products, .back-in-stock-subscriptions, .reward-points {
    display: none;
}
.earn-reward-points, .will-earn-reward-points, .use-reward-points {
    display: none;
}


/******   Category Pages    *****/
/******   Category Pages    *****/
/******   Category Pages    *****/

.accordion-toggle {
    cursor: pointer;
    display: none;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

.page-title h1 {
    font-size: 60px;
    font-weight: bold;
    font-family: Futura, sans-serif;
}

.page-title {
    border-bottom: none;
    padding-left: 0;
}
.page-body img {
    max-width: 100%;
    height: auto;
}
.breadcrumb-wrapper {
    border-bottom: 1px solid #ededed;
    padding-bottom: 14px;
    margin-bottom: 15px;
}

.breadcrumb-wrapper .breadcrumb {
    margin: 0;
    padding-left: 0;
}

.breadcrumb-wrapper .breadcrumb ul {
    font-size: 0;
    margin-bottom: 0;
}
.category-page .category-description {
    height: 390px;
}
.category-description img {
    max-height: 390px;
    float: right;
}
.category-description::before {
    width: 60px;
    height: 3px;
    background: #28a646;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.category-desc-wrapper {
    width: 48%;
    position: relative;
    background: #edeff1;
    top: 0;
    bottom: 0;
    height: 100%;
    border-bottom: 40px solid #e4e6e8;
    border-top: 40px solid #e4e6e8;
    height: 390px;
    float: left;
}
.category-description p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 72%;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Futura, sans-serif;
    font-size: 34px;
    color: #3e3e3e;
    line-height: 39px;
    padding-left: 15px;
}
.productQuantityTextBox {
    display: none;
}
.block .title {
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    background: none;
    padding: 12px 30px 21px 0px;
    font-size: 20px;
    color: #444;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Futura, sans-serif;
}
.nopAjaxFilters7Spikes .block .title:before, .nopAjaxFilters7Spikes .block .title:after {
    display: none;
}
.block .title::before {
    content: "";
    position: absolute;
    top: 27px;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -15px;
    border-left: 2px solid #323232;
}
.block .title::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 14px;
    width: 10px;
    height: 10px;
    margin-top: -15px;
    border-bottom: 2px solid #323232;
}
.block .title.open::after {
    content: "";
    position: absolute;
    top: 23px;
    right: 14px;
    width: 10px;
    height: 10px;
    margin-top: -15px;
    border-bottom: 2px solid #28a646;
}
.block .title.open::before {
    display:none;
}

/******   Content Pages    *****/
/******   Content Pages    *****/
/******   Content Pages    *****/



.faq-accordion {
    background-color: #f9fafb;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

.faq-accordion.active, button.accordion:hover {
    background-color: #f0f0f0;
}

.faq-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq-accordion.active:after {
    content: "\2212";
}

.faq-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
select#install-list {
    background: #edeff1;
    border: 0;
    width: 100%;
    height: 80px;
    padding: 0 32px;
    font-size: 28px;
    color: #3e3e3e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../img/arrow-dropdown-lg.png');
    background-repeat: no-repeat;
    background-position: 95% 54%;
    cursor: pointer;
}

.inputs.reversed input[type="checkbox"] {
    margin-top: -9px;
}


/******   Footer    *****/
/******   Footer    *****/
/******   Footer    *****/
footer {
    padding-top: 83px;
    z-index: -2;
    position: fixed;
    max-width: 100%;
    bottom: 0;
    width: 100%;
    margin-left: -40px;
    padding: 0 40px;

}
footer.noStick {
    position: relative;
    z-index: 1;
}
.main-footer {
    border-bottom: 1px solid #ebebeb;
}
footer h4 {
    margin-bottom: 35px;
    font-weight: normal;
}
.footer-col li {
    padding-bottom: 22px;
    font-size: 16px;
}
.contact p {
    font-family: Futura, sans-serif;
}
.social-foot {
    padding-top: 12px;
}
.social-foot li {
    display: inline-block;
    font-size: 20px;
    padding-right: 5%;

}
.social p {
    font-size: 14px;
}
.social .fa:hover {
    color: #28a646;
}
.sub-footer {
    padding: 50px 0;
    text-align: center;
}
.sub-footer p {
    font-family: Futura, sans-serif;
}
.sub-footer p span {
    font-size: 14px;
    padding-top: 14px;
    display: block;
}
.green-text {
    color: #28a646;
}

@media screen and (max-width: 1500px) {
    .navbar-nav > li > a {
        padding: 10px 20px;
    }
    .navbar-default .navbar-nav > li:hover .sublist.first-level {
        width: 171%;
    }
    .aux-links li {
        padding: 17px 12px 20px;
    }
    .newsletter-cta::before {
        display: none;
    }
    .slider-content {
        margin-left: 157px;
        text-align: left;
    }
    footer .container {
        width: auto;
    }
}
@media screen and (max-width: 1270px) {
    .logo {
        float: left;
        width: 27%;
        padding-top: 12px;
    }

    .logo img {
        max-width: 100%;
    }

    .navbar-nav > li > a {
        padding: 8px 12px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .aux-tex {
        font-size: 11px;
    }
    .aux-nav p {
        font-size: 14px;
    }
    .aux-links li {
        padding: 17px 6px 20px;
    }

    .resource-content-wrapper {
        width: 90%;
        left: 11%;
    }
    .newsletter-cta::before {
        display: none;
    }
    .category-page .category-description {
        height: 322px;
    }
    .category-desc-wrapper {
        height: 322px;
    }
    .category-description p {
        font-size: 28px;
        line-height: 34px;
    }
    .category-description img {
        max-height: 322px;
    }
    .category-description::before {
        width: 43px;
    }
    .cart-pricing .prices {
        left: 47%;
    }
    .product-list .item-box .add-info .buttons {
        left: -176px;
    }
    


}
@media screen and (max-width: 1000px) {
    .accordion-toggle {
        cursor: pointer;
        display: block;
        position: relative;
        display: block;
        cursor: pointer;
        padding: 12px 40px 20px 0px;
        color: #3e3e3e;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-bottom: 1px solid #ddd;
        max-width: 600px;
        margin: 0 auto;
    }
    .accordion-toggle::before {
        content: "";
        position: absolute;
        top: 26px;
        right: 14px;
        width: 10px;
        height: 10px;
        margin-top: -15px;
        border-bottom: 2px solid #323232;
    }
    .accordion-toggle::after {
        content: "";
        position: absolute;
        top: 30px;
        right: 10px;
        width: 10px;
        height: 10px;
        margin-top: -15px;
        border-left: 2px solid #323232;
    }
    .accordion-toggle.open::after {
        display: none;
    }
    .accordion-content {
        display: none;
    }

    .accordion-content.default {
        display: none;
    }
    .page.category-page .product-grid.featured-product-grid {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    body {
        padding-bottom: 0;
    }
    .navbar-toggle {
        display: block;
    }

    #topcartlink a {
        padding: 0;
    }
    .aux-left {
        padding: 0;
    }
    .aux-email, .aux-phone {
        padding: 19px 18px 20px;
        border-left: 1px solid #ebebeb;
    }
    .aux-phone {
        border-right: 1px solid #ebebeb;
    }
    .aux-links li {
        padding: 18px 18px 18px;
        border-left: 1px solid #ebebeb;
    }
    .aux-left .fa {
        display: block;
    }
    .aux-nav {
        border-bottom: 1px solid #ebebeb;
    }
    .aux-tex {
        display: none;
    }
    .search-box.store-search-box {
        float: none;
    }

    .main-nav {
        position: relative;
    }
    .navbar-default {
        position: static;
    }
    .navbar-toggle {
        display: block;
        margin-top: -4px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .sr-only {
        position: absolute;
        width: 62px;
        height: 30px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: auto;
        border: 0;
        left: -65px;
        font-family: Futura, sans-serif;
        font-size: 16px;
        top: 10px;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #28a646;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 5px;
        border-radius: 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapsing {
        position: absolute;

    }
    .collapse.in {
        display: block !important;
        overflow-y: visible;
    }
    .navbar-nav {
        float: none;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        background: rgba(255, 255, 255, .9);
        text-align: center;
        top: 103px;
        height: auto;
        padding-top: 68px;
    }

    .navbar-nav > li {
        float: none;
    }
    .navbar-default .navbar-nav > li > a {
        color: #393939;
        font-size: 36px;
        padding: 29px 20px;
        line-height: 40px;

    }

    .navbar-default .navbar-nav > li:last-child > a {
        color: #393939;
        background: transparent;
            background-position-x: 0%;
            background-position-y: 0%;
            background-size: auto auto;
        background-size: 200% 100%;
        background-position: right bottom;
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }
    .navbar-nav > li > a::after {
        display: block;
        content: '';
        border-bottom: solid 3px #28a646;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        position: absolute;
        bottom: 2px;
        width: 14%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .navbar-default .navbar-nav > li:hover .sublist.first-level {
        display: none;
    }
    .sublist.first-level {
        display: none;
    }
    .navbar-default .navbar-nav > li.active .sublist.first-level, .navbar-default .navbar-nav > li.active:hover .sublist.first-level {
        display: block;
        position: relative;
        background: #fff;
        z-index: 9;
        padding: 16px 37px;
        width: 100%;
        top: auto;
    }
    .sublist.first-level li {
        display: block;
    }
    .nav .social-foot {
        display: block;
        float: none;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9;
        background: rgba(255, 255, 255, .9);
        text-align: center;
        bottom: -734px;
        height: auto;
        padding: 25px 0;
        white-space: nowrap;
    }
     .nav .social-foot li {
        padding: 0 2%;
    }
    .slider-content {
        margin-left: 63px;
        width: 563px;
    }
    .home-slide .slick-prev {
        left: 2px;
    }
    .home-slide .slick-next {
        right: 3px;
    }
    .cta-content-wrapper {
        width: 66%;
    }
    #page-start::before {
        width: 115px;
    }

    .resource-slide-wrapper {
        left: -18%;
    }
    .resource-slides {
        width: 100%;
        float: none;
    }
    .resource-content {
        width: 100%;
        float: none;
    }
    .resource-content-wrapper {
        width: 63%;
        left: 0;
        margin: 0 auto;
        right: 0;
        text-align: left;
    }
    #page-start::before {
        top: 75%;
    }
    .newsletter-email {
        width: 100%;
    }
    .cta-image-wrapper::after {
        width: 590px;
    }
    .category-description p {
        font-size: 31px;
        line-height: 41px;
    }
    .shops-item .info-wrap {
        margin: 0;
        text-align: left;
        float: none;
        margin-left: 30px !important;
    }
    .shops-item {
        margin: 0 0 50px;
        display: flex;
    }
    .cart-pricing .prices {
        position: relative;
        left: auto;
    }
    .overview .prices > div, .variant-overview .prices > div {
        margin: 0px 0 5px;
    }
    .overview .add-to-cart-panel > *, .variant-overview .add-to-cart-panel > * {
        float: none;
        max-width: 204px;
        text-align: center;
        margin: 0 auto;

    }
    .overview .add-to-cart-panel > .cart-container {
        width: 100%;
        max-width: 100%;
    }
    .quantity-button.quantity-down {
        left: 105px;
    }
    .quantity-button.quantity-up {
        right: -4px;
    }

    
    .footer-col {
        padding-bottom: 42px;
    }
    .main-footer .col-lg-3.col-md-3.col-sm-6.col-xs-6:nth-child(3) {
        clear: both;
    }
    footer {
        padding-top: 83px;
        z-index: -2;
        position: static;
    }
    footer.noStick {
        position: static;
        z-index: 0;
    }

    

}
@media screen and (max-width: 832px) {
    .container {
        width: 100%;
    }
    .blog-page .post {
        width: 100% !important;
        float: none !important;
    }

    

}
@media screen and (max-width: 800px) {

    .category-page .category-description, .category-desc-wrapper, .category-description img {
        height: 308px;
    }
    .category-description p {
        font-size: 28px;
        line-height: 34px;
    }

}
@media screen and (max-width: 768px) {
    .main-content .fa {
        font-size: 18px;
        padding: 0;
    }

    .logo {
        width: 45%;
    }

    #page-start::before, .newsletter-cta::before {
        width: 112px;
    }
    .home-slide .slick-prev, .home-slide .slick-next {
        display: none !important;
    }
    .cta-image-wrapper {
        text-align: center;
    }
    .cta-image-wrapper::after {
        display: none;
    }

    .cta-content-wrapper {
        width: 65%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .slide-item {
        width: 50%;
    }
    .slide-item:nth-child(3) {
        clear: both;
    }
    .slide-item.active {
        box-shadow: 0px 6px 21px 0px rgba(66, 75, 84, 0.25);
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
    .slide-item.active::after {
        display: none;
    }
    
    .style-slider .col-sm-12 {
        padding: 0;
    }
    .control-item:last-child {
        text-align: right;
    }
    .image-slider {
        padding-top: 80px;
    }
    .item-box:nth-child(3n+1) {
        clear: none;
    }
    .home-page .product-grid .item-box:nth-child(3n+1), .product-details-page .product-grid .item-box:nth-child(3n+1), .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
        clear: none;
    }
    .home-page .product-grid .item-box:nth-child(4n+1), .product-details-page .product-grid .item-box:nth-child(4n+1), .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
        clear: both;
    }
    .resource-slide-item {
        padding: 0 10px 88px;
        min-width: 250px;
    }
    .nl-content {
        text-align: left;
        margin-left: 103px;
    }

    .product-desk {
        display: none;
    }
    .product-mobile {
        display: block;
    }
    .item-box {
        width: 50% !important;
        float: left;
        padding: 0 15px 80px;
    }
    .item-box:nth-child(2n+1) {
        clear: both;
    }
    .product-list .item-box .picture {
        float: left;
        width: 220px;
        padding-right: 30px;
    }
    .product-list .item-box .add-info .buttons {
        right: auto;
        width: 39%;
        float: left;
        position: static;
        opacity: 1;
    }
    .category-description p {
        font-size: 28px;
        line-height: 38px;
        width: 85%;
    }
    .resource-slide-wrapper {
        width: 148%;
    }

    .button-1.search-box-button {
        display: none;
    }

    #small-searchterms {
        padding: 0;
    }

}
@media screen and (max-width: 767px) {
    body {
        margin: 0 10px;
        padding-bottom: 0;
    }
    .slider-content {
        width: 84%;
    }
    #page-start::before, .newsletter-cta::before {
        display: none;
    }
    footer {
        position: static;
        margin-left: 0;
        padding: 83px 0 0;
    }

}
@media screen and (max-width: 706px) {

    .category-description img {
        display: none;
    }
    .category-desc-wrapper {
        width: 100%;
    }

}
@media screen and (max-width: 650px) {
    .shops-item {
        margin: 0 0 50px;
        display: block;
    }
    .all-shops-page .shops-item .shop-name {
        text-transform: uppercase;
        font-size: 18px;
        margin: 0px 0 12px;
    }
    .newsletter-cta h2 {
        font-size: 28px;
        line-height: 38px;
        }
}
@media screen and (max-width: 600px) {
    .resource-slides {
        width: 100%;
        float: none;
        max-width: 100%;
    }

    .resource-slide-wrapper {
        width: 100%;
        left: auto;
    }
    .resource-slide-item {
        padding: 0 10px 0px;

    }
    .slick-initialized .slick-slide {
        text-align: center;
    }
    .resource-slide-item img {
        margin: auto;
    }
    .resource-slide-item p {
        position: relative;
    }
    .resource-content {
        height: auto;
    }
    .resource-content-wrapper {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 90%;
    }
    .nl-content {
        margin-left: 26px;
    }
    .nl-form #newsletter-email {
        padding: 0 107px 0 32px;
    }
    .home-page .slider-wrapper {
        margin-bottom: 0px !important;
        overflow: hidden;
    }

    .config-cta-content {
        height: auto;
    }
    .cta-content-wrapper {
        width: 90%;
        left: 0;
        right: 0;
        margin: 60px auto 0;
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #newsletter-subscribe-button {
        color: transparent;
    }
    .project-cta {
        height: 600px;
    }
    .category-desc-wrapper {
        width: 100%;
        position: relative;
        height: 100%;
    }
    .category-description p {
        padding: 10px 0;
    }
    .category-description::before {
        width: 23px;
    }


}
@media screen and (max-width: 500px) {
    .page-title h1 {
        font-size: 50px;
        word-wrap: break-word;
    }
    .main-footer .col-xs-6{
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .nl-form #newsletter-email {
        padding: 0 58px 0 11px;
        font-size: 20px;
        line-height: 30px;
    }
    #newsletter-subscribe-button {
        right: 16px;
    }
    #newsletter-subscribe-button:hover {
        right: 16px;
    }
    *::-moz-placeholder {
        font-size: 22px;
    }
    .newsletter-email input::-moz-placeholder {
        font-size: 18px;
    }
    .newsletter-email input::-webkit-input-placeholder{
        font-size: 18px;
    }
    .newsletter-email input:-ms-input-placeholder  {
        font-size: 18px;
    }
    .item-box {
        width: 100% !important;
    }
    .cart-container .add-to-cart-button {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart-container .btn-blue {
        width: 100%;
    }
    .product-list .item-box {
        width: 100% !important;
        padding-bottom: 40px;
    }
    .product-list .product-item {
        text-align: center;
    }
    .product-list .item-box .picture {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .product-list .item-box .add-info .buttons {
        width: 100%;
    }
    .item-box .picture a::before {
        display: none;
    }
    .item-box .picture a img {
        width: auto;
        height: auto;
        object-fit: none;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }

}
@media screen and (max-width: 468px) {

    .aux-nav .col-xs-3 {
        width: 25%;
    }
    .aux-nav .col-xs-9 {
        width: 74%;
    }
    .aux-email, .aux-phone {
        padding: 19px 10px 20px;
        border-left: 1px solid #ebebeb;
    }
    
    .aux-phone {
        border-right: 0;
    }
    .aux-links li {
        padding: 18px 9px 18px;
        border-left: 1px solid #ebebeb;
        margin-right: -4px;
    }
    .aux-links li:nth-child(3), .aux-links li:nth-child(4) {
        padding: 18px 7px 18px;
    }
    .ico-logout, .ico-account {
        font-size: 12px;

    }
    .slider-content {
        margin-left: 14px;
    }
    .resource-slide-item.slick-slide.slick-cloned:last-child {
        display: none;
    }
    .control-item {
        width: 100%;
        float: left;
        padding-bottom: 10px;
    }
    .control-item:last-child {
        text-align: center;
    }
    .image-slider .slide-item {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }



}
