  #nav {
		text-align: left;
		xbackground: white;
		left: 0;
		position: absolute;
		right: 0;
		display: block;
		margin-top: 2.3em;
    }
	
	#nav::after {
		xbackground-image: linear-gradient(180deg, #eee 0px, hsla(0, 0%, 93%, 0) 8px);
		content: "";
		height: 8px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
	
	.no-js   #nav {
		top: 23px;
	}
	
	 #nav li {
		 width: 100%;
		 min-width: 100%;
		 display: block;
		 padding: 0;
		 line-height: 54px;
		 position: relative;
		 background: white;
         border-bottom: 1px solid #ddd;
	 }
	 
	  #nav  li  ul > li > a,
	  #nav > li > a {
		  padding-left: .5rem;
		  color: black;
	  }
	  
	  
	  #nav li  ul {
		display: none;
	}
	
	/*******************************************************
	3st Level
	*******************************************************/
	
	  #nav li ul li:first-child {
	   border-top: 1px solid #ddd;
	  }
	  
	   #nav li ul li:last-child {
	   border-bottom: none;
	  }
	  #nav  li  ul > li > a {
		   padding-left: 1.5rem;
	  }
	
/*
 #nav > ul > li > a {

		font-weight: normal;
		font-size: 1em;
		font-family: inherit;
        display: inline-block;
		line-height: 54px;		
		color: #2F3035;
		padding-left: 1.5rem;
		margin:0;
    }
	#nav > ul > li > a:first-child {
        margin-left: 0rem;
    }
	#nav  {
		 border-bottom: 3px solid #357758;
	}
	
	
    #nav.align-center > ul,
    #nav.align-right ul ul {
        text-align: left;
    }
    #nav li,
    #nav ul li,
    #nav li > ul > li{
		display: block;
 float:none;
        width: 100%;
        height: auto;
        border-top: 1px solid #ddd;
    }
	#nav li.has-sub ul.open li,
	#nav li.nav-item-index{
	 border:none;
	}
		
	#nav li.back {
		background: black;
	}
	#nav li.back a{
		color: #fafffc;
	}
	
	#nav li.back a::before{
		content:" ";
		display:block;
		width: 35px;
		background: transparent url(../img/aback.png) 0px 17px no-repeat;
		height: 100%;
		float:left;
	}
	
	#nav li.search a::before{
		content:" ";
		display:block;
		width: 35px;
		background: transparent url(../img/asearch.png) 0px 14px no-repeat;
		height: 100%;
		float:left;
	}
	
	#nav li > div {
		position: relative;
		width: 100%;
        height: auto;
		left:0;
		border:none;
		padding:0;
		opacity: 1;
	}
	
	#nav li:hover > div {
		 left:0;
	}
	
	#nav li > div:before {
		display: none;
	}
	
	#nav li div.nav-description {
		position: absolute;
		left: -999px;
	}
		
    #nav li a,
    #nav ul li a {
		height:55px;
        letter-spacing:0;
		border:none;
    }
	
	#nav ul li a:hover {
		color: #4d4d4d;
		background: transparent;
	}

    #nav > ul > li,
    #nav.align-center > ul > li,
    #nav.align-right > ul > li {
        float: none;
        display: block;
    }
	
    #nav ul li a {
        padding: 20px 20px 20px 50px;
        color: #7bb838;
        background: none;
        letter-spacing: 0;
		width: 100%;
		opacity: 1!important;
		border-top: 1px solid #357758;
    }
	*/
	/*
	#nav ul ul li a:hover,
    #nav ul li:hover > a,
    #nav ul li a:hover {
        color: white;
    }
	*/
	
	/*
	#nav ul ul li {
	  padding-left:40px;
	  background: #F7F7F7;
	  margin:0;
	}

	#nav li.has-sub li {
        border-bottom: 2px solid red;
	}
	  
    #nav ul ul li a {
		background: #F7F7F7;
		color: #A4935F;
		font-size: 14px;
		padding: 20px 0px;
		display: block;

    }
	
    #nav ul,
    #nav ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
	
    #nav > ul > li.has-sub > a::after,
    #nav ul li.has-sub > a::after {
        display: none;
    }
	
    #menu-line {
        display: none;
        overflow:hidden;
    }
	*/
	
	
    #menu-button {
        display: block;
		background: white;
		width: 40px;
		height: 40px;
    }
	
	#menu-button span {
		display: none;
		text-transform: uppercase;
	}
	
    #menu-button::after {
        content: '';
        position: absolute;
        top: 12px;
        left: .45em;
        display: block;
        width: 26px;
        height: 3px;
        background: black;
    }
	
    #menu-button.menu-opened::after {
		-moz-transform: rotate(45deg); 
		-webkit-transform: rotate(45deg); 
		-o-transform: rotate(45deg); 
		-ms-transform: rotate(45deg);
		transform: rotate(45deg); 
		top: 19px;
	  }
	
    #menu-button::before {
        content: '';
        position: absolute;
        top: 19px;
        left: .45em;
        display: block;
        width: 26px;
        height: 4px;
        border-top: 3px solid black;
        border-bottom: 3px solid black;

    }
	
	#menu-button.menu-opened::before {
		border-bottom: 0px solid black;
		-moz-transform: rotate(135deg); /* Firefox 3.6 Firefox 4 */
		-webkit-transform: rotate(135deg); /* Safari */
		-o-transform: rotate(135deg); /* Opera */
		-ms-transform: rotate(135deg); /* IE9 */
		transform: rotate(135deg); /* W3C */
		font-size: 15px;
		line-height: 15px;
    left: 0.35em;
    top: 1.045em;

	}
	
    #nav .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #ddd;
        height: 55px;
        width: 70px;
        cursor: pointer;
    }
	
    #nav .submenu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        left: 33px;
        display: block;
        width: 3px;
        height: 18px;
        background: #C70010;
        z-index: 99;	
    }
	
    #nav .submenu-button::before {
        content: '';
        position: absolute;
        left: 26px;
        top: 27px;
        display: block;
        width: 18px;
        height: 3px;
        background: #C70010;
        z-index: 99;
    }
	
    #nav .submenu-button.submenu-opened:after {
        display: none;
    }
	




 @media all and (min-width: 900px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 900px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 900px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 900px), only screen and (min-device-pixel-ratio: 2) and (min-width: 900px), only screen and (min-resolution: 192dpi) and (min-width: 900px), only screen and (min-resolution: 2dppx) and (min-width: 900px) {
 
 
 #nav {
	-moz-box-align: center;
    align-items: center;
    display: flex!important;
    font-weight: 700;
	font-size: 14px;
    height: 100%;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 824px;
    padding: 0 2vw;
	position: relative;
 }
 
 #nav .submenu-button, #menu-button, #nav .back, #nav .feedback, #nav .contact, #nav .search {
	display: none;
}

#nav sli {position:relative;}
 
 
/*
#nav,
#nav ul,
#nav ul li,
#nav ul li a,
#menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
	overflow: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
	outline: none;
}

#nav:after,
#nav > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

*/
/* //desktop first */
/*
#nav {
    line-height: 1em;
	max-width: 1024px;

	top: 50px;
	left: 0;
	right: 0;
	bottom: 0em;
	z-index:100;
	position: absolute;
}



#nav .back,
#nav .feedback,
#nav .contact,
#nav .search {
	display: none;
}

#menu-line {
    position: absolute;
    left: 0;
    height: 4px;
    background: #a50c07;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#nav > li {
	display: inline-block;
}

#nav > ul > li div.nav-description {
    font-size: 1em;
	text-transform: uppercase;
	color: #FBB03B;
	padding: 0px 0 0px 10px;
	line-height: 3em;
	display: block;
}

#nav.align-center > ul {
    font-size: 0;
    text-align: center;
}
#nav.align-center > ul > li {
    display: inline-block;
    float: none;
}
#nav.align-center ul ul {
    text-align: left;
}
#nav.align-right > ul > li {
    float: right;
}
#nav.align-right ul ul {
    text-align: right;
}




*******************************************************
1st Level
*******************************************************
*/

#nav li {
	line-height: inherit;
	min-width: auto;
	width: auto;
	background: none;
    border-bottom: none;
}

#nav > li > a {
	color: black;
    display: block;
	padding: 0.2rem 0;
    position: relative;
    text-align: center;
	text-transform: uppercase;
}

#nav > li > a::before {
    background-color: #000;
    bottom: 0.25em;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
}
#nav > li.current > a::before,
#nav > li > a:focus::before,
#nav > li > a:hover::before {
    transform: scaleX(1);
}

#nav > li > a:first-child {
	margin-left: 0.75rem;
}

#nav  > li.current > a,
#nav > li:hover > a,
#nav > li.active > a {
}


/*******************************************************
2nd Level
*******************************************************
*/
/*
#nav li > div {
    background: transparent none repeat scroll 0 0;
    left: -9999px;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
}

#nav li > div {
    background: transparent none repeat scroll 0 0;
    left: 0;
	right:0;
    margin-top: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
	border: 1px solid;
}
*/
#nav > li {
	padding: 2em 0;
}

#nav li > div {
	-moz-box-pack: center;
	display: flex;
	justify-content: center;
	left:0;
	right:0;
	top:100%;
	transform: translate3d(0px, -100%, 0px);
    transition-delay: 0.1s;
	transition-duration: 0.4s;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: ease-in-out;
	z-index: -2;
	position: absolute;
	opacity:0;
}

#nav li:hover > div {
	opacity: 1;
	transform: translateZ(0);
	transition-delay: 0;
	z-index:-1;
}


#nav ul li a {
    padding: 11px 20px;
    width: 160px;
    background: #fff;
    text-decoration: none;
	text-transform: uppercase;
    color: black;
	outline: none;
	font-family: inherit;
	font-size: 0.750em;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
	float: left;
}

#nav ul li:last-child a {
	border-bottom: none;
}

  #nav li  ul {
		display: block!important;
	}
	

/*
/*#nav > ul > li.has-sub > a {
    padding-right: 25px;
}
#nav > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #717171;
    border-right: 1px solid #717171;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}*/
/*
#nav > ul > li.has-sub:hover > a::after {
    border-color: white;
}
*/
/*


2nd nav level
*/
/*
#nav li > div {
	left: -9999px;
	overflow: hidden;
	position: absolute;
	margin-top: 0px;
	background: transparent;
	padding: 0;
	text-align: left;
	opacity: 0;
}

.lt-ie9 #nav li > div {
	left: -9999px;
}

#nav li > div:before {
	
	content:' ';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 22px 25px;
	border-color: transparent transparent #a50c07 transparent;
	margin-top: -28px;
	margin-left: 20%;
	margin-right: auto;
	
}

#nav:hover li > div {
	display: block;
}

#nav li:hover > ul {
    left: auto;
}



*/
/* 2rd level */
/*




#nav ul ul li:hover > a,
#nav ul ul li a:hover {
    color: #fff;
	background: #8CAD45;
}

#nav ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
*/
/* 3rd level */
/*
#nav ul ul ul li a{
	float: left;
	width: 260px;
	padding: 10px 20px 10px 40px;
	background: #E8EDF2;
	display: inline;
	color: #49667F;
}

#nav ul ul ul li a:hover {
	color: white;
}

#nav.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#nav ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
*/
 }

@media all and (max-width: 900px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 900px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 900px), only screen and (min-device-pixel-ratio: 2) and (max-width: 900px), only screen and (min-resolution: 192dpi) and (max-width: 900px), only screen and (min-resolution: 2dppx) and (max-width: 900px) {
/* smartphome */ 

   
}