/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */

@media screen and (min-width: 768px) {

    .slicknav_menu {
        display:block;
    }

}

/* ------------------------------------- */
/*	 resposive992
/* ------------------------------------- */
@media screen and (min-width: 992px) {
.menu {
padding: 0px 0px 0px 0px;
margin: 10px 0px 0px 0px;
text-align: center;
width: 810px;
float: right;
}
.animenu {
  font: 16px Arial, Helvetica;
}

.animenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.animenu ul {
	list-style: none;
	line-height: 0px;
	margin-left: auto;
	margin-right: auto;
}
.animenu ul li a {
	overflow:hidden;
	outline:none;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
li.m01,
li.m02,
li.m03,
li.m04,
li.m05 {
	width: 162px;
	height: 71px;
	float: left;
}

li.m01 a {
	background: url(../img/menu.png) no-repeat 0px 0px;
	width: 162px;
	height: 71px;
}
li.m01 a:hover {
	background-position: 0px -71px;
	text-decoration: none;
}
li.m02 a {
	background: url(../img/menu.png) no-repeat -162px 0px;
	width: 162px;
	height: 71px;
}
li.m02 a:hover {
	background-position: -162px -71px;
	text-decoration: none;
}

li.m03 a {
	background: url(../img/menu.png) no-repeat -324px 0px;
	width: 162px;
	height: 71px;
}
li.m03 a:hover {
	background-position: -324px -71px;
	text-decoration: none;
}
li.m04 a {
	background: url(../img/menu.png) no-repeat -486px 0px;
	width: 162px;
	height: 71px;
}
li.m04 a:hover {
	background-position: -486px -71px;
	text-decoration: none;
}
li.m05 a {
	background: url(../img/menu.png) no-repeat -648px 0px;
	width: 162px;
	height: 71px;
}
li.m05 a:hover {
	background-position: -648px -71px;
	text-decoration: none;
}
}
.slicknav_menu {
    display:none;
}
 
/*---------------------------------------------------------
  						SlickNav
---------------------------------------------------------*/
.slicknav_menu {
    display:none;
}
 
@media screen and (max-width: 990px) {
    /* #menu is the original menu */
    #menu {
        display:none;
    }
     
    .slicknav_menu {
        display:block;
    }
}
@media screen and (max-width: 768px) {

.js #menu {

display:none;

}

.js .slicknav_menu {

display:block;

}}