/*
transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px; 
    line-height:18px; 
    font-weight: 400;
	overflow-x: hidden !important;
}
img {
	max-width:100%;
}
a {
    color:#1e2226;
    transition: color .25s ease; -webkit-transition: color .25s ease; -moz-transition: color .25s ease;
}
a:hover {
    color: #c76565;
    text-decoration: none;
}
h1 {
    font-size: 2em; color: #000; text-transform: uppercase;
}
h2 {
    font-size: 1.8em; color: #333;
}
h3 {
    font-size: 1.2em; color:#1e2226; font-weight: 700;
}

.ajaxInfo { display: none; padding: 20px 5px; border: 1px solid #000; text-align: center; color: #FFF; font-weight: 700; font-size: 18px; margin-bottom: 35px; }
.ajaxInfo.error { background-color: #f85555; border-color: #000000;}
.ajaxInfo.error_send { background-color: #f85555; border-color: #000000; }
.ajaxInfo.ok { background-color: #54c13e; border-color: #ffffff; }

.button { display: inline-block; padding: 9px 20px;background-color: #fff; color: #000; border-radius: 0px; border: none; border: 1px #000 solid; transition: all .15s ease;-webkit-transition: all .15s ease;-moz-transition: all .15s ease; }
.button:hover { background: #000; color:#fff; }

.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }

.gallery a { display: inline-block; width: 112px; height: 80px; margin: 5px; background: center center /cover; border: 1px #efefef solid; }

.alert-info { display: none; }
.error + .alert-info {  display: block; }

#cookieinfo { text-align: center; background:#f6f6f6; color:#38393a; font-size:14px; padding: 20px; }
#cookieinfo a { color:#38393a; text-decoration: underline; }
#cookieinfo::before { content:''; background:url(../img/cookie.png); width:38px; height:38px; display: inline-block; margin-right: 20px; vertical-align: middle; }
a#cookiebtn { display: inline-block; border:2px solid #38393a; padding:5px 30px; margin-left:20px; text-decoration: none; }

input[type="checkbox"] { display: none; }
input[type="checkbox"] + label { display: inline-block; width: 20px; height: 20px; border: 1px solid #000; text-align: center; line-height: 20px; margin: 3px; vertical-align: bottom; position: relative; font-family:FontAwesome; }
input[type="checkbox"] + label::before { content: "\f00c"; opacity:0; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;} 
input[type="checkbox"]:checked + label::before { opacity:1;} 

input[type="radio"] { display: none; }
input[type="radio"] + label::after { content: ''; width: 10px; height: 10px; background: #000; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; opacity:0; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;} 
input[type="radio"]:checked + label::after { opacity:1 } 
input[type="radio"] + label { width: 20px; height: 20px; border: 1px solid #000; position: relative; margin:3px; }

input,
textarea,
select {     width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    line-height: 1.4em;
    padding: 12px;
    box-shadow: 3px 3px rgba(0,0,0,.2); }
input.error,
textarea.error,
select.error { border-color: #f00; }
input {  }
textarea { height:100px; }
#contactFormSend textarea { margin: 0px 0 15px; height: 168px; }
#contactFormSend .box--inner { margin-top:60px; }
.menu li { display: inline-block; vertical-align: top; }

@media(min-width:1300px){
    .container { width: 1270px; }
}

.logo { display: block; margin: 10px 16px 5px; }
.logo:hover { opacity:0.7; }
.menu { text-align:right; margin: 0 0 0 0; padding: 0 0;}
.menu li a { color: #000; text-transform: uppercase; font-weight: 700; display: block; padding: 40px 15px; position: relative; }
.menu li:last-of-type a { padding: 20px 5px; }
.menu > li:not(:last-of-type) > a::after { content: ''; background: #e5e5e5; width: 1px; height: 50px; position: absolute; right: 0; top: 27px; }
.menu > li > a::before { content: ''; background: #f54f29; height: 6px; width: 84%; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; opacity: 0; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; }
.menu li a:hover::before,
.menu li.current > a::before { opacity: 1; }
.menu li a:hover,
.menu li.current > a { color:#f54f29; }

.slider { height: 313px; background: no-repeat center/cover; margin-top: 1px; overflow: hidden; }
.slideText { background: #1bb245; width: 450px; margin-top: 20px; margin-left: 8.5%; padding: 25px; position: relative; color: #fff; font-size: 14px;line-height: 18px; }
.slideText:after { content: ""; display: block; clear: both; }
.slideText .date strong { display: block; font-size: 37px; line-height: 1; }
.slideText .date { position: absolute; left: -59px; background: #f54f29; width: 59px; top: 40px; text-align: center; padding: 8px; }

.slideText .h2 { margin-top: 0; text-transform: uppercase; font-size: 20px; font-weight: 800; line-height: 22px; margin-bottom: 17px; }
.slideText img {
    float: left;
    width: 160px !important;
    margin: 0 15px 7px 0;
	border:2px #1bb245 solid;
	transition: all .25s ease;
}
.slideText a:hover img {
	border-color:#FFF;
}
.slideText:hover {
	cursor:pointer;
}
.slider .owl-nav {
    position: absolute;
    top: 150px;
    left: 50px;
}
.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
    padding: 6px 15px 16px;
    font-size: 40px;
    height: auto;
    display: block;
    line-height: 20px;
    font-weight: 200;
	background-color: transparent;
}
.slider.owl-theme .owl-nav [class*=owl-]:hover {
	background-color:#FFF;	
	color:#000;
}
.offer-nav {
	text-align:center;
	margin:5px auto;
	border-bottom:1px #EFEFEF solid;
}
.offer-nav a {    
	margin: 5px 10px;   
	display:inline-block;
	padding: 9px 16px;
    border: 1px #000 solid;
    text-transform: uppercase;
}
.offer-nav a:hover,
.offer-nav a.on,
.offer-nav a:focus {
	background-color:#f54f29;
	color:#FFF;
}
.gray-col p.header {
    font-size: 22px;
    padding: 10px 5px 15px;
    border-bottom: 1px #929292 solid;
    font-weight: 700;
    text-transform: uppercase;
}
.page-text {
	font-size:15px;
	line-height:22px;
	padding-right:20px;
}
ul.breadcrumbs {
    background-color: #EFEFEF;
    padding: 15px;
    list-style: none;
    font-size: 13px;
}
ul.breadcrumbs li {
	display:inline-block;
}
ul.breadcrumbs li:not(:last-of-type):after {
	display:inline-block;
	content:"›";
	margin:0 4px;
}

.rejon {
    display: block;
    background-color: #efefef;
    vertical-align: top;
    color: #333;
    margin-bottom: 25px;
	padding-bottom:10px;
}

.rejon .desc {
    font-size: 14px;
    padding: 5px 12px;
}

.rejon h2 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    background-color: #f53f29;
    padding: 7px 12px;
}
.rejon .desc .row > div > img {
    display: block;
    margin: 0 auto 20px;
}
a.tr-btn {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px;
}
a.tr-btn:hover,
a.tr-btn:focus {
	background-color:#bababa;
	color:#000;
}


.page-cennik table {
    border: 2px #dfdfdf solid;
    width: 100%;
    margin: 15px auto;
    font-size: 13px;
    border-spacing: 1px;
    border-collapse: separate;
}

.page-cennik th {
    background-color: #333;
    color: #FFF;
    padding: 6px 10px;
    text-align: center;
    font-size: 15px;
}
.page-cennik td {
    padding: 6px 10px;
    border-bottom: 1px #dfdfdf solid;
}
.page-cennik tr:nth-of-type(even) td {
	background-color:#efefef;
}
.page-cennik td:nth-of-type(1) {
	text-align:right;
}
.page-cennik td:nth-of-type(3) {
	text-align:center;
}
.page-cennik tr:hover td {
	color:#000;
	background-color:#cdcdcd;
}
.gray-col {
    background-color: #efefef;
    padding: 15px;
}
.news-item .news-content > a:first-of-type {
    font-size: 15px;
    font-weight: 600;
}

.news-item a {
    display: block;
}

.news-item .button {
    background-color: #f54f29;
    border: 0;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    margin: 10px auto 0;
}

.news-item {
    margin: 10px auto;
    text-align: center;
    /* background-color: #FFF; */
    /* border-bottom: 4px #333 solid; */
    padding: 20px 40px;
}
.news-item img {
    display: block;
    margin: 10px auto;
}
.news-item a:first-of-type {
    display: block;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
a.news-img {
    display: block;
    height: 250px;
    background-size: contain;
	background-repeat:no-repeat;
	background-position: center center;
}
a.news-img:hover {
	opacity:.75;
}
.boxes-info .boxin {
    background-color: #EFEFEF;
    padding: 15px;
    display: block;
    margin: 0 0 35px;
    text-align: center;
    font-weight: 600;
}
.boxes-info .boxin img {
	margin-bottom: 5px;
}
.boxes-info .boxin:hover img {
	opacity: .75;
}
.box-item {
    font-size: 13px;
    text-align: center;
}
.box-picture {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 3px #f54f29 solid;
    border-radius: 75px;
    margin: 0 auto 20px;
}
.box-item .text strong {
    font-size: 17px;
    display: block;
    text-transform: uppercase;
    line-height: 24px;
}

img.blog-image.float {
    float: left;
    margin: 0 25px 25px 0;
}
.blog-content {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
	margin:15px auto;
}

.blog-lead {
    margin: 15px auto;
    font-size: 18px;
	line-height:24px;
}

.timetableBox { background: #efefef; color: #000; float: left; width: 36.4%; margin: 0 15px; }
.info { margin-top: 15px; }

.timetableBox { padding-left: 27px; padding-right: 21px; padding-bottom: 26px; }
.timetableBox h2 { text-transform: uppercase; font-size: 21px; padding-top: 10px; margin-bottom: 3px; }
.info .box { display: block; float: left; width: 25%; margin-left: 0px; box-shadow:inset -1px 0px #FFF; }
.info .box:hover,
.info .box:focus,
.info .box:active { opacity:0.7; text-decoration: none; }

.box:first-of-type { background: #143a84; }
.box:nth-of-type(2) { background: #ff5b13; }
.box:nth-of-type(3) { background: #2195e0; }
.box:nth-of-type(4) { background: #34c55c; }
.box { text-align: center;     padding-top: 15px; height: 145px; padding-left:14px; padding-right:14px; position:relative; }
.box span {     color: #fff; text-transform: uppercase; font-weight: 700; font-size: 15px; line-height: 25px; display: block; margin-top: 12px;
    position: absolute; bottom: 8px; width: 100%; left: 0; text-align: center; }

.offer-boxes { margin-top: 45px; }
.offerBox { text-align: center; padding: 60px 30px 18px; position: relative; color: #fff; }
.offerBox .ico { width: 85px; height: 85px; border-radius: 100%; position: absolute; top: -30px; left: 0; right: 0; margin: auto; line-height: 84px; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09); }
.offerBox .h2 { text-transform: uppercase; font-weight: 700; font-size: 35px; margin-top: 15px; }
.offer-boxes .offerBox-1 { background: #11a83b; }
.offer-boxes .offerBox-1 .ico { background: #0aa134; }
.offer-boxes .offerBox-1 a { color:#11a83b; }
.offer-boxes .offerBox-1 a:hover { color:#fff; background: #11a83b; }
.offer-boxes .offerBox-2 { background: #71221e; }
.offer-boxes .offerBox-2 .ico { background: #661713; }
.offer-boxes .offerBox-2 a { color:#71221e; }
.offer-boxes .offerBox-2 a:hover { color:#fff; background: #71221e; }
.offer-boxes .offerBox-3 { background: #2195e0; }
.offer-boxes .offerBox-3 .ico { background: #0f83ce; }
.offer-boxes .offerBox-3 a { color:#2195e0; }
.offer-boxes .offerBox-3 a:hover { color:#fff; background: #2195e0; }

.boxText a { background: #fff; display: block; width: 74%; margin: 14px auto; border-radius: 30px; height: 53px; line-height: 50px; text-transform: uppercase; font-size: 18px; font-weight: 600; box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.28); transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; }

.offer { margin-top: 40px; font-size: 18px; color: #2c2c2c; line-height: 28px; padding-bottom:25px; }
.offer .h3 { text-align: center; text-transform: uppercase; font-size: 38px; }  
.offerText { 
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    border-top: 1px #333 solid;
    padding: 20px;
    line-height: 21px;
}

.item { height: 188px;
    display: block;
    margin-top: 32px;
    background-position: center center;
    position: relative;
    background-size: cover; }
.offer .row { padding:0 15px; }
.no-padding { padding: 0; }
.item-title { text-transform: uppercase; text-align: center; color: #111111; font-weight: 500; font-size: 18px; position: relative; bottom: 0; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; }

.item::after { content: ''; background: #4a8cd6; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.71; opacity:0; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease;}
.item::before { content: ''; width:50px; height:50px; background: url(../img/see.png) no-repeat center; top: 0; left:0; right:0; bottom: 0; margin: auto; position: absolute; z-index: 99; opacity: 0; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; }
.item:hover::after { opacity:0.71 }
.item:hover::before { opacity:1; }
.item:hover + .item-title { bottom: 60px; color: #fff; }

.footer .container { background: #f2f2f2; padding-top: 40px; padding-bottom: 70px; }
.footer img { margin-left: 45px; }
.footerBox { padding-left: 60px; margin-top: 18px; color: #000011; font-size: 15px; text-transform: uppercase; line-height: 24px; }
.footerBox a { color:#f24f29; }
.copyright { text-transform: uppercase; font-size: 10px; padding: 20px 110px; }

.footer img { margin-left: 45px; mix-blend-mode: darken; }

.dropdown:hover .dropdown-menu { display: block; top: 70px; }
.dropdown-menu { border-radius: 0; box-shadow: none; }
.menu .dropdown-menu li { display: block; }
.menu li .dropdown-menu a { padding: 10px; }
.menu li .dropdown-menu a::after { display: none; }


.timetableDetails td { padding: 10px; background: #fff; border-bottom: 1px solid #efefef; color:#000; font-size: 13px; }
.timetableDetails td:first-of-type { font-weight: 800; }
.timetableDetails .gabaryty { background: #b21b22 }
.timetableDetails .bioodpady { background: #1bb245; }
.timetableDetails .termin_wplat { background: #f4c509 }
.timetableDetails .category { color:#fff; text-transform: uppercase; text-align: center; font-size:13px; }
.timetableDetails { margin-top: 17px; width:100%; }
.timetableDetails .date { position: relative; }
.timetableDetails .date::after { content: ''; width: 1px; height: 20px; position: absolute; right: -8px; top: 0; background: #efefef; }

.subpage .timetableDetails { margin-top: 20px; margin-bottom: 40px; }
.subpage { min-height: 500px; }

.owl-carousel .owl-dots.disabled { display: block!important; }
.owl-theme .owl-dots .owl-dot.active span { background: #fff; }
.owl-theme .owl-dots .owl-dot span { background: transparent; border:1px solid #fff; }
.owl-dots { position: absolute; bottom: 10px; left: 0; right: 0; margin: auto; }
.page { margin-bottom: 60px; min-height: 400px; }

.news-new {
	margin:20px auto;
}
.news-new .news-item {
	background-color:#EFEFEF;
	height:100%;
}
.news-new .h2 {
	font-size:18px;
	font-weight:600;
}

@media (min-width:1200px) {
	.news-new .row {
		display:flex;
	}
}


@media (max-width:1300px) {
    .menu { padding-left: 0; }
	.footerBox {
		padding-left:30px;
		font-size:14px;
	}
}
@media (max-width:1230px) {
    .menu li a { padding:40px 11px; }
    /*.info .box { width: 29%; height:193px; padding-top:25px; }*/
    .box span { font-size: 15px; line-height: 20px; margin-top: 12px; }
    .boxText a { font-size: 13px; width:90%; }
    .footerBox { padding-left: 0; }
	.offerBox { padding: 50px 20px 18px; font-size: 13px; }
	.offerBox .h2 { font-size:25px; }
	.footer img {
		margin-left: 10px;
		mix-blend-mode: darken;
	}    
}
@media (min-width:1000px) and (max-width:1180px){
	.offer-boxes .boxText {
	height: 360px;
	}
	
}
@media (max-width:1023px) {
    .logo { text-align: center; margin: 20px 0 0 0; }
    .menu { text-align: center; }
    .timetableBox { width: 100%; margin:0; }
    .info .box { width: 25%; float: left; margin: 0; }
    .box span { font-size: 15px; line-height: 19px; margin-top: 12px; }
    .info .box:nth-of-type(2) { padding-top: 37px; }
    .offerBox .h2 { font-size: 23px; }
    .boxText a { font-size: 13px; width: 100%; height: 40px; line-height: 40px; }
    .item { background-size: cover; background-position: center; }
    .footerBox { font-size: 14px; }
    .offerBox { padding: 60px 15px 18px; }
}
@media (max-width:797px){
    .menu { display: none; }
    .menu li a { padding: 10px; }
    .menu li { display: block; }
    .mobile-nav-toggle span { height: 3px; width: 30px; background: #000; margin-bottom: 3px; display: block; border-radius: 10px; }
    .mobile-nav-toggle { background: transparent; border: none; position: fixed; right: 10px; top: 45px; z-index: 99; }
    .menu.show { position: fixed; top: 30px; left: 0; right: 0; background: #fff; z-index: 98; }
    .offerBox { width: 80%; margin: 30px auto; }
    .item { width: 300px; margin: 10px auto; }
    .footer { text-align: center; }
    .footer img { margin: 10px; }
    .slideText { margin-left:15%; font-size: 12px; margin-top:35px;
    line-height: 14px; }
	.slideText .h2 {
		margin-top: 5px;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
		line-height: 16px;
		margin-bottom: 7px;
	}
	.slider .owl-nav { display:none;
	}
	
}
@media (max-width:550px){
    .slideText { margin-left:5px; width:100%; margin-right:5px;}
    .slideText .date { left: 0; top: -40px; }
    .info .box img { max-width: 100%; }
    .info .box { width:50%; }
    .copyright { padding: 20px 0; }
}
@media (max-width:350px){
    .slideText { font-size: 13px; }
    .slideText .h2 { font-size: 18px; line-height: 18px; }
    .item { width:100%; }
    .offer { font-size: 14px; }
    .dropdown-menu { display: block; width: 100%; position: relative; text-align: center; top: 0; float: none; }
    .dropdown:hover .dropdown-menu { top:0; }
}


.accessibility-widget {
    position: absolute;
    top: 0px;
    right: -300px;
    z-index: 10000;
    transition: all .25s ease;
    width: 300px;
    background-color: #FFFFFF;
    height: 100%;
}
.accessibility-widget.on {
	right: 0px;
}
a.caller {
    position: absolute;
    top: 100px;
    left: -60px;
    z-index: 999;
    font-size: 34px;
    background: #000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	border: 2px #FFF solid;
	border-right: 0;
}
a.caller:focus, a.caller:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color:#343434;
}
.accessibility-widget .content {
	text-align: center;
	padding: 20px;
}
.accessibility-widget p.title {
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 22px;
    letter-spacing: -.5px;
    line-height: 27px;
	color: #000 !important;
}
.accessibility-widget a.access-set {
    display: block;
	width: 250px;
    padding: 12px;
	background-color: #000000;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0 auto 10px;
	border: 3px #000 solid;
	text-align: left;
}
.accessibility-widget a.access-set i {
	width: 36px;
	text-align: center;
	margin-right: 10px;
}
.accessibility-widget a.access-set:hover {
	background-color: #FFF;
	color: #000;
}
i.fa.negative {
    background: #FFF;
    color: #000;
    padding: 4px;
    border-radius: 20px;
}
.accessibility-widget a.close-btn {
	margin-top: 50px;
	text-transform: uppercase;
	color: #000000;
	display: block;
	padding: 8px;
}
.accessibility-widget a.close-btn:hover {
	background-color: #000;
	color: #FFF;
}
.force-col-12 {
	width: 100% !important;
}
.force-col-12 .page-text {
	line-height: 2em !important;
}