body {
  margin: 0px;
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Lato", sans-serif;
    color: #222;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
	  line-height: 1.52em;
    letter-spacing: 0.2px;
}

a:hover, a:focus, a:active, a.active {
    color: #BB9B65;
    text-decoration: none;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 992px) {
	section {
	    padding: 0px 0;
	}
}

section {
    padding: 0px 0;
}

/*menu*/

.navbar-default {
	background-color:transparent;
	border-color: transparent
}
.navbar-default .navbar-brand {
	margin:0px;
    padding: 0px;
}
.navbar > .container .navbar-brand,.navbar > .container .brand-shrink{
  margin-left: -15px;
}
.navbar-brand img{
  margin-top: 7px;
  width:150px;

  -webkit-filter: drop-shadow(5px 5px 5px #fff);
  filter: drop-shadow(5px 5px 5px #fff);
  
}
.brand-shrink img{

  margin-top: 7px;
  width:150px;
  /*
  -webkit-filter:none;
  filter: none;
  */
}
.wow{
  opacity: 0;
}

.navbar-shrink {
    background-color:rgba(0,0,0,.5);
    padding: 0px 0px 10px !important;
  }
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #3E94CD;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #024959;
	border-color: #024959;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #024959;
}
.navbar-default .nav li a {
	font-family: "Lato",sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0px;
	color:#475761;
  font-size:16px;
  margin-right: 0px;
  -webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #024959;
	outline: 0
}
.navbar-default .nav li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #024959;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-default .nav li a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #024959;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-default .nav li a:hover::before, .navbar-default .nav li a:focus::before, .navbar-default .nav li a:active::before {
    left: 0;
    right: 0;
}
.navbar-default .nav li a:hover::after, .navbar-default .nav li a:focus::after, .navbar-default .nav li a:active::after {
    left: 0;
    right: 0;
}
.navbar-nav{
  float:right;
  margin-top: 15px;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #024959;
	background-color:transparent;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #024959;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #024959;
    background-color: transparent;
}
.dropdown-menu {
    position: absolute;
    top: 64.5px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(255,255,255,.7);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.img-responsive{
margin:0 auto;
}

.sidebar-padder {
  border-left: 1px solid #43A4D9;
}

.sidebar-padder h1{
  margin:0;
  padding: 10px 15px;
  background: #43A4D9;
  display: block;
  height:60px;
  color: #fff;
  font-weight: 700;
}
.sidebar-padder p{
  padding: 15px 15px;
  text-align: left;
}
@media (min-width: 992px) {
		.navbar-default
	{
		background-color:none;
		padding: 0px;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em
	}

}

@media (min-width:320px) and (max-width:991px) {

	.navbar {
    background-color:rgba(0,0,0,.5);
    padding: 10px 0;
    border-radius: 0 !important;
  }
.navbar-brand img{
	width:100px;
	padding-left:30px;
	padding-top: 10px;
}
 .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: transparent !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        text-align: center;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
       
    }
    .section-partnerzy h2  {
    font-size: 50px !important;
    }
    header .intro-text .intro-heading,header .intro-text .intro-heading2, .section-opis h2 {
    font-size: 32px !important;
    }
	}
/*Header*/

.heads,.heads2{
  
    background-repeat: none;
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
  
}
.heads{
  min-height: 500px;
  background:#e3dfd8;
  border-top:1px #8f9899 solid;
  border-bottom:1px #8f9899 solid;
  padding: 20px 0;
  margin-bottom: 20px;
  
}
.heads2{
  min-height: 150px;
  background:#e3dfd8;
  border-top:1px #8f9899 solid;
  border-bottom:1px #8f9899 solid;
  padding: 20px 0;

}
.container{
 /* width: 100%;*/

}

.item h3 {
    font-family: "Lato",sans-serif;
    font-size: 48px;
    margin-bottom: 75px;
    font-weight: 300;
    color:#fff;

}

.news-nag h2{
    font-weight: 700;
    color:#475761;
    text-align: left;
    margin-top:0 !important;
    margin-bottom: 20px;
}
.news-nag h2:after{
    content: "";
    display: block;
    height:2px;
    width: 100%;
    background: #475761;
    margin-top: 7px;
}
.news-slider-nag, .news-slider-nagb{
  position: relative;
  margin-bottom: 30px;
}
.news-slider-nag h2{
  font-weight: 700;
  color:#475761;
  text-align: left;

}
.news-slider-nagb h2{
  font-weight: 700;
  color:#e20612;
  text-align: left;

}
.news-slider-nag h2 span, .news-slider-nagb h2 span{
  background: #fff;
  padding-right: 10px;

}
.news-slider-nag h2:after{
    content:"";
    position: absolute;
    bottom: 0;
    left:0px;
    right: 0;
    height: 0.5em;
    border-top: 3px dotted #8f9899;
    z-index: -1;
    width: 90%;

}
.news-slider-nagb h2:after{
    content:"";
    position: absolute;
    bottom: 0;
    left:0px;
    right: 0;
    height: 0.5em;
    border-top: 3px dotted #8f9899;
    z-index: -1;
    width: 80%;

}
.section-slider-news{
  padding-top: 0;
  margin-top: -15px;

}
.section-slider-news:last-child{
  padding-top: 0;
  margin-top: -15px;
  margin-bottom: 20px;
}
.gallery-item .wp-caption-text{
  display: none;
}
.pogoda{
  margin-bottom: 0px;
}
#tp-widget-default {
  left:30px;
}

/* news teaser */
.news-teaser{
  display: block;
  min-height: 80px;
}
.pop{
  display: block;
  width: 100%;
  height: 60px;
}
.pop div{
  display: block;
  height: 25px;
  width: 100%;
}
.pop a img{
  display: inline;
  float:left;
  width:50px;
  border:1px #e3dfd8 solid;
  padding:3px;
  border-radius: 100%;
  }
.pop a h4{
  display: inline;
  float:left;
  color: #415675;
  margin: 5px 20px 0px 10px;
}
.pop a h4:hover{
  color: #e20612;
  }
.pop a h4 span{
  color: #aaa;
  font-size: .8em;
}
.pop h6{
  display: block;
  text-align: left;
  float: left;
  color: #8f9899;
  margin: 5px 10px;
}
.news-teaser{
  display: block;
  min-height: 80px;
  width: 100%;
  margin-bottom: 10px;
}
.news-teaser .thumb{
  display: inline-block;
  float:left;
  height: 75px;
  width: 75px;
}
.news-teaser .thumb img{
  width:75px;
  border:1px #aaa solid;
  padding:3px;
  background: #fff;
  border-radius: 100%;
}
.news-teaser .teaser{
  display: inline-block;
  float: right;
  padding: 0px 5px;
  width: 280px;
}
.news-teaser .teaser h6{
 text-align:left;
 color: #8f9899;
 margin-top: 0px !important;
margin-bottom: 0px !important;

}
.news-teaser .teaser h4{
 text-align:left;
 color: #024959;
 font-weight: 400;
  margin-top: 0px !important;
margin-bottom: 0px !important;
 
}
.news-teaser .teaser p{
 text-align:left;
 color: #8f9899;
 font-weight: 400;
 font-size: .9em;
 line-height: 1.2em;
 padding-top: 10px;
 
}
.reklama{
  clear: both;
  font-size: .8em;
  color: #aaa;
  text-align: left;
  margin-bottom: 5px;
  margin-left: 10px;
}
.single-reklama img{
    display: block;
  max-width: 100%;
  height: auto;
  margin:0 auto;
}
.single-news-thumb{
  border: 0;
  height: 250px;
   width: 100%;
  margin-top: 20px;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  padding-top:3px;
}
.single-news-thumb figcaption{
  position: absolute;
  bottom:5px;
  right:10px;
  font-size: .8em;
  color: #aaa;
}
.single-news-thumb img{
  position: absolute;
  bottom: 0;
  border: 0;
 max-width:100%;
object-fit: scale-down;
padding: 3px;
}
.single-news-tytul{
  display: block;
   width: auto;
  margin: 20px 0 0 0;
  text-align: left;
}
.single-news-tytul h2{
  margin-top: 0px;
  color: #475761;
  font-weight: 600;
  }
  .single-news-tytul div{
  display: block;
   width: 100%;
  text-align: left;
  clear: both;
}
.single-news-tytul h5{
  color: #475761;
  line-height: 1em;
  font-weight: 600;
  clear: both;
 padding-top: 10px;
  }
.single-news-tags{
  display: block;
   width: auto;
   clear: both;
   margin-top: 20px;
  padding:10px 0px 0px 0px;
  text-align: left;
  border: 1px dotted #8f9899;
  background: #e3dfd8;
  min-height: 40px;
   overflow: auto;
   border-radius: 5px;
}
.single-news-tags .atag{
  padding: 0px 0px 7px 10px;
  display: inline-block;

}
.single-news-tags .atag a{
  color: #e20612;
  }
.single-news-tags .but-soc{
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-top: -5px;
  }
  .single-news-tags .but-soc img{
    margin-top: 0px !important;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity: .7;
    border-radius: 5px;
  }
  .single-news-tytul .aut {
  position: relative;
}
  .single-news-tytul .aut img{
  float: left;
  margin-right: 10px;
  border-radius: 100%;
  border:1px #e3dfd8 solid;
  padding: 3px;
}
.single-news-tytul .aut h6{
  padding-top:10px;
  }
  .single-news-tytul .aut h6:first-child{
  float: left;
}
  .single-news-tytul .aut h6:last-child{
  text-align:right;
  padding-top:0 !important;

}
.infos h4{
  text-align: left;
  color: #e20612;
}
.single-news-tresc {
  padding-top: 10px;
  display: block;
  clear: both;
}
.single-news-tresc p{
 font-family: 'Merriweather', serif;
 text-align: left;
 line-height: 1.52em;
 color: #282828;
}
.single-news-tresc a, .powiazane a{
 color: #e20612;
}
.single-news-tresc a:hover,.powiazane a:hover{
 color: #f24738;
}
.powiazane{
  text-align: left;
  display: block;
  background: #e3dfd8;
  padding: 10px;
  border: 1px solid #8f9899;
  border-radius: 10px;
}
.powiazane h4{
  font-weight: 600;
  color: #475761;
}

.comments-area {
   margin-top: 20px;
    border-top: 1px solid #888;

}
#wpcomm .wc-comment-text p {
    margin-bottom: 10px;
    text-align: left;
    display: block;
    clear: both;
    padding: 10px 0px 10px 20px;
}
.tri::after {
    content: "";
    width: 0;
    height: 0;
    position: relative;
    bottom: -128px;
    left: 40%;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #039EE0 transparent transparent transparent;
    z-index: 4;
}


.grad:before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom:0px;
    left: 0;
background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(211,233,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(211,233,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(211,233,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#d3e9f6',GradientType=0 ); /* IE6-9 */
}
.grad2 {
    content: "";
    width: 100%;
    height: 25px;
    top:0px;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.pad{
  margin-top:30px;
}
.pad2{
  margin-top:60px;
}


/*Sections*/


.datenews{
    text-align: right;
}


.section-news p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color:#222;
    text-align: left;
}

.dark-bg {
    background: #333;
    color: #fff;
}




.light-bg {
	background-color: #fff;
}
.overlay-black:before {
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-black {
    position: relative;
    z-index: 1;
}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(255,255,255,0.5);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}
.overlay-mid:before{
    background-color: rgba(3,158,224,1);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-mid {
    position: relative;
    z-index: 1;
}
.overlay-offer:before{
    background-color: rgba(255,255,255,0.75);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-offer{
    position: relative;
    z-index: 1;
}


.overlay-top{
    background-color: rgba(0,0,0,0.4);
    margin:0;
    padding: 100px 0;
    width: 100%;
    height: 100%;
}


.short-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;	
}

/*Kontakt*/


/*Components*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #3cdf44;
    border-color: #3cdf44;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ff0000;
    color:#fff;
}

.btn-xl {
    color: #fff;
     background-color: #23ad21;
    border-color: #23ad21;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
    display: none;
}
#back-top a {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #8f9899;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #e3dfd8;
    color: #8f9899;
}
/* arrow icon */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}


@media (min-width:320px) and (max-width:480px) {


#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
.navbar
  {
   min-height: 60px;
  }

}
.carousel-control.left,.carousel-control.right {
  background-image: none !important;
  background-repeat: no-repeat;
  height: 50px;
  }
  #carousel-main .carousel{
    position: relative;
  }
 #carousel-main .carousel-control span img {
  position: absolute;
 top:470%;
   -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  }
 .carousel-control span .fa {
  color:#e20612;
  font-size: 25px;
  }
   .carousel-control span .fa:hover {
  color: #e20612;
  font-size: 25px;
  }
    #carousel-miasto .carousel-control, #carousel-imprezy .carousel-control, #carousel-polityka .carousel-control, #carousel-alarm .carousel-control  {
text-shadow: none !important;
filter: none !important;
opacity: 1;
  }

  #carousel-miasto .carousel-control.left, #carousel-imprezy .carousel-control.left, #carousel-polityka .carousel-control.left{
  top:-56px;
  left:92%;
  width:20px;
  }
   #carousel-alarm .carousel-control.left  {
  top:-56px;
  left:83%;
  width:20px;
  }
  #carousel-miasto .carousel-control.right,#carousel-imprezy .carousel-control.right,#carousel-polityka .carousel-control.right,#carousel-alarm .carousel-control.right {
  top:-56px;
  right:0%;
  width:20px;
  }
#carousel-main .carousel-inner{
  top:0px;
  border:1px solid #8f9899;
  border-radius: 20px;
}
#carousel-main .carousel-indicators{
  bottom:0px !important;
  width:100%;
  margin-left: -50%;
}
#carousel-main .carousel-caption.noalarm,#carousel-main .carousel-caption.alarm{
  height: 150px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px 10px 20px;
}
#carousel-main .carousel-caption.noalarm{
  background: rgba(0,0,0,.35);
}
#carousel-main .carousel-caption.alarm{
  background: rgba(255,0,0,.35);
}
#carousel-main .carousel-caption span{
  float: left;
  display: block;
  width: 100%;
  margin-top: 15px;
}
#carousel-main .carousel-caption h4{
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
#carousel-main .carousel-caption span,#carousel-main .carousel-caption h4,#carousel-main .carousel-caption p{
  text-align: left;
}
#carousel-main .carousel-caption h5{
 float: right;
}
#carousel-main .carousel-caption h5,#carousel-main .carousel-caption a,#carousel-main .carousel-caption p{
  color: #fff;
}
#carousel-main .carousel-caption p{
  line-height: 1.2em;
}
.carousel-indicators.carousel-indicators--thumbnails li {
  width: 150px;
  height: 100px;
  margin: 0 15px 0 15px;
  border: none;
  border-radius: 0;
}
.carousel-indicators.carousel-indicators--thumbnails .active {
  background-color: transparent;
  
}
.carousel-indicators.carousel-indicators--thumbnails .active .thumbnail {
  border-color: none;
}

.carousel-indicators.carousel-indicators--thumbnails .thumbnail p {
 color:#222;
}
#ajax-load-more{
 margin-left:0px;
}
.alm-btn-wrap{
  clear: both;
  display: block;
  padding: 10px 0;
  text-align: center;
  margin:0 auto;
}
.alm-btn-wrap button{
   display: block;
   background: #8f9899;
   border:1px solid #aaa;
   border-radius: 10px;
   color:#fff;
   padding:8px 25px;
   font-weight: 700;
   margin:0 auto;
  }
.news-slide{
  width:45%;
  margin: 0% 2%;
  border:1px solid #8f9899;
  padding:5px;
  background: #fff;
  border-radius: 10px;
}
.alarm-slide{
  width:100%;
  margin: 0% 2% 0% 0%;
  border:1px solid #8f9899;
  padding:5px;
  background: #fff;
  border-radius: 10px;
}
.newsy-slide{
  width:45%;
  margin: 2% 2%;
  border:1px solid #8f9899;
  padding:5px;
  background: #fff;
  border-radius: 10px;
}
.section-rek{
  margin-top:20px;
}

.tafla{
  display: block;
  width:100%;
  min-height: 190px;
  position: relative;
    z-index: 21;
        -webkit-transition:.5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

}
.tafla:before {
    background-color: rgba(143,152,153,0.5);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 20;
    border:1px solid #8f9899;
    border-radius: 10px;
     -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.tafla p{
  position: absolute;
  top:50px;
  padding: 0px 20px;
  color: #fff;
  z-index: 20000;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
      visibility: hidden; 
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.tafla:hover:before{
    background-color: rgba(226,6,18,0.4);

}
.tafla:hover > p{
   visibility: visible;
    opacity: 1; 

}

.tafla h4{
    position: absolute;
    bottom: 60px;
    color: #fff;
    padding-left: 20px;
    font-weight: 600;
    z-index: 20;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.tafla:hover > h4{
    opacity:1;
    -webkit-transform: translate(0,-80px);
    -moz-transform: translate(0,-80px);
    -o-transform: translate(0,-80px);
    -ms-transform: translate(0,-80px);
    transform: translate(0,-80px);
}
.tafla h5{
    display: block;
    position: absolute;
    color: #fff;
    padding-left: 20px;
    font-weight: 400;
    z-index: 20;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    bottom: 30px;
}
.tafla h5:first-child{

}
.tafla h5:last-child{
  bottom: 0;
}


  .tafla div{
    display: block;
    position: absolute;
    color: #fff;
    padding-left: 20px;
    font-size: 1em;
    font-weight: 400;
    z-index: 20;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    bottom: 10px;
  }
/* CF7 STYLE */
.wpcf7 form input:not(.wpcf7-submit) {
    width: 100%;
    max-width: 500px;
    height: 35px;
    
    border: solid 1px #999;
    border-radius: 6px;
    color: #036;
    padding: 4px 10px 4px 10px;
    background-color: #fff;
    margin-bottom: 5px;
}
.wpcf7 form textarea {
    width: 100%;
    max-width: 500px;
    height: 150px;
    
    border: solid 1px #999;
    border-radius: 6px;
    color: #036;
    padding: 4px 10px 10px 10px;
    background-color: #fff;
}

.g-recaptcha {
  margin: 0 auto;
  width: 304px;
  padding-bottom: 10px;
}
#footerwrap {

    background:#475761;
    border-top:1px #8f9899 solid;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    min-height: 250px;
}
#footerwrap h3 {
    color: #fff;
    font-weight: 600;
    text-align: left;
    
}
#footerwrap h3:after {
  content: '';
  display: block;
  border-bottom: 1px solid #fff;
}
#footerwrap h4{
  text-align: right;
  color: #fff;
}
#footerwrap h4 a{
    color: #fff;
    
}


.backb{
  display: block !important;
}

@media (max-width: 480px) {
.news-slide,.newsy-slide{
  width:95%;
  margin-bottom:10px;
}
.news-slider-nag h2::after{
  width: 80%;
}
#carousel-miasto .carousel-control.left, #carousel-imprezy .carousel-control.left, #carousel-polityka .carousel-control.left {
    left: 82%;
  }
 .pogoda #tp-widget-default {
    position: static !important;
    margin:0 auto;
    display: block;
  }
}