/*
Theme Name: Twenty Twelve
/* 
-------------------------------------------------------------- */


@font-face {
  font-family: 'HelveticaNeueLT-ThinCond';
  src: 	url('fonts/HelveticaNeueLT-ThinCond.eot?#iefix') format('embedded-opentype'),  
  		url('fonts/HelveticaNeueLT-ThinCond.otf')  format('opentype'),
		url('fonts/HelveticaNeueLT-ThinCond.woff') format('woff'), 
		url('fonts/HelveticaNeueLT-ThinCond.ttf')  format('truetype'), 
		url('fonts/HelveticaNeueLT-ThinCond.svg#HelveticaNeueLT-ThinCond') format('svg');
  font-weight: normal;
  font-style: normal;
}


body{
	padding:0;
	margin: 0;
	background:#000;
	color:#fff;
	font-family: 'HelveticaNeueLT-ThinCond';
}

.site-inner{
	width: 980px;
	margin:0 auto;
}

.btn{
	display:inline-block;
	text-align: center;
	padding: 10px 20px;
	color:#fff;
	text-decoration: none;
	background:#0092cc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
}

header{
	overflow: hidden;
	padding: 25px 15px;
	margin: 0 0 90px;
}
.header-left{
	float:left;
}
.header-right{
	float:right;
}

footer{
	text-align: center;
	padding: 20px;
	border-top:1px solid #767676;
}

.dot-line{
	width: 100%;
	border-top:1px dotted #767676;
}
.section-1{
	background:url(images/phones.png) no-repeat left center;
	background-size: 50% auto;
	overflow: hidden;
}

.section-text{
	width: 50%;
	float:right;
	text-align: center;
	height: 650px;
}

.section-text p{
	font-size: 28px;
    line-height: 32px;
}

.section-inner{
	position: relative;
	top:45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform:   translateY(-50%);
	-ms-transform:    translateY(-50%);
	-o-transform:     translateY(-50%);
}

.register-form{
	text-align: center;
	padding: 50px 0;
	margin:0 0 50px;
}

.register-form h3{
	font-size: 28px;
	margin: 0 0 20px;
	line-height: 34px;
}

.register-form p{
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 24px;
}

.register-form form{
	width: 400px;
	margin: 0 auto;
}

.register-form .form-row{
	margin: 0 0 10px;
}

input[type="text"],
input[type="email"]{
	border:1px solid #fff;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: transparent;
	font-size: 14px;
	color: #fff;
	width: 100%;
}

input[type="submit"]{
	text-align: center;
	padding: 15px;
	color:#fff;
	text-decoration: none;
	background:#0092cc;
	border-radius: 5px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #0092cc;
	width: 100%;
-webkit-appearance: none;
}

select{
border:1px solid #fff;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: transparent;
	font-size: 14px;
	color: #fff;
	width: 100%;
-webkit-appearance: none;
}
option{
 color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-family: 'HelveticaNeueLT-ThinCond';
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
font-family: 'HelveticaNeueLT-ThinCond';
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
font-family: 'HelveticaNeueLT-ThinCond';
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
font-family: 'HelveticaNeueLT-ThinCond';
  color: #fff;
}

@media screen and (max-width: 980px){
   .site-inner{
width:100%;
}



.section-1{
    background:url(images/phones.png) no-repeat left top;
    background-size: contain;
    padding-top: 550px;
	overflow: hidden;
}
.section-text{
	width: 100%;
	height:auto;
	padding: 50px 0;
}
.section-inner{
	position:static;
}
}
@media screen and (max-width: 500px){
   .section-1{
   	padding-top: 325px
   }
}

@media screen and (max-width: 400px){
   .register-form form{
width: 95%;
}
}