@charset "utf-8";
/* CSS Document */
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #0066a4;
}
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
li {
	float: left;
}
img {
	border: 0px;
}
.width {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}
header {
	width: 100%;
	float: left;
	padding: 15px 0;
	border-bottom: 2px solid #005183;
	background: #0066a4;
}
header .logo a {
	float: left;
}
header .logo a img {
	float: left;
}
.width {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
header nav {
	float: right;
	padding: 4px 0 0 0;
}
header nav a {
	padding: 0 10px;
	color: #eee;
	font-size: 14px;
	font-weight: bold;
}
header nav a:hover {
	color: #fff;
}
.topnav_mobile {
	display: none;
	float: right;
	padding: 2px 0 0 0;
}
.register{
	width:100%;
	max-width:350px;
	float: left;
	margin:0 auto;
	padding:18px 0 15px 0;
	text-align: center;
}
a.btn_register{
	font-size:20px;
	color:#fff;
	background:#f55959;
	padding:15px 0 18px 0;
	width:100%;
	display:block;
	float:left;
	border-radius:5px;
	font-family:"Times New Roman", Times, serif;
	border-bottom:5px solid #c72626;
	background-color: #d0d0d0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f55959), color-stop(100%, #c72626));
    background: -webkit-linear-gradient(top, #f55959, #c72626);
    background: -moz-linear-gradient(top, #f55959, #c72626);
    background: -o-linear-gradient(top, #f55959, #c72626);
    background: linear-gradient(top, #f55959, #c72626);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0px #710d0d;
	position:relative;
}

.topnav_mobile button {
	border: 0px;
	background: none;
	width: 30px;
	cursor: hand;
	cursor: pointer;
}
.topnav_mobile button span {
	width: 30px;
	height: 2px;
	background: #ccc;
	float: left;
	margin: 2px 0;
}
.banner {
	background: url(banner.jpg) no-repeat center top;
	width: 100%;
	height: 460px;
	float: left;
	background-size: 100% auto;
}
.banner .width {
	position: relative;
}
.banner .mobilescreen {
	background: url(98ad9917.header-phones-ab-1.png) no-repeat left top;
	background-size: 100% auto;
	width: 350px;
	height: 410px;
	float: left;
	position: absolute;
	left: 10%;
	top: 50px;
}
.banner .adwords {
	float: right;
	width: 50%;
	color: #fff;
	text-shadow: 0 1px #333;
	padding: 120px 20px 0px 0;
}
.banner .adwords h1 {
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
	font-size: 36px;
	text-transform: uppercase;
}
.banner .adwords h2 {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}
.banner .download img {
	height: 55px;
	width: 170px;
	margin: 10px;
}
.features, .maintext, .articles{
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
}
.maintext {
	background: #f5f5f5;
}
.maintext h2,
.articles h2 {
	padding: 0 0 25px 0;
}
.maintext p,
.articles p {
	padding: 10px 0;
	text-align: left;
}
.features ul li {
	width: 33.3333%;
	padding: 25px;
	text-align: center;
}
.features ul li h3 {
	font-size: 24px;
	padding: 20px 0 15px 0;
}
.features ul li i {
	width: 100%;
	display: block;
}
.features ul li i img {
	width: 100%;
	max-width: 100px;
	height: auto;
	border-radius: 50%;
}
footer {
	background: #333;
	color: #ccc;
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}
footer a {
	color: #ccc;
	padding: 0 10px;
}
footer a:hover {
	color: #fff;
}
.bot_download {
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
}
.bot_download img {
	height: 55px;
	width: 170px;
	margin: 10px;
}
@media screen and (max-width:768px) {
.topnav_mobile {
	display: block;
}
header {
	position: relative;
}
header nav {
	position: absolute;
	left: 0px;
	top: 55px;
	width: 100%;
	background: #0066a4;
	float: left;
	padding: 0px;
}
header nav ul {
	display: none;
}
header nav li {
	width: 100%;
	border-bottom: 1px solid #005183;
}
header nav a {
	width: 100%;
	padding: 8px 15px;
	float: left;
}
.topnav_mobile {
	display: block;
}
.banner .mobilescreen{
	display:none;
}
.banner .adwords{
	width:90%;
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:12%;
}
}
@media screen and (max-width:414px) {
.banner{
	height:550px;
	background-size:auto 100%;
}
.banner .adwords h1{
	font-size:32px;
}
.features ul li{
	width:100%;
}
}