/**
	Custom Fonts
 */
@font-face {
	font-family: 'montbold';
	src: url('../fonts/fontfabric_-_mont_bold-webfont.woff2') format('woff2'),
	url('../fonts/fontfabric_-_mont_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'montbook';
	src: url('../fonts/fontfabric_-_mont_book-webfont.woff2') format('woff2'),
	url('../fonts/fontfabric_-_mont_book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

/**
Site Style
 **/

html, body{
	font-size: 1em;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-style: normal;
    color: #575757;
}

h1, h2, h3, h4, h5, h6{
	font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
	line-height: 1.5;
	color: #101920;
    font-weight: 900;
}

h1{
    font-size: 50px;
}

@media (max-width: 768px){
    h1, #hero-slider h2{
        font-size: 30px;
    }
}

h2{
	font-size: 40px;
    line-height: 1;
}

h3{
	font-size: 20px;
}

h5{
    font-size: 16px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0.4em;
}

@media (max-width: 991px){
    h2{
        font-size: 32px;
    }
}

@media (max-width: 768px){
    h2{
        font-size: 24px;
    }

    h3{
        font-size: 18px;
    }

    h4{
        font-size: 16px;
    }
}

.margin-top-10{
    margin-top: 10px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin_30_both{
    margin: 30px;
}

.padding_30_both{
    padding: 30px;
}

.padding_80_top_bot{
    padding: 80px 0;
}

.no-margin{
    margin: 0 !important;
}

.no-padding{
    padding: 0 !important;
}

.no-bottom-padding{
    padding-bottom: 0 !important;
}

.no-top-padding{
    padding-top: 0 !important;
}

.alignleft{
    margin-right: 2em !important;
}

.alignright{
    margin-left: 2em !important;
}

.font-size-14{
    font-size: 14px;
}

.mobile-button-space{
    margin-right: 10px;
}

@media (max-width: 768px){
    .mobile-button-space{
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
}

@media (max-width: 991px){
    .mobile-button-space{
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
}

/** Background colors **/
.grey-bgr{
    background-color: #f5f6fa !important;
}

.white-bgr{
    background-color: #FFF !important;
}


/** 5 cols with Bootstrap **/
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 991px){
    .btn{
        min-width: 200px;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xl-2dot4 .btn{
        min-width: auto;
    }
}

/** 5 cols with Bootstrap End **/

a:link,
a:visited{
    color: #101920;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    outline: none;
}

.textwidget a:link{
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
}

a:hover{
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}

@media (min-width: 991px){
    .container {
        max-width: 991px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}

::selection {
    color: #fff;
    background-color: #2dba69;
}
::-moz-selection {
    color: #fff;
    background-color: #2dba69;
}


.alpha{
    padding-left: 0 !important;
}

.omega{
    padding-right: 0 !important;
}

/*** Slider ***/
.site-header{
    position: relative;
    z-index: 999;
}

.slide-content{
    position: relative;
    top: 200px;
}

.slide-content h2{
    font-size: 50px;
}

.slide-sub-text{
    width: 45%;
    font-size: 22px;
    margin: 0 0 2.1em !important;
/*    text-shadow: 2px 2px 0 #FFFFFF, 3px 2px 0 rgba(0,0,0,0.15); */
}

#hero-slider .bottom-text {
    margin: 15px 0 0;
    width: 200px;
    text-align: center;
}

#hero-slider .bottom-text a{
    color: #0496ff !important;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

.ferrari_icon{
    background: url('/static/home/images/ferrari_icon.jpg') no-repeat 0 0 transparent;
    width: 117px;
    height: 55px;
    position: absolute;
    z-index: 999;
    top: 750px;
    right: 0;
    outline: none;
    display: none;
}

.ferrari_icon:hover, .ferrari_icon:focus{
    outline: none;
}

.sf-width-1{
    width: 50%;
}

@media (max-width: 768px){
    #hero-slider .slide-content{
        top: 100px !important;
    }

    .slide-sub-text{
        width: 80%;
        font-size: 14px;
    }

    .ferrari_icon{
        top: 400px;
    }

}

.theme-light.navbar-light .navbar-toggler-icon::after,
.theme-light.navbar-light .navbar-toggler-icon::before{
    background-color: #FFF;
}

.theme-light.navbar-light .navbar-toggler-icon{
    border-bottom: 1px solid #FFF;
}

.sticky-nav .theme-light.navbar-light .navbar-toggler-icon::after,
.sticky-nav .theme-light.navbar-light .navbar-toggler-icon::before{
    background-color: #000;
}

.sticky-nav .theme-light.navbar-light .navbar-toggler .navbar-toggler-icon{
    border-bottom-color: #000;
}

.sticky-nav .theme-light.navbar-light [aria-expanded="true"] .navbar-toggler-icon{
    border-bottom-color: #FFF;
}

.theme-light.navbar-light .navbar-nav .nav-link{
    color: #FFF !important;
}

.theme-light .fa-search{
    color: #FFF;
}

.sticky-nav .theme-light .fa-search{
    color: #000;
}

.sticky-nav .theme-light.navbar-light .navbar-nav .nav-link{
    color: #000 !important;
}

.sticky-nav .theme-light.navbar-light .navbar-nav .register .nav-link{
    color: #FFF !important;
}

.theme-light .slide-content h1,
.theme-light .slide-content h2,
.theme-light .slide-content .slide-sub-text,
.theme-light .slide-content .bottom-text,
.theme-light .slide-content .bottom-text a,
.ferrari-text{
color: #FFF !important;
}

.slide-content h1, .slide-content h2,
.theme-light .slide-content h1{
    line-height: 1.2;
    margin: 0.67em 0;
}

.slide-content h1 span,
.slide-content h2 span,
.theme-light .slide-content h1 span{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

.ferrari-text hr{
    width: 10%;
    border-top: 1px solid #FFF;
    display: inline-block;
    margin: 20px 0;
}

.ferrari-text h3,
.theme-light .ferrari-text h3{
    color: #FFF;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    margin: 25px 0;
}

.ferrari-text h3 span,
.theme-light .ferrari-text h3 span{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

section.slider .slick-prev{
    display: inline-block;
    position: absolute;
    bottom: 20%;
    left: 17%;
    z-index: 9;
    background: url("/static/home/images/prev.png") no-repeat 0 0;
    border: 0 none;
    width: 48px;
    height: 48px;
    text-indent: -20000px;
    outline: none;
}
section.slider .slick-next{
    display: inline-block;
    position: absolute;
    bottom: 20%;
    left: 21%;
    z-index: 9;
    background: url("/static/home/images/next.png") no-repeat 0 0;
    border: 0 none;
    width: 48px;
    height: 48px;
    text-indent: -20000px;
    outline: none;
}

section.slider .slick-list{
    padding: 0 !important;
}

@media (max-width: 1200px){
    section.slider .slick-prev{
        left: 50px;
    }

    section.slider .slick-next{
        left: 110px;
    }
}

@media (max-width: 768px){
    section.slider .slick-list, section.slider .slide-item{
        height: 540px !important;
    }

    section.slider .slick-prev{
        bottom: 20px;
        left: 20px;
    }

    section.slider .slick-next{
        bottom: 20px;
        left: 80px;
    }
}

/** Header Image Background **/
.header_img_bgr{
    width: 100%;
    min-height: 300px;
    background-size: cover;
}

.header_spacing{
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 768px){
    .header_img_bgr{
        min-height: 200px;
        background-size: cover !important;
    }
}

/* Home - Why Trade With Us */
section.why-trade-with-us{
	text-align: center;
}

.why-trade-with-us h2{
	margin-top: 0;
}

.why-trade-with-us .description{
	margin: 0 0 60px;
}

.why-trade-with-us .usp{
    border: 1px solid #e1e1e1;
    margin: 0 20px;
    padding: 40px;
    border-radius: 6px;
}

.usp-slide{
    -webkit-backface-visibility: unset!important;
    backface-visibility: unset!important;
    perspective: unset !important;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: none !important;
    transform: none !important;
}

.slick-slide{
    outline: none;
}

.slick-slide img{
    display: inline-block !important;
}

.slick-slide .usp img{
    max-width: 68%;
    margin: 10px 0 25px;
}

.usp-wrapper .slick-next,
.usp-wrapper .slick-prev{
    display: inline-block;
    position: absolute;
    top: 45%;
    z-index: 994;
    background: none;
    border: 0 none;
    color: transparent;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
}

.usp-wrapper .slick-prev:before{
    content: '';
    background: url("/static/home/images/prev.svg")no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.usp-wrapper .slick-next:before{
    content: '';
    background: url("../fonts/next.svg")no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
}


.usp-wrapper .slick-prev{
    left: -15px;
}
.usp-wrapper .slick-next{
    right: -15px;
}


@media (max-width: 768px){
    .usp-wrapper .slick-prev,
    .usp-wrapper .slick-next{
        display: none !important;
    }
}

.slick-dots{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.slick-dots li{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:before{
    content: "\2022";
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    opacity: 0.3;
    color: #2dba69;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots .slick-active button::before{
    opacity: 0.9;
}

.usp-wrapper .slick-dots li.slick-active button:before{
    content: "\2022";
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    opacity: 0.9;
    color: #2dba69;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#hero-slider .slick-dots{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

#hero-slider .slick-dots li{
    width: 60px;
    height: 2px;
    margin: 0 10px 0 0;
}
#hero-slider .slick-dots li.slick-active{
    opacity: 1;
}

#hero-slider .slick-dots li button,
#hero-slider .slick-dots li button:before{
    content: '';
    height: 2px;
    width: 60px;
    background: #d8dbde;
    opacity: 1;
}

#hero-slider .slick-dots li.slick-active button{
    content: '';
    height: 2px;
    width: 60px;
    background: #8b959e;
}

.slick-disabled{
    opacity: 0.4;
}

*{ -webkit-font-smoothing: antialiased}


/****
 Navigation Mega Menu
 ****/
.mega-menu{
    list-style: none;
}

.mega-menu li{
    display: inline-block;
    margin: 0 15px;
}

.navbar{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.navbar-light .navbar-brand {
    color: #2dba69;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #2dba69;
}

.navbar-light .navbar-nav .nav-link{
    transition: 0.3s;
    color: #101920;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.left-menu .nav-link{
    padding: 25px 15px !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
    background: none;
    transition: 0.3s;
    color: #2dba69;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #2dba69;
    text-decoration: none;
    background: none !important;
}
.sm-menu{
    border-radius: 0;
    border: 0;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #2dba69;
    text-decoration: none;
    background: none;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #2dba69;
}

.megamenu ul.menu li.current-menu-item > a{
    color: #2dba69;
    font-weight: bold;
}

#right-nav .nav-link{
    padding: 11px;
}

section.phone{
    display: none;
    padding: 20px 0;
    position: fixed;
    height: 64px;
    text-align: center;
    background: #ebebeb;
    width: 100%;
}



@media (max-width: 991px){
    .navbar-collapse.show{
        height: 100vh;
    }
    #right-nav li a {
        margin: 0 0 10px !important;
        padding: 15px !important;
    }

    #right-menu-navigation{
        margin-top: 30px;
    }

    .theme-light .fa-search,
    .theme-light.navbar-light .navbar-nav .nav-link
    {
        color: #101920 !important;
    }

    .theme-light #right-nav li.register a{
        color: #FFF !important;
    }

    .theme-light #right-nav li.account a{
        border: 1px solid #101920 !important;
    }

    .left-menu .megamenu .textwidget{
        display: none;
    }

    /* phone */
    .megamenu-li.phone-number{
        display: none;
    }

    section.phone{
        display: inline-block;
    }
}

@media (max-width: 768px){
    .navbar-collapse{
        background: #fff;
        margin-top: 20px;
        position: relative;
        width: 100%;
        -ms-flex-preferred-size: inherit !important;
        flex-basis: inherit !important;
    }

    .megamenu{
        padding: 0 15px;
    }

    .navbar-expand-lg .navbar-nav{
        margin-left: 0 !important;
        padding: 0 15px;
    }
    .navbar{
        padding: 0;
    }

    #right-nav li a{
        margin: 0 0 10px !important;
        padding: 15px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0 !important;
    }

    #right-nav{
        padding: 0 !important;
    }

    .megamenu{
        padding: 0 !important;
    }

}

@media (max-width: 540px){
    .textwidget a:link{
        width: auto;
    }

    .textwidget {
        text-align: center;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 6px 0 !important;
    }

    .right-nav-wrapper .dropdown-menu-right{
        padding: 10px !important;
    }
}


.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}

.megamenu ul.menu{
    list-style: none;
    padding: 0 0 0 20px;
}

.megamenu ul.menu li a {
    color: #232b31;
    font-size: 14px;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}
.megamenu ul.menu li a:hover{
    text-decoration: none;
    color: #2dba69;
}

.megamenu ul.menu li:before{
    content: '\203A';
    font-size: 15px;
    margin-right: 8px;
    color: #444;
}

.megamenu h6{
    color: #232b31;
    font-size: 16px;
}

.megamenu-li .show{
    color: #2dba69 !important;
    cursor: pointer;
}

.megamenu .menu > li > ul{
    padding: 0;
    list-style: none;
}

/*
#right-nav li.account a:before{
    content: '';
    background: url("/static/home/images/account.png")no-repeat 0 0;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
}
*/

#right-nav li.account a:hover{
    color: #000;
}

#right-nav li.register a{
    background: #2dba69 !important;
    color: #FFF;
    border-radius: 40px;
    border: 1px solid #2dba69;
    margin: 0 10px 0 0;
    padding: 10px 20px;
    max-width: 270px;
    text-align: center;
}

#right-nav li.register a:hover,
#right-nav li.register a:focus{
    opacity: 0.9;
}

#right-nav li.account a {
    border: 1px solid #000;
    border-radius: 40px;
    margin: 0 10px 0 0;
    padding: 10px 20px;
    max-width: 270px;
    text-align: center;
}

.theme-light #right-nav li.account a{
    border: 1px solid #FFF;
}

.sticky-nav .theme-light #right-nav li.account a{
    border: 1px solid #000;
}

.right-nav-wrapper .dropdown-toggle{
    padding: 20px 0;
}

.right-nav-wrapper .dropdown-menu-right{
    padding: 20px;
}

.right-nav-wrapper .dropdown-menu-right .lang-item{
    line-height: 30px;
}

.right-nav-wrapper .dropdown-toggle::after{
    vertical-align: 0.025em;
    margin-left: .5em;
}

.right-nav-wrapper .dropdown-menu-right a{
    color: #232b31;
    font-size: 14px;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

.right-nav-wrapper .dropdown-menu-right a:hover,
.right-nav-wrapper .dropdown-menu-right a:focus{
    color: #2dba69;
}

.right-nav-wrapper .dropdown-menu-right img{
    float: left;
    margin: 6px 8px 0 0;
    width: 20px;
}

.right-nav-wrapper .current_language{
    display: none;
}

@media (max-width: 1200px){
    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
        padding: 10px 5px;
    }

    .megamenu ul.menu li a{
        font-size: 14px;
    }

    .megamenu h6{
        font-size: 14px;
    }

    .left-menu .nav-link{
        padding: 25px 5px !important;
    }
}

@media (max-width: 991px){
    .navbar-light .navbar-nav .nav-link{
        font-size: 18px;
    }
}


/* Mobile menu */
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* Buttons */
.btn{
    font-size: 15px;
    min-width: 200px;
}

.btn-sm{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    padding: 15px 40px 15px 45px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    background-color: #FFF;
    color: #101920 !important;
}

.btn-sm:hover,
.btn-sm:focus{
    background-color: #e9eaef;
    opacity: 0.9;
}

.tab-content .buttons a{
    margin: 5px;
}

@media (max-width: 991px){
    .tab-pane img{
        margin-right: 0 !important;
        text-align: center;
    }

    .post-image img{
        max-width: 150px;
    }

    .avatar img{
        max-width: 200px;
    }

    .tab-content .buttons a{
        margin: 5px;
    }

    .img-video-container img{
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px){
    .tab-pane img{
        max-width: 220px;
    }
    .center_on_mobile,
    .tab-content .content-part,
    .tab-content .content-part h3{
        text-align: center !important;
    }

    .tab-content .content-part .two-columns{
        text-align: left !important;
    }

    .tab-content .buttons a{
        margin: 10px;
        min-width: 200px;
    }
}

.win{
    background: url(/static/home/images/win.png) no-repeat 14px center transparent;
    border: 1px solid #101920;
}

.osx{
    background: url(/static/home/images/osx.png) no-repeat 14px center transparent;
    border: 1px solid #101920;
}

.apple{
    background: url(/static/home/images/apple.png) no-repeat 14px center transparent;
    border: 1px solid #101920;
}

.android{
    background: url(/static/home/images/android.png) no-repeat 14px center transparent;
    border: 1px solid #101920;
}

.rounded-btn{
    border-radius: 40px;
}

.green-btn,
.green-btn:hover,
.green-btn:focus{
    background: #2dba69 !important;
    color: #FFF !important;
}

.blue-btn,
.blue-btn:hover,
.blue-btn:focus{
    background: #0496ff !important;
    color: #FFF !important;
}

.blue-bordered-btn{
    background-color: #FFF;
    border-color: #0496ff !important;
    color: #0496ff !important;
}

.white-btn,
.white-btn:hover,
.white-btn:focus{
    background: #FFF !important;
    color: #eb2e2c !important;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    min-width: 120px;
    font-size: 14px;
}

.blue-bordered-btn:hover,
.blue-bordered-btn:focus{
    background-color: #0496ff;
    border-color: #0496ff !important;
    color: #FFF !important;
}

.green-bordered-btn{
    background-color: #FFF;
    border-color: #2dba69 !important;
    color: #2dba69 !important;
}

.green-bordered-btn:hover,
.green-bordered-btn:focus{
    background-color: #2dba69;
    border-color: #2dba69 !important;
    color: #FFF !important;
}


.black-bordered-btn{
    background-color: #FFF;
    border-color: #101920 !important;
    color: #101920 !important;
}
.black-bordered-btn:hover,
.black-bordered-btn:focus{
    background-color: #101920;
    border-color: #101920 !important;
    color: #FFF !important;
}

.red-btn,
.red-btn:hover,
.red-btn:focus,
.red-btn:visited{
    background: #e54e57 !important;
    color: #FFF !important;
}

.red-btn a{
    background: #e54e57 !important;
}

.megamenu .register-now, .megamenu .deposit-now{
    padding: 12px 20px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    margin: 10px 0;
    max-width: 173px;
    line-height: 1.5;
}

.btn{
    padding: 15px 25px;
}

.btn:hover, .btn:focus{
    opacity: 0.9;
}

.megamenu .textwidget p{
    margin: 0 !important;
    padding: 0 !important;
}

.navbar-expand-lg .navbar-nav{
    margin-left: 10px;
}

/** Tab Content **/
.nav-justified{
    margin: 30px 0 10px;
}

.nav-tabs .nav-link{
    border: 0 none;
}



.nav-tabs .nav-item{
    outline: none;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 18px;
    color: #8e8e8e;
}

.nav-justified .nav-link:after{
   /* content: '\203A';
    font-size: 15px;
    margin-left: 15px;
    position: relative;
    top: -4px;*/
}

.latest_posts .nav-link h3:after{
    content: '';
}

.latest_posts .nav-link.active h3:after{
    content: "\f107";
    font-family: "Font Awesome 5 Free", 'FontAwesome', sans-serif;
    font-weight: 900;
    font-size: 15px;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.tab-content .content{
    padding: 20px 0;
    text-align: left;
}

.tab-content .content ul{
    text-align: left;
    padding-left: 20px;
}

.home-tab-content .buttons{
    text-align: left;
}

@media (max-width: 991px) {
    .home-tab-content .content ul {
        margin: 0 auto;
        display: table;
    }

    .tab-content .content{
        text-align: center;
    }

    .home-tab-content .tab-pane img{
        max-width: 100%;
    }
}


@media (max-width: 768px){
    .home-tab-content .content ul{
        margin: 0 auto;
        display: table;
    }
    .home-tab-content .buttons{
        text-align: center;
    }
    .tab-content .content{
        text-align: center;
    }

    .nav-justified{
        overflow-x: scroll;
        border-bottom: 1px solid #dee2e6;
    }
    .nav-justified .nav-tabs{
        white-space: nowrap;
        border-bottom: 0 none;
    }

    .nav-justified .nav,
    .tab-content .nav{
        display: block;
    }

    .tab-content>.active{
        padding: 0;
    }

    .nav-tabs .nav-item{
        font-size: 14px;
        display: inline-block;
        float: none;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 540px) {
    .home-tab-content .content ul {
        margin: 0 auto;
    }
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    border: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #666;
}

.nav-tabs .nav-item.show .nav-link {
    border-bottom: 1px solid #eeeeee;
    color: #444;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #2dba69;
    color: #2dba69;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

.header{
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background 0.5s ease-in-out,opacity 0.5s ease;
    -moz-transition: background 0.5s ease-in-out,opacity 0.5s ease;
    transition: background 0.5s ease-in-out,opacity 0.5s ease;
}

.top-space{
    height: 120px;
}

@media (max-width: 768px){
    .top-space{
        height: 80px;
    }
}

.sticky-nav{
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 999;
    background: rgba(255,255,255,1) !important;
    margin: 0;
    padding: 0;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background .5s ease-in-out, opacity .5s ease;
    -moz-transition: background .5s ease-in-out, opacity .5s ease;
    transition: background .5s ease-in-out, opacity .5s ease;
}

.search_icon{
    position: relative;
    left: 15px;
}

.sticky-nav .search_icon{
    position: relative;
    left: 10px;
}

.fa-search{
    color: #000;
}

#main-nav .container {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top .5s ease, padding-bottom .5s ease;
    -moz-transition: padding-top .5s ease, padding-bottom .5s ease;
    transition: padding-top .5s ease, padding-top .5s ease, padding-bottom .5s ease;
}

#main-nav.sticky-nav .container{
    padding-top: 0;
    padding-bottom: 0;
}

.logo{
    max-width: 187px;
}

.sticky-nav .logo{
    width: 100%;
    max-width: 160px;
}


@media (max-width: 991px){
    .sticky-nav{
        padding: 15px;
    }

    .left-menu .nav-link{
        padding: 15px 0 !important;
    }

    #mobile_nav {
        margin: 20px 0 0;
        background-color: #FFF;
        max-height: 450px;
        min-height: 450px;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    #main-nav{
        margin-top: 63px;
    }

    .site-content{
        position: relative;
        top: 64px;
    }
}

@media (max-width: 768px){
    .sticky-nav{
        padding: 15px;
    }

    .navbar-collapse .navbar-nav{
        padding: 0;
    }
}

@media (max-width: 540px){
    #mobile_nav{
        margin: 10px 0 0;
        max-height: 380px;
        min-height: 380px;
    }

    #right-menu-navigation{
        margin-top: 20px !important;
    }
}




.tab_content .bottom-text{
    text-align: center;
    width: 80%;
    font-size: 14px;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    margin: 20px auto 0;
}

.tab_content .bottom-text img{
    margin: 0 5px 8px 20px;
}


/** CTA Widget **/
section{
    padding: 75px 0;
}

@media (max-width: 768px){
    section {
        padding: 40px 0;
    }
}

section.slider{
    margin: 0;
    padding: 0 0 36px;
}

section.widget{
    padding: 0;
}

.cta-widget a{
    margin: 0 10px;
}

.cta-widget h2{
    color: #FFF;
    margin: 0 0 40px;
}
.cta-bgr{
    display: table;
    height: 400px;
    width: 100%;
}

.cta-text-content{
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .cta-widget a {
        margin: 10px;
    }
}

/** Latest Posts Widget **/
.latest_posts .nav-tabs .nav-link.active{
    border: 0 none;
    background: #FFF;
}

.latest_posts .nav-tabs{
    border-bottom: 1px solid #dee2e6 !important;
}

.latest_posts h2.title{
    margin: 0 0 23px;
}

.latest_posts .nav-item h3{
    margin: 0;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    color: #575757;
}

.latest_posts .latest-post-content h3 span{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}
.latest_posts .latest-post-content .link{
    color: #101920;
}
.latest_posts .latest-post-content .link:hover{
    opacity: 0.9;
}

.latest_posts .tab-content .avatar,
.latest_posts .tab-content .latest-post-content{
    margin: 20px 0 5px;
}

@media (max-width: 991px){
    .latest_posts .tab-content .avatar{
        margin: 20px 0;
    }
}

.latest_posts .tab-content .latest-post-content{
    text-align: left;
    padding: 20px;
    font-size: 14px;
}

.latest_posts .tab-content .img-video-container img{
    margin-top: -79px;
}

.latest_posts .nav-tabs{
    border: 0 none;
}

.latest_posts .nav-tabs .nav-link{
    padding: 25px;
    background: #cbcbcb;
    border-radius: 0;
    outline: none;
}

.latest_posts .nav-tabs .nav-link.active h3{
    color: #2dba69;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

.latest_posts .nav-tabs .nav-link:hover{
    opacity: 0.9;
}

.latest_posts .author_name{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 15px;
    color: #30373d;
}

.latest_posts .author_title{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    color: #2dba69;
    font-size: 15px;
}

.tab-content-wrapper{
    border: 1px solid #cbcbcb;
}

.avatar img{
    border-radius: 50%;
}

.tab-content-wrapper .nav-item{
    width: 300px;
}

@media (max-width: 1200px){
    .tab-content-wrapper .nav-item{
       width: 26%;
    }
}

@media (max-width: 991px){
    .latest_posts .tab-content .img-video-container img{
        margin-top: 0;
    }

    .tab-content-wrapper .nav-item{
        width: 50%;
    }
}

@media (max-width: 768px){
    .latest_posts .tab-content .latest-post-content{
        text-align: center;
        margin-top: 0;
    }
}

@media (max-width: 576px){
    .tab-content-wrapper .nav-item{
        width: 50%;
    }

    .latest_posts .nav-tabs .nav-link{
        padding: 25px;
    }
}

.img-video-container .video-btn:before{
    content: '';
    background: url("/static/home/images/play.png") no-repeat 0 0;
    width: 61px;
    height: 61px;
    display: inline-block;
    position: absolute;
    top: 27%;
    left: 45%;
    z-index: 999;
}

@media (max-width: 991px){
    .img-video-container .video-btn:before{
        top: 37%;
    }

    video{
        width: 100%;
        height: auto;
    }
}

.img-video-container .video-btn:hover img{
    opacity: 0.8;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position:relative;
    padding:0;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

/** Education Posts **/
.latest-edu-content{
    padding: 40px 60px;
}

@media (max-width: 768px){
    .latest-edu-content{
        padding: 20px;
        text-align: center !important;
    }

    .latest-edu-content .btn{
        margin-right: 0 !important;
    }

    .slick-dots{
        display: block !important;
    }
}

@media (max-width: 540px) {
    .eq-blocks, .equal-blocks, .equal-three-blocks, .eq-count_content{
        height: auto !important;
    }
}

/** 3-Steps Widget **/
.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none{
    display: none;
}
.step-content{
    display: none;
}

.bs-stepper .line, .bs-stepper-line {
    -ms-flex: 1 0 50px !important;
    flex: 1 0 50px !important;
    min-width: 1px;
    min-height: 1px;
    margin: 0 !important;
    background-color: #cbcbcb !important;
    position: relative !important;
    left: 23px;
    width: 2px;
    height: auto;
}

.bs-stepper.vertical .bs-stepper-header{
    margin: 80px 0 0 !important;
}

.bs-stepper.vertical .bs-stepper-header .step-content{
    display: block !important;
    margin-bottom: 20px;
}

@media (max-width: 768px){
    .bs-stepper.vertical .bs-stepper-header{
        margin: 20px 0 0 !important;
    }

}

@media (max-width: 520px){
    .bs-stepper-header {
        margin: 0 -10px;
        text-align: left !important;
    }
}

.bs-stepper .line{
    max-height: 30px !important;
}

.active .step-content{
    display: block !important;
    margin: 0 0 20px;
}

.step-content h4{
    margin: 0;
}

.bs-stepper-label{
    display: block !important;
    margin: 10px 0 !important;
}

.bs-stepper .step-trigger,
.bs-stepper-circle{
    padding: 0 !important;
    border-radius: 50% !important;
}


.bs-stepper .step-trigger{
    border: 1px solid #FFF !important;
    padding: 4px !important;
    margin: 10px 0 10px -5px !important;
    outline: none;
}

.active .step-trigger{
    border: 1px solid #2dba69 !important;
    padding: 4px !important;
    margin: 10px 0 10px -5px !important;
    outline: none;
}

.bs-stepper .step-trigger:hover{
    outline: none;
    border: 1px solid #cbcbcb!important;
    padding: 4px !important;
    margin: 10px 0 10px -5px !important;
    background: #FFF !important;
}

.bs-stepper .step-trigger:focus{
    color: #2dba69 !important;
    box-shadow: none !important;
}

.bs-stepper .active .step-trigger:hover{
    background: none !important;
    outline: none;
}

.bs-stepper-circle{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 40px !important;
    line-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    background-color: #cbcbcb !important;
    outline: none;
}

.active .bs-stepper-circle{
    background-color: #2dba69 !important;
    color: #FFF !important;
}

.active .bs-stepper-label{
    color: #2dba69;
}

.bs-stepper-content{
    padding: 0 !important;
}

.max-width-200,
.open-account-btn{
    max-width: 200px;
}

@media (max-width: 768px){
    .bs-stepper-content{
        display: none;
    }

    #horizontal-stepper .bs-stepper-content{
        display: block;
    }

    .bs-stepper.vertical .bs-stepper-header{
        margin: 0 auto !important;
        text-align: center !important;
    }

    .bs-stepper .line, .bs-stepper-line{
        position: inherit !important;
        margin: 0 auto !important;
        text-align: center !important;
        left: 0 !important;
    }

    .open-account-btn{
        margin: 0 auto;
    }
}

.mobile-stepper{
    display: none;
}

@media (max-width: 768px){
    #horizontal-stepper{
        display: none;
    }
    .mobile-stepper{
        display: block;
    }
}

/** Payment Logos **/
.payment-logos{
    padding: 80px 0 140px;
}
.col-last{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

@media (max-width: 768px) {
    .payment-logos .col{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .payment-logos{
        padding: 20px 0 70px;
    }

    .col-last{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/** Footer Part **/
.site-footer{
    background: #ebebeb;
    padding: 80px 0 0;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 14px;
}

@media (max-width: 768px){
    .site-footer{
        padding: 40px 0 0;
        text-align: center;
    }
}

.site-footer .widget-title{
    font-size: 18px;
}

.site-footer .widget_nav_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .widget_nav_menu ul li a{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 14px;
    color: #636e72;
}

.site-footer .widget_nav_menu ul li a:hover,
.site-footer .widget_nav_menu ul li a:focus{
    color: #333;
}

.site-footer .footer-4 {
    border-left: 1px solid #b7b7b7;
    padding: 0 0 0 40px;
}

.site-footer .footer-4 .widget-title{
    color: #2dba69;
    font-size: 14px;
}

i.fab{
    color: #636e72;
    margin: 0 4px;
}

i.fab:hover{
    color: #2dba69;
}


.risk-warning-wrapper{
    border-top: 1px solid #ccc;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0;
}

.risk-warning-wrapper strong{
    font-weight: 900;
}

.risk-warning-text{
    font-size: 12px;
    color: #636e72;
}

.copyright-text{
    color: #636e72;
    font-size: 10px;
    line-height: 24px;
}

.footer-menu ul li{
    display: inline-block;
}

.site-footer .footer-menu.widget_nav_menu ul li a {
    margin: 0 5px;
    font-size: 10px;
}

@media (max-width: 768px){
    .site-footer .footer-4{
        border: 0 none;
        padding: 0 15px;
    }

    .risk-warning-wrapper{
        padding: 15px;
    }

    .copyright-text{
        text-align: center;
        padding: 0 15px !important;
    }
    .footer-menu{
        text-align: center !important;
    }
}

/** Page Template General **/
.page-title{
    margin: 0;
    padding: 25px 0 0;
}

@media (max-width: 768px){
    .page-title{
        font-size: 30px;
        padding: 0;
    }
}

.center-block{
    margin: 0 auto;
}

/** Trading Instruments Template **/
.ins-title{
    font-size: 25px;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

.trading-instuments.view-boxed{
    background-color: #f5f6fa;
    padding: 120px 0;
}

.ins-tr-wrapper{
    padding: 20px 10px;
}

.card{
    border: 0 none;
}

.margin-auto{
    margin: 0 auto;
}


.trading-instuments .card-footer {
    padding: 0;
    background: none;
    border-top: none;
}

.instrument-box{
    background-color: #FFF;
    border: 1px solid #eaeaea;
}

.trading-instuments .read-more{
    margin: 15px 0;
}

.trading-instuments.view-boxed .read-more{
    margin: 15px 0 30px;
}

.instrument-tabs{
    width: 80%;
    margin: 20px auto 0;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
}

.instrument-tabs .nav-justified {
    margin: 0;
}

.instrument-tabs .nav-tabs{
    border: 0 none;
    background-color: #e4e4e4;
    border-left: 0;

}

.instrument-tabs .nav-tabs .nav-link.active{
    border: 0 none;
    color: #2dba69;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

.instrument-tabs .nav-tabs .nav-item{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    color: #575757;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.instrument-tabs .tab-content .content{
    padding: 20px;
}


@media (max-width: 991px){
    .instrument-tabs .nav-tabs .nav-link.active{
        border-bottom: 2px solid #2dba69;
    }
    .instrument-tabs .nav-tabs .nav-item{
        font-size: 18px;
    }

    .instrument-tabs .nav-justified {
        border-bottom: 1px solid #eee;
    }

    .instrument-tabs .nav-tabs{
        background-color: #FFF;
    }
}

@media (max-width: 768px){
    .instrument-tabs{
        width: 100%;
    }

    .spreads-content .mobile-img,
    .instrument-tabs .mobile-img{
        margin-bottom: 20px;
    }

    .instrument-tabs .tab-content .content{
        padding: 20px;
    }

    .instrument-tabs .post-image{
        width: 100%;
        margin: 0 auto 0 auto !important;
    }

    .instrument-tabs .tab-content .content ul{
        display: inline-block;
        margin: 30px auto;
    }

    .tab-content .spreads-content .content{
        padding: 0;
    }


}

/** FAQ Section **/
.faq-section {
    background-color: #f5f6fa;
    padding: 80px 0;
}
.faq-section h2.title{
    text-align: center;
}
.accordion .card-header{
    background-color: #e9eaef;
    border: 1px solid #e1e1e1;
}
.accordion .card-body{
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #FFF !important;
    padding: 0 !important;
}

.accordion .card-body a{
    font-weight: bold;
}

.accordion>.card .card-header{
    background: #FFF;
    margin-bottom: 0;
    cursor: pointer;
}

.accordion>.card .card-header[aria-expanded="true"]{
    background: #e9eaef;
}

.accordion .card{
    background: none !important;
}
.accordion .card-header a{
    font-size: 20px;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    color: #101920;
}
.accordion .card-header[aria-expanded="false"]:after {
    font-family: "Font Awesome 5 Free", 'FontAwesome', sans-serif;
    font-weight: 900;
    content: "\f107";
    float: right;
}
.accordion .card-header[aria-expanded="true"]:after {
    /* symbol for "collapsed" panels */
    font-family: "Font Awesome 5 Free", 'FontAwesome', sans-serif;
    font-weight: 900;
    content: "\f106";
    float: right;
}

.faq-wrapper i{
    color: #e03555;
    font-size: 28px;
    margin-right: 10px;
}

@media (max-width: 768px){
    .accordion .card-header a{
        font-size: 16px;
    }

    .faq-wrapper .card-body .btn{
        margin: 20px auto 0 0 !important;
        width: 100%;
        text-align: center;
        max-width: 200px;
        display: inline-block;
        float: none !important;
    }

}
/** 3-Steps Footer **/
.horizontal{
    margin: 30px auto;
}
.horizontal.bs-stepper .line,
.horizontal.bs-stepper .bs-stepper-line{
    left: -6px !important;
    top: 24px !important;
}

.horizontal .step:after{
    content: '';
    position: absolute !important;
    top: 91px;
    min-height: 1px;
    background-color: #cbcbcb !important;
    width: 100%;
    height: 2px;
}
.first-step.active:after,
.second-step.active:after{
    background-color: #2dba69 !important;
}

.last-step:after{
    content: '';
    display: none;
}

.horizontal.bs-stepper .step-trigger{
    background-color: #FFF !important;
}
.horizontal.bs-stepper .step-trigger:hover,
.horizontal.bs-stepper .step-trigger:focus{
    background-color: #FFF !important;
    position: relative;
    z-index: 999;
    opacity: 1 !important;
}

.horizontal h3.bs-stepper-label{
    color: #cbcbcb !important;
    text-transform: uppercase;
}

.horizontal .active h3.bs-stepper-label{
    color: #2dba69 !important;
}

.horizontal .bs-stepper-content{
    margin: 20px auto 0 auto;
    width: 50%;
}

.horizontal .bs-stepper-content h3{
    text-transform: uppercase;
}

/** How they Work **/
.img-wrapper{
    margin: 0 auto;
    display: block;
}

.inline-block{
    display: inline-block;
}

/** Table press **/
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc,
.tablepress tfoot th,
.tablepress thead th{
    background-color: #f1f5f6 !important;
}

.tablepress tfoot th, .tablepress thead th,
.tablepress .even td,
.tablepress .odd td{
    text-align: center;
}

.centered-tds.tablepress tbody td,
.centered-tds.tablepress tfoot th{
    text-align: center;
}

.tablepress .row-1 td {
    background-color: #eef2f5 !important;
    font-weight: 700;
    font-size: 18px !important;
    color: #101920 !important;
}

.tablepress tbody td {
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 14px;
    color: #575757;
}

.tablepress tfoot th,
.tablepress thead th{
    background: #eef2f5 !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    color: #101920 !important;
    border-bottom: 1px solid #eef2f5 !important;
}

.tablepress tbody td, .tablepress thead th{
    vertical-align: middle;
    border-bottom: 1px solid #eef2f5;
}

.tablepress .odd td{
    background-color: #FFF !important;
}

.tablepress .row-hover tr:hover td{
    background-color: #FFF !important;
}


    /** Margin Leverage **/
.item .fa-redo{
    color: #0496ff;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    padding: 20px;
}

.item .fa-redo:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/** Trading Instruments Detail **/

.two-columns{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.two-columns ul{
    list-style: none;
}

.two-columns li{
    display: inline-table;
    margin: 0 0 15px;
    width: 100%;
}
.two-columns li:before{
    font-family: "Font Awesome 5 Free", 'FontAwesome', sans-serif;
    font-weight: 900;
    content: "\f105";
    display: table-cell;
    padding: 0 15px;
    width: 20px;
    text-align: left;
}

ul.related_tags{
    list-style: none;
}

ul.related_tags li{
    display: inline-block;
    margin: 8px;
}

ul.related_tags li a{
    padding: 7px 30px;
    border: 1px solid #0496ff;
    border-radius: 6px;
    color: #0496ff;
    min-width: 180px;
    display: inline-block;
}

ul.related_tags li a:hover,
ul.related_tags li a:focus{
    background-color: #0496ff;
    color: #FFF;
}

@media (max-width: 768px){
    .two-columns{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .two-columns ul{
        padding-left: 0;
    }
}

/** Search **/
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input{
    font-size: 16px !important;
}

/*** main Search ***/
.search_icon {
    cursor: pointer;
}

.search-wrapper{
    top: 60px;
    display: none;
    opacity: 1;
    position: absolute;
    border-radius: 2px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
    -webkit-animation:  0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation:  0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    padding: 10px;
    background-color: #FFF;
   /* left: 51.8%; */
}

/*
.sticky-nav .search-wrapper{
    left: 49.8%;
}

@media (max-width: 1024px){
    .sticky-nav .search-wrapper{
        left: 53.8%;
    }
}


@media (max-width: 1200px){
    .search-wrapper{
        left: 56.8%;
    }
}
*/

.arrow-wrap {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 10px;
    margin-left: -10px;
    overflow: hidden;
}
.avia-arrow {
    background-color: #ffffff;
    color: #808080;
    top: 15px;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.search-wrapper #searchsubmit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    min-width: 40px;
    background: #0496ff;
}

#searchsubmit .fa-fw{
    color: #FFF;
}

.search-wrapper #s{
    width: 100%;
    position: relative;
    padding: 11px 47px 11px 5px;
    z-index: 1;
    margin: 0;
    box-shadow: none;
    height: 40px;
}

@media (max-width: 991px){
    .search_icon {
        display: none;
        left: 20px;
        position: relative;
    }

    .search-wrapper{
        display: none !important;
        width: 100%;
        top: 12px;
        box-shadow: none;
        left: 0;
        border: none;
        position: relative !important;
        max-width: 280px;
    }

    .sticky-nav .search-wrapper{
        left: 0;
    }
}


@media (max-width: 768px){
    .search-wrapper{
        width: 100%;
        top: 12px;
        box-shadow: none;
        left: 0;
        border: none;
        position: relative !important;
    }

    .search_icon {
        left: 20px;
        position: relative;
    }

    .arrow-wrap{
        display: none;
    }
}


#primary{
    padding: 0 0 150px;
}

#primary .page-header{
    padding: 20px 0 40px;
}

#primary h2.entry-title{
    font-size: 32px;
}

#primary .entry-title a{
    color: #0496ff;
    text-decoration: underline;
}


/** Sponsorship **/
.sponsorship_wrapper{
    margin-top: -180px;
    padding: 0 0 55px;
}

@media (max-width: 768px) {
    .sponsorship_wrapper{
        margin-top: -80px;
        padding: 0 0 55px;
    }
}

/** USP block  */
.usp-block-content{
    text-align: center;
}

.usp-block-content h2{
    margin: 0 0 36px;
    line-height: 32px;
}

.usp-block-content .description{
    margin: 0 0 60px;
}

.usp-block-content .usp{
    border: 1px solid #e1e1e1;
    margin: 0 20px;
    padding: 40px;
    border-radius: 6px;
    background: #FFF;
}

.no-borders.usp-block-content .usp{
    border-top: 0;
    border-right: 0 solid #e1e1e1 !important;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
}

.usp-block-content.no-borders .slick-slide{
    border-right: 1px solid #e1e1e1 !important;
}
.usp-block-content.no-borders .slick-slide:nth-child(3){
    border-right: 0 !important;
}

.usp h3{
    font-size: 28px;
    line-height: 1.2;
}

.white-color h2,
.white-color i{
    color: #FFF;
}

.white-color i{
    font-size: 32px;
}

@media (max-width: 991px){
    .no-borders.usp-block-content .slick-slide{
        border-right: 0 none !important;
    }
}

@media (max-width: 768px){
    .usp-block-content .usp{
        padding: 20px;
    }

    .usp-block-content h2{
        margin: 0 0 10px;
    }
}

/** Timeline View **/
#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #cbcbcb;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    color: #2dba69;
    font-size: 40px;
    background: #FFF;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -54px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 0;
    padding: 30px 10px;
}

#timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 40px 20px 20px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#timeline .timeline-item .timeline-content.right {
    float: right;
}




@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }
    #timeline:before {
        left: 0;
    }
    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
        padding: 20px 15px 10px 15px;
    }

    #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #ee4d4d;
    }
    #timeline .timeline-item .timeline-icon {
        left: 20px;
        font-size: 24px;
        padding: 15px 5px;
        height: 70px;
    }
}

/** Count Block Metabox **/
.count_wrapper{
    border: 1px solid #eaeaea;
    padding: 30px 20px;
    margin: 20px;
    border-radius: 6px;
}
.count_icon{
    width: 20%;
    float: left;
    text-align: right;
}

.count_icon .num{
    font-size: 80px;
    text-align: center;
    color: #2dba69;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    width: inherit;
    padding: 0;
    margin: 0 10px 0 0;
}

.block-item .has_num{
    padding: 20px 10px;
}

.count_content{
    float: left;
    width: 75%;
    margin: 0 0 0 10px;
}


.three_blocks.count_wrapper{
    padding: 20px 10px;
    margin: 10px;
}

.three_blocks .count_icon .num{
    font-size: 70px;
    margin: 0 5px 0 0;
}

.three_blocks .count_icon{
    width: inherit;
}

.three_blocks .count_content{
    float: left;
    width: 60%;
    margin: 0 0 0 10px;
    padding: 20px 0 0;
}


@media (max-width: 768px){
    .count_icon{
        text-align: center;
        padding: 0;
        width: 100% !important;
    }
    .count_icon .num{
        font-size: 50px;
    }

    .count_wrapper{
        padding: 10px;
    }

    .block-item .has_num{
        text-align: center;
        padding: 10px 20px;
        width: 100%;
    }

    .count_content{
        width: 75%;
    }
}

/** Two Blocks **/
.two-block-wrapper{
    padding: 30px;
    border: 1px solid #eaeaea;
    background-color: #FFF;
    border-radius: 6px;
}

.green-text{
    color: #2dba69;
}

.blue-text{
    color: #0496ff;
}

.black-text{
    color: #101920;
}

@media (max-width: 991px){
    .two-block-wrapper{
        margin-bottom: 2em;
    }
}

/** Collapsible Block View **/
.coll-wrapper{
    border: 1px solid #cbcbcb;
    padding: 60px;
    margin-bottom: 85px;
    border-radius: 6px;
}

/*
.coll-wrapper a.show_more.collapsed:after  {
    content: 'Show More';
}

.coll-wrapper a.show_more:not(.collapsed):after {
    content: 'Show Less';
}
*/

.show_more span.less{
    display: none;
}

.coll-wrapper .show_more{
    color: #0496ff;
    margin-right: 40px;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    outline: none;
}

.line-height-3em{
    line-height: 3em;
}

.coll-wrapper .block_text{
    padding: 25px 15px;
}

.coll-wrapper .imgs img{
    display: table-column;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .coll-wrapper{
        padding: 30px;
    }

    .line-height-3em{
        line-height: inherit;
        text-align: center;
        margin: 10px 0;
    }

    .coll-wrapper .label, .coll-wrapper .desc,
    .coll-wrapper .block_text{
        font-size: 14px;
    }

    .coll-wrapper .buttons{
        margin: 0 auto;
        text-align: center;
    }

    .coll-wrapper .extra-options{
        margin: 0 auto;
    }

    .coll-wrapper .imgs img{
        max-width: 100px;
        margin: 0 auto;
    }
}


@media (max-width: 768px) {
    .coll-wrapper{
        padding: 20px;
    }

    .coll-wrapper .desc{
        margin: 0 0 10px;
    }

    .coll-wrapper .show_more{
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        display: block;
    }
}


/** Three Block **/
.blocks-wrapper .tb-block{
    border-right: 1px solid #eee;
    padding: 10px 20px;
}
.blocks-wrapper .tb-block:last-child{
    border-right: 0 !important;
}

.tb-block .font-size-14 a{
    color: #0496ff !important;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

@media (max-width: 768px){
    .blocks-wrapper .tb-block:nth-child(1){
        margin-top: 0;
    }
    .blocks-wrapper .tb-block{
        border: 0 none !important;
        margin-top: 0;
    }
}


/** Account Types **/
.account-title{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.account-block{
    border: 1px solid #eaeaea;
    padding: 30px;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    border-radius: 6px;
}

.account_18{
    font-size: 18px;
    color: #2dba69;
    text-transform: uppercase;
}

.account_20{
    font-size: 20px;
}

.account_60{
    color: #2dba69;
    font-size: 60px;
}

a.bluetext-btn{
    color: #0496ff;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 15px;
}

a.bluetext-button{
    color: #0496ff;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 15px;
}

.deposit-wrapper .value{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    color: #101920;
}

.account-block ul li:before{
    content: '\203A';
    font-size: 15px;
    margin-right: 8px;
    color: #444;
}

.account-block ul {
    padding: 0;
}
.account-block li{
    display: inline-table;
    width: 100%;
}
.account-block li:before{
    font-family: "Font Awesome 5 Free", 'FontAwesome', sans-serif;
    font-weight: 900;
    content: "\f105";
    display: table-cell;
    padding: 0 15px;
    width: 20px;
    text-align: left;
}

@media (max-width: 768px){
    .compare-settings .account-block ul{
        padding: 0;
        display: inline-block;
        width: 80%;
        margin: 0 auto;
    }

    .compare-settings .account-block .account-title{
        text-align: center;
    }

    .compare-settings .account-block .img-wrapper{
        text-align: left;
        display: flex;
    }

    .compare-settings .account-block .button-wrapper{
        text-align: center;
    }
}

/** Country Block **/
.country-block{
    margin: 0 0 2em;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 20px;
}

.country-block .img-wrapper img{
    margin: 0 1em 0 0 !important
}

.country-title{
    font-size: 26px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

.country-block .content{
    margin-right: 0 !important;
}

@media (max-width: 1200px){
    .country-block{
        font-size: 16px;
    }

    .country-title{
        margin-top: 10px;
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 991px){
    .country-block .img-wrapper img{
        margin: 0 auto !important;
        float: none;
    }
    .country-block .content{
        float: none;
        margin-right: 0 !important;
    }
    .country-block{
        text-align: center;
    }
}

/** Side Image View **/
.side-img-wrapper{
    border: 1px solid #eee;
    margin-bottom: 50px;
}

.side-img-wrapper h2{
    margin-bottom: 0 !important;
    line-height: 1;
}

.side-img-wrapper .side-img-content{
    padding: 30px 20px;
}

.side-img-content .sub-title{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

@media (max-width: 991px){
    .side-img-wrapper .promo-img{
        width: 300px;
        margin: 30px 0 0;
    }

    .side-img-wrapper .promo-wrapper{
        text-align: center !important;
    }

    .side-img-content{
        text-align: center;
    }

    .has-only-sponsor-img{
        margin-right: 0 !important;
    }
}

/** Analysis & Education **/
.archive-page,
.single-content{
    margin-bottom: 80px;
}
.single-content{
    padding-top: 40px;
}

.single-content h1, .single-content h2{
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 30px;
    margin-top: 0;
}

.single-content .social-buttons{
    margin: 40px 0 0;
}

.single-content .author-wrapper{
    display: inline-block;
    margin: 22px 0 0 20px;
    float: left;
}

.single-content .avatar{
    float: left;
}

.archive-page h2.blog-title{
    line-height: 1.2;
}

.author-info-wrapper{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.date-field,
.author-field{
    font-size: 12px;
}

/** Right Sidebar - Single.php **/
#right-sidebar{
    padding-left: 60px;
}

#right-sidebar section{
    margin: 0 0 50px;
}

#right-sidebar .widget_text{
    padding: 30px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 14px;
}

#right-sidebar  .textwidget a:link{
    font-size: 13px;
}

@media (max-width: 768px){
    #right-sidebar{
        padding-left: 0;
    }

    #right-sidebar .btn{
        min-width: 220px;
        display: inline-block;
    }
}

/** Tag Cloud **/
.widget_tag_cloud h3, .widget_categories h3{
    background: #0496ff;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    color: #FFF !important;
}

.widget_tag_cloud .tagcloud{
    text-align: center;
}

.tagcloud .tag-cloud-link{
    padding: 10px;
    border: 1px solid #eee;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 12px !important;
}

.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus{
    background-color: #dddee0;
}

.widget_categories ul{
    list-style: none;
    padding: 0;
}

.widget_categories li a{
    padding: 20px 0;
    display: block;
    text-align: center;
    border: 1px solid #eee;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 25px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.widget_categories li a:hover, .widget_categories li a:focus{
    border: 1px solid #0496ff;
}

.article-recap{
    background: #f5f6fa;
    margin: 20px 0 50px;
}

.article-recap .recap_header{
    padding: 10px 0;
}

.article-recap .recap_header h3{
    color: #FFF !important;
    background: #2fb56a;
    display: inline;
    padding: 10px 30px;
}

.article-recap .recap_content{
    padding: 20px 30px;
}

.single_content .featured-image{
    margin-bottom: 40px;
}

.single_content ul{
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.single_content ul li{
    display: inline-table;
    margin: 0 0 10px;
    width: 100%;
}

.single_content ul li:before{
    font-family: "Font Awesome 5 Free", 'FontAwesome', sans-serif;
    font-weight: 900;
    content: "\f105";
    display: table-cell;
    padding: 0 15px 0 0;
    width: 20px;
    text-align: left;
}

.single_content .single-good-trading{
    margin: 80px 0 20px;
}

.single_content .footer-info-text{
    font-size: 10px;
    padding: 30px 0;
    border-top: 1px solid #eee;
    margin-top: 60px;
}

.vertical-alignment{
    display: table;
    overflow: hidden;
}

.next-prev-wrapper .post_link{
    text-align: center;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 6px;
    display: table-cell;
    vertical-align: middle;
}

.next-prev-wrapper .post_link a:hover{
    color: #2dba69;
}


.list-style ul{
    list-style: none;
    position: relative;
    text-align: left;
    padding: 0;
}

.list-style ul li:before{
    content: '\203A';
    margin-right: 8px;
    color: #444;
}

.home-tab-content .bottom-text ul{
    list-style: none;
    display: inline-block;
    padding: 0;
}

.home-tab-content .bottom-text ul li{
    display: inline-block;
}


.bottom-text strong{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    color: #101920;
}

.tab-content-container .top_space,
.home-tab-content .top_space{
    margin-top: 80px;
}

.tab-content-container .nav-justified,
.home_tab_content .nav-justified{
    margin: 80px 0 10px;
}

@media (max-width: 991px){
    .tab_content .bottom-text img{
        margin-right: 4px !important;
    }

    .home-tab-content .top_space{
        margin-top: 30px;
    }

    .tab-content-container .top_space,
    .home-tab-content .top_space{
        margin-top: 40px;
    }

    .tab-content-container .nav-justified,
    .home_tab_content .nav-justified{
        margin: 40px 0 10px;
    }
}

@media (max-width: 768px){
    .list-style ul{
        display: inline-block;
        text-align: left;
    }

    .home-tab-content h3{
        text-align: center !important;
    }

    .home-tab-content .bottom-text ul{
        margin: 20px 0 0;
    }

    .home-tab-content .content-part{
        margin-top: 20px;
    }

    .tab-content-container .top_space,
    .home-tab-content .top_space{
        margin-top: 20px;
    }

    .tab-content-container .nav-justified,
    .home_tab_content .nav-justified{
        margin: 20px 0 10px;
    }
}



/* Microsoft specific CSS rules to filter IE11 */
@media all and (-ms-high-contrast:none)
{
    *::-ms-backdrop, .max-width-200 { width: 200px; } /* IE11 */
}

.team-members-wrapper{
    margin: 40px 0;
}

.team-members-wrapper .member{
    text-align: center;
    margin-bottom: 100px;
}

.team-members-wrapper .member img {
    border-radius: 50%;
}

.team-members-wrapper .member h4{
    margin: 20px 0 0;
}

@media (max-width: 768px) {
    .team-members-wrapper .member{
        margin-bottom: 20px;
    }

}

/** Race Facts **/
#race-facts {
    height: 0;
    position: relative;
    top: -95px;
    z-index: 9;
}

ul.races-wrapper {
    color: #333;
    list-style: none;
    background: #FFF;
    border-radius: 4px;
    text-align: center;
    padding: 15px 0;
    box-shadow: 1px 1px 3px 0 #ccc;
}

ul.races-wrapper li span {
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    font-size: 60px;
}

ul.races-wrapper li {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
    margin: 30px 20px 20px;
    line-height: 30px;
}


ul.races-wrapper li:after {
    content: '';
    border-right: 1px solid #333;
    position: relative;
    top: -20px;
    left: 30px;
}

ul.races-wrapper li:last-child:after{
    content: '';
    border-right: none;
}


@media (max-width: 768px){
    #race-facts{
        display: none;
    }
}

.block-ferrari-home{
    background: #eb2e2c;
    width: 300px;
    position: fixed;
    border-radius: 5px;
    bottom: 50px;
    left: 30px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.3);
}

.block-ferrari-home h6{
    font-size: 14px;
    color: #FFF;
}

.close-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.close-icon:after{
    content: '\f00d';
    font-family: "Font Awesome 5 Free", 'FontAwesome', sans-serif;
    font-weight: 900;
    font-size: 15px;
    margin-left: 10px;
    color: #FFF;
    position: relative;
    top: -3px;
}

.support i{
    font-size: 24px;
}

.support{
    position: fixed;
    top: 45%;
    right: -5px;
    z-index: 221;
    background: #2dba69;
    text-align: center;
    padding: 10px 15px 10px 10px;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 3px 3px rgba(255,255,255,0.1);
    -webkit-box-shadow:  0 0 3px 3px rgba(255,255,255,0.1);

    color: #FFF !important;
    font-size: 12px;
}

.support svg{
    width: 40px;
    height: 40px;
}

.page-template-template-contact .support{
    display: none;
}

@media (max-width: 768px){
    .block-ferrari-home{
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        width: 240px;
        left: 15px;
        padding: 10px;
    }

    .block-ferrari-home h6{
        font-size: 12px;
    }

    /*.support{
        font-size: 10px;
        bottom: 10px;
        top: auto;
    } */

    .white-btn, .white-btn:hover, .white-btn:focus{
        min-width: 100px;
        font-size: 12px;
    }
}

.zopim{
    z-index: 222 !important;
}

/***
    Ferrari About Section
 */
#ferrari_about{
    padding: 200px 0;
    background-size: cover!important;
}

#ferrari_about h2 span{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

#ferrari_about .card{
    background: #fffffff2 !important;
    margin-left: 20px;
    padding: 30px;
    border-radius: 16px;
}

@media (max-width: 768px){
    #ferrari_about{
        padding: 60px 0 !important;
    }
}

h2 span{
    font-family: Microsoft Yahei,'微软雅黑',STXihei,'华文细黑',Tahoma,Helvetica,sans-serif;
}

.gallery-slide{
    margin-top: 40px;
}

.gallery-slide .slick-dots{
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.gallery-slide .slick-prev, .gallery-slide .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.gallery-slide .slick-next {
    right: 0;
    position: absolute;
    z-index: 9999 !important;
}

.gallery-slide .slick-prev {
    left: 0;
    position: absolute;
    z-index: 9999 !important;
}

.gallery-slide .slick-prev:hover:before,
.gallery-slide .slick-prev:focus:before,
.gallery-slide .slick-next:hover:before,
.gallery-slide .slick-next:focus:before {
    opacity: 1;
}

.gallery-slide .slick-prev:before,
.gallery-slide .slick-next:before {
    font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before {
    content: "\f053";
}

.slick-next::before {
    content: "\f054";
}

.dr-text{
    width: 40%;
    float: right;
    color: #FFF;
}

@media (max-width: 500px){
    .dr-text{
        width: 50%;
    }
}

.page-template-template-dr-sponsorship .content-block .content p {
    margin-bottom: 0 !important;
}
.page-template-template-dr-sponsorship .usp-block-content {
    margin-top: 30px;
}

.img-video-container .video-play-btn{
    text-indent: -9999px;
    overflow: hidden;
}

.img-video-container .video-play-btn:before {
    content: '';
    background: url(/static/home/images/play.png) no-repeat 0 0;
    width: 61px;
    height: 61px;
    display: inline-block;
    position: absolute;
    top: 27%;
    left: 45%;
    z-index: 999;
}

/**
    Cookie Consent
 */
.cc-floating .cc-compliance>.cc-btn{
    border-radius: 50px !important;
}
.cc-floating .cc-message{
    text-align: center !important;
}


/**
 Legal new tab content style
 */

body.page-template-template-legal .tab-content-container .nav-justified{
    margin: 0 0 10px;
}

body.page-template-template-legal .tab-content{
    width: 90%;
    margin: 0 auto;
}

body.page-template-template-legal .tab-content-container{
    padding: 35px 0;
}

body.page-template-template-legal .tab-content-container h5{
    font-size: 20px;
    margin-bottom: 0;
}

body.page-template-template-legal .tab-content hr{
    height: 2px;
    background: #eee;
    margin: 40px 0;
}

body.page-template-template-legal .tab-content h3{
    margin: 10px 0 28px;
}

body.page-template-template-legal .tab-content i{
    color: #e03555;
    font-size: 28px;
    margin-right: 10px;
}

body.page-template-template-legal #header_content .text-center p{
    margin-bottom: 0;
}


/**
 Risk Warning
 */
#toggle_icon{
    display: none;
}
.short-text{
    display: none;
}
#page{
    margin-top: 0;
}

.risk-warning{
    bottom: auto;
    top: 0;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    background-color: #eee;
    min-height: 40px;
    transition: min-height .4s;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.risk-warning p{
    margin-bottom: 0 !important;
}

.licence-text{
    padding: 0 15px;
}

.short-text {
    display: none;
}

@media (max-width: 991px) {
    #page{
        margin-top: auto;
    }


    #toggle_icon{
        display: inline-block;
        position: absolute;
        left: 48%;
        bottom: -20px;
        z-index: 1000;
        background: #eee;
        padding: 0 15px 6px;
        cursor: pointer;
        border-bottom-left-radius: 90px;
        border-bottom-right-radius: 90px;
    }

    .short-text{
        display: none;
        text-align: center;
        width: 100%;
        font-size: 12px;
        padding: 0 15px;
    }

    #toggle_icon.arrow-down:after{
        content: "\f107";
        position: relative;
        font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
    }

    #toggle_icon.arrow-up:after{
        content: "\f106";
        position: relative;
        font-family: 'Font Awesome 5 Free', 'FontAwesome', sans-serif;
    }

    .licence-text {
        padding: 0 20px;
        font-size: 12px;
        text-align: center;
    }
}


/* 3 Steps Fix */
.hidden {
    display: none !important;
}

.bs-stepper .step-trigger {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out, color .15s ease-out
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: pointer
}

.bs-stepper .step-trigger.disabled,
.bs-stepper .step-trigger:disabled {
    pointer-events: none;
    opacity: .65
}

.bs-stepper .step-trigger:focus {
    color: #007bff;
    outline: 0
}

.bs-stepper .step-trigger:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .06)
}

@media (max-width:520px) {
    .bs-stepper .step-trigger {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px
    }
}

.bs-stepper-label {
    display: inline-block;
    margin: .25rem
}

.bs-stepper-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:520px) {
    .bs-stepper-header {
        margin: 0 -10px;
        text-align: center
    }
}

.bs-stepper .line,
.bs-stepper-line {
    -ms-flex: 1 0 32px;
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, .12)
}

@media (max-width:400px) {
    .bs-stepper .line,
    .bs-stepper-line {
        -ms-flex-preferred-size: 20px;
        flex-basis: 20px
    }
}

.bs-stepper-circle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    padding: .5em 0;
    margin: .25rem;
    line-height: 1em;
    color: #fff;
    background-color: #6c757d;
    border-radius: 1em
}

.active .bs-stepper-circle {
    background-color: #007bff
}

.bs-stepper-content {
    padding: 0 20px 20px
}

@media (max-width:520px) {
    .bs-stepper-content {
        padding: 0
    }
}

.bs-stepper.vertical {
    display: -ms-flexbox;
    display: flex
}

.bs-stepper.vertical .bs-stepper-header {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0
}

.bs-stepper.vertical .bs-stepper-pane,
.bs-stepper.vertical .content {
    display: block;
}

.bs-stepper.vertical .bs-stepper-pane:not(.fade),
.bs-stepper.vertical .content:not(.fade) {
    display: block;
    visibility: hidden;
}

.bs-stepper .content:not(.fade),
.bs-stepper-pane:not(.fade) {
    display: none;
}

.bs-stepper .content.fade,
.bs-stepper-pane.fade {
    visibility: hidden;
    transition-duration: .3s;
    transition-property: opacity
}

.bs-stepper .content.fade.active,
.bs-stepper-pane.fade.active {
    visibility: visible;
    opacity: 1
}

.bs-stepper .content.active:not(.fade),
.bs-stepper-pane.active:not(.fade) {
    display: block !important;
    visibility: visible !important;
}

.bs-stepper .content.dstepper-block,
.bs-stepper-pane.dstepper-block {
    display: block !important;
}

.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
    display: none !important;
}

.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
    visibility: hidden !important;
}

.header:not(.sticky-nav) {
    .logo:not(.white) {
        display: none;
    }

    .nav-link {
        color: #fff;
    }

    #right-nav li.account a {
        border-color: #fff;
        color: #fff;
    }
}

.header.sticky-nav {
    .logo.white {
        display: none;
    }
}

.slide-content {
    color: #fff;

    h1 {
        color: #fff;
    }
}