@media only  screen and (max-width: 660px) {

	
	.jquerycssmenu {
		max-width: 100% !important;
		min-width: 100% !important;
		width: 100% !important;
	}
	
	.jquerycssmenu ul,  .jquerycssmenu ul li ul {
		margin : 0 ;
		padding : 0;
		list-style-type : none;
		float : right; 
		width: 100%;
		text-align: left;
		display : block !important;
		background:  #5ABBCE;
		z-index: 99;
		border: 0;
		position : relative !important;
		top: 0 !important;
	}
	.jquerycssmenu ul li,  .jquerycssmenu ul li ul li {
		position : relative;
		display : block !important;
		float : left;
		margin :  0px  ;
		padding: 0px;
		z-index :  9;
		float : left; 
		width: 100%;
		border-top: 1px solid #5ABBCE ;
		border-bottom: 1px solid #5ABBCE ;
		border-left: 0 ;
		border-right: 0 ;
	}
	
	.jquerycssmenu ul li a,  .jquerycssmenu ul li ul li a {
		display : block;
		margin-right : 0px;
		margin-left : 0px;
		padding :  12px 1% 12px 1% ;
		margin-top : 0px;
		margin-bottom : 0px;
		border-bottom-width : 0;
		color : #ffffff;
		 
		background : none;
		text-decoration : none;
		font-size : 16px;
		z-index : 9;
		text-transform: uppercase;
		
		border-right: 0 ;
		min-height: 20px;
		width: 98%;
		border: 0 !important;
	}
	.jquerycssmenu ul li ul li a {
	 	width: 96%;
		padding-left: 3%;
	 }
	 
	 .jquerycssmenu ul li a:hover, .jquerycssmenu ul li a.selected,  .jquerycssmenu ul li ul li a:hover  {
		
		background-color: #EF584A;
		color : #ffffff;
		text-decoration: none;
	}
	 
	.jquerycssmenu ul li a.prvi,  .jquerycssmenu ul li ul li a.prvi {
		border-left: 0px;
	}
	
		 
	#myjquerymenu {
		display: none ;
		visibility: hidden   ;
		 
	}
	
	.rwd {
		display: inline  !important;
		visibility: visible  !important;
	}
	 
	#click_menu {
		display: block !important;
		visibility: visible !important;
		padding: 0;
		margin: 0 auto 0 auto;
		background: #5ABBCE; 
		height: 43px !important; 
	}
		
	.main_menu {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		height: 45px;
		background: #5ABBCE;
	}
	
	.jquerycssmenu ul li ul {
		top: 0px !important;
	}
}

@media only screen and (min-width: 661px) and (max-width: 980px) {

	#myjquerymenu {
		display: block !important;
		visibility: visible !important;
		min-width: 100% !important;	 
	}
	
	.rwd {
		display: none  !important;
		visibility: hidden  !important;
	}
	 
	#click_menu {
		display: none !important;
		visibility: hidden !important;
		padding: 0;
		margin: 0 auto 0 auto;
		background: #5ABBCE; 
		height: 46px !important; 
	}
		
	.main_menu {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		height: 45px;
		background: #5ABBCE; 
	}

	.jquerycssmenu ul li ul {
		top: 45px !important;
	}
}

@media only screen and (min-width: 661px) and (max-width: 700px) {
    .jquerycssmenu ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
 
@media only  screen and (min-width: 981px)  {

	 
	#myjquerymenu {
		display: block  !important;
		visibility: visible   !important ;
		min-width: 100% !important;  
	}
	
	.jquerycssmenu ul li ul {
		top: 45px !important;
	}


}