/*-------------------------------------------------------------------------*/
/*	1. Globally Applied Styles
/*-------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Roboto:wght@300;400;500;700&display=swap);
@import url(fonts/stylesheet.css);

html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    overflow-x: hidden;
    min-width: 320px;
    background-color: #E4E4E4;
    height: 100%;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    outline: none;
    color: #76bb53;
    font-weight: bold !important;
}

.header__nav-block ul li a {
    font-weight: normal !important;
}
    a:hover {
        color: #76bb53;
    }

p {
    color: #717175;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

    p.black {
        color: #333;
    }

.none {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.fullwidth {
    width: 100%;
}

.relative {
    position: relative;
}

.wrapper {
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

.purple {
    color: #6e316e;
}

.green {
    color: #6ABB40;
}

.black {
    color: #000
}

.yellow {
    color: #f1ed3c;
}

.default {
    color: #4d4e54;
}

.no-margin {
    margin: 0 !important;
}

.no-bg {
    background: none !important;
}

.white-bg {
    background: #FFF !important;
}

.underline {
    text-decoration: underline;
}

h1 {
    font-family: 'sukhumvit_setlight';
    font-size: 40px;
    line-height: 45px;
    color: #4d4e54;
    margin: 0 0 16px 0;
}

    h1.hero-title {
        font-family: 'sukhumvit_setthin';
        font-size: 52px;
        line-height: 60px;
        color: #4d4e54;
        margin: 0 0 25px 0;
    }

h2 {
    font-family: 'sukhumvit_setthin';
    font-size: 46px;
    line-height: 50px;
    color: #4d4e54;
    margin: 0 0 22px 0;
    text-align: center;
}

h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 18px 0;
}

    h3.thin {
        font-family: 'sukhumvit_setthin';
        font-size: 24px;
        line-height: 25px;
        color: #4d4e54;
        margin: 0 0 20px 0;
    }

h4 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px 0;
}

h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: 400;
}

h6 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px 0;
    font-weight: 400;
}

ul.content-list {
    margin: 0 0 15px 15px;
    list-style-image: url(../img/list-marker.png);
}

    ul.content-list li {
        font-size: 14px;
        line-height: 25px;
    }

    ul.content-list ul, ol.content-list ol, ul.content-list2 ul {
        padding-left: 15px;
    }

ul.content-list2 {
    margin: 0 0 15px 0;
    list-style: none;
}

    ul.content-list2 li {
        font-size: 15px;
        line-height: 20px;
        list-style: none;
        color: #4d4e54;
        padding: 8px 0 8px 20px;
        position: relative;
    }

        ul.content-list2 li:after {
            content: "";
            width: 7px;
            height: 7px;
            position: absolute;
            top: 14px;
            left: 0;
            background: #E8F0F3;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

ol.content-list {
    margin: 5px 0 15px 15px;
}

    ol.content-list li {
        font-size: 14px;
        line-height: 25px;
    }

.image-float-left {
    float: left;
    margin: 0 15px 15px 0;
}

.image-float-center {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
}

.image-float-right {
    float: right;
    margin: 0 0 15px 15px;
}

.steps-block, .artilce-image-block {
    margin-bottom: 25px;
}

    .steps-block:after, .artilce-image-block:after {
        content: "";
        display: block;
        clear: both;
    }

.steps-block__img, .artilce-image-block__float-img {
    display: block;
    float: left;
    margin-right: 20px;
}

.steps-block__content, .artilce-image-block__content {
    overflow: hidden;
}

    .steps-block__content h4 {
        margin-bottom: 10px;
    }

    .steps-block__content footer {
        font-style: italic;
        font-size: 16px;
        line-height: 25px;
        color: #595959;
    }

.main-content figure {
    margin: 0 auto 25px auto;
    text-align: center;
}

    .main-content figure img {
        margin: 0 auto 5px auto;
        display: block;
    }

    .main-content figure figcaption {
        font-size: 18px;
        line-height: 25px;
    }

.main-content blockquote {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    color: #595959;
}

    .main-content blockquote p {
        font-family: 'Times New Roman', sans-serif;
        font-size: 20px;
        line-height: 28px;
        color: #595959;
        font-style: italic;
    }

    .main-content blockquote h4 {
        font-family: 'sukhumvit_setlight';
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 5px 0;
        color: #595959;
        font-style: italic;
    }

    .main-content blockquote.comment-quot {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        color: #4d4e54;
        font-style: italic;
        width: 100%;
        border: none;
        padding: 5px 0 5px 60px;
        position: relative;
    }

        .main-content blockquote.comment-quot:before {
            content: "\f10d";
            color: #E5E5E5;
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 10px;
            font-style: normal;
            display: inline-block;
            font-size: 35px;
            line-height: 35px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.divider--dotted {
    margin: 30px 0;
    display: block;
    border-bottom: 1px dotted #BFBFBF;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}
/*-------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-------------------------------------------------------------------------*/
.header {
    background: #F7FAFB;
    padding-top: 30px;
    font-family: 'Arial', sans-serif;
}

.header__logo {
    float: left;
}

.header__user-area {
    float: right;
}

.header__user-area__search, .header__user-area__basket, .header__user-area__user-block {
    display: inline-block;
    float: left;
}

.sb-search__search-field:hover {
    color: #6ABB40;
}

    .sb-search__search-field:hover span.search-ico {
        background-position: -956px -22px;
    }

.header__user-area__search span.search-ico {
    display: inline-block;
    width: 21px;
    height: 22px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -259px -119px;
    text-indent: -9999px;
}

.header__user-area__basket span.basket-ico {
    display: inline-block;
    width: 30px;
    text-indent: -9999px;
    height: 22px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -456.991455078125px -16px;
}

.header__user-area__basket a:hover span.basket-ico {
    background-position: -947px 0px;
}

.header__user-area__search span.search-ico, .header__user-area__basket span.basket-ico {
    margin-right: 14px;
    float: left;
}

.header__user-area__user-block {
    padding: 15px 30px 15px 15px;
    background: #EAF4F7;
    width: 338px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .header__user-area__user-block.online {
        cursor: pointer;
    }

    .header__user-area__user-block:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -8px;
        width: 10px;
        height: 16px;
        background: url(../img/sprites.png) no-repeat;
        background-position: -467.991455078125px -66px;
    }

    .header__user-area__user-block.open:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .header__user-area__user-block .user-photo {
        position: relative;
        float: left;
        display: inline-block;
        margin-right: 12px;
    }

        .header__user-area__user-block .user-photo img {
            display: block;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

    .header__user-area__user-block.online .user-photo:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: #6ABB40;
        position: absolute;
        bottom: 3px;
        right: 3px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid #FFF;
    }

    .header__user-area__user-block.offline .user-photo:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: #C4C6C9;
        position: absolute;
        bottom: 3px;
        right: 3px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid #FFF;
    }

    .header__user-area__user-block .user-block-text {
        overflow: hidden;
    }

        .header__user-area__user-block .user-block-text .sign_in_link:hover {
            text-decoration: none;
        }

            .header__user-area__user-block .user-block-text .sign_in_link:hover h5 {
                color: #76bb53;
            }

.user-block-text h5 {
    font-family: 'sukhumvit_setsemi_bold';
    font-size: 15px;
    line-height: 16px;
    color: #4d4e54;
    text-align: left;
    margin: 0 0 4px 0;
}

.user-block-text p {
    font-size: 15px;
    line-height: 15px;
    color: #76bb53;
    font-family: 'sukhumvit_setthin';
    margin: 0;
}

.header__user-area__search, .header__user-area__basket {
    padding: 0 20px;
    margin-top: 25px;
    margin-right: 9px;
}

.header__user-area__search {
    cursor: pointer;
}

.sb-search__search-field {
    display: none;
}

.header__user-area__search, .header__user-area__basket a {
    font-family: 'sukhumvit_setmedium';
    font-size: 17px;
    line-height: 22px;
    color: #4d4e54;
    clear: both;
    display: block;
}

    .header__user-area__basket a:hover {
        color: #6ABB40;
        text-decoration: none;
    }

.header__nav-block {
    margin: 23px 0 7px 0;
}

    .header__nav-block > ul {
        float: left;
    }

        .header__nav-block > ul > li {
            display: inline-block;
            float: left;
            margin: 0 22px;
        }

            .header__nav-block > ul > li > a {
                font-family: 'sukhumvit_setthin';
                font-size: 18px;
                line-height: 30px;
                display: block;
                text-transform: uppercase;
                color: #4d4e54;
                border-bottom: 3px solid transparent;
            }

            .header__nav-block > ul > li.active > a {
                border-bottom: 3px solid #6ABB40;
                font-family: 'sukhumvit_setbold';
            }

            .header__nav-block > ul > li > a:hover {
                color: #6ABB40;
                text-decoration: none;
                border-bottom: 3px solid #6ABB40;
            }

    .header__nav-block ul li:first-child {
        margin-left: 0;
    }

    .header__nav-block ul li.has-submenu {
        position: relative;
    }
/*Css form menu change*/
/*.header__nav-block__member-block ul li.has-submenu:hover > ul {
    transition-delay: 0.3s;
    top: 24px;
    opacity: 1;
}*/

.header__nav-block__member-block ul {
    margin-bottom: 0;
}

    .header__nav-block__member-block ul li {
        display: inline-block;
        list-style: none;
    }

@media (max-width: 991px) {
    .header__nav-block__member-block {
        max-width: 100%;
    }

        .header__nav-block__member-block ul li {
            display: inline-block;
            list-style: none;
            padding: 7px 0;
            border-bottom: 1px solid #373837;
        }

        .header__nav-block__member-block .member-block {
            margin: 0;
        }
}

.header__nav-block__member-block ul li.has-submenu:hover > ul {
    transition-delay: 0.3s;
    top: 26px;
    opacity: 1;
}

.header__nav-block ul li.has-submenu > ul, .double-sub {
    position: absolute;
    left: 0;
    background: url(../img/green-bg.jpg) center repeat-y;
    padding: 10px;
    opacity: 0;
    top: -9999px;
    -webkit-transition: top 0.2s ease;
    -moz-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 99;
}

.header__nav-block ul li.has-submenu:hover > ul, .header__nav-block ul li.has-submenu:hover .double-sub {
    transition-delay: 0.3s;
    top: 25px;
    opacity: 1;
}

.double-sub > div {
    display: table;
}

    .double-sub > div > ul {
        display: table-cell;
    }

.header__nav-block ul li.has-submenu ul li {
    margin: 0px 5px;
    padding: 0 20px;
    list-style: none;
}

    .header__nav-block ul li.has-submenu ul li a {
        display: block;
        font-weight: 300;
        font-size: 15px;
        line-height: 35px;
        white-space: nowrap;
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        text-transform: none;
    }

    .header__nav-block ul li.has-submenu ul li:hover, .header__nav-block ul li.has-submenu ul li.active {
        background: #2C9036;
    }

        .header__nav-block ul li.has-submenu ul li:hover a, .header__nav-block ul li.has-submenu ul li.active a {
            color: #f0f300;
            text-decoration: none;
        }

    .header__nav-block ul li.has-submenu ul li.divider {
        border-bottom: 1px solid #2C9036;
    }

.header__nav-block ul p {
    margin: 0;
}

.header__nav-block .nav-footer {
    background: rgba(0,0,0,0.4);
    padding: 10px 0;
    display: none;
}

.header__nav-block .close-ico {
    text-align: center;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    color: #FFF;
    padding: 0 20px;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    background-color: #6ABB40;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #117E33;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4);
    box-shadow: inset 0px 1px 1px rgba(255,255,255,0.4);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .header__nav-block .close-ico:hover {
        background-color: #5BAC31;
    }

.header__nav-block__member-block {
    float: right;
    padding-left: 42px;
    border-left: 1px solid #E5E7E8;
}

    .header__nav-block__member-block a {
        font-size: 18px;
        color: #4d4e54;
        float: left;
        font-family: 'sukhumvit_setmedium';
        font-weight: 500;
        text-transform: uppercase;
    }

        .header__nav-block__member-block a span {
            display: inline-block;
            margin-right: 8px;
            float: left;
            text-indent: -9999px;
        }

        .header__nav-block__member-block a:hover {
            color: #6ABB40;
            text-decoration: none;
        }

    .header__nav-block__member-block .member-block {
        margin-right: 30px;
    }

.member-block-ico {
    width: 36px;
    height: 23px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -360.991455078125px -122px;
}

.member-block:hover .member-block-ico {
    background-position: -941px -44px;
}

.donate-block-ico {
    width: 25px;
    height: 23px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -468.991455078125px -119px;
}

.donate-block:hover .donate-block-ico {
    background-position: -947px -67px;
}

.menu-ico {
    width: 40px;
    top: 15px;
    cursor: pointer;
    display: none;
    position: absolute;
}

.header__user-area__search {
    position: relative;
}

.user-area__search-form {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

    .user-area__search-form input[type="search"] {
        line-height: 30px;
        font-size: 15px;
        height: 30px;
        padding: 0 30px 0 10px;
        width: 330px;
        border: 1px solid #ccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.sb-search-submit {
    display: block;
    position: absolute;
    border: none;
    outline: none;
    text-indent: -9999px;
    right: 7px;
    cursor: pointer;
    top: 5px;
    width: 21px;
    height: 22px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -259px -119px;
}

    .sb-search-submit:hover {
        background-position: -956px -22px;
    }

.header.layout2 {
    padding: 15px 0;
}

    .header.layout2 .header__user-area {
        padding-top: 15px;
    }

        .header.layout2 .header__user-area h5 {
            font-size: 22px;
            font-family: 'sukhumvit_setmedium';
            line-height: 25px;
            color: #000;
        }

        .header.layout2 .header__user-area .phone {
            margin: 0;
            text-align: right;
        }

            .header.layout2 .header__user-area .phone a {
                font-size: 24px;
                line-height: 24px;
                color: #000;
                font-weight: 700;
                margin-left: 5px;
                display: inline-block;
            }

                .header.layout2 .header__user-area .phone a:hover {
                    color: #6e316e;
                    text-decoration: none;
                }

.header__user-area__user-block__dropdown {
    display: none;
    position: absolute;
    top: 77px;
    left: 0;
    width: 100%;
    z-index: 40;
    padding: 5px 15px 15px 15px;
    background: #EAF4F7;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .header__user-area__user-block__dropdown ul {
        list-style: none;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }

        .header__user-area__user-block__dropdown ul li {
            padding: 3px 0;
        }
/*-------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-------------------------------------------------------------------------*/
.main-banner {
    background: url(../img/banner-img.jpg) no-repeat;
    min-height: 450px;
    padding: 115px 0;
}

    .main-banner.subpage-banner {
        background: url(../img/banner-img3.jpg) no-repeat;
        min-height: 0;
        padding: 0;
    }

    .main-banner.awards-banner {
        background: url(../img/banner-img4.jpg) no-repeat;
    }

    .main-banner.shop-banner {
        background: url(../img/banner-img5.jpg) center no-repeat;
    }

    .main-banner.news-banner {
        background: url(../img/banner-img6.jpg) center no-repeat;
    }

    .main-banner.magazine-banner {
        background: url(../img/banner-img7.jpg) center no-repeat;
    }

    .main-banner.affiliate-banner {
        background: url(../img/banner-img8.jpg) center no-repeat;
    }

    .main-banner.osd-banner {
        background: url(../img/banner-img9.jpg) center no-repeat;
    }

    .main-banner.latest-news-banner {
        background: url(../img/banner-img10.jpg) center no-repeat;
    }

    .main-banner.meeting-banner {
        background: url(../img/banner-img15.jpg) center no-repeat;
    }


    .main-banner.christmas-banner {
        background: url(../img/banner-img11.jpg) center no-repeat;
        padding: 75px 0 35px 0;
        background-size: cover;
        text-align: center;
    }

.christmas-banner h1.main-banner__title {
    color: #fff;
    max-width: 1108px;
    margin: 0 auto 16px auto;
}

    .christmas-banner h1.main-banner__title span {
        font-family: 'sukhumvit_setbold';
        color: #fff;
    }

@media (max-width: 1199px) {
    .main-banner.christmas-banner {
        padding: 50px 0 35px 0;
    }
}


.main-banner.subpage-banner .container {
    min-height: 450px;
    padding: 115px 0;
    position: relative;
}

h1.main-banner__title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    color: #4d4e54;
}

h1.main-banner__title--middle {
    font-size: 71px;
    line-height: 71px;
    font-family: 'sukhumvit_setbold';
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

h1.main-banner__title span {
    font-family: 'sukhumvit_setsemi_bold';
    font-size: 40px;
    font-weight: 700;
    color: #476f33;
}

.cta-button {
    display: inline-block;
    padding: 25px 35px;
    font-size: 18px;
    min-width: 315px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .cta-button span {
        display: inline-block;
        background: url(../img/sprites.png) no-repeat;
        background-position: -300.991455078125px -114px;
        width: 45px;
        float: left;
        height: 30px;
        margin-right: 10px;
    }

    .cta-button:hover {
        color: #FFF;
        text-decoration: none;
    }

.cta-button--green {
    background: #6ABB40;
}

    .cta-button--green:hover {
        background: #58A92E;
    }

.cta-button--white {
    padding: 22px 70px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #FFF !important;
    border: 2px solid #FFF;
    background: transparent;
}

.cta-button--short {
    min-width: 235px;
    padding: 22px 40px;
}

.cta-button--white span {
    display: inline-block;
    background-position: -408.991455078125px -113px;
    width: 36px;
    height: 32px;
    float: left;
    margin-right: 10px;
}

.cta-button--white:hover {
    background: rgba(255,255,255,0.2);
}

.cta-button--purple {
    background: #6e316e;
}

    .cta-button--purple:hover {
        background: #803c80;
    }

.main-carousel {
    background: url(../img/green-bg.jpg) center repeat-y;
    min-height: 559px;
    padding: 64px 0;
    color: #FFF;
}

.main-carousel__title {
    color: #FFF;
}

.main-carousel__block {
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding: 10px 60px 0 60px;
}

    .main-carousel__block:after {
        content: "";
        display: block;
        clear: both;
    }

.main-carousel__block__el {
    display: inline-block;
    padding: 0 45px;
    width: 33.3333%;
    float: left;
}

    .main-carousel__block__el img.main-carousel__block__el__image {
        display: block;
        margin: 0 auto 22px auto;
        border: 3px solid #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .main-carousel__block__el h3 {
        text-align: center;
        font-size: 20px;
        text-align: center;
        color: #f0f300;
        margin: 0 0 17px 0;
    }

    .main-carousel__block__el a {
        text-decoration: none;
    }

        .main-carousel__block__el a:hover h3 {
            color: #F37100;
            text-decoration: none;
        }

    .main-carousel__block__el p {
        text-align: center;
        color: #FFF;
        line-height: 23px;
    }

.main-carousel__block__el__calendar {
    max-width: 231px;
    margin: -7px auto 10px auto;
}

    .main-carousel__block__el__calendar span.calendar-ico {
        display: inline-block;
        background: url(../img/sprites.png) no-repeat;
        background-position: -511.991455078125px -60px;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        float: left;
        margin-right: 9px;
        margin-top: 2px;
    }

    .main-carousel__block__el__calendar p {
        font-size: 14px;
        line-height: 19px;
        font-weight: 300;
        color: #FFF;
        text-align: left;
    }

.main-carousel__block__el__buttons-block {
    text-align: center;
    padding-top: 5px;
}

    .main-carousel__block__el__buttons-block a {
        display: inline-block;
        margin: 0 3px;
        padding: 10px 20px;
        font-size: 15px;
        text-decoration: none !important;
        line-height: 25px;
        font-weight: bold;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-transform: uppercase;
    }

        .main-carousel__block__el__buttons-block a.button-white {
            background: #FFF;
            color: #4d4e54;
        }

            .main-carousel__block__el__buttons-block a.button-white:hover {
                background: #E7E7E7;
            }

        .main-carousel__block__el__buttons-block a.button-orange {
            background: #F37100;
            color: #FFF;
        }

            .main-carousel__block__el__buttons-block a.button-orange:hover {
                background: #DE5C00;
            }

.flex-direction-nav li {
    list-style: none;
}

.bx-wrapper {
    position: relative;
}

.bx-controls-direction .bx-prev {
    position: absolute;
    width: 28px;
    height: 51px;
    text-indent: -9999px;
    top: 50%;
    outline: none;
    opacity: 0.5;
    left: -50px;
    margin-top: -50px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -569.9715881347656px -96.98579406738281px;
}

.bx-controls-direction .bx-next {
    position: absolute;
    width: 28px;
    height: 51px;
    outline: none;
    opacity: 0.5;
    top: 50%;
    text-indent: -9999px;
    right: -50px;
    margin-top: -50px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -571.9857482910156px -13.980110168457031px;
}

.bx-controls-direction a:hover {
    opacity: 1;
}

.main-content__text-block {
    background: #FFF;
    padding: 63px 0 61px 0;
}

    .main-content__text-block p {
        margin-bottom: 25px;
    }

article.content-article {
    margin-top: 21px;
}

img.content-article__image {
    display: block;
    margin: 0 auto 28px auto;
}

article.content-article p {
    line-height: 24px;
}

article.content-article h3 {
    font-size: 20px;
    line-height: 22px;
    color: #6e316e;
    text-align: center;
    margin: 0 0 13px 0;
}

article.content-article p a {
    color: #6abb40;
}

.main-content__about-block--purple {
    background: url(../img/support-block-bg.png) center repeat-y;
    padding: 64px 0 71px 0;
    color: #FFF;
}

.main-content__about-block--green {
    background: url(../img/green-bg.jpg) center repeat-y;
    padding: 64px 0 71px 0;
    color: #FFF;
}

    .main-content__about-block--green a, .main-content__about-block--purple a {
        color: #f0f300;
    }

        .main-content__about-block--green a:hover, .main-content__about-block--purple a:hover {
            color: #f0f300;
            text-decoration: underline;
        }
/*.main-content__about-block--purple > .inner {
    background: url(../img/support-block-bg.png) center repeat-y;
    min-height: 295px;
    padding: 64px 0 71px 0;
    color: #FFF;
}*/
.main-content__about-block h2 {
    color: #FFF;
}

.main-content__about-block h1 {
    color: #FFF;
    font-family: 'sukhumvit_setthin';
    font-size: 46px;
    line-height: 50px;
    margin: 0 0 22px 0;
    text-align: center;
}

.main-content__about-block p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    max-width: 1190px;
    margin: 0 auto 20px auto;
}

.main-content__blog-block {
    padding: 62px 0 55px 0;
    background: #F7FAFB;
}

.main-content__blog-block__posts-list h2 {
    margin-bottom: 30px;
}

article.blog-article {
    width: 49%;
    float: left;
    padding: 14px;
    border: 1px solid #E8F0F3;
    background: #FFF;
    margin-bottom: 28px;
}

    article.blog-article:nth-child(odd) {
        float: right;
    }

    article.blog-article:nth-child(2), .blog-article--main {
        width: 100%;
    }

    article.blog-article h3 {
        font-size: 20px;
        line-height: 24px;
        color: #6e316e;
        padding: 0 10px;
        margin: 0 0 17px 0;
    }

    article.blog-article a.post-link {
        text-decoration: none;
        position: relative;
        display: block;
    }

        article.blog-article a.post-link > img {
            margin: 0 auto 15px auto;
            display: block;
        }

        article.blog-article a.post-link:hover h3 {
            color: #6ABB40;
        }

.blog-article__date-block {
    margin-bottom: 25px;
    padding: 0 10px;
}

    .blog-article__date-block:after {
        content: "";
        display: block;
        clear: both;
    }

.blog-article__image {
    display: block;
    margin: 0 auto 15px auto;
}

    .blog-article__image.absolute {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

.blog-article__date-block .calendar-ico2 {
    float: left;
    margin-right: 10px;
    text-indent: -9999px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -513.991455078125px -112px;
    width: 32px;
    height: 32px;
}

.blog-article__date-block p {
    font-size: 14px;
    color: #4d4e54;
    line-height: 20px;
    padding: 6px 0;
    margin: 0;
}

.blog-article__text {
    margin-bottom: 23px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.blog-article__more-button {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    background: #FFF;
    color: #4d4e54;
    margin-bottom: 15px;
    border: 1px solid #E9E0E9;
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-article__more-button2 {
    padding: 10px 20px;
    font-size: 15px;
    color: #76bb53;
    margin-left: 20px;
}

    .blog-article__more-button2:hover {
        color: #76bb53;
        text-decoration: underline;
    }

.blog-article__more-button:hover {
    background: #E9E0E9;
    color: #4d4e54;
}

.blog-article__blog-button {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #4d4e54;
    background: #FFF;
    margin-bottom: 15px;
    margin-top: 12px;
    border: 2px solid #E9E0E9;
    padding: 24px 35px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .blog-article__blog-button:hover {
        background: #E9E0E9;
        color: #4d4e54;
    }

.blog-article__blog-button--orange {
    color: #FFF;
    min-width: 280px;
    border: 2px solid #F37100;
    background: #F37100;
}

    .blog-article__blog-button--orange:hover {
        background: #FF8615;
        color: #fff;
    }

.blog-article__blog-button--green {
    color: #FFF;
    min-width: 250px;
    margin-bottom: 0;
    border: 2px solid #6ABB40;
    background: #6ABB40;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .blog-article__blog-button--green:hover {
        background: #5BAC31;
        border: 2px solid #5BAC31;
        color: #fff;
    }

.main-content__blog-block__posts-list, .main-content__blog-block__blog--sidebar {
    padding-left: 12px;
    padding-right: 12px;
}

.main-content__blog-block__blog--sidebar {
    padding-top: 25px;
}

    .main-content__blog-block__blog--sidebar h3.title, .blog-block__banner-block h3, .content-block__banner-block h3 {
        font-family: 'sukhumvit_setthin';
        font-size: 24px;
        line-height: 35px;
        color: #4d4e54;
        margin: 0 0 20px 0;
        clear: both;
    }

article.blog-article--featured {
    width: 100%;
    margin-bottom: 50px;
}

.blog-article__find-button, .blog-article__register-button, .green-button {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    margin-right: 20px;
    border: 1px solid #6ABB40;
    background: #6ABB40;
    padding: 10px 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.webinar-filter .green-button {
    margin: 5px 0 0 0;
    padding: 5px 20px;
}

.blog-article__find-button:hover, .green-button:hover {
    background: #5BAC31;
    color: #fff;
}

.blog-article__register-button {
    background: #F37100;
    border: 1px solid #F37100;
}

    .blog-article__register-button:hover {
        background: #FF8615;
        color: #fff;
    }

.col-md-3.main-content__blog-block__blog .blog-article__find-button, .sidebar-content-sect__content__sidebar .blog-article__find-button {
    margin: 0 0 10px 0;
}

.blog-block__banner-block {
    max-width: 300px;
    margin: 0 auto;
    clear: both;
}

.blog-block__banner-block_banner {
    display: block;
    margin-bottom: 30px;
}

.main-content__gree-line {
    padding: 9px 0;
    background: url(../img/green-bg.jpg) center no-repeat;
    background-size: cover;
}

    .main-content__gree-line h2 {
        display: inline-block;
        color: #FFF;
        padding: 15px 0;
        margin: 0;
        float: left;
    }

.gree-line__shop-link {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #FFF;
    min-width: 317px;
    float: right;
    text-align: center;
    background: transparent;
    margin: 0;
    border: 2px solid #FFF;
    padding: 24px 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .gree-line__shop-link:hover {
        background: rgba(255,255,255,0.2);
        color: #fff;
    }

.main-content__shop-block {
    padding: 40px 0 68px 0;
}

.shop-block__el__img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 25px auto;
}

.gift_shop_img3 {
    max-width: 251px;
    height: 251px;
    object-fit: cover;
    object-position: right;
}

.shop-block__el h3 {
    font-size: 20px;
    line-height: 30px;
    color: #6e316e;
    margin: 0 0 5px 0;
    text-align: center;
}

.shop-block__el a.post-link {
    text-decoration: none;
}

    .shop-block__el a.post-link:hover h3 {
        color: #6ABB40;
    }

.shop-block__el p {
    text-align: center;
}

.shop-block__el__add-to-cart {
    margin-top: 70px;
    background: #F7FAFB;
    padding: 22px 28px;
}

    .shop-block__el__add-to-cart span.price {
        color: #6e316e;
        font-size: 18px;
        display: inline-block;
        padding: 12px 0;
        font-weight: 500;
    }

.shop-block__el__add-to-cart_button {
    display: inline-block;
    float: right;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    color: #4d4e54;
    background: #FFF;
    border: 1px solid #E9E0E9;
    padding: 15px 17px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .shop-block__el__add-to-cart_button .basket-ico2 {
        display: inline-block;
        margin-right: 10px;
        float: left;
        background: url(../img/sprites.png) no-repeat;
        background-position: -514.991455078125px -16px;
        width: 16px;
        height: 16px;
    }

    .shop-block__el__add-to-cart_button:hover {
        background: #E9E0E9;
        color: #4d4e54;
    }

.main-content__interested-block {
    background: url(../img/banner-img2.jpg) center no-repeat;
    background-size: cover;
}

    .main-content__interested-block > .inner {
        background: url(../img/green-bg2.png) center repeat-y;
        min-height: 441px;
        padding: 64px 0 56px 0;
        color: #FFF;
    }

    .main-content__interested-block h2 {
        color: #FFF;
    }

.main-content__interested-block {
    text-align: center;
}

.interested-block__el {
    padding: 0 25px;
    font-size: 0;
    margin-top: 15px;
    display: inline-block;
}

    .interested-block__el span {
        display: block;
        background: url(../img/sprites.png) no-repeat;
        margin: 0 auto 17px auto;
        width: 180px;
        height: 180px;
    }

    .interested-block__el a {
        display: block;
    }

    .interested-block__el span.interested-block__el__1 {
        background-position: -200.98861694335938px -173.991455078125px;
    }

    .interested-block__el span.interested-block__el__2 {
        background-position: -394.9914855957031px -175px;
    }

    .interested-block__el span.interested-block__el__3 {
        background-position: -797.9772644042969px -173.9801025390625px;
    }

    .interested-block__el span.interested-block__el__4 {
        background-position: -7.9829559326171875px -173.98577880859375px;
    }

    .interested-block__el span.interested-block__el__5 {
        background-position: -588.9886169433594px -171.98577880859375px;
    }

    .interested-block__el h4 {
        font-size: 22px;
        line-height: 25px;
        text-align: center;
        color: #FFF;
        font-family: 'sukhumvit_setlight';
    }

    .interested-block__el a.post-link:hover {
        text-decoration: underline;
        color: #FFF;
    }

.main-content__webinars-block {
    padding: 70px 0 50px 0;
}

.main-content__webinars-block--breadcrums {
    padding: 20px 0;
}

.blue-bg {
    background: #F7FAFB;
}

.main-content__webinars-block__posts {
    margin: 0 -0.7%;
}

    .main-content__webinars-block__posts:after {
        content: "";
        display: block;
        clear: both;
    }

    .main-content__webinars-block__posts article.blog-article {
        width: 31.89%;
        float: left;
        margin: 0 0.7% 30px 0.7%;
    }

.main-content__latest-posts article.blog-article {
    padding: 0;
    border: none;
    background: transparent;
}

    .main-content__latest-posts article.blog-article .inner {
        padding: 14px;
        border: 1px solid #E8F0F3;
        background: #FFF;
        height: 100%;
    }

.main-content__webinars-block--breadcrums article.blog-article {
    border: 1px solid transparent;
}

.breadcrums-block {
    margin-bottom: 60px;
}

.breadcrums-block2 {
    margin-bottom: 0px;
}

.breadcrums-block a {
    font-size: 16px;
    text-decoration: none;
    color: #4d4e54;
    font-family: 'sukhumvit_setlight';
}

    .breadcrums-block a:hover {
        color: #6abb40;
        text-decoration: none;
    }

    .breadcrums-block a.active {
        font-family: 'sukhumvit_setbold';
    }

.breadcrums-block .fa-angle-right {
    display: inline-block;
    padding: 0 10px;
}

.breadcrums-block .fa-home {
    font-size: 20px;
}

.post-filter-block {
    padding: 15px 0;
    border-top: 1px dotted #BFBFBF;
}

    .post-filter-block:after {
        content: "";
        display: block;
        clear: both;
    }

.post-filter-block__select-form {
    display: inline-block;
    float: left;
}

.post-filter-block__options {
    display: inline-block;
    float: right;
    text-align: right;
    margin: 5px 0;
}

    .post-filter-block__options ul {
        margin: 0;
    }

        .post-filter-block__options ul li {
            display: inline-block;
            text-align: center;
            list-style: none;
            font-size: 14px;
            line-height: 22px;
            color: #717175;
            padding: 5px 20px;
            border-right: 1px solid #E5E7E8;
        }

            .post-filter-block__options ul li:last-child {
                border-right: none;
                padding-right: 0;
            }

            .post-filter-block__options ul li span.filter__option {
                display: inline-block;
                margin: 0 10px 0 0;
                width: 20px;
                float: left;
                height: 20px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

.filter__option--public span.filter__option {
    background: #EEC29C;
}

.filter__option--member-only span.filter__option {
    background: #ED1C24;
}

.filter__option--chat span.filter__option {
    background: #6ABB40;
}

.filter__option--judging span.filter__option {
    background: #5A5DE6;
}

.filter__option--spanish span.filter__option {
    background: #FDD208;
}

.main-content__webinars-block__posts .blog-article p {
    padding: 0 10px;
}

.main-content__webinars-block__posts .blog-article__date-block p {
    font-size: 14px;
    line-height: 15px;
    padding-top: 1px;
}

.main-content__webinars-block__posts .blog-article h3 {
    margin: 0 0 3px 0;
}

.blog-article__marker-block {
    position: relative;
}

    .blog-article__marker-block:after {
        content: "";
        width: 26px;
        height: 26px;
        border: 4px solid #FFF;
        position: absolute;
        right: -4px;
        bottom: -4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.chat .blog-article__marker-block:after {
    background: #6ABB40;
}

.spanish .blog-article__marker-block:after {
    background: #FDD208;
}

.judging .blog-article__marker-block:after {
    background: #5A5DE6;
}

.member-only .blog-article__marker-block:after {
    background: #ED1C24;
}

.public .blog-article__marker-block:after {
    background: #EEC29C;
}

.post-filter-block__select-form {
    position: relative;
}

.webinar-filter {
    position: absolute;
    width: 270px;
    padding: 5px;
    z-index: 10;
    background: #FFF;
    border: 1px solid #E3DCE6;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
}

    .webinar-filter h4 {
        font-size: 15px;
        line-height: 16px;
        font-weight: 500;
        color: #6e316e;
        padding: 8px 8px 6px 8px;
        cursor: pointer;
        margin: 0;
    }

        .webinar-filter h4 i {
            display: inline-block;
            float: right;
            font-size: 20px;
            height: 10px;
            color: #D3CCD6;
            margin-top: 1px;
        }

    .webinar-filter.active i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .webinar-filter ul {
        margin: 0;
        display: none;
        padding-top: 9px;
    }

        .webinar-filter ul li {
            font-size: 14px;
            color: #717175;
            margin-bottom: 8px;
            list-style: none;
        }

            .webinar-filter ul li label {
                cursor: pointer;
            }

            .webinar-filter ul li input[type="checkbox"] {
                float: left;
                margin-right: 15px;
            }

.main-banner__text-block {
    width: 430px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 30px 30px 15px 30px;
    background: rgba(255,255,255,0.9);
}

    .main-banner__text-block h5 {
        text-align: left;
        margin: 0 0 10px 0;
    }

.main-banner__text-block__date {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.main-banner__text-block h3 {
    font-size: 20px;
    line-height: 20px;
    color: #6e316e;
    margin: 0 0 10px 0;
}

.blog-article__cta-block {
    margin-top: 20px;
}

.sidebar-content-sect__content__sidebar {
    float: left;
    width: 301px;
    margin-right: 30px;
}

.category_banner {
    max-width: 100%;
    height: 451px;
    object-fit: cover;
    width: 100%;
}

.sidebar-content-sect__content__content-block {
    float: right;
    width: 638px;
}

.sidebar-content-sect__content__content-block--max-width {
    float: right;
    width: 980px;
}

.main-content__sidebar-content-sect, .main-content__blog-content-sect {
    padding: 20px 0;
}

.sidebar-nav-widget {
    margin-bottom: 30px;
}

    .sidebar-nav-widget header {
        font-family: 'sukhumvit_setthin';
        background: #6D2F6D;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
        text-align: center;
        padding: 15px 0;
    }

.sidebar-nav-widget__links {
    border: 1px solid #E8F0F3;
    border-top: none;
}

    .sidebar-nav-widget__links ul {
        margin: 0;
    }

        .sidebar-nav-widget__links ul li {
            list-style: none;
            position: relative;
            border-bottom: 1px solid transparent;
        }

            .sidebar-nav-widget__links ul li a {
                color: #717175;
                text-decoration: none;
                font-size: 15px;
                line-height: 18px;
                padding: 13px 10px 13px 37px;
                display: block;
                border-bottom: 1px solid transparent;
                font-weight: 300;
            }

            .sidebar-nav-widget__links ul li:before {
                content: "";
                position: absolute;
                left: 15px;
                top: 18px;
                width: 8px;
                height: 8px;
                background: #E8F0F3;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

        .sidebar-nav-widget__links ul.sub-nav {
            padding: 5px 0 5px 50px;
        }

            .sidebar-nav-widget__links ul.sub-nav li:before {
                width: 5px;
                height: 5px;
                left: -15px;
                top: 9px;
                background: #BCDFE9;
            }

            .sidebar-nav-widget__links ul.sub-nav li {
                margin: 4px 0;
            }

                .sidebar-nav-widget__links ul.sub-nav li a {
                    color: #717175;
                    font-size: 14px;
                    line-height: 18px;
                    padding: 3px 5px;
                    font-weight: 300;
                }

                    .sidebar-nav-widget__links ul.sub-nav li a:hover, .sidebar-nav-widget__links ul.sub-nav li.active a {
                        color: #6D2F6D;
                    }

    .sidebar-nav-widget__links > ul > li > a:hover, .sidebar-nav-widget__links > ul > li.active > a {
        background: #F7FAFB;
        border-bottom: 1px solid #F0F6F8;
    }

    .sidebar-nav-widget__links > ul > li.active > a {
        font-weight: 500;
    }

    .sidebar-nav-widget__links ul li:hover:before, .sidebar-nav-widget__links ul li.active:before {
        background: #BCDFE9;
    }

.main-content__sidebar-content-sect .main-content__blog-block__blog--sidebar h3.title, .sidebar-content-sect__content__sidebar h3.title {
    font-family: 'sukhumvit_setthin';
    font-size: 24px;
    line-height: 28px;
    color: #4d4e54;
    margin: 0 0 20px 0;
}

.main-content__sidebar-content-sect .main-content__blog-block__blog--sidebar {
    padding-top: 2px;
}

.content-feat-block__el {
    background: #EAF4F7;
    padding: 10px;
    margin-bottom: 10px;
}

    .content-feat-block__el:after {
        content: "";
        display: block;
        clear: both;
    }

    .content-feat-block__el > a {
        display: block;
        text-decoration: none;
    }

    .content-feat-block__el img {
        display: block;
        float: left;
        border: 4px solid #FFF;
        margin-right: 30px;
    }

    .content-feat-block__el h3 {
        font-family: 'sukhumvit_setmedium';
        font-size: 24px;
        line-height: 30px;
        color: #4d4e54;
        display: inline-block;
        float: left;
        margin: 35px 0;
    }

    .content-feat-block__el > a:hover h3 {
        color: #6D2F6D;
    }

.content-block__banner-block {
    text-align: center;
    clear: both;
}

    .content-block__banner-block a {
        display: inline-block;
        max-width: 100%;
        margin: 0 0 15px 0;
    }

    .content-block__banner-block .blog-block__banner-block_banner {
        display: block;
        margin-bottom: 0;
    }

h5.content-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    max-width: 970px;
    margin: 0 auto 10px auto;
    text-align: center;
}

.main-content__latest-posts .small-text {
    font-size: 14px;
    line-height: 14px;
    color: #4d4e54;
    margin: 5px 0 0 0;
}

.blog-article__description-block {
    padding: 15px 0px;
    margin: 13px 10px 15px 10px;
    border-top: 1px dotted #BFBFBF;
    border-bottom: 1px dotted #BFBFBF;
}

    .blog-article__description-block ul {
        list-style: none;
        padding-left: 30px;
        margin: 0;
    }

        .blog-article__description-block ul li {
            font-size: 14px;
            color: #717175;
            padding: 1px 0;
        }

        .blog-article__description-block ul b {
            color: #4d4e54;
            width: 150px;
            display: inline-block;
        }

.main-content__latest-posts .blog-article__text {
    margin-bottom: 10px;
}

.post-zoom-image {
    position: relative;
    display: block;
}

    .post-zoom-image:after {
        content: "";
        display: block;
        position: absolute;
        width: 47px;
        height: 47px;
        bottom: 0;
        right: 0;
        z-index: 10;
        background: url(../img/zoom-ico.png) center no-repeat;
    }

.main-content__shop-block.shop-page {
    padding: 30px 0 40px 0;
}

.shop-page .shop-block__el {
    margin-bottom: 70px;
}

.notification-bar {
    background: url(../img/banner-img2.jpg) center no-repeat;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

    .notification-bar .inner {
        padding: 10px 0;
        background: url(../img/green-bg2.png) center repeat-y;
    }

    .notification-bar .container {
        max-width: 1160px;
        position: relative;
        color: #FFF;
    }

    .notification-bar .col1 {
        float: left;
        width: 268px;
    }

    .notification-bar .col2 {
        float: left;
        width: 530px;
        padding: 0 30px;
    }

    .notification-bar .col3 {
        float: right;
        width: 360px;
    }

.notification-bar__img {
    display: block;
    border: 2px solid #FFF;
}

.notification-bar__text {
    padding: 25px 0 0 0;
}

    .notification-bar__text h3 {
        font-size: 25px;
        line-height: 26px;
        color: #f0f300;
        font-weight: 400;
        letter-spacing: -0.2px;
        margin: 0 0 15px 0;
    }

    .notification-bar__text h6 {
        color: #FFF;
        font-size: 16px;
        margin: 0 0 10px 0;
        font-weight: 300;
    }

    .notification-bar__text p {
        font-size: 14px;
        color: #FFF;
        margin-bottom: 10px;
        font-weight: 300;
    }

        .notification-bar__text p strong {
            text-transform: uppercase;
            color: #f0f300;
        }

.notif-cta-line {
    background: url(../img/cta-line.png) right 100% no-repeat;
    background-size: cover;
    font-size: 15px;
    color: #FFF;
    font-weight: 300;
    max-width: 467px;
    line-height: 20px;
    padding: 22px 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
}

.notification-form {
    border: 2px solid #FFF;
    background: #6e316e;
    padding: 20px 15px;
    margin-top: 30px;
    position: relative;
}

    .notification-form .close-icon {
        display: block;
        width: 22px;
        height: 22px;
        z-index: 50;
        position: absolute;
        top: -15px;
        right: -16px;
        cursor: pointer;
    }

    .notification-form p {
        margin-bottom: 15px;
    }

    .notification-form label {
        display: block;
        color: #FFF;
        font-size: 15px;
        padding-left: 15px;
    }

    .notification-form input[type="text"], .notification-form input[type="email"] {
        width: 100%;
        height: 40px;
        border: 1px solid #95297F;
        padding: 0 10px;
        outline: none;
    }

        .notification-form input[type="text"].error, .notification-form input[type="email"].error {
            -webkit-box-shadow: inset 0px 0px 7px rgba(255,0,0,1);
            -moz-box-shadow: inset 0px 0px 7px rgba(255,0,0,1);
            box-shadow: inset 0px 0px 7px rgba(255,0,0,1);
        }

    .notification-form input[type="submit"] {
        font-size: 16px;
        line-height: 21px;
        width: 100%;
        display: block;
        text-align: center;
        padding: 12px 0;
        color: #FFF;
        background: #F37100;
        border: none;
        margin-top: 35px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .notification-form input[type="submit"]:hover {
            background: #E66400;
        }

#FLOATING_NOTIFICATION_BAR {
    z-index: 9998;
}

.NOTbar {
    display: none;
    z-index: 1002;
}

.NOTbar_collapsed {
    max-width: 1600px;
    margin: 0 auto;
    display: none;
}

.NOTbar_collapsed_messages {
    display: none;
}

#FLOATING_NOTIFICATION_BAR.NOTbar_visible .NOTbar_collapsed .NOTbar_pull_button {
    background-image: url(http://kyrpull.strategenicinc.netdna-cdn.com/bar_KYR_collapse.png);
}

.NOTbar_collapsed .NOTbar_pull_button {
    background: url(http://kyrpull.strategenicinc.netdna-cdn.com/bar_KYR_expand.png) no-repeat;
    display: block;
    width: 42px;
    height: 37px;
    margin: 0 20px 0 auto;
    cursor: pointer;
}

.NOTbar_collapsed .NOTbar_message {
    background-image: url(http://kyrpull.strategenicinc.netdna-cdn.com/bar_KYR_bg_2.jpg);
    background-position: top 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 10px;
    background-size: cover;
    cursor: pointer;
    z-index: 1001;
}

    .NOTbar_collapsed .NOTbar_message .NOTbar_arrow {
        background: url(http://kyrpull.strategenicinc.netdna-cdn.com/bar_KYR_collapsed_arrow.png) no-repeat;
        width: 23px;
        height: 19px;
        display: block;
        position: absolute;
        right: 0;
        top: 8px;
    }

    .NOTbar_collapsed .NOTbar_message p {
        margin: 0;
        padding: 0 30px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
    }

        .NOTbar_collapsed .NOTbar_message p a {
            color: #76bb53;
        }

.blog-content-sect__content {
    max-width: 973px;
}

.blog-post {
    padding-bottom: 15px;
    border-bottom: 1px dotted #BFBFBF;
    margin-bottom: 32px;
}

.main-content__blog-content-sect .main-content__blog-block__blog--sidebar {
    padding-top: 0;
}

.blog-post__thumb {
    display: block;
    margin-bottom: 30px;
}

.blog-post__title {
    font-size: 20px;
    line-height: 20px;
    color: #6e316e;
    margin: 0 0 15px 0;
}

.blog-post__meta {
    font-size: 14px;
    color: #4d4e54;
    margin-bottom: 20px;
}

    .blog-post__meta a {
        color: #6abb40;
    }

.blog-post a.post-link {
    text-decoration: none;
}

    .blog-post a.post-link:hover h3 {
        color: #6ABB40;
    }

.blog-post__content p, .content-fullwidth-block p {
    margin-bottom: 22px;
}

.blog-pagination {
    text-align: right;
    float: right;
    margin-bottom: 50px;
}

    .blog-pagination:after {
        content: "";
        display: block;
        clear: both;
    }

    .blog-pagination a {
        line-height: 23px;
        padding: 10px 15px;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        color: #4d4e54;
        text-decoration: none;
        display: inline-block;
        float: left;
        margin: 0 3px;
        border: 1px solid #E9E0E9;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .blog-pagination a.active, .blog-pagination a:hover {
            background: #6ABB40;
            color: #FFF;
            border: 1px solid #6ABB40;
        }

        .blog-pagination a.pag-prev, .blog-pagination a.pag-next {
            font-size: 26px;
            line-height: 26px;
            height: 45px;
            color: #A9A9AC;
            padding: 8px 15px;
        }

            .blog-pagination a.pag-prev:hover, .blog-pagination a.pag-next:hover {
                color: #FFF;
            }

        .blog-pagination a.pag-prev {
            margin-right: 25px;
        }

        .blog-pagination a.pag-next {
            margin-left: 25px;
            margin-right: 0;
        }

        .blog-pagination a.pag-prev-post, .blog-pagination a.pag-next-post {
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
            margin: 0 5px;
        }

            .blog-pagination a.pag-prev-post i, .blog-pagination a.pag-next-post i {
                font-size: 25px;
                line-height: 16px;
                position: relative;
                bottom: -3px;
                color: #A6A6A9;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .blog-pagination a.pag-prev-post i {
                margin-right: 15px;
            }

            .blog-pagination a.pag-next-post i {
                margin-left: 15px;
            }

            .blog-pagination a.pag-prev-post:hover i, .blog-pagination a.pag-next-post:hover i {
                color: #FFF;
            }

.blog-block__widget {
    margin-bottom: 50px;
}

    .blog-block__widget h3.title {
        font-family: 'sukhumvit_setthin';
        font-size: 24px;
        line-height: 30px;
        padding: 15px 10px;
        text-align: center;
        background: #6C2E6C;
        color: #FFF;
        margin: 0;
    }

.blog-block__widget__content {
    border-right: 1px solid #E8F0F3;
    border-left: 1px solid #E8F0F3;
    border-bottom: 1px solid #E8F0F3;
}

    .blog-block__widget__content ul {
        padding-left: 0;
    }

        .blog-block__widget__content ul li {
            font-size: 15px;
            line-height: 20px;
            list-style: none;
            color: #717175;
            padding: 8px 0 8px 20px;
            position: relative;
            border-bottom: 1px solid #F0F6F8;
        }

            .blog-block__widget__content ul li a {
                color: #717175;
            }

                .blog-block__widget__content ul li a:hover {
                    color: #76bb53;
                }

            .blog-block__widget__content ul li:before {
                content: "";
                width: 7px;
                height: 7px;
                position: absolute;
                top: 14px;
                left: 0;
                background: #E8F0F3;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

            .blog-block__widget__content ul li:last-child {
                border-bottom: none;
            }

.tabs {
    width: 100%;
    margin: 0 auto;
}

.nav-tabs {
    overflow: hidden;
    margin-bottom: -1px;
}

    .nav-tabs span {
        cursor: pointer;
        width: 50%;
        text-align: center;
        float: left;
        padding: 10px 15px 10px 15px;
        background: #F7FAFB;
        font-size: 15px;
        color: #717175;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

.tab {
    display: none;
    padding: 12px;
    color: #555;
    clear: both;
    overflow: hidden;
}

.nav-tabs .active {
    color: #4d4e54;
    background: #fff;
    font-weight: 500;
}

.tab.active {
    display: block;
}

.content-faq-bloc__el h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px 0;
    color: #6e316e;
}

    .content-faq-bloc__el h4 a {
        color: #6e316e;
        text-decoration: none;
    }

        .content-faq-bloc__el h4 a:hover {
            color: #76bb53;
        }

.content-faq-bloc__el {
    margin-bottom: 20px;
}

.events-list__event {
    display: table;
    margin-bottom: 30px;
}

.latest-news .news-post {
    margin-bottom: 30px;
}

.events-list__event__date-col {
    display: table-cell;
    vertical-align: middle;
    font-family: 'sukhumvit_setthin';
    width: 234px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    background: url(../img/green-bg.jpg) center repeat-y;
}

    .events-list__event__date-col > a {
        color: #FFF;
        display: block;
        padding: 30px;
        text-decoration: none !important;
    }

.events-list__event__description-col {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    background: #F7FAFB;
}

.enents-list .ev-date {
    margin-bottom: 30px;
}

    .enents-list .ev-date span {
        display: block;
    }

.enents-list .ev-type {
    font-size: 24px;
}

.enents-list .ev-title, .blog-content-sect__content .ev-title {
    position: relative;
    padding-right: 175px;
}

    .enents-list .add_to_calendar, .blog-content-sect__content .ev-title .add_to_calendar {
        position: absolute;
        right: 0;
        top: 0;
    }

        .enents-list .add_to_calendar a, .blog-content-sect__content .ev-title .add_to_calendar a {
            font-size: 14px;
            line-height: 32px;
            margin-right: 15px;
        }

    .enents-list .ev-title h3, .news-post__desc h3, .product-list__el__desc h3, .product-el-detail__desc h3 {
        font-size: 20px;
        line-height: 20px;
        color: #6e316e;
        margin-bottom: 5px;
    }

        .enents-list .ev-title h3 a, .news-post__desc h3 a, .product-list__el__desc h3 a {
            color: #6e316e;
        }

            .enents-list .ev-title h3 a:hover, .news-post__desc h3 a:hover, .product-list__el__desc h3:hover {
                color: #76bb53;
                text-decoration: none;
            }

    .enents-list .ev-title .ev-place, .news-post__desc .news-date {
        font-size: 14px;
        line-height: 18px;
        color: #4d4e54;
        font-weight: 400;
        margin-bottom: 10px;
    }

.enents-list .ev-desc, .news-post__desc .news-desc {
    margin-bottom: 25px;
}

.enents-list .blog-article__more-button, .latest-news .blog-article__more-button {
    margin-bottom: 0;
}

.enents-list .calendar-ico, .blog-content-sect__content .ev-title .calendar-ico {
    float: right;
    text-indent: -9999px;
    background: url(../img/sprites.png) no-repeat;
    background-position: -513.991455078125px -112px;
    width: 32px;
    height: 32px;
}

.news-post {
    border: 1px solid #E8F0F3;
    padding: 15px;
}

    .news-post:after {
        content: "";
        display: block;
        clear: both;
    }

.news-post__thumb {
    float: left;
    margin-right: 30px;
    max-width: 219px;
}

.news-post__desc {
    overflow: hidden;
    padding: 10px 0;
}

.blog-nav-title {
    position: relative;
    max-width: 973px;
}

    .blog-nav-title h2, .blog-nav-title h1 {
        padding-right: 370px;
    }

    .blog-nav-title .blog-pagination {
        position: absolute;
        right: 0;
        top: 0;
    }

        .blog-nav-title .blog-pagination a.pag-next-post {
            margin-right: 0;
        }

.events-calendar.purple-bg {
    background: url(../img/support-block-bg.png) center repeat;
    padding-top: 50px;
}

    .events-calendar.purple-bg .events-calendar__carousel-block > h2 {
        color: #FFF;
    }

.events-carousel {
    position: relative;
    text-align: center;
    padding: 0 60px;
}

    .events-carousel:after {
        content: "";
        display: block;
        clear: both;
    }

.events-carousel__el {
    display: inline-block;
    width: 33.3333%;
    float: left;
}

.events-calendar__nav {
    margin-bottom: 60px;
}

    .events-calendar__nav a {
        font-family: 'sukhumvit_setthin';
        font-size: 24px;
        display: inline-block;
        line-height: 30px;
        color: #717175;
        min-width: 300px;
        text-align: center;
        text-decoration: none !important;
        padding: 15px;
        margin-right: 5px;
        background: #F7FAFB;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .events-calendar__nav a:hover {
            background: #E9E0E9;
            color: #4d4e54;
        }

        .events-calendar__nav a.active {
            font-family: 'sukhumvit_setmedium';
            color: #FFF;
            background: url(../img/support-block-bg.png) center;
        }

.events-calendar__carousel-block, .events-calendar__filter-block, .events-calendar__listing-block {
    margin-bottom: 60px;
}

.events-calendar-table {
    width: 100%;
    background: #F7FAFB;
}

    .events-calendar-table thead {
        background: #EFF5F7;
    }

    .events-calendar-table tbody {
        color: #4d4e54;
    }

    .events-calendar-table th {
        height: 55px;
        text-align: center;
        color: #4d4e54;
        font-size: 20px;
        font-weight: 300;
    }

    .events-calendar-table table.grid {
        padding: 9px;
        width: 100%;
        border-collapse: separate;
        border-spacing: 2px;
    }

        .events-calendar-table table.grid tr.week-list td {
            font-size: 16px;
            font-weight: 500;
            height: 42px;
            width: 40px;
            border: none;
            background: transparent;
        }

        .events-calendar-table table.grid tr td {
            height: 45px;
            width: 40px;
            font-size: 15px;
            vertical-align: middle;
            border: 1px solid #EDECF1;
            background: #FFF;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .events-calendar-table table.grid tr td.empty {
                background: transparent !important;
                border: 1px solid transparent;
            }

            .events-calendar-table table.grid tr td:hover {
                background: #E9E0E9;
            }

        .events-calendar-table table.grid tr.week-list td:hover {
            background: transparent;
        }

        .events-calendar-table table.grid tr td.has-event {
            cursor: pointer;
            background: #6ABB40;
            color: #FFF;
            position: relative;
        }

            .events-calendar-table table.grid tr td.has-event .event {
                display: none;
            }

        .events-calendar-table table.grid tr td.prev-month {
            color: rgba(188,189,195,0.7);
        }

.events-calendar__carousel-block__wrapper {
    width: 1110px;
    margin: 0 auto;
    position: relative;
}

.events-calendar__carousel-block .events-carousel__el {
    margin: 0 10px;
    text-align: center;
}

.events-calendar__carousel-block .events-carousel {
    padding: 0;
}

.events-calendar__carousel-block .prev {
    width: 40px;
    position: absolute;
    height: 60px;
    top: 50%;
    display: block !important;
    opacity: 1;
    left: -85px;
    margin-top: -30px;
    background: url(../img/events-slider-nav.png) no-repeat;
    background-position: -59px 0;
}

.events-calendar__carousel-block .next {
    width: 40px;
    height: 60px;
    position: absolute;
    opacity: 1;
    top: 50%;
    display: block !important;
    right: -85px;
    margin-top: -30px;
    background: url(../img/events-slider-nav.png) no-repeat;
    background-position: 0 0;
}

.events-calendar.purple-bg .events-calendar__carousel-block .prev {
    background: url(../img/events-slider-nav3.png) no-repeat;
    background-position: -59px 0;
}

.events-calendar.purple-bg .events-calendar__carousel-block .next {
    background: url(../img/events-slider-nav3.png) no-repeat;
    background-position: 0 0;
}

.events-calendar__carousel-block .prev:hover, .events-calendar.purple-bg .events-calendar__carousel-block .prev:hover {
    background-position: -54px -74px;
}

.events-calendar__carousel-block .next:hover, .events-calendar.purple-bg .events-calendar__carousel-block .next:hover {
    background-position: -1px -74px;
}

#simplemodal-overlay {
    background-color: #000;
    opacity: 0.7;
}

#simplemodal-container {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 18px #ddd;
    -moz-box-shadow: 0px 0px 18px #ddd;
    box-shadow: 0px 0px 18px #ddd;
}

#simplemodal-container {
    padding: 35px 20px 20px 20px;
    width: 100%;
}

    #simplemodal-container a.modalCloseImg {
        background: url(../img/sprites.png) no-repeat;
        background-position: -621px -7px;
        width: 12px;
        height: 13px;
        display: inline;
        z-index: 3200;
        position: absolute;
        top: 8px;
        right: 10px;
        cursor: pointer;
    }

        #simplemodal-container a.modalCloseImg:hover {
            background-position: -640px -7px;
        }

    #simplemodal-container h3 {
        font-size: 20px;
        line-height: 20px;
        color: #6e316e;
        margin: 0 0 6px 0;
    }

    #simplemodal-container .event {
        margin: 25px 0 20px 0;
        border-top: 1px dotted #ccc;
        padding: 20px 0 0 0;
    }

        #simplemodal-container .event:first-child {
            margin: 0;
            padding: 0;
            border: none;
        }

        #simplemodal-container .event h3 a {
            color: #6e316e;
        }

            #simplemodal-container .event h3 a:hover {
                color: #6ABB40;
                text-decoration: none;
            }

        #simplemodal-container .event .ev-place {
            font-size: 14px;
            line-height: 24px;
            color: #4d4e54;
            font-weight: 400;
            margin-bottom: 15px;
        }

    #simplemodal-container .event__more-button {
        display: inline-block;
        font-size: 15px;
        line-height: 25px;
        font-weight: bold;
        background: #6ABB40;
        color: #fff;
        padding: 10px 25px;
        text-transform: uppercase;
        text-decoration: none !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #simplemodal-container .event__more-button:hover {
            background: #58A92E;
        }

.events-calendar__listing-block .enents-list .ev-title {
    padding-right: 220px;
}

.events-calendar__listing-block .enents-list .ev-desc {
    margin-bottom: 0;
    padding-right: 220px;
    position: relative;
}

    .events-calendar__listing-block .enents-list .ev-desc p {
        margin: 0;
    }

.events-calendar__listing-block .blog-article__more-button {
    position: absolute;
    right: 0;
    top: 0;
}

.events-calendar__listing-block .enents-list .ev-title .ev-place {
    margin-bottom: 13px;
}

.events-calendar__listing-block .events-list__event__date-col {
    font-size: 25px;
    line-height: 30px;
}

.events-calendar__listing-block .enents-list .ev-date {
    margin-bottom: 0px;
}

.events-calendar__listing-block .enents-list .ev-type {
    font-size: 18px;
}

.events-calendar__listing-block .events-list__event {
    margin-bottom: 10px;
}

.filter-block__form {
    padding: 36px 0;
}

    .filter-block__form .container {
        padding: 0 14px;
    }

    .filter-block__form:after {
        content: "";
        clear: both;
        display: block;
    }

    .filter-block__form .col1 {
        width: 250px;
        float: left;
    }

    .filter-block__form .col2 {
        width: 547px;
        float: left;
        margin: 0 38px;
    }

    .filter-block__form .col3 {
        width: 423px;
        float: right;
    }

    .filter-block__form label {
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 5px;
        font-weight: 400;
        color: #4d4e54;
    }

    .filter-block__form input.date-input {
        width: 190px;
        height: 45px;
        border: 1px solid #EDECF1;
        background: #FFF;
        padding: 0 45px 0 15px;
        position: relative;
    }

.form__date-input {
    display: inline-block;
    position: relative;
}

    .form__date-input:after {
        content: "";
        position: absolute;
        top: 6px;
        right: 9px;
        background: url(../img/sprites.png) no-repeat;
        background-position: -513.991455078125px -112px;
        width: 32px;
        height: 32px;
        z-index: 3;
    }

.form__divider {
    display: inline-block;
    padding: 0 11px;
}

.filter-block__form input[type="submit"] {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    outline: none;
    margin-top: 22px;
    background: #FFF;
    color: #fff;
    margin-bottom: 5px;
    border: 1px solid #6ABB40;
    background: #6ABB40;
    padding: 8px 26px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .filter-block__form input[type="submit"]:hover {
        background: #55A62B;
    }

/* Youtube player */
.youtube-container {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 600px;
}

.youtube-player {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}

div.play-button {
    height: 72px;
    opacity: 0.8;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("http://i.imgur.com/TxzC70f.png") no-repeat;
}

.youtube-player:hover div.play-button {
    opacity: 1;
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* -------------- */

.blog-post__meta {
    position: relative;
}

    .blog-post__meta .blog-article__cta-block {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }

    .blog-post__meta .blog-article__register-button {
        color: #FFF;
        margin: 0;
    }

.events-calendar__listing-wrapper.separate-sect {
    padding: 64px 0 56px 0;
}

    .events-calendar__listing-wrapper.separate-sect .events-calendar__listing-block {
        margin-bottom: 30px;
    }

.events-calendar__listing-wrapper.blue-bg .events-list__event__description-col {
    background: #FFF;
}

.blog-post__location {
    margin: 15px 0 25px 0;
}

    .blog-post__location:after {
        content: "";
        clear: both;
        display: block;
    }

    .blog-post__location .col1, .blog-post__location .col2 {
        width: 225px;
        float: left;
    }

    .blog-post__location .col3 {
        width: 520px;
        float: right;
    }

    .blog-post__location h5 {
        text-align: left;
    }

.google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.content-fullwidth-block {
    margin: 35px 0;
}

    .content-fullwidth-block:after {
        content: "";
        clear: both;
        display: block;
    }

    .content-fullwidth-block .col1 {
        width: 300px;
        float: left;
    }

    .content-fullwidth-block .col2 {
        width: 520px;
        margin: 0 55px;
        float: left;
    }

    .content-fullwidth-block .col3 {
        width: 300px;
        float: left;
    }

    .content-fullwidth-block h3 {
        font-size: 20px;
        line-height: 20px;
        color: #6e316e;
        margin: 0 0 15px 0;
    }

.magazine-posts .blog-article__more-link {
    margin-left: 55px;
    display: inline-block;
}

.main-content__posts-filter-block {
    padding: 70px 0;
}

.posts-filter-block__carousel-wrapper {
    margin-top: 40px;
    padding: 0 90px;
    position: relative;
}

.posts-filter-block__carousel__el {
    display: inline-block;
    float: left;
    height: 55px;
    margin: 0 13px;
    width: 162px;
    background: #FFF;
    border: 1px solid #EDECF1;
    text-align: center;
}

    .posts-filter-block__carousel__el.active, .posts-filter-block__carousel__el:hover {
        background: #6E316E;
    }

        .posts-filter-block__carousel__el.active a, .posts-filter-block__carousel__el:hover a {
            color: #FFF;
            font-weight: 700;
            text-decoration: none;
        }

    .posts-filter-block__carousel__el a {
        display: block;
        font-size: 20px;
        line-height: 53px;
        text-transform: uppercase;
        color: #717175;
    }

.posts-filter-block__carousel-wrapper .prev {
    width: 20px;
    position: absolute;
    height: 31px;
    top: 50%;
    display: block !important;
    opacity: 1;
    left: 0;
    margin-top: -15px;
    background: url(../img/events-slider-nav2.png) no-repeat;
    background-position: -30px 0;
}

.posts-filter-block__carousel-wrapper .next {
    width: 20px;
    height: 31px;
    position: absolute;
    opacity: 1;
    top: 50%;
    display: block !important;
    right: 0;
    margin-top: -15px;
    background: url(../img/events-slider-nav2.png) no-repeat;
    background-position: 0 0;
}

.posts-filter-block__carousel-wrapper .prev:hover {
    background-position: -28px -37px;
}

.posts-filter-block__carousel-wrapper .next:hover {
    background-position: 0 -37px;
}

.fullheight-section, body > form {
    height: 100%;
    width: 100%;
}

.fullheight-section {
    position: relative;
    text-align: center;
    background: #0D7D2F url(../img/green-bg3.jpg) center repeat;
}

.login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFF;
    text-align: left;
    width: 600px;
    margin-left: -300px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .login-form header {
        padding: 30px 0;
        text-align: center;
    }

    .login-form footer {
        padding: 17px 0;
        background: #FFF;
        text-align: center;
    }

        .login-form footer a {
            display: inline-block;
            line-height: 25px;
            font-size: 14px;
            color: #6abb40;
            padding: 0 25px;
        }

            .login-form footer a:first-child {
                border-right: 1px solid #E9E9EA;
            }

.login-form__form {
    padding: 42px 80px 25px 80px;
    background: #FFF url(../img/loginform-bg.png) center no-repeat;
}

    .login-form__form p, .forgot-password__form p {
        margin-bottom: 20px;
    }

.forgot-password__form p {
    margin-bottom: 20px;
}

.login-form__form input, .forgot-password__form input {
    width: 350px;
    height: 45px;
    padding: 0 10px;
    display: inline-block;
    background: #FFF;
    border: 1px solid rgba(0,0,0,0.2);
}

.forgot-password__form input {
    width: 100%;
    display: block;
    min-width: auto;
}

.login-form__form label, .forgot-password__form label {
    display: inline-block;
    line-height: 45px;
    width: 88px;
    font-size: 16px;
    font-weight: 500;
    color: #4d4e54;
}

.login-form__form .divider {
    height: 1px;
    width: 100%;
    background: url(../img/divider-bg.png) center no-repeat;
    margin: 40px 0 30px 0;
}

.login-form__form input[type="submit"], .forgot-password__form input[type="submit"] {
    padding: 0 50px;
    min-width: 160px;
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #6ABB40;
    border: none;
    outline: none;
    color: #FFF;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

    .login-form__form input[type="submit"]:hover, .forgot-password__form input[type="submit"]:hover {
        background: #55A62B;
    }

.login-form__form .join-now-link {
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-left: 20px;
    bottom: -9px;
}

.product-el-detail {
    margin-bottom: 70px;
}

.product-list__el {
    display: table;
    margin-bottom: 10px;
    background: #F7FAFB;
    width: 100%;
}

.product-list__el__img {
    display: table-cell;
    vertical-align: middle;
    width: 240px;
    padding: 15px;
    text-align: center;
}

.product-list__el__desc {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    width: 380px;
}

.product-list__el__price {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px 15px 15px;
}

    .product-list__el__price .blog-article__cta-block {
        text-align: right;
    }

    .product-list__el__price span.price {
        font-size: 24px;
        color: #4d4e54;
        font-family: 'sukhumvit_setthin';
        text-align: right;
        display: block;
        margin-bottom: 20px;
    }

.product-list__el__desc h3 {
    margin-bottom: 15px;
}

.product-list__el__price .blog-article__more-button {
    margin-bottom: 0;
    margin-right: 10px;
}

.product-list__el__price .blog-article__find-button {
    margin-right: 0;
}

.product-list {
    margin-bottom: 30px;
}

.product-el-detail__thumb {
    display: inline-block;
    float: left;
    margin-right: 40px;
}

.product-el-detail__desc:after, .product-el-detail__rate-block:after {
    content: "";
    display: block;
    clear: both;
}

.product-el-detail__desc__text {
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    color: #717175;
}

.product-el-detail__desc h3 {
    margin-bottom: 15px;
}

.product-el-detail__desc p {
    font-size: 15px;
    line-height: 20px;
    color: #717175;
}

.product-el-detail__desc ol {
    padding-left: 17px;
}

    .product-el-detail__desc ol li, .product-el-detail__desc ul li {
        line-height: 20px;
        padding: 5px 0;
        color: #717175;
    }

.product-el-detail .divider {
    height: 1px;
    width: 100%;
    background: url(../img/divider-bg.png) center;
    margin: 30px 0 30px 0;
}

.rate-block__rating {
    font-size: 13px;
    line-height: 20px;
    color: #717175;
    width: 50%;
    float: left;
}

.rating-val {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    bottom: -5px;
}

.rate-block__cta {
    width: 50%;
    float: right;
}

.rate-block__cta {
    font-size: 13px;
    line-height: 20px;
    color: #717175;
    text-align: right;
}

    .rate-block__cta a {
        padding: 0 20px;
        display: inline-block;
        line-height: 20px;
    }

        .rate-block__cta a.add-to-cart {
            padding-right: 0;
        }

        .rate-block__cta a:first-child {
            border-right: 1px solid #E9E9EA;
        }

    .rate-block__cta span.mail-ico {
        display: inline-block;
        position: relative;
        bottom: -5px;
        margin-right: 10px;
        width: 30px;
        height: 22px;
        background: url(../img/sprites.png);
        background-position: -903px 1px;
    }

    .rate-block__cta span.scales-ico {
        display: inline-block;
        position: relative;
        bottom: -5px;
        margin-left: 10px;
        width: 32px;
        height: 23px;
        background: url(../img/sprites.png);
        background-position: -903px -48px;
    }

    .rate-block__cta a.mail-link:hover .mail-ico {
        background-position: -903px -21px;
    }

    .rate-block__cta a.add-to-cart:hover .scales-ico {
        background-position: -903px -74px;
    }

.product-el-detail__rate-block {
    margin-bottom: 30px;
}

.product-el-detail__add-to-cart-block {
    padding: 30px 10px;
    text-align: center;
    background: #F7FAFB;
}

    .product-el-detail__add-to-cart-block .price {
        font-size: 24px;
        line-height: 45px;
        color: #4d4e54;
        font-family: 'sukhumvit_setthin';
        display: inline-block;
        margin-right: 40px;
    }

    .product-el-detail__add-to-cart-block input[type="text"] {
        width: 120px;
        height: 45px;
        margin: 0 20px;
        padding: 0 10px;
        display: inline-block;
        background: #FFF;
        border: 1px solid #E9E0E9;
    }

    .product-el-detail__add-to-cart-block .blog-article__more-button {
        margin: 0 10px 0 0;
    }

    .product-el-detail__add-to-cart-block .blog-article__find-button {
        margin: 0;
    }

.related-products {
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
    background: url(../img/divider-bg.png) center bottom repeat-x;
}

    .related-products:after {
        content: "";
        display: block;
        clear: both;
    }

.related-products__el {
    margin-right: 56px;
    display: inline-block;
    font-size: 0;
    width: 200px;
    text-align: center;
}

    .related-products__el:last-child {
        margin-right: 0;
    }

.related-products__el__link {
    display: block;
    text-decoration: none !important;
}

.related-products__el .thumb {
    display: block;
    margin-bottom: 10px;
    border-top: 8px solid #6ABB40;
    border-bottom: 8px solid #6ABB40;
    border-left: 5px solid #6ABB40;
    border-right: 5px solid #6ABB40;
}

.related-products__el h4 {
    font-size: 20px;
    line-height: 25px;
    color: #6e316e;
}

.related-products__el:hover h4 {
    color: #6ABB40;
}

.related-products h3, .product-review h3 {
    font-family: 'sukhumvit_setthin';
    font-size: 24px;
    line-height: 25px;
    color: #4d4e54;
    margin-bottom: 30px;
}

.product-review {
    margin-bottom: 50px;
}

    .product-review .inner {
        padding: 30px 10px;
        text-align: center;
        background: #F7FAFB;
    }

    .product-review .blog-article__more-button {
        margin: 0;
    }

/* stars */
.star {
    background-image: url(../img/sprites.png);
    background-position: -908px -98px;
    display: block;
    width: 20px;
    height: 19px;
    line-height: 16px;
    float: left;
    cursor: pointer;
    zoom: 1;
    margin-right: 1px;
}

.fullStar {
    background-position: -908px -119px;
}

.stars {
    overflow: hidden;
}

.tmp_es {
    background-position: -908px -98px;
}

.tmp_fs {
    background-position: -908px -119px;
}
/* -- */

.checkout-form {
    margin-bottom: 50px;
}

.checkout-form-block {
    padding: 30px 30px 10px 30px;
    background: #F7FAFB;
    border: 1px solid #E8F0F3;
}

    .checkout-form-block.layout2 {
        padding: 30px 15px 10px 15px;
    }

    .checkout-form-block input[type="text"], .checkout-form-block input[type="email"], .checkout-form-block input[type="number"], .checkout-form-block input[type="tel"], .shopping-cart-table input[type="text"] {
        width: 100%;
        height: 45px;
        border: 1px solid #EDECF1;
        background: #FFF;
        padding: 0 15px;
    }

    .checkout-form-block input[type="number"] {
        padding: 0 0 0 15px;
    }

    .checkout-form-block .jq-selectbox {
        width: 100%;
    }

    .checkout-form-block label {
        display: inline-block;
        font-size: 15px;
        cursor: pointer;
        line-height: 20px;
        color: #4d4e54;
        padding-bottom: 5px;
        font-weight: 300;
    }

        .checkout-form-block label.bold {
            font-weight: 500;
            font-size: 16px;
        }

    .checkout-form-block p {
        margin-bottom: 20px;
    }

.billing-fields {
    display: none;
}

.checkout-form input[type="submit"] {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    border: 1px solid #6ABB40;
    background: #6ABB40;
    padding: 15px 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .checkout-form input[type="submit"]:hover {
        background: #5BAC31;
        color: #fff;
    }

.checkout-radio-block p {
    margin-bottom: 12px;
}

.checkout-radio-block label {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}

    .checkout-radio-block label .jq-radio {
        position: absolute !important;
        left: 0;
        top: 0;
    }

.checkout-form-block .tooltip {
    line-height: 45px;
}

.preview-order-table {
    margin-bottom: 28px;
    width: 100%;
}

    .preview-order-table thead {
        background: #6E316E;
        color: #FFF;
        text-align: left;
    }

    .preview-order-table th {
        padding: 13px 20px;
        font-weight: 500;
    }

        .preview-order-table th:first-child {
            width: 185px;
        }

    .preview-order-table td {
        font-size: 16px;
        line-height: 18px;
        color: #717175;
        padding: 13px 20px;
    }

    .preview-order-table tr.divider {
        height: 1px;
        background: url(../img/divider-bg.png) center repeat-x;
    }

        .preview-order-table tr.divider td {
            padding: 1px 0;
        }

    .preview-order-table td b {
        font-size: 16px;
        color: #4d4e54;
        font-weight: 500;
    }

    .preview-order-table tr.total {
        background: #F7FAFB;
    }

        .preview-order-table tr.total td, .preview-order-table tr.total td b {
            font-weight: bold;
            color: #4d4e54;
        }

.checkout-form-block textarea {
    border: 1px solid #F5F0F5;
    width: 100%;
    resize: none;
    height: 90px;
}

.checkout-form.step-2 input[type="submit"] {
    margin-top: 2px;
}

.shopping-cart-block {
    margin-bottom: 35px;
}

.large-cta-button {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    padding: 15px 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .large-cta-button.green {
        border: 1px solid #6ABB40;
        background: #6ABB40;
    }

        .large-cta-button.green:hover {
            background: #5BAC31;
            color: #fff;
        }

h2.button-title {
    text-align: left;
    line-height: 60px;
}

    h2.button-title a.large-cta-button {
        float: right;
    }

.shopping-cart-table {
    margin-top: 55px;
    width: 100%;
    background: url(../img/divider-bg.png) center bottom repeat-x;
}

    .shopping-cart-table thead {
        background: #EFF5F7;
    }

    .shopping-cart-table th {
        padding: 13px 20px;
        font-weight: 500;
        text-align: left;
    }

        .shopping-cart-table th.price {
            width: 150px;
        }

        .shopping-cart-table th.qty {
            width: 100px;
        }

        .shopping-cart-table th.total {
            width: 150px;
        }

    .shopping-cart-table td {
        font-size: 16px;
        line-height: 18px;
        vertical-align: baseline;
        color: #717175;
        padding: 13px 20px;
        border-left: 1px solid #E5E7E8;
    }

        .shopping-cart-table td:first-child {
            text-align: center;
            border-left: none;
        }

    .shopping-cart-table .product-desc .thumb {
        max-width: 138px;
        float: left;
        margin: -13px 15px 0 0;
    }

    .shopping-cart-table td b {
        color: #4d4e54;
        font-weight: bold;
    }

.shopping-cart-block footer {
    padding: 30px;
    background: #F7FAFB;
    margin-bottom: 30px;
}

    .shopping-cart-block footer:after {
        content: "";
        clear: both;
        display: block;
    }

    .shopping-cart-block footer .col1 {
        width: 60%;
        float: left;
    }

    .shopping-cart-block footer .col2 {
        width: 40%;
        float: right;
    }

    .shopping-cart-block footer .blog-article__more-button {
        margin: 0 2px;
    }

.shopping-cart-total-table {
    width: 100%;
}

    .shopping-cart-total-table td {
        font-size: 16px;
        line-height: 18px;
        color: #4d4e54;
        padding: 13px 20px;
    }

        .shopping-cart-total-table td:nth-child(even) {
            text-align: right;
        }

.membership-table {
    width: 100%;
    margin-bottom: 15px;
}

    .membership-table thead {
        background: #6E316E;
        color: #FFF;
        text-align: left;
    }

    .membership-table th {
        padding: 15px 15px;
        font-weight: 500;
        font-size: 16px;
    }

        .membership-table th:nth-of-type(2) {
            width: 40%;
            text-align: right;
        }

    .membership-table td:nth-of-type(2) {
        text-align: right;
    }

    .membership-table td {
        font-size: 15px;
        line-height: 20px;
        color: #717175;
        padding: 13px 15px;
    }

    .membership-table label {
        padding-bottom: 0;
    }

    .membership-table.striped tbody tr:nth-of-type(even) {
        background: #F7FAFB;
    }

.checkout-form .secondary-input {
    margin-top: 10px;
}

.main-content__fullwidth-content-sect.layout2 {
    padding-top: 0;
}

.layout2 .breadcrums-block {
    margin-bottom: 60px;
    background: #FFF;
    padding: 25px 0;
}

.optional_state {
    display: none;
}

.popup-box {
    display: none;
}

.order-form.checkout-form input[type="submit"] {
    margin-top: 0;
}

.affiliate-block {
    padding: 43px 110px 0px 110px;
    color: #717175;
    margin-bottom: 20px;
}

    .affiliate-block.featured {
        color: #FFF;
        padding: 64px 110px;
        position: relative;
        background: url(../img/green-bg.jpg) center;
    }

        .affiliate-block.featured.pink-bg, .pink-bg {
            background: url(../img/pink-bg-pattern.jpg) center;
        }

        .affiliate-block.featured:after {
            content: "";
            width: 127px;
            height: 127px;
            background: url(../img/featured.png) no-repeat;
            position: absolute;
            top: -6px;
            right: 0;
        }

        .affiliate-block.featured h2.affiliate-block__title {
            color: #FFF;
            font-size: 45px;
            background: none;
            padding-bottom: 10px;
        }

        .affiliate-block.featured p {
            color: #FFF;
        }

.affiliate-block__title {
    background: url(../img/divider-bg.png) bottom center repeat-x;
    padding-bottom: 20px;
}

.affiliate-block__info tr td {
    font-weight: 300;
    line-height: 20px;
    padding: 5px 0;
    vertical-align: top;
}

    .affiliate-block__info tr td:first-child {
        color: #4d4e54;
        width: 230px;
        font-weight: 400;
    }

.affiliate-block.featured .affiliate-block__info tr td:first-child {
    color: #fff;
}

.affiliate-block.featured td a {
    color: #f0f300;
}

.affiliate-block__banner {
    text-align: center;
    margin-bottom: 20px;
}

.affiliate.filter-block__form {
    text-align: center;
    padding: 32px 0;
}

    .affiliate.filter-block__form label {
        display: inline-block;
        padding-bottom: 0;
        margin-right: 15px;
        font-weight: 500;
    }

    .affiliate.filter-block__form input[type="text"] {
        width: 300px;
        height: 45px;
        border: 1px solid #EDECF1;
        background: #FFF;
        padding: 0 15px;
    }

    .affiliate.filter-block__form .jq-selectbox__select {
        width: 300px;
    }

    .affiliate.filter-block__form .col1, .affiliate.filter-block__form .col2, .affiliate.filter-block__form .col3 {
        width: auto;
        float: none;
        display: inline-block;
        margin: 0;
    }

    .affiliate.filter-block__form .col2 {
        margin: 0 40px;
    }

.pagination-block {
    margin-top: 60px;
    text-align: center;
}

    .pagination-block > div {
        display: inline-block;
    }

.osd.filter-block__form label {
    display: inline-block;
    padding-bottom: 0;
    width: 132px;
    margin-right: 0;
    font-weight: 500;
}

.osd.filter-block__form {
    padding: 50px 0;
}

    .osd.filter-block__form .container {
        padding: 0;
    }

    .osd.filter-block__form input[type="text"] {
        width: 420px;
        height: 45px;
        border: 1px solid #EDECF1;
        background: #FFF;
        padding: 0 15px;
    }

        .osd.filter-block__form input[type="text"].optional_state {
            width: 300px;
        }

    .osd.filter-block__form .jq-selectbox__select {
        width: 300px;
    }

    .osd.filter-block__form .col1 {
        width: 440px;
        float: left;
    }

        .osd.filter-block__form .col1 p {
            margin-bottom: 20px;
        }

            .osd.filter-block__form .col1 p:last-child, .osd.filter-block__form .col2 p:last-child, .osd.filter-block__form .col3 p:last-child {
                margin-bottom: 0;
            }

    .osd.filter-block__form .col2 {
        width: 560px;
        float: left;
        margin: 0 20px 0 54px;
    }

    .osd.filter-block__form .col3 {
        width: 230px;
        float: right;
        text-align: right;
    }

    .osd.filter-block__form input[type="reset"] {
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        outline: none;
        background: #FFF;
        color: #4d4e54;
        height: 43px;
        margin-left: 10px;
        border: 1px solid #E9E0E9;
        background: #FFF;
        padding: 0px 26px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .osd.filter-block__form input[type="reset"]:hover {
            background: #E9E0E9;
            color: #4d4e54;
        }

    .osd.filter-block__form .example-block {
        padding-left: 140px;
    }

        .osd.filter-block__form .example-block p {
            font-size: 13px;
            line-height: 15px;
            color: #4d4e54;
        }

        .osd.filter-block__form .example-block span.title {
            font-weight: bold;
            display: inline-block;
            width: 150px;
            float: left;
        }

        .osd.filter-block__form .example-block span.example {
            width: 260px;
            display: inline-block;
        }

    .osd.filter-block__form input[type="submit"] {
        margin-top: 0;
    }

.login-page .forgot-password {
    display: none;
}

.login-error-message {
    margin: 10px 0;
    text-align: center;
    padding: 10px;
    font-family: 'sukhumvit_setsemi_bold';
    font-size: 15px;
    line-height: 16px;
    color: #4d4e54;
    border: 1px solid #FF232E;
    -webkit-box-shadow: inset 0px 0px 5px #FF232E;
    -moz-box-shadow: inset 0px 0px 5px #FF232E;
    box-shadow: inset 0px 0px 5px #FF232E;
}

.login-form__form .login-error-message {
    margin: 0 0 20px 0;
}

.magazine-search:after {
    content: "";
    display: block;
    clear: both;
}

.magazine-search__text {
    float: left;
    width: 660px;
    text-align: center;
}

.magazine-search__form {
    width: 478px;
    float: right;
}

.magazine-search input.date-input, .magazine-search input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #EDECF1;
    background: #FFF;
    color: #000;
    padding: 0 45px 0 15px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.magazine-search input.invalid {
    border-color: red;
    -webkit-box-shadow: inset 0px 0px 5px red;
    -moz-box-shadow: inset 0px 0px 5px red;
    box-shadow: inset 0px 0px 5px red;
}

.magazine-search .f-row {
    margin-bottom: 18px;
}

.magazine-search .button {
    display: inline-block;
    border: 2px solid #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 35px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .magazine-search .button:hover, .magazine-search .button:focus {
        border-color: #f0f300;
        color: #f0f300;
        text-decoration: none;
    }

.magazine-search input[type="submit"] {
    margin-top: 18px;
}

.search-form .start-date {
    width: 230px;
    float: left;
}

.search-form .end-date {
    width: 230px;
    float: right;
}

.search-form .checkbox-group {
    float: left;
    width: 255px;
    text-align: left;
    margin-top: 6px;
}

    .search-form .checkbox-group label {
        font-size: 15px;
        line-height: 16px;
        display: block;
        cursor: pointer;
    }

    .search-form .checkbox-group .jq-checkbox {
        float: left;
    }

.search-form .select-group {
    float: right;
    width: 190px;
}

.search-form .jq-selectbox {
    width: 100%;
}

.pickmeup {
    z-index: 30;
}

.main-banner.magazine-banner .container {
    min-height: 300px;
    padding: 70px 0;
    position: relative;
}

.c-note {
    font-size: 15px;
    line-height: 20px;
    color: #717175;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    background: #EAF4F7;
    position: relative;
}

    .c-note:before {
        content: "";
        display: inline-block;
        width: 28px;
        height: 28px;
        position: absolute;
        left: 20px;
        top: 16px;
        background: url(../img/note-ico.png) center no-repeat;
    }

.magazine-search--sidebar {
    background: url(../img/support-block-bg.png) center repeat-y;
    padding: 15px 20px 20px 20px;
    color: #FFF;
    margin-bottom: 30px;
}

    .magazine-search--sidebar .search-form .start-date, .magazine-search--sidebar .search-form .end-date {
        width: 100%;
        float: none;
    }

    .magazine-search--sidebar .search-form .start-date {
        margin-bottom: 18px;
    }

    .magazine-search--sidebar h3 {
        color: #FFF;
        font-family: 'sukhumvit_setthin';
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

        .magazine-search--sidebar h3 img {
            width: 20px;
            margin-right: 5px;
            vertical-align: middle;
        }

    .magazine-search--sidebar .search-form .checkbox-group label {
        font-family: 'sukhumvit_setthin';
    }

    .magazine-search--sidebar .magazine-search__form {
        width: 100%;
        float: none;
    }

    .magazine-search--sidebar .search-form .checkbox-group .jq-checkbox {
        top: -2px;
        margin: 0 12px 0px 0;
    }

.search-form .checkbox-group {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 30px;
}

.search-form .select-group {
    float: none;
    width: 100%;
    padding: 0 10%;
    display: block;
}

.search-results-list:after, .search-post:after {
    content: "";
    display: block;
    clear: both;
}

.search-post {
    margin: 30px 0;
}

    .search-post .thumb {
        float: left;
        width: 304px;
        margin-right: 34px;
    }

    .search-post .content {
        overflow: hidden;
        position: relative;
        padding-bottom: 25px;
    }

        .search-post .content:after {
            content: "";
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            background: url(../img/divider-bg.png) repeat-x;
        }

    .search-post:last-child .content {
        padding-bottom: 0;
    }

        .search-post:last-child .content:after {
            display: none;
        }

    .search-post .content h4 {
        color: #6abb40;
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 5px 0;
        font-weight: bold;
    }

    .search-post .content h5 {
        font-size: 15px;
        line-height: 16px;
        color: #717175;
        text-align: left;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .search-post .readmore {
        margin-top: 19px;
    }

        .search-post .readmore:after {
            content: "";
            display: block;
            clear: both;
        }

p .highlight {
    display: inline-block;
    background: #F5F276;
    color: #000;
}

.readmore .progress {
    width: 70px;
    height: 15px;
    float: left;
    background-color: #E9E0E9;
    margin-bottom: 0;
    margin-right: 20px;
    border-radius: 2px;
}

.readmore .progress-bar {
    line-height: 15px;
    font-size: 11px;
    background-color: #6E316E;
}

.readmore a {
    color: #00a88d;
    font-size: 15px;
    line-height: 15px;
    vertical-align: top;
}

.blog-banner {
    padding: 61px 0;
    background: url(../img/banner-img13.jpg) no-repeat;
    background-size: cover;
    min-height: 0;
}

.blog-banner__text {
    text-align: center;
    color: #FFF;
}

    .blog-banner__text h1 {
        color: #FFF;
        font-size: 46px;
        line-height: 50px;
        font-family: 'sukhumvit_setthin';
        margin-bottom: 23px;
    }

    .blog-banner__text p {
        font-size: 18px;
        line-height: 24px;
        color: #FFF;
        font-weight: 300;
    }

.breadcrums-block.with-filter:after {
    content: "";
    display: block;
    clear: both;
}

.breadcrums-block .category-filter {
    float: right;
    width: 290px;
}

.category-filter .jq-selectbox {
    width: 100%;
}

.blog-grid {
    background: #F7FAFB;
    padding: 70px 0 20px 0;
}

    .blog-grid .blog-article__more-button i {
        font-size: 26px;
        line-height: 26px;
        color: #A9A9AC;
        padding: 0;
        vertical-align: top;
        display: inline-block;
        margin-left: 12px;
        margin-top: -2px;
    }

.blog-grid-sect {
    padding: 0;
}

    .blog-grid-sect .breadcrums-block {
        margin-bottom: 0;
        background: #FFF;
        padding: 11px 0;
    }

.breadcrums-block__i {
    padding-top: 12px;
    float: left;
}

.blog-pagination--middle {
    float: none;
    text-align: center;
    margin-top: 20px;
    font-size: 0;
}

    .blog-pagination--middle a {
        float: none;
        vertical-align: middle;
        background: #fff;
    }

.blog-grid .main-content__webinars-block__posts .blog-article h3 {
    margin: 0 0 9px 0;
}

.blog-grid .main-content__webinars-block__posts article.blog-article {
    margin: 0 0.7% 1.4% 0.7%;
}

.blog-list:after {
    content: "";
    display: block;
    clear: both;
}

.blog-list .blog-post__title h3 {
    font-size: 30px;
    line-height: 30px;
    color: #6e316e;
    margin: 0 0 15px 0;
}

    .blog-list .blog-post__title h3 a {
        color: #6e316e;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .blog-list .blog-post__title h3 a:hover, .blog-list .blog-post__title h3 a:focus {
            color: #6abb40;
            text-decoration: none;
        }

.blog-list .blog-post__thumb {
    border: 1px solid #E8F0F3;
    padding: 7px;
    display: block;
    margin-bottom: 25px;
    text-align: center;
}

.blog-list .blog-article__cta-block {
    margin-bottom: 20px;
}

    .blog-list .blog-article__cta-block:after {
        content: "";
        display: block;
        clear: both;
    }

.blog-list .tags {
    float: left;
    padding: 12px 0px;
}

.tags__ico {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 15px;
}

.blog-list .tags a {
    color: #6abb40;
    display: inline-block;
    padding: 0 5px 0 8px;
    line-height: 20px;
    vertical-align: middle;
    border-left: 1px dotted #BFBFBF;
}

    .blog-list .tags a:first-of-type {
        border: none;
        padding: 0 5px;
    }

.blog-list .blog-article__more-button {
    float: right;
    margin: 0;
}

.blog-post__thumb--left {
    float: left;
    max-width: 400px;
    margin-right: 30px;
}

.blog-post__thumb--right {
    float: right;
    max-width: 400px;
    margin-left: 30px;
}

.blog-list .blog-post:after {
    content: "";
    display: block;
    clear: both;
}

.blog-list .blog-article__cta-block {
    overflow: hidden;
}

.blog-list .blog-post__meta {
    margin-bottom: 15px;
}

.post-labels {
    padding: 20px;
}

    .post-labels:after, .post-labels .group, .post-labels .label-content {
        content: "";
        display: block;
        clear: both;
    }

    .post-labels .group {
        font-size: 0;
        text-align: left;
    }

.label-letter {
    width: 52px;
    height: 52px;
    line-height: 50px;
    font-size: 18px;
    color: #4d4e54;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 1px;
    position: relative;
    border: 1px solid #E9E0E9;
}

    .label-letter:hover {
        color: #68B73F;
    }

    .label-letter.active, .label-letter.active:hover {
        background: #68B73F;
        color: #FFF;
        cursor: default;
    }

        .label-letter.active:after, .label-letter.active:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            z-index: 1;
        }

        .label-letter.active:after {
            border-color: rgba(136, 183, 213, 0);
            border-top-color: #68B73F;
            border-width: 7px;
            margin-left: -7px;
        }

.label-content {
    text-align: left;
}

.labels-list {
    padding: 15px 0 10px 0;
    font-size: 14px;
    display: none;
}

.blog-block__widget__content .labels-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .blog-block__widget__content .labels-list ul li {
        font-size: 14px;
        line-height: 20px;
        width: 50%;
        list-style: none;
        color: #717175;
        padding: 0;
        margin-bottom: 5px;
        position: relative;
        border-bottom: none;
    }

        .blog-block__widget__content .labels-list ul li:before {
            display: none;
        }

.blog-pagination.layout2 {
    position: static;
    text-align: center;
    float: none;
    margin-bottom: 35px;
}

    .blog-pagination.layout2 a.pag-next-post {
        float: right;
    }

.comments {
    margin-bottom: 20px;
}

    .comments:after, .comments__list:after, .comments__title:after, .comment:after {
        content: "";
        display: block;
        clear: both;
    }

.comments__title {
    padding-bottom: 15px;
    border-bottom: 1px dotted #BFBFBF;
    margin-bottom: 30px;
}

    .comments__title h4 {
        font-family: 'sukhumvit_setthin';
        font-size: 24px;
        line-height: 60px;
        float: left;
    }

    .comments__title .cta-button {
        font-size: 18px;
        line-height: 30px;
        padding: 15px 30px;
        margin: 0;
        min-width: 0;
        float: right;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.comment {
    margin-bottom: 20px;
}

    .comment:last-of-type {
        margin-bottom: 0;
    }

.comment__meta {
    font-size: 14px;
    color: #4d4e54;
    font-weight: 300;
    margin: 13px 0;
}

.comment__text {
    padding: 15px 20px;
    background: #F7FAFB;
    border: 1px solid #E8F0F3;
    color: #717175;
    position: relative;
}

    .comment__text:after, .comment__text:before {
        bottom: 100%;
        left: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .comment__text:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #F7FAFB;
        border-width: 8px;
        margin-left: -8px;
    }

    .comment__text:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #E8F0F3;
        border-width: 9px;
        margin-left: -9px;
    }

.comment__reply {
    padding: 10px 0 10px 20px;
}

.comment--reply .comment__text {
    background: #FFF;
}

    .comment--reply .comment__text:after {
        border-bottom-color: #fff;
    }

.replies-list__toggle {
    cursor: pointer;
    margin: 13px 0 20px 0;
    color: #4d4e54;
}

    .replies-list__toggle i {
        font-size: 16px;
        color: #B3B3B6;
        margin-left: 5px;
    }

    .replies-list__toggle:hover, .replies-list__toggle:hover i {
        color: #6abb40;
    }

.reply-link {
    color: #6abb40;
    margin-bottom: 10px;
    display: inline-block;
}

.replies-list {
    border-top: 1px solid #E8F0F3;
}

.comment-form h3 {
    text-align: center;
    font-size: 24px;
    line-height: 25px;
    color: #4d4e54;
    font-family: 'sukhumvit_setthin';
    margin-bottom: 20px;
}

.comment-form {
    text-align: left;
    padding: 0 30px;
    color: #4d4e54;
}

.form label {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #4d4e54;
    margin-bottom: 7px;
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="number"], .form textarea {
    background: #F7FAFB;
    border: 1px solid #C7CACB;
    height: 45px;
    display: block;
    width: 100%;
    padding: 0 15px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="tel"]:focus, .form input[type="number"]:focus, .form textarea:focus {
        background: #FFF;
    }

.form textarea {
    height: 185px;
    padding: 15px;
    resize: none;
}

.form input[type="submit"] {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 30px;
    margin: 0;
    min-width: 0;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
}

.form .form-row {
    margin-bottom: 20px;
    position: relative;
}

.comment-form .note {
    font-style: italic;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}

.comment--hidden {
    display: none;
}

.form input[type="text"].error, .form input[type="email"].error, .form textarea.error {
    border: 1px solid red;
    outline: none;
    -webkit-box-shadow: inset 0px 0px 3px red;
    -moz-box-shadow: inset 0px 0px 3px red;
    box-shadow: inset 0px 0px 3px red;
}

.form label.error {
    font-size: 13px;
    font-weight: 300;
    color: red;
    padding: 0;
}

.inf-form input[type="text"], .inf-form input[type="email"], .inf-form input[type="tel"], .inf-form input[type="number"], .inf-form textarea {
    background: #FFF;
    min-width: 170px;
}

.inf-form .f-row {
    margin-bottom: 20px;
}

    .inf-form .f-row:after {
        content: "";
        display: block;
        clear: both;
    }

.col1-3 {
    float: left;
    position: relative;
    width: 31%;
    display: flex;
    flex-direction: row;
    margin-left: 3.5%;
    align-items: center;
}

.col1-2 {
    position: relative;
    float: left;
    width: 49.5%;
    margin-left: 1%;
}

.collapse-block .col1-3 {
    width: 32.5%;
    margin-left: 1.2%;
}

.col1-3:first-child, .col1-2:first-child {
    margin-left: 0;
}

.inf-form label {
    font-weight: 400;
    margin-bottom: 0;
    white-space: nowrap;
    margin-right: 15px;
    min-width: 120px;
    text-align: right;
}

.col2-3 {
    position: relative;
    width: 65.6%;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.f-divider {
    height: 1px;
    width: 100%;
    background: url(../img/divider-bg.png) center;
    margin: 30px 0 30px 0;
}

.inf-form h3 {
    font-family: 'sukhumvit_setthin';
    font-size: 34px;
    line-height: 35px;
    color: #4d4e54;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.inf-form h4 {
    font-family: 'sukhumvit_setthin';
    font-size: 24px;
    line-height: 25px;
    color: #4d4e54;
    font-weight: 500;
    margin: 0 0 8px 0;
}

.has-note {
    position: relative;
}

.note-label {
    position: absolute;
    left: 10px;
    top: 13px;
}

.attachment-area {
    background: #F7FAFB;
    padding: 28px 40px;
    border: 1px solid #E8F0F3;
    text-align: center;
    margin: 30px 0;
}

    .attachment-area p {
        font-family: 'sukhumvit_setthin';
        font-size: 18px;
    }

.inf-form .attachment-area h3 {
    margin: 0 0 8px 0;
}

.collapse-block {
    margin-bottom: 25px;
}

    .collapse-block h4 {
        padding-left: 30px;
        position: relative;
        cursor: pointer;
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .collapse-block h4:hover {
            color: #6ABB40;
        }

        .collapse-block h4:after {
            content: "+";
            position: absolute;
            top: -2px;
            left: 0;
            font-weight: 700;
            font-size: 35px;
            line-height: 25px;
            display: block;
            color: #6ABB40;
        }

        .collapse-block h4.active:after {
            content: "–";
        }

    .collapse-block h5 {
        font-size: 16px;
        font-weight: 500;
        color: #4d4e54;
        line-height: 20px;
        clear: both;
        margin-bottom: 5px;
        text-align: left;
    }

.collapse-block__content {
    display: none;
    background: #F7FAFB;
    padding: 30px;
    border: 1px solid #E8F0F3;
}

.c-row {
    margin-bottom: 14px;
}

    .c-row:last-child {
        margin-bottom: 0;
    }

    .c-row:after, .input-group1:after {
        content: "";
        display: block;
        clear: both;
    }

.inf-form .input-group1 input {
    width: 32%;
    min-width: 0;
    float: left;
    margin-left: 2%;
}

.input-group1 input:first-child {
    margin-left: 0;
}

.inf-form .input-group2 input {
    width: 200px;
    float: left;
    margin-left: 10px;
}

.inf-form .input-group2 span.label {
    display: inline-block;
    float: left;
    line-height: 45px;
    margin-left: 33px;
    min-width: 55px;
}

.inf-form .input-group3 input {
    float: left;
    width: 49%;
    margin-left: 2%;
}

    .inf-form .input-group3 input:first-child, .inf-form .input-group2 input:first-child {
        margin-left: 0;
    }

.inf-form input[type="submit"] {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    min-width: 180px;
    color: #fff;
    margin-top: 0;
    border: 1px solid #6ABB40;
    background: #6ABB40;
    padding: 15px 28px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .inf-form input[type="submit"]:hover {
        background: #5BAC31;
        color: #fff;
    }

.f-submit {
    text-align: center;
}

.inf-form h2 {
    margin-bottom: 28px;
}

.inf-form {
    margin-bottom: 50px;
}

.ajax-upload-dragdrop {
    max-width: 500px;
    margin: 30px auto 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 175px 40px 40px 40px;
    text-align: center;
    color: #4d4e54;
    background: #FCFEFD url(../img/drop-files.jpg) center 45px no-repeat;
    border: 2px dotted #D9E8ED;
}

.upload-block span {
    display: block;
    font-size: 24px;
    color: #4d4e54;
    font-weight: 300;
    font-family: 'Roboto';
}

    .upload-block span b {
        font-weight: 300;
    }

    .upload-block span span {
        font-size: 15px;
        display: block;
    }

.upload-block .ajax-file-upload {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #6ABB40;
    background: #6ABB40;
    padding: 10px 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    height: auto;
    font-family: 'Roboto';
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .upload-block .ajax-file-upload:hover {
        background: #5BAC31;
        color: #fff;
    }

.inf-form label.error {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 45px;
}

.ajax-file-upload-statusbar {
    margin: 5px auto;
}

.download-banner {
    padding: 33px 0;
    text-align: center;
}

.download-banner__images {
    margin-bottom: 9px;
    margin-top: -10px;
}

    .download-banner__images img {
        display: inline-block;
        margin: 0 38px;
    }

.download-banner p {
    font-size: 20px;
    color: #4d4e54;
    margin-bottom: 0;
    font-weight: 500;
}

.download-banner .cta-button span {
    background-position: -941px -104px;
    width: 30px;
    height: 33px;
    margin-right: 0px;
    margin-left: 20px;
    margin-top: -4px;
}

.fullheight-section, body > form {
    min-height: 100%;
    height: auto;
}

.download-popup label {
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

    .download-popup label.error {
        font-size: 13px;
        font-weight: 300;
        color: red;
        padding: 0;
    }

.download-popup input[type="text"], .download-popup input[type="email"] {
    height: 45px;
    width: 100%;
    padding: 0px 30px 0 15px;
    border: 1px solid #EDECF1;
    font-size: 15px;
    line-height: 43px;
    color: #4d4e54;
    background: #FFF;
}

    .download-popup input[type="text"].error, .download-popup input[type="email"].error {
        border: 1px solid red;
        outline: none;
        -webkit-box-shadow: inset 0px 0px 3px red;
        -moz-box-shadow: inset 0px 0px 3px red;
        box-shadow: inset 0px 0px 3px red;
    }

.download-popup p {
    margin-bottom: 15px;
}

.download-popup .jq-selectbox {
    width: 100%;
    max-width: 460px;
}

.download-popup h3 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #6e316e;
    margin: 0 0 20px 0;
}

.download-popup input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    outline: none;
    margin-top: 22px;
    background: #FFF;
    color: #fff;
    border: 1px solid #6ABB40;
    background: #6ABB40;
    padding: 8px 26px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .download-popup input[type="submit"]:hover {
        background: #55A62B;
    }

.form-society p {
    margin-bottom: 15px;
}

.form-society .note {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    display: block;
}

.form-society h3 {
    font-family: 'sukhumvit_setthin';
    font-size: 34px;
    line-height: 35px;
    color: #4d4e54;
    font-weight: 500;
    margin: 0 0 25px 0;
}

.form-society .subtitle {
    margin-top: -20px;
    margin-bottom: 25px;
    color: #999;
}

.form-society .f-row {
    margin-bottom: 20px;
}

.form-society .jq-selectbox {
    width: 100%;
}

.form-society .jq-selectbox__select {
    background: #F7FAFB;
}

.form-society textarea {
    text-align: left;
}

.form-society .f-submit input[type="submit"] {
    display: inline-block;
}

.form-society .jq-checkbox .pp_ckbx-error, .form-society .jq-checkbox label.error {
    display: none;
}

.form-society .jq-checkbox.error {
    border: 1px solid red;
    outline: none;
    -webkit-box-shadow: inset 0px 0px 3px red;
    -moz-box-shadow: inset 0px 0px 3px red;
    box-shadow: inset 0px 0px 3px red;
}

.col1-3.hd {
    display: none;
}
/*-------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-------------------------------------------------------------------------*/
.footer__widget-section {
    padding: 70px 0 62px 0;
    color: #FFF;
    background: #000 url(../img/black-bg.jpg) center repeat-y;
}

    .footer__widget-section h3 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        margin: 0 0 15px 0;
    }

    .footer__widget-section h4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        margin: 0 0 10px 0;
    }

.footer__widget-section__left-col {
    width: 29.5%;
    float: left;
}

.footer__widget-section__right-col {
    width: 70.5%;
    float: right;
}

.footer__widget-section__contact-block p, .footer__widget-section__address {
    color: #FFF;
    font-weight: 300;
    line-height: 24px;
}

.footer__widget-section__address {
    margin-bottom: 50px;
}

.footer__widget-section__contact-block p {
    margin: 0;
}

.footer__widget-section__social {
    margin-bottom: 35px;
}

    .footer__widget-section__social a {
        display: inline-block;
        margin: 0 8px;
    }

    .footer__widget-section__social span {
        width: 50px;
        height: 50px;
        text-indent: -9999px;
        display: block;
        opacity: 0.7;
    }

        .footer__widget-section__social span:hover {
            opacity: 1;
        }

    .footer__widget-section__social a:first-child {
        margin-left: 0;
    }

.footer-soc1 {
    background: url(../img/sprites.png) no-repeat;
    background-position: -179px -104px;
}

.footer-soc2 {
    background: url(../img/sprites.png) no-repeat;
    background-position: -120px -105px;
}

.footer-soc3 {
    background: url(../img/sprites.png) no-repeat;
    background-position: -61px -104px;
}

.footer-soc4 {
    background: url(../img/sprites.png) no-repeat;
    background-position: 0 -105px;
}

.footer__widget-section ul li {
    padding: 3px 0;
    list-style: none;
}

    .footer__widget-section ul li a {
        color: #FFF;
        font-weight: 300;
        font-size: 15px;
        display: inline-block;
        line-height: 22px;
    }

        .footer__widget-section ul li a:hover {
            color: #76bb53;
        }

.footer__widget-section h4 a {
    color: #FFF;
}

    .footer__widget-section h4 a:hover {
        color: #76bb53;
    }

.footer_copyright-block {
    background: #171A16;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
}

    .footer_copyright-block p {
        color: #FFF;
        display: inline-block;
        margin: 0;
    }

.footer_copyright-block__nav {
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 0;
}

    .footer_copyright-block__nav li {
        display: inline-block;
        padding: 0 10px;
        border-left: 1px solid #393D36;
    }

        .footer_copyright-block__nav li:first-child {
            border: none;
        }

        .footer_copyright-block__nav li a {
            font-size: 15px;
            line-height: 16px;
            color: #FFF;
        }

            .footer_copyright-block__nav li a:hover {
                color: #76bb53;
            }

.footer_copyright-block__i {
    float: left;
    margin-top: 12px;
}

.footer-ico {
    float: right;
}
/*-------------------------------------------------------------------------*/
/*	5.	Responsive
/*-------------------------------------------------------------------------*/
@media (min-width: 1400px) {
    .container {
        width: 1324px;
    }
}

@media (max-width: 1399px) {
    .header__nav-block__member-block a {
        font-size: 16px;
    }

    .header__nav-block__member-block {
        padding-left: 20px;
    }

    .main-carousel__block {
        padding: 10px 0 0 0;
    }

    .blog-article__find-button {
        padding: 10px 15px;
    }

    .breadcrums-block {
        margin-bottom: 40px;
    }

    .breadcrums-block2 {
        margin-bottom: 0;
    }

    .events-calendar__listing-block .enents-list .ev-title, .events-calendar__listing-block .enents-list .ev-desc {
        padding-right: 180px;
    }

    .magazine-search__text {
        width: 640px;
    }

    .col1-3 {
        display: block;
    }

    .inf-form label {
        margin-bottom: 0;
        margin-right: 0;
        text-align: left;
        margin-bottom: 5px;
    }

    .inf-form .input-group2 input {
        width: 163px;
        min-width: 0;
    }

    .search-form .select-group {
        padding: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .container {
        width: 1170px;
    }

    .header__nav-block ul li a {
        font-size: 17px;
    }

    .bx-wrapper .bx-next {
        right: -10px;
    }

    .bx-wrapper .bx-prev {
        left: -10px;
    }

    .header__nav-block > ul > li {
        margin: 0 17px;
    }

    .post-filter-block__options ul li {
        font-size: 13px;
        padding: 5px 10px;
    }

    .sidebar-content-sect__content__content-block {
        width: 535px;
    }

    .sidebar-content-sect__content__content-block--max-width {
        width: 835px;
    }

    .blog-article__description-block ul b {
        width: 105px;
    }

    .filter-block__form .col1 {
        width: 198px;
    }

    .filter-block__form .col2 {
        width: 440px;
        margin: 0 40px;
    }

    .jq-selectbox__select-text {
        min-width: 100%;
    }

    .events-calendar__carousel-block .prev {
        left: -40px;
    }

    .events-calendar__carousel-block .next {
        right: -40px;
    }

    .blog-post__location .col1, .blog-post__location .col2 {
        width: 190px;
    }

    .blog-post__location .col3 {
        width: 480px;
    }

    .content-fullwidth-block .col2 {
        width: 450px;
        margin: 0 30px;
    }

    .magazine-posts .blog-article__more-link {
        margin-left: 7px;
    }

    .product-list__el__price {
        padding: 15px;
    }

        .product-list__el__price span.price {
            margin-bottom: 10px;
        }

        .product-list__el__price .blog-article__more-button {
            margin: 10px 0;
        }

        .product-list__el__price .blog-article__cta-block {
            margin-top: 0px;
            text-align: center;
        }

        .product-list__el__price span.price {
            text-align: center;
        }

    .related-products__el {
        margin-right: 34px;
        width: 180px;
    }

        .related-products__el h4 {
            font-size: 18px;
        }

    .preview-order-table th:first-child {
        width: 138px;
    }

    .checkout-form input[type="submit"] {
        font-size: 17px;
        padding: 15px 25px;
    }

    .checkout-form-block .tooltip {
        font-size: 14px;
    }

    .shopping-cart-block footer .col2, .shopping-cart-block footer .col1 {
        width: 50%;
    }

    .osd.filter-block__form input[type="text"] {
        width: 325px;
    }

    .osd.filter-block__form .col2 {
        width: 460px;
        margin: 0 20px;
    }

    .osd.filter-block__form .example-block span.example, .osd.filter-block__form .example-block span.title {
        width: 100%;
        display: block;
    }

    .post-labels {
        padding: 15px;
    }

    .label-letter {
        width: 46px;
        height: 46px;
        line-height: 44px;
        font-size: 16px;
    }

    .note-label {
        left: -76px;
        top: -1px;
    }

    .magazine-search--sidebar h3 {
        font-size: 21px;
    }
}

@media (max-width: 1199px) {
    .gift_shop_img3 {
        max-width: 220px;
        height: 220px;
    }

    .header {
        padding-top: 10px;
    }

    .main-banner {
        min-height: 300px;
        padding: 80px 15px;
    }

    h1.main-banner__title {
        font-size: 35px;
        line-height: 45px;
    }

    .cta-button {
        padding: 25px;
    }

    h1.main-banner__title--middle {
        font-size: 50px;
        line-height: 50px;
    }

    .main-banner.subpage-banner .container {
        min-height: 400px;
    }

    .post-filter-block__select-form {
        display: block;
        float: none;
    }

    .post-filter-block__options {
        display: block;
        float: none;
        text-align: center;
    }

    .webinar-filter {
        position: static;
        margin: 0 auto;
    }

    .post-filter-block__options ul li {
        margin: 5px 0;
    }

    h2, .main-content__about-block h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px 0;
    }

    .blog-article__text {
        padding: 0;
    }

    .main-content blockquote {
        width: 90%;
    }

    .blog-article__description-block ul {
        padding: 0;
    }

        .blog-article__description-block ul li {
            text-align: right;
        }

        .blog-article__description-block ul b {
            width: auto;
            float: left;
        }

    .notification-bar .inner {
        padding: 20px 0;
    }

    .notification-bar .col2 {
        padding: 0 20px;
    }

    .notification-bar__text {
        padding: 0;
    }

        .notification-bar__text h3 {
            font-size: 21px;
            line-height: 22px;
            margin: 0 0 10px 0;
        }

        .notification-bar__text ul.content-list {
            margin: 0 0 5px 15px;
        }

    .notification-form {
        margin-top: 0;
    }

        .notification-form input[type="submit"] {
            white-space: normal;
            padding: 10px;
            margin-top: 20px;
        }

        .notification-form label {
            padding-left: 0;
        }

        .notification-form p {
            margin-bottom: 10px;
        }

    .enents-list .ev-desc, .news-post__desc .news-desc {
        margin-bottom: 15px;
    }

    .events-list__event__description-col, .events-list__event__date-col {
        padding: 20px;
    }

    .news-post__thumb {
        margin-right: 20px;
    }

    .news-post__desc {
        padding: 5px 0;
    }

    .enents-list .add_to_calendar a {
        font-size: 11px;
        line-height: 35px;
        margin-right: 7px;
    }

    .enents-list .ev-title {
        padding-right: 140px;
    }

    .blog-pagination a.pag-prev-post, .blog-pagination a.pag-next-post {
        line-height: 22px;
        padding: 8px 15px;
    }

    .blog-post__location .col1, .blog-post__location .col2 {
        width: 50%;
    }

    .blog-post__location .col3 {
        width: 100%;
        float: none;
        clear: both;
    }

    .posts-filter-block__carousel-wrapper {
        padding: 0 50px;
    }

    .magazine-posts .blog-article__more-link {
        margin-left: 0;
        display: block;
    }

    .product-list__el__img {
        width: 200px;
    }

    .product-list__el__desc {
        width: 300px;
    }

    .product-list__el__price {
        padding: 15px;
    }

    .product-list__el__desc h3 {
        margin-bottom: 5px;
    }

    .blog-article__cta-block {
        margin-top: 0;
    }

    .product-list__el__price .blog-article__cta-block {
        text-align: center;
    }

    .product-list__el__price .blog-article__more-button {
        margin: 10px 0;
    }

    .product-list__el__price span.price {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .shopping-cart-table {
        margin-top: 30px;
    }

        .shopping-cart-table .product-desc .thumb {
            float: none;
            display: block;
            margin: 0 auto 10px auto;
        }

        .shopping-cart-table td {
            vertical-align: top;
        }

    .osd.filter-block__form .example-block span.example, .osd.filter-block__form .example-block span.title {
        width: 100%;
        display: block;
    }

    .osd.filter-block__form .col1 {
        width: 47%;
    }

    .osd.filter-block__form .col2 {
        width: 50%;
        float: right;
        margin: 0;
    }

    .osd.filter-block__form .col3 {
        width: 100%;
        float: none;
        text-align: center;
        clear: both;
        padding-top: 25px;
    }

    .footer_copyright-block {
        padding: 15px 0;
    }

    .footer_copyright-block__i {
        float: left;
        text-align: left;
        margin-top: 0;
    }

    .footer_copyright-block p {
        display: block;
    }

    .footer_copyright-block__nav {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 5px;
    }

        .footer_copyright-block__nav li:first-child {
            padding-left: 0;
        }

    .magazine-search__form {
        width: 478px;
        float: none;
        margin: 40px auto 0 auto;
    }

    .magazine-search__text {
        float: none;
        width: 100%;
        text-align: center;
    }

    .inf-form .input-group2 input {
        width: 314px;
    }

    .inf-form .input-group2 span.label {
        display: block;
        float: left;
        line-height: 30px;
        margin-left: 0;
        margin-top: 14px;
        width: 100%;
    }

    .inf-form .input-group2 input:nth-last-child(2) {
        margin-left: 0;
    }

    .inf-form input[type="text"], .inf-form input[type="email"], .inf-form input[type="tel"], .inf-form input[type="number"], .inf-form textarea {
        min-width: 0;
    }

    .inf-form textarea {
        height: 130px;
    }

    .inf-form h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .download-banner h1.main-banner__title {
        font-size: 32px;
    }

    .magazine-search--sidebar .magazine-search__form {
        margin: 0;
    }
}

@media (max-width: 992px) {
    .gift_shop_img3 {
        max-width: 251px;
        height: 251px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header__user-area__search, .header__user-area__basket {
        padding: 0 10px;
        margin-right: 9px;
    }

        .header__user-area__search img, .header__user-area__basket img {
            margin-right: 10px;
        }

    .header__logo {
        width: 380px;
    }

    .header__nav-block {
        margin: 15px 0 0 0;
    }

        .header__nav-block ul li a {
            font-size: 15px;
        }

        .header__nav-block > ul > li {
            margin: 0 10px;
        }

    .header__nav-block__member-block {
        margin-top: 2px;
    }

        .header__nav-block__member-block a {
            font-size: 12px;
        }

        .header__nav-block__member-block .member-block {
            margin-right: 18px;
        }

        .header__nav-block__member-block a img {
            margin-right: 5px;
            height: 18px;
        }

    .header__user-area__search a, .header__user-area__basket a {
        font-size: 15px;
    }

    .main-carousel .container {
        width: 800px;
    }

    .blog-article__find-button {
        font-size: 13px;
        padding: 10px;
        margin-right: 5px;
    }

    .blog-article__more-button {
        font-size: 13px;
        padding: 10px 15px;
    }

    .shop-block__el__add-to-cart {
        margin-top: 45px;
        padding: 15px 10px;
    }

    .interested-block__el {
        margin-bottom: 30px;
        width: 300px;
    }

    .user-area__search-form {
        left: 0;
    }

        .user-area__search-form input[type="search"] {
            width: 220px;
        }

    .main-content__webinars-block__posts .blog-article__date-block p {
        font-size: 13px;
    }

    .blog-article__register-button {
        font-size: 13px;
    }

    .post-filter-block__options ul li {
        padding: 5px 10px;
    }

    .sidebar-content-sect__content__sidebar {
        width: 240px;
        margin-right: 20px;
    }

    .sidebar-nav-widget header {
        font-size: 20px;
        line-height: 25px;
    }

    .sidebar-content-sect__content__content-block {
        width: 455px;
    }

    .sidebar-content-sect__content__content-block--max-width {
        width: 700px;
    }

    .content-feat-block__el img {
        margin-right: 20px;
    }

    .content-feat-block__el h3 {
        font-size: 20px;
    }

    .notification-bar .col1 {
        width: 200px;
    }

    .notification-bar .col2 {
        width: 500px;
    }

    .notification-bar .col3 {
        width: 270px;
    }

    .events-calendar__carousel-block__wrapper {
        width: 100%;
        padding: 0 40px;
    }

    .events-calendar__carousel-block .prev {
        left: 0;
    }

    .events-calendar__carousel-block .next {
        right: 0;
    }

    .filter-block__form .col1, .filter-block__form .col2, .filter-block__form .col3 {
        width: 290px;
    }

    .jq-selectbox__select-text {
        min-width: 100%;
    }

    .filter-block__form .col2 {
        margin: 0 35px;
    }

    .filter-block__form input.date-input {
        width: 290px;
    }

    .content-fullwidth-block .col2, .content-fullwidth-block .col3 {
        width: 640px;
        margin: 0 0 0 30px;
    }

    .related-products__el {
        margin-right: 29px;
        width: 150px;
    }

        .related-products__el h4 {
            font-size: 16px;
            line-height: 20px;
        }

    .checkout-form-block label {
        font-size: 14px;
    }

    .preview-order-table td {
        font-size: 13px;
        padding: 13px 10px;
    }

        .preview-order-table td b, .checkout-form-block label.bold {
            font-size: 14px;
        }

    .checkout-form.step-2 input[type="submit"] {
        font-size: 14px;
        padding: 10px;
    }

    .preview-order-table th {
        padding: 15px 10px;
        font-size: 13px;
    }

    .checkout-form-block .tooltip {
        line-height: 16px;
        font-size: 12px;
        display: inline-block;
        margin-top: 26px;
    }

    .order-form .checkout-form-block .tooltip {
        margin-top: 14px;
    }

    .shopping-cart-block footer .col1 {
        width: 40%;
    }

    .shopping-cart-block footer .col2 {
        width: 60%;
    }

    .shopping-cart-block footer .blog-article__more-button {
        margin: 3px 0;
    }

    .affiliate.filter-block__form .jq-selectbox__select, .affiliate.filter-block__form input[type="text"] {
        width: 220px;
    }

    .affiliate.filter-block__form .col2 {
        margin: 0 20px;
    }

    .osd.filter-block__form input[type="text"] {
        width: 350px;
    }

    .post-labels {
        padding: 10px;
    }

    .label-letter {
        width: 38px;
        height: 38px;
        line-height: 36px;
        font-size: 15px;
    }

    .blog-block__widget__content .labels-list ul li {
        width: 100%;
    }

    .main-content__blog-block__blog--sidebar h3.title, .blog-block__banner-block h3, .content-block__banner-block h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 15px 0;
    }

    .note-label {
        left: -70px;
        top: 0px;
    }

    .magazine-search--sidebar {
        padding: 15px;
    }

        .magazine-search--sidebar input.date-input, .magazine-search--sidebar input[type="text"] {
            font-size: 14px;
            padding: 0 40px 0 10px;
        }

        .magazine-search--sidebar .jq-selectbox__select {
            padding: 0px 30px 0 10px;
            font-size: 14px;
        }

        .magazine-search--sidebar .search-form .checkbox-group {
            margin-bottom: 15px;
        }

        .magazine-search--sidebar .button {
            line-height: 30px;
            margin-top: 5px;
            font-size: 15px;
            padding: 7px 30px;
        }

        .magazine-search--sidebar h3 {
            font-size: 18px;
            margin-bottom: 15px;
        }

    .magazine-search .f-row {
        margin-bottom: 15px;
    }

    .magazine-search--sidebar .search-form .start-date {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .header__nav-block, .header__nav-block ul > li > ul, .double-sub {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 5px 10px;
        position: relative;
    }

    .header__logo {
        float: left;
        text-align: center;
        width: 300px;
    }

    .header__nav-block {
        display: none;
        margin: 0;
        position: absolute;
        background: rgba(0,0,0,0.9);
        top: 205px;
        left: 0;
        padding: 0;
        z-index: 99;
        width: 100%;
    }

        .header__nav-block ul {
            float: none;
        }

        .header__nav-block > ul > li {
            display: block;
            float: none;
            padding: 5px 0 1px 0;
            margin: 0;
            text-align: center;
        }

            .header__nav-block > ul > li > a {
                border-bottom: 0;
                font-family: 'sukhumvit_setsemi_bold' !important;
            }

        .header__nav-block ul li a {
            display: inline-block;
            color: #FFF;
            font-size: 16px;
        }

        .header__nav-block > ul > li.active > a, .header__nav-block > ul > li > a:hover {
            border: none;
        }

        .header__nav-block ul li.has-submenu ul li:hover, .header__nav-block ul li.has-submenu ul li.active {
            background: none;
        }

            .header__nav-block ul li.has-submenu ul li:hover a {
                color: #dbdbdb;
            }

            .header__nav-block ul li.has-submenu ul li.active a, .header__nav-block ul li.has-submenu ul li a:hover {
                color: #f0f300;
            }

    .header__nav-block__member-block {
        padding-left: 0;
        float: none;
        max-width: 200px;
        text-align: center;
        border-top: none;
        border-left: none;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 10px;
    }

        .header__nav-block__member-block .member-block {
            margin: 0 0 10px 0;
            display: inline-block;
            font-size: 16px;
            color: #FFF;
        }

        .header__nav-block__member-block a {
            color: #FFF;
            float: none;
        }

            .header__nav-block__member-block a span {
                display: none;
            }

    h1.main-banner__title br {
        display: none;
    }

    h2, .main-content__about-block h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px 0;
    }

    .main-content__text-block p {
        margin-bottom: 15px;
    }

    .main-content__blog-block__posts-list h2 {
        margin-bottom: 15px;
    }

    .main-content__blog-block__blog--sidebar h3.title {
        text-align: center;
    }

    .blog-article__image {
        margin: 0 auto 15px auto;
    }

    .gree-line__shop-link {
        padding: 18px 30px;
    }

    .shop-block__el {
        margin-bottom: 50px;
    }

    .shop-block__el__add-to-cart {
        margin-top: 30px;
    }

    .footer__widget-section__left-col {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    .footer__widget-section__right-col {
        width: 100%;
        float: none;
    }

    .footer__widget-section__address {
        margin-bottom: 20px;
    }

    .footer__widget-section__social {
        margin-bottom: 25px;
    }

    .footer__widget-section {
        padding: 50px 0 30px 0;
    }

    .footer_copyright-block__nav {
        margin-left: 0;
    }

        .footer_copyright-block p, .footer_copyright-block__nav li a {
            font-size: 13px;
        }

    .cta-button {
        padding: 15px 25px;
        min-width: 270px;
    }

    .main-content__shop-block {
        padding: 40px 0;
    }

    .header__user-area {
        float: none;
        max-width: 500px;
        margin: 0 auto;
        position: relative;
        clear: both;
    }

    .header__user-area__search {
        position: static;
    }

    .user-area__search-form {
        top: 0;
        width: 100%;
        left: 0;
        left: 0;
        padding: 0;
        display: block;
        position: relative;
        z-index: 10;
    }

    .sb-search__search-field {
        display: none;
    }

    .header__user-area__user-block {
        width: 100%;
    }

    .user-area__search-form input[type="search"] {
        line-height: 40px;
        height: 40px;
        width: 100%;
    }

    .sb-search-submit {
        top: 9px;
    }

    .menu-ico {
        display: block;
    }

    .header.layout2 .menu-ico {
        display: none;
    }

    .main-content__webinars-block__posts article.blog-article {
        width: 48.6%;
        margin: 0 0.7% 30px 0.7%;
    }

    .header__user-area__search, .header__user-area__basket {
        margin-right: 0px;
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }

    .sidebar-content-sect__content {
        margin-bottom: 40px;
    }

    .blog-block__banner-block {
        max-width: 100%;
        text-align: center;
    }

        .blog-block__banner-block a {
            display: inline-block;
            max-width: 100%;
        }

            .blog-block__banner-block a img.blog-block__banner-block_banner {
                display: block;
                margin: 0 5px 10px 5px;
            }

    .header__nav-block > ul > li {
        display: block;
        border-bottom: 1px solid #373837;
        position: relative;
        cursor: pointer;
    }

    .header__nav-block ul li.has-submenu > ul, .double-sub {
        position: relative !important;
        display: none;
        top: 0 !important;
        left: 0 !important;
        opacity: 1 !important;
        padding: 0;
        background: rgba(0,0,0,0.6);
    }

    .header__nav-block ul li.has-submenu:after {
        content: "";
        width: 26px;
        height: 26px;
        position: absolute;
        top: 5px;
        right: 20px;
        background: url(../img/sprites2.png) no-repeat;
        background-position: -14px -62px;
    }

    .header__nav-block > ul > li.open:after {
        background-position: -13px -14px;
    }

    .header__nav-block .nav-footer {
        display: block;
        text-align: center;
    }

    .header__nav-block ul li.has-submenu ul li a, .double-sub ul > li a {
        color: #dbdbdb;
        font-size: 15px;
        line-height: 35px;
        margin-bottom: 1px;
        display: inline-block;
        font-weight: 300;
        text-decoration: none;
        white-space: nowrap;
        padding: 0 15px;
    }

    .header__nav-block ul li.has-submenu ul li.divider {
        border-bottom: none;
    }

    .double-sub > div {
        margin: 0 auto;
    }

    .enents-list .ev-title {
        padding-right: 0;
    }

    .enents-list .ev-type {
        font-size: 15px;
    }

    .enents-list .add_to_calendar {
        position: static;
        margin-bottom: 3px;
    }

    .enents-list .ev-title .ev-place {
        margin-bottom: 5px;
    }

    .enents-list .calendar-ico {
        float: left;
        margin-right: 10px;
    }

    .enents-list .add_to_calendar a {
        margin-right: 0;
    }

    .enents-list .ev-title h3, .news-post__desc h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .events-calendar__listing-block .enents-list .ev-title, .events-calendar__listing-block .enents-list .ev-desc {
        padding-right: 0;
    }

    .events-calendar__listing-block .blog-article__more-button {
        position: static;
        margin-top: 10px;
    }

    .events-calendar__listing-wrapper.separate-sect {
        padding: 40px 0;
    }

    .content-fullwidth-block .content-img {
        display: block;
        margin: 0 auto 20px auto;
    }

    .content-fullwidth-block .col1, .content-fullwidth-block .col2, .content-fullwidth-block .col3 {
        float: none;
        width: 100%;
        margin: 0;
    }

    .main-content__posts-filter-block {
        padding: 30px 0 40px 0;
    }

    .product-list__el {
        display: block;
    }

    .product-list__el__img {
        width: auto;
        display: block;
        text-align: center;
    }

    .product-list__el__desc {
        width: 100%;
        display: block;
        padding: 10px 15px 0px 15px;
    }

        .product-list__el__desc h3 {
            text-align: center;
        }

    .product-list__el__price {
        padding: 0px 15px 10px 15px;
        display: block;
    }

        .product-list__el__price span.price {
            font-size: 22px;
            margin-bottom: 0px;
            text-align: center;
        }

    .product-list__el__desc h3 {
        margin-bottom: 10px;
    }

    .product-el-detail__thumb {
        display: block;
        float: none;
        margin: 0 auto 30px auto;
    }

    .product-el-detail .divider {
        margin: 20px 0;
    }

    .rate-block__rating {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .rate-block__cta {
        width: 100%;
        float: none;
        text-align: left;
    }

        .rate-block__cta a.mail-link {
            padding-left: 0;
        }

    .product-el-detail__add-to-cart-block {
        padding: 20px 10px;
    }

        .product-el-detail__add-to-cart-block .price {
            font-size: 18px;
            margin-right: 0;
        }

        .product-el-detail__add-to-cart-block input[type="text"] {
            width: 70px;
            margin: 0 10px;
        }

        .product-el-detail__add-to-cart-block .blog-article__more-button, .product-el-detail__add-to-cart-block .blog-article__find-button {
            padding: 10px 15px;
            font-size: 12px;
        }

    .product-el-detail {
        margin-bottom: 40px;
    }

    .related-products {
        padding-bottom: 5px;
    }

    .product-review .inner {
        padding: 20px 10px;
    }

    .checkout-form > .col-xs-12:last-child {
        margin-top: 40px;
    }

    .preview-order-table th:first-child {
        width: auto;
    }

    a.large-cta-button {
        padding: 10px 15px;
        font-size: 14px;
    }

    h2.button-title {
        line-height: 50px;
        font-size: 32px;
    }

    .shopping-cart-table th {
        font-size: 13px;
        padding: 13px 10px;
    }

    .shopping-cart-table td {
        font-size: 13px;
        line-height: 18px;
        padding: 13px 10px;
        text-align: center;
    }

    .shopping-cart-block p {
        font-size: 13px;
    }

    .shopping-cart-block footer .col1 {
        width: 100%;
        float: none;
        text-align: center;
    }

    .shopping-cart-block footer .col2 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .header.layout2 .header__user-area {
        max-width: 100%;
    }

        .header.layout2 .header__user-area:after {
            content: "";
            clear: both;
            display: block;
        }

        .header.layout2 .header__user-area h5 {
            font-size: 20px;
            display: inline-block;
            float: left;
            margin: 0;
        }

        .header.layout2 .header__user-area .phone {
            margin: 0;
            display: inline-block;
            float: right;
        }

    .osd.filter-block__form .example-block {
        padding-left: 0;
    }

    .osd.filter-block__form .col1 p {
        margin-bottom: 15px;
    }

    .osd.filter-block__form input[type="text"] {
        width: 100%;
    }

        .osd.filter-block__form input[type="text"].optional_state {
            width: 100%;
        }

    .blog-grid {
        padding: 50px 0 5px 0;
    }

    .post-labels .group {
        max-width: 275px;
        margin: 0 auto;
    }

    .blog-post__thumb--left, .blog-post__thumb--right {
        float: none;
        margin: 0 auto 20px auto;
    }

    .blog-list .blog-post__thumb {
        margin-bottom: 20px;
    }

    .blog-post__content p, .content-fullwidth-block p {
        margin-bottom: 15px;
    }

    .note-label {
        display: none;
    }

    .inf-form h3 {
        font-size: 30px;
        line-height: 32px;
    }

    .form label {
        font-size: 15px;
    }

    .attachment-area {
        padding: 25px 30px;
    }

    .col1-2 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

        .col1-2:last-child {
            margin-bottom: 0;
        }

    .c-row {
        margin-bottom: 10px;
    }

    .inf-form .input-group2 input {
        width: 49%;
        margin-left: 2%;
    }

    .inf-form .f-row {
        margin-bottom: 15px;
    }

    .download-banner__images img {
        margin: 0 20px;
    }

    .download-banner h1.main-banner__title {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .magazine-search--sidebar .search-form .start-date {
        margin-bottom: 0;
    }

    .magazine-search--sidebar .search-form .start-date, .magazine-search--sidebar .search-form .end-date {
        width: 48.5%;
        float: left;
    }

    .magazine-search--sidebar .search-form .end-date {
        margin-left: 3%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-carousel__block__el {
        width: 363px !important;
        padding: 0 25px;
    }

    .bx-wrapper .bx-prev {
        left: -10px;
    }

    .bx-wrapper .bx-next {
        right: -10px;
    }

    .sidebar-content-sect__content__sidebar {
        width: 240px;
        margin-right: 20px;
    }

    .sidebar-nav-widget header {
        font-size: 20px;
        line-height: 25px;
    }

    .sidebar-content-sect__content__content-block {
        width: 485px;
    }

    .sidebar-content-sect__content__content-block--max-width {
        width: 485px;
    }

    .content-feat-block__el img {
        margin-right: 20px;
    }

    .notification-bar .col1 {
        width: 100px;
    }

    .notification-bar .col2 {
        width: 400px;
    }

    .notification-bar .col3 {
        width: 250px;
    }

    .events-list__event__date-col {
        width: 130px;
        font-size: 20px;
        line-height: 25px;
        padding: 10px;
    }

    .enents-list .ev-desc, .news-post__desc .news-desc {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .events-calendar__carousel-block__wrapper {
        padding: 0;
        width: 630px;
    }

    .events-calendar__carousel-block .prev {
        left: -45px;
    }

    .events-calendar__carousel-block .next {
        right: -45px;
    }

    .filter-block__form .col1, .filter-block__form .col2, .filter-block__form .col3 {
        width: 225px;
    }

    .jq-selectbox__select-text {
        min-width: 100%;
    }

    .filter-block__form .col2 {
        margin: 0 23px;
    }

    .related-products__el {
        margin: 0 10px 20px 10px;
        width: 220px;
    }

    .affiliate.filter-block__form label {
        display: block;
        padding-bottom: 10px;
        text-align: left;
    }

    .affiliate.filter-block__form .col2 {
        margin: 0 25px;
    }

    .affiliate.filter-block__form .jq-selectbox__select, .affiliate.filter-block__form input[type="text"] {
        width: 270px;
    }

    .osd.filter-block__form .jq-selectbox__select {
        width: 350px;
    }

    .menu-ico {
        margin-top: 15px;
        float: right;
        position: static;
    }
}

@media (min-width: 768px) {
    .sidebar-nav-widget__links ul.sub-nav {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .main-banner {
        padding: 60px 15px;
    }

    h1.main-banner__title {
        font-size: 30px;
        line-height: 40px;
    }

        h1.main-banner__title span {
            font-size: 35px;
        }

    .main-carousel .container {
        width: 400px;
    }

    .main-carousel__block__el {
        padding: 0;
    }

    article.blog-article {
        width: 100%;
        float: none !important;
    }

    .main-content__gree-line {
        padding: 9px 15px;
    }

        .main-content__gree-line h2 {
            font-size: 30px;
        }

    .gree-line__shop-link {
        font-size: 15px;
        min-width: 250px;
    }

    .shop-block__el__add-to-cart {
        margin-top: 20px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 20px;
    }

    .main-content__shop-block {
        padding: 40px 0 10px 0;
    }

    .footer__widget-section {
        padding: 50px 15px 30px 15px;
    }

        .footer__widget-section h3 {
            text-align: center;
        }

    .footer__widget-section__social {
        text-align: center;
        margin-bottom: 35px;
    }

    .footer__widget-section__address, .footer__widget-section__contact-block {
        text-align: center;
    }

    .menu-ico {
        right: 15px;
    }

    h1.main-banner__title--middle {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }

    .main-banner.subpage-banner .container {
        min-height: 0;
        padding: 70px 0 0 0;
        min-height: 300px;
    }

    .main-banner__text-block {
        position: static;
        margin: 0 auto;
    }

    .main-content__webinars-block--breadcrums {
        padding: 20px 15px;
    }

    .main-content__webinars-block__posts article.blog-article {
        width: 100%;
        margin: 0 auto 30px auto;
        max-width: 400px;
    }

    .main-content__webinars-block--breadcrums article.blog-article {
        border: 1px solid #E8F0F3;
    }

    .main-content__about-block--green {
        padding: 50px 15px;
    }

    .main-content__webinars-block {
        padding: 50px 15px;
    }

    .main-carousel__block {
        width: 10000% !important;
    }

    .main-carousel .bx-viewport {
        padding-bottom: 10px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .sidebar-content-sect__content__sidebar {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .sidebar-nav-widget__links ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .sidebar-nav-widget__links > ul > li {
        width: 50%;
        float: left;
    }

        .sidebar-nav-widget__links > ul > li.has-sub {
            position: relative;
        }

            .sidebar-nav-widget__links > ul > li.has-sub:after {
                content: "\f107";
                font-family: FontAwesome;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 25px;
                line-height: 25px;
                color: #6D2F6D;
                position: absolute;
                top: 10px;
                right: 15px;
            }

            .sidebar-nav-widget__links > ul > li.has-sub.toggle:after {
                content: "\f106"
            }

    .sidebar-nav-widget__links ul.sub-nav {
        display: none;
    }

    .main-content__sidebar-content-sect .breadcrums-block {
        padding: 0 10px;
    }

    .sidebar-content-sect__content__content-block {
        float: none;
        width: 100%;
    }

    .sidebar-content-sect__content__content-block--max-width {
        float: none;
        width: 100%;
    }

    .sidebar-content-sect__content {
        margin-bottom: 20px;
    }

    .sidebar-content-sect__content__sidebar {
        margin-top: 40px;
    }

    .image-float-left, .image-float-right {
        float: none;
        display: block;
        margin: 0 auto 15px auto;
    }

    h1.hero-title {
        font-size: 45px;
        line-height: 50px;
        margin: 0 0 20px 0;
    }

    .col-md-3.main-content__blog-block__blog .blog-article__find-button, .sidebar-content-sect__content__sidebar .blog-article__find-button {
        margin: 0 5px 15px 0;
    }

    .content-block__banner-block a {
        margin: 5px;
    }

    .main-content__about-block--purple > .inner {
        padding: 60px 15px;
    }

    .notification-bar .inner {
        padding: 20px 15px;
        width: 100%;
    }

    .notification-bar .col1 {
        float: none;
        width: 150px;
        margin: 0 auto 10px auto;
    }

    .notification-bar .col2 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .notification-bar .col3 {
        float: none;
        width: 100%;
    }

    .notification-form {
        position: static;
    }

        .notification-form .close-icon {
            top: -15px;
            right: -10px;
        }

    .notification-bar .col2 {
        padding: 0;
    }

    .main-content__blog-content-sect .breadcrums-block {
        padding: 0 15px;
    }

    .blog-nav-title .blog-pagination a span {
        display: none;
    }

    .blog-nav-title .blog-pagination a i {
        margin: 0;
    }

    .blog-nav-title h2, .blog-nav-title h1 {
        padding-right: 95px;
    }

    .events-calendar__carousel-block__wrapper {
        margin: 0 auto;
        padding: 0 30px;
        width: 100%;
        max-width: 630px;
    }

    .events-calendar__carousel-block .prev {
        left: -5px;
    }

    .events-calendar__carousel-block .next {
        right: -5px;
    }

    .events-calendar, .events-calendar__filter-block, .events-calendar__listing-wrapper {
        padding: 0 10px;
    }

    .events-calendar__nav {
        text-align: center;
    }

        .events-calendar__nav a {
            font-size: 20px;
            padding: 10px 35px;
            margin: 0 5px;
            min-width: 0;
        }

    .events-calendar__carousel-block h2 {
        text-align: center;
    }

    .filter-block__form .col1 {
        width: 32%;
    }

    .filter-block__form .col2 {
        width: 32%;
        margin: 0 2%;
    }

    .filter-block__form .col3 {
        width: 32%;
    }

    .jq-selectbox {
        width: 100%;
    }

    .filter-block__form input.date-input {
        width: 100%;
    }

    .form__divider {
        display: block;
        padding: 0;
        text-align: center;
    }

    .blog-post__meta .blog-article__cta-block {
        position: static;
        margin: 15px 0 0 0;
    }

    .blog-content-sect__content .ev-title {
        padding-right: 0;
    }

        .blog-content-sect__content .ev-title .add_to_calendar {
            position: static;
            margin-bottom: 7px;
            margin-top: -5px;
        }

        .blog-content-sect__content .ev-title .ev-place {
            margin-bottom: 5px;
        }

        .blog-content-sect__content .ev-title .calendar-ico {
            float: left;
            margin-right: 10px;
        }

    .posts-filter-block__carousel-wrapper .prev {
        left: 15px;
    }

    .posts-filter-block__carousel-wrapper .next {
        right: 15px;
    }

    .related-products__el {
        margin: 0 1.5% 20px 1.5%;
        width: 44%;
        max-width: 220px;
    }

    .checkout-form-block > .row, .billing-fields > .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .checkout-form-block {
        padding: 20px 20px 10px 20px;
    }

    .shopping-cart-total-table td {
        font-size: 16px;
        padding: 10px;
    }

    .main-content__sidebar-content-sect.layout2 .breadcrums-block {
        padding: 20px 10px;
    }

    .header.layout2 {
        padding: 15px;
    }

    .affiliate-block.featured {
        padding: 64px 50px;
    }

    .affiliate-block {
        padding: 43px 50px 0px 50px;
    }

    .affiliate.filter-block__form .container {
        max-width: 500px;
        margin: 0 auto;
    }

    .affiliate.filter-block__form label {
        display: block;
        padding-bottom: 10px;
        text-align: left;
    }

    .affiliate.filter-block__form .col2 {
        margin: 0;
    }

    .affiliate.filter-block__form .jq-selectbox__select, .affiliate.filter-block__form input[type="text"] {
        width: 100%;
    }

    .affiliate.filter-block__form .col1, .affiliate.filter-block__form .col2, .affiliate.filter-block__form .col3 {
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 20px 0;
    }

    .affiliate.filter-block__form input[type="submit"] {
        margin: 0;
    }

    .affiliate.filter-block__form {
        padding: 30px 0 13px 0;
    }

    .osd.filter-block__form {
        padding: 30px 15px;
    }

        .osd.filter-block__form .jq-selectbox__select {
            width: 100%;
        }

    .affiliate-block.featured h2.affiliate-block__title {
        font-size: 40px;
    }

    .header__logo {
        margin-left: 15px;
    }

    .remodal-close {
        top: 0;
        right: 0;
    }

    .footer_copyright-block {
        padding: 15px 10px;
    }

    .footer_copyright-block__nav li {
        padding: 0 7px;
    }

        .footer_copyright-block p, .footer_copyright-block__nav li a {
            font-size: 12px;
        }

    .main-content__about-block--purple {
        padding: 50px 15px;
    }

    .blog-grid .main-content__webinars-block__posts article.blog-article {
        margin: 0 auto 30px auto;
    }

    .breadcrums-block__i {
        float: none;
    }

    .breadcrums-block .category-filter {
        float: none;
        width: 290px;
        margin: 15px auto 13px auto;
    }

    .blog-banner__text h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    .blog-banner__text p {
        font-size: 16px;
    }

    .download-banner__images img {
        margin: 0 15px;
        width: 160px;
    }

    .download-banner h1.main-banner__title, .download-banner h1.main-banner__title span {
        font-size: 26px;
        line-height: 30px;
    }

    .download-banner {
        padding: 30px 10px;
    }

        .download-banner p {
            color: #FFF;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        }

    .form-society .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .form-society .f-row {
        margin-bottom: 15px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .header__user-area {
        max-width: 445px;
    }

    .main-banner.subpage-banner.awards-banner .container {
        padding: 100px 0 40px 0;
    }
}

@media (max-width: 679px) {
    .filter-block__form .col1 {
        width: 49%;
    }

    .filter-block__form .col2 {
        width: 49%;
        float: right;
        margin: 0;
    }

    .filter-block__form .col3 {
        width: 100%;
        float: none;
        clear: both;
    }

        .filter-block__form .col3 .form__divider {
            display: none;
        }

    .form__date-input {
        width: 49%;
        display: block;
        float: left;
    }

        .form__date-input:last-child {
            margin-left: 2%;
        }

    .search-post .thumb {
        float: none;
        width: 304px;
        margin: 0 auto 25px auto;
    }
}

@media (max-width: 599px) {
    .search-post .thumb {
        width: 100%;
    }

    h1.main-banner__title span {
        font-size: 28px;
    }

    h1.main-banner__title {
        font-size: 25px;
        line-height: 30px;
    }

    .main-banner {
        padding: 40px 15px;
        min-height: 0;
    }

    .cta-button {
        padding: 12px 15px;
        min-width: 0;
        margin: 0;
        font-size: 15px;
    }

    h2, .main-content__about-block h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .main-content__about-block > .inner {
        min-height: 0;
        padding: 50px 15px;
    }

    .blog-article__date-block {
        margin-bottom: 13px;
    }

    .gree-line__shop-link {
        font-size: 14px;
        padding: 10px;
        min-width: 0;
    }

    .main-content__gree-line h2 {
        font-size: 25px;
        padding: 9px 0;
    }

    .footer_copyright-block__nav {
        margin-left: 0;
        margin-top: 10px;
    }

    .header__user-area__user-block {
        padding: 10px 30px 10px 10px;
    }

        .header__user-area__user-block .user-photo {
            margin-right: 8px;
        }

    .user-block-text h5 {
        font-size: 13px;
        line-height: 14px;
        margin: 0;
        text-align: left;
    }

    .user-block-text p {
        font-size: 12px;
        line-height: 12px;
        margin: 0;
        font-family: 'Arial', sans-serif;
    }

    .header__user-area__search span, .header__user-area__basket span {
        margin-right: 9px;
    }

    .header__user-area__search, .header__user-area__basket a {
        font-size: 13px;
    }

    .main-carousel {
        min-height: 0;
        padding: 50px 0;
    }

    .header {
        padding: 5px 10px;
    }

    .main-content__text-block {
        padding: 50px 0;
    }

    .bx-controls-direction .bx-prev {
        left: -20px;
    }

    .bx-controls-direction .bx-next {
        right: -20px;
    }

    .header.layout2 .header__logo {
        text-align: center;
    }

    .header__logo a {
        display: inline-block;
        max-width: 310px;
    }

    .header__nav-block {
        top: 195px;
    }

    .header__logo {
        margin-left: 0;
    }

    .header__user-area__search span.search-ico, .header__user-area__basket span.basket-ico {
        margin-right: 10px;
    }

    h1.main-banner__title--middle {
        font-size: 35px;
        line-height: 35px;
    }

    .content-feat-block__el img {
        margin-right: 15px;
    }

    .content-feat-block__el h3 {
        font-size: 20px;
    }

    h1.hero-title {
        font-size: 38px;
        line-height: 40px;
        margin: 0 0 15px 0;
    }

    h3 {
        font-size: 25px;
        line-height: 30px;
    }

    h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .main-content blockquote {
        width: 100%;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    ul.content-list li {
        font-size: 16px;
        line-height: 28px;
    }

    .double-sub > div, .double-sub > div > ul {
        display: block;
    }

    .blog-pagination a {
        line-height: 22px;
        padding: 5px 10px;
        font-size: 15px;
        margin: 0 2px;
    }

        .blog-pagination a.pag-prev, .blog-pagination a.pag-next {
            font-size: 22px;
            line-height: 22px;
            height: 34px;
            color: #A9A9AC;
            padding: 5px 10px;
        }

        .blog-pagination a.pag-prev {
            margin-right: 15px;
        }

        .blog-pagination a.pag-next {
            margin-left: 15px;
        }

    .sidebar-nav-widget__links ul.sub-nav {
        padding: 5px 0 5px 40px;
    }

    .events-list__event__date-col {
        width: 130px;
        font-size: 20px;
        line-height: 25px;
        padding: 10px;
    }

    .enents-list .ev-desc, .news-post__desc .news-desc {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .news-post__thumb {
        margin-right: 0;
        max-width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 15px;
    }

    .events-list__event__date-col > a {
        padding: 0;
    }

    .events-calendar__listing-block .enents-list .ev-type {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
    }

    .events-calendar__carousel-block__wrapper {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        max-width: 300px;
    }

    .events-calendar__carousel-block .prev {
        left: -50px;
    }

    .events-calendar__carousel-block .next {
        right: -50px;
    }

    .main-banner.subpage-banner .container {
        min-height: 200px;
    }

    .login-form {
        width: 450px;
        margin-left: -225px;
    }

        .login-form header {
            padding: 10px 0;
        }

            .login-form header img#logo {
                width: 350px;
            }

    .login-form__form {
        padding: 20px;
    }

        .login-form__form input {
            width: 320px;
        }

        .login-form__form .divider {
            margin: 20px 0;
        }

        .login-form__form p:last-child {
            margin-bottom: 0;
        }

    .related-products__el h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .product-el-detail__add-to-cart-block input[type="text"] {
        margin: 0 5px;
    }

    .product-el-detail__add-to-cart-block .blog-article__more-button {
        margin: 0 5px 0 0;
    }

    .checkout-form-block label {
        font-size: 14px;
    }

        .checkout-form-block label.bold, .preview-order-table td b {
            font-size: 14px;
        }

    .preview-order-table th:first-child {
        width: 185px;
    }

    .preview-order-table td {
        font-size: 14px;
    }

    .shopping-cart-table {
        display: block;
    }

        .shopping-cart-table td {
            border: none;
            display: block;
            border-bottom: 1px solid #ccc;
            position: relative;
            padding-left: 36%;
        }

        .shopping-cart-table tr {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
            display: block;
            margin-bottom: 10px;
        }

        .shopping-cart-table td:before {
            position: absolute;
            top: 13px;
            font-size: 14px;
            line-height: 18px;
            left: 15px;
            font-weight: bold;
            text-align: left;
            width: 35%;
            padding-right: 0;
            white-space: nowrap;
        }

        .shopping-cart-table tr:nth-of-type(odd) {
            background: #F7FAFB;
        }

        .shopping-cart-table td:nth-of-type(1):before {
            content: "Remove";
        }

        .shopping-cart-table td:nth-of-type(2):before {
            content: "Product(s)";
        }

        .shopping-cart-table td:nth-of-type(3):before {
            content: "Price";
        }

        .shopping-cart-table td:nth-of-type(4):before {
            content: "Qty";
        }

        .shopping-cart-table td:nth-of-type(5):before {
            content: "Total";
        }

        .shopping-cart-table thead {
            display: none;
        }

        .shopping-cart-table tr.spacer {
            display: none;
        }

        .shopping-cart-table input#qty {
            max-width: 100px;
        }

    .shopping-cart-block footer {
        padding: 10px 5px 20px 5px;
        margin-bottom: 20px;
    }

    .header.layout2 .header__user-area h5 {
        display: none;
    }

    .header.layout2 .header__user-area .phone {
        display: block;
        float: none;
        text-align: center;
    }

        .header.layout2 .header__user-area .phone a {
            font-size: 20px;
            line-height: 20px;
        }

    .header__user-area__user-block__dropdown {
        top: 70px;
    }

        .header__user-area__user-block__dropdown ul {
            font-size: 12px;
            line-height: 16px;
        }

    .affiliate-block__info tr td:first-child {
        width: 150px;
    }

    .affiliate-block {
        margin-top: 0;
    }

    .osd.filter-block__form .col1, .osd.filter-block__form .col2 {
        width: 100%;
        float: none;
    }

    .osd.filter-block__form .col2 {
        margin-top: 15px;
    }

    .affiliate-block.featured h2.affiliate-block__title {
        font-size: 30px;
    }

    .footer_copyright-block__i {
        float: none;
        text-align: center;
    }

    .footer-ico {
        float: none;
        text-align: center;
        margin-top: 12px;
    }

    .magazine-search__form {
        width: 100%;
    }

    .search-form .start-date {
        width: 48%;
    }

    .search-form .end-date {
        width: 48%;
    }

    .blog-list .blog-post__title h3 {
        font-size: 25px;
    }

    .comment-form {
        padding: 0;
    }

    .collapse-block__content {
        padding: 20px;
    }

    .download-banner__images img {
        margin: 20px auto;
        width: auto;
        display: block;
    }

    .download-banner {
        background-size: cover;
    }

        .download-banner p {
            margin-bottom: 20px;
        }

        .download-banner h1.main-banner__title {
            margin-bottom: 35px;
        }

        .download-banner .cta-button span {
            margin-right: 12px;
            margin-left: 0;
        }

    .form-society h3 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 479px) {
    .header__user-area__search, .header__user-area__basket {
        margin-top: 10px;
        margin-bottom: 10px;
        float: none;
        display: block;
        padding: 0;
    }

    .sb-search__search-field {
        display: none;
    }

    .header__user-area {
        text-align: center;
    }

    .header__user-area__user-block {
        float: none;
        text-align: left;
        width: 100%;
        margin: 3px auto 0 auto;
    }

    .user-area__search-form {
        top: 1px;
        position: relative;
        display: block;
    }

    .header__user-area {
        max-width: 100%;
    }

    .header__user-area__user-block.offline {
        width: 250px;
    }

        .header__user-area__user-block.offline .user-photo {
            margin-right: 15px;
        }

    h1.main-banner__title {
        font-size: 20px;
        line-height: 25px;
    }

        h1.main-banner__title span {
            font-size: 22px;
        }

    h2, .main-content__about-block h1 {
        font-size: 25px;
        line-height: 30px;
    }

    h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }

    h1.hero-title {
        font-size: 30px;
        line-height: 35px;
    }

    .blog-article__more-button {
        font-size: 12px;
        padding: 10px 15px;
    }

    .blog-article__find-button {
        font-size: 12px;
        margin-right: 9px;
        line-height: 25px;
    }

    .blog-article__blog-button {
        font-size: 16px;
        padding: 20px !important;
    }

    .main-content__blog-block {
        padding: 50px 0;
    }

    .main-content__gree-line h2 {
        font-size: 20px;
    }

    .gree-line__shop-link {
        font-size: 12px;
        padding: 5px;
    }

    .footer__widget-section__right-col .col-xs-6 {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .footer__widget-section__right-col ul {
        margin: 0;
    }

    .footer__widget-section {
        padding: 50px 15px 15px 15px;
    }

    .footer_copyright-block p, .footer_copyright-block__nav li a {
        font-size: 11px;
    }

    .footer_copyright-block__nav li {
        padding: 0 5px;
    }

    .main-carousel__block__el {
        padding: 0 15px;
        width: 300px !important;
    }

    .main-carousel .container {
        width: 300px;
    }

    .main-carousel__block__el__buttons-block a {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 20px;
    }

    .header__nav-block {
        top: 180px;
    }

    h1.main-banner__title--middle {
        font-size: 30px;
        line-height: 30px;
    }

    .main-banner__text-block {
        width: 100%;
        padding: 20px 20px 15px 20px;
    }

    .main-banner__text-block__date {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .blog-article__register-button {
        font-size: 12px;
        padding: 10px 15px;
        margin-right: 15px;
    }

    .breadcrums-block {
        margin-bottom: 20px;
    }

    .breadcrums-block2 {
        margin-bottom: 0px;
    }

    .breadcrums-block .fa-angle-right {
        padding: 0 8px;
    }

    .breadcrums-block a {
        font-size: 13px;
    }

    .post-filter-block__options ul li {
        display: block;
        text-align: left;
        border: none;
    }

    .main-content__webinars-block__posts .blog-article__date-block p {
        font-size: 12px;
    }

    .main-content__webinars-block {
        padding: 30px 15px;
    }

    .bx-controls-direction .bx-prev {
        left: -5px;
    }

    .bx-controls-direction .bx-next {
        right: -5px;
    }

    .webinar-filter {
        margin: 0 auto 15px auto;
    }

    .main-content__interested-block {
        background-size: cover;
    }

    .sidebar-nav-widget__links ul li, .sidebar-nav-widget__links ul li:nth-child(even) {
        width: 100%;
        float: none;
    }

    .content-feat-block__el img {
        display: block;
        float: none;
        margin: 0 auto 15px auto;
    }

    .content-feat-block__el h3 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 10px 0;
        text-align: center;
        display: block;
        float: none;
    }

    h4 {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .steps-block__img, .artilce-image-block__float-img {
        display: block;
        float: none;
        margin: 0 auto 15px auto;
    }

    .header__nav-block ul li.has-submenu:after {
        right: 5px;
    }

    .main-content blockquote.comment-quot {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 0 5px 40px;
    }

        .main-content blockquote.comment-quot:before {
            font-size: 27px;
            line-height: 27px;
        }

    .events-list__event {
        display: block;
    }

    .events-list__event__date-col {
        width: 100%;
        display: block;
    }

    .events-list__event {
        display: block;
    }

    .enents-list .ev-date span {
        display: inline-block;
    }

    .enents-list .ev-date {
        margin-bottom: 0px;
    }

    .blog-pagination a.pag-prev-post span, .blog-pagination a.pag-next-post span {
        display: none;
    }

    .blog-pagination a.pag-prev-post i, .blog-pagination a.pag-next-post i {
        margin: 0;
    }

    .events-calendar__listing-block .enents-list .ev-type {
        margin-top: 0;
    }

    .events-calendar__nav a {
        font-size: 16px;
        padding: 10px 15px;
        margin: 0 2px;
    }

    .events-carousel__el {
        width: 300px !important;
    }

    .events-calendar__carousel-block__wrapper {
        width: 300px;
        padding: 0;
    }

    .events-calendar__carousel-block .prev {
        left: 10px;
        top: 42px;
        height: 31px;
        width: 18px;
        background: url(../img/slider-left2.png) no-repeat !important;
    }

    .events-calendar__carousel-block .next {
        right: 10px;
        top: 42px;
        height: 31px;
        width: 18px;
        background: url(../img/slider-right2.png) no-repeat !important;
    }

    .filter-block__form .col1, .filter-block__form .col2 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .form__date-input {
        width: 100%;
        display: block;
        float: none;
        margin: 0 !important;
    }

    .filter-block__form .col3 .form__divider {
        display: block;
    }

    .events-carousel {
        padding: 0;
    }

    .events-carousel__el {
        width: 290px !important;
    }

    .events-calendar__carousel-block .events-carousel__el {
        margin: 0 5px;
    }

    .events-calendar__listing-wrapper.separate-sect {
        padding: 30px 0;
    }

    .blog-post__location .col1, .blog-post__location .col2 {
        width: 100%;
        float: none;
    }

    .posts-filter-block__carousel__el {
        margin: 0 5px;
    }

        .posts-filter-block__carousel__el a {
            font-size: 18px;
        }

    .main-content__about-block--green {
        padding: 30px 15px;
    }

    .login-form {
        width: 300px;
        margin-left: -150px;
    }

        .login-form header img#logo {
            width: 250px;
        }

    .login-form__form label {
        display: block;
        line-height: 25px;
        width: 100%;
    }

    .login-form__form input {
        width: 100%;
    }

    .login-form__form p {
        margin-bottom: 10px;
    }

    .login-form footer {
        padding: 10px 0;
    }

        .login-form footer a {
            line-height: 15px;
            padding: 0 15px;
        }

    .rate-block__cta {
        font-size: 12px;
    }

        .rate-block__cta a {
            padding: 0 10px;
        }

        .rate-block__cta span.mail-ico {
            margin-right: 5px;
        }

    .related-products__el {
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 220px;
    }

    .product-el-detail__add-to-cart-block .blog-article__more-button {
        margin: 10px 5px 0 0;
    }

    .product-el-detail__add-to-cart-block .blog-article__find-button {
        margin-top: 10px;
    }

    .rating-val {
        display: block;
        margin-right: 0;
        bottom: 0;
        margin-bottom: 5px;
    }

    .checkout-form-block .col-xs-8, .checkout-form-block .col-xs-4, .billing-fields .col-xs-8, .billing-fields .col-xs-4 {
        width: 100%;
    }

    .main-content__about-block p {
        font-size: 15px;
        line-height: 24px;
        margin: 0 auto 5px auto;
    }

    .checkout-form input[type="submit"] {
        font-size: 14px;
        line-height: 25px;
        padding: 10px 15px;
    }

    .checkout-form.step-2 .col-xs-6 {
        width: 100%;
    }

    .checkout-form-block label.empty {
        display: none;
    }

    .checkout-form-block .tooltip {
        line-height: 20px;
        text-align: center;
        display: block;
    }

    .preview-order-table td {
        font-size: 13px;
        padding: 13px 10px;
    }

        .preview-order-table td b, .checkout-form-block label.bold {
            font-size: 14px;
        }

    .preview-order-table th {
        padding: 15px 10px;
        font-size: 13px;
    }

    .shopping-cart-total-table td {
        font-size: 13px;
        padding: 8px 10px;
    }

    h2.button-title {
        line-height: 40px;
        font-size: 24px;
    }

        h2.button-title a.large-cta-button {
            padding: 5px;
            font-size: 10px;
        }

    .shopping-cart-table .product-desc .thumb {
        max-width: 80px;
    }

    .membership-table td {
        font-size: 14px;
        padding: 13px 5px;
    }

    .checkout-form-block label {
        font-size: 13px;
        line-height: 18px;
    }

    .membership-table th {
        padding: 15px 5px;
        font-size: 13px;
    }

    .order-form .col-xs-6 {
        width: 100%;
    }

    .affiliate-block.featured:after {
        width: 85px;
        height: 85px;
        background-size: contain;
        top: -4px;
    }

    .affiliate-block.featured {
        padding: 50px 20px;
    }

    .affiliate-block {
        padding: 20px 20px 0px 20px;
    }

    .pagination-block {
        margin-top: 30px;
    }

    .affiliate-block__info table {
        display: block;
    }

    .affiliate-block__info tr {
        display: block;
        margin-bottom: 15px;
    }

        .affiliate-block__info tr td:first-child {
            width: auto;
            display: inline-block;
            margin-right: 10px;
        }

        .affiliate-block__info tr td {
            display: inline-block;
            width: auto;
            padding: 0;
        }

    .affiliate-block.featured h2.affiliate-block__title {
        font-size: 25px;
        padding-bottom: 0;
    }

    .login-form__form .join-now-link {
        margin-left: 0;
        bottom: 0;
        margin-top: 10px;
    }

    .header__logo {
        width: 240px;
        margin-bottom: 5px;
    }

    .search-form .start-date {
        width: 100%;
        float: none;
        display: block;
    }

    .search-form .end-date {
        width: 100%;
        float: none;
        display: block;
        margin-top: 20px !important;
    }

    .search-form .checkbox-group {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .search-form .select-group {
        float: none;
        width: 100%;
        display: block;
    }

    .blog-list .blog-post__title h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .blog-list .tags {
        float: none;
        padding: 0;
        text-align: left;
        margin-bottom: 20px;
    }

    .blog-list .blog-article__cta-block {
        text-align: center;
    }

    .blog-list .blog-article__more-button {
        float: none;
        margin: 0;
        min-width: 200px;
    }

    .post-labels {
        padding: 15px 10px;
    }

    .comment-form .note {
        font-size: 12px;
        padding-top: 5px;
        display: block;
        position: static;
    }

    .form label {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .form textarea {
        height: 150px;
    }

    .form .form-row {
        margin-bottom: 15px;
    }

    .comments__title h4 {
        font-size: 20px;
        line-height: 45px;
        margin: 0;
    }

    .comments__title .cta-button {
        font-size: 13px;
        line-height: 25px;
        padding: 10px 15px;
    }

    .blog-list--post .blog-post {
        margin-bottom: 15px;
    }

    .form input[type="submit"] {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
    }

    .attachment-area {
        padding: 20px;
    }

    .ajax-upload-dragdrop {
        width: 100% !important;
        padding: 30px 20px;
        background: #FCFEFD;
    }

    .upload-block span {
        font-size: 20px;
    }

    .col1-3 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .col2-3 {
        width: 100%;
        float: none;
        display: block;
    }

    .form textarea {
        height: 100px;
    }

    .inf-form .input-group1 input {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
    }

        .inf-form .input-group1 input:last-child {
            margin-bottom: 0;
        }

    .collapse-block .col1-3 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .c-row {
        margin-bottom: 15px;
    }

    .download-popup h3 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 15px 0;
    }

    .form-society h3 {
        font-size: 28px;
        line-height: 30px;
    }
}

/* Remodal fixed nav fix */
@media (min-width: 992px) {
    /*.remodal-is-locked{
    padding-right: 17px;
  }*/
}

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        padding-right: 0 !important;
    }

    .remodal-is-locked {
        padding-right: 0 !important;
    }
}

/* New css 09.06.18 - Download popup 2*/
.download-popup2 {
    padding: 0;
    margin: 25px auto;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

    .download-popup2 header {
        padding: 30px 60px 15px 60px;
        background: #0D7C2F;
    }

        .download-popup2 header h2 {
            text-align: center;
            font-size: 40px;
            line-height: 43px;
            font-family: 'sukhumvit_setthin';
            color: #FFF;
            margin-bottom: 10px;
        }

            .download-popup2 header h2 span {
                color: #f0f300;
            }

        .download-popup2 header h4 {
            font-size: 20px;
            font-weight: 500;
            color: #f0f300;
            line-height: 1;
            text-align: center;
        }

.download-popup__wrap {
    position: relative;
    color: #4d4e54;
}

.download-popup2 .progress-label {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.download-popup2 .download-banner__images {
    margin-bottom: 0;
    margin-top: 16px;
}

    .download-popup2 .download-banner__images img {
        margin: 13px;
        width: 120px;
    }

.download-steps {
    padding: 25px 60px 30px 60px;
    background: #FFF;
}

    .download-steps .step {
        display: none;
    }

        .download-steps .step.active {
            display: block;
        }

    .download-steps h3 {
        font-family: 'sukhumvit_setthin';
        color: #4d4e54;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .download-steps .radio-group {
        padding: 25px 80px 35px 80px;
    }

.radio-group.error .jq-radio {
    border-color: red;
}

.fields-group {
    padding: 35px 0;
    text-align: left;
    position: relative;
}

    .fields-group:after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        content: "";
        background: url(../img/divider-bg.png) bottom center repeat-x;
    }

    .fields-group p {
        margin-bottom: 20px;
    }

        .fields-group p.checkbox {
            margin-bottom: 0;
        }

        .fields-group p:last-of-type {
            margin-bottom: 0;
        }

    .fields-group label {
        font-size: 18px;
        color: #717175;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.radio-group label:hover {
    color: #63AE3C;
}

.download-cta {
    margin-top: 30px;
    text-align: center;
}

.radio-group .jq-radio {
    margin: 0 12px 0 0;
}

.download-cta:after {
    display: block;
    clear: both;
    content: "";
}

.download-cta .button {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    min-width: 250px;
    color: #4d4e54;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #E9E0E9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .download-cta .button:hover {
        background: #E9E0E9;
        color: #4d4e54;
    }

.download-cta .remodal-cancel {
    font-size: 24px;
    color: #4d4e53;
    min-width: 0;
    text-transform: uppercase;
    text-decoration: underline;
    background-color: transparent;
}

    .download-cta .remodal-cancel:hover {
        text-decoration: none;
    }

.download-cta--l2 .remodal-cancel {
    float: left;
}

.download-cta--l2 .button {
    float: right;
}

.fields-group textarea {
    width: 100%;
    resize: none;
    height: 155px;
    display: block;
    padding: 10px 12px;
    border: 1px solid #E9E0E9;
    background: #F7FAFB;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .fields-group textarea:focus {
        background: #FFF;
        outline: none;
        border-color: #6ABB40;
    }

.fields-group .checkbox label {
    font-size: 15px;
}

.input-group label {
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.input-group input {
    height: 45px;
    width: 100%;
    padding: 0px 30px 0 15px;
    border: 1px solid #EDECF1;
    font-size: 15px;
    line-height: 43px;
    color: #4d4e54;
    background: #F7FAFB;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .input-group input:focus {
        background: #FFF;
        outline: none;
        border-color: #6ABB40;
    }

.select-group {
    max-width: 400px;
    margin: 0 auto;
}

    .select-group .jq-selectbox {
        width: 100%;
    }

    .select-group.error .jq-selectbox__select {
        border-color: red;
    }

.download-popup2 label.error {
    font-size: 13px;
    font-weight: 300;
    color: red;
    padding: 0;
}

.download-popup2 input[type="text"].error, .download-popup2 input[type="email"].error, .download-popup2 textarea.error {
    border: 1px solid red;
    outline: none;
    -webkit-box-shadow: inset 0px 0px 3px red;
    -moz-box-shadow: inset 0px 0px 3px red;
    box-shadow: inset 0px 0px 3px red;
}

.download-popup2 .submit-button {
    padding: 13px 20px;
    font-size: 18px;
    min-width: 250px;
    border: none;
    margin-top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .download-popup2 .submit-button span {
        background-position: -941px -104px;
        width: 30px;
        height: 33px;
        margin-right: 0px;
        margin-left: 10px;
        margin-top: -4px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(0.8);
    }

.download-popup2 .progress {
    height: 36px;
    position: relative;
    margin-bottom: 0;
    background-color: #F9F9F9;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

    .download-popup2 .progress:after {
        width: 100%;
        height: 36px;
        background: url(../img/progress-stripes.png) center no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        content: "";
    }

.download-popup2 .progress-bar-warning {
    background-color: #EAE100;
}

.download-popup2 .progress-striped .progress-bar, .download-popup2 .progress-bar-striped {
    background-image: -ms-linear-gradient(top, #F6F10D 0%, #D9C600 100%);
    background-image: -moz-linear-gradient(top, #F6F10D 0%, #D9C600 100%);
    background-image: -o-linear-gradient(top, #F6F10D 0%, #D9C600 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F10D), color-stop(100, #D9C600));
    background-image: -webkit-linear-gradient(top, #F6F10D 0%, #D9C600 100%);
    background-image: linear-gradient(to bottom, #F6F10D 0%, #D9C600 100%);
}

.download-popup2 .sr-only {
    position: absolute;
    width: 60px;
    height: 36px;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: auto;
    z-index: 9;
    top: 0;
    left: 50%;
    margin-left: -30px;
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    color: #1f1f22;
    font-family: 'sukhumvit_setmedium';
}

.fields-group .error-message {
    position: absolute;
    display: none;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0px;
}

    .fields-group .error-message p {
        display: flex;
        justify-content: center;
        width: 100%;
        color: red;
        align-items: center;
        font-size: 13px;
        line-height: 15px;
        min-height: 36px;
    }

@media (max-width: 767px) {
    .download-popup2 .remodal-close {
        background: #000;
        z-index: 5;
    }

    .download-popup2 header {
        padding: 25px 40px;
    }

        .download-popup2 header h2 {
            font-size: 35px;
            line-height: 40px;
            margin-bottom: 15px;
        }

    .download-steps .radio-group {
        padding: 35px 20px;
    }

    .download-steps {
        padding: 25px 40px;
    }

    .download-cta {
        margin-top: 30px;
    }

    .fields-group .error-message {
        bottom: 0;
    }
}

@media (max-width: 600px) {
    .download-popup2 header {
        padding: 25px;
    }

        .download-popup2 header h2 {
            font-size: 30px;
            line-height: 33px;
            margin-bottom: 10px;
        }

    .download-steps {
        padding: 25px;
    }

    .download-cta .button {
        font-size: 16px;
        padding: 10px;
        min-width: 200px;
    }

    .fields-group label {
        font-size: 16px;
    }

    .fields-group p {
        margin-bottom: 15px;
    }

    .fields-group {
        padding: 25px 0 35px 0;
    }

        .fields-group textarea {
            height: 120px;
        }

    .download-steps h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .download-banner__images {
        display: none;
    }

    .download-cta .remodal-cancel {
        font-size: 20px;
    }

    .download-popup2 header h4 {
        font-size: 18px;
    }

    .download-popup2 .progress-label {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .download-popup2 header h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .download-popup2 .progress {
        height: 30px;
    }

    .download-popup2 .sr-only {
        height: 30px;
        font-size: 21px;
        line-height: 31px;
    }

    .download-steps .radio-group {
        padding: 35px 0px;
    }

    .radio-group label {
        font-size: 15px;
    }

    .fields-group label {
        font-size: 15px;
    }

    .fields-group .checkbox label {
        font-size: 14px;
    }

    .radio-group .jq-radio {
        margin: 0 7px 0 0;
    }

    .download-steps {
        padding: 25px 12px;
    }

    .fields-group .error-message {
        font-size: 12px;
        line-height: 16px;
        min-height: 30px;
    }

        .fields-group .error-message br {
            display: none;
        }

    .fields-group {
        padding: 25px 0 55px 0;
    }

        .fields-group .error-message {
            bottom: 5px;
        }

    .download-popup2 header {
        padding: 15px;
    }

        .download-popup2 header h4 {
            font-size: 13px;
        }

    .download-popup2 .progress-label {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .download-steps h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .download-cta .remodal-cancel {
        font-size: 16px;
    }
}
/* -- */

/* Alert message */
/* .wrapper{
        position: relative;
        padding-top: 90px;
    }
    .alert-message{
        background: #B92626;
        padding: 15px;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .alert-message h3{
        color: #FFF;
        font-family: 'sukhumvit_setthin';
        font-size: 25px;
        line-height: 30px;
        margin: 0;
    }
    .alert-message a{
        text-decoration: none !important;
    }
    @media (max-width: 991px){
        .alert-message h3 {
            font-size: 22px;
            line-height: 30px;
        }
    }
    @media (max-width: 767px){
        .wrapper{
            padding-top: 70px;
        }
        .alert-message {
            padding: 10px 15px;
        }
        .alert-message h3 {
            font-size: 18px;
            line-height: 25px;
        }
    }
    @media (max-width: 600px){
        .alert-message h3 {
            font-size: 18px;
            line-height: 22px;
        }
        .wrapper{
            padding-top: 86px;
        }
        .alert-message {
            padding: 10px 30px;
        }
    }
    @media (max-width: 480px){
        .alert-message h3 {
            font-size: 15px;
            line-height: 22px;
        }
    }*/

/* -- */

/* Donation popup */
.remodal--donation {
    max-width: 1100px;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.donation-b {
    display: flex;
    align-items: stretch;
    background-color: #18823A;
}

.donation-b__image {
    width: 430px;
    flex-shrink: 0;
    background: url(../img/donation-image.jpg) center no-repeat;
    background-size: cover;
}

.donation-b__content {
    padding: 50px;
    text-align: left;
    position: relative;
    color: #FFF;
    background: url(../img/donation-bg.jpg) left center no-repeat;
    background-size: cover;
}

    .donation-b__content h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        color: #f0f300;
        font-weight: 300;
        text-align: left;
        font-family: 'sukhumvit_setlight';
    }

    .donation-b__content h3 {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        color: #FFF;
        text-align: left;
        margin-bottom: 15px;
    }

    .donation-b__content p {
        margin-bottom: 15px;
    }

    .donation-b__content p, .donation-b__content ul {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        color: #FFF;
        font-weight: 300;
    }

    .donation-b__content .list {
        padding: 0;
        margin: 15px 0 20px 0;
    }

        .donation-b__content .list li {
            margin-bottom: 5px;
            padding-left: 20px;
            position: relative;
            list-style: none;
        }

            .donation-b__content .list li:before {
                content: "";
                width: 6px;
                height: 6px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-color: #F0F300;
                position: absolute;
                left: 0;
                top: 8px;
            }

.donation__title {
    float: left;
    width: 400px;
}

.donation__meter {
    float: right;
    width: 190px;
    margin-right: -50px;
    text-align: center;
}

.donation__meter__tip {
    background: url(../img/donation-tip.png) center top no-repeat;
    font-size: 14px;
    line-height: 18px;
    color: #4d4e54;
    right: -2px;
    top: -10px;
    position: relative;
    font-weight: 600;
    min-height: 56px;
    padding: 6px;
    text-transform: uppercase;
}

.donation__cta {
    text-align: center;
    margin-top: 20px;
}

    .donation__cta .link {
        font-size: 16px;
        display: inline-block;
        text-transform: uppercase;
        color: #f0f300;
        text-decoration: underline;
        margin-left: 30px;
    }

        .donation__cta .link:hover {
            text-decoration: none;
        }

    .donation__cta .cta-button--white {
        background: #6e316e;
    }

        .donation__cta .cta-button--white:hover {
            background: #582c58;
        }

.progress-meter {
    position: relative;
    background: url(../img/donation-meter-bg.png) center no-repeat;
    width: 51px;
    height: 192px;
    margin-left: 43px;
}

.progress-bar-vertical {
    width: 11px;
    min-height: 177px;
    display: flex;
    align-items: flex-end;
    margin: 0;
    float: none;
    overflow: visible;
    background: transparent;
    left: 37px;
    position: absolute;
    bottom: 8px;
    border-radius: 20px;
}

    .progress-bar-vertical .progress-bar {
        width: 100%;
        height: 0;
        position: relative;
        background: #F0F300;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        -webkit-transition: height 0.6s ease;
        -o-transition: height 0.6s ease;
        transition: height 0.6s ease;
    }

.progress-meter .sr-only {
    position: absolute;
    width: 80px;
    height: auto;
    margin: 0;
    top: -10px;
    left: 13px;
    padding: 0;
    text-align: left;
    display: block;
    z-index: 9;
    font-size: 12px;
    overflow: visible;
    clip: auto;
    border: 0;
    color: #f0f300;
}

@media ( max-height: 750px ) {
    .remodal--donation .remodal-close {
        right: 0;
        color: #fff;
        top: 0;
        z-index: 9;
    }
}

@media (max-width: 1199px) {
    .remodal--donation {
        max-width: 900px;
    }

    .donation-b__image {
        width: 300px;
    }

    .donation-b__content {
        padding: 30px;
        width: 100%;
    }

        .donation-b__content h2 {
            font-size: 35px;
            line-height: 36px;
            margin-bottom: 15px;
        }

    .donation__meter {
        margin-right: -31px;
    }

    .donation__title {
        width: 360px;
    }

    .donation-b__content h3 {
        font-size: 22px;
        line-height: 25px;
    }

    .donation-b__content p, .donation-b__content ul {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .donation__cta .cta-button--white {
        padding: 18px 20px;
        min-width: 250px;
    }
}

@media (max-width: 991px) {
    .donation-b {
        align-items: flex-start;
        flex-direction: column;
    }

    .donation-b__image {
        width: 100%;
        height: 150px;
    }

    .donation__title {
        width: 500px;
    }

    .remodal--donation .remodal-close {
        right: 0;
        color: #fff;
        top: 0;
        z-index: 9;
        background-color: #54a02d;
    }
}

@media (max-width: 767px) {
    .remodal--donation .remodal-close:hover {
        color: #6ABB40;
    }

    .donation__title {
        width: 360px;
    }
}

@media (max-width: 599px) {
    .donation-b__content h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .donation-b__image {
        height: 100px;
    }

    .donation-b__content p, .donation-b__content ul {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .donation-b__content .list li {
        margin-bottom: 3px;
    }

    .donation-b__content .list {
        margin: 10px 0;
    }

    .donation-b__content {
        padding: 20px;
    }

    .donation__title {
        width: 100%;
    }

    .donation__meter {
        display: none;
    }
}

@media (max-width: 480px) {
    .donation-b__content {
        padding: 15px;
    }

        .donation-b__content h2 {
            font-size: 27px;
            line-height: 30px;
        }

    .donation__cta .link {
        display: block;
        margin: 25px 0 5px 0;
    }

    .donation-b__content h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .donation__cta .cta-button--white {
        padding: 15px;
        min-width: 180px;
    }

    .donation__cta .link {
        margin: 20px 0 5px 0;
    }

    .magazine-search--sidebar .search-form .start-date, .magazine-search--sidebar .search-form .end-date {
        width: 100%;
        float: none;
    }

    .magazine-search--sidebar .search-form .end-date {
        margin-top: 17px !important;
    }

    .magazine-search--sidebar h3 {
        font-size: 22px;
    }
}
/* -- */

/* Pricing page */
.header--l2 {
    padding: 25px 0;
}

    .header--l2 .header__nav-block > ul {
        margin-bottom: 0;
    }

    .header--l2 .header__nav-block {
        margin: 33px 0 7px 0;
        float: right;
    }

        .header--l2 .header__nav-block > ul > li > a {
            border-bottom: none;
        }

.pricing-banner {
    padding: 61px 0;
    background: url(../img/banner-img14.jpg) no-repeat;
    background-size: cover;
    min-height: 0;
}

    .pricing-banner h1 {
        font-weight: 700;
        color: #f5ff54;
    }

    .pricing-banner .blog-banner__text {
        max-width: 950px;
        margin: 0 auto;
    }

        .pricing-banner .blog-banner__text p {
            font-size: 22px;
            line-height: 32px;
            font-weight: 400;
            margin-bottom: 0;
        }

.faq-sect {
    padding: 75px 0;
}

.c-tabs {
    margin-top: 50px;
}

.c-tabs__titles {
    display: flex;
    width: 100%;
    margin: 0;
    border-bottom: 5px solid #69bb40;
}

    .c-tabs__titles li {
        border: 1px solid #e9dfe9;
        border-bottom: none;
        border-left: none;
        list-style: none;
        width: 100%;
    }

        .c-tabs__titles li:first-child {
            border-left: 1px solid #e9dfe9;
        }

        .c-tabs__titles li a {
            display: block;
            text-align: center;
            font-size: 20px;
            line-height: 30px;
            padding: 15px;
            color: #4d4e53;
            text-decoration: none !important;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .c-tabs__titles li a:hover {
                color: #69bb40;
                text-decoration: none;
            }

        .c-tabs__titles li.active {
            border-color: #69bb40;
            background-color: #69bb40;
        }

            .c-tabs__titles li.active a {
                color: #FFF;
                background-color: #69bb40;
            }

.c-tabs__tab {
    padding: 35px 40px;
    border: 1px solid #e9dfe9;
    border-top: none;
}

    .c-tabs__tab h4 {
        font-size: 20px;
        color: #4d4e53;
    }

.features-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.features-list__el {
    width: 47%;
    align-items: center;
    display: flex;
    margin: 25px 0;
}

.features-list__el__ico {
    margin-right: 25px;
    width: 104px;
    flex-shrink: 0;
}

.features-list__el__text {
    color: #fff;
    text-align: left;
}

    .features-list__el__text h4 {
        font-size: 20px;
        color: #f5ff54;
    }

    .features-list__el__text p {
        color: #FFF;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

        .features-list__el__text p:last-child {
            margin-bottom: 0;
        }

.content-sect {
    padding: 75px 0;
}

table.pricing-plan {
    width: 100%;
    margin-top: 100px;
    border-collapse: collapse;
}

    table.pricing-plan th {
        font-size: 24px;
        line-height: 40px;
        color: #4d4e53;
        height: 90px;
        text-align: center;
        font-weight: 400;
        padding: 10px;
    }

        table.pricing-plan th.popular {
            position: relative;
        }

            table.pricing-plan th.popular:before {
                content: "most popular";
                font-size: 14px;
                line-height: 20px;
                padding: 10px;
                background-color: #69bb40;
                border: 1px solid #87c966;
                text-align: center;
                color: #FFF;
                text-transform: uppercase;
                width: 100%;
                width: calc(100% + 2px);
                position: absolute;
                top: -42px;
                left: -1px;
                font-weight: 700;
            }

    table.pricing-plan td {
        font-size: 16px;
        line-height: 25px;
        color: #717174;
        text-align: center;
        height: 70px;
        padding: 10px 25px;
    }

        table.pricing-plan td.tooltip {
            padding-right: 50px;
            position: relative;
        }

            table.pricing-plan td.tooltip .tooltip-circle {
                position: absolute;
                right: 15px;
                top: 20px;
            }

        table.pricing-plan td h4 {
            color: #69bb40;
        }

        table.pricing-plan td.popular h4 {
            color: #f5ff54;
        }

        table.pricing-plan td.alignleft {
            text-align: left;
        }

        table.pricing-plan td .fa-check {
            font-size: 20px;
        }

    table.pricing-plan th, table.pricing-plan td {
        border: 1px solid #e9dfe9;
    }

        table.pricing-plan th.popular, table.pricing-plan td.popular {
            border-color: #87c966;
            background-color: #69bb40;
            color: #fff;
        }

        table.pricing-plan td label {
            display: block;
        }

        table.pricing-plan td h4, table.pricing-plan td h3 {
            font-weight: 400;
            margin-bottom: 0;
        }

    table.pricing-plan tr:last-child td.popular {
        position: relative;
    }

        table.pricing-plan tr:last-child td.popular:before {
            content: "";
            height: 30px;
            background-color: #69bb40;
            border: 1px solid #87c966;
            text-align: center;
            text-transform: uppercase;
            width: 100%;
            width: calc(100% + 2px);
            position: absolute;
            bottom: -30px;
            left: -1px;
            font-weight: 700;
        }

    table.pricing-plan .jq-selectbox {
        width: 100%;
        margin-top: 5px;
    }

    table.pricing-plan .jq-selectbox__select {
        height: 37px;
        font-size: 13px;
        line-height: 35px;
    }

    table.pricing-plan .jq-selectbox__trigger-arrow {
        top: 15px;
    }

    table.pricing-plan .jq-checkbox {
        width: 30px;
        height: 30px;
    }

        table.pricing-plan .jq-checkbox.checked .jq-checkbox__div {
            margin: 6px;
            font: normal normal normal 15px/1 FontAwesome !important;
        }

.pricing-cta {
    margin-top: 40px;
}

    .pricing-cta:after {
        content: "";
        display: block;
        clear: both;
    }

    .pricing-cta h3 {
        font-size: 28px;
        margin-bottom: 0;
    }

        .pricing-cta h3 a {
            color: #69bb40;
            text-decoration: underline;
        }

            .pricing-cta h3 a:hover {
                text-decoration: none;
            }

.button {
    font-size: 17px;
    line-height: 25px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #69bb40;
}

    .button:hover {
        background-color: #5dad34;
        color: #FFF;
        text-decoration: none;
    }

.button--purple {
    background-color: #7c427c;
}

    .button--purple:hover {
        background-color: #854d85;
        color: #FFF;
        text-decoration: none;
    }

.button--2row {
    padding: 7px 15px;
}

    .button--2row span {
        display: block;
        font-size: 15px;
        line-height: 1;
        font-weight: 300;
        margin-top: 1px;
        text-transform: none;
    }

.feat-list {
}

    .feat-list li {
        font-size: 20px;
        color: #6e316d;
        font-weight: bold;
        position: relative;
        padding-left: 35px;
        margin-bottom: 7px;
        list-style: none;
    }

        .feat-list li:after {
            content: "\f00c";
            font-size: 19px;
            color: #6e316d;
            position: absolute;
            left: 0;
            top: 2px;
            font-family: 'fontAwesome';
        }

.current-plan-b {
    text-align: center;
}

    .current-plan-b h4 {
        font-size: 18px;
        line-height: 18px;
        color: #7c427c;
        text-transform: uppercase;
        font-weight: bold;
    }

    .current-plan-b span {
        font-size: 16px;
        color: #717174;
        line-height: 1;
    }

table.pricing-plan td .current-plan-b h4 {
    font-weight: bold;
    color: #7c427c;
}

.remodal-pricing .remodal__header {
    padding: 45px 0;
    background: url(../img/banner-img14.jpg) no-repeat;
    background-size: cover;
}

    .remodal-pricing .remodal__header h2 {
        text-align: center;
        font-weight: 700;
        color: #f5ff54;
        font-size: 45px;
        line-height: 50px;
        font-family: 'sukhumvit_setthin';
        margin-bottom: 0;
    }

.remodal-pricing .remodal__content {
    padding: 60px 65px;
    text-align: left;
}

    .remodal-pricing .remodal__content p {
        margin-bottom: 20px;
    }

        .remodal-pricing .remodal__content p:last-child {
            margin-bottom: 0;
        }

    .remodal-pricing .remodal__content b {
        color: #7c427c;
    }

    .remodal-pricing .remodal__content a {
        text-decoration: underline;
    }

        .remodal-pricing .remodal__content a:hover {
            text-decoration: none;
        }

.tooltip-circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
    font-size: 18px;
    margin-left: 15px;
    line-height: 25px;
    text-align: center;
    color: #6ABB40;
    border: 1px solid #6ABB40;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .tooltip-circle:hover, .tooltip-circle:focus {
        background-color: #6ABB40;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 1199px) {
    .pricing-banner .blog-banner__text p {
        font-size: 18px;
        line-height: 28px;
    }

    .pricing-banner h1 {
        margin-bottom: 20px;
    }

    table.pricing-plan th {
        font-size: 20px;
        line-height: 35px;
        height: 70px;
    }

    table.pricing-plan td {
        font-size: 15px;
        line-height: 20px;
        height: 60px;
        padding: 10px 15px;
    }

        table.pricing-plan td .fa-check {
            font-size: 18px;
        }

    .pricing-cta h3 {
        font-size: 22px;
    }

    .c-tabs__titles li a {
        font-size: 18px;
        line-height: 25px;
    }

    .c-tabs {
        margin-top: 35px;
    }

    .c-tabs__tab {
        padding: 25px 30px;
    }

    table.pricing-plan td.tooltip {
        padding-right: 40px;
    }

        table.pricing-plan td.tooltip .tooltip-circle {
            right: 10px;
            top: 16px;
        }
}

@media (max-width: 991px) {
    .header--l2 .header__nav-block {
        margin: 0;
        float: none;
        top: 115px;
    }

    table.pricing-plan th {
        font-size: 18px;
        line-height: 25px;
        height: 50px;
    }

    table.pricing-plan td {
        font-size: 13px;
        line-height: 16px;
        height: 50px;
        padding: 10px;
    }

        table.pricing-plan td h4 {
            font-size: 20px;
        }

    .button {
        font-size: 15px;
        line-height: 20px;
    }

    .button--2row span {
        font-size: 13px;
    }

    .features-list {
        display: block;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .features-list__el {
        width: 100%;
        margin: 35px 0;
    }

    .features-list__el__text h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .faq-sect, .main-content__about-block--purple {
        padding: 50px 0;
    }

    .content-sect {
        padding: 50px 0;
    }

    .c-tabs__titles li a {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 5px;
    }

    .c-tabs__titles {
        border-bottom: 3px solid #69bb40;
    }

    .c-tabs__tab h4 {
        font-size: 18px;
        line-height: 1;
    }

    .pricing-cta h3 {
        font-size: 20px;
    }

    .pricing-banner {
        padding: 50px 15px;
    }

    table.pricing-plan td .current-plan-b h4 {
        font-size: 16px;
        line-height: 1;
    }

    .current-plan-b span {
        font-size: 14px;
    }

    .remodal-pricing--large {
        max-width: 650px;
    }

    table.pricing-plan td.tooltip .tooltip-circle {
        right: 10px;
        top: 11px;
    }
}

@media (max-width: 767px) {
    .content-sect {
        padding: 50px 15px;
    }

    table.pricing-plan td {
        font-size: 12px;
        line-height: 15px;
        height: auto;
        padding: 10px 5px;
    }

        table.pricing-plan td .fa-check {
            font-size: 15px;
        }

    table.pricing-plan th.popular:before {
        font-size: 12px;
    }

    table.pricing-plan {
        margin-top: 80px;
    }

        table.pricing-plan th {
            font-size: 16px;
            line-height: 20px;
            height: auto;
            padding: 10px 5px;
        }

        table.pricing-plan td h4 {
            font-size: 17px;
        }

    .pricing-cta h3 {
        font-size: 18px;
    }

    .faq-sect, .main-content__about-block--purple {
        padding: 50px 15px;
    }

    .pricing-plan td:first-child {
        width: 170px;
    }

    .button {
        padding: 10px;
    }

    .button--2row {
        padding: 4px 10px;
    }

        .button--2row span {
            font-size: 12px;
            line-height: 1;
            margin-top: 0;
        }

    .pricing-banner h1 {
        margin-bottom: 15px;
        font-size: 35px;
    }

    .pricing-banner .blog-banner__text p {
        font-size: 15px;
        line-height: 25px;
    }

    .feat-list li {
        font-size: 18px;
    }

    .remodal-pricing .remodal__header h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .remodal-pricing .remodal__content {
        padding: 40px;
    }

    .remodal-pricing .remodal__header {
        padding: 35px 15px;
    }

    table.pricing-plan td.tooltip .tooltip-circle {
        right: 7px;
        top: 6px;
    }
}

@media (max-width: 599px) {
    .c-tabs__titles li a {
        font-size: 15px;
        line-height: 20px;
    }

    .c-tabs__tab {
        padding: 25px;
    }

    table.pricing-plan td h4 {
        font-size: 15px;
    }

    table.pricing-plan .jq-selectbox__select {
        height: 32px;
        font-size: 12px;
        line-height: 30px;
        padding: 0px 25px 0 10px;
    }

    table.pricing-plan .jq-selectbox__trigger-arrow {
        top: 12px;
        right: 5px;
        border-top: 6px solid #E4E3E9;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .button--2row {
        padding: 5px;
        font-size: 10px;
    }

    .button {
        padding: 10px 5px;
    }

    .button {
        font-size: 12px;
        line-height: 20px;
    }

    .pricing-cta h3 {
        font-size: 16px;
    }

    .features-list__el {
        margin: 30px 0;
    }

    .faq-sect, .main-content__about-block--purple {
        padding: 35px 15px;
    }

    .pricing-banner {
        padding: 35px 15px;
    }

    .content-sect {
        padding: 35px 15px;
    }

    .features-list__el__ico {
        margin-right: 20px;
    }

    .feat-list li {
        font-size: 18px;
        padding-left: 30px;
    }

        .feat-list li:after {
            font-size: 15px;
            top: 0px;
        }

    .remodal-pricing .remodal__content p {
        margin-bottom: 10px;
    }

    .remodal-pricing .remodal__content {
        padding: 30px;
    }

    .remodal-pricing .remodal__header h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 480px) {
    .pricing-banner h1 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.3;
    }

    .pricing-banner .blog-banner__text p {
        font-size: 14px;
        line-height: 24px;
    }

    .pricing-plan-wrap {
        overflow-x: auto;
    }

    table.pricing-plan {
        width: 350px;
        margin: 30px auto
    }

        table.pricing-plan tr:last-child td.popular:before {
            height: 25px;
            bottom: -25px;
        }

    .features-list__el {
        flex-wrap: wrap;
    }

    .features-list__el__ico {
        margin: 0 auto 20px auto;
    }

    .c-tabs__titles {
        display: block;
    }

        .c-tabs__titles li {
            border-left: 1px solid #e9dfe9;
        }

    p {
        font-size: 15px;
    }

    .c-tabs {
        margin-top: 25px;
    }

    .c-tabs__tab {
        padding: 20px 15px;
    }

    .features-list__el {
        margin: 25px 0;
    }

    .features-list__el__ico {
        margin: 0 auto 15px auto;
    }

    .header--l2 .header__nav-block {
        top: 107px;
    }

    .feat-list {
        margin-bottom: 20px;
    }

    .remodal-pricing .remodal__header {
        padding: 25px 15px;
    }

    .remodal-pricing .remodal__content {
        padding: 20px;
    }

    table.pricing-plan td.tooltip .tooltip-circle {
        right: 5px;
        top: 12px;
    }

    table.pricing-plan td.tooltip {
        padding-right: 35px;
    }

    .tipsy-inner {
        max-width: 200px;
    }

    .tipsy {
        font-size: 13px;
        line-height: 16px;
    }
}
/* -- */

/* Membership popup */
.membership-popup {
    padding: 0;
}

.membership-popup__header {
    padding: 65px;
    text-align: center;
    background: url(../img/popup-bg1.jpg) center top no-repeat;
    background-size: cover;
}

    .membership-popup__header h3 {
        font-size: 34px;
        line-height: 40px;
        color: #f0f300;
        margin: 0;
        text-shadow: 1px 1px 1px #3d3c3c;
        font-family: 'sukhumvit_setsemi_bold';
    }

.membership__content {
    text-align: left;
    padding: 25px 65px;
    background: url(../img/popup-bg2.jpg) center no-repeat;
    background-size: cover;
}

    .membership__content h4 {
        color: #4d4e54;
        font-size: 20px;
        text-align: left;
        font-family: 'Roboto';
    }

    .membership__content p {
        font-size: 18px;
        line-height: 26px;
        color: #4d4e54;
    }

        .membership__content p:last-child {
            margin-bottom: 0;
        }

    .membership__content small {
        font-size: 14px;
    }

    .membership__content .cta-button {
        padding: 20px;
        min-width: 250px;
        border: 3px solid #fff;
        margin-top: 15px;
        margin-bottom: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0px 1px 10px #c7c7c7;
        -moz-box-shadow: 0px 1px 10px #c7c7c7;
        box-shadow: 0px 1px 10px #c7c7c7;
    }

@media (max-width: 991px) {
    .membership-popup {
        max-width: 650px;
    }

    .membership-popup__header {
        padding: 50px;
    }

    .membership__content {
        padding: 25px 50px;
    }

    .membership-popup__header h3 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    .membership-popup__header h3 {
        font-size: 27px;
        line-height: 32px;
    }

    .membership-popup__header {
        padding: 35px 20px;
    }

    .membership__content {
        padding: 25px 20px;
    }
}

@media (max-width: 600px) {
    .membership__content .cta-button {
        padding: 15px 30px;
    }
}

@media (max-width: 480px) {
    .membership__content {
        padding: 20px 15px;
    }

        .membership__content h4 {
            font-size: 18px;
        }

        .membership__content p {
            font-size: 16px;
            line-height: 25px;
        }

    .membership-popup__header {
        padding: 30px 15px;
    }
}
/* -- */

/* Members meetings page */
.meeting-banner {
    overflow: hidden;
}

.main-banner.meeting-banner .container {
    min-height: 0;
    padding: 83px 0 0 0;
}

.meeting-banner h1.main-banner__title {
    font-family: 'sukhumvit_setbold';
    font-size: 71px;
    line-height: 71px;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.main-banner__meeting {
    max-width: 823px;
    margin-top: 40px;
    padding: 49px 70px 62px 0;
    background-color: rgba(0,0,0,0.6);
    position: relative;
    color: #fff;
}

    .main-banner__meeting:before {
        content: "";
        width: 1000px;
        left: -1000px;
        top: 0;
        height: 100%;
        display: block;
        background-color: rgba(0,0,0,0.6);
        position: absolute;
    }

    .main-banner__meeting p {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
    }

.upcoming-meeting {
    margin-top: 35px;
    text-align: left;
}

    .upcoming-meeting h3 {
        color: #fafd01;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 15px;
        font-family: 'sukhumvit_setlight';
        text-transform: uppercase;
    }

    .upcoming-meeting h5 {
        font-size: 21px;
        font-weight: 400;
        color: #fff;
        text-align: left;
    }

    .upcoming-meeting a, .upcoming-meeting a.button {
        display: inline-block;
    }

        .upcoming-meeting a.button {
            min-width: 200px;
        }

    .upcoming-meeting .cta {
        margin-top: 34px;
    }

    .upcoming-meeting a.link {
        font-size: 21px;
        color: #fbfd01;
        text-decoration: underline;
        margin-left: 35px;
        font-weight: 400;
    }

        .upcoming-meeting a.link:hover {
            color: #fff;
            text-decoration: none;
        }

.event-b {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
}

.event-b__text {
    width: 50%;
    padding: 40px 45px;
    background-color: rgba(100,37,100,0.75);
}

.event-b__cta {
    width: 50%;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

    .event-b__cta .button--large, .booking-widget__cta .button--large {
        font-size: 20px;
        padding: 25px 35px;
        min-width: 240px;
    }

.event-b--bg1 {
    background-image: url(../img/event-bg1.jpg);
}

.event-b h3 {
    font-size: 36px;
    line-height: 46px;
    color: #fafd01;
    margin-bottom: 30px;
    font-family: 'sukhumvit_setlight';
    text-transform: uppercase;
}

.event-b p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 28px;
}

.event-b .date {
    font-family: 'sukhumvit_setlight';
    font-size: 32px;
    color: #fafd01;
}

ul.list2 {
}

    ul.list2 li {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 5px;
        list-style: none;
        padding-left: 25px;
        position: relative;
    }

        ul.list2 li:before {
            content: "";
            width: 6px;
            height: 6px;
            position: absolute;
            left: 0;
            top: 11px;
            background-color: #6abb40;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.schedule-list {
}

.schedule__b {
    margin: 30px 0;
}

.schedule__b__header {
    margin-bottom: 25px;
}

    .schedule__b__header h5 {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        line-height: 20px;
        color: #6bbb41;
        font-weight: bold;
        margin-bottom: 0;
    }

    .schedule__b__header img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

.schedule__b__body p {
    margin-bottom: 4px;
    font-weight: 400;
}

    .schedule__b__body p b {
        color: #4d4d54;
    }

.booking-widget {
    margin: 43px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 40px 80px;
    background-image: url(../img/support-block-bg.png);
}

    .booking-widget:after {
        content: "";
        width: 1000px;
        right: -1000px;
        height: 100%;
        top: 0;
        position: absolute;
        background-image: url(../img/support-block-bg.png);
    }

.booking-widget__text {
    color: #fff;
    max-width: 460px;
}

    .booking-widget__text h3 {
        font-size: 46px;
        line-height: 56px;
        font-family: 'sukhumvit_setthin';
        margin-bottom: 25px;
    }

    .booking-widget__text p {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
    }

.booking-widget__cta {
    flex-shrink: 0;
    margin-left: 30px;
}

.booking-b {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.booking-b__img {
    width: 46%;
    padding: 35px 10px;
    border: 1px solid #e7f0f3;
    text-align: center;
}

.booking-b__text {
    width: 49%;
    padding: 15px 0;
}

    .booking-b__text h3 {
        font-size: 28px;
        line-height: 40px;
        color: #4d4d54;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .booking-b__text .button {
        display: inline-block;
    }

    .booking-b__text .button--white {
        background-color: #fff;
        color: #6aba40;
        border: 1px solid #6aba40;
    }

        .booking-b__text .button--white:hover {
            background-color: #6aba40;
            color: #fff;
        }

h5.title {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    color: #4d4d54;
}

.text-block p {
    font-weight: 400;
}

.cta-button--wide {
    min-width: 450px;
}

.map-b {
    margin: 35px 0;
}

    .map-b iframe {
        width: 100%;
    }

.text-block2 p {
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 1399px) {
    .booking-widget {
        padding: 40px 0 40px 50px;
    }

    .booking-widget__cta {
        margin-left: 20px;
    }

        .event-b__cta .button--large, .booking-widget__cta .button--large {
            font-size: 18px;
            min-width: 200px;
        }
}

@media (max-width: 1199px) {
    .main-banner__meeting {
        padding: 35px 50px 45px 0;
    }

    .main-banner.meeting-banner .container {
        padding: 70px 0 0 0;
    }

    .meeting-banner h1.main-banner__title {
        font-size: 65px;
        line-height: 65px;
    }

    .upcoming-meeting a.link {
        font-size: 19px;
    }

    .event-b__text {
        padding: 25px;
    }

    .event-b h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .event-b p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .event-b__cta {
        padding: 25px;
    }

    .event-b .date {
        font-size: 25px;
    }

    .event-b__cta .button--large, .booking-widget__cta .button--large {
        font-size: 18px;
        padding: 20px;
        min-width: 200px;
    }

    .booking-widget {
        margin: 30px 0;
        padding: 25px 0 25px 35px;
    }

    .booking-widget__text {
        max-width: 350px;
    }

        .booking-widget__text h3 {
            font-size: 40px;
            line-height: 45px;
            margin-bottom: 15px;
        }

        .booking-widget__text p {
            font-size: 16px;
            line-height: 26px;
        }

    .booking-b__text h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .text-block2 p {
        line-height: 28px;
    }

    .map-b {
        margin: 25px 0;
    }
}

@media (max-width: 991px) {
    .schedule-list {
        margin-top: 20px;
    }

    .schedule__b {
        margin: 0 0 35px 0;
    }

    .schedule__b__header {
        margin-bottom: 20px;
    }

    .event-b__text {
        padding: 15px;
    }

    .event-b h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .event-b__cta {
        padding: 15px;
    }

    .event-b .date {
        font-size: 20px;
    }

    .booking-widget__text h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .booking-widget {
        display: block;
        text-align: center;
    }

    .booking-widget__text {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .booking-widget__cta {
        margin-left: 0;
        display: inline-block;
    }

    .booking-b {
        margin: 35px 0;
        display: block;
        text-align: center;
    }

    .booking-b__img {
        width: 100%;
        margin-bottom: 20px;
    }

    .booking-b__text {
        width: 100%;
        padding: 0;
    }

    .main-banner.meeting-banner .container {
        padding: 60px 0 0 0;
    }

    .meeting-banner h1.main-banner__title {
        font-size: 55px;
        line-height: 55px;
    }

    .upcoming-meeting {
        margin-top: 25px;
    }

        .upcoming-meeting h3 {
            font-size: 30px;
            line-height: 30px;
        }

    .main-banner__meeting {
        padding: 30px 40px 40px 0;
        max-width: 700px;
        margin-top: 30px;
    }

    .upcoming-meeting h5 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .main-banner.meeting-banner .container {
        padding: 50px 15px 15px 15px;
    }

    .meeting-banner h1.main-banner__title {
        font-size: 50px;
        line-height: 50px;
        text-align: center;
    }

    .main-banner__meeting {
        padding: 25px;
        max-width: 100%;
    }

        .main-banner__meeting:before {
            display: none;
        }

        .main-banner__meeting p {
            font-size: 16px;
            line-height: 26px;
        }

    .upcoming-meeting h3 {
        font-size: 25px;
        line-height: 1;
    }

    .upcoming-meeting a.button {
        min-width: 150px;
    }

    .upcoming-meeting a.link {
        font-size: 17px;
        margin-left: 20px;
    }

    .upcoming-meeting h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .upcoming-meeting .cta {
        margin-top: 25px;
    }

    .event-b__cta .button--large, .booking-widget__cta .button--large {
        font-size: 17px;
        padding: 16px;
        min-width: 170px;
    }

    .event-b h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .cta-button--wide {
        min-width: 300px;
    }

    .booking-widget:after {
        display: none;
    }

    .booking-widget {
        padding: 25px;
    }
}

@media (max-width: 599px) {
    .meeting-banner h1.main-banner__title {
        font-size: 40px;
        line-height: 45px;
    }

    .main-banner__meeting {
        padding: 20px;
        margin-top: 20px;
    }

    .upcoming-meeting .cta {
        margin-top: 20px;
    }

    .upcoming-meeting a.button {
        min-width: 130px;
        font-size: 14px;
    }

    .upcoming-meeting a.link {
        font-size: 14px;
        margin-left: 15px;
    }

    .main-banner__meeting p {
        font-size: 15px;
        line-height: 25px;
    }

    .upcoming-meeting {
        margin-top: 20px;
    }

        .upcoming-meeting h5 {
            font-size: 16px;
            line-height: 26px;
        }
}

@media (max-width: 480px) {
    .main-banner__meeting {
        padding: 15px;
        margin-top: 15px;
    }

        .main-banner__meeting p {
            font-size: 15px;
            line-height: 24px;
        }

    .upcoming-meeting h3 {
        font-size: 20px;
    }

    .upcoming-meeting {
        margin-top: 15px;
    }

        .upcoming-meeting h5 {
            font-size: 14px;
            line-height: 24px;
        }

        .upcoming-meeting .cta {
            margin-top: 0;
            text-align: center;
        }

        .upcoming-meeting a.button {
            padding: 12px 10px;
        }

        .upcoming-meeting a {
            display: block;
            text-align: center;
            margin: 10px 0;
        }

            .upcoming-meeting a.link {
                margin-left: 0;
            }

    .event-b {
        display: block;
    }

    .event-b__text, .event-b__cta {
        width: 100%;
    }

    .event-b__cta {
        text-align: center;
        display: block;
        background-color: rgba(100,37,100,0.75);
    }

        .event-b__cta .button--large, .booking-widget__cta .button--large {
            display: inline-block;
        }

    .booking-b__text h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .booking-b__text .button {
        font-size: 15px;
        padding: 10px 15px;
    }

    .cta-button--wide {
        min-width: 0;
    }
}
/* -- */

/* Member Profile */
.main-content__welcome-back-content-sect .welcome-back-content-sect__content .title {
    font-size: 46px;
    line-height: 31px;
    margin-top: 100px;
    margin-bottom: 29px;
}

.main-content__welcome-back-content-sect .welcome-back-content-sect__content .edit-profile {
    font-size: 22px;
    line-height: 32px;
    font-family: "Roboto";
    font-weight: 400;
}

.main-content__welcome-back-content-sect .welcome-back-content-sect__content .services-wrapper {
    padding: 90px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

    .main-content__welcome-back-content-sect .welcome-back-content-sect__content .services-wrapper .service-block {
        display: flex;
        justify-content: center;
        position: relative;
        width: 303px;
        height: 169px;
        background-color: #ffffff;
        border: 1px solid #e8f0f3;
        margin: 0 15px;
        margin-bottom: 100px;
        padding: 10px;
    }

        .main-content__welcome-back-content-sect .welcome-back-content-sect__content .services-wrapper .service-block .logo-block {
            width: 100px;
            height: 100px;
            border-radius: 50px;
            background-color: #6d2f6e;
            position: absolute;
            top: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-content__welcome-back-content-sect .welcome-back-content-sect__content .services-wrapper .service-block .service-name {
            max-width: 169px;
            font-size: 22px;
            line-height: 32px;
            color: #4d4e54;
            font-family: "Roboto";
            font-weight: 400;
            margin-bottom: 0;
            margin-top: 69px;
            text-align: center;
        }

@media (max-width: 767px) {
    .main-content__welcome-back-content-sect .welcome-back-content-sect__content .title {
        margin-top: 50px;
    }

    .main-content__welcome-back-content-sect .welcome-back-content-sect__content .services-wrapper {
        flex-wrap: unset;
        flex-direction: column;
    }

        .main-content__welcome-back-content-sect .welcome-back-content-sect__content .services-wrapper .service-block {
            margin-left: auto;
            margin-right: auto;
        }
}
/* -- */
.has-danger label.col-form-label, .has-danger label.form-control-label, .has-danger label:not([class]) {
    color: #f4516c;
}

.has-danger .form-control-feedback {
    color: #f4516c;
}

.has-danger textarea,
.has-danger input[type]:not([type=search]):not([type=url]):not([type=hidden]) {
    border-color: #f4516c;
}

.has-danger .k-widget.k-datepicker .k-picker-wrap.k-state-default {
    border-color: #f4516c;
}

.has-danger .form-control-feedback {
    padding-top: 5px;
}

.has-danger .jq-selectbox.has-danger {
    display: flex !important;
    flex-direction: column;
}

    .has-danger .jq-selectbox.has-danger .jq-selectbox__select {
        border-color: #f4516c;
    }

    .has-danger .jq-selectbox.has-danger .form-control-feedback {
        order: 2;
    }

    .has-danger .jq-selectbox.has-danger .jq-selectbox__select {
        order: 1;
    }

.has-danger .form-group__b:not(.has-danger) label:not([class]) {
    color: #4d4e54;
}

.has-danger .form-group__b:not(.has-danger) input[type]:not([type=search]):not([type=url]):not([type=hidden]) {
    border-color: #dadada;
}

/*-------------------------------------------------------------------------*/
/*	5.	Membership
/*-------------------------------------------------------------------------*/

.main-content__shop-block.membership-page, coupon-page {
    padding: 30px 0 80px 0;
}

.membershp-tm {
    width: 1050px;
    margin: 0 auto;
}

div#card-block {
    max-width: 70%;
    margin: 0 auto;
    background-image: url(../img/membershipcard_bg.jpg);
    display: table;
    border-top: 35px solid #5a2a00;
    position: relative;
    padding: 35px;
    width: 100%;
}

div#membership-card-left-sec, div#membership-card-right-sec {
    padding: 0px;
}

.member-verify {
    text-align: center;
    margin-top: 30px;
}

.Reciprocal-program {
    text-align: center;
}

    .member-verify p, .Reciprocal-program p {
        text-align: center;
        color: #424340;
        font-family: 'Open Sans';
        font-size: 14px;
    }

div#card-block .col-md-12 {
    padding: 0px;
}

.card-logo {
    text-align: center;
}

div#membership-card-center-sec {
    padding-left: 60px;
}

.member-address h4 {
    color: #497035;
    font-size: 30px;
    font-family: 'Open Sans';
}

.member-address p {
    color: #424340;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 22px;
}

div#membership-card-center-sec {
    padding-left: 60px;
}

.member-info h2 {
    text-align: left;
    padding: 10px 0;
    color: #424340;
    font-size: 35px;
    font-family: 'Open Sans Bold';
    margin: 0px;
}

.member-info p {
    font-size: 21px;
    line-height: 34px;
    margin: 0px;
    color: #424340;
}

p.info-url a {
    color: #497035;
    font-weight: 400;
}

div#membership-card-right-sec {
    position: absolute;
    bottom: 0;
    right: 0;
}

.membershp-tm h4 {
    margin: 0px;
    font-size: 30px;
}

.membershp-tm {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    background: #497035;
    color: #fff;
    padding: 30px 0;
}

.membership-btns {
    text-align: center;
    margin: 40px 0;
}

    .membership-btns input, .membership-btns button {
        background: #497035;
        color: #fff;
        padding: 10px 30px;
        border: none;
        text-transform: uppercase;
        font-size: 18px;
    }

.membership-btns {
    max-width: 70%;
    width: 100%;
    margin: 30px auto;
}

    .membership-btns button.print-btn {
        float: left;
        margin-bottom: 30px;
    }

button.download-pdf-btn {
    float: right;
}


/*-------------------------------------------------------------------------*/
/*	5.	Coupen
/*-------------------------------------------------------------------------*/
h3.redeemed {
    transform: rotate(-22deg);
    position: absolute;
    top: 28%;
    left: 20%;
    right: 0;
    font-size: 97px;
    opacity: 0.4;
    color: #ea5335;
}

div#select-coupen {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.print h3.redeemed {
    transform: rotate( -23deg );
    position: absolute;
    top: 31%;
    left: 16%;
    font-size: 64px;
    right: 0;
    opacity: 0.4;
    color: #ea5335;
}

.coupon-info ul li {
    font-size: 14px;
}

div#select-coupen select, div#select-coupen select:focus {
    width: 30%;
    margin-bottom: 50px;
    height: 50px;
    padding: 5px;
    font-size: 18px;
    border: 1px solid #4d4e54;
    outline: none;
}

.coupon-btns {
    text-align: center;
    margin: 40px 0;
}

    .coupon-btns input, .coupon-btns button {
        background: #497035;
        color: #fff;
        padding: 10px 30px;
        border: none;
        text-transform: uppercase;
        font-size: 18px;
    }

.coupon-btns {
    max-width: 64%;
    width: 100%;
    margin: 30px auto;
}

    .coupon-btns button.print-btn {
        float: left;
        margin-bottom: 30px;
    }

.print .coupon-sec {
    background-image: url(../img/coupon-bg-img.png);
    margin-bottom: 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 214px;
    background-size: cover !important;
}

.print .coupon-nm {
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
}

    .print .coupon-nm h2 {
        font-size: 15px;
    }

.print .coupon-info li.coupon-code {
    right: -8px;
}

.print .coupon-info ul li.coupon-exp {
    left: -8px;
}

.print .coupon-info ul li {
    font-size: 9px;
}

.print .coupon-info {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
}

.coupon-sec {
    background-image: url(../img/coupon-bg-img.png);
    margin-bottom: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 345px;
}

.coupon-nm {
    position: absolute;
    bottom: 132px;
    left: 0;
    right: 0;
}

    .coupon-nm h2 {
        font-size: 23px;
        color: #497035;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }

.coupon-info {
    position: absolute;
    bottom: 69px;
    left: 0;
    right: 0;
    text-align: center;
}

    .coupon-info ul li {
        display: inline-block;
        color: #424340;
        position: relative;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
    }

        .coupon-info ul li b {
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
        }

        .coupon-info ul li.coupon-exp {
            left: -15px;
        }

    .coupon-info li.coupon-code {
        right: -10px;
    }

@media screen and (min-width: 1400px) {
    .coupon-sec {
        height: 388px;
    }

    .coupon-nm {
        bottom: 145px;
    }

        .coupon-nm h2 {
            font-size: 27px;
            color: #497035;
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
        }
}

@media screen and (max-width: 1200px) {
    .coupon-sec {
        background-size: contain;
        height: 290px;
    }

    .coupon-info ul li {
        font-size: 11px;
    }

    h3.redeemed {
        transform: rotate(-22deg);
        position: absolute;
        top: 25%;
        left: 20%;
        right: 0;
        font-size: 78px;
        opacity: 0.4;
        color: #ea5335;
    }
}




@media screen (min-width: 768px) and (max-width: 900px) {
    .member-info h2 {
        font-size: 30px;
    }

    .member-address h4 {
        font-size: 25px;
    }

    .member-address p, .member-info p {
        font-size: 20px;
    }

    .member-verify p, .Reciprocal-program p {
        font-size: 10px;
        line-height: inherit;
    }

    div#membership-card-right-sec {
        position: inherit;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1199px) {
    div#card-block, .membershp-tm, .membership-btns {
        max-width: 80%;
    }

    .coupon-nm {
        bottom: 130px;
    }
}

@media screen and (max-width: 991px) {
    .member-info h2 {
        font-size: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .coupon-nm {
        bottom: 135px;
    }

    .member-address h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .member-address p, .member-info p {
        font-size: 17px;
        line-height: inherit;
        margin-bottom: 5px;
    }

    .member-verify p, .Reciprocal-program p {
        font-size: 10px;
        line-height: inherit;
    }

    div#membership-card-right-sec {
        position: inherit;
        margin-top: 20px;
    }

    div#membership-card-center-sec {
        padding-left: 50px;
    }

    .membershp-tm {
        padding: 20px 0;
    }

        .membershp-tm h4 {
            font-size: 20px;
        }

    div#card-block, .membershp-tm, .membership-btns {
        max-width: 97%;
    }

    .Reciprocal-program {
        text-align: center;
        margin-top: 55%;
    }

    .coupon-sec {
        background-size: contain;
        height: 283px;
    }

    .coupon-info ul li {
        font-size: 11px;
    }

    .coupon-nm h2 {
        margin-bottom: 7px;
        font-size: 20px;
    }
}



@media screen and (max-width: 767px) {
    .member-info h2 {
        font-size: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    h3.redeemed {
        transform: rotate(-25deg);
        position: absolute;
        top: 12%;
        left: 28%;
        right: 0;
        font-size: 57px;
        opacity: 0.4;
        color: #ea5335;
    }

    .member-address h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .member-address p, .member-info p {
        font-size: 13px;
        line-height: inherit;
        margin-bottom: 5px;
    }

    .member-verify p, .Reciprocal-program p {
        font-size: 10px;
        line-height: inherit;
    }

    div#membership-card-right-sec {
        position: inherit;
        margin-top: 20px;
    }

    div#membership-card-center-sec {
        padding-left: 50px;
    }

    .membershp-tm {
        padding: 20px 0;
    }

        .membershp-tm h4 {
            font-size: 20px;
        }

    div#card-block, .membershp-tm, .membership-btns {
        max-width: 97%;
    }

    .Reciprocal-program {
        text-align: center;
        margin-top: 55%;
    }

    .coupon-btns {
        max-width: 80%;
    }

    div#select-coupen {
        margin: 0 auto;
        text-align: center;
    }

        div#select-coupen select, div#select-coupen select:focus {
            width: 30%;
            margin-bottom: 0px;
        }

    .coupon-btns button.download-pdf-btn {
        float: left;
        margin-bottom: 25px;
        width: 100%;
    }

    .coupon-btns button.print-btn {
        float: left;
        margin-bottom: 30px;
        width: 100%;
    }

    .coupon-sec {
        background-size: contain;
        height: 207px;
        width: 468px;
        margin-left: auto;
        margin-right: auto;
    }

    .coupon-info {
        bottom: 57px;
    }

    .coupon-nm h2 {
        margin-bottom: 10px;
    }

    .coupon-nm {
        bottom: 100px;
    }

        .coupon-nm h2 {
            font-size: 14px;
        }

    .coupon-info ul li.coupon-exp {
        left: -5px;
    }

    .coupon-info li.coupon-code {
        right: -5px;
    }

    .coupon-info ul li {
        font-size: 8px;
    }
}

@media screen and (max-width: 620px) {
    div#membership-card-center-sec {
        padding-left: 40px;
    }

    .member-address h4 {
        font-size: 19px;
        margin-bottom: 8px;
    }

    .member-address p, .member-info p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .member-verify p, .Reciprocal-program p {
        font-size: 8px;
    }

    .member-info h2 {
        font-size: 20px;
    }

    .member-address p, .member-info p {
        font-size: 10px;
        margin-bottom: 5px;
    }

    div#card-block, .membershp-tm {
        padding: 20px;
    }

    .membership-btns input, .membership-btns button {
        width: 70%;
        margin: 10px 0;
        font-size: 20px;
        padding: 20px 0;
    }

    .membership-btns button {
        float: none !important;
        margin: 10px auto !important;
    }
}


@media screen and (max-width: 600px) {
    .coupon-nm {
        bottom: 102px;
    }

    h3.redeemed {
        transform: rotate( -21deg );
        position: absolute;
        top: 21%;
        left: 23%;
        right: 0;
        font-size: 56px;
        opacity: 0.4;
        color: #ea5335;
    }
}

@media screen and (max-width: 500px) {
    div#card-block, .membershp-tm {
        padding: 15px;
    }

    h3.redeemed {
        transform: rotate( -21deg );
        position: absolute;
        top: 10%;
        left: 29%;
        right: 0;
        font-size: 37px;
        opacity: 0.4;
        color: #ea5335;
    }

    .member-address h4 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .member-info h2 {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .member-verify p, .Reciprocal-program p {
        font-size: 7px;
    }

    .membershp-tm h4 {
        font-size: 17px;
    }

    .coupon-sec {
        background-size: contain;
        height: 134px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .coupon-page .col-xs-12 {
        padding: 0px;
    }

    .coupon-nm h2 {
        font-size: 10px;
    }

    .coupon-info {
        bottom: 53px;
    }

    .coupon-nm {
        bottom: 79px;
    }

    .coupon-info ul li {
        font-size: 5.6px;
    }

    div#select-coupen select, div#select-coupen select:focus {
        width: auto;
    }
}

@media screen and (max-width: 400px400px) {
    .coupon-nm {
        bottom: 81px;
    }
}

@media screen and (max-width: 350px) {
    .member-info h2 {
        font-size: 13px;
    }

    .coupon-nm {
        bottom: 82px;
    }

    .member-address h4 {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .member-address p, .member-info p {
        font-size: 8px;
        margin-bottom: 3px;
    }
}

.main-content__shop-content-detail {
    padding: 20px 10px;
    box-shadow: 0px 0px 14px 3px #a9a9a940;
    margin: 20px 0px;
}

    .main-content__shop-content-detail .form-group.m-form__group {
        padding: 10px 0px;
    }

    .main-content__shop-content-detail .title {
        font-size: 24px;
        padding: 10px 0px 15px;
        font-weight: bold;
    }

.main-content__shop-form {
    display: flex;
    align-items: center;
}

.member-shop-form input {
    line-height: 30px;
    font-size: 15px;
    height: 44px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 225px;
}

.main-content__shop-form .blog-article__more-button {
    margin: 0px;
    margin-left: 15px;
}

.l-border {
    border-left: 1px solid #ddd;
}

.cta-button--member-shop {
    background: #6ABB40;
    color: #fff;
}

    .cta-button--member-shop:hover {
        background: #58A92E;
        color: #fff;
    }

@media (max-width:768px) {
    .main-content__shop-content-detail .col-sm-4,
    .main-content__shop-content-detail .col-sm-8 {
        width: 100%;
    }

        .main-content__shop-content-detail .col-sm-8 .title.text-center {
            text-align: left;
            padding-left: 15px;
            padding-top: 15px;
        }

    .main-content__shop-content-detail {
        margin: 20px 10px;
    }
}

@media (max-width:490px) {

    .main-content__shop-content-detail .member-shop-form input {
        width: 92%;
    }

    .main-content__shop-content-detail .main-content__shop-form {
        display: block;
    }

    .main-content__shop-content-detail .cta-button--member-shop {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        margin-left: 0px;
    }

    .main-content__shop-content-detail .row.l-border {
        border: none;
    }

        .main-content__shop-content-detail .row.l-border .col-sm-4,
        .main-content__shop-content-detail .col-sm-4,
        .main-content__shop-content-detail .col-sm-8 {
            padding: 0px;
        }

    .shop-page1 p {
        padding: 0px 15px;
    }
}



/***********************************************************************
                        Membership Extend Css
 **********************************************************************/
.membership-extend .main-content__extend-sec,
.membership-extend .main-content__coupon-program,
.membership-extend .main-content__coupon-dscrption,
.membership-extend .main-content__elite-sec,
.membership-extend .main-faq-sec {
    text-align: center;
    clear: both;
    padding: 80px 0;
}

.membership-extend button.extend-btn {
    padding: 16px 30px;
    background: #6DBA48;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 3px;
    margin-top: 30px;
    transition: .3s ease-in-out;
}

.membership-extend .main-content__coupon-program p {
    padding-bottom: 20px;
    line-height: 28.8px;
}

.membership-extend .main-content__coupon-program {
    padding-bottom: 150px;
}

.membership-extend .main-content__coupon-img {
    position: relative;
    height: 175px;
}

    .membership-extend .main-content__coupon-img img {
        position: absolute;
        top: -120px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.membership-extend .main-content__coupon-dscrption p {
    padding-top: 120px;
}

.membership-extend img.elite-logo {
    margin-bottom: 50px;
}

.membership-extend input.extended-my-membership,
.membership-extend .extended-my-membership {
    padding: 15px 50px;
    background: #6DBA48;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 3px;
    margin-top: 30px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.membership-extend .get-coupons {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.membership-extend .Redeem-info,
.membership-extend .membership-sec {
    float: left;
    width: 100%;
}

.membership-extend .membership-sec {
    padding-top: 30px;
}

.membership-extend div#select-membership .extend-select {
    display: flex;
    width: 100%;
    align-items: baseline;
}

.membership-extend div#select-membership select {
    width: 60%;
    padding: 19px 10px;
    background: #F2F5F5;
    border: none;
    border-radius: 3px;
    margin-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 15px;
}

    .membership-extend div#select-membership select:focus-visible {
        outline: 0px;
    }

.membership-extend .set {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
}

    .membership-extend .set > a {
        display: block;
        padding: 15px 0;
        text-decoration: none;
        color: #6C326D;
        font-weight: 600;
        border-bottom: 1px solid #E0E1E1;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin: 30px 0;
        cursor: pointer;
        margin-bottom: 0px;
        font-size: 18px;
    }

        .membership-extend .set > a span.accord-icon {
            padding: 18px 25px;
            background: #6dba48;
            margin-right: 20px;
            color: #fff;
            font-size: 30px;
        }

        .membership-extend .set > a i {
            float: right;
            margin-top: 17px;
        }

    .membership-extend .set .content1 {
        padding: 20px 0;
        display: none;
    }

.select-membership-message {
    padding: 25px;
    margin: 20px 0px 0px;
    border: 1px solid #ececec;
    border-radius: 5px;
}

    .select-membership-message h4 {
        font-weight: bold;
        color: #333;
    }

    .select-membership-message p {
        color: #333;
        margin-bottom: 0px;
        font-size: 17px;
    }

.text-red {
    color: #EA5335 !important;
}

.bg-gery {
    background: #f1f1f1;
}

@media (max-width: 768px) {
    .membership-extend .set > a {
        display: flex;
        padding: 15px 25px;
        justify-content: space-between;
    }

        .membership-extend .set > a span.accord-icon {
            height: 60px;
            font-size: 20px;
        }

    .membership-extend .set .content1 {
        padding: 20px 25px;
    }

    .join-membership-video {
        width: 100% !important;
        padding: 0px 25px;
    }
}

@media (max-width: 540px) {
    .membership-extend div#select-membership .extend-select {
        display: block !important;
    }

    .membership-extend input.extended-my-membership,
    .membership-extend .extended-my-membership {
        padding: 15px 25px;
        font-size: 18px;
    }

    .membership-extend div#select-membership select {
        width: 100%;
    }

    .membership-extend .set > a {
        display: flex;
        padding: 15px 10px;
    }

        .membership-extend .set > a span.accord-icon {
            height: 60px;
            font-size: 20px;
        }

    .membership-extend .set .content1 {
        padding: 20px 15px;
    }
}


/*-------------------------------------------------------------------------*/
/*	 Join Membership Banner
/*-------------------------------------------------------------------------*/

.join-membership-content .main-content__home-banner,
.join-membership-content .main-content__join-banner {
    background-image: url(../img/banner-bg.jpg);
    background-size: cover;
    padding: 50px 0;
}

.join-membership-content .banner-area .center-vew {
    text-align: center;
}

    .join-membership-content .banner-area .center-vew h1 {
        text-align: center;
        font-size: 45px;
        text-transform: uppercase;
        color: #F5FD53;
        line-height: 130%;
    }

    .join-membership-content .banner-area .center-vew p {
        color: #fff;
        font-size: 20px;
        line-height: 180%;
        padding-bottom: 20px;
    }

.join-membership-content .cta-button--join {
    background: #6ABB40;
    padding: 20px;
    min-width: 480px;
    margin-top: 40px;
    font-size: 24px;
}

.join-membership-content .banner-area .center-vew a.learn-more {
    color: #f5fd53;
    padding: 30px 0 0px;
    margin: 0;
    display: block;
    font-size: 20px;
    text-decoration: underline;
    font-weight: 100;
}

.join-membership-content .left-crcle {
    background: #6D336D;
    width: 200px;
    border-radius: 100%;
    height: 200px;
    padding: 25px;
    color: #fff;
    display: grid;
    text-align: center;
    margin: 0 auto;
    align-content: center;
    position: relative;
}

    .join-membership-content .left-crcle img,
    .join-membership-content .join-crcle img {
        margin: auto;
    }

    .join-membership-content .left-crcle p,
    .join-membership-content .join-crcle p {
        color: #fff;
        padding-top: 10px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .join-membership-content .left-crcle.photo-icon,
    .join-membership-content .join-crcle.photo-icon {
        margin: 50px 0px;
    }

.join-membership-content .right-crcle,
.join-membership-content .join-right-crcle {
    background: #6D336D;
    width: 200px;
    border-radius: 100%;
    height: 200px;
    padding: 25px;
    color: #fff;
    display: grid;
    text-align: center;
    margin: 0 auto;
    align-content: center;
    position: relative;
}

    .join-membership-content .right-crcle img,
    .join-membership-content .join-right-crcle img {
        margin: auto;
    }

    .join-membership-content .right-crcle p,
    .join-membership-content .join-right-crcle p {
        color: #fff;
        padding-top: 10px;
        font-weight: 700;
    }

    .join-membership-content .right-crcle.photo-icon,
    .join-membership-content .join-right-crcle.photo-icon {
        margin: 50px 0px;
    }

.right-crcle.vouchers-icon, .webinars-icon:after {
    margin: 50px auto;
}

.join-membership-content .right-crcle.vouchers-icon,
.join-membership-content .join-right-crcle.vouchers-icon {
    margin: 50px auto;
    float: right;
}

.join-membership-content .magazine-icon:after,
.join-membership-content .photo-icon:after,
.join-membership-content .webinars-icon:after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 40px solid #6d336d;
    border-bottom: 20px solid transparent;
    content: '';
    position: absolute;
    right: -20px;
    bottom: 20px;
    transform: rotate(30deg);
}

.join-membership-content .photo-icon:after {
    border-top: 25px solid transparent;
    right: -35px;
    transform: rotate(360deg);
    top: 41%;
}

.join-membership-content .webinars-icon:after {
    right: -20px;
    top: -30px;
    transform: rotate(330deg);
}

.join-membership-content .Savings-icon:after,
.join-membership-content .vouchers-icon:after,
.join-membership-content .Join-icon:after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 40px solid #6d336d;
    border-bottom: 20px solid transparent;
    content: '';
    position: absolute;
    left: -5px;
    bottom: 20px;
    transform: rotate(31deg);
}

.join-membership-content .vouchers-icon:after {
    border-top: 25px solid transparent;
    left: -25px;
    transform: rotate(295deg);
    top: 41%;
}

.join-membership-content .Join-icon:after {
    right: -10px;
    top: 20px;
    transform: rotate(332deg);
}

.join-membership-content div#mobile-vew {
    display: none;
}

    .join-membership-content div#mobile-vew a.learn-more {
        display: block;
        padding: 30px 0 0 0;
    }

.join-membership-content .botm-btn {
    text-align: center;
}

.join-membership-content .mob-icons .left-crcle {
    margin: 10px;
}

.join-membership-content div#mobile-vew {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.join-membership-content .banner-area {
    display: block;
    float: left;
    width: 100%;
}

/*-------------------------------------------------------------------------*/
/*	 Join Membership Content
/*-------------------------------------------------------------------------*/
.join-membership-content .join-crcle {
    background: #6D336D;
    width: 200px;
    height: 200px;
    padding: 25px;
    color: #fff;
    display: grid;
    text-align: center;
    margin:15px auto;
    align-content: center;
    position: relative;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 24% 100%, 0% 60%, 10% 20%);
}

.join-membership-content div#middle-box {
    margin: 50px 0;
}

.join-membership-content div#middle-box-rht {
    float: right;
    margin: 50px 0;
}

.join-membership-content p.vdo-txt {
    padding-top: 30px;
    font-size: 17px !important;
}

    .join-membership-content p.vdo-txt a {
        color: #f5fd53;
    }

.join-membership-content .all-poly {
    position: relative;
    display: flow-root;
}

    .join-membership-content .all-poly:after {
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-left: 50px solid #6d336d;
        border-bottom: 25px solid transparent;
        content: '';
        position: absolute;
        right: 30px;
        bottom: 10px;
        transform: rotate( 30deg);
    }

    .join-membership-content .all-poly:before {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 30px solid #6dba48;
        border-bottom: 10px solid transparent;
        content: '';
        position: absolute;
        right: 44px;
        bottom: 27px;
        transform: rotate(30deg);
        z-index: 9;
    }

.join-membership-content div#scnd-poly:after {
    border-top: 25px solid transparent;
    right: 35px;
    transform: rotate( 358deg);
    top: 45%;
}
div#scnd-poly {
    padding-right: 65px !important;
}
div#ffth-poly {
    padding-left: 65px !important;
}
.join-membership-content div#scnd-poly:before {
    border-top: 10px solid transparent;
    right: 53px;
    transform: rotate(2deg);
    top: 51%;
    border-bottom: 16px solid transparent;
}

.join-membership-content div#thrd-poly:after {
    border-top: 30px solid transparent;
    right: 30px;
    top: 23px;
    transform: rotate( 333deg);
}

.join-membership-content div#thrd-poly:before {
    border-top: 15px solid transparent;
    right: 40px;
    top: 38px;
    transform: rotate( 332deg);
    border-bottom: 13px solid transparent;
}


.join-membership-content div#frth-poly:after {
    border-top: 25px solid transparent;
    left: 28px;
    transform: rotate(150deg);
    bottom: 5%;
}
div#frth-poly:before {
    border-top: 12px solid transparent;
    left: 40px;
    transform: rotate(150deg);
    bottom: 11%;
    border-bottom: 12px solid transparent;
}

.join-membership-content div#ffth-poly:after {
    border-top: 30px solid transparent;
    left: 40px;
    top: 104px;
    transform: rotate(162deg);
}

.join-membership-content div#ffth-poly:before {
    border-top: 16px solid transparent;
    left: 53px;
    top: 118px;
    transform: rotate(158deg);
    border-bottom: 10px solid transparent;
}

.join-membership-content div#sxth-poly:after {
    border-top: 30px solid transparent;
    left: 42px;
    top: 23px;
    transform: rotate( 324deg);
}

.join-membership-content div#sxth-poly:before {
    border-top: 22px solid transparent;
    left: 50px;
    top: 32px;
    transform: rotate( 320deg);
    border-bottom: 17px solid transparent;
}

.join-membership-content .pricing-join {
    background: #6D336D;
    padding: 50px 0;
}

.join-membership-content .choose-resn-sec:after,
.join-membership-content .select-mmbrshp:after {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.24);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 0;
}

.join-membership-content .choose-resn-sec,
.join-membership-content .select-mmbrshp {
    text-align: center;
    padding: 0px 50px 30px;
    position: relative;
    float: left;
    width: 100%;
}

    .join-membership-content .choose-resn-sec h3,
    .join-membership-content .select-mmbrshp h3 {
        color: #F5FD53;
        font-weight: 300;
        background-color: #6d336d;
        z-index: 9;
        position: inherit;
    }

    .join-membership-content .choose-resn-sec p,
    .join-membership-content .select-mmbrshp p {
        color: #fff;
        font-size: 18px;
    }

.join-membership-content div#select-state {
    position: relative;
    z-index: 9;
}

.join-membership-content select#States {
    width: 350px;
    padding: 14px;
    font-size: 18px;
    margin-top: 30px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    .join-membership-content select#States:focus {
        outline: none;
    }

.join-membership-content .select-mmbrshp {
    margin-top: 60px;
    margin-bottom: 60px;
}

.join-membership-content .selct-mmbrshp-time {
    position: relative;
    z-index: 9;
}

.join-membership-content .choose-yr {
    background: #5E2B5E;
    padding: 20px;
    margin-top: 30px;
    text-align: left;
    color: #fff;
}

    .join-membership-content .choose-yr label {
        padding-left: 10px;
    }

    .join-membership-content .choose-yr span {
        color: #f5fd53;
    }

.join-membership-content .join-plan-sec {
    float: left;
    width: 100%;
    text-align: center;
}

    .join-membership-content .join-plan-sec p {
        color: #fff;
        font-size: 18px;
    }

    .join-membership-content .join-plan-sec .compare-link span {
        color: #f5fd53;
        text-decoration: underline;
        font-size: 24px;
    }

.join-membership-content .compare-link.click-toggle span:last-child,
.join-membership-content .compare-link:not(.click-toggle) span:first-child {
    display: block;
}

.join-membership-content .compare-link:not(.click-toggle) span:last-child,
.join-membership-content .compare-link.click-toggle span:first-child {
    display: none;
}

.join-membership-content .renew-pg {
    float: left;
    width: 100%;
    text-align: center;
    background: #5D2B5D;
    padding: 20px;
    margin-top: 50px;
    border-radius: 3px;
}

    .join-membership-content .renew-pg p {
        margin: 0;
        color: #fff;
    }

        .join-membership-content .renew-pg p a {
            color: #f5fd53;
            text-decoration: underline;
        }

.join-membership-content .main-content__join-banner {
    overflow: visible;
    position: relative;
}

    .join-membership-content .main-content__join-banner:after {
        content: '';
        background-image: url(../img/arrow-icon.png);
        background-size: contain;
        left: 0;
        right: 0;
        width: 70px;
        height: 70px;
        z-index: 9;
        position: absolute;
        text-align: center;
        margin: 0 auto;
        bottom: -10px;
        background-repeat: no-repeat;
    }

.compare-link.js-toggle-btn {
    cursor: pointer;
}

.join-membership-list ul {
    list-style: none;
    text-align: left;
}

    .join-membership-list ul li {
        width: 50%;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .join-membership-list ul li {
        padding: 0px 15px;
        margin-top: 30px;
        text-align: left;
    }

        .join-membership-list ul li label {
            background: #5E2B5E;
            padding: 20px;
            display: flex;
            width: 100%;
            justify-content: space-between;
            padding-left: 60px;
            font-size: 15px;
            color: #fff;
            cursor: pointer;
        }

            .join-membership-list ul li label span {
                font-weight: bold;
                color: #f5fd53;
            }

.join-membership-list .checkout-radio-block label .jq-radio {
    position: absolute !important;
    left: 20px;
    top: 50%;
    margin-top: -10px;
}

.join-membership-video {
    width: 570px;
    margin: 0px auto;
}

.join-region-dropdown .jq-selectbox {
    width: 350px;
    margin-top: 30px;
}

.voucher-coupan-section .coupon-nm {
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0;
}

.voucher-coupan-section .coupon-info {
    position: absolute;
    bottom: 5.5%;
    left: 0;
    right: 0;
    text-align: center;
}

    .voucher-coupan-section .coupon-info ul {
        margin: 0px;
    }

.voucher-coupan-section .demo-section {
    position: absolute;
    bottom: 14.5%;
    left: 8.4%;
}

.voucher-coupan-section .k-qrcode {
    display: block;
    background: #d4dbcb;
    border: 3px solid #859483;
    border-radius: 5px;
    padding: 4px;
}

.demo-section2 {
    position: absolute;
    bottom: 15.5%;
    left: 9%;
}

    .demo-section2 #qrCode2 {
        display: block;
        background: #d4dbcb;
        border: 2px solid #859483;
        border-radius: 5px;
        padding: 4px;
    }
/****************Responsive Home New banner***************/
@media screen and (max-width: 1366px) {
    .voucher-coupan-section .demo-section {
        bottom: 14.5%;
        left: 8.5%;
    }

    .voucher-coupan-section .k-qrcode {
        border: 2px solid #859483;
    }
}

@media screen and (max-width: 991px) {
    div #desktop-vew {
        display: none;
    }

    div#mobile-vew {
        display: block !important;
    }

    .join-membership-content .join-crcle {
        margin: 20px auto;
    }

    .demo-section {
        position: absolute;
        bottom: 53px;
        left: 64px;
    }
}

@media screen and (max-width: 620px) {

    .join-crcle {
        margin: 20px auto !important;
        width: 150px !important;
        height: 150px !important;
    }

        .join-crcle img {
            width: 40px;
        }

        .join-crcle p {
            font-size: 11px;
            line-height: 17px;
        }

    .join-membership-content .choose-resn-sec, .join-membership-content .select-mmbrshp {
        padding: 0px 30px 30px;
    }

    .join-region-dropdown .jq-selectbox {
        width: 100% !important;
        margin-top: 30px;
    }

    .join-membership-list ul li {
        width: 100% !important;
        display: inline-block;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .join-membership-content .cta-button--join {
        width: 100%;
        min-width: 100%;
    }

    .new-design-pages .faq-sect h2 {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 30px !important;
    }
}

@media (max-width: 768px) {

    .voucher-coupan-section .k-qrcode {
        border: 1px solid #859483;
        padding: 1px;
    }

    .voucher-coupan-section .coupon-nm {
        bottom:26%;
    }

    .voucher-coupan-section .coupon-info {
        bottom: 7%;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {

    .voucher-coupan-section .k-qrcode {
        border: 1px solid #859483;
        padding: 1px;
    }

    .voucher-coupan-section .coupon-nm {
        bottom: 20%;
    }

    .voucher-coupan-section .coupon-info {
        bottom: 7%;
    }
}
@media screen and (max-width: 480px) {

    .voucher-coupan-section .k-qrcode {
        border: 1px solid #859483;
        padding: 1px;
    }

    .voucher-coupan-section .coupon-nm {
        bottom: 17%;
    }

    .voucher-coupan-section .coupon-info {
        bottom: 3%;
    }
}
.magazine-info {
    font-size: 16px;
}
@media screen and (max-device-width: 1312px) {
    .magazine-info {
        font-size: 15px;
    }
}
/* Offer Banner css */
.magazine-offer-bar {
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    max-width: 1600px;
}

    .magazine-offer-bar .timer {
        padding: 22px 0;
    }

        .magazine-offer-bar .timer > span.offer-title {
            font-weight: 500;
            text-transform: none;
            font-size: 20px;
            line-height: 1.3;
            padding: 0;
        }

@media (max-width: 1399px) {
    .magazine-offer-bar .hurry span {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .magazine-offer-bar .timer > span.offer-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .magazine-offer-bar .timer {
        padding: 26px 0;
    }

    .magazine-offer-bar .hurry span {
        line-height: 1.2;
        display: block;
    }

    .magazine-offer-bar .hurry {
        padding-top: 5px;
    }
}

@media (max-width: 991px) {
    .magazine-offer-bar .wrapper:before {
        width: 43%;
    }

    .magazine-offer-bar .hurry {
        padding-top: 8px;
    }
}

@media (max-width: 767px) {
    .magazine-offer-bar .wrapper:before {
        width: 100%;
    }

    .magazine-offer-bar .timer {
        padding: 10px 0;
        height: 60px;
    }

    .magazine-offer-bar .wrapper:before {
        border-bottom: 60px solid #7c427c;
    }

    .magazine-offer-bar .timer > span.offer-title {
        font-size: 16px;
        line-height: 1.3;
    }

    .magazine-offer-bar .hurry span {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .magazine-offer-bar .timer {
        padding: 10px 0;
    }

    .magazine-offer-bar .hurry span {
        font-size: 12px;
    }

    .magazine-offer-bar .hurry {
        padding-top: 2px;
    }
}

/* Countdown */
.timer-bar {
    position: fixed;
    top: 0;
    /*left: 0;*/
    width: 100%;
    height: 99px;
    z-index: 100;
    background: #000 url(/Custom/img/countdown-bg.jpg) center right;
}

.timer {
    height: 99px;
    margin-left: -10px;
    padding: 15px 0;
}


    .timer > span {
        color: #fff;
        display: block;
        text-decoration: none;
        margin-left: 7px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.timer-bar .wrapper {
    display: block;
    position: relative;
    background-color: transparent;
    text-decoration: none !important;
}

    .timer-bar .wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-bottom: 100px solid #7c427c;
        border-right: 50px solid transparent;
        height: 0;
        width: 32%;
    }

.hurry {
    padding-top: 13px;
}

    .hurry strong {
        color: #f5ff53;
        font-size: 28px;
        display: block;
        margin: 8px 0;
    }

    .hurry span {
        color: #fff;
        font-size: 18px;
    }

    .hurry p {
        margin-bottom: 0;
    }

.timer-bar .wrapper:hover .hurry span {
    text-decoration: none;
}

.wrapper.timer-margin {
    margin-top: 99px;
}

.soon[data-layout*=group] {
    padding: 0 0 20px 0;
}

#my-soon-counter {
    background-position: top;
}

#my-soon-counter {
    color: #ffffff;
}

    #my-soon-counter .soon-label {
        color: #ffffff;
    }

#my-soon-counter {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

    #my-soon-counter .soon-label {
        font-size: 9px;
        margin-top: -5px;
    }

#my-soon-counter {
    font-size: 26px;
    max-width: 180px;
}

@media (max-width: 1199px) {
    .hurry strong {
        font-size: 24px;
        line-height: 30px;
        margin: 7px 0;
    }
}

@media (max-width: 991px) {
    .timer-bar .wrapper:before {
        width: 37%;
    }

    .hurry strong {
        font-size: 20px;
        line-height: 25px;
        margin: 5px 0;
    }

    .hurry {
        padding-top: 5px;
    }

        .hurry span {
            font-size: 16px;
        }

    .timer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    #my-soon-counter {
        font-size: 20px;
        max-width: 100%;
    }

    .timer-bar {
        background: #000 url(../img/countdown-bg.jpg) bottom right;
        height: auto;
    }

    .timer {
        height: 70px;
        padding: 4px 0 0 0;
    }

    .timer-bar .wrapper:before {
        width: 100%;
        border-right: none;
        border-bottom: 70px solid #7c427c;
    }

    .hurry {
        padding: 5px 0;
        text-align: center;
    }

        .hurry strong {
            font-size: 18px;
            line-height: 20px;
            margin: 0 0 3px 0;
        }

    .timer > span {
        font-size: 14px;
        text-align: center;
    }

    .wrapper.timer-margin {
        margin-top: 125px;
    }
}

@media (max-width: 599px) {
    .hurry strong {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    #my-soon-counter .soon-label {
        font-size: 8px;
    }

    .hurry {
        min-height: 63px;
        padding: 1px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .hurry span {
            font-size: 12px;
        }

        .hurry strong {
            font-size: 15px;
            line-height: 16px;
            margin: 0;
        }

    .timer > span {
        font-size: 12px;
        margin-left: 0;
        line-height: 15px;
    }

    .soon[data-layout*=group] {
        padding: 0;
    }

    .timer {
        height: auto;
        padding: 6px 0 0 0;
    }

    .timer-bar .wrapper:before {
        border-bottom: 62px solid #7c427c;
    }
}

/* Membership page css */
.join-membership-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .join-membership-list .checkout-radio-block {
        padding: 0px 15px;
        margin-top: 30px;
        text-align: left;
        display: flex;
        width: 50%;
        flex-direction: column;
    }

.checkout-radio-block__checkbox label {
    background: #5E2B5E;
    padding: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 60px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.checkout-radio-block__checkbox label .price {
    font-weight: bold;
    color: #f5fd53;
    flex-shrink: 0;
}

.checkout-radio-block__checkbox label .label {
    width: 100%;
}

.checkout-radio-block__desc {
    padding: 15px;
    color: black;
    background: #CBC3E3;
    height: 100%;
    font-size: 15px;
    color: #000;
    position: relative;
}
.join-membership-content .select-mmbrshp .checkout-radio-block__desc p {
    font-size: 15px;
    color: #000;
}

.checkout-radio-block__desc.sale {
    padding-bottom: 20px;
}
checkout-radio-block__desc .sale-badge {
    background-color: #ECFD53;
    position: absolute;
    right: 0;
    bottom: 14px;
    z-index: 1;
    padding: 5px 15px 5px 35px;
    text-align: left;
    width: calc(100% - 50px);
}

.checkout-radio-block__desc .sale-badge:before {
    content: "";
    background-image: url(/Custom/img/sale-badge.svg);
    width: 84px;
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -11px;
    top: 90px;
}

.checkout-radio-block__desc .sale-badge span {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

@media (max-width: 1199px) {
    .join-membership-list .checkout-radio-block {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .checkout-radio-block__desc .sale-badge span {
        font-size: 17px;
    }
}

@media (max-width: 600px) {
    .checkout-radio-block__desc .sale-badge span {
        font-size: 16px;
    }

    .join-membership-content .select-mmbrshp {
        padding: 0px 20px 20px;
    }
}

@media (max-width: 480px) {
    .checkout-radio-block__desc .sale-badge:before {
        display: none;
    }

    .checkout-radio-block__desc .sale-badge {
        position: static;
        width: auto;
        margin: 0 -15px;
        padding: 5px 15px;
    }

    .checkout-radio-block__desc.sale {
        padding-bottom: 0;
    }

    .checkout-radio-block__desc .sale-badge span {
        font-size: 15px;
    }
}


.sale-badge {
    background-color: yellow;
    padding: 3px;
    margin-right: -15px;
}

@media (max-width: 1199px) {
    .checkout-radio-block__desc .sale-badge:before {
        top: 66px;
    }
}

@media (max-width: 599px) {
    .checkout-radio-block__desc .sale-badge:before {
        top: 61px;
    }
}

@media screen and (min-width: 500px) and (max-width: 512px) {
    .checkout-radio-block__desc .sale-badge:before {
        top: 82px;
    }
}

@media (max-width: 499px) {
    .checkout-radio-block__desc .sale-badge:before {
        top: 83px;
    }
}






    
    



