/*
Theme Name: temi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: temi
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

temi is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*
 * ================================== General ===============================
 */
#breadcrumbs {
    margin: 14px 0;
}

#breadcrumbs * {
    color: #565656;
}


.p-home__content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-transform: uppercase;
}

.page-template-page-home {
    overflow: hidden;
    /*background: #000;*/
}

.skip-link.screen-reader-text {
    position: absolute;
    font-size: 0;
    opacity: 0;
    z-index: -1;
}

.screen-reader-text:active,
.screen-reader-text:focus {
    font-size: inherit;
    opacity: 1;
    z-index: 999;
}

.btn {
    display: inline-block;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    /*font-weight: 300;*/
    letter-spacing: 5px;
    font-size: 18px;
    line-height: 25px;
}

.btn_bars_s {
    width: 15px;
    line-height: 20px;
}

/* .bars__inner {
    height: 3px;
    width: 15px;
    margin-bottom: 3px;
    background: #21cd99;
} */

.spaced-text {
    letter-spacing: 0.52em;
    font-size: 18px;
}

.video_has-controls {
    cursor: pointer;
}

.video__controls {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2147483647;
}

audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure {
    display: none !important;;
}

*::-webkit-media-controls, *::-webkit-media-controls {
    display: none !important;;
}

.svg-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    font-size: 22px;
    color: #C2C4C6;
}

.video__options {
    position: absolute;
    top: 18px;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 2147483647;
}

.video__title {
    margin: 0 0 0 24px;
    vertical-align: text-bottom;
    display: inline-block;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 2px;
    color: #ffffff;
}

.video__fullscreen {
    position: absolute;
    right: 24px;
    bottom: 13px;
}

video:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

.video__social {
    float: right;
    margin-right: 30px;
    line-height: 34px;
    font-size: 30px;
}

.video__social-overlay {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2147483647;
    background-color: rgba(0, 0, 0, 0.75);
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.video__social-wrapper {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video__social-title {
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 49px;
}

.video__social-link {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #21cd99;
}

.video__bottom-controls {
    position: absolute;
    bottom: 28px;
    left: 5px;
    width: 400px;
    text-align: left;
}

.controls_minimal {
    display: none;
}

.video__time {
    text-align: right;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    display: none;
}

.video__time > div {
    display: inline-block;
}

/** line below is to hide html that is added by this file in the footer (apiai stuff)- https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js **/
.thumb {
    display: none;
}

.nav-arrow-up {
    position: fixed;
    z-index: 100;
    top: initial;
    bottom: 53px;
    right: 54px;
    cursor: pointer;
    display: none;
}

.full-screen-layer {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.featherlight {
    background: rgba(0, 0, 0, 0.82);
}

.featherlight .featherlight-close-icon {
    font-size: 22px;
    margin: 18px 18px 0 0;
}

.f-search__input-text-wrapper {
    display: inline-block;
    background: #fff;
    margin-top: 26px;
}

.f-search__text {
    width: 426px;
    height: 52px;
    padding-left: 7px;

}

.f-search__text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C2C4C6;
    font-size: 17px;
    line-height: 26px;
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
}

.f-search__text::-moz-placeholder { /* Firefox 19+ */
    color: #C2C4C6;
}

.f-search__text:-ms-input-placeholder { /* IE 10+ */
    color: #C2C4C6;
}

.f-search__text:-moz-placeholder { /* Firefox 18- */
    color: #C2C4C6;
}

@media only screen and (max-width: 740px) {
    /*.btn_plus {*/
    /*right: 56px;*/
    /*top: 9px;*/
    /*}*/
    .featherlight .featherlight-content {
        vertical-align: bottom;
        margin: 20px 20px;
    }

    .f-search__input-text-wrapper {
        width: 100%;
        max-width: 94%;
    }

    .f-search__text {
        width: 100%;
    }

    .i-mglass {
        height: 11px;
        width: 11px;
        margin: 0 0 5px 7px;
    }

    .i-mglass:after {
        width: 10px;
        top: 12px;
        left: 6px;
    }
}

/*
 * ================================== End General ===============================
 */
/*
 * ================================== Icons ===============================
 */
.img-plus {
    display: inline;
    margin-left: 20px;
    vertical-align: text-top;
}

.i-mglass {
    position: relative;
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    vertical-align: text-bottom;
    border: 1px solid #282829;
    margin: 0 18px 5px 7px;
    cursor: pointer;
}

.i-mglass:after {
    content: "";
    height: 1px;
    width: 11px;
    background: #282829;
    position: absolute;
    top: 14px;
    left: 8px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
 * ================================== Menus ===============================
 */
/*.nav-overlay {*/
/*position: fixed;*/
/*height: 100%;*/
/*right: 0;*/
/*z-index: 998;*/
/*width: 100%;*/
/*text-align: right;*/
/*background: transparent;*/
/*display: none;*/
/*}*/

/*#site-navigation {*/
/*height: 100%;*/
/*width: 684px;*/
/*margin-left: auto;*/
/*background: #fff;*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-flex-direction: column;*/
/*flex-direction: column;*/
/*-webkit-justify-content: flex-start;*/
/*justify-content: flex-start;*/
/*padding: 0 0 80px 80px;*/
/*font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;*/
/*font-size: 32px;*/
/*!*line-height: 76px;*!*/
/*line-height: 62px;*/
/*right: -684px;*/
/*position: absolute;*/
/*max-width: 100%;*/
/*}*/

/*.menu-item a {*/
/*color: #000;*/
/*display: block;*/
/*}*/

/*.main-menu-items-wrapper {*/
/*margin-top: 107px;*/
/*flex: 1;*/
/*text-align: left;*/
/*}*/

/*.menu-main-menu-container {*/
/*text-align: left;*/
/*margin-bottom: 80px;*/
/*overflow: auto;*/
/*-webkit-overflow-scrolling: touch;*/
/*width: 49%;*/
/*display: inline-block;*/
/*}*/

/*.menu-main-menu-2-container {*/
/*text-align: left;*/
/*margin-bottom: 80px;*/
/*overflow: auto;*/
/*-webkit-overflow-scrolling: touch;*/
/*width: 49%;*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*}*/

/*.s-header {*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*z-index: 9;*/
/*text-align: center;*/
/*color: #ffffff;*/
/*background: transparent;*/
/*}*/

/*.header_default {*/
/*color: #000;*/
/*background: #fff;*/
/*}*/

/*._sticky {*/
/*position: fixed;*/
/*}*/

/*.s-header .container {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-align: center;*/
/*-webkit-align-items: center;*/
/*-ms-flex-align: center;*/
/*align-items: center;*/
/*height: 100px;*/
/*}*/

/*.s-header .site-branding {*/
/*width: 100%;*/
/*position: absolute;*/
/*height: 31px;*/
/*left: 0;*/
/*top: 35px;*/
/*}*/

/*.s-header .svg-menu {*/
/*margin-right: 53px;*/
/*margin-top: 17px;*/
/*cursor: pointer;*/
/*margin-left: auto;*/
/*height: 20px;*/
/*}*/

/*.page-template-page-home .s-header .svg-logo {*/
/*height: 40px;*/
/*margin-left: 56px;*/
/*}*/

/*.s-header .sitelogolink {*/
/*z-index: 10;*/
/*}*/

.site-title {
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.video-wrap {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background: #000000;
    overflow: hidden;
}
.available_at_amazon_en_horizontal_drk {
    width: 201px;
    height: 33px;
    margin-bottom: 1vh;
}
/*.section.welcome .video-wrap {*/
/*z-index: 1;*/
/*}*/

.content-area.p-home {
    padding-top: 0;
}

.video__seek-bar {
    height: 2px;
    background: transparent;
    width: 338px;
    position: absolute;
    top: 10px;
    left: 63px;
    z-index: 2;
    vertical-align: middle;
}

.buffered {
    height: 1.6px;
    background: #999B9E;
    position: absolute;
    width: 338px;
    left: 63px;
    top: 10px;
}

.buffered-amount {
    display: block;
    height: 100%;
    background-color: #fff;
    width: 0;
}

.buffered-amount {
    display: block;
    height: 100%;
    background-color: #777;
    width: 0;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* border: 1px solid #000000; */
    height: 8px;
    width: 7px;
    border-radius: 50%;
    background: #21cd99;
    cursor: pointer;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    height: 8px;
    width: 7px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    height: 8px;
    width: 7px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

.video__volume {
    width: 25px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: top;
    margin: -6px 6px 0 0;
    display: none;
}

.volume-only {
    position: absolute;

}

.video__volume-bar {
    height: 2px;
    background: #cecece;
    width: 25px;
}

.video__volume-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -18px 0 0 22px;
    cursor: pointer;
}

.s-temi-video__video-wrap {
    z-index: -1;
}

.video_show {
    z-index: 8 !important;
    opacity: 1 !important;
    pointer-events: initial;
}

.video_show.tech-video {
    z-index: 1000 !important;
}

.s-technology__auto-video {
    background-color: #ffffff;
}

.videos_loop .video-wrap {
    position: static;
    width: 100%;
    background: #000000;
}

.b-flip, .b-flip_text {
    display: none;
}

.s-videos__try-it {
    z-index: 1000;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    display: none;
    margin-top: 0;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
}

.btn__tryit-back {
    border: 2px solid #ffffff;
    color: #fff;
    padding: 13px 93px;
    font-size: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 46px;
}

.try-it__content {
    font-family: 'Open Sans', sans-serif;
    width: 990px;
    position: relative;
    font-size: 20px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.try-it__green-line {
    font-size: 1px;
    height: 12px;
    background: #20cd98;
    /*top: 50%;
    position: absolute;*/
    width: 100%;
    /*transform: translateY(-50%);*/
    /*opacity: .5;
    box-shadow: #5a5959 0px 0px 6px 0px;*/
}

.try-it__user-text {
    margin-bottom: 11px;
    color: #fff;
    width: 100%;
}

.try-it__temi-text {
    text-align: right;
    margin-top: 11px;
}

.videos_loop .video-wrap video {
    position: absolute;
    left: 50%;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: top 0.6s ease;
    -moz-transition: top 0.6s ease;
    -ms-transition: top 0.6s ease;
    -o-transition: top 0.6s ease;
    transition: top 0.6s ease;
}

.videos_loop .video-wrap video.offsetSection {
    top: -40%;
    width: auto;
}

.scenario__inner {
    position: relative;
    width: 62%;
    margin: 0 auto;
    margin-top: 437px;
    height: 160px;
    font-size: 40px;
}

.animation__icon {
    top: 39px;
}

.scenario__top-line {
    top: 83px;
}

.scenario__green-line {
    top: 50%;
}

.scenario__bottom-text {
    top: 52px;
}

.video__scenario {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-transform: none;
}

.video-wrap video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.android .vjs-tech {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.lightbox {
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    display: none;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.lightbox__inner {
    /*margin: 40px 0;*/
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    align-self: center;
    text-align: center;
}

.lightbox__video {
    width: auto;
    height: auto;
    /* max-height: calc(100vh - 80px); */
    max-height: 100vh;
    max-width: 100vw;
}

.lightbox__bottom-controls {
    bottom: 30px;
    left: 15px;
}

.lightbox__close {
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 40px;
    /*z-index: 999;*/
}

.video__close {
    background: transparent;
    cursor: pointer;
    margin: 0 0 0 24px;
    line-height: 34px;
    font-size: 30px;
    /*position: absolute;
    left: 24px;
    top: 40px;
    z-index: 999;*/
}

.close_left {
    float: left;
}

.close_right {
    /*left: auto;
    right: 30px;
    top: 30px;*/
    margin: 18px 24px 0 0;
    float: right;
}

.lightbox_bars {
    background: #fff !important;
}

.lightbox_bars.bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
    background-color: #000;
}

.lightbox_bars.bar2 {
    opacity: 0;
}

.lightbox_bars.bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    background-color: #000;
}

.b-loop__volume {
    bottom: 56px;
    left: 31px;
    width: initial;
    position: absolute;
    cursor: pointer;
}

.section, .s {
    position: relative;
    /*height: 100vh;*/
}

img.img-full_screen {
    height: 100%;
    width: auto;
}

.p-home .section.life_with_temi, .s-the-team, .p-home .section.the_footer {
    background: #000000;
    color: #fff;
}

.p-home .section.life_with_temi {
    background: #E7E7E7;
}

.s-welcome__overlay {
    /* display: flex;
    display: none;*/
    /*background: transparent;*/
    position: absolute;
    z-index: 2;
    opacity: 1;
    /*bottom: calc(-100% + 162px);*/
    top: 0;
    padding: 0;
    /*max-width: 1564px; */
    box-sizing: border-box;
    /* bottom: 20px; */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    user-select: none;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.p-home-s1__inner {
    width: 100%;
    height: auto;
    text-align: center;
    color: #ffffff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.timer_container {
    visibility: hidden;
}

.timer {
    font-size: 86.5px;
    margin-bottom: 14px;
    line-height: initial;
    font-family: 'DS-DIGI';
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timer .timer_child {
    position: relative;
    /*width: 90px;*/
    display: inline-block;
}

.timer .timer_child:after {
    font-size: 16px;
    position: absolute;
    letter-spacing: 1px;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.timer-days:after {
    content: 'Days';
}

.timer-hours:after {
    content: 'Hours';
}

.timer-minutes:after {
    content: 'Minutes';
}

.timer-seconds:after {
    content: 'Seconds';
}

.timer-colon {
    padding: 0 10px;
}

.timer-description {
    margin-top: 49px;
    font-size: 35px;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    text-transform: none;
    letter-spacing: 1.3px;
}

.p-home__videos_loop-inner {
    height: 100%;
    max-height: 100vh;
    position: absolute;
    width: 100%;
    text-align: center;
    /*font-size: 0;*/
    z-index: 2;
}

.p-home__videos_loop-inner .s-home__ib {
    position: absolute;
    bottom: 79px;
    transform: translateX(-50%);
}

.p-home__videos_loop-inner .btn-tran {
    height: initial;
    width: initial;
    padding: 9.5px 22px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.14em;
}

.b-paging {
    position: absolute;
    bottom: 59px;
    left: 109px;
    height: 33.5px;
    line-height: 33.5px;
    display: inline-block;
}

.b-paging__counter {
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 5px;
}

.b-paging__current, .b-paging__total {
    letter-spacing: 0.09em;
}

.p-home__videos_loop-inner .arrow {
    /*position: absolute;
    top: initial;
    bottom: 59px;*/
    cursor: pointer;
    vertical-align: middle;
}

.p-home__s1-inner {
    height: 100%;
    position: absolute;
    top: 0;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    width: 100%;
    text-align: center;
    /*font-size: 0;*/
}

.s-get-temi__title {
    color: #fff;
    letter-spacing: 0.14em;
    font-size: 18px;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    margin-top: 29px;
}

.s-home__ib {
    display: inline-block;
    vertical-align: middle;
}

.p-home .you-at-the-center {
    /*height: 128px;
    width: 500px;*/
    color: #282829;
    /*font-family: "Avenir Next";*/
    font-size: 17px;
    /*font-weight: 600;*/
    letter-spacing: 0.09em;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 50px;
}

.p-home .you-at-the-center.half_screen {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s-life-with-temi__title {
    /*color: #282829;*/
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    line-height: initial;
    font-size: 74px;
    letter-spacing: 0.22em;
    text-align: center;
    margin: 44px auto 40px;
}

.s-life-with-temi_sub_title {
    font-weight: 700;
    color: #6C6C6D;
    padding: 0px 20px;
}

/*.p-home__temi_video-overlay {*/
/*background-image: url(/wp-content/uploads/2017/11/productvideothumb.jpg);*/
/*!*background-size: auto 100%;*!*/
/*background-size: cover;*/
/*background-position: center;*/
/*background-repeat: no-repeat;*/
/*height: 100%;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*-webkit-transition: opacity 0.35s ease-out, z-index 0.01s linear;*/
/*transition: opacity 0.35s ease-out, z-index 0.35s linear;*/
/*z-index: 2;*/
/*}*/

.video_temi_wrapper .video__close {
    display: none;
}

.s-map__map {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
}

.p-index__s3_video.show {
    opacity: 1;
    pointer-events: all;
}

._hide {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

/*.top-content-layer {
    z-index: 9;
}*/
.btn_default {
    background: #22ce99;
    color: #111111;
    padding: 12px 18px;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
}

.btn-shape {
    width: 0;
    height: 0;
    border-style: solid;
    cursor: pointer;
    -webkit-transform: rotate(360deg);
}

.btn-shape_play {
    border-color: transparent transparent transparent #21cd99;
    border-width: 30px 0 30px 52px;
    /*border-width: 35px 0 35px 80px;*/
}

.btn-shape_play_size_s {
    border-width: 7px 0 7px 14px;
    margin-bottom: 4px;
}

.btn-shape_abs-center {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-shape_pause {
    width: 52px;
    height: 54px;
    display: inline-block;
}

.video__btn_pause, .video__btn_play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: none;
    pointer-events: none;
}

.temi_video__left {
    display: inline-block;
    width: 33%;
    height: 100%;
    background: #21cd99;
    float: left;
}

.temi_video__right {
    display: inline-block;
    width: 33%;
    height: 100%;
    background: #21cd99;
    float: right;
}

/*
* ================================== Skills section ===============================
*/
/*.s-skills {*/
/*background-image: url("/wp-content/uploads/2017/08/temi_otp.jpg");*/
/*!* background-size: 1700px auto;*/
/*background-position: right top;*!*/
/*background-size: contain;*/
/*background-position: right bottom;*/
/*background-repeat: no-repeat;*/
/*background-color: #000;*/
/*}*/

/*.skills_bg_hide {*/
/*background-image: none;*/
/*}*/

/*.s-skills .fp-tableCell {*/
/*vertical-align: top;*/
/*}*/

/*.s-skills__content {*/
/*font-family: 'AvenirLTStd-Light', Arial, Helvetica, sans-serif;*/
/*font-size: 18px;*/
/*color: #ffffff;*/
/*text-align: center;*/
/*}*/

/*.s-skills__inner {*/
/*margin-top: 260px;*/
/*}*/

/*.s-skills__desc {*/
/*letter-spacing: 0.22em;*/
/*font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;*/
/*font-size: 17px;*/
/*line-height: 30px;*/
/*padding: 0 5px;*/
/*}*/

/*.s-skills__title {*/
/*letter-spacing: 0.52em;*/
/*margin: 0 0 24px;*/
/*font-size: 18px;*/
/*}*/

/*.b-explore {*/
/*letter-spacing: 0.025em;*/
/*margin: 60px 0 34px;*/
/*}*/

/*.b-explore__arrow {*/
/*margin-top: 6px;*/
/*}*/

/*.b-explore__inner {*/
/*display: inline-block;*/
/*cursor: pointer;*/
/*}*/

/*
.slider_brands {
    margin-top:200px;
}*/
.s-skills__expand-wrapper {
    /*position: relative;*/
    width: 100%;
    background: #fff;
}

.s-skills__expand {
    max-height: 0px;
    width: 100%;
    display: none;
    /*height:0px;
    overflow: hidden;*/
    position: relative;
    background: #fff;
    -webkit-transition: height 0.8s ease-out, margin-top 0.8s ease;
    -moz-transition: height 0.8s ease-out, top 0.8s ease;
    -ms-transition: height 0.8s ease-out, top 0.8s ease; /* IE10 is actually unprefixed */
    -o-transition: height 0.8s ease-out, top 0.8s ease;
    transition: height 0.8s ease-out, margin-top 0.8s ease;
}

.s-skills__icons {
    max-width: 1042px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 0 0;
}

.b-skill {
    display: inline-block;
    color: #282829;
    font-size: 15px;
    padding: 0 28px;
    margin-bottom: 34px;
    /*width: 33%;
    height: 73px;*/
}

.b-skill__title {
    margin-bottom: 6px;
    white-space: initial;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.24px;
    color: #111111;
}

.b-skill__desc {
    max-width: 210px;
    /*width: 260px;*/
    text-transform: none;
    line-height: 22px;
}

.b-skill__img-wrap {
    height: 70px;
    line-height: 70px;
}

.b-skill__img-wrap img {
    vertical-align: middle;
    max-width: 46px;
}

.s-skills__close {
    padding-top: 20px;
}

.s-skills__up {
    padding: 100px 0 180px;
    margin-bottom: -60px;
}

.s-skills__up-img, .s-skills__close-img {
    cursor: pointer;
    padding: 7px;
}

.b-slider {
    width: 100%;
    padding: 0 100px;
}

.slider_grey {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute !important;
    bottom: 47px;
    left: 50%;
    transform: translateX(-50%);
}

.slider_logo {
    display: inline-block !important;
    height: 123px !important;
    line-height: 123px;
}

.slick-slide img {
    display: inline-block !important;
    vertical-align: middle;
}

/*
 * ================================== General page ===============================
 */
/*.p-default__title {*/
/*text-align: center;*/
/*color: #282829;*/
/*font-size: 74px;*/
/*line-height: 129px;*/
/*margin: 86px 0 54px;*/
/*letter-spacing: 0.1em;*/
/*font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;*/
/*}*/

.page-template-default .content-area p {
    text-align: justify;
}

.page-template-default .content-area a {
    color: #282829;
    text-decoration: underline;
}

@media only screen and (max-width: 1536px) and (max-height: 760px) {
    .science_of-simplicity__inner {
        top: 100px;
    }

    .world-map__markers {
        z-index: -1;
        bottom: -93px;
        background-image: url(/wp-content/themes/temi/images/homepage/map.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        zoom: 0.8;
    }

    .s_the_team__section_wrapper {
        background-image: none;
    }

}

@media only screen and (max-width: 860px) {
    .m-footer__all-rights {
        font-size: 12px;
    }
}

@media only screen and (max-width: 740px) {
    /*.menu-main-menu-container {
        margin-bottom: 46px;
    }*/
    /*.p-default__title {*/
    /*font-size: 50px;*/
    /*margin: 24px 0 36px;*/
    /*line-height: 65px;*/
    /*}*/


    .s-header .container {
        height: 50px;
    }

    .video_temi_wrapper.video_show {
        z-index: 1000 !important;
    }

    .video__controls {
        display: none !important;
    }

    .video_temi_wrapper .video__close {
        display: inline-block;
    }

    .p-index__s3_video, .s-technology__video {
        width: 100%;
        height: auto;
    }

    .close_fullscreen {
        z-index: 9999999999;
        position: absolute;
        top: 18px;
    }

    .vjs-fullscreen-control {
        display: none !important;
    }

    .s-footer__column, .footer__button, .footer__input {
        width: 100%;
    }

    .footer__subscribe {
        max-width: initial;
    }

    .m-footer__all-rights {
        float: none;
        text-align: center;
        margin: 10px 0;
        font-size: 13px;
    }

    .footer__social {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    #fp-nav {
        bottom: 33px;
        right: 31px;
    }

    .s-header .site-branding {
        display: none;
    }

    .s-life-with-temi__title {
        font-size: 26px;
    }

    .s-life-with-temi_sub_title {
        line-height: 25px;
        font-size: 13px;
    }

    .animation__icon {
        top: 29px;
    }

    .s-videos__btn-tryit {
        display: none;
    }

    .videos_loop .video-wrap video {
        width: 100%;
        height: 100%;
    }

    .b-paging {
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .b-loop__volume {
        bottom: 81px;
    }

    .science_of-simplicity__inner {
        top: 80px;
        width: 100%;
    }

    .science_of-simplicity__inner-text {
        width: 100%;
        padding: 0 10px;
        font-size: 12px;
        line-height: 25px;
    }

    .science-of-simplicity__btn {
        padding: 8px 8px;
        margin-top: 27px;
    }

    .science_of-simplicity__inner a {
        font-size: 14px;
        line-height: 20px;
    }

    .science_of-simplicity__inner-text h3 {
        font-size: 16px;
    }

    .video-wrap.science_of-simplicity {
        height: 30%;
    }

    .video-wrap.science_of-simplicity video {
        /*display: none;*/
        width: 85%;
    }

    .s_inner_the_team {
        width: 100%;
    }

    .header_the_team {
        padding: 76px 0 18px;
        font-size: 16px;
    }

    .s-inner__the-team-top {
        font-size: 16px;
        margin-bottom: 37px;
        padding: 0 5px;
    }

    .world-map__markers {
        /* top: 106px; */
        position: static;
        width: 100%;
        max-width: 500px;
        height: 122px;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        /* margin: 0 auto; */
        transform: none;
        background-image: none;
    }

    .world-map__marker {
        position: static;
        white-space: nowrap;
        margin-left: 18px;
    }

    .world-map__marker-link {
        height: 24px;
    }

    .marker_shenzhen {
        margin-left: 0 !important;
    }

    .s_inner_the_team__counter_nums {
        font-size: 60px;
    }

    .counter_desc {
        font-size: 18px;
        text-transform: none;
    }

    .s-the-team__social {
        display: none;
    }

    /*#site-navigation {*/
    /*font-size: 28px;*/
    /*line-height: 59px;*/
    /*padding: 0 0 43px 33px;*/
    /*width: 414px;*/
    /*}*/
    .nav__inner {
        overflow: auto;
        text-align: left;
    }

    .menu__social {
        width: calc(100% - 33px);
    }

    .s1-overlay__subtitle {
        display: none;
    }

    .s-header .sitelogolink {
        /*align-self: start;*/
    }

    /*.timer {*/
    /*font-size: 48.5px;*/
    /*}*/
    /*.timer .timer_child:after {*/
    /*font-size: 11px;*/
    /*}*/
    /*.timer-description {*/
    /*margin-top: 40px;*/
    /*font-size: 29px;*/
    /*}*/
    /*.page-template-page-home .s-header .svg-logo {*/
    /*height: 28px;*/
    /*margin-left: 9px;*/
    /*}*/
    /*.page-template-page-home .s-header .sitelogolink {*/
    /*align-self: start;*/
    /*margin-top: 8px;*/
    /*}*/
    /*.bars_nav {*/
    /*top: 9px;*/
    /*right: 13px;*/
    /*}*/
    /*.bar1, .bar2, .bar3 {*/
    /*width: 32px;*/
    /*}*/
    .b-the-team__spacer {
        display: block;
    }

    .b-the-team__counter {
        padding: 30px 12px 70px;
    }

    /*
   .s-the-team__social{
        bottom: 17px;
    }*/
    .slider_grey {
        bottom: 10px;
    }

    .s-skills__icons {
        margin: 0 auto;
        padding: 13px 0 0;
    }

    .b-skill {
        font-size: 15px;
        padding: 0 10px;
        width: 50%;
        margin: 0 auto 60px;
        max-width: 260px;
    }

    .b-skill__img-wrap {
        height: 74px;
        line-height: 74px;
    }

    .b-skill__desc {
        /*max-width: 150px; */
        width: auto;
    }

    .s-skills__inner {
        margin-top: 124px;
    }

    .s-skills {
        background-size: auto 54%;
    }

    .s-skills__title {
        font-size: 12px;
    }

    .s-skills__desc {
        font-size: 14px;
    }

    .b-explore {
        margin: 28px 0 34px;
    }

    .b-slider {
        padding: 0;
    }
}

@media only screen  and (max-width: 740px) and (orientation: portrait) {
    .videos_loop .video-wrap {
        background: #E7E7E7;
        height: 100%;
        min-height: 80vh;
    }

    .b-flip {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

    .b-flip_text {
        position: absolute;
        top: 17%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 14px;
        display: block;
    }
}

@media only screen  and (max-width: 740px) and (orientation: landscape) {
    .video-wrap.science_of-simplicity video {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .b-paging {
        bottom: 20px;
        /*left: 20px;*/
        left: 87px;
        transform: none;
    }

    .b-loop__volume {
        bottom: 21px;
    }
}

@media only screen  and (min-device-width: 768px) and (max-device-width: 1024px) {
    .video__controls {
        /*display: none !important;*/
    }

    .video_temi_wrapper .video__close {
        display: inline-block;
        top: 85px;
    }
}

@media only screen  and (width: 1024px) and (orientation: landscape) {
    .bars_nav {
        top: 39px;
    }

    .btn_plus {
        top: 39px;
    }

    .videos_loop .video-wrap video {
        max-height: 768px;
        min-height: auto;
        height: 768px;
    }

}

@media only screen  and (device-width: 768px) and (orientation: portrait) {

    .s-header .site-branding {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    /*.p-default__title {*/
    /*font-size: 36px;*/
    /*line-height: 54px;*/
    /*}*/
    .site-main .section_heading {
        font-size: 36px !important;
        line-height: 54px !important;
    }
}

/*
 * ================================== New About Page ===============================
 */
.content-area.about {
    padding-right: 2vw;
    padding-left: 2vw;
    background: #ffffff;
}

/*.content-area.about h3 {*/
/*font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif !important;*/
/*}*/

.content-area.about a {
    color: #828286;
    font-size: 14px;
}

.header-title {
    font-size: 14px;
    text-align: center;
}

.b-aWrapper {
    color: #111111;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
}

/*.b-aWrapper h3, .s-about__offices h3 {*/
/*text-align: center;*/
/*padding: 67px 50px 50px !important;*/
/*font-size: 30px;*/
/*margin: 0;*/
/*letter-spacing: -0.9px;*/
/*text-transform: initial;*/
/*font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;*/
/*}*/
.s-about__offices h3 {
    padding: 67px 50px 50px !important;
}

.b-Atop {
    text-align: center;
}

.b-aQuote {
    margin-bottom: 7px;
    padding-top: 65px;
}

.b-aQuote-text {
    font-size: 58px;
    line-height: 60px;
    font-family: 'Unna-bold', serif;
    text-transform: none;
    color: #000000;
    max-width: 684px;
    margin: 0 auto 8px;
}

.b-Aquote-author {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    text-align: center;
}

.b-Aquote-author div {
    width: 32px;
    height: 9px;
    background-color: #00db9f;
    margin: 32px auto 21px;
}

.s-aStory {
    padding: 50px 36px;
}

.b-aStory {
    -moz-webkit-flex-flow: wrap;
    -ms-webkit-flex-flow: wrap;
    -o-webkit-flex-flow: wrap;
    -khtml-webkit-flex-flow: wrap;
    webkit-flex-flow: wrap;
    flex-flow: wrap;
    max-width: 1160px;
    margin: 0 auto;
}

.s-aStory_text {
    padding: 50px 76px 76px;
    -webkit-flex: 1;
    flex: 1;
    min-width: 314px;
}

.s-aStory_img {
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.s-aStory_img img {
    display: block;
}

.s-aStory_text p {
    font-size: 18px;
    line-height: 28px;
}

.s-about__sofar {
    text-align: center;
    padding-bottom: 41px;
    background: #ebe9e9;
    max-width: calc(1280px - 4vw);
    margin: 0 auto;
}

.b-about__sofar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 14px 36px 50px;
}

.b-about__sofar_item {
    max-width: 318px;
    font-size: 18px;
    line-height: 26px;
}

.b-sofar__img {
    height: 100px;
    line-height: 100px;
}

.b-sofar__img img {
    max-height: 100%;
    vertical-align: middle;
}

.b-about__sofar_quote {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.b-about__sofar_date {
    font-size: 14px;
    padding-top: 19px;
    line-height: normal;
    color: #000000;
}
.b-partner__inner {
    max-width: 524px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 10px;
}
.heading_partner{
    padding-bottom: 49px;
}
.heading_partner [href="/reseller"]{
    margin-right: 29px;
}

.s-about__offices {
    padding-top: 17px;
}

.b-about__offices_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 964px;
    margin: 0 auto;
    padding: 34px 0 54px;
}

.b-about_offices_item {
    padding-bottom: 46px;
    width: calc(50% - 8px);
}

.b-about__offices_title {
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-bottom: 14px;
    color: #111111;
}

.b-about_offices_item img {
    display: block;
    width: 100%;
}

.s-about__offices .b-locations__img {
    max-height: 278px;
}

.b-about_offices_address {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.2px;
}

.b-about_offices_address svg, .b-event__address svg {
    fill: #525252;
    height: 21px;
    width: 21px;
}

.b-about_offices_address span, .b-event__address span {
    vertical-align: middle;
    margin-bottom: -3px;
    margin-left: -3px;
    padding-right: 2px;
    display: inline-block;
    line-height: 24px;
}
.b-event__address span {
    margin-bottom: 0;
    margin-right: 4px;
}
@media only screen and (max-width: 1024px) {
    .s-aStory {
        padding-top: 0;
    }

    .s-aStory_img img {
        display: inline;
    }
}

@media only screen and (max-width: 740px) {
    .content-area.about {
        padding-right: 4vw;
        padding-left: 4vw;
    }

    .b-aWrapper h3 {
        font-size: 28px;
        line-height: 0.86;
        letter-spacing: normal;
        padding: 50px 50px 42px !important;
    }

    .b-aQuote-text {
        font-size: 36px;
        line-height: 41px;
        max-width: 307px;
    }

    .b-aQuote {
        padding-top: 50px;
        margin-bottom: 32px;
    }

    .b-Aquote-author div {
        margin: 12px auto 10px;
        width: 21px;
        height: 6px;
    }

    .b-Aquote-author {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
    }

    .s-aStory {
        padding: 0;
    }

    .s-aStory h3 {
        padding: 14px 50px 29px !important;
    }

    .b-aStory {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .s-aStory_text {
        padding: 0 28px 19px;
    }

    .s-aStory_text P {
        line-height: 1.44;
        letter-spacing: -0.3px;
        text-align: center;
    }

    .s-aStory_img img {
        width: 100%;
        padding: 0 7px 35px;
    }

    .b-about__sofar {
        display: block;
    }

    .b-about__sofar_item {
        margin: 0 auto 50px;
    }

    .b-about__sofar_quote {
        margin-top: 0;
    }

    .s-about__offices .b-locations__items {
        display: block;
    }

    .b-about__offices_wrapper {
        display: block;
        padding-top: 0;
    }

    .s-about__offices .b-about_offices_item {
        width: 100%;
        margin-bottom: 14px;
    }
    .b-offices_item_top{
        overflow: hidden;
        position: relative;
        height: 316px;
    }

    .b-about__offices_title {
        /*display: none;*/
        text-align: center;
    }

    .b-about_offices_address {
        max-width: 170px;
        margin: 0 auto;
        text-align: center;
        margin-top: 14px;
    }

    .b-about_offices_address span {
        display: block;
        text-align: center;
    }

    .s-about__offices .b-locations__img {
        /*margin-bottom: 11px;*/
        position: absolute;
        height: 278px;
        left: 50%;
        width: auto;
        transform: translateX(-50%);
    }

    .f-about__line {
        display: block;
    }

    .f-about__line input {
        width: 100%;
    }
}

/*
 * ================================== Contact page ===============================
 */
.section_wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px 20px;
}

.press_wrapper {
    color: #fff;
    padding: 0 0 195px;
    max-width: 500px;
    margin: 0 auto;
}
.a-media-kit, .a-in-the-news{
    display:inline-block;
}

.p-contact__title {
    margin: 50px 0 16px;
}

.p-contact__subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #111111;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
}

.p-contact__subtitle2 {
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.02em;
    font-family: 'AvenirLTStd-Light', Arial, Helvetica, sans-serif;
}
.btn_cntct{
    width:84px;
    height: 42px;
    font-size: 14px !important;
    padding: 0 !important;
}

.a-blog {
    text-decoration: underline;
    color: #000;
}

.msg-error {
    display: none;
    color: #EE3432;
    font-size: 13px;
    white-space: nowrap;
}

[class*='_error-required'] .f-default__label-text .msg-error._required, [class*='_error-select-required'] .f-default__label-text .msg-error._required {
    display: inline-block;
    border-top: 1px solid #EE3432;
    width: 100%;
}

[class*='_error-email'] .f-default__label-text .msg-error._email {
    display: block;
    border-top: 1px solid #EE3432;
}

[class*='_error-required'] .f-default__label-text .msg-error._email, [class*='_error-select-required'] .f-default__label-text .msg-error._email, [class*='_error-required'] .f-default__label-text .msg-error._min-length, [class*='_error-select-required'] .f-default__label-text .msg-error._min-length {
    display: none;
}

.f-default__field._error-required, .f-default__field._error-select-required, .f-default__field._error-email {
    border-bottom: none;
}

.f-default__textarea._error-required {
    border-color: #EE3432;
}

.f-default__label-text.message_error {
    line-height: 10px;
}

.f-default__label-text.message_error .msg-error._required {
    border: none;
}
.f-contact.f-default{
    margin-top:70px;
}
.f-contact__wrapper {
    position: relative;
}

.f-default {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 126px 0 98px;
}

.f-default__fields {
    max-width: 550px;
    display: inline-block;
    /*margin-right: 66px;*/
}

.f-default__message {
    display: inline-block;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.f-default__textarea {
    width: 100%;
    height: 170px;
    border: 1px solid #000;
    padding: 8px;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #111111;
    padding-bottom: 5px;
}

._sent_ok {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    padding-top: 44px;
    position: absolute;
    background: #e7e7e7;
    /*width: calc(100% - 2px);*/
    /*left: 1px;*/
    /*height: 142px;*/
    /*top: 31px;*/
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    text-align: center;
    border: 0;
}

.f-default__field {
    font-size: 17px;
    line-height: 30px;
    border-bottom: 2px solid #828286;
    width: 222px;
    padding-bottom: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

.field_country, .field_state, .field_subject, .field_region {
    background: transparent;
    -webkit-appearance: menulist-button;
    padding-bottom: 4px;
}

.f-default__label {
    display: inline-block;
    margin: 0 50px 58px 0;
    position: relative;
}

.f-default__label-outer {
    display: inline-block;
}

label.f-default__label._wide {
    display: block;
    margin-right: 0;
    margin-bottom: 0;

}

.f-default__label-text {
    line-height: 30px;
    display: block;
    position: absolute;
    text-align: right;
    width: 100%;
}

.label_message {
    display: initial;
    position: static;
    text-align: left;
}

.f-default__bottom {
    margin-top: 4px;
    margin-bottom: 56px;
}

.f-default__checkbox, .f-default__checkbox input[type="checkbox"] {
    vertical-align: text-top;
    margin-top: 1px;
    background: #fff;
    border-radius: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #282829;
}
.f-default__checkbox[name="get_updates"]{
    width: 16px;
    height: 16px;
}

input.f-default__checkbox:checked:after {
    /*content: '\2714';*/
    /*vertical-align: top;*/
    /*font-size: 16px;*/
    /*line-height: 16px;*/
}

.f-default__submit {
    float: right;
    font-size: 13px;
    color: #2c2c2c;
    background: #00DB9F;
    padding: 11px 37px;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.s-press {
    background: #C2C4C6;
    background-image: url(/wp-content/uploads/2017/08/contactpressimage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.b-contact__mail_mobile{
    display: none;
}

.s-press__title {
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    padding:216px 0 48px;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 1.03;
    letter-spacing: normal;
}

.b-contact {
    display: inline-block;
    vertical-align: top;
    /*max-height: 170px;*/
    /*display: -webkit-inline-box;*/
    /*display: -webkit-inline-flex;*/
    /*display: -ms-inline-flexbox;*/
    /*display: inline-flex;*/
    /*-webkit-flex-direction: column;*/
    /*flex-direction: column;*/
    /*-ms-flex-wrap: wrap;*/
    /*-webkit-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
}

.b-contact__item {
    /*font-size: 17px;*/
    /*line-height: 30px;*/
    letter-spacing: -0.24px;
    line-height: 26px;
    margin-right: 33px;
}

/*.b-contact__item:nth-child(odd) {*/
/*margin-bottom: 50px;*/
/*}*/

.b-contact__name {
    text-transform: uppercase;
}

.b-contact__mail {
    text-decoration: underline;
}

/*.b-contact__right {*/
/*float: right;*/
/*}*/

.b-contact__right-inner {
    height: 170px;
}

.btn_contact {
    width: 140px;
    height: 50px;
    border: 1px solid #ffffff !important;
    font-size: 16px !important;
    color: #ffffff !important;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
    vertical-align: top;
}
.btn_partner {
    background: #22cd99;
    width: 246px;
    height: 50px;
    font-size: 20px;
    text-transform: none;
}
/*.btn_contact:nth-child(1) {*/
/*margin-bottom: 57px;*/
/*}*/

.s-locations {
    background: #E0E0E0;
}

.s-locations__title {
    letter-spacing: 0.22em;
    font-size: 17px;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    padding: 120px 0 100px;
    text-align: center;
}

.b-locations__items {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.b-locations__item {
    width: calc(50% - 1.7%);
}

.b-locations__item.item_wide {
    width: 100%;
}

.b-locations__item * {
    margin-bottom: 10px;
    font-size: 17px;
}

.b-locations__img {
    margin-bottom: 22px;
    width: 100%;
    max-height: 290px;
}

.b-locations__title {
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.b-locations__mail {
    color: #282829;
    display: block;
    text-decoration: underline;
}

.b-locations__directions {
    text-decoration: underline;
    display: block;
    color: #282829;
}

@media only screen and (max-width: 1080px) {
    .f-default__fields {
        margin-right: 30px;
    }

    .f-default__label {
        margin: 0 14px 42px 0;
    }

    .f-default__field {
        width: 162px;
    }

    .label_updates {
        margin-bottom: 16px;
        font-size: 13px;
    }

    .b-contact__item {
        /*margin: 0 50px 0 0;*/
    }
}

@media only screen and (max-width: 740px) {
    /* .content-area {
        padding-top: 50px;
    } */
    .page-template-page-contact .site-main{
        padding: 0;
    }
    .page-template-page-contact section{
        padding: 0 32px;
    }
    .page-template-page-contact .s-press {
        padding: 0;
    }
    .b-contact__mail_mobile{
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }
    .heading_partner {
        padding-bottom: 30px;
    }
    .b-partner__inner{
        padding-top:40px;
    }
    .heading_partner [href="/reseller"]{
        margin: 0;
    }
    .btn_partner{
        margin-right: 0 !important;
    }
    .btn_affiliates{
        margin-bottom: 9px;
    }
    .s-about__offices h3 {
        padding: 47px 50px 50px !important;
    }
    .p-contact__title {
        font-size: 50px;
        margin: 38px 0 36px;
    }
    .btn_cntct {
        width: 100%;
        padding: 0 !important;
        float: none !important;
        border: 0;
        margin: 10px 0;
    }

    .f-default {
        display: block;
        margin: 90px 0 98px;
    }
    .f-contact.f-default{
        margin: 45px 0 98px;
    }

    .f-default__fields {
        max-width: 100%;
        display: block;
        margin-right: 0;
    }

    .f-default__label {
        display: block;
        margin: 0 0 42px 0;
    }

    .f-default__field {
        width: 100%;
    }

    .f-default__label-outer {
        display: block;
    }

    .f-default__message {
        display: block;
    }

    .label_updates {
        margin-bottom: 12px;
        display: block;
    }

    .f-default__submit {
        float: left;
    }

    .f-contact__wrapper._sent {
        height: 164px;
    }

    ._sent .f-contact.f-default {
        display: none;
    }

    ._sent_ok {
        padding-top: 7%;
    }

    ._sent_ok br {
        display: none;
    }

    .s-press {
        background-position: center top;
    }

    .press_wrapper {
        padding: 62px 12px 64px;
    }
    .a-media-kit, .a-in-the-news{
        display: inline;
    }
    .s-press__title {
        /*padding: 42px 0 64px;*/
        display: none;
    }

    .b-contact__item:nth-child(odd) {
        margin-bottom: 23px;
    }

    .btn_contact:nth-child(1) {
        margin-bottom: 23px;
    }

    .b-contact__right {
        float: none;
        margin-top: 56px;
    }

    .b-contact {
        display: none;
    }

    .b-contact__item:nth-child(1) {
        margin-right: 69px;
    }

    .b-contact__item:nth-child(n+3) {
        margin-right: 0;
    }

    .btn_contact {
        margin: 0 auto;
        display: block !important;
    }

    .s-locations__title {
        padding: 72px 0 71px;
    }

    .b-locations__items {
        margin-bottom: 0;
    }

    .b-locations__item {
        width: 100%;
        margin-bottom: 55px;
    }

    .b-locations__img {
        max-height: none;
    }

}

@media only screen and (max-width: 480px) {
    /*.b-contact {*/
    /*display: block;*/
    /*max-height: none;*/
    /*}*/

    .b-inquiries {
        display: block !important;
    }
    .b-contact__item {
        margin-bottom: 23px;
        margin-right: 0;
        text-align: center;
        display: inline-block;
    }

    .b-contact__item:nth-child(1) {
        margin-right: 0;
    }

    .b-contact__right {
        margin-top: 83px;
    }
}

/*
 * ================================== EAP page ===============================
 */

s-eap, .s-eaptop {
    background-color: #E0E0E0;
}

.s-eaptop {
    /*background-image: url(/wp-content/uploads/2017/08/Screen-Shot-2017-08-01-at-13.49.05.png);*/
    background-image: url(/wp-content/uploads/2017/08/edpheadernew.jpg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 638px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.s-eaptop__title {
    /*font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;*/
    /*font-size: 74px;*/
    color: #fff !important;
    /*text-transform: uppercase;*/
}

.s-eap__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    padding-top: 112px;
}

.s-eap__left, .s-eap__right {
    width: 50%;
}

.s-eap__spread {
    font-size: 17px;
    margin-top: 22px;
    width: 452px;
}

.social_eap {
    width: 118px;
    margin-left: 20px;
}

.menu__links {
    line-height: 40px;
    height: 40px;
}

.menu__img {
    vertical-align: middle;
    margin-bottom: 5px;
}

.s-eap__right {
    text-align: right;
}

.s-eap__tagline {
    font-size: 17px;
    margin-top: 14px;
}

.s-eap__description {
    margin-top: 46px;
    font-size: 17px;
    line-height: 28px;
    width: 452px;
}

.b-number__num1 {
    font-size: 210px;
    font-family: 'DS-DIGI';
}

.b-number__num2 {
    font-size: 68px;
    font-family: 'DS-DIGI';
    padding-right: 22px;
}

.b-number__text {
    font-size: 24px;
    font-family: 'AvenirLTStd-Light', Arial, Helvetica, sans-serif;
    margin-left: 12px;
}

.s-eap__signup {
    font-size: 17px;
    letter-spacing: 0.22em;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 140px 0 0;
}

.textarea_eap {
    background: #E0E0E0;
}

.label_personal_link {
    display: block;
    margin-bottom: 28px;
}

.input_personal_link {
    width: 433px;
}

.eap_state, .eap_region {
    display: none;
}

@media only screen and (max-width: 1080px) {
    .s-eap__top {
        display: block;
    }

    .s-eap__left, .s-eap__right {
        width: initial;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .s-eap__left {
        margin-bottom: 22px;
    }

    .s-eaptop__title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 740px) {
    .s-eaptop {
        height: 305px;
    }

    .s-eaptop__title {
        font-size: 42px;
        text-align: center;
    }

    .input_personal_link {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .s-eaptop__title {
        font-size: 28px;
    }

    .s-eap__description {
        width: 100%;
    }

    .s-eap__spread {
        width: 100%;
    }

    .b-number__num1 {
        font-size: 120px;
    }

    .b-number__num2 {
        font-size: 52px;
        padding-right: 0;
    }

    .b-number__text {
        margin-left: 0;
    }
}

/*
 * ================================== Press page ===============================
 */
.p-press_wrapper {
    color: #282829;
    padding: 0 12px;
}

.press_news {
    margin-bottom: 120px;
}

.b-press {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    margin-bottom: 120px;
    text-transform: uppercase;
    max-width: 288px;
    min-width: 288px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.b-press__top {
    text-align: center;
    color: #fff;
}

.wrapper_news {
    padding: 0 12px 102px;
    text-align: center;
}

.b-inquiries {
    display: inline-block;
}

.b-inquiries__right {
    vertical-align: top;
    display: inline-block;
}

.btn_brochure.btn_contact:nth-child(1) {
    margin-bottom: 0;
}

.contact_name_news {
    text-align: left;
}

.b-press__header.section_heading {
    color: #ffffff;
    font-size: 74px;
    line-height: 129px !important;
    padding: 107px 0 50px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.b-press__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.b-press__inner {
    /*margin: 0 auto;*/
    text-align: left;
}

.b-press__link {
    text-decoration: none !important;
}

.b-press__img {
    height: 80px;
    line-height: 80px;
}

.b-press__img img {
    vertical-align: middle;
}

.b-press__text {
    margin-top: 48px;
    font-size: 17px;
    line-height: 26px;
    color: #282829;
}

.b-press__title {
    margin-bottom: 27px;
    letter-spacing: 0.12em;
}

.b-press__author {
    text-transform: none;
    font-family: 'AvenirLTStd-Light', Arial, Helvetica, sans-serif;
}

.b-press__date {
    text-transform: none;
    font-family: 'AvenirLTStd-Light', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 740px) {
    .b-press {
        text-align: center;
        max-width: 100%;
        margin-bottom: 92px;
        width: 100%;
    }

    .b-press__top {
        margin: 0;
    }

    .b-contact__item.contact_item_news:nth-child(odd) {
        margin-bottom: 50px;
    }

    .press_news {
        margin-bottom: 92px;
    }
}

@media only screen and (max-width: 1300px) and (max-height: 650px) {
    .press_news {
        margin-bottom: 60px;
    }

    .b-press__header {
        padding: 34px 0 25px;
    }

    .wrapper_news {
        padding: 0 12px 35px;
    }
}

/*
 * ================================== Blog page ===============================
 */

.wrapper_blog a {
    color: #282829;
}

.wrapper_blog {
    /*max-width: 1490px;*/
    font-size: 17px;
    line-height: 30px;
}

.b-blog__top {
    text-align: center;
    margin-bottom: 122px;
}

.p-blog_title {
    margin: 86px 0 18px;
}

.b-blog__top .f-search__text {
    width: 630px;
    line-height: 30px;
}

.b-blog {
    margin-bottom: 5%;
}

.blog_first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: 0;
}

.blog_first .b-blog__img {
    vertical-align: top;
    display: inline-block;
    width: 55%;
}

.blog_first .a-blog {
    position: relative;
}

.blog_first .b-blog__read-more {
    background: #00DB9F;
    position: absolute;
    bottom: 4px;
    width: 100%;
    padding: 11px 18px;
    display: none;
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
}

.blog_first .b-blog__img img {
    width: 100%;
    height: auto;
}

.blog_first .b-blog__text {
    display: inline-block;
    padding-left: 2%;
    width: 45%;
}

.b-blog__date {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2em;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

.b-blog__sep {
    padding: 0 9px;
}

.b-blog__title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.12em;
    font-family: 'AvenirLTStd-Black', Book, Helvetica, sans-serif;
    margin-bottom: 22px;
}

.b-blog__excerpt p {
    /*font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;*/
    line-height: 26px;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: -0.2px;
    color: #272727;
}

.b-blog__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog_item {
    display: inline-block;
    width: 32.6667%;
    vertical-align: top;
    padding-right: 2%;
    border-right: 1px solid #C2C4C6;
    padding-bottom: 3%;
}

.item__title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding-right: 6%;
}

.blog_item:nth-child(3n+2) {
    padding-left: 2%;
    width: 34.6667%;
}

.blog_item:nth-child(3n) {
    padding-left: 2%;
    padding-right: 0;
    border-right: none;
}

.a-blog__img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 740px) {
    .blog_first, .blog_first .b-blog__img, .blog_first .b-blog__text, .b-blog__items, .blog_item, .blog_item:nth-child(3n+2) {
        display: block;
        width: 100%;
        padding: 0;
    }

    .p-blog_title {
        margin: 60px 0 0;
    }

    .b-blog {
        margin-bottom: 80px;
    }

    .b-blog__top {
        margin-bottom: 60px;
    }

    .blog_item {
        border-right: none;
    }

    .b-blog__text {
        margin-top: 8px;
    }

    .b-blog__date {
        display: inline-block;
        font-size: 16px;
        line-height: 34px;
        font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
        width: 100%;
    }

    .b-blog__title {
        display: inline-block;
        float: right;
        font-size: 24px;
        line-height: 28px;
        padding-right: 0;
        margin-bottom: 22px;
        width: 100%;
    }

    .b-blog__excerpt {
        clear: both;
    }

}

/*
 * ================================== Single Blog ===============================
 */
.content_single {
    padding-top: 0;
}

.wrapper_single_top {
    padding: 0 0 20px;
}

.header_single_blog {
    position: relative;
    padding-bottom: 0;
    background: #fff;
    max-width: 1170px;
    margin: 0 auto;
}

.page_single_blog {
    padding-top: 0;
}

.s-blog__top {
    color: #ffffff;
    background-color: transparent;
    /*background-image: url(/wp-content/uploads/2017/09/hp_intro_poster.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.content_single_blog a {
    color: #282829;
}

.content_single_blog a:hover {
    text-decoration: underline
}

.s-blog__header {
    padding-top: 300px;
    max-width: 767px;
    margin: 0 auto;
    /*text-transform: uppercase;*/
    letter-spacing: 0.12em;
}

.s-blog__meta {
    color: #21CE99;
    margin-bottom: 22px;
    font-size: 17px;
    font-family: 'AvenirLTStd-black', Arial, Helvetica, sans-serif;
}

.s-blog__title {
    padding-bottom: 44px;
    color: #ffffff !important;
}

.s-blog__meta * {
    color: #21CE99 !important;
    text-transform: uppercase;
}

.content_single_blog {
    max-width: 767px;
    margin: 0 auto;
}

.s-blog-content h2 {
    font-size: 36px;
}

.b-single__content {
    padding: 34px 0;
    position: relative;
}

.s-blog-content p {
    /*line-height: 30px;*/
    /*font-size: 17px;*/
    /*font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;*/
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #272727;
    margin-bottom: 24px;
    word-break: break-word;
}

@media only screen and (max-width: 740px) {
    .wrapper_single_top {
        padding: 0;
    }

    .s-blog__header {
        padding-top: 122px;
    }

    .s-blog__title {
        font-size: 36px;
    }
}

.b-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.b-more__post {
    width: 33%;
    position: relative;
}

.b-more__header {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: initial;
    padding: 0 0 15px;
    text-transform: uppercase;
}

.a-more__img {
    width: 100%;
    height: auto;
}

.b-more__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
    text-align: center;
    padding: 4%;
    color: #fff;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
}

.b-more__post:hover .b-more__title {
    background: rgba(0, 0, 0, 0.6);
    color: #01CE98;
}

@media only screen and (max-width: 480px) {
    .b-more__post {
        width: 100%;
        margin-bottom: 9px;
    }

    .b-more {
        display: block;
    }
}

/*
 * ================================== Newsletter page ===============================
 */
.s-newsletter-top {
    background-image: url(/wp-content/uploads/2017/09/newsletterpageheader.jpg);
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 638px;
    position: relative;
}

.s-newsletter__subtitle {
    color: #ffffff !important;
}

.fields_newsletter {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
}

.field_newsletter {
    width: 264px;
}

.b-newsletter__social {
    text-align: center;
    display: block;
    margin: 112px 0 42px 0;
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.12em;
}

.b-blog__social {
    text-align: center;
    display: block;
    margin: 42px 0 42px 0;
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.12em;
}

.social_newsletter {
    margin: 0 auto;
    width: 44% !important;
}

.social_blog {
    width: 18%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-bottom: 100px;
    margin: 0 auto;
}

.f-newsletter__submit {
    float: none;
    width: 100%;
    font-size: 17px;
}

.label_newsletter {
    margin-right: 0;
}

.sent_ok_newsletter {
    position: static;
    height: auto;
    padding-bottom: 49px;
}

.s-narchive {
    background: #ffffff;
    position: relative;
}

.wrapper_narchive {
    max-width: 650px;
}

.b-narchive__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.5);
}

.b-overlay__img {
    position: absolute;
    left: 50%;
    top: 33vh;
    transform: translateX(-50%);
}

.b-narchive__img {
    width: 100%;
    height: auto;
}

.b-narchive__title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    padding: 45px 0 28px;
}

.b-narchive__filter {
    display: block;
    margin: 0 auto;
    -webkit-appearance: menulist-button;
    letter-spacing: 0.09em;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 64px;
    background-color: transparent;
}

.b-narchive__item {
    margin-bottom: 32px;
}

.b-narchive__text {
    font-size: 17px;
    line-height: 25px;
}

.b-narchive__item-title {
    color: #292929;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.b-narchive__item-desc {
    color: #848688;
}

span.b-narchive__item-desc:before {
    content: "|";
    padding: 0 10px 0 6px;
}

@media (max-width: 740px) {
    .s-newsletter__subtitle {
        font-size: 15px;
        text-align: center;
    }

    .label_newsletter {
        width: 100%;
    }

    .label-outer_newsletter {
        width: 100%;
    }

    .field_newsletter {
        width: 100%;
    }

    .social_newsletter {
        width: 70% !important;
    }

    .social_blog {
        width: 70% !important;
    }
}

/*
 * ================================== Black Friday page ===============================
 */
.page-template-page-blackfriday .s-newsletter-top {
    background-image: url(/wp-content/uploads/2018/11/temi_brown_big.jpg);
    padding-top: 158px;
    height: 700px;
}

.b-bFriday__top {
    margin-right: 53%;
}

.b-bFriday__top * {
    text-align: right;
}

.b-bFriday__title {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    line-height: 0.87;
    color: #ffffff;
}

.b-bFriday__title.title1 {
    font-size: 129px;
    letter-spacing: 8.4px;
}

.b-bFriday__title.title2 {
    font-size: 123px;
    letter-spacing: 4.5px;
}

.b-bFriday__title.title3 {
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
    font-size: 76px;
    letter-spacing: 7px;
    line-height: 1;
}

.b-bFriday__subtitle {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #ffffff;
    margin-top: 22px;
}

.b-bFriday__subtitle span {
    text-align: center;
    display: inline-block;
}

.b-bFriday__announce {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1.4px;
    color: #ffffff;
    margin-top: 82px;
}

.s-bFriday__signup {
    background: #ffffff;
}

.b-bFriday__terms {
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #95989a;
    margin-top: 33px;
}

.b-bFriday__terms a {
    color: #95989a;
    text-decoration: underline;
}

@media only screen and (max-device-width: 1024px) {
    .b-bFriday__top {
        margin-right: 53%;
        margin-left: auto;
        width: 280px;
    }

    .b-bFriday__top * {
        text-align: center;
    }

    .b-bFriday__top br {
        display: none;
    }

    .b-bFriday__title {
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
        line-height: 0.86;
    }

    .b-bFriday__title.title1 {
        font-size: 75px;
        letter-spacing: 8.6px;
    }

    .b-bFriday__title.title2 {
        font-size: 72px;
        letter-spacing: 5px;
    }

    .b-bFriday__title.title3 {
        font-size: 45px;
        letter-spacing: 4.7px;
        line-height: 1;
    }

    .b-bFriday__subtitle {
        margin-top: 18px;
        font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
        font-size: 17px;
        line-height: 1.18;
        letter-spacing: 0;
    }

    .b-bFriday__announce {
        font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 3;
        letter-spacing: 0.4px;
    }
}

@media only screen and (max-device-width: 740px) {
    .page-template-page-blackfriday .s-newsletter-top {
        background-image: url(/wp-content/uploads/2018/11/temi_brown.jpg);
        padding-top: 185px;
    }

    .b-bFriday__top {
        margin: 0 auto !important;
    }
}

@media only screen and (max-device-width: 740px) and (orientation: landscape) {
    .page-template-page-blackfriday .s-newsletter-top {
        height: 1078px;
    }
}

/*
 * ================================== FAQ Page===============================
 */
.page-template-page-faq #page{
    background-color: #E7E7E7;
}
.s-faq-top {
    background-color: #00DB9F;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 426px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-faq__subtitle {
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #ffffff;
    max-width: 344px;
    margin-top: 10px;
    text-align: center;
}

.section_wrapper.faq-content {
    background: #e7e7e7;
}

.s-faq-content {
    background-color: #e7e7e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 26px;
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    color: #000000;
    margin-top: 70px;
    position: relative;
}

.b-chapters__no-results {
    display: none;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: initial;
    padding: 0 0 47px;
}

.b-index {
    display: inline-block;
    width: 30%;
}

.l-index {
    width: auto;
    max-width: 200px;
    position: absolute;
    height: auto;
    /*overflow: auto;*/
    margin-bottom: 68px;
}

.l-index__item {
    padding-bottom: 24px;

}

.a-index {
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #6D6E71;
}

.b-chapters {
    display: inline-block;
    width: 70%;
}

.b-chapter {
    margin-bottom: 74px;
}

.b-chapter__title {
    font-size: 20px;
    letter-spacing: 0.2em;
    font-family: 'AvenirLTStd-roman', Arial, Helvetica, sans-serif;
    color: #111111;
    margin: 6px 0 24px;
}

.b-entry {
    margin-bottom: 19px;
    padding-bottom: 14px;
    border-bottom: 1px solid #c2c4c6;
}

.b-entry:last-child {
    border: none;
}

.b-entry__title {
    display: inline-block;
    cursor: pointer;
}

.b-entry__inner {
    background-color: #fff;
    display: none;
    margin-top: 8px;
}

.b-entry__text {
    padding: 27px 30px 15px;
}

.b-entry__text a {
    color: #282829;
    text-decoration: underline;
}

.b-entry__arrow {
    margin-top: 0;
    font-size: 27px;
    -webkit-transform: rotate(90deg) translate(-6px, 20px);
    transform: rotate(90deg) translate(-6px, 20px);
    display: inline-block;
    cursor: pointer;
}

.b-entry__up {
    text-align: right;
}

@media only screen  and (max-width: 740px) {
    .b-chapters {
        width: 100%;
        margin-left: 0 !important;
    }

    .b-index {
        display: none;
    }
}

@media only screen  and (max-height: 800px) {
    .l-index__item {
        padding-bottom: 8px;
    }
}

/*
 * ================================== Simple share buttons plugin===============================
 */
.ssbp--theme-8 .ssbp-btn, .ssbp--theme-8 .ssbp-btn:visited, .ssbp--theme-8 .ssbp-btn:hover {
    border: none !important;
}

.ssbp-wrap {
    position: absolute;
    left: -73px;
}

.social_fixed {
    position: fixed;
    top: 139px;
}

.ssbp-share-text {
    margin-left: 4px;
    font-size: 11px;
    color: #c2c2c2;
}

.ssbp-btn {
    color: #c2c2c2 !important;
    background: transparent !important;
}

.ssbp-btn:hover {
    border-color: #c2c2c2 !important;
}

.ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share {
    display: inline-block;
    position: absolute;
    left: 5px;
    color: #c2c2c2;
    padding-top: 0;
    font-size: 18px;
    top: -50px;
}

.b-tv-video .video__social-overlay .ssbp-total-facebook-shares.ssbp-each-share {
    display: none;
}

.ssbp-wrap .ssbp-list {
    margin-top: 10px
}

.ssbp-wrap {
    margin-top: 27px;
}

@media only screen and (max-width: 1024px) {
    .ssbp-wrap[data-ssbp-responsive="true"].ssbp--theme-8 {
        background-color: #000000;
        /*background-color: rgba(255, 255, 255, 0.9);*/
        left: 0 !important;
    }

    .ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share {
        left: auto;
        display: none;
    }

    .ssbp-share-text {
        display: none;
    }

    .ssbp-wrap .ssbp-list {
        margin-top: 0px
    }

    .ssbp-container br {
        display: none
    }

}

.video__social-icons {
    display: none;
}

.video__social-icons .ssbp-wrap {
    margin-top: 49px;
    position: static;
}

.ssbp-share-text {
    display: none;
}

.video__social-icons .ssbp-wrap .ssbp-list {
    margin-top: 0;
    width: 146px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.video__social-icons br {
    display: none;
}

.video__social-icons .ssbp-wrap.ssbp--stacked .ssbp-list li {
    margin-top: 0;
}

.video__social-icons .ssbp-btn {
    background-color: #ffffff !important;
    color: #0A0908 !important;
}

.video__social-icons .ssbp-set--one .ssbp-btn:hover {
    background-color: #ffffff !important;
    color: #0A0908 !important;
}

@media only screen and (max-width: 1024px) {
    .video__social-icons .ssbp-wrap[data-ssbp-responsive="true"].ssbp--theme-8 {
        background-color: transparent;
    }

    /*.ssbp-wrap[data-ssbp-responsive="true"] {
        position: static;
    }*/
    .page-template-page-tv [data-ssbp-responsive="true"] .ssbp-list {
        width: 146px;
    }
}

/*
 * ================================== Specs ===============================
 */
.page-template-page-specs {
    background: #ffffff;
    height: auto;
    color: #282829;
}

.b-specs__content {
    letter-spacing: 1px;
    padding: 20px 0 75px;
}

.s-specs__top {
    background-image: url(/wp-content/uploads/2017/08/Title_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 480px;
}

.specs_title {
    color: #ffffff !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.b-eu_title {
    text-align: center;
}
.b-eu_title *{
    color: #ffffff !important;
}

.b-specs {
    padding: 0 6%;
}

.b-specs__feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    line-height: 26px;
    border-top: 2px solid #979797;
    margin-top: 50px;
    padding: 50px 0 0;
}

.b-specs__feature:first-child {
    border-top: 0;
}

.b-specs__feature-title {
    display: inline-block;
    width: 274px;
    padding-right: 6%;
    letter-spacing: 4px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
    color: #282829;
    line-height: normal;
    font-size: 24px;
}

.b-specs__items_wrapper {
    width: 100%;
}

.b-specs__items {
    width: 46%;
}

.b-specs__items.specs-apps {
    width: 100%;
}

.b-specs__items.specs-apps, .b-specs__img.specs-apps {
    margin-top: -20px;
}

.b-specs__img.specs-apps {
    display: none;
}

.b-specs__item {
    padding: 0 72px 34px 0;
}

.b-specs__item-title {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 35px;
}

.b-specs__item-description {
    font-family: 'AvenirLTStd-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.b-specs__item-description p {
    line-height: 30px;
}

.b-specs__item-description strong, .b-specs__item-description b {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.item_top_text p, .item_top_text p strong {
    font-size: 18px;
    line-height: 30px;
}

.item_top_text p strong {
    letter-spacing: 2.6px;
    line-height: 35px;
}

.b-specs__img {
    display: inline-block;
    width: 48%;
    /*align-self: center;*/
}

.b-specs__img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 700px;
}

.b-specs__app_item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 90px;
    align-items: center;
    width: 50%;
    margin-bottom: 42px;
}

.b-specs__brand {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 90px;
    align-items: center;
    width: 33.3333%;
    vertical-align: middle;
    margin-bottom: 46px;
}

.b-specs__app_desc {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    padding-left: 12px;
}

@media only screen  and (max-width: 1024px) {
    .b-specs__content {
        /*padding-bottom: 268px;*/
        max-width: 100%;
    }

    .s-specs__top {
        background-image: url(/wp-content/uploads/2017/08/Title_image-1024x262.jpg);
        height: 262px;
    }

    .b-specs__feature {
        display: block;
        padding-bottom: 58px;
        font-size: 17px;
        line-height: 28px;
    }

    .b-specs__feature-title {
        padding-bottom: 32px;
    }

    .b-specs__items_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .b-specs__items {
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-webkit-flex-direction: column;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        width: 100% !important;
        max-width: none;
    }

    .b-specs__img {
        width: 100% !important;
        margin-top: 28px !important;
        margin-bottom: 56px;
    }

    .b-specs__item {
        width: 100%;
        padding: 0 0 34px 0;
    }
}

@media only screen  and (max-width: 740px) {
    .s-specs__top {
        background-image: url(/wp-content/uploads/2017/08/Title_image-768x196.jpg);
        height: 196px;
    }
}

@media only screen  and (max-width: 414px) {
    .b-specs__app_item {
        margin-bottom: 42px;
        vertical-align: top;
        text-align: center;
        display: inline-block;
    }

    .b-specs__app_desc {
        padding-left: 0;
    }

    .b-specs__items.specs-apps, .b-specs__img.specs-apps {
        margin-top: 0;
    }

    .b-specs__brand {
        width: 50%;
        padding: 3%;
    }
}

/*
 * ================================== 404 ===============================
 */
.error-404.not-found {
    padding: 143px 12px 159px;
    text-align: center;
    /*max-width: 636px;*/
    margin: 0 auto;
}

.a-404__back {
    font-size: 17px;
    line-height: 54px;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #00cd98;
    padding: 11px 20px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.title_404 {
    font-size: 40px;
    letter-spacing: 0.02em;
    color: #282829;
    line-height: 52px;
}

.content_404 {
    margin-top: 34px;
}

/*
 * ================================== Developer Pages ===============================
 */
.page-template-page-developer .site-main p {
    /*color: #111111;*/
    /*font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;*/
    /*font-size: 16px;*/
    /*line-height: 20px;*/
    /*letter-spacing: -0.2px;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
    padding: 18px 0;
}

.page-template-page-developer .site-main .heading {
    /*font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;*/
    /*font-size: 40px;*/
    /*line-height: normal;*/
    /*letter-spacing: normal;*/
    /*color: #111111;*/
    max-width: 404px;
    margin: 100px auto 0;
}

.page-template-page-developer .site-main .s-dev-form .heading {
    margin: 50px auto 0;
    text-align: center;
}

body.page-template-page-developer .site-main .site-main {
    padding: 0 2vw;
    background: #ffffff;
}

.section_developer {
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: calc(100vh - 100px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: inherit;
    align-items: flex-end;
}

.s-developer-top {
    /*background-image: url(/wp-content/uploads/2017/12/dev-splash.jpg);*/
    position: relative;
    display: block;
    /*background-size: cover;*/
    /*background-position: center;*/
    /*padding: 263px 12px 345px;*/
    /*height: 690px;*/
    text-align: center;
}

.b-developer__top {
    height: auto;
    max-height: 680px;
    position: relative;
    overflow: hidden;
}

.b-developer__video {
    position: relative;
    height: calc(96vw * 0.492);
    max-height: calc(100vh - 108px);
    overflow: hidden;
}

.b-developer__video video {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: auto;
}

.b-developer__overlay {
    position: absolute;
    z-index: 2;
    opacity: 1;
    top: 0;
    padding: 0;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    user-select: none;
    background: rgba(0, 0, 0, 0.4);
}

/*.site-main .b-developer__overlay p {*/
/*font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;*/
/*font-size: 60px;*/
/*line-height: 1.07;*/
/*letter-spacing: -0.9px;*/
/*text-transform: none;*/
/*!*max-width: 424px;*!*/
/*margin: 0 auto;*/
/*}*/

.b-developer__inner {
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.site-main .b-developer__inner p {
    color: #ffffff;
}

.s-developer__title {
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
    font-size: 60px;
    /*font-weight: 900;*/
    letter-spacing: 5.4px;
    color: #ffffff;
    text-align: center;
}

.b-developer__desc {
    padding: 0;
}

.b-developer__desc-inner {
    font-size: 24px;
    line-height: 1.46;
    max-width: 520px;
}

/*.b-developer__desc-title {*/
/*font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;*/
/*}*/

.b-developer__text {
    max-width: 336px;
    padding-bottom: 82px !important;
    padding-top: 12px !important;
    margin: 0 auto;
}

.page-template-page-developer .site-main .b-platform__text {
    max-width: 344px;
    padding-bottom: 82px;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
}

.s-developer-skills1 {
    display: block;
    height: auto;
}

.inner_skills1 {
    max-width: none;
    text-align: center;
    font-size: 40px;
    letter-spacing: 3.1px;
}

.develper_skills {
    display: block;
    max-height: none;
    text-align: center;
    background-color: transparent;
}

.s-developer-skills2 {
    background-image: url(/wp-content/uploads/2017/12/Example-Skills_dance.jpg);
    background-position: left bottom;
    background-color: black;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.b-developer__skills2-mobile {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-image: url(/wp-content/uploads/2017/11/Example-Skills2.jpg);
    background-position: left bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 61px;
    display: none;
}

@media only screen  and (max-width: 1024px) {
    .section_developer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /*padding-bottom: 60px;*/
        height: auto;
    }

    .s-developer-top {
        /*padding-bottom: 91px;*/
        /*height: 690px;*/
    }

    .s-developer__title {
        font-size: 35px;
        letter-spacing: 2.3px;
        padding: 0;
        width: 100%;
    }

    .s-developer__subtitle {
        margin: 28px 11px 104px;
        font-size: 16px;
        letter-spacing: 2.3px;
        width: 100%;
    }

    .developer_mobile {
        height: 50vh;
    }

    .b-developer__desc {
        padding: 0 22px;
        width: 100%;
    }

    .b-developer__desc-inner {
        max-width: none !important;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 1.5px;
    }

    .page-template-page-developer .site-main .s-affiliate-slider .heading {
        margin-top: 34px;
    }

    .b-developer__desc-inner {
        padding: 0;
    }

    .b-developer__text {
        padding-bottom: 0 !important;
    }
}

@media only screen  and (max-width: 740px) {
    .site-main {
        background: #ffffff;
    }

    .btn_order__before.free-shipping {
        display: none;
    }

    .page-template-page-developer .site-main .heading {
        font-size: 28px;
        line-height: 1.21;
        letter-spacing: normal;
    }

    .page-template-page-developer .site-main p {
        padding: 0;
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: -0.3px;
    }

    .b-developer__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: revert;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .b-developer__overlay {
        position: static;
        transform: none;
        background: #ffffff;
    }

    .b-developer__inner {
        transform: none;
        position: static;
        padding: 40px 0;
    }

    .site-main .b-developer__inner p {
        font-size: 40px;
        line-height: 1.08;
        letter-spacing: normal;
        text-align: center;
        color: #111111;
    }

    .b-platform__text, .b-developer__text {
        padding: 15px 0 34px !important;
    }

    .page-template-page-developer .site-main .s-affiliate-slider .slick-list p {
        width: 162px;
    }
}

@media only screen  and (max-width: 414px) {
    .s-developer-top {
        /*background-image: url(/wp-content/uploads/2017/12/dev-splash-mobile.jpg);*/
        /*padding-top:248px;*/
        padding-bottom: 0;
    }
}

.s-dev-account-top {
    background-image: url(/wp-content/uploads/2017/08/techposter.jpg);
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    padding: 0 12px;
    height: calc(100vh - 100px);
}

.s-dev-account {
    text-align: center;
    background-color: #ffffff;
}

.b-dev-account__desc {
    max-width: 1450px;
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 22px;
    letter-spacing: 1.7px;
    color: #282829;
    margin: 0 auto 118px;
}

.b-dev-account__title, .b-dev-form__title, .b-dev-flow__title {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 40px;
    letter-spacing: 3.1px;
    padding: 142px 0 44px;
    text-align: center;
}

.b-dev-account__title {
    padding: 0;
}

.b-dev-account__title {
    color: #ffffff;
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
}

.b-dev-account__flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: space-between;
     -webkit-justify-content: space-between;
     -ms-flex-pack: space-between;
     justify-content: space-between;*/
    padding-bottom: 180px;
    max-width: 1635px;
    margin: 0 auto;
    padding-left: 19px;
}

.b-dev__rect {
    width: calc(16.6667% - 19px);
    min-height: 250px;
    background-color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 20px;
    margin-right: 19px;
    padding-bottom: 31px;
    color: #95989a;
}

.b-dev__rect-title {
    padding: 0 50px 0;
    height: 88px;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 1.7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-dev__rect:first-child .b-dev__rect-title {
    color: #21cd99;
}

.b-dev__rect-desc {
    padding: 0 25px;
    font-family: 'AvenirLTStd-Light', Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 1.7px;
    margin: 0 auto;
}

.b-dev_arrow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d1d1d1;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background-image: url(/wp-content/themes/temi/images/Grey_Arrow.svg);
}

.b-dev__rect:first-child .b-dev_arrow {
    background-color: #21cd99;
    background-image: url(/wp-content/themes/temi/images/Green_Arrow.svg);
}

/*
.b-dev_arrow:after {
    content: ">";
}*/

.s-dev-form {
    position: relative;
    color: #282829;
}
.s-eu{
    padding: 58px 0 20px;
}
.s-eu *{
    color:#111111;
}
.b-eu__subtitle{
    text-align: center;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif !important;
    max-width: 403px;
    margin: 0 auto;
    margin-top: 15px;
}
.b-dev-form__triangle {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 46px 46px 0 46px;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform: rotate(360deg);
    left: 50%;
    transform: translateX(-50%);
}

.f-developer {
    margin: 40px auto 0;
    max-width: 892px;
    font-size: 20px;
}
.f-eu{
    max-width: 398px;
    margin: 67px auto 0;
    font-size: 20px;
}

.f-developer .f-default__label {
    margin-bottom: 33px;
}
.f-eu .f-default__label{
    margin-right: 0;
    width: 100%;
    margin-bottom: 33px;
}
.f-developer .f-default__field {
    width: 287.5px;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.f-eu .f-default__field{
    width: 100%;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.developer_fields {
    max-width: 287.5px;
    margin-right: 134px;
    padding-bottom: 34px;
}
.eu_fields{
    width: 100%;
    margin-right: 0;
    max-width: none;
}

.field_who {
    background: transparent;
    -webkit-appearance: menulist-button;
    padding-bottom: 4px;
}

.label_message_dev {
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif !important;
    color: #111111;
    font-size: 16px;
}

.label_dev_updates, .label_terms {
    margin: 0 !important;
    font-size: 14px;
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    display: block;
}

.f_message_dev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.label_dev_message {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.f_bottom_dev {
    height: auto;
    line-height: initial;
}

.submit_developer {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    float: none;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2.4px;
    margin-top: 16px;
    width: 231px;
    height: 46px;
    background-color: #21cd99;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
}
.submit_eu{
    width: 100%;
    color:#141414;
    font-family: 'AvenirLTStd-Heavy', Arial, Halvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
}

@media only screen  and (max-width: 1024px) {
    .b-dev-account__flow {
        padding-left: 2%;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 80px;
    }

    .b-dev__rect {
        width: 31.3333%;
        margin-right: 2%;
        margin-bottom: 67px;
    }
}

@media only screen  and (max-width: 740px) {
    .s-dev-account-top {
        height: calc(100vh - 50px);
    }

    .b-dev-account__desc {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 2.8px;
        padding: 0 12px;
    }

    .b-dev-account__title {
        font-size: 35px;
        letter-spacing: 2.3px;
    }

    .b-dev-form__title, .b-dev-flow__title {
        font-size: 30px;
        letter-spacing: 2.3px;
    }

    .b-dev-flow__title {
        padding-top: 92px;
    }

    .b-dev-account__desc {
        margin-bottom: 95px;
    }

    .b-dev-account__flow {
        padding-left: 0;
        padding-bottom: 70px;
    }

    .b-dev__rect {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 54px;
        min-height: initial;
        padding-bottom: 0;
    }

    .b-dev__rect-desc {
        display: none;
    }

    .b-dev__rect-title {
        padding: 0 16px;
    }

    .b-dev_arrow {
        background-image: url(/wp-content/themes/temi/images/Down_Grey_Arrow.svg);
    }

    .b-dev__rect:first-child .b-dev_arrow {
        background-image: url(/wp-content/themes/temi/images/Down_Green_Arrow.svg);
    }

    .b-dev-form__title {
        padding: 110px 0 26px;
    }

    .developer_fields {
        max-width: 100%;
        margin-right: 0;
    }

    .f-developer .f-default__field {
        width: 100%;
    }

    .f_bottom_dev {
        /*margin-top: 56px;*/
    }

    .f-default__bottom {
        margin-bottom: 0;
    }
}

.wrapper_tv-vids {
    max-width: 1800px;
    padding: 0 42px 20px;
}

.s-tv-top {
    background-image: url(/wp-content/uploads/2017/08/edpheadernew.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.b-tv__top-wrap {
    text-align: center;
    height: 484px;
}

.b-tv__header {
    /*font-size: 30px;*/
    /*letter-spacing: 4px;*/
    /*text-align: center;*/
    color: #ffffff !important;
    /*padding: 48px 0 64px;*/
    padding: 0;
}

.b-tv__top-img {
    margin-top: 80px;
}

.b-tv__sliders {
    padding-top: 62px;
}

.b-tv-vids__content {
    position: relative;
}

.l-tv__filter {
    text-align: center;
    padding: 20px 0 20px 50px;
    position: absolute;
    width: 100%;
}

._filter_fixed {
    position: fixed;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    background: #e7e7e7;
    z-index: 2;
    padding: 20px 0 20px 50px;
    width: 100%;
    /*opacity: .9;*/
}

.l-tv__filter-item {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #95989a;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    cursor: pointer;
    /*text-transform: uppercase;*/
    /*-webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;*/
}

.l-tv__filter-item._active {
    color: #282829;
}

.b-tv__slider {
    visibility: hidden;
    padding-bottom: 90px;
}

.b-tv__slider:first-child {
    margin-top: 62px;
}

.b-tv__slider-top {
    height: 33px;
    color: #282829;
}

.slider_tv {
    clear: both;
}

.b-tv__slider-title {
    float: left;
    /*font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;*/
    /*font-size: 24px;*/
    /*letter-spacing: 5.4px;*/
    /*text-transform: uppercase;*/
}

.a-tv__slider-all {
    float: right;
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #282829;
}

.slick-prev, .slick-next {
    top: calc(50% - 24px) !important;
}

.slick-next:before, .slick-prev:before {
    content: "";
}

.b-tv__item {
    margin-right: 10px;
    position: relative;
}

.b-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 59px);
    cursor: pointer;
    opacity: 0;
    background-color: transparent;
}

.b-item__overlay:hover {
    opacity: 1;
}

.btn_play_tv {
    border-width: 28px 0 28px 45px;
}

.b-tv__item-img {
    height: 216px;
    border: 0;
}

.b-item__desc {
    padding: 6px 0 8px 22px;
    background: #ffffff;
}

.b-tv__item-title {
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 1.1px;
    color: #000000;
}

.a-tv__item-sub {
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #95989a;
    text-decoration: none !important;
}

.b-tv__video-component-wrapper {
    position: fixed;
    display: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.b-tv__video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    width: 1000px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video__fullscreen[data-fullscreen="true"] .fullscreen_off {
    display: none;
}

.video__fullscreen[data-fullscreen="false"] .fullscreen_on {
    display: none;
}

.b-tv-video {
    width: 100%;
    height: auto;
    background-color: #000000;
}

@media only screen  and (max-device-width: 1024px) {
    .b-item__overlay {
        opacity: 1;
    }
}

@media only screen  and (max-width: 1024px) {
    .s-tv-top {
        background-image: url(/wp-content/uploads/2017/08/edpheadernew-1024x576.jpg);
    }

    ._filter_fixed {
        top: 70px;
    }
}

@media only screen  and (max-width: 768px) {
    .b-tv__top-img {
        margin-top: 53px;
        width: 192px;
    }
    .b-tv__top-wrap{
        height: 411px;
    }
}

@media only screen  and (max-width: 740px) {

    .wrapper_tv-vids {
        padding: 0 12px 20px;
    }

    .slick-prev {
        left: 4px;
        z-index: 1;
    }

    .slick-next {
        right: 4px;
    }

    .b-item__overlay {
        max-width: calc(100vw - 24px);
    }
}

.m-tv__menu {
    text-align: center;
    padding: 26px 0 26px 50px;
}

.m-tv__item {
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #95989a;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}

.m-tv__item._active {
    color: #282829;
}

.a-tv__item {
    color: inherit;
}

.b-tv-cat__wrapper {
    padding: 0 0 90px 10px;
    margin-top: 62px;
}

.b-tv-cat__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-tv__cat-item {
    width: 25%;
    display: inline-block;
    padding: 0 10px 0 0;
    position: relative;
    margin-bottom: 41px;
}

.b-tv__cat-item-img {
    height: auto;
    width: 100%;
    border: 0;
    display: block;
}

.a-tv__back {
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #282829;
    float: right;
}

.btn_play_tv-cat {
    border-width: 1.46vw 0 1.46vw 2.34vw;
}

.cat_item_title {
    font-size: 1.04vw;
}

.cat_item_sub {
    font-size: 0.94vw;
}

.single-tv .btn_play_tv {
    display: none;
}
.single-event .section_heading{
    margin: 86px 0 54px;
}

@media only screen  and (max-width: 768px) {
    .b-tv__cat-item {
        width: 50%;
    }

    .btn_play_tv-cat {
        border-width: 2.92vw 0 2.92vw 4.68vw;
    }

    .cat_item_title {
        font-size: 20px;
    }

    .cat_item_sub {
        font-size: 18px;
    }
}

@media only screen and (max-width: 740px) {
    .m-tv__item, .l-tv__filter-item {
        margin-right: 20px;
    }

    .m-tv__item:last-child, .l-tv__filter-item:last-child {
        margin-right: 0;
    }

    .m-tv__menu, .l-tv__filter {
        padding: 26px 12px 26px 12px;
    }

    .single-tv .btn_play_tv {
        display: block;
    }
}

@media only screen and (max-width: 414px) {
    .wrapper_tv-vids {
        padding: 0;
    }

    .b-tv-cat__wrapper {
        padding: 0 0 90px 0;
        margin-top: 48px;
    }

    .a-tv__slider-all {
        padding-right: 6px;
    }

    .b-tv__slider-title, .b-item__desc {
        padding-left: 19px;
    }

    .b-tv__cat-item {
        width: 100%;
        padding: 0;
    }

    .btn_play_tv-cat {
        border-width: 6.76vw 0 6.76vw 10.87vw;
    }

    .a-tv__back {
        padding-right: 6px;
    }
}

.iphone .b-tv-video {
    display: none;
    max-width: 100vw;
}

.b-tvs__video_wrapper {
    cursor: pointer;
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto !important;
}

@media only screen and (max-width: 414px) {
    #preview_image {
        /*width: 100%;*/
        /*margin-left: 0;*/
    }
}

/*
 * ================================== Gallery ===============================
 */
.page-template-page-gallery .featherlight .featherlight-content, .page-template-default .featherlight .featherlight-content {
    padding: 4px 4px 0px;
    border-bottom: 4px solid transparent;
    vertical-align: middle;
}

.page-template-page-gallery .featherlight .featherlight-image, .page-template-default .featherlight .featherlight-image {
    max-height: calc(100vh - 48px);
}

.s-gallery {
    position: relative;
    padding-bottom: 90px;
}

.s-masonary {
    /*padding-bottom: 8vw;*/
}

.b-masonary {
    max-width: 1720px;
    margin: 0 auto;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-masonary__item {
    width: 20%;
}

.b-masonary__item {
    /*float: left;*/
    overflow: hidden;
}

.masonary_width2 {
    width: 30%;
}

.b-masonary__img {
    width: 100%;
    padding: 0 20px 20px 0;
    height: 100%;
    display: block;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .b-masonary__item {
        width: 30%;
    }

    .masonary_width2 {
        width: 40%;
    }

    .b-masonary__img {
        padding: 0 2vw 2vw 0;
    }

    .b-masonary {
        padding-left: 2vw;
    }

}

/*
 * ================================== Password protected form ===============================
 */
.post-password-form {
    padding: 20vh 0;
}

.post-password-form input[type="submit"] {
    background: #22ce99;
    line-height: 24px;
    padding: 1px 12px;
    border-radius: 4px;
    margin-left: 8px;
}

.post-password-form p {
    text-align: center !important;
    margin-bottom: 18px;
}

input[name="post_password"] {
    background: #ffffff;
    border: 1px solid #22ce99;
    line-height: 24px;
}

/*
 * ================================== App Page ===============================
 */
.page-template-page-app, .main-app {
    background: #ffffff;
}

.main-app {
    padding-bottom: 92px;
}

.s-app-top {
    position: relative;
}

.b-app__top-img {
    width: 100%;
}

.title_app {
    font-size: 50px;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: none;
    position: absolute;
    top: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.b-app__img {
    height: 100%;
}

.s-app-btns {
    text-align: center;
    padding: 44px 0 92px;
    visibility: hidden;
}

.b-app__btn {
    padding: 0 13px;
}

.wrapper_app {
    max-width: 1366px;
    background-color: #f9f9f9;
}

.s-app-sliders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 0;
    visibility: hidden;
}

.b-app__slider_wrapper {
    background: url(/wp-content/uploads/2018/02/iphone-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 606px;
    height: 329px;
    position: relative;
}

.b-app__img-slider {
    width: 446px;
    position: absolute !important;
    left: 69px;
    top: 39px;
}

.b-app__img-slider .slick-next:before, .b-app__img-slider .slick-prev:before {
    content: "";
}

.b-app__img-slider .slick-next {
    right: -160px;
    top: 50%;
}

.b-app__img-slider .slick-prev {
    left: -137px;
    top: 50%;
}

.b-app__img-slider #Temi-Tv-Page {
    fill: rgba(74, 74, 74, 0.81);
}

.b-app__img-slider .slick-dots {
    bottom: -80px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    font-size: 10px;
}

.b-app__img-slide {
    width: 440px;
}

.b-app__text-slider {
    width: 337px;
    margin-left: 8vw;
}

.b-app__slide_title {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #282829;
    padding-bottom: 9px;
}

.b-app__slide_desc {
    font-family: 'AvenirLTStd-Light', Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #4a4a4a;
}

@media only screen and (max-width: 1024px) {
    .s-app-sliders {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-app__text-slider {
        margin: 82px 0 0;
    }

    .title_app {
        top: 10vw;
    }
}

@media only screen and (max-width: 767px) {
    .title_app {
        font-size: 8vw;
    }

    .b-app__text-slider.slick-dotted.slick-slider {
        margin: 0;
        text-align: center;
    }

    .s-app-sliders {
        padding: 63px 0 57px;
    }

    .b-app__text-slider .slick-dots {
        bottom: -108px;
    }

    img.b-app__btn:first-child {
        padding-bottom: 11px;
        display: block;
        margin: 0 auto;
    }
}

/*
 * ================================== Event Page ===============================
 */

.b-event__social {
    text-align: center;
    display: block;
    margin: 0 0 42px 0;
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.12em;
}

.social_event {
    margin: 0 auto 40px;
    width: 44%;
}

/*
 * ================================== Events page ===============================
 */
.s-events__top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 480px;
}

.s-events h4 {
    margin: 59px 22px 0;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.b-event {
    margin-top: 120px;
}

.b-event__inner {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    background-color: #ffffff;
    /*height: 300px;*/
}

.b-event__logo {
    /*flex: 1;*/
    /*height: 100%;*/
    /*background-color: #f3f3f3;*/
    /*padding: 0 42px;*/
    width: 33.33%;
}

.b-event__logo img {
    /*width: 100%;*/
    /*vertical-align: middle;*/
}

.b-event__text {
    /*flex: 2;*/
    /*padding: 0 12px 0 30px;*/
    width: 33.33%;
}
.b-event__text * {
    color:#111111;
}

.b-event__title {
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 4px;
}

.b-event__date {
    font-size: 18px;
}

.b-event__address {
    margin-top: 18px;
    font-size: 18px;
}

.b-event__link {
    /*flex: 1;*/
    text-align: center;
    /*vertical-align: middle;*/
    /*line-height: 300px;*/
    width: 33.33%;
}

.btn_event.btn_default {
    width: 230px;
    margin: 0 34px;
    border: none !important;
    color: #111111;
    text-transform: none;
}

@media only screen and (max-width: 768px) {
    .s-events__top {
        height: 262px;
    }

    .s-events h4 {
        margin: 59px 0 0;
    }

    .b-event {
        margin: 22px 0;
    }

    .b-event__inner {
        display: block !important;
        height: auto;
    }

    .b-event__logo {
        height: auto;
        padding: 0;
        width: 100%;
    }

    .b-event__link {
        text-align: left;
        line-height: initial;
        padding: 28px 0;
        display: block;
        width: 100%;
    }

    .b-event__logo .b-event__link {
        text-align: center;
    }

    .b-event__logo img {
        width: auto;
        max-width: 100%;
    }

    .b-event__text {
        padding: 37px 0 0;
        width: 100%;
    }

    .btn_event.btn_default {
        margin: 0;
    }
}

/*
 * ================================== Stores Page ===============================
 */
.s-sSlider {
    overflow: hidden;
    /*visibility: hidden;*/
    position: relative;
}

.b-slider__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    height: 92px;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 67px;
    line-height: 67px;
    letter-spacing: 0.3px;
    color: #ffffff;
}

.b-stores__slider {
    max-height: 619px;
}

.b-stores__group {
    max-width: 1050px;
    margin: 77px auto 0;
    padding: 0 2vw 28px;
}

.b-stores {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 88px;
}

.b-store {
    width: 50%;
}

.b-store:nth-child(n+3) {
    margin-top: 62px;
}

.b-store:nth-child(even) {
    padding-left: 100px;
}

.b-store__details {
    /*max-width: 300px;*/
    font-family: 'AvenirLTStd-Book', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.b-store__details * {
    line-height: 28px;
}

.b-store__details a {
    color: #4a4a4a;
}

.b-stores__state {
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    border-bottom: solid 1px #9f9f9f;
    padding-bottom: 15px;
    margin-bottom: 39px;
}

.b-store__name {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #21cd99;
    line-height: 32px;
}

.b-store__hours, .b-store__phone {
    margin-top: 24px;
}

.b-stores__slider .slick-dots {
    bottom: 5px;
}

.b-stores__slider .slick-dots li button:before {
    opacity: 1;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

.b-stores__slider .slick-dots li.slick-active button:before {
    color: #ffffff;
}

@media only screen and (max-width: 740px) {
    .b-slider__title {
        font-size: 32px;
        line-height: 32px;
    }

    .b-stores__group {
        /*text-align:center;*/
    }

    .b-store {
        width: 100%;
        margin-top: 62px;
    }

    .b-store:first-of-type {
        margin-top: 0;
    }

    .b-store:nth-child(even) {
        padding-left: 0;
    }

    .b-store__details {
        max-width: none;
    }
}

/*
 * ================================== Affiliate Page ===============================
 */
.page-template-page-affiliate .site-main p, .page-template-page-affiliate .site-main a {
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #111111;
}

.s-affiliate-top {
    padding: 100px 0 60px;
}

.b-affiliate-top__wrapper {
    text-align: center;
}

.b-affiliate-top__wrapper .btn_affiliate {
    width: 311px;
    margin-bottom: 12px
}

.b-affiliate-top__wrapper .section_heading {
    padding-bottom: 16px;
}

.b-affiliate-top__desc {
    margin: 0 auto 50px;
    max-width: 430px;
}

.b-affiliate-earn {
    margin-bottom: 6px;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif !important;
}

.b-affiliate-login {
    text-decoration: underline;
    font-size: 12px !important;
    line-height: 1.67 !important;
    letter-spacing: -0.2px !important;
    font-family: 'AvenirLTStd-Light', Arial, Helvetica, sans-serif !important;
}

.b-affiliate__slider_container {
    visibility: hidden;
    overflow: hidden;
    position: relative;
    max-height: 560px;
    height: 560px;
}

.b-affiliate__slider_container .b-stores__slider {
    height: 100%;
}

.b-affiliate__slider_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.b-affiliate__slider_container .b-stores__slider .slick-dots {
    bottom: 45px;
}

.page-template-page-developer .site-main .s-affiliate-slider .heading {
    margin-top: 78px;
}

.s-affiliate-slider .b-slider__title {
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    color: #ffffff;
    height: auto;
    top: 48%;
    max-width: 604px;
    font-size: 40px;
    line-height: 1.03;
    letter-spacing: normal;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn_affiliate {
    background-color: #00db9f;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 56px !important;
    height: 56px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #111111;
    border: none !important;
    text-transform: none !important;
}

.b-affiliate__slider_item {
    max-width: 100vw;
    height: auto !important;
}

.s-affiliate-slider .slick-prev {
    left: 40px;
}

.s-affiliate-slider .slick-next {
    right: 40px;
}

.b-affiliate__slider_container .b-stores__slider {
    background-color: rgba(0, 0, 0, 0.4);
}

.s-affiliate-slider .slick-list, .s-affiliate-slider .slick-list * {
    height: 100%;
}

.s-affiliate-slider .slick-slide {
    width: calc(100vw - 16px);
}

.s-affiliate-slider .slick-list p {
    height: auto;
    position: relative;
    top: 41%;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    color: #ffffff;
    max-width: 604px;
    font-size: 40px;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    margin: 0 auto;
}

.s-affiliate-register {
    padding: 112px 0 56px;
    text-align: center;
}

.b-affiliate__register {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    padding: 40px 0 64px;
}

.b-affiliate__icon_container {
    height: 66px;
    line-height: 66px;
    margin-bottom: 14px;
}

.b-affiliate__icon_container img {
    vertical-align: middle;
}

.b-affiliate__arrow {
    height: 66px;
    line-height: 66px;
}

.b-affiliate__arrow img {
    vertical-align: middle;
}

.b-affiliate__item_text {
    line-height: 1.25 !important;
    letter-spacing: -0.2px !important;
    font-size: 16px !important;
}

.s-affiliated {
    background: #ebe9e9;
    padding-bottom: 100px;
    display: none;
}

.s-affiliated .section_heading {
    padding: 78px 0;
}

.b-affiliated__slider {
    max-width: 1230px;
    margin: 0 auto;
    visibility: hidden;
}

.affiliated_item {
    width: 670px;
    margin: 0 74px;
}

.affiliated_heading_mobile {
    display: none;
}

.affiliated_item.slick-slide {
    /*margin: 0px 180px;*/
}

.affiliated_title {
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif !important;
}

.slick-slide .affiliated_quote {
    font-family: 'Unna', Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.11 !important;
    margin-top: 12px;
}

.slick-slide .affiliated_text {
    width: 382px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.affiliated_item.slick-slide {
    /*width:254px;*/
    /*width: 630px;*/
    /*-webkit-transition: width 0.5s; !* Safari *!*/
    /*transition: width 0.5s;*/
}

.affiliated_item.slick-slide.slick-current.slick-active.slick-center {
    /*width:630px;*/
}

.s-affiliate__faq .product-faq__wrapper {
    margin-bottom: 4px;
}

@media only screen and (max-width: 740px) {
    .site-main {
        padding: 0;
    }

    .s-affiliate-top {
        padding: 40px 0 44px;
    }

    .site-main .section_heading {
        font-size: 40px !important;
        line-height: 1.08 !important;
        letter-spacing: normal !important;
        /*padding-bottom: 30px;*/
    }

    .b-affiliate-top__desc {
        font-size: 18px !important;
        line-height: 1.33 !important;
        letter-spacing: normal !important;
        padding: 0 16px;
    }

    .b-affiliate-top__wrapper .btn_affiliate {
        width: 190px;
        margin-bottom: 8px
    }

    .b-affiliate-top__desc {
        margin: 0 auto 32px;
    }

    .b-affiliate-top__wrapper .section_heading {
        padding-bottom: 30px;
    }

    .b-affiliate__slider_container {
        max-height: 250px;
    }

    .s-affiliate-slider .slick-slide {
        width: calc(100vw - 46px);
    }

    .page-template-page-affiliate_user .s-affiliate-slider .slick-slide {
        width: 100%;
    }

    .s-affiliate-slider .slick-list p {
        width: 268px;
        font-size: 18px;
        line-height: 1.28;
        letter-spacing: normal;
    }

    .b-affiliate-earn {
        font-size: 18px !important;
        line-height: 1.44 !important;
        letter-spacing: -0.3px !important;
        margin-bottom: 3px;
    }

    .s-affiliate-slider .slick-prev {
        left: 10px;
    }

    .s-affiliate-slider .slick-next {
        right: 10px;
    }

    .s-affiliate-slider .b-slider__title {
        font-size: 18px !important;
        line-height: 1.28 !important;
        letter-spacing: normal !important;
        max-width: calc(100% - 110px) !important;
    }

    .s-affiliate-register {
        padding: 40px 56px 30px;
    }

    .b-affiliate__register {
        display: block !important;
        padding: 0;
    }

    .b-affiliate__register_item {
        padding-bottom: 42px;
    }

    .b-affiliate__arrow {
        display: none;
    }

    .b-affiliate__item_text {
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: -0.2px !important;
    }

    .affiliated_heading {
        display: none;
    }

    .affiliated_heading_mobile {
        display: block;
        padding: 0 68px;
        height: 109px;
    }

    .s-affiliated {
        padding-bottom: 40px;
    }

    .s-affiliated .section_heading {
        padding: 44px 0;
        max-width: 252px;
        margin: 0 auto;
    }

    .affiliated_item {
        text-align: center;
        width: calc(100vw - 47px);
        margin: 0 auto;
    }

    .slick-slide .affiliated_text {
        /*display: none;*/
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
    }

    .slick-slide.slick-current .affiliated_text {
        /*display: block;*/
    }

    .slick-slide.slick-current .affiliated_heading_mobile {
        /*display: block;*/
        max-width: 191px;
        padding: 0 0 31px;
        margin: 0 auto;
    }

    .slick-slide .affiliated_quote {
        max-width: 288px;
        margin: 26px auto 0 !important;
        line-height: 1.17 !important;
    }

    .slick-slide {
        position: relative;
        z-index: -1;
    }

    .slick-slide.slick-current {
        /*transform:none;*/
        /*z-index: 1;*/
    }

    .slick-slide img {
        /*width:200px;*/
    }

    .slick-slide.slick-current img {
        /*width:253px;*/
    }

    .product-faq__wrapper .section_heading {
        padding-bottom: 26px !important;
    }
}

.b-aProgram__wrapper .f-default__label._wide input {
    width: 100%;
}

.b-aProgram__wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.b-aProgram__wrapper .section_heading {
    padding-bottom: 13px;
}

.b-aProgram__subtitle {
    text-align: center;
}

.f-aProgram {
    margin: 70px 0 0;
    padding-bottom: 70px;
    position: relative;
}

.f-default__label._wide.label_aProgram {
    margin: 0 0 27px !important;
}

.f-default__label.label_aProgram {
    margin: 0 0 34px;
}

.f-aProgram * {
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #111111;
    padding-bottom: 5px;
}

.f-aProgram .f-default__field {
    border-bottom: 2px solid #828286;
    width: 222px;
}

.f-aProgram .f-default__textarea {
    border: 1px solid #828286;
    margin-top: 5px;
}

.f-aProgram .f-default__submit {
    width: 83px;
    height: 41px;
    padding: 0;
    margin-top: 16px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    color: #141414;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
}

.affiliate_title {
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif !important;
    color: #111111;
    margin: 86px 0 44px;
    font-size: 60px;
    line-height: 1.07;
    letter-spacing: -0.9px;
}

.page-template-page-affiliate_user .s-affiliate-slider {
    padding: 30px 0;
}

.f-aProgram .msg-error {
    color: #EE3432 !important;
    font-size: 13px !important;
    /*display: inline-block;*/
}

.f-aProgram .f-default__textarea._error-required {
    border-color: #EE3432;
}

@media only screen  and (max-width: 740px) {
    .b-aProgram__inputs {
        display: block !important;
    }

    .f-aProgram .f-default__field {
        width: 100%;
    }

    .affiliate_title {
        margin-top: 20px;
    }
}

/*
 * ================================== Woocommerce ===============================
 */
.woocommerce form .form-row {
    margin: 0 0 12px;
}

.woocommerce form input {
    background: white;
}

.woocommerce form .form-row input.input-text, .woocommerce form textarea {
    padding: 8px;
}

.woocommerce form .form-row textarea {
    height: 9em;
    font-size: inherit;
}

.woocommerce label, .woocommerce h3 {
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.woocommerce table.shop_table tfoot th {
    font-weight: 400;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #22ce99;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #22ce99;
}

.woocommerce-thankyou-order-received {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: initial;
}

.woocommerce ul.order_details li {
    font-size: 0.915em;
}

.woocommerce .woocommerce-customer-details address {
    line-height: 24px;
}

/*
 * ================================== New About Page ===============================
 */

.b-about__wrapper {
    color: #828286;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.b-about__wrapper h3 {
    text-align: center;
    padding: 50px;
}

.b-about__top {
    text-align: center;
}

.b-about__title {
    color: #282829;
    font-size: 74px;
    line-height: 129px;
    margin: 86px 0 54px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
}

.b-about__quote {
    margin-bottom: 32px;
}

.b-about__quote-text {
    font-size: 58px;
    line-height: 60px;
    margin-bottom: 8px;
}

.b-about__quote-author {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 37px;
    letter-spacing: 0.04em;
}

.b-about__quote-author div {
    width: 32px;
    height: 9px;
    background-color: #00db9f;
    margin: 18px auto;
}

.b-about__sub-title {
    font-size: 17px;
    line-height: 28px;
    max-width: 740px;
    margin: 0 auto;
}

.s-about__story {
    background-color: #fafafa;
    padding: 36px;
}

.b-aStory {

}

.b-about__story_text {
    padding: 76px;
}

.b-about__story_text p {
    font-size: 18px;
    line-height: 28px;
}

.s-about__sofar {
    text-align: center;
}

.b-sofar__img {
    height: 100px;
    line-height: 100px;
}

.b-sofar__img img {
    max-height: 100%;
    vertical-align: middle;
}

/*
 * ================================== Reseller Page ===============================
 */
.s-rForm{
    position: relative;
}
.s-reseller__top {
    background-size: cover;
    height: 484px;
}

.s-reseller__top .section_heading {
    color: #ffffff;
}
.f-rScheme__top{
    width: 390px;
    margin: 0 auto;
}
.f-rScheme__bottom{
    /*width: 322px;*/
    /*margin: 0 auto;*/
    margin-top: 30px;
}
.f-rScheme__bottom .b-oScheme__circle{
    width: 12px;
    height: 12px;
}
.f-rScheme__bottom .b-oScheme__line{
    top: 6px;
}
.f-rScheme__bottom .material-done{
    display: none!important;
}

.b-rPage{
    padding: 50px 12px;
    display: none;
}
.b-form__title {
    font-size: 22px;
    line-height: 41px;
    font-family: 'AvenirLTStd-book', Arial, Helvetica, sans-serif;
    padding: 70px 0 0;
    text-align: center;
    max-width: 430px;
    margin: 0 auto;
}
.f-rForm {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
    font-family: 'AvenirLTStd-Medium', Arial, Helvetica, sans-serif;
    color: #111111;
    position: relative;
}
.b-rForm {
    padding-bottom: 40px;
}
.s-rForm a {
    color: #000000;
    text-decoration: underline;
}
.b-rForm__title{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    text-decoration: underline;
    padding-bottom: 44px;
}
.s-rForm .f-default__message{
    display: block;
}
.s-rForm .f-default__textarea{
    background:transparent;
    height: 300px;
    margin-top: 12px;
}
.s-rForm .f-default__field{
    width: 100%;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    color:#111111;
    border-bottom: 1px solid #525252;
    margin-top: 6px;
}
.s-rForm label.f-default__label {
    margin: 0 0 42px 0;
    width: 48%;
}
.s-rForm .f-default__label._wide{
    width:100%;
}
.s-rForm .f-default__submit{
    width:280px;
    font-family: 'AvenirLTStd-Black', Arial, Helvetica, sans-serif;
}
.f-rCategory__wrapper{
    padding-bottom: 42px;
    padding-top: 16px;
}
.f-rCategory {
    /*width: 24%;*/
    /*display: inline-block;*/
    padding: 20px 0;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
}
.s-rForm .f-default__checkbox {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.s-rForm  input.f-default__checkbox:checked:after{
    font-size: 20px;
    line-height: 18px;
}
label.error {
    color: red;
    padding-top: 4px;
    display: block;
    position: absolute;
}
#sellCountry-error{
    padding-top: 32px;
}
.b-rWelcome{
    max-width: 563px;
    margin: 0 auto 146px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: #111111;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
}
.b-rIcon__container {
    height: 37px;
    line-height: 37px;
    margin-bottom: 23px;
}
.b-rIcon__container svg{
    vertical-align: middle;
}
.b-rIcon__text{
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.2px;
    text-align: center;
    color: #111111;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
}
.b-rContact__container{
    text-align: center;
}
.b-rContact svg.social_icon {
    height: auto;
}
.b-rComplete{
    display: none;
}
.f-rForm .b-oScheme__track{
    margin: 0;
    width: 322px;
    display: inline-block;
}
.f-field-title{
    color: #111111;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
}
.f-field-title.label_message{

}
.f-rScheme__bottom .b-oScheme__circle_desc{
    text-align: left;
    left: 0;
    transform: none;
}
.f-rForm #prevBtn{
    height: 41px;
    font-size: 14px;
    color: #141414;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: -15px;
    margin-right: 23px;
    text-decoration: underline;
}
.f-rForm #nextBtn{
    background: #00db9f;
    height: 41px;
    width: 100%;
    font-size: 14px;
    color: #141414;
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    /*margin-top: -15px;*/
}
.b-submit__container {
    margin-top: -15px;
    width: 300px;
}
.f-rForm .label_terms{
    width: 100%!important;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px !important;
    display: none;
}
.f-rForm .label_terms .f-default__checkbox{
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.s-rForm .label_terms input.f-default__checkbox:checked:after {
    font-size: 10px;
    line-height: 9px;
}
a.merch-banner-link{
    text-decoration: none;
}
.banner-wrapper.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 1vh;
    margin: 1vh 0;
}
a .merch-banner-link{
    text-decoration: none;
}
.banner-item{
    width: 80%;
    margin: 0 auto;
}
.banner-text-wrapper{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: 276px;
    font-family: 'AvenirLTStd-Roman', Arial, Helvetica, sans-serif;
    background: #000;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    align-items: center;
}
.banner-item.banner-text.title{
    align-self: flex-end;
    font-weight: 900;
}
.banner-item.banner-text.description{
    width: 80%;
}
.banner-item.banner-text.button{
    align-self: flex-start;
}
.banner-img-wrapper{
    background-size: cover;
    background-position: center;
    min-height: 228px;
}
@media only screen and (max-width: 1024px) {
    .banner-wrapper.grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 850px) {
    .banner-wrapper.grid{
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
}

@media only screen and (max-width: 768px) {
    .banner-wrapper.grid{
        display: grid;
        grid-template-columns: 1fr;
    }
    .s-rForm label.f-default__label{
        width:100%;
    }
    .f-rScheme__bottom .flex_expand_max{
        display: none;
    }
    .banner-grid-item{
        height: 288px;
    }
    .banner-item{
        width:90%;
    }
    .banner-item.banner-text.title{
        font-size: 43px;
    }
    .banner-item.banner-text.description{
        font-size: 16px;
    }
}



/*
 * ================================== General Modifiers ===============================
 */
.section_heading {
    font-family: 'AvenirLTStd-Heavy', Arial, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 1.07;
    letter-spacing: -0.9px;
    text-align: center;
    color: #111111;
    /*padding-bottom: 40px;*/
}

.color-black {
    color: #000;
}

.desc_black {
    color: #000000;
}

.desc_white {
    color: #ffffff;
}

.flex_center_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

._highlight {
    border-bottom: 3px solid #00DB9F;
}

@media only screen  and (max-width: 740px) {
    .title_block_mobile {
        height: 305px;
    }
}