.cbp-hrmenu {
	width: 100%;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	display: block;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
	padding: 3px 10px;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	font: 600 20px proxima-nova-extra-condensed, sans-serif;
 	text-decoration: none;
 	border: 1px solid #fff;
	margin-bottom: 10px;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #cc1e1f;
	padding: 3px 10px;
	display: inline-block;
	border: 1px solid #ce1d13;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
}

.cbp-hrmenu > ul > li.cbp-hropen a {
	color: #fff;
	background: #cc1e1f;
	border: 1px solid #ce1d13;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	margin-bottom: 4px;
	z-index: 20000;
}

cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: rgba(255,255,255,0.6);
	background: #cc1e1f;
	font: 12px jaf-bernino-sans, serif;
	margin-bottom: 10px;
	border: 1px solid #ce1d13;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #cc1e1f;
	width: 100%;
	left: 0;
	text-align: left;
	margin: -8px 0 0;
	padding: 0;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 23%;
	float: left;
	padding: 0 2% 0 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
	font-size: 1.2em;
	text-transform: none;
}

.cbp-hrmenu .cbp-hrsub-inner > div a:hover {
	color: rgba(255,255,255,0.6);
}

.cbp-hrsub h4 {
	color: rgba(255,255,255,0.6);
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
	background-color: #cc1e1f;
}

#webshop .extranav ul li a.webshop {
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #ce1d13;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 3px 10px;
	text-decoration: none;
	font-weight: bold;
}



