/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&subset=latin-ext');

/*----------------------------------------------------------------------------PODSTAWOWE*/
body{
	font-family: 'Titillium Web', sans-serif;
	padding-top: 0px;
  font-size: 16px;
	background: url(../images/stop.jpg) top center no-repeat;
	
  	background-size: 100%;


}

*:focus{
  outline: none !important;
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

a{
	color: #333;
}

a:focus,a:hover{
	color: #000;
}

p {
    widows: 5;
    orphans: 5;
    margin-bottom: 15px;
  }

.p-relative {
	position: relative;
}
.clear{
  clear: both;
}

.die-cache {
  margin-top: 30px;
}

.syl-img-desc{
  padding-top: 10px;
  padding-bottom: 10px;
  /*background: #0B5A82;
  color: #fff;*/
  text-align: left;
 
  border-bottom: 1px #dfdfdf dotted;
  font-style: italic;
}

.pasek-ikon{
  
  position: fixed;
  padding: 10px;
  right: 0;
  background: rgba(0,0,0,0.8);
  color: #fff !important;
  border:1px #333 dotted;
  top:200px;
  z-index: 5;

}
.pasek-ikon a{
  color: #fff;
  margin-bottom: 10px;
}

.pasek-ikon .fa{
  margin-bottom: 5px;
}

.deb-container{
	padding-left:100px;
	padding-right: 100px;	
}

.amsize{
	min-height:460px;
}
.amsizebig{
	min-height:660px;
}

.download_cont{
	padding-top: 15px;
	padding-bottom: 15px;
}

.no-space{
  white-space: nowrap;
}

.no-a-eff a:hover{
  text-decoration: none;
}
/*---------------------------------------------------------------------------BREAK*/

.break15{
  height:15px;
}

/*---------------------------------------------------------------------------LOADER*/

.loader {
  position: fixed;
  z-index: 1000 !important;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top:0px;
}
.fading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 333px;
  margin: -250px 0 0 -250px;
  background-image: url(../images/l4.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
/*---------------------------------------------------------------------------POSTER*/
.b-poster{

  -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
.b-poster:hover{
  
  color:#fff;
  background: #dfdfdf;
  
  
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
}
/*---------------------------------------------------------------------------BOOTSTRAP NAVMOD*/
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.navbar-inverse {
    background: transparent !important;
    border-color: #080808;
}

.navbar {
   
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-bottom: #159CD8 6px solid;
    padding-bottom: 0;
    width: 100%;
    z-index: 100;
    /*background: url(../images/carbon.jpg);*/
    background: rgba(0,0,0,0.9);
    
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;

	
}

.navbar-default .navbar-toggle {
    border-color: #eaeaea;
}

.fa-bars{
	color:#fff;
}

.smaller {
    
    min-height: 40px !important;
    margin-bottom: 0px;
  
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
   /* background-color: #000;*/
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #0095D1;
}

.navbar li a{
  line-height: 60px;

  
  background-position: 0 -100%;
  /*background-image: linear-gradient(to bottom,#3BA43A 50% ,rgba(0,0,0,0) 50% );*/

  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;

}

.navbar li a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	background:#159CD8;
	visibility: none;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	   -o-transition: all 0.3s ease-in-out;
	      transition: all 0.3s ease-in-out;

	
}
.navbar li a:hover:after {
	  opacity: 1;
	  visibility: visible;
	  height: 100%;
}

/*.navbar li a.color0{
  
  background-image: linear-gradient(to bottom,#0095D1 50% ,rgba(0,0,0,0) 50% );
}
.navbar li a.color1{
  
  background-image: linear-gradient(to bottom,#0095D1 50% ,rgba(0,0,0,0) 50% );
}
.navbar li a.color2{
  
  background-image: linear-gradient(to bottom,#0095D1 50% ,rgba(0,0,0,0) 50% );
}
.navbar li a.color3{
 
  background-image: linear-gradient(to bottom,#0095D1 50% ,rgba(0,0,0,0) 50% );
}
.navbar li a.color4{
 
  background-image: linear-gradient(to bottom,#0095D1 50% ,rgba(0,0,0,0) 50% );
}
*/
.smaller li a{
  line-height: 44px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;

}

.navbar li a:hover {
  color:#fff !important;
  background-position: 0 0;
  /*background: #67B437 !important;*/
}

.navbar-brand img {
  line-height: 60px;
  margin-top: 10px;
  width: 80px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;

}
.navbar-brand h3{
  color: #fff;
  margin-top: 10px;
  line-height: 60px;

  transition-property: transform;
      transition-duration: 0.3s;
      transition-timing-function:ease-in-out !important;
      transition: all 0.2s ease;
      margin-top: -5px;

}

.navbar-brand h3 small{
  color:#0095D1;
}

.smaller .navbar-brand img{
  line-height: 20px;
  /*transform: scale(0.8)  !important;*/
      transition-property: transform;
      transition-duration: 0.3s;
      transition-timing-function:ease-in-out !important;
      transition: all 0.2s ease;
      margin-top: -5px;
}


.smaller .navbar-brand h3 {
  font-size: 16px;
  line-height: 40px;
  margin-top: 0px;
  
}

.sp-logo{
	padding-top:  10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #159cd8;
}

@media (max-width: 992px) {
  .navbar-toggle{
    margin-top: 35px;
    padding-bottom: 15px;

  }
  .navbar {
      min-height: 80px;
     /*padding: 20px;*/
      background: rgba(0,0,0,0.8);
  }
  .navbar li a{
    line-height: 40px;
    /*padding-left: 15px !important;
    margin-left: 15px;*/
    color: #fff;

    
  }
  .navbar-brand img {
    line-height: 40px;
    margin-top: 10px;
    
  }
  .navbar-nav {
    margin: 0px 0px;
     padding-bottom: 20px;
  }
}

/*----------------------------------------------------------------------PARTNERZY*/
.ul-partnerzy{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;

}
.ul-partnerzy li {
	display: block;
	text-align: center;
	padding: 0;
	padding:15px;
	/*border: 1px #dfdfdf solid;*/
	margin: 0;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ul-partnerzy li img{
	margin-left: auto;
	margin-right: auto;
}
/*----------------------------------------------------------------------LISTAFOOTER*/
.footer-menu{
  list-style-type: none;

}

.footer-menu li{
  
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px #fff dotted;
}

/*-----------------------------------------------------------------------LGOO*/
.aztlogo{
	position: absolute;
	margin-top: -78px;
	left: 20px;
	z-index: 200;
}

@media (max-width: 1024px) {
  .aztlogo{
    position: relative;
    margin-top:15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    margin-left:-75px;

    
  }
}


/*----------------------------------------------------------------------COLOR*/
.color-box-main{
	background:url(../images/carbon.jpg);
  	height:1px;
}
/*-----------------------------------------------------------------------SEKCJE*/
.s-normal{
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #dfdfdf dotted;
  color:#333;
}

.s-top{
	color:#fff;
 	min-height: 292px;

	/*background: url(../images/stop.jpg) top center no-repeat;
	background-size: cover;*/
}


@media (max-width: 992px) {
  .s-top{
    color:#fff;
    min-height: 15px;

    /*background: url(../images/stop.jpg) top center no-repeat;
    background-size: cover;*/
  }
}

.c-white{
	min-height: 90px;
	background: #fff;
	/*padding-top: 15px;*/
	/*padding-bottom: 15px;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+6,d7dee3+6,fffcfc+24 */
	/*background: rgb(246,248,249);
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 6%, rgba(215,222,227,1) 6%, rgba(255,252,252,1) 24%); 
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 6%,rgba(215,222,227,1) 6%,rgba(255,252,252,1) 24%);
	background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 6%,rgba(215,222,227,1) 6%,rgba(255,252,252,1) 24%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#fffcfc',GradientType=0 );*/
	
}

.c-white h3{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.c-white a{
  text-decoration: none !important;
}
.clock {
	/*color:#0095D1;*/
	margin-top: 5px;
	font-size: 18px;
	/*font-weight: bold;*/

}

.r-tittle{
	margin-top: 0;
	padding-top: 5px;
}

.s-top-def{
  color:#fff;
  min-height: 300px;
  
}

.s-boxy{
	/*background: #fafafa url(../images/bg_pat.png);*/
	/*background:#111;*/
}
.s-block2{
  color: #fff;
  background: #0095D1;
}
.s-block2 a,.s-block2 a:hover, .s-block2 a:visited, .s-block2 a:focus{
  color: #fff;
}

.s-block3{
	background: #f1efe2;
}
.s-logos{
	background: #0095D1;
}

.s-wykonanie{
  background:url(../images/carbon.jpg);
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;

}

.s-logos .fa{
  margin-left: 30px;
  margin-right: 30px;
}

.s-wykonanie a{
  color:#fff;
}

.s-slider{
  background: #0B5A82;
  color: #fff;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#43bfe6+0,0b5a82+100 */
  background: #43bfe6; /* Old browsers */
  background: -moz-linear-gradient(45deg, #43bfe6 0%, #0b5a82 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #43bfe6 0%,#0b5a82 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #43bfe6 0%,#0b5a82 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43bfe6', endColorstr='#0b5a82',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.s-slider img {
  border: 0px #fff solid !important;
  padding: 0;
 
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited{
    color: #fff;
    /*background: none !important;*/
     background: none;
    background-size: 200% 100%;

    background-image: linear-gradient(to left, #0B5A82 50%, rgba(0,0,0,0) 50%);

    border-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.btn-primary:hover{
  background-position: -100% 0;
}

.btn-primary .fa{
    
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.btn-primary:hover .fa{
    margin-left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}


/*-----------------------------------------------------------------------SLIDER*/
.slider-caption{
  padding: 15px;
}

.slider-caption p{
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 20px;
}
.carousel-control{
  display: none;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 5%;
    left: auto;
    z-index: 15;
    width:auto;
    padding-left: 0;
    margin-right: 20px;
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #dfdfdf;

}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #efefef;
    border-radius: 10px;

}
/*-------------------------------------------------------------------------SLIDERBIG*/
#gokis-slider .item {

}
#gokis-slider .item img{
  width: 100%;
}
/*-------------------------------------------------------------------------ART*/

.art-box-main{
	
	/*border: 1px	#fafafa solid;*/
	background:#fff;

	/*-webkit-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.75);*/
}

.blue{
	background: #159CD8 !important;
	color:#fff;
}
.blue a{
  color: #fff;
}

.blue h2 small, .blue .fa{
	color: #fff;
}

.black{
	background: #EB1D25 !important;
	color:#fff;
}

.black h2 small{
	color: #fff;
}


.art-box,.biglist {
	padding-top: 15px;
	padding-bottom: 15px;
	/*border: 1px	#fafafa solid;*/
	background:#fff;

	
	margin-bottom: 15px;


}

.art-box-pad {
	padding: 15px;
	background:#fff;

	
	margin-bottom: 15px;


}
.art-box-mad {
	padding: 15px;
	background:#fff;

	
	margin-bottom: 15px;
	margin-left: 15px;

}
art-box-

.nag-box-main {
	background: #0F79D1;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.nag-box-main h2{
  margin-top: 10px;
  margin-bottom: 10px;
}

.nag-box h2{
  margin-top: 0;
  margin-bottom: 30px;
}
.biglist  {
  position: relative;
}
.biglist h3{
  margin-bottom: 15px;
}

.biglist h3 small{
  color: #aaa;
}

.small-text .fa{
  margin-right: 10px;
}

.biglist .small-text{
  padding-bottom: 20px;
  height: 40px;
  /*position: absolute;*/
  white-space: nowrap;
  top:15;
  overflow: hidden;
  color: #fff;
  width: 100%;
  /*background: #009FE3;*/
  padding: 8px 15px 8px 15px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  
}
.biglist:hover .small-text{
  opacity: 1;
  margin-right: 15px;
  width: 100%;
  background: #EF1B21;
}

.small-text.color1{
  background: #159CD8;
}
.small-text.color2{
  background: #159CD8;
}
.small-text.color3{
 background: #159CD8;
}
.small-text.color4{
  background: #159CD8;
}

.data {
    padding: 8px 0 0 0;
    width: 84px;
    height: 84px;
    display: block;
    color: #fff;
    text-align: center;
    background: #159CD8;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    -o-border-radius: 42px;
    border-radius: 42px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.data .small {
    font-size: 10px;
}
.data p {
    margin: 0;
}

.dzien {
    font-size: 36px;
    font-weight: 600;
    line-height: 0.9;
}
.w-content {
  padding: 15px;
  
  /*background: #AFCB3E;*/
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,0.2);
  /*border: 1px #dfdfdf solid;*/
}

.data.absolute{
  position: absolute;
  z-index: 30;
  top:0;
}

.art-zajawka{
  color:#777;

}
.relatywna  {
  position: relative;
}

.admn-links a{
  padding-right: 15px;
 }

.admn-links {
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 1px #dfdfdf dotted;
}

.s-block1 .admn-links a{
   color: #aaa;
}

.s-slider .admn-links a{
   color: #fff;
}

.s-slider .admn-links{
   border-color: #319EC5;
}

h3.kalendar-nag{
  font-size: 20px !important;
}
.kalendar-zajawka{
  color: #777 !important;
}

.breadcrumb {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    background: #fff;
    border-bottom: 3px #dfdfdf solid;
    
}

/*-------------------------------------------------------BOXY*/

.link-box{

  padding:18px;
  background: #00A8C8;
  color:#fff;
}
.link-desc{
  background: #eee;
  padding:8px;
  padding-left: 20px;
}

.adress-box{
  border-right: 1px #ccc solid;
  padding-right: 15px;
}

.box-h-container{

	color:#fff;
	
	padding: 30px;
	padding-top: 40px;
	font-weight: 300;

}

.box-h-container h3{
	font-weight: 300;
}

.head-box{
  color:#fff;
	/*margin-top: 120px;
  padding: 15px;*/
  background: rgba(0,0,0,0.9);
  border-bottom: 3px #0095D1 solid;
  padding-bottom: 5px;  
  padding-top: 18px;
	
}

.head-box h2{
  margin-left: 30px;
	
	text-transform: uppercase;
	font-weight: 300;
  margin-bottom: 30px;

}

.head-box h3{
	
	text-transform: uppercase;
	font-weight: 300;
	
}

.box-h-img{
	position: relative;
  
  
  
  overflow: hidden;
}

.top-box img{
	margin-right: -30px;
	margin-left: -30px;
	width:100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top-box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.no-pading{
	padding: 0;
}

.box-h-container a{
	color:#fff;
}

.colbox-0{
	
	background: url(../images/carbon.jpg);

}
.colbox-1{
	
	background:#0095D1;
}
.colbox-2{
	
	background: url(../images/carbon.jpg);

}
.colbox-3{
	
	background: url(../images/carbon.jpg);

}
/*------------------------------------------------------------------------ANIMACJE*/

.hiding{
  opacity:0;
}
.showing { 
  opacity: 1;
}

/*-------------------------------------------------------FOOTER*/

img.lp{
  margin: 5px;
  /*border: 1px #dfdfdf solid;*/
}

/*-------------------------------------------------------POGODA*/

.fw-item {
  float: left;
  margin: 0 3px;
  text-align: center;
  width: 18%;
}

#sn-pogoda {
  background: #4AA93B;
  width: 100% !important;
  
}
.inpl-weather-main{
  background: #4AA93B;
  width: 100% !important;
}
/*-----------------------------------------------------------------------DATEPICKER GREEN*/
.datepicker{
  background: #0095D1;
  padding: 8px;
  color: #fff;
} 

.datepicker table tr td.active:active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active {
   background-color: #3dc7ff;
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #3dc7ff;
}


.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #3dc7ff;
    cursor: pointer;
    color: #fff;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #3dc7ff;
}

@media(max-width: 992px){
  .datepicker table{
    margin: 0px auto;
    float: none;
  }
}

/*---------------------------------------------------CIASTECZKA*/
.syl-cookie{
  padding: 30px;
  background:rgba(0,0,0,0.8);
  color: #fff;
  position: fixed;
  top:30%;
  z-index: 200;
}

.syl-cookie a{
  color:#AFCB3E;
}

#cookie_accept{
  background:#333;
  color:#fff; 
} 

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}