body {
	padding-top: 50px;
	margin-bottom: 50px;
	background: none;
}
html {
	background: url(../img/bg.png) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.clear {
	clear: both;
}
.index,
.terms {
	color: #fff;
}

.center {
	text-align: center;
}
.phones {
	margin: 30px 0;
}
.phones img {
	max-width: 100%;
}
.appstore {
	padding-bottom: 20px;
}

.contact_form {
	display: block;
	width: 50%;
	margin: 10% auto;
}
.contact_form label {
	font-size: 18px;
	line-height: 20px;
	display: block;
	font-weight: normal;
}
.contact_form input,
.contact_form textarea {
	display: block;
	margin-bottom: 25px;
	width:100%;
	font-size: 16px;
	padding: 6px;
	color: #222;
	border: 1px solid #d9d9d9;
	outline: none;
	box-shadow: 0 0 10px #eee inset;
	-moz-box-shadow: 0 0 10px #eee inset;
	-webkit-box-shadow: 0 0 10px #eee inset;
	-ms-box-shadow: 0 0 10px #eee inset;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}
.contact_form textarea {
	height: 120px;
}

.contact_form input:focus,
.contact_form textarea:focus {
	-webkit-box-shadow: 0px 0px 5px #bfdeff;
	-moz-box-shadow: 0px 0px 5px #bfdeff;
	box-shadow: 0px 0px 5px #bfdeff;
}

.contact_form button {
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	text-shadow: 1px 1px 0px #fff;
	display: block;
	float: right;
	padding: 6px 12px;
	height: 36px;
	cursor: pointer;
	min-width: 96px;
	width:auto;
	background: #FBFBFB; /* old browsers */
	background: -moz-linear-gradient(top, #FBFBFB 0%, #EEEEEE 99%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(99%, #EEEEEE)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FBFBFB', endColorstr = '#EEEEEE', GradientType = 0); /* ie */
	border: 1px solid #cfcfcf;
	font-weight: bold;
	color: #666;
}
@media screen and (max-width: 767px) {
	.contact_form {
		width: 100%;
		margin: 5% auto 10%;
	}
}

@media screen and (min-width: 320px) {
	.navbar-nav > li,
	.nav > li {
		float: left;
	}
	.navbar-nav {
		float: left;
	}
}