
.smart-head{
	display: none;
}
.menu_smart{
    height: 30px;
    position: absolute;
    right: 40px;
    top: 35px;
    width: 30px;
    z-index: 99;
}
.menu_line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    /*margin: 0 0 0 -15px;*/
}

.menu_line--2{
    top: 10px;
}
/*.menu_line--3{
    bottom: 6px;
}*/

.menu_line--4{
    bottom: 6px;
}
.menu_line--1.active{
    top: 15px;
    width: 35px;
    transform: rotate(45deg);
}
.menu_line--2.active{
    transform:scaleX(0);
}
/*.menu_line--3.active{
    bottom: 10px;
    transform:scaleX(0);
}*/
.menu_line--4.active{
	top: 15px;
	width: 35px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav{
    background: rgba(253, 208, 38,1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 200;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__wrap ul{
	padding-left: 0px;
	margin-top: -100px;
}
.gnav__menu li{
	display: block;
}
.gnav__menu__item{
    margin: 95px 0;
    list-style: none;
    text-align: center;
}
.gnav__menu__item a{
    color: #000;
    /*font-size: 25px;*/
    font-size: 2.5em;
   /* font-weight: bold;*/
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}

@media only screen and (max-width: 768px){
	.gnav__menu__item a{
		padding: 20px;
	}
	.gnav__menu__item{
		margin: 40px 0;
	}

}
@media only screen and (max-width: 680px){


}
@media only screen and (max-width: 550px){
	.gnav__menu__item a {
    	font-size: 25px;
	}

}
@media only screen and (max-width: 450px){
	.gnav__menu__item a {
    	font-size: 21px;
	}

}
@media only screen and (max-width: 414px){


}
@media only screen and (max-width: 360px){


}

@media only screen and (max-width: 320px){
	.gnav__menu__item a {
   		font-size: 16px;
	}

}




