 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin-ext);


* {
   -webkit-border-radius:0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
	font-family: 'Open Sans', sans-serif;			
}

a:focus { 
	outline: #000000 solid medium;
	padding:0px; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* Skip linki*/
.doSekcji {
	margin: 0; 
	padding: 0; 
	position: absolute; 
	top: 0; 
	list-style: none;
}
.doSekcji a {
	display: inline; 
	left: -9000em; 
	padding:15px; 
	font-size: 1em; 
	position: absolute; 
	text-decoration: none; 
	z-index: 200; 
	width: 150px; 												
	text-align: center;
	background-color: #BD161C;	
} 
.doSekcji a:hover, 
.doSekcji a:focus, 
.doSekcji a:active {
 background: #BD161C;
 color: #ffffff; 
 left: 0; top: 0; 
 position: absolute; 
 font-weight: bold;
 }

body {
	font-weight: 400;
	background-color: #fff;
	font-size: 14px;
	color: #1a171b;
	line-height: 24px;
	margin-top:0px;
}

html, body {
    height: 100%;
}

a{
	color: #1a171b;
}
.shadow{
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
	padding:0px;
}


/*
.ramka {
  border-top: solid 1px #888888;
  border-bottom: solid 1px #888888;
  display: block;
  min-height:300px;
  margin-bottom:30px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.kolor1{
 
  border:solid 1px #94B3B5; 
}
.kolor1 h1{
 color:#94B3B5;
}
.kolor1:hover{
  background-color:#94B3B5; 
  color:#fff; 
}
.kolor1:hover h1,
.kolor1:hover a,
.kolor1:hover a:hover{
    color:#fff;
}
.kolor1:hover a.btn{
 color:#94B3B5;
}



.kolor2{
  border: solid 1px #BA9366; 
 

}
.kolor2 h1{
 color:#BA9366;
}
.kolor2:hover{
  background-color:#BA9366; 
    color:#fff !important;    
}
.kolor2:hover h1,
.kolor2:hover a,
.kolor2:hover a:hover{
    color:#fff;
}
.kolor2:hover a.btn{
 color:#BA9366;
}


.kolor3{
  border: solid 1px #FDB913; 
 /

}
.kolor3 h1{
 color:#FDB913;
}
.kolor3:hover{
  background-color:#FDB913; 
    color:#fff !important;    
}
.kolor3:hover h1,
.kolor3:hover a,
.kolor3:hover a:hover{
    color:#fff;
}
.kolor3:hover a.btn{
 color:#FDB913;
}



.kolor4{
  border: solid 1px #B0422E; 
 

}
.kolor4 h1{
 color:#B0422E;
}
.kolor4:hover{
  background-color:#B0422E; 
    color:#fff !important;    
}
.kolor4:hover h1,
.kolor4:hover a,
.kolor4:hover a:hover{
    color:#fff;
}
.kolor4:hover a.btn{
 color:#B0422E;
}





.kolor5{
  border: solid 1px #909090; 
 

}
.kolor5 h1{
 color:#909090;
}
.kolor5:hover{
  background-color:#909090; 
    color:#fff !important;    
}
.kolor5:hover h1,
.kolor5:hover a,
.kolor5:hover a:hover{
    color:#fff;
}
.kolor5:hover a.btn{
 color:#909090;
}


 
.ramka h1{
	font-weight:400;
	text-transform:uppercase;

}

.ramka h4{
min-height:80px !important;

}

  


.kolor1 h1:after {
  display: block;
  margin-left: 0%;
  content: "";
  height: 2px;
  width: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f01b00;
 }

 .kolor2 h1:after {
  display: block;
  margin-left: 0%;
  content: "";
  height: 2px;
  width: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #5104b9;
 }

  
.kolor1:hover h1:after,
.kolor2:hover h1:after,
.kolor3:hover h1:after,
.kolor4:hover h1:after,
.kolor5:hover h1:after{
  background: #ffffff;

}



.kolor1:hover,
.kolor2:hover,
.kolor3:hover,
.kolor4:hover,
.kolor5:hover{
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2); 
 
 }

*/


.top{
	font-family: 'Open Sans', serif;
	background-color: #1a171b;
	color: #ffffff;
	position: static;
	min-height:30px;
	padding:5px;
	text-transform: uppercase;
		font-size: 10px;
}

.top .badge{
	background-color: #BD161C !important;
	padding: 5px;
	font-size: 12px;
	font-weight: 100;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;	
}
.top .badge:hover{
	background-color: #ffffff !important;
	color: #BD161C;
}



.logo{
  height:120px;
  position:absolute;
  color: #000;
  padding:20px 0px 0px 0px;
  z-index: 5;
  width:100%;
  background: rgba(255,255,255,1.0);
  margin:0px;
}
.logo .container{
	padding:0px;
}
	
.logo .badge,
.logo input,
.logo form-control .szukarka,
.logo button{
	background: none;
	padding:  10px;
	font-size: 16px;
	border:solid 1px #f2f2f2;
	color:#1a171b;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
          transition: all 0.5s ease;	
}
.logo button{
	padding:0px;
	border:none;
}



/* all */
	::-webkit-input-placeholder {  color: #1a171b !important; }
	::-moz-placeholder {  color: #1a171b !important; } /* firefox 19+ */
	:-ms-input-placeholder {  color: #1a171b !important; } /* ie */
	input:-moz-placeholder {  color: #1a171b !important;}

.logo .badge:hover{
  background: rgba(238,238,238,0.5);
	color: #fff;
}

.logo .zaplanuj{
 
}
.logo .zaplanuj,
.logo .dropdown-menu{
  margin-top:18px;
  background-color:#BD161C;
  color:#fff;
  font-size:12px;
  font-weight:400;
  border:solid 1px #fff;
   width:220px;
   padding:8px;
}
 

.logo .dropdown-menu {
  margin-top:0px;
    padding:0px;
  }
.logo .dropdown-menu  a{
  color:#fff;
 width:220px;
  }
.logo .dropdown-menu  a:hover{
  background-color:#fff;
  color:#b21e1c;
  }

.logo .search,
.logo .logotyp{
 height:80px;
 text-align:right;
} 
.logo .logotyp{
 text-align:left;
}
.logo .ikonki{
	float:left;
	margin-top:5px;
	margin-left:50px;
} 
  
.logo .search .form-inline{
  margin-top: 20px;
}
.logo .search .form-inline .szukarka {
  font-size:12px;
  font-weight:300;
   width:180px;
   background-color:#fff;
   padding:5px 18px;
   height:39px;
}

.logo .search .form-inline .input-group-addon {
  left:-1px;
	border-top:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  border-bottom:solid 1px #f2f2f2;
  background:#fff;
}

.logo .search .btn-success{
  font-size:16px;
  font-weight:300;
     background-color:#fff;
}
.logo .search .btn-success:hover{
     color:#fff;
     background-color:#b21e1c;
}
.logo .search a{
padding:7px;


}
.logo .langs .badge{
  margin-top: 20px !important;
}

.logo .logotyp img{
    height:90px;
	margin-top:-3px;
    }


@media (min-width: 768px) and (max-width: 1023px) {
  .logo .search .form-inline .szukarka {
    width:100px;
  }

}

@media (max-width: 767px) {
  .logo .logotyp{
   text-align:left;
  }  
  .logo .logotyp img{
    height:100px;
    margin-top:-10px;
    }
 
  .logo .search,
  .logo .langs {
	display:none;
  }
}




 
.fotka {
  overflow:hidden;
  width:100%;
  height:100%;
  margin-bottom:30px;
 
} 
 
 
.fotka a div {
	position: absolute;
	left: 0px;
	top: 0%;
	right: 0px;
	bottom: 0px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  background:rgba(0,0,0, 0.1); 
  margin: 0 15px 0px 15px; 
  padding:0px;    
   margin-bottom:30px; 
}


@media (min-width: 768px) and (max-width: 1023px) {
	.fotka a div {
	   margin-bottom:0px; 
	}
}

 


@media (max-width: 767px) {
	.fotka a div {
	   margin-bottom:0px; 
	}
}


.fotka a div.bez{
   background:rgba(255,255,255, 0.0);

}



.fotka a:hover div {
	background:rgba(255,255,255, 0.0);  
   
}

.fotka a img  {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fotka a img:hover  {
 width:110%;
 height:110%;

}

.fotka a div h4 {
	color: #ee001a;
	font-size: 72px;
  display:block;
  float:left;
  text-align:left;
  text-transform:uppercase;
  font-weight:700;
  width:100%;
  margin: 0px 0px 0px 0px;
  	 
}

.fotka a div h3 {
	color: #FFF;
	font-size: 24px;
  display:block;
  float:left;
  text-align:left;
  font-weight:700;	
  margin-top:0;
  margin-bottom:0; 
}
.fotka a div h2 {
  color: #fff;
  font-size: 20px;
  display:block;
  float:left;
  text-align:left;	
  margin-top:10px; 
}
.fotka a div p{
	 position:absolute;
	bottom:calc(0% - 0px);
	left:calc(50% - 130px);
	font-weight:500;
	font-size:14px;
	width:260px;
	padding:10px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
	clear:both;
   background:rgba(0,0,0, 0.5);
} 


@media (min-width: 1024px) and (max-width: 1365px) {
	.fotka a div p{
		font-size:14px; 
		width:210px;	
		left:calc(50% - 105px);	
 	
	}
}

@media (min-width: 769px) and (max-width: 1023px) {
	.fotka a div p{
		font-size:14px; 
		width:210px;	
		left:calc(50% - 105px);	
	bottom:calc(0% + 30px);
	}
}


@media (max-width: 768px) {
	.fotka a div p{
		font-size:14px; 
		width:320px;	
		left:calc(50% - 160px);	
		bottom:calc(0% + 50px);
	}
}







































/*--------------------------------------------------------------------------------------------------------------*/
 
 
.navbar{
	font-family: 'Open Sans', sans-serif;		
	background:none;
	color: #1a171b;
  margin-bottom:0px;	
  margin-top:120px;
  padding:0px !important;	
  border:0px;
  z-index: 3; 
  position:fixed;
  width:1140px;
    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;	  
}
.navbar-brand {
   display:none;
	} 
  
.przezroczyste{
	background: rgba(255,255,255,1.0);
}
.cien {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);

}  


            	
.navbar ul li a{
	text-transform: uppercase;
	color: #1a171b;
	font-size: 14px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	font-weight: 500; 
	padding-left:15px;
	padding-right:15px;
}


.navbar ul li .active ,
.navbar .caret {
	color: #BD161C;
 
}
.navbar .caret:hover {
	color: #ffffff !important;
}
.navbar-nav .open > a, 
.nav .open > a:hover,
.navbar ul li a:hover{
	background-color: #1a171b !important;
	color:#f2f2f2 !important;

}
.navbar ul li ul li a {
	font-size: 13px;
 
 
}


.navbar-default .navbar-nav>li>a {
    color: #1a171b;
}


.yamm-content,
.dropdown-menu{


}
.navbar .yamm-content a{
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
 	
}
.navbar .yamm-content h1{
	font-size: 16px;
	color: #eeeeee !important;

}
.navbar .yamm-content a{
  padding:0px;

}
.navbar .yamm-content a::first-letter { 
	text-transform: uppercase !important;
}

.navbar .dropdown-menu{
  background:rgba(255,255,255,1.0) !important;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
 
}

 


/*responsive dla logo + menu */
@media (min-width: 1200px)  and (max-width: 1365px) {
.navbar{	
  width:1140px;
 
  }
.navbar-brand {
 
	} 
.navbar-nav{
	  float: left;
	  }
.navbar ul li a{
 
 
	}	  
	  
}


/*responsive dla logo + menu */
@media (min-width: 992px) and (max-width: 1199px) {
.navbar{	
  width: 940px;
  }
.navbar-brand {
 
	} 
.navbar-nav {
	  float: left;
	  }
.navbar ul li {
  width: calc (100% / 7 ) !important; 
  
}  
  
 
 
}
 
@media (min-width: 768px) and (max-width: 991px) {
.navbar {	
    width: 720px;
 
  }
.navbar-nav {
	  float: left;
	  }
.navbar ul li {
  width: calc (100% / 4 ) !important; 
  
} 
}



@media (max-width: 767px) {
.navbar-brand {
   display:initial !important;
   font-size:14px;
	} 
.navbar{
    width: calc(100% - 2 * 15px);
  }
  .navbar ul li a{
     width:100%;
	}	
  .carousel{

  }
}



/* sekcje */

.onas {
	padding:200px 0px 30px 0px;
}

.prawo{

background-color:#f2f2f2;

}


.onas a{


}





/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */  

/* Carousel base class            */
.carousel {
	height: 650px;
	margin-top: 0px; 
	margin-bottom: 0px; 
  z-index:1;
}
 
.carousel-caption {
  z-index: 2;
}

 
.carousel .item {
  height: 650px;
  background-color: #777;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; 
  
  
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 650px;
}

.overlay_carousel { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;

}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    
    
}


.carousel-caption{
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
  padding:10%;
  padding-top:350px;
	background:none;
	text-align: left !important;
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;	
  background-color: rgba(0, 0, 0, 0.0); 
  z-index: 5;  	
  background-image: url(vagas/overlays/01.png);
}


.carousel-caption:hover{
  background-color: rgba(0, 0, 0, 0.0);
 
} 
.carousel-caption .btn{
 
    background-color: #b21e1c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: solid 1px #fff;
    min-width: 200px;
    padding: 8px;
	letter-spacing:0px;	
}
.carousel-caption h1{
	margin: 0px;
    font-size:60px;
	 font-weight: 400;
    color: #fff;
    line-height:60px;
	text-shadow: 2px 2px 8px #1a171b;
	letter-spacing:-4px;
    z-index: 5;
	
}
.carousel-caption h1 a{
	color: #fff;

}

.carousel-caption p {
	font-size:30px;
	font-weight: 200;
	color: #fff;
    margin-top:30px;
	letter-spacing:-2px;	
    z-index: 5;
}




.carousel-indicators2{
	 z-index:100;
    position: absolute;
     bottom: 25px;
     left: 0px;
     z-index: 5;
     margin: 0;
    list-style: none;
    width:100%;
}

.carousel-indicators li  {
	background: #000;

 
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          	
}
.carousel-indicators .active {
  background-color:#b21e1c;
 
}
.carousel-control { 
  z-index:100;
	top: 50%;
  bottom:50%;
	font-size: 100px;
	font-weight: 100;
  width:50px;
  height:50px;   
}

.carousel-control.right, 
.carousel-control.left {
  background-image:none;
}
.carousel-control.left ,
.carousel-control.right {
  margin-top: -45px; color: #FFFFFF;
  background-color:#b21e1c; 
}

@media (max-width: 767px) {
    .carousel-caption{
		text-align:center;
    	padding-top: 300px;
    	}
    
    .carousel-caption h1{
    	margin: 0px;
    	font-size:50px;
	   letter-spacing:-2px;
     line-height:40px;
     
    }
    .carousel-caption p{
    	font-size:25px;
 	   letter-spacing:0px;
    }
    .carousel-indicators li{
 
 
    }

}

/* .carousel-fade */

.carousel-fade {
  .carousel-inner {
    .item {
      opacity: 0;
      transition-property: opacity;
    }

    .active {
      opacity: 1;
    }

    .active.left,
    .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

    .next.left,
    .prev.right {
      opacity: 1;
    }
  }

  .carousel-control {
    z-index: 2;
  }
}

h1, h2,h3,h4,h5 {
	font-family: 'Open Sans', sans-serif;		
  font-weight:400;
  line-height:1.2em;

}
h1{
	font-size: 20px;
	color: #1a171b;
  margin-top:0px;
  font-weight:700; 
}
h2{
	font-size: 18px;
	color: #1a171b;
  font-weight:500;
}
h3{
	font-size: 16px;
	color: #1a171b;
    font-weight:700;
}
h4{
	font-size: 15px; 
	color: #1a171b;
  font-weight:400; 
}
h5{
	font-size: 14px;
	color: #1a171b;
	margin-top:5px;
}
 

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin:15px 0px 15px 0px;
}

.onas a{
	color: #000000;
	text-decoration:underline;
}
 
.onas  a:hover{
	color: #ffffff;
	text-decoration:none;
	background-color:#1a171b
}

 




.naskroty{
	background-color: #eeeeee;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 16px;
	padding:10px;
}
.naskroty .header{
	font-size: 16px;
	font-weight: 300;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	display: inline;
	margin-right: 100px;
}
.naskroty a{
	color: #FFFFFF;
	display: block;
	border-bottom: solid 1px #e3e3e3;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;	
	
}
.naskroty a:hover{
	text-decoration: underline;
	color: #eeeeee;
	background-color:#fff;
	padding-left:20px;
	
}
.najnowsze{
	font-size: 11px;

}



.osiagniecia {
  height:100px;
  min-height:100px;

}


.btn-success{
	background: #ca2139; /* Old browsers */
	border: none;
	color: #ffffff !important;
	margin: 5px 0px 5px 0px;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	text-decoration:none !important;

}
.btn-success:hover{
	color: #ca2139;
	background: #ffffff; /* Old browsers */
	border: none;


}

.btn-default{
	background-color:  #1a171b; /* Old browsers */
  border: none;
	margin: 5px 0px 5px 0px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	color:#ca2139;

}
.btn-default:hover{
    color: #eeeeee !important;
	background: #58595b !important;
    border: none;
}



.footer{
	background-color: #1a171b;
	color:#ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 26px;
	background-image: url("images/");
	background-repeat: repeat-x;	
	
}

.footer .fa{
  color:#ffffff;
  margin:10px;
}


.footer img{
  margin-bottom:25px;
}

.footer h2{
  font-weight: 300;  
	font-size: 20px;
	margin-top: 30px;
  margin-bottom: 10px;
}
.footer h4{
  color:#ffffff;
  font-weight: 100; 
 
}
.footer h3{
	font-size: 14px;
	color: #ffffff;
  font-weight:700;
  min-height:40px;
}
 
.footer .just{
  text-align:justify; 

}

.footer .foo hr{
  margin: 0px 0px 10px 0px !important;              
}

.footer a.zaplanuj,
.footer button.zaplanuj,
.footer.zaplanuj{
  background-color:#f2f2f2;
  color:#fff;
  font-size:16px;
  font-weight:700;
  border:solid 1px #fff;
  padding:12px;
}


 


 
.footer ul li a{
 
  font-size:13px;
 
 
}
 

.footer label{
  color: #fff;	
  font-size: 24px;
	font-weight: 700;
	margin: 5px 0px 5px 0px;
  padding:0px;
}
.footer input{
	 margin: 5px 5px 5px 5px !important;
    width:400px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

 @media (max-width: 767px) {
    .footer input {
      width:100% !important;
    }
	
	
.footer a.zaplanuj,
.footer button.zaplanuj,
.footer.zaplanuj{
 display:none;
  height:80px !important;
}
	
	
	
    }



.footer a {
  color:#f2f2f2;
}
.footer ul {
	margin-left: -40px;
}
.footer ul li{
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
}
.footer .foo{
 min-height:200px;
}

@media (max-width: 767px) {
.footer .foo{
 min-height:200px;
}
 
}
 


.footer .btn-success{
  background: #ca2139; /* Old browsers */
  border: none;
  color: #fff;
  	margin: 5px 0px 5px 0px;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;


}
.footer .btn-success:hover{
	color: #1a171b;
	background: #fff; /* Old browsers */
	border: none;


}





.copyright {
	background-color: #f2f2f2;
	width: 100%;
	font-size: 13px;
	color: #1a171b;
	padding-top: 10px;
	padding-bottom: 10px;
  margin-top:30px;
  margin-bottom:30px;
  
}
.copyright a{
	color: #1a171b;
}
 
.breadcrumb a,
.pagination li a{
	color: #1a171b; 
}
 
.pagination li a:hover{
	background-color: #14b3e4;
	color: #ffffff; 	
}

 
 
 
.breadcrumb {
	background-color: #f2f2f2;
 
}

.breadcrumb a,
.pagination li a{
	color: #58595b; 
}


.pagination li a{
	background-color: #f2f2f2;
	border: none;
	margin: 5px 0px 5px 0px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.pagination li a:hover{
	background-color: #ffffff;
	border: none;
	color: #f2f2f2;
}
.pagination li a.active, 
.breadcrumb .active {
	color: #b21e1c;

}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #b21e1c;
}

.strzalka {
  position: fixed; 
  text-align:center;
  color: #1a171b;  
  font-size: 18px;
	background:rgba(0,0,0,0.5);
  right:30px; 
  bottom:30px; 
  width: 30px;
  height: 30px;  
  padding: 5px 5px 10px 5px;
  z-index: 1000;
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; 
}
.strzalka:hover{
	background:rgba(255,255,255,0.5);
}
.strzalka .glyphicon{

	color: #ffffff;  

}







 




 

.datka {
 position:absolute;
 top:0px;
 left:15px;
 background-color:#94B3B5; /*niebieski*/
 color:#fff;
 padding:5px;
 font-size:12px;
}

.datka2 {
 position:absolute;
 top:0px;
 left:15px;
 background-color:#BA9366; /* brazowoy**********/ 
 color:#fff;
 padding:5px;
  font-size:12px;
}
.datka3 {
 position:absolute;
 top:0px;
 left:15px;
  background-color:#FDB913; /*zolty******/
 color:#fff;
 padding:5px;
  font-size:12px;
}

.datka4 {
 position:absolute;
 top:0px;
 left:15px;
background-color:#B0422E; /*czerwony*****/
 color:#fff;
 padding:5px;
  font-size:12px;
}

 









.hideme {
    opacity:0;
}
.marginBottom{
  margin-bottom:30px;

}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
 

.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.grayscale:hover { 
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray; /* IE 6-9 */
}


.czerwony1 { 
  background-color:#FE2B28;
  color:#fff;
}
.czerwony2 { 
  background-color:#b21e1c;
  color:#fff;
}

.czerwony3 { 
  background-color:#BF201E;
  color:#fff;
}

.czerwony4 { 
  background-color:#981A18;
  color:#fff;
}

.czerwony1 a,
.czerwony2 a,
.czerwony3 a,
.czerwony4 a {
 color:#fff !important;
}




/*----------------------cookiesy--------------------------*/

#menusDiv {
	width: calc(30% - 60px);
	margin:auto;
	position: fixed; 
	bottom: 30px; 
	left: 30px; 
	z-index: 4999;
	color: #ffffff;
	background-color:#BD161C;
	text-align:justify;
	display:none;
	padding-left:100px;
	padding-top:15px;
	font-size:12px;
	background-image: url("images/cookies.png");
	background-repeat: no-repeat;	
	
}



@media (min-width: 0px) and (max-width: 1023px) {
	#menusDiv {
	width: calc(100% - 60px);
	bottom: 30px; 
	left: 30px; 
	right:30px;	
	}
}




#menusDiv a{
	color: #ffffff;
}
 
 
 

/*----------------------kalendarz--------------------------*/
.kalendarz.table-bordered>tbody>tr>td, 
.kalendarz.table-bordered>tbody>tr>th, 
.kalendarz.table-bordered>tfoot>tr>td, 
.kalendarz.table-bordered>tfoot>tr>th, 
.kalendarz.table-bordered>thead>tr>td, 
.kalendarz.table-bordered>thead>tr>th,
.kalendarz tr td{
  text-align:center;
  font-weight:300;
  padding: 6px !important;
  border:solid 1px #f2f2f2;
	width:14.285%;
  }
.kalendarz tr td a{
	width:90%;
	height:90%;
	display:block !important;
}

.kalendarz tr th{
	font-size:13px;
}


.dzis{
	color:#ffffff ;
	background-color:#BD161C;
    cursor: pointer;
}
.dzis a{
	color: #a7d74f;
}
.dzis:hover{
	background-color: #1a171b;
  	color: #ffffff;
}

.inny_dzien{
	background-color:#1a171b;
    cursor: pointer;
  	color: #ffffff;	
}

.inny_dzien:hover{
	background-color:#1a171b;
 	color: #ffffff;
}
 
 .popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */

}

 
 

.wystawy{
	background-color:#B0422E;
}

.wydarzenia{
	background-color:#94B3B5;
}

.edukacja{
	background-color:#FDB913;
}

.inne{
	background-color:#BA9366;
}

.nieczynne{
	background-color:#909090;
}

 
 
  

label{
display:none;

}
