/* 
	http://responsivemultimenu.com/
 */
 
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
 
 @font-face {
	font-family: 'icomoon';
	src:url('/_a/fonts/icomoon.eot');
	src:url('/_a/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/_a/fonts/icomoon.woff') format('woff'),
		url('/_a/fonts/icomoon.ttf') format('truetype'),
		url('/_a/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* 
#banner-navigation nav {
	background-color: rgba(0, 0, 0, .5);
	height: 27px;
	margin: 0 auto; 
	text-align: center;
}
 */

/* minimal styles for that navi */
#banner-navigation .rmm { margin: 0 auto; }
#banner-navigation .rmm ul {
	background-color: rgba(0, 0, 0, .5);
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#banner-navigation .rmm ul:after {
	clear: both;
	content: "";
	display: block;
}
#banner-navigation .rmm ul li { float: left; }
#banner-navigation .rmm ul li:hover { background-color: rgba(0, 0, 0, .5); }
#banner-navigation .rmm ul li:hover > ul { display: block; }
#banner-navigation .rmm ul li:hover a { color: #ffffff; }
#banner-navigation .rmm ul li a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}
#banner-navigation .rmm ul ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
}
#banner-navigation .rmm ul ul li {
	float: none;
	position: relative;
}
#banner-navigation .rmm ul ul li a { color: #ffffff; }
#banner-navigation .rmm ul ul li a:hover { background-color: rgba(0, 0, 0, .5); }
#banner-navigation .rmm ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

/* mobile menu header button */
.rmm-toggled {
	background-color: #000000;
	display: none;
	margin: 0 auto;
	min-height: 50px;
	width: 100%;
}
.rmm-closed ~ .rmm-mobile { display: none!important; }
.rmm-toggled-controls { width: 100%; }
.rmm-toggled-title {
	color: #ffffff;
	display: none;
	font-weight: 600;
	float: left;
	font-size: 27px;
	padding: 8px 0;
	padding-left: 35px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 60%;
}
.rmm-toggled-button {
	border: 1px solid #ffffff;
	border-radius: 3px;
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	margin-top: 3px;
	padding: 0 !important;
	width: 32px;
}
.rmm-toggled-button span {
	background: #ffffff;
	display: block;
	float: left;
	height: 3px;
	margin: 3px 6px;
	width: 20px;
}

/* normalny back button visible only on mobiles  */
.rmm .rmm-back {
	display: none;
	font-size: 12px;
}
.rmm .rmm-back:after { display: none; }
.rmm .rmm-back a:after {
	content: "\e000";
	display: inline-block;
	float: left;
	font-family: 'icomoon';
	font-size: 10px;
	position: relative;
	right: -2px;
	top: 1px;
	speak: none;
	transform: rotate(-60deg);
	-webkit-font-smoothing: antialiased;
	-webkit-transform: rotate(-60deg);
}
.rmm-mobile .rmm-back { display: block; }

/* mobile menu list */
.rmm-mobile { width: 100%; }
.rmm-mobile .rmm-dropdown:hover ~ ul, .rmm-mobile .rmm-dropdown:hover > ul, .rmm-mobile .rmm-dropdown:hover + ul { display: none!important; }
.rmm-mobile ul {
	position: inherit!important;
	width: 100%;
}
.rmm-mobile li { width: 100%; }

/* mobile menu js action */
.rmm-dropdown { display: block!important; }
.rmm-mobile .rmm-subview {
	display: block!important;
	width: 100%;
}
.rmm-mobile .rmm-subover-hidden { display: none!important; }
.rmm-mobile .rmm-subover-visible { display: block; }
.rmm-mobile .rmm-subover-header {
	display: none!important;
	margin: 0;
	padding: 0;
}

/* mobile menu content */
.rmm-mobile .rmm-submenu{position: relative; left: 0px;}
.rmm .rmm-mobile li:hover > ul {display: none;}

/* arrow down for wide screen */
.rmm.style {
	font-family: 'Droid Sans', sans-serif;
	text-align: left;
}
.rmm.style ul {
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
	display: inline-table;
	text-align: left;
	text-transform: uppercase;
}
.rmm.style ul li { text-align: left; }
.rmm.style ul li:hover { background: #3a3a3a; }
.rmm.style ul ul {
	background: #3a3a3a;
	border-radius: 0px;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
.rmm.style ul li a {
	color: #ffffff;
	display: block;
	font-weight: 600;
	padding: 15px 35px;
	text-decoration: none;
}
.rmm.style ul ul li {
	border-bottom: 1px solid #ababab;
	border-top: 0px solid #ababab;
}
.rmm.style ul ul li a {
	color: #ffffff;
	padding: 12px 35px;
}
.rmm.style ul ul li a:hover { background: #3a3a3a; }

/* arrow down for wide screen */
.rmm.style ul li > a:not(:only-child):after {
	content: "\e000";
	display: inline-block;
	font-family: 'icomoon';
	font-size: 10px;
	left: 1px;
	position: relative;
	top: -4px;
	speak: none;
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	-webkit-font-smoothing: antialiased;
}

/* arrow left for wide screen submenus  */
.rmm.style ul ul li > a:not(:only-child):after {
	float: right;
	font-size: 14px;
	margin-right: -20px;
	top: 2px;
	-webkit-transform: rotate(120deg)!important;
	transform: rotate(120deg)!important;
}

/* mobile style */
.rmm.style .rmm-mobile li > a:not(:only-child):after {
	float: right;
	font-size: 14px!important;
	margin-right: -20px;
	top: 4px!important;
	-webkit-transform: rotate(120deg)!important;
	transform: rotate(120deg)!important;
}
.rmm.style .rmm-mobile li {
	background: #3a3a3a;
	border-bottom: 1px solid #575f6a!important;
	border-top: 0!important;
}

/*
 like mobile view style
.rmm.style2 {text-align: left; 	font-family: 'Droid Sans', sans-serif;}
.rmm.style2 ul {box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15); background:#990; text-transform: uppercase; display: inline-table; text-align:left; width: 100%;}
.rmm.style2 ul li {float: none;}
.rmm.style2 ul li:hover {background: #4b545f;}
.rmm.style2 ul ul {display: none; margin:0; background: #5f6975; border-radius: 0px; padding: 0; position: relative;}
.rmm.style2 ul li a {color: #ffffff; font-weight:600; display: block; padding: 15px 35px; text-decoration: none; font-weight:600; }
.rmm.style2 ul ul li {border-bottom: 1px solid #575F6A; border-top: 1px solid #6B727C;}
.rmm.style2 ul ul li a {padding: 12px 35px; color: #ffffff; }
.rmm.style2 ul ul li a:hover {background: #4b545f;}
.rmm.style2 ul ul ul {left: 0;}
*/