@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

@font-face {
    font-family: Museo Sans;
    src: url('../fonts/MuseoSans/MuseoSans.otf');
}
@font-face {
    font-family: Museo Sans-300;
    src: url('../fonts/MuseoSans/MuseoSans-300.otf');
}
@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeue.ttf');
}
@font-face {
    font-family: ProximaNovaT-Thin;
    src: url('../fonts/ProximaNovaT-Thin.ttf');
}
@font-face {
    font-family: Segoe-UI;
    src: url('../fonts/Segoe-UI.ttf');
}
@font-face {
    font-family: Notify;
    src: url('../fonts/Segoe-UI.ttf');
}
@font-face {
    font-family: FiraSans-Light;
    src: url('../fonts/FiraSans/FiraSans-Light.ttf');
}
@font-face {
    font-family: FiraSans-Medium;
    src: url('../fonts/FiraSans/FiraSans-Medium.ttf');
}

/*message*/

.message-info, .message-success, .message-warning, .message-error{
    font-family: Segoe-UI, Arial, sans-serif;
    font-size: 0.95em;
    text-align: center;
    padding: 18px 10px;
}
.message-error{
    color: #D8000C;
    background-color: #FFBABA;
}
.message-info{
    color: #00529B;
    background-color: #BDE5F8;
}
.message-success{
    color: #4F8A10;
    background-color: #DFF2BF;
}
.message-warning{
    color: #9F6000;
    background-color: #FEEFB3;
}

/*----*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html, body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #515656;
}

.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    color: #ffffff;
    font-family: Museo Sans, sans-serif;
    font-size: 1.2em;
    background-color: #1a5ef3;
    text-align: center;    
    border: none;
    outline: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.button:hover {
    background-color: #004aeb;
    color: #ffffff;
}

.button.white {
    font-family: Museo Sans-300, sans-serif;        
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #1a5ef3;
}

.button.white:hover {
    background: none;
    color: #ffffff;
}

.header, .formats-area  {
    background-color: #2849f8;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM0MjcyZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzIyNDFmMyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 100% 0%, 0% 100%,color-stop(0, rgb(17, 128, 243)),color-stop(1, rgb(34, 65, 243)));
    background-image: -webkit-repeating-linear-gradient(top right,rgb(17, 128, 243) 0%,rgb(34, 65, 243) 100%);
    background-image: repeating-linear-gradient(to bottom left,rgb(17, 128, 243) 0%,rgb(34, 65, 243) 100%);
    background-image: -ms-repeating-linear-gradient(top right,rgb(17, 128, 243) 0%,rgb(34, 65, 243) 100%);
    
}

@media \0screen\,screen\9 {
    .header, .formats-area {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4272ff",endColorstr="#ff2241f3",GradientType=0);
    }
}

.header-fon {
    background: url('../images/header.png') no-repeat scroll center center / 100% auto;
}

/**
*Mainmenu-area
**/

.mainmenu-area {
    position: relative;
    width: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.mainmenu-area a {
    color: #ffffff;
}

.navbar-header {
    padding: 9px 0;
}

.mainmenu-area .logo {
    letter-spacing: 1px;
    height: inherit;
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 0;
}
.mainmenu-area .icon-logo {
    width: 27px;
    height: 27px;
    margin-right: 8px;
    margin-top: 3px;
    background: url('../images/i-logo.png');    
    background-size: cover;
    float: left;
    border-radius: 5px;
    padding: 0; 
}

.logo-name-short {
    display: none;
    float: left;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 30px 15px;
    text-align: center;
}

.sign-in {    
    background: none;
    padding: 10px 35px;
    border-radius: 50px;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}
.sign-in:hover {
    background: #ffffff;
    color: #1180f3;
    border: 1px solid #1180f3;
}

.dashboard {
    margin-left: 54px;
}

/**
*Header-area
**/

.client-area,
.header-area {
    padding: 50px 0;
    
}
.header-text {
    background: url('../images/shape-1.png') no-repeat scroll center top / 60% auto;
    padding: 70px 20px;
}

.header-img {
    background: url('../images/shape-2.png') no-repeat scroll right top / 30% auto;
    padding-right: 50px;
}

.angle-bg {
    background: url('../images/angle.png') no-repeat scroll center bottom / 100% auto;
    opacity: 0.1;
}

.header-text h2 {
    font-family: Museo Sans, sans-serif;    
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: normal;
    color: #ffffff;
}
.header-text p {
    font-size: 1.2em;
    color: #d4edfd;
}

.header-text .button {
    margin-top: 30px;
}

.item-right {
    width: 520px;
    height: 520px;
    background: url('../images/item-right.png');
    background-size: cover; 
    float: right;
}

/**
*Statistics
**/

.statistics-area {
    /*background: url('../images/statistics.png') no-repeat scroll center center / auto 40%;*/
    background-color: #f4faff;
    padding: 120px 0;
}

.stat-box {
    padding: 50px 30px;
    text-align: center;
    height: 325px;
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    margin: 10px 0;
}

.stat-box h4 {
    font-family: Museo Sans, sans-serif;
    font-size: 40px;;
    font-weight: normal;
    color: #2a90ff;
}

.stat-box .box-icon {
    margin-bottom: 20px;
}

.stat-box .box-icon .icon-1{
    width: 100px;
    height: 100px;
    background: url('../images/icon/easy.png');
    background-size: cover;
    margin: auto;
}

.stat-box .box-icon .icon-2{
    width: 100px;
    height: 100px;
    background: url('../images/icon/specific.png');
    background-size: cover;
    margin: auto;   
}

.stat-box .box-icon .icon-3{
    width: 100px;
    height: 100px;
    background: url('../images/icon/cheap.png');
    background-size: cover;
    margin: auto;   
}

/**
*Account-area
**/

.account-area {
    padding: 120px 0 110px 0;
}

.account-area .account-right {
    display: none;
}

.account-text {
    padding: 50px;
    color: #24282d;
}

.account-box {
    height: 360px;
}

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    cursor: pointer;
    position: relative;
    list-style: none;
    text-align: center;
    width: 50%;
    font-size: 1.6em;
    color: #2a90ff;
    font-family: Museo Sans, sans-serif;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 2px;
    background-color: #2a90ff;
    opacity: 0;
}

.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    font-family: Museo Sans, sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.caption-slider .caption-photo {
    display: inline-block;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;   
}

.caption-photo .advertisers {
    background: url('../images/advertisers.png') no-repeat scroll center center / auto 100%;
    width: 460px;
    height: 460px;
}

.caption-photo .publishers {
    background: url('../images/publishers.png') no-repeat scroll center center / auto 100%;
    width: 460px;
    height: 460px;
}

.caption-slider .caption-desc {
    text-align: justify;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;       
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .button {
    margin-top: 30px;
}

/**
*Advantages-area
**/

.advantages-area {
    background-color: #f4faff;
    padding: 100px 0 120px 0;
}

.advantages-title {
    font-family: Museo Sans, sans-serif;
    margin-bottom: 60px;
    word-wrap: break-word;
    color: #000000;
}

.advantages-title h2 {    
    font-size: 2.8em;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 20px;    
}

.box {
    padding: 50px 30px;
    height: 370px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box h3 {
    font-family: Museo Sans-300, sans-serif;
    font-weight: normal;
    color: #24282d;
}

.box .box-icon {
    margin-bottom: 40px;
}

.box .box-icon .icon-1{
    width: 110px;
    height: 110px;
    background: url('../images/icon/advertising.png');
    background-size: cover;
    margin: auto;   
}

.box .box-icon .icon-2{
    width: 110px;
    height: 110px;
    background: url('../images/icon/geo.png');
    background-size: cover;
    margin: auto;   
}

.box .box-icon .icon-3{
    width: 110px;
    height: 110px;
    background: url('../images/icon/payment.png');
    background-size: cover;
    margin: auto;   
}

.box .box-icon .icon-4{
    width: 110px;
    height: 110px;
    background: url('../images/icon/bonus.png');
    background-size: cover;
    margin: auto;   
}

.box .box-icon .icon-5{
    width: 110px;
    height: 110px;
    background: url('../images/icon/statistics.png');
    background-size: cover;
    margin: auto;   
}

.box .box-icon .icon-6{
    width: 110px;
    height: 110px;
    background: url('../images/icon/affiliate.png');
    background-size: cover;
    margin: auto;   
}

/***
*Formats-area
***/

.formats-area {    
    position: relative;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.5;
    padding: 110px 0;
}

.formats-title {
    font-family: Museo Sans, sans-serif;
    margin-bottom: 60px;
    word-wrap: break-word;
    color: #ffffff;
}

.formats-title h2 {
    font-size: 2.8em;
    font-weight: normal;
    margin-bottom: 25px;
}

.formats-title p {
    font-size: 1.4em;
}

.format {
    display: inline-block;
    text-align: center;
    margin: auto;
}

.format .format-photo {
    margin-bottom: 40px;
}

.format .format-img {
    margin: auto;
}

.format-text {
    text-align: justify;
}

.format-text ul {
    padding: 0 15px;
}

/***
*Payment-area
***/

.payment-area {
    padding: 100px 0;   
}

.payment-title {
    font-family: Museo Sans, sans-serif;
    word-wrap: break-word;
    color: #000000;
}

.payment-title h2 {
    font-size: 2.8em;
    font-weight: normal;
    margin-bottom: 25px;
}

.payment-title p {
    font-size: 1.4em;    
}

.methods {
    margin-top: 70px;
    margin-bottom: 10px;
}

.item-btc {
    background: url('../images/icon/coins/bitcoin.png');
    background-size: cover;
    width: 200px;
    height: 47px;
    margin: auto;
}

.item-bch {
    background: url('../images/icon/coins/bitcoincash.png');
    background-size: cover;
    width: 200px;
    height: 47px;
    margin: auto;
}

.item-eth {
    background: url('../images/icon/coins/ethereum.png');
    background-size: cover;
    width: 200px;
    height: 47px;
    margin: auto;
}

.item-ltc {
    background: url('../images/icon/coins/litecoin.png');
    background-size: cover;
    width: 200px;
    height: 47px;
    margin: auto;
}

.item-usdt {
    background: url('../images/icon/coins/tetherUSD.png');
    background-size: cover;
    width: 200px;
    height: 47px;
    margin: auto;
}

/***
*Footer-area
***/

.footer-area {
    padding-top: 110px;
    background-color: #162431;
    color: #9198a1;
    font-family: Museo Sans-300, sans-serif;
}

.footer-area h5 {
    margin-bottom: 15px;
    font-family: Museo Sans, sans-serif;
    color: #ffffff;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu li a {
    color: #9198a1;
}

.footer-menu li a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.accepted {
    float: left;
    margin-top: 5px;
}

.icon-btc {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/btc.png');
    background-size: cover;
    float: left;
    margin-right: 5px;    
}

.icon-bch {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/bch.png');
    background-size: cover; 
    float: left; 
    margin-right: 5px;   
}

.icon-eth {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/eth.png');
    background-size: cover;  
    float: left; 
    margin-right: 5px;  
}

.icon-ltc {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/ltc.png');
    background-size: cover; 
    float: left;
    margin-right: 5px;    
}

.icon-usdt {
    width: 32px;
    height: 32px;
    background: url('../images/icon/coins/tether.png');
    background-size: cover;
    float: left;
    margin-right: 5px;
}

.contact-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.contact-menu li {
    display: inline-block;
    margin-right: 3px;
}

.contact-menu li a {
    display: block;
}

.facebook {
    width: 27px;
    height: 27px;
    background: url('../images/icon/social/facebook.svg');
    background-size: cover;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s    
}

.facebook:hover {
    background: url('../images/icon/social/facebook-hover.svg');
    background-size: cover;
}

.instagram {
    width: 27px;
    height: 27px;
    background: url('../images/icon/social/instagram.svg');
    background-size: cover;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s    
}

.instagram:hover {
    background: url('../images/icon/social/instagram-hover.svg');
    background-size: cover;
}

.twitter {
    width: 27px;
    height: 27px;
    background: url('../images/icon/social/twitter.svg');
    background-size: cover;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s    
}

.twitter:hover {
    background: url('../images/icon/social/twitter-hover.svg');
    background-size: cover;
}

.contact {
    word-wrap: break-word;
}

.contact a {
    font-size: 0.95em;
    color: #9198a1;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 0.85em;
}

/**
*Terms of service
*/

.a-aff {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #029ee4;
}

.a-aff:hover {
    text-decoration: underline;
    outline: none;
    color: #0286c2;
}

.head-aff {
    font-family: Museo Sans-300, sans-serif;
    font-size: 22px;
    color: #24282d;
    margin-bottom: 20px;
    font-weight: 600;
}

.terms-area {
    padding: 100px 0;
}

.terms-title {
    font-family: Museo Sans, sans-serif;
    word-wrap: break-word;    
}

.terms-title h2 {
    font-size: 2.8em;
    font-weight: normal;
    margin-bottom: 45px;
}

.terms-row {}

.terms-row li {
    list-style-type: none;
    text-align: justify;
}

.terms-row h2 {
    font-family: Museo Sans-300, sans-serif;
    font-size: 1.4em;
    color: #24282d;
    margin-bottom: 20px;
    margin-top: 40px;
}

.terms-row p {
    color: #484c4f;
    text-align: justify;
}

.panel-group {}

.panel-group .panel {
    box-shadow: none;
}

.panel-group .panel-title a{
    color: #484c4f;
}

.panel-group h2 {
    font-family: Museo Sans, sans-serif;
    font-size: 1.8em;
    color: #24282d;
    font-weight: normal;
    margin: 30px 0;
}

.panel-group h4{
    font-family: Museo Sans-300, sans-serif;
    font-size: 1.2em;
    color: #484c4f;
    margin: 20px 0;
}

.panel-group .collapse a {
    color: #029ee4;
}

.panel-group .collapse a:hover {
    color: #0286c2;
    text-decoration: underline;
}

/**
/*Exchange
 */

.exchange {

}

.exchange h2 {
    font-family: FiraSans-Light, sans-serif;
    font-weight: normal;
}

.exchange p {
    font-family: FiraSans-Light, sans-serif;
    font-size: 17px;
    color: #000000;
}

.exchange .jd {
    color: #ff8732;
}

.exchange .pr {
    font-family: FiraSans-Medium, sans-serif;
    color: #1fa406;
}

.exchange .bn {
    font-family: FiraSans-Medium, sans-serif;
}

.exchange a {
     color: #029ee4;
 }

.exchange a:hover {
    color: #0286c2;
    text-decoration: underline;
}

/**
/*Preloader
*/

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
 
.laoder-frame {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
 
.svg-loader {
    width: 110px;
    -webkit-animation: svg-loader 1s linear infinite;
    animation: svg-loader 1s linear infinite;
}
 
@-webkit-keyframes svg-loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
 
@keyframes svg-loader {
    from {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}