html, body {
    margin: 0;
    height: 100%;
}

#mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
}

.footer .widget-text li.join:before {
    height: 15px;
    width: 15px;
    margin-top: 7px;
    position: absolute;
    content: "";
    background: url("/static/web/icon/telegram.png") no-repeat center;
    background-size: 100%;
}

.subscription {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -235px;
    margin-left: -500px;
    background: #ffffff;
    z-index: 999999999;
    width: 1000px;
    height: 500px;
    display: none;
}

.subscription div.lfpn {
    width: 360px;
    height: 500px;
    display: inline-block;
    vertical-align: top;
    background: url("/static/web/img/alt-bg-img.png") center no-repeat;
    background-size: 100% 100%
}

.subscription div.rgpn {
    width: 630px;
    height: 500px;
    display: inline-block;
    vertical-align: top;
}

.sbclose {
    float: right;
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin-top: 20px;
    margin-right: 20px;
    display: block;
    background: url("/static/web/img/alt-ic-close.png") center no-repeat;
    background-size: 100% 100%;
    border-radius: 50%
}

.wtitle {
    margin-top: 55px;
    padding-top: 20px;
    font-weight: bold;
    color: #FFA700;
    line-height: 25px;
    text-align: center;
    font-size: 32px;
    padding-bottom: 5px;
    width: 565px;
    margin-left: 25px;
    border-bottom: 2px solid #FFA700;
}

.wwidget-sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.wwidget-sub-title p {
    margin-top: 10px;
    margin-bottom: 10px
}

.wwidget-sub-title i {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin-left: 30px;
    margin-right: 10px;
    background: url("/static/web/img/alt-ic-gou.png") center no-repeat;
    background-size: 100% 100%
}

.wtip {
    height: 20px;
    font-size: 24px;
    font-family: Helvetica Neue;
    font-weight: 500;
    color: #1A70C5;
    margin-left: 30px;
    line-height: 42px;
}

.vlb {
    margin-top: 50px;
}

.wbox {
    margin-left: 30px;
    width: 490px;
    margin-bottom: 20px;
}

.wbox input, .wbox select {
    height: 45px !important;
    border: 1px solid rgba(51, 75, 93, 0.2) !important;
    font-size: 12px !important;
}

.sbm input:first-child {
    /* width: 320px; */
    display: inline-block;
    margin-right: 15px;
}

.sbm input:last-child {
    width: 140px;
    height: 41px;
    line-height: 41px;
    background: linear-gradient(0deg, #5ACA4A, #3EB23E);
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flat-information > li {
    padding-left: 5px;
    padding-right: 10px;
}

.flat-information > li.phone:before {
    height: 25px;
    width: 25px;
    display: inline-block;
    padding-right: 5px;
    margin-top: 5px;
    content: "";
    background: url("/static/web/img/phone-ico.png") no-repeat 0 0;
    background-size: 90%;
}

.flat-information > li.email:before {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 4px;
    content: "";
    background: url("/static/web/img/email-ico.png") no-repeat 0 0;
    background-size: 100%;
}

.flat-information > li.login:before {
    font-size: 22px!important;
}

.flat-information > li:before {
    font-size: 20px!important;
    color: #f3a425!important;
}


.flat-information > li > a {
    font-size: 14px;
    padding: 0 0 0 25px;
    color: #f3a425;
    font-family: HelveticaNeue-Bold;
}

/* Header
-------------------------------------------------------------- */
div#header-sticky-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
}

#header {
    width: 100%;
    z-index: 101;
}

#header.downscrolled {
    position: fixed;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 1;
    filter: alpha(opacity=0);
    top: -60px;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 999999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.logo-container {
    /* margin-right: 20px; */
}

.logo-container a:hover {
    opacity: 1
}

.search-container {
    width: 59%
}

.logo img {
    position: relative;
    max-width: 163px;
}

.toplinks .toplinks-sub {
    color: #68b2fc;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
}

.container-wide.navigation {
    background: linear-gradient(90deg, #2E46B3 0%, #1A2469 100%);
    height: 52px;
}

@media (min-width: 980px) {
    .sticky-header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999
    }

    .fixed-header #header {
        padding-top: 10px;
        height: 51px
    }

    .fixed-header .custom-navigation {
        height: 1px
    }

    .fixed-header .custom-navigation .row-fluid .span12 {
        min-height: 0
    }
}

@media (min-width: 1220px) {
    .container {
        width: 1320px;
        margin: auto;
    }
}

@media (max-width: 979px) {
    .main-container {
        overflow: hidden
    }

    .container-wide {
        width: 100%
    }

    .container-wide .navigation {
        height: 0
    }

    .container {
        width: 100%;
    }

    #header {
        -webkit-box-shadow: 0 1px 0 0 #ccc;
        box-shadow: 0 1px 0 0 #ccc;
    }

    #header .links-container {
        display: inline-block;
        float: right;
        text-align: right;
        border-right: none;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden
    }

    #header .logo {
        margin-bottom: 0
    }

    #header .logo img {
        /* max-width: 140px; */
    }

    #header .toplinks {
        /* float: left; */
        margin: auto;
    }

    #header .toplinks.logo-search {
        width: 50%;
        height: 33px
    }
}

@media (max-width: 720px) {
    .subscription {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -200px;
        margin-left: -175px;
        background: #ffffff;
        z-index: 999999999;
        max-width: 350px;
        height: 425px;
        border-radius: 10px;
        display: none;
    }

    .subscription div.rgpn {
        width: 350px;
        height: 415px;
        display: inline-block;
    }

    .sbclose {
        float: right;
        cursor: pointer;
        height: 20px;
        width: 20px;
        margin-top: 10px;
        margin-right: 10px;
        display: block;
        /* background: url("../static/img/comm/alt-ic-close.png") center no-repeat; */
        background-size: 100% 100%;
        border-radius: 50%
    }

    .wtitle {
        margin-top: 10px;
        padding-top: 20px;
        font-weight: bold;
        color: #FFA700;
        line-height: 25px;
        text-align: center;
        font-size: 16px;
        padding-bottom: 5px;
        width: 285px;
        border-bottom: 2px solid #FFA700;
        margin-left: 30px;
    }

    .wwidget-sub-title {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .wwidget-sub-title p {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .wwidget-sub-title i {
        display: inline-block;
        vertical-align: middle;
        height: 15px;
        width: 15px;
        margin-left: 20px;
        margin-right: 5px;
        background: url("/static/web/img/alt-ic-gou.png") center no-repeat;
        background-size: 100% 100%
    }

    .wtip {
        height: 20px;
        font-size: 16px;
        font-family: Helvetica Neue;
        font-weight: 500;
        color: #1A70C5;
        margin-left: 20px;
        line-height: 42px;
    }

    .vlb {
        margin-top: 30px;
    }

    .wbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .wbox input, .wbox select {
        height: 40px !important;
        width: calc(100% - 100px);
        margin-left: 25px;
        border-radius: 5px;
        border: 1px solid rgba(51, 75, 93, 0.2) !important;
    }

    .sbm input:first-child {
        margin-bottom: 20px;
    }

    .sbm input:last-child {
        height: 40px;
        line-height: 40px;
        background: linear-gradient(0deg, #5ACA4A, #3EB23E);
    }

    .sticky-header #header.fixed-header-mobile {
        height: 60px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        -webkit-transition: .1s ease-in;
        transition: .1s ease-in;
        background: #fff;
    }

    .at a {
        border-top: 1px solid rgba(255, 255, 255, .5);
    }
}

/*     preloader      */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0880e8;
    border-top-color: #bfe0fd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* header advertisment */
.header__adv {
    background: #F2A525;
    opacity: 1;
    width: 100%;
    visibility: visible;
    padding: 10px 0;
}

.header__adv--active {
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
}

.header__adv-title {
    position: relative;
}

.visible-xs .header__adv-title h3 {
    color: #333;
    text-align: center;
}

.header__adv-title h3 {
    position: relative;
    font-size: 18px;
    letter-spacing: .8px;
    line-height: 1.5;
    margin: 5px 10px;
    color: #ffffff;
    font-weight: bold;
    width: 97%;
}

.header__adv-title span {
    color: #342308;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    font-family: Helvetica Neue;
}

.adv-close-btn {
    position: absolute;
    top: 13%;
    right: 0;
    font-weight: 600;
    cursor: pointer;
    font-size: 25px;
}

.header__adv-title h3 span#adv-timer {
    width: 86px;
    font-size: 20px;
}

@media (max-width: 760px) {
    .header__adv-title span {
        font-size: 13px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    line-height: 32px;
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    font-weight: bold;
}

.main-nav a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "HelveticaNeue-Bold";
    font-weight: bold;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a,
.main-nav li.at:hover > a {
    color: #fff;
    text-decoration: none;
    background: #F2A525;
}

.main-nav li:hover > a {
    color: #fff;
    text-decoration: none;
    background: #EEEEEE;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #1bb1dc;
}

.main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.main-nav .drop-down .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down .drop-down > a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -100%;
    width: 100%;
    /* padding-top: 18px; */
    background: #0c1923;
    transition: 1s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
    /* margin-top: -10px; */
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 15px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #8dc2fa;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 25px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    margin-top: -4px;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #ffffff;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    /* background: rgba(40, 38, 70, 0.8); */
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color: #45b845;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #45b845;
}