#register {
}
#register .head {
    background: url('../img/backgrounds/DarkRoyal.jpg') no-repeat;
    display: block;
    width: 100%;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    padding-top: 60px;
    padding-bottom: 60px;
}
#register .head .line{
	margin-left: 0;
}
#register .text h4 {
    margin: 0 0 35px 0;
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    line-height: 38px;
    text-shadow: 1px 1px 0px #2A284D;
}
#register .text p{
	color: #fff;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
}
#register .text p span{
	font-style: normal;
	text-transform: uppercase;
}
#register .count{
	margin: 0;
	float: right;
}
#register .count .box{
	text-align: center;
	float: right;
	margin-left: -10px;
}
#register .count .first{
	margin: 0 0 0 90px;
}
#register .count .circle{
	height: 98px;
	width: 98px;
	text-align: center;
	border-radius: 100%;
	margin-bottom: 8px;
	background: rgba(0,0,0,0.5);
}
#register .count .circle span{
	color: #fff;
	display: inline-block;
	font-size: 33px;
	margin-top: 26px;
	font-weight: bold;
}
#register .count p{
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
}

.underLineMe {
    text-decoration: underline;

}

#contact {
	margin-top: 70px;
}
#contact .contact{
	margin: 40px 0 100px 0;
}
#contact .contact p{
	color: #939394;
	font-size: 19px;
	margin-bottom: 47px;
	font-style: italic;
	line-height: 24px;
}
#contact .form{
	margin: 0;
}
#contact .contact form{
	margin: 0;
}
#contact .form .box{
	margin: 0;
}
#contact .form .box input[type="text"]{
	padding-left: 39px;
	margin-bottom: 10px;
	color: black;
	height: 29px;
	border-radius: 3px;
	width: 89%;
}
#contact .form .box input.name{
	background: url('../img/formname.png') #fff no-repeat 5px;
}
#contact .form .box input.mail{
	background: url('../img/formmail.png') #fff no-repeat 5px;
}
#contact .form .box input.phone{
	background: url('../img/formphone.png') #fff no-repeat 5px;
}
#contact .form .box_r{

	float: right;
}

#contact .form .box textarea{
	padding: 11px;
	width: 100%;
	margin: 0;
	border-radius: 3px;
	height: 113px;
}
#contact .contact .submit{
	margin: 0;
}
#contact .contact .submit .box{
	margin: 0
}
#contact .contact .submit label.checkbox{
	color: #394350;
	font-style: 14px;
}
#contact .contact .submit .right{
	float: right;
}
#contact .contact .submit .right input[type="submit"]{
	float: right;
	text-transform: uppercase;
	color: #fff;
	background: #187CCC;
	font-size: 15px;
	padding: 4px 12px;
	border: 0 none;
	border-radius: 3px;
	-webkit-transition: background linear .2s, box-shadow linear .2s;
	-moz-transition: background linear .2s, box-shadow linear .2s;
	-o-transition: background linear .2s, box-shadow linear .2s;
	transition: background linear .2s, box-shadow linear .2s;
}
#contact .contact .submit .right input[type="submit"]:hover{
	background: #252528;
}

.checkbox {
    margin-left: 15px;
}

.contacticos{
	background: url('../img/contact_icos.png') no-repeat;
	width: 24px;
	height: 44px;
}