
.btn-menu-short,
.btn-menu-long {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 6px;
	background: linear-gradient(to right,#666 0%,#666 53%,#fff 53%,#fff 100%);
    border-color: #666;
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px 0px inset;
}
.btn-menu-short {
	background: linear-gradient(to right,#666 0%,#666 53%,#fff 53%,#fff 100%);
}
.btn-menu-long {
	background: linear-gradient(to right,#fff 0%,#fff 53%,#666 53%,#666 100%);
}

/* Color
***************************************************/
@media (min-width: 841px) {
    /* Menu Brand
    ---------------------------------------------*/
    .menu-brand a {
        color: #000;
    }
    .menu-brand.fixed-theme a {
        color: #000;
    }
    /* Menu
    ---------------------------------------------*/
    .mh2-11.fixed-theme {
        border-color: #666;
        box-shadow: 0 0 5px #666;
    }
    .mh2-113.fixed-theme a,
    .mh2-113.fixed-theme span {
        color: #000;
    }
}
@media (max-width: 840px) {
    /* Menu
    ---------------------------------------------*/
    .mh2-113 {
        border-color: #666;
        box-shadow: 0 0 5px #666;
    }
    /* Menu Font
    ---------------------------------------------*/
    .mh2-113 a,
    .mh2-113 span {
        color: #000;
    }
}

/* Response
***************************************************/
.mh2-113 a,
.mh2-113 span {
    padding: 0 1.2vw;
    font-size: 1.4vw;
	font-weight:400;
}
.mh2-112 {
    font-size: 1.4vw;
}
.mh2-112.fixed-theme {
    font-size: 1.4vw;
}

@media (min-width: 1401px) {
    .mh2-112 {
        font-size: 19.6px;
    }
    .mh2-112.fixed-theme {
        font-size: 19.6px;
    }
    .mh2-113 a,
    .mh2-113 span {
        font-size: 19.6px;
        padding: 0 16.8px;
    }
}

@media (min-width: 841px) {
    .menu-height {
	    height:72px;
    }
    /* Colors
    ***********************************************/
    .mh2-11 {
        background-color: rgba(126, 184, 194, 0);
    }
    .mh2-11.fixed-theme {
        background-color: rgba(126, 184, 194, 1);
    }
    /* Font
    ---------------------------------------------*/
    .mh2-113 a,
    .mh2-113 span {
        color: #000;
        transition: color 0.7s ease;
    }
    .mh2-11.fixed-theme .mh2-113 a.active {
        color: #fff;
    }
    /* Menu transform
    ***********************************************/
    .mh2-1 {
        position: fixed;
		left:0;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .mh2-11 {
        margin: 0;
        min-height: 60px;
        padding: 15px 0 5px 0;
        transition: all 0.7s ease;
    }
    .mh2-11.fixed-theme {
        padding: 5px 0 5px 0;
    }
    .mh2-112 {
        display: inline-block;
        padding-left: 5%;
		font-weight:400;
        line-height: 60px;
        white-space: nowrap;
        transition: all 0.7s ease;
    }

    /* Menu simple
    ***********************************************/
    .mh2-113 {
        float: right;
		padding-right: 5%;
        white-space: nowrap;
	}
    .menu-break {
		display:none;
	}
    .mh2-113 a,
    .mh2-1131 {
        display: inline-block;
        text-decoration: none;
        line-height: 60px;
    }
    .mh2-1131 {
		position:relative;
    }
    #mh2-111 {
        display: none;
    }
}

@media (max-width: 840px) {
    .menu-height {
	    height:0;
    }
    .mh2-11 {
        background: none;
    }
    .mh2-11.fixed-theme {
        background: none;
        border: none;
        box-shadow: none;
    }
	.mh2-112 {
		background-color: #7eb8c2;
	}
    /* Menu Icon
    *******************************************/
    #mh2-111 {
        display: none;
    }
    #mh2-111 + label {
        position: fixed;
        top: 40px;
        right: 5%;
        width: 50px;
        height: 30px;
        cursor: pointer;
        z-index: 11;
    }
    #mh2-111 + label .span-middle {
        position: absolute;
        right: 0;
        top: 12px;
        height: 4px;
        width: 50px;
        display: block;
        border: 1px solid #333;
		background-color:rgba(255,255,255,.5);
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }
    #mh2-111 + label .span-top {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 4px;
        display: block;
        border: 1px solid #333;
		background-color:rgba(255,255,255,.5);
        transition: all 0.5s ease-in-out;
    }
    #mh2-111 + label .span-bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50px;
        height: 4px;
        display: block;
        border: 1px solid #333;
		background-color:rgba(255,255,255,.5);
        transition: all 0.5s ease-in-out;
    }
    #mh2-111:checked + label .span-middle {
        background-color: transparent !important;
        border: none !important;
    }
    #mh2-111:checked + label .span-top {
        top: 12px;
        transform: rotate(45deg);
    }
    #mh2-111:checked + label .span-bottom {
        bottom: 12px;
        transform: rotate(-45deg);
    }

    #mh2-111 + label:hover .span-middle,
    #mh2-111 + label:hover .span-top,
    #mh2-111 + label:hover .span-bottom {
        background-color: #fff;
    }

    /* Menu
    *******************************************/
	
    #mh2-111:checked ~ .mh2-113 {
        max-height: 1000px;
    }
    .mh2-112 {
		padding:20px 0;
		font-size:14px;
		text-align:center;
    }
    .mh2-113 {
        position: fixed;
		left:0;
        top: 0;
        width: 100%;
        max-height: 0;
		background-color: #fff;
        overflow: hidden;
		z-index: 10;
        transition: max-height 1s;
    }
    .mh2-113 > a,
    .mh2-113 > .mh2-1131 > span {
        display: block;
        width: 100%;
        height: 50px;
        padding-left: 50px;
        font-size: 24px;
        line-height: 50px;
    }
    a.mh2-1132 {
		height:60px;
		margin-top:10px;
	}

	.menu-break {
		height:50px;
	}
}
