@media screen and (max-width: 768px){
	.horizontal-menu{
		width: 8%;
	}
	.responsive-none{
		display: none;
	}
	.responsive-none>a{
		text-align: center;
		padding-left: 3%:;
	}

	.responsive__hide{
		display: none;
	}
	.responsive__show{
		display: block;
	}

	.img_filter{
		height: 80px !important;
		margin: 20px !important;
		width: 90% !important;
	}

	.li_moment_menu{
	    font-weight: bold;
	    height: 15px;
	    color: #000;
	    float: left;
	    width: 30%;
	    padding-left: 15px;
	    padding-top: 10px;
	}
	.img-cm-cover{
		width: 100%;
	}
	.side-left-even{
		width: 100%;
	}

	.side-right-even{
		width: 100%;
	}

	.nano.lag{
		/*height: auto !important;*/
	}
}

@media screen and (min-width: 768px){
	.responsive__hide{
		display: block;
	}
	.responsive__show{
		display: none;
	}
}