 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
 
 @font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* minimal styles for that navi */
.rmm {margin: 0 auto; }
.rmm ul {margin: 0; padding:0; list-style: none; position: relative;}
.rmm ul:after {content: ""; clear: both; display: block;}
.rmm ul li {float: left;width:100%; color:#fff;}
.rmm ul li:hover {background-image:url(nav-bg.jpg); background-repeat:repeat-y}
.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;}
.rmm ul ul li a{color: #fff;}
.rmm ul ul li a:hover {background-image:}
.rmm ul ul ul {position: absolute; left: 100%; top:0; width: 100%;}

/* mobile menu header button */
.rmm-toggled {width: 100%;
              
              background: rgba(76,76,76,1);
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 5%, rgba(0,0,0,1) 28%, rgba(17,17,17,1) 63%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(5%, rgba(89,89,89,1)), color-stop(28%, rgba(0,0,0,1)), color-stop(63%, rgba(17,17,17,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 5%, rgba(0,0,0,1) 28%, rgba(17,17,17,1) 63%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 5%, rgba(0,0,0,1) 28%, rgba(17,17,17,1) 63%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 5%, rgba(0,0,0,1) 28%, rgba(17,17,17,1) 63%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 5%, rgba(0,0,0,1) 28%, rgba(17,17,17,1) 63%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );

               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: 20px; color: #fff; font-weight:600; display: block; padding: 10px 0; text-decoration: none; text-transform: capitalize; text-align: left; padding-left: 35px;}
.rmm-toggled-button
{
	width: 20%; float: left; margin-top: 3px;
	display:block;
	width: 32px;
	padding:0 !important;
	margin:10px 10px 0 0;
	border:1px solid #fff;
	border-radius:3px;
	float: right;
}


.rmm-toggled-button span{float: left; display:block; margin: 3px 6px; height: 3px; background:white; 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 {
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	top: 1px;
	right: -2px ;
	float: left;
	font-size: 10px;
}
.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{width: 100%; position: inherit!important;}
.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; padding: 0; margin: 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 {text-align: left; font-family: Tahoma; width:100%}
.rmm.style ul {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15); background-image:url(nav-bg.jpg);
	background-repeat:inherit;width:100%;
 z-index:99999999999; text-transform: capitalize; display: inline-table; text-align:left;}
.rmm.style ul li {text-align:left; width:33%; color:#fff;
                  }
.rmm.style ul li:hover {background-image:nav-bg.jpg; background-repeat:repeat-x }
.rmm.style ul ul {display: none; margin:0; border-radius: 0px; padding: 0; position: absolute; background:none}
.rmm.style ul li a {color: #fff; font-weight:600; display: block; padding: 6px 35px; text-decoration: none; font-weight:600; }
.rmm.style ul ul li {
    background-image: url(nav-over.jpg);
    background-repeat: repeat-x;
    font-weight: 500;
    width:325px;
    background-color:Transparent;
	color: #0a1956; border-left:#fff solid 1px }
.rmm.style ul ul li a {padding: 7px 25px; color: #0a1956; }
.rmm.style ul ul li a:hover {    background-image: url(nav-bg.jpg); 
    background-repeat: repeat-x; color:#fff; background-size:cover}



/* arrow down for wide screen */
.rmm.style ul li > a:not(:only-child):after {
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	top: -4px;
	left: 1px;
	font-size: 7px;
}
.rmm
{
	width:100%;
	height:auto;
	margin:0%;
}
.rmm .style li
{
	width:300px;
	height:auto;
	overflow:hidden;
}
.rmm .style li li
{
	width:350px;
	height:auto;
}

/* 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: 8px; float: right; margin-right: -10px;}

/* mobile style */
.rmm.style .rmm-mobile li > a:not(:only-child):after {-webkit-transform: rotate(120deg)!important; 
                                                          transform: rotate(120deg)!important;
    top: 1px!important;
    font-size: 8px!important;
    float: right;
    margin-right: -10px;
                                                      }
.rmm.style .rmm-mobile li{background-image:url(nav-bg.jpg); background-repeat:repeat-x; border-bottom: 1px solid #575f6a!important; border-top: 0!important; line-height:28px; background-size:contain }
.rmm.style .rmm-mobile li li
{
	background-image:url(nav-over.jpg); background-repeat:repeat-x; width:100%;
}


@media only screen and (min-width:320px)
{
.rmm.style ul li {text-align:left; width:100%; color:#fff;
                  }
}
@media only screen and (min-width:768px)
{
	.rmm.style ul li {text-align:left; width:33%; color:#fff;
	                  border-right:#fff solid 1px;
                  }
                  .rmm.style ul li:last-child
                  {
                  	border-right:0px;
                  }
                  .rmm.style ul ul li {

      border-right:#fff solid 1px;
}
}