body {
	/*	position: fixed;*/
	height: 100vh;
	width: 100%;
	margin: 0;
}
/*micro ads*/
@media screen and (max-width: 500px) {
	section.microads {}
	section.microads>.wrap {
		width: 100%;
		overflow: auto;
		padding: 2.5px;
		box-sizing: border-box;
	}
	section.microads .item {
		width: 100%;
		overflow: auto;
		float: left;
		padding: 2.5px;
		box-sizing: border-box;
	}
	section.microads .item .innr {
		height: 85px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.microads {}
	section.microads>.wrap {
		width: 100%;
		overflow: auto;
		padding: 5px;
		box-sizing: border-box;
	}
	section.microads .item {
		width: 50%;
		overflow: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.microads .item .innr {
		height: 120px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
@media screen and (min-width: 801px) {
	section.microads {}
	section.microads>.wrap {
		width: 100%;
		overflow: auto;
		padding: 5px;
		box-sizing: border-box;
	}
	section.microads .item {
		width: 50%;
		overflow: auto;
		float: left;
		padding: 5px;
		box-sizing: border-box;
	}
	section.microads .item .innr {
		height: 120px;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
/*other elements*/
@media screen and (max-width: 500px) {
	section.slides {
		overflow: auto;
		margin-top:-90px;
		background-color: black;
	}
	section.slides .wrap {
		height: 300px;
		max-width: 1500px;
		margin: 0 auto;
		background-image: url(images/deals_slide_a.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.sml_pts {
		overflow: auto;
		width: 100%;
	}
	section.sml_pts .wrap {
		overflow: auto;
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		padding: 5px;
		box-sizing: border-box;
	}
	section.sml_pts .item {
		float: left;
		width: 50%;
		padding: 5px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.sml_pts .item .innr {
		background-color: blue;
		width: 100%;
		height: 150px;
	}
	section.deals {
		width: 100%;
		overflow: auto;
	}
	section.deals .wrap {
		margin: 10px auto;
		width: 100%;
		overflow: auto;
		max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	}
	section.deals>.wrap .item>.innr{
		height: 100%;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slides {
		overflow: auto;
		margin-top: -170px;
		background-color: black;
	}
	section.slides .wrap {
		height: 600px;
		max-width: 1500px;
		margin: 0 auto;
		background-image: url(images/deals_slide_a.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.sml_pts {
		overflow: auto;
		width: 100%;
	}
	section.sml_pts .wrap {
		overflow: auto;
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		padding: 5px;
		box-sizing: border-box;
	}
	section.sml_pts .item {
		float: left;
		width: 50%;
		padding: 5px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.sml_pts .item .innr {
		background-color: blue;
		width: 100%;
		height: 150px;
	}
	section.deals {
		width: 100%;
		overflow: auto;
	}
	section.deals .wrap {
		margin: 80px auto;
		width: 90%;
		overflow: auto;
		max-width: 1500px;
	}
}
@media screen and (min-width: 801px) {
	section.slides {
		overflow: auto;
		margin-top: -170px;
		background-color: black;
	}
	section.slides .wrap {
		height: 600px;
		max-width: 1500px;
		margin: 0 auto;
		background-image: url(images/deals_slide_a.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	section.sml_pts {
		overflow: auto;
		width: 100%;
	}
	section.sml_pts .wrap {
		overflow: auto;
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		padding: 5px;
		box-sizing: border-box;
	}
	section.sml_pts .item {
		float: left;
		width: 50%;
		padding: 5px;
		box-sizing: border-box;
		overflow: auto;
	}
	section.sml_pts .item .innr {
		background-color: blue;
		width: 100%;
		height: 150px;
	}
	section.deals {
		width: 100%;
		overflow: auto;
	}
	section.deals .wrap {
		margin: 80px auto;
		width: 90%;
		overflow: auto;
		max-width: 1500px;
	}
	section.deals .wrap>.item{
		width: 20% !important;
	}
}