html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Tahoma";
	min-width: 1000px;
	min-height: 650px;
}

a {
	cursor: pointer;
}

a:hover {
	color: #FF9900;
}

.container-fluid {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.back {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.paralax-1, .paralax-2, .paralax-3 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;

	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	transition: all 4s cubic-bezier(.42,.5,.43,.98);
	transform: scale(1.05, 1.05);
}

.paralax-1 {
	background-image: url('/img/paralax-1h.jpg');
	background-size: cover;	
}

.paralax-2 {
	bottom: 2.5%;
	background-image: url('/img/paralax-2h.png');
	background-size: contain;
}

.paralax-3 {
	bottom: 2.5%;
	background-image: url('/img/paralax-3h.png');
	background-size: contain;
}

.animate-light {
	animation: light 10s infinite;
	animation-timing-function: cubic-bezier(0,.5,.5,1);
}

@keyframes light {
    0% {
    	opacity: 0;
    }
    25% {
    	opacity: 0;
    }
    50% {
    	opacity: 1;
    }
    75% {
    	opacity: 1;
    }
    100% {
    	opacity: 0;
    }
}

.header {
    height: 85px;
	background-image: url('/img/top.png');
    background-size: 4000px;
    background-position-x: 50%;
    background-repeat: no-repeat;
    position: relative;
	padding: 0 15%;
}

.header ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	display: table;
	width: 100%
}

.header ul li {
	display: table-cell;
	text-align: center;
}

.header ul li a {
	line-height: 52px;
	font-weight: bold;
	color: #00A1E6;
	cursor: pointer;
	text-decoration: underline;
}

.header ul li a:hover {
	color: #FF9900;
	text-decoration: none;
}

.header ul li a.active {
	color: #FF9900;
	text-decoration: none;
	border-bottom: none;	
}

.header ul li.mid-part {
	width: 175px;
}

.header ul li.col1 {
	width: 135px;
}

.header ul li.col2 {
	width: 175px;
}

.header ul li.col3 {
	width: 160px;
}

.header ul li.col4 {
	width: 150px;
	padding-right: 15px;
}

.middler {
	position: relative;
	padding: 0 15%;
	margin-top: 10px;
	top: 0px;
	left: 0px;
	width: 100%;
    transition: all 1s ease-in-out;
	
}

.central-block {
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	padding: 15px;
	border-radius: 10px;
}

.central-block .title {
	color: #00A1E6;
    text-transform: uppercase;
    font-size: 29px;
    text-align: center;
    line-height: 39px;
}

.central-block .title b {
	font-weight: bold;
	color: #FF9900;
}

.central-block .income {
	text-align: center;
	color: #797979;
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
}

.central-block .buttons {
	margin-top: 20px;
	text-align: center;
}

.central-block .buttons a:first-child button {
	margin-right: 20px;
}

.central-block .regs {
	margin-top: 16px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #797979;
}

.triggers {
	position: absolute;
	bottom: 40px;
	width: 100%;
	margin-right: 15%;
	right: 0;
    transition: all 1s ease-in-out;
}

.triggers ul {
	list-style: none;
	padding: 0;
	position: relative;
	right: 0;
	bottom: 0;
}

.triggers ul li {
	text-align: right;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(-50px);
    transition: all 1s ease-in-out;
}

.triggers ul li .title {
	font-size: 32px;
	line-height: 32px;
	color: rgba(255,255,255,0.9);
}

.triggers ul li .desc {
	font-size: 14px;
	line-height: 16px;
	color: rgba(255,255,255,0.9);
}

.triggers ul li img {
	height: 25px;
    margin-top: -7px;
}

.triggers ul li.active {
	opacity: 1;
	transform: translateY(0px);
}

.triggers ul li.drop-down {
	opacity: 0;
	transform: translateY(50px);
}

.button {
	background-size: contain;
	border: 0;
	border-radius: 5px;
	padding: 10px 15px;
	border-bottom: 2px solid rgba(0,0,0,0.35);
	color: rgba(0,0,0,0.35);
	position: relative;
	background-color: rgba(0,0,0,0.5);
}

.button c {
	background-color: rgba(0,0,0,0.5);
	color: transparent;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.15);
	-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.button:hover c {
	background-color: rgba(0,0,0,0.9);
}

.button:before {
	opacity: 0;
	border-radius: 5px;
	background-image: url('/img/button-blick.png');
	width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    transition: all 0.2s ease-in-out;
    background-position-y: -20px;
}

.button:hover:before {
	opacity: 1;
	background-image: url('/img/button-blick.png');
	background-position-y: 0px;
}

.button span {
	display: inline-block;
    background-image: url('/img/button-brdr.png');
    width: 4px;
    height: 35px;
    margin-top: -10px;
    margin-bottom: -14px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 7px;
}

.button .fa {
	margin-right: 8px;
	background-color: rgba(0,0,0,0.5);
	color: transparent;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.15);
	-webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}


.button:hover .fa {
	background-color: rgba(0,0,0,0.9);
}

.button-orange {
	background-image: url('/img/button-orange.png');	
}

.button-blue {
	background-image: url('/img/button-blue.png');
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	padding: 0 15%;
}

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

.footer ul li {
	float: left;
}

.footer ul li a {
	line-height: 30px;
	color: #b3b3b3;
	padding: 0px 6px 1px 6px;
}

.footer ul li a:hover {
	background-color: rgba(0,0,0,0.4);
	border-radius: 3px;
	text-decoration: none;
}

.footer ul li.brdr {
	margin: 7px 5px;
	width: 2px;
	height: 16px;
	background-color: #b3b3b3;
}

.footer ul li.copy {
	float: right;
	line-height: 30px;
	color: #b3b3b3;
}

#main, #mission, #marketing, #advertisement, #webmasters {
	opacity: 1;
	pointer-events: all;
	color: #00A1E6;
}

.opa0 {
	opacity: 0!important;
}

.hide {
	display: none;
}

.hide-pe {
	pointer-events: none!important;
}

.logo-link {
	display: block;
    width: 110px;
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: none!important;
}

.mbt15 {
	margin: 15px 0;
}

.mission-list {
	overflow: hidden;
	display: table;
	margin-bottom: 10px;
}

.mission-list div {
	display: table-cell;
	vertical-align: middle;
}

.mission-list img {
	width: 20px;
	margin-right: 10px;
}

.tc {
	text-align: center;
}

.mtop15 {
	margin-top: 15px;
}


.center-middle {
	height: 100%;
	width: 100%;
	display: table;	
}

.center-middle > div {
	width: 100%;
	display: table-cell;
	vertical-align: middle;	
}

.er404 {
	text-align: center;
}

.er404but {
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

.er404-tit {
	transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;	
	font-size: 150px;
	line-height: 100px;
	color: rgba(255,255,255,0.8);
}

.er404-notf {	
	font-size: 22px;
	line-height: 50px;
	color: rgba(0,0,0,0.8);
}

.posa {
	position: absolute;
	left: 0;
	top: 0;
}

.mymodals {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 650px;
	background-color: rgba(0,0,0,0.9);
	transition: all 1s ease-in-out;
}

#about, #register, #login, #forgot {
	text-align: center;
}

.mymodals .white {
	width: 600px;
	height: 370px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 10px;
}

.mymodals .white .title {
	text-align: left;
    padding: 17px 25px;
    text-transform: uppercase;
    color: #818181;
    font-weight: bold;
}

.mymodals .white span {
	color: #00A1E6;
}

.mymodals .blue {
	position: absolute;
	left: -25px;
	top: 50px;
	width: 600px;
	height: 348px;
	background-color: #00A1E6;
	background-image: url('/img/getflix.png');
	background-repeat: no-repeat;
	background-position: 15px 230px;
	background-size: 100px 100px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0 10px 10px 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	text-align: left;
	padding: 20px 22px;
	color: #fff;
}

.mymodals .blue b {
	color: #FF9900;
}

.mymodals .close {
	background: url('/img/close-ico.png') no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -26px;
    top: 0;
    opacity: 1;
    cursor: pointer;
}

.mymodals .close:hover {
    opacity: 0.8;	
}

.mymodals .tria {
	background: url('/img/tria.png') no-repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -26px;
    top: 24px;
    opacity: 1;
    pointer-events: none;
}

#register .blue {
	width: 330px;
	height: 310px;
	background-image: none;
}

#register .white {
	height: 335px;
}

#register .white .desc .logo, #login .white .desc .logo, #forgot .white .desc .logo {
    background: url('/img/logo.png') no-repeat;
    width: 100%;
    height: 125px;
    background-size: contain;
    background-position-x: 50%;
    margin-bottom: 15px;
}

#register .white .desc, #login .white .desc, #forgot .white .desc {
	padding-left: 330px;
	color: #818181;
	padding-right: 20px;
	font-size: 13px;
	line-height: 16px;
}

#register .white .text {
	margin-bottom: 15px;	
}

#register input, #login input, #forgot input {
	margin-bottom: 10px;
}

#register input[type=text], #login input[type=text], #register input[type=password], #login input[type=password], #forgot input[type=text] {
	width: 100%;
}

#register .rules a, #register .in a {
	color: #fff;
	text-decoration: underline;
}

#register .rules a:hover, #register .in a:hover {
	color: #FF9900;
	text-decoration: none;
}

#login .white .desc .logo {
	margin-top: -30px;
	height: 85px;
}

#login .blue {
	width: 330px;
	height: 175px;
	background-image: none;
}

#login .white {
	height: 200px;
}

#login button {
	width: 100%;
}

#login .forgot-ask a {
	color: #fff;
	text-decoration: underline;
}

#login .forgot-ask a:hover {
	color: #FF9900;
	text-decoration: none;	
}

#login .forgot-ask {
	text-align: center;
	margin-top: 15px;
	padding-left: 13px;
}

#forgot .white .desc .logo {
	margin-top: -30px;
	height: 85px;
}

#forgot .vosst {
	margin-bottom: 5px;
}

#forgot .blue {
	width: 330px;
	height: 175px;
	background-image: none;
}

#forgot .white {
	height: 200px;
}

#forgot button {
	width: 100%;
}

#forgot .forgot-to-login {
	text-align: center;
	margin-top: 15px;
	padding-left: 13px;
}

#forgot .forgot-to-login a {
	color: #fff;
	text-decoration: underline;
}

#forgot .forgot-to-login a:hover {
	color: #FF9900;
	text-decoration: none;	
}

.mymodals .blue .already-in {
	text-align: center;
}

input[type=text], input[type=password] {
	border: none;
	border-radius: 3px;
	padding: 7px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.75);
	color: #818181;
}

input.with-ico {
	padding: 7px 7px 7px 30px;
}

.input-icon {
	position: absolute;
	left: 9px;
	top: 9px;
	color: #818181;
}

.taс {
	text-align: center;
}

.mbt5 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.pr {
	position: relative;
}

.mbot15 {
	margin-bottom: 15px;
}

.tar {
	text-align: right;
}

#register-page .central-block {
	width: 400px;
	margin-left: auto;
    margin-right: auto;
}

#login-page .central-block  {
	width: 320px;
	margin-left: auto;
    margin-right: auto;
}

#forgot-page .central-block  {
	width: 330px;
	margin-left: auto;
    margin-right: auto;
}

#register-page .central-block .title, #login-page .central-block .title, #forgot-page .central-block .title {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
}

#register-page a, #login-page a {
	text-decoration: underline;
}

#register-page a:hover, #login-page a:hover {
	text-decoration: none;
}

#register-page input[type=text], #register-page input[type=password], #login-page input[type=text], #login-page input[type=password], #forgot-page input[type=text] {
	margin-bottom: 10px;
	width: 100%;
}

#register-page .central-block .rules {
	text-align: center;
	margin-bottom: 10px;
}

#register-page .central-block .already-in, #login-page .central-block .already-in {
	text-align: center;
	margin-top: 10px;
	margin-bottom: -5px;
}

.errors {
	background-color: rgba(255,0,0,0.8);
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    list-style: square;
}

.errors div {
	font-size: 12px;
    display: list-item;
    margin-left: 15px;
}

.tac {
	text-align: center;
}

.ora {
	color: #ff9900!important;
}

.w100 {
	width: 100%;
}

#marketing > div {
	max-height: 500px;
	overflow-y: scroll;
}

#social .blue {
	width: 300px!important;
	background-image: none;
}

#social .text {
	float: right;
    height: 300px;
    overflow: hidden;
    padding-right: 15px;
}

.logo-wb {
	background: url('/img/logo-bw.png') no-repeat;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position-x: 50%;
    margin-top: 15px;
    margin-bottom: 25px;
}

.text-ul {
	text-align: center;
}

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

.news {
	width: 100%!important;
}

.news #vk_groups {
	width: 100%!important;	
}

.news iframe {
	width: 100%!important;	
}

.disa {
	background-color: #ccc;
}

.text-view-pixel {
	text-align: center;
}

.text-view-pixel div {
    background: rgba(255,255,255,0.9);
    margin-left: 20%;
    margin-right: 20%;
    padding: 20px;
    border-radius: 10px;
}

.crp-paralax {
	background-image: url('/img/crp-bg.jpg');
	background-size: cover;	
}

.crp-logo {
	background-image: url('/img/crp-logo.png');
    position: absolute;
    left: 40px;
    top: 20px;
    width: 192px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.crp-text {
	position: absolute;
    left: 40px;
    bottom: 20px;   
	background-color: rgba(0, 0, 0, 0.75);
	color: #c9cfd8;
	width: 700px!important;
	padding: 20px;
	border-radius: 5px;
	font-size: 13px;
}


.pro-ad-block {
	margin-left: 20%!important;
	margin-right: 20%!important;
	margin-bottom: 1.25%;
	margin-top: -120px;
}

.pro-ad-block > div {
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 15%;
	display: block;
	margin-right: 2%;
}

.pro-ad-block > div:last-child {
	margin-right: 0;
}

.pro-ad-block > div > div {
	padding-bottom: 100%;
	position: relative;	
}

.pro-ad-block > div > div > div {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}

.pro-ad-block > div > div > div a {
	height: 100%;
	width: 100%;
	display: block;
	border-radius: 10px;
}

.isfree-ad a {
	opacity: 0.35;
	background-color: #fff;
	background-image: url('/img/post-ad.png');
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
}

.isfree-ad {
	background: url('/img/post-ad.png');
	background-size: cover;
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
}

.isfree-ad a:hover {
	opacity: 0.75;
	background-image: url('/img/post-ad.png');
	background-size: cover;
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
}