body {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    top: auto;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.wrapper .container {
    max-width: 1440px;
    margin: 0 auto;
}
// .search-area {
//     background: #fff;
//     height: 0;
//     overflow: hidden;
//     -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
//     -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
//     box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.1);
//     -webkit-transition: all 400ms ease;
//     -moz-transition: all 400ms ease;
//     -ms-transition: all 400ms ease;
//     -o-transition: all 400ms ease;
//     transition: all 400ms ease;
// }
// .search-area-mobile {
//     display: none;
//     border: 1px solid #f2f2ef;
//     border-width: 1px 0;
//     margin-bottom: 15px;
// }
// .search-area.open {
//     height: 80px;
// }
// .search-area .search-form {
//     visibility: hidden;
// }
// .search-area.open .search-form {
//     visibility: visible;
// }
// .subnav-hidden .search-area.open {
//     position: inherit;
//     bottom: -80px;
// }
// .search-area .search-form fieldset,
// .search-area-mobile .search-form fieldset {
//     width: 480px;
//     margin: 0 auto;
//     padding: 23px 0;
// }
// .search-area-mobile .search-form fieldset {
//     width: 100%;
//     padding-left: 50px;
// }
// .search-area .search-form .btn-search,
// .search-area-mobile .search-form .btn-search {
//     background: url("../images/sprite.png") no-repeat -66px -80px;
//     height: 24px;
//     text-indent: -9999px;
//     width: 20px;
//     border: 0;
//     float: left;
//     margin: 3px 30px 0 0;
//     padding: 0;
// }
// .search-area-mobile .search-form .btn-search {
//     margin: 8px 0 0 -40px;
// }
// .search-area .search-form input,
// .search-area-mobile .search-form input {
//     font-size: 28px;
//     line-height: 34px;
//     font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
//     font-style: normal;
//     font-weight: 400;
//     border: 0 !important;
//     padding: 0;
//     margin: 0;
//     float: left;
//     height: auto;
//     width: 410px;
//     outline: none;
//     -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
//     -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
//     box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
// }
// .search-area-mobile .search-form input {
//     width: 100%;
// }
// .search-area .search-form::-webkit-input-placeholder,
// .search-area-mobile .search-form::-webkit-input-placeholder {
//     /* WebKit browsers */
    
//     color: #d9d9d9;
// }
// .search-area .search-form:-moz-placeholder,
// .search-area-mobile .search-form:-moz-placeholder {
//     /* Mozilla Firefox 4 to 18 */
    
//     color: #d9d9d9;
// }
// .search-area .search-form::-moz-placeholder,
// .search-area-mobile .search-form::-moz-placeholder {
//     /* Mozilla Firefox 19+ */
    
//     color: #d9d9d9;
// }
// .search-area .search-form:-ms-input-placeholder,
// .search-area-mobile .search-form:-ms-input-placeholder {
//     /* Internet Explorer 10+ */
    
//     color: #d9d9d9;
// }
.text {
    margin: 0 0 25px;
}
.text p {
    margin: 0 0 25px;
}
.owl-carousel {
    height: 540px;
    overflow: hidden;
    margin: 0 0 20px;
}
.owl-carousel .owl-item {
    position: relative;
    overflow: hidden;
}
.owl-carousel img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.owl-carousel .carousel-holder {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
}
.owl-carousel .carousel-holder .caption-holder {
    display: table-cell;
    vertical-align: middle;
}
.owl-carousel .carousel-holder .caption {
    font-size: 38px;
    line-height: 40px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}
.owl-carousel .carousel-holder .caption span {
    display: block;
    text-align: center;
}
.owl-carousel .carousel-holder .caption .large-text {
    font-size: 134px;
    line-height: 140px;
    font-family: 'Plate_New', 'PlateRegular';
    margin: 5px 0 25px;
}
.owl-buttons .owl-prev,
.owl-buttons .owl-next {
    width: 71px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin: -32px 0 0;
    overflow: hidden;
    text-indent: -9999px;
}
.owl-buttons .owl-prev {
    background: url("../images/sprite.png") no-repeat -5px -7px;
    left: 5%;
}
.owl-buttons .owl-next {
    background: url("../images/sprite.png") no-repeat -80px -7px;
    right: 5%;
}
.owl-pagination {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 0 24px;
    text-align: center;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 28px;
    height: 24px;
    margin: 5px -2px 0;
    background: url("../images/sprite.png") no-repeat -28px -76px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: url("../images/sprite.png") no-repeat 0 -76px;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-wrapper-outer,
.owl-wrapper-outer .owl-item,
.owl-wrapper-outer .owl-item > div {
    height: 540px;
}
.owl-carousel .carousel-holder .caption .text-medium {
    font-size: 77px;
    line-height: 80px;
}
.owl-carousel .carousel-holder .caption .text-large {
    font-size: 127px;
    line-height: 130px;
}
.owl-carousel .carousel-holder .caption .plate {
    font-family: 'Plate_New', 'PlateRegular';
    font-weight: 500;
}
.owl-carousel .carousel-holder.top {
    top: 6%;
}
.select-form fieldset {
    width: 540px;
    margin: 0 auto;
    text-align: left;
}
.select-wrapper {
    float: left;
    display: inline-block;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0.37);
    border-width: 2px 2px 2px 2px;
    border-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    height: 48px;
}
.select-wrapper:after {
    position: absolute;
    top: -2px;
    right: -3px;
    width: 50px;
    height: 48px;
    content: "";
    background: url("../images/dropdown.png") no-repeat;
}
.select-wrapper,
.select-wrapper select {
    width: 460px;
    height: 48px;
    line-height: 44px;
    font-size: 26px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
}
.select-wrapper .holder {
    display: block;
    margin: 0 60px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: -1;
    color: #fff;
    font-size: 26px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    text-overflow: ellipsis;
}
.select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
.select-form .btn-go {
    background: #f3a200;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    height: 48px;
    width: 60px;
    float: right;
    line-height: 48px;
    font-size: 24px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
    text-transform: uppercase;
}
.masonry-area .item img:not(.ico-img),
.masonry-area div.ico-img {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.masonry-area .item.w2h2.portrait img:not(.ico-img) {
    width: 100%;
}
.masonry-area .item.w2h2.portrait .image-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 100%;
}
.masonry-area .item {
    float: left;
    margin: 10px;
    overflow: hidden;
    cursor: pointer;
}
.section-full-width .item {
    cursor: auto;
}
.masonry-area .item-holder,
.owl-carousel .item-holder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: none repeat scroll 0 0 #f7f7f7;
}
.masonry-area .video-item .item-holder {
    position: absolute;
}
.masonry-area .w1h1,
.masonry-area .w1h2,
.masonry-area .w1h3,
.press-area .w1h1 {
    width: 220px;
}
.masonry-area .w2h1,
.masonry-area .w2h2,
.masonry-area .w2h3,
.press-area .w2h1 {
    width: 460px;
}
.masonry-area .w3h1,
.masonry-area .w3h2,
.masonry-area .w3h3 {
    width: 700px;
}
.masonry-area .w3h2b {
    width: 460px;
}
.masonry-area .w1h1,
.masonry-area .w2h1,
.masonry-area .w3h1,
.press-area .w1h1,
.press-area .w2h1 {
    height: 220px;
}
.masonry-area .w1h2,
.masonry-area .w2h2,
.masonry-area .w3h2 {
    height: 460px;
}
.masonry-area .w1h3,
.masonry-area .w2h3,
.masonry-area .w3h3,
.masonry-area .w3h2b {
    height: 700px;
}
/* 6x3 items */

.masonry-area .w6h3 {
    width: 1420px;
}
.masonry-area .w6h3 .item-holder {
    height: 700px;
}
.masonry-area .has-headline {
    height: auto !important;
}
.masonry-area .w1h1.has-headline .item-holder,
.masonry-area .w2h1.has-headline .item-holder,
.masonry-area .w3h1.has-headline .item-holder {
    height: 220px;
    padding: 22px;
}
.masonry-area .w1h2.has-headline .item-holder,
.masonry-area .w2h2.has-headline .item-holder,
.masonry-area .w3h2.has-headline .item-holder {
    height: 460px;
}
.masonry-area .w1h3.has-headline .item-holder,
.masonry-area .w2h3.has-headline .item-holder,
.masonry-area .w3h3.has-headline .item-holder {
    height: 700px;
}
.masonry-area .w3h2.text-right .item-text {
    width: 33%;
    left: auto;
}
.masonry-area .w2h2.text-bg-white .item-text {
    background: #fff;
    text-shadow: none;
    color: #222;
}
.masonry-area .w3h2b.text-bg-white .item-text {
    background: #fff;
    text-shadow: none;
    color: #222;
}
.masonry-area .w2h2.text-bg-white .item-text span,
.masonry-area .w3h2b.text-bg-white .item-text span {
    color: #222;
}
.masonry-area .w3h2.text-bg-white .item-text {
    background: #fff;
    text-shadow: none;
    color: #222;
}
.masonry-area .w3h2.text-bg-white .item-text span {
    color: #222;
}
.masonry-area .w3h2b {
    height: 700px !important;
    min-height: 0 !important;
}
.masonry-area .w3h2b img {
    height: 700px !important;
}
.masonry-area .w3h2b .sub-caption {
    display: inline !important;
}
.masonry-area .w3h2b.text-right .item-text {
    width: 100%;
    height: 105px;
    text-align: left;
    top: auto;
    left: 0;
    bottom: 0;
    background: #fff;
}
.masonry-area .w3h2b.box-bg-orange .item-text,
.masonry-area .w3h2.box-bg-orange .item-text {
    background: #f3a200;
}
.masonry-area .w3h2b.box-bg-gray .item-text,
.masonry-area .w3h2.box-bg-gray .item-text {
    background: #f2f2f2;
}
.masonry-area .w3h2b.box-bg-lime .item-text,
.masonry-area .w3h2.box-bg-lime .item-text {
    background: #75af2d;
}
.masonry-area .w3h2b.box-bg-red .item-text,
.masonry-area .w3h2.box-bg-red .item-text {
    background: #d6002f;
}
.masonry-area .w3h2b.box-bg-green .item-text,
.masonry-area .w3h2.box-bg-green .item-text {
    background: #4c721d;
}
.masonry-area .w2h1 .item-text .item-btn-holder,
.masonry-area .w3h1 .item-text .item-btn-holder {
    position: relative;
    bottom: auto;
    padding-top: 5px;
}
@media only screen and (max-width: 639px) {
    .masonry-area .w3h2.video-item {
        min-height: 10px !important;
    }
    .masonry-area .w3h2 img {
        height: 480px !important;
    }
    .masonry-area .w3h2.video-item img {
        height: auto !important;
    }
    .masonry-area .w3h2 .sub-caption {
        display: inline !important;
    }
    .masonry-area .w3h2.text-right .item-text {
        width: 100%;
        height: auto;
        text-align: left;
        bottom: 0;
        top: auto;
    }
    .masonry-area .w3h2b {
        height: 480px !important;
    }
    .masonry-area .w3h2b img {
        height: 480px !important;
    }
    .masonry-area .w3h2.portrait {
        min-height: 0 !important;
        /*height: auto !important;*/
    }
    /*.masonry-area .w3h2.portrait img {
		height: auto !important;
	}*/
    
    .masonry-area .w3h2.portrait .item-text {
        position: relative;
    }
    .masonry-area .w3h2.portrait .item-text {
        background: #fff;
        text-shadow: none;
        color: #222;
    }
    .masonry-area .w3h2.text-color-white {
        color: #222;
    }
    .masonry-area .w3h2.portrait.text-bg-black .item-text,
    .masonry-area .w3h2.portrait.text-bg-black .item-text .caption,
    .masonry-area .w3h2.portrait.text-bg-black .item-text .text,
    .masonry-area .w3h2.portrait.text-bg-black .item-text .sub-caption {
        color: #222;
    }
    .masonry-area .w3h2b.text-color-black {
        color: #222;
    }
    .masonry-area .w3h2b.text-bg-white .item-text,
    .masonry-area .w3h2.text-bg-white .item-text {
        background: #fff;
    }
    .masonry-area .w3h2b.box-bg-orange .item-text,
    .masonry-area .w3h2.box-bg-orange .item-text {
        background: #f3a200;
    }
    .masonry-area .w3h2b.box-bg-gray .item-text,
    .masonry-area .w3h2.box-bg-gray .item-text {
        background: #f2f2f2;
    }
    .masonry-area .w3h2b.box-bg-lime .item-text,
    .masonry-area .w3h2.box-bg-lime .item-text {
        background: #75af2d;
    }
    .masonry-area .w3h2b.box-bg-red .item-text,
    .masonry-area .w3h2.box-bg-red .item-text {
        background: #d6002f;
    }
    .masonry-area .w3h2b.box-bg-green .item-text,
    .masonry-area .w3h2.box-bg-green .item-text {
        background: #4c721d;
    }
}
@media only screen and (max-width: 479px) {
    .masonry-area .w3h2 img {
        height: 320px !important;
    }
}
.masonry-area .item .headline {
    font-size: 24px;
    line-height: 26px;
    color: #282828;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    text-align: center;
    text-decoration: none;
}
.search-result .item .headline,
.recipes-area .item .headline {
    margin: 5px 0;
}
.masonry-area {
    text-align: left;
    padding: 0;
    margin: 0 auto;
}
.recipes-area .item a,
.products-area .item a,
.search-result .item a,
.recipes-area .item .item-holder a,
.products-area .item .item-holder a,
.search-result .item .item-holder a {
    text-decoration: none;
}
.products-area .item .headline {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    display: block;
}
.products-area .item .headline span {
    display: block;
}
.masonry-area .box-bg-orange .item-holder {
    background: #f3a200;
}
.masonry-area .box-bg-gray .item-holder {
    background: #f2f2f2;
}
.masonry-area .box-bg-lime .item-holder {
    background: #75af2d;
}
.masonry-area .box-bg-red .item-holder {
    background: #d6002f;
}
.masonry-area .box-bg-green .item-holder {
    background: #4c721d;
}
.masonry-area .item-holder .item-text,
.owl-carousel .item-holder .item-text {
    width: 100%;
    position: absolute;
    letter-spacing: -1px;
    z-index: 10;
}
.masonry-area .item-holder .item-text p.plate {
    font-weight: 500;
}
.masonry-area .text-bottom .item-text {
    left: 0;
    bottom: 0;
}
.masonry-area .text-right .item-text {
    top: 0;
    right: 0;
    left: 50%;
    float: right;
    bottom: 0;
    width: 50%;
    text-align: center;
}
.masonry-area .text-bg-black .item-text {
    background-color: rgba(0, 0, 0, 0.5);
}
.masonry-area .text-middle .item-text {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    display: table;
    height: 100%;
}
.masonry-area .text-middle .item-text .item-text-holder {
    display: table-cell;
    vertical-align: middle;
}
.masonry-area .text-color-white .item-text span,
.masonry-area .text-color-white .item-text a {
    color: #fff;
}
.masonry-area .text-color-black .item-text span {
    color: #626262;
}
.masonry-area .text-color-black .item-text a {
    color: #000;
}
.masonry-area .item-text .caption {
    display: block;
}
.masonry-area .text-size-small .caption {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.masonry-area .item h1.caption,
.masonry-area .item h2.caption {
    color: #fff;
    margin: 0;
}
.masonry-area .item h1.link,
.masonry-area .item h2.link {
    margin: 0;
}
.masonry-area .item-holder .item-text a {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    text-decoration: none;
}
.masonry-area .text-size-small .item-holder .item-text a {
    font-size: 32px;
    line-height: 34px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
}
.masonry-area .arrow .item-holder .item-text a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.masonry-area .arrow .item-holder .item-text a:after {
    width: 13px;
    height: 19px;
    display: inline-block;
    content: "";
    margin: 0 0 0 5px;
    background: url("../images/sprite.png") no-repeat 0 -115px;
    vertical-align: middle;
}
.masonry-area .arrow.arrow-orange .item-holder .item-text a:after {
    background: url("../images/sprite.png") no-repeat 0 -115px;
}
.masonry-area .arrow.arrow-red .item-holder .item-text a:after {
    background: url("../images/sprite.png") no-repeat -13px -115px;
}
.masonry-area .arrow.arrow-blue .item-holder .item-text a:after {
    background: url("../images/sprite.png") no-repeat -26px -115px;
}
.masonry-area .text-size-medium .caption {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
}
.masonry-area .text-size-medium a {
    font-size: 26px;
    line-height: 28px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.masonry-area .rich .item-text,
.owl-carousel .rich .item-text {
    color: #fff;
    height: 100%;
    display: table;
    padding: 0;
    table-layout: fixed;
}
.masonry-area .rich .item-text .item-text-holder,
.owl-carousel .rich .item-text .item-text-holder {
    display: table-cell;
    vertical-align: middle;
}
.masonry-area .rich .item-text .item-text-holder.top,
.owl-carousel .rich .item-text .item-text-holder.top {
    display: table-cell;
    vertical-align: top;
}
.masonry-area .rich .item-text .text-wrapper,
.owl-carousel .rich .item-text .text-wrapper {
    width: 100%;
    text-align: center;
    font-size: 23px;
    line-height: 26px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
}
.owl-carousel .rich .item-text .text-wrapper h1,
.owl-carousel .rich .item-text .text-wrapper h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
}
.masonry-area .rich .item-text .text-wrapper a {
    color: #fff;
}
.masonry-area .rich .item-text .text-wrapper span,
.owl-carousel .rich .item-text .text-wrapper span,
.masonry-area .rich .item-text .text-wrapper h1,
.owl-carousel .rich .item-text .text-wrapper h1,
.masonry-area .rich .item-text .text-wrapper h2,
.owl-carousel .rich .item-text .text-wrapper h2 {
    display: block;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    font-size: 22px;
    line-height: 1.1em;
    margin: 0 0 10px;
    color: white;
}
.owl-carousel .rich .item-text .text-wrapper .caption {
    font-size: 38px;
    line-height: 40px;
}
.masonry-area .rich .item-text .text-wrapper .text-medium,
.owl-carousel .rich .item-text .text-wrapper .text-medium {
    font-size: 77px;
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
}
.masonry-area .rich .item-text .text-wrapper .text-large,
.owl-carousel .rich .item-text .text-wrapper .text-large {
    font-size: 127px;
    -webkit-text-stroke-width: .35px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.4);
    -webkit-font-smoothing: antialiased;
}
.masonry-area .rich .item-text .text-wrapper .plate,
.owl-carousel .rich .item-text .text-wrapper .plate,
.masonry-area .rich .item-text .text-wrapper .plate a,
.owl-carousel .rich .item-text .text-wrapper .plate a {
    font-family: 'Plate_New', 'PlateRegular';
    font-weight: 500;
}
.masonry-area .item-text .item-btn-holder {
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    padding: 0 15px;
    z-index: 0;
}
.masonry-area .item-text .btn-red {
    display: inline-block;
    /* min-width: 190px;*/
    
    background: #d6002f;
    height: 65px;
    padding: 0 10px;
    line-height: 65px;
    font-size: 25px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    max-width: 270px;
}
.masonry-area .w1h3 .item-text .btn-red {
    padding: 0 20px;
    font-size: 20px;
}
.masonry-area .text-size-small .item-text {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.masonry-area .item-text {
    padding: 15px 20px;
}
.masonry-area .ico-holder .item-holder {
    position: relative;
    /*padding: 60px 0 0;*/
}
.masonry-area .ico-holder.subscribe-holder .item-holder {
    padding: 0;
}
.masonry-area .subscribe-holder .overlay {
    opacity: 0.3;
}
.masonry-area .ico-holder.subscribe-holder .item-holder {
    text-align: center;
}
.masonry-area .ico-holder.subscribe-holder .caption {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 3px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400;
}
.masonry-area .ico-holder.subscribe-holder .sub-caption {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 0 auto 3px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 300;
    max-width: 250px;
}
.masonry-area .item-wysiwyg {
    color: #222;
    font-family: "Gotham SSm A", "Gotham SSm B", "ProximaNovaRegular";
    font-weight: 300;
}
.masonry-area .item-wysiwyg a {
    text-decoration: none;
    color: #222;
}
.masonry-area .item-wysiwyg a:hover {
    text-decoration: none;
}
.masonry-area .item-wysiwyg ul,
.masonry-area .item-wysiwyg p,
.masonry-area .item-wysiwyg h1,
.masonry-area .item-wysiwyg h2,
.masonry-area .item-wysiwyg h3,
.masonry-area .item-wysiwyg h4,
.masonry-area .item-wysiwyg h5 {
    margin-bottom: 10px;
}
.subscribe-form fieldset,
.coupons-form input {
    width: 320px;
    margin: 0 auto;
}
.coupons-form fieldset {
    display: block;
    margin: 0 auto;
}
.newsletter-holder .subscribe-form fieldset,
.newsletter-holder .coupons-form fieldset {
    /*width: 280px;*/
}
.subscribe-form .row,
.coupons-form .row {
    margin: 0 0 10px;
    position: relative;
}
.subscribe-form .row:after .coupons-form .row:after {
    display: block;
    clear: both;
    content: "";
}
.subscribe-form input,
.coupons-form input {
    border: 0;
    margin: 0;
    width: 220px;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    padding: 0 10px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 300;
    vertical-align: top;
    display: inline-block;
}
.subscribe-form input.disabled,
.coupons-form input.disabled {
    opacity: 0.8;
}
.newsletter-holder .subscribe-form input,
.newsletter-holder .coupons-form input {
    width: 280px;
    margin: 0;
}
.coupons-form .important .validation-mark{
    right: 150px !important ;
}

@media only screen and (min-width: 1023px){
    .coupons-form .important .validation-mark{
    right: 120px !important ;
}
}

@media only screen and (max-width: 640px) and (min-width: 615px) {
     .coupons-form .important .validation-mark{
    right: 180px !important ;
    }
}
@media only screen and (max-width: 615px) and (min-width: 590px) {
     .coupons-form .important .validation-mark{
    right: 170px !important ;
    }
}
@media only screen and (max-width: 590px) and (min-width: 570px) {
     .coupons-form .important .validation-mark{
    right: 160px !important ;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 640px) {
    .item-coupon.w2h1 {
        height: 170px !important;
    }
    .coupons-form .important .validation-mark {
        right: 95px !important;
    }
}
@media only screen and (max-width: 479px) {
    .item-coupon.w2h1 {
        height: 180px !important;
    }
    .item-coupon.w2h1 img{
        height: 180px !important;
    }
    .coupons-form .important .validation-mark {
        right: 95px !important;
    }
}
.coupons-form .important .validation-mark  {
        margin-right: 10px;
    }
.subscribe-form .important input,
.coupons-form .important input {
    padding-right: 25px;
}
.subscribe-form .important .validation-mark,
.coupons-form .important .validation-mark {
    color: #d02630 !important;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 32px;
    line-height: 34px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 200;
    z-index: 10;
}
.subscribe-form .btn-sign,
.subscribe-form .btn-back,
.coupons-form .btn-sign,
.coupons-form .btn-back {
    background: #f3a200;
    border: 0;
    padding: 0 10px;
    margin: 0 -3px 0 3px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
.subscribe-form .btn-back,
.coupons-form .btn-back {
    padding: 0 20px;
    float: none;
    margin: 0 auto;
}
.subscribe-form .validation-note,
.coupons-form .validation-note {
    font-size: 18px;
    line-height: 45px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400;
    padding: 0 0 0 22px;
    position: relative;
}
.subscribe-form .validation-note {
    float: left;
}
.coupons-form .validation-note {
    float: none;
    margin: 10px 0;
}
.subscribe-form .validation-note:before,
.coupons-form .validation-note:before {
    color: #d02630;
    content: "*";
    font-size: 18px;
    line-height: 45px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    position: absolute;
    left: 8px;
    top: 0;
}
.coupons-form .validation-note:before {
    line-height: 20px;
    top: 8px;
    left: 20px;
}
.coupons-form .row {
    position: relative;
}
.coupons-form .validation-note {
    display: block;
    text-align: left;
    padding: 8px 0 8px 30px;
    font-size: 18px;
    line-height: 20px;
}
.coupons-form .validation-mark {
    position: absolute;
    color: #d02630 !important;
    right: 5px;
    top: 17px;
    font-size: 18px;
    line-height: 20px;
    z-index: 20;
}
.masonry-area .item-coupon .item-text-holder .sub-caption {
    max-width: 350px;
    margin: 0 auto 10px;
}
.masonry-area .ico-holder .item-holder .ico-img {
    max-height: 40px !important;
    min-height: 0;
    min-width: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}
.masonry-area .overlay,
.products-area .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
}
.masonry-area .item:hover .overlay,
.products-area .item:hover .overlay {
    opacity: 0.3;
}
.recipes-area .w1h1.text-bg-black .item-text,
.recipes-area .w2h1.text-bg-black .item-text,
.recipes-area .w2h2.text-bg-black .item-text,
.recipes-area .w3h2.text-bg-black .item-text,
.recipes-area .w6h3.text-bg-black .item-text {
    padding: 10px;
    background: rgba(0, 0, 0, .65);
}
.recipes-area .w1h1.text-bg-black .item-text .headline,
.recipes-area .w2h1.text-bg-black .item-text .headline,
.recipes-area .w2h2.text-bg-black .item-text .headline,
.recipes-area .w3h2.text-bg-black .item-text .headline,
.recipes-area .w6h3.text-bg-black .item-text .headline {
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
}
.recipes-area .w2h2.text-bg-black .item-text .headline,
.recipes-area .w3h2.text-bg-black .item-text .headline {
    font-size: 30px;
    line-height: 36px;
}
.recipes-area .w1h1.text-bg-white .item-text,
.recipes-area .w2h1.text-bg-white .item-text,
.recipes-area .w2h2.text-bg-white .item-text,
.recipes-area .w3h2.text-bg-white .item-text,
.recipes-area .w6h3.text-bg-white .item-text {
    padding: 10px;
    background: #fff;
}
.recipes-area .w1h1.text-bg-white .item-text .headline,
.recipes-area .w2h1.text-bg-white .item-text .headline,
.recipes-area .w2h2.text-bg-white .item-text .headline,
.recipes-area .w3h2.text-bg-white .item-text .headline,
.recipes-area .w6h3.text-bg-white .item-text .headline {
    color: #000;
    margin: 0;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
}
.recipes-area .w2h2.text-bg-white .item-text .headline,
.recipes-area .w3h2.text-bg-white .item-text .headline {
    font-size: 30px;
    line-height: 36px;
}
.recipes-area .w6h3 {
    width: 1420px;
    height: 700px;
}
.masonry-area.recipes-area .w6h3 .item-holder {
    height: 700px;
}
.sticky-bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 50000;
}
.sticky-bottom.sticky-on {
    bottom: auto;
    left: 0;
    position: fixed;
    top: 100%;
}
.open-footer {
    bottom: auto;
    position: fixed;
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}
.social-row .btn-more,
.social-row .btn-less {
    float: right;
    padding: 0 35px 0 0;
    margin-right: 20px;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    cursor: pointer;
    color: #474747;
    display: none;
}
.social-row .btn-more:after,
.social-row .btn-less:after {
    width: 12px;
    height: 8px;
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background: url("../images/sprite.png") no-repeat -136px -118px;
}
.social-row .btn-more:after {
    background: url("../images/sprite.png") no-repeat -154px -118px;
}
.open-footer .btn-more {
    display: none;
}
.sticky-on .btn-more {
    display: block;
}
.open-footer .btn-less,
.sticky-on.open-footer .btn-less {
    display: block;
}
.open-footer .btn-more,
.sticky-on.open-footer .btn-more,
.sticky-on .btn-less,
.hide-btn .btn-less {
    display: none;
}
.show-on-mobile {
    display: none;
}
.social-row {
    background: #f1f1f1;
    height: 44px;
    padding: 12px 0;
    position: absolute;
    top: -44px;
    width: 100%;
    z-index: 1;
}
.social-row .caption {
    float: left;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    color: #484747;
    margin: 2px 30px 0 20px;
}
.social-row .social-list {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    /*overflow: hidden;*/
}
.social-row .social-list > div,
.social-row .social-list .item {
    float: left;
    margin: 0 20px 0 0;
    vertical-align: top;
}
.social-row .social-list a {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    height: 23px;
}
.social-row .social-list .fb a {
    width: 11px;
    background: url("../images/sprite.png") no-repeat 0 -150px;
}
.social-row .social-list .tw a {
    width: 22px;
    background: url("../images/sprite.png") no-repeat -42px -150px;
}
.social-row .social-list .pt a {
    width: 19px;
    background: url("../images/sprite.png") no-repeat -89px -150px;
}
.social-row .social-list .em a {
    background: url("../images/sprite.png") no-repeat -133px -151px;
    width: 33px;
    height: 22px;
}
.social-row .social-list .pr a {
    background: url("../images/printer.png") no-repeat 0 0;
    width: 27px;
    height: 27px;
    -webkit-backgrounf-size: 27px 27px;
    background-size: 27px 27px;
    margin-top: -2px;
}
.social-row .social-list .li a {
    width: 24px;
    background: url("../images/sprite.png") no-repeat -195px -150px;
}
footer {
    width: 100%;
    position: relative;
    background: #121212;
    color: #eee;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}
footer .container {
    padding: 35px 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
footer .copy {
    font-size: 13px;
}
footer .caption,
footer h2 {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin: 30px 0 0;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    color: #fff;
    font-weight: 600;
    font-weight: normal;
}
footer .caption:first-child,
footer h2:first-child {
    margin-top: 0;
}
footer .units-row {
    padding: 0 70px;
}
footer .blocks-3 {
    margin: 0 50px 0 0 !important;
    padding: 0;
    list-style: none;
}
footer .footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-list li {
    display: block;
    float: none;
    clear: both;
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400;
}
footer address {
    margin: 0 0 30px;
}
footer address span {
    display: block;
    margin: 0 0 7px;
}
footer .unit-30 p {
    font-size: 14px;
    line-height: 23px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400;
    margin: 0;
}
footer .social,
.menu .social {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 23px 0 0;
}
footer .social:before {
    width: 120px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    content: "";
    background: url("../images/sprite.png") no-repeat 0 -185px;
    top: 0;
    left: -137px;
}
footer .social > div,
footer .social .item,
.menu .social .item {
    float: left;
    margin: 0 23px 0 0;
}
footer .social a,
.menu .social a,
.main-header .social a {
    float: left;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
}
footer .social .fb a,
.menu .social .fb a,
.main-header .social .fb a {
    width: 12px;
    background: url("../images/sprite.png") no-repeat -120px -185px;
}
footer .social .tw a,
.menu .social .tw a,
.main-header .social .tw a {
    width: 22px;
    background: url("../images/sprite.png") no-repeat -157px -185px;
}
footer .social .ig a,
.menu .social .ig a,
.main-header .social .ig a {
    width: 24px;
    background: url("../images/ico-insta_may2016.png");
    background-size: cover;
    -webkit-background-size: cover;
}
footer .social .pt a,
.menu .social .pt a,
.main-header .social .pt a {
    width: 19px;
    background: url("../images/sprite.png") no-repeat -237px -185px;
}
footer .social .yt a,
.menu .social .yt a,
.main-header .social .yt a {
    width: 29px;
    background: url("../images/sprite.png") no-repeat -272px -185px;
}
footer .social .li a,
.menu .social .li a,
.main-header .social .li a {
    width: 24px;
    height: 24px;
    background: url("../images/linkedin.png") no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

footer .social .dr a,
.menu .social .dr a,
.main-header .social .dr a {
    width: 30px;
    background: url("../images/draugiem_logo.png");
    background-size: cover;
    -webkit-background-size: cover;
    
}
footer h2,
footer h3,
footer h4,
footer h5 {
    color: #fff;
}
/*@media screen and (min-width: 1025px) {
    .item-coupon .coupons-form button {
        min-width: 140px;
    }
}
@media screen and (max-width: 1025px) {
    .item-coupon.w2h3 .coupons-form button {
        min-width: 140px;
    }
}*/
.bottom {
    padding: 30px 0;
    background: #fff;
}
.bottom .text-bottom {
    display: block;
    width: 585px;
    height: 27px;
    margin: 0 auto;
}
.visual-info {
    position: relative;
}
.visual-info .image {
    position: relative;
    z-index: 0;
    height: 487px;
    overflow: hidden;
}
.visual-info .pressrelease-image {
    height: 487px;
}
.visual-info.hidden-image .image {
    display: none;
}
.visual-info .recipe-image {
    position: relative;
    z-index: 0;
    height: 650px;
    overflow: hidden;
}
.visual-info .image img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
/* VIDEO CONTAINER : ARTICLE */

.visual-info .image .container {
    height: 100%;
}
.visual-info .image .video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
}
.visual-info .image .with-video .image-container {
    position: relative;
    cursor: pointer;
}
.visual-info .image .with-video .image-container:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 128px;
    height: 128px;
    margin: -64px 0 0 -64px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAT1UlEQVR4Xu1d+XMUxxVucRsIIC5zivs+80uMuYyNBHZ+97/gH2x8Q8DlxEXKcYWyCTfYxik7PnKZxEnFqTiVuEJw2SkbGxsoQEharU7QjY7VHtKudvO96emZ7tmRVmDUWu3MFELSaGd2+r2vv/e918fmMf/wtAXyPN16v/HMB4DHQeADwAeAxy3g8eb7DOADwOMW8HjzfQbwAeBxC3i8+T4D+ADwuAU83nyfAXwAeNwCHm++zwA+ADxuAY8332cAHwAet4DHm+8zgA8Aj1vA4833GcAHgMct4PHm+wzgA8DjFvB4830G8AHgcQt4vPk+A/gA0GOB48ePz8rLy1u/a9euT/COKT3v6r9LJgtoY4Bjx46tGzFixEU8UEkqlTrc1dX13nPPPRfN9ID+3wfWAtoBMGzYMJZMJhlA0IKmnYrH4yefeeaZhoFtpn/33iygDQCnTp1ai4e4tGLFCrZ+/Xp24cKFVCAQyAMYugGGDxKJxOGnn376iu8qvRbQBgBogDXDhw+/vG79D9mG+34EBmAsGo2wy5cvp65evZoHABAr/AvN/9UTTzxB3/1DgwW0AeDEiROrQP9X1q1bzzZsuM9qGgGhu7uLlZSUsO+++47FYjH62xUww2F8/fapp57q0mAHz76FNgBABK6ECLy6bt06AGCDYnAjJcB/iUScVVRUsq+/Ps86OzvpbCNY4UQ0Gn199+7dzZ710gA2XBsATp48uQJp4LW1a9ex+++3ASCcz9vIs8Oenh5282YdO3/+q1RLSws9YwxAeBeMcOTJJ5+8PoD28NyttQEAGmA5NEDxmjVr2caN93N3K9UAtTRAf0ulkqy5uZl98803qdraWnpW4CD1D1MnnPWctwagwdoAcOTIkWWjRo26LgCQyfl2W1MGUNrb29mlS5dYaWmJCZ7URYDhEETkH06fPh0fANt44pbaAAARuBQisGT16jVs06aNUu+3e74aDnhIcJ4LR8Ks+FoxsodLRj0BRx2AcAzh5c3HH3+81RNeu4uN1AaAo0ePLhk5cmQpAWDjxo1mE/pyvgkAl6IxHI7MoZsFygPsW9QTUFWkdkRw/m18P4o0MnAXbZTTt9IGAIjAxeilZatWr2abNm6yBF+6FhD25tSvHunnqH5QXV0DnXA+FQqF8gACooW/mTrh85z23l1onDYAIA1chDQwsGoVALDJBoCbk3sTiH0Bglihvr6eKoyssZFXlnHua9IJEJJ/2r9/f+Iu2CvnbqENAMgCFiALCK5cuYpt3kwA4IebGMx8zlQHEkNwrcAZorW11dAIFRVB8TbVpBOQXr6FwlJHznnxezRIGwAOHz48f/To0RUrVqxkW7Zs7qfzLRloDSBbPpdQ4jwnwNDZCcFYXMyuXbtC6SOFh06EoV9DMxx99tlnK7+H3XLmUm0AQBYwD1lApQCAs5enZwC99HIHbdjXcRi4/d7V1c3KA2VIIy+mIB6pzT34+gj64RAY4cuc8eYdNEQbAJAFFCALqFqO0cAtm7dIj5qe6nFHUiXIfpnTsU5n2yxgXW3GGPv3nkQPBGM1xhy+Rak5ZLJQ6n9IJw999tlnfz1z5gwBw1OHNgAgC5gL+q1evhwA2CIA4Kb0DfGW5gR+SkobVY8rdQVXMEgnk0kuGEknSIKxAu97BM/4NtJIYyDCC4c2ACALmIMsoGbZsuVs69atvI/3kuM7DX/bzleYw/zFBJD8ngS0WxCMV69eYdVVlYZOwHu34+s0wsMxhIfaXAeBNgAcOnRo9pgxY2qXLVsGADzgCoC70vOdzrf8LwNBZRkCRTgcZtdLillZWWmqJ5EgwZgAG3yIBz2ECuOFXAWCNgDQpFCkgTeWLl3GHnhga7+KPE5A2L3XFHyysx10Iq6VpKGdScgZhAwQ/ExzE4LBILKHaylMWDHsg3udI52AkciPlTiUA6jQBgCkgTORBt5csmQpAEAMII5eRKDTodwT9lW9agBH75auSxOWIixI8sJ8GkaCESOQlEKytjZriKGMJqqgsPQuCkuRHPC/vu3iIQJngFLrnABIV/su6v9OnS8JR4sJRI+X/2a9ZbpeIMHY1NTIrl8vZnV1N4TPCRGvo55wAvWEuqEMBG0M8Nprr00fN25cw5IlS8AA2wybuad6Ui+3SEIhcosJ1MRAFZWycOSvk+7hGgLk19ggFKEkiWtCHSFMXStGKlmZQlWRbEfD0L8zdcLloQgEbQBAFjANWUDj4sVL2LZt29JSPdlJFiM7e7BM2RJtO4eNb9/53OEqS9iAkqNNEmNN0WiMBTESGQwGMBIZEzb8FKAgnfDPoaQTtAHg4MGDU8eOHdu0aPFits1kALWD9xHfJUSooV9EbNvkivPTACSzgMlBMutbKHA4X9EK5j3wrQtD0rW1NagylrKODsoejeOaqRM+gE4wZrhm86ENACgFT0EpuHnRIgAADCAf7mrfHRC2T92c77wmnfaV6+2XmyVk8Xo5BMjjEbbzrXfHqQQEYwNGIMvLS1mTORKJ9jWjXScjkcipPXv2NGYrCLQBAHWAyagDtCxcuIg9+OCDlj1uy/mKwyQniQqh/HfRa9PChu1Em4EkoEglaHo2mXFszWJnLvbfU8Zk1jZMXSsvL2M3b9SkwARUT+iC+H2fFr6gsHQt24CgDQBYGZSPxt+SATAQzuf+djpZTjXVtFNxsiME9Op8G3s89tA/CSw0VS0aibAghqNrIBhRWzAmtOKL9AEVlj7NFiBoAwDqAJNQB2hduHAh2/bgQ2pOL8V4x4+G3dJGDq24rQRwJauQi0aC9mXalu9r9X/hWAlA8t/ENVKgSXO+MSfBbAQJxu6uOHRCNauqCsoDUJfNiSq/h07oHkwwaAPAgQMHJk6YMKFtwYKFagi4Y+dLPd2woBq3uVFlMSeDxSnypBCgOF+NKQJUIhQowFLSTDvFpdcSO5BOaGxoMIDQ0tLEny6Vqse3E/j+BpbN02JZ7Yc2ACANnIA0sH3+/AXsoYfAACYnKvm5EwyS/RVnCsuLe8jOl+6hOMztfB/6QGYLJfarODJZx6EVrHAghSIDn0kAIYkp7m0YfKqgwhJNYSSdEIVO+A0tfAEQSnWiQBsAUAkcj0aGBADkWK363UXdp/Vulx4rrOaI/3KxSXGqi/PFM0n4ksIKZw1FFxjvlcH5mKJqP63QC7T6Kcki0TCrralCiKhKYZm8oRNw/N1cAfUfHUDQBgBUAlEIHNc5b958MMB2q+9yKrS8pxjYJHHJ6o46v0y70o1cqVrKFJSBIhkIabHfhCb1aNP5dK2xvwG+elAm5r/ju/EzvG1YFP85dYpAOR9esnzb05PCnIQ6rHW4LNY5xHHPE3jBSzrmJWgDAMTO2OnTp4c5AHgIcHW+03BKGJbkl+J8s2fZOOI9U76X+NktVjvAQ32aYnYSaR05VzjaAI6cGsphRe6uxuMo8St9IQz+TMWjQOA6Bptuiav/jPfYp3NdgzYAoA5wD+oAkQIAYLvQADKfujGBEm97cf7tsoAFBNVJSVByHE6ndQaUz0tRR0Gq4lano60QIaNWDgG880djUZSSS1lDw03h+C/xnrtRRv5CB+3L76ENAGCAMWCAaEHBPLZ9+/a0HqGEAcV+cuAV4cKMqjJ9m73YPGWyix19nVkC9VAa8iWHk+OppyuvsTnKBQzpPZwDpg/H436JeJxVVpazmpoqQ/zhFM1b34e6wBndjhfvpw0AyAJGIwuIFRQUIAQUSu2V83zHz1K4tB3r4nwZCFIPt11ihwiILRaPJ+AMPv9T4hXXXq8SOaepdBZQ72SzB38lscuNG9VYpxBIYQ8EsnkrEPByU1PTSc/UAdDQUWCArrlzC8AAAgC9Od8We3aUkEMAN7gAhVrgcVxrUgs5PYbp4caCUoVUbHDYqHQ559LDpacww4SD7nG2saEepeESYzscHCTwaCHrK9mykFUbAzz22GMjsTlUtwCAnJ7Jgo0zudIvLWp2Y4FMzid6j8W63B1vdly1R6f38DTCd4KBE4N58B/a29oMgdfezmcToU1/BPheQJyvkOhv0H/UBgAwwAgwQHzOnLlseyEYQDKYXOpVnW931UwhwAkE3uO7jHybeyAz3TuI3Lym77jupHsaA6Ae39hIRT7D8Z/jazcKPF8NurddHkAbAB599NHhGAVMzJkzByGgSPjE4RkpdUtT9xLhipgv4r2U41P6FkWPN5R8L45XHd0Purfu0zsYSFtUVgSMog4OsivNH9wLx/8lGx0vnkkbAPCGeRgRTM6ePYcVFhbZill2okPAWY5y5O5mzzL9yy+iGkwUO4x1d5ubhVj3FU11c7QzWze6bEaRJ9M9aQqq5lVWksAzppNTTX8/djN5cyjsXKITAAwASM2aNZsVFoEBFAdJVG9zvSnyXErDFiD4dZTChUG9/aZ7k7fV2J85jXPSfUN9HdF9KhaLinH/Ix0dHb/ct2+fNT0om3s/PdvgAAAMoNCw0sPNHi1oXurAaT0fr4kjj49EolyEOeN8Wghw7+EZRZ51X/5sNE08UHYdlbw285FSv0XvfxE7nVZnu8Odz6cbAMmZM2flFRXtMAnAKfJU59shQHIRXWIChmI9rfwVaLJ7tDvdK6DjrstI93Kvj2B/ovJACaaJW1sb/xd32T2UVw5pBQBGBHsQAoYVAgDpw8Auzu+FBSjuhtHrSfC5qXvV0f0QeU4xqTBHCoWjblYRDFAxxxB4+CrGS/aiZk8rhYb0oRUA0ACJGTNmDicGUJhdGcLtPQTQX6h0Gw6D8o3SbebUzhnnM9I9JwbjSCYTmNJFAq8c6wAMgdeEIs5LZ8+efStXlpJrBQAYII4QMEIAgHdwp8gTqaBd6eOOpkmXSRYKhQc8p6dh3YYGCLxAiZj3T9O7D2ITqlf37t3LNxbIkUMrAMAA3WCAkYYG6C3Pl2lfEl9E+6GOCKMVOvxw6AfpXJ/q3rpUepX0Pq2tLYbAC4U66BmpivQeloD9FB9uYa0LyxHfG83QDYCue++dMUphANkhwvmOmEx0HwohzeMbQ1rOVx19Zzm9wFE4HDIEXnMzn8IP5/8bxaQ9mMp9KZcc7myLbgBEAYAxVhbgKvLSQ0CoM8IFn1v+3s+cnsMmvdd3d8csgWd2CNpRag8EHk3hzvlDKwCgASIzZsy4p7Bwp9WTLZcYNCy42J6CRYKPyqwO1jd/v/OBGyoV11RXYJYuCbweEnj1+PrZuXPn3skVgdcf9GoHABjgHlUECiWvOp8ePhKlPB+fF2GHe8vxZiCw2ygAJM5Icd16Ec6Rhqivr6UZOfIWs69iCddBLOGCwvTWoRUAEIHhadOmjd2x42FpLN+O6WbsNTxAY/fRCF9b2XeBJy2x63UU79atJkPgmTuEUUx5h3o96J4P3Xnw0AoAhIBODAmPKyp62HSspfb476bCT4CeQx1hR5XuzkVeCFvCBQLF7FaL9aEjnyCr2IORuqse9LnSZN0ACAEA4wkA8vi9qAcIEHQg17cGdr6HyKP5ABXBEnz6CN/sCwC7iELOnmxamzfYANQNgHaEgAlGCFA6vx3kqb4fRew3PZZWq+9PJc/YQbyKCzxaoYt73cD3F7G3z/uYmCJyycG2fVa8v1YAQAO0TZkydSIBwI7t3PmEB5o82d6BPRqdRSLzxZlm3VK9gHp7MFhibAmLHk8bPh6AkDzkf0qpO960AgAaoHXq1KmTdux4REr5TJEHp3eGIyzejc8PlJ/Vqe57AUMzFlwGyooxTtBJVE97/L2Fvf/2Z/PmDNlAAVoBAAa4NXnylPydO3kIsGsA9AkgcQDA8VHC/RiuDXV0sDJMvmy9xQUenP8x6P4n/qeL9Q9eWgEABmhGCJhipYHcY4b6b2s3eq4Z+9Ordrzj29wQo42agqVYYWvt5kq7eT4PgXeuf033X0UW0AoAMEDT5MmTpxYhBMgij2b0dGEjBVEc6CsEJDDbF+IOW7VViC1YqnCvF5HL03ZtyqW+izNbQCsAwACNCAHTZBFIJdkO5PyZZucQO9zAThvBYBmWUhsCjz754xWsrjk2FHbjyuyKwXmFVgCAARry8ydPl0NAuBO9H9utWYdjJJDON2MKVhkqeDQliwQevl7H6Z8P1q4ag+OqgXlXrQAAA9Tn5+ffu2Pnjw2yTiZpVy1pa36H4qfl02VQ9m2tfPk0HE+f8rEPky/LBsYc3rurbgDUTZqUP2MnAECCjnbcjMXQ+x0DN5hmbYzN19fz5dNw/FdQ9s8PxvLpXIeEVgAgBNycOHHiTGIAiuntbSEzHeS8T58eXllBAq+SJuPQswVpPR2onvbt948BsIBWACAE3Jg0adIsAkAM5V4a7qXuT9O9jOXThsCLk8BrQyHn5cbGxhODvXx6AGyeVbfUCgAwQO2ECRNn79z5CGs1ej/tj1NvDNGK5dMAw3FsKfuLbFk+nVXeGoCH0QoAMEA1QsDcbduK2M26OqN0Kz6MAWD4EL3+BTje+rTHAWivf0uHBbQCAAxQNX78+IL8/Cm0TYp4lC9I4GXr8ulcR4xWAIABKkHv88ySbxm+045YH+W6kbO5fdoBAJr/AQyy/+LFi28MheXT2ey8u/FsugGwC6tr3h9Ky6fvhpGz+R5aAZDNhvDqs/kA8KrnzXb7APAB4HELeLz5PgP4APC4BTzefJ8BfAB43AIeb77PAD4APG4BjzffZwAfAB63gMeb7zOADwCPW8DjzfcZwAeAxy3g8eb7DOADwOMW8HjzfQbwAeBxC3i8+T4D+ADwuAU83nyfAXwAeNwCHm++zwA+ADxuAY83//8fWFpTImfUiQAAAABJRU5ErkJggg==);
}
.visual-info .image .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    /*max-height: 487px;*/
}
/* [END] VIDEO CONTAINER : ARTICLE */

.visual-info .product-image {
    position: absolute;
    top: 10px;
    right: 120px;
    z-index: 99;
    width: 384px;
    height: 448px;
}
.visual-info .product-image img {
    max-height: 448px;
    max-width: 384px;
}
.visual-info .info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 30px 25px 90px;
    background-color: rgba(0, 0, 0, 0.65);
}
.visual-info.hidden-image .info {
    position: inherit;
    bottom: auto;
    left: auto;
    ;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}
.visual-info .info .title {
    color: #fff;
    float: left;
    width: 40%;
    margin: 0;
}
.visual-info .info .parameters {
    width: 60%;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: table;
}
.visual-info .info .parameters li {
    display: table-cell;
    margin: 0 50px 0 20px;
}
.visual-info .info .parameters .item span {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    display: block;
    padding: 50px 0 0;
    position: relative;
}
.visual-info .info .parameters .item span:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    overflow: hidden;
}
.visual-info .info .parameters .param01 span:before {
    width: 60px;
    height: 29px;
    margin: 8px 0 0 -30px;
    background: url("../images/sprite.png") no-repeat 0 -293px;
}
.visual-info .info .parameters .param02 span:before {
    width: 41px;
    height: 40px;
    margin: 0 0 0 -20px;
    background: url("../images/sprite.png") no-repeat -60px -293px;
}
.visual-info .info .parameters .param03 span:before {
    width: 32px;
    height: 30px;
    margin: 10px 0 0 -16px;
    background: url("../images/sprite.png") no-repeat -101px -293px;
}
.visual-info .info .parameters .param04 span:before {
    width: 53px;
    height: 23px;
    margin: 17px 0 0 -27px;
    background: url("../images/sprite.png") no-repeat -137px -293px;
}
.visual-info .info .parameters .param04 span:after {
    content: '     ';
}
// .page-nav {
//     background: #282828;
//     overflow: hidden;
//     padding: 25px 0;
// }
// .hidden-image .page-nav {
//     width: 100%;
// }
// .page-nav .prev,
// .page-nav .next {
//     color: #fff;
//     font-size: 18px;
//     line-height: 20px;
//     font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
//     font-weight: 400;
//     text-decoration: none;
//     margin: 0 0 0 90px;
//     padding: 0 0 0 20px;
//     position: relative;
// }
// .page-nav .next {
//     margin: 0 90px 0 0;
//     padding: 0 20px 0 0;
// }
// .page-nav .prev:before,
// .page-nav .next:after {
//     width: 8px;
//     height: 12px;
//     content: "";
//     position: absolute;
//     top: 5px;
//     left: 0;
//     background: url("../images/sprite.png") no-repeat -60px -118px;
// }
// .page-nav .next:after {
//     right: 0;
//     left: auto;
//     background: url("../images/sprite.png") no-repeat -72px -118px;
// }
// .page-nav.type-white,
// .page-nav.type-black {
//     width: 100%;
//     background: none !important;
//     position: absolute;
//     top: 40%;
//     margin: -30px 0 0;
//     padding: 0;
// }
// .page-nav.type-white .prev,
// .page-nav.type-black .prev,
// .page-nav.type-white .next,
// .page-nav.type-black .next {
//     width: 63px;
//     height: 60px;
//     overflow: hidden;
//     text-indent: -9999px;
//     display: block;
// }
// .page-nav.type-white .prev {
//     background: url("../images/img_arrowBW.png") no-repeat 0 -63px;
// }
// .page-nav.type-white .next {
//     background: url("../images/img_arrowBW.png") no-repeat -64px -63px;
// }
// .page-nav.type-black .prev {
//     background: url("../images/img_arrowBW.png") no-repeat;
// }
// .page-nav.type-black .next {
//     background: url("../images/img_arrowBW.png") no-repeat -64px 0;
// }
// .page-nav.type-white .prev:before,
// .page-nav.type-black .prev:before,
// .page-nav.type-white .next:after,
// .page-nav.type-black .next:after {
//     display: none;
// }
.text-info {
    padding: 45px 9999px 45px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    letter-spacing: -0.5px;
}
.main {
    padding-bottom: 0;
    min-height: 750px;
}
.main h1,
.main .h1 {
    font-size: 42px;
    line-height: 46px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 25px;
}
.main h2,
.main .h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px;
}
.main h3,
.main .h3 {
    font-size: 28px;
    line-height: 40px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    color: #282828;
    margin: 0 0 13px;
    font-weight: normal;
}
.main .title {
    text-transform: none;
}
.main h3.title {
    font-size: 22px;
    line-height: 1.2em;
}
.main .ident-box h3.title {
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
}
.main h3 .number {
    display: inline-block;
    margin: 0 0 0 3px;
}
.main .sub-title {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 33px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 0;
}
.article-area .sub-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
}
.main h4,
.main .h4 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 25px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.text-info .tabs {
    display: none;
}
.content-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content-list li {
    margin: 0 0 5px;
}
.content-list.numeral {
    margin: 0 0 12px;
    padding: 0 0 0 23px;
    list-style-type: decimal;
}
.content-list.numeral li {
    margin: 0 0 30px;
    padding: 0 0 0 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: right;
    width: 100%;
}
.content-list.numeral li span {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    display: block;
    text-align: left;
}
.content {
    padding: 0 75px 0 90px;
    width: 55%;
}
.right {
    float: right !important;
}
.switch-area {
    width: 45%;
    padding: 0 0 0 25px;
}
.switch-area .masonry-area {
    width: 100% !important;
    padding: 0;
}
.switch-form .switch-form-holder {
    padding: 0 90px 0 0;
}
.switch-form .dropdown .select-wrapper,
.switch-form .dropdown .select-wrapper select,
.xform .dropdown .select-wrapper,
.xform .dropdown .select-wrapper select {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.switch-form .dropdown .select-wrapper select.custom-select {
    font-size: 20px;
}
.select-wrapper select {
    font-size: 20px !important;
}
.switch-form .dropdown .select-wrapper,
.xform .dropdown .select-wrapper {
    background: none;
    border-color: #c8c8c8;
    border-width: 0 0 1px 0;
    height: 40px;
    margin: 0 0 30px;
}
.datepicker-wrapper:after {
    content: '';
    position: absolute;
    top: auto !important;
    bottom: 0;
}
.switch-form .dropdown .select-wrapper:after,
.xform .dropdown .select-wrapper:after,
.datepicker-wrapper:after {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 0;
    border: solid #c8c8c8;
    border-width: 0 0 1px 1px;
    background: url("../images/sprite.png") no-repeat -90px -100px;
}
.switch-form .dropdown .select-wrapper .holder,
.xform .dropdown .select-wrapper .holder {
    color: #000;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    margin: 0 60px 0 0;
}
.switch-area .list {
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}
.switch-area .list .item {
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 0;
    overflow: hidden;
}
.switch-area .list .item span {
    float: left;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
}
.switch-area .list .item .amount {
    padding: 0 20px 0 0;
    text-align: right;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
}
.switch-area .list .item .desc {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
}
.switch-area .list .item .desc a {
    color: #000;
    text-decoration: none;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    padding: 0 15px 0 0;
    position: relative;
}
.switch-area .list .item .desc a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 9px;
    height: 13px;
    background: url("../images/sprite.png") no-repeat -72px -118px;
}
.products-area {} .products-area .item {
    margin-bottom: 15px;
}
.units-row .unit-50:nth-child(odd) {
    margin-left: 0;
}
.products-area .item a {
    text-decoration: none;
}
.products-area .item a .image-holder {
    display: inline-block;
    position: relative;
    margin: 0 0 5px;
}
.products-area .item img {
    display: block;
}
.aside {
    padding: 0 0 0 25px;
    width: 45%;
}
.allergens-information {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.allergens-information li {
    max-width: 170px;
    display: inline-block;
    padding: 0 25px 10px 70px;
    margin: 0 0 10px;
    position: relative;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
}
.allergens-information span {
    display: block;
}
.allergens-information .caption {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.allergens-information li img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
}
.table-data {
    width: 75%;
    margin: 30px 0;
}
.table-data td {
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 5px 5px 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}
.table-data th {
    border: 0;
    line-height: 24px;
    text-align: left;
    padding: 5px 5px 5px 0;
}
.table-data .caption,
.table-data th {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.table-data th.caption {
    font-size: 22px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
}
.table-data .caption .delimiter {
    display: inline-block;
    padding: 0 10px;
}
.gda-data {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
}
.gda-data .item {
    width: 71px;
    height: 106px;
    float: left;
    padding: 12px 5px 0;
    margin: 0 5px 0 0;
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat -155px 0;
    color: #fff;
    text-align: center;
}
.gda-data .item span {
    display: block;
}
.gda-data .item .caption {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 8px;
}
.gda-data .item .number {
    font-size: 19px;
    line-height: 22px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    margin: 0 0 20px;
}
.gda-data .item .percent {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}
// .filter-area {
//     padding: 30px 90px 10px;
//     position: relative;
// }
// .search-result-filter {
//     padding: 30px 245px 10px;
// }
// .filter-area .filter-header {
//     padding: 0 145px 0 0;
//     position: relative;
//     margin: 0 0 25px;
// }
// .search-result-filter .filter-header {
//     margin: 0;
// }
// .search-result-filter .filter-header h2 {
//     font-size: 32px;
//     line-height: 34px;
//     color: #7f7f7f;
//     font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
// }
// .search-result-filter h3 {
//     font-size: 22px;
//     line-height: 1.4em;
//     color: #000;
//     padding: 0;
//     margin-bottom: 30px;
//     text-align: center;
// }
// .filter-holder {
//     position: relative;
// }
// .filter-line {
//     overflow: hidden;
//     padding: 0 80px 0 0;
// }
// .filter-holder .btn-area {
//     position: absolute;
//     top: -62px;
//     right: 0;
// }
// .filter-holder .btn-area .btn-filters {
//     font-size: 20px;
//     line-height: 22px;
//     color: #282828;
//     font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
//     font-weight: 600;
//     text-decoration: none;
//     display: inline-block;
//     padding: 0 20px 0 0;
//     position: relative;
//     cursor: pointer;
// }
// .filter-holder .btn-area .btn-filters:after {
//     width: 13px;
//     height: 8px;
//     content: "";
//     position: absolute;
//     right: 0;
//     top: 8px;
//     background: url("../images/sprite.png") no-repeat -136px -118px;
// }
// .filter-open .filter-header .btn-area .btn-filters:after {
//     background: url("../images/sprite.png") no-repeat -154px -118px;
// }
// .filter-area .description {
//     font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial;
//     font-size: 18px;
//     font-style: normal;
//     font-weight: 200;
//     letter-spacing: -0.5px;
//     line-height: 26px;
//     text-align: left;
//     max-width: 1115px;
//     padding: 0 10px;
//     overflow: hidden;
// }
// .filter-panel {
//     overflow: hidden;
//     visibility: hidden;
//     height: 0;
// }
// .filter-open .filter-panel {
//     visibility: visible;
//     height: auto;
// }
// .filter-panel .item {
//     display: inline-block;
//     padding: 0 40px 10px 0;
//     vertical-align: top;
// }
// .filter-panel .item h3 {
//     text-transform: uppercase;
//     font-size: 14px;
//     line-height: 16px;
//     font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
//     font-weight: 600;
//     padding: 0 0 8px;
//     border-bottom: 1px solid #e5e4e1;
//     font-weight: normal;
//     margin: 0 0 15px;
// }
// .filter-panel .item fieldset,
// .filter-panel .item .checkbox-group {
//     clear: both;
// }
// .filter-panel .columnize-list .column {
//     padding: 0 10px 0 0;
// }
// .filter-panel .columnize-list .column.last {
//     padding: 0;
// }
.checkbox-group,
.radio-group {
    /*max-width: 170px;*/
    
    max-width: 700px;
    min-width: 120px;
}
.checkbox-group.columnize-list {
    max-width: 340px;
    min-width: 0;
}
.checkbox-group p,
.radio-group p {
    margin: 0 0 10px;
}
.checkbox-group label,
.radio-group label {
    display: block;
    padding: 0 0 0 22px;
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.checkbox-group input[type="checkbox"],
.radio-group input[type="radio"] {
    position: absolute;
}
.checkbox-group [type="checkbox"]:not(:checked),
.checkbox-group [type="checkbox"]:checked,
.radio-group input[type="radio"]:not(:checked),
.radio-group input[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.checkbox-group [type="checkbox"]:not(:checked) + label,
.checkbox-group [type="checkbox"]:checked + label,
.radio-group input[type="radio"]:not(:checked) + label,
.radio-group input[type="radio"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
}
/* checkbox aspect */

.checkbox-group [type="checkbox"]:not(:checked) + label:before,
.checkbox-group [type="checkbox"]:checked + label:before,
.radio-group input[type="radio"]:not(:checked) + label:before,
.radio-group input[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background: #fff;
}
.radio-group input[type="radio"]:not(:checked) + label:before,
.radio-group input[type="radio"]:checked + label:before {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
/* checked mark aspect */

.checkbox-group [type="checkbox"]:not(:checked) + label:after,
.checkbox-group [type="checkbox"]:checked + label:after,
.radio-group input[type="radio"]:not(:checked) + label:after,
.radio-group input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    background: url("../images/sprite.png") no-repeat -174px -118px;
    width: 9px;
    height: 10px;
}
.radio-group input[type="radio"]:not(:checked) + label:after,
.radio-group input[type="radio"]:checked + label:after {
    background: #f3a200;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    left: 3px;
    top: 5px;
}
.checkbox-group [type="checkbox"]:checked + label,
.radio-group input[type="radio"]:checked + label {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
}
/* checked mark aspect changes */

.checkbox-group [type="checkbox"]:not(:checked) + label:after,
.radio-group input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.checkbox-group [type="checkbox"]:checked + label:after,
.radio-group input[type="radio"]:checked + label:after {
    opacity: 1;
}
/* disabled checkbox */

.checkbox-group [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-group [type="checkbox"]:disabled:checked + label:before,
.radio-group input[type="radio"]:disabled:not(:checked) + label:before,
.radio-group input[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.checkbox-group [type="checkbox"]:disabled:checked + label:after,
.radio-group input[type="radio"]:disabled:checked + label:after {
    color: #999;
}
.checkbox-group [type="checkbox"]:disabled + label,
.radio-group input[type="radio"]:disabled + label {
    color: #aaa;
}
/* accessibility */

.checkbox-group [type="checkbox"]:checked:focus + label:before,
.checkbox-group [type="checkbox"]:not(:checked):focus + label:before,
.radio-group input[type="radio"]:checked:focus + label:before,
.radio-group input[type="radio"]:not(:checked):focus + label:before {
    border: 1px solid #c3c3c3;
}
.filter-actions {
    width: 100%;
    text-align: center;
    overflow: hidden;
    clear: both;
    padding: 10px 0 0;
}
.filter-actions .row {
    width: 100%;
    overflow: hidden;
    margin: 0 0 17px;
}
.filter-actions .btn-apply {
    background: #f3a200;
    padding: 18px 30px;
    min-width: 275px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.filter-actions .btn-apply:hover {
    background: #d99100;
}
.filter-actions .btn-clear {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.filter-chosen {
    padding: 0 100px 0 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.search-result-filter .filter-chosen {
    padding: 0;
}
.filter-chosen .caption {
    float: left;
    margin: 0 30px 0 0;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400;
    padding: 9px 0;
    vertical-align: top;
}
.filter-chosen .chosen-list {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
    float: left;
}
.filter-chosen .chosen-list li {
    float: left;
    vertical-align: top;
    margin: 0 15px 10px 0;
}
.filter-chosen .chosen-list .item {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    background: #f3a200;
    color: #fff;
    position: relative;
}
.filter-chosen .chosen-list .item .btn-delete {
    position: absolute;
    top: 14px;
    right: 7px;
    width: 12px;
    height: 12px;
    background: url("../images/sprite.png") no-repeat -190px -118px;
    display: none;
}
.filter-chosen .chosen-list li .item {
    padding-right: 30px;
}
.filter-chosen .chosen-list li .item .btn-delete {
    display: block;
    cursor: pointer;
}
.search-result-filter .filter-chosen .chosen-list .item {
    cursor: pointer;
    text-transform: uppercase;
    background: #f7f7f8;
    color: #1b1b1b;
    border: 1px solid #ccc;
    padding: 9px;
}
.search-result-filter .filter-chosen .chosen-list li:hover .item,
.search-result-filter .filter-chosen .chosen-list .item.active {
    padding: 10px;
    background: #f3a200;
    border: 0;
    color: #fff;
}
.search-result-filter .filter-chosen .chosen-list .item .number {
    display: inline-block;
    margin: 0 0 0 3px;
}
.filter-chosen .btn-delete-all {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
    padding: 12px 0 0;
    display: inline-block;
}
.filter-chosen .btn-delete-all:hover {
    text-decoration: none;
}
.articles {
    padding: 0 10px;
}
.articles .w-33 {
    width: 33%;
}
.articles .item {
    clear: both;
    margin: 0 0 55px;
}
.articles .item a {
    text-decoration: none;
}
.articles .item .headline {
    font-size: 22px;
    line-height: 24px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;
}
.articles .item .text-area {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #282828;
    display: block;
    padding: 0;
}
.article-area {
    width: 100%;
    float: none;
    padding: 40px 250px;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.article-area .title {
    font-size: 50px;
    line-height: 62px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 7px;
    text-transform: none;
}
.article-area h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    text-transform: none;
    font-size: 34px;
    font-weight: 300;
}
.article-area h2 a {
    text-decoration: none;
}
.article-area .sub-title,
.article-area h3 {
    color: #474747;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 15px;
    padding: 0;
}
.article-area h4 {
    color: #474747;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
}
.article-area h5 {
    color: #474747;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
}
.article-area p {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 300;
}

.article-area p strong, .article-area p b{
    font-weight: bold;
}

.article-area p a {
    color: #f3a200;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    text-decoration: underline;
}
.article-area p a:hover {
    text-decoration: none;
}
.article-area img {
    display: block;
    margin: 0 0 7px;
}
.desc-italic,
.article-area .desc-italic {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 35px;
    display: block;
}
/*.article-area .desc-italic {
	margin-top: -23px;
}*/

.article-area .content-list.numeral {
    margin: 0 0 35px 20px;
}
.article-area .content-list.numeral li {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    margin: 0 0 5px;
}
.article-area.content ul a,
.contact-items a {
    color: #f3a200;
    font-weight: 600;
}
.article-area.content ul a:hover,
.contact-items a:hover {
    text-decoration: none;
}
.article-area.content ul {
    font-size: 16px;
    line-height: 22px;
}
.show-for-small {
    display: none !important;
}
.text-for-small {
    display: none !important;
}
.play-button {
    cursor: pointer;
    width: 81px;
    height: 81px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url("../images/play_button.png") no-repeat;
    z-index: 100;
}
.vimeo-video-player {
    cursor: pointer;
}
.masonry-area .vimeo-video-player .vjs-big-play-button,
.content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-img .video-container .vimeo-video-player .vjs-big-play-button,
.section-full-width .video-container .vimeo-video-player .vjs-big-play-button {
    background: url("../images/play_button.png") no-repeat center center;
    width: 81px;
    height: 81px;
    content: none;
    left: 50%;
    top: 50%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 100;
}
.masonry-area .vimeo-video-player .vjs-default-skin:hover .vjs-big-play-button,
.masonry-area .vimeo-video-player .vjs-big-play-button:focus,
.content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-img .video-container .vimeo-video-player .vjs-default-skin:hover .vjs-big-play-button,
.content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-img .video-container .vimeo-video-player .vjs-big-play-button:focus,
.section-full-width .video-container .vimeo-video-player .vjs-default-skin:hover .vjs-big-play-button,
.section-full-width .video-container .vimeo-video-player .vjs-big-play-button:focus {
    background-color: rgba(50, 50, 50, 0.25);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.masonry-area .vimeo-video-player .vjs-big-play-button:before,
.content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-img .video-container .vimeo-video-player .vjs-big-play-button:before,
.section-full-width .video-container .vimeo-video-player .vjs-big-play-button:before {
    content: none;
}
.content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-img .video-container .vimeo-video-player video {
    display: block;
    background: #000;
}
.visual-info-wide-b .video-container .video-js {
    position: static;
}
.visual-info-wide-b .video-container .vimeo-video-player video {
    background: #000;
}
.visual-info-wide .with-video {
    position: relative;
    margin-bottom: 6px;
}
.visual-info-wide .with-video .background-recipe {
    height: 100%;
}
.visual-info-wide .with-video .item {
    position: relative;
}
.visual-info-wide .with-video .caption,
.video-item .caption {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 5000;
    text-align: center;
    top: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.visual-info-wide .with-video .caption-inner,
.video-item .caption-inner {
    display: table-cell;
    vertical-align: middle;
}
.visual-info-wide .with-video .caption h2 {
    color: #fff;
}
.visual-info-wide .with-video .caption.hidden {
    display: none;
}
.visual-info-wide .with-video .caption .button,
.video-item .caption .button {
    background: url("../images/play_button.png") no-repeat center center;
    width: 81px;
    height: 81px;
    content: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin: 0 auto;
}
.masonry-area .vimeo-video-player .vjs-control-bar .vjs-quality-button,
.content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-img .video-container .vimeo-video-player .vjs-quality-button,
.visual-info-wide-b .video-container .vimeo-video-player .vjs-quality-button {
    display: none;
}
.content-blocks-section .content-blocks.blocks-1-b-no-text .content-block-item div.item-img {
    left: 50%;
    overflow: visible;
}
.content-blocks-section .content-blocks.blocks-1-b-no-text .content-block-item .item-img .video-container {
    border: red;
    margin-left: -50%;
}
.content-blocks-section .content-blocks.blocks-1-b-no-text .item-text {
    display: none;
}
.content-area-hint {
    background: #E4DA1B;
    color: black;
    margin: 1px;
    padding: 2px 5px;
    z-index: 10;
    position: relative;
}
.error-area {
    width: 100%;
    padding: 30px 240px 20px 330px;
}
.error-area h3 {
    font-size: 42px;
    line-height: 46px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 200;
    position: relative;
    padding: 0 80px 0 0;
    margin: 0 0 25px;
}
.error-area p {
    margin: 0 80px 25px 0;
}
/* Contact Us page */

.contact-us {
    width: 100%;
    padding: 30px 240px 20px 330px;
}
.contact-us .contact-items .item {
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.contact-us .contact-items p {
    margin: 0;
}
.contact-us .contact-items h4 {
    font: 500 17px/28px 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    padding-top: 25px;
    margin: 0;
}
.contact-us .contact-items h4:first-child {
    padding-top: 0;
}
.contact-us .contact-items p em {
    font-style: normal;
}
/* Map customization */
/*.geo-map-section {
	margin: 0 -1000px;
}*/

#infowindow {
    font: 12px/16px 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 400px;
    max-width: 220px;
}
#infowindow h4 {
    font: bold 12px/16px 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    margin: 0;
}
#infowindow p {
    margin: 0 0 10px;
}
#infowindow .more {
    padding-top: 10px;
    margin: 0;
}
#infowindow a {
    text-decoration: none;
}
#infowindow a:hover {
    color: #3570c3;
    text-decoration: none;
}
#content {
    padding: 10px 0;
    width: 220px;
    height: 70px;
}
#content img {
    border: none !important;
    max-width: none !important;
}
#map-canvas {
    height: 650px;
    max-width: 100%;
}
#map-canvas img {
    max-width: 100%;
}
#map-canvas .gm-style-iw ~ div img {
    max-width: inherit !important;
}
/* Wide bacgrounnd on pages */

.visual-info-wide {
    width: 100%;
    position: relative;
}
.visual-info-wide.hidden {
    display: none;
}
.visual-info-wide .product-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 448px;
}
.visual-info-wide .product-image-holder {
    max-width: 960px;
    padding-top: 20px;
    margin: 0 auto;
    text-align: right;
    overflow: hidden;
}
.visual-info-wide .product-image-holder div {
    display: table-cell;
    vertical-align: middle;
}
.visual-info-wide .product-image .image {
    display: table;
    table-layout: fixed;
    float: right;
    width: 384px;
    height: 448px;
}
.visual-info-wide .background-recipe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.visual-info-wide .visual-info .container {
    position: relative;
    z-index: 100;
}
/*-videojs view fix-*/

.visual-info-wide-b .video-container > .item {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 0 0 -50%;
    position: absolute;
}
.visual-info-wide-b .video-container .item iframe {
    margin: 0;
}
.visual-info-wide-b .video-container .item .vjs-big-play-button {
    background: url("../images/play_button.png") no-repeat center center;
    width: 100%;
    height: 100%;
    content: none;
    left: 0;
    top: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin: 0;
}
.visual-info-wide-b .video-container .item .vjs-default-skin:hover .vjs-big-play-button,
.visual-info-wide-b .video-container .item .vjs-big-play-button:focus {
    background-color: rgba(50, 50, 50, 0.25);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.visual-info-wide-b .video-container .item .vjs-big-play-button:before {
    content: none;
}
/*-end videojs view fix-*/

.dynamic-wrapper {
    text-align: center;
    width: 100%;
}
.dynamic-wrapper .filter-panel {
    display: inline-block;
}
.dynamic-wrapper .filter-panel .item,
.dynamic-wrapper .filter-header h1,
.dynamic-wrapper .filter-chosen {
    text-align: left;
}
/* Spinner */

.spinner-holder {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    z-index: 1;
}
.spinner-preloader {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}
.spinner-preloader > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner-preloader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner-preloader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* Press-release page */

.press-release {
    width: 100%;
    float: none;
    padding: 40px 300px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
}
.press-release h1 {
    margin-bottom: 40px;
}
.press-release .press-area {
    width: 100%;
}
.press-release .item-holder {
    width: 100%;
    padding-bottom: 50px;
}
.press-release .item-holder:after {
    clear: both;
    display: block;
    content: "";
}
.press-release .item-photo {
    float: left;
    margin-right: 20px;
}
.press-release .item-photo img {
    display: block;
}
.press-release .item-text {
    height: 1%;
    overflow: hidden;
}
.press-release .item-text h1 {
    margin: 0;
}
.press-release .item-holder h2 {
    font-size: 22px;
    line-height: 1.2em;
    margin: 0 0 5px;
}
.press-release .item-holder h2 a {
    color: #282828;
    text-decoration: none;
}
.press-release .item-holder h2 a:hover {
    text-decoration: underline;
}
.press-release .item-holder p {
    margin: 0 0 5px;
}
.press-release .item-holder .date {
    font-size: 16px;
    color: #909090;
    display: block;
}
.press-release .press-info,
.press-release .download-info {
    padding-top: 50px;
}
.press-release .press-info,
.press-release .press-area-holder {
    border-bottom: 1px solid #c6c6c6;
}
.press-release .press-info .item {
    float: left;
    margin-right: 70px;
}
.press-release .press-info .item.w1 {
    width: 220px;
}
.press-release .press-info .item.w2 {
    width: 460px;
}
.press-release .press-info .item.w3 {
    width: 680px;
}
.press-release .press-info h2 {
    font-size: 32px;
    margin-bottom: 15px;
}
.press-release .press-info h3 {
    font-size: 22px;
    margin-bottom: 0;
}
.press-release .press-info p {
    margin-bottom: 0;
}
.press-info a {
    color: #f3a200;
    font-weight: 600;
}
.press-info a:hover {
    text-decoration: none;
}
.press-release .download-info h2 {
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.press-release .download-info .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 20px;
}
.press-release .download-info .item:nth-child(odd) {
    width: 49%;
}
.press-release .download-info h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0;
    padding: 0;
}
.press-release .download-info p a {
    color: #282828;
    text-decoration: none;
}
.press-release .download-info p a:hover {
    text-decoration: underline;
}
img[src*="TrackerHandler.ashx"] {
    display: none;
}
.paging {
    width: 100%;
    text-align: center;
    padding: 0 0 40px;
}
.paging a,
.paging span {
    display: inline-block;
    margin: 0 7px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 200;
    color: #282828;
}
.paging a {
    text-decoration: none;
    color: #282828;
}
.paging .current {
    color: #f3a200;
    border-bottom: 1px dotted #f3a200;
}
.paging .prev,
.paging .next {
    width: 9px;
    height: 17px;
    text-indent: -9999px;
    margin-top: 3px;
}
.paging .prev {
    background: url("../images/sprite.png") no-repeat scroll -60px -113px;
}
.paging .next {
    background: url("../images/sprite.png") no-repeat scroll -72px -113px;
}
.item-photo a {
    color: #f3a200;
    font-weight: bold;
    text-decoration: underline;
}
.item-photo a:hover,
.press-area-holder .paging a:hover {
    text-decoration: none;
}
.press-area-holder .paging .current {
    font-weight: bold;
    color: #282828;
    border-bottom: 0;
}
.press-area-holder .paging a {
    color: #f3a200;
    font-weight: bold;
    text-decoration: underline;
}
.show-for-print {
    display: none;
}
/* xform */

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.xform table {
    width: 100%;
    border-collapse: collapse;
}
.xform table td {
    padding: 9px;
    border: 0;
}
.xform {
    color: #acacac;
    font-size: 16px;
    line-height: 20px;
}
.article-area .xform p {
    margin: 10px 0;
    color: #acacac;
    font-size: 15px;
    line-height: 20px;
    padding: 0;
}
.xform label {
    display: block;
    font-weight: 400;
    padding: 0 0 9px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    color: #000;
}
.xform p label {
    font-weight: 300;
}
.xform legend {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0 0 9px;
}
.xform input[type="submit"] {
    background: #f3a200;
    min-width: 280px;
    width: 325px;
    height: 60px;
    padding: 0 10px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    border: 0;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.xform input[type="submit"]:hover {
    background: #ffb325;
}
.xform input[type="submit"]:focus {
    background: #e89a00;
}
.xform input[type="submit"].red {
    background: #cf1e2c;
    min-width: 135px;
    height: 60px;
    padding: 0 10px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 600;
    border: 0;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.xform input[type="text"],
.xform input[type="password"],
.xform input[type="email"] {
    margin: 0;
    color: #666;
    width: 325px;
    font-size: 18px;
    line-height: 42px;
    height: 42px;
    padding: 0 20px 0 10px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400;
    border: 2px solid #d6d6d6;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.xform input[type="text"] + label,
.xform input[type="password"] + label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.xform .text-input,
.xform .text-area {
    position: relative;
    display: inline-block;
}
.xform .text-input.valid:before,
.xform .text-area.valid:before {
    right: 5px;
    top: 11px;
    color: #d02630;
    content: "*";
    font-size: 23px;
    line-height: 26px;
    position: absolute;
    z-index: 100;
}
.xform .text-area.valid:before {
    top: 2px;
}
.xform input[type="text"] + label:before {
    color: #d02630;
    content: "*";
    font-size: 23px;
    line-height: 42px;
    left: -25px;
    top: -20px;
    position: absolute;
    z-index: 100;
}
.xform input[disabled],
.xform input.disabled,
.xform input[disabled]:hover,
.xform input.disabled:hover {
    background: #d6d6d6;
    cursor: default;
}
.xform input[disabled] + label:before,
.xform input.disabled + label:before {
    color: #d6d6d6;
    content: "";
    width: 7px;
    height: 7px;
    left: -25px;
    top: -5px;
    position: absolute;
    z-index: 100;
    background: url("../images/sprite.png") no-repeat scroll -372px 0;
}
.xform input[type="password"] + label:before {
    color: #d6d6d6;
    content: "";
    width: 14px;
    height: 17px;
    left: -28px;
    top: -10px;
    position: absolute;
    z-index: 100;
    background: url("../images/sprite.png") no-repeat scroll -387px 0;
}
.xform textarea {
    width: 325px;
    max-width: 325px;
    margin: 0;
    color: #666;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px 10px 10px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 300;
    border: 2px solid #d6d6d6;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
@media screen and (max-width: 480px) {
    .xform input[type="submit"],
    .xform textarea,
    .xform input[type="text"],
    .xform input[type="password"],
    .xform input[type="email"] {
        width: 280px;
    }
}
.xform .radio-group p,
.xform .checkbox-group p {
    margin: 0 !important;
}
.xform .radio-group p {
    float: left;
    margin: 0 10px 0 0 !important;
}
.xform .radio-group label,
.xform .checkbox-group label {
    display: block;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 400px;
    padding: 0 0 9px 30px;
    position: relative;
}
.xform .radio-area label input,
.xform .checkbox-area label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
}
.xform .validation-summary-errors {
	color: #d02630;
}
.xform .field-validation-error,
.xform .field-validation-info {
    display: block;
    color: #d02630;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-weight: 400px;
}
.xform .select-wrapper {
    width: 380px !important;
}
/*--Country choose popup styles--*/

.country-chooser {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    bottom: 0px;
    z-index: 100000;
    font-family: "Gotham SSm A", "Gotham SSm B", "ProximaNovaRegular";
    display: none;
}
.overlay {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
    display: none;
}
.country-listing {
    position: relative;
    margin: 0 auto;
    top: 25px;
    max-width: 580px;
    height: auto;
    padding: 10px;
}
.country-listing .active {
    font-weight: bold;
}
.country-listing .title {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #2c2c2c;
    font-weight: normal;
    padding: 0 0 30px;
    font-family: "Gotham SSm A", "Gotham SSm B", "ProximaNovaRegular", Arial;
}
.country-listing .close-button {
    width: 29px;
    height: 26px;
    display: block;
    position: absolute;
    right: -30px;
    top: 10px;
    background: url("../images/sprite.png") no-repeat 0 -447px;
}
.country-listing .image-container {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 40px;
}
.country-listing .image-container img {
    width: 290px;
}
.country-listing .description {
    font-size: 14px;
    color: #2c2c2c;
    font-family: "Gotham SSm A", "Gotham SSm B", "ProximaNovaRegular", Arial;
}
.country-listing .description a {
    color: #2c2c2c;
    text-decoration: none;
}
.country-listing .description a:hover {
    text-decoration: underline;
}
.country-listing .list-wrap {
    padding: 20px 0;
    margin: 20px 0 0;
    border-top: 1px solid #c0c0c0;
}
.country-listing .list-wrap:after {
    display: block;
    clear: both;
    content: "";
}
.country-listing .list-wrap .left {
    width: 50%;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    float: left !important;
}
.country-listing .list-wrap .right {
    width: 50%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    float: left !important;
}
.country-listing .list-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #2c2c2c;
    font-size: 14px;
}
.country-listing .list-wrap ul li {
    padding: 0 0 7px;
}
.country-listing .list-wrap ul li a {
    color: #2c2c2c;
    text-decoration: none;
    font-family: "Gotham SSm A", "Gotham SSm B", "ProximaNovaRegular", Arial;
}
.country-listing .list-wrap ul li a.active {
    font-weight: bold;
}
.country-listing .list-wrap ul li a:hover {
    text-decoration: underline;
}
/*--end country choose popup styles--*/
/*--start text block with columns styles--*/

.text-block {
    position: relative;
    min-width: 320px;
    padding: 75px 0;
}
.form-section {
    background: #000;
    position: relative;
    overflow: hidden;
    min-height: 750px;
}
.form-section.popup-active {
    z-index: 100000;
}
.text-block .background,
.form-section .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.form-section .background {
    z-index: 1;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
    color: #222;
}
.campaign .text-block h1,
.campaign .text-block h2,
.campaign .text-block h3,
.campaign .text-block h4,
.campaign .text-block h5 {
    color: #222;
}
.text-block h2 {
    font-size: 62px;
    line-height: 66px;
    /*font: 62px/66px 'Plate_New', 'PlateRegular';*/
}
.text-block img {
    margin-bottom: 1.6em;
}
.text-block .left {
    float: left;
    margin-right: 1.6em;
}
.text-block .right {
    float: right;
    margin-left: 1.6em;
}
.text-block .heading {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 10px;
}
.text-block .columns {
    max-width: 1440px;
    margin: 0 auto;
}
.text-block .col {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 16px;
}
.text-block .col img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.text-block .col-1 .col {
    width: 100%;
}
.text-block .col-2 .col {
    width: 50%;
    margin: 0 -2px;
}
.text-block .col-3 .col {
    width: 33%;
}
/* WIDE BLOCK FONT VARIATIONS */

.text-block.font-plate h1,
.text-block.font-plate h2 {
    font-family: 'Plate_New', 'PlateRegular', sans;
    word-wrap: break-word;
}
.text-block.font-gotham h1,
.text-block.font-gotham h2 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', sans;
    word-wrap: break-word;
}
/*--end text block with columns styles--*/
/* FAQ PAGE */

.faq-area {} .faq-area .faq-info {
    padding-bottom: 30px;
}
.faq-area .faq-questions > h3 {
    font-weight: 500;
}
.faq-area .faq-questions-group {
    padding-bottom: 15px;
}
.faq-area .faq-questions-group article:first-child {
    padding-top: 0;
}
.faq-area .faq-questions-group .faq-question {
    text-align: left;
}
.faq-area .faq-question .faq-question-heading {
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    padding: 0 25px 0 0;
}
.faq-area .faq-question .faq-question-heading:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 -17px 0 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #433f40 transparent transparent transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.faq-area .faq-question .faq-question-content {
    display: none;
}
/* ACTIVE STATE */

.faq-area .faq-question.active .faq-question-heading:after {
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #433f40 transparent;
}
.faq-area .faq-question.active .faq-question-content {
    display: block;
    transform: transale3d(0, 0, 0);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* FAQ PAGE */

section article {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 15px;
}
section article.content-block-item {
    padding-bottom: 0;
}
section article:after {
    display: table;
    content: " ";
    clear: both;
}
section article:before {
    display: table;
    content: " ";
}
section article:first-child {
    padding-top: 150px;
}
section article.dark .fade {
    background: rgba(0, 0, 0, 0.3);
}
section article.dark .editor-content {
    color: #fff;
}
section article.light .fade {
    background: rgba(255, 255, 255, 0.3);
}
section article.light .editor-content {
    color: #000;
}
section article .fade {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
section article .headers {
    margin: 50px 0 30px;
}
/* custom input type file styles */

.custom-upload {
    overflow: hidden;
    height: 43px;
    cursor: pointer;
    position: relative;
    margin: 0 0 20px;
}
.custom-upload input[type="file"] {
    opacity: 0;
    font-size: 220px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.custom-upload .btn-file {
    float: left;
    background: #f4a200;
    border: 0;
    color: #fff;
    width: 170px;
    height: 43px;
    float: left;
    margin: 0 15px 0 0;
    padding: 0 10px;
    font: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    text-align: left;
}
.custom-upload .name {
    float: left;
    color: #8f8f8f;
    line-height: 43px;
    font: 'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-area .date {
    font-size: 16px;
    font-weight: 300;
    color: #909090;
}
@media only screen and (max-width: 479px) {
    .custom-upload {
        height: 100px;
        margin: 0;
    }
    .custom-upload .btn-file {
        float: none;
        width: 100%;
        margin: 0 0 5px;
        max-width: 280px;
    }
    .custom-upload .name {
        float: none;
        width: 100%;
        max-width: 280px;
    }
}
.dropdown {
    overflow: hidden;
}
.xform.form {
    width: 410px;
    margin: 0 auto;
}
.xform.form #productFields {
    border-top: 2px solid #D6D6D6;
    padding-top: 20px;
}
.xform.form table {
    margin: 0 0 12px;
}
/* campaign template b styles */

.section-full-width {
    width: 100% !important;
    overflow: hidden;
    clear: both;
}
.section-full-width .item {
    width: 100% !important;
    margin: 0 !important;
}
.masonry-area .section-full-width .item {
    margin: 0 0 10px !important;
}
.masonry-area .section-full-width .item-holder {
    background: none;
}
body.campaign .main {
    overflow: hidden;
}
body.campaign .main > .section-full-width:first-child .item {
    padding-top: 150px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
body.campaign .main > .section-full-width:first-child .item .item {
    padding-top: 0;
}
body.campaign .main > .section-full-width:first-child {
    padding-top: 0;
}
.block-holder {
    margin: 0 auto;
    max-width: 1900px;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.item-wysiwyg .block-holder {
    max-width: 1880px;
    padding: 0 10px;
}
.video-box .container {
    position: relative;
    z-index: 100;
}
.video-box .video-container {
    /* display: table;*/
    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.video-box .video-container .item-video {
    /*position: absolute;
	left: 0;
	right: 0;
	top: 0;*/
    
    height: 100%;
}
.section-full-width .item-wysiwyg {
    background: #fff;
}
.w1.item-wysiwyg,
.w1.rich {
    height: 220px;
    overflow: hidden;
}
.w2.item-wysiwyg,
.w2.rich {
    height: 460px;
    overflow: hidden;
}
.w3.item-wysiwyg,
.w3.rich {
    height: 700px;
    overflow: hidden;
}
.w4.item-wysiwyg,
.w4.rich {
    height: 940px;
    overflow: hidden;
}
.section-full-width .item {
    position: relative;
}
.section-full-width .video-container .item-video {
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.section-full-width .video-container .item-video video {
    height: 100%;
}
.youtube-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.youtube-box .video-container .item-video {
    display: block;
    position: relative;
    height: 100%;
}
.youtube-box .video-container {
    display: block;
}
.section-full-width .item .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.section-full-width .item-wysiwyg {
    font: 300 14px/ 22px'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    color: #222;
}
.section-full-width .item-wysiwyg h1 {
    font: 300 42px/ 46px'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    margin: 10px 0 20px;
    color: #222;
    text-transform: none;
}
.section-full-width .item-wysiwyg h2 {
    font: 300 36px/ 42px'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    margin: 0 0 15px;
    color: #222;
    text-transform: none;
}
.section-full-width .item-wysiwyg h3 {
    font: 300 32px/ 36px'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    margin: 0 0 10px;
    color: #222;
    text-transform: none;
}
.section-full-width .item-wysiwyg h4 {
    font: 300 26px/ 32px'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    margin: 0 0 10px;
    color: #222;
    text-transform: none;
}
.section-full-width .item-wysiwyg h5 {
    font: 300 22px/ 26px'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    margin: 0 0 5px;
    color: #222;
    text-transform: none;
}
.section-full-width .item-wysiwyg h6 {
    font: 300 16px/ 22px'Gotham SSm A', 'Gotham SSm B', 'ProximaNovaRegular', Arial, sans-serif;
    margin: 0 0 5px;
    color: #222;
    text-transform: none;
}
.section-full-width .item-wysiwyg p {
    margin: 0 0 5px;
}
.section-full-width .item-wysiwyg a {
    color: #222;
    text-decoration: none;
}
.section-full-width .item-wysiwyg ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}
.section-full-width .item-wysiwyg ol {
    margin: 0 0 20px 13px;
}
.section-full-width .item-holder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section-full-width .rich .item-text {
    color: #FFF;
    height: 100%;
    width: 100%;
    display: table;
    position: absolute;
    left: 0;
    top: 0;
}
.section-full-width .rich .item-text .item-text-holder {
    display: table-cell;
    vertical-align: middle;
}
/*.rich .item-text .text-wrapper h2{
	font-weight: 500;
}*/

.rich .item-text .text-wrapper h2 a {
    color: #fff;
    text-decoration: none;
}
.video-box .vjs-default-skin .vjs-big-play-button:before {
    text-indent: -9999px;
}
.video-box .vjs-default-skin .vjs-big-play-button {
    border: 0;
}
header.fixed {
    z-index: 110;
    top: 0;
}
.main .section-full-width:nth-last-of-type {
    padding-bottom: 44px;
}
.w4.video-box .container {
    height: auto;
}
@media only screen and (max-width: 1899px) {
    .block-holder {
        max-width: 1400px;
    }
    .section-full-width .item-wysiwyg .block-holder {
        max-width: 1420px;
    }
    .section-full-width .item-wysiwyg p,
    .section-full-width .item-wysiwyg h1,
    .section-full-width .item-wysiwyg h2,
    .section-full-width .item-wysiwyg h3,
    .section-full-width .item-wysiwyg h4,
    .section-full-width .item-wysiwyg h5,
    .section-full-width .item-wysiwyg h6 {
        padding: 0;
    }
}
@media only screen and (max-width: 1439px) {
    .block-holder {
        max-width: 1200px;
    }
    .section-full-width .item-wysiwyg .block-holder {
        max-width: 1182px;
    }
    .section-full-width .item-wysiwyg p,
    .section-full-width .item-wysiwyg h1,
    .section-full-width .item-wysiwyg h2,
    .section-full-width .item-wysiwyg h3,
    .section-full-width .item-wysiwyg h4,
    .section-full-width .item-wysiwyg h5,
    .section-full-width .item-wysiwyg h6 {
        padding: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .block-holder {
        max-width: 1024px;
    }
    .section-full-width .item-wysiwyg .block-holder {
        max-width: 940px;
    }
    .section-full-width .item-wysiwyg p,
    .section-full-width .item-wysiwyg h1,
    .section-full-width .item-wysiwyg h2,
    .section-full-width .item-wysiwyg h3,
    .section-full-width .item-wysiwyg h4,
    .section-full-width .item-wysiwyg h5,
    .section-full-width .item-wysiwyg h6 {
        padding: 0;
    }
    .filter-holder .btn-area {
        top: -40px;
    }
}
@media only screen and (max-width: 1023px) {
    .block-holder {
        max-width: 950px;
    }
    .section-full-width .item-wysiwyg .block-holder {
        max-width: 910px;
    }
    .section-full-width .item-wysiwyg p,
    .section-full-width .item-wysiwyg h1,
    .section-full-width .item-wysiwyg h2,
    .section-full-width .item-wysiwyg h3,
    .section-full-width .item-wysiwyg h4,
    .section-full-width .item-wysiwyg h5,
    .section-full-width .item-wysiwyg h6 {
        padding: 0;
    }
    .menu .sub-nav-desktop {
        display: none;
    }
    .masonry-area .ico-holder.subscribe-holder .caption {
        font-size: 18px;
        line-height: 22px;
    }
    .masonry-area .ico-holder.subscribe-holder .sub-caption {
        font-size: 14px;
        line-height: 16px;
    }
    .table-data {
        margin: 30px 0;
    }
    .search-result-filter .filter-chosen {
        padding: 25px 10px 10px;
    }
}
@media only screen and (max-width: 949px) {
    .block-holder {
        max-width: 800px;
    }
    .section-full-width .item-wysiwyg .block-holder {
        max-width: 760px;
    }
    .section-full-width .item-wysiwyg p,
    .section-full-width .item-wysiwyg h1,
    .section-full-width .item-wysiwyg h2,
    .section-full-width .item-wysiwyg h3,
    .section-full-width .item-wysiwyg h4,
    .section-full-width .item-wysiwyg h5,
    .section-full-width .item-wysiwyg h6 {
        padding: 0;
    }
}
@media only screen and (max-width: 799px) {
    .block-holder {
        max-width: 640px;
    }
    .section-full-width .item-wysiwyg .block-holder {
        max-width: 600px;
    }
    .section-full-width .item-wysiwyg p,
    .section-full-width .item-wysiwyg h1,
    .section-full-width .item-wysiwyg h2,
    .section-full-width .item-wysiwyg h3,
    .section-full-width .item-wysiwyg h4,
    .section-full-width .item-wysiwyg h5,
    .section-full-width .item-wysiwyg h6 {
        padding: 0;
    }
    .section-full-width .w1.item-wysiwyg {
        height: 140px;
    }
    .section-full-width .w1.rich {
        height: 140px;
    }
    .section-full-width .w2.item-wysiwyg {
        height: 300px;
    }
    .section-full-width .w2.rich {
        height: 300px;
    }
    .section-full-width .w3.item-wysiwyg {
        height: 460px;
    }
    .section-full-width .w3.rich {
        height: 460px;
    }
    .section-full-width .w4.item-wysiwyg {
        height: 460px;
    }
    .section-full-width .w4.rich {
        height: 460px;
    }
    .section-full-width .item-wysiwyg .block-holder,
    .section-full-width .video-box .block-holder {
        max-width: 100% !important;
        padding: 0 10px;
    }
    .section-full-width .video-box .block-holder {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    body.campaign .main > .section-full-width:first-child .item {
        padding-top: 65px;
    }
    body.campaign .main > .section-full-width:first-child .item .item {
        padding-top: 0;
    }
}
@media only screen and (max-width: 639px) {
    .masonry-area .item-full-width {
        overflow: hidden;
    }
    .block-holder {
        max-width: 480px;
    }
    .section-full-width .item-wysiwyg .block-holder {
        max-width: 440px;
    }
    .section-full-width .item-wysiwyg p,
    .section-full-width .item-wysiwyg h1,
    .section-full-width .item-wysiwyg h2,
    .section-full-width .item-wysiwyg h3,
    .section-full-width .item-wysiwyg h4,
    .section-full-width .item-wysiwyg h5,
    .section-full-width .item-wysiwyg h6 {
        padding: 0;
    }
    .section-full-width .w1.item-wysiwyg,
    .section-full-width .w1.rich {
        height: 260px;
    }
    .section-full-width .w2.item-wysiwyg,
    .section-full-width .w2.rich {
        height: 480px;
    }
    .section-full-width .w3.item-wysiwyg,
    .section-full-width .w3.rich {
        height: 480px;
    }
    .section-full-width .w4.item-wysiwyg,
    .section-full-width .w4.rich {
        height: 480px;
    }
    .section-full-width .item-wysiwyg .block-holder,
    .section-full-width .video-box .block-holder {
        max-width: 100% !important;
        padding: 0 10px;
    }
    .section-full-width .video-box .block-holder {
        padding: 0;
    }
}
@media only screen and (max-width: 479px) {
    .block-holder {
        max-width: 320px;
    }
    .section-full-width .item-wysiwyg .block-holder {
        max-width: 280px;
    }
    .section-full-width .item-wysiwyg p,
    .section-full-width .item-wysiwyg h1,
    .section-full-width .item-wysiwyg h2,
    .section-full-width .item-wysiwyg h3,
    .section-full-width .item-wysiwyg h4,
    .section-full-width .item-wysiwyg h5,
    .section-full-width .item-wysiwyg h6 {
        padding: 0;
    }
    .section-full-width .w1.item-wysiwyg,
    .section-full-width .w1.rich {
        height: 160px;
    }
    .section-full-width .w2.item-wysiwyg,
    .section-full-width .w2.rich {
        height: 320px;
    }
    .section-full-width .w3.item-wysiwyg,
    .section-full-width .w3.rich {
        height: 320px;
    }
    .section-full-width .w4.item-wysiwyg,
    .section-full-width .w4.rich {
        height: 320px;
    }
}
/*.epi-injected-minSize .item{
	position: static !important;
	display: inline-block !important;
	vertical-align: top ;
	float: none !important;
}
.Sleek .epi-injected-minSize,
.epi-injected-minSize{
	display: inline-block !important;
	vertical-align: top;
}
.Sleek .masonry-area{
	background: #fff;
	display: block;
}*/

@media only screen and (max-width: 1439px) {
   
    .article-area {
        padding: 40px 130px;
    }
}
@media only screen and (max-width: 1199px) {
    
    .text-block {
        padding-top: 100px;
    }
    .article-area {
        padding: 40px 10px;
    }
}
@media only screen and (max-width: 1023px) {
    
    .visual-info .info {
        padding: 0;
    }
}
@media only screen and (max-width: 481px) {    
    .xform.form {
        width: auto;
    }
    .xform .select-wrapper {
        width: 100% !important;
    }
    .article_recipe .paging-b {
        padding: 20px 0;
    }
    .article_recipe .recipe_item .paging-b .arrow {
        padding: 5px 0;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1023px) {
    .section-full-width .item.rich .item-text .text-large,
    .masonry-area .section-full-width .item.rich .item-text .text-large {
        font-size: 84px;
        line-height: 94px;
    }
}
.masonry-area.products-area .imageContainer {
    padding-bottom: 100%;
    position: relative;
}
.masonry-area.products-area .imageContainer img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1023px) {
    .filter-holder .btn-area {
        position: static;
        text-align: center;
        padding: 20px 0 0;
    }
    #desktopSearch.search-area-holder.fixed-area {
        position: static !important;
    }
}
.video-box .video-js {
    width: 100% !important;
    height: 100% !important;
}
.ident-box.js-hidden {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block !important;
}
.ident-box.js-visible {
    height: auto;
    visibility: visible;
    width: 100% !important;
}
#desktopSearch.fixed-area {
    position: fixed;
    z-index: 10000;
    width: 100%;
    left: 0;
}
#desktopSearch.search-area-holder.fixed-area .search {
    top: -38px !important;
}
/*.search-area-holder .container{position: relative;}*/

.details-form {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 0 100px;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 20;
    font-family: 'Gotham SSm A', 'Gotham SSm B', ProximaNovaRegular;
}
.details-form .error {
    font-size: 18px;
}
.xform.details-form p {
    color: #fff;
}
.xform.details-form .popup p {
    color: #000;
}
.xform.details-form p a {
    color: #fff;
    font-weight: 500;
}
.details-form p,
.article-area .details-form p {
    margin: 0 0 20px;
}
.article-area .details-form .requared.max-char p {
    font-size: 12px;
    color: #fff;
}
.article-area .details-form h2,
.details-form h2,
.thank-block h2 {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 31px;
    line-height: 40px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.details-form .row {
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.details-form .requared {
    text-align: right;
    padding: 10px 0 20px;
    font-size: 12px;
}
.details-form .requared.max-char {
    font-size: 10px;
    padding: 0 0 20px;
}
.details-form label {
    float: left;
    padding: 12px 0 0;
    width: 120px;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.details-form input[type="text"],
.details-form input[type="email"] {
    float: left;
    text-align: left;
    width: 270px;
    margin: 0 25px 0 0;
    background: #fff;
    border: 0;
}
.details-form .dropdown {
    float: left;
    text-align: left;
}
.details-form .row2 .dropdown,
.details-form .drop-frame .dropdown {
    float: right;
}
.details-form .dropdown .select-wrapper {
    float: left;
    width: 148px !important;
    margin: 0 !important;
    background: #fff;
}
.details-form .dropdown .country-wrapper,
.details-form .dropdown .country-wrapper .select-wrapper {
    width: 190px !important;
}
.details-form .dropdown .select-wrapper select,
.details-form .dropdown .select-wrapper .holder {
    font-size: 16px !important;
    padding-left: 10px;
    color: #666;
}
.details-form .dropdown .select-wrapper .holder {
    margin: 0;
    padding-right: 40px;
    background: #fff;
}
.details-form .checkbox-group label {
    width: auto;
    padding-top: 3px;
    color: #cfcfcf;
}
.details-form .checkbox-group label a {
    color: #cfcfcf;
}
.details-form .checkbox-group label a:hover {
    text-decoration: none;
}
.details-form textarea {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 86px;
    font-size: 16px;
    line-height: 18px;
    border: 0;
    font-weight: 500;
}
.details-form .bottom {
    overflow: hidden;
    padding: 0 0 30px;
    background: none;
    position: relative;
}
.details-form .bottom input[type="submit"] {
    float: right;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
}
.details-form .size1,
.details-form input[type="text"].size1,
.details-form input[type="email"].size1 {
    width: 130px;
}
.details-form .size2,
.details-form input[type="text"].size2,
.details-form input[type="email"].size2 {
    width: 519px;
    margin: 0;
}
.details-form .drop-frame {
    float: right;
    width: 520px;
}
.details-form .drop-frame .number {
    float: left;
    min-width: 35px;
    padding: 12px 0 0 0;
    text-align: left;
}
.details-form .drop-frame .select-wrapper {
    width: 480px !important;
}
.details-form .row2 label {
    width: auto;
}
.details-form .row2 .select-wrapper {
    width: 440px !important;
}
.details-form .text-holder {
    text-align: left;
    padding: 20px 0 0;
}
.details-form .text-holder p {
    margin: 0 0 5px;
}
.datepicker-wrapper {
    float: right;
    position: relative;
}
.details-form .bottom .checkbox-group {
    float: left;
    padding: 0 0 15px;
}
.details-form p a {
    color: #ACACAC;
    font-weight: normal;
}
.details-form .dropdown .select-wrapper:after,
.datepicker-wrapper:after {
    border: 0;
    background: url(../images/img-check-black.png) 100% 50% no-repeat;
    z-index: 2;
    pointer-events: none;
}
.details-form .checkbox-group [type="checkbox"]:not(:checked) + label:after,
.details-form .checkbox-group [type="checkbox"]:checked + label:after {
    background: url(../images/img-check-black2.png) 0 -1px no-repeat;
    width: 12px;
    height: 12px;
    left: 2px;
    top: 5px;
}
.details-form .field-validation-error {
    clear: both;
    overflow: hidden;
    text-align: left;
    padding: 10px 0 0 120px;
}
.details-form .drop-frame .field-validation-error,
.details-form .row2 .field-validation-error,
.details-form .text-holder .field-validation-error,
.details-form .checkbox-group .field-validation-error,
.details-form .buy-row .field-validation-error {
    padding: 10px 0 0;
}
.thank-block {
    text-align: center;
    color: #fff;
    max-width: 680px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    z-index: 10;
}
.thank-block .twoblocks {
    text-align: left;
    overflow: hidden;
    padding: 20px 0;
}
.thank-block p {
    margin: 0 0 40px;
}
.thank-block .twoblocks ol {
    float: left;
    width: 360px;
    counter-reset: list;
    margin: 0;
    padding: 5px 0 0;
    overflow: hidden;
}
.thank-block .twoblocks ol li {
    padding: 0 0 15px 35px;
    position: relative;
}
.thank-block .twoblocks ol li:before {
    counter-increment: list;
    content: counter(list) " ";
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.thank-block .twoblocks .block {
    float: right;
    background: #fff;
    width: 300px;
    padding: 20px;
    color: #000;
}
.thank-block .twoblocks .block p {
    margin: 0;
}
.dob-row .dropdown .select-wrapper {
    margin: 0 37px 0 0 !important;
}
.dob-row .dropdown .select-wrapper:last-child {
    margin: 0 !important;
}
.coutry-row .dropdown {
    float: right;
}
.details-form .checkbox-group [type="checkbox"]:checked + label {
    font-weight: 300;
}
.details-form .requared + .row .select-wrapper {
    width: 180px !important;
}
.details-form .buy-row input[type="text"] {
    width: 100% !important;
    margin: 0;
}
.details-form .buy-row {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.details-form .buy-row.other-active {
    position: static;
}
.details-form .errors {
    text-align: left;
}
.popup {
    position: fixed;
    left: 10%;
    right: 10%;
    top: 50%;
    margin: -265px 0 0;
    background: #fff;
    z-index: 11000;
    color: #000;
    display: none;
    height: 530px;
}
.popup-holder .over {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10010;
    display: none;
    color: #000;
}
.popup-active .over {
    display: block;
}
.popup-content {
    margin: 30px 0;
    padding: 0 20px;
    position: relative;
    max-height: 470px;
    overflow-y: auto;
}
.popup .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    padding: 8px;
    background: #fff;
    z-index: 50;
    color: #000 !important;
}
.popup .popup-content h2 {
    color: #000;
}
.popup .popup-content ol {
    padding: 0;
    margin: 0 20px;
}
.popup .popup-content ol li {
    padding: 0 0 10px;
}
.bottom.popup-holder .checkbox-group [type="checkbox"]:not(:checked),
.bottom.popup-holder .checkbox-group [type="checkbox"]:checked {
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
}
.open-popup-inline {
    cursor: pointer;
    text-decoration: underline;
}
.open-popup-inline:hover {
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .details-form .field-validation-error {
        padding-left: 0 !important;
    }
    .popup {
        margin: 0;
        top: 10px;
        height: 400px;
        overflow: hidden;
    }
    .popup .popup-content {
        max-height: 340px;
    }
    .details-form .dropdown .select-wrapper {
        width: 100% !important;
    }
    .details-form {
        padding-top: 65px;
    }
    .details-form label {
        float: none;
        display: block;
        padding: 0 0 10px;
        width: 100%;
    }
    .details-form input[type="text"],
    .details-form input[type="email"] {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .details-form .dropdown {
        float: none;
    }
    .details-form .select-wrapper {
        width: 100% !important;
    }
    .datepicker-wrapper {
        float: none;
    }
    .datepicker-wrapper #datepicker {
        width: 100% !important;
    }
    .details-form .size2,
    .details-form input.size2[type="text"],
    .details-form input.size2[type="email"],
    .details-form .size1,
    .details-form input.size1[type="text"],
    .details-form input.size1[type="email"] {
        width: 100%;
    }
    .details-form .country-wrapper,
    .details-form .country-wrapper .select-wrapper {
        width: 100% !important;
    }
    .details-form .drop-frame {
        float: none;
        position: relative;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 35px;
    }
    .details-form .drop-frame .select-wrapper {
        width: 100% !important;
    }
    .details-form .drop-frame .number {
        position: absolute;
        left: 0;
        top: 0;
    }
    .details-form .row2 .select-wrapper {
        width: 100% !important;
    }
    .thank-block .twoblocks ol {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .thank-block .twoblocks .block {
        float: none;
        width: auto;
    }
    .dob-row .dropdown .select-wrapper {
        margin: 0 0 10px !important;
    }
    .details-form .row2 .dropdown,
    .details-form .drop-frame .dropdown {
        float: none;
    }
    .details-form .dropdown .country-wrapper,
    .details-form .dropdown .country-wrapper .select-wrapper {
        width: 100% !important;
    }
    .form-section {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 479px) {
    .details-form .bottom input[type="submit"] {
        width: 100% !important;
    }
}
/* upload section */

.upload-section {
    padding: 169px 0 !important;
}
.upload-section .editor-content {
    margin: 0 auto;
    max-width: 940px;
}
.upload-section .editor-content h2 {
    text-align: center;
    margin: 0 0 9px;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.upload-section .intro {
    text-align: center;
    margin: 0 auto;
    max-width: 574px;
    padding: 43px 10px 26px;
    font-size: 20px;
    line-height: 24px;
    background: url(../images/divider_smear.png) 50% 0 no-repeat;
    -webkit-background-size: 85px 20px;
    background-size: 85px 20px;
}
.upload-section .intro p {
    margin: 0 0 12px;
    line-height: 24px;
}
.upload-section .intro a {
    text-decoration: underline;
    color: #000;
    font-size: 14px;
}
.upload-section .intro a:hover,
.upload-section .checkbox-group a:hover {
    text-decoration: none;
}
.upload-section .two-cols {
    overflow: hidden;
    position: relative;
    padding: 0 14px;
}
.upload-section .two-cols h3 {
    margin: 0 0 13px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.upload-section .two-cols:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #000;
    top: 12px;
}
.upload-section .two-cols .col-left {
    float: left;
    width: 44%;
}
.upload-section .two-cols .col-right {
    float: right;
    width: 44%;
}
.upload-section .two-cols .col-right h3 {
    margin: 0 0 32px;
}
.upload-section .two-cols label {
    display: block;
}
.upload-section .two-cols input[type="text"],
.upload-section .two-cols input[type="email"] {
    display: block;
    background: #eaeaea;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    height: 60px;
    border: 0;
    margin: 0 0 10px;
}
.upload-section .two-cols input[type="text"]:focus,
.upload-section .two-cols input[type="text"]:active,
.upload-section .two-cols input[type="email"]:focus,
.upload-section .two-cols input[type="email"]:active,
.list-section .sort-form .row input[type="text"]:focus,
.list-section .sort-form .row input[type="text"]:active,
.upload-section textarea:focus,
.upload-section textarea:active {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.upload-section .upload {
    overflow: hidden;
    padding: 23px 0;
}
.upload-section .upload .box {
    float: right;
    width: 128px;
    height: 128px;
    background: #eaeaea;
}
.upload-section .upload .file {
    float: left;
    position: relative;
    margin: 30px 0 0 5px;
    background: url(../images/upload_button.png) 0 0 no-repeat;
    -webkit-background-size: 186px 65px;
    background-size: 186px 65px;
    width: 186px;
    height: 65px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}
.upload-section .upload .file input[type="file"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 200px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.upload-section .name-holder {
    width: 186px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
}
.upload-section textarea {
    display: block;
    width: 100%;
    background: #eaeaea;
    height: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 0;
    margin: 0 0 13px;
}
.upload-section .checkbox-group {
    font-size: 12px;
    padding: 0 0 20px;
}
.upload-section .checkbox-group label {
    font-size: 12px;
    padding-top: 1px;
}
.upload-section .checkbox-group a {
    color: #000;
}
.upload-section .checkbox-group [type="checkbox"]:checked + label:after {
    background: url(../images/img-check-black3.png) 0 0 no-repeat;
}
.checkbox-group [type="checkbox"]:checked + label {
    font-weight: 300;
}
.upload-section input[type="submit"] {
    display: block;
    border: 0;
    background: #000;
    color: #fff;
    height: 55px;
    line-height: 55px;
    width: 100%;
    font-size: 18px;
}
.insta-box {
    overflow: hidden;
    line-height: 22px;
}
.insta-box .headline {
    overflow: hidden;
    padding: 0 0 10px;
}
.insta-box .number {
    float: left;
    text-align: center;
    color: #fff;
    margin: 0 10px 0 0;
    background: url(../images/bg-number.png) 0 0 no-repeat;
    -webkit-background-size: 57px 49px;
    background-size: 57px 49px;
    width: 57px;
    height: 49px;
    overflow: hidden;
    font: 23px/49px 'Plate_New', 'PlateRegular', sans;
}
.upload-section .insta-box .headline h3 {
    font: 23px/38px 'Plate_New', 'PlateRegular', sans;
    margin: 10px 0 0;
}
.upload-section .insta-box p {
    line-height: 22px;
    font-size: 18px;
}
/* prod-list */

.prod-list {
    overflow: hidden;
    max-width: 1128px;
    margin: 0 auto;
    text-align: center;
}
.prod-list .box {
    display: inline-block;
    vertical-align: top;
    width: 254px;
    height: 418px;
    margin: 0 12px 30px;
    background: #fff;
}
.list-section .sort-form {
    margin: 0 auto 32px;
    text-align: left;
    max-width: 1100px;
    overflow: hidden;
}
.list-section .sort-form .row {
    float: left;
    width: 325px;
    height: 60px;
    background: #fff;
    margin: 0 28px 0 0;
    position: relative;
    padding: 0 55px 0 0;
}
.list-section .sort-form .row input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    background: #fff url(../images/search_icon.png) 50% 50% no-repeat;
    width: 62px;
    height: 60px;
    padding: 0;
}
.list-section .sort-form .row input[type="text"] {
    display: block;
    width: 100%;
    border: 0;
    height: 60px;
    padding: 5px 0 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #d0d0d0;
    font-weight: 300;
}
.list-section .sort-form::-webkit-input-placeholder {
    color: #d5d5d5;
}
.list-section .sort-form::-webkit-input-placeholder {
    color: #d5d5d5;
}
.sort-list {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sort-list li {
    float: left;
}
.sort-list li a {
    display: block;
    text-align: center;
    width: 176px;
    text-decoration: none;
    color: #d0d0d0;
    background: #fff;
    line-height: 60px;
}
.sort-list li.active a,
.sort-list li a:hover {
    color: #fff;
    background: rgba(184, 183, 187, .75);
}
.prod-list .box {
    font-size: 12px;
    position: relative;
}
.prod-list .box p {
    text-transform: lowercase;
    font-size: 13px;
    line-height: 17px;
}
.prod-list .box p a {
    text-decoration: none;
    color: #000;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
}
.prod-list .box .image {
    margin: 0 0 15px;
    height: 254px;
}
.prod-list .box .image a {
    display: block;
    width: 254px;
    height: 254px;
    overflow: hidden;
    position: relative;
}
.prod-list .box .image a img {
    max-width: none;
    width: 100%;
    height: auto;
}
.prod-list .box .name {
    font-size: 19px;
    line-height: 23px;
    display: block;
    color: #7bc140;
    margin: 0 10px 3px;
    font-weight: normal;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.indicators {
    margin: 0;
    padding: 0 30px 0 0;
    list-style: none;
}
.indicators:after {
    content: '';
    display: block;
    clear: both;
}
.indicators li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 10px 0 16px;
}
.indicators li + li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 18px;
    margin: -10px 0 0;
    background: #000;
}
.indicators li .likes {
    float: left;
    margin: -8px 0 0;
    padding: 8px 0 8px 41px;
    background: url(../images/heart_icon.png) 0 0 no-repeat;
    -webkit-background-size: 33px 33px;
    background-size: 33px 33px;
    font-size: 15px;
}
.indicators li a {
    text-decoration: none;
    color: #7bc140;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.prod-list .box .social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 9px 20px 9px 16px;
}
.prod-list .box .social .twitter,
.prod-list .box .social .facebook {
    float: left;
    background: url(../images/twitter_icon.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 5px 0 0;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.prod-list .box .social .facebook {
    background: url(../images/fb_icon.png) 0 0 no-repeat;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.prod-list .box .social span {
    color: #fff !important;
    float: right;
    text-transform: uppercase;
}
.list-section .more {
    display: block;
    width: 220px;
    height: 55px;
    background: #000;
    color: #fff;
    border: 0;
    padding: 0;
    margin: 15px auto 0;
    font-size: 18px;
}
.upload-section .two-cols .upload2 input[type="text"] {
    width: 59%;
}
@media only screen and (max-width: 1145px) {
    .list-section .sort-form {
        max-width: 820px;
    }
}
@media only screen and (max-width: 863px) {
    .list-section .sort-form {
        max-width: 540px;
    }
    .list-section .sort-form .row {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .sort-list {
        float: none;
    }
    .sort-list li {
        width: 50%;
    }
    .sort-list li a {
        width: auto;
        line-height: 54px;
    }
}
@media only screen and (max-width: 767px) {
    .upload-section .two-cols .upload2 input[type="text"] {
        width: 100%;
    }
    .upload-section .upload2 .box {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .upload-section .two-cols .col-right,
    .upload-section .two-cols .col-left {
        float: none;
        width: auto;
    }
    .upload-section .two-cols:before {
        display: none;
    }
    .upload-section {
        padding: 100px 20px !important;
    }
    .upload-section .editor-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .upload-section .intro p {
        font-size: 18px;
        line-height: 22px;
    }
    .upload-section .two-cols h3 {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }
    .upload-section .two-cols {
        padding: 0;
    }
    .upload-section .insta-box .headline h3 {
        text-align: left;
        font-size: 15px;
        line-height: 26px;
    }
    .insta-box .number {
        font-size: 14px;
        line-height: 36px;
        width: 42px;
        height: 36px;
        -webkit-background-size: 42px 36px;
        background-size: 42px 36px;
    }
    .upload-section .insta-box p {
        font-size: 15px;
        line-height: 18px;
    }
    .upload-section .two-cols label {
        font-size: 15px;
    }
    .upload-section .two-cols input[type="text"],
    .upload-section .two-cols input[type="email"] {
        height: 50px;
    }
    .upload-section .upload {
        padding: 10px 0;
    }
    .upload-section .upload .file {
        height: 49px;
        width: 140px;
        -webkit-background-size: 140px 49px;
        background-size: 140px 49px;
    }
    .upload-section .name-holder {
        height: 49px;
        width: 140px;
        font-size: 16px;
        line-height: 49px;
    }
    .upload-section .checkbox-group label {
        font-size: 12px;
    }
}
.section-full-width.scale-background .background,
.content-blocks-section.scale-background .background {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.upload1 {
    overflow: hidden;
    display: none;
}
.upload2 {
    overflow: hidden;
    display: none;
}
.upload1.visible,
.upload2.visible {
    display: block;
}
.upload .radio-group label {
    padding-top: 2px;
}
.upload .radio-group input[type="radio"]:not(:checked) + label,
.upload .radio-group input[type="radio"]:checked + label {
    font-weight: 400;
}
.upload .radio-group input[type="radio"]:not(:checked) + label:after,
.upload .radio-group input[type="radio"]:checked + label:after {
    background: #000;
}
.upload .row {
    padding: 0 5px 25px;
    overflow: hidden;
}
.upload .row .radio-group {
    float: left;
    width: 50%;
}
.popup-inline-link {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    font-style: italic;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
#description h2 {
    font-size: 30px;
    line-height: 34px;
}
#description p {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px;
}
.btn-link {
    display: inline-block;
    padding: 18px 35px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 0 10px 10px;
    color: #fff !important;
    cursor: pointer;
}
.btn-link a {
    text-decoration: none;
    color: #fff;
}
.btn-white {
    color: #000 !important;
}
.btn-yellow {
    background: #eda400;
}
.btn-red {
    background: #d6002f;
}
.btn-link:hover {
    color: #fff !important;
}
.btn-white:hover {
    color: #000 !important;
}
.btn-white a {
    color: #000;
}
.btn-link:hover a {
    text-decoration: none;
}
.button-yellow,
.button-white,
.button-red,
.button-black,
.button-blue,
.button-green {
    display: inline-block;
    padding: 18px 35px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 0 10px 10px;
    color: #fff !important;
    cursor: pointer;
}
.button-yellow {
    background: #eda400;
}
.button-white {
    background: #fff;
    color: #000;
}
.button-red {
    background: #d6002f;
}
.button-black {
    background: #000;
}
.button-blue {
    background: #3D58A8;
}
.button-green {
    background: #159776;
}
.button-yellow a,
.button-white a,
.button-red a,
.button-black a,
.button-blue a,
.button-green a {
    text-decoration: none !important;
    color: #fff !important;
}
.button-white span,
.button-white a {
    color: #000 !important;
}
.button-yellow span,
.button-red span,
.button-black span,
.button-blue span,
.button-green span {
    color: #fff !important;
}
.button-yellow a:hover {
    color: #fff;
}
.button-white a:hover {
    color: #000;
}
.button-red a:hover {
    color: #fff;
}
.button-black a:hover {
    color: #fff;
}
.button-blue a:hover {
    color: #fff;
}
.button-green a:hover {
    color: #fff;
}
.button-yellow:hover {
    color: #fff;
    background: #e09c04;
}
.button-white:hover {
    color: #000;
    background: #F2F2F2;
}
.button-red:hover {
    color: #fff;
    background: #A60811;
}
.button-black:hover {
    color: #fff;
    background: #333;
}
.button-blue:hover {
    color: #fff;
    background: #2F4483;
}
.button-green:hover {
    color: #fff;
    background: #0F6A53;
}
.ohidden {
    overflow: hidden;
}
/* rich blocks with w1 */
/*.masonry-area .rich.w1h1 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-small,
.masonry-area .rich.w1h2 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-small,
.masonry-area .rich.w1h3 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-small {font-size: 22px;}

.masonry-area .rich.w1h1 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-medium,
.masonry-area .rich.w1h2 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-medium,
.masonry-area .rich.w1h3 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-medium {font-size: 24px;}

.masonry-area .rich.w1h1 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-large,
.masonry-area .rich.w1h2 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-large,
.masonry-area .rich.w1h3 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-large {font-size: 27px;}


.masonry-area .rich.w1h1 .item-text .text-wrapper .plate,
.owl-carousel .rich.w1h1 .item-text .text-wrapper .plate,
.masonry-area .rich.w1h2 .item-text .text-wrapper .plate,
.owl-carousel .rich.w1h2 .item-text .text-wrapper .plate,
.masonry-area .rich.w1h3 .item-text .text-wrapper .plate,
.owl-carousel .rich.w1h4 .item-text .text-wrapper .plate{font-size: 16px; line-height: 22px;}

.masonry-area .rich.w1h1 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-small.plate,
.masonry-area .rich.w1h2 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-small.plate,
.masonry-area .rich.w1h3 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-small.plate {font-size: 12px; line-height: 18px;}

.masonry-area .rich.w1h1 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-medium.plate,
.masonry-area .rich.w1h2 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-medium.plate,
.masonry-area .rich.w1h3 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-medium.plate {font-size: 16px; line-height: 22px;}

.masonry-area .rich.w1h1 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-large.plate,
.masonry-area .rich.w1h2 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-large.plate,
.masonry-area .rich.w1h3 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-large.plate {font-size: 20px;line-height: 28px;}*/
/* buttons in rich blocks with w1 */
/*.masonry-area .rich.w1h1 .item-text .item-btn-holder{
	overflow: hidden;
	height: 40px;
	bottom: 15px;
}
.masonry-area .rich.w1h1 .item-text .btn-red{
	height: 40px;
	font-size: 18px;
	line-height: 40px;
}*/
/* rich blocks with w2 */
/*.masonry-area .rich.w2h1 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .text-small,
.masonry-area .rich.w2h2 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .text-small,
.masonry-area .rich.w2h3 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w2h3 .item-text .text-wrapper .text-small {font-size: 22px;}

.masonry-area .rich.w2h1 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .text-medium,
.masonry-area .rich.w2h2 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .text-medium,
.masonry-area .rich.w2h3 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w2h3 .item-text .text-wrapper .text-medium {font-size: 33px;}

.masonry-area .rich.w2h1 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .text-large,
.masonry-area .rich.w2h2 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .text-large,
.masonry-area .rich.w2h3 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w2h3 .item-text .text-wrapper .text-large {font-size: 44px;}


.masonry-area .rich.w2h1 .item-text .text-wrapper .plate,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .plate,
.masonry-area .rich.w2h2 .item-text .text-wrapper .plate,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .plate,
.masonry-area .rich.w2h3 .item-text .text-wrapper .plate,
.owl-carousel .rich.w2h4 .item-text .text-wrapper .plate{font-size: 22px; line-height: 26px;}

.masonry-area .rich.w2h1 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .text-small.plate,
.masonry-area .rich.w2h2 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .text-small.plate,
.masonry-area .rich.w2h3 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w2h3 .item-text .text-wrapper .text-small.plate {font-size: 14px; line-height: 20px;}

.masonry-area .rich.w2h1 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .text-medium.plate,
.masonry-area .rich.w2h2 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .text-medium.plate,
.masonry-area .rich.w2h3 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w2h3 .item-text .text-wrapper .text-medium.plate {font-size: 24px; line-height: 28px;}

.masonry-area .rich.w2h1 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .text-large.plate,
.masonry-area .rich.w2h2 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .text-large.plate,
.masonry-area .rich.w2h3 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w2h3 .item-text .text-wrapper .text-large.plate {font-size: 36px;line-height: 44px;}*/
/* rich blocks with w3 */
/*.masonry-area .rich.w3h1 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-small{font-size: 22px;}
.masonry-area .rich.w3h2 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-small{font-size: 24px;}
.masonry-area .rich.w3h3 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-small {font-size: 26px;}

.masonry-area .rich.w3h1 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-medium{font-size: 33px;}
.masonry-area .rich.w3h2 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-medium{font-size: 45px;}
.masonry-area .rich.w3h3 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-medium {font-size: 47px;}

.masonry-area .rich.w3h1 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-large{font-size: 44px;}
.masonry-area .rich.w3h2 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-large{font-size: 66px;}
.masonry-area .rich.w3h3 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-large {font-size: 68px;}


.masonry-area .rich.w3h1 .item-text .text-wrapper .plate,
.owl-carousel .rich.w3h1 .item-text .text-wrapper .plate,
.masonry-area .rich.w3h2 .item-text .text-wrapper .plate,
.owl-carousel .rich.w3h2 .item-text .text-wrapper .plate,
.masonry-area .rich.w3h3 .item-text .text-wrapper .plate,
.owl-carousel .rich.w3h4 .item-text .text-wrapper .plate{font-size: 37px; line-height: 47px;}

.masonry-area .rich.w3h1 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-small.plate,
.masonry-area .rich.w3h2 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-small.plate,
.masonry-area .rich.w3h3 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-small.plate {font-size: 14px; line-height: 20px;}

.masonry-area .rich.w3h1 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-medium.plate,
.masonry-area .rich.w3h2 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-medium.plate,
.masonry-area .rich.w3h3 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-medium.plate {font-size: 37px; line-height: 47px;}

.masonry-area .rich.w3h1 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-large.plate,
.masonry-area .rich.w3h2 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-large.plate,
.masonry-area .rich.w3h3 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-large.plate {font-size: 60px;line-height: 88px;}*/
/* rich blocks with w6 */
/*.masonry-area .rich.w6h3 .item-text .text-wrapper .text-small,
.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-small {font-size: 26px;}


.masonry-area .rich.w6h3 .item-text .text-wrapper .text-medium,
.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-medium {font-size: 77px;}


.masonry-area .rich.w6h3 .item-text .text-wrapper .text-large,
.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-large {font-size: 127px;}


.masonry-area .rich.w6h3 .item-text .text-wrapper .plate,
.owl-carousel .rich.w6h3 .item-text .text-wrapper .plate{font-size: 64px; line-height: 80px;}

.masonry-area .rich.w6h3 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-small.plate {font-size: 22px; line-height: 28px;}

.masonry-area .rich.w6h3 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-medium.plate {font-size: 64px; line-height: 80px;}

.masonry-area .rich.w6h3 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-large.plate {font-size: 96px;line-height: 120px;}*/

@media only screen and (max-width: 1199px) {
    /* rich blocks with w6 */
    /*  .masonry-area .rich.w6h3 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-small {font-size: 26px;}


	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-medium {font-size: 60px;}


	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-large {font-size: 94px;}


	.masonry-area .rich.w6h3 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .plate{font-size: 44px; line-height: 54px;}

	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-small.plate {font-size: 22px; line-height: 28px;}

	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-medium.plate {font-size: 41px; line-height: 51px;}

	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-large.plate {font-size: 60px;line-height: 82px;}*/
}
@media only screen and (max-width: 1023px) {
    /* rich blocks with w1 */
    /* .masonry-area .rich .item-text .text-wrapper .text{font-size: 15px;}
	.masonry-area .rich .item-text .text-wrapper .caption{font-size: 17px;}
	.masonry-area .rich.w1h1 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-small,
	.masonry-area .rich.w1h2 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-small,
	.masonry-area .rich.w1h3 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-small {font-size: 12px;}

	.masonry-area .rich.w1h1 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-medium,
	.masonry-area .rich.w1h2 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-medium,
	.masonry-area .rich.w1h3 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-medium {font-size: 15px;}

	.masonry-area .rich.w1h1 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-large,
	.masonry-area .rich.w1h2 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-large,
	.masonry-area .rich.w1h3 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-large {font-size: 18px;}


	.masonry-area .rich.w1h1 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w1h1 .item-text .text-wrapper .plate,
	.masonry-area .rich.w1h2 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w1h2 .item-text .text-wrapper .plate,
	.masonry-area .rich.w1h3 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w1h4 .item-text .text-wrapper .plate{font-size: 12px; line-height: 18px;}

	.masonry-area .rich.w1h1 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-small.plate,
	.masonry-area .rich.w1h2 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-small.plate,
	.masonry-area .rich.w1h3 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-small.plate {font-size: 10px; line-height: 15px;}

	.masonry-area .rich.w1h1 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-medium.plate,
	.masonry-area .rich.w1h2 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-medium.plate,
	.masonry-area .rich.w1h3 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-medium.plate {font-size: 12px; line-height: 17px;}

	.masonry-area .rich.w1h1 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w1h1 .item-text .text-wrapper .text-large.plate,
	.masonry-area .rich.w1h2 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w1h2 .item-text .text-wrapper .text-large.plate,
	.masonry-area .rich.w1h3 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w1h3 .item-text .text-wrapper .text-large.plate {font-size: 14px;line-height: 20px;}*/
    /* rich blocks with w2 */
    /*
.masonry-area .rich.w2h1 .item-text .text-wrapper .plate,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .plate,
.masonry-area .rich.w2h2 .item-text .text-wrapper .plate,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .plate,
.masonry-area .rich.w2h3 .item-text .text-wrapper .plate,
.owl-carousel .rich.w2h4 .item-text .text-wrapper .plate{font-size: 18px; line-height: 26px;}

.masonry-area .rich.w2h1 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .text-small.plate,
.masonry-area .rich.w2h2 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .text-small.plate,
.masonry-area .rich.w2h3 .item-text .text-wrapper .text-small.plate,
.owl-carousel .rich.w2h3 .item-text .text-wrapper .text-small.plate {font-size: 12px; line-height: 18px;}

.masonry-area .rich.w2h1 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .text-medium.plate,
.masonry-area .rich.w2h2 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .text-medium.plate,
.masonry-area .rich.w2h3 .item-text .text-wrapper .text-medium.plate,
.owl-carousel .rich.w2h3 .item-text .text-wrapper .text-medium.plate {font-size: 18px; line-height: 26px;}

.masonry-area .rich.w2h1 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w2h1 .item-text .text-wrapper .text-large.plate,
.masonry-area .rich.w2h2 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w2h2 .item-text .text-wrapper .text-large.plate,
.masonry-area .rich.w2h3 .item-text .text-wrapper .text-large.plate,
.owl-carousel .rich.w2h3 .item-text .text-wrapper .text-large.plate {font-size: 26px;line-height: 36px;}*/
    /* rich blocks with w3 */
    /*.masonry-area .rich.w3h1 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-small{font-size: 22px;}
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-small{font-size: 24px;}
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-small {font-size: 26px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-medium{font-size: 33px;}
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-medium{font-size: 39px;}
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-medium {font-size: 41px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-large{font-size: 44px;}
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-large{font-size: 54px;}
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-large {font-size: 56px;}


	.masonry-area .rich.w3h1 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .plate,
	.masonry-area .rich.w3h2 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .plate,
	.masonry-area .rich.w3h3 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w3h4 .item-text .text-wrapper .plate{font-size: 25px; line-height: 33px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-small.plate,
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-small.plate,
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-small.plate {font-size: 14px; line-height: 20px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-medium.plate,
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-medium.plate,
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-medium.plate {font-size: 25px; line-height: 33px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-large.plate,
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-large.plate,
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-large.plate {font-size: 40px;line-height: 50px;}



	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-small {font-size: 22px;}


	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-medium {font-size: 46px;}


	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-large {font-size: 70px;}


	.masonry-area .rich.w6h3 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .plate{font-size: 44px; line-height: 54px;}

	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-small.plate {font-size: 22px; line-height: 28px;}

	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-medium.plate {font-size: 30px; line-height: 40px;}

	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-large.plate {font-size: 40px;line-height: 50px;}

	.masonry-area .item-text .item-btn-holder{
		 height: 50px;
	}
	.masonry-area .item-text .item-text-holder .btn-red{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	.masonry-area .rich.w1h1 .item-text .item-btn-holder{
		overflow: hidden;
		height: 25px;
		bottom: 5px;
	}
	.masonry-area .rich.w1h1 .item-text .btn-red{
		height: 25px;
		font-size: 14px;
		line-height: 25px;
	}*/
}
@media only screen and (max-width: 639px) {
    /* .masonry-area .w1h1.item.rich{
		height: 300px !important;
	}
	.masonry-area .rich.w1h1 .item-text .item-btn-holder,
	.masonry-area .rich.w1h1 .item-text .btn-red{
		height: 40px;
		line-height: 40px;
	}*/
    /* rich blocks with w3 */
    /* .masonry-area .rich.w3h1 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-small{font-size: 20px;}
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-small{font-size: 20px;}
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-small {font-size: 20px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-medium{font-size: 23px;}
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-medium{font-size: 27px;}
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-medium {font-size: 28px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-large{font-size: 26px;}
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-large{font-size: 34px;}
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-large {font-size: 36px;}


	.masonry-area .rich.w3h1 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .plate,
	.masonry-area .rich.w3h2 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .plate,
	.masonry-area .rich.w3h3 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w3h4 .item-text .text-wrapper .plate{font-size: 25px; line-height: 33px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-small.plate,
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-small.plate,
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-small.plate {font-size: 14px; line-height: 20px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-medium.plate,
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-medium.plate,
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-medium.plate {font-size: 27px; line-height: 33px;}

	.masonry-area .rich.w3h1 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w3h1 .item-text .text-wrapper .text-large.plate,
	.masonry-area .rich.w3h2 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w3h2 .item-text .text-wrapper .text-large.plate,
	.masonry-area .rich.w3h3 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w3h3 .item-text .text-wrapper .text-large.plate {font-size: 40px;line-height: 50px;}



	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-small,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-small {font-size: 22px;}


	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-medium,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-medium {font-size: 30px;}


	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-large,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-large {font-size: 37px;}


	.masonry-area .rich.w6h3 .item-text .text-wrapper .plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .plate{font-size: 24px; line-height: 34px;}

	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-small.plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-small.plate {font-size: 18px; line-height: 28px;}

	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-medium.plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-medium.plate {font-size: 23px; line-height: 33px;}

	.masonry-area .rich.w6h3 .item-text .text-wrapper .text-large.plate,
	.owl-carousel .rich.w6h3 .item-text .text-wrapper .text-large.plate {font-size: 27px;line-height: 37px;}*/
}
.vjs-youtube {
    cursor: default !important;
}
.iframeblocker {
    z-index: 10000;
    pointer-events: none;
}
.iframeblocker:after,
.iframeblocker:before,
.iframeblocker .inside:after,
.iframeblocker .inside:before {
    position: absolute;
    content: '';
    right: -40px;
    width: 50%;
    top: 0;
    bottom: 0;
    pointer-events: auto !important;
    cursor: default !important;
}
.iframeblocker:before {
    right: auto;
    left: -40px;
}
.iframeblocker .inside:after,
.iframeblocker .inside:before {
    left: 0;
    right: auto;
    bottom: auto;
    top: -40px;
    width: 100%;
    height: 50%;
}
.iframeblocker .inside:before {
    top: auto;
    bottom: -40px;
}
.item-holder .vjs-youtube .vjs-poster {
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
.vjs-playing .vjs-poster,
.vjs-paused.vjs-has-started .vjs-poster {
    display: none;
}
.vjs-youtube.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block !important;
}
.vjs-playing.vjs-has-started .vjs-big-play-button {
    display: none !important;
}
.vjs-poster {
    overflow: hidden;
}
.onDesktop {
    cursor: pointer !important;
}
.onDesktop + .iframeblocker,
.onDesktop + .iframeblocker:after,
.onDesktop + .iframeblocker:before,
.onDesktop + .iframeblocker .inside,
.onDesktop + .iframeblocker .inside:after,
.onDesktop + .iframeblocker .inside:before {
    display: none !important;
}
#player {
    cursor: pointer;
}
.touch .vjs-poster {
    pointer-events: none !important;
}
.preloder-block {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .9);
    z-index: 50000;
    display: none;
}
.preloder-block .preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -52px 0 0 -32px;
}
.preloder-block p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    top: 56%;
}
.search-area-holder .container {
    position: relative;
}
/*- content block items styles -*/

.content-blocks-section {
    position: relative;
    padding: 0 50px 100px;
    overflow: hidden;
}
.content-blocks-section .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.content-blocks-section .headers {
    padding: 50px 0 30px;
    text-align: center;
}
.content-blocks-section .content-blocks {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.content-blocks-section .content-blocks .content-block-item {
    padding-top: 0;
    text-align: left;
    background: #fff;
    color: #000;
    position: relative;
}
.campaign .content-blocks-section .content-blocks .content-block-item {
    background: #000;
    color: #fff;
}
.content-blocks-section .content-blocks .content-block-item .bgcolor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4000px;
    z-index: -1;
    background: #fff;
}
.content-blocks-section .content-blocks.blocks-1 .content-block-item img {
    height: 534px;
    width: 100%;
}
.content-blocks-section .content-blocks .content-block-item .item-img {
    position: relative;
    overflow: hidden;
}
.content-blocks-section .content-blocks .content-block-item .video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.content-blocks-section .content-blocks .content-block-item .video-container iframe,
.content-blocks-section .content-blocks .content-block-item .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-blocks-section .content-blocks .content-block-item .image-container {
    position: relative;
}
.content-blocks-section .content-blocks .content-block-item .video-container .video-js {
    position: static;
}
.content-blocks-section .content-blocks .content-block-item.with-video .image-container:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 128px;
    height: 128px;
    margin: -64px 0 0 -64px;
    background: url(data:image/png;base64,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);
    cursor: pointer;
}
.content-blocks-section .content-blocks .content-block-item .item-text {
    padding: 16px;
}
.campaign .content-blocks-section .content-blocks .content-block-item .item-text {
    padding: 45px 40px;
}
.content-blocks-section .blocks-1 .content-block-item .item-img {
    width: 50%;
    float: left;
    height: 534px;
}
.content-blocks-section .blocks-1 .content-block-item .item-text {
    width: 50%;
    float: right;
}
.content-blocks-section .blocks-2 .content-block-item .item-img {
    height: 534px;
}
.content-blocks-section .blocks-2 .content-block-item .item-img img {
    height: 534px;
}
.content-blocks-section .blocks-3 .content-block-item .item-img {
    height: 235px;
}
.content-blocks-section .blocks-3 .content-block-item .item-img img {
    height: 235px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.content-blocks-section .headers p a {
    color: #000;
}
.campaign .content-blocks-section .blocks-3 .content-block-item .item-img {
    height: 320px;
}
.campaign .content-blocks-section .blocks-3 .content-block-item .item-img img {
    height: 320px;
}
.content-blocks-section .blocks-4 .content-block-item .item-img {
    height: 268px;
}
.content-blocks-section .blocks-4 .content-block-item .item-img img {
    height: 268px;
    width: 100%;
}
.content-blocks-section .content-blocks.blocks-1 .content-block-item .item-img {
    overflow: hidden;
}
.content-blocks-section .content-blocks.blocks-1 .content-block-item .item-text {
    padding: 50px 55px;
}
/*
.content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-img .video-container{
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-img .video-container .youtube-video-player iframe{
  position: relative;
  left: auto;
  top: auto;
  display: block;
}
*/

.content-blocks-section .content-blocks.blocks-2 .content-block-item {
    width: 49%;
    float: left;
}
.content-blocks-section .content-blocks.blocks-2 .content-block-item:first-child {
    margin-right: 2%;
}
.content-blocks-section .content-blocks.blocks-3 .content-block-item {
    width: 32%;
    margin-right: 2%;
    float: left;
}
.content-blocks-section .content-blocks.blocks-3 .content-block-item:last-child {
    margin-right: 0;
}
.content-blocks-section .content-blocks.blocks-4 .content-block-item {
    float: left;
    width: 49%;
    margin-bottom: 2%;
    overflow: hidden;
}
@media only screen and (max-width: 1195px) {
    .content-blocks-section .blocks-3 .content-block-item .item-img {
        height: 370px;
    }
    .content-blocks-section .blocks-3 .content-block-item .item-img img {
        height: 370px;
    }
    .content-blocks-section .blocks-4 .content-block-item .item-img {
        height: 370px;
    }
    .content-blocks-section .blocks-4 .content-block-item .item-img img {
        height: 370px;
    }
}
.content-blocks-section .content-blocks.blocks-4 .content-block-item:nth-child(odd) {
    margin-right: 2%;
}
.content-blocks-section .content-blocks.blocks-4 .content-block-item:last-child {
    margin-right: 0;
}
/*
.content-blocks-section .content-blocks.blocks-3 .content-block-item .item-text,
.content-blocks-section .content-blocks.blocks-4 .content-block-item .item-text{
  padding: 25px 20px 0;
}*/

.content-blocks-section .content-blocks.blocks-3 .content-block-item h4,
.content-blocks-section .content-blocks.blocks-4 .content-block-item h4 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
}
.content-blocks-section .content-blocks .content-block-item {
    font-size: 18px;
    line-height: 28px;
}
.content-blocks-section .content-blocks .content-block-item p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
}
.content-blocks-section .content-blocks.blocks-4 .content-block-item {
    font-size: 15px;
    line-height: 23px;
}
.content-blocks-section .content-blocks.blocks-4 .content-block-item p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}
.content-blocks-section .owl-carousel {
    background: #fff;
    padding: 0 0 68px;
}
.campaign .content-blocks-section .owl-carousel {
    background: #000;
}
.content-blocks .owl-pagination {
    margin: 0 0 16px;
    top: 14px;
    bottom: auto;
}
.content-blocks .owl-controls {
    position: relative;
    height: 70px;
    padding: 0;
    background: #242323;
}
@media only screen and (max-width: 1224px) {
    .content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-img {
        width: 100%;
        height: 534px;
    }
    .content-blocks-section .content-blocks.blocks-1-b .content-block-item .item-text {
        width: 100%;
        padding: 25px 20px;
    }
    .content-blocks-section .blocks-1 .content-block-item .item-img {
        height: 534px;
        float: none;
        width: auto;
    }
    .content-blocks-section .blocks-1 .content-block-item .item-text {
        float: none;
        width: auto;
    }
    .content-blocks-section .content-blocks .content-block-item .item-img img {
        width: 100%;
    }
    .content-blocks-section .blocks-2 .content-block-item .item-img {
        float: none;
        width: 100%;
        height: 315px;
    }
    .content-blocks-section .blocks-2 .content-block-item .item-img img {
        height: 315px;
    }
    .content-blocks-section .blocks-3 .content-block-item .item-img {
        height: 188px;
        overflow: hidden;
        float: none;
        width: 100%;
    }
    .content-blocks-section .blocks-3 .content-block-item .item-img img {
        height: 188px;
    }
    .content-blocks-section .blocks-4 .content-block-item .item-img {
        float: none;
        width: 100%;
        height: 315px;
    }
    .content-blocks-section .blocks-4 .content-block-item .item-img img {
        height: 315px;
    }
}
@media only screen and (max-width: 767px) {
    .owl-carousel,
    .owl-wrapper-outer,
    .owl-wrapper-outer .owl-item,
    .owl-wrapper-outer .owl-item > div {
        height: auto !important;
    }
    .content-blocks-section .owl-carousel {
        padding: 0;
    }
    .content-blocks-section .content-blocks .content-block-item .item-img {
        width: 100%;
        /* height: auto !important;*/
    }
    .content-blocks-section .content-blocks .content-block-item .item-text {
        width: 100%;
        padding: 25px 20px 0;
    }
    .content-blocks-section .content-blocks .content-block-item h4 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .content-blocks-section .content-blocks .content-block-item p {
        margin-bottom: 10px;
    }
    .content-blocks-section .content-blocks.mobile-carousel .owl-item,
    .content-blocks-section .content-blocks.mobile-carousel .content-block-item {
        width: 100%;
        margin: 0;
    }
    .content-blocks-section .owl-pagination {
        margin: 0;
    }
    .content-blocks .content-block-item {
        min-height: 10px !important;
    }
    .content-blocks-section .content-blocks .content-block-item .item-img img {
        width: 100% !important;
        height: 100% !important;
    }
    .content-blocks-section .owl-carousel img {
        width: 100% !important;
    }
}
@media only screen and (max-width: 667px) {
    .content-blocks-section .blocks-2 .content-block-item .item-img,
    .content-blocks-section .blocks-3 .content-block-item .item-img,
    .content-blocks-section .blocks-4 .content-block-item .item-img {
        height: 230px;
    }
}
.content-blocks-section .content-block-item .item-text a {
    color: #000;
}
.campaign .content-blocks-section .content-block-item .item-text a {
    color: #fff;
}
.newsletter-holder,
.subscribe-holder {
    cursor: auto !important;
}
@media only screen and (min-width: 640px) {
    .masonry-area .video-item.w6h3 .item-holder {
        height: 439px;
    }
}
@media only screen and (min-width: 960px) {
    .masonry-area .video-item.w6h3 .item-holder {
        height: 529px;
    }
}
@media only screen and (min-width: 1024px) {
    .masonry-area .video-item.w6h3 .item-holder {
        height: 663px;
    }
}
@media only screen and (min-width: 1200px) {
    .masonry-area .video-item.w6h3 .item-holder {
        height: 663px;
    }
}
@media only screen and (min-width: 1440px) {
    .masonry-area .video-item.w6h3 .item-holder {
        height: 799px;
    }
}
.visual-info-wide .with-video .item-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.most-recent-videos .container {
    max-width: 946px !important;
}
.caption .caption-inner h1,
.caption .caption-inner h2 {
    color: #fff;
}
.caption.plate .caption-inner h1,
.caption.plate .caption-inner h2,
.caption .caption-inner h1.plate,
.caption .caption-inner h2.plate {
    font-family: 'Plate_New', 'PlateRegular';
}
.most-recent-videos h4 {
    position: relative;
    margin: 0 auto;
    max-width: 1460px;
    margin-bottom: 0;
    color: #A9A9A9;
}
.most-recent-videos {
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Campaign start page */

.start-section,
.vote-section {
    height: 100%;
    position: relative;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 750px;
    text-align: center;
    color: #fff;
    padding: 100px 0 0;
    font-size: 33px;
    line-height: 35px;
}
.start-section h1,
.start-section h2,
.start-section h3,
.vote-section h1,
.vote-section h2,
.vote-section h3 {
    color: #fff;
}
.start-section h1 {
    font-size: 58px;
    line-height: 75px;
}
.start-section h3 {
    text-transform: uppercase;
}
.start-section .background,
.vote-section .background {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.start-section .background img,
.vote-section .background img {
    width: 100%;
    height: auto;
}
.start-section .container,
.vote-section .container {
    position: relative;
}
.vote-section .container a {
    z-index: 50;
}

.start-section .container {
    padding-bottom: 50px;
}

.start-section h1.plate,
.start-section h2.plate,
.start-section h3.plate,
.vote-section h1.plate,
.vote-section h2.plate,
.vote-section h3.plate {
    font-family: 'Plate_New', 'PlateRegular', sans-serif !important;
}
.buttons-group {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    padding: 40px 0 70px;
    font-weight: bold;
}
.buttons-group li {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.buttons-group li a {
    text-decoration: none;
    color: #fff;
}
.buttons-group li a br {
    display: none;
}
.buttons-group li a img {
    display: block;
    margin: 0 auto 14px;
}
.start-button {
    background: #ffb217;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 29px;
    line-height: 75px;
    padding: 0 60px;
    font-weight: bold;
}
.start-button:hover {
    background: #dd9402;
    color: #fff;
}
/* start mobile  */

@media only screen and (max-width: 767px) {
    .buttons-group {
        padding-bottom: 25px;
        padding-top: 10px;
    }
    .start-section .buttons-group li {
        display: block;
        overflow: hidden;
        margin: 0 auto 20px;
        width: 200px;
    }
    .start-section .buttons-group li a {
        display: block;
        text-align: left;
        min-width: 190px;
        line-height: 46px;
    }
    .start-section .buttons-group li span {
        overflow: hidden;
        display: block;
        position: relative;
        text-overflow: ellipsis;
        padding: 0 0 0 63px;
        margin: 0 auto;
        width: 100%;
    }
    .start-section .buttons-group li a img {
        float: left;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 15px 20px 0;
        width: 46px;
        height: auto;
    }
    .start-section {
        padding: 50px 20px;
        min-height: 0;
    }
    .start-section .container h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .start-button {
        font-size: 20px;
        line-height: 50px;
    }
    .vote-section {
        min-height: 0 !important;
        padding-bottom: 0 !important;
    }
}
/* video listing */

.video-listing .video-item {
    width: 460px !important;
    height: 225px !important;
}
@media only screen and (min-width: 1920px) {
    .video-listing .video-item {
        width: 450px !important;
        height: 220px !important;
    }
    .video-listing .masonry-area {
        width: 1460px;
    }
}
@media only screen and (max-width: 1919px) {
    /*1440*/
    
    .video-listing .video-item {
        width: 460px !important;
        height: 220px !important;
    }
}
@media only screen and (max-width: 1439px) {
    /*1200*/
    
    .video-listing .video-item {
        width: 380px !important;
    }
}
@media only screen and (max-width: 1199px) {
    /*960*/
    
    .video-listing .video-item {
        width: 300px !important;
    }
}
@media only screen and (max-width: 1023px) {
    /*960*/
    
    .video-listing .video-item {
        width: 300px !important;
    }
}
@media only screen and (max-width: 959px) {
    /*800*/
    
    .video-listing .video-item {
        width: 250px !important;
    }
}
@media only screen and (max-width: 799px) {
    /*640*/
    
    .video-listing .video-item {
        width: 200px !important;
    }
}
@media only screen and (max-width: 639px) {
    /*100%*/
    
    .video-listing .video-item,
    .video-listing .video-item.w1h1.item {
        width: 100% !important;
    }
}
/* vote section */
.vote-section {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 40px;
}
.vote-section .headline {
    max-width: 960px;
    margin: 0 auto;
}
.vote-section ul {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-size: 20px;
    line-height: 28px;
}
.voting a {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
/* thank section */
.thank-section {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.vote-section.thank-section .headline p {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .main {
        min-height: initial;
    }
    .vote-section .container h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .thank-section p {
        font-size: 22px;
        line-height: 26px;
    }
}
body .visual-info-wide-b .video-container .item .vjs-big-play-button,
.vimeo-video-player .vjs-big-play-button,
.masonry-area .vimeo-video-player .vjs-big-play-button {
    background: none !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 500 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    opacity: 0 !important;
    pointer-events: auto !important;
}

.video-item {
	position: relative;
}

.video-item .caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    pointer-events: none;
}
.video-item .caption .caption-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.video-item .caption .caption-frame {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.seo-hidden {
    display: none !important;
}
.buttons-group li span {
    display: block;
    position: relative;
    padding: 0 0 35px;
    min-height: 111px;
}
.buttons-group li strong {
    font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vote-section .headline {
    margin: 0 auto 20px;
    padding: 0 70px;
}
.vote-section .errors {
    color: #f00;
    padding: 5px;
}
.vote-section .page-nav .prev,
.vote-section .page-nav .next {
    margin: 0;
}
.campaignshadow {
    -ms-text-shadow: 2px 2px 5px #969696;
    text-shadow: 2px 2px 5px #969696;
}
.campaignshadow-voting {
    -ms-text-shadow: 1px 1px 8px #969696;
    text-shadow: 1px 1px 8px #969696;
}
/*/ vote page /*/
.vote-section .headline.vote-section .headline {
    padding: 0 75px 30px;
}
.vote-section .headline ul li {
    list-style-type: none;
}
.vote-section .headline p {
    text-align: left;
}
.vote-section .headline ul {
    text-align: left;
}
/*/ go back button /*/
.vote-section .go-back {
    display: none;
}
@media (max-width: 767px) {
    .campaigntext p  {
        font-size: 20px !important;
         margin-bottom: 17px !important;
     }
}
@media only screen and (max-width: 767px) {
    .vote-section .go-back {
        display: block;
        padding: 0 10px;
    }
    .vote-section .go-back a {
        width: 100%;
    }
    .most-recent-videos {
        display: none !important;
    }
}
.vote-section h4 {
    color: #fff;
}
@media only screen and (max-width: 1023px) {
    .vote-section .page-nav .prev,
    .vote-section .page-nav .next {
        margin-left: 10px !important;
        float: left;
    }
    .vote-section .page-nav .next {
        margin-right: 10px !important;
        float: right;
    }
}
.vote-section .background img {
    width: auto;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .vote-section-mobile {
        padding-top: 0;
    }
    .vote-section-mobile .background {
        position: static;
        height: 215px;
    }
    .vote-section-mobile .headline {
        color: #000;
        padding: 40px 20px 0 !important;
        position: relative;
    }
    .vote-section-mobile h1,
    .vote-section-mobile h2,
    .vote-section-mobile h3,
    .vote-section-mobile h4 {
        color: #000;
    }
    .vote-section-mobile .go-back {
        padding: 0;
    }
    .vote-section-mobile .voting {
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .vote-section-mobile .vote-btn-text {
        display: none;
    }
    .vote-section-mobile ul {
        margin: 0 0 20px;
    }
    .vote-section-mobile .page-nav {
        top: 73px !important;
    }
    .iframeblocker {
        display: none !important;
    }

    .start-section .container {
        padding-bottom: 0px;
    }

    .start-section .buttons-group li span {
        padding: 0 0 0 54px;
        min-height: 0;
        height: 60px;
    }
    .start-section .buttons-group li strong {
        position: static;
        display: block;
        width: 80%;
        font-size: 15px;
        line-height: 46px;
    }
    .start-section .buttons-group li span img {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: auto;
    }
    .start-section .buttons-group li span br {
        display: none;
    }

    .thank-section {
        height: auto;   
    }

    .thank-section .buttons-group li {
        min-width: 80px;
        width: auto;
    }

    .thank-section .headline {
        padding: 0 0px;
    }

    .vote-section p {
        font-size: 18px;
        font-style: normal;
        font-weight: 200;
        letter-spacing: -0.5px;
        line-height: 26px;
        text-align: left;
    }
}

.playing .caption {
    display: none !important;
}
.coupons-form .radio-group {
    display: inline-block;
}
.coupons-form .radio-group label {
    color: white;
}
.item-coupon a {
    color: #f3a200 !important; 
    text-decoration: underline !important;
}
.item-coupon a:hover {
    color: #f3a200 !important;
    text-decoration: none !important;
}
