/* Flexnav Base Styles */

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

    #site-header {
        clear: both;
    }
	
	.musos_image_box:first-of-type, .musos_image_box:nth-of-type(2), .musos_image_box:nth-of-type(3), .musos_image_box:nth-of-type(4):hover {
    margin-bottom: 0px;
}

    .menu-button {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        margin: 5px 0px 0 0;
        float: left;
        background: url(images/menu-1.png) right center no-repeat;
        
    }
    .menu-button.close-icon{
        background: url(images/close-icon-v2.png) right center no-repeat;
        position: relative;
        float: revert;
        right: 15px;
        top: 10px;
        color: #f2f2f2;
    }


    .menu-button:hover {
        color: #fff;
    }
    
    .menu-button.close-icon:hover {
        color: #fff;
    }
    .menu-button:after {
        content: '';
        margin: 0;
        padding: 0;
        width: 15px;
        height: 12px;
        /*background: url(images/mobile_nav_bt.png) 0 0 no-repeat;*/
        position: absolute;
        top: 11px;
        right: 12px;
        display: none;
    }

    .menu-button:hover:after {
        /*background: url(images/mobile_nav_bt.png) 0 -50px no-repeat;*/
    }

    .mob_menu #header_phone {
        overflow: hidden;
        text-align: center;
        color: #313131;
        line-height: 37px;
    }

    .mobile_menu_box {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        position: relative;
        top: -2px;
        display: block !important;
    }

    .flexnav {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
        -webkit-transform-style: preserve-3d;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        max-height: 0;
        position: absolute;
        left: 0;
        z-index: 999;
    }

    .flexnav ul {
        margin: 0 0 0 0;
        padding: 0;
        /* float: left; */
        width: 100%;
        position: relative;
        list-style: none;
        list-style-type: none;
    }

    .flexnav .menu-header > ul {
        margin: 2px 0 0 0;
    }

    .flexnav.opacity {
        opacity: 0;
    }

    .flexnav.flexnav-show {
		    width: 200px;
        max-height: initial;
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 1000000;
    }

    .flexnav.one-page {
        position: fixed;
        top: 50px;
        right: 5%;
        max-width: 200px;
    }

    .flexnav li {
        font-size: 100%;
        position: relative;
        overflow: hidden;
        vertical-align: top;
        list-style-type: none;
    }

    .flexnav li a {
        position: relative;
        display: block;
        padding: .96em 4em .96em .96em;
        z-index: 2;
        font-size: 15px;
        line-height: 15px;
        /* overflow: hidden; */
        color: #6e6e6e;;
            background: #f2f2f2;
        text-decoration: none;
      
    }
	
	
.current_page_item{
	background: #e8e8e8;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1), 0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1),0px 1px 0px #fff;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1), 0px 1px 0px #fff;
	}	

    .flexnav li ul {
        width: 100%;
    }

    .flexnav li ul li {
        font-size: 100%;
        position: relative;
        /* overflow: hidden; */
    }

    .flexnav li ul.flexnav-show li {
        /* overflow: visible; */
    }

    .flexnav li ul li a {
        display: block;
        padding: 0.96em 5em 0.96em 1.96em;
        font-size: 13px;
    }

    .flexnav ul li ul li > a {
        background: #086727;
        padding: 0.96em 5em 0.96em 2.6em;
        border-bottom: 1px solid rgb(9, 121, 46);
    }

    .flexnav ul li ul li ul li a {
        background: #f77076;
        padding: 0.96em 5em 0.96em 3.5em;
    }

    .flexnav .touch-button {
        position: absolute;
        z-index: 999;
		display: none;
        top: 0;
        right: 0;
        width: 50px;
        height: 45px;
  
        background: #abd9e9;
        background: rgba(0, 0, 0, 0.15);
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }
	
	
	#wrapper #menu-main-menu #menu-item-60 a:after, #wrapper #menu-main-menu #menu-item-66 a:after, #wrapper #menu-main-menu #menu-item-79 a:after, #wrapper #menu-main-menu #menu-item-74 a:after{
		display:none;
	}

    .flexnav li ul li .touch-button {
        height: 40px;
    }

    .flexnav .touch-button:hover {
        cursor: pointer;
    }

    .flexnav .touch-button .navicon {
        position: relative;
        top: 1.1em;
        font-size: 12px;
        color: #fff;
        font-style: normal;
    }
	

	
#wrapper #menu-main-menu li .sub-menu {
    padding: 0;
    box-sizing: border-box;
    position: relative;
    top: 0;
    display: block !important;
}

    .menu-button.one-page {
        position: fixed;
        top: 0;
        right: 5%;
        padding-right: 45px;
    }

    .menu-button .touch-button {
        background: transparent;
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: none;
        text-align: center;
    }

    .menu-button .touch-button .navicon {
        font-size: 16px;
        position: relative;
        top: 1em;
        color: #666;
    }
	
	
ul#menu-main-menu li {
    list-style: none;
    padding: 4px 8px;
    text-align: left;
    text-decoration: none;
    display: block;
    outline: 0;
    cursor: pointer;
}	

ul#menu-main-menu li a{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
    line-height: 21px;
	color: #6e6e6e;
    padding: 4px 8px;
    text-align: left;
    text-decoration: none;
	}	
	
ul#menu-main-menu ul {
    margin: 0;
}
	
.menu-header ul {
    margin: 0;
}	
	
	
.menu-header #menu-main-menu:before {
	content: "";
    background: #000;
    position: absolute;
    height: calc(100% + -24px);
    width: 1px;
    margin: 0 auto;
    top: 12px;
    bottom: 0;
    left: 10px;
}
.menu-header #menu-main-menu {
	position: relative;
	width: 95%;
	float: left;
	margin: 15px 0px;
}
.menu-header #menu-main-menu .current-menu-item a {
    background: #e8e8e8;
    border: 1px solid #c4c4c4 !important;
    border-radius: 4px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1), 0px 1px 0px #fff;
}
.menu-header #menu-main-menu .current_page_item {
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 0 0;
}
.menu-header #menu-main-menu li {
    padding: 0px 0px 0px 20px;
    float: left;
    width: 100%;
    position: relative;
}
.menu-header #menu-main-menu li a {
    padding: 2px 5px;
    width: 100%;
    float: left;
}
.menu-header #menu-main-menu li:before {
	content: "";
	background: #000;
	position: absolute;
	width: 10px;
	height: 1px;
	top: 12px;
	left: 11px;
}
	.menu-header #menu-main-menu .menu-item-has-children .sub-menu:after {
    content: "";
    background: #000;
    height: calc(100% + -12px);
    width: 1px;
    position: absolute;
    left: 10px;
    top: 0;
}
.menu-header #menu-main-menu .menu-item-has-children .sub-menu{
    position: relative;
    width: 100%;
    float: left;
}
	
	
	
}
 




