@charset "utf-8";
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

.slick-loading .slick-list{background:#fff}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top: 50%;display:block;width:50px;height:70px;margin-top:-35px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background:transparent;z-index:888}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:30px;line-height:1;opacity:.75;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-50px}[dir='rtl'] .slick-prev{right:0;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-50px}[dir='rtl'] .slick-next{right:auto;left:0}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-45px;display:block;width:100%;padding:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 1px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:25px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.55;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:1;color:#fff}.slick-prev:before,.slick-next:before{font-family:FontAwesome;font-size:70px;line-height:1;color:#000;opacity:.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev:before{content:"\f104"}[dir="rtl"] .slick-prev:before{content:"\f105"}.slick-next:before{content:"\f105"}[dir="rtl"] .slick-next:before{content:"\f104"}

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:"("attr(href) ")"}abbr[title]:after{content:"("attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}
html, body {
	margin: 0!important;
	padding: 0!important;
	height: 100%;
	width: 100%;
}
body {
	background:#fff;
	background-size: 100%;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	color:#000;
}
a, a:visited, a:link, a:active {
	color:#000;
	text-decoration:underline;
	outline:none
}
a:hover {color: #000; text-decoration:none}
img{border:0;}
ul{list-style:none}
.imgC.mob{display: none!important}
h1, h2, h3, h4, h5, h6, p, ul, li, div{
	position: relative;
	display:block;
	padding:0;
	margin:0;
	font-weight:400
}
.inner{
	position: relative;
	display: block;
	margin:0 auto;
	padding:0;
	width: 1300px;
	z-index: 888
}
.toast-body {
    background: #34ae03;
    color: #fff;
    font-size: 18px;
    width: auto;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}
header{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.ico-logo img{width: 60%;}
.nav-lang{
	position: absolute;
	top: 0;
	right: 30px;
}
a.logbtn{
	display: inline-block;
	font-size: 14px;
	border-radius: 100px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 15px;
}
a.logbtn:hover{
	background: #333;
}
.langC{
	display: inline-block;
	vertical-align: top;
	margin:0 0 0 20px;
}
.langC a#lang{
	display: inline-block;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 7px;
	background: #fff
}
.langC a#lang img{width: 28px;}
.langDrp{
	position: absolute;
	top: 55px;
	right: 0;
	width:360px;
	background: rgba(0,0,0,1);
	border-radius: 5px;
	display: none;
	padding:5px 0 5px 10px!important;
	z-index: 999999;
	border: 1px solid #fff;
	border-radius: 10px;
}
.langDrp a{
	display: inline-block;
	width: 47%;
	padding: 10px 8px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #000;
	margin: 0 5px 0 0;
	opacity: 1;
	text-decoration: none;
}
.langDrp a img{
	margin-right: 5px;
	width: 25px;
	height: auto
}
.langDrp a:hover{opacity: .6}
i.nav-icon{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("../images/menu.png");
	background-size: 100%;
	cursor: pointer
}
.full-pnk{
	padding: 30px 0;
	text-align: center;
	color: #fff
}
.pnk-ttl, .help-ttl{
	background: #000;
	padding: 30px;
	font-size: 60px;
	line-height: 70px;
	
	text-align: center;
	color: #fff
}
.help-ttl{
	padding: 20px;
	font-size: 36px;
	line-height: 36px;
}
.pnk-ttl p{
	font-size: 20px;
	line-height: 30px;
	
	margin: 0;
}
.full-pnk h4{
	font-size: 26px;
	line-height: 50px;
	
}
.full-pnk p{
	font-size: 38px;
	line-height: 50px;
	
	margin: 30px 0 0
}
.countdownC{
	padding: 40px 0;
	text-align: center;
	color: #fff;
	background: rgba(255,255,255,.1);
	margin-top: 20px;
}
#DateCountdown{margin: 10px 15%}
.countdownC h3{
	font-size: 50px;
	
	margin-bottom: 15px;
}
.countdownC h4{
	font-size: 35px;
	font-weight: 100
}
.paySltd{
	text-align: center;
	padding: 50px 0 80px;
	background: #eee;
}
.paySltd h5 {
	font-size: 36px;
	
	margin: 50px 0 30px;
}
.paySltd h4 {
	margin: 20px 0 0;
	font-size: 40px;
	
	color: #000;
}
.sml-token{padding-bottom: 20px}
.sml-token img{
	width: auto;
	height: 100px;
}
.nrmlP {
	font-size: 18px;
	
	text-align: center;
	margin: 20px 0;
}
.payForm hr, .formC hr, .btm-info hr, .planC hr, .legal-box hr, .companyC hr, .ftr-logo hr, .p360-top hr, .salec hr, .sproj hr, .logosC hr, .toptxt hr, .newsC hr, .bcct-lfr hr, .de-slider hr  {
    width: 100%;
    border: 0;
    height: 1px;
    background: rgba(0,0,0,0);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%, rgba(0,0,0,0.7) 65%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(35%, rgba(0,0,0,0.7)), color-stop(65%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%, rgba(0,0,0,0.7) 65%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%, rgba(0,0,0,0.7) 65%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%, rgba(0,0,0,0.7) 65%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 35%, rgba(0,0,0,0.7) 65%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=1 );
    margin: 30px auto
}
.bcct-lfr hr{width: 80%;}
.globe-nc img, .mob-logo img, .sw-info span img, .nosld-box img{
	width: 100%;
	height: auto
}
img.mob, .mob-logo{display:none;}


a.nolnk, a.nolnk:hover{
	opacity: .3;
	cursor: text;
}
.btm-info{
	padding: 50px 0;
	text-align: center;
}
.btm-info p{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin: 10px 10% 40px;
}
.btm-info h4{
	font-size: 30px;
	margin: 120px 0 110px
}
.btm-info ul{
	margin: 0 0 20px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}
.btm-info li{
	width:22%;
	display: inline-block;
	vertical-align: top;
	border: 1px dashed #999;
	padding:0 0 15px;
	margin: 10px .5%;
	background: rgba(255,255,255,.1);
	border-radius: 10px;
	font-size: 0;
	overflow: hidden;
	transition: all .4s;
}
.btm-info li:hover{
	background: rgba(255,255,255,.2);
	border: 1px dashed #eee;
}
.btm-info li img{transition: all .4s;}
.btm-info li:hover img{transform: scale(1.2);}
.btm-info li span{
	display: block;
	overflow: hidden
}
.inbi{
	font-size: 16px;
	
	padding: 10px 15px;
	border-top: 1px dashed #999
}
.inbi h5{
	font-size: 24px;
	
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999
}
.inbi small{
	display: block;
	font-size: 16px;
	
}
.btm-info hr{
	width: 80%;
	margin-bottom: 0;
}
.inbi a{
	display: inline-block;
	border-radius: 100px;
	background: #000;
	font-size: 18px;
	padding: 3px 20px;
	color: #fff;
	margin-top: 15px;
	text-decoration: none;
}
.mobscrollme{display:none;}
@-webkit-keyframes fadeinoutarrow {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}
@keyframes fadeinoutarrow {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}
i.exchange {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin:0 0 10px;
	background: url('../images/icon-exhange.png');
	background-size: 100%;
	cursor: pointer;
}
ul.exhange-select {
	position: absolute;
	top: 58px;
	right: -145px;
	width: 210px;
	height: 80px;
	overflow: auto;
	background: #fff;
	border-radius: 10px;
	padding: 10px 5px;
	z-index: 999;
	text-align: left;
	display: none;
	-webkit-box-shadow: 1px 1px 33px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 33px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 33px 1px rgba(0,0,0,0.3);
}
ul.exhange-select::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #eee;
}
ul.exhange-select::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
ul.exhange-select::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #999;
}
.exhange-select li a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	padding: 3px 10px;
	color: #000;
	border-radius: 4px;
}
.exhange-select li a:hover {
	background: #fee2ff;
	color: #000;
}
.planC{
	padding: 30px 0 50px;
	text-align: center;
}
.planC h1{
	font-size: 140px;
	
}
.planC h6{
	font-size: 36px;
	
}
.planC h2{
	font-size: 60px;
	
}
.planC small{
	display: block;
	font-size: 26px;
	
	margin-bottom: 10px
}
.planC p{
	font-size: 40px;
	
}
.planC p a{
	color: #fff;
}

.mobbg{display: none}
.sml-bbl-chat span img, .bbl-chat span img, .supportC span img, .btm-info li img, .girlcont img, .bcrp-slider img, .bcut-slider img, .bu-coin img, .btc-utility li img, .rocket img, .shop span img{width: 100%;height: auto}
.regfbtn, .regfbtn-btm{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	display: none;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,.8);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	padding: 10px;
	-webkit-box-shadow: 1px 1px 24px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 1px 1px 24px 0px rgba(0,0,0,0.38);
	box-shadow: 1px 1px 24px 0px rgba(0,0,0,0.38);
}
.regfbtn a, .regfbtn-btm a{
	display: inline-block;
	padding: 5px 30px;
	font-size: 20px;
	background: #000;
	color: #fff;
	border-radius: 100px;
	border: 3px solid #000;
	text-decoration: none
}
.regfbtn a i, .regfbtn-btm a i{
	vertical-align: top;
	font-size: 28px;
	line-height: 26px;
	margin: 0 5px;
	-webkit-animation: fadeinoutarrow 1.5s linear forwards infinite;
	animation: fadeinoutarrow 1.5s linear forwards infinite;
}
.regfbtn a:hover, .regfbtn-btm a:hover{
	background: rgba(255,255,255,.95);
	color: #000;
}

.opening{
	text-align: center;
	margin: 50px 0 0;
	font-size:30px;
	
}
.opening h4{
	font-size: 48px;
	padding-top: 5px
}
.opening h4 small{
	font-size: 26px;
	color: #000;
}
.noform a, a.cb-btn, a.de-btn{
	display:block;
	width: 450px;
	border: 0;
	margin: 0 auto;
	background: #000;
	color: #fff;
	border-radius: 50px;
	padding: 25px 35px;
	font-size: 48px;
	line-height: 30px;
	
	text-shadow: none;
	text-decoration: none;
}
a.pnk-btn:hover, .legal-box input[type=submit]:hover, .inbi a:hover, .noform a:hover, a.cb-btn:hover, a.de-btn:hover, .bcrp-dtls a:hover, a.mob-play:hover{
	transform: scale(1.05);
}
.de-slider a.de-btn{margin-top: 20px}


a{transition: all .4s}
.noform{margin-top: 40px;}
.noform a{
	display: inline-block;
	vertical-align: middle
}
.noform i{
	font-size: 140px;
	vertical-align: middle;
	margin: 0 20px;
	-webkit-animation: fadeinoutarrow 1.5s linear forwards infinite;
	animation: fadeinoutarrow 1.5s linear forwards infinite;
}

footer{
	position: relative;
	background: #000;
	text-align: center;
	color: #fff;
	padding:30px 0;
	z-index: 3;
}
footer p {
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}
footer p a{
	display: inline-block;
	padding: 0 5px;
	color: #fff!important;
	text-decoration: underline;
}
footer a:hover{color:#fff!important;text-decoration: none;}
footer span a{
	font-size: 30px;
	display: inline-block;
	margin:0 10px 10px;
	color: #fff!important;
}
footer span a svg{width: 30px;height: 30px; transform: translateY(4px);margin: 0 5px}
footer span svg .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
footer span a:hover svg .st0{fill:#000;}
footer span a img{
	height: 30px;
	width: auto;
	margin-top: -5px;
}
footer svg{fill:#FFFFFF;}
.ftr-logo {
    padding:0 30px 30px;
    margin-bottom: 30px;
    text-align: center;
}
.ftr-logo hr{margin: 0 0 50px}
.ftr-logo h3{
	font-size: 36px;
	
	color: #fff;
	margin-bottom: 20px
}
.partner-logo img {
	display: inline-block;
	vertical-align: middle;
    width: auto;
    height: 50px;
    margin: 0 30px
}
.pay-logo{margin: 20px 0}
.pay-logo img{
	display: inline-block;
	vertical-align: middle;
    width: auto;
    height: 24px;
    margin: 0 10px
}
.cypto-logo{
	font-size: 0;
	margin: 25px 0
}
.cypto-logo img{
	 width: auto;
    height: 26px;
}
.eurogdpr img{
	width: 150px;
	height: auto
}
.blogos-img{margin-bottom: 40px}
.blogos-img img{max-width: 100%}


|:-moz-any-link:focus {outline: none;}
input[type="image"]:focus {outline: none;}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border: none;}
abbr[title], acronym[title] {border-bottom: none;}
*:focus {outline : none;}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 900;
}
.time_circles > div > span {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight:900;
}

.pass-wrapper {margin:15px 0 0;}
.loginC.rst-pass .pass-wrapper {
	margin-left: 0;
	text-align: left
}
.pass-graybar {
    height: 15px;
    background-color: #ccc;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}
.pass-colorbar {
    height: 15px;
    background-image: url("../images/passwordstrength.jpg");
    position: absolute;
    top: 0;
    left: 0
}
.pass-percent, .pass-text {font-size: 14px}
.pass-percent {margin: 0}

.rotating {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
	-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
	-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
	-o-transform: rotateX(0) rotateY(0) rotateZ(0);
	transform: rotateX(0) rotateY(0) rotateZ(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform-origin-x: 50%;
}

ul.supp-opt{
	margin: 10px auto 10px;
	font-size: 0;
	text-align: center
}
.supp-opt li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 17%;
	margin: 60px 1% 20px;
	background: rgba(0,0,0,.05);
	border: 1px dashed #999;
	border-radius: 20px;
	padding: 40px 20px 20px;
	min-height: 140px;
	transition: all .4s;
}
.supp-opt li a{
	color: #000;
	text-decoration: none;
}
.supp-opt li span{
	position: absolute;
	display: block;
	width: 100%;
	top: -30px;
	left: 0
}
.supp-opt li span small{
	position: absolute;
	bottom: 0;
	right:28px;
	display: inline-block;
	padding: 3px 10px;
	font-size: 10px;
	line-height: 12px;
	font-weight: 700;
	color: #fff;
	border-radius: 100px;
	z-index: 88;
	background: rgba(19,126,11,1);
	text-transform: uppercase;
}
.supp-opt li span small.offline{background: #777;}
.supp-opt li span img{
	width: 60px;
	height: auto;
	margin: 0 auto;
	z-index: 77;
	border-radius: 100%;
	transition: all .4s;
}
.supp-opt li:hover span img{transform: scale(1.2) ;}
.supp-opt li h3{
	font-size: 24px;
	
}
.supp-opt li h4{
	font-size: 18px;
	
	margin: 7px 0;
	color: #999;
}
.supp-opt li h5{
	font-size: 20px;
	
	margin-top: 10px;
}
.supp-opt li h5 a{color: #fff;}
.supp-opt li p{
	font-size: 14px;
	
}
.companyC{
	padding: 20px 0 50px;
	text-align: center
}
.companyC hr{margin-top: 0}
.companyC h2{
	font-size: 40px;
	
	margin: 50px 0 30px
}
.comp-bxc{padding: 0 10%}
.comp-bx{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	border-radius: 15px;
	border: 1px dashed rgba(0,0,0,.5);
	padding: 15px;
	margin: 15px
}
.comp-bx h3{
	font-size: 26px;
	
	margin-bottom: 5px;
}
.comp-bx h4, .comp-bx h5{
	font-size: 16px;
	line-height: 20px;
	
	margin-bottom: 5px
}
.comp-bx h5{
	border-bottom: 1px dashed rgba(0,0,0,.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comp-bx p{
	font-size: 14px;
	line-height: 18px;
	
}
.toptxt{
	text-align: center;
	padding: 50px 0;
	background: #eee;
}
.toptxt.nopadd{padding: 0}
.toptxt p{
	font-size: 24px;
	line-height: 34px;
	
	color: #000;
	margin: 10px 0 20px;
}
.toptxt h3 {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	
	margin-bottom: 20px;
}
.girlcont{
	position: absolute;
	left: -80px;
	bottom: 0;
	width: 540px
}
.tt-ryt{
	width: calc(100% - 490px);
	margin-left: 490px;
	text-align: left;
	padding: 50px 0
}
.deTtl{
	font-size: 60px;
	
	color: #000;
	text-align: center;
}
.tt-ryt .deTtl{
	font-size: 45px;
	text-align: left;
}

.club-box{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin:30px 15px;
	background: rgba(0,0,0,.1);
	border-radius: 15px;
	border: 1px dashed #999;
	padding: 25px 20px 30px;
	transition: all .4s;
}
.club-box img{
	max-width: 80%;
	max-height: 80px;
	transition: all .4s;
}
.club-box:hover img{transform: scale(1.2) ;}
.poweredby{margin: 20px 0}
.poweredby small{
	display: block;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}
.poweredby img{
	width: 50%;
	filter: invert(100%)
}
.club-box:hover .poweredby img{transform:none;}
.club-url{
	background:#333;
	padding:7px 10px;
	margin: 0 -20px 30px;
	font-size: 22px;
	color: #fff
}
a.cb-btn{
	display: inline-block;
	font-size: 18px;
	width: auto;
	font-weight: 400;
	padding: 5px 30px;
}
.new-slider, .new-slider-mob{
	background: #000;
	margin: 0 0 20px;
	border-bottom: 5px solid #333;
	overflow: hidden;
}
.new-slider-mob{display: none}
.royalSlider {width: 100%;height: auto;}
.rsDefault .rsThumb{width: 184px}
.rsDefault .rsThumb.rsNavSelected{background: #000}
img.rsImg.rsMainSlideImage, .rsVideoContainer{margin-top: 0!important;margin-left: 0!important}
.simg{margin: 30px auto 40px;border: 1px dashed #999;}
.simg img{width: 100%;height: auto;}
.pop-instruction{
	position: absolute;
	bottom: 90px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	border-radius: 10px;
	background: rgba(0,0,0,.9);
	padding: 20px 40px 20px 20px;
	text-align: center;
	z-index: 9999
}
.pop-instruction i.fa-times-circle{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 36px;
	color: #fff;
	cursor: pointer
}
.pop-instruction i.fa-long-arrow-up{
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	margin-right: 20px
}
.pop-instruction p{
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	
	color: #fff;
}
.bcct{
	position: relative;
	z-index: 99;
	text-align: center;
	padding-top: 50px;
}
.bcct .inner{
	text-align: left;
	background: url("../images/bg-girl-vc.png") right bottom no-repeat;
}
.bcct-lfr{
	width: 60%;
	text-align: center;
	padding: 70px 0
}
.bcct-lfr h3{
	font-size: 44px;
	font-weight: 700;
	margin: 0 0 20px;
}
.bcct-lfr h4{
	font-size: 48px;
	margin: 20px 0;
	color: #000;
	
	-webkit-animation: fadeinoutarrow 1.5s linear forwards infinite;
	animation: fadeinoutarrow 1.5s linear forwards infinite;
}
.bcct-lfr h5{
	font-size: 30px;
	margin-top: 15px;
	
}
.bcct-lfr small{
	display: block;
	font-size: 18px;
	
}
.pps-bar{
	display: inline-block;
	width: 60%;
	height: 60px;
	border-radius: 100px;
	background: #fff;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 3px 3px 9px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 3px 3px 9px 0px rgba(0,0,0,0.46);
	box-shadow: inset 3px 3px 9px 0px rgba(0,0,0,0.46);
	border: 2px solid #999;
}
.pps-bar span{
	position: relative;
	display: inline-block;
	line-height: 60px;
	font-size: 40px;
	height: 60px;
	background: #333;
	background: -moz-linear-gradient(left, #333 0%, #000 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #333), color-stop(100%, #000));
	background: -webkit-linear-gradient(left, #333 0%, #000 100%);
	background: -o-linear-gradient(left, #333 0%, #000 100%);
	background: -ms-linear-gradient(left, #333 0%, #000 100%);
	background: linear-gradient(to right, #333 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#000', GradientType=1 );
	text-align: center;
	border-radius: 0 100px 100px 0;
	min-width: 47%;
}
.pps-bar span:before{
	position: absolute;
	top: 0;
	left: 0;
	animation: progress 3s linear infinite;
	background: linear-gradient(
	  -45deg,
	  rgba(255, 255, 255, 0.25) 25%,
	  transparent 25%,
	  transparent 50%,
	  rgba(255, 255, 255, 0.25) 50%,
	  rgba(255, 255, 255, 0.25) 75%,
	  transparent 75%,
	  transparent);
	background-repeat: repeat-x;
	background-size: 1.7em 1.7em;
	height: 60px;
	width: 100%;
	content: '';
	border-radius: 100px;
}  
@keyframes progress {
	to { background-position: 1.7em 0; }
}
.numper{
	position: relative;
	display: inline-block;
	font-weight: 700;
	text-shadow: 2px 2px 0 rgba(0,0,0,.3);
	-webkit-animation: fadeinoutarrow 1.5s linear forwards infinite;
	animation: fadeinoutarrow 1.5s linear forwards infinite;
	color: #fff;
}
.rocket2{
	display: inline-block;
	vertical-align: top;
}
.rocket2 img{
	width: 40px;
	height: auto;
}
.price-today{
	display: inline-block;
	width: 70%;
	border-radius: 20px;
	background: #000;
	margin: 15px 0 0;
	padding: 20px;
	color: #fff;
}
.price-today h6{
	font-size: 26px;
	margin-bottom: 10px;
}
.ppbct{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	
}
.bcct-lfr .noform{margin-top: 10px;}
.sw-info{
	margin: 30px 0 0;
	font-size: 0;
	background: rgba(0,0,0,.7);
	border-radius: 20px;
	padding: 20px 30px;
}
.sw-info span{
	display: inline-block;
	vertical-align: middle;
	width: 12%;
}
.sw-dtls{
	display: inline-block;
	vertical-align: middle;
	width: 88%;
	padding-left: 40px;
}
.sw-dtls h3{
	font-size: 40px;
	
	margin-bottom: 10px;
}
.sw-dtls h4{
	font-size: 30px;
	line-height: 40px;
	
}
.bcrp{
	padding: 70px 0;
	text-align: center;
}
.bcrp-slider{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	border: 1px dashed #999;
}
.bcrp-dtls{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	padding-left: 30px;
	text-align: left;
}
.bcrp-dtls h3{
	font-size: 30px;
	line-height: 40px;
	
	margin-bottom: 15px;
}
.bcrp-dtls ul{margin-bottom: 20px;}
.bcrp-dtls a, a.mob-play{
	display: inline-block;
	font-size: 20px;
	background: #000;
	color: #fff;
	
	padding: 5px 40px;
	border-radius: 100px;
	text-decoration: none;
}
.bcrp-dtls li{
	font-size: 20px;
	padding: 5px 0 5px 35px;
	
}
.bcrp-dtls li:before{
	position: absolute;
	top: 4px;
	left: 0;
	content:"\f058";
	font-family:'FontAwesome';	
	font-size: 20px;
	color: #000;
}
.ts-box, .rs-box{
	display: inline-block;
	width: 780px;
	margin: 0 0 40px;
	border: 1px dashed #999;
}
a.mob-play{
	margin-top: 25px;
	display: none
}
.spp-cont.mob{display: none;}
.btc-utility{
	background: #eee;
	padding: 70px 0;
	text-align: center;
}
.bu-coin{
	display: inline-block;
	vertical-align: middle;
	width: 9%;
	margin-right: 1%;
}
.bu-ryt{
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}
.bu-ryt h3{
	font-size: 36px;
	line-height: 46px;
	
}
.btc-utility ul{
	margin: 50px 7%; 
}
.btc-utility li{
	display: inline-block;
	vertical-align: top;
	width: 22%;
	border-radius: 15px;
	border: 1px dashed #999;
	background: #eee;
	overflow: hidden;
	margin: 10px
}
.btc-utility li span img{
	filter: grayscale(100%)
}
.btc-utility li h4{
	font-size: 18px;
	background: #000;
	color: #fff;
	padding: 15px;
	
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.btc-utility li h5{
	font-size: 20px;
	line-height: 30px;
	padding: 20px;
	
}
.btc-utility p{
	font-size: 24px;
	margin: 0 15% 50px
}
a.de-btn{
	display: inline-block;
	font-size: 24px;
	
	padding: 15px 30px;
	width: auto;
}
.rocket{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	margin:-3px 0 0 -2px;
	-webkit-animation: fadeinoutarrow 1.5s linear forwards infinite;
	animation: fadeinoutarrow 1.5s linear forwards infinite;
}
.shop{
	padding:0 0 50px;
	text-align: center;
}
.shop p{
	font-size: 30px;
	margin: 20px 0;
}
.counter{text-align: center;}
.counter h2{
	font-size: 48px;
	line-height: 58px;
	font-weight: 700;
	margin: 30px 0;
}
.counter h3{
	font-size: 36px;
	
	margin-bottom: 20px;
}
.img-coin span{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.img-coin span img{max-height: 100px;}
.img-coin span:last-child img{max-height: 140px}
.rs-box{
	width: 100%;
}
.presale-cont{
	position: relative;
	text-align: center;
	padding: 50px 0;
	z-index: 9999
}
.pp-box, .round-box{
	position: relative;
	display: block;
	width: 528px;
	margin: 40px auto;
	border-radius: 20px;
	background: rgba(255,255,255,.1);
	border: 1px dashed #999;
	text-align: center;
}
.sb-grnc{
	background: rgba(0,128,0,.5);
	border-radius: 20px 20px 0 0;
	padding: 20px 20px 15px;
}
.sb-grnc h3{
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	-webkit-animation: fadeinoutarrow 1.5s linear forwards infinite;
	animation: fadeinoutarrow 1.5s linear forwards infinite;
}
.sb-grnc small{
	font-size: 36px;
	display: block;
	-webkit-animation: fadeinoutarrow 1.5s linear forwards infinite;
	animation: fadeinoutarrow 1.5s linear forwards infinite;
}
.soldc{
	position: relative;
	font-size: 60px;
	line-height: 70px;
	padding:30px 10px 20px;
	font-weight: 700;
	-webkit-animation: fadeinoutarrow 1.5s linear forwards infinite;
	animation: fadeinoutarrow 1.5s linear forwards infinite;
}
.soldc strong{
	display: block;
	font-size: 80px;
}
.pptoken h5 i.exchange, .rb-price i.exchange{vertical-align: middle}
.pptoken h5 ul.exhange-select{
	right: 0;
	top: 40px;
}
.pptoken{
	background: rgba(0,0,0,.3);
	padding:20px;
	border-radius: 0 0 20px 20px;
}
.pptoken h5 i.exchange{
	filter: invert(100%)
}
.pptoken h4{
	font-size: 24px;
}
.pptoken h5{
	position: relative;
	font-size: 46px;
	font-weight: 700;
}
.round-box h3{
	background: rgba(79,79,79,.8);
	padding: 20px;
	border-radius: 20px 20px 0 0;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}
.round-box h3 small{
	display: block;
	font-size: 20px;
	color: #fff;
}
.round-box p{
	font-size: 20px;
	line-height: 26px;
	padding: 0 25px;
	opacity: .7
}
.round-box h4{
	font-size: 40px;
	margin-top: 5px;
}
.rb-price{
	position: relative;
	padding: 15px;
	background: rgba(79,79,79,.8);
	border-radius: 0 0 20px 20px;
	margin-top: 20px;
}
.rb-price h5{
	font-size: 20px;
	color: #fff;
}
.rb-price h6{
	position: relative;
	font-size: 46px;
	font-weight: 700;
	color: #fff;
}
.rb-price i.exchange{margin-top: 3px;}
.rb-price ul.exhange-select{
	right: 20px;
	top: 40px;
	z-index: 999
}
.nxtrnd{
	font-size: 60px;
	
	margin-bottom: -36px;
	text-align: center
}
.presale-cont h2{
	font-size: 60px;
	
}
img.mob{display: none}
.nxtrnd-cont{
	position: relative;
	z-index: 999;
}
.p360-top{
	text-align: center;
	padding: 50px 0 30px
}
.p360-top img{
	width: 360px;
	height: auto;
	filter: invert(100%)
}
.p360-top h3{
	font-size: 46px;
	
}
.p360-top p{
	font-size: 24px;
	margin: 10px 10%;
	
}
.p360-top hr{margin: 20px 0}
.sb-red{
	background: rgba(128,0,0,.7);
	border-radius: 20px 20px 0 0;
}
.sb-red.btm{
	border-radius: 0 0 20px 20px;
	margin-top: 20px;
	padding: 15px 10px;
}
.round-box.hot h3{
	background: transparent;
	border-radius: 0;
	color: #fff;
}
.sb-red.btm h4{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-size: 36px;
	margin: 0 15px;
	color: #fff;
}
.sb-red.btm span{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
}
.sb-red.btm span img{
	width: 100%;
	height: auto;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}

.rsDefault .rsBullets{bottom: -30px;background: transparent;}
.rsDefault .rsBullet{padding: 0 5px;width: 18px;height: 12px;}
.rsDefault .rsBullet span{width: 12px;height: 12px;}


.logosC{
text-align: center;
padding: 50px 0 20px;
}
.logosC h3{
	font-size: 48px;
	
	margin-bottom: 25px
}
.logosC h4{
	font-size: 36px;
	
	margin: 0 0 10px
}
.logosC ul{margin: 20px 10%;}
.logosC li{
	display: inline-block;
	vertical-align: middle;
	margin:15px 10px;
}
.bnews-logo{margin-bottom: 60px}
.bnews-logo img{
	width: 380px;
	height: auto;
	filter: invert(100%)
}
.mc-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.mc-box{
	display: inline-block;
	vertical-align: top;
	width: 18%;
	border-radius: 20px;
	background: rgba(255,255,255,.1);
	border: 1px dashed rgba(0,0,0,.5);
	text-align: center;
	margin: 0 .5% 30px;
	overflow: hidden;
	transition: all .4s;
}
.mc-box a{
	color: #000!important;
	text-decoration: none;
}
.mc-box:hover{
	transform: scale(1.05);
}
.mc-box span{
	display: block;
	background: #ebebeb;
	background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ebebeb), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=0 );
	padding: 15px 10px;
}
.mc-box span img{
	max-height: 30px;
	max-width: 100%
}
.mc-date{
	font-size: 16px;
	padding: 10px;
	border-bottom: 1px dashed rgba(0,0,0,.5);
}
.mc-box p{
	margin: 15px 5%;
	font-size: 14px;
	line-height: 20px;
	
}
.mc-box a{color: #fff;}

.popup-reg, .pop-info{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	font-size: 0;
	z-index: 99999;
	text-align: center;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	display: none;
}
.popup-reg:before, .pop-info:before{
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
}
.pr-box, .pi-box{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	background: #fff;
	border-radius: 20px;
	padding: 30px 50px;
}
.pr-box i.fa-times-circle, .pi-box i.fa-times-circle{
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 30px;
	cursor: pointer
}
.pr-box h3{
	font-size: 36px;
	margin-bottom: 10px;
}
.pr-box h4{
	font-size: 16px;
	margin-top: 20px;
}
.pr-box p{
	font-size: 22px;
	line-height: 30px;
	margin:0 10% 15px;
}
.ppr{
	position: relative;
	margin: 10px 0;
}
.gglr{
	margin-bottom: 20px;
	display: inline-block;
}
.pr-box input[type=text], .pr-box input[type=password], .pr-box input[type=email]{
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	font-size: 26px;
	color: #000;
	padding: 8px 45px;
	border: 2px solid #c0c0c0;
	-webkit-box-shadow: inset 1px 1px 27px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: inset 1px 1px 27px 0px rgba(0, 0, 0, 0.26);
	box-shadow: inset 1px 1px 27px 0px rgba(0, 0, 0, 0.26);
	margin: 0;
}
.pr-box button {
	background: #000;
	color: #fff;
	border-radius: 50px;
	padding: 15px 35px;
	font-size: 30px;
	line-height: 30px;
	text-shadow: none;
	border: 0;
	width: 100%;
}
.pr-box button:hover {
	background: #333!important;
}
.ppr i.fa-envelope, .ppr i.fa-lock{
	position: absolute;
	top: 15px;
	left: 14px;
	font-size: 26px;
	z-index: 10;
	color: #999;
	text-align: center;
	width: 27px;
}
.ppr i.fa-envelope{
	font-size: 22px;
}
.showpass{
	position: absolute;
	top: 3px;
	right: 15px;
	width: auto!important;
	margin: 0!important;
	text-align: left!important;
}
.showpass input{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.showpass small{
	position: relative;
	font-size: 30px;
	color: #000;
	cursor: pointer;
}
.showpass small:before{
	display: inline-block;
	content:"\f070";
	font-family:'FontAwesome';	
}
.showpass input:checked ~ small:before{
	content:"\f06e";
}
.agree-term{
	margin: 25px 0;
}
.agree-term input[type="checkbox"] {
	display: none;
}
.agree-term input[type="checkbox"] + label{
	position: relative;
	display: block;
	width: 450px;
	line-height: 18px;
	margin:5px auto;
	cursor:pointer;
	text-align: left;
	padding-left:50px;
	font-size: 16px;
}
.agree-term input[type="checkbox"] + label:before  {
	position: absolute;
	top: 0;
	left: 0;
	display:inline-block;
	width:35px;
	height:35px;
	overflow:hidden;
	vertical-align:middle;
	background:url("../images/check-form.png") 0 0 no-repeat;
	background-size: 35px;
	content: '';
}
.agree-term input[type="checkbox"]:checked + label:before  {background:url("../images/check-form.png") 0 -35px no-repeat;background-size: 35px}
.agree-term a{
	color: #000;
	text-decoration: underline;
}
.agree-term a:hover{
	text-decoration: none;
}
.top-signup{
	font-size: 30px;
	font-weight: 700;
}
.de-slider{
	margin: 60px 20px;
	text-align: center;
}
.de-slider small{
	display: block;
    font-size: 16px;
    margin: 20px;
}
.de-slider h3{
	font-size: 46px;
}
.de-slider h3.mt30{
	margin-top: 30px;
}
.de-slider p, .presale-cont p{
	font-size: 24px;
	line-height: 34px;
	margin: 20px 10%;
}
.deTable {
  margin: 30px auto;
  width: 75%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #000;
}
.deTable.sml{
	width: 70%;
}
.deTable tr, .deTable.sml tr {
  background: #fff;
}
.deTable tr:nth-child(odd){
  background: #eee;
}
.deTable td{
  position: relative;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 18px 10px !important;
  font-size: 24px;
  color: #000;
  text-align: left;
}
.deTable.sml td, .deTable.sml tr.pnkbg td{
	font-size: 30px;
	padding: 12px 20px!important;
}
.deTable td.rit{text-align: right;}
.deTable td.ctr{text-align: center;}
.deTable tr:first-child td {
  padding: 18px 10px!important;
}
.deTable tr:last-child td{
  border-bottom: 0!important;
}
.deTable tr td:last-child{border-right: 0;}
.deTable tr.pnkbg{
  background: #000;
  color: #fff;
  font-weight: 700;
}
.deTable tr.pnkbg td {
  color: #fff !important;
}
.deTable td img {
  width: 40px;
  margin: 0 5px;
  border-radius: 100%;
}
hr.m50{margin: 50px auto}
i.usdt-icon{
	display: inline-block;
	vertical-align: top;
	width: 52px;
	height: 52px;
	background: url(/web/images/usdt-icon.png) no-repeat;
	background-size: 100%;
	margin: 4px 5px 0;
}
ul.media-logo{
	margin: 20px;
	font-size: 0;
}
  .media-logo li{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px;
}  
.media-logo li img{
	max-width: 200px;
	max-height: 100px;
}
.vimeoc{
	position: relative;
  	overflow: hidden;
  	width: 100%;
  	padding-top: 56.25%;
}
.clipssldr{margin: 0 20px;}
.clipssldr li{
	position: relative;
	margin: 0 10px;
	text-align: center;.media-logo li
}
.clipssldr li video{
	width: auto;
	height: 407px;
}
.media-logos{
	border-top: 5px solid #000;
	padding: 50px 20px;
	text-align: center;
}
.media-logos ul{
	font-size: 0;
}
.media-logos li{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px;
}  
.media-logos li img{
	max-width: 200px;
	max-height: 100px;
}
.legal-nr{
	padding: 50px 20px;
	text-align: center;
}
.legal-nr p{
	margin: 20px;
	font-size: 24px;
	line-height: 34px;
}
.wn-ttl{
	font-size: 30px;
	font-weight: 300;
	background: #000;
	color: #fff;
	padding: 10px 20px;
}
ul.webinar-cal{
	font-size: 0;
	text-align: center;
	margin: 3px auto 30px;
	border-left: 1px dashed #999;
	border-bottom: 1px dashed #999;
}
.webinar-cal li{
	border-right: 1px dashed #999;
	border-top: 1px dashed #999;
	background: rgba(0,0,0,.3);
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}
.webinar-cal li:nth-child(odd){
	background: rgba(0,0,0,.1);
}
.bw-lang, .bw-date, .bw-status, .bw-evnt{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 15px;
	font-size: 20px;
	border-right: 1px dashed #999;
}
.bw-lang:before, .bw-date:before, .bw-status:before, .bw-evnt:before{
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
}
.hlpr{
	display: inline-block;
	vertical-align: middle;
}
.bw-lang span.flag{
	width: 30px;
	display: inline-block;
	margin-right: 5px;
}
.bw-status{border: 0;}
.bw-status button, .bw-status a{
	display: inline-block;
	background: #000;
	border-radius: 50px;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	border: 0;
	min-width: 195px;
	text-decoration: none;
}
.bw-status button.coming, .bw-status a.coming{background: #7f7f7f;}
.bw-status button.grn, .bw-status a.red{background: #c00000;}
.bw-status button:hover, .bw-status a:hover{
	color: #000;
	background: #fff;
}
.bw-status small{
	display: block;
	margin: 5px 0 0;
}
.flag img {
	width: 100%;
	height: auto;
}
#desldr3{margin-bottom: 50px;}
.nosld-box{margin-bottom: 30px;}
.knw-mda{
	display: inline-block;
	border-radius: 15px;
	border: 2px dashed #666;
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	font-weight: 700;
	padding: 12px 20px;
	background: #eee;
	color: #000;
  }
  .blu-crl{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	background: #0070c2;
	border-radius: 100%;
	margin-top: -1px;
  }
  .dwn-amt, .up-amt{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 700;
	color: #f00;
	margin:-1px 0 0 8px;
  }
  .up-amt{
	color: #00ad5b;
  }