.nav-main-container {
	padding: 18px 0 0 0px; 
	margin-left: 0px; 
	float: right;}

/* minimal styles for that navi */
.rmm {
	margin: 0 auto;
	}
.rmm ul {
	margin: 0; 
	padding:0; 
	list-style: none; 
	position: relative; 
	background: #000;
	}
.rmm ul:after {
	content: ""; 
	clear: both; 
	display: block;
	}
.rmm ul li {
	float: left;
	}
.rmm ul li:hover {
	background: white;
	}
.rmm ul li:hover > ul {
	display: block;
	}
.rmm ul li:hover a {
	color: #fff;
	}
.rmm ul li a {
	color: #fff; 
	display: block; 
	text-decoration: none;
	}
.rmm ul ul {
	display: none; 
	margin:0; 
	padding: 0; 
	position: absolute; 
	top: 100%;
	}
.rmm ul ul li {
	float: none;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
	}
.rmm ul ul li a {
	color: #fff;
	}
.rmm ul ul li a:hover {
	background: white;
	}
.rmm ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0; 
	width: 100%;
	}

/* mobile menu header button */
.rmm-toggled {
	width: 100%; 
	background-color: white; 
	min-height: 50px; 
	margin: 0 auto; 
	display: none;
	}
.rmm-closed ~ .rmm-mobile {
	display: none!important;
	}
.rmm-toggled-controls {
	width: 100%;
	}
.rmm-toggled-title {
	width: 60%; 
	float: left; 
	font-size: 27px; 
	color: #fff; 
	font-weight: 600; 
	display: block; 
	padding: 8px 0; 
	text-decoration: none; 
	text-transform: uppercase; 
	text-align: left; 
	padding-left: 35px;
	}
.rmm-toggled-button {
	background-color: white;
	width: 20%; 
	float: left; 
	margin-top: 3px;
	display: block;
	width: 32px;
	padding: 0 !important;
	margin: 10px 10px 0 0;
	border: 0px solid #fff;
	border-radius: 0px;
	float: right;
}
.rmm-toggled-button span {
	float: left; 
	display: block; 
	margin: 3px 6px; 
	height: 3px; 
	background: #606265; 
	width: 20px;
	}

/* normalny back button visible only on mobiles  */
.rmm .rmm-back {
	display: none; 
	font-size: 12px;
	}
.rmm .rmm-back:after {
	display: none;
	}

.rmm-mobile .rmm-back {
	display: block; 
	width: 250px;
	}

/* mobile menu list */
.rmm-mobile {
	width: 100%; 
	width: 250px; 
	right: 0px;
	}
	/* is needed for ie mobile, but breaks all other mobile browsers - second menu doesn't appear on tap
.rmm-mobile .rmm-dropdown:hover ~ ul, .rmm-mobile .rmm-dropdown:hover > ul ,.rmm-mobile .rmm-dropdown:hover + ul {
	display: none !important;
	}
	*/
.rmm-mobile ul {
	width: 100%; 
	position: inherit !important;
	}
.rmm-mobile li {
	width: 100%; 
	padding: 20px 15px 10px 20px;
	}

/* mobile menu js action */
.rmm-dropdown {
	display: block !important;
	}
	
.rmm-mobile .rmm-subview {
	display: block !important; 
	width: 250px;
	}

.rmm-mobile .rmm-subover-hidden {
	display: none !important;
	}
.rmm-mobile .rmm-subover-visible {
	display: block; 
	width: 250px; 
	padding: 0 !important; 
	}
.rmm-mobile .rmm-subover-header {
	display: none !important; 
	padding: 0; 
	margin: 0;
	}

/* mobile menu content */
.rmm-mobile .rmm-submenu {
	position: relative;
	left: 0px; 
	width: 250px;
	}

.rmm .rmm-mobile li:hover > ul {
	display: none;
	}

/* arrow down for wide screen */
.rmm.style {
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	}

.rmm.style ul {
	box-shadow: 0px rgba(0, 0, 0, 0); 
	background: white; 
	text-transform: uppercase; 
	display: inline-table; 
	text-align: left;
	position:absolute;
	}
.rmm.style ul li {
	text-align: left; 
	padding: 10px 10px 10px 15px; 
	}
.rmm.style ul li:hover {
	background: white;
	}
.rmm.style ul li a {
	display: block;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 700;
	}
.rmm.style ul li a:hover {
	border-bottom:4px solid #004967;
	color: #004967 !important; 
	margin: 0;
	line-height:1em;
	}

.rmm.style ul ul {
	display: none;
	margin:0; 
	background: white; 
	border-radius: 0px; 
	padding: 0; 
	line-height:1em;
	position: absolute;	
	}
.rmm.style ul ul li {
	text-align: left; 
	width: 250px; 
	padding: 10px 10px 10px 10px; 
	background-color:#fff;
	border-left: 6px solid white;
	}

/*large screen left line hover*/

.rmm.style ul ul li:hover {
	background: white; 
	border-left: 6px solid #004967; 
	border-right: 0;
	}
.rmm.style ul ul li a {
	background: white; 
	font-size: 14px; 
	}
.rmm.style ul ul li a:hover {
	color: #004967; 
	border-bottom: 0 !important; 
	}


/* arrow left for wide screen submenus  */
.rmm.style ul ul li > a:not(:only-child):after {
	-webkit-transform: rotate(120deg) !important; 
	transform: rotate(120deg) !important; 
	top: 2px; 
	font-size: 16px; 
	float: right; 
	margin-right: -20px;
	}

/* mobile style */
.rmm.style .rmm-mobile li > a:not(:only-child):after {
	-webkit-transform: rotate(120deg) !important; 
	transform: rotate(120deg) !important; 
	top: 4px !important; 
	font-size: 14px !important; 
	float: right; 
	margin-right: -20px;
	}
.rmm.style .rmm-mobile li {
	border-bottom: 0 !important; 
	border-left: 6px solid white !important; 
	background: white; 
	border: 1px solid rgba(0, 0, 0, 0.1); 
	}
.rmm.style .rmm-mobile li:hover { 
	border-left: 6px solid #004967 !important;
	}
.rmm.style .rmm-mobile li a:hover {
	color: #004967; 
	border-bottom: 0 !important; 
	}


/* */
like mobile view style
.rmm.style2 {
	text-align: left; 
	font-family: Tahoma;
	}
.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; 
	width: 260px;
	}
.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: #fff;
	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; 
	width: 260px;
	}
.rmm.style2 ul ul li a {
	padding: 12px 35px;
	color: #fff; 
	}
.rmm.style2 ul ul li a:hover {
	background: #4b545f;
	}
.rmm.style2 ul ul ul {
	left: 0;
	}
