html {
	direction: ltr;
	text-align: left;
	background: #fff url(../images/bg-ltr.jpg) no-repeat center top / 100% auto;
}
html,
body {
	font-family: font1;
	width: 100%;
	direction: ltr;
	text-align: left;
}
body {
	background: url(../images/bg-shape-ltr.png) no-repeat right bottom;
}
.mobile_sec {
	float: left;
	width: 450px;
	padding-left: 0px;
	padding-right: 140px;
}
.info_sec {
	float: left;
	width: calc(100% - 450px);
	padding-right: 0px;
	padding-left: 50px;
}
.info_sec #logo a {
	background: url(../images/logo-ltr.png) no-repeat center center / 100% auto;
}
.dl_sec {
	float: right;
	width: calc(100% - 450px);
}
.info_sec .desc p {text-align: left;}
#webgap {
	right: 55px;
	left: auto;
}
@media only screen and (max-width: 1200px) {
	.mobile_sec {display: none;}
	.dl_sec,
	.info_sec {
		float: none;
		width: 100%;
		padding-left: 0px;
		box-sizing: border-box;
	}
	.info_sec #logo {padding-top: 0px;}
}
@media only screen and (max-width: 950px) {
	.features_sec .features_box {
		width: 48%;
		margin: 1% 1% 1.5%;
	}
}
@media only screen and (max-width: 650px) {
	.dl_sec .dl_box.med_dl,
	.dl_sec .dl_box.mini_dl {
		width: 100%;
		float: none;
	}
	.dl_sec .dl_box .download_btn {
		width: 48%;
		margin: 0 1%;
	}
	.dl_sec .dl_box .download_btn.icon_googleplay,
	.dl_sec .dl_box .download_btn.icon_bazar {margin-bottom: 15px;}
	.info_sec .desc p {
		text-align: justify;
		text-align-last: center;
	}
	.info_sec #logo a {margin: 0 auto;}
	.dl_sec .dl_box .dl_head {text-align: center;}
	#webgap {right: 15px; left:auto;}
}
@media only screen and (max-width: 550px) {
	.features_sec .features_box {
		width: 98%;
		margin: 1% 1% 1.5%;
	}
}
@media only screen and (max-width: 418px) {
	.dl_sec .dl_box.med_dl .download_btn.mini_btn {font-size: 0px;text-align: center;}
	.dl_sec .dl_box.med_dl .download_btn.mini_btn .icon {
		float: none;
		display: inline-block;
	}
	.dl_sec .dl_box.med_dl .icon_desktop .icon {background: url(../images/icons.png) no-repeat -396px 0;}
	.dl_sec .dl_box.med_dl .icon_mac .icon {background: url(../images/icons.png) no-repeat -658px 0;}
}
