@import url("animate.min.css?v=1.1.1");
@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");

.header-main .menu1 a:hover img{filter: contrast(0.5);}
.cls_button:hover,.cls_button_small:hover,.cls_button_smaller:hover{filter: grayscale(1);}
.user-sub-menu .menu2 a:hover img{filter: opacity(0.5)}

.block_html img {max-width:100%;height:auto}
@keyframes textclip {
to {
	background-position: 200% center;
}

@media screen and (max-width: 600px) {
	.header-main .menu1:nth-child(1){display:none}
}