
/* ----------------------------------------------------------------------------
	Navigation Menu
----------------------------------------------------------------------------- */
#nav .submenu #drop-content {

display : none;
}
#nav .submenu #drop-content2 {

    display : none;
    }

#nav .submenu  .icon1 a::before{
    display: inline-block;
    margin-right: 5px;
    margin-left: -15px;
    width: 10px;
    height: inherit;
    content: "\00BB";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
}
#nav .submenu  .icon2 a::before{
    display: inline-block;
    margin-right: 5px;
    margin-left: -15px;
    width: 10px;
    height: inherit;
    content: "\00AB";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
}
#nav .submenu .dropbtn:hover #drop-content{
     position : absolute ;
left : 100%;
width : 243px;
max-height : 0;
    display : block;
}

#nav .submenu #drop-content li a{
    background-color: #575757;
    color: white;
}

#nav .submenu #drop-content li:hover a{
    background-color:  #0e4761;
    color: white;
}

#nav .submenu #drop-content li a.sub-active{
    background-color: #0082BD;
    color: white;
}
#nav .submenu #drop-content li:hover a.sub-active{
    background-color: #0e4761;
    color: white;
}

#nav .submenu .dropbtn:hover #drop-content2{
    position : absolute ;
    left : -97%;
width : 243px;
max-height : 0;
   display : block;
}
#nav .submenu #drop-content2 li a{
    background-color: #575757;
    color: white;
}
#nav .submenu #drop-content2 li:hover a{
    background-color:  #0e4761;
    color: white;
}

#nav .submenu #drop-content2 li a.sub-active{
    background-color: #0082BD;
    color: white;
}
#nav .submenu #drop-content2 li:hover a.sub-active{
    background-color: #0e4761;
    color: white;
}

#menutoggle {
	display: block;
	margin: 0;
	padding: 0 22px;
	width: auto;
	color: #fff;
	background: #37474f;
	height: 45px;
	font: 18px/46px 'Open Sans','Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 4px 4px 0 0;
	transition: background 0.2s linear 0s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#menutoggle span {
    display: none;
}
#menutoggle:before {
	display: inline-block;
	margin-left: 0;
	width: 18px;
	height: 45px;
	line-height: 48px;
	content: "\f0c9";
	color: inherit;
	font-family: 'FontAwesome';
	text-align: center;
	font-size: 21px;
	vertical-align: top;
}
#menutoggle.is-active:before {
	content: "\f107";
}
#menutoggle:hover, #menutoggle:active, #menutoggle.is-active {

	border-radius: 4px 4px 0 0;
}
#menutoggle { display: block; }
#nav {
    clear: both;
   margin : 0;
    width: 100%;
    height: 0;
    overflow: visible;
    position: relative;
    z-index: 999;
    border-top: 1px solid #37474f;
}
#nav ul {
    float: none;
    display: block;
    margin: 0;
    width: auto;
    opacity: 0;
	max-height: 0;
    background: #37474f;
    overflow: hidden;
    transition: max-height 0.25s cubic-bezier(0, 0.7, 0, 1), opacity 0.2s ease-in-out;
    border-radius: 0 0 4px 4px;
    top: 1px;
    border: 0;
    position: relative;
}
#nav #menutoggle.is-active + ul {
    max-height: 1000px;
	opacity: 1;
	transition: max-height 0.3s ease-in-out, opacity 0.25s ease-in-out;
}
#nav li {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    border-top: 1px dotted #455a64;
}
#nav li:first-child {
    border-top: 0;
}
#nav li.onmobile {
	display: block;
}
#nav a, #nav span.submenu {
    float: none;
    display: block;
    margin: 0;
    padding: 9px 20px;
    height: auto;
    color: #fff;
    line-height: 1.6em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Tahoma, Arial, sans-serif;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: background 0.17s linear 0s;
}
#nav span.submenu:after {
    float: right;
    margin-left: 10px;
    width: 15px;
    height: inherit;
    content: "\f078";
    color: inherit;
    font-family: 'FontAwesome';

    text-align: center;
    font-size: 105%;
    vertical-align: top;
}
#nav span.submenu.is-active {
	border-bottom: 1px dotted #455a64;
}
#nav span.submenu.is-active:after {
    content: "\f077";
}
#nav ul.submenu {
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 0;
    background: none;
    opacity: 1;
    position: relative;
    top: 0;
	transition: max-height 0.15s linear 0s;
}
#nav span.submenu.is-active + ul.submenu {
    max-height: 360px;
    overflow-y: auto;
}
#nav ul.submenu a {
    padding-left: 40px;
    background: none;
}

#nav a:hover, #nav a.is-active, #nav li:hover  span.submenu , #nav ul.submenu a:hover, #nav ul.submenu a.is-active {
    background: #0082BD;
}




@media (min-width: 36em) { /* Small devices (landscape phones, 576px and up) */
/*@media (min-width: 48em) { /* Medium devices (tablets, 768px and up) */
    #menutoggle { padding: 0 15px 0 15px; }
	#menutoggle span { display: inline-block; }
    #menutoggle:before { margin-right: 10px; }
  
}
@media (max-width : 991px){
    .hidden-menu{
        display : none !important;
    }
    .hidden-menu2 span{
        padding-left : 40px !important;
        background: #2b2f31 !important;
    }
   
    .hidden-menu2 span:hover, .hidden-menu2 span:hover,.hidden-menu2 span:hover{
        background :#0082BD !important;
    }
    .hidden-menu2 .is-active{  background :#011429 !important;}
    .hidden-menu2 .active{  background :#011429 !important;}
    .hidden-menu2 ul.submenu a{
        padding-left: 50px !important;
    }
    .hidden-menu2 ul.submenu a::before{
        content : '> ';
    }
}
@media (min-width : 992px){
    .hidden-menu2{
        display : none !important;
    }


}

@media (min-width : 992px) AND (max-width : 1162px){
 #nav{
     width : 65vw !important;
 }
}

@media (min-width: 62em) { /* Large devices (desktops, 992px and up) */
    #menutoggle { display: none; }
    #nav  .active span.submenu{
        background: #1093B1;
        color : white;
        border-radius: 10px;
        font-weight: bold;
 
      
      }
 #nav .active .beranda{
    background: #1093B1;
    color : white;
    border-radius: 10px;
    font-weight: bold;
 }

    #nav {
        width : 55vw;
	top : 5rem !important;

        height: 45px;
   
        position: relative;
        z-index: 999;
        border: 0;
        border-radius: 4px;
    }
    #nav ul {
      
        float: left;
        width: 100%;
        height: auto;
        opacity: 1;
        margin: 4px 0;
        position: relative;
        z-index: 999;
        top: 0;
        overflow: visible;
    }
    #nav li {
        float: left;
        margin: 0 5px;
        padding: 0;
        height: 37px;
        width: auto;
        min-width: auto;
        position: relative;
        border: 0;
        overflow: visible;
    }
    #nav li:first-child {
        margin-left: 4px;
        border-left: 0;
    }
    #nav li.last {
        border-right: 0;
    }
    #nav li.right {
        float: right;
        margin-right: 4px;
        border-right: 0;
    }
    #nav li.onmobile {
        display: none;
    }
    #nav a, #nav span.submenu {
        float: left;
        margin: 0;
        padding: 0 14px;
        height: 37px;
        border: 0;
        color: rgb(73, 71, 71);
        font-weight: normal;
        line-height: 39px;
        text-align: center;
        border-radius: 3px;
        transition: background 0.2s linear 0s;
        cursor: pointer;
    }
    #nav span.submenu:after {
        display: none;
    }
    #nav a:hover, #nav a.is-active, #nav li:hover span.submenu, #nav ul.submenu a:hover, #nav span.submenu.is-active {
        background: #FFC700;
    }
    #nav li:hover a.submenu, #nav li:hover span.submenu, #nav span.submenu.is-active.hover {
        border-radius: 3px 3px 0 0;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    #nav li:hover {
        z-index: 999;
    }
    #nav ul.submenu {
        display : none;
        float:left;
        margin: 0;
        padding: 0;
        width: 250px;
        max-height: 0;
        position: absolute;
        
        background: #dfdfdf;
        top: 95%;
        z-index: 999;
        border-radius: 0 3px 3px 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
     
    }
    #nav li:hover ul.submenu, #nav ul.submenu.is-active {
		padding: 3px 0;
        left: 0;
		max-height: 460px;
        display : block;
    }
    #nav ul.submenu li {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }
    #nav ul.submenu a {
        float: none;
        display: block;
        margin: 0;
        padding: 7px 15px 7px 28px;
        height: auto;
        text-transform: none;
        text-align: left;
        line-height: 1.5em;
        border-radius: 0;
        border: 0;
        border-top: 1px dotted #37474f;
    }
    #nav ul.submenu li:first-child a {
        border: 0;
    }
    #nav ul.submenu li a:hover, #nav ul.submenu li a.is-active {
        background: #0082BD;
        color : white;
    }
}
