.img-responsive {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

p {
    margin: 0 0 10px
}

ol,
ul {
    margin: 0;
    padding: 0
}

.container,
.container-fluid {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 768px) {
    .container {
        width: 750px
    }
}

@media(min-width: 992px) {
    .container {
        width: 970px
    }
}

@media(min-width: 1200px) {
    .container {
        width: 1170px
    }
}

#home-section .container,
#navigation .container {
    width: 95%;
    max-width: 1920px
}

#navigation .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#navigation,
.navbar-fixed-top {
    background-color: #fff
}

.nav {
    list-style: none
}

.nav>li.hn-user {
    display: none
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none
}

.nav .hn-loader {
    display: none;
    position: absolute
}

.nav .gift-icon {
    max-height: 14px
}

.menu-dropdown {
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.menu-dropdown.active .menu-dropdown__arrow {
    -webkit-transform: rotate(-90deg) scale(1.4) !important;
    transform: rotate(-90deg) scale(1.4) !important
}

.menu-dropdown__arrow {
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transform: rotate(90deg) scale(1.4) !important;
    transform: rotate(90deg) scale(1.4) !important
}

.menu-dropdown__list {
    display: none;
    list-style: none;
    text-align: center
}

@media screen and (min-width: 1025px) {
    .menu-dropdown__list {
        text-align: left;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 100%
    }
}

@media screen and (min-width: 1025px) {
    .menu-dropdown__list li:not(:last-child) {
        border-bottom: 1px solid #dadada
    }
}

.menu-dropdown__list li a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media screen and (min-width: 1025px) {
    .menu-dropdown__list li a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        font-size: 13px !important;
        padding: 12px 12px !important
    }

    .menu-dropdown__list li a:hover {
        background-color: #f5f5f5
    }
}

.navbar {
    position: relative;
    min-height: 50px
}

.navbar.text-left {
    text-align: left
}

.navbar-brand {
    display: inline-block;
    padding: 6px 0;
    width: 200px
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10030
}

#mainmenu {
    margin: 0 20px 0 auto
}

.navbar-nav {
    position: relative
}

.navbar-nav li a,
.navbar-nav li>span {
    color: #757575;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    text-transform: uppercase;
    white-space: nowrap
}

.navbar-nav li a:hover,
.navbar-nav li>span:hover {
    color: #000
}

.navbar-nav li a em,
.navbar-nav li>span em {
    color: #fab81b;
    margin-right: .4em;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.navbar-nav li a.r-em em,
.navbar-nav li>span.r-em em {
    margin-left: .6em
}

.navbar-nav li a.r-em em.gift-icon,
.navbar-nav li>span.r-em em.gift-icon {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.navbar-nav li a.rl-em em,
.navbar-nav li>span.rl-em em {
    margin-left: .9em;
    margin-right: 0
}

.navbar-nav li a.rl-em em.gift-icon,
.navbar-nav li>span.rl-em em.gift-icon {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    margin-left: 0;
    margin-right: .6em
}

.navbar-nav .orng-btn {
    border-width: 0;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .2) inset;
    color: #000;
    font-weight: 700
}

.navbar-nav .orng-btn em {
    color: #000
}

.navbar-nav .mnu-report {
    margin-top: auto;
    margin-bottom: 1em
}

@media only screen and (min-width: 1025px) {
    .navbar-nav .mnu-report {
        display: none !important
    }
}

.navbar-nav .mnu-report span {
    font-size: 15px
}

.hn-user .mw-user em {
    font-size: 1.2em;
    margin-right: 5px;
    vertical-align: -0.03em
}

.rlt-vip-member .nav-upgrade,
.hn-user .rlt-logout {
    display: none !important
}

.orng-btn {
    background: #ffbf24;
    border: 1px solid #cc8600;
    border-bottom-width: 6px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 800;
    letter-spacing: -0.3px
}

.orng-btn:hover {
    cursor: pointer;
    background: #f2ac00
}

.orng-btn em.ci-upgrade-now:after {
    content: "";
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 15%;
    top: 15%;
    height: 70%;
    width: 70%;
    z-index: -1
}

.wow {
    visibility: hidden
}

.nav .hn-loader {
    background: rgba(255, 255, 255, .9);
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 100
}

.hnl-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 100px
}

.hnl-body>div {
    content: "";
    -webkit-animation: horz-loader 2.3s linear infinite;
    animation: horz-loader 2.3s linear infinite;
    border-radius: 50%;
    position: absolute;
    height: 15px;
    width: 15px
}

.hnl-body>div:nth-child(1) {
    -webkit-animation-delay: -0.46s;
    animation-delay: -0.46s
}

.hnl-body>div:nth-child(2) {
    -webkit-animation-delay: -0.92s;
    animation-delay: -0.92s
}

.hnl-body>div:nth-child(3) {
    -webkit-animation-delay: -1.38s;
    animation-delay: -1.38s
}

.hnl-body>div:nth-child(4) {
    -webkit-animation-delay: -1.84s;
    animation-delay: -1.84s
}

@-webkit-keyframes horz-loader {
    0% {
        left: -50px;
        opacity: 0;
        background-color: #fddb86
    }

    10% {
        left: 0;
        opacity: 1
    }

    50% {
        background-color: #ffbf24
    }

    90% {
        left: 80px;
        opacity: 1
    }

    100% {
        left: 150px;
        opacity: 0
    }
}

@keyframes horz-loader {
    0% {
        left: -50px;
        opacity: 0;
        background-color: #fddb86
    }

    10% {
        left: 0;
        opacity: 1
    }

    50% {
        background-color: #ffbf24
    }

    90% {
        left: 80px;
        opacity: 1
    }

    100% {
        left: 150px;
        opacity: 0
    }
}

.mn-usr-mnu {
    background: #fff;
    -webkit-box-shadow: 0 10px 25px -3px rgba(0, 0, 0, .7);
    box-shadow: 0 10px 25px -3px rgba(0, 0, 0, .7);
    cursor: default;
    font-family: sans-serif;
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 300px;
    z-index: 100
}

.mn-usr-mnu.show {
    max-height: 1000px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.mnu-toggle:after {
    content: "";
    -webkit-transition: all .22s ease;
    transition: all .22s ease;
    height: 0;
    position: absolute;
    bottom: 0;
    background: #ffbf24;
    width: 100%;
    z-index: 101
}

.mnu-toggle.active:after {
    height: 7px
}

.mum-info {
    background: #ffbf24;
    color: #231f20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 10px 22px
}

.mumi-photo {
    background: #fff2d3;
    border-radius: 50%;
    cursor: pointer;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 95px;
    height: 95px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    z-index: 1
}

.mumi-data {
    margin-left: 15px
}

.md-name {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1px;
    text-transform: uppercase;
    word-break: break-word
}

.md-name span {
    display: block;
    font-size: .8em
}

.mum-stat {
    background: #262624;
    -webkit-box-shadow: 0 2px 8px rgba(38, 38, 36, .7);
    box-shadow: 0 2px 8px rgba(38, 38, 36, .7);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 0 8px;
    text-transform: capitalize
}

.mums-item {
    position: relative;
    text-align: center;
    width: 25%
}

.mums-item+.mums-item:before {
    content: "";
    background: rgba(255, 255, 255, .57);
    position: absolute;
    left: 0;
    height: calc(100% - 8px);
    width: 2px
}

.mums-item.get-tokens {
    cursor: pointer
}

.mums-item p {
    font-size: 12px;
    font-weight: 600;
    margin: 4px 0 0;
    letter-spacing: .3px
}

.mums-item em {
    font-size: 28px;
    position: relative
}

.mums-item em:before {
    position: relative;
    z-index: 1
}

.mums-item em.gem-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    height: 28px;
    width: 34px
}

.mums-item em.ci-verified {
    color: #7ed321;
    position: relative
}

.mums-item em.ci-verified:after {
    content: "";
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2.5%;
    left: 2.5%;
    height: 95%;
    width: 95%;
    z-index: 0
}

.mums-item em.ci-heart-empty:before {
    color: #d0021b
}

.mums-item em.ci-heart-empty:after {
    content: "";
    color: #fff;
    font-size: .85em;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
    z-index: 0
}

.mums-item .rlt-user-gender.m:before {
    content: "";
    color: #347ef5
}

.mums-item .rlt-user-gender.f:before {
    content: "";
    color: #fd62cf
}

.mums-item .rlt-user-gender.c:before {
    content: "";
    color: #ff6c00
}

.mums-item .rlt-sett-hearts {
    color: #222;
    font-size: .9em;
    font-weight: 800;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.mi-verify {
    display: none
}

.mi-heart {
    position: relative
}

.mi-heart em {
    -webkit-transform: scale(1.075);
    transform: scale(1.075)
}

.mum-list {
    padding: 25px 15px 5px;
    text-align: left
}

.mum-list span {
    color: #abaaaa;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 8px
}

.mum-list li {
    color: #605d5e;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.5em;
    list-style-type: none;
    padding: .8em 0 .8em 2.15em;
    text-transform: uppercase;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    position: relative
}

@media only screen and (max-width: 480px) {
    .mum-list li {
        font-size: 15px
    }
}

.mum-list li+li {
    border-top: 1px solid #c4c4c4
}

.mum-list li+li em {
    color: #7e7c7d
}

.mum-list li em {
    font-size: 1.5em;
    position: absolute;
    left: 0;
    text-shadow: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.mum-list li em.gem-icon {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    height: 1em;
    width: 1em
}

.mum-list li em.ci-settings-o:before {
    font-size: 1.15em
}

.mum-list li em.ci-logout:before {
    font-size: .95em;
    padding-left: .1em
}

.mum-list li:hover {
    color: #000;
    text-shadow: .5px 0px 0
}

.mum-list li:hover em {
    color: #ffbf24;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.mum-list li:hover em.gem-icon {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

body:not(.rlt-vip-member) .miv-member {
    display: block;
    font-size: .9em;
    padding-top: 1px
}

body:not(.rlt-vip-member) .ci-verified {
    color: #7e7c7d
}

body:not(.rlt-vip-member) .ci-verified:after {
    background: #262624
}

.rlt-vip-member .miv-vip {
    display: block
}

.rlt-vip-member .mum-list {
    padding: 10px 15px 5px
}

.rlt-vip-member .mum-list span {
    display: none
}

.rlt-vip-member .mum-list li.get-tokens {
    border-top: none
}

.rlt-member-preload #home-section {
    background: #fff
}

.rlt-member-preload #home-section::after {
    display: none
}

.rlt-member-preload #home-section .container {
    display: none
}

.rlt-member-preload #app-loading {
    background: #fff;
    display: block !important
}

html[dir=rtl] .mums-item:before {
    content: "";
    background: rgba(255, 255, 255, .57);
    position: absolute;
    left: auto;
    right: 0;
    height: calc(100% - 8px);
    width: 2px
}

html[dir=rtl] .mum-stat .mums-item:nth-child(1)::before {
    display: none
}

html[dir=rtl] .mum-list {
    text-align: right
}

html[dir=rtl] .mum-list li em {
    margin-right: 0px;
    margin-left: 10px
}

html[dir=rtl] .mumi-data {
    margin-left: 0px;
    margin-right: 15px
}

@media only screen and (max-width: 1300px) {
    .navbar-brand {
        width: 180px
    }

    .navbar-nav li a,
    .navbar-nav li>span {
        font-size: 13px
    }
}

@media only screen and (max-width: 1200px) {
    #navigation .container {
        width: 100%
    }

    .navbar-nav li a,
    .navbar-nav li>span {
        font-size: 12px
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 16px
    }

    #navigation {
        position: relative;
        z-index: 10001
    }

    #navigation .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #navigation .container:after,
    #navigation .container:before {
        display: none
    }

    .navbar {
        min-height: 55px
    }

    .navbar-brand {
        padding: 5px 0;
        width: 205px
    }

    .navbar-toggle svg {
        cursor: pointer;
        display: block;
        margin-right: -5px;
        height: 35px;
        width: 45px
    }

    .navbar-toggle svg path {
        fill: none;
        stroke-width: 40px;
        stroke-linecap: round;
        stroke: #353535;
        stroke-dashoffset: 0;
        -webkit-transition: .35s cubic-bezier(0.25, -0.25, 0.7, 1.25), stroke-dasharray .35s cubic-bezier(0.25, -0.25, 0.7, 1.25);
        transition: .35s cubic-bezier(0.25, -0.25, 0.7, 1.25), stroke-dasharray .35s cubic-bezier(0.25, -0.25, 0.7, 1.25)
    }

    .navbar-toggle svg path:nth-child(3),
    .navbar-toggle svg path:nth-child(1) {
        stroke-dasharray: 240px 950px
    }

    .navbar-toggle svg path:nth-child(2) {
        stroke-dasharray: 240px 240px
    }

    .navbar-toggle svg path.active:nth-child(3),
    .navbar-toggle svg path.active:nth-child(1) {
        stroke-dashoffset: -650px
    }

    .navbar-toggle svg path.active:nth-child(2) {
        opacity: 0
    }

    .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto;
        height: 100%
    }

    .navbar-nav>.hn-loader {
        width: 100%
    }

    #mainmenu {
        background: rgba(255, 255, 255, .95);
        border-top: 1px solid #cecece;
        -webkit-box-shadow: -1px 3px 5px #cecece;
        box-shadow: -1px 3px 5px #cecece;
        margin: 0;
        height: calc(100vh - 46px);
        position: absolute;
        top: 55px;
        left: 0;
        overflow: auto;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .35s cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: all .35s cubic-bezier(0.65, 0.05, 0.36, 1);
        min-width: 300px;
        z-index: 100
    }

    #mainmenu.mnu_opn {
        max-width: 80%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .rlt-member #mainmenu {
        background: #fff;
        min-width: 300px
    }

    .member-nav {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    body:not(.rlt-member) .member-nav {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-align: center
    }

    body:not(.rlt-member) .member-nav>ul {
        padding-top: 15px
    }

    body:not(.rlt-member) .member-nav>ul>li {
        width: 85%
    }

    body:not(.rlt-member) .member-nav>ul>li>span {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        padding: 12px;
        margin-bottom: 10px
    }

    body:not(.rlt-member) .member-nav>ul>li>span>a {
        font-size: 16px;
    }

    body:not(.rlt-member) .navbar-nav>li>span {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        padding: 12px;
        margin-bottom: 10px
    }

    .mn-usr-mnu {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        width: 100%
    }

    .mn-usr-mnu .mum-list li {
        border-top: 0;
        border-bottom: 1px solid #c4c4c4;
        padding: 1em 0 1em 2.25em
    }

    .rlt-member .hn-user.mnu-toggle {
        width: 100%
    }

    .rlt-member .hn-user.nav-upgrade {
        position: absolute
    }

    .rlt-member .nnd-earn,
    .rlt-member .nnd-refer,
    .rlt-member .menu-dropdown,
    .rlt-member .member-nav li>span {
        display: none
    }

    .bg_over.mnu_opn {
        background: rgba(34, 34, 34, .65);
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 10000
    }
}

@media only screen and (max-width: 479px),
only screen and (max-device-width: 980px)and (orientation: landscape) {
    body {
        font-size: 13px
    }

    .navbar {
        min-height: 45px
    }

    .navbar-brand {
        padding: 3px 0;
        width: 175px
    }

    .navbar-toggle svg {
        height: 30px;
        width: 35px
    }

    #navigation .container {
        padding: 0 10px
    }
}

@media only screen and (max-width: 480px) {
    #mainmenu {
        top: 45px;
        min-width: 280px
    }

    body:not(.rlt-member) .navbar-nav>li>span,
    body:not(.rlt-member) .member-nav>ul>li>span {
        font-size: 13px;
        padding: 10px;
        margin-bottom: 7px
    }
    body:not(.rlt-member) .member-nav>ul>li>span>a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 812px)and (orientation: landscape) {
    #mainmenu {
        top: 45px
    }
}

@media only screen and (min-width: 1025px) {
    .nav>li {
        display: inline-block;
        position: relative
    }

    .nav>li.member-nav>ul>li>span em {
        -webkit-transform: translateY(-0.1em) scale(1.3);
        transform: translateY(-0.1em) scale(1.3)
    }

    .nav>li.member-nav>ul>li>span em.ci-crown-1 {
        -webkit-transform: translateY(-0.1em) scale(1.5);
        transform: translateY(-0.1em) scale(1.5);
        z-index: 0
    }

    .nav>li .refer-friends {
        display: none
    }

    .nav>li:not(.member-nav) {
        padding: 10px 0
    }

    .navbar-toggle {
        display: none
    }

    .navbar-nav>li:nth-child(2)>span {
        border-right: 1px solid #dadada;
        padding-left: 0
    }

    html[dir=rtl] .nav-upgrade em {
        margin: -4px 0px 0px 5px
    }

    .mn-usr-mnu {
        max-height: 0
    }
}

@media only screen and (min-width: 1550px) {
    .navbar-brand {
        padding: 10px 0;
        width: 230px
    }

    .navbar-nav li a,
    .navbar-nav li>span {
        font-size: 15px;
        padding: 12px 25px
    }
}

@media only screen and (min-width: 1800px) {
    body {
        font-size: 20px
    }
}

#home-section {
    background: #49dafb;
    position: relative;
    height: 100%;
    height: calc(100% - 56px);
    min-height: 550px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#home-section .container {
    height: 100%
}

#home-section {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #49dafb), to(#4483e2));
    background: linear-gradient(to bottom, #49dafb 65%, #4483e2)
}

#home-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

#home-section .container {
    position: relative;
    height: 100%;
    z-index: 2
}

#home-section.hide_bottom {
    height: auto
}

#home-section.hide_bottom .home-content__bottom-img {
    display: block
}

.home-content {
    font-size: 16px;
    text-align: center;
    padding-top: 2.25em;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width: 1024px)and (orientation: landscape) {
    .home-content {
        padding-top: 6%
    }
}

@media only screen and (max-width: 1024px)and (orientation: portrait) {
    .home-content {
        padding-top: 10%
    }
}

.home-content__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.home-content__bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    margin-top: -5%;
    min-height: 30px
}

.home-content__img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom
}

.home-content h1 {
    font-size: 3em;
    font-weight: 300;
    margin: 0 0 .25em;
    position: relative;
    z-index: 1
}

.home-content h2 {
    font-size: 4.9em;
    font-weight: 800;
    letter-spacing: .085em;
    margin: 0;
    text-transform: uppercase
}

.hc-welcome {
    margin-top: 1.575em
}

@media only screen and (max-width: 812px)and (orientation: landscape) {
    .hc-welcome {
        padding: 0
    }
}

@media screen and (max-width: 600px) {
    .hc-welcome {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%
    }
}

@media only screen and (max-width: 479px) {
    .hc-welcome {
        margin-top: 2.5em
    }
}

.hc-select {
    max-width: 20em;
    margin: 0 auto
}

@media only screen and (max-width: 1024px) {
    .hc-select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.15em;
        max-width: 100%
    }
}

@media screen and (max-width: 600px) {
    .hc-select {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 15px
    }
}

@media screen and (max-width: 480px) {
    .hc-select {
        font-size: 3.5vw !important
    }
}

@media screen and (max-width: 600px) {
    .hc-select.active .hc-gndr {
        font-size: 1.2em
    }
}

@media only screen and (max-width: 1024px) {
    .hc-select.active #rlt-start-btn {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .hc-select.active #rlt-start-btn {
        display: block
    }
}

@media screen and (max-width: 600px) {
    .hc-select .home-btn {
        margin-top: 1em !important
    }
}

.hc-gndr {
    color: #767676;
    display: inline-block;
    position: relative;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .hc-gndr {
        font-size: 1.2em;
        min-width: 16em;
        max-width: 20em;
        width: auto
    }
}

@media screen and (max-width: 600px) {
    .hc-gndr {
        width: 100%;
        max-width: 100%;
        font-size: 1.2em
    }
}

.hc-gndr>span {
    background: #fff;
    border-radius: .25em;
    -webkit-box-shadow: 0px .125em .5em rgba(69, 51, 5, .25);
    box-shadow: 0px .125em .5em rgba(69, 51, 5, .25);
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: .9375em 3.75em .9375em .9375em;
    text-align: left
}


.hc-gndr ul {
    background: #fff;
    border-top: 1px solid silver;
    border-radius: 0 0 .25em .25em;
    -webkit-box-shadow: 0px .125em .125em rgba(0, 0, 0, .5);
    box-shadow: 0px .125em .125em rgba(0, 0, 0, .5);
    display: none;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 0;
    white-space: nowrap;
    min-width: 100%;
    z-index: 10
}

.hc-gndr ul li {
    list-style-type: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.hc-gndr ul li:hover {
    background: #ffe2a3;
    color: #444
}

.hc-gndr ul li input {
    display: none
}

.hc-gndr ul li label {
    display: block;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: .5em .625em
}

.hc-gndr em {
    font-size: larger;
    margin-right: .3em;
    font-weight: bold
}

.hc-gndr em.ci-user-1 {
    color: #f1b62b
}

em.ci-mars {
    color: #347ef5
}

em.ci-venus {
    color: #fd62cf
}

em.ci-unisex-icon {
    color: #ff6c00
}

em.ci-transgender {
    color: #be4afc
}

.shake {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shake;
    animation-name: shake;
    color: #d91d04
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

#rlt-start-btn {
    background: #000;
    border-radius: .1em;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: .5em auto 0;
    letter-spacing: .075em;
    font-size: 1.25em;
    font-weight: 600;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

@media only screen and (max-width: 1024px) {
    #rlt-start-btn {
        border-radius: .25em;
        display: inline-block;
        margin: 0 0 0 1.25em;
        padding: .9em 1em;
        width: auto
    }

    html[lang=pl] #rlt-start-btn {
        padding: 1.25em .7em;
        font-size: 1em
    }

    html[dir=rtl] #rlt-start-btn {
        margin: 0 1.25em 0 0
    }
}

@media screen and (max-width: 600px) {
    #rlt-start-btn {
        width: 100%;
        max-width: 100%;
        margin: 0;
        font-size: 1.2em
    }
}

@media only screen and (max-width: 479px) {
    #rlt-start-btn {
        font-size: 1.2em
    }

    html[lang=pt] #rlt-start-btn,
    html[lang=es] #rlt-start-btn,
    html[lang=da] #rlt-start-btn {
        padding: 1.25em .7em;
        font-size: 1em
    }
}

#rlt-start-btn:hover {
    background: #333
}

.hc-warn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1em auto 0;
    font-size: .875em;
    font-weight: 500;
    max-width: 45em
}

.hcw-cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: left
}

.hcw-cont+.hcw-cont {
    margin-top: .625em
}

.hcw-cont input {
    position: absolute;
    visibility: hidden
}

.hcw-cont label a {
    color: #000;
    text-decoration: underline
}

.hcw-cont .error {
    font-weight: 500
}

.hcwc-error {
    background: #c14c4c;
    border-radius: .1875em;
    color: #fff;
    font-size: .95em;
    padding: .3em .6em;
    position: absolute;
    opacity: 0;
    top: -0.6em;
    left: 0
}

.error .hcwc-error {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1
}

.hcwc-error:after {
    content: "";
    border: .4em solid rgba(0, 0, 0, 0);
    border-top: .4em solid #c14c4c;
    position: absolute;
    top: calc(100% - 1px);
    left: .35em
}

.app-icons {
    position: absolute;
    bottom: 5px;
    right: 5px
}

.app-icons li {
    display: inline-block;
    margin: 0 -2px;
    padding: 0
}

.app-icons li a {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    display: block;
    line-height: 1.875em;
    font-size: 26px;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    height: 1.875em;
    width: 1.875em
}

.app-icons li a:hover {
    background-color: rgba(0, 0, 0, .4);
    color: #fff
}

.hc-free-tokens {
    position: relative
}

.hc-tokens-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    margin: 1.5em auto 1em;
    text-transform: uppercase
}

.hc-tokens-toggle span {
    text-decoration: underline
}

.hc-tokens-toggle em {
    font-size: 1.3em;
    margin: 0 .5em
}

@media screen and (min-width: 480px) {
    .hc-tokens-toggle {
        display: none
    }
}

.hc-tokens-toggle .ci-angle-right {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.hc-tokens-dropdown {
    display: none;
    margin-top: 1.5em;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100001
}

.hc-tokens-dropdown ul {
    background: #fff;
    border-radius: .25em;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    font-size: 1.75em;
    list-style-type: none
}

.hc-tokens-dropdown li {
    cursor: pointer;
    padding: .75em 1em;
    text-align: left
}

.hc-tokens-dropdown li a {
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap
}

.hc-tokens-dropdown li a em {
    color: #ffbf24;
    font-weight: 600;
    margin-right: .75em
}

.hc-tokens-dropdown li:hover {
    background: #f5f5f5
}

.hc-tokens-dropdown li:not(:last-child) {
    border-bottom: 1px solid #dadada
}

.rlt-active .mrv-center .get-free-tokens {
    display: none
}

.hc-download {
    margin: 4em 0
}

.hc-download a {
    display: inline-block;
    width: 15em
}

.hc-download img {
    height: auto;
    width: 100%
}

.camera-hint,
.feedback_link {
    display: none;
    position: absolute
}

.feedback_link {
    visibility: hidden;
    width: auto !important
}

.home-link {
    background: rgba(255, 255, 255, .6);
    border-radius: 0 5px 0 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 8px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.home-link>* {
    color: #000;
    cursor: pointer;
    display: block;
    text-decoration: none
}

.home-link>*:hover {
    color: #000;
    text-decoration: underline
}

.home-link em {
    color: #ffb900;
    font-size: 1.25em;
    text-shadow: 1px 1px 1px #222;
    vertical-align: baseline;
    margin-right: 5px
}

@media only screen and (max-width: 1024px) {
    .home-link {
        display: none
    }
}

#app-loading {
    display: none;
    background: rgba(0, 0, 0, .65);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 11
}

html[lang=fr] .home-content h2 {
    font-size: 2.8em
}

html[lang=de] .home-content h1 {
    font-size: 2.5em
}

html[lang=de] .home-content h2 {
    font-size: 3.75em;
    letter-spacing: 0
}

html[lang=de] .hcw-cont label span {
    display: block
}

html[lang=es] .home-content h2 {
    font-size: 4.4em;
    letter-spacing: 0
}

html[lang=es] .mums-item p {
    font-size: 9px
}

html[lang=es] .mum-list li {
    font-size: 15px
}

html[lang=es] .miv-member p {
    font-size: .8em
}

html[lang=it] .home-content h1 {
    font-size: 2.4em
}

html[lang=it] .home-content h2 {
    font-size: 4em;
    letter-spacing: 0
}

html[lang=it] .mn-usr-mnu {
    width: 330px
}

html[lang=it] .mums-item {
    font-size: 9px
}

html[lang=it] .mums-item p {
    font-size: 9px
}

html[lang=pt] .home-content h1 {
    font-size: 2.5em
}

html[lang=pt] .home-content h2 {
    font-size: 4em;
    letter-spacing: 0
}

html[lang=ru] .home-content h1 {
    font-size: 1.75em
}

html[lang=ru] .home-content h2 {
    font-size: 3.1em;
    letter-spacing: 0
}

html[lang=ru] .mums-item p {
    font-size: 11px
}

html[lang=ru] .mums-item .miv-member {
    font-size: .8em
}

html[lang=pl] .home-content h1 {
    font-size: 2.25em
}

html[lang=pl] .home-content h2 {
    font-size: 4.5em;
    letter-spacing: .01em
}

html[lang=pl] .miv-member {
    font-size: .75em
}

html[lang=pl] #rlt-start-btn {
    letter-spacing: 0;
    font-size: 1.15em
}

html[lang=nl] .home-content h1 {
    font-size: 2.5em
}

html[lang=nl] .home-content h2 {
    font-size: 4em;
    letter-spacing: 0
}

html[lang=nl] .hc-gndr>span {
    font-size: 1em
}

html[lang=nl] .mum-list li {
    font-size: 15px
}

html[lang=cs] .home-content h2 {
    font-size: 4em;
    letter-spacing: 0
}

html[lang=da] .miv-member {
    font-size: .75em
}

html[lang=ro] .home-content h2 {
    font-size: 3.85em;
    letter-spacing: 0
}

html[lang=sk] .home-content h2 {
    font-size: 4em
}

html[lang=sv] .home-content h2 {
    font-size: 4.5em;
    letter-spacing: 0
}

html[lang=ms] .miv-member {
    font-size: .8em
}

html[lang=fi] .mums-item p {
    font-size: 9px
}

html[lang=sr] .home-content h1 {
    font-size: 2em
}

html[lang=sr] .home-content h2 {
    font-size: 4em
}

html[lang=sv] .mums-item {
    font-size: 9px
}

html[lang=sv] .mums-item p {
    font-size: 9px
}

html[lang=sv] .mn-usr-mnu {
    width: 330px
}

html[lang=th] .mn-usr-mnu {
    width: 301px
}

html[lang=tr] .home-content h1 {
    font-size: 2.5em
}

html[lang=tr] .home-content h2 {
    font-size: 4.5em
}

html[lang=tr] .mn-usr-mnu {
    width: 330px
}

html[lang=tr] .mums-item {
    font-size: 9px
}

html[lang=tr] .mums-item p {
    font-size: 9px
}

html[lang=vi] .home-content h2 {
    font-size: 4em;
    letter-spacing: .02em
}

html[lang=hr] .home-content h1 {
    font-size: 1.9em
}

html[lang=hr] .home-content h2 {
    font-size: 4.5em
}

html[lang=hu] .home-content h2 {
    font-size: 4em
}

html[lang=ja] .mn-usr-mnu {
    width: 330px
}

html[lang=ja] .mums-item {
    font-size: 9px
}

html[lang=ja] .mums-item p {
    font-size: 9px
}

html[lang=el] .home-content h1 {
    font-size: 2.7em
}

html[lang=el] .mn-usr-mnu {
    width: 330px
}

html[lang=el] .mums-item {
    font-size: 9px
}

html[lang=el] .mums-item p {
    font-size: 9px
}

html[lang=no] .mn-usr-mnu {
    width: 330px
}

html[lang=da] .home-content h2 {
    letter-spacing: 0
}

@media only screen and (max-width: 1300px) {
    #home-section {
        height: calc(100% - 51px)
    }

    .home-content {
        font-size: 14.5px
    }
}

@media only screen and (max-width: 1200px) {
    #home-section .container {
        width: 100%
    }

    .home-content {
        font-size: 13.5px
    }
}

@media only screen and (max-width: 1024px) {
    #home-section {
        height: calc(100% - 55px);
        text-align: center;
        opacity: 1;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .home-content {
        font-size: 1.5vw
    }

    .home-content h2 {
        letter-spacing: 0
    }

    .hc-gndr>span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .hc-gndr ul li label {
        font-size: 1.1em;
        padding: .6em
    }

    .hc-warn {
        font-size: 1.15em;
        margin-top: 1.5em;
        max-width: 90%
    }

    .hcw-cont label {
        padding-left: 4.25em
    }

    .hcw-cont label:before,
    .hcw-cont label:after {
        content: "";
        border: 1.5px solid #272727;
        cursor: pointer;
        margin-top: -0.85em;
        position: absolute;
        top: 50%;
        left: 0;
        height: 1.4em;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .hcw-cont label:before {
        background: -webkit-gradient(linear, left top, right top, from(#efefef), to(#c3c3c3));
        background: linear-gradient(90deg, #efefef, #c3c3c3);
        border-radius: 2.5em;
        width: 2.5em
    }

    .hcw-cont label:after {
        background-color: #949494;
        border-radius: 50%;
        -webkit-box-shadow: .145em .145em 0 0 #949494 inset, -0.235em -0.235em 0 .145em #949494 inset, .26em .26em 0 0 #fff inset;
        box-shadow: .145em .145em 0 0 #949494 inset, -0.235em -0.235em 0 .145em #949494 inset, .26em .26em 0 0 #fff inset;
        width: 1.4em
    }

    .hcw-cont input:checked+label:after {
        background-color: #fabe3a;
        -webkit-box-shadow: .145em .145em 0 0 #fabe3a inset, -0.235em -0.235em 0 .145em #fabe3a inset, .26em .26em 0 0 #fff inset;
        box-shadow: .145em .145em 0 0 #fabe3a inset, -0.235em -0.235em 0 .145em #fabe3a inset, .26em .26em 0 0 #fff inset;
        -webkit-transform: translateX(1.1em);
        transform: translateX(1.1em)
    }

    .app-started .main_player {
        z-index: 11
    }

    .hcwc-error {
        top: 0
    }

    .app-icons {
        display: none
    }
}

@media only screen and (max-width: 768px) {

    #home-section:after,
    .no-webp #home-section:after {
        background-size: contain
    }

    .home-content {
        font-size: 1.5vw
    }

    html[lang=cs] .home-content h2 {
        font-size: 5em
    }
}

@media only screen and (max-width: 768px)and (orientation: landscape) {
    #home-section:after {
        background-image: none
    }

    .home-content {
        top: 20px;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@media only screen and (max-width: 479px) {
    #home-section {
        height: calc(70% - 45px);
        min-height: 375px;
    }

    .home-content {
        font-size: 1.8vw
    }

    .home-content h1 {
        font-weight: 400
    }

    .hc-warn {
        font-size: 1.4em;
        max-width: 100%
    }

    .hcw-cont {
        text-align: justify;
        padding: 0 .5em
    }

    .hc-download a {
        width: 22em
    }

    html[lang=fr] .home-content {
        font-size: 6.5px
    }

    html[lang=de] .home-content h2 {
        font-size: 5em
    }

    html[lang=pt] .home-content h1 {
        font-size: 2.5em;
        padding: 0 20px
    }

    html[lang=pt] .home-content h2 {
        font-size: 5em;
        margin-top: 12px
    }

    html[lang=ru] .home-content h1 {
        font-size: 2.5em
    }

    html[lang=ru] .home-content h2 {
        font-size: 4em;
        margin-top: 12px
    }
}

@media only screen and (max-width: 360px) {
    #home-section {
        min-height: 400px
    }

    html[lang=fr] .home-content {
        font-size: 5.5px
    }
}

@media only screen and (max-width: 1024px)and (orientation: landscape) {
    #home-section:after {
        background-size: 400px
    }

    .home-content {
        font-size: 11px
    }
}

@media only screen and (max-width: 812px)and (orientation: landscape) {
    .home-content {
        font-size: 1.4vw
    }

    .home-content h2 {
        letter-spacing: 0
    }

    #home-section {
        height: calc(100% - 45px)
    }

    .home-content {
        font-size: 1.2vw;
        top: 20px
    }

    .hcml-tokens.hcml-white-bg {
        display: none
    }
}

@media only screen and (min-width: 1025px) {

    .hcw-cont label::after,
    .hcw-cont label:before {
        content: "";
        position: absolute
    }

    .hcw-cont label:before {
        background-color: #e0e4e7;
        border: 1px solid #969fa6;
        cursor: pointer;
        left: 0;
        top: 0;
        height: 1.25em;
        width: 1.25em
    }

    .hcw-cont label:after {
        background: rgba(0, 0, 0, 0);
        border: .215em solid #303c47;
        border-top: none;
        border-right: none;
        opacity: 0;
        top: 5px;
        left: .285em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: .285em;
        width: .57em
    }

    .hcw-cont input[type=checkbox]:checked+label:after {
        opacity: 1
    }

    .hc-download {
        display: none
    }

    html[lang=fr] .home-content h2 {
        margin: 0 auto;
        max-width: 80%;
        letter-spacing: 0
    }
}

@media only screen and (min-width: 1301px) {
    html[lang=fr] #video-section h3 {
        font-size: 46px
    }

    html[lang=fr] .home-content {
        font-size: 15px
    }
}

@media only screen and (min-width: 1550px) {
    #home-section {
        height: calc(100% - 70px);
        min-height: 650px
    }

    #home-section:after {
        background-size: 135vh
    }

    .home-content {
        font-size: 19px
    }

    .app-icons {
        bottom: 30px
    }

    .app-icons li a {
        font-size: 36px
    }

    html[lang=fr] .home-content {
        font-size: 17px
    }
}

@media only screen and (min-width: 1800px) {
    #home-section {
        min-height: 800px
    }

    #home-section:after {
        background-size: 165vh
    }

    .home-content {
        font-size: 21px
    }

    .app-icons li a {
        font-size: 40px
    }

    html[lang=fr] .home-content {
        font-size: 21px
    }
}

/* @font-face {
    font-family: DuoConnectIcons;
    font-display: block;
    src: url("/assets/fonts/duoconnect-icons.eot?4040757");
    src: url("/assets/fonts/duoconnect-icons.eot?4040757#iefix") format("embedded-opentype"), url("/assets/fonts/duoconnect-icons.woff2?4040757") format("woff2"), url("/assets/fonts/duoconnect-icons.woff?4040757") format("woff"), url("/assets/fonts/duoconnect-icons.ttf?4040757") format("truetype"), url("/assets/fonts/duoconnect-icons.svg?4040757#duoconnect-icons") format("svg");
    font-weight: 400;
    font-style: normal
} */

/* .ci {
    display: inline-block;
    font: normal normal normal 14px/1 DuoConnectIcons;
    font-size: inherit;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
} */

.ci-spin {
    -webkit-animation: ci-spin 2s infinite linear;
    animation: ci-spin 2s infinite linear
}

@-webkit-keyframes ci-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes ci-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.ci-bold {
    font-weight: bold
}

.ci-sm {
    font-size: .8em;
    line-height: 1.25em;
    vertical-align: 10%
}

.ci-lg {
    font-size: 1.2em;
    line-height: .75em;
    vertical-align: -10%
}

.ci-xl {
    font-size: 1.45em;
    line-height: .75em;
    vertical-align: -10%
}

.ci-fw {
    width: 1.28571429em;
    text-align: center
}

.ci-pulse {
    -webkit-animation: ci-pulse .8s infinite steps(8);
    animation: ci-pulse .8s infinite steps(8)
}

@-webkit-keyframes ci-pulse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes ci-pulse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.ci-mic-cs:before {
    content: ""
}

.ci-switch-cs:before {
    content: ""
}

.ci-country-filter:before {
    content: ""
}

.ci-cup:before {
    content: ""
}

.ci-gender-filter:before {
    content: ""
}

.ci-cell-phone:before {
    content: ""
}

.ci-down-dir:before {
    content: ""
}

.ci-pause:before {
    content: ""
}

.ci-search:before {
    content: ""
}

.ci-right-small:before {
    content: ""
}

.ci-couple:before {
    content: ""
}

.ci-intro-icon:before {
    content: ""
}

.ci-billion:before {
    content: ""
}

.ci-gift-box:before {
    content: ""
}

.ci-share:before {
    content: ""
}

.ci-user-1:before {
    content: ""
}

.ci-mobile-video-chat:before {
    content: ""
}

.ci-meetstrangers:before {
    content: ""
}

.ci-android-ios:before {
    content: ""
}

.ci-meetpeople:before {
    content: ""
}

.ci-cog:before {
    content: ""
}

.ci-fast:before {
    content: ""
}

.ci-videochat:before {
    content: ""
}

.ci-genderfilter:before {
    content: ""
}

.ci-countryfilter:before {
    content: ""
}

.ci-east:before {
    content: ""
}

.ci-camtocam:before {
    content: ""
}

.ci-cancel-1:before {
    content: ""
}

.ci-key:before {
    content: ""
}

.ci-video:before {
    content: ""
}

.ci-unlock:before {
    content: ""
}

.ci-upgrade-now:before {
    content: ""
}

.ci-ok:before {
    content: ""
}

.ci-plus:before {
    content: ""
}

.ci-globe-o:before {
    content: ""
}

.ci-star-o:before {
    content: ""
}

.ci-close:before {
    content: ""
}

.ci-cross-circle:before {
    content: ""
}

.ci-mask:before {
    content: ""
}

.ci-lock:before {
    content: ""
}

.ci-mail:before {
    content: ""
}

.ci-pencil:before {
    content: ""
}

.ci-info-circled:before {
    content: ""
}

.ci-check-cirlcle:before {
    content: ""
}

.ci-minus-circle:before {
    content: ""
}

.ci-unisex-icon:before {
    content: ""
}

.ci-verified:before {
    content: ""
}

.ci-heart-empty:before {
    content: ""
}

.ci-lightbulb:before {
    content: ""
}

.ci-tags:before {
    content: ""
}

.ci-dots:before {
    content: ""
}

.ci-mask-cs:before {
    content: ""
}

.ci-chat-cs:before {
    content: ""
}

.ci-everyone-cs:before {
    content: ""
}

.ci-email:before {
    content: ""
}

.ci-external-link:before {
    content: ""
}

.ci-flag-cs:before {
    content: ""
}

.ci-volume-up-1:before {
    content: ""
}

.ci-play-1:before {
    content: ""
}

.ci-incognito-mask:before {
    content: ""
}

.ci-any-situation:before {
    content: ""
}

.ci-plus-1:before {
    content: ""
}

.ci-gif:before {
    content: ""
}

.ci-be-yourself:before {
    content: ""
}

.ci-different:before {
    content: ""
}

.ci-heart-1:before {
    content: ""
}

.ci-like-minded:before {
    content: ""
}

.ci-integrated-chat:before {
    content: ""
}

.ci-local:before {
    content: ""
}

.ci-gem:before {
    content: ""
}

.ci-right-message:before {
    content: ""
}

.ci-sign-up:before {
    content: ""
}

.ci-video-calling:before {
    content: ""
}

.ci-more-connect-1:before {
    content: ""
}

.ci-warning:before {
    content: ""
}

.ci-lock-1:before {
    content: ""
}

.ci-private-start:before {
    content: ""
}

.ci-private-declined:before {
    content: ""
}

.ci-heart:before {
    content: ""
}

.ci-private-end:before {
    content: ""
}

.ci-private-chat-1:before {
    content: ""
}

.ci-free-star:before {
    content: ""
}

.ci-hide-location:before {
    content: ""
}

.ci-sticker:before {
    content: ""
}

.ci-emoji:before {
    content: ""
}

.ci-avatar:before {
    content: ""
}

.ci-rear-camera:before {
    content: ""
}

.ci-crown-1:before {
    content: ""
}

.ci-logout:before {
    content: ""
}

.ci-round-user:before {
    content: ""
}

.ci-settings-o:before {
    content: ""
}

.ci-billing:before {
    content: ""
}

.ci-send:before {
    content: ""
}

.ci-membership:before {
    content: ""
}

.ci-bell:before {
    content: ""
}

.ci-translation:before {
    content: ""
}

.ci-history:before {
    content: ""
}

.ci-check-o:before {
    content: ""
}

.ci-reconnect:before {
    content: ""
}

.ci-location-hidden:before {
    content: ""
}

.ci-no-ad:before {
    content: ""
}

.ci-clock:before {
    content: ""
}

.ci-save-badge:before {
    content: ""
}

.ci-crown-o:before {
    content: ""
}

.ci-invite-friends:before {
    content: ""
}

.ci-wall-clock:before {
    content: ""
}

.ci-calendar:before {
    content: ""
}

.ci-giftbox:before {
    content: ""
}

.ci-twitter:before {
    content: ""
}

.ci-facebook:before {
    content: ""
}

.ci-angle-left:before {
    content: ""
}

.ci-angle-right:before {
    content: ""
}

.ci-spinner:before {
    content: ""
}

.ci-youtube-play:before {
    content: ""
}

.ci-instagram:before {
    content: ""
}

.ci-apple:before {
    content: ""
}

.ci-android:before {
    content: ""
}

.ci-bug-1:before {
    content: ""
}

.ci-at:before {
    content: ""
}

.ci-venus:before {
    content: ""
}

.ci-mars:before {
    content: ""
}

.ci-transgender:before {
    content: ""
}

.ci-calendar-check-o:before {
    content: ""
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-5,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media(min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media(min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }
}

@media(min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.modal,
.modal-open {
    overflow: hidden
}

.modal,
.modal-backdrop {
    right: 0;
    bottom: 0;
    left: 0;
    top: 0
}

.modal {
    position: fixed;
    z-index: 100500;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    z-index: 100400;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin: 0 10px
}

@media(min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.modal-footer:after,
.nav:after,
.navbar:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

#dialog .hpm-overlay {
    background: rgba(0, 0, 0, .85);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-container:before,
.mfp-figure:after {
    content: ""
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    display: none;
    z-index: 1043;
    outline: 0;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    top: -25px;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 50px;
    right: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    margin-right: -20px
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset rgba(0, 0, 0, 0)
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 900px;
    max-width: 95%
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border: 0
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-gallery .mfp-image-holder .mfp-figure,
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width: 800px)and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

a {
    color: #ffbf24;
    text-decoration: none;
    -webkit-transition: color 300ms;
    transition: color 300ms
}

a:focus,
a:hover {
    color: #e88d00;
    text-decoration: none;
    outline: none
}

.bold,
strong {
    font-weight: 700
}

img {
    border: 0;
    vertical-align: middle
}

button,
input,
select,
textarea {
    cursor: pointer;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.img-responsive {
    display: inline-block
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px
}

.red-txt {
    color: #ef1212
}

.underline-txt {
    text-decoration: underline
}

.bold-txt {
    font-weight: bold
}

.black-link {
    color: #000;
    font-weight: 600
}

.black-link:hover {
    color: #442f05;
    text-decoration: underline
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em
}

.label-success {
    background-color: #5cb85c
}

.label-danger {
    background-color: #d9534f
}

.padding {
    padding: 70px 0
}

.padding-top {
    padding: 70px 0 0
}

.image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.section-title {
    margin-bottom: 60px;
    padding-bottom: 0;
    position: relative
}

.section-title h3 {
    display: inline-block;
    font-size: 68px;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    z-index: 1
}

.section-title em {
    display: block;
    font-size: 120px;
    margin: 15px auto
}

section picture {
    display: block
}

.sect-cont h3 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 25px
}

.sect-cont .sc-bigger {
    display: block;
    font-size: 26px;
    margin-bottom: 60px;
    max-width: 700px
}

.sect-cont p {
    line-height: 1.6;
    margin-bottom: 20px
}

.parallax-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative
}

.overlay-bg {
    background: rgba(255, 200, 63, .95);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

section h3 span,
.ylw_txt {
    color: #49dafb
}

.mt0 {
    margin-top: 0 !important
}

#content {
    padding-bottom: 20px;
}
#content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#content .ml {
    margin-left:36.0pt;
}
#content .ml2 {
    margin-left:72.0pt;
}
#content .ti {
    text-indent:-18.0pt;
}

#whatsit .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.whatsit-video {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 100px 0 50px;
    position: relative;
    width: 275px
}

.whatsit-video img,
.whatsit-video video {
    -webkit-transform: rotateZ(-8deg);
    transform: rotateZ(-8deg);
    width: 100%
}

.whatsit-video-btn {
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.whatsit-video-btn:before,
.whatsit-video-btn:after {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 4em;
    width: 4em;
    z-index: 10
}

.whatsit-video-btn:before {
    content: "";
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
    background: #f1f1f1;
    z-index: 0
}

.whatsit-video-btn:after {
    content: "";
    background: #ffbf24;
    border: .25em solid #fff;
    -webkit-transition: all .25s;
    transition: all .25s;
    z-index: 1
}

.whatsit-video-btn:hover:after {
    background-color: #f0aa00
}

.whatsit-video-btn em {
    border-left: 1.51em solid #fff;
    border-top: 1.1em solid rgba(0, 0, 0, 0);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0);
    display: block;
    position: relative;
    left: .15em;
    height: 0;
    width: 0;
    z-index: 3
}

.whatsit-video-btn:hover {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.075);
    transform: translate(-50%, -50%) translateZ(0) scale(1.075)
}

.whatsit-video-btn:hover:before {
    -webkit-animation: none;
    animation: none
}

.whatsit-video video {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.whatsit-video .wm-video-play img {
    position: absolute
}

.whatsit-video .wm-video-play video {
    position: relative;
    visibility: visible;
    opacity: 1
}

.whatsit-video .wm-video-play~.whatsit-video-btn {
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.6);
        transform: translate(-50%, -50%) translateZ(0) scale(1.6);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.6);
        transform: translate(-50%, -50%) translateZ(0) scale(1.6);
        opacity: 0
    }
}

#random-chat {
    background: #000;
    background: radial-gradient(#2a2a2a, #000);
    padding-bottom: 0;
    position: relative
}

#random-chat .container {
    color: #fff;
    max-width: 90%
}

#random-chat .img_wrp picture {
    -webkit-filter: drop-shadow(25px 25px 25px rgba(53, 55, 57, 0.4));
    filter: drop-shadow(25px 25px 25px rgba(53, 55, 57, 0.4))
}

#whats-special {
    background: #49dafb;
    padding-bottom: 100px
}

.special-content {
    margin-top: 35px
}

.special-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 800
}

.special-content #onlineUsers span {
    font-weight: 600
}

.special-image {
    margin-bottom: -40px;
    text-align: center
}

.special-image:after {
    content: "";
    background: rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .08);
    border-radius: 50%;
    display: block;
    margin: 35px 0 0 -40%;
    position: absolute;
    left: 50%;
    height: 5px;
    width: 80%
}

.no-webp .special-image:after {
    background: url(/assets/img/special1.png) center
}

.special-image img {
    display: inline-block
}

.rht_sf {
    text-align: left
}

.lft_sf {
    text-align: right
}

#features {
    padding-bottom: 35px
}

.all-features .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature {
    margin-bottom: 60px
}

.feature:hover h4:before {
    color: #ffcb3c
}

.feature h4 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 5px
}

.feature p {
    font-size: 18px
}

.feat_sprt {
    margin: 0 -1px 30px
}

.feat_sprt h4:before {
    color: #404040;
    display: block;
    font-size: 70px;
    font-weight: normal;
    /* font-family: DuoconnectIcons; */
    line-height: 1.2;
    margin: 0 auto 25px;
    height: 100px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#onlineUsers span {
    font-weight: 800
}

#call-to-action {
    /* background-image: url(/assets/action-bg.webp); */
    background: #49dafb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #49dafb), to(#4483e2));
    background: linear-gradient(to bottom, #49dafb 20%, #4483e2);

    padding-top: 90px
}

.no-webp #call-to-action {
    background-image: url(/assets/action-bg.jpg)
}

#call-to-action .img_wrp {
    padding: 0
}

#download-apps {
    background: #000;
    padding-top: 60px;
    padding-bottom: 40px
}

#download-apps .container {
    max-width: 1920px;
    width: 95%
}

#download-apps h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    margin: 0 0 25px
}
#content h3 {
    font-size: 45px;
    font-weight: 700;
}

.apps {
    margin-top: 30px
}

.apps li a {
    color: #fff;
    font-size: 0;
    padding: 20px
}

.apps li a:before {
    font-size: 50px
}

.apps li a:hover {
    color: #49dafb
}

#chat-filters {
    padding-top: 40px
}

#chat-filters .section-title em {
    margin-bottom: -5px
}

#howto {
    background: #49dafb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #49dafb), to(#4483e2));
    background: linear-gradient(to bottom, #49dafb 20%, #4483e2)
}

@media only screen and (max-width: 767px) {
    #howto {
        padding: 30px 0 60px
    }
}

@media only screen and (max-width: 1400px) {
    #howto img {
        max-height: 570px
    }
}

@media only screen and (max-width: 767px) {
    #howto img {
        display: none
    }
}

#howto .sect-cont a {
    color: #000;
    text-decoration: underline
}

#howto .sect-cont a:hover {
    text-decoration: none;
    text-shadow: 0 0
}

.button.dbl_bord {
    margin: 45px 0px 45px -5px
}

.button.dbl_bord .dbl_btn {
    border-width: 0;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    padding: 25px 55px
}

.button.dbl_bord .dbl_btn:after,
.button.dbl_bord .dbl_btn:before {
    content: "";
    border: 4px solid #fff;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1
}

.button.dbl_bord .dbl_btn:after {
    border: 4px solid #000;
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
    z-index: 0
}

.button.dbl_bord .dbl_btn:hover {
    background: #49dafb;
}

.button.dbl_bord .dbl_btn:hover:after {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.button.dbl_bord .dbl_btn:hover:before {
    opacity: 0;
    visibility: hidden
}

#contact {
    overflow: hidden
}

#main-contact-form .btn-primary {
    color: #000;
    background: 0 0;
    border: 3px solid #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 35px;
    padding: 12px 30px;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

#main-contact-form .btn-primary:hover {
    border-color: #fbb03b;
    color: #fbb03b
}

.btn.orng-btn.btn-lg {
    border-bottom-width: 3px;
    color: #000;
    display: inline-block;
    font-weight: 600;
    padding: 10px 40px
}

footer {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding-bottom: 30px;
    position: relative
}

footer a {
    color: #fff
}

footer a:hover {
    color: #ffbf24
}

.footer-menu li a {
    display: block;
    padding: 5px
}

.footer-menu li a:hover {
    color: #fbb03b
}

.experiences-wrap {
    font-size: 17px;
    margin-bottom: 1em
}

.experiences-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.experiences-wrap ul li {
    margin: .5em 1em
}

.experiences-wrap ul a {
    border-bottom: 2px solid #eab530;
    color: #fff;
    font-weight: 500
}

.experiences-wrap ul a:hover {
    color: #efb82a
}

.footer-social a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    /* font-family: DuoconnectIcons; */
    font-size: 0;
    line-height: 38px;
    margin: 0 10px;
    position: relative;
    text-align: center;
    height: 36px;
    width: 36px
}

.footer-social a:after {
    content: "";
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 0;
    height: 0;
    z-index: 0
}

.footer-social a:hover::after {
    width: calc(100% - 5px);
    height: calc(100% - 5px)
}

.footer-social a:before {
    position: relative;
    font-size: 21px;
    z-index: 1
}

.footer-social .fs-fb {
    background: #3b5998
}

.footer-social .fs-ytb {
    background: #e52d27
}

.footer-social .fs-tw {
    background: #38a1f3
}

.footer-social .fs-insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.footer-bottom {
    margin: 20px 0;
    text-align: center
}

.copy-wrap p {
    margin: 0
}

.mfp-figure {
    background-color: #fff
}

img.mfp-img {
    padding: 12px
}

.mfp-image-holder .mfp-close {
    top: -35px
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px
}

.gem-icon {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='73px' height='64px' viewBox='0 0 73 64' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group-9' transform='translate(7.5 6.5)'%3E%3Cpath d='M12.0365 0L0 33.0465L29.5918 0L12.0365 0Z' transform='translate(28.4082 15.95349)' id='Fill-1' fill='%23FFE182' stroke='none' /%3E%3Cpath d='M12.3843 0L0 15.9535L17.7551 15.9535L12.3843 0Z' id='Fill-2' fill='%23FFCD73' stroke='none' /%3E%3Cpath d='M5.37082 0L0 15.9535L17.7551 15.9535L5.37082 0Z' transform='translate(40.24414 0)' id='Fill-3' fill='%23FFCD73' stroke='none' /%3E%3Cpath d='M11.8367 0L0 15.9535L23.6735 15.9535L11.8367 0Z' transform='translate(17.5 0)' id='Fill-4' fill='%23FFCD73' stroke='none' /%3E%3Cpath d='M0 0L5.20418 15.9535L17 0L0 0Z' transform='translate(12.42969 0.04644775)' id='Fill-5' fill='%23FFAA64' stroke='none' /%3E%3Cpath d='M0 0L11.4984 15.9535L16.5714 0L0 0Z' transform='translate(29 0)' id='Fill-6' fill='%23FFE182' stroke='none' /%3E%3Cpath d='M0 0L11.8367 33.0465L23.6735 0L0 0Z' transform='translate(17.32422 15.95343)' id='Fill-7' fill='%23FFAA64' stroke='none' /%3E%3Cpath d='M0 0L29.5918 33.0465L17.5553 0L0 0Z' transform='translate(0 15.95349)' id='Fill-8' fill='%23FF8C5A' stroke='none' /%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5));
    height: 48px;
    width: 48px
}

.inner-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5
}

.inner-page {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 20px 0 100px
}

.lp-notification {
    background: #fff7e4;
    border-radius: 4px;
    border-left: 10px solid #ffbf24;
    margin-bottom: 30px;
    padding: 20px 30px
}

.lp-notification>p {
    margin: 0
}

.ip-top-notice {
    border: 1px solid #ef1212;
    border-radius: 3px;
    margin-bottom: 50px;
    padding: 20px 30px
}

.ip-title {
    margin-bottom: 50px
}

.ip-title h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: .3em
}

.ip-title h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: .3em
}

.ip-title strong {
    color: #4c4c4c
}

.inner-page .ip-content {
    line-height: 1.5
}

.inner-page .ipc-sub-title.ipc-colored-title {
    border-top: 2px solid #dadada;
    color: #000;
    font-size: 36px;
    padding-top: 50px;
    text-transform: none
}

.inner-page a {
    font-weight: 500
}

.inner-page a:hover {
    color: #ffb400;
    text-decoration: underline
}

.inner-page ul {
    margin: 15px 0 30px;
    padding: 0 30px
}

.inner-page ul ul {
    margin: 10px 0
}

.inner-page ul li {
    padding: 0 5px
}

.inner-page ul li>a {
    display: inline-block;
    margin-bottom: 10px
}

.ipc-nav {
    list-style-type: decimal
}

.inner-page .bold,
.inner-page strong {
    font-weight: 600
}

.legal-divider {
    height: 1px;
    background: #e0dde2;
    margin: 2em 0
}

.ipc-sub-title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 50px;
    text-transform: uppercase
}

.ipc-sub-title.mt-40 {
    margin-top: 40px
}

.ipc-sub-small {
    font-size: larger;
    font-weight: 600;
    margin-top: 35px
}

.ipc-lg-text {
    font-size: 20px
}

.list-non-style {
    list-style-type: none
}

.ac-title {
    font-size: 30px;
    margin: 100px 0 20px;
    text-transform: uppercase
}

.ac-item {
    border: 1px solid #ccc;
    border-style: solid none;
    font-size: 18px
}

.ac-item+.ac-item {
    border-top: none
}

.aci-head {
    cursor: pointer;
    padding: 25px 60px 25px 0;
    position: relative
}

.aci-head:after {
    content: "+";
    border: 1px solid #6f6f6f;
    border-radius: 50%;
    font-size: 36px;
    font-weight: 100;
    line-height: 46px;
    position: absolute;
    right: 0;
    top: 13px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    height: 46px;
    width: 46px
}

.active>.aci-head:after,
.aci-head:hover:after {
    background: #fff8ec;
    border-color: #fbaf3a
}

.active>.aci-head:after {
    content: "−";
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg)
}

.aci-body {
    display: none
}

.aci-body p {
    margin-bottom: 20px
}

.cont-struct {
    margin-top: 30px
}

.ac-sub .ac-item {
    border-bottom: 0;
    border-top: 1px solid #eee
}

.ac-sub .aci-head {
    padding-right: 20px
}

.ac-sub .aci-head:after {
    display: none
}

.ac-sub .aci-head em {
    color: #fbb03b;
    float: right;
    margin-top: 5px
}

.ac-sub .aci-head span:before {
    content: "";
    background: #fbb03b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
    position: relative;
    top: -1px;
    height: 10px;
    width: 10px
}

#main-contact-form {
    display: none;
    margin: 20px 0;
    position: relative
}

.cont-struct #main-contact-form {
    display: block
}

.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    padding: 6px 20px;
    outline: none;
    width: 100%
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fbb03b;
    background-color: #fff
}

.form-control:hover {
    border-color: #2a2a2a
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control.invalid {
    border-color: #e52828;
    background: #fbfbfb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23e52828' d='M15.553 15.553a1.528 1.528 0 0 1-2.16 0L7.99 10.15l-5.402 5.402a1.527 1.527 0 0 1-2.16-2.16L5.83 7.99.429 2.589a1.528 1.528 0 0 1 2.16-2.16L7.99 5.83 13.393.429a1.528 1.528 0 0 1 2.16 2.16L10.15 7.99l5.402 5.402a1.528 1.528 0 0 1 0 2.16Z'/%3E%3C/svg%3E") no-repeat right 10px top 14px
}

.form-control.invalid:focus {
    border-color: #e52828
}

.form-control.valid {
    border-color: #04ad28;
    background: #fbfbfb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2304ad28' d='M15.595 3.368c-.58-.641-1.57-.69-2.21-.11l-6.91 6.256-3.833-3.638a1.565 1.565 0 0 0-2.155 2.27l4.816 4.57a1.557 1.557 0 0 0 1.713.294 1.55 1.55 0 0 0 .65-.352l7.82-7.08c.64-.58.69-1.57.11-2.21Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat right 10px top 14px
}

.form-control.valid:focus {
    border-color: #04ad28
}

textarea.form-control {
    height: auto;
    padding: 8px 20px;
    resize: none
}

textarea.form-control.min-h {
    min-height: 228px
}

.form-group {
    margin-bottom: 20px
}

.form-group__lbl {
    font-weight: 500;
    font-size: .8em;
    display: block;
    padding-bottom: 4px
}

.help-block {
    color: #ef2d2d;
    display: none;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px
}

.help-block.show {
    display: block
}

.capt_error {
    color: #da4040;
    font-size: 14px;
    font-weight: 600;
    display: none
}

.succes_send,
#send_form {
    display: none;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#send_form em {
    position: relative;
    top: 80px;
    font-size: 100px;
    color: #fbb03b;
    text-shadow: 1px 1px 1px #fff, 2px 2px 2px gray
}

.succes_send h2 {
    font-weight: 300
}

.succes_send em {
    color: #fbb03b;
    margin-top: 50px;
    font-size: 80px
}

.table-wrap {
    border: 1px solid #c5c5c5;
    border-style: solid solid none none;
    margin: 50px 0;
    overflow: auto
}

.tb-row,
.table-wrap>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 750px
}

.table-head {
    background: #fef3db;
    font-weight: 600
}

.tb-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.tb-col {
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.tb-col p {
    margin-bottom: 10px;
    width: 100%
}

.table-responsive {
    max-width: 100%;
    overflow: auto
}

.cookie-table .tb-col {
    width: 20%
}

.privacy-table .tb-col {
    width: 33.33%
}

.table-wrap .tw-2 {
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0
}

.table-wrap .tw-2>p {
    border-bottom: 1px solid #c5c5c5;
    margin: 0;
    padding: 15px;
    text-align: center
}

.table-wrap .tw-2 .tb-col {
    border-left: 0;
    padding: 15px;
    width: 50%
}

.table-wrap .tw-2 .tb-col+.tb-col {
    border-left: 1px solid #c5c5c5
}

.cookie-use-notice {
    display: none;
    font-size: 14px;
    position: fixed;
    bottom: 1em;
    left: 1em;
    z-index: 10001
}

@media only screen and (max-width: 1024px) {
    .cookie-use-notice {
        font-size: 16px
    }
}

@media only screen and (max-width: 600px) {
    .cookie-use-notice {
        bottom: 0;
        left: 0
    }
}

.cun-wrapper {
    background: rgba(0, 0, 0, .7);
    border: 2px solid #3f3e3e;
    border-radius: .35em;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: .75em 1em;
    width: 20em
}

@media only screen and (max-width: 600px) {
    .cun-wrapper {
        border: none;
        border-radius: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 1em;
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .cun-wrapper {
        padding: 1em
    }
}

.cun-wrapper a {
    color: #f9f9f9
}

.cun-wrapper a:hover {
    color: #ffbf24
}

.cn-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em
}

.cn-body>em {
    background: #ffbf24;
    border-radius: 50%;
    color: #000;
    line-height: 2em;
    margin-right: 1em;
    min-width: 2em;
    min-height: 2em;
    text-align: center
}

.cn-body>span {
    font-size: 1em;
    font-weight: 100;
    line-height: 1.4;
    margin: 0
}

.cn-body>span a {
    text-decoration: underline
}

@media only screen and (max-width: 600px) {
    .cn-body {
        margin-bottom: 0;
        padding-right: 1em
    }
}

.cn-btn {
    width: 100%
}

@media only screen and (max-width: 600px) {
    .cn-btn {
        width: auto
    }
}

.cn-btn>.btn {
    border-bottom-width: 0;
    color: #000;
    display: block;
    font-size: 1em;
    padding: .5em 1em;
    text-align: center
}

@media only screen and (max-width: 1300px) {
    .section-title {
        margin-bottom: 40px
    }

    .section-title h3 {
        font-size: 68px
    }

    .section-title em {
        margin: 5px auto;
        font-size: 100px
    }

    .button.dbl_bord {
        margin: 40px 0 40px -5px
    }

    .button.dbl_bord .dbl_btn {
        font-size: 20px;
        padding: 24px 50px
    }
}

@media only screen and (max-width: 1200px) {
    .padding {
        padding: 55px 0
    }

    .sect-cont h3 {
        font-size: 46px;
        margin-bottom: 20px
    }

    .whatsit-video {
        margin: 0 75px 0 25px;
        width: 275px
    }

    .whatsit-video img,
    .whatsit-video video {
        -webkit-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg)
    }

    .sect-cont {
        padding-top: 25px
    }

    .sect-cont .sc-bigger {
        font-size: 23px;
        margin-bottom: 25px
    }

    .section-title em {
        font-size: 85px
    }

    .section-title h3 {
        font-size: 58px
    }

    .special-content {
        margin-top: 45px
    }

    .special-content h4 {
        font-size: 26px;
        margin-bottom: 15px
    }

    .feat_sprt h4:before {
        margin: 0 auto 5px;
        height: 85px;
        font-size: 55px
    }

    .all-features .row .feat_sprt:nth-child(1) h4:before {
        font-size: 45px
    }

    .feature h4 {
        font-size: 23px;
        margin-top: 0;
        margin-bottom: 15px
    }

    .feature p {
        font-size: 16px
    }

    #call-to-action .sect-cont h3 {
        margin-top: -15px
    }

    .button.dbl_bord .dbl_btn {
        font-size: 19px;
        padding: 22px 45px
    }

    .button.dbl_bord .dbl_btn:after,
    .button.dbl_bord .dbl_btn:before {
        border-width: 3px
    }

    #download-apps .container,
    footer .container {
        width: 100%
    }

    #download-apps h3,
    #content h3 {
        font-size: 41px
    }

    .inner-body {
        font-size: 15px
    }

    .ip-title h1 {
        font-size: 42px
    }

    .inner-page .ipc-sub-title.ipc-colored-title {
        font-size: 32px
    }

    .ipc-sub-title {
        font-size: 24px
    }

    .tb-col {
        padding: 15px 15px 0
    }
}

@media only screen and (max-width: 991px) {
    .home-content>b {
        line-height: 25px
    }

    .sect-cont .sc-bigger {
        font-size: 18px
    }

    .whatsit-video {
        margin: 0 50px 0 15px;
        width: 250px
    }

    #download-apps h3,
    .sect-cont h3,
    #content h3 {
        font-size: 37px;
        margin-bottom: 15px
    }

    #whats-special {
        padding-bottom: 30px
    }

    .special-content {
        margin-top: 0;
        margin-bottom: 30px
    }

    .section-title h3 {
        font-size: 48px
    }

    .rht_sf {
        text-align: right
    }

    .img_sf {
        margin-top: 70px
    }

    .feature {
        margin-bottom: 25px
    }

    #call-to-action .img_wrp {
        margin-top: 50px
    }

    .howto {
        margin-top: 20px
    }

    .button.dbl_bord {
        margin: 35px 0 35px -5px
    }

    .button.dbl_bord .dbl_btn {
        font-size: 18px;
        padding: 14px 30px 12px
    }

    .button.dbl_bord .dbl_btn:after {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
        z-index: 0
    }

    .owl-item img {
        max-height: 500px
    }

    #cn_chatroul img {
        display: block;
        margin: 0 auto 30px;
        width: 100%;
        max-width: 500px
    }

    .footer-menu {
        text-align: center
    }

    .footer-menu li a {
        padding: 0 10px 15px
    }

    .ip-title {
        margin-bottom: 55px
    }

    .ip-title h1 {
        font-size: 36px
    }

    .ipc-sub-title {
        font-size: 22px;
        margin-top: 55px
    }

    .inner-page .ipc-sub-title.ipc-colored-title {
        font-size: 28px
    }
}

@media only screen and (max-width: 767px) {
    .special-image:after {
        display: none
    }

    .padding {
        padding: 40px 0
    }

    .sect-cont {
        padding-top: 0
    }

    .sect-cont .sc-bigger {
        font-size: 16px;
        margin-bottom: 20px
    }

    #content .ml {
        margin-left:18.0pt;
    }
    #content .ml2 {
        margin-left:36.0pt;
    }
    #content .ti {
        text-indent:-9.0pt;
    }    

    #download-apps h3,
    .sect-cont h3,
    #content h3 {
        font-size: 32px
    }

    .img_wrp {
        text-align: center
    }

    .section-title {
        margin-bottom: 15px
    }

    .section-title h3 {
        font-size: 40px
    }

    .section-title em {
        font-size: 75px
    }

    #call-to-action img {
        max-height: 450px
    }

    .special-image img {
        max-width: 70%
    }

    .lft_sf,
    .rht_sf {
        margin: 0 auto;
        max-width: 80%;
        text-align: center
    }

    .img_sf {
        margin-top: 15px;
        margin-bottom: 90px
    }

    .special-content {
        margin-top: 35px;
        margin-bottom: 50px
    }

    .feature h4 {
        font-size: 22px;
        margin-bottom: 10px
    }

    #call-to-action {
        padding-top: 40px
    }

    #call-to-action .img_wrp {
        margin-top: 0
    }

    .howto {
        padding: 0 5%
    }

    .action-content {
        margin-top: 40px
    }

    .button.dbl_bord {
        margin: 50px 0 35px -5px;
        text-align: center
    }

    .apps li a {
        padding: 10px 20px
    }

    .apps li a:before {
        font-size: 40px
    }
}

@media only screen and (max-width: 600px) {
    .section-title h3 {
        font-size: 40px
    }

    #whatsit .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .whatsit-video {
        margin: 0 0 50px;
        width: 225px
    }

    #download-apps h3,
    .sect-cont h3,
    #content h3 {
        font-size: 30px
    }

    .ip-title {
        margin-bottom: 40px
    }

    .ip-title h1 {
        font-size: 30px
    }

    .inner-page .ipc-sub-title.ipc-colored-title {
        font-size: 26px;
        padding-top: 40px
    }

    .ipc-sub-title {
        font-size: 18px;
        margin-top: 40px
    }
}

@media only screen and (max-width: 479px) {
    .section-title h3 {
        font-size: 30px
    }

    .whatsit-video {
        margin: 0 0 25px;
        width: 55%
    }

    #whats-special h3:before {
        left: -10px;
        top: -10px
    }

    .special-content h4 {
        font-size: 22px
    }

    .section-title em {
        font-size: 60px
    }

    .feature h4 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .feature p {
        font-size: 15px
    }

    #call-to-action img {
        max-height: 320px
    }

    .ac-title {
        font-size: 24px;
        margin: 70px 0 20px
    }

    .aci-head {
        padding: 20px 50px 20px 0
    }

    .aci-head:after {
        font-size: 32px;
        line-height: 38px;
        top: 10px;
        height: 38px;
        width: 38px
    }

    footer {
        font-size: 14px
    }

    #download-apps {
        padding: 40px 0 30px
    }

    .footer-menu li a {
        padding: 10px
    }

    .footer-bottom {
        margin: 30px 0
    }

    .footer-social {
        margin-bottom: 35px
    }

    .experiences-wrap {
        font-size: 4vw;
        margin: 0 auto 2em
    }

    .inner-body {
        font-size: 14px
    }

    .tb-col {
        padding: 12px 12px 0;
        font-size: 12px
    }

    .lp-notification {
        border-left: 7px solid #ffbf24;
        padding: 15px 20px
    }
}

@media only screen and (max-width: 400px) {

    .copy-wrap,
    .footer-social {
        width: 100%;
        text-align: center
    }

    .section-title h3 {
        font-size: 27px
    }

    .feature h4 {
        font-size: 17px
    }
}

@media only screen and (max-width: 360px) {

    #download-apps h3,
    .sect-cont h3,
    #content h3 {
        font-size: 26px
    }

    .section-title h3 {
        font-size: 30px
    }

    #whats-special h3:before {
        left: -8px;
        top: -6px
    }

    .special-content h4 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .feat_sprt {
        width: 100%;
        margin-bottom: 0
    }

    .feat_sprt h4:before {
        margin: 0 auto
    }

    .lft_sf,
    .rht_sf {
        max-width: 100%
    }

    .footer-menu li a {
        font-size: 13px
    }
}

@media only screen and (max-width: 812px)and (orientation: landscape) {
    #mainmenu {
        top: 45px
    }
}

@media only screen and (min-width: 1201px) {
    #howto .row {
        margin-top: 35px
    }

    #whats-special .section-title h3 {
        font-size: 58px
    }
}

@media only screen and (min-width: 1301px) {

    #chat-filters .section-title,
    #random-chat .section-title {
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 1550px) {
    .padding {
        padding: 85px 0
    }

    .whatsit-video {
        width: 320px
    }

    #chat-filters .section-title em {
        font-size: 150px
    }

    .sect-cont h3 {
        font-size: 65px
    }

    #random-chat .section-title h3 {
        font-size: 68px
    }

    .sect-cont .sc-bigger {
        font-size: 28px
    }

    .section-title h3 {
        font-size: 80px
    }

    .sect-cont p {
        margin-bottom: 30px
    }

    #call-to-action .sect-cont h3 {
        font-size: 60px
    }

    .button.dbl_bord .dbl_btn {
        font-size: 26px;
        padding: 30px 65px
    }

    .apps li a {
        padding: 24px
    }

    .apps li a:before {
        font-size: 54px
    }

    #contact {
        min-height: calc(100% - 131px)
    }
}

@media only screen and (min-width: 1800px) {
    .sect-cont h3 {
        font-size: 70px
    }

    .section-title h3 {
        font-size: 84px
    }

    .section-title em {
        margin: 25px auto
    }

    .whatsit-video {
        width: 350px;
        margin-left: 0
    }

    #features {
        padding-bottom: 95px
    }

    .feat_sprt {
        margin-bottom: 50px
    }

    #call-to-action .sect-cont h3 {
        font-size: 62px
    }

    .button.dbl_bord {
        margin: 60px 0 60px -5px
    }

    .button.dbl_bord .dbl_btn {
        font-size: 28px;
        padding: 33px 70px
    }

    .apps li a:before {
        font-size: 59px
    }
}

@media print {

    *,
    :after,
    :before {
        background: 0;
        color: #000;
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        visibility: visible
    }

    a,
    a:visited {
        text-decoration: underline
    }

    thead {
        display: table-header-group
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    .navbar {
        border: 0
    }

    .navbar-fixed-top {
        position: relative
    }

    .logo {
        display: block;
        margin: 10px auto
    }

    #home-section {
        height: 300px
    }

    .home-content {
        margin-top: 100px;
        text-align: center;
        width: 100%
    }

    .home-content>span {
        max-width: 100%
    }

    .sect-cont .sc-bigger {
        max-width: 100%
    }

    .special-image img {
        margin-bottom: 40px;
        max-height: 450px
    }

    .padding {
        page-break-inside: avoid
    }

    .lft_sf,
    .rht_sf {
        text-align: center
    }

    #howto picture {
        margin: 0 auto 30px;
        text-align: center
    }

    .footer-menu,
    #random-chat picture,
    .button.dbl_bord,
    .special-image:after,
    .intro-report,
    .feat_sprt h4:before,
    #whats-special h3:before,
    .app-icons,
    .hc-welcome,
    #mainmenu {
        display: none
    }
}

.preloader {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden;
    z-index: -100
}