blockquote,
button,
dd,
dl,
dt,
fieldset,
iframe,
legend,
object,
p,
pre,
select,
span{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box
}
@media (max-width: 500px){
    .cs-holder p{
        padding: 0 5%;
        text-align: justify;
    }    
}


.page div{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box
}

svg:not(:root) {
    overflow: hidden
}

.ti-title {
    width: 170px;
    float: left;
    margin: 0 0 10px;
    font-weight: 700
}

.ti-msg {
    width: 360px;
    float: left;
    margin-left: 10px
}

.aside .widget {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    padding: 0 0 5px;
    margin-bottom: 10px
}

.aside .widget embed,
.aside .widget iframe,
.aside .widget object {
    max-width: 100%
}

.banner {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    text-align: center;
    padding: 0!important
}

.banner .title {
    text-align: left
}

.breadcrumbs {
    padding: 10px 0
}

.breadcrumbs span {
    font-weight: 700
}

.quicksearch label,
.subscriptionbox label {
    display: block
}

.quicksearch .widget-row,
.subscriptionbox .widget-row {
    float: left;
    padding: 1px
}

.quicksearch form,
.subscriptionbox form {
    overflow: hidden;
    padding-left: 5px
}

.quicksearch input[type=text],
.subscriptionbox input[type=text] {
    width: 150px
}

.quicksearch input[type=submit],
.subscriptionbox input[type=submit] {
    width: 56px;
    padding: 0
}

.quicksearch .admin-box .actions,
.subscriptionbox .admin-box .actions {
    right: 0;
    top: -29px
}

.search-box {
    margin-bottom: 10px
}

.search-box input[type=text] {
    width: 300px
}

.videoholder {
    margin-bottom: 15px;
    padding: 0
}

.ecommerceextendedcartinfo {
    width: 250px;
    margin-bottom: 10px
}

.featured-product {
    display: inline-block
}

.cart-pager {
    margin: 10px 0
}

.wpBlog .mce-content img {
    max-width: 568px
}

.list-view {
    margin-bottom: 15px
}

.blog-archive {
    display: block;
    margin: 5px 0 3px
}

.blog-post {
    padding: 15px 0;
    border-top: 1px solid #aaa
}

.blog-post:first-child {
    padding-top: 0;
    border: none
}

.blog-title {
    margin: 0 0 10px
}

.blog-date {
    margin: 0 0 5px;
    font-style: italic
}

.blog-post-content {
    margin: 0 0 10px
}

#PostComments {
    padding: 10px 0 0;
    border-top: 1px solid #aaa
}

.post-comment-replies {
    margin-left: 15px
}

.blog-archive .minus,
.blog-archive.active .plus {
    display: none
}

.blog-archive.active .minus {
    display: inline
}

.blog-archive-list {
    padding-left: 7px
}

.blog-archive-list li {
    padding-bottom: 3px
}

.widget.advancedmenu,
.widget.simplemenu {
    padding: 0;
    margin: 0 0 5px
}

.nav>li,
.simplemenu ul>li {
    display: inline-block;
    position: relative
}

.nav>li:first-child,
.simplemenu ul>li:first-child {
    padding-left: 0;
    border: 0
}

.simplemenu ul>li {
    padding: 0 5px 0 10px
}

.aside .nav>li,
.aside .simplemenu ul>li {
    display: block
}

.aside .nav>li a,
.aside .simplemenu ul>li a {
    display: block;
    position: relative;
    padding: 4px 0 4px 15px
}

.aside .nav>li a:before,
.aside .simplemenu ul>li a:before {
    content: "";
    border-bottom: 4px solid transparent;
    border-left: 4px solid #4AA6BD;
    border-top: 4px solid transparent;
    height: 0;
    width: 0;
    left: 5px;
    top: 7px;
    position: absolute
}

.aside .nav>li .current-menu-item,
.aside .nav>li a:hover,
.aside .nav>li.active>a,
.aside .simplemenu ul>li .current-menu-item,
.aside .simplemenu ul>li a:hover,
.aside .simplemenu ul>li.active>a {
    background: #ddd
}

.aside .nav>li .current-menu-item:before,
.aside .nav>li a:hover:before,
.aside .nav>li.active>a:before,
.aside .simplemenu ul>li .current-menu-item:before,
.aside .simplemenu ul>li a:hover:before,
.aside .simplemenu ul>li.active>a:before {
    border-left-color: #036
}

.aside .nav>li ul,
.aside .simplemenu ul>li ul {
    box-shadow: 0 0 3px #aaa;
    right: 0
}

.widget .title {
    color: #fff;
    padding: 3px 5px;
    background: #bdbdbd
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    box-shadow: none;
    color: #999;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl .chosen-drop,
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: #fff;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

.page-header,
.title-main {
    font: 700 22px/1.1 Arial, sans-serif;
    padding-bottom: 20px
}

.general h2,
.general h3 {
    margin-bottom: 10px
}

.title {
    font: 700 13px/16px Arial;
    margin-bottom: 5px;
    text-transform: uppercase
}

.frame {
    margin: 0 auto
}

.container {
    padding: 25px 0
}

.general {
    min-height: 300px
}

.aside {
    width: 220px;
    float: left
}

.aside.fl-l {
    margin-right: 20px
}

.aside.fl-r {
    margin-left: 20px
}

.layout-aside-l .general {
    float: right;
    width: 720px
}

.layout-aside-r .general {
    float: left;
    width: 720px
}

.layout-aside-r .aside {
    float: right
}

.layout-3col .general {
    float: left;
    width: 500px
}

.col-wide {
    float: none;
    width: 100%
}

.loader {
    background: url(../images/ajax-loader.gif) no-repeat 50% 50% rgba(255, 255, 255, .5);
    opacity: .7;
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

.svg-ico {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px
}

.svg-ico * {
    transition: fill .3s;
    fill: #000;
    max-width: 100%;
    max-height: 100%
}

.svg-ico svg {
    vertical-align: middle;
    width: inherit;
    height: inherit
}

.edit-location {
    display: block;
    width: 30px;
    height: 30px;
    color: transparent;
    margin: 0 0 -30px auto
}

.edit-location * {
    fill: #f1ad63
}

.filter-result-section>p {
    text-align: center
}

@media only screen and (min-width:530px) {
    .filter-result-section>p {
        padding: 30px 0
    }
}

@media only screen and (max-width:529px) {
    .filter-result-section>p {
        padding: 20px 0
    }
}

a.cover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

img.pixel {
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    z-index: 999;
    opacity: .5;
    pointer-events: none;
    display: none
}

@media only screen and (min-width:1025px) {
    img.pixel.pixel1200 {
        display: block
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    img.pixel.pixel768 {
        display: block
    }
}

@media only screen and (max-width:529px) {
    img.pixel.pixel320 {
        display: block
    }
}

.header {
    transition: transform .3s ease-in-out;
    position: fixed;
    width: 100%;
    z-index: 5
}

@media only screen and (min-width:1025px) {
    .header {
        padding: 15px 5.3% 7px
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .header {
        padding: 15px 3.3% 7px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header {
        padding: 22px 4.6% 0 4.5%;
        transition: margin-top .3s ease-in-out, background .3s
    }
}

@media only screen and (max-width:640px) {
    .header {
        padding: 7px 6.6% 40px 7.5%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .65) 23%, rgba(0, 0, 0, .5) 57%, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)
    }
}

.header .widget.advancedmenu {
    margin: 0
}

@media only screen and (min-width:1025px) {
    .header .widget.advancedmenu {
        padding-bottom: 11px
    }
}

.header .h-top-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-family: Lato, sans-serif;
    color: #f1ad63;
    text-transform: uppercase;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header .h-top-section a {
    color: #f1ad63
}

.header .h-top-section svg {
    fill: #f1ad63
}

.header .h-top-section svg * {
    fill: #f1ad63
}

@media only screen and (min-width:641px) {
    .header .h-top-section .login-btn {
        font-size: 9pt;
        line-height: 13pt;
        letter-spacing: 4.4px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:640px) {
    .header .h-top-section .login-btn {
        font-size: 8pt;
        line-height: 12pt;
        letter-spacing: 2.4px;
        min-width: 90px
    }
}

.header .h-top-section .login-btn>* {
    display: inline-block;
    vertical-align: middle
}

.header .h-top-section .login-btn .svg-ico {
    transition: border-color .3s;
    width: 13px;
    height: 19px
}

.header .h-top-section .login-btn .svg-ico:not(.ico-invert) {
    border-radius: 0 6px 6px 0;
    border: 1px solid #f1ad63;
    border-width: 1px 1px 1px 0;
    margin-left: 11px
}

.header .h-top-section .login-btn .svg-ico:not(.ico-invert) svg {
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)
}

.header .h-top-section .login-btn .svg-ico.ico-invert {
    border-radius: 6px 0 0 6px;
    border: 1px solid #f1ad63;
    border-width: 1px 0 1px 1px;
    margin-left: 4px
}

.header .h-top-section .login-btn .svg-ico.ico-invert svg {
    -ms-transform: translateX(8px);
    transform: translateX(8px)
}

.header .h-top-section .login-btn svg {
    vertical-align: top
}

.header .h-top-section .login-btn:hover {
    color: #fff
}

.header .h-top-section .login-btn:hover .svg-ico {
    border-color: #fff
}

.header .h-top-section .login-btn:hover * {
    fill: #fff
}

.header .h-top-section .h-welcome-message {
    letter-spacing: .3px;
    font-family: Martel, serif;
    text-transform: none;
    color: #adadad
}

@media only screen and (min-width:1025px) {
    .header .h-top-section .h-welcome-message {
        padding: 0 30px 0 0;
        margin: 0 20px 0 0
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header .h-top-section .h-welcome-message {
        padding: 0 15px 0 0;
        margin: 0 15px 0 0
    }
}

@media only screen and (min-width:641px) {
    .header .h-top-section .h-welcome-message {
        font-size: 11pt;
        line-height: 15pt;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .header .h-top-section .h-welcome-message:before {
        content: '';
        position: absolute;
        top: 6px;
        right: 0;
        width: 1px;
        height: 66%;
        background: #f1ad63
    }
}

@media only screen and (max-width:640px) {
    .header .h-top-section .h-welcome-message {
        font-size: 8pt;
        line-height: 12pt;
        padding-right: 15px
    }
}

@media only screen and (max-width:1025px) {
    .header .h-top-section {
        position: relative;
        z-index: 1;
        padding-bottom: 7px
    }
}

.header .h-bottom-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header .logo a {
    transition: transform .3s ease-in-out;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.header .logo .logo-img {
    background: url(../images/logo-img.png) no-repeat;
    display: inline-block;
    background-size: contain
}

@media only screen and (min-width:1025px) {
    .header .logo .logo-img {
        width: 96px;
        height: 96px
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .header .logo .logo-img {
        width: 80px;
        height: 80px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header .logo .logo-img {
        width: 86px;
        height: 86px
    }
}

@media only screen and (max-width:640px) {
    .header .logo .logo-img {
        width: 46px;
        height: 46px
    }
}

.header .logo .logo-text {
    transition: transform .3s, opacity .3s;
    background: url(../images/logo-text.png) no-repeat;
    display: inline-block;
    background-size: contain
}

@media only screen and (min-width:1025px) {
    .header .logo .logo-text {
        width: 239px;
        height: 61px;
        margin-left: 19px
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .header .logo .logo-text {
        width: 170px;
        height: 42px;
        margin-left: 8px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header .logo .logo-text {
        position: relative;
        top: -3px;
        width: 212px;
        height: 50px;
        margin-left: 17px
    }
}

@media only screen and (max-width:640px) {
    .header .logo .logo-text {
        position: relative;
        top: -3px;
        width: 136px;
        height: 35px;
        margin-left: 11px
    }
}

.header .logo img {
    display: none
}

@media only screen and (max-width:1025px) {
    .header .logo {
        position: relative;
        z-index: 1
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header .logo {
        transition: transform .3s
    }
}

.header .nav {
    transition: transform .3s ease-in-out;
    font-size: 11pt;
    line-height: 15pt;
    position: relative;
    letter-spacing: 4.7px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    z-index: 1
}

.header .nav>li {
    position: relative
}

.header .nav>li.active>a {
    color: #f1ad63
}

.header .nav>li:hover>a {
    color: #f1ad63
}

.header .nav>li>a {
    transition: color .2s;
    color: #fff;
    padding: 7px 16px 8px
}

@media only screen and (min-width:1025px) {
    .header .nav>li>a {
        display: block
    }
}

@media only screen and (max-width:1025px) {
    .header .nav>li>a {
        display: inline-block
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .header .nav>li>a {
        padding: 10px 8px 8px
    }
}

.header .nav>li:first-child {
    border-left: medium none
}

.header .nav>li.menu-item-join {
    font-size: 8pt;
    line-height: 12pt;
    font-family: Lato, sans-serif;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    min-width: 235px;
    z-index: 1;
    background: 0 0;
    box-shadow: inset 0 0 0 1px #f1ad63;
    min-width: 0
}

.header .nav>li.menu-item-join>* {
    transition: color .2s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    color: #000;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    letter-spacing: 2px;
    width: 100%
}

@media only screen and (min-width:641px) {
    .header .nav>li.menu-item-join>* {
        padding: 14px 30px
    }
}

@media only screen and (max-width:640px) {
    .header .nav>li.menu-item-join>* {
        padding: 14px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header .nav>li.menu-item-join>* span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header .nav>li.menu-item-join input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 1;
    opacity: 0!important
}

.header .nav>li.menu-item-join:before {
    transition: transform .2s ease-in-out;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    content: '';
    position: absolute;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    background: #f1ad63;
    z-index: -1
}

.header .nav>li.menu-item-join:hover>* {
    color: #f1ad63
}

.header .nav>li.menu-item-join:hover * {
    fill: #f1ad63
}

.header .nav>li.menu-item-join:hover:before {
    -ms-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1)
}

.header .nav>li.menu-item-join.gb-hide-show-arrow .gb-text {
    transition: transform .3s;
    -ms-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0)
}

.header .nav>li.menu-item-join.gb-hide-show-arrow .svg-ico {
    transition: transform .3s .1s, opacity .2s .1s;
    -ms-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0);
    opacity: 0;
    width: 13px;
    height: 13px
}

.header .nav>li.menu-item-join.gb-hide-show-arrow .svg-ico svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .nav>li.menu-item-join.gb-hide-show-arrow:hover * {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.header .nav>li.menu-item-join.gb-arrow-transform .svg-ico {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 15px;
    height: 18px
}

.header .nav>li.menu-item-join.gb-arrow-transform svg {
    transition: transform .15s ease;
    position: relative
}

.header .nav>li.menu-item-join.gb-arrow-transform .gb-text+.svg-ico {
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-left: 7px
}

.header .nav>li.menu-item-join.gb-arrow-transform .svg-ico+.gb-text {
    margin-left: 7px
}

.header .nav>li.menu-item-join.gb-arrow-transform:hover svg {
    -ms-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    left: -15px
}

.header .nav>li.menu-item-join>* {
    color: #f1ad63
}

.header .nav>li.menu-item-join * {
    fill: #f1ad63
}

.header .nav>li.menu-item-join:before {
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -ms-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1)
}

.header .nav>li.menu-item-join:hover>* {
    color: #000
}

.header .nav>li.menu-item-join:hover * {
    fill: #000
}

.header .nav>li.menu-item-join:hover:before {
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.header .nav>li.menu-item-join.gb-hide-show-arrow .gb-text {
    transition: transform .3s;
    -ms-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0)
}

.header .nav>li.menu-item-join.gb-hide-show-arrow .svg-ico {
    transition: transform .3s .1s, opacity .2s .1s;
    -ms-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0);
    opacity: 0;
    width: 13px;
    height: 13px
}

.header .nav>li.menu-item-join.gb-hide-show-arrow .svg-ico svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .nav>li.menu-item-join.gb-hide-show-arrow:hover * {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.header .nav>li.menu-item-join.gb-arrow-transform .svg-ico {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 15px;
    height: 18px
}

.header .nav>li.menu-item-join.gb-arrow-transform svg {
    transition: transform .15s ease;
    position: relative
}

.header .nav>li.menu-item-join.gb-arrow-transform .gb-text+.svg-ico {
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-left: 7px
}

.header .nav>li.menu-item-join.gb-arrow-transform .svg-ico+.gb-text {
    margin-left: 7px
}

.header .nav>li.menu-item-join.gb-arrow-transform:hover svg {
    -ms-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    left: -15px
}

@media only screen and (min-width:1025px) {
    .header .nav>li.menu-item-join {
        margin-left: 20px
    }
}

.header .nav>li.menu-item-join a {
    font-size: 10pt;
    line-height: 14pt;
    padding: 11px 25px;
    letter-spacing: 4.3px
}

.header .nav>li.menu-item-droppable ul {
    display: none;
    position: absolute;
    background: #f5f4f4;
    border: 1px solid #ccc;
    white-space: nowrap;
    z-index: 10;
    top: 100%;
    left: 0
}

.header .nav>li.menu-item-droppable ul li {
    display: block
}

.header .nav>li.menu-item-droppable ul a {
    display: block;
    padding: 5px;
    font-size: 12px
}

.header .nav>li.menu-item-droppable ul li {
    border-top: 1px solid #ccc
}

.header .nav>li.menu-item-droppable ul li:hover>ul {
    display: block
}

.header .nav>li.menu-item-droppable ul li:first-child {
    border-top: none
}

.header .nav>li.menu-item-droppable ul ul {
    top: 0;
    left: 100%
}

.header .nav>li:not(.menu-item-droppable).has-sub-nav a {
    transition: background .3s, color .3s!important
}

@media only screen and (min-width:1025px) {
    .header .nav>li:not(.menu-item-droppable).has-sub-nav ul {
        pointer-events: none;
        transition: opacity .3s;
        opacity: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        left: 0;
        z-index: -1;
        background: #1a1a1a;
        padding: 0 20px;
        min-width: 225px;
        border-bottom: 1px solid #f1ad63
    }
    .header .nav>li:not(.menu-item-droppable).has-sub-nav ul a {
        color: #fff;
        display: block;
        padding: 25px 15px
    }
    .header .nav>li:not(.menu-item-droppable).has-sub-nav ul li {
        position: relative;
        max-width: 250px
    }
    .header .nav>li:not(.menu-item-droppable).has-sub-nav ul li:not(:last-child) {
        border-bottom: 1px solid #484848
    }
    .header .nav>li:not(.menu-item-droppable).has-sub-nav ul li:hover a {
        color: #f1ad63
    }
    .header .nav>li:not(.menu-item-droppable).has-sub-nav:hover>a {
        background: #1a1a1a
    }
    .header .nav>li:not(.menu-item-droppable).has-sub-nav:hover ul {
        pointer-events: all;
        opacity: 1
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .header .nav>li:not(.menu-item-droppable).has-sub-nav ul {
        padding: 0 8px
    }
}

@media only screen and (max-width:1025px) {
    .header .nav>li:not(.menu-item-droppable).has-sub-nav {
        font-size: 10pt;
        line-height: 14pt
    }
    .header .nav>li:not(.menu-item-droppable).has-sub-nav ul {
        max-width: 350px;
        margin: 0 auto;
        border-bottom: 1px solid #f1ad63
    }
    .header .nav>li:not(.menu-item-droppable).has-sub-nav ul a {
        display: block;
        padding: 7px 0
    }
}

@media only screen and (min-width:1025px) {
    .header .nav>li {
        float: left
    }
}

@media only screen and (max-width:1025px) {
    .header .nav>li {
        display: block;
        text-align: center
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header .nav>li {
        margin: 50px 0
    }
}

@media only screen and (max-width:640px) {
    .header .nav>li {
        margin: 25px 0
    }
}

@media only screen and (min-width:1025px) {
    .header .nav {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .header .nav {
        font-size: 10pt;
        line-height: 14pt;
        letter-spacing: 2px
    }
}

@media only screen and (max-width:1025px) {
    .header .nav {
        text-align: center;
        overflow: auto;
        height: 100%
    }
}

@media only screen and (max-width:1025px) {
    .header .advancedmenu {
        transition: transform .3s, opacity .3s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0e0e0e
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header .advancedmenu {
        padding-top: 155px
    }
}

@media only screen and (max-width:640px) {
    .header .advancedmenu {
        padding-top: 110px
    }
}

.header .toggle-nav-1 {
    transition: transform .3s ease-in-out;
    cursor: pointer;
    border-top: 2px solid #fff;
    overflow: hidden
}

.header .toggle-nav-1:after,
.header .toggle-nav-1:before {
    content: '';
    position: absolute;
    top: -4px;
    width: 100%;
    height: 100%;
    border-top: 2px solid #fff
}

.header .toggle-nav-1:before {
    -ms-transform: translate3d(20%, 50%, 0) rotate(0);
    transform: translate3d(20%, 50%, 0) rotate(0)
}

.header .toggle-nav-1:after {
    -ms-transform: translate3d(32%, 100%, 0) rotate(0);
    transform: translate3d(32%, 100%, 0) rotate(0)
}

@media only screen and (min-width:1025px) {
    .header .toggle-nav-1 {
        -ms-transform: scaleX(1) scaleY(0) translate3d(0, 0, 0);
        transform: scaleX(1) scaleY(0) translate3d(0, 0, 0);
        right: 82px;
        bottom: 46px
    }
}

@media only screen and (max-width:1025px) {
    .header .toggle-nav-1 {
        right: 33px;
        bottom: 33px
    }
}

.header .toggle-nav {
    transition: transform .3s;
    position: absolute;
    overflow-x: hidden;
    z-index: 1
}

.header .toggle-nav span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

@media only screen and (max-width:1025px) {
    .header .toggle-nav span {
        transition: transform .2s, opacity .2s
    }
}

@media only screen and (min-width:641px) {
    .header .toggle-nav span:nth-child(2) {
        top: 10px;
        -ms-transform: translate3d(12px, 0, 0);
        transform: translate3d(12px, 0, 0)
    }
}

@media only screen and (max-width:640px) {
    .header .toggle-nav span:nth-child(2) {
        top: 7px;
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@media only screen and (min-width:641px) {
    .header .toggle-nav span:nth-child(3) {
        top: 20px;
        -ms-transform: translate3d(22px, 0, 0);
        transform: translate3d(22px, 0, 0)
    }
}

@media only screen and (max-width:640px) {
    .header .toggle-nav span:nth-child(3) {
        top: 14px;
        -ms-transform: translate3d(16px, 0, 0);
        transform: translate3d(16px, 0, 0)
    }
}

.header .toggle-nav:after,
.header .toggle-nav:before {
    transition: transform .2s;
    content: '';
    position: absolute;
    height: 1px;
    background: #fff
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header .toggle-nav:after,
    .header .toggle-nav:before {
        top: 10px;
        left: 18px;
        width: 29px
    }
}

@media only screen and (max-width:640px) {
    .header .toggle-nav:after,
    .header .toggle-nav:before {
        top: 7px;
        left: 18px;
        width: 18px
    }
}

@media only screen and (min-width:1025px) {
    .header .toggle-nav {
        -ms-transform: scaleX(1) scaleY(0);
        transform: scaleX(1) scaleY(0);
        -ms-transform-origin: 50% 10px;
        transform-origin: 50% 10px;
        top: 105px;
        right: 95px
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .header .toggle-nav {
        top: 95px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header .toggle-nav {
        right: 33px;
        top: 97px
    }
}

@media only screen and (min-width:641px) {
    .header .toggle-nav {
        width: 65px;
        height: 22px
    }
}

@media only screen and (max-width:640px) {
    .header .toggle-nav {
        width: 46px;
        height: 21px;
        top: 67px;
        right: 23px
    }
}

.header.h-nav-opened .toggle-nav:after,
.header.h-nav-opened .toggle-nav:before {
    transition: transform .2s .1s
}

.header.h-nav-opened .toggle-nav:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header.h-nav-opened .toggle-nav:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header.h-nav-opened .toggle-nav span:nth-child(1) {
    -ms-transform: translate3d(100%, 10px, 0);
    transform: translate3d(100%, 10px, 0)
}

.header.h-nav-opened .toggle-nav span:nth-child(2) {
    opacity: 0
}

.header.h-nav-opened .toggle-nav span:nth-child(3) {
    -ms-transform: translate3d(100%, -10px, 0);
    transform: translate3d(100%, -10px, 0)
}

@media only screen and (min-width:1025px) {
    .header.h-scrolled-state {
        -ms-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
    .header.h-scrolled-state .head-top {
        -ms-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
    .header.h-scrolled-state .nav {
        -ms-transform: translate3d(0, 53%, 0);
        transform: translate3d(0, 53%, 0)
    }
    .header.h-scrolled-state .logo a {
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
    .header.h-scrolled-state:before {
        opacity: .5
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .header.h-scrolled-state {
        margin-top: -65px;
        background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)
    }
    .header.h-scrolled-state .logo {
        -ms-transform: scale(.8);
        transform: scale(.8)
    }
}

@media only screen and (min-width:1025px) {
    .header.header-min .nav {
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0)
    }
    .header.header-min .logo-text {
        opacity: 0
    }
    .header.header-min .toggle-nav {
        -ms-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }
    .header.header-min:before {
        opacity: .8
    }
}

.header.header-min .logo-text {
    opacity: 0
}

@media only screen and (max-width:1025px) {
    .header.h-nav-opened .advancedmenu {
        -ms-transform: perspective(300px) rotateX(0) scale(1) translate3d(0, 0, 0);
        transform: perspective(300px) rotateX(0) scale(1) translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: all
    }
    .header:not(.h-nav-opened) .advancedmenu {
        -ms-transform: perspective(300px) rotateX(-10deg) scale(.5) translate3d(0, -20%, 0);
        transform: perspective(300px) rotateX(-10deg) scale(.5) translate3d(0, -20%, 0);
        opacity: 0;
        pointer-events: none
    }
}

.header .loginbox {
    display: none
}

.header:before {
    transition: opacity .3s ease-in-out;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1
}

.header .quicksearch form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 27px;
    padding-left: 23px
}

.header .quicksearch form:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: 66%;
    background: #f1ad63
}

.header .quicksearch .search-btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -26px
}

.header .quicksearch .search-btn .svg-ico {
    width: 18px;
    height: 18px
}

.header .quicksearch input[type=submit],
.header .quicksearch label {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.header .quicksearch input[type=text] {
    position: relative;
    top: 3px;
    padding: 0 0 3px;
    height: 38px
}

.header .quicksearch input[type=text]:focus {
    width: 277px;
    background: 0 0;
    color: #fff
}

.header .quicksearch input[type=text]:focus::-webkit-input-placeholder {
    color: #fff
}

.header .quicksearch input[type=text]:focus:-moz-placeholder {
    color: #fff
}

.header .quicksearch input[type=text]:focus::-moz-placeholder {
    color: #fff
}

.header .quicksearch input[type=text]:focus:-ms-input-placeholder {
    color: #fff
}

.header .quicksearch input[type=text]:focus+.search-btn label {
    display: none
}

.header .quicksearch input[type=text]:focus+.search-btn input[type=submit] {
    z-index: 2
}

.header .quicksearch input[type=text]:focus+.search-btn * {
    fill: #fff
}

.header .quicksearch input[type=text]:not(:focus) {
    width: 0;
    margin-left: 8px;
    margin-right: 22px
}

.header .quicksearch input[type=text]:not(:focus)+.search-btn label {
    z-index: 2
}

.header .quicksearch input[type=text]:not(:focus)+.search-btn input[type=submit] {
    display: none
}

.footer {
    text-align: center;
    color: #fff;
    font-family: Martel, serif
}

@media only screen and (min-width:1025px) {
    .footer {
        font-size: 9pt;
        line-height: 17pt;
        padding: 40px 0;
        letter-spacing: 1.8px
    }
    .footer a {
        font-size: 14px;
        letter-spacing: .5px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .footer {
        font-size: 6pt;
        line-height: 10pt;
        padding: 28px 0;
        letter-spacing: 1px
    }
}

@media only screen and (max-width:529px) {
    .footer {
        font-size: 6pt;
        line-height: 10pt;
        padding: 25px 0;
        letter-spacing: 1.5px
    }
}

@media only screen and (min-width:530px) {
    .f-des-by {
        font-size: 17px;
        line-height: 21px
    }
}

@media only screen and (max-width:529px) {
    .f-des-by {
        font-size: 13px;
        line-height: 20px
    }
}

.f-des-by a {
    font-size: inherit;
    line-height: inherit
}

.f-des-by a span {
    color: #fff
}

.form h3 {
    margin: 0 0 15px
}

.form ul {
    list-style: none!important
}

.form li {
    padding-bottom: 5px
}

.form .f-row {
    margin: 0 0 10px
}

.form .f-row>label {
    float: left;
    width: 125px;
    text-align: right;
    line-height: 20px;
    padding-top: 3px;
    margin-right: 10px
}

.form .f-button,
.form .f-check,
.form .f-input,
.form .f-select,
.form .f-text {
    padding-left: 135px
}

.form .f-button label,
.form .f-input label,
.form .f-select label {
    padding: 0 15px 0 3px;
    position: relative;
    line-height: 22px
}

.form .f-checkboxes,
.form .f-radio {
    margin: 0;
    line-height: 22px
}

.form .f-radio li {
    display: inline
}

.form input[type=email],
.form input[type=password],
.form input[type=text],
.form textarea {
    width: 250px
}

.form textarea {
    height: 100px
}

.form .f-rating {
    padding-top: 5px
}

select {
    -webkit-appearance: none
}

@media only screen and (max-width:529px) {
    .fa-select-block {
        position: relative;
        margin-bottom: 11px
    }
    .fa-select-block:after {
        display: none
    }
}

.form-false,
.form-true {
    position: relative
}

.form-false:after,
.form-true:after {
    content: '';
    position: absolute;
    right: 25px
}

.form-false .chosen-container .chosen-single,
.form-false input[type=email],
.form-false input[type=password],
.form-false input[type=tel],
.form-false input[type=text],
.form-false select,
.form-false textarea {
    border: 1px solid #DC2424
}

.form-false .chosen-container .chosen-single div b,
.form-false input[type=email] div b,
.form-false input[type=password] div b,
.form-false input[type=tel] div b,
.form-false input[type=text] div b,
.form-false select div b,
.form-false textarea div b {
    display: none
}

.form-false:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAABoCAYAAAAdHLWhAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABhFJREFUeNrs3c1PHVUYBvAHXOqyqy51Z1yY2rjy235Sm0Yr/UQsIFJKKSAiIiEQRMSKgBWbtmlx5cKNcePGxI36R3TtyhS7aPhs+Xhd9FwzwHDvPDPnzJyZ+57kJl3cOec9zy/czj135kyNiECbv61WI/C8iQhKf0UCPCXAtAD3BFgR4C8B9mtKjrIHnhXgVwEeCHBfgB8E2LvFpfQPAfYIcFcA2fZaFqBO47SOc0SAhZC8/xZgbxjQzZA3l14PFckqznGT6W55z4UBzZc5oIR0TONNjPNWBRwR4F4Y0EKFgxQpHZzH/62EAP0W4cAS0nGNm8Y5FhFHBPgzDGifAEuK5ASnjsBZEeDFHUCmo3oB1gmkExq/VZw1AU6GnmYHOjyrSJngrAtwesf30+1ApuMGEult5diBc5TEORe6gBAGZAZoVKTUcBp2XeHZDcgMdIFEOqk4OCrAKoHTWHYJrhyQGbBJgA1Firx8w+BcqLhGWgnIDNwswGbEgR8J8K7ixMehgUwBLYpUFmclYjYbAjRV7JMFMoW0EkhrAtQrzpbXpgDNkfqNA2QKalOk/7M4TOK0RO47LpAprJ1AWhfglOKgleo/CZApsINEOl0wnGUCp40eIymQKbSTRDpTAJxDJE57rHFsAJmCu0iks1WE0xF7LFtApvDuiEWHrjvlCGeJwOlMNJ5NIDOBHhLpfIFxuhKPaRvITKS3aEgCHCRwRIBuK+O6ADIT6iOR3isQTo+1sV0BmYn15x1JgAMkTq/V8V0CmQl+SiK97xHOmyROn/UaXAOZiQ7kDSkGTr+TOtIAMhMeJJGacoQz4KyWtIDMxId8RxLgDRJn0Gk9aQKZAIaJyW9EXZa3VNvrJM6Q85rSBjJBjPiGFANnOJWssgAygYwSYVC/ocSo5TUSZyS1nLICMsGMkUgfOKjhVRJnNNWMsgQyAY2TSK0Z4oylnk/WQCaoCRLpwwxwxjPJxgcgE9hVEqktwVivkDgTmeXiC5AJbpJEupgCztVMM/EJyAQ4RSK1kziLRP+TmefhG5AJcppEuhShz5dJnCkvsvAUqEaAGRKpwyLONDxpXgIFkK6RSJct4MwIUKNA0ZFmSaTObTgLxPHXfMLxHiiAdJ1EuiLASyTOrG84uQAKIN0gkZaJ91/3ESc3QAGkW0ToUV83fMXJFVAA6bZFnFs+4+QOKIB0xwLObd9xcglkkGoFmEuAcycPOLkFMkhPmI3vWJw5ydEOkyWXPG6JuQlgOcZxi499c9Zy9hFXI8D3CT7iZvQjzp/VBe/X24p2mj1r8TR7SoHs4nzn4IvqpALZwWFWtleI2zEz/9U010AxcJbMtdUXSaQJBUoJJ3B8O4k0rkAczrdxcYqCVJSfvJcEOFCmPxZpTIFSwgn0e4lEGlWglHAC/XeQSCMKtBVnmsQ5GGMcFmlYgUBfCxcLJwHSUFUDpYkTGPMyiTRYlUBZ4ATG7iSRBqoKiLwOe0mAQw5qYJH6qwLIB5wESH2FBhLgG19wAjVdIZF6CwnkI06gti4SqadQQOQNWstp4iRA6i4EUB5wYiJZ2bgvUyABvs4LTqDmbhKpM5dA5M3BXuBsQ7JyE5mXQDFwDsOzFgOpPRdARcAJzKVHUtoiIBUgAb4qCk4CpFYvgchdQ1bygJMAqcUroCLjBOb4EYnU7AVQNeAE5srsCx7pQU5OgQT4slpwYiJVfBSaMyByO7EVAY6gIC0GUmOqQNWME8jgYxKpIRUgxdmSBfsYhPNOgQT4QnESI51zAkTuM7paDTgJkM5YBVKcSEifkEinrAAJ8LniREZin/pSnwhIcZwjre32xOaKQOQG5KsCHIW2OEiPwh5QXxZIcawgMc9PeijAO5GAyCeVKE55pAES6URZIHN/J9Oh4thHqgsFEuB58wbFsY/0GXlN4L4woF8Uxxuk38OAFhXHOdJg5MsBQoDmo34+anOONB8GdFPP1lL9nlTu4sgfw4D2CHA35M2LukLgBKnZrPhvz/tfAZ7e7TT7SXPn2z/msqg/BHhB43SG9JwAPwvwQID7AvwkwDPB0+yaPG2HWY2tViPwu/03AMD3shSpuW2qAAAAAElFTkSuQmCC) no-repeat;
    background-size: contain;
    top: 23px;
    width: 9px;
    height: 9px
}

.form-true .chosen-container .chosen-single,
.form-true input[type=email],
.form-true input[type=password],
.form-true input[type=tel],
.form-true input[type=text],
.form-true select,
.form-true textarea {
    border-bottom: 1px solid #92C582
}

.form-true .chosen-container .chosen-single div b,
.form-true input[type=email] div b,
.form-true input[type=password] div b,
.form-true input[type=tel] div b,
.form-true input[type=text] div b,
.form-true select div b,
.form-true textarea div b {
    display: none
}

.form-true:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAAmVBMVEUAAAD///+A/4COxo6ZzICLuYuSyICZzIiOxoCUyYaPw4CSxISQxYSSxoKTw4ORxIGTxYORxoGSx4OUxIGSxYGSxYKSxYGRxYKSxYKRxoGSxIKRxYGSxIGTxYKSxYOSxYKSxoKRxYKSxIKSxYKSxYKSxYKSxoKRxYGSxYKSxYGTxoKSxYOTxYOSxYKSxIKSxYKSxYKSxYKSxYKY/ReBAAAAMnRSTlMAAQIJCgsODxITIjg+P0BBQkNERUuDiImNjo+QmJmam7a6u7y9vr/BxsfIzc/x9PX2+POoGAIAAAABYktHRAH/Ai3eAAAFMElEQVR42u3d2U5UQQBF0QYFFCecxQEccaax/v/jfDRGwXATDNRe672TW7XP7bdOr1YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABZG7vuoGzzcH3PLZT7j2EB7f4WUO9vAfX+FlDvbwH1/hZQ728B9f5jrO+6lXL/MY4tIN3fAur9LaDe3wLq/S2g3t8C6v0toN7fAur9xzi+457K/S2g3t8C6v0toN7fAur9xzi+7cbK/S2g3t8C6v3H+H7LvU1jfyzwxr2F3/8xPm65Of3RH/3Rnyva/0B//fXXX3/99ddff/31119//fXXX3/99ddff/31119//fXXH/3RH/3RH/3Rn6tkQ3/99ddff/31119//fXXX3/99ddff/3/8HnbzemP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/uiP/ujPgv6v9Ndff/31119//fXXX3/99ddff/31119//fXXX3/99ddff/3RH/3RH/3RH/3RH/3RH/3RH/3RH/3RH/3RH/3RH/3RH/3RH/3RH/3RH/3PsivkUk+X9P9643IdYm99uCll9/3fW49hAYv6v5ylvwXU+1tAvb8FNPvfX/96Ngto97eAen8LqPe3gHp/C6j3t4B6fwuo9H+wPu1JLSDR/+T0Z7WAdn8LqPe3gHp/C6j3t4B6fwuo97eAen8LqPe3gHp/C/it/4sZ+j88Od/zW8Bc/R/9OO8JLKDd3wJm6r96veQU+/KvVk9m+P3XanXt7ZJz+A6Y5P23gHx/C/iP/Xcu52ksoN3fAur9LaDe3wLq/S2g3t8C6v0toN7fAur9LaDe3wLq/S2g3t8C6v0toN7fAur9LaDe3wLq/S3gL/2fl/ovXcDBpv5z9LeAen8LqPe3gHp/C6j3t4B6fwuo97eAen8LqPevL0D/9gL0by9A//YC9G8vQP/2AvRvL0D/9gL0by9A//YC9G8vQP/2AvSPL0D/9gL0by9A/7MX8G7yBej/D9fnXoD+7QXo316A/u0F6N9egP7tBejfXoD+7QXo316A/u0F6N9ewKL+X+L9J1qA/u0F6N9egP7tBejfXoD+7QXo316A/u0F6N9egP7tBejfXoD+7QXo316A/u0F6N9egP7tBejfXoD+7QXo316A/u0F6N9egP4XvYD3l3oB+rcXoH97Afq3F6B/ewH6txegf3sB+rcXoH97Afq3F6B/ewH7+qcXoH97Afq3F6B/ewH6txegf3sB+rcXoH97Afq3F6B/ewH6txegf3sB+rcXoH97Afq3F6B/ewH6txegf3sB+rcXoH97Afq3F6B/ewH6txegf3sB+rcXoH97Afq3F6B/ewH6txegf3sB+rcXoH97Afq3F6B/ewH6txegf3sB+rcXoH97Afq3F6D/DAv4sHgB+rcXoP8ktj8tKfns8ZJPfbvpvmf5DvD+W4D+FqC/BehvAfpbgP4WoL8F6G8B+luA/hagvwXobwH6W4D+7QXo316A/u0F6N9egP7tBejfXoD+7QXo316A/u0F6N9egP7tBejfXoD+7QXo316A/u0F6N9egP7tBejfXoD+7QXo316A/u0F6N9egP7tBejfXoD+7QXo316A/u0F6N9egP7tBejfXoD+7QXo316A/u0F6B9cwJH+bVtH+luA/hagf3sB+rcXoH/bjv//AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALtZPJajQhYTY/f4AAAAASUVORK5CYII=) no-repeat;
    background-size: contain;
    top: 21px;
    width: 15px;
    height: 15px
}

.capcha-flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.chosen-container {
    width: 100%!important
}

.chosen-container .chosen-single {
    font-family: Martel, serif;
    font-weight: 200;
    background: 0 0
}

.chosen-container .chosen-single>div {
    transition: transform .3s;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    overflow: hidden;
    width: 13px;
    height: 7px;
    top: 44%;
    right: 16px
}

.chosen-container .chosen-single b {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 13px!important;
    height: 13px!important;
    border: 2px solid #f1ad63;
    margin: 3px 0
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: #f4f4f4
}

.chosen-container-active.chosen-with-drop .chosen-single>div {
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    box-shadow: none;
    border-radius: 0;
    background: #f4f4f4;
    border: none
}

@media only screen and (min-width:1025px) {
    .chosen-container-single .chosen-drop {
        font-size: 11pt;
        line-height: 26pt
    }
}

@media only screen and (max-width:1025px) {
    .chosen-container-single .chosen-drop {
        font-size: 11pt;
        line-height: 15pt
    }
}

@media only screen and (max-width:529px) {
    .chosen-container-single .chosen-drop {
        font-size: 11pt;
        line-height: 15pt
    }
}

.chosen-container-single .chosen-drop ul.chosen-results {
    margin: 0;
    padding: 0 28px;
    color: inherit;
    border-bottom: 1px solid #f1ad63
}

.chosen-container-single .chosen-drop li {
    transition: color .2s;
    padding: 12px 23px
}

.chosen-container-single .chosen-drop li:before {
    display: none
}

.chosen-container-single .chosen-drop li:not(:last-child) {
    border-bottom: 1px solid #e1e1e1
}

.chosen-container-single .chosen-drop li:hover {
    color: #f1ad63
}

.chosen-search {
    display: none!important
}

#signin-form {
    min-height: 80vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.f-check input[type=checkbox],
.f-check input[type=radio] {
    position: relative
}

.f-check input[type=checkbox] {
    vertical-align: -2px
}

.f-check input[type=checkbox] {
    margin: 8px 2px 0 0
}

.f-check label {
    float: none;
    margin: 0
}

.f-captcha img {
    border: 1px solid #ddd;
    float: left;
    margin-right: 5px
}

.f-captcha .hint {
    clear: both;
    line-height: 17px
}

.f-captcha .ver-code {
    margin: 7px 0;
    clear: both
}

.f-captcha input[type=text] {
    width: 123px;
    float: left;
    margin: 12px 5px 0 0
}

.f-select select {
    margin-top: 6px
}

.facebook-row .fb_reset {
    position: relative;
    overflow: hidden
}

.zf-select {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.help-link {
    padding-left: 130px;
    font-style: italic
}

#UserChangePasswordForm .f-row label {
    width: 133px
}

.footer .f-row,
.header .f-row {
    float: left;
    margin-right: 5px
}

span.required {
    color: red;
    padding-right: 5px
}

.welcomeMessage {
    padding: 10px;
    line-height: 17px
}

.error .required,
.errorMessage {
    color: red
}

.errorSummary {
    background: #FCEBEB;
    border: 1px solid red;
    color: red;
    margin: 0 0 15px;
    padding: 10px;
    width: 317px
}

.form input.error,
.form textarea.error {
    border-color: red
}

.errorSummary li {
    margin: 7px 0 0 15px;
    list-style: disc
}

.f-input .errorMessage {
    padding-left: 0;
    clear: both
}

.flash-message {
    background: #e6f5ff url(../images/flash_message.gif) left bottom repeat-x;
    border: 4px solid #9ad8ff;
    color: #0957AA;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    width: 450px;
    box-shadow: 1px 1px 5px #d3e9f9
}

.flash-message-cnt {
    padding: 15px 10px 15px 100px;
    background: transparent url(../images/flash_message_check.png) no-repeat 20px 20px;
    min-height: 90px
}

.btn-simple,
.buy-link,
.f-button input,
.public-submit-button {
    background: 0 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: #f1ad63;
    color: #fff;
    font: 14px/26px Arial, sans-serif;
    height: 26px;
    margin: 0 5px 0 0;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none
}

.btn-simple:hover,
.buy-link:hover,
.f-button input:hover,
.public-submit-button:hover {
    background-color: #f1ad63
}

.aside .f-row>label {
    float: none;
    display: block;
    text-align: left
}

.aside .f-row {
    padding: 0 5px;
    margin-bottom: 5px
}

.aside .f-check,
.aside .f-input,
.aside .f-textarea {
    padding-left: 0
}

.aside .f-input {
    margin: 0
}

.aside .f-check {
    font-size: 11px
}

.aside .f-input input[type=password],
.aside .f-input input[type=text] {
    width: 100%
}

.aside textarea {
    width: 100%;
    min-height: 50px;
    max-height: 150px;
    height: 50px
}

.aside label {
    margin: 0;
    text-align: left
}

.aside .widget:first-child {
    margin-top: 0;
    margin-bottom: 10px
}

.link-wrap {
    margin-top: 10px
}

.link-wrap a {
    background: #419CE0;
    border: 1px solid #0F70B8;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 700 14px Arial, Sans-Serif;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none
}

.link-wrap a:hover {
    background: #FF8600;
    border: 1px solid #eb7b00
}

.notification {
    margin: 10px 0;
    min-height: 54px;
    padding: 10px 0 0 95px
}

.notification li {
    margin-bottom: 10px
}

.notification-error {
    background: #FCEBEB;
    border: 2px solid #ED1C24;
    color: Red
}

.notification-confirm {
    background: #c9eaff;
    border: 2px solid #0957aa;
    color: #0957AA
}

.notification-info {
    background: #f4fae3;
    border: 2px solid #64a151;
    color: #64a151
}

#ConfirmationLightbox {
    display: none
}

@media only screen and (min-width:530px) {
    .form-section .fs-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 10px
    }
}

.form-section .fs-row.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form-section .fs-col {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.form-section .fs-col * {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

@media only screen and (min-width:530px) {
    .form-section .fs-col:not(: only-child) {
        width: 50%
    }
    .form-section .fs-col:not(:only-child):not(:last-child) {
        margin-right: 24px
    }
}

@media only screen and (max-width:529px) {
    .form-section .fs-col {
        margin-bottom: 12px
    }
}

.form-section .fs-col .fs-row {
    margin-bottom: 0
}

@media only screen and (max-width:529px) {
    .form-section .fs-col .fs-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (max-width:529px) {
    .form-section .fs-col .fs-col {
        margin-bottom: 0
    }
    .form-section .fs-col .fs-col:not(:only-child) {
        width: 50%
    }
    .form-section .fs-col .fs-col:not(:only-child):not(:last-child) {
        margin-right: 12px
    }
}

.form-section label {
    display: inline-block
}

@media only screen and (min-width:530px) {
    .form-section label {
        margin-bottom: 6px
    }
}

@media only screen and (max-width:529px) {
    .form-section label {
        margin-bottom: 4px
    }
}

@media only screen and (max-width:1025px) {
    .form-section .credit-cell {
        padding: 0
    }
}

.form-section input {
    width: 100%!important
}

.w-holder {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto
}

.bl-item-content {
    transition: height .2s ease-in-out;
    height: 0;
    overflow: hidden;
    white-space: normal
}

.bl-item-content .cs-holder {
    transition: transform .5s ease-in-out, opacity .5s
}

.bl-item-content .cs-holder:empty {
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.bl-item-content .cs-holder:not(:empty) {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    padding: 71px 0
}

.quicksearch form {
    position: relative;
    padding: 0;
    overflow: visible
}

.quicksearch form>label {
    display: none
}

.quicksearch input[type=text] {
    display: block;
    width: 100%
}

.quicksearch input[type=text]::-ms-clear {
    display: none
}

.quicksearch input[type=text]:hover {
    color: #fff!important;
    background: rgba(0, 0, 0, .2)
}

.quicksearch input[type=text]:hover::-webkit-input-placeholder {
    color: #fff!important
}

.quicksearch input[type=text]:hover:-moz-placeholder {
    color: #fff!important
}

.quicksearch input[type=text]:hover::-moz-placeholder {
    color: #fff!important
}

.quicksearch input[type=text]:hover:-ms-input-placeholder {
    color: #fff!important
}

.quicksearch input[type=text]:focus {
    color: #fff!important;
    background: rgba(0, 0, 0, .2);
    border-bottom: 1px solid #fff
}

.quicksearch input[type=text]:focus::-webkit-input-placeholder {
    color: #fff!important
}

.quicksearch input[type=text]:focus:-moz-placeholder {
    color: #fff!important
}

.quicksearch input[type=text]:focus::-moz-placeholder {
    color: #fff!important
}

.quicksearch input[type=text]:focus:-ms-input-placeholder {
    color: #fff!important
}

.quicksearch .widget-row {
    float: none;
    padding: 0
}

.quicksearch #dynamic-hints {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

.quicksearch #dynamic-hints li {
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 0
}

.quicksearch #dynamic-hints li:not(:empty) {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.quicksearch .f-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.quicksearch .f-button input {
    width: 62px;
    opacity: 0;
    position: relative;
    height: 100%;
    margin: 0;
    z-index: 2
}

@media only screen and (min-width:1025px) {
    .main-heading .quicksearch {
        padding: 0 16.5%;
        margin-bottom: -7px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .main-heading .quicksearch {
        padding: 0 14%;
        margin-bottom: -42px
    }
}

@media only screen and (max-width:529px) {
    .main-heading .quicksearch {
        padding: 0 7.5%;
        margin-bottom: -13px
    }
}

.main-heading .quicksearch input[type=text] {
    font-size: 12.5pt;
    line-height: 16.5pt;
    color: #fff;
    letter-spacing: 1px
}

.main-heading .quicksearch input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.main-heading .quicksearch input[type=text]:-moz-placeholder {
    color: #fff
}

.main-heading .quicksearch input[type=text]::-moz-placeholder {
    color: #fff
}

.main-heading .quicksearch input[type=text]:-ms-input-placeholder {
    color: #fff
}

@media only screen and (min-width:530px) {
    .main-heading .quicksearch input[type=text] {
        padding-left: 5.5%;
        padding-right: 5.5%
    }
}

@media only screen and (max-width:529px) {
    .main-heading .quicksearch input[type=text] {
        padding: 10px 5.5%
    }
}

.main-heading .quicksearch input[type=text]:focus,
.main-heading .quicksearch input[type=text]:hover {
    color: #000
}

.main-heading .quicksearch input[type=text]:focus::-webkit-input-placeholder,
.main-heading .quicksearch input[type=text]:hover::-webkit-input-placeholder {
    color: #000
}

.main-heading .quicksearch input[type=text]:focus:-moz-placeholder,
.main-heading .quicksearch input[type=text]:hover:-moz-placeholder {
    color: #000
}

.main-heading .quicksearch input[type=text]:focus::-moz-placeholder,
.main-heading .quicksearch input[type=text]:hover::-moz-placeholder {
    color: #000
}

.main-heading .quicksearch input[type=text]:focus:-ms-input-placeholder,
.main-heading .quicksearch input[type=text]:hover:-ms-input-placeholder {
    color: #000
}

.quicksearch .qs-search-button .svg-ico {
    position: absolute;
    top: 18px;
    z-index: 1
}

@media only screen and (min-width:530px) {
    .quicksearch .qs-search-button .svg-ico {
        left: 14px;
        width: 22px;
        height: 22px
    }
}

@media only screen and (max-width:529px) {
    .quicksearch .qs-search-button .svg-ico {
        left: 29px;
        width: 17px;
        height: 17px
    }
}

.quicksearch .qs-search-button .svg-ico * {
    fill: #fff
}

.anchors-list {
    font-size: 9pt;
    line-height: 13pt;
    position: relative;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    z-index: 1
}

.anchors-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media only screen and (min-width:530px) {
    .anchors-list ul {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:529px) {
    .anchors-list ul {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 7%
    }
}

.anchors-list li {
    position: relative
}

@media only screen and (min-width:530px) {
    .anchors-list li:not(: first-child) a>span:before {
        box-shadow: inset 1px 0 0 #313131
    }
}

.anchors-list .al-img {
    margin-bottom: 32px
}

@media only screen and (min-width:1025px) {
    .anchors-list .al-img {
        width: 306px;
        height: 168px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .anchors-list .al-img {
        width: 255px;
        height: 139px
    }
}

@media only screen and (max-width:1025px) {
    .anchors-list .al-img {
        -ms-transform: none!important;
        transform: none!important
    }
}

@media only screen and (max-width:529px) {
    .anchors-list .al-img {
        width: 100%;
        height: 159px
    }
}

.anchors-list a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.anchors-list a>span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f1ad63;
    padding: 17px 0 18px;
    z-index: 1
}

.anchors-list a>span:before {
    transition: opacity .2s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    z-index: -1
}

.anchors-list a:hover {
    color: #000
}

.anchors-list a:hover * {
    fill: #000
}

.anchors-list a:hover>span:before {
    opacity: 0
}

.anchors-list .svg-ico {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-left: 5px
}

.anchors-list .svg-ico * {
    fill: #f1ad63
}

@media only screen and (min-width:1025px) {
    .main-heading .anchors-list {
        margin-bottom: -39px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .main-heading .anchors-list {
        margin-bottom: -81px
    }
}

@media only screen and (max-width:529px) {
    .main-heading .anchors-list {
        margin-bottom: -50px
    }
}

.brands-list {
    position: relative
}

@media only screen and (max-width:529px) {
    .brands-list {
        width: 92%;
        margin: 0 4%!important;
    }
}

.brands-list:after {
    content: '';
    position: absolute;
    top: 133px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #f4f4f4
}

.brands-list .bl-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .brands-list .bl-container {
        width: 70%
    }
}

.brands-list .swiper-wrapper {
    display: -ms-flexbox;
    display: flex
}

.brands-list .bl-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    padding: 0 10px
}

.brands-list .bl-item:not(.bli-active) .bl-img:after {
    -ms-transform: rotate(135deg) scale(0);
    transform: rotate(135deg) scale(0)
}

.brands-list .bl-item.bli-active .bl-img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.brands-list .bl-item.bli-active .bl-img:before {
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.brands-list .bl-item:hover .bl-img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.brands-list .bl-item:hover .bl-img:before {
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.brands-list .bl-img {
    transition: all .2s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 100%;
    height: 138px;
    margin: 0 auto;
    opacity: .5;
    padding-bottom: 40px
}

.brands-list .bl-img:after,
.brands-list .bl-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #f1ad63
}

.brands-list .bl-img:before {
    transition: transform .3s ease-in-out;
    -ms-transform: scaleX(1) scaleY(0);
    transform: scaleX(1) scaleY(0);
    left: 0;
    width: 100%;
    height: 5px
}

.brands-list .bl-img:after {
    transition: transform .3s ease-in-out;
    -ms-transform: rotate(135deg) scale(1);
    transform: rotate(135deg) scale(1);
    left: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 0 -7px -6px;
    border: 5px solid #f1ad63;
    border-width: 5px 5px 0 0
}

.brands-list img {
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: relative;
    top: 80%;
    max-width: 100%;
    max-height: 100%
}

.brands-list .bl-text {
    display: none
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .brands-list .plci-prev-btn {
        left: -55px
    }
}

@media only screen and (max-width:529px) {
    .brands-list .plci-prev-btn {
        left: -12px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .brands-list .plci-next-btn {
        right: -55px
    }
}

@media only screen and (max-width:529px) {
    .brands-list .plci-next-btn {
        right: -12px
    }
}

.brands-list .plci-next-btn,
.brands-list .plci-prev-btn {
    top: 46px
}

.brands-list .swiper-button-disabled {
    display: none
}

.video-slider {
    position: relative
}

.video-slider .swiper-wrapper {
    display: -ms-flexbox;
    display: flex
}

.video-slider .video-slide {
    transition: all .3s ease-in-out;
    width: 920px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #000;
    overflow: hidden
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .video-slider .video-slide {
        height: 362px
    }
}

@media only screen and (max-width:529px) {
    .video-slider .video-slide {
        height: 166px
    }
}

.video-slider .video-slide:not(.swiper-slide-active) {
    -ms-transform: scale(.87);
    transform: scale(.87);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.video-slider .video-slide:not(.swiper-slide-active) iframe,
.video-slider .video-slide:not(.swiper-slide-active) img {
    opacity: .2
}

.video-slider .video-slide.swiper-slide-next {
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.video-slider .video-slide.swiper-slide-prev {
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.video-slider .video-slide iframe,
.video-slider .video-slide img {
    transition: opacity .3s;
    display: block;
    margin: 0 auto
}

@media only screen and (min-width:1025px) {
    .video-slider .video-slide iframe,
    .video-slider .video-slide img {
        height: 557px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .video-slider .video-slide iframe,
    .video-slider .video-slide img {
        height: 362px
    }
}

@media only screen and (max-width:529px) {
    .video-slider .video-slide iframe,
    .video-slider .video-slide img {
        height: 166px
    }
}

.video-slider .video-slide img {
    width: auto
}

.video-slider .video-slide iframe {
    width: 100%
}

.video-slider .video-container-overflow {
    position: absolute;
    width: 100%;
    height: 100%
}

.video-slider .video-block {
    position: absolute;
    width: 100%;
    height: calc(100% + 40px)
}

.video-slider .next-button,
.video-slider .prev-button {
    cursor: pointer;
    position: absolute;
    margin-top: -35px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .video-slider .next-button,
    .video-slider .prev-button {
        top: 50%;
        width: 60px;
        height: 69px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .video-slider .next-button,
    .video-slider .prev-button {
        top: 59%;
        width: 22px;
        height: 44px
    }
}

@media only screen and (max-width:529px) {
    .video-slider .next-button,
    .video-slider .prev-button {
        top: 59%;
        width: 22px;
        height: 44px
    }
}

.video-slider .next-button.swiper-button-disabled,
.video-slider .prev-button.swiper-button-disabled {
    display: none
}

.video-slider .next-button:before,
.video-slider .prev-button:before {
    transition: transform .2s ease-in-out;
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1ad63;
    z-index: -1
}

.video-slider .next-button:hover:before,
.video-slider .prev-button:hover:before {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.video-slider .next-button:hover *,
.video-slider .prev-button:hover * {
    fill: #000
}

.video-slider .next-button *,
.video-slider .prev-button * {
    fill: #fff
}

.video-slider .next-button .svg-ico,
.video-slider .prev-button .svg-ico {
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: relative;
    left: 50%;
    top: 50%
}

@media only screen and (min-width:1025px) {
    .video-slider .next-button .svg-ico,
    .video-slider .prev-button .svg-ico {
        width: 26px;
        height: 26px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .video-slider .next-button .svg-ico,
    .video-slider .prev-button .svg-ico {
        width: 17px;
        height: 17px
    }
}

@media only screen and (max-width:529px) {
    .video-slider .next-button .svg-ico,
    .video-slider .prev-button .svg-ico {
        width: 17px;
        height: 17px
    }
}

.video-slider .next-button {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 100%;
    border-right: 1px solid rgba(255, 255, 255, .5)
}

@media only screen and (min-width:530px) {
    .video-slider .next-button {
        margin-left: 20px
    }
}

.video-slider .prev-button {
    right: 100%;
    border-right: 1px solid rgba(255, 255, 255, .5)
}

@media only screen and (min-width:530px) {
    .video-slider .prev-button {
        margin-right: 20px
    }
}

.filters-area {
    background: #000
}

@media only screen and (min-width:1025px) {
    .filters-area {
        padding: 24px 0 26px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .filters-area {
        padding: 49px 0 67px
    }
}

@media only screen and (max-width:569px) {
    .filters-area {
        padding: 25px 0 27px
    }
}

@media only screen and (min-width:1025px) {
    .filters-area .fa-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.filters-area .fa-heading {
    font-family: Lato, sans-serif;
    color: #f1ad63;
    text-transform: uppercase
}

@media only screen and (min-width:1025px) {
    .filters-area .fa-heading {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: 3px;
        font-weight: 400;
        padding-right: 51px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .filters-area .fa-heading {
        font-size: 19pt;
        line-height: 23pt;
        font-weight: 300;
        letter-spacing: 5px;
        text-align: center;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:569px) {
    .filters-area .fa-heading {
        font-size: 12pt;
        line-height: 16pt;
        font-weight: 300;
        letter-spacing: 3.5px;
        text-align: center;
        margin-bottom: 14px
    }
}

.filters-area .fa-select-list {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:1025px) {
    .filters-area .fa-select-list {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .filters-area .fa-select-list {
        margin-bottom: 31px;
        padding: 0 12%
    }
}

@media only screen and (max-width:569px) {
    .filters-area .fa-select-list {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 7.5% 10px
    }
}

.filters-area .fa-select-list .fa-select-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (min-width:1025px) {
    .filters-area .fa-select-list .fa-select-block:not(: last-child) {
        margin-right: 7px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .filters-area .fa-select-list .fa-select-block:not(: last-child) {
        margin-right: 10px
    }
}

@media only screen and (max-width:569px) {
    .filters-area .fa-select-list .fa-select-block {
        position: relative;
        margin-bottom: 11px
    }
    .filters-area .fa-select-list .fa-select-block:after {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        width: 7px;
        height: 7px;
        margin-top: -8px;
        border: 1px solid #f1ad63;
        border-width: 0 2px 2px 0;
        z-index: 1
    }
}

.filters-area .fa-select-list .chosen-container .chosen-single {
    background: #1a1a1a;
    height: 42px;
    padding: 11px 19px;
    color: #a8a8a8
}

.filters-area .fa-select-list .chosen-container-active.chosen-with-drop .chosen-single {
    background: #1a1a1a
}

.filters-area .fa-select-list .chosen-container-single .chosen-drop {
    background: #1a1a1a;
    color: #a8a8a8
}

.filters-area .fa-select-list .chosen-container-single .chosen-drop ul {
    padding: 0 15px
}

.filters-area .fa-select-list .chosen-container-single .chosen-drop li {
    padding: 5px 10px
}

.filters-area .fa-select-list .chosen-container-single .chosen-drop li:not(:last-child) {
    border-bottom: 1px solid #424242
}

.filters-area .fa-submit {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:1025px) {
    .filters-area .fa-submit {
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media only screen and (max-width:1025px) {
    .filters-area .fa-submit {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.filters-area .fa-submit-btn {
    font-size: 10pt;
    line-height: 14pt;
    font-family: Lato, sans-serif;
    background: 0 0;
    color: #f1ad63;
    font-weight: 700;
    text-transform: uppercase;
    width: 165px;
    min-width: 0
}

@media only screen and (min-width:1025px) {
    .filters-area .fa-submit-btn {
        margin-left: 7px
    }
}

@media only screen and (max-width:1025px) {
    .filters-area .fa-submit-btn {
        padding: 11px 0
    }
}

.filters-area .fa-submit-btn .svg-ico {
    position: relative;
    top: 2px
}

.filters-area .fa-submit-btn svg {
    -ms-transform: none!important;
    transform: none!important
}

.filters-area .fa-submit-btn>* {
    padding: 11px 30px;
    letter-spacing: 5px
}

@media only screen and (max-width:569px) {
    .filters-area select {
        background: #1a1a1a;
        color: #939393;
        padding: 12px 10px 11px 20px;
        height: 45px
    }
}

.main-heading {
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .main-heading {
        padding: 225px 0 39px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .main-heading {
        padding: 213px 0 81px
    }
}

@media only screen and (max-width:569px) {
    .main-heading {
        padding: 152px 0 50px
    }
}

.main-heading .mh-graphics {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5
}

.main-heading .mhg-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-heading .mh-content {
    font-size: 13pt;
    line-height: 27pt;
    position: relative;
    letter-spacing: .7px;
    z-index: 1
}

.main-heading .mh-content .already-register {
    text-transform: uppercase
}

.main-heading .mh-content .already-register a {
    font-weight: 700
}

@media only screen and (min-width:1025px) {
    .main-heading .mh-content .already-register a {
        padding-left: 8px
    }
}

@media only screen and (min-width:1025px) {
    .main-heading .mh-content .already-register {
        font-size: 10.5pt;
        line-height: 14.5pt
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .main-heading .mh-content .already-register {
        font-size: 9pt;
        line-height: 13pt;
        letter-spacing: 2px
    }
}

@media only screen and (max-width:569px) {
    .main-heading .mh-content .already-register {
        font-size: 7pt;
        line-height: 11pt;
        letter-spacing: 2px
    }
}

.main-heading h1 {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 31px
}

@media only screen and (min-width:1025px) {
    .main-heading h1 {
        font-size: 49pt;
        line-height: 59pt;
        letter-spacing: 11px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .main-heading h1 {
        font-size: 41pt;
        line-height: 45pt;
        letter-spacing: 11px
    }
}

@media only screen and (max-width:569px) {
    .main-heading h1 {
        font-size: 22pt;
        line-height: 26pt;
        letter-spacing: 6.5px
    }
}

.main-heading h2 {
    font-family: Lato, sans-serif;
    color: #f1ad63;
    text-transform: uppercase;
    font-weight: 300
}

@media only screen and (min-width:1025px) {
    .main-heading h2 {
        font-size: 22pt;
        line-height: 26pt;
        letter-spacing: 6.5px;
        margin-bottom: 8px
    }
}

@media only screen and (max-width:1025px) {
    .main-heading h2 {
        font-size: 19pt;
        line-height: 23pt;
        letter-spacing: 5px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:569px) {
    .main-heading h2 {
        font-size: 10pt;
        line-height: 14pt;
        letter-spacing: 2.5px;
        margin-bottom: 4px
    }
}

@media only screen and (min-width:1025px) {
    .main-heading .golden-button {
        margin: 40px 0
    }
}

@media only screen and (max-width:1025px) {
    .main-heading .golden-button {
        margin: 32px 0 83px
    }
}

@media only screen and (min-width:1025px) {
    .content-section {
        padding: 53px 0
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-section {
        padding: 84px 11.4% 20px
    }
}

@media only screen and (max-width:529px) {
    .content-section {
        padding: 40px 7% 20px
    }
}

.content-section.cs-nopb {
    padding-bottom: 0!important
}

.content-section.cs-nopt {
    padding-top: 0!important
}

.content-section.cs-light {
    background: #fff;
    color: #484848
}

.content-section.cs-light h3 {
    color: #000
}

.content-section.cs-gray {
    background: #F4F4F4;
    color: #484848
}

.content-section.cs-gray h3 {
    color: #000
}

.content-section.cs-dark {
    background: #1a1a1a;
    color: #fff
}

.content-section.cs-dark h3 {
    color: #fff
}

.content-section.cs-black {
    background: #000
}

.content-section .cs-holder {
    width: 100%;
    max-width: 920px;
    margin: 0 auto
}

.content-section .cs-holder>h4 {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #f1ad63;
    font-weight: 300;
    letter-spacing: 4px
}

@media only screen and (min-width:1025px) {
    .content-section .cs-holder>h4 {
        font-size: 17pt;
        line-height: 21pt
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-section .cs-holder>h4 {
        font-size: 14pt;
        line-height: 18pt
    }
}

@media only screen and (min-width:530px) {
    .content-section .cs-holder>h4 {
        padding: 47px 0 8px
    }
}

@media only screen and (max-width:529px) {
    .content-section .cs-holder>h4 {
        font-size: 9.5pt;
        line-height: 13.5pt;
        margin-bottom: -8px;
        padding: 15px 0 8px
    }
}

.content-section .cs-holder>h3 {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300
}

@media only screen and (min-width:1025px) {
    .content-section .cs-holder>h3 {
        font-size: 37pt;
        line-height: 49pt;
        letter-spacing: 9px;
        padding-bottom: 51px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-section .cs-holder>h3 {
        font-size: 29pt;
        line-height: 33pt;
        letter-spacing: 8px;
        margin-bottom: 29px
    }
}

@media only screen and (max-width:529px) {
    .content-section .cs-holder>h3 {
        font-size: 22pt;
        line-height: 26pt;
        letter-spacing: 1px;
        margin-bottom: 36px
    }
}

.content-section>h4 {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #f1ad63;
    font-weight: 300;
    letter-spacing: 4px
}

@media only screen and (min-width:1025px) {
    .content-section>h4 {
        font-size: 17pt;
        line-height: 21pt
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-section>h4 {
        font-size: 14pt;
        line-height: 18pt
    }
}

@media only screen and (min-width:530px) {
    .content-section>h4 {
        padding: 47px 0 8px
    }
}

@media only screen and (max-width:529px) {
    .content-section>h4 {
        font-size: 9.5pt;
        line-height: 13.5pt;
        margin-bottom: -8px;
        padding: 15px 0 8px
    }
}

.content-section>h3 {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300
}

@media only screen and (min-width:1025px) {
    .content-section>h3 {
        font-size: 37pt;
        line-height: 49pt;
        letter-spacing: 9px;
        padding-bottom: 51px;
        margin-bottom: 0
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-section>h3 {
        font-size: 29pt;
        line-height: 33pt;
        letter-spacing: 8px;
        margin-bottom: 29px
    }
}

@media only screen and (max-width:529px) {
    .content-section>h3 {
        font-size: 22pt;
        line-height: 26pt;
        letter-spacing: 1px;
        margin-bottom: 36px
    }
}

@media only screen and (min-width:1025px) {
    .content-section ul {
        padding: 17px 0
    }
}

@media only screen and (max-width:1025px) {
    .content-section ul {
        padding: 12px 0
    }
}

.content-section li {
    position: relative
}

@media only screen and (min-width:1025px) {
    .content-section li {
        padding-left: 33px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1025px) {
    .content-section li {
        padding-left: 28px;
        margin-bottom: 17px
    }
}

.content-section li:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #f1ad63
}

@media only screen and (min-width:1025px) {
    .content-section .cs-video .video-js {
        height: 500px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-section .cs-video .video-js {
        height: 300px
    }
}

@media only screen and (max-width:529px) {
    .content-section .cs-video .video-js {
        height: 200px
    }
}

.content-section iframe {
    width: 100%
}

@media only screen and (min-width:1025px) {
    .content-section iframe {
        height: 557px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-section iframe {
        height: 362px
    }
}

@media only screen and (max-width:529px) {
    .content-section iframe {
        height: 166px
    }
}

@media only screen and (max-width:1025px) {
    .content-section table,
    .content-section tbody,
    .content-section td,
    .content-section th,
    .content-section thead {
        display: block
    }
    .content-section table {
        box-sizing: border-box;
        position: relative
    }
    .content-section tbody {
        position: relative;
        overflow: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none
    }
    .content-section tbody::-webkit-scrollbar {
        width: 0
    }
    .content-section tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .content-section td {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 20px 29px 15px;
        box-sizing: border-box
    }
}

.content-section table {
    width: 103%!important;
    height: auto!important;
    background: #1a1a1a;
    margin-left: -1.5%;
    margin-bottom: 69px;
    border: 1px solid #1a1a1a;
    border-width: 24px 14px 22px
}

.content-section table .t-button-next,
.content-section table .t-button-prev {
    position: absolute;
    top: 23px;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .content-section table .t-button-next,
    .content-section table .t-button-prev {
        display: none
    }
}

.content-section table .t-button-next.tbp-hidden,
.content-section table .t-button-prev.tbp-hidden {
    display: none
}

.content-section table .t-button-next .svg-ico,
.content-section table .t-button-prev .svg-ico {
    width: 7px;
    height: 20px
}

.content-section table .t-button-next *,
.content-section table .t-button-prev * {
    fill: #f1ad63;
    vertical-align: top
}

.content-section table .t-button-next {
    right: 5%
}

.content-section table .t-button-next svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.content-section table .t-button-prev {
    right: 44%
}

.content-section tr:first-child {
    font-size: 10.5pt;
    line-height: 14.5pt;
    font-family: Lato, sans-serif;
    color: #f1ad63;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px
}

@media only screen and (min-width:1025px) {
    .content-section tr:first-child {
        text-align: center;
        border-bottom: 1px solid #f1ad63
    }
    .content-section tr:first-child td {
        padding: 23px 0
    }
}

@media only screen and (max-width:1025px) {
    .content-section tr:first-child td {
        border-bottom: 1px solid #f1ad63
    }
}

@media only screen and (min-width:1025px) {
    .content-section tr:not(: first-child) {
        border-bottom: 1px solid #000
    }
}

@media only screen and (min-width:1025px) {
    .content-section tr:not(: first-child) td {
        padding: 20px 29px 15px
    }
}

@media only screen and (max-width:1025px) {
    .content-section tr:not(: first-child) td {
        border-bottom: 1px solid #000
    }
}

.content-section tr:not(:first-child) td:not(:first-child) {
    font-size: 11pt;
    line-height: 24px;
    color: #8d8d8d
}

@media only screen and (max-width:1025px) {
    .content-section tr:not(: first-child) td:not(: first-child) {
        background: #202020
    }
}

@media only screen and (min-width:1025px) {
    .content-section td:nth-child(2n) {
        background: #202020
    }
}

@media only screen and (max-width:1025px) {
    .content-section td:not(: first-child) {
        background: #202020
    }
}

.content-section td:first-child {
    font-size: 10.5pt;
    line-height: 14.5pt;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px
}

@media only screen and (max-width:1025px) {
    .content-section td:first-child {
        position: relative;
        background: #1a1a1a;
        z-index: 1
    }
}

@media only screen and (min-width:1025px) {
    .content-section td:first-child {
        width: 34.7%
    }
}

.content-section blockquote {
    position: relative;
    border-left: 1px solid #f1ad63;
    margin: 0 -2px 50px
}

@media only screen and (min-width:530px) {
    .content-section blockquote {
        padding: 36px 9% 58px 12.5%
    }
}

@media only screen and (max-width:529px) {
    .content-section blockquote {
        padding: 10px 9% 58px 12.5%
    }
}

.content-section blockquote .name {
    position: absolute;
    bottom: 8px;
    padding-left: 4px;
    font-family: Lato, sans-serif;
    letter-spacing: .5px;
    color: #f1ad63;
    font-style: italic;
    display: block;
    width: 100%
}

.content-section blockquote .name:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -4px;
    width: 4px;
    height: 1px;
    background: #f1ad63
}

.content-section blockquote:before {
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZBNzg1OUVGMUQwMTFFNTk2RTdDQURGQTFGQUY0NTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZBNzg1OUZGMUQwMTFFNTk2RTdDQURGQTFGQUY0NTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkE3ODU5Q0YxRDAxMUU1OTZFN0NBREZBMUZBRjQ1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkE3ODU5REYxRDAxMUU1OTZFN0NBREZBMUZBRjQ1MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhqnWV0AAANFSURBVHjatJhrSBRRFMdnJyEssTChkixqi3IlWiiIMlCEhD709EtiBEmFkRBYBFHRgz5EG9KDCnqAFH4IKyg0qD6Z1adexkYPMirCPkSg5laYtP0P3YVhuufc2b3jhT9395w5d35z5r7mRtLptBOkDN7Y7NiUwnUXg9xjKqoUrh2k/26W96iGXkM1TsgFYNNQdUNJ/K7JFm4Z1AHNhe5A56C8kMCKVZtRqJR+w3bADRgcU2D5HnMjtCoEsLGobkExn6vZDRBcpMAm+FzUWT+FkLjz0BKNvc01gI1B1Q7N1LiPQ48ts9aMaqPG9QraacrcUTUI/OUZtM8SrAJVQuMahuowYn+6QnAV0TPB9arOFawA1WVmQB4CWA87WhFciKoVimjch1XabUoLNEtjfwody/zhMkcXzNDYk97gHLNWiWqLxkUDbCuyNsLCIThOFzFtN0G/LcBogJ3kRi3AnngNusydYl7nVajL8nXSGrhAYx+A9vqNEe/aiierRXVNE0ypLoPeWYDRBP4emqLx7UfWjviNrgcsIkwPlyzBHNVVdGDfoBO6AO9rpcU2znTUhCUY3WeH0NeGTHDbmeBOBPdawi1nVpk/0FnpiTK7ghXMNa0hrJ/1jP0BHvyzCIeyltn+DKutjE2h6WMl4+sw9QVHyNojrj9kURZDExlftwinRmkl4+8J4ZVWMPa0WnHEzM2Gihh/MgS4hYy9z/RWCK5c8H8NAW4eY+8PMv9EBf9ACHCl3FIbBG6yM3olT+gy44LAFQv+8ZZwBYJvUhA4aas+fRSzWoKZIj/IPMeVckuAEcO955vgvgv+pZZwQ4ZvjWoT3BfBH0fqSywB+wRfrQnuo+Cn1aPOEu6N4FuEhy+T4F4aGt9gCffC4G+Q4GiJ+mF4tVUWcA8N/m1qy/Y/nPoUMzVw0AKuyzBqaS7dJU0lnYYb0K4l1+zRGnrfcE2TOjDSwl1XWxipbLLI3hWDn7IX08KprfI9QwO/LODaDZuID9BzaYU4LWwKb1qeKqWgCwzUbvrQ1u3tvHC3fQc0/ep7cg4C14Swt2vxZP+u8+9UNIq2E5kDatMX/3pUe6AzUBuCUh6fFRmdpqON1ZQA/H4bJOavAAMAAq3myJ0C4HgAAAAASUVORK5CYII=) no-repeat;
    position: absolute
}

@media only screen and (min-width:530px) {
    .content-section blockquote:before {
        top: 19px;
        left: 5.5%;
        width: 39px;
        height: 39px
    }
}

@media only screen and (max-width:529px) {
    .content-section blockquote:before {
        background-size: contain;
        left: 9px;
        top: 6px;
        width: 19px;
        height: 19px
    }
}

.content-section blockquote:after {
    -ms-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
    position: relative;
    content: '';
    display: inline-block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAnCAYAAACMo1E1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUZBNzg1OUVGMUQwMTFFNTk2RTdDQURGQTFGQUY0NTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUZBNzg1OUZGMUQwMTFFNTk2RTdDQURGQTFGQUY0NTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RkE3ODU5Q0YxRDAxMUU1OTZFN0NBREZBMUZBRjQ1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RkE3ODU5REYxRDAxMUU1OTZFN0NBREZBMUZBRjQ1MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhqnWV0AAANFSURBVHjatJhrSBRRFMdnJyEssTChkixqi3IlWiiIMlCEhD709EtiBEmFkRBYBFHRgz5EG9KDCnqAFH4IKyg0qD6Z1adexkYPMirCPkSg5laYtP0P3YVhuufc2b3jhT9395w5d35z5r7mRtLptBOkDN7Y7NiUwnUXg9xjKqoUrh2k/26W96iGXkM1TsgFYNNQdUNJ/K7JFm4Z1AHNhe5A56C8kMCKVZtRqJR+w3bADRgcU2D5HnMjtCoEsLGobkExn6vZDRBcpMAm+FzUWT+FkLjz0BKNvc01gI1B1Q7N1LiPQ48ts9aMaqPG9QraacrcUTUI/OUZtM8SrAJVQuMahuowYn+6QnAV0TPB9arOFawA1WVmQB4CWA87WhFciKoVimjch1XabUoLNEtjfwody/zhMkcXzNDYk97gHLNWiWqLxkUDbCuyNsLCIThOFzFtN0G/LcBogJ3kRi3AnngNusydYl7nVajL8nXSGrhAYx+A9vqNEe/aiierRXVNE0ypLoPeWYDRBP4emqLx7UfWjviNrgcsIkwPlyzBHNVVdGDfoBO6AO9rpcU2znTUhCUY3WeH0NeGTHDbmeBOBPdawi1nVpk/0FnpiTK7ghXMNa0hrJ/1jP0BHvyzCIeyltn+DKutjE2h6WMl4+sw9QVHyNojrj9kURZDExlftwinRmkl4+8J4ZVWMPa0WnHEzM2Gihh/MgS4hYy9z/RWCK5c8H8NAW4eY+8PMv9EBf9ACHCl3FIbBG6yM3olT+gy44LAFQv+8ZZwBYJvUhA4aas+fRSzWoKZIj/IPMeVckuAEcO955vgvgv+pZZwQ4ZvjWoT3BfBH0fqSywB+wRfrQnuo+Cn1aPOEu6N4FuEhy+T4F4aGt9gCffC4G+Q4GiJ+mF4tVUWcA8N/m1qy/Y/nPoUMzVw0AKuyzBqaS7dJU0lnYYb0K4l1+zRGnrfcE2TOjDSwl1XWxipbLLI3hWDn7IX08KprfI9QwO/LODaDZuID9BzaYU4LWwKb1qeKqWgCwzUbvrQ1u3tvHC3fQc0/ep7cg4C14Swt2vxZP+u8+9UNIq2E5kDatMX/3pUe6AzUBuCUh6fFRmdpqON1ZQA/H4bJOavAAMAAq3myJ0C4HgAAAAASUVORK5CYII=) no-repeat;
    background-size: contain
}

@media only screen and (min-width:530px) {
    .content-section blockquote:after {
        width: 20px;
        height: 20px;
        top: 10px;
        left: 17px
    }
}

@media only screen and (max-width:529px) {
    .content-section blockquote:after {
        width: 12px;
        height: 11px;
        top: 8px;
        left: 7px
    }
}

@media only screen and (min-width:1025px) {
    .content-section {
        font-size: 13pt;
        line-height: 23pt;
        letter-spacing: .25px
    }
}

@media only screen and (max-width:1025px) {
    .content-section {
        font-size: 12pt;
        line-height: 20pt;
        letter-spacing: -.15px
    }
}

.content-section .big-heading {
    font-size: 38pt;
    line-height: 42pt;
    text-align: center;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 8.5px
}

@media only screen and (min-width:530px) {
    .content-section .big-heading {
        padding: 33px 0 42px
    }
}

@media only screen and (min-width:530px) {
    .content-section .big-heading {
        padding: 10px 0
    }
}

.content-section p:not(:last-child) {
    margin-bottom: 30px
}

.content-section p:empty {
    display: none
}

@media only screen and (min-width:1025px) {
    .content-section .cs-text-big {
        font-size: 18pt;
        line-height: 30pt;
        margin-bottom: 36px;
        letter-spacing: .6px
    }
}

@media only screen and (max-width:1025px) {
    .content-section .cs-text-big {
        font-size: 14pt;
        line-height: 26pt;
        margin-bottom: 28px;
        letter-spacing: 1.2px
    }
}

.content-section .cs-round-image {
    position: relative;
    border-radius: 100%;
    overflow: hidden
}

@media only screen and (min-width:1025px) {
    .content-section .cs-round-image {
        margin: 0 auto 49px;
        width: 206px;
        height: 206px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-section .cs-round-image {
        margin: 0 auto 43px;
        width: 174px;
        height: 174px
    }
}

@media only screen and (max-width:529px) {
    .content-section .cs-round-image {
        margin: 0 auto 34px;
        width: 115px;
        height: 115px
    }
}

.content-section .cs-round-image img {
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.align-text-left {
    text-align: left
}

.align-text-center {
    text-align: center
}

.align-text-right {
    text-align: right
}

@media only screen and (min-width:1025px) {
    .content-section .collaborations-container {
        margin-bottom: 54px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-section .collaborations-container {
        margin: 0 -15% 54px
    }
}

@media only screen and (max-width:529px) {
    .content-section .collaborations-container {
        margin: 0 -9% 54px
    }
}

.collaboration-section {
    transition: color .3s;
    position: relative;
    border-bottom: 1px solid #313131;
    background: #fff;
    color: #a8a8a8;
    z-index: 1;
    color: #000;
    box-shadow: 0 1px 0 #dfdfdf, 0 -1px 0 #dfdfdf;
    border: none
}

@media only screen and (min-width:1025px) {
    .collaboration-section {
        padding: 56px 0 46px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .collaboration-section {
        padding: 77px 0 52px
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section {
        padding: 42px 0 21px
    }
}

@media only screen and (min-width:1025px) {
    .collaboration-section .es-wrapper {
        width: 100%;
        max-width: 1063px;
        margin: 0 auto
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .collaboration-section .es-wrapper {
        padding: 0 11.6%
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section .es-wrapper {
        padding: 0 7.3%
    }
}

.collaboration-section.es-featured {
    background: 0 0;
    color: #000;
    box-shadow: none;
    border: none
}

@media only screen and (min-width:1025px) {
    .collaboration-section.es-featured {
        padding-bottom: 63px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .collaboration-section.es-featured {
        padding: 42px 0 39px
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section.es-featured {
        padding: 33px 0 20px
    }
}

@media only screen and (min-width:570px) {
    .collaboration-section.es-featured .ec-content {
        padding-left: 41px
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section.es-featured .ec-content {
        padding-left: 0!important
    }
}

.collaboration-section.es-featured .ec-content h3 {
    color: #000
}

@media only screen and (max-width:569px) {
    .collaboration-section.es-featured .ec-content h3 {
        margin-bottom: 16px
    }
}

.collaboration-section.es-featured .ec-content h3 a {
    color: #000
}

.collaboration-section.es-featured:before {
    display: none
}

.collaboration-section:hover {
    color: #000
}

.collaboration-section:hover:before {
    opacity: 0
}

.collaboration-section:hover h3 {
    color: #000
}

.collaboration-section:hover h3 a {
    color: #000
}

.collaboration-section:hover .ec-date:after {
    opacity: .17
}

.collaboration-section:hover .read-more-btn:after {
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.collaboration-section:hover .read-more-btn span {
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.collaboration-section:before {
    transition: opacity .3s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    z-index: -1
}

@media only screen and (min-width:1025px) {
    .collaboration-section {
        padding-bottom: 63px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .collaboration-section {
        padding: 42px 0 39px
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section {
        padding: 33px 0 20px
    }
}

.collaboration-section .es-wrapper {
    max-width: 919px
}

.collaboration-section .event-container {
    padding-right: 0
}

@media only screen and (max-width:1025px) {
    .collaboration-section .event-container {
        -ms-flex-align: center;
        align-items: center
    }
}

.collaboration-section .event-container .ec-info-section {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (min-width:1025px) {
    .collaboration-section .event-container .ec-info-section {
        padding-left: 4%
    }
}

@media only screen and (max-width:1025px) {
    .collaboration-section .event-container .ec-info-section {
        width: 100%
    }
}

.collaboration-section .event-container .ec-img-section {
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #dfdfdf;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.collaboration-section .event-container .ec-img-section img {
    max-width: 80%;
    max-height: 80%;
    width: auto
}

@media only screen and (min-width:1025px) {
    .collaboration-section .event-container .ec-img-section {
        width: 225px;
        height: 225px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .collaboration-section .event-container .ec-img-section {
        width: 194px;
        height: 194px;
        margin-bottom: 35px
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section .event-container .ec-img-section {
        width: 146px;
        height: 146px;
        margin-bottom: 22px!important
    }
}

@media only screen and (min-width:570px) {
    .collaboration-section .ec-content {
        padding-left: 41px
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section .ec-content {
        padding-left: 0!important
    }
}

.collaboration-section .ec-content h3 {
    color: #000
}

@media only screen and (max-width:569px) {
    .collaboration-section .ec-content h3 {
        margin-bottom: 16px
    }
}

.collaboration-section .ec-content h3 a {
    color: #000
}

.collaboration-section blockquote {
    border-left: none
}

@media only screen and (min-width:1025px) {
    .collaboration-section blockquote {
        padding: 9px 0 36px 8.5%
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .collaboration-section blockquote {
        padding: 9px 0 33px 4.5%
    }
}

@media only screen and (min-width:570px) {
    .collaboration-section blockquote {
        margin: 0 -2px 8px
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section blockquote {
        margin-bottom: 15px;
        padding: 11px 0 33px 9.5%
    }
}

.collaboration-section blockquote:before {
    top: 0;
    width: 32px;
    height: 29px;
    background-size: contain
}

@media only screen and (min-width:1025px) {
    .collaboration-section blockquote:before {
        left: 0
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .collaboration-section blockquote:before {
        left: -18px
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section blockquote:before {
        left: 2px;
        top: 6px;
        width: 19px;
        height: 19px
    }
}

@media only screen and (max-width:569px) {
    .collaboration-section blockquote:after {
        width: 12px;
        height: 11px;
        top: 8px;
        left: 7px
    }
}

.collaboration-section:before {
    display: none
}

.sc-lightbox {
    position: fixed;
    padding: 40px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 9999;
    animation-name: fade-in;
    animation-duration: .5s
}

.sc-lightbox .sc-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: #f1ad63
}

@media only screen and (min-width:1025px) {
    .sc-lightbox .sc-close {
        right: 4%
    }
}

@media only screen and (max-width:1025px) {
    .sc-lightbox .sc-close {
        right: 0
    }
}

.sc-lightbox .sc-close:after,
.sc-lightbox .sc-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #000;
    margin-top: -.5px
}

.sc-lightbox .sc-close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sc-lightbox .sc-close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.subnav-container {
    font-size: 10pt;
    line-height: 14pt;
    background: #000;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    letter-spacing: 3px
}

.subnav-container ul:after,
.subnav-container ul:before {
    content: "";
    display: table;
    clear: both
}

.subnav-container ul:after,
.subnav-container ul:before {
    content: "";
    display: table
}

.subnav-container ul:after {
    clear: both
}

@media only screen and (min-width:1025px) {
    .subnav-container ul {
        padding: 0 7%
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .subnav-container ul {
        padding: 2%
    }
}

.subnav-container li {
    transition: opacity .2s ease-in-out;
    position: relative;
    height: 130px;
    border-bottom: 1px solid #333;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .subnav-container li {
        width: 21.2%
    }
    .subnav-container li:not(:nth-child(4n)) {
        margin-right: 5%
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .subnav-container li {
        width: 23.5%
    }
    .subnav-container li:not(:nth-child(4n)) {
        margin-right: 2%
    }
}

@media only screen and (min-width:530px) {
    .subnav-container li {
        float: left
    }
}

.subnav-container li:not(.sc-visible) {
    opacity: 0;
    pointer-events: none
}

.subnav-container li:hover:before {
    opacity: .2
}

.subnav-container li:before {
    transition: opacity .3s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
    z-index: -1
}

.subnav-container li a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.useful-information-bordered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    letter-spacing: .7px
}

@media only screen and (min-width:1025px) {
    .useful-information-bordered {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (max-width:1025px) {
    .useful-information-bordered {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:530px) {
    .useful-information-bordered {
        font-size: 10pt;
        line-height: 14pt
    }
}

@media only screen and (max-width:529px) {
    .useful-information-bordered {
        font-size: 9pt;
        line-height: 13pt
    }
}

.useful-information-bordered>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-left: 1px solid #f1ad63
}

@media only screen and (min-width:1025px) {
    .useful-information-bordered>* {
        width: 50%;
        padding: 6px 0 0 5.7%
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .useful-information-bordered>* {
        padding: 6px 0 0 8.7%
    }
}

@media only screen and (max-width:529px) {
    .useful-information-bordered>* {
        padding: 0 0 0 6.7%
    }
}

.useful-information-bordered address {
    font-style: normal
}

@media only screen and (max-width:1025px) {
    .useful-information-bordered address {
        padding-bottom: 32px
    }
}

.useful-information-bordered address>* {
    width: 100%
}

.useful-information-bordered p {
    width: 100%
}

.useful-information-bordered p:last-child {
    margin: 0
}

@media only screen and (min-width:1025px) {
    .useful-information-bordered p {
        margin: 0 0 22px
    }
}

@media only screen and (max-width:1025px) {
    .useful-information-bordered p {
        margin: 0 0 15px
    }
}

@media only screen and (max-width:529px) {
    .useful-information-bordered p {
        display: -ms-flexbox;
        display: flex
    }
}

.useful-information-bordered a {
    width: 100%
}

@media only screen and (max-width:529px) {
    .useful-information-bordered a {
        word-break: break-all;
        display: -ms-flexbox;
        display: flex
    }
}

.useful-information-bordered .svg-ico {
    vertical-align: middle
}

@media only screen and (min-width:530px) {
    .useful-information-bordered .svg-ico {
        width: 17px;
        height: 17px;
        margin-right: 2.3%
    }
}

@media only screen and (max-width:529px) {
    .useful-information-bordered .svg-ico {
        width: 22px;
        height: 15px;
        margin-right: 6.3%
    }
}

.useful-information-bordered .svg-ico * {
    fill: #f1ad63
}

.useful-information-bordered .uib-links {
    font-size: 8pt;
    line-height: 11pt;
    font-family: Lato, sans-serif;
    text-transform: uppercase
}

.list-view {
    margin: 0
}

.main .list-view .pager {
    font-size: 12pt;
    line-height: 16pt;
    font-family: Lato, sans-serif;
    text-align: center;
    background: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 77px 0 79px;
    border: 0 solid #313131;
    border-width: 1px 0 5px;
    letter-spacing: 2px
}

.main .list-view .pager ul {
    display: inline-block
}

@media only screen and (max-width:529px) {
    .main .list-view .pager ul {
        position: relative;
        padding-bottom: 60px;
        width: 100%
    }
}

.main .list-view .pager li {
    display: inline-block;
    vertical-align: top;
    overflow: visible!important;
    margin: 0 3px;
    padding-left: 0
}

.main .list-view .pager li.page:before {
    display: none
}

.main .list-view .pager li.next,
.main .list-view .pager li.prev {
    min-width: 132px
}

@media only screen and (max-width:529px) {
    .main .list-view .pager li.next,
    .main .list-view .pager li.prev {
        position: absolute;
        bottom: 0;
        width: 30%
    }
}

.main .list-view .pager li.next {
    margin-left: 30px
}

@media only screen and (max-width:529px) {
    .main .list-view .pager li.next {
        right: 10%
    }
}

.main .list-view .pager li.prev {
    margin-right: 30px
}

@media only screen and (max-width:529px) {
    .main .list-view .pager li.prev {
        left: 10%
    }
}

.main .list-view .pager li.page a,
.main .list-view .pager li.page span {
    display: block;
    background: #1a1a1a;
    color: #f1ad63;
    border: none;
    border-radius: 0;
    width: 44px;
    padding: 14px 0
}

.main .list-view .pager li.page a:hover {
    background: #fff;
    color: #000
}

.main .list-view .pager li.selected a,
.main .list-view .pager li.selected span {
    background: #f1ad63;
    color: #000
}

.banner-contact-us {
    text-align: center;
    padding-bottom: 120px;
    background: #fff url(../images/membership-bg.png) no-repeat 120% 60%!important
}

.page.system-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    background: #000 url(/themes/basic/images/bg-contact-us.jpg) no-repeat;
    background-size: 100% auto
}

@media only screen and (min-width:530px) {
    .page.system-page {
        padding-top: 170px
    }
}

@media only screen and (max-width:529px) {
    .page.system-page {
        padding-top: 120px
    }
}

.page.system-page .main {
    margin: auto
}

.page.system-page .page.system-page {
    background: 0 0!important
}

.bordered-button,
.golden-button {
    font-size: 8pt;
    line-height: 12pt;
    font-family: Lato, sans-serif;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    min-width: 235px;
    z-index: 1
}

.bordered-button>*,
.golden-button>* {
    transition: color .2s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    color: #000;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    letter-spacing: 2px;
    width: 100%
}

@media only screen and (min-width:530px) {
    .bordered-button>*,
    .golden-button>* {
        padding: 14px 30px
    }
}

@media only screen and (max-width:529px) {
    .bordered-button>*,
    .golden-button>* {
        padding: 14px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.bordered-button>* span,
.golden-button>* span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.bordered-button input,
.golden-button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 1;
    opacity: 0!important
}

.bordered-button:before,
.golden-button:before {
    transition: transform .2s ease-in-out;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    content: '';
    position: absolute;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    background: #f1ad63;
    z-index: -1
}

.bordered-button:hover>*,
.golden-button:hover>* {
    color: #f1ad63
}

.bordered-button:hover *,
.golden-button:hover * {
    fill: #f1ad63
}

.bordered-button:hover:before,
.golden-button:hover:before {
    -ms-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1)
}

.bordered-button.gb-hide-show-arrow .gb-text,
.golden-button.gb-hide-show-arrow .gb-text {
    transition: transform .3s;
    -ms-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0)
}

.bordered-button.gb-hide-show-arrow .svg-ico,
.golden-button.gb-hide-show-arrow .svg-ico {
    transition: transform .3s .1s, opacity .2s .1s;
    -ms-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0);
    opacity: 0;
    width: 13px;
    height: 13px
}

.bordered-button.gb-hide-show-arrow .svg-ico svg,
.golden-button.gb-hide-show-arrow .svg-ico svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bordered-button.gb-hide-show-arrow:hover *,
.golden-button.gb-hide-show-arrow:hover * {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.bordered-button.gb-arrow-transform .svg-ico,
.golden-button.gb-arrow-transform .svg-ico {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 15px;
    height: 18px
}

.bordered-button.gb-arrow-transform svg,
.golden-button.gb-arrow-transform svg {
    transition: transform .15s ease;
    position: relative
}

.bordered-button.gb-arrow-transform .gb-text+.svg-ico,
.golden-button.gb-arrow-transform .gb-text+.svg-ico {
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-left: 7px
}

.bordered-button.gb-arrow-transform .svg-ico+.gb-text,
.golden-button.gb-arrow-transform .svg-ico+.gb-text {
    margin-left: 7px
}

.bordered-button.gb-arrow-transform:hover svg,
.golden-button.gb-arrow-transform:hover svg {
    -ms-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    left: -15px
}

.bordered-button {
    background: 0 0;
    box-shadow: inset 0 0 0 1px #f1ad63
}

.bordered-button>* {
    color: #f1ad63
}

.bordered-button * {
    fill: #f1ad63
}

.bordered-button:before {
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -ms-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1)
}

.bordered-button:hover>* {
    color: #000
}

.bordered-button:hover * {
    fill: #000
}

.bordered-button:hover:before {
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.bordered-button.gb-hide-show-arrow .gb-text {
    transition: transform .3s;
    -ms-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0)
}

.bordered-button.gb-hide-show-arrow .svg-ico {
    transition: transform .3s .1s, opacity .2s .1s;
    -ms-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0);
    opacity: 0;
    width: 13px;
    height: 13px
}

.bordered-button.gb-hide-show-arrow .svg-ico svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bordered-button.gb-hide-show-arrow:hover * {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.bordered-button.gb-arrow-transform .svg-ico {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 15px;
    height: 18px
}

.bordered-button.gb-arrow-transform svg {
    transition: transform .15s ease;
    position: relative
}

.bordered-button.gb-arrow-transform .gb-text+.svg-ico {
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-left: 7px
}

.bordered-button.gb-arrow-transform .svg-ico+.gb-text {
    margin-left: 7px
}

.bordered-button.gb-arrow-transform:hover svg {
    -ms-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    left: -15px
}

.golden-button {
    background: #1a1a1a
}

.golden-button>* {
    color: #000
}

.golden-button:before {
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.golden-button:hover>* {
    color: #f1ad63
}

.golden-button:hover:before {
    -ms-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1)
}

.read-more-btn {
    position: relative;
    top: -1px;
    display: inline-block;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 1.3px;
    padding: 0 30px 0 15px
}

.read-more-btn:after {
    transition: transform .2s;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -ms-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1);
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f1ad63
}

.read-more-btn:hover:after {
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.read-more-btn:hover span {
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.read-more-btn span {
    transition: transform .2s;
    display: inline-block;
    vertical-align: middle
}

.read-more-btn .svg-ico {
    width: 15px;
    height: 5px;
    margin-left: 7px
}

.read-more-btn .svg-ico * {
    fill: #f1ad63;
    vertical-align: top
}

.members-container {
    text-align: center;
    font-family: Lato, sans-serif
}

@media only screen and (min-width:530px) {
    .members-container {
        padding: 109px 0 119px
    }
}

@media only screen and (max-width:529px) {
    .members-container {
        padding: 30px 0
    }
}

.members-container.mc-light {
    background: #F4F4F4;
    color: #a8a8a8
}

.members-container.mc-light h4 {
    color: #000
}

@media only screen and (min-width:1025px) {
    .members-container.mc-light h4 {
        font-size: 14.5pt;
        line-height: 14.5pt
    }
}

@media only screen and (max-width:1025px) {
    .members-container.mc-light h4 {
        font-size: 11.5pt;
        line-height: 11.5pt
    }
}

.members-container.mc-light .plci-img {
    background: #fff
}

.members-container.mc-light .plci-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.members-container.mc-light .plci-info-holder {
    background: #fff
}

@media only screen and (min-width:1025px) {
    .members-container.mc-light .plci-info-holder {
        height: 185px
    }
}

.members-container.mc-light .plci-info-holder:before {
    display: none
}

.members-container.mc-light .pih-container {
    border-left: 2px solid #f1ad63;
    margin-left: -15px;
    padding-left: 15px
}

.members-container.mc-light .plci-company {
    color: #a8a8a8
}

.members-container:not(.mc-light) {
    background: #000
}

.members-container:not(.mc-light) .plci-info-holder {
    background: #1A1A1A
}

@media only screen and (min-width:1025px) {
    .members-container:not(.mc-light) .plci-info-holder {
        height: 224px
    }
}

.members-container:not(.mc-light) .plci-company {
    color: #9c9c9c
}

.members-container h2 {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300
}

@media only screen and (min-width:1025px) {
    .members-container h2 {
        font-size: 37pt;
        line-height: 49pt;
        letter-spacing: 9px;
        margin-bottom: 51px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .members-container h2 {
        font-size: 29pt;
        line-height: 33pt;
        letter-spacing: 8px;
        margin-bottom: 29px
    }
}

@media only screen and (max-width:529px) {
    .members-container h2 {
        font-size: 22pt;
        line-height: 26pt;
        letter-spacing: 8px;
        margin-bottom: 36px
    }
}

.members-container h3 {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #f1ad63;
    font-weight: 300;
    letter-spacing: 4px
}

@media only screen and (min-width:1025px) {
    .members-container h3 {
        font-size: 17pt;
        line-height: 21pt
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .members-container h3 {
        font-size: 14pt;
        line-height: 18pt
    }
}

@media only screen and (min-width:530px) {
    .members-container h3 {
        padding: 47px 0 8px
    }
}

@media only screen and (max-width:529px) {
    .members-container h3 {
        font-size: 9.5pt;
        line-height: 13.5pt;
        margin-bottom: -8px;
        padding: 15px 0 8px
    }
}

.members-container ul {
    padding-top: 52px;
    text-align: center
}

.members-container li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 10px;
    max-width: 25%
}

.members-container .mx-person-img {
    overflow: hidden;
    height: 338px
}

.members-container .mx-person-info {
    font-size: 10.5pt;
    line-height: 14.5pt;
    position: relative;
    text-transform: uppercase;
    padding: 37px 17%;
    font-weight: 300;
    letter-spacing: 2px;
    background: #1A1A1A
}

.members-container .mx-person-info:before {
    content: '';
    position: absolute;
    top: 27%;
    left: 10%;
    width: 1px;
    height: 48%;
    background: #f1ad63
}

.members-container .mx-pi-desc {
    padding-top: 19px;
    text-transform: none
}

.persons-list-container {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width:1025px) {
    .persons-list-container {
        padding: 52px 6.1% 0
    }
}

@media only screen and (max-width:1025px) {
    .persons-list-container {
        padding: 29px 10.5% 0
    }
}

.persons-list-container .plc-item {
    cursor: pointer;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 15px
}

.persons-list-container .plc-item.plc-opened .plci-info {
    box-shadow: 0 12px 0 #f1ad63
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plc-item {
        width: 23.9%
    }
    .persons-list-container .plc-item:not(:nth-child(4n)) {
        margin-right: 1.4%
    }
    .persons-list-container .plc-item:nth-child(4n+1) .plci-about {
        left: -6vw
    }
    .persons-list-container .plc-item:nth-child(4n+2) .plci-about {
        left: -28vw
    }
    .persons-list-container .plc-item:nth-child(4n+3) .plci-about {
        left: -50vw
    }
    .persons-list-container .plc-item:nth-child(4n+4) .plci-about {
        left: -72vw
    }
    .persons-list-container .plc-item:not(.plc-opened):hover .plci-info-holder {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .persons-list-container .plc-item:not(.plc-opened):hover .plci-img .plci-image-content,
    .persons-list-container .plc-item:not(.plc-opened):hover .plci-img img {
        -ms-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0)
    }
    .persons-list-container .plc-item:only-child {
        margin: auto
    }
    .persons-list-container .plc-item:only-child .plci-about {
        left: -39vw
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .persons-list-container .plc-item {
        width: 49%
    }
    .persons-list-container .plc-item:nth-child(2n) .plci-about {
        left: -50vw
    }
    .persons-list-container .plc-item:nth-child(2n+1) .plci-about {
        left: -10vw
    }
    .persons-list-container .plc-item:not(:nth-child(2n)) {
        margin-right: 2%
    }
}

@media only screen and (max-width:529px) {
    .persons-list-container .plc-item {
        width: 100%
    }
    .persons-list-container .plc-item .plci-about {
        left: -11vw
    }
}

.persons-list-container .plci-close-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    background: #f1ad63
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plci-close-btn {
        right: 6.8%;
        width: 53px;
        height: 53px
    }
}

@media only screen and (max-width:1025px) {
    .persons-list-container .plci-close-btn {
        right: 1%;
        width: 40px;
        height: 40px
    }
}

.persons-list-container .plci-close-btn:after,
.persons-list-container .plci-close-btn:before {
    transition: transform .2s;
    content: '';
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #000;
    margin-top: -.5px
}

.persons-list-container .plci-close-btn:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.persons-list-container .plci-close-btn:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.persons-list-container .plci-close-btn:hover:after,
.persons-list-container .plci-close-btn:hover:before {
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.persons-list-container .plci-img {
    position: relative;
    overflow: hidden;
    margin-bottom: -50px
}

.persons-list-container .plci-img .plci-image-content {
    transition: all .3s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%
}

.persons-list-container .plci-img img {
    transition: all .3s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1);
    position: relative;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plci-img {
        height: 339px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .persons-list-container .plci-img {
        height: 247px
    }
}

@media only screen and (max-width:529px) {
    .persons-list-container .plci-img {
        height: 247px
    }
}

.persons-list-container .plci-info {
    transition: box-shadow .3s;
    overflow: hidden;
    margin-bottom: 12px
}

.persons-list-container .plci-info-holder {
    transition: transform .3s ease-in-out;
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    position: relative;
    background: #1A1A1A
}

.persons-list-container .plci-info-holder p {
    margin-bottom: 0
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plci-info-holder {
        padding: 43px 71px 89px 71px
    }
}

@media only screen and (max-width:1025px) {
    .persons-list-container .plci-info-holder {
        padding: 31px 25px 77px 52px
    }
}

.persons-list-container .plci-info-holder:before {
    content: '';
    float: left;
    background: #f1ad63;
    margin-left: -10%
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plci-info-holder:before {
        width: 2px;
        height: 78px
    }
}

@media only screen and (max-width:1025px) {
    .persons-list-container .plci-info-holder:before {
        width: 1px;
        height: 57px
    }
}

.persons-list-container .plci-company p,
.persons-list-container .plci-position p,
.persons-list-container h4 {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.persons-list-container h4 {
    color: #f1ad63;
    letter-spacing: 2.1px;
    font-weight: 300;
    text-transform: uppercase
}

@media only screen and (min-width:1025px) {
    .persons-list-container h4 {
        font-size: 16.5pt;
        line-height: 16.5pt;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1025px) {
    .persons-list-container h4 {
        font-size: 11.5pt;
        line-height: 11.5pt;
        margin-bottom: 3px
    }
}

.persons-list-container .plci-position {
    text-transform: uppercase;
    color: #fff
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plci-position {
        font-size: 10pt;
        line-height: 14pt;
        letter-spacing: 2.5px;
        margin-bottom: 18px
    }
}

@media only screen and (max-width:1025px) {
    .persons-list-container .plci-position {
        font-size: 9pt;
        line-height: 13pt;
        letter-spacing: 2px;
        margin-bottom: 9px
    }
}

.persons-list-container .plci-company {
    font-family: Martel, sans-serif;
    font-weight: 300;
    color: #9c9c9c;
    letter-spacing: .5px
}

@media only screen and (max-width:1025px) {
    .persons-list-container .plci-company {
        font-size: 9pt;
        line-height: 13pt
    }
}

.persons-list-container .plci-view-btn {
    font-size: 10pt;
    line-height: 14pt;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    background: #f1ad63;
    color: #1A1A1A;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 4.5px
}

.persons-list-container .plci-about {
    position: relative;
    cursor: default;
    font-family: Martel, serif;
    background: #fff;
    color: #000;
    width: 99vw;
    display: none
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .persons-list-container .plci-about {
        padding: 84px 25% 20px
    }
}

.persons-list-container .plci-about .general-button {
    width: auto;
    padding: 0 10px
}

.persons-list-container .plci-next-btn,
.persons-list-container .plci-prev-btn {
    cursor: pointer;
    position: absolute;
    margin-top: -30px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plci-next-btn,
    .persons-list-container .plci-prev-btn {
        top: 50%;
        width: 60px;
        height: 69px
    }
}

@media only screen and (max-width:529px) {
    .persons-list-container .plci-next-btn,
    .persons-list-container .plci-prev-btn {
        display: none
    }
}

.persons-list-container .plci-next-btn.button-disabled,
.persons-list-container .plci-prev-btn.button-disabled {
    display: none
}

.persons-list-container .plci-next-btn:before,
.persons-list-container .plci-prev-btn:before {
    transition: transform .2s ease-in-out;
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1ad63;
    z-index: -1
}

.persons-list-container .plci-next-btn:hover:before,
.persons-list-container .plci-prev-btn:hover:before {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.persons-list-container .plci-next-btn:hover *,
.persons-list-container .plci-prev-btn:hover * {
    fill: #000
}

.persons-list-container .plci-next-btn *,
.persons-list-container .plci-prev-btn * {
    fill: #000
}

.persons-list-container .plci-next-btn .svg-ico,
.persons-list-container .plci-prev-btn .svg-ico {
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: relative;
    left: 50%;
    top: 50%
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plci-next-btn .svg-ico,
    .persons-list-container .plci-prev-btn .svg-ico {
        width: 26px;
        height: 26px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .persons-list-container .plci-next-btn .svg-ico,
    .persons-list-container .plci-prev-btn .svg-ico {
        width: 17px;
        height: 17px
    }
}

@media only screen and (max-width:529px) {
    .persons-list-container .plci-next-btn .svg-ico,
    .persons-list-container .plci-prev-btn .svg-ico {
        width: 17px;
        height: 17px
    }
}

.persons-list-container .plci-next-btn {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-right: 1px solid rgba(0, 0, 0, .5)
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plci-next-btn {
        right: 8.7%
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .persons-list-container .plci-next-btn {
        right: 2%
    }
}

@media only screen and (max-width:1025px) {
    .persons-list-container .plci-next-btn {
        right: 2.5%
    }
}

@media only screen and (min-width:530px) {
    .persons-list-container .plci-next-btn {
        margin-left: 20px
    }
}

.persons-list-container .plci-prev-btn {
    border-right: 1px solid rgba(0, 0, 0, .5)
}

@media only screen and (min-width:1025px) {
    .persons-list-container .plci-prev-btn {
        left: 8.7%
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .persons-list-container .plci-prev-btn {
        left: 2%
    }
}

@media only screen and (max-width:1025px) {
    .persons-list-container .plci-prev-btn {
        left: 2.5%
    }
}

@media only screen and (min-width:530px) {
    .persons-list-container .plci-prev-btn {
        margin-right: 20px
    }
}

.plci-next-btn,
.plci-prev-btn {
    cursor: pointer;
    position: absolute;
    margin-top: -30px;
    overflow: hidden;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .plci-next-btn,
    .plci-prev-btn {
        top: 50%;
        width: 60px;
        height: 69px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .plci-next-btn,
    .plci-prev-btn {
        top: 59%;
        width: 22px;
        height: 44px
    }
}

@media only screen and (max-width:529px) {
    .plci-next-btn,
    .plci-prev-btn {
        top: 59%;
        width: 22px;
        height: 44px
    }
}

.plci-next-btn.button-disabled,
.plci-prev-btn.button-disabled {
    display: none
}

.plci-next-btn:before,
.plci-prev-btn:before {
    transition: transform .2s ease-in-out;
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1ad63;
    z-index: -1
}

.plci-next-btn:hover:before,
.plci-prev-btn:hover:before {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.plci-next-btn:hover *,
.plci-prev-btn:hover * {
    fill: #000
}

.plci-next-btn *,
.plci-prev-btn * {
    fill: #000
}

.plci-next-btn .svg-ico,
.plci-prev-btn .svg-ico {
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: relative;
    left: 50%;
    top: 50%
}

@media only screen and (min-width:1025px) {
    .plci-next-btn .svg-ico,
    .plci-prev-btn .svg-ico {
        width: 26px;
        height: 26px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .plci-next-btn .svg-ico,
    .plci-prev-btn .svg-ico {
        width: 17px;
        height: 17px
    }
}

@media only screen and (max-width:529px) {
    .plci-next-btn .svg-ico,
    .plci-prev-btn .svg-ico {
        width: 17px;
        height: 17px
    }
}

.plci-next-btn {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 8.7%;
    border-right: 1px solid rgba(0, 0, 0, .5)
}

@media only screen and (min-width:530px) {
    .plci-next-btn {
        margin-left: 20px
    }
}

.plci-prev-btn {
    left: 8.7%;
    border-right: 1px solid rgba(0, 0, 0, .5)
}

@media only screen and (min-width:530px) {
    .plci-prev-btn {
        margin-right: 20px
    }
}

.event-section {
    transition: color .3s;
    position: relative;
    border-bottom: 1px solid #313131;
    background: #fff;
    color: #a8a8a8;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .event-section {
        padding: 56px 0 46px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .event-section {
        padding: 77px 0 52px
    }
}

@media only screen and (max-width:569px) {
    .event-section {
        padding: 42px 0 21px
    }
}

@media only screen and (min-width:1025px) {
    .event-section .es-wrapper {
        width: 100%;
        max-width: 1063px;
        margin: 0 auto
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .event-section .es-wrapper {
        padding: 0 11.6%
    }
}

@media only screen and (max-width:569px) {
    .event-section .es-wrapper {
        padding: 0 7.3%
    }
}

.event-section.es-featured {
    background: 0 0;
    color: #000;
    box-shadow: none;
    border: none
}

@media only screen and (min-width:1025px) {
    .event-section.es-featured {
        padding-bottom: 63px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .event-section.es-featured {
        padding: 42px 0 39px
    }
}

@media only screen and (max-width:569px) {
    .event-section.es-featured {
        padding: 33px 0 20px
    }
}

@media only screen and (min-width:570px) {
    .event-section.es-featured .ec-content {
        padding-left: 41px
    }
}

@media only screen and (max-width:569px) {
    .event-section.es-featured .ec-content {
        padding-left: 0!important
    }
}

.event-section.es-featured .ec-content h3 {
    color: #000
}

@media only screen and (max-width:569px) {
    .event-section.es-featured .ec-content h3 {
        margin-bottom: 16px
    }
}

.event-section.es-featured .ec-content h3 a {
    color: #000
}

.event-section.es-featured:before {
    display: none
}

.event-section:hover {
    color: #000
}

.event-section:hover:before {
    opacity: 0
}

.event-section:hover h3 {
    color: #000
}

.event-section:hover h3 a {
    color: #000
}

.event-section:hover .ec-date:after {
    opacity: .17
}

.event-section:hover .read-more-btn:after {
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1)
}

.event-section:hover .read-more-btn span {
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.event-section:before {
    transition: opacity .3s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    z-index: -1
}

.event-container {
    letter-spacing: .05px;
    min-height: 225px;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

@media only screen and (min-width:1025px) {
    .event-container {
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-right: 5px
    }
}

@media only screen and (min-width:570px) {
    .event-container {
        font-size: 11pt;
        line-height: 20pt
    }
}

@media only screen and (max-width:1025px) {
    .event-container {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:569px) {
    .event-container {
        font-size: 9.5pt;
        line-height: 15pt
    }
}

@media only screen and (min-width:1025px) {
    .event-container .ec-img-section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .event-container .ec-img-section {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:569px) {
    .event-container .ec-img-section {
        margin-bottom: 36px
    }
}

@media only screen and (min-width:1025px) {
    .event-container img {
        width: 325px;
        height: auto
    }
}

@media only screen and (max-width:1025px) {
    .event-container img {
        width: 100%
    }
}

.event-container .ec-info-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%
}

@media only screen and (min-width:1025px) {
    .event-container .ec-info-section {
        padding: 0 3% 0 3.1%
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .event-container .ec-info-section {
        padding: 0 0 0 6%
    }
}

@media only screen and (min-width:570px) {
    .event-container .ec-info-section:before {
        content: '';
        position: absolute;
        top: 3%;
        left: 0;
        width: 1px;
        height: 91%;
        background: #f1ad63
    }
}

.event-container .ec-date {
    position: relative;
    font-family: Lato, sans-serif;
    color: #f1ad63;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (min-width:1025px) {
    .event-container .ec-date {
        padding-right: 25px
    }
}

@media only screen and (min-width:570px) and (max-width:1025px) {
    .event-container .ec-date {
        padding-right: 29px
    }
}

@media only screen and (max-width:569px) {
    .event-container .ec-date {
        padding-right: 14px
    }
}

.event-container .ec-date:after {
    transition: opacity .3s;
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 50px;
    background: #313131
}

@media only screen and (min-width:570px) {
    .event-container .ec-day {
        font-size: 22pt;
        line-height: 26pt;
        letter-spacing: 4px
    }
}

@media only screen and (max-width:569px) {
    .event-container .ec-day {
        font-size: 13pt;
        line-height: 17pt;
        letter-spacing: 2px
    }
}

@media only screen and (min-width:570px) {
    .event-container .ec-month {
        font-size: 17pt;
        line-height: 18pt;
        letter-spacing: 2px
    }
}

@media only screen and (max-width:569px) {
    .event-container .ec-month {
        font-size: 8pt;
        line-height: 12pt;
        letter-spacing: 1px
    }
}

.event-container .ec-content {
    max-width: 100%
}

@media only screen and (min-width:570px) {
    .event-container .ec-content {
        padding-left: 33px
    }
}

@media only screen and (max-width:569px) {
    .event-container .ec-content {
        padding-left: 16px;
        min-width: 83%
    }
}

.event-container h3 {
    transition: color .3s;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 6.4px;
    color: #fff
}

@media only screen and (min-width:570px) {
    .event-container h3 {
        font-size: 22pt;
        line-height: 27pt;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:569px) {
    .event-container h3 {
        font-size: 16pt;
        line-height: 19pt;
        margin-bottom: 23px
    }
}

.event-container h3 a {
    color: #fff
}

.event-container p {
    margin-bottom: 13px
}

.video-container-overflow {
    overflow: hidden
}

.video-container-overflow .video-block {
    margin-top: -40px
}

.video-container-overflow .video-js {
    width: 100%;
    height: 100%
}

.video-container-overflow .video-js:hover button.vjs-big-play-button {
    background: rgba(0, 0, 0, .5)
}

.video-container-overflow .video-js:hover button.vjs-big-play-button:after,
.video-container-overflow .video-js:hover button.vjs-big-play-button:before {
    -ms-transform: scale(1);
    transform: scale(1)
}

.video-container-overflow .video-js:hover button.vjs-big-play-button:before {
    border-color: #f1ad63
}

.video-container-overflow .video-js .vjs-control-bar {
    background: rgba(0, 0, 0, .5)
}

.video-container-overflow .video-js .vjs-control:before {
    color: #f1ad63
}

.video-container-overflow .video-js .vjs-play-progress {
    background: #f1ad63
}

.video-container-overflow .video-js .vjs-play-progress:after,
.video-container-overflow .video-js .vjs-play-progress:before,
.video-container-overflow .video-js .vjs-time-tooltip {
    color: #f1ad63
}

.video-container-overflow .video-js .vjs-load-progress {
    background: #fff
}

.video-container-overflow .video-js .vjs-load-progress div {
    background: #fff
}

.video-container-overflow .video-js .vjs-volume-level {
    background: #f1ad63
}

.video-container-overflow .video-js .vjs-volume-level:before {
    color: #f1ad63
}

.video-container-overflow button.vjs-big-play-button {
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -60px 0 0 -80px;
    border-radius: 100%;
    border: none;
    background: rgba(0, 0, 0, .5)
}

@media only screen and (max-width:529px) {
    .video-container-overflow button.vjs-big-play-button {
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
}

.video-container-overflow button.vjs-big-play-button:after,
.video-container-overflow button.vjs-big-play-button:before {
    -ms-transform: scale(.8);
    transform: scale(.8);
    content: '';
    position: absolute
}

.video-container-overflow button.vjs-big-play-button:before {
    transition: transform .3s cubic-bezier(1, .005, .05, 1.215), border-color .2s;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.video-container-overflow button.vjs-big-play-button:after {
    transition: transform .3s cubic-bezier(1, .005, .05, 1.215);
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -15px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 45px solid #fff
}

.video-container-overflow .video-js.vjs-fullscreen {
    margin-top: -70px!important;
    height: calc(100% + 70px)!important
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close {
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px
}

.fancybox-next span {
    right: 10px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block
}

.fancybox-title-outside-wrap {
    position: relative
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0
}

.popup-content {
    display: none
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.fancybox-overlay {
    background: rgba(0, 0, 0, .7)
}

.fancybox-overlay .circle {
    -ms-transform: rotate(-190deg);
    transform: rotate(-190deg)
}

.fancybox-wrap {
    font-family: Lato, sans-serif
}

.fancybox-wrap.circle-popup-big .circle {
    top: 50%;
    width: 700px;
    height: 700px;
    margin: -350px
}

.fancybox-wrap .f-captcha {
    max-width: 290px;
    margin: auto
}

.fancybox-wrap .f-captcha .hint {
    padding-bottom: 8px
}

@media only screen and (max-width:529px) {
    .fancybox-wrap {
        width: 100%!important;
        height: 100%!important;
        overflow: hidden!important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.fancybox-wrap .circle {
    transition: transform 1.5s, opacity 1s;
    opacity: 0;
    pointer-events: all;
    z-index: 0;
    position: absolute;
    content: '';
    border-radius: 100%;
    left: 50%
}

.fancybox-wrap .circle svg {
    transition: transform 1.5s
}

.fancybox-wrap .circle circle {
    fill: transparent;
    stroke: url(#grad);
    stroke-width: 1
}

.fancybox-wrap .circle:before {
    transition: opacity .3s;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100%;
    background: #000;
    opacity: .5;
    z-index: -1
}

@media only screen and (min-width:1025px) {
    .fancybox-wrap .circle {
        top: 38.5%;
        width: 540px;
        height: 540px;
        margin: -261px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .fancybox-wrap .circle {
        width: 454px;
        height: 454px;
        margin: -227px;
        top: 42.5vh
    }
}

@media only screen and (max-width:529px) {
    .fancybox-wrap .circle {
        width: 385px;
        height: 385px;
        margin: -192px;
        top: 32.5vh
    }
}

.fancybox-wrap .circle:before {
    opacity: 1
}

@media only screen and (max-width:1025px) {
    .fancybox-wrap .circle {
        top: 50%
    }
}

.fancybox-wrap #usersubscription,
.fancybox-wrap .usersubscription {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:1025px) {
    .fancybox-wrap #usersubscription,
    .fancybox-wrap .usersubscription {
        min-height: 563px
    }
}

.fancybox-wrap #usersubscription h2.thank-you-mess,
.fancybox-wrap .usersubscription h2.thank-you-mess {
    text-align: center
}

.fancybox-wrap .fancybox-close {
    top: 105%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px
}

.fancybox-wrap .fancybox-close:after,
.fancybox-wrap .fancybox-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -.5px;
    background: #f1ad63
}

.fancybox-wrap .fancybox-close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-wrap .fancybox-close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-inner {
    overflow: hidden!important
}

.fancybox-inner input {
    max-width: 290px!important;
    margin: 0 auto
}

.fancybox-opened .circle {
    transition: transform .7s;
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
    opacity: 1
}

.fancybox-opened .error-container {
    display: none!important
}

.loginbox {
    text-align: center
}

@media only screen and (min-width:530px) {
    .loginbox {
        width: 430px
    }
}

.loginbox h4 {
    font-size: 18pt;
    line-height: 22pt;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    color: #f1ad63;
    font-weight: 300;
    letter-spacing: 6px
}

@media only screen and (min-width:530px) {
    .loginbox h4 {
        margin-bottom: 65px
    }
}

@media only screen and (max-width:529px) {
    .loginbox h4 {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:530px) {
    .loginbox .f-cols:after,
    .loginbox .f-cols:before {
        content: "";
        display: table;
        clear: both
    }
    .loginbox .f-cols:after,
    .loginbox .f-cols:before {
        content: "";
        display: table
    }
    .loginbox .f-cols:after {
        clear: both
    }
}

@media only screen and (min-width:530px) {
    .loginbox .f-cols {
        margin-bottom: 63px
    }
}

@media only screen and (max-width:529px) {
    .loginbox .f-cols {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:530px) {
    .loginbox .f-col {
        float: left;
        width: 50%
    }
    .loginbox .f-col:first-child {
        padding-right: 14px
    }
    .loginbox .f-col:last-child {
        padding-left: 7px
    }
}

.loginbox .f-input {
    position: relative;
    padding: 0;
    z-index: 1
}

.loginbox input[type=password],
.loginbox input[type=text] {
    transition: background .3s;
    font-family: Martel, serif;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #f1ad63;
    box-shadow: none;
    color: #fff;
    text-align: left;
    padding: 10px 6px;
    letter-spacing: .5px;
    height: auto
}

.loginbox input[type=password]::-webkit-input-placeholder,
.loginbox input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.loginbox input[type=password]:-moz-placeholder,
.loginbox input[type=text]:-moz-placeholder {
    color: #fff
}

.loginbox input[type=password]::-moz-placeholder,
.loginbox input[type=text]::-moz-placeholder {
    color: #fff
}

.loginbox input[type=password]:-ms-input-placeholder,
.loginbox input[type=text]:-ms-input-placeholder {
    color: #fff
}

.loginbox input[type=password]:not(:focus),
.loginbox input[type=text]:not(:focus) {
    background: 0 0
}

.loginbox input[type=password]:focus,
.loginbox input[type=text]:focus {
    box-shadow: none;
    border-color: #f1ad63;
    background: rgba(255, 255, 255, .1)
}

.loginbox input[type=submit] {
    font-size: 9pt;
    line-height: 13pt;
    font-family: Lato, sans-serif;
    background: #f1ad63;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
    width: 165px;
    height: 38px
}

.loginbox .golden-button:not(:only-child) {
    margin-bottom: 31px
}

.loginbox .forgot-pass-link {
    font-size: 8pt;
    line-height: 12pt;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 700
}

.loginbox .forgot-pass-link a {
    color: #f1ad63
}

.bullets-pagination-holder {
    transition: transform .4s;
    position: fixed;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 9;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px
}

.bullets-pagination-holder:not(.bullets-anchors) {
    font-weight: 100
}

.bullets-pagination-holder.bullets-anchors {
    font-weight: 600
}

.bullets-pagination-holder.bullets-anchors .bullets-pagination>a:after,
.bullets-pagination-holder.bullets-anchors .bullets-pagination>span:after {
    background: #f1ad63
}

.bullets-pagination-holder.bullets-anchors .bullets-pagination>a:hover:after,
.bullets-pagination-holder.bullets-anchors .bullets-pagination>span:hover:after {
    background: #fff
}

.bullets-pagination-holder.bullets-anchors .bullets-pagination:hover .section-name {
    opacity: .7
}

@media only screen and (min-width:1025px) {
    .bullets-pagination-holder {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .bullets-pagination-holder {
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        pointer-events: none
    }
}

@media only screen and (max-width:529px) {
    .bullets-pagination-holder {
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        pointer-events: none
    }
}

.bullets-pagination {
    position: relative;
    padding: 20px 27px;
    margin-top: 17px
}

.bullets-pagination>a,
.bullets-pagination>span {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 100%
}

.bullets-pagination>a:after,
.bullets-pagination>a:before,
.bullets-pagination>span:after,
.bullets-pagination>span:before {
    transition: transform .3s, background .3s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.bullets-pagination>a:before,
.bullets-pagination>span:before {
    box-shadow: 0 0 0 1px #f1ad63
}

.bullets-pagination>a:after,
.bullets-pagination>span:after {
    background: #fff
}

.bullets-pagination>a:not(:last-child),
.bullets-pagination>span:not(:last-child) {
    margin-bottom: 33px
}

.bullets-pagination>a:not(.swiper-pagination-bullet-active),
.bullets-pagination>span:not(.swiper-pagination-bullet-active) {
    cursor: pointer
}

.bullets-pagination>a:not(.swiper-pagination-bullet-active):before,
.bullets-pagination>span:not(.swiper-pagination-bullet-active):before {
    -ms-transform: scale(0);
    transform: scale(0)
}

.bullets-pagination>a:not(.swiper-pagination-bullet-active):after,
.bullets-pagination>span:not(.swiper-pagination-bullet-active):after {
    -ms-transform: scale(.4);
    transform: scale(.4)
}

.bullets-pagination>a:not(.swiper-pagination-bullet-active):hover:before,
.bullets-pagination>span:not(.swiper-pagination-bullet-active):hover:before {
    -ms-transform: scale(1);
    transform: scale(1)
}

.bullets-pagination>a:not(.swiper-pagination-bullet-active):hover:after,
.bullets-pagination>span:not(.swiper-pagination-bullet-active):hover:after {
    -ms-transform: scale(1);
    transform: scale(1)
}

.bullets-pagination>a.anchor-bullet-active:before,
.bullets-pagination>a.swiper-pagination-bullet-active:before,
.bullets-pagination>span.anchor-bullet-active:before,
.bullets-pagination>span.swiper-pagination-bullet-active:before {
    -ms-transform: scale(1);
    transform: scale(1)
}

.bullets-pagination>a.anchor-bullet-active:after,
.bullets-pagination>a.swiper-pagination-bullet-active:after,
.bullets-pagination>span.anchor-bullet-active:after,
.bullets-pagination>span.swiper-pagination-bullet-active:after {
    -ms-transform: scale(0);
    transform: scale(0)
}

.bullets-pagination>a span,
.bullets-pagination>span span {
    transition: opacity .4s;
    font-size: 9pt;
    line-height: 13pt;
    opacity: 0;
    white-space: nowrap;
    position: absolute;
    top: -2px;
    right: 100%;
    margin-right: 14px
}

.bullets-pagination>a:hover .section-name,
.bullets-pagination>span:hover .section-name {
    opacity: 1
}

.bullets-pagination:hover .section-name {
    opacity: .5
}

.bullets-pagination:after,
.bullets-pagination:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 300%;
    background: #f1ad63;
    margin-left: -.5px
}

.bullets-pagination:before {
    bottom: 100%
}

.bullets-pagination:after {
    top: 100%
}

@media only screen and (min-width:1025px) {
    .contact-us-form {
        padding: 57px 0
    }
}

@media only screen and (max-width:1025px) {
    .contact-us-form {
        padding: 57px 10.2%
    }
}

@media only screen and (max-width:1025px) {
    .contact-us-form {
        padding: 57px 7.2%
    }
}

.contact-us-form .cuf-cols:after,
.contact-us-form .cuf-cols:before {
    content: "";
    display: table;
    clear: both
}

.contact-us-form .cuf-cols:after,
.contact-us-form .cuf-cols:before {
    content: "";
    display: table
}

.contact-us-form .cuf-cols:after {
    clear: both
}

@media only screen and (min-width:1025px) {
    .contact-us-form .cuf-col {
        width: 48.5%
    }
    .contact-us-form .cuf-col:first-child {
        float: left
    }
    .contact-us-form .cuf-col:last-child {
        float: right
    }
}

.contact-us-form .cuf-row {
    width: 100%;
    margin-bottom: 22px
}

.contact-us-form textarea {
    min-height: 220px
}

.contact-us-form .row-submit {
    text-align: center
}

.ui-dialog {
    border: 1px solid #f1ad63!important;
    border-radius: 0!important;
    background: #000!important
}

.ui-dialog .ui-dialog-title {
    white-space: normal!important
}

.ui-dialog .ui-widget-header {
    border: none!important;
    background: 0 0!important;
    font-family: Lato, sans-serif;
    color: #f1ad63!important
}

.ui-dialog .ui-widget-content {
    font-family: Martel, serif!important;
    font-weight: 300!important;
    background: #000!important;
    text-align: center!important
}

.ui-dialog .ui-dialog-buttonpane {
    border-top: 1px solid #f1ad63!important
}

.ui-dialog .ui-dialog-title {
    text-transform: uppercase;
    text-align: center;
    width: 100%!important;
    font-size: 12pt;
    padding: 15px 0
}

.ui-dialog .ui-dialog-content {
    text-align: center;
    color: #fff!important;
    height: auto!important
}

.ui-dialog .ui-button {
    font-size: 8pt;
    line-height: 12pt;
    font-family: Lato, sans-serif;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    min-width: 235px;
    z-index: 1;
    background: #1a1a1a;
    font-size: 10pt!important;
    line-height: 14pt!important;
    height: 38px!important;
    border-radius: 0;
    border: none!important;
    background: #000!important
}

.ui-dialog .ui-button>* {
    transition: color .2s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    color: #000;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    letter-spacing: 2px;
    width: 100%
}

@media only screen and (min-width:530px) {
    .ui-dialog .ui-button>* {
        padding: 14px 30px
    }
}

@media only screen and (max-width:529px) {
    .ui-dialog .ui-button>* {
        padding: 14px 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.ui-dialog .ui-button>* span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.ui-dialog .ui-button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 1;
    opacity: 0!important
}

.ui-dialog .ui-button:before {
    transition: transform .2s ease-in-out;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    content: '';
    position: absolute;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    background: #f1ad63;
    z-index: -1
}

.ui-dialog .ui-button:hover>* {
    color: #f1ad63
}

.ui-dialog .ui-button:hover * {
    fill: #f1ad63
}

.ui-dialog .ui-button:hover:before {
    -ms-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1)
}

.ui-dialog .ui-button.gb-hide-show-arrow .gb-text {
    transition: transform .3s;
    -ms-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0)
}

.ui-dialog .ui-button.gb-hide-show-arrow .svg-ico {
    transition: transform .3s .1s, opacity .2s .1s;
    -ms-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0);
    opacity: 0;
    width: 13px;
    height: 13px
}

.ui-dialog .ui-button.gb-hide-show-arrow .svg-ico svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ui-dialog .ui-button.gb-hide-show-arrow:hover * {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.ui-dialog .ui-button.gb-arrow-transform .svg-ico {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 15px;
    height: 18px
}

.ui-dialog .ui-button.gb-arrow-transform svg {
    transition: transform .15s ease;
    position: relative
}

.ui-dialog .ui-button.gb-arrow-transform .gb-text+.svg-ico {
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-left: 7px
}

.ui-dialog .ui-button.gb-arrow-transform .svg-ico+.gb-text {
    margin-left: 7px
}

.ui-dialog .ui-button.gb-arrow-transform:hover svg {
    -ms-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
    left: -15px
}

.ui-dialog .ui-button>* {
    color: #000
}

.ui-dialog .ui-button:before {
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.ui-dialog .ui-button:hover>* {
    color: #f1ad63
}

.ui-dialog .ui-button:hover:before {
    -ms-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1)
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none!important
}

.userSubscription {
    background: url(../images/home-img-2.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 0
}

.userSubscription h1 {
    margin-bottom: 13px;
    font-weight: 400;
    letter-spacing: 7px;
    max-width: 950px
}

@media only screen and (min-width:1025px) {
    .userSubscription h1 {
        font-size: 37pt;
        line-height: 46pt;
        letter-spacing: 11px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .userSubscription h1 {
        font-size: 41pt;
        line-height: 45pt;
        letter-spacing: 11px
    }
}

@media only screen and (max-width:529px) {
    .userSubscription h1 {
        font-size: 14pt;
        line-height: 18pt;
        letter-spacing: 1px
    }
}

.userSubscription h2 {
    letter-spacing: 4px;
    font-weight: 400
}

@media only screen and (min-width:530px) {
    .userSubscription h2 {
        font-size: 16pt;
        line-height: 20pt
    }
}

@media only screen and (max-width:529px) {
    .userSubscription h2 {
        font-size: 10pt;
        line-height: 14pt
    }
}

.round-columns {
    position: relative;
    text-align: left;
    margin: 0 auto;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .round-columns {
        max-width: 1336px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .round-columns {
        width: 95.3%
    }
}

@media only screen and (max-width:529px) {
    .round-columns {
        width: 94%
    }
}

.round-columns .main-heading {
    width: 100%
}

@media only screen and (min-width:530px) {
    .round-columns .main-heading {
        padding: 225px 0 4px
    }
}

@media only screen and (max-width:529px) {
    .round-columns .main-heading {
        padding: 110px 0 4px
    }
}

.round-columns .content-section {
    padding: 0
}

.round-columns .chosen-container .chosen-single,
.round-columns input[type=email],
.round-columns input[type=password],
.round-columns input[type=tel],
.round-columns input[type=text],
.round-columns select,
.round-columns textarea {
    color: #9c9c9c;
    transition: all, .2s, linear
}

.round-columns .chosen-container .chosen-single::-webkit-input-placeholder,
.round-columns input[type=email]::-webkit-input-placeholder,
.round-columns input[type=password]::-webkit-input-placeholder,
.round-columns input[type=tel]::-webkit-input-placeholder,
.round-columns input[type=text]::-webkit-input-placeholder,
.round-columns select::-webkit-input-placeholder,
.round-columns textarea::-webkit-input-placeholder {
    color: #9c9c9c
}

.round-columns .chosen-container .chosen-single:-moz-placeholder,
.round-columns input[type=email]:-moz-placeholder,
.round-columns input[type=password]:-moz-placeholder,
.round-columns input[type=tel]:-moz-placeholder,
.round-columns input[type=text]:-moz-placeholder,
.round-columns select:-moz-placeholder,
.round-columns textarea:-moz-placeholder {
    color: #9c9c9c
}

.round-columns .chosen-container .chosen-single::-moz-placeholder,
.round-columns input[type=email]::-moz-placeholder,
.round-columns input[type=password]::-moz-placeholder,
.round-columns input[type=tel]::-moz-placeholder,
.round-columns input[type=text]::-moz-placeholder,
.round-columns select::-moz-placeholder,
.round-columns textarea::-moz-placeholder {
    color: #9c9c9c
}

.round-columns .chosen-container .chosen-single:-ms-input-placeholder,
.round-columns input[type=email]:-ms-input-placeholder,
.round-columns input[type=password]:-ms-input-placeholder,
.round-columns input[type=tel]:-ms-input-placeholder,
.round-columns input[type=text]:-ms-input-placeholder,
.round-columns select:-ms-input-placeholder,
.round-columns textarea:-ms-input-placeholder {
    color: #9c9c9c
}

.round-columns .chosen-container .chosen-single:focus,
.round-columns input[type=email]:focus,
.round-columns input[type=password]:focus,
.round-columns input[type=tel]:focus,
.round-columns input[type=text]:focus,
.round-columns select:focus,
.round-columns textarea:focus {
    box-shadow: none;
    color: #f4f4f4;
    background: #1a1a1a
}

.round-columns .chosen-container .chosen-single:focus::-webkit-input-placeholder,
.round-columns input[type=email]:focus::-webkit-input-placeholder,
.round-columns input[type=password]:focus::-webkit-input-placeholder,
.round-columns input[type=tel]:focus::-webkit-input-placeholder,
.round-columns input[type=text]:focus::-webkit-input-placeholder,
.round-columns select:focus::-webkit-input-placeholder,
.round-columns textarea:focus::-webkit-input-placeholder {
    color: #f4f4f4
}

.round-columns .chosen-container .chosen-single:focus:-moz-placeholder,
.round-columns input[type=email]:focus:-moz-placeholder,
.round-columns input[type=password]:focus:-moz-placeholder,
.round-columns input[type=tel]:focus:-moz-placeholder,
.round-columns input[type=text]:focus:-moz-placeholder,
.round-columns select:focus:-moz-placeholder,
.round-columns textarea:focus:-moz-placeholder {
    color: #f4f4f4
}

.round-columns .chosen-container .chosen-single:focus::-moz-placeholder,
.round-columns input[type=email]:focus::-moz-placeholder,
.round-columns input[type=password]:focus::-moz-placeholder,
.round-columns input[type=tel]:focus::-moz-placeholder,
.round-columns input[type=text]:focus::-moz-placeholder,
.round-columns select:focus::-moz-placeholder,
.round-columns textarea:focus::-moz-placeholder {
    color: #f4f4f4
}

.round-columns .chosen-container .chosen-single:focus:-ms-input-placeholder,
.round-columns input[type=email]:focus:-ms-input-placeholder,
.round-columns input[type=password]:focus:-ms-input-placeholder,
.round-columns input[type=tel]:focus:-ms-input-placeholder,
.round-columns input[type=text]:focus:-ms-input-placeholder,
.round-columns select:focus:-ms-input-placeholder,
.round-columns textarea:focus:-ms-input-placeholder {
    color: #f4f4f4
}

.round-columns .chosen-container .chosen-single:hover,
.round-columns input[type=email]:hover,
.round-columns input[type=password]:hover,
.round-columns input[type=tel]:hover,
.round-columns input[type=text]:hover,
.round-columns select:hover,
.round-columns textarea:hover {
    background: #1a1a1a;
    color: #f4f4f4
}

.round-columns .chosen-container .chosen-single:hover::-webkit-input-placeholder,
.round-columns input[type=email]:hover::-webkit-input-placeholder,
.round-columns input[type=password]:hover::-webkit-input-placeholder,
.round-columns input[type=tel]:hover::-webkit-input-placeholder,
.round-columns input[type=text]:hover::-webkit-input-placeholder,
.round-columns select:hover::-webkit-input-placeholder,
.round-columns textarea:hover::-webkit-input-placeholder {
    color: #f4f4f4
}

.round-columns .chosen-container .chosen-single:hover:-moz-placeholder,
.round-columns input[type=email]:hover:-moz-placeholder,
.round-columns input[type=password]:hover:-moz-placeholder,
.round-columns input[type=tel]:hover:-moz-placeholder,
.round-columns input[type=text]:hover:-moz-placeholder,
.round-columns select:hover:-moz-placeholder,
.round-columns textarea:hover:-moz-placeholder {
    color: #f4f4f4
}

.round-columns .chosen-container .chosen-single:hover::-moz-placeholder,
.round-columns input[type=email]:hover::-moz-placeholder,
.round-columns input[type=password]:hover::-moz-placeholder,
.round-columns input[type=tel]:hover::-moz-placeholder,
.round-columns input[type=text]:hover::-moz-placeholder,
.round-columns select:hover::-moz-placeholder,
.round-columns textarea:hover::-moz-placeholder {
    color: #f4f4f4
}

.round-columns .chosen-container .chosen-single:hover:-ms-input-placeholder,
.round-columns input[type=email]:hover:-ms-input-placeholder,
.round-columns input[type=password]:hover:-ms-input-placeholder,
.round-columns input[type=tel]:hover:-ms-input-placeholder,
.round-columns input[type=text]:hover:-ms-input-placeholder,
.round-columns select:hover:-ms-input-placeholder,
.round-columns textarea:hover:-ms-input-placeholder {
    color: #f4f4f4
}

.round-columns .chosen-container-active.chosen-with-drop .chosen-single {
    background: #1a1a1a
}

.round-columns .chosen-container-single .chosen-drop {
    background: #1a1a1a
}

.round-columns .chosen-container-single .chosen-drop li:not(:last-child) {
    border-bottom: 1px solid #424242
}

.round-columns .rc-circle {
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: .5
}

@media only screen and (max-width:1025px) {
    .round-columns .rc-circle {
        display: none
    }
}

.round-columns .rc-circle:first-child {
    -ms-transform: translateX(-50%) scaleX(-1) rotate(-25deg);
    transform: translateX(-50%) scaleX(-1) rotate(-25deg);
    left: 25%
}

.round-columns .rc-circle:nth-child(2) {
    -ms-transform: translateX(50%) rotate(-25deg);
    transform: translateX(50%) rotate(-25deg);
    right: 25%
}

.round-columns .rc-col {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .round-columns .rc-col {
        width: 48.6%;
        padding: 12vh 0 8vh
    }
}

@media only screen and (max-width:529px) {
    .round-columns .rc-col:not(: last-child) {
        border-bottom: 1px solid #f1ad63;
        margin-bottom: 50px;
        padding-bottom: 40px
    }
}

.round-columns .credit-card-info {
    max-width: 350px;
    margin: 0 auto;
    padding-top: 50px
}

.round-columns .credit-card-info input {
    width: 100%
}

.round-columns h4 {
    text-align: center;
    font-family: Lato, sans-serif;
    color: #f1ad63;
    text-transform: uppercase;
    font-weight: 400
}

@media only screen and (min-width:1025px) {
    .round-columns h4 {
        font-size: 24.5px;
        line-height: 30px;
        letter-spacing: 4.5px;
        margin-bottom: 42px
    }
}

@media only screen and (max-width:1025px) {
    .round-columns h4 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 4.5px;
        margin-bottom: 20px
    }
}

.round-columns h5 {
    text-align: center;
    font-family: Lato, sans-serif;
    color: #f1ad63;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 3.5px;
    margin-bottom: 35px;
    font-weight: 400
}

.round-columns h6 {
    text-align: center;
    font-family: Lato, sans-serif;
    color: #f1ad63;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 14px
}

.round-columns .rc-radio {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 36px
}

@media only screen and (min-width:530px) {
    .round-columns .rc-radio #UserModel_subscriptionType {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.round-columns .rc-radio input {
    position: absolute;
    top: -100%;
    left: -100%;
    opacity: 0
}

.round-columns .rc-radio input+label {
    position: relative;
    padding-left: 27px
}

.round-columns .rc-radio input+label:after,
.round-columns .rc-radio input+label:before {
    content: '';
    position: absolute;
    border-radius: 100%
}

.round-columns .rc-radio input+label:before {
    left: 0;
    bottom: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #f1ad63
}

.round-columns .rc-radio input+label:after {
    transition: transform .1s ease-in-out;
    -ms-transform: scale(0);
    transform: scale(0);
    width: 7px;
    height: 7px;
    background: #f1ad63;
    left: 5px;
    bottom: 9px
}

.round-columns .rc-radio input:checked+label:after {
    -ms-transform: scale(1);
    transform: scale(1)
}

.round-columns .rc-radio .rc-radio-container {
    margin: 0 5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden
}

.round-columns .rc-radio strong {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-right: 4px
}

.round-columns .cci-cards-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 44px
}

.round-columns .cci-cards-list img {
    margin: 0 3px
}

.round-columns .chosen-container .chosen-single,
.round-columns input[type=email],
.round-columns input[type=password],
.round-columns input[type=tel],
.round-columns input[type=text],
.round-columns select,
.round-columns textarea {
    padding: 5px 5px 5px 30px;
    height: 41px
}

.round-columns .golden-button {
    width: 100%;
    margin-top: 40px
}

.round-columns .chosen-container .chosen-single {
    padding-top: 12px
}

.round-columns .chosen-container-single .chosen-drop ul.chosen-results {
    padding: 0 10px
}

.round-columns .chosen-container-single .chosen-drop ul.chosen-results li {
    padding: 3px 15px
}

.round-columns .rc-part-width {
    max-width: 355px;
    margin: 0 auto
}

.round-columns .content-section {
    padding: 12.5vh 0 0
}

.round-columns .content-section ul {
    max-width: 465px;
    margin: 0 auto
}

.round-columns .form-false:after,
.round-columns .form-true:after {
    top: 16px
}

.round-columns .fs-col {
    position: relative
}

.round-columns .cvc-hint {
    position: absolute;
    top: 50%;
    left: 104%;
    margin-top: -11px
}

@media only screen and (max-width:1025px) {
    .round-columns .cvc-hint {
        display: none
    }
}

.round-columns .cvc-hint .cvc-hint-icon {
    width: 22px;
    height: 22px;
    background: #f1ad63;
    border-radius: 100%;
    color: #000;
    text-align: center;
    font-weight: 900;
    font-family: Lato, sans-serif;
    font-size: 17px
}

.round-columns .cvc-hint .cvc-hint-text {
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform .3s ease-in-out;
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 210px;
    background: #000;
    border: 1px solid #f1ad63;
    font-size: 13px;
    line-height: 17px;
    padding: 10px
}

.round-columns .cvc-hint:hover .cvc-hint-text {
    -ms-transform: scale(1);
    transform: scale(1)
}

.round-container {
    padding: 15vh 0;
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.round-container .main-heading {
    width: 100%
}

@media only screen and (min-width:530px) {
    .round-container .main-heading {
        padding: 225px 0 4px
    }
}

@media only screen and (max-width:529px) {
    .round-container .main-heading {
        padding: 110px 0 4px
    }
}

.round-container .content-section {
    padding: 0
}

.round-container .chosen-container .chosen-single,
.round-container input[type=email],
.round-container input[type=password],
.round-container input[type=tel],
.round-container input[type=text],
.round-container select,
.round-container textarea {
    color: #9c9c9c;
    transition: all, .2s, linear
}

.round-container .chosen-container .chosen-single::-webkit-input-placeholder,
.round-container input[type=email]::-webkit-input-placeholder,
.round-container input[type=password]::-webkit-input-placeholder,
.round-container input[type=tel]::-webkit-input-placeholder,
.round-container input[type=text]::-webkit-input-placeholder,
.round-container select::-webkit-input-placeholder,
.round-container textarea::-webkit-input-placeholder {
    color: #9c9c9c
}

.round-container .chosen-container .chosen-single:-moz-placeholder,
.round-container input[type=email]:-moz-placeholder,
.round-container input[type=password]:-moz-placeholder,
.round-container input[type=tel]:-moz-placeholder,
.round-container input[type=text]:-moz-placeholder,
.round-container select:-moz-placeholder,
.round-container textarea:-moz-placeholder {
    color: #9c9c9c
}

.round-container .chosen-container .chosen-single::-moz-placeholder,
.round-container input[type=email]::-moz-placeholder,
.round-container input[type=password]::-moz-placeholder,
.round-container input[type=tel]::-moz-placeholder,
.round-container input[type=text]::-moz-placeholder,
.round-container select::-moz-placeholder,
.round-container textarea::-moz-placeholder {
    color: #9c9c9c
}

.round-container .chosen-container .chosen-single:-ms-input-placeholder,
.round-container input[type=email]:-ms-input-placeholder,
.round-container input[type=password]:-ms-input-placeholder,
.round-container input[type=tel]:-ms-input-placeholder,
.round-container input[type=text]:-ms-input-placeholder,
.round-container select:-ms-input-placeholder,
.round-container textarea:-ms-input-placeholder {
    color: #9c9c9c
}

.round-container .chosen-container .chosen-single:focus,
.round-container input[type=email]:focus,
.round-container input[type=password]:focus,
.round-container input[type=tel]:focus,
.round-container input[type=text]:focus,
.round-container select:focus,
.round-container textarea:focus {
    box-shadow: none;
    color: #f4f4f4;
    background: #1a1a1a
}

.round-container .chosen-container .chosen-single:focus::-webkit-input-placeholder,
.round-container input[type=email]:focus::-webkit-input-placeholder,
.round-container input[type=password]:focus::-webkit-input-placeholder,
.round-container input[type=tel]:focus::-webkit-input-placeholder,
.round-container input[type=text]:focus::-webkit-input-placeholder,
.round-container select:focus::-webkit-input-placeholder,
.round-container textarea:focus::-webkit-input-placeholder {
    color: #f4f4f4
}

.round-container .chosen-container .chosen-single:focus:-moz-placeholder,
.round-container input[type=email]:focus:-moz-placeholder,
.round-container input[type=password]:focus:-moz-placeholder,
.round-container input[type=tel]:focus:-moz-placeholder,
.round-container input[type=text]:focus:-moz-placeholder,
.round-container select:focus:-moz-placeholder,
.round-container textarea:focus:-moz-placeholder {
    color: #f4f4f4
}

.round-container .chosen-container .chosen-single:focus::-moz-placeholder,
.round-container input[type=email]:focus::-moz-placeholder,
.round-container input[type=password]:focus::-moz-placeholder,
.round-container input[type=tel]:focus::-moz-placeholder,
.round-container input[type=text]:focus::-moz-placeholder,
.round-container select:focus::-moz-placeholder,
.round-container textarea:focus::-moz-placeholder {
    color: #f4f4f4
}

.round-container .chosen-container .chosen-single:focus:-ms-input-placeholder,
.round-container input[type=email]:focus:-ms-input-placeholder,
.round-container input[type=password]:focus:-ms-input-placeholder,
.round-container input[type=tel]:focus:-ms-input-placeholder,
.round-container input[type=text]:focus:-ms-input-placeholder,
.round-container select:focus:-ms-input-placeholder,
.round-container textarea:focus:-ms-input-placeholder {
    color: #f4f4f4
}

.round-container .chosen-container .chosen-single:hover,
.round-container input[type=email]:hover,
.round-container input[type=password]:hover,
.round-container input[type=tel]:hover,
.round-container input[type=text]:hover,
.round-container select:hover,
.round-container textarea:hover {
    background: #1a1a1a;
    color: #f4f4f4
}

.round-container .chosen-container .chosen-single:hover::-webkit-input-placeholder,
.round-container input[type=email]:hover::-webkit-input-placeholder,
.round-container input[type=password]:hover::-webkit-input-placeholder,
.round-container input[type=tel]:hover::-webkit-input-placeholder,
.round-container input[type=text]:hover::-webkit-input-placeholder,
.round-container select:hover::-webkit-input-placeholder,
.round-container textarea:hover::-webkit-input-placeholder {
    color: #f4f4f4
}

.round-container .chosen-container .chosen-single:hover:-moz-placeholder,
.round-container input[type=email]:hover:-moz-placeholder,
.round-container input[type=password]:hover:-moz-placeholder,
.round-container input[type=tel]:hover:-moz-placeholder,
.round-container input[type=text]:hover:-moz-placeholder,
.round-container select:hover:-moz-placeholder,
.round-container textarea:hover:-moz-placeholder {
    color: #f4f4f4
}

.round-container .chosen-container .chosen-single:hover::-moz-placeholder,
.round-container input[type=email]:hover::-moz-placeholder,
.round-container input[type=password]:hover::-moz-placeholder,
.round-container input[type=tel]:hover::-moz-placeholder,
.round-container input[type=text]:hover::-moz-placeholder,
.round-container select:hover::-moz-placeholder,
.round-container textarea:hover::-moz-placeholder {
    color: #f4f4f4
}

.round-container .chosen-container .chosen-single:hover:-ms-input-placeholder,
.round-container input[type=email]:hover:-ms-input-placeholder,
.round-container input[type=password]:hover:-ms-input-placeholder,
.round-container input[type=tel]:hover:-ms-input-placeholder,
.round-container input[type=text]:hover:-ms-input-placeholder,
.round-container select:hover:-ms-input-placeholder,
.round-container textarea:hover:-ms-input-placeholder {
    color: #f4f4f4
}

.round-container .chosen-container-active.chosen-with-drop .chosen-single {
    background: #1a1a1a
}

.round-container .chosen-container-single .chosen-drop {
    background: #1a1a1a
}

.round-container .chosen-container-single .chosen-drop li:not(:last-child) {
    border-bottom: 1px solid #424242
}

.round-container .chosen-container .chosen-single,
.round-container input[type=email],
.round-container input[type=password],
.round-container input[type=tel],
.round-container input[type=text],
.round-container select,
.round-container textarea {
    padding: 5px 5px 5px 30px;
    height: 41px
}

.round-container .rc-circle {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 100%;
    opacity: .5
}

@media only screen and (max-width:1025px) {
    .round-container .rc-circle {
        display: none
    }
}

.round-container .rc-part-width {
    width: 355px
}

.round-container .golden-button {
    width: 100%;
    margin-top: 40px
}

.round-container .f-captcha input[type=text] {
    width: 100%;
    float: none;
    margin: 0
}

.round-container .f-captcha .ver-code {
    margin: 40px 0 15px
}

.round-container .form-false:after,
.round-container .form-true:after {
    top: 16px
}

body.circle-hidden .home-slider .circle {
    opacity: 0
}

.page {
    position: relative;
    overflow: hidden
}

.home-slider {
    text-align: center;
    color: #fff;
    overflow: hidden;
    background: #0e0e0e
}

@media only screen and (min-width:1025px) {
    .home-slider>.swiper-wrapper {
        height: 100vh
    }
}

.home-slider>.swiper-wrapper>.widget {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:1025px) {
    .home-slider>.swiper-wrapper>.widget {
        height: 100vh
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider>.swiper-wrapper>.widget {
        min-height: 100vh
    }
}

@media only screen and (min-width:641px) {
    .home-slider>.swiper-wrapper>.widget {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:640px) {
    .home-slider>.swiper-wrapper>.widget {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.home-slider .circle-content {
    font-family: Lato, sans-serif;
    font-weight: 200;
    z-index: 2
}

.home-slider .circle-content h4 {
    color: #f1ad63;
    text-transform: uppercase;
    font-weight: 300
}

@media only screen and (min-width:1025px) {
    .home-slider .circle-content h4 {
        font-size: 21pt;
        line-height: 25pt;
        letter-spacing: 5.5px;
        margin-bottom: 11px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .circle-content h4 {
        font-size: 19pt;
        line-height: 23pt;
        letter-spacing: 4px;
        margin-bottom: 9px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .circle-content h4 {
        font-size: 10pt;
        line-height: 14pt;
        letter-spacing: 2px;
        margin-bottom: 9px
    }
}

.home-slider .circle-content h2 {
    text-transform: uppercase;
    font-weight: 300
}

@media only screen and (min-width:1025px) {
    .home-slider .circle-content h2 {
        font-size: 46pt;
        line-height: 50pt;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .circle-content h2 {
        font-size: 39.5pt;
        line-height: 43.5pt;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:641px) {
    .home-slider .circle-content h2 {
        letter-spacing: 12px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .circle-content h2 {
        font-size: 22pt;
        line-height: 19pt;
        margin-bottom: 10px;
        letter-spacing: 6px
    }
    .home-slider .circle-content h2 span {
        display: block
    }
}

.home-slider .circle-content p.big-head {
    font-family: Martel, serif
}

@media only screen and (min-width:1025px) {
    .home-slider .circle-content p.big-head {
        font-size: 12pt;
        line-height: 25pt;
        letter-spacing: 2px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .circle-content p.big-head {
        font-size: 12pt;
        line-height: 22pt;
        letter-spacing: 2px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .circle-content p.big-head {
        font-size: 9pt;
        line-height: 17pt;
        letter-spacing: .5px;
        margin-bottom: 10px;
        padding: 0 8%
    }
}

.home-slider .circle-content input[type=button] {
    height: 42px;
    margin-bottom: 32px
}

.home-slider .circle-content .already-register {
    text-transform: uppercase
}

.home-slider .circle-content .already-register a {
    font-weight: 700
}

@media only screen and (min-width:1025px) {
    .home-slider .circle-content .already-register a {
        padding-left: 8px
    }
}

@media only screen and (min-width:1025px) {
    .home-slider .circle-content .already-register {
        font-size: 10.5pt;
        line-height: 14.5pt
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .circle-content .already-register {
        font-size: 9pt;
        line-height: 13pt;
        letter-spacing: 2px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .circle-content .already-register {
        font-size: 7pt;
        line-height: 11pt;
        letter-spacing: 2px
    }
}

.home-slider .font-cardo {
    font-family: Cardo, serif;
    text-transform: lowercase
}

@media only screen and (max-width:640px) {
    .home-slider .slide-content {
        width: 100%
    }
}

.home-slider .two-columns {
    height: 100%
}

.home-slider .two-columns:after,
.home-slider .two-columns:before {
    content: "";
    display: table;
    clear: both
}

.home-slider .two-columns:after,
.home-slider .two-columns:before {
    content: "";
    display: table
}

.home-slider .two-columns:after {
    clear: both
}

.home-slider .two-columns h4 {
    font-family: Lato, sans-serif;
    font-weight: 200;
    color: #f1ad63;
    text-transform: uppercase
}

@media only screen and (min-width:1025px) {
    .home-slider .two-columns h4 {
        font-size: 21pt;
        line-height: 25pt;
        letter-spacing: 5.5px;
        margin-bottom: 11px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .two-columns h4 {
        font-size: 19pt;
        line-height: 23pt;
        letter-spacing: 4px;
        margin-bottom: 9px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .two-columns h4 {
        font-size: 10pt;
        line-height: 14pt;
        letter-spacing: 2px;
        margin-bottom: 9px
    }
}

.home-slider .two-columns h2 {
    font-family: Lato, sans-serif;
    font-weight: 200;
    text-transform: uppercase
}

@media only screen and (min-width:1025px) {
    .home-slider .two-columns h2 {
        font-size: 46pt;
        line-height: 50pt;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .two-columns h2 {
        font-size: 39.5pt;
        line-height: 43.5pt;
        margin-bottom: 24px
    }
}

@media only screen and (min-width:641px) {
    .home-slider .two-columns h2 {
        letter-spacing: 12px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .two-columns h2 {
        font-size: 22pt;
        line-height: 19pt;
        margin-bottom: 24px;
        letter-spacing: 6px
    }
    .home-slider .two-columns h2 span {
        display: block
    }
}

@media only screen and (min-width:1025px) {
    .home-slider .tc-column {
        float: left;
        width: 50%;
        height: 100%
    }
}

.home-slider .tcc-vertical-align {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5.5%
}

.home-slider .flex-two-cols {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-family: Lato, sans-serif;
    font-weight: 200
}

.home-slider .flex-two-cols .content-bg-holder {
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1025px) {
    .home-slider .flex-two-cols .content-bg-holder {
        position: relative
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .flex-two-cols .content-bg-holder {
        height: 260px;
        margin-bottom: 75px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .flex-two-cols .content-bg-holder {
        height: 210px;
        margin-bottom: 60px
    }
}

.home-slider .flex-two-cols>* {
    position: relative
}

.home-slider .flex-two-cols h4 {
    color: #f1ad63;
    text-transform: uppercase;
    font-weight: 300
}

@media only screen and (min-width:1025px) {
    .home-slider .flex-two-cols h4 {
        font-size: 21pt;
        line-height: 25pt;
        letter-spacing: 5.5px;
        margin-bottom: 11px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .flex-two-cols h4 {
        font-size: 19pt;
        line-height: 23pt;
        letter-spacing: 4px;
        margin-bottom: 9px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .flex-two-cols h4 {
        font-size: 10pt;
        line-height: 14pt;
        letter-spacing: 2px;
        margin-bottom: 9px
    }
}

.home-slider .flex-two-cols h2 {
    text-transform: uppercase;
    font-weight: 300
}

@media only screen and (min-width:1025px) {
    .home-slider .flex-two-cols h2 {
        font-size: 46pt;
        line-height: 50pt;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .flex-two-cols h2 {
        font-size: 39.5pt;
        line-height: 43.5pt;
        margin-bottom: 24px
    }
}

@media only screen and (min-width:641px) {
    .home-slider .flex-two-cols h2 {
        letter-spacing: 12px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .flex-two-cols h2 {
        font-size: 22pt;
        line-height: 19pt;
        margin-bottom: 24px;
        letter-spacing: 6px
    }
    .home-slider .flex-two-cols h2 span {
        display: block
    }
}

@media only screen and (min-width:1025px) {
    .home-slider .flex-two-cols {
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: center;
        justify-content: center
    }
    .home-slider .flex-two-cols>* {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:1025px) {
    .home-slider .flex-two-cols {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .flex-two-cols {
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.home-slider .bordered-button,
.home-slider .golden-button {
    font-size: 10pt;
    line-height: 14pt
}

.home-slider .bordered-button>*,
.home-slider .golden-button>* {
    letter-spacing: 6px
}

@media only screen and (min-width:1025px) {
    .home-slider .homewelcome {
        padding-bottom: 3.4%
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homewelcome {
        padding-bottom: 12.4%
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homewelcome {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28vh 0 0
    }
}

.home-slider .homewelcome .circle {
    transition: transform 1s 4s, opacity 1s 4s
}

.home-slider .homewelcome .cbh-img {
    transition: transform 1.5s 0s, opacity 1.5s 0s
}

.home-slider .homewelcome .font-cardo {
    position: relative
}

@media only screen and (min-width:641px) {
    .home-slider .homewelcome .font-cardo {
        font-size: 34pt;
        line-height: 38pt;
        top: -5px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homewelcome .font-cardo {
        font-size: 12pt;
        line-height: 19pt
    }
}

@media only screen and (min-width:641px) {
    .home-slider .homewelcome .slide-content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%
    }
}

@media only screen and (min-width:1025px) {
    .home-slider .homewelcome .golden-button {
        margin-bottom: 35px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homewelcome .golden-button {
        min-width: 200px;
        margin-bottom: 28px
    }
    .home-slider .homewelcome .golden-button>* {
        padding: 11px 0 9px;
        letter-spacing: 5px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homewelcome .golden-button {
        min-width: 170px;
        margin-bottom: 22px
    }
    .home-slider .homewelcome .golden-button>* {
        padding: 7px 0;
        letter-spacing: 3px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homewelcome .circle-content {
        margin-bottom: 91px
    }
}

.home-slider .homewelcome .circle-content h4 {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.home-slider .homewelcome .circle-content h4 span {
    transition: transform .5s 1s, opacity .5s 1s;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    display: block
}

.home-slider .homewelcome .circle-content h2 {
    position: relative;
    z-index: 1;
    transition: transform .5s 1.2s, opacity .5s 1.2s
}

.home-slider .homewelcome .circle-content h2 .anim-slide-1 {
    transition: transform .7s 1.9s, opacity .7s 1.9s
}

.home-slider .homewelcome .circle-content h2 .font-cardo {
    transition: opacity .7s 1.9s
}

.home-slider .homewelcome .circle-content h2 .anim-slide-2 {
    transition: transform .7s 1.9s, opacity .7s 1.9s
}

@media only screen and (min-width:641px) {
    .home-slider .homewelcome .circle-content h2 * {
        display: inline-block
    }
}

.home-slider .homewelcome .circle-content p.big-head {
    position: relative;
    z-index: 1;
    transition: transform .5s 2.3s, opacity .5s 2.3s
}

.home-slider .homewelcome .circle-content .golden-button {
    transition: transform .5s 2.6s, opacity .5s 2.6s
}

.home-slider .homewelcome .circle-content .already-register {
    position: relative;
    z-index: 1;
    letter-spacing: 2.5px;
    transition: transform .5s 2.6s, opacity .5s 2.6s
}

.home-slider .homewelcome .slide-content {
    transition: transform 1s 2.7s, opacity 1s 2.7s;
    z-index: 1
}

.home-slider .homewelcome .join-text {
    font-family: Lato, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px
}

@media only screen and (min-width:641px) {
    .home-slider .homewelcome .join-text {
        font-size: 10.5pt;
        line-height: 14.5pt
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homewelcome .join-text {
        font-size: 7.5pt;
        line-height: 13.5pt
    }
}

.home-slider .homewelcome .join-text .ta-thin-font {
    font-weight: 300
}

.home-slider .homewelcome:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

@media only screen and (min-width:1025px) {
    .home-slider:not(.slide-0-visible) .homewelcome .cbh-img {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }
    .home-slider:not(.slide-0-visible) .homewelcome h4 {
        overflow: hidden
    }
    .home-slider:not(.slide-0-visible) .homewelcome h4 span {
        -ms-transform: translate3d(0, 50%, 0) scaleY(1.1);
        transform: translate3d(0, 50%, 0) scaleY(1.1);
        opacity: 0
    }
    .home-slider:not(.slide-0-visible) .homewelcome h2 {
        -ms-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }
    .home-slider:not(.slide-0-visible) .homewelcome h2 .anim-slide-1 {
        -ms-transform: translate3d(54%, 0, 0);
        transform: translate3d(54%, 0, 0)
    }
    .home-slider:not(.slide-0-visible) .homewelcome h2 .font-cardo {
        opacity: 0
    }
    .home-slider:not(.slide-0-visible) .homewelcome h2 .anim-slide-2 {
        -ms-transform: translate3d(-75%, 0, 0);
        transform: translate3d(-75%, 0, 0);
        opacity: 0
    }
    .home-slider:not(.slide-0-visible) .homewelcome .already-register,
    .home-slider:not(.slide-0-visible) .homewelcome .golden-button,
    .home-slider:not(.slide-0-visible) .homewelcome p.big-head {
        -ms-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }
    .home-slider:not(.slide-0-visible) .homewelcome .slide-content {
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
    .home-slider.slide-0-visible .circle-content {
        z-index: 1
    }
    .home-slider.slide-0-visible .homewelcome .cbh-img {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    .home-slider.slide-0-visible .homewelcome h4 span {
        -ms-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
    .home-slider.slide-0-visible .homewelcome h2 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider.slide-0-visible .homewelcome h2 * {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider.slide-0-visible .homewelcome .already-register,
    .home-slider.slide-0-visible .homewelcome .golden-button,
    .home-slider.slide-0-visible .homewelcome p.big-head {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider.slide-0-visible .homewelcome .slide-content {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider.slide-0-visible .circle svg {
        -ms-transform: rotate(-70deg);
        transform: rotate(-70deg)
    }
}

@media only screen and (max-width:1025px) {
    .home-slider .homewelcome .cbh-img {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    .home-slider .homewelcome h4 span {
        -ms-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
    .home-slider .homewelcome h2 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider .homewelcome h2 * {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider .homewelcome .already-register,
    .home-slider .homewelcome .golden-button,
    .home-slider .homewelcome p.big-head {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider .homewelcome .slide-content {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider .circle svg {
        -ms-transform: rotate(-70deg);
        transform: rotate(-70deg)
    }
}

@media only screen and (min-width:1025px) {
    .home-slider .homebenefits {
        padding-bottom: 3.5%
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homebenefits {
        padding-top: 18%
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homebenefits {
        padding: 174px 0 70px
    }
}

.home-slider .homebenefits .cbh-img {
    transition: transform 2s .3s, opacity 2s .3s
}

.home-slider .homebenefits h4 {
    transition: transform 2s .3s, opacity 2s .3s
}

.home-slider .homebenefits h2 {
    transition: transform .7s .3s, opacity .7s .3s
}

.home-slider .homebenefits .four-cols .fc-col:nth-child(1) {
    transition: transform .7s .5s, opacity .7s .5s
}

.home-slider .homebenefits .four-cols .fc-col:nth-child(2) {
    transition: transform .7s .7s, opacity .7s .7s
}

.home-slider .homebenefits .four-cols .fc-col:nth-child(3) {
    transition: transform .7s .9s, opacity .7s .9s
}

.home-slider .homebenefits .four-cols .fc-col:nth-child(4) {
    transition: transform .7s 1.1s, opacity .7s 1.1s
}

.home-slider .homebenefits .general-button {
    transition: transform .5s 1.2s, opacity .5s 1.2s
}

.home-slider .homebenefits:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

@media only screen and (min-width:1025px) {
    .home-slider:not(.slide-1-visible) .homebenefits .cbh-img {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .home-slider:not(.slide-1-visible) .homebenefits h4 {
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    .home-slider:not(.slide-1-visible) .homebenefits h2 {
        -ms-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0
    }
    .home-slider:not(.slide-1-visible) .homebenefits .fc-col {
        -ms-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
        opacity: 0
    }
    .home-slider:not(.slide-1-visible) .homebenefits .general-button {
        -ms-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }
    .home-slider.slide-1-visible .homebenefits .cbh-img {
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .home-slider.slide-1-visible .homebenefits h4 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .home-slider.slide-1-visible .homebenefits h2 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider.slide-1-visible .homebenefits .fc-col {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider.slide-1-visible .homebenefits .general-button {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media only screen and (max-width:1025px) {
    .home-slider .homebenefits .cbh-img {
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .home-slider .homebenefits h4 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .home-slider .homebenefits h2 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider .homebenefits .fc-col {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider .homebenefits .general-button {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media only screen and (min-width:1025px) {
    .home-slider .homeevents {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homeevents {
        -ms-flex-align: start!important;
        align-items: flex-start!important;
        padding: 35px 0 100px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeevents {
        padding-bottom: 68px
    }
}

.home-slider .homeevents .two-columns {
    width: 100%
}

.home-slider .homeevents .tc-column:last-child:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homeevents .tc-column {
        width: 100%
    }
    .home-slider .homeevents .tc-column:first-child {
        height: 26.3vh
    }
    .home-slider .homeevents .tc-column:last-child {
        padding: 0
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeevents .tc-column {
        width: 100%
    }
    .home-slider .homeevents .tc-column:first-child {
        height: 26.3vh
    }
    .home-slider .homeevents .tc-column:last-child {
        min-height: 63.7vh
    }
}

.home-slider .homeevents .events-holder {
    width: 99%
}

.home-slider .homeevents .cbh-img {
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    transition: transform 3s .3s, opacity 3s .3s
}

.home-slider .homeevents h4 {
    transition: transform 2s .3s, opacity 2s .3s
}

.home-slider .homeevents h2 {
    transition: transform .7s .3s, opacity .7s .3s
}

.home-slider .homeevents .he-events-list {
    text-align: left
}

.home-slider .homeevents .he-events-list li {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
    opacity: 0;
    z-index: 1
}

.home-slider .homeevents .he-events-list li:nth-child(1) {
    transition: background .2s ease-in-out, opacity .7s .7s
}

.home-slider .homeevents .he-events-list li:nth-child(2) {
    transition: background .2s ease-in-out, opacity .7s .9s
}

.home-slider .homeevents .he-events-list li:nth-child(3) {
    transition: background .2s ease-in-out, opacity .7s 1.1s
}

.home-slider .homeevents .he-events-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    z-index: -1
}

.home-slider .homeevents .he-events-list li:after {
    transition: transform .2s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f1ad63
}

.home-slider .homeevents .he-events-list li:hover {
    background: #fff
}

.home-slider .homeevents .he-events-list li:hover a {
    color: #000
}

.home-slider .homeevents .he-events-list li>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .home-slider .homeevents .he-events-list li {
        height: 12.2vh;
        min-height: 90px;
        margin-bottom: 23px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homeevents .he-events-list li {
        height: 108px;
        margin-bottom: 7px
    }
}

@media only screen and (min-width:641px) {
    .home-slider .homeevents .he-events-list li:after {
        width: 2px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeevents .he-events-list li {
        min-height: 120px;
        margin-bottom: 7px;
        padding: 18px 16px 0 4px
    }
    .home-slider .homeevents .he-events-list li:after {
        width: 2px
    }
}

.home-slider .homeevents .he-events-list .he-data {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    text-align: center;
    float: left;
    width: 17.2%;
    color: #f1ad63;
    font-weight: 200;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:641px) {
    .home-slider .homeevents .he-events-list .hed-dat-num {
        font-size: 21pt;
        line-height: 21pt
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeevents .he-events-list .hed-dat-num {
        font-size: 12pt;
        line-height: 16pt
    }
}

@media only screen and (min-width:641px) {
    .home-slider .homeevents .he-events-list .hed-monts {
        font-size: 16pt;
        line-height: 20pt
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeevents .he-events-list .hed-monts {
        font-size: 9pt;
        line-height: 13pt
    }
}

.home-slider .homeevents .he-events-list .he-content {
    position: relative;
    font-family: Martel, serif;
    overflow: hidden;
    color: #a8a8a8;
    height: 100%
}

@media only screen and (min-width:641px) {
    .home-slider .homeevents .he-events-list .he-content {
        font-size: 12pt;
        line-height: 16pt;
        padding: 0 4.1%
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeevents .he-events-list .he-content {
        font-size: 10pt;
        line-height: 14pt;
        padding: 0 0 0 4.1%
    }
}

.home-slider .homeevents .he-events-list .he-content a {
    transition: color .2s;
    color: #a8a8a8
}

.home-slider .homeevents .he-events-list .he-content:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 50px;
    background: #313131;
    margin-top: -25px
}

@media only screen and (min-width:1025px) {
    .home-slider .homeevents .he-events-list {
        padding: 26px 14% 42px 10.5%
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homeevents .he-events-list {
        padding: 6px 10.5% 42px 11.5%
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeevents .he-events-list {
        padding: 13px 7% 42px
    }
}

.home-slider .homeevents .he-content,
.home-slider .homeevents .he-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.home-slider .homeevents .general-button {
    transition: transform .5s 1.5s, opacity .5s 1.5s
}

@media only screen and (min-width:1025px) {
    .home-slider:not(.slide-2-visible) .homeevents .cbh-img {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .home-slider:not(.slide-2-visible) .homeevents h4 {
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    .home-slider:not(.slide-2-visible) .homeevents h2 {
        -ms-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0
    }
    .home-slider:not(.slide-2-visible) .homeevents .general-button {
        -ms-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }
    .home-slider.slide-2-visible .homeevents .cbh-img {
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .home-slider.slide-2-visible .homeevents h4 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .home-slider.slide-2-visible .homeevents h2 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider.slide-2-visible .homeevents .he-events-list li {
        opacity: 1
    }
    .home-slider.slide-2-visible .homeevents .general-button {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media only screen and (max-width:1025px) {
    .home-slider .homeevents .cbh-img {
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .home-slider .homeevents h4 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .home-slider .homeevents h2 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider .homeevents .he-events-list li {
        opacity: 1
    }
    .home-slider .homeevents .general-button {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media only screen and (min-width:1025px) {
    .home-slider .homeideagallery {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .home-slider .homeideagallery .flex-two-cols {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homeideagallery {
        padding-bottom: 123px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeideagallery {
        padding-bottom: 69px
    }
}

.home-slider .homeideagallery .tc-column:first-child:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homeideagallery .tc-column {
        width: 100%
    }
    .home-slider .homeideagallery .tc-column:last-child {
        display: none
    }
    .home-slider .homeideagallery .tc-column:first-child {
        padding-top: 26.3vh;
        height: 100vh
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeideagallery .tc-column {
        width: 100%
    }
    .home-slider .homeideagallery .tc-column:last-child {
        display: none
    }
    .home-slider .homeideagallery .tc-column:first-child {
        padding-top: 26.3vh;
        height: 100vh
    }
}

.home-slider .homeideagallery .cbh-img {
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: transform 3s .3s, opacity 3s .3s
}

.home-slider .homeideagallery h4 {
    transition: transform 2s .3s, opacity 2s .3s
}

.home-slider .homeideagallery h2 {
    transition: transform .7s .3s, opacity .7s .3s
}

.home-slider .homeideagallery .h-gallery-container {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .home-slider .homeideagallery .ig-video-wrapper {
        padding: 8px 0 6.4vh
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homeideagallery .ig-video-wrapper {
        padding: 8px 0 50px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeideagallery .ig-video-wrapper {
        padding: 8px 0 35px
    }
}

.home-slider .homeideagallery .ig-video-holder {
    transition: transform .7s 1.2s, opacity .7s 1.2s;
    display: inline-block;
    border-bottom: 1px solid #f1ad63
}

.home-slider .homeideagallery .ig-video-holder iframe {
    width: 100%;
    height: 100%
}

@media only screen and (min-width:1025px) {
    .home-slider .homeideagallery .ig-video-holder {
        width: 575px;
        height: 35vh;
        min-height: 250px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homeideagallery .ig-video-holder {
        width: 595px;
        height: 355px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homeideagallery .ig-video-holder {
        width: 84%;
        height: 192px
    }
}

.home-slider .homeideagallery .general-button {
    transition: transform .7s 1.5s, opacity .7s 1.5s
}

@media only screen and (min-width:1025px) {
    .home-slider:not(.slide-3-visible) .homeideagallery .cbh-img {
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .home-slider:not(.slide-3-visible) .homeideagallery h4 {
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    .home-slider:not(.slide-3-visible) .homeideagallery h2 {
        -ms-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0
    }
    .home-slider:not(.slide-3-visible) .homeideagallery .general-button,
    .home-slider:not(.slide-3-visible) .homeideagallery .ig-video-holder {
        -ms-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }
    .home-slider.slide-3-visible .homeideagallery .cbh-img {
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .home-slider.slide-3-visible .homeideagallery h4 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .home-slider.slide-3-visible .homeideagallery h2 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider.slide-3-visible .homeideagallery .general-button,
    .home-slider.slide-3-visible .homeideagallery .ig-video-holder {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media only screen and (max-width:1025px) {
    .home-slider .homeideagallery .cbh-img {
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .home-slider .homeideagallery h4 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .home-slider .homeideagallery h2 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider .homeideagallery .general-button,
    .home-slider .homeideagallery .ig-video-holder {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.home-slider .homestatistics {
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:1025px) {
    .home-slider .homestatistics {
        padding-bottom: 5.5%
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homestatistics {
        padding-top: 60px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics {
        padding: 135px 0 103px
    }
}

.home-slider .homestatistics .home-copy {
    color: #fff;
    font-family: Martel, serif;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .home-slider .homestatistics .home-copy {
        padding: 0 0 26px;
        letter-spacing: 2px
    }
    .home-slider .homestatistics .home-copy a {
        font-size: 14px;
        letter-spacing: .5px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homestatistics .home-copy {
        padding: 0 0 18px;
        letter-spacing: 1px
    }
}

@media only screen and (min-width:641px) {
    .home-slider .homestatistics .home-copy {
        font-size: 8pt;
        line-height: 12pt
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .home-copy {
        font-size: 7pt;
        line-height: 11pt;
        padding: 0 0 29px;
        letter-spacing: .8px
    }
}

.home-slider .homestatistics .circle-content {
    width: 100%
}

.home-slider .homestatistics .cbh-img {
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: transform 3s .3s, opacity 3s .3s
}

.home-slider .homestatistics .hs-heading-1 h4 {
    transition: transform .7s .3s, opacity .7s .3s
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .hs-heading-1 h4 {
        margin-bottom: 5px
    }
}

.home-slider .homestatistics .hs-heading-1 h2 {
    transition: transform .7s .4s, opacity .7s .4s
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .hs-heading-1 h2 {
        margin-bottom: 33px
    }
}

.home-slider .homestatistics .hs-heading-2 h4 {
    transition: transform .7s .6s, opacity .7s .6s
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .hs-heading-2 h4 {
        margin-bottom: 4px
    }
}

.home-slider .homestatistics .hs-heading-2 h2 {
    transition: transform .7s .7s, opacity .7s .7s
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .hs-heading-2 h2 {
        margin-bottom: 0
    }
}

.home-slider .homestatistics .hs-text-animation {
    transition: transform 1s 5s, opacity 1s 5s;
    font-size: 13pt;
    line-height: 25pt;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px
}

@media only screen and (min-width:1025px) {
    .home-slider .homestatistics .hs-text-animation {
        margin-bottom: -18px;
        padding-top: 20px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homestatistics .hs-text-animation {
        margin-bottom: -29px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .hs-text-animation {
        margin-bottom: -29px;
        display: none
    }
}

.home-slider .homestatistics .ta-thin-font {
    font-weight: 300
}

.home-slider .homestatistics .ta-anim-1 {
    transition: opacity 1s .8s
}

.home-slider .homestatistics .ta-anim-2 {
    transition: opacity 1s 1.5s
}

.home-slider .homestatistics .ta-anim-3 {
    transition: opacity 1s 1.7s
}

.home-slider .homestatistics .ta-anim-4 {
    transition: opacity 1s 1.8s
}

.home-slider .homestatistics .hs-statistics-block {
    transition: opacity .5s 5s;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #f1ad63;
    text-transform: uppercase
}

@media only screen and (min-width:1025px) {
    .home-slider .homestatistics .hs-statistics-block {
        padding-left: 7%
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .hs-statistics-block {
        padding-top: 46px
    }
}

.home-slider .homestatistics .hsb-col:nth-child(1) .hsb-c-num {
    transition: transform .5s 5.2s, opacity .5s 5.2s
}

.home-slider .homestatistics .hsb-col:nth-child(1) .hsb-c-text {
    transition: transform .5s 5.2s, opacity .5s 5.2s
}

.home-slider .homestatistics .hsb-col:nth-child(2) .hsb-c-num {
    transition: transform .5s 5.5s, opacity .5s 5.5s
}

.home-slider .homestatistics .hsb-col:nth-child(2) .hsb-c-text {
    transition: transform .5s 5.5s, opacity .5s 5.5s
}

.home-slider .homestatistics .hsb-col:nth-child(3) .hsb-c-num {
    transition: transform .5s 5.7s, opacity .5s 5.7s
}

.home-slider .homestatistics .hsb-col:nth-child(3) .hsb-c-text {
    transition: transform .5s 5.7s, opacity .5s 5.7s
}

@media only screen and (min-width:1025px) {
    .home-slider .homestatistics .hsb-col {
        display: inline-block;
        text-align: left;
        width: 23.5%
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .home-slider .homestatistics .hsb-col {
        width: 28%
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homestatistics .hsb-col {
        text-align: center;
        margin-bottom: 49px;
        width: 100%
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .hsb-col {
        text-align: center;
        margin-bottom: 24px
    }
}

.home-slider .homestatistics .hsb-c-num {
    font-style: italic;
    letter-spacing: 4px
}

@media only screen and (min-width:1025px) {
    .home-slider .homestatistics .hsb-c-num {
        font-size: 71pt;
        line-height: 75pt
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homestatistics .hsb-c-num {
        font-size: 59pt;
        line-height: 63pt
    }
}

@media only screen and (min-width:641px) {
    .home-slider .homestatistics .hsb-c-num {
        margin-bottom: 4px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .hsb-c-num {
        font-size: 38pt;
        line-height: 42pt;
        margin-bottom: 2px
    }
}

.home-slider .homestatistics .hsb-c-text {
    white-space: nowrap
}

.home-slider .homestatistics .hsb-c-text span {
    color: #fff
}

@media only screen and (min-width:1025px) {
    .home-slider .homestatistics .hsb-c-text {
        padding-left: 81px;
        letter-spacing: 3px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .homestatistics .hsb-c-text {
        letter-spacing: 1px
    }
}

@media only screen and (min-width:641px) {
    .home-slider .homestatistics .hsb-c-text {
        font-size: 14pt;
        line-height: 18pt
    }
}

@media only screen and (max-width:640px) {
    .home-slider .homestatistics .hsb-c-text {
        font-size: 11pt;
        line-height: 15pt;
        letter-spacing: 1px
    }
}

@media only screen and (min-width:1025px) {
    .home-slider:not(.slide-4-visible) .homestatistics h2,
    .home-slider:not(.slide-4-visible) .homestatistics h4 {
        -ms-transform: translate3d(0, 35px, 0);
        transform: translate3d(0, 35px, 0);
        opacity: 0
    }
    .home-slider:not(.slide-4-visible) .homestatistics .hs-text-animation p>* {
        opacity: 0
    }
    .home-slider:not(.slide-4-visible) .homestatistics .hs-statistics-block {
        opacity: 0
    }
    .home-slider:not(.slide-4-visible) .homestatistics .hsb-c-num {
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0
    }
    .home-slider:not(.slide-4-visible) .homestatistics .hsb-c-text {
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        opacity: 0
    }
    .home-slider.slide-4-visible .homestatistics h2,
    .home-slider.slide-4-visible .homestatistics h4 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider.slide-4-visible .homestatistics .hs-text-animation {
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
    .home-slider.slide-4-visible .homestatistics .hs-text-animation p>* {
        opacity: 1
    }
    .home-slider.slide-4-visible .homestatistics .hs-statistics-block {
        opacity: 1
    }
    .home-slider.slide-4-visible .homestatistics .hsb-c-num,
    .home-slider.slide-4-visible .homestatistics .hsb-c-text {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media only screen and (max-width:1025px) {
    .home-slider .homestatistics h2,
    .home-slider .homestatistics h4 {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    .home-slider .homestatistics .hs-text-animation {
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }
    .home-slider .homestatistics .hs-text-animation p>* {
        opacity: 1
    }
    .home-slider .homestatistics .hs-statistics-block {
        opacity: 1
    }
    .home-slider .homestatistics .hsb-c-num,
    .home-slider .homestatistics .hsb-c-text {
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.home-slider .brands-slider {
    opacity: .5;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    pointer-events: none
}

.home-slider .brands-slider .swiper-wrapper {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:1025px) {
    .home-slider .brands-slider {
        padding: 34px 0 81px
    }
}

@media only screen and (min-width:1023px) and (max-width:1430px) {
    .home-slider .brands-slider {
        padding: 20px 0 45px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .brands-slider {
        padding: 21px 0 50px
    }
}

@media only screen and (min-width:641px) {
    .home-slider .brands-slider {
        width: 75%
    }
}

@media only screen and (max-width:640px) {
    .home-slider .brands-slider {
        width: 90%;
        padding: 18px 0 72px
    }
}

.home-slider .brands-slider:empty {
    display: none
}

.home-slider .brands-slider .bs-slide {
    transition: opacity;
    transition-duration: 1s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 0;
    padding: 0 15px
}

@media only screen and (min-width:1025px) {
    .home-slider .brands-slider .bs-slide.swiper-slide-active {
        transition: opacity 1s .1s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide {
        transition: opacity 1s .15s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
        transition: opacity 1s .2s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
        transition: opacity 1s .25s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
        transition: opacity 1s .25s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
        transition: opacity 1s .2s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
        transition: opacity 1s .15s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
        transition: opacity 1s .1s;
        opacity: 1
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .brands-slider .bs-slide.swiper-slide-active {
        transition-delay: .1s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide {
        transition-delay: .2s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
        transition-delay: .3s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
        transition-delay: .2s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
        transition-delay: .1s;
        opacity: 1
    }
}

@media only screen and (min-width:641px) {
    .home-slider .brands-slider .bs-slide {
        width: 155px;
        height: 70px
    }
}

@media only screen and (max-width:640px) {
    .home-slider .brands-slider .bs-slide {
        width: 94px;
        height: 40px;
        padding: 0 10px
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active {
        transition-delay: .1s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide {
        transition-delay: .2s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
        transition-delay: .2s;
        opacity: 1
    }
    .home-slider .brands-slider .bs-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
        transition-delay: .1s;
        opacity: 1
    }
}

.home-slider .brands-slider .bss-img {
    position: relative;
    width: 100%;
    height: 100%
}

.home-slider .brands-slider img {
    max-width: 100%;
    max-height: 100%
}

.home-slider .circle {
    transition: transform .7s, opacity .5s .5s;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    content: '';
    border-radius: 100%;
    left: 50%;
    z-index: 1
}

.home-slider .circle svg {
    transition: transform 1.5s
}

.home-slider .circle circle {
    fill: transparent
}

.home-slider .circle:before {
    transition: opacity .3s;
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100%;
    background: #000;
    opacity: .5;
    z-index: -1
}

@media only screen and (min-width:1025px) {
    .home-slider .circle {
        -ms-transform-origin: 50% 38%;
        transform-origin: 50% 38%;
        top: 47.5%;
        width: 540px;
        height: 540px;
        margin: -270px
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider .circle {
        width: 454px;
        height: 454px;
        margin: -227px;
        top: 44vh
    }
}

@media only screen and (max-width:640px) {
    .home-slider .circle {
        width: 385px;
        height: 385px;
        margin: -192px;
        top: 57vh
    }
}

@media only screen and (max-width:1025px) {
    .home-slider .circle {
        -ms-transform: scale(1)!important;
        transform: scale(1)!important
    }
    .home-slider .circle:before {
        opacity: .4!important
    }
}

.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    cursor: pointer;
    overflow: hidden
}

@media only screen and (max-width:1025px) {
    .home-slider .swiper-button-next,
    .home-slider .swiper-button-prev {
        display: none
    }
}

.home-slider .swiper-button-next svg,
.home-slider .swiper-button-prev svg {
    transition: transform 1s;
    width: 100%;
    height: 100%;
    fill: #c2c4c5
}

.home-slider .swiper-button-next.swiper-button-disabled,
.home-slider .swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
    display: none
}

.home-slider .swiper-button-next.swiper-button-disabled svg,
.home-slider .swiper-button-prev.swiper-button-disabled svg {
    -ms-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0)
}

.home-slider .swiper-button-prev {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 85px
}

.home-slider .swiper-button-next {
    bottom: 24px
}

.home-slider.active-slide-0 .circle {
    transform: translate3d(0, 0, 0) scale(1)!important;
    opacity: 1
}

@media only screen and (min-width:1025px) {
    .home-slider:not(.active-slide-0) .circle:before {
        opacity: .2
    }
    .home-slider.active-slide-1 .circle {
        opacity: 1
    }
    .home-slider.active-slide-1 .circle svg {
        -ms-transform: rotate(-70deg);
        transform: rotate(-70deg)
    }
    .home-slider.active-slide-2 .circle {
        opacity: 1
    }
    .home-slider.active-slide-2 .circle svg {
        -ms-transform: rotate(290deg);
        transform: rotate(290deg)
    }
    .home-slider.active-slide-3 .circle {
        opacity: 1
    }
    .home-slider.active-slide-3 .circle svg {
        -ms-transform: rotate(580deg);
        transform: rotate(580deg)
    }
    .home-slider.active-slide-4 .circle {
        opacity: 1
    }
    .home-slider.active-slide-4 .circle svg {
        -ms-transform: rotate(870deg);
        transform: rotate(870deg)
    }
}

@media only screen and (min-width:641px) and (max-width:1025px) {
    .home-slider:not(.active-slide-0) .circle {
        -ms-transform: scale(0);
        transform: scale(0)
    }
    .home-slider:not(.active-slide-0) .circle:before {
        opacity: 0
    }
}

@media only screen and (max-width:640px) {
    .home-slider:not(.active-slide-0) .circle {
        -ms-transform: scale(0);
        transform: scale(0)
    }
    .home-slider:not(.active-slide-0) .circle:before {
        opacity: 0
    }
}

@media only screen and (max-width:1350px) and (min-width:1025px) and (max-height:599px) {
    .home-slider .brands-slider,
    .home-slider .circle-content,
    .home-slider .events-holder,
    .home-slider .h-gallery-container,
    .home-slider .join-text {
        zoom: .8
    }
    .home-slider .homebenefits,
    .home-slider .homestatistics {
        padding-bottom: 0
    }
}

.home-footer-hidden {
    display: none
}

.content-bg-holder {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.content-bg-holder.cbh-full {
    width: 100vw
}

@media only screen and (min-width:1025px) {
    .content-bg-holder.cbh-half {
        width: 50vw
    }
    .content-bg-holder.cbh-half.cbh-left {
        left: 0
    }
    .content-bg-holder.cbh-half.cbh-right {
        right: 0
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .content-bg-holder.cbh-half {
        width: 100vw;
        height: 26.3vh
    }
}

@media only screen and (max-width:529px) {
    .content-bg-holder.cbh-half {
        width: 100vw;
        height: 26.3vh
    }
}

.content-bg-holder .cbh-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.four-cols {
    font-family: Martel, serif;
    text-align: center;
    width: 100vw
}

.four-cols .fc-col {
    display: inline-block
}

@media only screen and (min-width:1025px) {
    .four-cols .fc-col {
        font-size: 11pt;
        line-height: 15pt;
        margin: 0 2.8%;
        white-space: nowrap
    }
    .four-cols .fc-col:first-child {
        margin-left: 0
    }
    .four-cols .fc-col:last-child {
        margin-right: 0
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .four-cols .fc-col {
        font-size: 11pt;
        line-height: 20pt;
        width: 42%;
        margin-bottom: 63px
    }
}

@media only screen and (max-width:529px) {
    .four-cols .fc-col {
        font-size: 9.5pt;
        line-height: 16pt;
        width: 100%;
        margin-bottom: 28px;
        letter-spacing: 1px
    }
}

.four-cols .fc-img-holder {
    text-align: center
}

@media only screen and (min-width:1025px) {
    .four-cols .fc-img-holder {
        height: 90px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .four-cols .fc-img-holder {
        height: 73px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:529px) {
    .four-cols .fc-img-holder {
        height: 53px;
        margin-bottom: 12px
    }
}

.four-cols img {
    max-width: 100%;
    max-height: 100%
}

@media only screen and (min-width:1025px) {
    .four-cols {
        padding: 4.2vh 0 9.7vh
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .four-cols {
        padding: 42px 0 9px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:530px) {
    .four-cols {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:529px) {
    .four-cols {
        padding: 15px 0 9px
    }
}

.home-assign-section {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 17px;
    z-index: 1
}

.home-assign-section a span {
    color: #fff
}

@media only screen and (max-width:1025px) {
    .home-assign-section {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .f-hidden-desk {
        display: none
    }
}

.about-us-container {
    text-align: center;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding-top: 18px
}

.about-us-container .icondescription {
    display: none
}

@media only screen and (max-width:1025px) {
    .about-cols-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
}

.about-cols-container .fc-img-holder {
    margin-bottom: 30px
}

.about-cols-container .fc-col {
    font-size: 12pt;
    line-height: 23pt;
    margin: 0;
    padding: 42px 20px;
    white-space: normal;
    border: 1px solid rgba(255, 255, 255, .1)
}

@media only screen and (min-width:1025px) {
    .about-cols-container .fc-col {
        width: 25%
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .about-cols-container .fc-col {
        width: 60%
    }
}

@media only screen and (max-width:529px) {
    .about-cols-container .fc-col {
        width: 85%
    }
}

.custom-about {
    background: url(../images/bg-about.jpg) no-repeat 50% 15%;
    background-size: 100% auto;
    padding-bottom: 0
}

.widget.customhtml {
    font-size: 15pt;
    line-height: 30pt;
    font-family: Martel, serif;
    color: #A1A1A1;
    text-align: center
}

.widget.customhtml strong {
    color: #fff;
    font-weight: 200
}

@media only screen and (min-width:530px) {
    .widget.customhtml.simple-text {
        padding: 73px 0 71px
    }
}

@media only screen and (max-width:529px) {
    .widget.customhtml.simple-text {
        padding: 0
    }
}

.widget.customhtml.golden-text {
    color: #f1ad63;
    border-top: 1px solid #f1ad63;
    border-bottom: 1px solid #f1ad63
}

@media only screen and (min-width:530px) {
    .widget.customhtml.golden-text {
        padding: 73px 10% 80px
    }
}

@media only screen and (max-width:529px) {
    .widget.customhtml.golden-text {
        padding: 30px 10% 8px
    }
}

.media-categories-list {
    font-size: 11pt;
    line-height: 20pt;
    color: #a8a8a8
}

@media only screen and (min-width:1025px) {
    .media-categories-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 5.5%;
        letter-spacing: .1px;
        margin-bottom: 26px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .media-categories-list {
        padding: 0 15%;
        letter-spacing: .1px;
        margin-bottom: 26px
    }
}

@media only screen and (max-width:529px) {
    .media-categories-list {
        padding: 0 7%;
        letter-spacing: .1px;
        margin-bottom: 26px
    }
}

.media-categories-list .mcl-item {
    transition: box-shadow .2s;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #5a5a5a;
    overflow: hidden;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1
}

@media only screen and (min-width:1025px) {
    .media-categories-list .mcl-item {
        width: 31%;
        margin: 0 .7% 25px;
        min-height: 285px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .media-categories-list .mcl-item {
        min-height: 285px;
        margin: 0 0 30px
    }
}

@media only screen and (max-width:529px) {
    .media-categories-list .mcl-item {
        min-height: 147px;
        margin: 0 0 22px
    }
}

.media-categories-list .mcl-item:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .5)
}

.media-categories-list .mcl-item:hover h3,
.media-categories-list .mcl-item:hover h3 a,
.media-categories-list .mcl-item:hover p {
    color: #000
}

.media-categories-list .mcl-item:hover .mcl-media:before {
    opacity: 0
}

.media-categories-list .mcl-item:hover .mcl-media:after {
    opacity: 1
}

.media-categories-list .mcl-item:hover .golden-button {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.media-categories-list .mcl-item:hover:after {
    opacity: 1
}

.media-categories-list .mcl-item.mcl-item-bg {
    cursor: pointer
}

.media-categories-list .mcl-item.mcl-item-bg:hover h3,
.media-categories-list .mcl-item.mcl-item-bg:hover h3 a,
.media-categories-list .mcl-item.mcl-item-bg:hover p {
    color: #fff
}

.media-categories-list .mcl-item.mcl-item-bg:hover:after,
.media-categories-list .mcl-item.mcl-item-bg:hover:before {
    opacity: 0
}

.media-categories-list .mcl-item:after,
.media-categories-list .mcl-item:before {
    transition: opacity .3s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: -1
}

.media-categories-list .mcl-item:after {
    transition: opacity .3s ease-in-out;
    background: #fff;
    opacity: 0
}

.media-categories-list .mcl-item .mcl-view-more-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4
}

.media-categories-list .mcl-item .golden-button {
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: transform .2s
}

@media only screen and (max-width:529px) {
    .media-categories-list .mcl-item .golden-button {
        width: 100%
    }
}

.media-categories-list .mcl-content {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:530px) {
    .media-categories-list .mcl-content {
        margin: 0 7.6% 42px;
        padding: 41px 4.5% 0
    }
}

@media only screen and (max-width:529px) {
    .media-categories-list .mcl-content {
        margin: 0 8.6% 42px;
        padding: 23px 8.5% 0
    }
}

.media-categories-list .mcl-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #f1ad63
}

@media only screen and (min-width:530px) {
    .media-categories-list .mcl-content:before {
        top: 41px
    }
}

@media only screen and (max-width:529px) {
    .media-categories-list .mcl-content:before {
        top: 23px
    }
}

.media-categories-list .mcl-media-type {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    color: #f1ad63;
    font-weight: 100
}

@media only screen and (min-width:530px) {
    .media-categories-list .mcl-media-type {
        font-size: 9pt;
        line-height: 8pt;
        margin: 0 0 5px 3px;
        letter-spacing: 1.2px
    }
}

@media only screen and (max-width:529px) {
    .media-categories-list .mcl-media-type {
        font-size: 9pt;
        line-height: 13pt;
        margin: 0 0 7px 3px
    }
}

.media-categories-list .mcl-media-type span {
    display: block;
    overflow: hidden
}

@media only screen and (min-width:530px) {
    .media-categories-list .mcl-media-type span {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}

.media-categories-list h3 {
    transition: color .3s ease-in-out;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    letter-spacing: 3.4px
}

@media only screen and (min-width:530px) {
    .media-categories-list h3 {
        font-size: 22pt;
        line-height: 27pt;
        margin-bottom: 13px
    }
}

@media only screen and (max-width:529px) {
    .media-categories-list h3 {
        font-size: 13pt;
        line-height: 17pt;
        margin-bottom: 5px
    }
}

.media-categories-list h3 a {
    color: #fff
}

.media-categories-list p {
    transition: color .3s ease-in-out;
    margin-bottom: 0
}

.media-categories-list .mcl-media .video-js {
    height: 240px
}

.media-categories-list .mcl-media:not(:empty) {
    position: relative;
    overflow: hidden;
    z-index: 4
}

.media-categories-list .mcl-media:not(:empty) img {
    width: 100%;
    height: auto
}

.media-categories-list .mcl-media:not(:empty):after,
.media-categories-list .mcl-media:not(:empty):before {
    transition: opacity .3s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -9px;
    z-index: 1
}

.media-categories-list .mcl-media:not(:empty):before {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 9px solid #1a1a1a
}

.media-categories-list .mcl-media:not(:empty):after {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 9px solid #fff;
    opacity: 0
}

.media-categories-list iframe {
    display: block;
    width: 100%
}

@media only screen and (min-width:530px) {
    .media-categories-list iframe {
        height: 286px
    }
}

@media only screen and (max-width:529px) {
    .media-categories-list iframe {
        height: 165px
    }
}

.media-categories-list.filters-result .mcl-item:not(.category) {
    border: 1px solid #3c3c3c
}

@media only screen and (min-width:1025px) {
    .gallery-page .filters-area .fa-container {
        padding: 0 16.5%
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .gallery-page .filters-area .fa-container {
        padding: 0 14%
    }
    .gallery-page .filters-area .fa-container .fa-select-list {
        padding: 0
    }
}

.gallery-page .filter-container>p {
    text-align: center
}

@media only screen and (min-width:530px) {
    .gallery-page .filter-container>p {
        padding: 30px 0
    }
}

@media only screen and (max-width:529px) {
    .gallery-page .filter-container>p {
        padding: 20px 0
    }
}

.gallery-resource .media iframe {
    min-height: 100vh;
    border: none
}

.gallery-resource .video-js {
    height: 50vh
}

.gallery-custom-container-1 {
    background: #0e0e0e
}

@media only screen and (min-width:530px) {
    .gallery-custom-container-1 {
        padding: 78px 0 69px
    }
}

@media only screen and (max-width:529px) {
    .gallery-custom-container-1 {
        padding: 43px 0 29px
    }
}

@media only screen and (min-width:1025px) {
    .gallery-custom-container-2 {
        padding: 16px 0 118px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .gallery-custom-container-2 {
        padding: 40px 0 118px
    }
}

.gallery-custom-container-3 {
    padding: 47px 0 118px
}

@media only screen and (min-width:1025px) {
    .event-footer {
        padding: 77px 0
    }
}

@media only screen and (min-width:530px) {
    .event-footer>* {
        margin: 0 1.2% 15px;
        vertical-align: top
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .event-footer {
        padding: 65px 0
    }
}

@media only screen and (max-width:529px) {
    .event-footer {
        padding: 57px 0 36px
    }
    .event-footer>* {
        margin-bottom: 21px
    }
}

.map-container {
    position: relative;
    color: #000;
    padding: 0
}

@media only screen and (max-width:529px) {
    .map-container {
        margin: 0 -8%
    }
}

.map-container .mc-address-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

@media only screen and (max-width:529px) {
    .map-container .mc-address-holder {
        padding: 39px 7.4% 20px
    }
}

.map-container .mc-container {
    font-size: 11pt;
    line-height: 19pt;
    background: #fff;
    display: inline-block;
    text-align: center;
    pointer-events: all
}

@media only screen and (min-width:1025px) {
    .map-container .mc-container {
        padding: 38px 4% 42px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .map-container .mc-container {
        padding: 38px 1.4% 42px
    }
}

@media only screen and (max-width:529px) {
    .map-container .mc-container {
        padding: 38px 8.4% 42px
    }
}

.map-container h4 {
    font-size: 17pt;
    line-height: 21pt;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.8px;
    margin-bottom: 16px
}

.map-container address {
    font-style: normal;
    margin-bottom: 9px
}

.map-container .mca-date {
    position: relative;
    margin-bottom: 12px;
    padding: 16px 0
}

.map-container .mca-date:after,
.map-container .mca-date:before {
    content: '';
    position: absolute;
    left: 33%;
    width: 33%;
    height: 1px;
    background: #cfcfcf
}

.map-container .mca-date:before {
    top: 0
}

.map-container .mca-date:after {
    bottom: 0
}

@media only screen and (max-width:529px) {
    .map-container .golden-button {
        width: 100%
    }
    .map-container .golden-button .svg-ico {
        display: none
    }
    .map-container .golden-button>* {
        width: 100%;
        padding: 14px 0
    }
}

.map-container .mc-map {
    height: 596px
}

body.contactUs {
    background: #000 url(/themes/basic/images/bg-contact-us.jpg) no-repeat;
    background-size: 100% auto
}

body.contactUs .main-heading {
    width: 100%
}

@media only screen and (min-width:530px) {
    body.contactUs .main-heading {
        padding: 225px 0 4px
    }
}

@media only screen and (max-width:529px) {
    body.contactUs .main-heading {
        padding: 110px 0 4px
    }
}

body.contactUs .content-section {
    padding: 0
}

body.contactUs .chosen-container .chosen-single,
body.contactUs input[type=email],
body.contactUs input[type=password],
body.contactUs input[type=tel],
body.contactUs input[type=text],
body.contactUs select,
body.contactUs textarea {
    color: #9c9c9c;
    transition: all, .2s, linear
}

body.contactUs .chosen-container .chosen-single::-webkit-input-placeholder,
body.contactUs input[type=email]::-webkit-input-placeholder,
body.contactUs input[type=password]::-webkit-input-placeholder,
body.contactUs input[type=tel]::-webkit-input-placeholder,
body.contactUs input[type=text]::-webkit-input-placeholder,
body.contactUs select::-webkit-input-placeholder,
body.contactUs textarea::-webkit-input-placeholder {
    color: #9c9c9c
}

body.contactUs .chosen-container .chosen-single:-moz-placeholder,
body.contactUs input[type=email]:-moz-placeholder,
body.contactUs input[type=password]:-moz-placeholder,
body.contactUs input[type=tel]:-moz-placeholder,
body.contactUs input[type=text]:-moz-placeholder,
body.contactUs select:-moz-placeholder,
body.contactUs textarea:-moz-placeholder {
    color: #9c9c9c
}

body.contactUs .chosen-container .chosen-single::-moz-placeholder,
body.contactUs input[type=email]::-moz-placeholder,
body.contactUs input[type=password]::-moz-placeholder,
body.contactUs input[type=tel]::-moz-placeholder,
body.contactUs input[type=text]::-moz-placeholder,
body.contactUs select::-moz-placeholder,
body.contactUs textarea::-moz-placeholder {
    color: #9c9c9c
}

body.contactUs .chosen-container .chosen-single:-ms-input-placeholder,
body.contactUs input[type=email]:-ms-input-placeholder,
body.contactUs input[type=password]:-ms-input-placeholder,
body.contactUs input[type=tel]:-ms-input-placeholder,
body.contactUs input[type=text]:-ms-input-placeholder,
body.contactUs select:-ms-input-placeholder,
body.contactUs textarea:-ms-input-placeholder {
    color: #9c9c9c
}

body.contactUs .chosen-container .chosen-single:focus,
body.contactUs input[type=email]:focus,
body.contactUs input[type=password]:focus,
body.contactUs input[type=tel]:focus,
body.contactUs input[type=text]:focus,
body.contactUs select:focus,
body.contactUs textarea:focus {
    box-shadow: none;
    color: #f4f4f4;
    background: #1a1a1a
}

body.contactUs .chosen-container .chosen-single:focus::-webkit-input-placeholder,
body.contactUs input[type=email]:focus::-webkit-input-placeholder,
body.contactUs input[type=password]:focus::-webkit-input-placeholder,
body.contactUs input[type=tel]:focus::-webkit-input-placeholder,
body.contactUs input[type=text]:focus::-webkit-input-placeholder,
body.contactUs select:focus::-webkit-input-placeholder,
body.contactUs textarea:focus::-webkit-input-placeholder {
    color: #f4f4f4
}

body.contactUs .chosen-container .chosen-single:focus:-moz-placeholder,
body.contactUs input[type=email]:focus:-moz-placeholder,
body.contactUs input[type=password]:focus:-moz-placeholder,
body.contactUs input[type=tel]:focus:-moz-placeholder,
body.contactUs input[type=text]:focus:-moz-placeholder,
body.contactUs select:focus:-moz-placeholder,
body.contactUs textarea:focus:-moz-placeholder {
    color: #f4f4f4
}

body.contactUs .chosen-container .chosen-single:focus::-moz-placeholder,
body.contactUs input[type=email]:focus::-moz-placeholder,
body.contactUs input[type=password]:focus::-moz-placeholder,
body.contactUs input[type=tel]:focus::-moz-placeholder,
body.contactUs input[type=text]:focus::-moz-placeholder,
body.contactUs select:focus::-moz-placeholder,
body.contactUs textarea:focus::-moz-placeholder {
    color: #f4f4f4
}

body.contactUs .chosen-container .chosen-single:focus:-ms-input-placeholder,
body.contactUs input[type=email]:focus:-ms-input-placeholder,
body.contactUs input[type=password]:focus:-ms-input-placeholder,
body.contactUs input[type=tel]:focus:-ms-input-placeholder,
body.contactUs input[type=text]:focus:-ms-input-placeholder,
body.contactUs select:focus:-ms-input-placeholder,
body.contactUs textarea:focus:-ms-input-placeholder {
    color: #f4f4f4
}

body.contactUs .chosen-container .chosen-single:hover,
body.contactUs input[type=email]:hover,
body.contactUs input[type=password]:hover,
body.contactUs input[type=tel]:hover,
body.contactUs input[type=text]:hover,
body.contactUs select:hover,
body.contactUs textarea:hover {
    background: #1a1a1a;
    color: #f4f4f4
}

body.contactUs .chosen-container .chosen-single:hover::-webkit-input-placeholder,
body.contactUs input[type=email]:hover::-webkit-input-placeholder,
body.contactUs input[type=password]:hover::-webkit-input-placeholder,
body.contactUs input[type=tel]:hover::-webkit-input-placeholder,
body.contactUs input[type=text]:hover::-webkit-input-placeholder,
body.contactUs select:hover::-webkit-input-placeholder,
body.contactUs textarea:hover::-webkit-input-placeholder {
    color: #f4f4f4
}

body.contactUs .chosen-container .chosen-single:hover:-moz-placeholder,
body.contactUs input[type=email]:hover:-moz-placeholder,
body.contactUs input[type=password]:hover:-moz-placeholder,
body.contactUs input[type=tel]:hover:-moz-placeholder,
body.contactUs input[type=text]:hover:-moz-placeholder,
body.contactUs select:hover:-moz-placeholder,
body.contactUs textarea:hover:-moz-placeholder {
    color: #f4f4f4
}

body.contactUs .chosen-container .chosen-single:hover::-moz-placeholder,
body.contactUs input[type=email]:hover::-moz-placeholder,
body.contactUs input[type=password]:hover::-moz-placeholder,
body.contactUs input[type=tel]:hover::-moz-placeholder,
body.contactUs input[type=text]:hover::-moz-placeholder,
body.contactUs select:hover::-moz-placeholder,
body.contactUs textarea:hover::-moz-placeholder {
    color: #f4f4f4
}

body.contactUs .chosen-container .chosen-single:hover:-ms-input-placeholder,
body.contactUs input[type=email]:hover:-ms-input-placeholder,
body.contactUs input[type=password]:hover:-ms-input-placeholder,
body.contactUs input[type=tel]:hover:-ms-input-placeholder,
body.contactUs input[type=text]:hover:-ms-input-placeholder,
body.contactUs select:hover:-ms-input-placeholder,
body.contactUs textarea:hover:-ms-input-placeholder {
    color: #f4f4f4
}

body.contactUs .chosen-container-active.chosen-with-drop .chosen-single {
    background: #1a1a1a
}

body.contactUs .chosen-container-single .chosen-drop {
    background: #1a1a1a
}

body.contactUs .chosen-container-single .chosen-drop li:not(:last-child) {
    border-bottom: 1px solid #424242
}

.search-container .search-result-item {
    border-bottom: 1px solid #a1a1a1;
    margin: 0;
    padding: 20px 0
}

.search-container .search-result-item:first-child {
    border-top: 1px solid #a1a1a1
}

.search-container .search-result-url a {
    color: #f1ad63
}

.account-page {
    background: #000;
    min-height: 81vh
}

@media only screen and (min-width:1025px) {
    .account-page {
        padding: 47px 0
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .account-page {
        padding: 47px 5%
    }
}

@media only screen and (max-width:529px) {
    .account-page {
        padding: 20px 5%
    }
}

.account-page .w-holder {
    max-width: 890px
}

.account-page .ap-head {
    font-family: Martel, sans-serif;
    color: #adadad;
    border-bottom: 1px solid #f1ad63;
    letter-spacing: 2.3px;
    font-size: 14px;
    line-height: 18px;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:1025px) {
    .account-page .ap-head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
        padding: 40px 0 88px
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .account-page .ap-head {
        margin-bottom: 20px;
        padding: 40px 0
    }
}

@media only screen and (max-width:529px) {
    .account-page .ap-head {
        margin-bottom: 20px;
        padding: 20px 0
    }
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .account-page .ap-head p {
        margin-bottom: 20px
    }
}

.account-page .ap-head p strong {
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300
}

@media only screen and (max-width:529px) {
    .account-page .ap-head p strong {
        display: block;
        padding: 6px 0
    }
}

.account-page .ap-head h3 {
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #f1ad63
}

@media only screen and (min-width:530px) {
    .account-page .ap-head h3 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 4.4px;
        margin-right: 4%
    }
}

@media only screen and (max-width:529px) {
    .account-page .ap-head h3 {
        font-size: 18px;
        line-height: 22px
    }
}

@media only screen and (max-width:529px) {
    .account-page .ap-head-col {
        margin-bottom: 20px
    }
}

.account-page .aph-title {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #fff;
    margin-bottom: 8px
}

@media only screen and (min-width:530px) {
    .account-page .aph-title {
        white-space: nowrap;
        display: -ms-flexbox;
        display: flex
    }
}

.account-page .aph-title strong {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-right: 4px
}

@media only screen and (min-width:1025px) {
    .account-page .ap-user-info-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width:530px) {
    .account-page .ap-user-info-container {
        padding: 47px 0
    }
}

@media only screen and (max-width:529px) {
    .account-page .ap-user-info-container {
        padding: 20px 0
    }
}

@media only screen and (min-width:1025px) {
    .account-page .ap-user-info-container .ap-ui-wrapper {
        width: 47%
    }
}

.account-page .ap-user-info-container ul {
    font-size: 14px;
    line-height: 18px
}

@media only screen and (min-width:1025px) {
    .account-page .ap-user-info-container ul {
        display: table
    }
}

@media only screen and (min-width:1025px) {
    .account-page .ap-user-info-container ul span,
    .account-page .ap-user-info-container ul strong {
        display: table-cell;
        padding-bottom: 23px
    }
}

@media only screen and (max-width:529px) {
    .account-page .ap-user-info-container ul span,
    .account-page .ap-user-info-container ul strong {
        width: 50%
    }
}

.account-page .ap-user-info-container ul strong {
    font-family: Lato, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2.5px
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .account-page .ap-user-info-container ul strong {
        width: 33%
    }
}

.account-page .ap-user-info-container ul span {
    font-family: Martel, sans-serif;
    font-weight: 300;
    color: #adadad
}

@media only screen and (min-width:530px) and (max-width:1025px) {
    .account-page .ap-user-info-container ul span {
        width: 77%
    }
}

@media only screen and (min-width:530px) {
    .account-page .ap-user-info-container ul span {
        padding-left: 35px
    }
}

@media only screen and (max-width:529px) {
    .account-page .ap-user-info-container ul span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media only screen and (min-width:1025px) {
    .account-page .ap-user-info-container li {
        display: table-row
    }
}

@media only screen and (max-width:1025px) {
    .account-page .ap-user-info-container li {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }
}

@media print {
    * {
        background: 0 0!important;
        color: #000!important;
        text-shadow: none!important;
        -webkit-filter: none!important;
        filter: none!important;
        -ms-filter: none!important
    }
    .aside,
    .banner,
    .nav,
    .pagenavigator,
    .registration-container,
    .simplemenu {
        display: none!important
    }
    .header .logo * {
        display: block!important;
        padding: 0
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}