nav, ul, li, a  {margin: 0; padding: 0;}
a {
	text-decoration: none;
	}
.container_m {
   width: 100%;
   margin: 0 auto;
   border-radius: 4px;
   padding: 3px 0;

   background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(120,190,255,1.00)),color-stop( 100% , rgba(0,116,255,1.00)));
   background-image: -webkit-linear-gradient(270deg,rgba(120,190,255,1.00) 0%,rgba(0,116,255,1.00) 100%);
   background-image: -moz-linear-gradient(270deg,rgba(120,190,255,1.00) 0%,rgba(0,116,255,1.00) 100%);
   background-image: -o-linear-gradient(270deg,rgba(120,190,255,1.00) 0%,rgba(0,116,255,1.00) 100%);
   background-image: linear-gradient(180deg,rgba(120,190,255,1.00) 0%,rgba(0,116,255,1.00) 100%);
}
.umbra_text {
	text-shadow: 1px 1px 1px #CCC;
}
.umbra_text2 {
	text-shadow: 0 1px 1px #000000;
}

.min_meniu { /***suport info mob***/
	display: none;
/*	background-color: #0CCDEF;*/
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 1em;
	text-shadow: 1px 1px 1px #000;
	padding: 12px 0;
/*	border-radius: 3px;*/
}
.nav {
	list-style: none;
	/*	width:100%; */
	max-width:780px;/* centrat*/
	margin:0 auto;
	padding: 0 ;/* centrat*/
     *zoom: 1;
	font-size: 15px;
	text-shadow: 1px 1px 1px #000;
	border-radius: 3px;
}
.nav:before, .nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	list-style: none;
	width: 16em; /**   **/
}

.nav a {
    padding: 10px 14px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
	float: left;
	padding: 0 ;
}
.nav > li > .parent {
    background-image: url("images/jos.png");
    background-repeat: no-repeat;
    background-position: right;

}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a { /*submeniu*/
	display: block;
	position: relative;
	z-index: 100;
	border-top: 1px solid #165272;
	background-color: #1788B3;
}
.nav li li a:hover {
	background-color: #0CCDEF;
	color: #FFF;
}

@media screen and (max-width: 720px) {
    .active {
        display: block;
    }

    .nav > li {
        float: none;
	border-top: 1px solid #183145;
    }
    .nav > li > .parent {
        background-position: 98% 50%;
		
    }
    .nav li li .parent {
        background-image: url("images/jos.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    }
.min_meniu { /***suport info mob***/
	width: 100%;  
}
}
