@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);

html,body {
	height: 100%;
}
body {
	background-color: #000;
	background-image: url('../assets/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 14px;
	margin: 0px;
}
p {}
a:link, a:visited {}
a:active, a:hover {}
.bar {
	height: 26px;
	background-color: #2f2f2f;
	padding:5px;
}
.wrapper {
	width: 890px;
	margin:0 auto;
}
.third {
	width: 31%;
	margin: 1%;
	vertical-align: top;
	display: inline-block;
}
h1 {
	font-size: 50px;
	font-weight: 300;
	color: #ff4545;
	margin-bottom: 20px;
	line-height: 35px;
	text-transform: uppercase;
}
h1 span {
	color: #fff;
	font-size: 20px;
}
.box {
	background: rgba(52,52,52,0.75);
	padding: 15px;
	border-radius: 8px;
	border:5px solid rgba(0,0,0,0.1);
	min-height: 430px;
}
.box p {
	font-size: 11px;
}
.row {
	margin:7px 0;
}
.avatar {
	width: 73px;
	height: 87px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	transition: 0.2s;
}

#av1 {
	background: url('../assets/avatar_01.png') no-repeat bottom center;
}
#av2 {
	background: url('../assets/avatar_02.png') no-repeat bottom center;
}
#av3 {
	background: url('../assets/avatar_03.png') no-repeat bottom center;
}
#av4 {
	background: url('../assets/avatar_04.png') no-repeat bottom center;
}
#av5 {
	background: url('../assets/avatar_05.png') no-repeat bottom center;
}
#av6 {
	background: url('../assets/avatar_06.png') no-repeat bottom center;
}
#av7 {
	background: url('../assets/avatar_07.png') no-repeat bottom center;
}
#av8 {
	background: url('../assets/avatar_08.png') no-repeat bottom center;
}
#av9 {
	background: url('../assets/avatar_09.png') no-repeat bottom center;
}
#av10 {
	background: url('../assets/avatar_10.png') no-repeat bottom center;
}
#av11 {
	background: url('../assets/avatar_11.png') no-repeat bottom center;
}
#av12 {
	background: url('../assets/avatar_12.png') no-repeat bottom center;
}
.bigAvatar {
	width: 270px;
	height: 574px;
	background-image: url('../assets/big/avatar_01.png');
	background-position: center center;
	transition: 0.6s;
}

.formContainer {
	margin: 10px 0;
}

.fieldBlock {
	margin: 5px 0;
}

#idCheckAvailMess {
	margin: 0 0 10px 0;
	font-size: .9em;
}

label{
	display: inline-block;
	width: 100%;
	color: #888;
}

input:not([type='submit']) {
	border-radius:20px;
	width: 100%;
	max-width: 219px;
	outline:0;
	border:0;
	padding: 6px 10px;
	margin:4px 0 10px;
	background-color: #ccc;
	-webkit-transition: 0.2s background-color;
	-o-transition: 0.2s background-color;
	transition: 0.2s background-color;
	box-shadow: inset 0 0 7px #333;
}
input:not([type='submit']):focus {
	background-color: #eee;
}

::-webkit-input-placeholder {
	font-weight: bold;
   color: #888;
}
:-moz-placeholder { /* Firefox 18- */
	font-weight: bold;
   color: #888;  
}
::-moz-placeholder {  /* Firefox 19+ */
	font-weight: bold;
   color: #888;  
}
:-ms-input-placeholder {  
	font-weight: bold;
   color: #888;  
}

.submitBtn {
	background: rgba(255,69,69,0.5);
	border: 5px solid #ff4545;
	border-radius: 35px;
	font-size: 20px;
	color: white;
	font-family: 'Raleway';
	width: 180px;
	padding: 8px 15px;
	cursor: pointer;
    position: relative;
    left: 50%;
    margin-left: -90px;
	-webkit-transition: 0.2s background;
	-o-transition: 0.2s background;
	transition: 0.2s background;
	box-shadow: 0 21px 30px -10px #000;
}
.submitBtn:hover {
	background: rgba(255,69,69,0.8);
}

select {
	border: 0 !important;
	outline: none;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	background-color: #ddd;
	background-image: url('../assets/select-arrow-open.png');
	background-size: 22px 16px;
	background-repeat: no-repeat;
	background-position: center right;
	border-radius: 20px;
	padding: 5px 24px 5px 5px;
	font-weight: bold;
	margin: 5px 1px 10px 1px;
	box-shadow: inset 0 0 7px #333;
	-webkit-transition: 0.2s background;
	-o-transition: 0.2s background;
	transition: 0.2s background;

	-moz-appearance: none;
	text-indent:0.01px;
	text-overflow:'';
}
select:hover {
	background-color: #fff;
}

.bottomNotice {
	font-size: 0.8em;
	margin: 5px 10px;
	color: #c0c0c0;
}

#fbDOB {
	margin: 20px 0px 30px 0px;
}