textarea, input, button, select, label, label::before {
    outline: none !important;
}

.loading-wrapper{
	display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    z-index: 999;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
}

.loading-wrapper .loading-section{
	position:relative;
	margin:0 auto;
}

.loading-wrapper .loading-section h4 {
    margin-left: -50px;
}

#pdf-validation{
	color:#cd202c;
	padding:5px;
}

.dropdownlist select {
    outline: none;
    background: transparent;
    width: 100%;
    padding: 4px;
    color: #000;
    line-height: 1;
    border: 0;
    border-radius: 0;
    /*Hides the default arrows for Selects*/
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    position: relative;
}

.dropdownlist {
    /*width: 297px;*/
    overflow: hidden;
    background: no-repeat right #fff;
    border: #ccc 1px solid;
    position: relative;
}

    .dropdownlist:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 8px;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #000;
        pointer-events: none;
    }


.accordion, .accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after, .dropdown:after, .video-list li:after, .tabs-holder:after, .purchased-block:after, .products-holder.list-view .product-box:after, .detail-pro .head:after, .detail-pro .deatil-info:after, .detail-pro .pro-des:after, .popup-module:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

#header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

    #header .container {
        padding-top: 12px;
        position: relative;
        z-index: 999;
        padding-bottom: 12px;
    }

@media (min-width: 768px) {
    #header .container {
        padding-bottom: 0;
    }
}

.logo {
    width: 170px;
    float: left;
}

@media (min-width: 768px) {
    .logo {
        margin: 0 0 25px;
        width: 255px;
        float: none;
    }
}

.logo img {
    display: block;
    width: 100%;
    height: auto;
}

.nav-bar {
    margin: 0;
    max-width: 920px;
}

@media (max-width: 767px) {
    .nav-bar {
        max-width: 100%;
        position: absolute;
        z-index: 9999;
        left: 0;
        right: 0;
        top: 100%;
        margin: 1px 0 0;
        padding: 20px 10px 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
}

.nav-active .nav-bar {
    opacity: 1;
    visibility: visible;
}

#nav {
    letter-spacing: -.32em;
    margin: 0 0 -1px;
}

    #nav > li {
        letter-spacing: normal;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        margin: 0 0 20px;
    }

@media (min-width: 768px) {
    #nav > li {
        display: inline-block;
        vertical-align: top;
        margin: 0 30px 0 0;
    }
}

@media (min-width: 992px) {
    #nav > li {
        margin: 0 35px 0 0;
    }

        #nav > li:last-of-type {
            margin: 0 0px 0 0;
        }
}

/* changed for new nav */
/*#nav > li:hover >*/ a, #nav > li.active > a {
    color: #cd202c;
    border-color: #cd202c;
}

@media (min-width: 768px) {
    #nav > li.hover .dropdown {
        opacity: 1;
        visibility: visible;
    }
}

#nav > li > a {
    padding: 0 0 5px;
    color: #333;
    display: block;
    /*border-bottom: 2px solid transparent;*/
}

@media (min-width: 768px) {
    #nav > li > a {
        padding: 0 0 10px;
    }
}

#nav > li.sec {
    position: relative;
}

@media (min-width: 768px) {
    #nav > li.sec .dropdown {
        /*width: 567px;*/
        width: 170px;
        left: -10px;
        padding: 14px 0 38px;
        margin: 0;
        margin-top: -2px;
    }
}

#nav > li.sec .title {
    padding: 15px 0;
}

@media (min-width: 768px) {
    #nav > li.sec .title {
        padding: 0;
    }
}

#nav > li.sec .col {
    /*width: 30%; /*changed for new nav*/
    width: 100%; /*changed for new nav*/
}

@media (min-width: 768px) {
    #nav > li.sec ul {
        display: inline-block;
        vertical-align: top;
        width: 100%; /*changed for new nav*/
        margin: 0 0 8px;
    }
}

#nav > li.sec ul li {
    margin: 0 0 10px;
}

#nav > li.sec ul ul {
    width: auto;
    display: block;
}

#nav > li.sec .drop-slide {
    padding: 0 0 5px;
}

@media (min-width: 768px) {
    #nav > li.sec .drop-slide {
        padding: 0;
    }
}

#nav > li.sec .all {
    display: block;
    width: 65px;
}

#nav > li.sec > a.selected-link {
    border-bottom: 2px solid #cd202c;
}

.dropdown {
    left: 0;
    right: 0;
    margin: 1px 0 0;
    top: 100%;
    z-index: 1;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    letter-spacing: -.32em;
}

@media (min-width: 768px) {
    .dropdown {
        opacity: 0;
        position: absolute;
        visibility: hidden;
        padding: 0 0 25px;
    }
}

@media (min-width: 992px) {
    .dropdown {
        padding: 14px 0 55px;
    }
}

/* changed for new nav */
/*.dropdown:before {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    content: "";
    background: #fff;
    z-index: -1;
}*/

.dropdown .col {
    letter-spacing: normal;
    padding: 0 10px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .dropdown .col {
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 992px) {
    .dropdown .col {
        width: 16.6666%;
    }
}

.dropdown .col.active .opener:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown a {
    color: #333;
    display: block;
}

@media (min-width: 768px) {
    .dropdown a {
        display: inline-block;
        vertical-align: top;
    }
}

.dropdown a:hover {
    color: #cd202c;
}

.dropdown .title {
    position: relative;
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 15px 0 0;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .dropdown .title {
        margin: 0 0 11px;
        padding: 25px 0 0;
    }
}

@media (min-width: 992px) {
    .dropdown .title {
        padding: 0;
        min-height: 26px;
    }
}

.dropdown .title a {
    color: #a5a7ab;
}

    .dropdown .title a:hover {
        color: #cd202c;
    }

@media (min-width: 768px) {
    .dropdown .title.desktop-hidden {
        display: none;
    }
}

.dropdown .title .opener {
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .dropdown .title .opener {
        display: none;
    }
}

.dropdown .title .opener:after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: "\e90c";
    font: 15px/18px icomoon;
    display: inline-block;
    vertical-align: top;
}

.dropdown .all {
    font-weight: 600;
}

.dropdown ul {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .dropdown ul {
        margin: 0 0 15px;
    }
}

.dropdown ul li {
    line-height: 15px;
    margin: 0 0 7px;
}

.dropdown ul ul {
    margin: 0;
    padding: 8px 0 0 15px;
}

.dropdown .drop-slide {
    padding: 15px 0 5px;
}

@media (min-width: 768px) {
    .dropdown .drop-slide {
        position: static !important;
        padding: 0;
    }
}

.dropdown .social-networks {
    letter-spacing: normal;
    display: block !important;
    width: 100% !important;
}

    .dropdown .social-networks li {
        margin: 0 4px 10px 0 !important;
    }

    .dropdown .social-networks a {
        color: #676766;
        width: 18px;
        height: 18px;
        font-size: 18px;
    }

        .dropdown .social-networks a:hover {
            opacity: .75;
            color: #cd202c;
        }

.top-nav {
    position: static;
    right: 10px;
    left: 250px;
    top: 0;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -.32em;
    padding: 4px 0 0;
    z-index: 30;
}

@media (min-width: 768px) {
    .top-nav {
        position: absolute;
        text-align: right;
    }
}

.top-nav li {
    letter-spacing: normal;
    margin: 0 0 5px !important;
    line-height: 15px !important;
}

@media (min-width: 768px) {
    .top-nav li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 15px 15px !important;
    }
}

@media (min-width: 992px) {
    .top-nav li {
        margin: 0 0 15px 28px !important;
    }

        .top-nav li ul li {
            margin: 0 0 15px 0px !important;
        }
}

@media (min-width: 768px) {
    #nav.top-nav > li.sec .dropdown {
        width: 165px;
        left: -10px;
        padding: 14px 0 38px;
        margin: 0;
        margin-top: -2px;
        text-align: left;
    }
}

.top-nav li.active a {
    color: #cd202c;
}

.top-nav li a {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: 500;
}

    .top-nav li a:hover {
        color: #cd202c;
    }

    .top-nav li a.buy {
        display: block;
        color: #fff;
        background: #999;
        padding: 5px 12px 7px;
        text-align: center;
    }

@media (min-width: 768px) {
    .top-nav li a.buy {
        margin: -4px 0 0;
    }
}

.top-nav li a.buy:hover {
    background: #cd202c;
    color: #ffffff !important;
}

.nav-opener {
    width: 30px;
    height: 30px;
    float: right;
    background: #cd202c;
    position: relative;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:before, .nav-opener:after,
.nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav-opener:before, .nav-opener:after {
    content: '';
    top: 30%;
}

.nav-opener:after {
    top: 70%;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
}

.nav-active .nav-opener:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-opener:hover {
    opacity: .9;
}

.searchform-border {
    border-bottom: 1px solid #333;
    width: 165px;
}

.search-form {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 21px;
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
    max-width: 100%;
}

@media (max-width: 767px) {
    .search-form {
        opacity: 0;
        visibility: hidden;
        width: 100%;
        left: 0;
        height: 41px;
        right: 0;
        padding: 20px 10px 0;
        bottom: auto;
        top: 100%;
        margin: 1px 0 0;
    }
}

.search-form input[type="search"] {
    float: left;
    width: 94%;
    height: 20px;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 0 40px 0 51px;
    margin: 0 0 0 -41px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

    .search-form input[type="search"]::-webkit-input-placeholder {
        color: #b6b7b8;
    }

    .search-form input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #b6b7b8;
    }

    .search-form input[type="search"]:-moz-placeholder {
        color: #b6b7b8;
    }

    .search-form input[type="search"]:-ms-input-placeholder {
        color: #b6b7b8;
    }

    .search-form input[type="search"].placeholder {
        color: #b6b7b8;
    }

.search-form .search-button-inner {
    visibility: hidden;
    cursor: pointer;
    float: left;
    margin: -2px 0 0 0;
    padding: 0px 5px;
    width: 24px;
}

.search-active .search-form {
    width: 940px; /*859px*/
}

@media (max-width: 767px) {
    .search-active .search-form {
        visibility: visible;
        opacity: 1;
    }

        .search-active .search-form input[type="search"] {
            width: 92%;
        }
}

.search-active .search-form input[type="search"] {
    visibility: visible;
    opacity: 1;
}

.search-active .search-form .search-button-inner {
    visibility: visible;
}

.search-opener {
    position: absolute;
    right: 10px;
    bottom: 6px;
    width: 20px;
    height: 20px;
    color: #333;
    z-index: 22;
}

@media (max-width: 767px) {
    .search-opener {
        position: relative;
        margin: 6px 10px 0 0;
        bottom: 0;
        right: 0;
        float: right;
    }
}

.search-opener:hover {
    color: #cd202c;
}

.search-opener .icon-search {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-opener .icon-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    line-height: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-active .search-opener .icon-search {
    opacity: 0;
    visibility: hidden;
}

.search-active .search-opener .icon-close {
    opacity: 1;
    visibility: visible;
}

.all-drop {
    float: left;
    padding: 0 8px 0 4px;
    width: 41px;
    border-right: 1px solid transparent;
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}

.search-active .all-drop {
    border-right: 1px solid #333;
}

.all-drop > a {
    font-size: 14px;
    padding: 0 12px 0 0;
}

    .all-drop > a:after {
        margin: 10px 2px 0 0;
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #333;
    }

.all-drop a {
    display: inline-block;
    vertical-align: top;
    color: #333;
    position: relative;
}

    .all-drop a:hover {
        color: #cd202c;
    }

.all-drop .all-data {
    margin: 1px 0 0;
    padding: 21px 16px 23px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    font-size: 13px;
    line-height: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .all-drop .all-data li {
        margin: 0 0 12px;
    }

.all-active .all-drop .all-data {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .drop-slide ul {
        height: auto !important;
    }
}

body {
    min-width: 320px;
    overflow-x: hidden;
}

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
        color: #cd202c !important;
    }


.btn {
    border-radius: 50px !important;
    font-weight: 600;
    white-space: normal;
}

    .btn.btn-default {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 2px;
        display: block;
        max-width: 298px;
        margin: 25px auto 0;
    }

        .btn.btn-default.btn-left {
            margin: 25px 0px 0px;
            background-color: #fff;
        }

        .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
            background: #fff;
            border: 1px solid #666666;
            color: #666666 !important;
        }


    .btn.btn-a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.72);
        min-width: 255px;
        padding: 15px;
        color: #333 !important;
        margin: 25px auto 0px;
    }

        .btn.btn-a:hover {
            background: #fff !important;
            border-color: #fff !important;
            color: #cd202c !important;
        }

    .btn.btn-b {
        border: none;
        background: none !important;
        padding: 0px !important;
        margin: 0px;
        color: #333 !important;
        text-decoration: none !important;
        font-weight: bold !important;
    }

        .btn.btn-b:hover {
            color: #cd202c !important;
            text-decoration: underline !important;
        }

    .btn.btn-c {
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
        text-align: center;
        min-width: 300px;
        color: #cd202c !important;
    }

        .btn.btn-c:hover {
            border: 1px solid #666666;
            color: #666666 !important;
        }

    .btn.btn-d {
        background: #cd202c !important;
        padding: 10px;
        text-align: center;
        min-width: 300px;
        color: #fff !important;
    }

        .btn.btn-d:hover {
            border: 1px solid #666666;
            color: #666666 !important;
			background: #fff !important;
        }



h1,
h2 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #cd202c;
}

h2 {
    color: #000;
}

    h2.text-uppercase {
        color: #cd202c;
    }

@media (min-width: 768px) {
    h1, h2 {
        font-size: 30px;
        line-height: 35px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .pad-10 {
        padding-top:10px;
    }
}

h1 span,
h2 span {
    color: #666;
}

#main {
    position: relative;
}

.right-links {
    margin: 0;
    position: absolute;
    right: 0;
    top: 756px; /*874px; 82px;*/
    z-index: 999;
}

    .right-links li {
        margin: 0 0 3px;
    }

        .right-links li.hover a {
            background: #000;
        }

            .right-links li.hover a span {
                visibility: visible;
                opacity: 1;
            }

    .right-links a {
        display: block;
        width: 51px;
        height: 46px;
        display: block;
        background: #999;
        color: #fff;
        position: relative;
        font-size: 23px;
        line-height: 1;
        position: relative;
    }

        .right-links a.icon-profile {
            font-size: 30px;
        }

            .right-links a.icon-profile:before {
                top: auto;
                bottom: 0;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }

        .right-links a:before {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .right-links a span {
            position: absolute;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            width: 160px;
            height: 46px;
            right: auto;
            left: 50%;
            top: 100%;
            text-align: left;
            font-family: "myriad-pro", Helvetica, Arial, sans-serif;
            color: #fff;
            font-size: 16px;
            line-height: 26px;
            padding: 10px 20px;
            background: #999;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 99;
        }

@media (min-width: 768px) {
    .right-links a span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        right: 51px;
        top: 0;
    }
}

.right-links a span:after {
    position: absolute;
    right: 19px;
    content: "";
    height: 0;
    width: 0;
    border-bottom: 4.5px solid transparent;
    border-left: 4.5px solid #fff;
    border-top: 4.5px solid transparent;
    top: 50%;
    margin: 2px 0 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .right-links {
        position: static !important;
        text-align: center;
        padding: 20px 0 0;
    }

        .right-links li {
            display: inline-block;
            vertical-align: top;
        }
}

div.inner-head ~ ul.right-links {
    top: 874px;
}

.news-block {
    background: #7b7b7b;
    background-image: linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    background-image: -o-linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    background-image: -moz-linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    background-image: -webkit-linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    background-image: -ms-linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    padding: 1px 0 22px;
}

    .news-block h1 {
        margin: 0 0 23px;
    }

    .news-block .seemore {
        font-size: 14px;
        line-height: 16px;
        display: block;
        text-align: right;
    }

        .news-block .seemore a {
            color: #fff;
        }

            .news-block .seemore a:hover {
                color: #cd202c;
            }

.news-post {
    padding-bottom: 25px;
}


@media (min-width: 768px) {
    .news-post {
        padding-bottom: 3px;
    }
}

.news-post div {
    background-color: #7b7b7b;
}

.news-post img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 6px;
}

.news-post .news-link {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

    .news-post .news-link a {
        color: #fff;
    }

        .news-post .news-link a:hover {
            color: #CCCCCC !important;
            text-decoration: underline;
        }

.career-block {
    padding-bottom: 140px;
    padding-top: 44px;
}

@media (min-width: 768px) {
    .career-block {
        padding-bottom: 160px;
        padding-top: 44px;
    }
}

.career-block h1 {
    margin: 0 0 19px;
}

.career-holder {
    border: 1px solid #d1d1d1;
    border-width: 1px 0;
    padding: 16px 0 14px;
    letter-spacing: -.32em;
    text-align: center;
}

@media (min-width: 768px) {
    .career-holder {
        text-align: left;
    }
}

.career-holder .info {
    letter-spacing: normal;
    vertical-align: middle;
    display: block;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .career-holder .info {
        width: 250px;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }
}

.career-holder .title {
    display: block;
    color: #999;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 2px;
}

.career-holder .caption {
    display: block;
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
}

.career-holder .img {
    max-width: 250px;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .career-holder .img {
        margin: -20px 0 -44px 12px;
    }
}

@media (min-width: 992px) {
    .career-holder .img {
        margin: -34px 0 -44px 32px;
        max-width: 337px;
    }
}

.career-holder .img img {
    width: 100%;
    height: auto;
    display: block;
}

.career-holder .seemore {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #cd202c;
    padding: 0 18px 0 0;
    margin: 14px 0 0 14px;
}

    .career-holder .seemore:hover {
        color: #333;
    }

    .career-holder .seemore:after {
        position: absolute;
        right: 0;
        top: 2px;
        border: 2px solid #6e6e6e;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        font: 7px/11px icomoon;
        text-align: center;
        content: "\e916";
        color: #6e6e6e;
    }

.visuals-block {
    padding: 15px 0;
}

@media (min-width: 768px) {
    .visuals-block {
        padding: 20px 0 15px;
    }
}

.visuals-block h1 {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .visuals-block h1 {
        margin: 0 0 19px;
    }
}

.visuals-block .seemore {
    font-size: 14px;
    line-height: 16px;
    display: block;
    text-align: right;
}

    .visuals-block .seemore a {
        color: #666;
    }

        .visuals-block .seemore a:hover {
            color: #cd202c;
        }

.news-slider-active,
.visual-gallery {
    position: relative;
    margin: 0 0 9px;
}

    .news-slider-active .mask,
    .visual-gallery .mask {
        position: relative;
        margin: 0 -10px;
        overflow: hidden;
    }

    .news-slider-active .mask-holder,
    .visual-gallery .mask-holder {
        overflow: hidden;
    }

    .news-slider-active .row,
    .visual-gallery .slideset {
        letter-spacing: -0.32em;
        width: 100% !important;
        white-space: nowrap;
    }

    .news-slider-active .news-post,
    .visual-gallery .slide {
        width: 100% !important;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
    }

        .visual-gallery .slide.icon-slider {
            width: 16.5% !important;
        }


            .visual-gallery .slide.icon-slider span {
                font-family: "myriad-pro";
            }

        .news-slider-active .news-post .news-link a,
        .news-slider-active .news-post a,
        .news-slider-active .news-post a img,
        .visual-gallery .slide.news-slider img {
            width: 100%;
        }

        .news-slider-active .news-post .news-link a {
            white-space: normal;
        }

        .visual-gallery .slide.news-slider p {
            white-space: normal;
            font-size: 16px;
            font-weight: 600;
        }

    .visual-gallery .slide-4blocks .title {
        width: 100%;
        max-width: 219px;
        font-size: 16px;
        line-height: 20px;
        margin: 0px;
        padding: 5px 0 10px 0;
        white-space: normal;
    }


@media (min-width: 501px) {
    .visual-gallery .slide-4blocks {
        width: 50% !important;
        padding: 0 10px;
    }

    .innovation-post-4blocks {
        background-position: center;
        background-size: 65% !important;
        background-repeat: no-repeat;
    }

    .visual-gallery .slide-4blocks .title {
        margin: auto;
    }
}

@media (min-width: 768px) {
    .news-slider-active .news-post,
    .visual-gallery .slide {
        width: 33.3333% !important;
        padding: 0 10px;
    }

    .visual-gallery .slide-4blocks {
        width: 25% !important;
        padding: 0 10px;
    }
}

.visual-gallery .visual-post {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 199px;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    text-align: center;
}

    .visual-gallery .visual-post:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%;
    }

    .visual-gallery .visual-post > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%;
    }

    .visual-gallery .visual-post:hover {
        color: #cd202c;
    }

    .visual-gallery .visual-post .title {
        text-transform: uppercase;
        padding: 20px;
    }

.visual-gallery .btn-prev, .visual-gallery .btn-next {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    font-size: 25px;
    margin: -12px 0 0;
    color: #b6b6b6;
}

@media (min-width: 1024px) {
    .visual-gallery .btn-prev, .visual-gallery .btn-next {
        left: -35px;
    }
}

.visual-gallery .btn-prev:hover, .visual-gallery .btn-next:hover {
    color: #cd202c;
}

.visual-gallery .btn-next {
    left: auto;
    right: 0;
}

@media (min-width: 1024px) {
    .visual-gallery .btn-next {
        left: auto;
        right: -35px;
    }
}

.constractor-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .constractor-block {
        padding-top: 44px;
        padding-bottom: 48px;
    }
}

.constractor-block h1 {
    margin: 0 0 4px;
}

.constractor-block p {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .constractor-block p {
        margin: 0 0 28px;
    }
}

.constractor-block h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 0px;
    color: #000;
}

    .constractor-block h3 a {
        color: #000;
    }

        .constractor-block h3 a:hover {
            color: #cd202c;
        }

.constractor-block .reviews {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #000;
}

.constractor-block .seevideos {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    color: #333;
}

    .constractor-block .seevideos:hover {
        color: #cd202c;
    }

.tool-box {
    padding: 8px 15px;
    background-color: #f2f2f2;
}

    .tool-box h5 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        margin: 0 0 9px;
        padding: 0 0 7px;
        border-bottom: 1px solid #c8c8c8;
    }

    .tool-box .links-holder {
        overflow: hidden;
    }

        .tool-box .links-holder ul {
            float: left;
            width: 40%;
        }

            .tool-box .links-holder ul:first-child {
                width: 60%;
                padding: 0 10px 0 0;
            }

        .tool-box .links-holder li {
            padding: 0 0 7px;
        }

        .tool-box .links-holder a {
            color: #333;
        }

            .tool-box .links-holder a:hover {
                color: #cd202c;
            }

.big-video {
    margin: 0 0 8px;
}

    .big-video img {
        display: block;
        width: 100%;
        height: auto;
    }

    .big-video ~ .reviews {
        margin: 0 0 20px;
    }

@media (min-width: 768px) {
    .big-video ~ .reviews {
        margin: 0;
    }
}

.video-list {
    margin: 0 0 -16px;
}

    .video-list li {
        margin: 0 0 21px;
    }

    .video-list .video {
        float: left;
        width: 47%;
        margin: 0 10px 0 0;
        padding: 5px 0 0;
    }

        .video-list .video img {
            display: block;
            width: 100%;
            height: auto;
        }

    .video-list .info {
        overflow: hidden;
        margin: -5px 0 0;
    }

    .video-list h5 {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 4px;
    }

    .video-list .reviews {
        font-size: 11px;
        line-height: 14px;
    }

.constractor-top {
    margin-bottom: 12px;
}

.constractor-footer {
    text-align: right;
}

    .constractor-footer .title {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 18px;
        margin: 0 5px 0 0;
    }

    .constractor-footer a {
        display: inline-block;
        vertical-align: top;
        width: 18px;
        height: 18px;
        font-size: 19px;
        position: relative;
        margin: 0 2px 0 0;
        color: #676766;
    }

        .constractor-footer a:hover {
            color: #cd202c;
        }

.store-block {
    padding: 20px 0;
}

@media (min-width: 768px) {
    .store-block {
        padding: 20px 0 50px;
    }
}

.store-block .store-holder {
    margin: 0 auto;
    max-width: 477px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .store-block .store-holder {
        line-height: 35px;
        font-size: 20px;
    }
}

.store-block h1,
.store-block h2 {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .store-block h1,
    .store-block h2 {
        margin: 0 0 34px;
    }
}

.store-block p,
.store-block-content {
    margin: 0 0 15px;
    display:flex;
}

    .store-block-content p {
        margin: 0;
    }

@media (min-width: 768px) {
    .store-block p,
    .store-block-content {
        margin: 0 0 33px;
    }

        .store-block-content p {
            margin: 0;
        }
}

.store-block .store-block-icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    padding-top: 13px;
}

.store-block .content-custom-format {
    display: inline-block;
}

.store-block .store-block-link {
    text-align: center;
}

    .store-block .store-block-link a {
        width: 50%;
        display:inline-block;
    }

/*
  .store-block .btn-info {
    display: block;
    font-size: 15px;
    line-height: 19px;
    padding: 11px 10px 15px; }
        */

.featured-block {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .featured-block {
        padding-top: 30px;
        padding-bottom: 26px;
    }
}

.featured-block h1 {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .featured-block h1 {
        margin: 0 0 21px;
    }
}

.featured-block .visual-gallery {
    margin: 0 0 5px;
}

@media (min-width: 768px) {
    .featured-block .visual-gallery .mask {
        margin: 0 -.5px;
    }
}

@media (min-width: 768px) {
    .featured-block .visual-gallery .slide {
        padding: 0 .5px;
    }
}

.featured-block .visual-gallery .featured-post {
    height: 286px;
    display: block;
    position: relative;
    background-size: cover;
    color: #fff;
}

    .featured-block .visual-gallery .featured-post:hover {
        /*color: #cd202c;*/
        color: #fff !important;
        opacity: 0.8;
    }

.featured-block .featured-detail {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 15px 15px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    opacity: 1.3;
}

    .featured-block .featured-detail li {
        font-size: 14px;
        line-height: 16px;
    }

        .featured-block .featured-detail li strong {
            font-weight: 600;
        }

    .featured-block .featured-detail div {
        font-size: 14px;
        line-height: 16px;
    }

        .featured-block .featured-detail div span strong {
            font-weight: 600;
        }

.featured-block .seemore {
    text-align: right;
    display: block;
}

    .featured-block .seemore a {
        color: #666;
    }

        .featured-block .seemore a:hover {
            color: #cd202c;
        }

.innovations-block {
    padding: 18px 0 14px;
    /* background: #e5e5e5;*/
}

    .innovations-block h1 {
        margin: 0 0 10px;
    }

@media (min-width: 768px) {
    .innovations-block h1 {
        margin: 0 0 21px;
    }
}

.innovations-block .seemore {
    display: block;
    text-align: right;
}

    .innovations-block .seemore a {
        color: #666;
    }

        .innovations-block .seemore a:hover {
            color: #cd202c;
        }

.innovations-block .visual-gallery {
    margin: 0 0 5px;
}

.innovation-post {
    display: block;
    white-space: nowrap;
    text-align: center;
    height: 285px;
    border: 1px solid #fff;
    color: #fff;
    background-size: cover;
}

    .innovation-post:hover {
        opacity: 0.8;
        color: #fff !important;
    }

    .innovation-post:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%;
    }

    .innovation-post > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%;
    }

    .innovation-post .caption {
        border: 2px solid #fff;
        border-width: 2px 0;
        width: 100%;
        max-width: 216px; /*219px;*/
        font-size: 24px;
        line-height: 30px;
        font-style: italic;
        margin: 0 0 31px;
        padding: 10px 0;
        font-weight: 300;
    }

    .innovation-post .content {
        color: #aaaaaa;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 3px;
        width: 50%;
        margin-top: -0px;
    }

    .innovation-post .counter-wrapper {
        position: relative;
    }

        .innovation-post .counter-wrapper p {
            padding: 0px;
            margin: 0px;
        }


        .innovation-post .counter-wrapper .timer {
            font-size: 60px;
            font-weight: 100;
            color: #cd202c;
            padding: 0px;
            margin: 0px;
            line-height: 70px;
            text-align: center;
        }

    .innovation-post .info {
        color: #a5a7ab;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700;
        padding: 15px 15px 47px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
    }

        .innovation-post .info span {
            display: block;
            letter-spacing: normal;
            font-weight: 300;
            color: #cd202c;
            padding: 5px 0 10px;
            font-size: 60px;
            line-height: 60px;
        }

.innovation-post-4blocks {
    height: 209px;
    /* background-position: center; */
    /* background-size: 30%; */
    /* background-repeat: no-repeat; */
}

.product-block {
    padding-top: 31px;
    padding-bottom: 35px;
}

    .product-block h1 {
        margin: 0 0 16px;
    }

    .product-block .tab {
        display: none;
    }

        .product-block .tab:first-of-type {
            display: block;
        }

.tabset-holder {
    padding: 0 20px 0 8px;
    text-align: center;
}

@media (min-width: 768px) {
    .tabset-holder {
        float: left;
        width: 260px;
        text-align: left;
    }
}

.tabset-holder .title {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 9px;
}

@media (min-width: 768px) {
    .tabset-holder .title {
        font-size: 14px;
        line-height: 16px;
        pointer-events: none;
    }
}

.tabset-holder .title a {
    color: #333;
}

    .tabset-holder .title a:hover {
        color: #cd202c;
    }

@media (min-width: 768px) {
    .tabset-holder .slide {
        position: static !important;
        height: auto !important;
    }
}

.tabset {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .tabset {
        margin-bottom: 10px;
    }
}

.tabset li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
    color: #333;
}

    .tabset li.active a {
        font-weight: bold;
        /*text-decoration: underline;*/
        border-bottom: 1px solid #333333;
        padding-bottom: 2px;
        color: #333;
    }

    .tabset li a {
        color: #333;
    }

        .tabset li a:active,
        .tabset li a:focus {
            color: #333 !important;
            text-decoration: none;
        }

        .tabset li a:hover {
            font-weight: bold;
            /*text-decoration: underline;*/
            border-bottom: 1px solid #333333;
            padding-bottom: 2px;
            color: #333 !important;
        }

.tab-content {
    overflow: hidden;
    padding: 3px 0 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .tab-content {
        max-width: 540px;
    }
}

.tab-content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 5px;
}

.tab-content p {
    margin: 0 0 10px;
}

/*Hero Carousel Title styles begin*/
section.hero-carousel-cta .slideshow .slide * {
    max-width:unset;
}

section.hero-carousel-cta .slideshow .slide .header-text {
    padding: 0;
    font-size: 30px;
    text-shadow: 2px 5px 15px black;
    text-align: center;
    color: #FFF;
    width: 100%;
    top: 32%;
    font-family: myriad-pro-condensed;
    font-weight: 700;
    letter-spacing: 7px;
}

section.hero-carousel-cta.container-width-carousel .slideshow .slide .header-text.header-text-two-lines {
    top: 24%;
    font-size: 30px;
}

section.hero-carousel-cta .slideshow .slide .header-text.header-text-two-lines {
    top: 24%;
    font-size: 45px;
}

/*Font size styles*/
section.hero-carousel-cta .slideshow .slide .header-text.sixteen { font-size: 16px; }
section.hero-carousel-cta .slideshow .slide .header-text.small { font-size: 25px; }
section.hero-carousel-cta .slideshow .slide .header-text.smaller { font-size: 20px; }
section.hero-carousel-cta .slideshow .slide .header-text.normal { font-size: 40px; }
section.hero-carousel-cta.container-width-carousel .slideshow .slide .header-text.large {
    font-size: 35px;
    line-height: 70px;
}
section.hero-carousel-cta .slideshow .slide .header-text.large {
    font-size: 45px;
    line-height: 70px;
}
section.hero-carousel-cta .slideshow .slide .header-text.larger { font-size: 50px; line-height: 70px; }
section.hero-carousel-cta .slideshow .slide .header-text.huge { font-size: 80px; line-height: 70px; }


@media (max-width: 767px) {
    section.hero-carousel-cta .slideshow .slide .header-text {
        font-size: 16px !important;
        top: 26%;
        line-height: unset !important;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 767px) and (min-width: 425px) {
    section.hero-carousel-cta.container-width-carousel .slideshow .slide .header-text {
        font-size: 16px !important;
        top: 34%;
        line-height: unset !important;
        letter-spacing: 1px;
    }

    section.hero-carousel-cta.container-width-carousel .slideshow .slide .header-text-two-lines {
        font-size: 16px !important;
        top: 26%;
        line-height: unset !important;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 424px) {
    section.hero-carousel-cta.container-width-carousel .slideshow .slide .header-text {
        font-size: 16px !important;
        top: 34%;
        line-height: unset !important;
        letter-spacing: 1px;
    }

    section.hero-carousel-cta.container-width-carousel .slideshow .slide .header-text-two-lines {
        font-size: 16px !important;
        top: 20%;
        line-height: unset !important;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 991px) and (min-width:768px) {
    section.hero-carousel-cta.container-width-carousel .slideshow .slide .header-text {
        font-size: 25px !important;
        top: 26%;
        line-height: unset !important;
        letter-spacing: 1px;
    }
}

/*Hero Carousel Title styles end*/
.slideshow {
    position: relative;
    width: 1519px; /*100%;*/
    height: 545px; /*fix for 690px hero (orig: 540px)*/
    margin: 0 auto;
}

section.container-width-carousel .slideshow {
    position: relative;
    width: 960px !important; /*100%;*/
    height: 345px; /*fix for 690px hero (orig: 540px)*/
    margin: 0 auto;
}

/*Hero short, Hero compact*/
.slideshow.short {
    height: 300px !important;
}
.slideshow.compact{
    height: 300px !important;
    width: 100% !important;
}

/*fix for 690px hero (orig: none)*/
@media (max-width: 991px) {
    .slideshow {
        height: 450px;
    }
    /*Hero short, Hero compact*/
    .slideshow.short {
        height: 300px !important;
    }
    .slideshow.compact{
        height: 300px !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .slideshow {
        height: 300px;
    }

    /*Hero short, Hero compact, Hero fixed*/
    .slideshow.short {
        height: 300px !important;
    }
    .slideshow.compact{
        height: 300px !important;
        width: 100% !important;
    }
}

.slideshow .slide {
    white-space: nowrap;
    text-align: center;
    height: 300px;
    position: absolute;
    /*z-index: 1;*/
    left: 0;
    top: 0;
    right: 0;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

/*Hero short, Hero compact, Hero fixed*/
.slideshow.short .slide {
    background-position: 50% 50% !important;
}
.slideshow.compact .slide {
    background-position: 50% 50% !important;
    background-size:cover;
}

.slideshow.short.fixed .slide {
    background-position: 50% 50% !important;
    background-size: 100% 100% !important;
}

    .slideshow .slide:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%;
    }

    .slideshow .slide > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 99%;
    }

@media (min-width: 768px) {
    .slideshow .slide {
        height: 450px;
    }

    /*Hero short, Hero Compact, Hero fixed*/
    .slideshow.short .slide {
        height: 300px !important;
    }
    .slideshow.compact .slide {
        height: 300px !important;
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .slideshow .slide {
        height: 545px; /*fix for 690px hero (orig: 540px)*/
        /* height: 920px; */
    }

    section.container-width-carousel .slideshow .slide {
         height: 345px;
    }

    /*Hero short, Hero Compact, Hero fixed*/
    .slideshow.short .slide {
        height: 300px !important;
    }
    .slideshow.compact .slide {
        height: 300px !important;
        width: 100% !important;
    }
}

.slideshow .slide.active {
    /*z-index: 2;*/
}

.slideshow .slide * {
    max-width: 950px;
    padding: 0 10px;
}

.slideshow .eyebrow {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 490px);
    color: #ffffff;
    font-style: italic;
}

.slideshow .header-text {
    position: absolute;
    left: 0;
}

    .slideshow .header-text strong,
    .slideshow .header-text em {
        padding: 0;
    }

@media (max-width: 768px) {
    .slideshow .eyebrow {
        display: none;
    }
}

.slideshow .slide.bottom * {
    padding: 0 10px 7px;
    /* max-width: 980px; */
    vertical-align: bottom;
    width: 100%;
    text-align: left;
}

    .slideshow .slide.bottom * a {
        font-weight: 300;
        font-style: italic;
        color: #fff;
    }

        .slideshow .slide.bottom * a:hover {
            color: #000;
        }

.slideshow .slide h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 10px 60px;
}

/*Hero short, Hero compact, Hero fixed*/
.slideshow.short .slide h1,
.slideshow.compact .slide h1 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .slideshow .slide h1 {
        font-size: 49px;
        line-height: 49px;
        padding: 20px 10px 109px;
    }

    /*Hero short, Hero compact, Hero fixed*/
    .slideshow.short .slide h1,
    .slideshow.compact .slide h1 {
        padding: 0 !important;
    }
}

.slideshow .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 10;
    margin: 0px;
}

    .slideshow .pagination ul {
        max-width: 970px;
        margin: 0 auto;
        padding: 0 10px;
        font-size: 0;
        line-height: 0;
        letter-spacing: -.32em;
        text-align: right;
    }

        .slideshow .pagination ul li {
            display: inline-block;
            vertical-align: top;
            margin: 0 5px;
        }

            .slideshow .pagination ul li.active a {
                background: #fff;
            }

            .slideshow .pagination ul li a {
                display: block;
                width: 8px;
                height: 8px;
                border: solid 1px #fff;
                border-radius: 50%;
                background-color: #333;
            }

                .slideshow .pagination ul li a:hover {
                    background: #fff;
                }

.slideshow.add .pagination {
    bottom: 12px;
}

    .slideshow.add .pagination ul li.active a {
        background: #fff;
    }

    .slideshow.add .pagination ul li a {
        border: none;
        background: rgba(194, 194, 194, 0.8);
    }

        .slideshow.add .pagination ul li a:hover {
            background: #fff;
        }

.slideshow .next {
    position: absolute;
    left: 50%;
    bottom: 10px;
    color: #fff;
    z-index: 20;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 0 -10px;
}

    .slideshow .next:hover {
        color: #cd202c;
    }

.slideshow .btn-prev, .slideshow .btn-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 99;
    font-size: 25px;
    line-height: 1;
    margin: -12px 0 0;
    color: #b5b2b2;
}

    .slideshow .btn-prev:hover, .slideshow .btn-next:hover {
        color: #cd202c;
    }

    .slideshow .btn-prev.hero, .slideshow .btn-next.hero,
    .slideshow .btn-prev.hero:focus, .slideshow .btn-next.hero:focus,
    .slideshow .btn-prev.hero:active, .slideshow .btn-next.hero:active {
        position: absolute;
        left: 10px;
        top: 50%;
        z-index: 99;
        font-size: 27px;
        line-height: 1;
        margin: -12px 0 0;
        color: #ddd;
        opacity: 0.9;
        font-weight: bold;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ddd;
        text-shadow: 2px 2px 0 #333, 3px 1px 0 #333, 4px 1px 0 #333;
    }

        .slideshow .btn-prev.hero:hover, .slideshow .btn-next.hero:hover {
            opacity: 1.0;
            text-shadow: 2px 2px 4px #000, 2px 2px 4px #000, 2px 2px 4px #000;
            color: #fff !important;
            -webkit-text-stroke-color: #fff !important;
        }

        .slideshow .btn-next,
        .slideshow .btn-next.hero,
        .slideshow .btn-next.hero:focus,
        .slideshow .btn-next.hero:active,
        .slideshow .btn-next.hero:hover {
            left: auto;
            right: 10px;
        }

.slideshow .see-all {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(255,255,255,1);
    border: 1px solid #cd202c;
    min-width: 255px;
    padding: 10px 15px;
    color: #cd202c;
    border-radius: 50px;
}

    .slideshow .see-all:hover {
        background: #fff;
        border-color: #fff;
    }

.head {
    padding-top: 15px;
    padding-bottom: 20px;
}

    .head h1 {
        margin: 0 0 5px;
        font-size: 30px;
        font-weight: 100;
        line-height: 35px;
    }

    .head .title {
        display: block;
        font-size: 18px;
        line-height: 22px;
        color: #666;
    }

@media (min-width: 768px) {
    .head .title {
        font-size: 24px;
        line-height: 30px;
    }
}



.findless-block {
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .findless-block {
        padding-bottom: 32px;
    }
}

.findless-block h1 {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .findless-block h1 {
        margin: 0 0 29px;
    }
}

.findless-block .more {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

    .findless-block .more:hover {
        color: #cd202c;
    }

.images-slider {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
}

    .images-slider.not-enough-slides .pagination {
        display: none;
    }

    .images-slider .mask {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .images-slider .slideset {
        width: 99999px;
        float: left;
    }

    .images-slider .slide {
        height: 214px;
        width: 100%;
        float: left;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .images-slider .pagination {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        z-index: 10;
    }

        .images-slider .pagination ul {
            margin: 0;
            font-size: 0;
            line-height: 0;
            letter-spacing: -.32em;
            text-align: right;
        }

            .images-slider .pagination ul li {
                display: inline-block;
                vertical-align: top;
                margin: 0 5px 0 0;
            }

                .images-slider .pagination ul li.active a {
                    background: #fff;
                }

                .images-slider .pagination ul li a {
                    display: block;
                    width: 8px;
                    height: 8px;
                    border: solid 1px #e8ede6;
                    border-radius: 50%;
                    background: #636a61;
                }

                    .images-slider .pagination ul li a:hover {
                        background: #e8ede6;
                    }

.info-cols {
    padding: 20px 0;
    background: #f9f9f9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .info-cols {
        padding: 34px 0 33px;
    }
}

.info-cols a {
    color: #333;
}

    .info-cols a:hover {
        color: #cd202c;
    }

@media (min-width: 768px) {
    .info-cols .row .col-sm-4 {
        border-left: 1px solid #ccc;
    }
}

.info-cols .row .col-sm-4:first-child {
    border: none;
}

.info-cols h2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .info-cols h2 {
        margin: 0 0 18px;
    }
}

@media (max-width: 767px) {
    .info-cols .col-sm-4 {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .application-frame {
        padding: 0 0 0 15px;
        max-width: 230px;
    }
}

.app-list {
    margin: 0;
}

    .app-list li {
        position: relative;
        padding: 9px 60px 27px 0;
    }

        .app-list li img {
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 50%;
        }

.action-frame {
    padding: 20px 0 0;
}

@media (min-width: 768px) {
    .action-frame {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .action-frame {
        max-width: 270px;
        padding: 0 0 0 52px;
    }
}

.action-frame h2 {
    margin: 0 0 16px;
}

@media (min-width: 992px) {
    .action-frame.add {
        padding: 0 0 0 40px;
    }
}

.action-list {
    margin: 0;
}

    .action-list li {
        margin: 0 0 10px;
    }

.iframe-box.background-grey {
    padding-bottom: 30px;
    padding-top: 30px;
}

    .iframe-box.background-grey .container {
        border: 1px solid #ccc;
        background-color: white;
    }

.main-video {
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .main-video {
        padding-bottom: 42px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .main-video iframe {
        width: 100%;
        height: 230px;
    }

    .innovation-post-4blocks {
        background-position: center;
        background-size: 55% !important;
        background-repeat: no-repeat;
    }
}

.main-video img {
    display: block;
    width: 100%;
    height: auto;
}

.right-images h1 {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .right-images h1 {
        margin: 0 0 22px;
    }
}

.right-images .images-slider {
    margin: 0 0 14px;
}

    .right-images .images-slider .slide {
        height: 254px;
    }

.right-images .info-block {
    margin: 0 0 17px;
}

.right-images h2 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.right-images p {
    margin: 0;
}

    .right-images p a {
        color: #333;
        font-weight: 700;
        text-decoration: underline;
    }

        .right-images p a:hover {
            color: #cd202c;
        }

.right-images .col-sm-4 {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .right-images .col-sm-4 {
        padding-bottom: 0;
    }
}



.technical-block {
    padding-top: 44px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .technical-block {
        padding-bottom: 59px;
    }
}

.technical-block h1 {
    margin: 0 0 9px;
}

.technical-block .info {
    margin: 0 0 22px;
}

.technical-block h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 8px;
}

.technical-block p {
    margin: 0;
}

.technical-block .col-sm-4 {
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .technical-block .col-sm-4 {
        padding-bottom: 0;
    }
}

.live-help {
    padding: 30px 0 10px;
}

@media (min-width: 768px) {
    .live-help {
        padding: 100px 0 42px;
    }
}

.live-help .contact-links {
    margin: 0;
    text-align: center;
    letter-spacing: -.32em;
}

    .live-help .contact-links.align-left {
        text-align: left;
    }

    .live-help .contact-links li {
        letter-spacing: normal;
        padding: 0 25px 20px;
        text-align: center;
    }

@media (min-width: 768px) {
    .live-help .contact-links li {
        display: inline-block;
        vertical-align: top;
        padding: 0 25px;
    }
}

.live-help .contact-links li a i {
    color: #aeaeae;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.live-help .contact-links li a:hover span {
    color: #cd202c;
}

.live-help .contact-links i {
    display: block;
    color: #aeaeae;
    line-height: 50px;
    font-size: 46px;
    margin: 0 0 14px;
}

.live-help .contact-links span {
    display: block;
    color: #333;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
}

.live-help.add {
    padding: 25px 0 42px;
}

    .live-help.add h1 {
        margin: 0 0 22px;
    }

@media (min-width: 992px) {
    .live-help.add .contact-links li {
        width: 23%;
    }
}

.live-help.add .contact-links span {
    font-size: 16px;
    line-height: 22px;
    padding: 3px 0 0;
}

.purchased-block {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .purchased-block {
        padding-top: 41px;
        padding-bottom: 31px;
        text-align: left;
    }
}

.purchased-block .title {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin: 0 0 15px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .purchased-block .title {
        float: left;
        margin: 0 14px 0 0;
    }
}

.purchased-block .list {
    overflow: hidden;
    margin: 0;
    letter-spacing: -.32em;
}

    .purchased-block .list li {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        width: 78px;
        margin: 0 8px 16px;
        font-size: 12px;
        font-weight: 300;
    }

@media (min-width: 768px) {
    .purchased-block .list li {
        margin: 0 15px 15px 0;
    }
}

.purchased-block .list li a {
    color: #000;
}

    .purchased-block .list li a:hover {
        color: #cd202c;
    }

.purchased-block .list li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 2px;
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.inner-head {
    padding: 15px 0 0;
    position: relative;
    z-index: 99;
}

@media (min-width: 768px) {
    .inner-head {
        padding: 29px 0 0;
    }
}

.inner-head h1 a:focus,
.inner-head h1 a:hover {
    text-decoration: none;
    color: #333 !important;
}

.inner-head h1,
.inner-head h1 a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px;
    text-decoration: none;
}

@media (min-width: 768px) {
    .inner-head h1,
    .inner-head h1 a {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 27px;
    }
}

.inner-head h1 span {
    text-transform: none;
    font-weight: 300;
}

.inner-tabset, .sub-nav {
    margin: 0 0 -1px;
    letter-spacing: -.32em;
}

    .inner-tabset li, .sub-nav li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        font-size: 14px;
        line-height: 18px;
        margin: 5px 0 0;
        min-width: 150px;
        padding: 0 15px 0 0;
    }

@media (min-width: 768px) {
    .inner-tabset li, .sub-nav li {
        margin: 0 10px 0 0;
        min-width: inherit;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .inner-tabset li, .sub-nav li {
        margin: 0 28px 0 0;
    }
}

.inner-tabset li:hover a:after, .inner-tabset li.active a:after, .sub-nav li:hover a:after, .sub-nav li.active a:after {
    opacity: 1;
}

.inner-tabset li a, .sub-nav li a {
    color: #333;
    display: block;
    position: relative;
    padding: 0 0 7px;
}

    .inner-tabset li a:after, .sub-nav li a:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        border-bottom: 1px solid #cd202c;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 0;
        z-index: 9;
    }

.inner-tabset li.active a, .sub-nav li.active a {
    font-weight: 600;
}



.transparency-block {
    padding-top: 35px;
    padding-bottom: 42px;
    text-align: center;
}

    .transparency-block h1,
    .transparency-block h2 {
        margin: 0 0 23px;
        text-align: left;
    }

@media (min-width: 768px) {
    .transparency-block h1,
    .transparency-block h2 {
        margin: 0 0 33px;
    }
}

@media (min-width: 992px) {
    .transparency-block h1,
    .transparency-block h2 {
        margin: 0 0 23px;
    }
}

.transparency-block .text-holder {
    height: 65px;
    border: 1px solid #d1d1d1;
    border-width: 1px 0;
    letter-spacing: -.32em;
    margin: 0 0 74px;
}

@media (min-width: 768px) {
    .transparency-block .text-holder {
        height: 92px;
    }
}

.transparency-block .text-holder span {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    padding: 10px 5px 14px;
    /* width: 43%; */
    font-size: 14px;
    line-height: 16px;
    color: #999;
    font-weight: 300;
}

@media (min-width: 768px) {
    .transparency-block .text-holder span {
        font-size: 23px;
        line-height: 25px;
    }
}

.transparency-block .text-holder img {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    width: 40px;
    height: auto;
    margin: 12px 0 -24px;
}

@media (min-width: 768px) {
    .transparency-block .text-holder img {
        margin: -59px 0 -123px;
        width: 14%;
    }
}

.testimonial-block .see-policy,
.transparency-block .see-policy {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #cd202c;
    position: relative;
    padding: 0 18px 0 0;
}

    .testimonial-block .see-policy:hover,
    .transparency-block .see-policy:hover {
        color: #6e6e6e;
    }

    .testimonial-block .see-policy:after,
    .transparency-block .see-policy:after {
        position: absolute;
        right: 0;
        top: 3px;
        border: 2px solid #6e6e6e;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        font: 7px/11px icomoon;
        text-align: center;
        content: "\e913";
        color: #6e6e6e;
    }

.about-block {
    padding-bottom: 40px;
}

    .about-block h1 {
        margin: 0 0 34px;
    }

.about-list {
    letter-spacing: -.32em;
    text-align: center;
}

    .about-list li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px 20px;
        letter-spacing: normal;
    }

@media (min-width: 992px) {
    .about-list li {
        width: 160px;
    }
}

.about-list li img {
    display: block;
    width: 89px;
    height: auto;
    margin: 0 auto 9px;
}

.about-list li a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

    .about-list li a:hover {
        color: #cd202c;
    }

    .about-list li a span {
        display: block;
    }

@media (min-width: 768px) {
    .acrovyn-block {
        padding-bottom: 40px;
    }
}

.acrovyn-block h1 {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .acrovyn-block h1 {
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .acrovyn-block h1 {
        font-size: 35px;
    }
}

.acrovyn-list {
    overflow: hidden;
    letter-spacing: -.32em;
    position: relative;
}

@media (min-width: 768px) {
    .acrovyn-list {
        margin: 0 2px 0 -5px;
    }
}

.acrovyn-list:after, .acrovyn-list:before {
    position: absolute;
    left: 33.33%;
    top: 23px;
    bottom: 0;
    content: "";
    border-left: 1px solid #d1d1d1;
    margin: 0 0 0 -1px;
    display: none;
}

@media (min-width: 768px) {
    .acrovyn-list:after, .acrovyn-list:before {
        display: block;
    }
}

.acrovyn-list:before {
    left: 66.66%;
    margin: 0 0 0 -1px;
}

.acrovyn-list li {
    letter-spacing: normal;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    position: relative;
    padding: 10px;
}

@media (min-width: 768px) {
    .acrovyn-list li {
        width: 33.333%;
        display: inline-block;
        vertical-align: top;
        padding: 25px 25px 25px 25px;
    }
}

.acrovyn-list li:after {
    position: absolute;
    left: -999px;
    top: -1px;
    content: "";
    right: -999px;
    border-bottom: 1px solid #d1d1d1;
}

.acrovyn-list p {
    margin: 0 0 10px;
}

.acrovyn-list .head-list {
    letter-spacing: -.32em;
    margin: 0 0 9px;
}

    .acrovyn-list .head-list span {
        line-height: 22px;
        margin: 0 0 0 8px;
        width: calc(100% - 58px);
        letter-spacing: normal;
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
    }

    .acrovyn-list .head-list a, .acrovyn-list .head-list i {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        vertical-align: middle;
    }

    .acrovyn-list .head-list i {
        line-height: 45px;
        font-size: 45px;
    }

        .acrovyn-list .head-list i.icon-ico {
            color: #b8c6ad;
        }

        .acrovyn-list .head-list i.icon-ico01 {
            color: #808bb5;
        }

        .acrovyn-list .head-list i.icon-ico02 {
            color: #ea1c30;
        }

        .acrovyn-list .head-list i.icon-ico03 {
            color: #ea8923;
        }

        .acrovyn-list .head-list i.icon-ico04 {
            color: #68738c;
        }

        .acrovyn-list .head-list i.icon-ico05 {
            color: #a66b57;
        }

    .acrovyn-list .head-list a {
        color: #333;
        font-size: 17px;
        line-height: 22px;
        margin: 0 0 0 8px;
        width: calc(100% - 58px);
    }

@media (min-width: 992px) {
    .acrovyn-list .head-list a {
        font-size: 20px;
    }
}

.acrovyn-list .head-list a:hover {
    color: #cd202c;
}

.finsh-option {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .finsh-option {
        padding-bottom: 20px;
    }
}

.finsh-option h1 {
    margin: 0 0 5px;
}

.finsh-option p {
    margin: 0 0 13px;
}

    .finsh-option p br {
        display: none;
    }

@media (min-width: 768px) {
    .finsh-option p br {
        display: inline;
    }
}

.finsh-option .row {
    letter-spacing: -.32em;
}

    .finsh-option .row [class*="col-"] {
        letter-spacing: normal;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 20px;
    }

    .finsh-option .row .option-link {
        background-position: 50% 50%;
        background-size: cover;
        position: relative;
        display: block;
        min-height: 220px;
        white-space: nowrap;
        text-align: center;
        margin: 0 0 19px;
    }

        .finsh-option .row .option-link:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 100%;
        }

        .finsh-option .row .option-link > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            max-width: 99%;
        }

        .finsh-option .row .option-link:after {
            min-height: inherit;
        }

        .finsh-option .row .option-link:before {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            content: "";
            background: #000;
            z-index: 1;
            opacity: 0;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .finsh-option .row .option-link.hover:before {
            opacity: .75;
        }

        .finsh-option .row .option-link.hover .hover-block {
            opacity: 1;
        }

.finsh-option .hover-block {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #ccc;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    z-index: 10;
    padding: 10px;
    text-align: left;
}

@media (min-width: 992px) {
    .finsh-option .hover-block {
        padding: 10px 42px 0 35px;
    }
}

.finsh-option .hover-block p {
    margin: 0 0 10px;
}

.finsh-option .hover-block h2 {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
}

.page-content {
    /* position: relative; */
    /* padding: 20px 0; */
}

@media (min-width: 768px) {
    .page-content {
        /*padding-bottom: 50px; 
      padding-top: 50px; */
    }
}

.page-content:after {
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    content: "";
    /* border-top: 1px solid #ccc; */
    z-index: -1;
}

.page-content.no-padding {
    padding-bottom: 0;
}

.products-holder {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .products-holder.list-view .product-box {
        position: relative;
    }

        .products-holder.list-view .product-box .popup {
            top: 0 !important;
        }

@media (min-width: 768px) {
    .products-holder {
        margin: 0 -9px;
    }
}

.products-holder .product-box {
    letter-spacing: normal;
    padding: 0 0 17px;
    width: 100%;
}

@media (min-width: 768px) {
    .products-holder .product-box {
        padding: 0 9px 17px;
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
    }
}

.products-holder .product-box img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 8px;
}

@media (min-width: 768px) {
    .products-holder .product-box img {
        max-width: 100%;
        margin: 0 0 7px;
    }
}

.products-holder .info-list {
    margin: 0;
}

    .products-holder .info-list li {
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 2px;
        text-align: center;
    }

@media (min-width: 768px) {
    .products-holder .info-list li {
        text-align: left;
    }
}

.products-holder .info-list li span {
    font-weight: 600;
}

.products-holder .info-list li a {
    text-decoration: underline;
    color: #333;
}

    .products-holder .info-list li a:hover {
        color: #cd202c;
    }

@media (min-width: 768px) {
    .products-holder.list-view {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .products-holder.list-view .info-list {
        margin: -4px 0 0;
    }
}

@media (min-width: 768px) {
    .products-holder.list-view .product-box {
        display: block;
        width: 100%;
        padding: 0 0 19px;
    }
}

@media (min-width: 768px) {
    .products-holder.list-view .product-box img {
        margin: 4px 20px 0 0;
        float: left;
        width: 260px;
    }
}

@media (min-width: 992px) {
    .products-holder.list-view .product-box img {
        width: 381px;
    }
}

.view-links {
    text-align: right;
    letter-spacing: -.32em;
    margin: 0;
    padding: 22px 0 7px;
    display: none;
}

@media (min-width: 768px) {
    .view-links {
        display: block;
    }
}

.view-links li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0 0 0 16px;
    font-size: 20px;
    line-height: 20px;
}

    .view-links li.active a {
        color: #000;
    }

    .view-links li a {
        color: #999;
    }

        .view-links li a:hover {
            color: #000;
        }

.popup {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #999;
    display: none;
    max-height: calc(100vh - 0px);
    overflow-y: auto;
}

@media (min-width: 768px) {
    .popup {
        right: 9px;
        left: 9px;
    }
}

.popup .popup-close {
    position: absolute;
    right: 29px;
    top: 19px;
    font-size: 22px;
    line-height: 22px;
    color: #3c3c3c;
    z-index: 99;
}

    .popup .popup-close:hover {
        color: #cd202c;
    }

.popup-gallery {
    width: 100%;
    position: relative;
    margin-top:25px;
}

@media (min-width: 768px) {
    .popup-gallery {
        width: 455px;
    }

    .info-overflow {
        max-height: 499px;
        overflow-y: auto;
    }

    .gallery-info-overflow {
        margin: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
        float: left;
    }
}

@media (min-width: 992px) {
    .popup-gallery {
        width: 515px;
        margin-top: -21px;
    }
}

.popup-gallery .slideset {
    position: relative;
    height:520px;

}

.popup-gallery .slide {
    position: absolute;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

.popup-gallery .slide.active {
    z-index: 2;
}

.popup-gallery .slide img {
    height: 250px;
    width:100%;
}

.popup-close {
    position: absolute;
    float: right;
    right: 10px;
    top: 5px;
}

@media (min-width: 768px) {
    .popup-gallery .slide {
        height: 470px;
    }

    .popup-gallery .slide img {
        height: 470px;
    }
}

@media (min-width: 992px) {
    .popup-gallery .slide {
        height: 520px;
    }
    .popup-gallery .slide img {
        height: 520px;
    }

    .popup-close {
        margin-left: 370px;
    }
}

.popup-gallery .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 10;
}

    .popup-gallery .pagination ul {
        max-width: 970px;
        margin: 0 auto;
        padding: 0 10px;
        font-size: 0;
        line-height: 0;
        letter-spacing: -.32em;
        text-align: right;
    }

        .popup-gallery .pagination ul li {
            display: inline-block;
            vertical-align: top;
            margin: 0 5px;
        }

            .popup-gallery .pagination ul li.active a {
                background: #fff;
            }

            .popup-gallery .pagination ul li a {
                display: block;
                width: 8px;
                height: 8px;
                border: solid 1px #fff;
                border-radius: 50%;
                background-color: #333;
            }

                .popup-gallery .pagination ul li a:hover {
                    background: #fff;
                }

.popup-gallery .btn-prev, .popup-gallery .btn-next {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 99;
    font-size: 25px;
    line-height: 1;
    margin: -12px 0 0;
    color: #4a4749;
}

    .popup-gallery .btn-prev:hover, .popup-gallery .btn-next:hover {
        color: #cd202c;
    }

.popup-gallery .btn-next {
    left: auto;
    right: 20px;
}

.popup-info {
    overflow: hidden;
    padding: 15px 45px 15px 15px;
    text-align: left;
    position: relative;
    margin-top: 21px;
}

@media (min-width: 768px) {
    .popup-info {
        padding: 30px 45px 30px 17px;
    }

    .info-overflow {
        margin-left: 10px;
        overflow-y: auto;
    }

    .horizontal .btn {
        overflow: hidden;
    }
}

.popup-info .info-list {
    margin: 0 0 28px;
}

    .popup-info .info-list li {
        text-align: left;
        margin: 0 0 3px;
    }

.popup-info .social-networks {
    text-align: left;
}

    .popup-info .social-networks a {
        background: none;
        color: #ccc;
    }

        .popup-info .social-networks a:hover {
            color: #000;
        }

        .popup-info .social-networks a.envelope {
            background: #ccc;
            color: #fff;
            letter-spacing: normal;
        }

            .popup-info .social-networks a.envelope:hover {
                background: #000;
            }

            .popup-info .social-networks a.envelope:after {
                text-align: center;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                color: #fff;
                font: 16px/23px icomoon;
                content: "\e900";
                display: block;
            }

.print-link {
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 99;
}

@media (min-width: 768px) {
    .print-link {
        top: 74px;
    }
}

.print-link li {
    margin: 0 0 5px;
}

    .print-link li a {
        background: #ccc;
        width: 41px;
        height: 34px;
        display: block;
        color: #fff;
        font-size: 19px;
        line-height: 24px;
        text-align: center;
        padding: 5px;
    }

        .print-link li a:hover {
            background: #000;
        }

.detail-pro {
    padding: 0 0 10px;
}

@media (min-width: 768px) {
    .detail-pro {
        padding: 33px 0 29px;
    }
}

.detail-pro .head {
    position: relative;
    padding: 0 25px 16px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 24px;
}

    .detail-pro .head .icon-printer-text {
        position: absolute;
        right: 2px;
        top: 11px;
        font-size: 22px;
        line-height: 22px;
        color: #8c8c8c;
    }

        .detail-pro .head .icon-printer-text:hover {
            color: #cd202c;
        }

.detail-pro h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
}

@media (min-width: 768px) {
    .detail-pro .pro-des {
        float: left;
        width: calc(100% - 138px);
    }
}

@media (min-width: 768px) {
    .detail-pro .pro-detail-info {
        float: right;
        width: 138px;
    }
}

.detail-pro .pro-detail-info img {
    display: block;
    margin: 0 auto -7px;
}

.detail-pro .links {
    margin: 0 0 30px;
}

    .detail-pro .links li {
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        margin: 0 0 5px;
        padding: 0 0 5px;
    }

    .detail-pro .links a {
        display: block;
        position: relative;
        color: #333;
        padding: 0 25px 0 0;
    }

        .detail-pro .links a:hover {
            color: #cd202c;
        }

    .detail-pro .links i {
        position: absolute;
        right: 5px;
        top: -2px;
        color: #8c8c8c;
        font-size: 19px;
        line-height: 22px;
    }

.detail-pro .images-slider {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .detail-pro .images-slider {
        float: left;
        width: 250px;
        margin: 6px 15px 5px 0;
    }
}

@media (min-width: 992px) {
    .detail-pro .images-slider {
        width: 380px;
        margin: 6px 20px 5px 0;
    }
}

.detail-pro .images-slider .slide {
    height: 200px;
}

@media (min-width: 992px) {
    .detail-pro .images-slider .slide {
        height: 264px;
    }
}

.detail-pro .images-slider .pagination {
    left: 50px;
}

    .detail-pro .images-slider .pagination ul {
        margin: 0 19px 9px 0;
    }

.detail-pro .images-slider .icon-search {
    position: absolute;
    left: 8px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
}

    .detail-pro .images-slider .icon-search:hover {
        color: #cd202c;
    }

.detail-pro .info-des {
    overflow: hidden;
    font-size: 15px;
    line-height: 16px;
    padding: 0 0 20px;
}

@media (min-width: 768px) {
    .detail-pro .info-des {
        padding: 0 20px 0 0;
    }
}

@media (min-width: 992px) {
    .detail-pro .info-des {
        padding: 0 70px 0 0;
        font-size: 16px;
        line-height: 20px;
    }
}

.detail-pro .info-des p {
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .detail-pro .info-des p {
        margin: 0 0 38px;
    }
}

@media (min-width: 992px) {
    /* 6.4  .detail-pro .btn.btn-default {
      display: inline-block;
      vertical-align: top;
      min-width: 247px; } 
      */
}

.detail-pro .social-networks {
    text-align: center;
}

@media (min-width: 768px) {
    .detail-pro .social-networks {
        text-align: left;
    }
}

.detail-pro .social-networks li {
    margin: 0 5px 10px;
}

@media (min-width: 768px) {
    .detail-pro .social-networks li {
        margin: 0 7px 10px 0;
    }
}

.detail-pro .social-networks a {
    background: none;
    color: #ccc;
}

    .detail-pro .social-networks a:hover {
        color: #000;
    }

    .detail-pro .social-networks a.envelope {
        background: #ccc;
        color: #fff;
        letter-spacing: normal;
    }

        .detail-pro .social-networks a.envelope:hover {
            background: #000;
        }

        .detail-pro .social-networks a.envelope:after {
            text-align: center;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            color: #fff;
            font: 16px/23px icomoon;
            content: "\e900";
            display: block;
        }

.specification-block {
    position: relative;
    padding: 17px 0 20px;
}

@media (min-width: 768px) {
    .specification-block {
        padding: 17px 0 70px;
    }
}

.specification-block:after {
    position: absolute;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    top: 0;
    content: "";
    z-index: -1;
}

@media (min-width: 768px) {
    .specification-block h1 {
        margin: 0 0 20px;
    }
}

.specification-tabs {
    background: #fff;
}

    .specification-tabs .tabs-content {
        background: #fff;
        border: 1px solid #ccc;
        border-width: 0 1px 1px;
        padding: 0 15px 21px;
    }

@media (min-width: 768px) {
    .specification-tabs .tabs-content {
        padding: 0 80px 51px;
    }
}

.specification-tabset {
    background: #fff;
    width: 100%;
    margin: 0;
    border: 1px solid #ccc;
    border-width: 0 1px;
}

@media (min-width: 768px) {
    .specification-tabset {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.specification-tabset li {
    font-size: 13px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .specification-tabset li {
        line-height: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-left: 1px solid #ccc;
    }
}

.specification-tabset li:first-child {
    border: none;
}

.specification-tabset li.active a {
    padding-top: 5px;
    border-top-color: #cd202c;
    border-top-width: 2px;
    border-bottom-color: transparent;
}

.specification-tabset li a {
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 6px 10px;
    color: #333;
    border-top: 1px solid #ccc;
    -webkit-transition: none;
    transition: none;
}

@media (min-width: 768px) {
    .specification-tabset li a {
        border-bottom: 1px solid #ccc;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.specification-tabset li a:hover {
    padding-top: 5px;
    border-top-color: #cd202c;
    border-top-width: 2px;
    border-bottom-color: transparent;
}

.specification-tabset li a br {
    display: none;
}

@media (min-width: 768px) {
    .specification-tabset li a br {
        display: inline;
    }
}

.child-tabset {
    margin: 0 -15px 19px;
    padding: 10px 15px 9px;
    letter-spacing: -.32em;
    border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
    .child-tabset {
        margin: 0 -80px 19px;
        padding: 17px 80px 9px;
    }
}

.child-tabset li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.2px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 25px 5px 0;
}

    .child-tabset li.active {
        font-weight: 700;
    }

        .child-tabset li.active a {
            color: #cd202c;
        }

.child-tabset a {
    color: #333;
}

    .child-tabset a:hover {
        color: #cd202c;
    }

.child-tabs-content .pdf-download {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0 0 10px;
}

    .child-tabs-content .pdf-download a {
        color: #cd202c;
    }

        .child-tabs-content .pdf-download a:hover {
            color: #333;
        }

.child-tabs-content h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 16px;
}

.option-list {
    letter-spacing: -.32em;
}

@media (min-width: 768px) {
    .option-list {
        margin: 0 -12px;
    }
}

.option-list li {
    letter-spacing: normal;
    padding: 0 0 17px;
}

@media (min-width: 768px) {
    .option-list li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 12px 17px;
    }
}

.option-list li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 3px;
}

.option-list li .title {
    display: block;
    font-size: 12px;
    line-height: 15px;
}

.together-block {
    padding: 27px 0 26px;
}

    .together-block h2 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin: 0 0 15px;
    }

    .together-block h3 {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        margin: 0;
    }

        .together-block h3 a {
            color: #333;
        }

            .together-block h3 a:hover {
                color: #cd202c;
            }

.together-list {
    margin: 0 -10px;
    letter-spacing: -.32em;
}

    .together-list li {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        width: 140px;
        margin: 0 10px 10px;
    }

        .together-list li img {
            display: block;
            width: 100%;
            height: auto;
            margin: 0 0 4px;
        }

.zoom-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
}

.zoomContainer {
    z-index: 1000;
}

.products-holder.list-view .product-box .popup {
    left: 0;
    right: 0;
}

.products-holder.list-view .product-box:last-child .popup {
    top: auto !important;
    bottom: 0 !important;
}

.btn-show {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 5px 12px 5px 40px;
    margin: -17px 0 0 -73px;
}

    .btn-show:hover {
        border-color: #cd202c;
    }

    .btn-show i {
        position: absolute;
        left: 10px;
        top: 4px;
        background: #fff;
        width: 23px;
        height: 23px;
        text-align: center;
        border-radius: 50%;
        color: #6b6b6b;
        font-size: 16px;
        line-height: 25px;
    }

.accordion {
    padding: 10px 0 0 0;
    margin-bottom: 20px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .accordion {
        padding: 10px 0 0 10px;
    }
}

.accordion li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .accordion li > a {
        display: block;
        background: #f2f2f2;
        color: #333;
        font-weight: 600;
        padding: 15px 60px;
        position: relative;
        -webkit-transition: box-shadow .25s linear;
        transition: box-shadow .25s linear;
    }

        .accordion li > a.opener:before {
            position: absolute;
            left: 24px;
            top: 50%;
            font-weight: 700;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            content: "+";
            font-size: 18px;
            line-height: 18px;
        }

        .accordion li > a:focus, .accordion li > a:hover {
            box-shadow: 0 1px #cd202c inset;
        }

    .accordion li.active > a.opener {
        box-shadow: 0 1px #cd202c inset;
    }

        .accordion li.active > a.opener:before {
            content: " - ";
        }

.accordion .slide {
    padding: 14px 29px 8px;
    overflow: hidden;
}

    .accordion .slide p {
        margin: 0;
    }

.accordion ul li {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 13px;
}

    .accordion ul li > a {
        background: transparent;
        color: #333;
        padding: 0 10px;
        font-weight: 400;
    }

        .accordion ul li > a:focus, .accordion ul li > a:hover {
            opacity: .9;
            box-shadow: none;
        }

        .accordion ul li > a.opener:before {
            left: 0;
            font-size: 12px;
            line-height: 16px;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            top: 0;
        }

        .accordion ul li > a span {
            background: transparent !important;
            color: #333 !important;
            text-decoration: none !important;
        }

        .accordion ul li > a:focus span, .accordion ul li > a:hover span {
            color: #cd202c !important;
        }

    .accordion ul li.active {
        box-shadow: none;
    }

        .accordion ul li.active > a.opener {
            font-weight: 700;
            box-shadow: none;
        }

            .accordion ul li.active > a.opener:before {
                content: " - ";
            }

.accordion ul .slide {
    padding: 14px 10px 0 20px;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    color: #000;
}

.faq-page {
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
    .faq-page {
        padding: 27px 0 40px;
    }
}

@media (min-width: 992px) {
    .faq-page {
        padding: 27px 0 86px;
    }
}

@media (min-width: 768px) {
    .faq-page .accordion {
        padding: 30px 0 0 0;
    }
}

@media (min-width: 992px) {
    .faq-page .accordion {
        padding: 30px 0 0 36px;
    }
}

.faq-page .head {
    padding: 0 25px 16px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 28px;
}

    .faq-page .head h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 0;
        font-weight: 700;
    }

.search-faq {
    margin-bottom: 30px;
}

    .search-faq h3 {
        font-size: 16px;
        line-height: 13px;
        margin: 0 0 16px;
    }

    .search-faq .form-control {
        height: 28px;
        border: 0;
        font-size: 14px;
        line-height: 18px;
        box-shadow: none;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
        padding: 4px 6px 6px;
    }

        .search-faq .form-control::-webkit-input-placeholder {
            color: #ccc;
        }

        .search-faq .form-control::-moz-placeholder {
            opacity: 1;
            color: #ccc;
        }

        .search-faq .form-control:-moz-placeholder {
            color: #ccc;
        }

        .search-faq .form-control:-ms-input-placeholder {
            color: #ccc;
        }

        .search-faq .form-control.placeholder {
            color: #ccc;
        }

        .search-faq .form-control:focus {
            box-shadow: none;
        }

    .search-faq .input-group {
        border: 1px solid #ccc;
    }

    .search-faq .btn-search {
        height: 28px;
        width: 25px;
        padding: 0;
        font-size: 15px;
        background: transparent;
        color: #0e0e0e;
    }

        .search-faq .btn-search:hover {
            color: #cd202c;
        }

.background-grey {
    position: relative;
    /*z-index: -1;*/
}

    .background-grey:before {
        position: absolute;
        left: -999px;
        right: -999px;
        top: 0;
        bottom: 0;
        content: "";
        z-index: -1;
        display: block;
        background: #f2f2f2 !important;
    }

.background-white {
    position: relative;
    /* z-index: 1;*/
}

    .background-white:before {
        position: absolute;
        left: -999px;
        right: -999px;
        top: 0;
        bottom: 0;
        content: "";
        z-index: -1;
        display: block;
        background: #fff !important;
    }

.spacing-a {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}

    .spacing-a h1 {
        margin-bottom: 25px !important;
    }

.spacing-a2 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

    .spacing-a2 h1 {
        margin-bottom: 25px !important;
    }

.spacing-a3 {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}

    .spacing-a3 h1 {
        margin-bottom: 25px !important;
    }

.spacing-a4 {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}

    .spacing-a4 h1 {
        margin-bottom: 25px !important;
    }

.spacing-b {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

    .spacing-b h1 {
        margin-bottom: 25px !important;
    }

.spacing-c {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.spacing-d {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.spacing-e {
    padding-top: 25px !important;
    padding-bottom: 50px !important;
}

.spacing-no-padding {
    padding: 0px !important;
}

.spacing-big-top-no-bottom {
    padding-top: 5% !important;
    padding-bottom: 0px !important;
}

.spacing-top-no-bottom {
    padding-top: 35px !important;
    padding-bottom: 0px !important;
}

.spacing-bottom-no-top {
    padding-top: 0px !important;
    padding-bottom: 35px !important;
}

.cycle-gallery {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 20px;
}

    .cycle-gallery .mask {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .cycle-gallery .slideset {
        width: 100%;
        float: left;
    }

    .cycle-gallery .slide {
        width: 100%;
        padding: 0 10px 5px;
        float: left;
    }

@media (min-width: 768px) {
    .cycle-gallery .slide {
        width: 370px !important;
    }
}

@media (min-width: 992px) {
    .cycle-gallery .slide {
        width: 240px !important;
    }
}

.cycle-gallery.not-enough-slides .pagination {
    display: none;
}

.cycle-gallery .pagination {
    padding: 10px;
}

    .cycle-gallery .pagination ul {
        max-width: 970px;
        margin: 0 auto;
        padding: 0 10px;
        font-size: 0;
        line-height: 0;
        letter-spacing: -.32em;
        text-align: center;
    }

        .cycle-gallery .pagination ul li {
            display: inline-block;
            vertical-align: top;
            margin: 0 5px;
        }

            .cycle-gallery .pagination ul li.active a {
                background: #cd202c;
            }

            .cycle-gallery .pagination ul li a {
                display: block;
                width: 15px;
                height: 15px;
                border: solid 1px #cd202c;
                border-radius: 50%;
            }

                .cycle-gallery .pagination ul li a:hover {
                    background: #cd202c;
                }

.cover-module {
    padding: 50px 0;
    font-size: 18px;
    line-height: 22px;
}

    .cover-module h1 {
        margin: 0 0 4px;
    }

    .cover-module p {
        margin: 0 0 21px;
    }

    .cover-module .container {
        position: relative;
    }

/*Complex image mobile style*/
@media (max-width: 768px) {
    .complex-image.cover-module {
        padding: 10px 0;
    }

        .complex-image .title-block.complex-img-title-block {
            position: initial;
            max-width: 100% !important;
            left: unset !important;
            top: unset !important;
        }

        .complex-image .title-block.complex-img-title-block {
            margin-bottom: 10px;
        }

    /*On bullet resistance can see combination complex image - billboard*/
    /*.play-visual is for billboard*/
    .play-visual.complex-image {
        background-size: cover;
    }

        .play-visual.complex-image .content-holder {
            margin-top: 120% !important;
        }
}

.module-img {
    position: relative;
}

    .module-img img {
        display: block;
        width: 100%;
        height: auto;
    }

.module-popup {
    position: absolute;
}

    .module-popup.item-test {
        top: 10%;
        left: 90%;
    }

    .module-popup.item-test01 {
        top: 74%;
        left: 31.6%;
    }

    .module-popup.item-test02 {
        top: 21%;
        left: 78%;
    }

    .module-popup.item-test03 {
        top: 48.5%;
        left: 43%;
    }

    .module-popup.item-test04 {
        top: 39%;
        left: 64%;
    }

    .module-popup.item {
        top: 11.3%;
        left: 74%;
    }

    .module-popup.item01 {
        left: 39.7%;
        top: 26%;
    }

    .module-popup.item02 {
        left: 27.6%;
        top: 32.4%;
    }

    .module-popup.item03 {
        left: 62.4%;
        top: 44.7%;
    }

    .module-popup.item04 {
        left: 9.2%;
        top: 53.3%;
    }

    .module-popup.item05 {
        left: 47.4%;
        top: 80.3%;
    }

@media (min-width: 768px) {
    .module-popup.item05 {
        top: 85.3%;
    }
}

.module-popup .module-open {
    display: block;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.74);
    box-shadow: 0 0 7px 2px rgba(255, 255, 255, 0.35), 0 1px 2px rgba(35, 31, 32, 0.35);
    line-height: 0;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    position: relative;
}

    .module-popup .module-open:after, .module-popup .module-open:before {
        position: absolute;
        left: 50%;
        width: 10px;
        height: 2px;
        top: 50%;
        content: "";
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .module-popup .module-open:before {
        display: block;
        content: "";
        width: 2px;
        height: 10px;
    }

    .module-popup .module-open:hover {
        border-color: #000;
        background: #fff;
        color: #000;
    }

        .module-popup .module-open:hover:after, .module-popup .module-open:hover:before {
            background: #000;
        }

.module-popup.popup-active .module-open {
    border-color: #000;
    background: #fff;
    color: #000;
}

    .module-popup.popup-active .module-open:before {
        display: none;
    }

@media (max-width: 767px) {
    .module-popup.popup-active .module-open:before {
        position: fixed;
        height: auto;
        width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: block;
        left: -999px;
        right: -999px;
        top: -999px;
        bottom: -999px;
        content: "";
        z-index: 999;
        background: rgba(0, 0, 0, 0.5);
    }
}

.module-popup.popup-active .module-open:after {
    background: #000;
    display: block;
}

.module-popup.popup-active .popup-module {
    visibility: visible;
    opacity: 1;
}

.module-popup.right .popup-module {
    right: auto;
    left: 34px;
}

    .module-popup.right .popup-module:before {
        border-width: 9px 9px 9px 0;
        border-color: transparent #fff transparent;
        right: auto;
        left: -9px;
    }

.module-popup.top .popup-module {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 34px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

    .module-popup.top .popup-module:before {
        border-width: 9px 9px 0 9px;
        border-color: #fff transparent transparent;
        right: auto;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

.popup-module {
    background: #fff;
    padding: 3px 0 3px 3px;
    width: 300px;
    font-size: 14px;
    line-height: 15px;
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 34px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 1px 4px 7px 1px rgba(0, 0, 0, 0.48);
    margin: 2px 0 0;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .popup-module {
        width: 360px;
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .popup-module {
        max-height: 90vh;
        position: fixed;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        bottom: auto !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        z-index: 9999;
    }

        .popup-module:before {
            display: none !important;
        }
}

.popup-module:before {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: -9px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #fff;
}

.popup-module .info {
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

@media (min-width: 768px) {
    .popup-module .info {
        padding: 10px 15px 10px 20px;
    }
}

.popup-module img {
    float: left;
    width: 98px;
    height: auto;
}

.popup-module .title {
    display: block;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .popup-module .title {
        font-size: 16px;
        line-height: 18px;
    }
}

.popup-module p {
    margin: 0;
}

.screen {
    display: none;
    position: absolute;
    width: 1120px;
    left: 50%;
    margin: 0 0 0 -560px;
    z-index: 9999;
    top: -961px;
    opacity: 0.5;
    pointer-events: none;
}

#footer {
    width: 100%;
    background: #e5e5e5;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    padding: 25px 0;
    text-align: center;
}

@media (min-width: 768px) {
    #footer {
        text-align: left;
        padding: 56px 0 25px;
    }
}

#footer .footer-main-heading {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 6px;
    padding: 0 0 1px;
    border-bottom: 1px solid #666;
}

@media (min-width: 768px) {
    #footer .footer-main-heading a {
        pointer-events: none;
    }

    #footer .footer-main-heading.title-link a {
        pointer-events: visible;
    }

    #footer .open-close.shared-column {
        padding-bottom: 101px;
    }
}

@media only screen and (max-width: 480px) {
    #footer .footer-main-heading.title-link a {
        pointer-events: visible;
    }

    #footer .open-close.shared-column {
        padding: 0 0 10px;
    }
}

#footer a {
    color: #666;
}

    #footer a:hover {
        color: #cd202c;
    }

@media (min-width: 768px) {
    #footer .slide.js-slide-hidden {
        position: static !important;
    }
}

#footer .open-close {
    padding: 0 0 10px;
}

@media (min-width: 768px) {
    #footer .open-close {
        padding: 0;
    }
}

#footer .open-close.active h2 a {
    color: #cd202c;
}

.footer-top {
    padding-bottom: 43px;
}

.footer-nav {
    margin: 0;
    padding: 0 0 5px;
}

    .footer-nav li {
        text-transform: capitalize;
        margin: 0 0 5px;
    }

.social-networks {
    margin: 0 -24px 12px 0;
    letter-spacing: -.32em;
}

    .social-networks li {
        display: inline-block;
        vertical-align: top;
        margin: 0 12.7px 10px 0;
        font-size: 25px;
        line-height: 25px;
    }

    .social-networks a {
        display: block;
        position: relative;
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }

        .social-networks a:hover {
            color: #CCCCCC !important;
        }

@media (min-width: 768px) {
    .social-networks a {
        background: #fff;
    }
}

.social-networks a:hover .path1:before {
    color: #cd202c;
}

.select-form {
    padding: 0 0 15px;
}

@media (min-width: 768px) {
    .select-form {
        padding: 2px 0 19px;
    }
}

.select-form select {
    width: 100%;
}

.join-link {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 37px;
    position: relative;
}

    .join-link:after {
        position: absolute;
        left: 0;
        top: -6px;
        text-align: center;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #666;
        color: #fff;
        font: 16px/23px icomoon;
        content: "\e903";
        transition: background-color linear 0.2s;
    }

    .join-link:hover:after {
        background: #ccc;
    }

.footer-bottom {
    overflow: hidden;
}

.copyright {
    margin: 0 0 15px;
    display: block;
}

@media (min-width: 768px) {
    .copyright {
        float: left;
        margin: 0 20px 0 0;
    }
}

.nav-footer {
    overflow: hidden;
    margin: 0;
    letter-spacing: -.32em;
}

    .nav-footer li {
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 5px;
    }

@media (min-width: 768px) {
    .nav-footer li {
        margin: 0 25px 5px 0;
    }
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        font-size: 11px;
        line-height: 16px;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
        margin: -1px;
    }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-widget {
    font-size: 1em;
    padding: 15px 30px 15px 51px;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    background: #fff;
    color: #333;
}

    .ui-widget-content a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #454545;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #ccc;
        background: #ededed;
        font-weight: normal;
        color: #2b2b2b;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
            color: #2b2b2b;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #003eff;
        background: #007fff;
        font-weight: normal;
        color: #fff;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #fff;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #dad55e;
        background: #fffa90;
        color: #777620;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #777620;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #f1a899;
        background: #fddfdf;
        color: #5f3f3f;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #5f3f3f;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #5f3f3f;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: 0 0 0 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 50%;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    left: 50%;
    margin: 0 0 0 -18px;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    /*background: url("../images/fancybox/fancybox_overlay.png");*/
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("../images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url("../images/fancybox/fancybox_loading@2x.gif");
            background-size: 24px 24px;
            /*The size of the normal image, half the size of the hi-res image*/
        }
}

.accordion-tab-header-on-mobile,
a.secnav-opener,
.facets-header a.facets-opener,
img.mobile-image-product,
div.mobile-link-product, .tiles-on-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {

    .suppress-on-mobile {
        display: none !important;
    }

    .tiles-on-mobile {
        display: block;
    }

    .products-holder .product-box img {
        max-width: none;
    }

    .product-block .tab-content {
        display: block;
        font-size: 0;
        line-height: 0;
        margin: -5px;
    }

    .product-block .tab {
        display: inline-block !important;
        width: 50%;
        padding: 5px 5px;
        position: relative;
    }

    .product-block .tab-content p {
        display: none;
    }

    .product-block .tabset-holder .title {
        display: none;
    }

    .product-block .tab-content img {
        display: none;
    }

        .product-block .tab-content img.mobile-image-product {
            display: block;
            width: 100%;
            height: auto;
            margin: 0 !important;
        }

    .product-block div.mobile-link-product {
        display: block;
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        background: rgba(0, 0, 0, 0.24);
        color: white;
        vertical-align: middle;
        text-align: center;
        /* margin: 5px; */
        left: 0;
        right: 0;
        padding: 10px;
        border: solid 5px white;
    }

        .product-block div.mobile-link-product a {
            color: white;
            vertical-align: middle;
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            padding: 10px;
            -ms-transform: translate(0, -50%); /* IE 9 */
            -webkit-transform: translate(0, -50%); /* Safari */
            transform: translate(0, -50%);
            font-size: 18px;
        }

    h1,
    h2 {
        font-weight: 400 !important;
    }

    .facets-header {
        position: relative;
    }

        a.secnav-opener,
        .facets-header a.facets-opener {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 30px;
            height: 30px;
            background: #cd202c;
            border-radius: 3px;
        }

            .facets-header a.facets-opener:before {
                content: '';
                top: 45%;
                background: #fff;
                border-radius: 4px;
                position: absolute;
                left: 25%;
                right: 43%;
                height: 3px;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .facets-header a.facets-opener:after {
                content: '';
                top: 45%;
                background: #fff;
                border-radius: 4px;
                position: absolute;
                left: 43%;
                right: 25%;
                height: 3px;
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .facets-header a.facets-opener.facets-active:after {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            .facets-header a.facets-opener.facets-active:before {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

    ul.accordion-pselector {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

        ul.accordion-pselector.facets-active {
            display: block;
            -webkit-transition: visibility 0s, opacity 0.5s linear;
            transition: visibility 0s, opacity 5s linear;
            visibility: visible;
            opacity: 1;
        }

    .blockgrid .row h2 a {
        font-size: 20px;
    }

    .inner-head .container {
        position: relative;
    }

    a.secnav-opener {
        margin: 0 !important;
        padding: 0;
        background: #fff;
        /* border: 2px solid #cd202c; */
        background: url("/images/SecondaryNav/red.down.arrow.jpg") no-repeat;
        background-size: 100%;
    }

        a.secnav-opener.secnav-active {
            background: url("/images/SecondaryNav/red.down.arrow.jpg") no-repeat;
        }

        a.secnav-opener:after {
            /* content: ''; */
            top: 45%;
            background: #cd202c;
            border-radius: 4px;
            position: absolute;
            left: 38%;
            right: 25%;
            height: 3px;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }


        a.secnav-opener.secnav-active:after {
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        a.secnav-opener:before {
            /* content: ''; */
            top: 45%;
            background: #cd202c;
            border-radius: 4px;
            position: absolute;
            left: 25%;
            right: 38%;
            height: 3px;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        a.secnav-opener.secnav-active:before {
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .inner-head h1 {
        position: relative;
    }

    .inner-head ul#nav {
        height: 0;
        display: none;
    }

        .inner-head ul#nav.secnav-active {
            height: auto;
            display: block;
        }

    .live-help .contact-links i {
        width: 44px;
    }

    .live-help .position-on-mobile {
        display: flex;
    }

    .live-help.add .contact-links span {
        padding: 8px 20px 0;
    }

    .live-help .contact-links li {
        text-align: left;
    }

    section.how-do-i-get-started .description-suncontrols-block .suncontrols-howdo-description {
        width: 100% !important;
    }

    section.how-do-i-get-started .description-suncontrols-block .suncontrols-howdo-image {
        width: 100% !important;
        text-align: center;
    }

        section.how-do-i-get-started .description-suncontrols-block .suncontrols-howdo-image img {
            width: 60%;
            display: inline-block;
        }

    section.how-do-i-get-started .description-suncontrols-block .suncontrols-howdo-description .cantilevered-description,
    section.how-do-i-get-started .description-suncontrols-block .suncontrols-howdo-description .how-do-i-get-started-description {
        width: 100% !important;
        padding-right: 15px;
        margin-bottom: 15px !important;
    }

    section.how-do-i-get-started .description-suncontrols-block ul.component-links-buttons {
        text-align: right !important;
    }

        section.how-do-i-get-started .description-suncontrols-block ul.component-links-buttons li a {
            padding: 5px !important;
            margin-bottom: 5px !important;
        }

    section.how-do-i-get-started .suncontrols-howdo-components .component-item img {
        height: 60px !important;
    }

    @media only screen and (max-width: 320px) {
        section.how-do-i-get-started .suncontrols-howdo-components .component-item img {
            height: 50px !important;
        }
    }

    .news-block .news-post:first-of-type h2 a {
        color: #7b7b7b;
    }

    .news-block .news-slider-active .news-post:first-of-type h2 a {
        color: white;
    }

    .featured-block .visual-gallery .mask,
    .featured-block .visual-gallery .mask-holder {
        overflow: unset;
    }

    .featured-block.background-white .visual-gallery .mask::after,
    .featured-block.background-white .visual-gallery .mask::before {
        content: "";
        width: 10px;
        top: 0;
        bottom: 0;
        background: #fff;
        position: absolute;
        z-index: 99;
    }

    .featured-block.background-white .visual-gallery .mask::before {
        left: 0;
    }

    .featured-block.background-white .visual-gallery .mask::after {
        right: 0;
    }
}


.marketo h2 {
    color: #666;
    padding: 0px 0px 0px 10px;
}

.marketo .cs-red {
    color: #cd202c;
}

h2 span.cs-red {
    color: #cd202c;
}

.fast-track {
    width: 100%;
}

/* IFrames mobile fixes */
@media (max-width: 767px) {
    .contact-us-iframe {
        width: 100%;
        height: 1100px;
    }

    .rep-locator-iframe {
        width: 100% !important;
        /*height: 1100px;*/
        padding: 40px 0px !important;
    }
}

/* Marketo forms mobile fixes */
@media (max-width: 767px) {
    #mktoForm_2124.mktoForm .mktoFormRow {
        width: 100%;
    }

    #mktoForm_2124.mktoForm .mktoButtonWrap.mktoInset {
        margin-left: 0px;
    }

    #mktoForm_2269.mktoForm .mktoButtonWrap.mktoInset {
        margin-left: 0px;
    }

    #mktoForm_2428.mktoForm .mktoButtonWrap.mktoInset,
    #mktoForm_2428.mktoForm .mktoHtmlText {
        margin-left: 0px !important;
    }

    #mktoForm_2338.mktoForm .mktoButtonWrap.mktoInset,
    #mktoForm_2338.mktoForm .mktoHtmlText {
        margin-left: 0px !important;
    }

    #mktoForm_2528.mktoForm .mktoButtonWrap.mktoInset,
    #mktoForm_2528.mktoForm .mktoHtmlText {
        margin-left: 0px !important;
    }

    .marketo .uploadcare--widget__button {
        margin-left: 0px;
    }

    #mktoForm_1532.mktoForm .mktoFormRow {
        width: 100%;
    }

    #mktoForm_1532.mktoForm .mktoFormCol .mktoLabel {
        width: 75%;
        float: none;
    }

    #mktoForm_2189.mktoForm .mktoButtonWrap.mktoInset,
    #mktoForm_2189.mktoForm .mktoHtmlText {
        margin-left: 0px !important;
    }
}

.see-it-in-place .filters-holder {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eee;
    float:none;
}

.see-it-in-place .filters-holder div{
    display: inline-block;
    padding-right: 40px;
    float: none;
    margin: 0px 0px;
}

/* See it in place mobile fixes */
@media (max-width: 767px) {
    .products-holder {
    }

        .products-holder .product-box {
            padding: 0 0 30px;
        }

            .products-holder .product-box .print-link.list-unstyled {
                display: none;
            }

            .products-holder .product-box .popup-info {
                padding: 15px 15px 15px 15px;
            }

            .products-holder .product-box .popup-gallery .btn-prev {
                left: 5px;
                font-size: 27px;
                font-weight: bold;
                text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
            }

            .products-holder .product-box .popup-gallery .btn-next {
                right: 5px;
                font-size: 27px;
                font-weight: bold;
                text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
            }

            .products-holder .product-box .popup .popup-close {
                font-size: 24px;
                text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
            }

            .products-holder .product-box .popup-gallery .slide {
                height: 250px;
            }

                .products-holder .product-box .popup-gallery .slide .zoom-bg {
                    height: 250px;
                }

                .products-holder .product-box .popup-gallery .slide img {
                    height: 250px;
                }

    .see-it-in-place .filter-product-container {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .see-it-in-place .filter-market-container {
        padding: 20px 0px 0px 0px;
        width: 100%;
    }

    .see-it-in-place .filters-holder .dropdownlist {
        width: calc(100% - 55px);
    }

    .fancybox-wrap.fancybox-mobile.fancybox-type-image.fancybox-opened .fancybox-close {
        background-size: unset;
    }
}

/* Register mobile fixes */
@media (max-width: 767px) {
    .register-container h2 {
        padding-top: 20px;
    }

    .register-container .validation-summary-errors {
        width: 100%;
        display: block;
        float: none;
    }

    .register-container .fields {
        margin-top: 30px;
    }

    .register-container .field-validation-error {
        width: 100%;
    }
}

.background-white40-grey60 {
    background: #7b7b7b;
    background-image: linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    background-image: -o-linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    background-image: -moz-linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    background-image: -webkit-linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    background-image: -ms-linear-gradient(bottom, #7b7b7b 60%, #ffffff 40%);
    padding: 1px 0 22px;
}

@media only screen and (min-width: 768px) {
    section.news-slider.background-white40-grey60 p {
        padding-left: 0;
    }
}

section.news-slider.background-white40-grey60 p a {
    color: white;
}

section.news-slider.background-white40-grey60 .seemore a {
    color: white;
}


.project-resume .btn {
    background-color: white;
}

.project-resume p.data-project a,
.project-resume p.data-project a:hover {
    text-decoration: underline;
    color: #333;
}

section.use-width-ratio img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .margintop74 {
        margin-top: 74px;
    }
}

@media only screen and (min-width: 769px) and (max-width:991px) {
    .margintop74 {
        margin-top: 200px;
    }
}

@media only screen and (min-width: 992px) {
    .margintop74 {
        margin-top: 100px;
    }
}

.intro-col .content-custom-format p {
    font-size: inherit;
    font-weight: inherit;
    line-height: 20px;
}


.content-block-image {
    position: relative;
}

    .content-block-image a.image-link-custom {
        display: block;
        position: absolute;
        font-weight: bold;
        font-size: 13px;
    }

.module-img .tooltip {
    width: 120px;
}
/*Project Resume Fix*/
@media (max-width: 768px) {
    .hiderightcontent{
        z-index:-1;
    }
}
/* Portrait */
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: portrait) {
    .hiderightcontent {
        z-index: -1;
    }
}

/*Our Brands icon list fix for mobile*/
@media (max-width: 768px) {
    .live-help.add .contact-links img {
        display: none;
    }
}

select::-ms-expand{
    display:none;
}

@media only screen and (max-width: 480px) {
    .mktoForm .mktoFormCol .mktoLabel {
        width: 77% !important;
    }
}

.background-red {
    position: relative;
}

.background-red:before {
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    display: block;
    background: #cd202c !important;
}
section.news-slider.background-red p a {
    color: white;
}

section.news-slider.background-red .seemore a {
    color: white;
}
.background-white40-red60 {
    background: #7b7b7b;
    background-image: linear-gradient(bottom, #cd202c 60%, #ffffff 40%);
    background-image: -o-linear-gradient(bottom, #cd202c 60%, #ffffff 40%);
    background-image: -moz-linear-gradient(bottom, #cd202c 60%, #ffffff 40%);
    background-image: -webkit-linear-gradient(bottom, #cd202c 60%, #ffffff 40%);
    background-image: -ms-linear-gradient(bottom, #cd202c 60%, #ffffff 40%);
    padding: 1px 0 22px;
}
section.news-slider.background-white40-red60 p a {
    color: white;
}
section.news-slider.background-white40-red60 .seemore a {
    color: white;
}

.secondary-nav {
    display: flex;
}

@media only screen and (max-width: 500px) {
    .secondary-nav {
        height: 0;
        display: none;
    }
}

.cf-carousel-padding{
    padding-bottom:15px;
}
.cf-carousel-container {
    margin-left: 35px;
    margin-right: 70px;
}

.video-box .b-lazy {
    background-color: #AAA;
    pointer-events: none;
}

.b-lazy {
    background-color: #AAA;
    pointer-events: none;
}

.video-box .b-lazy.b-loaded {
    background-color: transparent;
    pointer-events: all;
}

.b-lazy.b-loaded {
    background-color: transparent;
    pointer-events: all;
}

.b-lazy.b-error {
    background-color: #f2f2f2;
    pointer-events: all;
}

.video-box .video-image.b-lazy.b-loaded img {
    background-color: transparent;
    pointer-events: all;
}

.video-box .video-image.b-lazy img {
    background-color: transparent;
    pointer-events: none;
}
.Popupcontent .title {
    width: 800px;
    height: 18px;
}
.privacy-policy {
    background-color: #FAF2D9;
    bottom: 0;
    position: fixed;
    margin: 0 auto;
    padding-top: 15px;
    z-index: 2147483650;
    border-top-width: 1px;
    border-top-color: rgb(232, 190, 63);
    border-top-style: solid;
}

.policy-content {
    float: left;
    width: 80%;
}

.policy-accept-button {
    float: left;
    width: 20%;
    text-align-last: center;
}

    .policy-accept-button button {
        min-width: 170px !important;
    }

.privacy-policy .container {
    padding: 10px
}

.privacy-policy p {
    font-size: 12px;
}

@media screen and (max-width : 500px) {
    .policy-content {
        width: 100%;
    }

    .policy-accept-button {
        width: 100%;
    }

        .policy-accept-button button {
            width: 100% !important;
        }
}

@media screen and (max-width : 768px) and (min-width:501px) {
    .policy-content {
        width: 75%;
    }

    .policy-accept-button {
        width: 25%;
    }
}

.policy-content a {
    font-weight: bold;
    text-decoration: underline;
}

.checkbox-container label::before {
    border-radius: 50%;
}

input[name="measurement"] {
    display: none;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: 0px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 18px;
    color: #cd202c;
    margin-top: -3px;
}

.checkbox label {
    display: inline-block;
    position: relative;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox input[type="radio"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
    margin-left: 0px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox {
    padding-left: 0px;
    margin: 0px;
}

/* The Modal  */
#myModal {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #cccccc;
    position: fixed;
    display: flex;
    align-items: center;
}



.modalcontent {
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
    border: 1px solid #cccccc;
    margin: 0 auto;
}



.Popupcontent {
    padding-top: 10%;
    padding-left: 2%;
}



/* The Close Buttpadding-bottom: 100px;on */
.closepopup {
    color: #aaaaaa;
    width: 20px;
    height: 20px;
    position: absolute;
    float: right;
    right: 25px;
    top: 27px;
}



    .closepopup:hover,
    .closepopup:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }



.btn-click {
    width: 180px;
    height: 50px;
    border: 1px solid #cccccc;
    background-color: #fff;
    margin-left: 300px;
    margin-top: 45px;
}



    .btn-click a {
        width: 179px;
        height: 18px;
        font-family: Myriad Pro;
        font-size: 16px;
        color: #cd202c;
        text-align: center;
    }



.maintitle {
    width: 754px;
    height: 34px;
    font-family: Myriad Pro;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}



.Popupcontent .title {
    width: 800px;
    height: 18px;
}

@media (max-width: 767px) {
    #myModal {
        display: block;
        background-color: rgba(255, 255, 255, 0.7);
        border: 1px solid #cccccc;
        padding: 0;
        padding-top: 10%;
    }
    .modalcontent {
        padding-bottom: 20%;
        background-color: #fff;
        position: relative;
        border: 1px solid #cccccc;
    }
    .Popupcontent {
        padding-top: 13%;
        padding-left: 2%;
    }
    .maintitle {
        font-family: Myriad Pro;
        font-size: 20px;
        color: #333;
        width: 100%;
    }
    .title {
        width: 100%;
    }
    .btn-click {
        border: 1px solid #cccccc;
        background-color: #fff;
        margin-left: 24%;
    }
    .closepopup {
        right: 0px;
        top: 14px;
    }
}

.heading-3 {
    font-size: 24px;
    font-weight: 500;
}

.icongrid-sub-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.inner-head a.secnavtitle:hover {
    text-decoration: underline !important;
    color: #cd202c !important;
}

@media (max-width: 768px) {

    #nav .sec.hover .dropdown.slide .col .drop-slide.js-slide-hidden {
        position: initial !important;
    }
    #nav .sec.hover .dropdown.secnav .col .drop-slide.js-slide-hidden {
        position: initial !important;
    }
}

h3.text-uppercase, h4.text-uppercase, h5.text-uppercase, h6.text-uppercase {
    color: #cd202c;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
}

    h3.text-uppercase span, h4.text-uppercase span, h5.text-uppercase span, h6.text-uppercase span {
        color: #666;
    }

.transparency-block h5, .transparency-block h6 {
    margin: 0 0 23px;
    text-align: left;
}

@media (min-width: 992px) {
    .transparency-block h5, .transparency-block h6 {
        margin: 0 0 23px;
    }
}

@media (min-width: 768px) {
    .transparency-block h5, .transparency-block h6 {
        margin: 0 0 33px;
    }
}

.ig-content > div {
    display: inline;
}