
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	padding: 4px 0;
	min-height: 42px;
	z-index: 100;
}

a.meanmenu-reveal {
	    background: #1b93c7;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiOTNjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGIyZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1b93c7 0%, #00b2ff 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b93c7), color-stop(100%, #00b2ff));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, #1b93c7 0%, #00b2ff 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, #1b93c7 0%, #00b2ff 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, #1b93c7 0%, #00b2ff 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, #1b93c7 0%, #00b2ff 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b93c7', endColorstr='#00b2ff', GradientType=0);
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	display: block;
	font-weight: 700;
	border-radius: 10px;
}

a.meanmenu-reveal.meanclose {
	background: #fff;
	color: #1B93C7;
	border-radius: 10px 10px 0 0;
	padding: 13px 13px 20px 13px;
}

a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 56px;
	border-radius: 0 10px 10px 10px;

}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 3px 0px;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 0.5em 5%;
	margin: 0;
	text-align: left;
    color: #1B93C7;
	text-decoration: none;
	font-family: "dinmediumcond",sans-serif; 
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 0.5em 10%;
	border-top: 0px solid #1B93C7;
	opacity: 0.75;
	filter: alpha(opacity=85);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 0.5em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 0.5em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 0.5em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 4px;
	margin-right: 4px;
	width: 26px;
	height: 24px;
	padding: 6px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: #1B93C7;
	color: #fff;
	border: none !important;
	font-family: "dinlight",sans-serif;
	font-weight: bold;
	border-radius: 10px;
	/*border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;*/
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #00B2FF;
	color: #fff;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
