#mobileMenu .langnav {
	display:none;
}
.langnav{
	float:right;
	margin-right:10px
}
.langnav li{
	list-style:none;
	margin-right:10px;
	float:left;
}

.langnav li a:link, .langnav li a:visited {
	color: #fff;
    font-size: 14px;
    line-height: 34px;
}
.langnav li a:hover{
	color:#000;
	text-decoration:none;
}

.subnav {
	color: #fff;
    float: right;
    font-size: 10px;
    font-weight: bold;
    line-height: 22px;
    margin-left: -3px;
    padding-right: 8px;
    text-align: left;
	
	}
.subnav li{
	float:left;
	list-style:none;
}
.subnav a:link, .subnav a:visited{
	float:left;
	color:#fff;
	font-family: FontAwesome;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	padding:10px 4px 9px;
	height:30px;
}
.subnav i{
	width:20px;
	text-align:center;
}

.subnav a:hover{
	background-color:#8b1b3f;
	color:#80bd01;
}

.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;
	padding-right: 10px;
	position: relative;
	z-index: 99;
}


.nav > a{
	display: none;
}

.nav > ul > li{
	position: relative;
	list-style:none;

}

.nav > ul > li > a{
	color:#fff;
}

.nav li a:active{
	color:#3991b6;
	background-color: #9fa0a0;
}

.nav li:hover ul, .nav li:focus ul{
	top:100%;
	display:block;
	color:#9fa0a0;
	background-color: #80bd01;
}


.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;
	
}
.nav > ul > li{
	width: auto;
	height: 100%;
	float: left;
}
.nav > ul > li.last {
	margin-right:0px;
	
}
.nav ul li:hover a{
	color:#fff;
	background-color: #80bd01;
}	
.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;
	color:#8b1b3f;
	background-color: #80bd01;
}


/* second level */

.nav li ul{
	background-color: #8b1b3f;
    color: #fff;
    display: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    padding: 0;
    position: absolute;
    top: 100%;
    min-width: 150px;
    z-index: 3;
}
.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: #8b1b3f;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    padding: 4px 10px;
    text-align: left;
    text-decoration: none;
	white-space:nowrap;
}

.nav > ul > li > ul > li > a:hover{
	color: black;
	text-decoration:none;
	width:auto;
	font-weight:bold;
}

.nav li ul:not( :hover ) li.active a{
		color: #8b1b3f !important;
    background-color: #80bd01 !important;
}
.nav li ul li {
	font-weight:normal;
}
.nav li ul li:hover {
	background-image:none !important;
	font-weight:normal;
	color: #8b1b3f !important;
    background-color: #80bd01 !important;
}


@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;
}




}


@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;	

}
}