/* launch bar when menu is not shown */
.mobilebarmenuck {
    display: none;
    position: absolute;
    z-index: 100; 
    top: 0;
    left: 0;
    background: #6f001d;
    width: 100%;
    height: 40px;
	color: #fff;
    font-size: 1.2em;
	font-weight: 700;
    font-family:'Rotis Semi Sans W01', sans-serif, sans;
}

.mobilebuttonmenuck {
	float: right;
	z-index: 100;
	right: 0;
	top: 0;
	height: 35px;
    width: 35px;
	cursor: pointer;
	height: 100%;
}

.mobilebuttonmenuck:after {
	background: none;
	display: block;
	z-index: 100;
    height: 35px;
    width: 35px;
	content: "+";
	text-align: center;
	font-size: 1.6em;
	height: 100%;
	line-height: 1em;
}

.mobilebarmenutitleck {
    font-size: 20px;
    padding: 3px 0 0 20px;
    line-height: 30px;
    color: #eee;
}

/* css for the mobile menu */
.mobilemaximenuck {
    background: #5e0018;
    color: #fff;
    font-size: 1.2em;
	font-weight: bold;
    font-family:'Rotis Semi Sans W01', sans-serif, sans;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
	position: relative;
}

.mobilemaximenuck .topbar{
    height: 53px;
    background: none;
	position: relative;
}

.mobilemaximenuck .mobilemaximenucktitle {
    font-size: 20px;
    padding: 3px 0 0 20px;
    display: block;
    float: left;
}

.mobilemaximenuck .mobilemaximenuckclose {
	cursor: pointer;
}

.mobilemaximenuck .mobilemaximenuckclose:after {
    background: none;
    position: absolute;
	right: 0;
	top: 0;
    height: 35px;
    margin-right: 0px;
    width: 35px;
	content: "x";
	font-size: 1.8em;
	text-align: center;
}

.mobilemaximenuck div.maximenuck {
    cursor: pointer;
    background: none;
    min-height: 35px;
    line-height: 35px;
    padding: 7px;
	position: relative;
	border-bottom: 1px dashed #fff;
}

.mobilemaximenuck div.maximenuck:hover,
.mobilemaximenuck div.maximenuck:focus {
    background-color: #525a61;
}

.mobilemaximenuck div.maximenuck > a {
    color: #fff !important;
    font-family:'Rotis Semi Sans W01', sans-serif, sans;
    display: block;
    padding-left: 45px;
    text-decoration: none;
    text-align: left;
    min-height: 35px;
}

.mobilemaximenuck div span.descck {
    padding-left: 10px;
    font-size: 12px;
}

.mobilemaximenuck div.current {
    border: none;
}

.mobilemaximenuck div.current {
    background: #525a61;
}

.mobilemaximenuck div.level1.maximenuck > a {
    background: none;
    padding-left: 45px;
}

.mobilemaximenuck div.level2.maximenuck > a {
    background: none;
    padding-left: 55px;
}

.mobilemaximenuck div.level2.maximenuck > a:before {
	display: block;
	float: left;
	height: 100%;
	content: "|—";
	margin-right: 3px;
}

.mobilemaximenuck div.level3.maximenuck > a {
    background: none;
    padding-left: 65px;
}

.mobilemaximenuck div.level3.maximenuck > a:before {
	display: block;
	float: left;
	height: 100%;
	content: "|——";
	margin-right: 3px;
}

/* for accordeon */
.mobilemaximenutogglericon:after {
	background: none;
    position: absolute;
	display: block;
	right: 0;
	top: 0;
    height: 35px;
    margin-right: 0px;
    width: 35px;
	content: "+";
	font-size: 1.8em;
	text-align: center;
	padding: 7px;
}

.open .mobilemaximenutogglericon:after {
	content: "-";
}
