@charset "utf-8";
/*--
	Add your style here
--*/ 
@media only screen and (max-width: 768px) {
	.sl-tabs {
	float:left;
	width:100%;
	position:inherit;
}
}
@media only screen and (max-width: 768px) {
.sl-tabs li{
	color: #222;
	float:left;
	width:20%;
	cursor: pointer;
}
}
.lazy
{
    display:block;
    width:100%;
}
.text-area
{
  margin:30px 0;
}