/* AdsR1 + R2 + R3 + R4 */
.AdsBox{ width: auto; height: auto; margin: auto; margin-top: 50px; margin-bottom: 50px; }
.AdsBox .AdsBoxR1{ width: 336px; /*height: 280px;*/ height: auto; float: left; text-align: center; max-width: 336px;}
.AdsBox .AdsBoxR1 img{ width: 100%; max-width: 336px; height: auto; }
.AdsBox .AdsBoxR2{ width: 336px; /*height: 280px;*/ height: auto; float: right; text-align: center; max-width: 336px;}
.AdsBox .AdsBoxR2 img{ width: 100%; max-width: 336px; height: auto; }
.AdsBox .AdsBoxR3{ width: 336px; height: 280px; float: left; text-align: center; max-width: 336px;}
.AdsBox .AdsBoxR3 img{ width: 100%; max-width: 336px; height: auto; }
.AdsBox .AdsBoxR4{ width: 336px; height: 280px; float: right; text-align: center; max-width: 336px;}
.AdsBox .AdsBoxR4 img{ width: 100%; max-width: 336px; height: auto; }

/* AdsR5 + R6 + R7 */
.AdsBoxR5{ /*width: 300px;height: 600px;*/  margin: auto; margin-bottom: 50px; text-align: center; max-width: 300px;}
.AdsBoxR5 img{ width: 100%; max-width: 300px; height: auto; margin-bottom: 1rem}
.AdsBoxR6{ /*width: 300px; height: 250px;*/ margin: auto; margin-top: 50px; margin-bottom: 50px; text-align: center; max-width: 300px;}
.AdsBoxR6 img{ width: 100%; max-width: 300px; height: auto;margin-bottom: 1rem }
.AdsBoxR7{ /*width: 300px; height: 600px; max-width: 300px;*/ /*min-height: 700px;*/ height: 100%; margin: auto; margin-top: 50px; text-align: center; overflow: hidden; z-index: 999; max-width: 300px;}
.AdsBoxR7 img{ width: 100%; max-width: 300px; height: auto; margin-bottom: 1rem}
/*#stickADS .AdsBoxR7{ max-width: 300px; margin: auto; }*/


/* -------------------------------------  1280px  ------------------------------------- */
@media(max-width:1200px)
{
	.AdsBox .AdsBoxR1{ float: none; margin: auto; }
	.AdsBox .AdsBoxR2{ float: none; margin: auto; margin-top: 15px; }
	.AdsBox .AdsBoxR3{ float: none; margin: auto; }
	.AdsBox .AdsBoxR4{ float: none; margin: auto; margin-top: 15px; }
}

/* -------------------------------------  1023px  ------------------------------------- */
@media(max-width:1023px)
{
	.AdsBox .AdsBoxR1{ float: left;}
	.AdsBox .AdsBoxR2{ float: right; margin-top: 0px;  }
	.AdsBox .AdsBoxR3{ float: left; }
	.AdsBox .AdsBoxR4{ float: right; margin-top: 0px;  }

	.AdsBoxR5{ margin-top: 50px; margin-bottom: 50px; clear: both; }
	.AdsBoxR6{ margin-top: 50px; margin-bottom: 50px; clear: both; }
	.AdsBoxR7{ margin-top: 50px; margin-bottom: 50px; clear: both; height: auto; }
}

/* -------------------------------------  767px  ------------------------------------- */
@media(max-width:767px)
{
	.AdsBox .AdsBoxR1{ float: none; margin: auto; width: auto; }
	.AdsBox .AdsBoxR2{ float: none; margin: auto; width: auto; margin-top: 15px; }
	.AdsBox .AdsBoxR3{ float: none; margin: auto; width: auto; }
	.AdsBox .AdsBoxR4{ float: none; margin: auto; width: auto; margin-top: 15px; }
}

/* -------------------------------------  640px  ------------------------------------- */
@media(max-width:640px)
{
	
}

/* -------------------------------------  480px  ------------------------------------- */
@media(max-width:480px)
{
	
}

/* -------------------------------------  320px  ------------------------------------- */
@media(max-width:320px)
{
	.AdsBoxR5{ width: auto; max-width: 320px; }
	.AdsBoxR6{ width: auto; max-width: 320px; }
	.AdsBoxR7{ width: auto; max-width: 320px; }
}