#mobileMenu .langnav {
	display:none;
}
.langnav{
	float:right;
	margin-right:10px;
	margin-bottom:0;
	padding-left:0;
}
.langnav li, .langnav li a{
	list-style:none;
	float:left;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.langnav li a{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.langnav li a:link, .langnav li a:visited {
	color: #fff;
}
.langnav li a:hover{
	color:#fff;
	background-color: #679acc;
	text-decoration:none;
}

.subnav {
	color: #000;
    float: right;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    margin-left: -3px;
    overflow: hidden;
    padding-right: 8px;
    text-align: left;
	
	}
.subnav ul{
	padding-left:0;
}
.subnav li{
	float:left;
	list-style:none;
}
.subnav a:link, .subnav a:visited{
	float:left;
	color:#fff;
	font-family: FontAwesome;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding:6px 4px 9px;
	height:35px;
}
.subnav i{
	width:20px;
	text-align:center;
}

.subnav a:hover{
	background-color:#679acc;
	color:white;
	cursor: pointer;
}

.subnav a:hover img{
	margin-top:-33px;
}

#mobileMenu{
	display:none;
}
#mobileMenuButton{
	display:none;
}

#navigation .nav{
	width: auto; /* 1000 */
	font-weight: bold;
	box-shadow: none;
	float:left;
	padding-left:10px;
}


.nav > a{
	display: none;
}

.nav > ul > li{
	position: relative;
	list-style:none;

}

.nav > ul > li > a{
	color:#fff;
}

.nav li a:active{
	color:#fff;
}

.nav li:hover ul, .nav li:focus ul{
	top:100%;
	display:block;
}


.nav span:after{
	width: 0;
	height: 0;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* first level */

.nav > ul{
	float:left;
	margin: 0;
    padding: 0;
}
.nav > ul > li{
	width: auto;
	height: 100%;
	float: left;
}
.nav > ul > li.last {
	margin-right:0px;
	
}
.nav ul li:hover a{
	background:#2665a2;
}	
.nav > ul > li > a{
	height: 100%;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
	line-height:35px;
	text-decoration:none;
	float:left;
	display:block;
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
}


.nav > ul > li > a:hover{
	text-decoration:none;
	font-weight:bold;
	background:#679acc;
	color: white;
	cursor: pointer;
}


/* second level */

.nav li ul{
	background-color: #aaaaaa;
    color: #ccc;
    display: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 0;
    position: absolute;
    top: 100%;
    min-width: 150px;
    z-index: 40;
	margin: 0;
}
.nav li:hover ul{
	display:block;
	font-weight:normal;
}
.nav li:not( :first-child ):hover ul{
	background-image:none !important;
	font-weight:normal;
}
.nav > ul > li > ul > li > a{
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    padding: 4px 10px;
    text-align: left;
    text-decoration: none;
	white-space:nowrap;
}

.nav > ul > li > ul > li > a:hover{
	color: white;
	text-decoration:none;
	width:auto;
	font-weight:bold;
	background: #679acc;
}

.nav li ul:not( :hover ) li.active a{
		color:#fff;
}
.nav li ul li {
	font-weight:normal;
}
.nav li ul li:hover {
	background-image:none !important;
	font-weight:normal;
}


@media only screen 
and (min-width : 803px) 
and (max-width : 1010px) {



}

@media only screen and (max-width: 803px) {
#top_navigation {
	display:none;
}

.langnav .current:link{
	text-decoration:none;
}


#mobileMenuButton{
    color: #999;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 12px;
    margin-left: 22px;
    margin-top: 0;
    padding: 11px 5px;
    position: relative;
    width: 83px;
    z-index: 900;
}

#mobileMenuButton:before{
	color: #fff;
    content: "Men\00FC";
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: -7px;
    margin-top: -2px;
	text-transform:uppercase;
}
#mobileMenuButton i {
    color: #fff;
    font-size: 24px;
    margin-left: 10px;
    margin-top: -5px;
    position: absolute;
}

#navigation .nav{
	display:none;
}
#mobileMenu{
	display:block;
}

#mobileMenu .nav{
	width: 100%; /* 1000 */
	font-weight: bold;
	box-shadow: none;
	float:left;
}

.nav:not( :target ) > a:first-of-type,
vnav:target > a:last-of-type{
	display: block;
	width:100%;
	padding: 5px 10px;
	
}


/* first level */

.nav a{
	font-size:14px;
	color:#fff;
	line-height:25px;
}

.nav .active > a{
	font-weight:bold;
}
.nav > ul{
	float:none;
}
.nav > ul > li > a{
	float:none;
	padding:0 20px;
	clear:both;
	
}

.navigation .nav > ul{
	height: auto;
	display: none;
	position: absolute;
	left: -90px;
}
#mobileMenu .nav > ul{
	padding: 50px 0 130px;
        background-color: #0069b4;
}
.nav:target > ul{
	display: block;
	background: #fdea06;
}
.nav > ul > li{
	float: none;
	padding: 0;
	margin: 0;
	text-align:left;
	clear:both;
}
.nav ul li:hover {
}

.nav ul li:hover li a {
    border-bottom: medium none;
	text-decoration:none;
	
}

.nav ul li:hover a{
	text-decoration:none;
        background: #0069b4;

}


.nav li ul:not(:hover) li.active a {

}
.nav li ul li a:hover{
    text-decoration: none;
    width: auto;
}

.nav ul li a:hover{
	font-weight:bold;
        background: #679acc;
}

.nav > ul > li > a{
	height: auto;
	text-align: left;
}
vnav > ul > li:not( :last-child ) > a{

}


/* second level */

.nav li ul{
	position: static;
	border:none;
	width:100%;
	margin-top:0px;
	padding: 4px 0px;
	opacity:1;
	visibility:visible;
	z-index:300;
	display:block;
	background-color:transparent;
}
.nav li ul a{
	padding: 0 0 0 35px;
	
}

.nav > ul > li > ul > li > a {
    border-bottom: none;
	padding: 0 28px;
	white-space:normal;
}

}


@media (max-width: 480px){

.nav > ul > li > ul > li > a {
    padding: 0 20px;
    word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;	

}
}