.content_slicks{
	margin: 0 auto;
	width: 100%;
}
.content_slicks:after,.buttons::after{clear:both;content:"";display:table;}
.slick-slide .image{padding: 10px;}
.slick-slide img{display:block;width: 100%;
}
.slick-slide img.slick-loading{border:0 }
.slick-slider{
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}

@media (max-width: 768px) {
/* 
table{font-size:14px;line-height:18px;margin:40px auto 20px; display: block; float: left;}
tr { width: 100%; border-right: none; border-bottom: 1px solid #fff; margin: 0px 0px 20px; padding: 0px 0px 20px; background: transparent; float: left; }
thead { display: none; }
td { border: 0; padding: 10px 0px;}
td,tbody { display: block; width: 100% !important;}
table.settings td:nth-of-type(1), table.methods td:nth-of-type(1){font-weight: bold; font-size: 16px; line-height: 18px;}
table.settings td:nth-of-type(2):before{content: 'Type: '; font-weight: bold;}
table.settings td:nth-of-type(3):before{content: 'Default: '; font-weight: bold;}
table.methods td:nth-of-type(2):before{content: 'Arguments: '; font-weight: bold;}
}
-*/
}




/* =Tablet
---------*/
@media all and (max-width: 768px) {	
.content_slicks {
	margin: 100px 0 0;
	padding: 0;
	width: 100%;
}

}



@media all and (max-width: 740px) {	
.content_slicks {
	margin: 0px 0 0;
	padding: 0;
	width: 100%;
	top: 50px;
}

.slick-slider{
	margin-right: 0;
	margin-top: 0px;
	margin-left: 0;
	padding: 0;
	top: 50px;
}

}
---------*/

/* =Smartphone
---------*/
@media all and (max-width: 480px) {	
.content_slicks {
	margin: 0px 0 0;
	padding: 0;
	width: 100%;
	top: 50px;
}

.slick-slider{
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	top: 50px;
}

}
