html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
	text-decoration: none;}

/***********************************
	Reset
***********************************/
	
html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;}

.clearall {
	clear: both;}

ol, ul, li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

a {
	color: #01a9f4;
	text-decoration: underline;
	cursor: pointer;}
	
a:hover {
	text-decoration: none;}

img {
	border: 0px;}
	
/***********************************
	Essentials
***********************************/

body {
	position: relative;
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	height: auto !important;
    height: 100%;  
    min-height: 100%; 
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #ccc;
	font-weight: 300;
	
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-khtml-text-size-adjust: none;
	text-size-adjust: none;
	background-image: url(../images/body.jpg);
	background-position: top center;
	background-repeat: repeat-y;}
	
body.login-redirect {	
	background-image: url(../images/content-wrapper-bottom-small.png), url(../images/img-wrapper-3.jpg);
	background-position: bottom center, top -100 center;
	background-repeat: repeat-x, no-repeat;
	background-color: #0a1c4e;}	
	
.body-wrapper {
	position: relative;
	width: 100%;
	height: auto !important;  
    height: 100%;  
    min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 262px 0px;}

.orange-btn-big	{
	float: left;
	height: 50px;
	margin: 30px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	background: #fdb52b;
	border-radius: 100px 100px 100px 100px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 50px;}

.orange-btn-big:hover {	
	background: #fdc55a;
	color: #fff;}
	
.easy-btn {
	float: left;
	height: 32px;
	margin: 30px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	border-radius: 30px 30px 30px 30px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 32px;}
	
.green-btn {	
	background: #07d17d;}

.green-btn:hover {	
	background: #4bdea1;}	
	
.blue-btn {	
	background: #01a9f4;}
	
.blue-btn:hover {	
	background: #48bef3;}
	
.orange-btn {
	background: #fdb52b;}
	
.orange-btn:hover {	
	background: #fdc55a;}			

/***********************************
	Header
***********************************/

#header-wrapper {
	position: absolute;
	top: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 1000;}

#header {
	width: 1120px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color: #fff;}
	
#header .top-panel {
	float: left;
	width: 1120px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;}	
	
#header a.logo {
	float: left;
	width: 200px;
	height: 40px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/logo.png) 0px 0px no-repeat;}


#header .language {
	position: relative;
	float: left;
	margin: 25px 0px 0px 80px;}

#header .lang_button_wrap {
	float: left;
	width: 36px;
	height: 28px;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	border: 1px solid rgba(171, 184, 218, 0.5);
	border-radius: 3px 3px 3px 3px;}
	
#header .lang_button {
	float: left;
	width: 30px;
	height: 22px;
	margin: 3px 0px 0px 3px;	
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	background-position: 0px 0px;
	background-repeat: no-repeat;}

#header .lang_button.en {	
	background: url(../images/lang.png) 0px 0px no-repeat;}
	
#header .lang_button.ru {	
	background: url(../images/lang.png) 0px -22px no-repeat;}	
	
#header .lang_button.sp {	
	background: url(../images/lang.png) 0px -44px no-repeat;}	
	
#header .lang_button.cn {	
	background: url(../images/lang.png) 0px -66px no-repeat;}	
	
#header .lang_button.vn {	
	background: url(../images/lang.png) 0px -88px no-repeat;}			
	
#header .lang_panel {
	position: absolute;
	top: 36px;
	left: 0px;
	margin: 0px 0px 0px 0px;	
	padding: 0px 4px 4px 0px;
	display: none;
	background: rgba(7, 21, 60, 1);
	border-radius: 3px 3px 3px 3px;}
	
#header .lang_panel a {
	float: left;
	width: 96px;
	height: 22px;
	margin: 4px 0px 0px 4px;	
	padding: 0px 0px 0px 0px;
	opacity: 0.5;}
	
#header .lang_panel a:hover {
	opacity: 0.8;}

#header .lang_panel a.en {	
	background: url(../images/lang.png) 0px 0px no-repeat;}
	
#header .lang_panel a.ru {	
	background: url(../images/lang.png) 0px -22px no-repeat;
	pointer-events: none;}	
	
#header .lang_panel a.sp {	
	background: url(../images/lang.png) 0px -44px no-repeat;
	pointer-events: none;}	
	
#header .lang_panel a.cn {	
	background: url(../images/lang.png) 0px -66px no-repeat;
	pointer-events: none;}	
	
#header .lang_panel a.vn {	
	background: url(../images/lang.png) 0px -88px no-repeat;
	pointer-events: none;}				
	
#header .lang_panel a.ru {}	

#header .lang_panel .text {
	float: left;
	margin: 0px 0px 0px 36px;	
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #abb8da;
	line-height: 22px;}	
	
#header .lang_panel .separator {
	float: left;
	width: 96px;
	height: 1px;
	margin: 4px 0px 0px 4px;	
	padding: 0px 0px 0px 0px;
	background: rgba(171, 184, 218, 0.2);}			


#header .lang-text {
	float: left;
	margin: 21px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;}

#header .phone {
	float: left;
	margin: 21px 0px 0px 80px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;}
	
#header .lang-text span, #header .phone span {	
	color: #abb8da;
	font-size: 12px;}


#header .social {
	float: left;
	margin: 27px 0px 0px 60px;
	padding: 0px 0px 0px 0px;}
	
#header .social a {
	float: left;
	width: 22px;
	height: 22px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	opacity: 1.0;
	border-radius: 20px 20px 20px 20px;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	border: 1px solid rgba(171, 184, 218, 0.5);
	-moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;}
	
#header .social a.fb {
	background-position: 0px 0px;}		

#header .social a.tw {
	background-position: -22px 0px;}
	
#header .social a.gp {
	background-position: -44px 0px;}	

#header .social a.yt {
	background-position: -66px 0px;}

#header .social a:hover {
	border: 1px solid rgba(171, 184, 218, 1);
	-moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;}
	
	
#header .login-panel {
	float: right;
	margin: 24px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
#header .login-panel ul {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
#header .login-panel ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
#header .login-panel ul li.login {
	margin-right: 20px;}
	
#header .login-panel ul li.cabinet {
	margin-right: 20px;}				

#header .login-panel a {
	float: left;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 30px 30px 30px 30px;
	line-height: 32px;}
	
#header .login-panel ul li.login a {
	width: 120px;}	
	
#header .login-panel ul li.register a {
	width: 120px;}

#header .login-panel ul li a:hover {
	color: #fff;}		
	
	
.main-nav {
	float: left;
	width: 1120px;
	margin: 20px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	text-align: center;
	background: rgba(10, 28, 78, 0.8);
	border-radius: 50px 50px 50px 50px;}
	
.main-nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}	
	
.main-nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	background: url(../images/main-nav.png) left top 7px no-repeat;
	line-height: normal;}
	
.main-nav li.first {
	border-left: none;
	background: none;}	
		
.main-nav li a {
	margin: 0px 19px 0px 23px;
	padding: 0px 0px 0px 0px;
	color: #abb8da;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;}
	
.main-nav.ru li a {
	margin: 0px 20px 0px 20px;}

.main-nav li a:hover {
	color: #fdb52b;
	text-decoration: none;}
	
/***********************************
	Banners
***********************************/

#home-banner-wrapper {
	position: relative;
	width: 100%;
	height: 1100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/home-banner.jpg) bottom center no-repeat;}
	
.home-banner  {
	position: relative;
	width: 1120px;
	height: 870px;
	margin: 0 auto;
	margin-top: 230px;
	padding: 0px 0px 0px 0px;}

.home-banner .texts  {
	position: absolute;
	width: 100%;
	height: 360px;
	top: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/home-banner-text.png) top center no-repeat;
	z-index: 1000;}


.home-banner .big-text {
	float: left;
	width: 100%;
	margin: 80px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}
	
.home-banner .text {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 46px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}
	
.home-banner .rate {
	float: left;
	width: 360px;
	height: 50px;
	margin: 240px 0px 0px 380px;
	padding: 0px 0px 0px 0px;
	background: rgba(10, 28, 78, 0.8);
	border-radius: 100px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: center;}
	
.home-banner .rate .btc {
	color: #01a9f4;}
	
.home-banner .rate .usd {
	color: #07d17d;}	
	
.home-banner .orange-btn-big {
	float: left;
	width: 200px;
	margin: 70px 0px 0px 460px;}


.round {
	position: absolute;
	top: 50px;
	left: 359px;
	height: 400px;
    width: 400px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}

.circle1 {
	position: absolute;
	height: 10px;
	width: 10px;
	background: #07d17d;
	border-radius: 50%;
	transition: all 0.6s ease;
	margin: 0px;
	transform: rotateX(-200deg) translateZ(-200px) rotate(200deg);}

.orbit1 {
	position: absolute;
	top: 195px;
	left: 195px;
	animation: Orbita1 15s linear infinite;}

@keyframes Orbita1 {
	from {
	  transform: rotate(0deg) translateX(200px) rotate(0deg);
	}
	to {
	  transform: rotate(360deg) translateX(200px) rotate(-360deg);
	}
}

.circle2 {
	position: absolute;
	height: 10px;
	width: 10px;
	background: #07d17d;
	border-radius: 50%;
	transition: all 0.6s ease;
	margin: 0px;
	transform: rotateX(-200deg) translateZ(-200px) rotate(200deg);}

.orbit2 {
	position: absolute;
	top: 195px;
	right: 195px;
	animation: Orbita2 15s linear infinite;}

@keyframes Orbita2 {
	from {
	  transform: rotate(0deg) translateX(-200px) rotate(0deg);
	}
	to {
	  transform: rotate(360deg) translateX(-200px) rotate(-360deg);
	}
}
	
.round-2 {
	position: absolute;
	top: 0px;
	left: 309px;
	height: 500px;
    width: 500px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}

.circle3 {
	position: absolute;
	height: 10px;
	width: 10px;
	background: #01a9f4;
	border-radius: 50%;
	transition: all 0.6s ease;
	margin: 0px;
	transform: rotateX(-250deg) translateZ(-250px) rotate(250deg);}

.orbit3 {
	position: absolute;
	top: 245px;
	right: 245px;
	animation: Orbita3 15s linear infinite;}

@keyframes Orbita3 {
	from {
	  transform: rotate(0deg) translateX(-250px) rotate(0deg);
	}
	to {
	  transform: rotate(-360deg) translateX(-250px) rotate(360deg);
	}
}

.circle4 {
	position: absolute;
	height: 10px;
	width: 10px;
	background: #01a9f4;
	border-radius: 50%;
	transition: all 0.6s ease;
	margin: 0px;
	transform: rotateX(-250deg) translateZ(250px) rotate(250deg);}

.orbit4 {
	position: absolute;
	top: 245px;
	left: 245px;
	animation: Orbita4 15s linear infinite;}

@keyframes Orbita4 {
	from {
	  transform: rotate(0deg) translateX(250px) rotate(0deg);
	}
	to {
	  transform: rotate(-360deg) translateX(250px) rotate(360deg);
	}
}
	
	
.btn-pulse {
	width: 400px;
	height: 400px;
	background: url(../images/big-btc-icon.png) center center no-repeat;
	-webkit-animation: pulse 2s ease infinite;
	-moz-animation: pulse 2s ease infinite;
	-ms-animation: pulse 2s ease infinite;
	-o-animation: pulse 2s ease infinite;
	animation: pulse 2s ease infinite;}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(1.1);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  25% {
    -ms-transform: scale(1.1);
  }

  50% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(1.1);
  }

  50% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}	


#pages-banner-wrapper {
	position: relative;
	width: 100%;
	height: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/pages-banner.jpg) bottom center no-repeat;}
	
.pages-banner {
	position: relative;
	width: 1120px;
	height: 570px;
	margin: 0 auto;
	margin-top: 230px;
	padding: 0px 0px 0px 0px;
	z-index: 1000;}

.pages-banner .round-3 {
	position: absolute;
	top: 50px;
	left: 409px;
	height: 300px;
    width: 300px;
	margin: 0px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}

.pages-banner .round-4 {
	position: absolute;
	top: 0px;
	left: 359px;
	height: 400px;
    width: 400px;
	margin: 0px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}
	
.pages-banner .btn-pulse {
	width: 300px;
	height: 300px;
	background: url(../images/big-btc-icon-small.png) 0px 0px no-repeat;
	-webkit-animation: pulse 2s ease infinite;
	-moz-animation: pulse 2s ease infinite;
	-ms-animation: pulse 2s ease infinite;
	-o-animation: pulse 2s ease infinite;
	animation: pulse 2s ease infinite;}

.pages-banner .texts {
	position: absolute;
	width: 100%;
	height: 300px;
	top: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/home-banner-text-small.png) top center no-repeat;
	z-index: 1000;}


.pages-banner .big-text {
	float: left;
	width: 100%;
	margin: 42px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}
	
.pages-banner .text {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}
	
.pages-banner .rate {
	float: left;
	width: 360px;
	height: 50px;
	margin: 50px 0px 0px 380px;
	padding: 0px 0px 0px 0px;
	background: rgba(10, 28, 78, 0.8);
	border-radius: 100px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: center;}
	
.pages-banner .rate .btc {
	color: #01a9f4;}
	
.pages-banner .rate .usd {
	color: #07d17d;}
	
	
#account-banner-wrapper {
	position: relative;
	width: 100%;
	height: 560px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/account-banner.jpg) bottom center no-repeat;}
	
.account-banner {
	position: relative;
	width: 1120px;
	height: 350px;
	margin: 0 auto;
	margin-top: 210px;
	padding: 0px 0px 0px 0px;
	z-index: 1000;}	
	
.account-banner .rate {
	float: left;
	width: 360px;
	height: 50px;
	margin: 0px 0px 0px 380px;
	padding: 0px 0px 0px 0px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: center;}
	
.account-banner .rate .btc {
	color: #01a9f4;}
	
.account-banner .rate .usd {
	color: #07d17d;}		
	
/***********************************
	Wrappers
***********************************/

#content-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	padding: 60px 0px 0px 0px;
	background-color: #0a1c4e;}
	
#content-wrapper.img-wrapper-1 {
	background-image: url(../images/content-wrapper-bottom.png), url(../images/img-wrapper-1.jpg);
	background-position: bottom center, top center;
	background-repeat: repeat-x, no-repeat;
	background-color: #0a1c4e;}

#content-wrapper.img-wrapper-2 {		
	background-image: url(../images/content-wrapper-bottom.png), url(../images/img-wrapper-2.jpg);
	background-position: bottom center, top center;
	background-repeat: repeat-x, no-repeat;
	background-color: #0a1c4e;}
	
#content-wrapper.img-wrapper-3 {		
	background-image: url(../images/content-wrapper-bottom-small-2.png), url(../images/img-wrapper-4.jpg);
	background-position: bottom center, top center;
	background-repeat: repeat-x, no-repeat;
	background-color: #0a1c4e;}		

#content-wrapper.img-wrapper-4 {		
	background-image: url(../images/content-wrapper-bottom-small-2.png), url(../images/img-wrapper-2.jpg);
	background-position: bottom center, top center;
	background-repeat: repeat-x, no-repeat;
	background-color: #00c;}
	
#content-wrapper.img-wrapper-5 {
	background-image: url(../images/content-wrapper-bottom-small-2.png), url(../images/img-wrapper-3.jpg);
	background-position: bottom center, top center;
	background-repeat: repeat-x, no-repeat;
	background-color: #0a1c4e;}	
	
#content-wrapper.img-wrapper-6 {		
	background-image: url(../images/content-wrapper-bottom-small-2.png), url(../images/img-wrapper-2.jpg);
	background-position: bottom center, top center;
	background-repeat: repeat-x, no-repeat;
	background-color: #0a1c4e;}
	
#content-wrapper.img-wrapper-7 {		
	background-image: url(../images/content-wrapper-bottom-small-2.png), url(../images/img-wrapper-3.jpg);
	background-position: bottom center, top center;
	background-repeat: repeat-x, no-repeat;
	background-color: #0a1c4e;}
	
#content-wrapper.img-wrapper-8 {		
	background-image: url(../images/content-wrapper-bottom-small.png), url(../images/img-wrapper-3.jpg);
	background-position: bottom center, top center;
	background-repeat: repeat-x, no-repeat;
	background-color: #0a1c4e;}	

.big-separator {
	position: relative;
	float: left;
	width: 100px;
	height: 1px;
	margin: 0px 0px 0px 510px;
	padding: 0px 0px 0px 0px;
	background: rgba(253, 181, 43, 0.8);}
	
#content-wrapper.img-wrapper-acc {
	position: relative;
	padding: 0px 0px 0px 0px;
	background: url(../images/acc-img-wrapper-top.html) top center no-repeat;}		


#content {
	width: 1120px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;}
	
#content.acc {
	padding-top: 260px;}	

#content.min-height {
	min-height: 600px;}

#content.full {
	width: 100%;}
	
.content-box-wrapper {
	float: left;
	width: 1120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 60px 0px;}
	
.content-box {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

.content-box.full-box {	
	width: 1120px;}	
	
.content-box.left-box {
	float: left;
	width: 530px;}
	
.content-box.right-box {
	float: right;
	width: 530px;}
	
#content .big-title {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;}

#content .big-title.center {	
	text-align: center;}
	
#content .big-title.white {
	color: #fff;}
	
#content .big-title.second {
	margin-top: 60px;}
	
#content .big-title.cabinet {
	margin-bottom: 60px;}
	
#content .small-title {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 28px;
	color: #04648c;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;}

#content .small-title.center {	
	text-align: center;}
	
#content .small-title.white {
	color: #fff;}		

/***********************************
	Home Page
***********************************/

.gears-block {
	position: absolute;
	top: 600px;
	width: 100%;
	height: 560px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;}

.gear {
	position: absolute;
	z-index: 100;}	

.gear.gear-1 {	
	left: 50%;
	bottom: 0px;
	width: 502px;
	height: 502px;
	margin-left: -1080px;
	
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 14s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 14s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 14s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation;
	animation-duration: 14s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}	
	
.gear.gear-2 {	
	left: 50%;
	bottom: 80px;
	width: 303px;
	height: 303px;
	margin-left: -550px;
	
	-webkit-animation-name: rotation2;
	-webkit-animation-duration: 7.78s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation2;
	-moz-animation-duration: 7.78s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation2;
	-o-animation-duration: 7.78s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation2;
	animation-duration: 7.78s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}
	
.gear.gear-3 {	
	left: 50%;
	bottom: 408px;
	width: 140px;
	height: 140px;
	margin-left: -640px;
	
	-webkit-animation-name: rotation2;
	-webkit-animation-duration: 3.89s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation2;
	-moz-animation-duration: 3.89s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation2;
	-o-animation-duration: 3.89s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation2;
	animation-duration: 3.89s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}		

.gear.gear-4 {	
	right: 50%;
	bottom: 0px;
	width: 502px;
	height: 502px;
	margin-right: -1080px;
	
	-webkit-animation-name: rotation2;
	-webkit-animation-duration: 14s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation2;
	-moz-animation-duration: 14s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation2;
	-o-animation-duration: 14s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation2;
	animation-duration: 14s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}	
	
.gear.gear-5 {	
	right: 50%;
	bottom: 80px;
	width: 303px;
	height: 303px;
	margin-right: -550px;
	
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 7.78s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 7.78s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 7.78s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation;
	animation-duration: 7.78s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}
	
.gear.gear-6 {	
	right: 50%;
	bottom: 390px;
	width: 140px;
	height: 140px;
	margin-right: -620px;

	
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 3.89s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 3.89s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 3.89s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation;
	animation-duration: 3.89s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}		

@-webkit-keyframes rotation {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
100% {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);}
}
@-moz-keyframes rotation {
	0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
100% {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);}
}
@-o-keyframes rotation {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
100% {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);}
}
@keyframes rotation {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
100% {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(720deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);}
}	

@-webkit-keyframes rotation2 {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
100% {
	-webkit-transform:rotate(-360deg);
	-moz-transform:rotate(-360deg);
	-o-transform:rotate(360deg);
	transform:rotate(-360deg);}
}
@-moz-keyframes rotation2 {
	0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
100% {
	-webkit-transform:rotate(-360deg);
	-moz-transform:rotate(-360deg);
	-o-transform:rotate(-360deg);
	transform:rotate(-360deg);}
}
@-o-keyframes rotation2 {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
100% {
	-webkit-transform:rotate(-360deg);
	-moz-transform:rotate(-360deg);
	-o-transform:rotate(-360deg);
	transform:rotate(-360deg);}
}
@keyframes rotation2 {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
100% {
	-webkit-transform:rotate(-360deg);
	-moz-transform:rotate(-720deg);
	-o-transform:rotate(-360deg);
	transform:rotate(-360deg);}
}


.mac {
	float: left;
	width: 754px;
	height: 547px;
	margin: 50px 0px 30px 123px;
	padding: 30px 0px 0px 119px;
	background: url(../images/book.png) 0px 0px no-repeat;}


.features-boxes {
	position: relative;
	float: left;
	width: 1120px;
	margin: 60px 0px 60px 0px;
	padding: 0px 0px 0px 0px;}
	
.features-boxes .left {
	float: left;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.features-boxes .right {
	float: right;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

.features-boxes .box {
	width: 280px;
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;}

.features-boxes .box.box-1 {
	float: left;	
	margin: 0px 0px 0px 50px;
	text-align: center;}
	
.features-boxes .box.box-2 {
	float: left;
	text-align: cexter;}	
	
.features-boxes .box.box-3 {
	float: left;
	margin: 70px 0px 0px 50px;
	text-align: center;}
	
.features-boxes .box.box-4 {
	float: right;
	margin: 0px 50px 0px 0px;
	text-align: center;}
	
.features-boxes .box.box-5 {
	float: right;	
	margin: 70px 0px 0px 0px;
	text-align: center;}	
	
.features-boxes .box.box-6 {
	float: right;	
	margin: 70px 50px 0px 0px;
	text-align: center;}					
	
.features-boxes .box .title {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;
	text-transform: uppercase;}
	
.features-boxes .box .text {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}


.round-3 {
	position: absolute;
	top: 50%;
	left: 409px;
	height: 300px;
    width: 300px;
	margin: -150px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}

.circle5 {
	position: absolute;
	height: 10px;
	width: 10px;
	background: #07d17d;
	border-radius: 50%;
	transition: all 0.6s ease;
	margin: 0px;
	transform: rotateX(-150deg) translateZ(-150px) rotate(150deg);}

.orbit5 {
	position: absolute;
	top: 145px;
	left: 145px;
	animation: Orbita5 15s linear infinite;}

@keyframes Orbita5 {
	from {
	  transform: rotate(0deg) translateX(150px) rotate(0deg);
	}
	to {
	  transform: rotate(360deg) translateX(150px) rotate(-360deg);
	}
}

.circle6 {
	position: absolute;
	height: 10px;
	width: 10px;
	background: #07d17d;
	border-radius: 50%;
	transition: all 0.6s ease;
	margin: 0px;
	transform: rotateX(-150deg) translateZ(-150px) rotate(150deg);}

.orbit6 {
	position: absolute;
	top: 145px;
	right: 145px;
	animation: Orbita6 15s linear infinite;}

@keyframes Orbita6 {
	from {
	  transform: rotate(0deg) translateX(-150px) rotate(0deg);
	}
	to {
	  transform: rotate(360deg) translateX(-150px) rotate(-360deg);
	}
}
	
.round-4 {
	position: absolute;
	top: 50%;
	left: 359px;
	height: 400px;
    width: 400px;
	margin: -200px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}

.circle7 {
	position: absolute;
	height: 10px;
	width: 10px;
	background: #01a9f4;
	border-radius: 50%;
	transition: all 0.6s ease;
	margin: 0px;
	transform: rotateX(-250deg) translateZ(-250px) rotate(250deg);}

.orbit7 {
	position: absolute;
	top: 195px;
	right: 195px;
	animation: Orbita7 15s linear infinite;}

@keyframes Orbita7 {
	from {
	  transform: rotate(0deg) translateX(-200px) rotate(0deg);
	}
	to {
	  transform: rotate(-360deg) translateX(-200px) rotate(360deg);
	}
}

.circle8 {
	position: absolute;
	height: 10px;
	width: 10px;
	background: #01a9f4;
	border-radius: 50%;
	transition: all 0.6s ease;
	margin: 0px;
	transform: rotateX(-250deg) translateZ(250px) rotate(250deg);}

.orbit8 {
	position: absolute;
	top: 195px;
	left: 195px;
	animation: Orbita8 15s linear infinite;}

@keyframes Orbita8 {
	from {
	  transform: rotate(0deg) translateX(200px) rotate(0deg);
	}
	to {
	  transform: rotate(-360deg) translateX(200px) rotate(360deg);
	}
}

.btn-pulse-2 {
	width: 230px;
	height: 250px;
	margin: 35px 0px 0px 35px;
	background: url(../images/bitcoin-icon.png) center center no-repeat;
	-webkit-animation: pulse 2s ease infinite;
	-moz-animation: pulse 2s ease infinite;
	-ms-animation: pulse 2s ease infinite;
	-o-animation: pulse 2s ease infinite;
	animation: pulse 2s ease infinite;}	

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(0.9);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  25% {
    -ms-transform: scale(0.9);
  }

  50% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(0.9);
  }

  50% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}	


.how-works {
	position: relative;
	float: left;
	width: 1120px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.how-works .separator {
	position: absolute;
	top: 56px;
	width: 192px;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);}

.how-works .separator.first {	
	left: 272px;}
	
.how-works .separator.second {
	right: 272px;}	

.how-works .separator::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: -4px;
	left: -20px;
	content: '';
	border-radius: 5px;
	background: #07d17d}
	
.how-works .separator::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: -4px;
	right: -20px;
	content: '';
	border-radius: 5px;
	background: #01a9f4;}

.how-works .box {
	float: left;
	width: 334px;
	margin: 0px 0px 0px 59px;
	padding: 0px 0px 0px 0px;}	
	
.how-works .box.box-1 {
	margin-left: 0px;}
	
.how-works .box .icon {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}	
	
.how-works .box.box-1 .icon {	
	background: url(../images/how-works-icon-1.html) 0px 0px no-repeat;}

.how-works .box.box-2 .icon {	
	background: url(../images/how-works-icon-2.html) 0px 0px no-repeat;}
	
.how-works .box.box-3 .icon {	
	background: url(../images/how-works-icon-3.html) 0px 0px no-repeat;}	
	
.how-works .title {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;
	text-align: center;
	text-transform: uppercase;}
	
.how-works .text {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;}


.offer {
	position: relative;
	float: left;
	width: 1120px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.offer .round-3 {
	position: absolute;
	top: 540px;
	left: 409px;
	height: 300px;
    width: 300px;
	margin: 0px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}

.offer .round-4 {
	position: absolute;
	top: 490px;
	left: 359px;
	height: 400px;
    width: 400px;
	margin: 0px 0px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}
	
.lock-icon {
	position: absolute;
	width: 200px;
	height: 217px;
	margin: 50px 0px 0px 50px;
	background: url(../images/lock-icon.png) center center no-repeat;}	
	
.lock-icon-2 {
	position: absolute;
	top: 55px;	
	left: 55px;
	width: 191px;
	height: 191px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/lock-icon-2.png) 0px 0px no-repeat;
	
	-webkit-animation-name: lock-move;
	-webkit-animation-duration: 11s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: lock-move;
	-moz-animation-duration: 11s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: lock-move;
	-o-animation-duration: 11s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: lock-move;
	animation-duration: 11s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}		

@-webkit-keyframes lock-move {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}

20% {
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);}

30% {
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	transform:rotate(-50deg);}
	
40% {
	-webkit-transform:rotate(200deg);
	-moz-transform:rotate(200deg);
	-o-transform:rotate(200deg);
	transform:rotate(200deg);}
	
60% {
	-webkit-transform:rotate(50deg);
	-moz-transform:rotate(50deg);
	-o-transform:rotate(50deg);
	transform:rotate(50deg);}
	
70% {
	-webkit-transform:rotate(240deg);
	-moz-transform:rotate(240deg);
	-o-transform:rotate(240deg);
	transform:rotate(240deg);}
	
90% {
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);}
		
100% {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);}
}
@-moz-keyframes lock-move {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
	
20% {
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);}
	
30% {
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	transform:rotate(-50deg);}
	
40% {
	-webkit-transform:rotate(200deg);
	-moz-transform:rotate(200deg);
	-o-transform:rotate(200deg);
	transform:rotate(200deg);}
	 
60% {
	-webkit-transform:rotate(50deg);
	-moz-transform:rotate(50deg);
	-o-transform:rotate(50deg);
	transform:rotate(50deg);} 
	
70% {
	-webkit-transform:rotate(240deg);
	-moz-transform:rotate(240deg);
	-o-transform:rotate(240deg);
	transform:rotate(240deg);}
	
90% {
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);} 
	           
100% {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);}
}

@-o-keyframes lock-move {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
	
20% {
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);}
	
30% {
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	transform:rotate(-50deg);}
	
40% {
	-webkit-transform:rotate(200deg);
	-moz-transform:rotate(200deg);
	-o-transform:rotate(200deg);
	transform:rotate(200deg);}
	
60% {
	-webkit-transform:rotate(50deg);
	-moz-transform:rotate(50deg);
	-o-transform:rotate(50deg);
	transform:rotate(50deg);}
	
70% {
	-webkit-transform:rotate(240deg);
	-moz-transform:rotate(240deg);
	-o-transform:rotate(240deg);
	transform:rotate(240deg);}
	
90% {
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);}						
	
100% {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);}
}
@keyframes lock-move {
0% {
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
	
20% {
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);}

30% {
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	transform:rotate(-50deg);}
	
40% {
	-webkit-transform:rotate(200deg);
	-moz-transform:rotate(200deg);
	-o-transform:rotate(200deg);
	transform:rotate(200deg);}
	
60% {
	-webkit-transform:rotate(50deg);
	-moz-transform:rotate(50deg);
	-o-transform:rotate(50deg);
	transform:rotate(50deg);}
	
70% {
	-webkit-transform:rotate(240deg);
	-moz-transform:rotate(240deg);
	-o-transform:rotate(240deg);
	transform:rotate(240deg);}
	
90% {
	-webkit-transform:rotate(120deg);
	-moz-transform:rotate(120deg);
	-o-transform:rotate(120deg);
	transform:rotate(120deg);}							
	
100% {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);}
}	

.offer-box {
	position: relative;
	float: left;
	width: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 15px 15px 15px 15px;}
	
.offer-box.box-1 {
	margin: 460px 0px 0px 0px;}

.offer-box.box-2 {
	margin: 130px 0px 0px 80px;}
	
.offer-box.box-3 {
	margin: 460px 0px 0px 80px;} 

.offer-box .percent {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-size: 90px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}
	
.offer-box .tr {
	float: left;
	width: 100%;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	text-align: center;}
	
.offer-box .tr.first {}	
	
.offer-box .tr.last {
	position: relative;
	margin-top: 9px;
	padding-top: 15px;
	line-height: 24px;}
	
.offer-box .tr.last::before {
    position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	top: 0px;
	left: 100px;
	content: '';
	background: rgba(255, 255, 255, 0.1);}	
	
.offer-box .tr span {
	color: #01a9f4;}

.offer .separator {
	position: absolute;}
	
.offer .separator.sep-1 {
	top: 0px;
	left: 560px;
	width: 1px;
	height: 100px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-y;}	
	
.offer .separator.sep-2 {
	top: 40px;
	left: 160px;
	width: 360px;
	height: 390px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}
	
.offer .separator.sep-3 {
	top: 40px;
	right: 160px;
	width: 360px;
	height: 390px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}	

.offer .separator.sep-1::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.offer .separator.sep-2::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.offer .separator.sep-3::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.offer-btns {
	position: relative;
	float: left;
	width: 100%;
	margin: 170px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.offer-btns a.green-btn {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 295px;}
	
.offer-btns a.blue-btn {
	float: right;
	width: 250px;
	margin: 0px 295px 0px 0px;}	


.calc-wrapper {
	float: left;
	width: 1120px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: none;}

.calc-wrapper .top-block {
	float: left;
	width: 590px;
	margin: 0px 0px 0px 265px;
	padding: 0px 0px 0px 0px;}

.calc-wrapper .bottom-block {
	float: right;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.calc-wrapper .calc-tr {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;}
	
.calc-wrapper .calc-tr.second {
	margin-left: 15px;}
	
.calc-wrapper .calc-tr.big {
	width: 530px;}	

.reff-box-wrapper {
	position: relative;
	float: left;
	width: 1120px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

.reff-box-wrapper .separator {
	position: absolute;}
	
.reff-box-wrapper .separator.sep-1 {
	top: 0px;
	left: 560px;
	width: 1px;
	height: 415px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-y;}	
	
.reff-box-wrapper .separator.sep-2 {
	top: 40px;
	left: 275px;
	width: 245px;
	height: 80px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}
	
.reff-box-wrapper .separator.sep-3 {
	top: 40px;
	right: 275px;
	width: 245px;
	height: 80px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}	

.reff-box-wrapper .separator.sep-1::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.reff-box-wrapper .separator.sep-2::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.reff-box-wrapper .separator.sep-3::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}		
	

.reff-box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

.reff-box.box-1 {
	float: left;
	width: 450px;
	margin: 150px 0px 0px 50px;}

.reff-box.box-2 {
	float: right;
	width: 450px;
	margin: 150px 50px 0px 0px;}

.reff-box .small-text {
	float: left;
	width: 100%;
	margin: 20px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
	color: #ccc;
	text-align: center;}

.reff-box .percent {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}
		
.reff-box .name {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;
	text-transform: uppercase;
	text-align: center;}
	
.reff-box .title {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;}
	
.reff-box .text {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;}
	
.reff-box .text::before {
    position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	top: 0px;
	left: 50%;
	margin-left: -60px;
	content: '';
	background: rgba(255, 255, 255, 0.1);}	

.reff-box .text .box {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
	box-sizing: border-box;
	text-align-last: left;}
	
.reff-box .text .box.second {
	margin-left: 30px;}	
	
.reff-box .text .box .percent-small {
	float: left;
	width: 50px;
	margin: 0px 0px 0px -60px;
	padding: 0px 0px 0px 0px;
	font-size: 40px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
	line-height: 50px;}	
	
.reff-box-wrapper .easy-btn {
	width: 400px;
	margin: 60px 0px 0px 360px;}
	

.security-box {
	position: relative;
	float: left;
	width: 1120px;
	margin: 60px 0px 0px 0px;
	padding: 100px 0px 0px 0px;}

.security-box .separator.sep-1 {
	position: absolute;
	top: 0px;
	left: 192px;
	width: 338px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}		

.security-box .separator.sep-2 {
	position: absolute;
	top: 0px;
	right: 192px;
	width: 338px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}
	
.security-box .separator.sep-3 {
	position: absolute;
	top: 0px;
	left: 437px;
	width: 246px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;}		

.security-box .separator.sep-1::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.security-box .separator.sep-2::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}	

.security-box .separator.sep-3::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.security-box .separator.sep-3::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

	
.sec-slider	{
	width: 1120px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;} 
	
.security-box .slick-slider {
	width: 980px;
	height: 70px;
	margin: 0px 0px 0px 70px;
	padding: 0px 0px 0px 0px;}	

.security-box .slick-slide {	
	margin: 0px 30px 0px 30px;}
	
.security-box .slick-prev {
	left: -30px;
	background: url(../images/sec-slider-arrow.png) 0px 0px no-repeat;
	opacity: 0.5;}
	
.security-box .slick-next {
	right: -30px;
	background: url(../images/sec-slider-arrow.png) -15px 0px no-repeat;
	opacity: 0.5;}
	
.slick-prev:hover,
.slick-next:hover {
	opacity: 0.8;}			

.security-box .img {
	float: left;
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 6px 6px 6px 6px;}

/***********************************
	Footer
***********************************/

#footer-wrapper {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 262px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/footer-bg.png) bottom center no-repeat #0a1c4e;}
	
#footer {
	float: left;
	width: 100%;
	height: 210px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ccc;}

.footer-info {
	width: 1120px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);}

.footer_nav {
	float: left;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;}
	
.footer_nav.second {
	float: right;}	

.footer_nav .title {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 16px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
	box-sizing: border-box;}

.footer_nav ul {
	float: left;
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 0px 0px;}	
	
.footer_nav ul.first {
	margin-left: 0px;}	
	
.footer_nav ul li {
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	line-height: normal;}
	
.footer_nav ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color: #abb8da;
	text-decoration: none;
	text-transform: uppercase;
	line-height: normal;}

.footer_nav ul li a:hover {	
	color: #fdb52b;
	text-decoration: none;}
	
.footer_nav ul li::before {
    position: absolute;
	display: block;
	top: 9px;
	left: 0px;
	width: 6px;
	height: 1px;
	content: '';
	background: #ccc;}

.footer-accept {
	float: left;
	margin: 45px 0px 0px 140px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;}

.footer-accept .title {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 16px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	line-height: normal;
	box-sizing: border-box;}
	
.footer-accept .img {
	float: left;
	width: 130px;
	height: 80px;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/accept.png) 0px 0px no-repeat;}
	
.footer_nav .title::before, .footer-accept .title::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: 6px;
	left: 0px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}	


#footer-bottom-wrapper {
	float: left;
	width: 100%;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

#footer-bottom {
	width: 1120px;
	height: 50px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #999;
	line-height: 50px;}

#footer-bottom .contacts {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

#footer-bottom .contacts span {}

#footer-bottom .copyring {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

#footer-bottom .copyring a {	
	color: #999;
	text-decoration: none;}	

/***********************************
	About
***********************************/

.about-block {
	position: relative;
	float: left;
	width: 530px;
	margin: 60px 0px 60px 0px;
	padding: 0px 0px 0px 0px;}

.about-block .card {
	position: absolute;
	top: 50%;
	right: -607px;
	width: 587px;
	height: 449px;
	margin: -215px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/card.png) 0px 0px no-repeat;
	z-index: 101;}

.about-block .gear {
	background: url(../images/gear-4.png) 0px 0px no-repeat;
	position: absolute;	
	left: 662px;
	top: 50%;
	width: 360px;
	height: 360px;
	margin: -170px 0px 0px 0px;
	
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 14s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 14s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 14s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation;
	animation-duration: 14s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}
	
.about-block .box {
	position: relative;
	float: left;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
	text-align: center;}
	
.about-block .box.box-1 {
	padding-top: 0px;}

.about-block .box .title {	
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;
	text-transform: uppercase;}	
	
.about-block .box .text {	
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.about-block .separator {
	position: absolute;
	top: 20px;
	left: 265px;
	width: 1px;
	height: 44px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-y;}	

.about-block .separator::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}	
		

.cert-block {
	position: relative;
	float: left;
	width: 1120px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.cert-block .gear {
	background: url(../images/gear-4.png) 0px 0px no-repeat;
	position: absolute;	
	left: 380px;
	top: 50%;
	width: 360px;
	height: 360px;
	margin: -150px 0px 0px 0px;
	
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 14s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 14s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 14s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation;
	animation-duration: 14s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}	
	
.cert-block .cert {
	position: absolute;
	top: 50%;
	left: 435px;
	width: 254px;
	height: 345px;
	margin: -133px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/cert.png) 0px 0px no-repeat;
	z-index: 101;}	

.cert-block .separator {
	position: absolute;}
	
.cert-block .separator.sep-1 {
	top: 0px;
	left: 560px;
	width: 1px;
	height: 100px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-y;}	
	
.cert-block .separator.sep-2 {
	top: 40px;
	left: 160px;
	width: 360px;
	height: 390px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}
	
.cert-block .separator.sep-3 {
	top: 40px;
	right: 160px;
	width: 360px;
	height: 390px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}	

.cert-block .separator.sep-1::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.cert-block .separator.sep-2::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.cert-block .separator.sep-3::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.cert-block .box {
	position: relative;
	float: left;
	width: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 15px 15px 15px 15px;
	text-align: center;}
	
.cert-block .box.box-1 {
	margin: 470px 0px 0px 0px;}

.cert-block .box.box-2 {
	float: right;
	margin: 470px 0px 0px 80px;}
	
.cert-block .box .tr {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}	
	
.cert-block .box .tr a {
	color: #ccc;}

.cert-block .easy-btn {
	width: 250px;
	margin: 30px 0px 0px 35px;}

/***********************************
	Get Started
***********************************/

.get-started {
	position: relative;
	float: left;
	width: 1120px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/line-bg.png);
	background-position: left 560px top;
	background-repeat: repeat-y;}

.get-started .box-tr {
	position: relative;
	float: left;
	width: 1120px;
	margin: 0px 0px 0px 0px;
	padding: 80px 0px 0px 0px;}
	
.get-started .box-tr.second {
	margin-top: 60px;}	
	
.get-started .box {
	position: relative;
	float: left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

.get-started .box.right {
	float: right;}	
	
.get-started .separator.sep-1 {
	position: absolute;
	top: 0px;
	left: 250px;
	width: 270px;
	height: 40px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}
	
.get-started .separator.sep-2 {
	position: absolute;
	top: 0px;
	right: 250px;
	width: 270px;
	height: 40px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}	

.get-started .separator.sep-1::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.get-started .separator.sep-2::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.get-started .box .nomber {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}
	
.get-started .box .title {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;
	text-align: center;
	text-transform: uppercase;}
	
.get-started .box .text {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;}
	
/***********************************
	Investment plans
***********************************/

.offer-page .img-block {
	position: absolute;
	top: 540px;
	left: 410px;
	height: 360px;
    width: 360px;
	margin: 0px 0px 0px 0px;
	z-index: 900;}
	
.offer-page .gear {
	background: url(../images/gear-4.png) 0px 0px no-repeat;
	position: absolute;	
	left: -30px;
	top: -30px;
	width: 360px;
	height: 360px;
	margin: 0px 0px 0px 0px;
	
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 14s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 14s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 14s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation;
	animation-duration: 14s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	z-index: 0;}	

.offer-page .lock-icon {
	position: absolute;
	width: 200px;
	height: 217px;
	margin: 50px 0px 0px 50px;
	background: url(../images/lock-icon.png) center center no-repeat;}	
	
.offer-page .lock-icon-2 {
	position: absolute;
	top: 55px;	
	left: 55px;
	width: 191px;
	height: 191px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/lock-icon-2.png) 0px 0px no-repeat;
	-webkit-animation-name: lock-move;
	-webkit-animation-duration: 11s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: lock-move;
	-moz-animation-duration: 11s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: lock-move;
	-o-animation-duration: 11s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: lock-move;
	animation-duration: 11s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}	

/***********************************
	Faq
***********************************/

.faq-page {
	position: relative;
	float: left;
	width: 100%;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/line-bg.png);
	background-position: left 260px top;
	background-repeat: repeat-y;}

.faq-tabs {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 240px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	overflow: hidden;}
	
.faq-tabs .separator {
	position: absolute;
	top: 20px;
	left: 100px;
	width: 120px;
	height: 1px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-x;}	
	
.faq-tabs ul.tabs {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	overflow: hidden;
	border-radius: 3px 3px 3px 3px;}
	
.faq-tabs ul.tabs li {
	position: relative;
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 100px 0px 0px 0px;
	line-height: 32px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 30px 30px 30px 30px;}
	
.faq-tabs ul.tabs li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	color: #ccc;
	text-align: center;
	text-decoration: none;}
	
.faq-tabs ul.tabs li:hover {
	background: rgba(255, 255, 255, 0.2);}
	
.faq-tabs ul.tabs li.tab-current {
	background: rgba(7, 209, 125, 0.8);}
	
.faq-tabs ul.tabs li.tab-current a {
	color: #fff;}

* html ul.tabs li a {float: left}
*+html ul.tabs li a {float: left}


.faq-tabs ul.tabs li .separator {
	position: absolute;
	top: -80px;
	left: 100px;
	width: 1px;
	height: 40px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-y;}	

.faq-tabs ul.tabs li .separator::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

div.t2,
div.t3,
div.t4,
div.t5,
div.t6,
div.t7, 
div.t8 {
	display: none;}
	
div.t1,
div.t2,
div.t3,
div.t4,
div.t5,
div.t6,
div.t7,
div.t8 {
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;}

.faq-box {
	float: left;
	width: 760px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 360px;}
	
.faq-box .faq-q {
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	color: #01a9f4;}
	
.faq-box .faq-q::before {
    position: absolute;
	display: block;
	top: 10px;
	left: 0px;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.faq-box .faq-q::after {
    position: absolute;
	display: block;
	top: 14px;
	left: -60px;
	width: 48px;
	height: 1px;
	content: '';
	border-radius: 5px;
	background-image: url(../images/line-bg.png);
	background-position: top left;
	background-repeat: repeat-x;}		
	
.faq-box .faq-a {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

/***********************************
	Affiliate
***********************************/

.reff-box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

.reff-box.box-1 {
	float: left;
	width: 450px;
	margin: 150px 0px 0px 50px;}

.reff-box.box-2 {
	float: right;
	width: 450px;
	margin: 150px 50px 0px 0px;}

.reff-box .percent {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}
		
.reff-box .name {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;
	text-transform: uppercase;
	text-align: center;}
	
.reff-box .title {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;}

.aff-block {
	position: relative;
	float: left;
	width: 530px;
	margin: 60px 0px 60px 0px;
	padding: 0px 0px 0px 0px;}

.aff-block .earth {
	position: absolute;
	top: 50%;
	right: -606px;
	width: 580px;
	height: 580px;
	margin: -280px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/earth.png) 0px 0px no-repeat;}
	
.aff-block .earth .logo {
	position: absolute;
	top: 255px;
	left: 50%;
	width: 282px;
	height: 80px;
	margin: 0px 0px 0px -141px;
	padding: 0px 0px 0px 0px;	
	background: url(../images/earth-logo.png) 0px 0px no-repeat;
	-webkit-animation: pulse 2s ease infinite;
	-moz-animation: pulse 2s ease infinite;
	-ms-animation: pulse 2s ease infinite;
	-o-animation: pulse 2s ease infinite;
	animation: pulse 2s ease infinite;
	z-index: 101;}

.aff-block .aff-box {
	position: relative;
	float: left;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
	text-align: center;}
	
.aff-block .aff-box.box-1 {
	padding-top: 0px;}


.aff-block .aff-box .small-text {
	float: left;
	width: 100%;
	margin: 20px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
	color: #ccc;
	text-align: center;}

.aff-block .aff-box .percent {	
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}

.aff-block .aff-box .title {	
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;
	text-transform: uppercase;}	
	
.aff-block .aff-box .text {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;}
	
.aff-block .aff-box .text::before {
    position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	top: 0px;
	left: 50%;
	margin-left: -60px;
	content: '';
	background: rgba(255, 255, 255, 0.1);}	

.aff-block .aff-box .text .box {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
	box-sizing: border-box;
	text-align-last: left;}
	
.aff-block .aff-box .text .box.second {
	margin-left: 30px;}	
	
.aff-block .aff-box .text .box .percent-small {
	float: left;
	width: 50px;
	margin: 0px 0px 0px -60px;
	padding: 0px 0px 0px 0px;
	font-size: 40px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;
	line-height: 50px;}	

	
.aff-block .separator {
	position: absolute;
	top: 20px;
	left: 265px;
	width: 1px;
	height: 44px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-y;}	

.aff-block .separator::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.earth-block.affiliate {
	position: relative;
	float: left;
	width: 100%;
	height: 560px;
	margin: 10px 0px 0px 0px;
	padding: 140px 0px 0px 0px;
	overflow: hidden;
	background: url(../images/earth-block-affiliate.html) top center no-repeat;}

.earth-block.affiliate .earth {	
	bottom: -200px;}

.earth-block-separator {
	position: absolute;
	top: 0px;
	left: 559px;
	width: 2px;
	height: 147px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/v-dotted-img.html) top center repeat-y;}
	
.earth-block-separator::after {
    position: absolute;
	display: block;
	bottom: -15px;
	left: -2px;
	width: 3px;
	height: 3px;
	content: '';
	border-radius: 4px;
	border: 2px solid #fdda24;}	

.earth-block.affiliate .earth-cloud {
	position: absolute;
	width: 1120px;
	height: 300px;
	bottom: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background: url(../images/earth-cloud.html) top center no-repeat;}
	
.earth-block.affiliate .nomber {
	position: absolute;
	top: 30px;
	width: 350px;
	height: 295px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/earth-block-nomber.html) 0px 0px no-repeat;
	font-size: 158px;
	color: rgba(4, 100, 140, 0.8);
	text-align: center;
	font-weight: 500;
	line-height: 200px;
	overflow: hidden;}

.earth-block.affiliate .nomber .text {
	float: left;
	width: 100%;	
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	color: #333;
	font-weight: 300;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	line-height: normal;}

.earth-block.affiliate .nomber.first {			
	left: 0px;}
	
.earth-block.affiliate .nomber.second {			
	right: 0px;}
	
.earth-block.affiliate .nomber .nomber-cloud {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 295px;
	height: 246px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/nomber-cloud.html) top center no-repeat;
	opacity: 1;}	

.earth-block.affiliate .nomber.second .nomber-cloud {
	background: url(../images/nomber-cloud-2.html) 0px 0px no-repeat;}

.aff-box {
	float: left;
	width: 1120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}	

.aff-box .text {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;}
	
.aff-box-separator {
	position: relative;
	float: left;
	width: 2px;
	height: 81px;
	margin: -70px 559px 10px 559px;
	padding: 0px 0px 0px 0px;
	background: url(../images/v-dotted-img.html) top center repeat-y;}
	
.aff-box-separator::before {
    position: absolute;
	display: block;
	top: -15px;
	left: -3px;
	width: 3px;
	height: 3px;
	content: '';
	border-radius: 4px;
	border: 2px solid #fdda24;}
	
	
.representatives {
	position: relative;
	float: left;
	width: 100%;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.representatives .title-block {
	float: left;
	width: 100%;
	height: 42px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 6px 6px 6px 6px;
	color: #01a9f4;
	text-decoration: none;
	font-weight: 500;
	line-height: 42px;}
	
.representatives .title-block .flag {
	float: left;
	width: 30px;
	height: 22px;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 0px;}
	
.representatives .title-block .flag.en {	
	background: url(../images/flags/en.png) 0px 0px no-repeat;}
	
.representatives .title-block .flag.ru {	
	background: url(../images/flags/ru.png) 0px 0px no-repeat;}
	
.representatives .title-block .flag.ua {	
	background: url(../images/flags/ua.png) 0px 0px no-repeat;}
	
.representatives .title-block .flag.vt {	
	background: url(../images/flags/vt.png) 0px 0px no-repeat;}		
	
.representatives .title-block span {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 6px 6px 6px 6px;
	color: #ccc;
	font-weight: 300;}	
	
.representatives .info {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	display: none;}
	
.representatives .tr {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}	
	
.representatives .tr {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);}
	
.representatives .tr:first-child {		
	border-top: none;}
	
.representatives .td {
	float: left;
	width: 410px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 12px 0px;
	box-sizing: border-box;}	

.representatives .td.name {
	width: 300px;}
	
.representatives .td.name span {
	position: relative;
	float: left;
	margin: 12px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: 500;}	
	
/***********************************
	News
***********************************/

.news-page {
	position: relative;
	float: left;
	width: 100%;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/line-bg.png);
	background-position: left 260px top;
	background-repeat: repeat-y;}

.news-box {
	position: relative;
	float: left;
	width: 800px;
	margin: 60px 0px 0px 0px;
	padding: 80px 0px 0px 320px;}
	
.news-box .separator.sep-1 {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 120px;
	height: 40px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}
	
.news-box .separator.sep-2 {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 420px;
	height: 40px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}	

.news-box .separator.sep-1::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.news-box .separator.sep-2::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.news-box .news-title {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;
	text-align: center;
	text-transform: uppercase;} 
	
.news-box .news-date {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 200px;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 32px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 30px 30px 30px 30px;}
	
.news-box .news-text {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;}
	
.no-news {
	position: relative;
	float: left;
	width: 100%;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}	

/***********************************	
	Video section			
***********************************/

.video-wrapper {
	float: left;
	width: 530px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.video-wrapper.right {
	float: right;}			

/***********************************
	Rules
***********************************/

.rules-title {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;}

/***********************************
	Support
***********************************/

.contacts-block {
	position: relative;
	float: left;
	width: 1120px;
	margin: 60px 0px 60px 0px;
	padding: 100px 0px 0px 0px;}
	
.contacts-block .separator.sep-1 {
	position: absolute;
	top: 0px;
	left: 560px;
	width: 1px;
	height: 60px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-y;}	
	
.contacts-block .separator.sep-2 {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 360px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}
	
.contacts-block .separator.sep-3 {
	position: absolute;
	top: 0px;
	right: 160px;
	width: 360px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}	

.contacts-block .separator.sep-1::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.contacts-block .separator.sep-2::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.contacts-block .separator.sep-3::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}	
	
	
.contacts-block .box {
	float: left;
	width: 320px;
	margin: 0px 0px 0px 80px;
	padding: 0px 0px 0px 0px;
	text-align: center;}
	
.contacts-block .box.box-1 {
	margin-left: 0px;}	
	
.contacts-block .box .tr {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.contacts-block .box .tr a {
	color: #ccc;}
	
.contacts-block .box .easy-btn {
	width: 250px;
	margin: 14px 0px 0px 35px;}
	

.map-wrapper {
	position: relative;
	float: left;
	width: 1120px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-radius: 6px;}

.map {
	float: left;
	width: 1120px;
	margin: -160px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

/***********************************
	Registration
***********************************/

.reg-tabs {
	position: relative;
	float: left;
	width: 1120px;
	margin: 60px 0px 60px 0px;
    padding: 100px 0px 0px 0px;}
	
.reg-tabs .separator.sep-1 {
	position: absolute;
	top: 0px;
	left: 560px;
	width: 1px;
	height: 60px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-y;}	
	
.reg-tabs .separator.sep-2 {
	position: absolute;	
	top: 0px;
	left: 250px;
	width: 270px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}
	
.reg-tabs .separator.sep-3 {
	position: absolute;	
	top: 0px;
	right: 250px;
	width: 270px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}	

.reg-tabs .separator.sep-1::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.reg-tabs .separator.sep-2::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.reg-tabs .separator.sep-3::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}		
	
.reg-tabs ul.tabs {
	float: left;
	width: 870px;
	margin: 0px 0px 0px 125px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	overflow: hidden;}
	
.reg-tabs ul.tabs li {
	position: relative;
	float: left;
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 60px;
	line-height: 32px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 30px 30px 30px 30px;}
	
.reg-tabs ul.tabs li.first {
	margin-left: 0px;}
	
.reg-tabs ul.tabs li:hover {
	background: rgba(255, 255, 255, 0.2);}	
	
.reg-tabs ul.tabs li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	color: #ccc;
	text-align: center;
	text-decoration: none;}
	
.reg-tabs ul.tabs li.tab-current {
	background: rgba(7, 209, 125, 0.8);}
	
.reg-tabs ul.tabs li.tab-current a {	
	color: #fff;}	

/***********************************
	After registration
***********************************/

.after-reg {
	position: relative;
	float: left;
	height: 360px;
    width: 360px;
	margin: 60px 0px 60px 380px;
	padding: 0px 0px 0px 0px;}

.after-reg .gear {
	background: url(../images/gear-4.png) 0px 0px no-repeat;
	position: absolute;	
	left: 0px;
	top: 0px;
	width: 360px;
	height: 360px;
	margin: 0px 0px 0px 0px;
	z-index: 99;
	
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 14s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 14s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 14s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation;
	animation-duration: 14s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}
	
.after-reg .lock-icon {
	position: absolute;
	width: 200px;
	height: 217px;
	margin: 80px 0px 0px 80px;
	background: url(../images/lock-icon.png) center center no-repeat;
	z-index: 100;}	
	
.after-reg .lock-icon-2 {
	position: absolute;
	top: 85px;	
	left: 85px;
	width: 191px;
	height: 191px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/lock-icon-2.png) 0px 0px no-repeat;
	z-index: 101;
	-webkit-animation-name: lock-move;
	-webkit-animation-duration: 11s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: lock-move;
	-moz-animation-duration: 11s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: lock-move;
	-o-animation-duration: 11s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: lock-move;
	animation-duration: 11s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;}

/***********************************
	Login Redirect
***********************************/

.login-redirect .round-3 {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 300px;
    width: 300px;
	margin: -200px 0px 0px -150px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}

.login-redirect .round-4 {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 400px;
    width: 400px;
	margin: -250px 0px 0px -200px;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: 900;}

.login-redirect .round-3 .text-box {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 600px;
	margin: 0px 0px 0px -150px;
	padding: 0px 0px 0px 0px;}		
	
.login-redirect .round-3 .text-box .title {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;}	
	
.login-redirect .round-3 .text-box .text {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;}
	
.login-redirect .round-3 .text-box .text a {
	color: #ccc;}

/***********************************
	Account Navigation
***********************************/

.account-nav-wrapper {
	position: relative;
	float: left;
	width: 1120px;
	margin: 60px 0px 0px 0px;
	padding: 100px 0px 0px 0px;}
	
.account-nav-wrapper .separator.sep-1 {
	position: absolute;
	top: 0px;
	left: 105px;
	width: 425px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}		

.account-nav-wrapper .separator.sep-2 {
	position: absolute;
	top: 0px;
	right: 105px;
	width: 425px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}
	
.account-nav-wrapper .separator.sep-3 {
	position: absolute;
	top: 0px;
	left: 235px;
	width: 650px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;}
	
.account-nav-wrapper .separator.sep-4 {
	position: absolute;
	top: 0px;
	left: 365px;
	width: 390px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;}		

.account-nav-wrapper .separator.sep-5 {
	position: absolute;
	top: 0px;
	left: 495px;
	width: 130px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;}				

.account-nav-wrapper .separator.sep-1::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.account-nav-wrapper .separator.sep-2::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}	

.account-nav-wrapper .separator.sep-3::before, .account-nav-wrapper .separator.sep-4::before, .account-nav-wrapper .separator.sep-5::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.account-nav-wrapper .separator.sep-3::after, .account-nav-wrapper .separator.sep-4::after, .account-nav-wrapper .separator.sep-5::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
		
	
.account-nav {
	position: relative;
	float: left;
	width: 1120px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.account-nav ul {
	float: left;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px;}
	
.account-nav ul li {
	float: left;
	width: 100px;
	height: 110px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;}
	
.account-nav ul li a {
	position: relative;
	float: left;
	width: 100px;
	height: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #abb8da;
	line-height: 20px;
	background: rgba(10, 28, 78, 0.8);
	border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 0 0 40px rgba(183, 219, 255, 0.1);
	-webkit-box-shadow: 0 0 40px rgba(183, 219, 255, 0.1);
	box-shadow: 0 0 40px rgba(183, 219, 255, 0.1);
	
	-moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;}

.account-nav ul li a:hover {
	background: rgba(7, 209, 125, 0.8);
	color: #fff;
	-moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;}	
	
.account-nav ul li a .icon {
	float: left;
	width: 32px;
	height: 32px;
	margin: 17px 0px 0px 34px;
	padding: 0px 0px 0px 0px;
	background: #0C0}

.account-nav ul li span {
	float: left;
	width: 100px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.account-nav ul li a .icon.icon-1 {
	background: url(../images/nav-icons.png) 0px 0px no-repeat;}

.account-nav ul li a .icon.icon-2 {
	background: url(../images/nav-icons.png) 0px -32px no-repeat;}

.account-nav ul li a .icon.icon-3 {
	background: url(../images/nav-icons.png) 0px -64px no-repeat;}

.account-nav ul li a .icon.icon-4 {
	background: url(../images/nav-icons.png) 0px -96px no-repeat;}

.account-nav ul li a .icon.icon-5 {
	background: url(../images/nav-icons.png) 0px -128px no-repeat;}
	
.account-nav ul li a .icon.icon-6 {
	background: url(../images/nav-icons.png) 0px -160px no-repeat;}	
	
.account-nav ul li a .icon.icon-7 {
	background: url(../images/nav-icons.png) 0px -192px no-repeat;}

.account-nav ul li a .icon.icon-8 {
	background: url(../images/nav-icons.png) 0px -224px no-repeat;}	
	
/***********************************
	Cabinet
***********************************/

.cabinet-box-tr {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.cabinet-box-tr.second {
	margin-top: 60px;}
	
.cabinet-box {
	position: relative;
	float: left;
	width: 470px;
	margin: 0px 0px 0px 0px;
	padding: 30px 30px 30px 30px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 6px 6px 6px 6px;}
	
.cabinet-box.left {
	float: left;}			
	
.cabinet-box.right {
	float: right;}
	
.cabinet-box .big-tr {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	box-sizing: border-box;}

.cabinet-box .big-tr .icon {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50px 50px 50px 50px;
	background-position: 0px 0px;
	background-repeat: no-repeat;}

.cabinet-box .big-tr .icon.icon-1 {
	background-image: url(../images/big-tr-user.png);}

.cabinet-box .big-tr .icon.icon-2 {
	background-image: url(../images/big-tr-balance.png);}			
	
.cabinet-box .big-tr .title {
	float: left;
	width: 50%;
	margin: 6px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: 500;}	
	
.cabinet-box .big-tr .text-small {
	float: left;
	width: 50%;
	margin: 5px 0px 0px 20px;
	padding: 0px 0px 0px 0px;}	
	
.cabinet-box .tr {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
	
.cabinet-box .tr.first {
	padding-top: 0px;}	
	
.cabinet-box .tr .right	{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;}

.cabinet-main-box {
	position: relative;
	float: left;
	width: 100%;
	height: 250px;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 40px 0px;}	
	
.cabinet-main-box .btn-pulse-2 {
	position: absolute;
	margin: 0px 0px 0px 445px;}
	
.cabinet-main-box .separator.sep-1 {
	position: absolute;
	top: 40px;
	left: 265px;
	width: 160px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left bottom, top left;
	background-repeat: repeat-x, repeat-y;}		

.cabinet-main-box .separator.sep-2 {
	position: absolute;
	top: 40px;
	right: 265px;
	width: 160px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left bottom, top right;
	background-repeat: repeat-x, repeat-y;}
	
.cabinet-main-box .separator.sep-3 {
	position: absolute;
	bottom: 40px;
	left: 265px;
	width: 160px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}		

.cabinet-main-box .separator.sep-4 {
	position: absolute;
	bottom: 40px;
	right: 265px;
	width: 160px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}

.cabinet-main-box .separator.sep-5 {
	position: absolute;
	top: 174px;
	left: 240px;
	width: 162px;
	height: 1px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-x;}

.cabinet-main-box .separator.sep-6 {
	position: absolute;
	top: 174px;
	right: 240px;
	width: 162px;
	height: 1px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-x;}		

.cabinet-main-box .separator.sep-1::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.cabinet-main-box .separator.sep-2::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.cabinet-main-box .separator.sep-3::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.cabinet-main-box .separator.sep-4::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.cabinet-main-box .separator.sep-5::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -4px;
	left: -20px;
	content: '';
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.4);}		
	
.cabinet-main-box .separator.sep-6::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -4px;
	right: -20px;
	content: '';
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.4);}
	
.cabinet-main-box .separator.sep-1::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -4px;
	right: -20px;
	content: '';
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.4);}

.cabinet-main-box .separator.sep-2::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -4px;
	left: -20px;
	content: '';
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.4);}
	
.cabinet-main-box .separator.sep-3::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: -4px;
	right: -20px;
	content: '';
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.4);}

.cabinet-main-box .separator.sep-4::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: -4px;
	left: -20px;
	content: '';
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.4);}
	
.cabinet-main-box .separator.sep-5::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	top: -4px;
	right: -20px;
	content: '';
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.4);}		
	
.cabinet-main-box .separator.sep-6::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -4px;
	left: -20px;
	content: '';
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.4);}	

.cabinet-main-box .easy-btn {
	width: 200px;
	margin: 98px 0px 0px 0px;}
	
.cabinet-main-box .easy-btn.blue-btn {
	float: right;}	

/***********************************
	Invest
***********************************/

.reg-tabs.dep-tabs {
	position: relative;
	float: left;
	width: 1120px;
	margin: 0px 0px 60px 0px;
    padding: 100px 0px 0px 0px;}
	
.reg-tabs.dep-tabs .separator.sep-2 {
	left: 380px;
	width: 140px;}
	
.reg-tabs.dep-tabs .separator.sep-3 {
	right: 380px;
	width: 140px;}		
	
.reg-tabs.dep-tabs ul.tabs {
	width: 660px;
	margin: 0px 0px 0px 230px;}
	
.reg-tabs.dep-tabs ul.tabs li {
	width: 300px;}

	
.plans-box {
	float: left;
	width: 340px;
	margin: 0px 0px 60px 50px;
	padding: 0px 0px 0px 0px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 6px 6px 6px 6px;}
	
.plans-box.plan-1 {
	margin-left: 0px;}	
	

.plans-box .percent {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
    font-size: 90px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	text-align: center;}
	
.plans-box .percent::before {
    position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	bottom: 0px;
	left: 110px;
	content: '';
	background: rgba(255, 255, 255, 0.1);}	
	
.plans-box .tr {
	float: left;
	width: 100%;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	text-align: center;}
	
.plans-box .tr span {
	color: #01a9f4;}
	
.plans-box .select-block {
	position: relative;
	float: left;
	width: 100%;
	margin: 18px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	box-sizing: border-box;
	text-align: center;}
	
.plans-box .select-block::before {
    position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	top: 0px;
	left: 110px;
	content: '';
	background: rgba(255, 255, 255, 0.1);}

.plans-box .label_radio i {
    width: 60px;
    height: 30px;
	top: 0px;
	margin-right: 0px;
    cursor: pointer;
    background: rgba(10, 28, 78, 0.8);
	border-radius: 50px 50px 50px 50px;}

/***********************************
	Deposit List
***********************************/
	
.dep-list {
	float: left;
	width: 100%;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

.no-dep-list {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;}

.dep-list .title {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;}	

.dep-list .title span {	
	color: #01a9f4;}
	
/***********************************
	Historys
***********************************/

.reg-tabs.historys-tabs {
	position: relative;
	float: left;
	width: 1120px;
	margin: 0px 0px 60px 0px;
    padding: 100px 0px 0px 0px;}		

/***********************************
	Withdraw Funds
***********************************/

.no-funds {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;}

/***********************************
	Referals
***********************************/

.cabinet-box .tr.reff {
	float: left;
	width: 100%;
	margin: 38px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: none;}

.cabinet-box .tr.reff .inpts {
	width: 315px;}
	
.cabinet-box .tr.reff .sbmt {
	width: 140px;
	margin-left: 15px;}	
	

.banners-tabs {
	position: relative;
	float: left;
	width: 1120px;
	margin: 0px 0px 60px 0px;
    padding: 100px 0px 0px 0px;}
	
.banners-tabs .separator.sep-1 {
	position: absolute;
	top: 0px;
	left: 560px;
	width: 1px;
	height: 60px;
	background-image: url(../images/line-bg.png);
	background-position: left top;
	background-repeat: repeat-y;}	
	
.banners-tabs .separator.sep-2 {
	position: absolute;	
	top: 0px;
	left: 110px;
	width: 410px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top left;
	background-repeat: repeat-x, repeat-y;}
	
.banners-tabs .separator.sep-3 {
	position: absolute;	
	top: 0px;
	right: 110px;
	width: 410px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-x, repeat-y;}
	
.banners-tabs .separator.sep-4 {
	position: absolute;	
	top: 0px;
	left: 260px;
	width: 150px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-y, repeat-y;}		
	
.banners-tabs .separator.sep-5 {
	position: absolute;	
	top: 0px;
	right: 260px;
	width: 150px;
	height: 60px;
	background-image: url(../images/line-bg.png), url(../images/line-bg.png);
	background-position: left top, top right;
	background-repeat: repeat-y, repeat-y;}	

.banners-tabs .separator.sep-1::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}

.banners-tabs .separator.sep-2::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.banners-tabs .separator.sep-3::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.banners-tabs .separator.sep-4::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.banners-tabs .separator.sep-4::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.banners-tabs .separator.sep-5::before {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	left: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}
	
.banners-tabs .separator.sep-5::after {
    position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	bottom: -20px;
	right: -4px;
	content: '';
	border-radius: 5px;
	background: #fdb52b;}	
				
	
.banners-tabs ul.tabs {
	float: left;
	width: 1020px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	overflow: hidden;}
	
.banners-tabs ul.tabs li {
	position: relative;
	float: left;
	width: 120px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	line-height: 32px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 30px 30px 30px 30px;}
	
.banners-tabs ul.tabs li.first {
	margin-left: 0px;}
	
.banners-tabs ul.tabs li:hover {
	background: rgba(255, 255, 255, 0.2);}	
	
.banners-tabs ul.tabs li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	color: #ccc;
	text-align: center;
	text-decoration: none;}
	
.banners-tabs ul.tabs li.tab-current {
	background: rgba(7, 209, 125, 0.8);}
	
.banners-tabs ul.tabs li.tab-current a {	
	color: #fff;}		

/***********************************
	Promo Materials
***********************************/
	
.banners-box {
	float: left;
	width: 1060px;
	margin: 0px 0px 0px 0px;
    padding: 10px 30px 30px 30px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 3px 3px 3px 3px;}
	
.banners-box .title {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;}	

.banners-box img {
	background: #fff;}	
	
.banners-box .inpts {
	float: left;
	overflow: hidden;
	width: 728px;
	height: 90px;
	margin: 30px 0px 0px 166px;
	padding: 20px 20px 20px 20px;
	border: none;
	text-align: center;
	line-height: 26px;}

/***********************************
	Forms
***********************************/

form, .form {
	position: relative;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;}
	
form.second, .form.second {
	margin-top: 30px;}
	
.form-field {
	float: left;
	width: 470px;
	margin: 30px 0px 0px 30px;
	padding: 0px 0px 0px 0px;}
	
.form-field.center {
	text-align: center;}		
	
.form-field label {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;}
	
.ppp {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	height: 40px;
	padding: 10px 20px 10px 20px;
	border: none;
	box-sizing: border-box;
	outline: none;
	background-color: rgba(10, 28, 78, 0.8);
	border: 0px solid #d9d8d9;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;

	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	line-height: normal;}
	
.inpts:focus {
	outline: none;}
	
.inpts:focus::-webkit-input-placeholder {color: transparent}
.inpts:focus::-moz-placeholder          {color: transparent}
.inpts:focus:-moz-placeholder           {color: transparent}
.inpts:focus:-ms-input-placeholder      {color: transparent}

.inpts.mail-inpts {
	height: 150px;}
	
.inpts.select {	
	-webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-image: url(../images/down.png);
	background-position: center right 12px;
	background-repeat: no-repeat;
	background-color: rgba(10, 28, 78, 0.8);}
		
.sbmt {
	float: left;
	width: 220px;
	height: 40px;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background: #fdb52b;
	border-radius: 20px 20px 20px 20px;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;}	

.sbmt:hover {
	background: #fdc55a;
	color: #fff;}

.sbmt-green {
	background: #07d17d;
	color: #fff;}
	
.sbmt-green:hover {	
	background: #4bdea1;}	

.sbmt-blue {
	background: #01a9f4;
	color: #fff;}
	
.sbmt-blue:hover {	
	background: #48bef3;}
	
.forms-title {
	float: left;
	width: 100%;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;}	
		
/***********/

form.calc_form {
	width: 100%;
	background: rgba(255, 255, 255, 0.1);}
	
form.calc_form .form-field {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}	

form.calc_form .form-field label {}
	
form.calc_form .form-field .inpts {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	border: none;}
	
form.calc_form .form-field .inpts.select {	
	padding: 9px 15px 9px 15px;}
	
	
form.support_form {
	width: 530px;
	margin: 0px 0px 0px 295px;
	background: rgba(255, 255, 255, 0.1);}
	
form.support_form .form-field {
	width: 470px;}	
	
form.support_form .form-field.full {
	width: 470px;}
	

form.signup_form {
	width: 730px;
	margin: 0px 0px 0px 195px;
	background: rgba(255, 255, 255, 0.1);}
	
form.signup_form .form-field {
	width: 320px;
	padding: 0px 0px 0px 0px;}	
	
form.signup_form .form-field.full {
	width: 670px;}
		
	
form.login_form {
	width: 530px;
	margin: 0px 0px 0px 295px;
	background: rgba(255, 255, 255, 0.1);}
	
form.signup_form a, form.login_form a {
	color: #ccc;}	


.form.deposit_confirm {
	width: 470px;
	margin: 0px 0px 30px 295px;
	padding: 27px 30px 30px 30px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;}

.form.deposit_confirm .form-field {
	margin-left: 0px;}
	
.form.deposit_confirm form {
	background: none;
	margin-left: 165px;
	padding: 0px 0px 0px 0px;}	
	
.form.deposit_confirm form .sbmt {
	margin: 30px 30px 0px 0px;}


.form.dep_confirm, form.dep_confirm {
	width: 530px;
	margin: 0px 0px 0px 295px;
	background: rgba(255, 255, 255, 0.1);}

	
.deposit_confirm .tr, .dep_confirm .tr {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);}

.deposit_confirm .tr.first, .dep_confirm .tr.first {
	padding-top: 0px;}

.deposit_confirm .tr .right, .dep_confirm .tr .right {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #01a9f4;}

	
.btc_form {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;}
	
.btc_form a {		
	color: #01a9f4;}
	
.btc_form img {
	margin-top: 30px;}


form.historys_form {
	width: 1120px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	background: rgba(255, 255, 255, 0.1);}	
	
form.historys_form .title-wrapper {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;}
	
form.historys_form .title-wrapper .title {
	float: left;
	width: 462px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ccc;}
	
form.historys_form .title-wrapper .title.first {
	margin-left: 30px;}	
	
form.historys_form .form-field {
	width: 136px;
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 0px;}	

form.historys_form .form-field.first {
	margin-left: 30px;}
	
form.historys_form .form-field.second {
	margin-left: 30px !important;}
	
form.historys_form .form-field .inpts {
	width: 136px;
	margin: 0px 0px 0px 0px;
	color: #ccc;}	
	
form.historys_form .form-field .inpts.select {
	height: 32px;
	padding: 6px 20px 6px 15px;}			
	
form.historys_form .form-field .sbmt {
	width: 136px;
	height: 32px;
	line-height: 32px;}

	
form.historys_form .title-wrapper .title.big {
	width: 306px;
	margin-left: 394px;}
	
form.historys_form .title-wrapper .title.big.second {
	margin-left: 0px;}		
	
form.historys_form .form-field.big {
	width: 161px;}
	
form.historys_form .form-field.big .inpts {
	width: 161px;}
	
	
form.historys_form .form-field.small {
	width: 84px;}				
	
form.historys_form .form-field.small .inpts {
	width: 84px;}
	
form.historys_form .form-field.small .sbmt {	
	width: 84px;}


form.withdrawal_form, form.deposit_form {
	width: 100%;
	padding-bottom: 0px;}
	

form.historys_form.paidout .title-wrapper .title.first {
	margin-left: 427px;}	

form.historys_form.paidout .form-field.first {
	margin-left: 427px;}	

	
input.style {
    display: none;}

.label_checkbox,
.label_radio {
	float: none !important;
	width: auto !important;
    line-height: 20px;
    /*display: -webkit-box;
    display:    -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;*/
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
    cursor: pointer;
    color: #ccc;}
	
.label_checkbox i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
	top: 4px;
	margin-right: 10px;
    cursor: pointer;
    background: #fff;
	border-radius: 3px 3px 3px 3px;}

.label_checkbox i::after {
    display: none;
    margin-top: 0px;
    margin-left: 0px;
    content: '';}

.label_checkbox .input_checkbox:checked + i {
    background: #01a9f4;}

.label_checkbox .input_checkbox:checked + i::after {
    display: block;
    content: ' ';
    -webkit-transition: ease-in-out .1s;
       -moz-transition: ease-in-out .1s;
        -ms-transition: ease-in-out .1s;
         -o-transition: ease-in-out .1s;
            transition: ease-in-out .1s;}	


.label_radio i {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
	top: 4px;
	margin-right: 10px;
    cursor: pointer;
    background: rgba(10, 28, 78, 0.8);
	border-radius: 3px 3px 3px 3px;}

.tables .label_radio {
	float: left !important;}
	
.tables .label_radio i {
	top: 0px;}	

.label_radio i::after {
    display: none;
    margin-top: 0px;
    margin-left: 0px;
    content: '';}

.label_radio .input_radio:checked + i {
    background: #01a9f4;}

.label_radio .input_radio:checked + i::after {
    display: block;
    content: ' ';
    -webkit-transition: ease-in-out .1s;
       -moz-transition: ease-in-out .1s;
        -ms-transition: ease-in-out .1s;
         -o-transition: ease-in-out .1s;
            transition: ease-in-out .1s;}

/***********************************
	Tables
***********************************/

.tables {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;}
	
.tables	td.inheader {
	margin: 0px 0px 0px 0px;
	padding: 12px 15px 12px 15px;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.1) !important;
	line-height: normal;
	color: #fff !important;
	text-transform: uppercase;
	border-top: none;}
	
.tables	td.inheader a {
	color: #fff;}

.tables	.inheader:nth-child(1) {
	border-radius: 6px 0px 0px 0px;}
	
.tables	.inheader:last-child {
	border-radius: 0px 6px 0px 0px;}		
	
.tables	td {
	margin: 0px 0px 0px 0px;
	padding: 12px 15px 12px 15px;
	vertical-align: middle;
	font-size: 15px;
	line-height: normal;
	color: #ccc;
	font-weight: 300;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.1);}

.tables	tr:last-child td:nth-child(1) {
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;}
	
.tables	tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;}		
	
.tables	img {
	margin: 0px 0px -5px 0px;}

.tables.repr-table img {
	margin: 0px 0px -4px 0px;}
	
.tables	td a {
	color: #ccc;}	
	
	
.tables.second {
	margin-top: 30px;}	
	
	
.tables.representatives {
	width: 1120px;
	margin-top: 30px;
	margin-bottom: 0px;}

.tables.representatives	td {
	color: #333;}
	
.tables.representatives tr:nth-child(2n+1) td {
	background: rgba(4, 100, 140, 0.1);}		
	
.tables.easy {
	width: 1060px;}		
	
.tables-note {
	float: left;
	width: 1060px;
	margin: 0px 0px 0px 0px;
	padding: 23px 30px 30px 30px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 6px 6px 6px 6px;}
	
.tables-note .tr {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
    padding: 7px 0px 7px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;}	
	
.tables-note .tr .right {
	float: right;
    color: #01a9f4;}

/***********************************
	Messages
***********************************/
	
.messages {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 18px 30px 20px 20px;
	box-sizing: border-box;
	border-radius: 6px 6px 6px 6px;
	background: rgba(255, 255, 255, 0.1);}	

.messages.error {
	border-left: 8px solid #df4444;}
	
.messages.warning {
	border-left: 8px solid #fdb52b;}
	
.messages.success {
	border-left: 8px solid #07d17d;}

.messages.signup {
	width: 730px;
	margin-left: 195px;}
	
.messages.login {
	width: 530px;
	margin-left: 295px;}
	
.messages.acc-centr {
	width: 600px;
	margin-left: 265px;
	background: rgba(247, 248, 251, 0.6);}		
	
/***********************************
	Pager
***********************************/	
	
.pager {
	float: left;
	width: 100%;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}
	
.pager a, .pager span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;}	
	
.pager a:hover, .pager span:hover {
	color: #01a9f4;}	
	
/***********************************
	Other
***********************************/

.radius3 {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;}

.radius6 {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;}
	
.transition3 {	
	-moz-transition:0.3s;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;}

.no-m-top {
	margin-top:0px !important;}
	
.no-m-bottom {
	margin-bottom:0px !important;}	

.no-p-top {
	padding-top:0px !important;}
	
.no-p-bottom {
	padding-bottom:0px !important;}
	
table.tab {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #DA0014;border-collapse: collapse;}
table.tab th {  
    font-size: 17px;
    background-color: #0b7f4f;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #0b7f4f;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;}
table.tab tr {}
table.tab td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #0b7f4f; color: #fff;}


table.blank {font-size:14px;color:#333333;width:100%;border-width: 0px;border-color: #9dcc7a;border-collapse: collapse; color: #fff;}
table.blank th {font-size:14px;background-color:#abd28e;border-width: 0px;padding: 8px;border-style: solid;border-color: #9dcc7a;text-align:left;}
table.blank tr {}
table.blank td {font-size:14px;border-width: 0px;padding: 8px;border-style: solid;border-color: #9dcc7a;}
	
.pp{
        text-align: right;
    width: 52%;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
	    outline: none;
}


.deposit-total {
    max-width: 400px;
    background-color: #0b7f4f;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 12px;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
    margin-top: 20px;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;}
    
select{
	      height: auto;
    width: 30%;
    border-radius: 5px;
    border: 1px solid #fdb52b;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    color: #000;
    outline: none;
    padding: 10px;
	 }    
.success {
    width: 97.2%;
    color: #fff;
    background-color: green;
    padding: 11px 10px;
    overflow: hidden;
    letter-spacing: 1px;
    text-align: center;
    border-top-left-radius: 63px;
    border-bottom-right-radius: 63px;}	 

.statistContainer {
	width: 100%;
	background: url(../img/bgoffer2.jpg) no-repeat center;
	padding: 40px 0;
	overflow: hidden;
}
.statistInner {
	width: 1170px;
	margin: 0 auto;
}
.statist-part {
	width: 23%;
	text-align: center;
	float: left;
	padding: 20px;
	padding-top: 110px;
	border-radius: 4px;
	margin-right: 31px;
}
.statist-part h3 {
	font-size: 24px;
	color: #0679c0;
	margin: 0;
	margin-bottom: 15px;
}
.statist-part p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.statist-part1 {
	background: url(../images/stt-ic1.png) #14142500 no-repeat center top 28px;
}
.statist-part2 {
	background: url(../images/stt-ic2.png) #14142500 no-repeat center top 28px;
}
.statist-part3 {
	background: url(../images/stt-ic3.png) #14142500 no-repeat center top 28px;
}
.statist-part4 {
	background: url(../images/stt-ic4.png) #14142500 no-repeat center top 28px;
	margin-right: 0;
}

	