/*******************************************************************************
* Page Layout
*******************************************************************************/
.cms-index-index .middle {
    width: 100%;
}
.cms-index-index #main {
    padding: 0;
    width: 100% !important;
}
/*******************************************************************************
* Sections
*******************************************************************************/
.cms-index-index .section .container {
    margin: 0 auto;
    max-width: 98%;
    width: 998px;
}
.cms-index-index .section h2 {
    text-transform: uppercase;
}
.cms-index-index .section .col-2,
.cms-index-index .section .col-3,
.cms-index-index .section .col-4 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.cms-index-index .section .col-3 li,
.cms-index-index .section .col-4 li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.cms-index-index .section .col-3 li {
    width: 33.333%;
}
.cms-index-index .section .col-4 li  {
    width: 25%;
}
/*******************************************************************************
* Banner
*******************************************************************************/
.cms-index-index .banner {
    background: #fff;
    text-align: center;
}
.cms-index-index .banner .container {
    max-width: 100%;
    position: relative;
    width: 1600px;
}
.cms-index-index .banner ul {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.cms-index-index .banner ul li {
    background-position: center top;
    background-repeat: no-repeat;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.cms-index-index .banner li{
        -webkit-background-size: 100% 100%;
           -moz-background-size: 100% 100%;
             -o-background-size: 100% 100%;
                background-size: 100% 100%;
    }
.cms-index-index .banner img {
    display: block;
    width: 100%;
    visibility: hidden;
}
.cms-index-index .banner .banner-content {
    color: #000;
    left: 50%;
    padding: 0;
    position: absolute;
    margin: -182px 0 0 -499px;
    max-width: 96%;
    text-align: left;
    top: 50%;
    text-transform: uppercase;
    width: 998px;
    z-index: 1;
}
.cms-index-index .banner .banner-content img {
    float: left;
    margin-right: 15px;
    max-width: 100%;
    width: auto;
    visibility: visible;
}
.cms-index-index .banner .banner-content p {
    color: #000;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-top: 9%;
}
.cms-index-index .banner .banner-content strong {
    font-weight: 400;
}
.cms-index-index .banner .button,
.cms-index-index .banner .button2 {
    float: left;
    padding-left: 0;
    padding-right: 0;
    max-width: 48%;
    width: 150px;
}
.cms-index-index .banner .button {
    margin-right: 20px;
}
.cms-index-index .banner .button2 {
    font-weight: 400;
}

/*******************************************************************************
* CTAs
*******************************************************************************/
.cms-index-index .cta {
    background: #fff;
}
.cms-index-index .cta .container {
    padding: 0;
}
.cms-index-index .cta .col-2 {
    background: #fff;
    border: solid 1px #e3e3e3;
    border-bottom: solid 6px #e5e5e5;
    margin: 0 auto;
    max-width: 98%;
    position: relative;
    top: -75px;
    width: 998px;
    z-index: 3;
}
.cms-index-index .cta li {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 3%;
    position: relative;
    text-align: center;
    width: 44%;
}
.cms-index-index .cta li:first-child {
    background: url(../images/border-cta.jpg) repeat-y right top #fff;
}
.cms-index-index .cta li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.cms-index-index .cta li .icon-arrow {
    background: url(../images/icon-arrow.png) no-repeat center center transparent;
    color: transparent;
    display: inline;
    margin-left: 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: auto;
}
.cms-index-index .cta li:hover .button {
    opacity: 1;
}
.cms-index-index .cta .button {
    bottom: 50%;
    left: 50%;
    margin: 0 0 -10% -75px;
    opacity: 0;
    position: absolute;
    z-index: 2;
}
.cms-index-index .cta .button {
       -webkit-transition: opacity .28s ease-in .1s;
          -moz-transition: opacity .28s ease-in .1s;
           -ms-transition: opacity .28s ease-in .1s;
            -o-transition: opacity .28s ease-in .1s;
               transition: opacity .28s ease-in .1s;
}
.cms-index-index .cta .button:active,
.cms-index-index .cta .button:focus,
.cms-index-index .cta .button:hover {
    color: #fff;
}
/*******************************************************************************
* Newsletter
*******************************************************************************/
.cms-index-index .home-newsletter {
    background: #000;
    text-align: center;
}
.cms-index-index .home-newsletter .container {
    padding: 2.6% 0;
}
.cms-index-index .home-newsletter form {
    display: block;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}
.cms-index-index .home-newsletter .home-form-left {
    color: #fff;
    float: left;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    width: 35%;
}
.cms-index-index .home-newsletter h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}
.cms-index-index .home-newsletter p {
    color: #fff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
.cms-index-index .home-newsletter .home-form-right {
    float: left;
    margin: 0 auto;
    padding: 0 0 0 3%;
    width: 62%;
}
.cms-index-index .home-newsletter input[type="checkbox"]{
    display: none;
}
.cms-index-index .home-newsletter .home-form-right .email {
    background: none;
    border: solid 1px #818181;
    color: #626262;
    float: left;
    font-weight: 300;
    padding: 17px 5% 15px;
    text-transform: uppercase;
    width: 64%;
}
.cms-index-index .home-newsletter .home-form-right input[type="submit"] {
    background: #ffee2a;
    border: solid 1px #ffee2a;
    color: #000;
    cursor: pointer;
    display: block;
    float: right;
    font-family: 'Oswald', Arial, Sans-Serif;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 24%;
}
.cms-index-index .home-newsletter .home-form-right input[type="submit"] {
    -webkit-appearance: none !important;
}
.cms-index-index .home-newsletter .home-form-right input[type="submit"]:active,
.cms-index-index .home-newsletter .home-form-right input[type="submit"]:focus,
.cms-index-index .home-newsletter .home-form-right input[type="submit"]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
/*******************************************************************************
* Products Showcase
*******************************************************************************/
.cms-index-index .home-products {
    background: #fff;
}
.cms-index-index .home-products .container {
    background: url(../images/bg-home-products.jpg) no-repeat center 50px #fff;
    padding: 5.3% 0;
    text-align: center;
}
.cms-index-index .home-products h2 {
    font-size: 34px;
    font-weight: 300 !important;
    margin-bottom: 35px;
}
.cms-index-index .home-products h2 strong {
    font-size: 33px;
    font-weight: 400 !important;
}
.cms-index-index .home-products .col-3 li {
    margin: .5%;
    max-width: 49.9%;
    padding: 0;
    position: relative;
    width: 24%;
}
.cms-index-index .home-products .col-3 li .overlay {
       -webkit-transition: all .28s ease-in .1s;
          -moz-transition: all .28s ease-in .1s;
           -ms-transition: all .28s ease-in .1s;
            -o-transition: all .28s ease-in .1s;
               transition: all .28s ease-in .1s;
}
.cms-index-index .home-products .col-3 li img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.cms-index-index .home-products .col-3 li:active .overlay,
.cms-index-index .home-products .col-3 li:focus .overlay,
.cms-index-index .home-products .col-3 li:hover .overlay {
    opacity: 1;
}
.cms-index-index .home-products .overlay {
    background: rgba( 0, 0, 0, .85);
    height: 90%;
    left: 0;
    margin: 5%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 90%;
    z-index: 1;
}
.cms-index-index .home-products .overlay h4 {
    font-weight: 400;
    margin: 10% auto 0;
    padding: 0 10px;
}
.cms-index-index .home-products .overlay h4 a {
    color: #f7e90d;
    text-decoration: none;
    text-transform: uppercase;
}
.cms-index-index .home-products .overlay-btn {
    bottom: 6%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.cms-index-index .home-products .overlay .button {
    font-size: 16px;
    margin: 9px auto;
    max-width: 90%;
    padding: 11px 0 9px;
    width: 100%;
}