#cssmenu > ul li.has-sub .rozwin{
    display: block;
    width: 32px;
	height: 20px;
    margin-top: -30px;
    background-color: transparent;
    z-index: 9;
    text-align: center;
    position: relative;
    float: right;
	color: white;

	cursor:pointer;
	
}
#cssmenu {
    height: auto;

	max-width: 1250px;
    text-align: right;
	padding-right: 10px;
	padding-top: 5px;

	
 
}
#cssmenu ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	line-height: 1;
	
}
#cssmenu > ul {
    position: relative;
    display: block;
    width: 100%;
    z-index: 5000;
    
   
}
#cssmenu:after,

#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
	
}
#cssmenu > ul > #menu-button {

  display: none;
}
#cssmenu ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
	
}
#cssmenu > ul > li > a {
	font-family: Varela Round;
    font-size: 12px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #5b6877;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
    text-align: center;
	
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
	
}
#cssmenu > ul > li:hover > a {
    color: #d95898;
    text-decoration: none;
	border-color: #d95898;
	
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
	
}
#cssmenu > al > li.has-sub::after {
  right: 10px;
  top: 18px;
  border: 5px solid transparent;

}
#cssmenu > ul > li:hover::after {
  
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
	
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 1;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul  {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;

}
/* podmenu ramka ksztalt*/
#cssmenu ul ul li a {
    width: 100px;
    border-radius: 8px 8px 0px 0px;
    padding: 8px 10px;
    font-size: 10px;
    color: white;
    line-height: 19px;
    background-color: rgba(243, 156, 189, 1);
    margin-top: -6px;
    margin-left: 25px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    position: relative;
    top: 5px;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
	
}
#cssmenu ul ul li:hover > a {
  background: #d95898;
  color: white;
	
}





#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
	
}
/*strzalka w dol*/
#cssmenu > ul > li.has-sub::after {
  right: 15px;
  top: 15px;
  border: 5px solid transparent;
  border-top-color: #f19dbd;

}




#cssmenu > ul > li:hover::after {
 	 border-top-color: #d95898;
	
}





/*strzalka w gore*/

#cssmenu > ul > li > ul::after {
  content: '_________';
  border: 6px solid transparent;
  width: 0px;
  height: 10px;
  border-bottom-color: #f19dbd;
  position: absolute;

	top: -25px;
	
  left: 25px;
color: rgba(0, 0, 0, 0.0);
}

#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #027ec7;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #027ec7;
  right: auto;

  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #000;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #000;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu li.selected a{
    color: #d95898;

    font-weight: normal;
    text-align: center;

}

#cssmenu li.ind_sel {
	  color: #d95898;
background-color: rgba(255, 255, 255, 0.4);
	border-style: solid;
	text-align: center;
	border-width: 1px;
	border-radius: 20px;
	border-color: #d95898;
}

#cssmenu li.m_sel {
  
color: #ffffff;
background-color: rgba(255, 255, 255, 0.4);
   border-style: solid;
	text-align: center;
	border-width: 1px;
	border-radius: 20px;
	border-color: #d95898;
}
#cssmenu li.m_last {
   
color: #ffffff;
background-color: rgba(255, 255, 255, 0.0);
   border-style: solid;
	text-align: center;
	border-width: 0px;
	border-radius: 20px;
	border-color: #d95898;
	
}

#cssmenu li.m_sel2 {
  
color: #ffffff;
background-color: rgba(255, 255, 255, 0.4);
   border-style: solid;
	text-align: center;
	border-width: 1px;
	border-radius: 20px;
	border-color: #d95898;
}



@media all and (max-width : 649px ) , only screen and ( -webkit-min-device-pixel-ratio : 2 ) and (max-width : 649px ) , only screen and ( min--moz-device-pixel-ratio : 2 ) and (max-width : 649px ) , only screen and ( -o-min-device-pixel-ratio : 2 / 1 ) and (max-width : 649px ) , only screen and ( min-device-pixel-ratio : 2 ) and (max-width : 649px ) , only screen and ( min-resolution : 192dpi ) and (max-width : 649px ) , only screen and ( min-resolution : 2dppx ) and (max-width : 649px ){
  	#cssmenu > ul.open li ul{
		    display: none;
font-size: 10px;
		
	

	

	

	}
	
	#cssmenu > ul.open li  {
	font-size: 10px;
		
	}
	#cssmenu li.ind {
		margin-left: 0px;
	  color: #ffff;
background-color: rgba(255, 255, 255, 0.0);
	border-style: solid;
	text-align: center;
	border-width: 0px;
	border-radius: 20px;
	border-color: black;
}
#cssmenu li.ind_sel {
	 	margin-left: 10px;
	  color: #ffff;
background-color: rgba(255, 255, 255, 0.0);
	border-style: solid;
	text-align: center;
	border-width: 0px;
	border-radius: 20px;
	border-color: black;
}
#cssmenu li.m_sel {
  	margin-left: 10px;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.0);
   border-style: solid;
	text-align: center;
	border-width: 0px;
	border-radius: 20px;
	border-color: #d95898;
}
	
	#cssmenu li.m_sel2 {
  	
color: #ffffff;
background-color: rgba(255, 255, 255, 0.0);
   border-style: solid;
	text-align: center;
	border-width: 0px;
	border-radius: 20px;
	border-color: #d95898;
}
#cssmenu li.m_last {
  
color: #ffffff;
background-color: rgba(255, 255, 255, 0.0);
   border-style: solid;
	text-align: left;
	border-width: 0px;
	border-radius: 20px;
	border-color: #d95898;

}
	#cssmenu li.m_last2 {
  
color: #ffffff;
background-color: rgba(255, 255, 255, 0.0);
   border-style: solid;
	text-align: left;
	border-width: 0px;
	border-radius: 20px;
	border-color: #d95898;

}
/*podmenu duze telefon*/

	#cssmenu > ul.open li a {
		
    color: #fff;
    text-align: left;
    transform: rotate(0deg);
    border-radius: 15px;
    Margin-top: -5px;
    font-size: 10px;
	
 
	}


			#cssmenu > ul.open li.ind a {
	
text-align: center;

			padding-top: 10px;
		padding-bottom: 20px;	
font-size: 13px;
Margin-top: 8px;

width: auto;
	
	}
	#cssmenu > ul.open li.ind2 a {
	margin-left: 10px;
text-align: center;
padding-top: 10px;
padding-bottom: 20px;	
font-size: 13px;
Margin-top: 8px;

width: auto;
	
	}
		
		#cssmenu > ul.open li.ind_sel a {
	color: #5b6877;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 13px;
	Margin-top: 8px;
	width: auto;
	border-radius: 0px;
	border: none;
	border-color: #d95898;
	
		
	}
	
#cssmenu > ul.open li.m_last a {

	  	margin-left: 10px;
	text-align: center;
	width: auto;		
	padding-bottom: 20px;	
	font-size: 13px;
border-color: #d95898;
	
	}
	#cssmenu > ul.open li.m_last2 a {

	  
	text-align: center;
	width: auto;		
	padding-bottom: 20px;	
	font-size: 13px;
border-color: #d95898;
	
	}	
		#cssmenu > ul.open li.m_sel a {
	color: #5b6877;
	text-align: center;
	width: auto;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0);
	padding-bottom: 20px;

	border-radius: 0px;
	border: none;
	border-color: #d95898;
    

	}

		#cssmenu > ul.open li.m_sel2 a {
	color: #5b6877;
	text-align: center;
	width: auto;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0);
	padding-bottom: 20px;

	border-radius: 0px;
	border: none;
	border-color: #d95898;
    

	}
	
	
		
		
	
	
	

	
	
	
	
	
	/*plusiki  w malym podmenu*/
	
	
	
	
	#cssmenu > ul.open li.has-sub .rozwin{
		   color: #fff;
	
		font-family: Arial, Helvetica, sans-serif;

     font-style: normal;
    border-top-width: 0px;
  
		background-color: #afcb08;
			margin-top: 0px;
			width: 35%;
			height: 33px;
			text-align: right;
			line-height: 1.8rem;
			font-size: 1rem;
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 9999999;
		padding-right: 40px;
		transition: color 0.5s ease-in-out, padding 2s;
		display: none;
	}
	#cssmenu > ul.open li.has-sub .rozwin:hover{
		cursor:pointer;
		color: #000;
		
		transition: color 0.5s ease-in-out;
	}
	
	
	#cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
	
	
	
	
  #cssmenu {
	float: none;
    width: auto;
	padding: 1% 0% 0% 0%;
	background-image: none;
font-size: 13px;
	  
	  
  }
  #cssmenu.align-center ul {
    text-align: left;
	  font-size: 13px;
	  
  }
  #cssmenu.align-right > ul > li {
    float: none;

font-size: 13px;
  }
  #cssmenu ul {
    width: auto;
    background: #afcb08;
    background-color: #e3c0fb;
    Border-radius: 0px 0px 14px 14px;
       font-size: 13px;  

 -webkit-box-shadow: 0 8px 8px -4px rgba(0,0,0,0.1);
	
	  
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
	  
  }
  #cssmenu > ul {
	height: auto;
	display: block;
	margin-top: -17px;
	  
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none; 
  }
 
  #cssmenu ul .has-sub::after {
    display: none;
	  
  }
 
  #cssmenu ul ul li a {
    border: 1;
    background: none;
    width: auto;
    padding: 5px 30px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #027ec7;

		

	

  }
	
	/*podmenu male*/
	
  #cssmenu.align-right ul ul li a {
    text-align: right;
	
  }
  
	
	
	#cssmenu ul ul li:hover > a {

	background: none;

    color: #000;

	

  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px; 
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
	  
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
	 
  }
	
	/*menu button text menu*/
  #cssmenu #menu-button > a {
    padding: 14px 20px;
	
	    color: #000;
	  	    transition: opacity 2s ease-in-out, background 1s ease-in, color 1s, display 2s;
	   Border-radius: 0px 0px 0px 0px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
	 
	  padding-top: 0px;
	  padding-bottom: 5px;
  }
	
	/*paseg glowne menu CLOSE*/
	
	 #cssmenu #menu-button > a {
    padding: 14px;
		   color: #000;
		  font-size: 13px;
		 margin-bottom: 0px;
	  	    transition: opacity 2s ease-in-out, background 1s ease-in, color 1s, padding 1s ease-in-out, margin-bottom 1s ease-in-out;
	Border-radius: 0px 0px 14px 14px;
		-webkit-box-shadow: 0px 1px 15px -9px #c3c3c3;
		 
  }
	
	 #cssmenu ul li a {
    padding-top: 2px;
    font-size: 13px;
    font-weight: 400;
    font-weight: normal;
    text-align: center;
	  color: #000;

	

  }
	
		/*paseg glowne menu OPEN*/
	
  #cssmenu > ul.open > li#menu-button > a {
text-align: center;
	  padding: 14px;
	  color: black;
	   font-size: 13px;
    border-bottom: 1px solid #fff;
	  background-color: #027ec7;
	Border-radius: 0px 0px 14px 14px;
	transition: opacity 2s ease-in-out, background 1s ease-in, color 1s, padding 1s ease-in-out, margin-bottom 1s ease-in-out;
 
  }
	
  #cssmenu ul ul::after {

	  color: #000;
	
	  
  }
	
		/*LINIE MENU START*/
	
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 4px;
    width: 21px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    right: 60px;
    top: 14px;
font-size: 13px;
			transform: rotate(-0deg);
  transition: background 1s ease-in, width 0.5s, top 0.5s, height 0.5s, transform 0.5s, border 0.3s, right 1s ease-in-out;
 
	  
  }
	
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 4px;
    width: 21px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    right: 60px;
    top: 19px;
color: white;
	z-index: 10000;

			transform: rotate(-0deg);

 transition: background 1s ease-in, width 0.5s, top 0.5s, transform 0.5s, height 0.5s, border 0.3s,right 0.5s, right 1s ease-in-out;
	  
  }
  #cssmenu ul.open #menu-button::after{
	  border-color: #000;
	  font-size: 13px;

	border-top: 0px solid #000;
    border-bottom: 1px solid #000;
	  width: 15px;
	  height: 0px;
   	 top: 20px;
right: 61px;
		transform: rotate(-45deg);

	}
  #cssmenu ul.open #menu-button::before {

border-top: 1px solid #000;
    border-bottom: 0px solid #000;

	  font-size: 13px;
width: 15px;
		transform: rotate(45deg);
right: 61px;
	
	  height: 0px;
   	 top: 20px;



  }
	
	/*LINIE MENU KONIEC*/
	
	
	
	/*Zaznaczenie podmenu kursorem*/
#cssmenu > ul > li:hover > a {
    color: #5b6877;
    text-decoration: none;
font-size: 13px;
 

}

	
	#cssmenu > ul > li.new:hover > a {
	color: #000;
	text-decoration: none;
font-size: 13px;
	

}
	
		#cssmenu > ul > li.new_sel:hover > a {
    color: #000;
    text-decoration: none;
	font-size: 13px;
}

}
