* { margin:0; padding:0; }

body {
    background: #fff;
    font-family: Arial, Tahoma, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
}

.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


h2 {
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    margin-bottom: 25px;
}

p {
    color: #000;
}

ul { list-style:none; }

.c-c {
    max-width: 1090px;
    padding: 0 10px;
    position: relative;
    margin: 0 auto;
}

.padding {
		padding: 20px 10px;
}

.apple1 {
		max-width: 320px;
}

.windows1 {
		max-width: 904px;
}

.android1 {
		max-width: 360px;
}

.logo-small {
		width: 50px;
		height: 22px;
		background: url(../img/logo-small.jpg) no-repeat;
		display: block;
		float: left;
}

.logo-big {
		width: 103px;
		height: 45px;
		background: url(../img/logo-big.jpg) no-repeat;
		display: block;
		float: left;
}

.t-small {
		width: 244px;
		height: 38px;
		background: url(../img/t-small.jpg) no-repeat;
		float: left;
}

.t-medium {
		width: 200px;
		height: 36px;
		background: url(../img/t-medium.jpg) no-repeat;
		float: right;
}

.t-big {
		width: 593px;
		height: 84px;
		background: url(../img/t-big.jpg) no-repeat;
		float: left;
		margin-left: 16px;
}

.top-b {
		padding: 24px 0;
}

.top-b p {
		color: #323232;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
}

.top-b p a {
	color: #0b7fb9;
}

.top-b span {
		float: left;
		color: #373737;
		font-size: 13px;
		margin-top: 10px;
}

.windows .top-b span {
		padding-top: 20px;

}

.top-b span > span {
		float: none;
}

.phone-b {
		width: 60px;
		height: 60px;
		background: url(../img/phone-b.png) no-repeat;
		float: left;
		margin-right: 20px;
}

.windows .phone-b {
		width: 120px;
		height: 120px;
		background: url(../img/phone-big.png) no-repeat;
		float: left;
		margin: 20px 20px 30px 0;
}

a.down-b {
		display: block;
		width: 95%;
		height: 48px;
		line-height: 48px;
		border: 2px solid #0b7fb9;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		-moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -khtml-border-radius: 5px;
	    border-radius: 5px;
		background: rgba(119,194,252,1);
		background: -moz-linear-gradient(top, rgba(119,194,252,1) 0%, rgba(11,127,185,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,194,252,1)), color-stop(100%, rgba(11,127,185,1)));
		background: -webkit-linear-gradient(top, rgba(119,194,252,1) 0%, rgba(11,127,185,1) 100%);
		background: -o-linear-gradient(top, rgba(119,194,252,1) 0%, rgba(11,127,185,1) 100%);
		background: -ms-linear-gradient(top, rgba(119,194,252,1) 0%, rgba(11,127,185,1) 100%);
		background: linear-gradient(to bottom, rgba(119,194,252,1) 0%, rgba(11,127,185,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c2fc', endColorstr='#0b7fb9', GradientType=0 );
		margin: 20px 2%;

}

a:hover.down-b {
		background: rgba(11,127,185,1);
		background: -moz-linear-gradient(top, rgba(11,127,185,1) 0%, rgba(119,194,252,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,127,185,1)), color-stop(100%, rgba(119,194,252,1)));
		background: -webkit-linear-gradient(top, rgba(11,127,185,1) 0%, rgba(119,194,252,1) 100%);
		background: -o-linear-gradient(top, rgba(11,127,185,1) 0%, rgba(119,194,252,1) 100%);
		background: -ms-linear-gradient(top, rgba(11,127,185,1) 0%, rgba(119,194,252,1) 100%);
		background: linear-gradient(to bottom, rgba(11,127,185,1) 0%, rgba(119,194,252,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7fb9', endColorstr='#77c2fc', GradientType=0 );
}

.info {
		color: #373737!important;
		font-size: 12px!important;
		padding: 40px 0 0 0!important;
		font-weight: normal!important;
}

.windows .info {
	margin-top: 10px;
	display: block;
}

.footer {
		background: #000 url(../img/footer-top.jpg) repeat-x top;
		padding-top: 7px;
}

.footer .top li {
		width: 33.3%;
		float: left;
}

.footer .top li a {
		line-height: 38px;
		display: block;
		color: #d8d8d8;
		text-align: center;
		font-size: 13px;
		background: #535453;

}

.footer .top li a:hover {
		background: #262626;
}

.footer .nav {
		margin: 16px 0;
}

.footer .nav li {
		float: left;
		width: 33%;
}

.footer .nav li a {
		line-height: 24px;
		display: block;
		color: #fff;
		font-size: 12px;
		padding: 0 6px;
		border-right: 1px solid #fff;
		text-align: center;
}


.windows .footer .nav li a {
		line-height: 24px;
		display: block;
		color: #fff;
		font-size: 12px;
		padding: 0 10px;
		border-right: 1px solid #fff;
		text-align: left;
}


.windows .footer .nav li {
		float: left;
		width: auto;
}

.footer p {
		font-size: 11px;
		color: #fff;
		padding: 0 0 8px 6px;
		text-align: center;
}

.footer p span {
		color: #999999;
}
