@font-face {
  font-family: font1;
  src: url('http://backup.ssite.info/images/apk/fonts/Yekan.eot');
  src: url('http://backup.ssite.info/images/apk/fonts/Yekan.eot#iefix') format('embedded-opentype'),
       url('http://backup.ssite.info/images/apk/fonts/Yekan.woff') format('woff'),
       url('http://backup.ssite.info/images/apk/fonts/Yekan.ttf') format('truetype');
  font-weight: normal;
}
/* Reset HTML Elements *//* ----------------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	padding: 0;
	margin: 0;
}
fieldset, img {border:0}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul, li {list-style:none}
caption, th {text-align:right}
q:before, q:after {content:''}
* {outline: none;}
strong {font-weight: bold}
em {font-style: italic}
a img {border:none}
/*-General Styles------------------------------------------*/
a, a:visited {
	text-decoration:none;
}
a:hover {text-decoration:none;}
a:active {
	border: none;
	border: 0;
}
p a, p a:visited {
	text-decoration:none;
	color: #000;
}
.clear {clear: both;}
.right{float:right;}
.left{float:left;}
.strong{ font-weight:bold;}
body{
	background:#fff;
	direction:rtl;
	text-align:right;
    font-family: font1;
	position: relative;
}
.container{
	background:none;
	height:auto;
	margin:0 auto;
	width:1024px;
}
html, body {
   min-height: 100%;
}
.dwld_pic {
	float: right;
	width: 50%;
	display: block;
}
.dwld_info {
	float: left;
	width: 47%;
	padding-top: 40px;
}
.dwld_info .dwld_titr {
	font: bold 18px/35px font1;
	color: #6e7073;
	margin-bottom: 10px;
}
.dwld_info p {
	font: 14px/22px font1;
	color: #737373;
	margin-bottom: 15px;
}
.dwld_button {
	float: right;
	width: 215px;
	display: block;
	margin: 0 0 30px 30px;
	height: 53px;
	text-align: center;
	font: 15px/53px font1;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.dwld_button .icon {
	width: 53px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	float: left;
	display: block;
	color: #e7e7e7;
	font-size: 30px;
}
.dwld_close{
    position: absolute;
    left: 12px;
    top: 12px;
    font: normal 13px/25px font1;
    color: #777;
    height: 25px;
    width: 100px;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    z-index: 99;
}
.dwld_close .icon{
    float: right;
    width: 10px;
    height: 25px;
    line-height: 22px;
    margin: 0 5px;
    font-size: 30px;
}
.dwld_close:hover{
    background: #2AACD5;
    border-color: #2AACD5;
    color: #fff;
}
.icon_android .icon {
	border-right: 1px solid #88d0f0;
}
.icon_ios .icon {
	border-right: 1px solid #868c92;
}
.icon_bazar .icon {
	border-right: 1px solid #a9d332;
}
.icon_googlep .icon {
	border-right: 1px solid #333;
}
.icon_android {
	background-color: #00afff;
	box-shadow: 5px 9px 10px 0px rgba(0, 175, 255, 0.2);
	-moz-box-shadow: 5px 9px 10px 0px rgba(0, 175, 255, 0.2);
	-webkit-box-shadow: 5px 9px 10px 0px rgba(0, 175, 255, 0.2);
}
.icon_android:hover {
}
.icon_ios {
	background-color: #737980;
	box-shadow: 5px 9px 10px 0px rgba(184, 194, 204, 0.5);
	-moz-box-shadow: 5px 9px 10px 0px rgba(184, 194, 204, 0.5);
	-webkit-box-shadow: 5px 9px 10px 0px rgba(184, 194, 204, 0.5);
}
.icon_ios:hover {
}


.icon_bazar {
	background-color: #91b42f;
	box-shadow: 0px 10px 20px 0px rgba(145, 180, 48, 0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(145, 180, 48, 0.3);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(145, 180, 48, 0.3);
}

.icon_bazar:hover {
}
.icon_googlep {
	background-color: #000;
}
.icon_googlep:hover {
}
.icon_android .icon{background: url(http://backup.ssite.info/images/apk/images/icons.png) no-repeat 0 0;}
.icon_ios .icon{background: url(http://backup.ssite.info/images/apk/images/icons.png) no-repeat 0 -60px;}
.icon_bazar .icon{background: url(http://backup.ssite.info/images/apk/images/icons.png) no-repeat 0 -120px;}
.icon_googlep .icon{background: url(http://backup.ssite.info/images/apk/images/icons.png) no-repeat 0 -180px;}

@media only screen and (max-width: 1040px) {
    .container{
        width: auto;
        margin: 0 13px;
    }
	.dwld_button{ width: 175px;}
}
@media only screen and (max-width: 900px) {
	.dwld_pic{ width: 53%;}
	.dwld_info{ width: 47%; padding-top: 20px;}
	.dwld_button{ margin-left: 10px; }
}
@media only screen and (max-width: 880px) {
	#video_section #video{
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {

	.dwld_pic,
	.dwld_info{
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	.dwld_info{ margin-bottom: 20px;}
	.dwld_button{
		float: none;
		display: block;
		margin: 0 auto 15px auto;
		width: 200px;
	}
	.dwld_pic_padding{
		padding-top: 67%;
		height: 1px;
		width: 100%;
	}
	.dwld_pic{/*
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;*/
		display: none;
	}
	body{
		background: url(../images/download.jpg) no-repeat center bottom;
		background-size: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.dwld_pic,
	.dwld_info{
		width: 90%;
	}
}
@media only screen and (max-width: 540px) {
	.dwld_pic,
	.dwld_info{
		width: 100%;
	}
}


.mainCover{
	position: relative;
}
.mainCover .stars {
	position: absolute;
	width: 100%;
    height: 150px;
    top: 0px;
    z-index: 9;
}
.mainCover .stars > img {
	position: absolute;
    opacity: 1;
    -webkit-animation: star 2s 1s infinite; /* Chrome, Safari, Opera */
    animation: star 2s 1s infinite;
}
.mainCover .stars > img.star0 {
	left: 132px;
    top: 248px;
}
.mainCover .stars > img.star1 {
    right: 22px;
    top: 121px;
}
.mainCover .stars > img.star3 {
    left: 40%;
    top: 17px;
}
.mainCover .stars > img.star5 {
    left: 102px;
    top: 128px;
    animation-delay:5s;
}
.mainCover .stars > img.star6 {
	right: 18px;
    top: 278px;
    margin: auto;
}
.mainCover .stars > img.star7 {
	left: 38px;
    top: 238px;
    animation-delay:4s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes star {
    50%   {opacity: .1;}
}
/* Standard syntax */
@keyframes star {
    50%   {opacity: .1;}
}