
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

@media screen and (max-width:1024px) {


/* 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%;
	padding: 0;
	min-height: 110px;
	position: fixed;
	z-index: 1000;
	pointer-events: auto;
}

.mean-container a.meanmenu-reveal {
	width: 36px;
	height: 30px;
	margin-top: 50px;
	padding: 8px 16px 30px 16px;
	position: absolute;
	top: 0;
	right: 0 !important;
	cursor: pointer;
	text-decoration: none;
	font-size: 1px;
	display: block;
	text-align: center;
	z-index: 1000;
}
.mean-container a:hover.meanmenu-reveal{
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #222;
	height: 3px;
	margin-top: 6px;
}
.mean-container a.meanmenu-reveal em {
	font-size: 10px ; 
	font-style:normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.5;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
/*	border-bottom: 1px solid #bdbdbd;*/
}
.mean-container .shadow {
	box-shadow: inset 0 5px 12px -5px rgba(0, 0, 0, 0.3);
}
.mean-container .clearfix {
	padding-bottom: 5px;
}
.mean-container .mean-nav ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.mean-container .mean-nav ul li a {
	position: relative;
	display: block;
	margin: 0;
	height: 60px;
	padding: 0 5%;;
	color: #222;
	border-bottom: dotted 1px #ccc;
	text-decoration: none;
	font-size: 1.6rem !important;
	line-height: 60px;
}
.mean-container .mean-nav ul li a::after {
	position: absolute;
	content: "";
	background: url("../../images/nav_icon.png");
	background-size: contain;
	width: 25px;
	height: 25px;
	bottom: 28%;
	right: 10px;
	transition: 0.5s ;
}
	
.mean-container .mean-nav ul li:nth-child(1) a {
	padding-top: 20px;
}
.mean-container .mean-nav ul li:nth-child(5) a {
	border-bottom: none;
}
	
.mean-container .mean-nav ul li.contact,
.mean-container .mean-nav ul li.access {
	width: 50%;
	margin-top: 30px;
  text-align: center;
}
.mean-container .mean-nav ul li.contact a,
.mean-container .mean-nav ul li.access a {
	color: #fff;
	border-bottom: none;
}
.mean-container .mean-nav ul li.access a {
	background: #919191;
}
.mean-container .mean-nav ul li.contact a {
	background: #787878;
}
.mean-container .mean-nav ul li.access a::after,
.mean-container .mean-nav ul li.contact a::after {
	content: none;
	position: static;
}
.mean-container .mean-nav ul li.access a::before,
.mean-container .mean-nav ul li.contact a::before {
	display: inline-block;
	content: "";
	margin-right: 8px;
}
.mean-container .mean-nav ul li.access a::before {
	background: url("../../images/header_icon_map.png");
	background-size: contain;
	width: 13px;
	height: 16px;
	vertical-align: -2px;
}
.mean-container .mean-nav ul li.contact a::before {
	background: url("../../images/header_icon_mail.png");
	background-size: contain;
	width: 15px;
	height: 11px;
	vertical-align: 0;
}
	
	
	
}

@media screen and (max-width: 698px) {

}

@media screen and (max-width: 480px) {
	
.mean-container .mean-nav ul li a {
	font-size: 1.2rem;
}
	
.mean-container .mean-nav ul li.contact a,
.mean-container .mean-nav ul li.access a {
	height: 50px;
	line-height: 50px;
}
	
}

@media screen and (max-width:380px) {

}

.mean-container .mean-nav ul li a:hover{
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	display: block;
	width: 100%;
	padding: 18px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	border: none !important;
	border-radius: 3px;
	color: #fff;
	line-height: 1;
	text-align: right;
  box-sizing: border-box;
}
.mean-container .mean-nav ul li  a.mean-expand::after {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
}
.mean-container .mean-nav ul li a.mean-expand::before {
  content: none;
}

.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;
}





