body {    
  color:#000000;
  margin:0px;
  padding: 0px;    
  background-image: url(images/body_background.jpg);
  background-repeat:repeat-x; 
  background-attachment: fixed;  
}

@font-face {
  font-family: martime;
  src: url('./fonty/maritime_tropical_neue_bold.ttf');
}

@font-face {
font-family: 'FontAwesome';
  src: url('fonty/fontawesome-webfont.eot?v=4.0.3'); 
  font-weight: normal;
  font-style: normal;
}



.cycle-prev, .cycle-next { 
    position: absolute; 
	top: 0; 
	width: 25%; 
	opacity: 0; 
	filter: alpha(opacity=0); 
	z-index: 800; 
	height: 100%; 
	cursor: pointer; 
	font-family:FontAwesome;
}
.cycle-prev { 
   left: 0;  
   //background: url(./images/left.png) 25% 50% no-repeat;
}
.cycle-next { 
  right: 0; 
 // background: url(./images/right.png) 75% 50% no-repeat;
}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }



.pgws {
  float:left;
  border-top:1px solid #c0cacb;
  border-left:1px solid #c0cacb;
  border-right:1px solid #c0cacb;
  border-bottom:5px solid #990000;
  margin-right:10px;
  margin-bottom:10px;
}

.gpws {
   border-top:1px solid #c0cacb;
  border-left:1px solid #c0cacb;
  border-right:1px solid #c0cacb;
  border-bottom:5px solid #990000;
  margin-bottom:20px;
}

.lapka {
  width:95px;
  height:95px;
  float:left;
  border-top:1px solid #c0cacb;
  border-left:1px solid #c0cacb;
  border-right:1px solid #c0cacb;
  border-bottom:5px solid #990000;
  margin-right:12px;
  margin-bottom:10px;
}

.fancybox-hidden {
  display:none;
}



.metryka {
   width:70%;
   margin-left:auto;
   margin-right:auto;
}

.lapka:hover {
  cursor:pointer;
}

.nazwa {
	text-align:center;
	text-transform: uppercase;
	position:relative;
	top:-25px;
	font-size:30px;
	text-decoration: underline;
}

.ws {
  float:right;
  font-family:FontAwesome;
  font-size:36px;
  content:"\f0a9";
}

.mt-10 {
  margin-top:10px;
}

.opisx {
  min-height:300px;
}


.okienko {
  width:80%;
  margin-left:auto;
  margin-right:auto;
}


.zapytaj {
  text-align:center;
}

.wsn {
   font-size:2.6em;
   float:right;
   vertical-align:middle;
   position:relative;
   top:45%;
   left:-20%;
   color:#FFFFFF;
}

.wsp {
   font-size:2.6em;
   float:left;
   vertical-align:middle;
   position:relative;
   top:45%;
   left:20%;
   color:#FFFFFF;
}


.test1 {
  font-family: strawberry;
  font-size: 20px;
  font-style: italic;
}

.andika {
	font-family: 'Andika', sans-serif;
	font-size: 16px;
	font-style: italic;
}

.navbar-header {
//   height:110px;
}

.navbar-inverse .navbar-nav > .active > a {
  background-color:#079445;
  color:#FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a:hover {
  background-color:#111;
  color:#FFFFFF;
}



.navbar-brand {
   padding-top:2px;
}

.navbar-inverse {
  background-color: rgba(140,140,140,1);
  border-color: rgba(140,140,140,1);
}



.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
   background-color:#535353;
   color:#FFFFFF;
}


.navbar-default {
  border:0px;
}

.nav > li > a {
  font-size:14px;
 // line-height:61px;
}

.navbar-nav {
 // margin-top:10px;
}


.navbar-inverse .navbar-nav > li:last-child a {
    border: none;
}

.rozmiar {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {
        // height: 450px;
        padding-bottom: 20px;
     }
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #0000a0;
     // height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: rgba(44,45,45,1);      
      color: #ffffff;
      padding: 15px;
	  position:relative;
    }
    
	
	
	.dropdown-menu > li > a:hover {
	   color:#FFFFFF;
	   background-color:#180bf3;
	}
	
	
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;}
	  .male {
	    display:none;  
	  }
	  
	  .logo  {
	   display: none;
	}  
	 
	 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
       color: #F30B0B;
	  }
	   
    }



 .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {

      .znikaj {
        display:none;  
      }       
      
  .opis {
   font-size:16px;
   line-height:1.5;
   text-align: justify;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   // height: 450px;    
}      
 
  .srodek {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}      
      
  .kontakt {
        font-size: 15px;
    }       
      
  .polowa {
   width:100%;
   margin-left:auto;
   margin-right:auto;
  }      
      
  .cycle-slideshow {
     width: 100%;
   border: none;    
   margin-left:auto;
   margin-right:auto;
}

  .cycle-slideshow img {
   width: 100%;
   height:auto;
  }

    
      .lix, .lix_1 {
          border-top: 1px solid #FFFFFF;
          top:10px;
          padding-top:10px;
      }      

      
   .navbar-inverse .navbar-nav > li > a {
     color: #FFFFFF;
   }      
    
   .naglowek {
     margin-top:6px;
     font-size: 14px;
     line-height: 20px;
     text-align: center;   
     padding-left: 0px;
     padding-right: 0px;   
   }

      
   .centruj {
      width:100%;
      margin-left:auto;
      margin-right: auto;
   }
   
   .carousel-caption {
      display: none; 
    }
	
	.logo  {
	   display: none;
	}
	
	.adres {
	   font-size:14px;
	}
	
	
	.stopka {
       font-size: 14px;
    }

    .wsn {
       font-size:1.5em;
    } 
	
	.wsp {
       font-size:1.5em;
    }
	
	.wys {
	  width:80%;
	  margin-left:auto;
	  margin-righ:auto;
	  margin-top:0px;
	}
	
	.nav > li > a {
	   line-height:1.0em;
	}
	
      .flagi {
        top:5px;  
        text-align: center;  
      }
	
  .lix_1 {        
        font-size: 1.0em;
        line-height: 1.8em;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;    
   } 

   .lix > ul  {padding-left: 0px!important;} 

   .lix {
     margin-top: 15px;
     padding-top: 15px;
   }

   .nag {
   font-size:26px;
   font-weight:bold;
   color:#000000;
   padding-bottom:20px;       
}

  .opis > ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  

  }






@media screen and (min-width: 767px) {

  .lix {
    margin-top: 26px;
  }
    
.opis {
   font-size:18px;
   line-height:1.5;
   text-align: justify;
   width: 100%;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;  
   padding-left: 20px;    
}    

.srodek {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}    

.kontakt {
        font-size: 16px;
}    
    
.polowa {
   width:100%;
   margin-left:auto;
   margin-right:auto;
}    

 .cycle-slideshow {
   width: 100%;
   border: none;    
   margin-left:auto;
   margin-right:auto;
   height:380px;
}

.cycle-slideshow img {
   width: 100%;
   // height:auto;
   height:380px;
}
        

 .lix_1 {
  top:5px;
  font-size: 1.15em;
  line-height: 1.6em;
  text-align: left;    
}

    
.navbar {
  padding-top: 5px;
  padding-bottom: 5px;    
 }    
    
.flagi {
  top:20px;
}
    
.naglowek {
  margin-top:11px;
  font-size: 20px;
  line-height: 24px;    
}
    
    
.centruj {
    // width:42%;
    width:33%;
    margin-left:auto;
    margin-right: auto;
}
    
.navbar-inverse .navbar-nav > li > a {
   color: #FFFFFF;
   border-right:1px solid #595959;    
}    
    
.logo {
  display:table-cell;
  height:auto;
  max-width:100%;
  vertical-align:middle;
 // padding-top:10px;
}

.adres {
   font-size: 20px;
}

.adres1 {
   font-size: 16px;
}

.stopka {
   font-size: 12px;
}

.nag {
   font-size:28px;
   font-weight:bold;
   color:#000000;
   padding-bottom:20px;       
}


}


.pasek {
  background-color:#c21717;
  height:4px;
  width:100%;
}


.karuzela {
  width:100%;
  overflow: hidden;
  padding: 0px;
  height: auto;    
}

.adres {
	color:#ffffff;
	padding-bottom: 6px;
	padding-top: 9px;
	overflow-x: none;
	overflow-y: none;
	font-family: 'Kalam', cursive;    
}


.adres1 {
	color:#ffffff;
	overflow-x: none;
	overflow-y: none;
	font-family: 'Kalam', cursive;

}





.wys {
    margin-top: 30px;
    margin-right: 30px;
}

.nav > li > a > img {
   margin-top:-6px;
   margin-bottom: -6px;
}



#map {
   min-height: 560px;
   margin-top: 10px;
}

.stopka {
	padding-top: 10px;
  background-color: #c0c0c0;
  color: #000000;
	//overflow-x: none;
	// overflow-y: none;
}

	
	
	.male {
	   font-size:0.8em;
	   color:#ffffff;  
	}
	.well {
	  display: block;
	  font-size: 14px;;
	  color:#ffff00;
	  font-weight:bold;
	  background-color:#000033;
	  border:1px solid #FF0000;
	}
	
	
	.well:hover, well > a {
	   // background-color:#FFFF00;  //FFCC00;
	   background-color:#00FF00;
	   color:#000000;
	   border: 1px solid #FFFFFF;
	   text-decoration:none;
	   cursor: pointer;
	}
	
	.well:hover > .male {
	   color:#000000;
	}
	
	.sidenav > a:focus {
	   text-decoration:none;
	   outline-style:none;
	   color:#0000a0;
	}

/*
	.well > a:hover {
	   color:#FFFFFF;
	   background-color:#339999;
	}
*/	


.affix {
  top: 0px;
  width:100%;
  z-index: 9999 !important;
}

.text-left {
 // top:113px;
}



.regulamin {
    font-family: "Kalam",cursive;
	text-align:justify;
	color:#000000;
	font-size:18px;
}

.mb {
   margin-bottom:30px;
}


.bx-wrapper .bx-viewport{
   -moz-box-shadow: 0 0 0px #fff;
	-webkit-box-shadow: 0 0 0px #fff;
	box-shadow: 0 0 0px #fff;
	border:  0px solid #fff;
	left: 0px;
	max-width:100%;
	margin-bottom:0px;
	background-color:transparent;
}

.red {
 color:#FF0000;
}

.green {
  color:#00FF00;
}

.lix {
  text-align: left;
  color: #FFFFFF;
  font-size: 14px;
      
}

.lix > ul > li {
    background: url(images/bullet1.png) 0 11px no-repeat;
    padding: 0 0 0 15px;
    line-height: 25px;
    list-style: none;
}

.lix > ul > li > a {
    color:#FFFFFF;
    text-decoration: none;
    display: block;
    padding-left: 5px;
}

.lix > ul > li > a:hover {
   text-decoration: none;
   background-color:#535353;
      
}




.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }


.centruj1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;    
}

.ods {
  margin-bottom: 20px;    
}

.maszyny {
    font-size:14px;
    text-align: center;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border: 1px solid #000;    
}

.kontakt {
    text-align: center;
    font-weight: bold;
    // font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.mapa {
  width:100%;
  height:448px; 
  color: #000000;    
}

.wlewo {
    float:left;
    margin-right: 10px;
}

.tlo1 {
background-image: url(images/tlo1.jpg);
height: 450px;
background-repeat: no-repeat;
background-size: 97%;
background-position: center;
}

.ob_panel {
  margin-bottom: 20px;    
}

.opis_ul > ul > li > a {
    color:#ffffff;
    text-decoration: none;
    padding-left: 5px;
    display: block;
}

.opis_ul > ul > li > a:hover {
    text-decoration: none;
    background-color: #333333;
    display: block;
}

.opis_ul > ul {
    color:#ff0000;
}

.ods_r {
  margin-bottom: 20px;
  height: 160px;
  overflow: hidden;    
}

.bialy {
    color: #ffffff;
}

.powrot {
    text-align: center;
    margin-bottom: 10px;
    
}

.powrot > a {
    color:#ffffff;
    text-decoration: none;
    padding: 5px 5px 5px 5px;
}

.powrot > a:hover {
    color:#ff0000;
}

.nziel {
  color:#019901;
  font-weight: bold;;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 15px;
}


.lix > ul > .active > a {
  background-color: #079445;
}

.flaga {
  padding: 13px;
}