html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	
}
*{
	font-family: 'Open Sans';
	font-weight: 300;
	color: #fdf9d3;
	outline: none;
}
body{
	background: url('../img/bg_sms.jpg') no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
	opacity: 1;
}
h1{
	font-weight: 400;
	color: #2c2c2c;
	margin: 10px 0;
	text-align: center;
}
h3{
	font-weight: 400;
	color: #2c2c2c;
	margin: 10px 0;
	text-align: center;
	font-size: 0.7em; 
}
ul, li{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
button{
	border: none;
	background: none;
	cursor: pointer;
}
/*PLACEHOLDER*/
::-webkit-input-placeholder { color:#fdf9d3; font-weight: 400;}
::-moz-placeholder { color:#fdf9d3; font-weight: 400;} /* firefox 19+ */
:-ms-input-placeholder { color:#fdf9d3; font-weight: 400;} /* ie */
input:-moz-placeholder { color:#fdf9d3; font-weight: 400;}

#sign{
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 5px 1px #696969 inset;
	width: 30%;
	height: 0;
	padding-bottom: 30%;
}
#sign:after {
    display: block;
    position: relative;
    height: 60%;
    padding-bottom: 100%;
    content: "";
}
#register{
	position: absolute;
	width: 26%;
	left: 38%;
	background-color: rgba(69,69,69,0.26);
	border-radius: 2%;
	overflow: hidden;
	border: solid 10px rgba(24,24,24,0.1);
	text-align: center;
	top: 5vh;
}
#blur{
	background: url('../img/bg_sms_blur.jpg') no-repeat;
  background-attachment: fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  /*-webkit-filter: blur(6px);
  filter: blur(6px);*/
}	
#form_reg{
	position: absolute;
	z-index: 2;
	width: 26%;
	left: 38%;
	top: 5vh;
	border: solid 10px rgba(24,24,24,0);
	padding: 20px 0 20px 0;
}
#form_reg li.lines{
	position: relative;
	width: 80%;
	margin: 4%;
	padding: 0 5%; 
	height: 3em;
	line-height: 100%;
	background-color: rgba(1,1,1,0.3);
	border: solid 2px rgba(1,1,1,0);
	border-bottom: solid 2px #fdf9d3;
}
#form_reg li#captcha{
	width: 90%;
	margin: 4%;
	height: 3em;
	line-height: 100%;
	position: relative;
}
#form_reg li#captcha img{
	height: 100%;
}

#form_reg li#captcha input{
	background-color: rgba(1,1,1,0.3);
  border-bottom: solid 2px #fdf9d3;
  float: right;
  right: -4px;
  position: absolute;

	height: 100%;
	vertical-align: top;
	width: 50%;
}
#form_reg ul input{
	width: auto;
	padding: 0 5%; 
	height: 100%;
	color: #fdf9d3;

	background-color: rgba(1,1,1,0);
	border:none;
}
#form_reg ul input:focus{
	outline: 0;
}
#form_reg ul input[type="submit"],
#form_reg ul input[type="button"]{
	width: 100%;
	cursor: pointer;
	text-align: center;
}
#form_reg #groups{
	text-align: left;
	cursor: pointer;
	width: 50%;
}

#form_reg ul .fa-2x{
	font-size: 4vh;
}
i.fa{
	vertical-align: middle;
}
.bSend{
	border: solid 2px #fdf9d3;
	background-color: rgba(1,1,1,0);
	width: 40%;
	margin: auto;
	border-radius: 30px;
	height: 3em;
	background-color: rgba(1,1,1,0.3);
}
#regType2,
#regType4,
#auth{
	display: none;
	opacity: 0;
}
#regType1{
	display: inline-block;
	float: left;
	margin-left: 5%;
}
#regType3{
	display: inline-block;
	float: right;
	margin-right: 5%;
}
/*HELP*/
.qMark{
	position: absolute;
	top: -10px;
	right: -15px;
	width: 20px;
	cursor: pointer;
	text-align: center;
}
.qMark .fa-commenting{
	font-size: 2vh;
}
.hint{
	position: absolute;
	top: 0;
	width: 300px;
	right: -342px;
	opacity: 0;
	display: none;
	padding: 10px; 
	background-color: rgba(14,14,14,0.6);
}
.hint i{
	color: #E43B8F;
}
#links{
	text-align: center;
}
#help,
#unsubscribe{
	display: inline-block;
	margin: 20px 10%;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #fdf9d3;
	font-weight: 400;
	text-decoration: none;
}
/*GROUPS*/
.modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	background-color: rgba(14,14,14,0.8);
	display: none;
	z-index: 10;
}
#groups{
	width: 50%;
}
.groups{
	position: absolute;
	height: 85%;
	width: 80%;
	margin: 0 10%;
	text-align: center;	
}
.row:first-child{
	display: none;
}
.row{
	padding: 15px;
}
.box{
	position: relative;
	display: inline-block;
	background-color: #262899;
	cursor: pointer;
	background: url('../img/bg_box.jpg');
	background-size: cover;
	margin: 20vh 0 ;
}
.box:nth-child(2){
	margin: 20vh 3%;
}
.box .sign{
	top: 3%;
	left: 3%;
	height: 80%;
	position: absolute;
	visibility: visible;
}
.box .sign img{
	max-height: 97%;
	max-width: 97%;
	width: 97%;
}
.box .check{
	visibility: hidden;
}
#add{
	height: 10%;
	width: 30%;
	background-color: #262665;
	position: absolute;
	bottom: 0;
	margin: 2.5vh 35%;
	border-radius: 5px;
	font-size: 3vh;
	left: 0;
	background: url('../img/bg_box.jpg');
	background-size: cover;
	color: #405570;
}
#close{
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 5px;
	cursor: pointer;
	color: #fff;
}
.row{
	width: 100%;
}
.name{
	text-align: left;
	position: absolute;
	bottom: 0;
	width: 99%;
	min-height: 20%;
	font-size: 2.5vw; 
	padding-left: 1%;
	color: #fdf9d3;
	background-color: rgba(14,14,14,0.5); 
}
/*CAPTCHA*/
#captcha input[type="submit"]{
	border: solid 2px #fdf9d3;
	background-color: rgba(1,1,1,0);
	margin: 10vh auto;
	border-radius: 30px;
	width: 80%;
	height: 10vh;
	font-size: 6vh;
	cursor: pointer;
}
#captcha input[type="submit"]:disabled{
	color: rgba(14,14,14,0.5);
	border-color: rgba(14,14,14,0.5);
}
/*HELP*/
.bHelp{
	background: none;
}
.bHelp header{
	width: 100%;
	height: 25vh;
	background: url("../img/bg_sms.jpg") no-repeat;
	background-size: 100% auto;
	position: relative;
}
.bHelp #overlay{
	width: 100%;
	height: 25vh;
	background-color: rgba(44,39,46,0.94);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.bHelp h1{
	position: absolute;
	bottom: -13%;
	left: 14%;
	color: #ff3131;
	font-size: 12vh;
	font-weight: 300;
	z-index: 2;
	margin: 0;
} 
.bHelp .content{
	box-sizing: border-box;
	background-color: #fff;
	width: 100%;
	min-height: 100%;
	padding: 5vh 15% 10vh 15%;
}
.bHelp .content div{
	padding-left:2vw; 
	margin: 1vh 0;
}
.bHelp .content div,
.bHelp .content b,
.bHelp .content i{
	color: #141414;
	font-size: 1em;
}
.bHelp .content img{
	margin: auto;
	width: 40%;
	display: block;
}
.bHelp .content b{
	font-weight: bold;
}
.bHelp .content i{
}
.bHelp .content .warning{
	padding-left:2vw; 
	font-size: 0.9em;
	color: #ff3131;
}
.bHelp .content h4.steps{
	color: #2c272e;
	padding-left:2vw; 
	font-size: 1.6em;
	margin: 2vh 0;
	font-weight:700; 
}
.bHelp .content .hButt{
	color: white;
	background-color: #ff3131;
	border-radius: 5px;
	padding: 2px 5px;
}
.bHelp .content .need{
	color: red;
	font-size: 0.8rem;
}
.bHelp .content h3{
	text-align: left;
	font-size: 2em;
	margin: 4vh 0; 
}
.bHelp .content h2{
	color: #2c272e;
	margin: 0;
	padding: 10px 0 25px 0;
	font-size: 2.3em;
	font-weight: 400;
}
.bHelp .content p{
	color: #141414;
	margin: 10px 0 25px 0;
	padding-left:2vw; 
	font-size: 1.5em;
}
.bHelp .goBack div{
	width: 200%;
}
.bHelp .goBack span{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.bHelp .goBack i{
	font-size: 44px;
	width: 50%;
	margin: 4px 0; 
	display: 	inline-block;	
}
.bHelp .goBack{
	width: 50px;
	height: 50px;
	border-radius: 2px;
	position: fixed;
	bottom: 7vh;
	left: 5vw;
	background-color: rgba(14,14,14,0.8);
	text-align: center;
	line-height: 100%;
	overflow: hidden;
}
.bHelp footer{
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	background-color: #141414;
	padding: 20px 15%;
}
.bHelp footer img{
	height: 50px;
}
.bHelp footer ul{
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}
.bHelp footer b{
	font-weight: 600;
}
@media (max-width: 1000px) {
	#register{
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
	}
	#form_reg{
		top: 0;
		box-sizing: border-box;
		width: 100%;
		left: 0;
	}
	.hint{
		bottom: 110%;
		top: initial;
		left: 0;
		width: 100%;
		padding: 0;
		background-color: rgba(14,14,14,0.8);
		z-index: 50;
	}
	*{
		font-size: 1.2em;
	}
	#form_reg ul input{
		font-size: 0.8em;
	}
	h3{
		font-size: 1.5em;
	}
}