#cssmenu > ul li.has-sub .rozwin{
	display:none ;
}
#cssmenu {
  text-align: center;
  height: 50px;
  width: auto;
  position: relative;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5000;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#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;
}
#cssmenu > ul > li > a {
  font-size: 20px;
  padding: 10px 11px;
  color: #050505;
  text-transform: uppercase;
  -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;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #000000;
  text-decoration: none;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 18px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #303030;
}
#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: 0;
  -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;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 150px;
  border-bottom: 1px solid #1d3458;
  padding: 10px 20px;
  font-size: 20px;
  color: #222222;
  line-height: 19px;
  background: #ffffff;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #14253f;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#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: #9ea2a5;
  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: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  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: #ffffff;
  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: #333333;
}
@media all and (max-width: 1084px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  	#cssmenu > ul.open li ul{
		    display: none;
	}
	
	#cssmenu > ul.open li  {
		
	}
	#cssmenu > ul.open li a {
		
	}
	#cssmenu > ul.open li.has-sub .rozwin{
		    color: #FFFFFF;
			font-weight: bold;
			width: 60px;
			height: 33px;
			text-align: center;
			line-height: 1.8rem;
			font-size: 1rem;
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 9999999;
	}
	#cssmenu > ul.open li.has-sub .rozwin:hover{
		cursor:pointer;
	}
  #cssmenu {
	float: none;
    width: auto;
	padding: 1% 0% 0% 0%;
	background-image: none;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
	background: #14253f;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #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 ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 10px 20px;
	font-size: 13px;
	font-weight: 400;
	font-weight: bold;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 5px 30px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #1c3253;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #a3b7d5;
  }
  #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;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}


#wrapper {
  margin: 0 auto -150px;
  min-height: 100%;
  position: relative;
  }
  
  #clear{
  clear: both;
  height: 150px;
  }
  
  .page { 
    margin: 0 auto;
  }
  
  #top{
    float: left;
    width: 100%;
    padding-top: 5%;
    position: relative;
  }
  
  /*buttony z menu rozwijanym*/
 
 @media screen and (min-width:768px) {
  #menu{
  display: flex;
  margin-bottom: 15px;
  width:550px;
  margin-left:50px;
  }
}
@media screen and (min-width:922px) {
  #menu{
  display: flex;
  margin-bottom: 15px;
  width:650px;  
  }
}
@media screen and (min-width:1200px) {
  #menu{
  display: flex;
  margin-bottom: 15px;
  width:750px;  
  }
}

@media screen and (min-width:768px) {
.button{
  width:110px;
  height:40px;
  background: #998b32;
  border:#998b32;
  border-radius: 50px;
  color:#fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin:auto;
  margin-right: 50px;
  }
 }
@media screen and (min-width:992px) {
 .button{
  width:150px;
  height:45px;
  background: #998b32;
  border:#998b32;
  border-radius: 50px;
  color:#fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin:auto;
  margin-right: 50px;
 }
}
@media screen and (min-width:1200px) {
  .button{
   width:200px;
   height:50px;
   background: #998b32;
   border:#998b32;
   border-radius: 50px;
   color:#fff;
   font-size: 25px;
   font-weight: 600;
   text-align: center;
   margin:auto;
   margin-right: 50px;
  }
 }


 @media screen and (min-width:768px) {
  .button_1{
    width:110px;
    height:40px;
    background: #4da879;
    border:#4da879;
    border-radius: 50px;
    color:#fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin:auto;
    margin-right: 50px;
    }
   }
  @media screen and (min-width:992px) {
   .button_1{
    width:150px;
    height:45px;
    background: #4da879;
    border:#4da879;
    border-radius: 50px;
    color:#fff;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin:auto;
    margin-right: 50px;
   }
  }
  @media screen and (min-width:1200px) {
    .button_1{
     width:200px;
     height:50px;
     background: #4da879;
     border:#4da879;
     border-radius: 50px;
     color:#fff;
     font-size: 25px;
     font-weight: 600;
     text-align: center;
     margin:auto;
     margin-right: 50px;
    }
   }
/*koniec buttony z menu rozwijanym*/

  h24{
    font-size: 20px;
    font-weight: 300;
    
  }
  
  #footer {
    float: left;
    width: 100%;
    height: 130px;
    padding-top: 20px;
    bottom: 0px;
      position: absolute;
      text-align: center;
    font-size: 13px;
    background-color: #FFFFFF;
  }
  
  #footer a{
      text-decoration: underline;
  }
/*pojemnik z logo w menu*/
.logo{
  background: #fff;
  width:80%;
  height:45px;
  margin:auto;
}
@media screen and (max-width:860px) {
  .logo{
    background: #fff;
    margin-left: 0px;
    width: 50%;
    height: auto; 
  }
 }




/*pojemnik z menu wysuwanym w menu*/
.menu{
	width:100%;
  margin:auto;
	margin-right: 300px;
  }
  @media screen and (max-width:860px) {
    .menu{
  display:none
      
    }
   }

/*pojemnik z zaloguj sie w menu*/
@media screen and (min-width:768px) {
  .login{
    width:110px;
    height:40px;
    text-align: center;
    padding-top:5px;
    margin-right: 20px;
    border:solid 2px #ecb0b5;
    background:#ecb0b5;
    border-radius: 50px;
    color:#1f1b04;
    font-size:18px;
    }
  }
  @media screen and (min-width:922px) {
    .login{
      width:150px;
      height:45px;
      text-align: center;
      padding-top:5px;
      margin-right: 20px;
      border:solid 2px #ecb0b5;
      background:#ecb0b5;
      color:#1f1b04;
      font-size:22px;
      }
    }
    @media screen and (min-width:1200px) {
      .login{
        width:200px;
        height:50px;
        text-align: center;
        padding-top:5px;
        margin-right: 20px;
        border:solid 2px #ecb0b5;
        background:#ecb0b5;
        border-radius: 50px;
        color:#1f1b04;
        font-size:25px;
        }
      }

/*pojemnik z lupą w menu*/
.wyszuka{
	width:10%;
  margin: auto;
	float:right;
}
@media screen and (max-width:860px) {
  .wyszuka{
display:none;    
  }
 }




/*pojemnik z panelem wysuwanym w menu*/
.naglowek{
  margin:auto;
  background: #ffffff;
}








 /*nasz hamburger*/  
 .panel{
  background:#161616ce;
  position:absolute;
  width: 100%;
  left: 0;
  height:50%;
  display:none;
  color:#fff;
  z-index: 100;
}
  
 .panel ul{
   text-align: center;
   list-style: none;
   line-height: 2.5rem;
   padding:0;
   margin:0;
 }
 .panel li{
   font-size: 1.5rem;
 }
 .panel li a{
   color:#fff;
   text-decoration: none;
 }
 .panel li a:hover{
   text-decoration: underline;
 }
 .clickme{
   position: absolute;
   z-index: 100;
   right: 1%;
   top:3%;
 }
 @media screen and (max-width:860px) {
  .clickme{
  position: absolute;
  z-index: 100;
  right: 1%;
  top:3%;
  }
 }

 .bar1, .bar2, .bar3 {
     width: 35px;
     height: 5px;
     background-color: #333;
     margin: 6px 0;
     transition: 0.4s;
 }
 .change .bar1, .change .bar2, .change .bar3{
   background-color: #fff;
 }
 .change .bar1 {
     -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
     transform: rotate(-45deg) translate(-9px, 6px) ;
 }
 
 .change .bar2 {opacity: 0;}
 
 .change .bar3 {
     -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
     transform: rotate(45deg) translate(-8px, -8px) ;
 }
 /*koniec naszego hamburgera*/

 /*naglowek na podstronach*/
 @media screen and (min-width:577px) {
  .naglowek1{
  width:100%;
  height:60px;
  background: #1f1b04;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
 }
}
 @media screen and (max-width:576px) {
  .naglowek1{
  width:100%;
  height:60px;
  background: #1f1b04;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  margin: 1em 0;
  z-index: 99;

 }
}

.menu1{
  color:#fff;
  font-size: 20px;
  font-weight: 700;
  margin-right:60px;
  margin-left: 30px;
  padding-top: 13px;
 }
 @media screen and (max-width:576px) {
.menu1{
  color:rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  margin-left:10px;
  margin-right: 10px;
  padding-top: 13px;
  width:100%;
  text-align: center;
    
 }
} 

.tytul{
  color:#fff;
  font-size:20px;
  font-weight: 500;
  text-align: center;
  padding-top:10px;
  height:60px;
}


.temat{
  width:100%;
  height:45px;
  border: solid 1px #889c8c;
  color:#fff;
  padding-top: 9px;
  font-size: 20px;
  font-weight: 400;

}
.temat:hover{
  width:100%;
  height:45px;
  border: solid 2px #000000;
  color:#fff;
  font-size: 20px;
  font-weight: 400;
  background: #7fa9e9;
}

.tematt{
  width: 100%;
}


 @media screen and (min-width:576px) {
  .cont_{
    width:100%;
    display: flex;
    height: auto;
    background: #ffffff;
 }
}
@media screen and (max-width:576px) {
  .cont_{
    width:100%;
    height:1000px;
 }
}

.tema{
  width:100%;
}

.tematy{
  position: sticky;
  top: 60px;
  left: 0;
}
.naucz{
  width: 90%;
  height:500px;
  background: #1c3253;
  margin:auto;
  
}




.lewa_{
width:17%;
}
@media screen and (max-width:576px) {
  .lewa_{
width:100%;
height:auto;
 }
}

.srodek_{
  width:83%;
  height:auto;
}
@media screen and (max-width:576px) {
  .srodek_{
width:100%;
height:auto;
background: #fff;
border: dashed 2px #e40a0a;
 }
}

.lewica{
width:83%;
height:auto;
background: #fff;
border-right:solid 1px #dfdddd;
}

@media screen and (max-width:576px) {
  .lewica{
width:100%;
background: #fff;
 }
}

.prawica{
  width:17%;
  height:auto;
  background: #fff;
  }
  @media screen and (max-width:576px) {
    .prawica{
  width:100%;
  background: #fff;
   }
  }

.baner_1{
  width:100%;
  height:auto;
  display: flex;
}

.baner_2{
  width:100%;
  height:auto;
}

  
.stope{
  background: #14253f;
  width: 100%;
  height:500px;
}

.lacz{
  height:400px;
  width: 100%;
  background:#08fc35;
  
  
  
}