.toggle-button {
    position: fixed;
    right:0;
    padding: 0px 10px;
    height: 20px;
    width: 50px;
    top: 18px;
    z-index: 3;
}

.toggle-active{
    margin-top: 2px !important;
}
.bar {
    background-color: #00a087;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4rem;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.ham-dark > .bar{

    background-color: #00a087 !important;
}

.bar + .bar {
    margin-top: 6px;
}
.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button:hover {
    /*opacity: .7;*/
}
.toggle-active .bar {
    background-color: #00a087;
}
.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
    display: none;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    background-color: rgba(255,255,255,1);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
}
.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
/*    max-height: 340px;*/
}

#hamburger{
    display: none;
    cursor: pointer;
}

#full_menu{
    text-align: center;
}

.full_menu_wrap{
    margin: 40% auto;
}
.full-item:first-child {
     margin-top: 57px;
     border-top: 2px solid #00a087;
 }
.full-item{
    padding: 14px 0;
}
.full-link{
    color: rgba(0,0,0,0.8);
    text-align: center;
    font-size: 1.15rem;
}
.full-link:hover{
    text-decoration: none;
    color: #00a087;
}
.full-regi{
    padding: 14px 0;
    background-color: #00a087;
}

.full-regi > a,
.full-regi > a:hover{

    color: #fff;
}

.full-item > .active{
    color: #00a087;
}
.logo-index{
    z-index: 44444;
    filter: invert();
}

.full_menu_footer{
    color: #fff;
    font-weight: bold;
    font-size: 0.5rem;
    text-align: center;

}


.mobile_top_lang{
	display: none;
}
@media (max-width: 1199px) {

    #hamburger {
        display: block;
    }
}
@media (max-width: 992px) {

}

@media (max-width: 767px) {

	.mobile_top_lang{
		float: right;
		margin-top: -41px;
		margin-right: 30px;
		display: block;
	}
}

@media (max-width: 575px){

}
