
/*! #######################################################################

	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: 0;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 22px;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 28px !important;
	text-indent: 0;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    width: 20px;
	display: inline-block;
	background: #ffffff;
	height: 3px;
	margin: 0 0 5px;
    float: left;
}
.mean-container a.meanmenu-reveal.meanclose {
    text-align: right !important;
    font-size: 28px !important;
    font-weight: 700 !important;
}
.mean-container a.meanmenu-reveal.meanclose div{
    padding: 0;
    line-height: 44px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 70px;
    background: #ffffff;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 100%;
    padding: 10px 20px;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
	font-size: 14px; 
	line-height: 15px;
    text-shadow: none;
}
.mean-container .mean-nav ul li a:hover{
/*	background:#ffffff;	*/
}
.mean-container .mean-nav ul li li a {
	width: 100%;
	padding: 8px 20px 8px 40px;
	text-shadow: none !important;
	visibility: visible;
	font-size: 13px;
    font-family: 'FuturaStdBook';
    border-bottom: 1px solid #e5e5e5;
}
.mean-container .mean-nav ul li li a:hover{
	color : #de202a;
}
.mean-container .mean-nav ul li li {
	border:0;
}

.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: 100%;
	padding: 10px 20px;
}

.mean-container .mean-nav ul li li li li a {
	width: 100%;
	padding: 13px 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 100%;
	padding: 13px 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.2);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 44px;
	height: 27px;
    line-height: 28px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: none;
    color: #de202a;
	border: none !important;
    transition: none;
    padding: 0;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked{
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}
/*
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}
*/

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}


.mean-container a.meanmenu-reveal { 
	height: 20px;    
	line-height: 20px; 
	padding: 0;
    right: 10px !important;;
    width: 20px;
    text-align: center;
}
.meanmenu-reveal h6 {
    color: #000000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 44px;
}
.mean-remove {
	display: none !important;
}
.mean-container a.meanmenu-reveal div{
    width: 44px;
    height: 44px;
    text-align: center;
    background: #e55820;
    border-radius: 2px;
    display: inline-block;
    padding: 8px 0 0 8px;
    position:absolute;
    right: 0;
    margin: 0 auto;
    top: 33px;
    left: 0;
}

.mean-container.main-menu li ul{
	position: relative;
    top: inherit;
    left: inherit;
}
.mean-container.main-menu ul {
    position: inherit;
}
.mean-container.main-menu li ul:before{
	display:none;
}
.mean-container.main-menu li:hover ul {
    display: none;
}