@media screen and (min-width: 1366px) {
	.container {
		width: 1200px;
	}
}

@media screen and (min-width: 1536px) {
	.container {
		width: 1400px;
	}
}

@media screen and (min-width: 1600px) {
	.container {
		width: 1536px;
	}
}
.fancybox-outer,
.fancybox-inner,
.fancybox-wrap {
	width: auto !important;
	height: auto !important;
}

.fancybox-inner p:last-of-type {
	margin-bottom: 0;
}

.fancybox-inner img {
	display: block;
	max-width: 90vw !important;
	height: auto !important;
}

section {
	clear: both;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: white;
	padding-top: 153px;
}

.mapagoogle {
	width: 100%;
	height: 450px;
}

.navbar {
	border-bottom: 3px solid #D6111E;
	background: white;
	height: 153px;
	transition: all 0.2s;
}

.affix {
	margin-top: -40px;
	height: 130px;
}

.navbar-brand {
	padding-top: 0;
}

.navbar-brand img {
	height: 90px;
	margin-top: -7px;
	transition: all 0.2s;
}
.affix .navbar-brand img {
	height: 40px;
	margin-top: 30px;
}

.top {
	width: 100%;
	height: 37px;
}

.top .pull-right {
	background: #1a1a18 url(../img/top.jpg) 0 0 no-repeat;
	padding: 0 7.3% 0 40px;
	color: white;
	height: 37px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1em;
}

.top .pull-right li {
	margin: 4px 0 0 0;
	padding: 0 30px;
	border-left: 2px solid white;
}

.top .pull-right li:first-child {
	border: 0;
}

.top ul {
	margin-top: -3px;
}

.top li:last-child {
	height: 1em;
	position: relative;
	top: 3px;
	border-left: 0;
	padding-left: 0;
}

.top .btn-primary {
	position: relative;
	padding: 4px 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.top .btn-primary img {
	margin-right: 5px;
}

.navbar .nav {
	margin-top: 35px;
	transition: all 0.2s;
}

.affix .nav {
	margin-top: 24px;
}

.navbar .nav > li > a {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #323232;
	padding: 10px 25px;
	border-radius: 25px;
	transition: all 0.2s;
	margin-left: 3px;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	background: #ddd;
}

.navbar .nav > .open > a,
.navbar .nav > .active > a,
.navbar .nav > .open > a:hover,
.navbar .nav > .open > a:focus,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: white;
	text-shadow: none;
	background: #c00000;
	background: -moz-linear-gradient(left, #c00000 0%, #d80000 100%);
	background: -webkit-linear-gradient(left, #c00000 0%, #d80000 100%);
	background: linear-gradient(to right, #c00000 0%, #d80000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#d80000', GradientType=1);
}

header,
footer {
	overflow: hidden;
}

header {
	height: 496px;
}

header .container {
	position: relative;
}

header hgroup {
	position: relative;
	margin-top: 130px;
	z-index: 100;
}

header .cycle-slideshow {
	z-index: 10;
	position: relative;
}

header .cycle-slideshow .slide {
	width: 100%;
}

header .cycle-slideshow .slide img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

header h2 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 70px;
	/*background: #D6111E;*/
	color: #D6111E;
	background: -moz-linear-gradient(left, #D6111E 0%, #b8e22c 100%);
	background: -webkit-linear-gradient(left, #D6111E 0%, #b8e22c 100%);
	/*background: linear-gradient(to right, #D6111E 0%, #b8e22c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6111E', endColorstr='#b8e22c', GradientType=1);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	-ms-background-clip: text;
	-ms-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

header h3 {
	font-weight: 300;
	font-size: 30px;
	color: #1a1a18;
}

main .title {
	margin: 60px 0;
	text-align: center;
}

main .title h1,
main .title h2 {
	text-transform: uppercase;
	margin: 0;
	font-size: 52px;
	color: #de0000;
	font-family: "Oswald", sans-serif;
}

.media-body {
	background: #f2f7fb;
	border: 1px solid #d5dde3;
	vertical-align: middle;
	padding: 25px;
	text-align: center;
}

.media-body h4 {
	font-size: 24px;
	text-transform: uppercase;
	color: #1a1a18;
	font-weight: 700;
}

.media p {
	font-size: 18px;
}
.media-body p.special {
	margin: 15px 0;
	font-size: 24px;
	text-align: center;
	color: #1a1a18;
	font-weight: 400;
	line-height: 1px;
}

.media-body p.special:first-of-type {
	padding-top: 20px;
}

.label.blue {
	background: #007fb4;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px 2px !important;
}

.label.blue small {
	font-size: 14px;
}

.swiatlowodowy img {
	display: inline-block;
	margin-top: -2px;
}

.media-body strong {
	color: #D6111E;
	background: none;
	background: -moz-linear-gradient(left, #D6111E 0%, #b8e22c 100%);
	background: -webkit-linear-gradient(left, #D6111E 0%, #b8e22c 100%);
	/*background: linear-gradient(to right, #D6111E 0%, #b8e22c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6111E', endColorstr='#b8e22c', GradientType=1);*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	-ms-background-clip: text;
	-ms-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: inline-block;
	line-height: 50px;
	margin: 5px 0;
	font-size: 42px;
	font-weight: 700;
}

.media-body strong small {
	font-size: 24px;
}

.media-body p {
	font-size: 18px;
	font-weight: 300;
	color: #1a1a18;
}

.media-body .more {
	margin-top: 15px;
}

.more {
	color: white;
	font-size: 18px;
	padding: 10px 25px;
	border-radius: 40px;
	text-transform: uppercase;
	background: #c00000;
	background: -moz-linear-gradient(left, #c00000 0%, #d80000 100%);
	background: -webkit-linear-gradient(left, #c00000 0%, #d80000 100%);
	background: linear-gradient(to right, #c00000 0%, #d80000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00000', endColorstr='#d80000', GradientType=1);
	transition: all 0.2s;
	display: inline-block;
}

.more img {
	float: right;
	margin: 4px 0 0 5px;
}

.more:hover {
	transform: scale(0.95) !important;
	color: white !important;
	opacity: 0.8 !important;
	text-decoration: none !important;
}

.pakiet {
	background: white;
	padding-bottom: 60px;
}

.swiatlowodowy {
	background: #eff5fa url(../img/header.jpg) right top no-repeat;
}

.swiatlowodowy .title {
	margin: 90px 0;
}

.internet {
	padding-bottom: 60px;
}

.internet .media {
	background: #f2f7fb;
	border: 1px solid #d5dde3;
	vertical-align: middle;
}

.internet .media-top {
	background: #eff5fa;
	text-align: center;
	padding: 25px;
}

.internet .media-top h4 {
	font-size: 24px;
	text-transform: uppercase;
	color: #1a1a18;
	font-weight: 700;
}

.internet .media-top strong {
	color: #D6111E;
/* 	background: none;
	background: -moz-linear-gradient(left, #D6111E 0%, #b8e22c 100%);
	background: -webkit-linear-gradient(left, #D6111E 0%, #b8e22c 100%) */;
	/*background: linear-gradient(to right, #D6111E 0%, #b8e22c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6111E', endColorstr='#b8e22c', GradientType=1);*/
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	-ms-background-clip: text;
	-ms-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent */;
	display: inline-block;
	line-height: 30px;
	margin: 5px 0 0;
	font-size: 42px;
	font-weight: 700;
}

.internet .media-top strong small {
	font-size: 24px;
}

#telewizja p em {
	font-weight: 700 !important;
	font-style: normal;
}

.internet .media .media-body {
	background: white;
	border: 0;
	padding: 25px;
}

.internet .media-body > small,
.internet .media-body span {
	display: block;
	line-height: 1em;
}

.internet .media-body small {
	font-size: 18px;
	margin-bottom: 0.5em;
}

.internet .media-body em {
	font-size: 10px;
	font-style: normal !important;
}

.internet .media-body span {
	font-weight: 400;
	font-size: 30px;
	color: #1a1a18;
}

.internet .media-body span small {
	font-size: 14px;
}

.internet .media-bottom {
	padding: 25px;
	text-align: center;
}

.radiowy .media-top,
.radiowy .media-bottom {
	background: white;
}

.radiowy .media-body {
	background: #eff5fa;
}
/*
.tv {
    background: #eff5fa url(../img/header.jpg) right top no-repeat
}
*/
.tv .header {
	padding: 0;
}

.tv .media-body {
	background: white;
}

.tv .media {
	margin-bottom: 15px;
}

.pakiet.tv .row {
	display: flex;
	align-items: center;
	flex-direction: column;
}

footer {
	background: black;
	color: white;
}

footer a {
	color: white;
	transition: all 0.2s;
}

footer a:hover {
	color: #D6111E;
	text-decoration: none;
}

footer .row {
	padding-top: 60px;
	padding-bottom: 60px;
}

footer .row:last-of-type {
	padding-top: 0;
}

footer h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 30px;
	font-weight: 700;
}

footer ul {
	padding: 0;
}

footer li {
	list-style: none;
	margin: 0 0 10px 0;
}

.madeby {
	line-height: 1em;
}

.madeby small,
.madeby img {
	float: left;
}

.madeby small {
	font-size: 10px;
	font-weight: 300;
	margin: 2px 3px 0 0;
}

.sub main {
	padding-bottom: 60px;
	overflow: hidden;
}

.sub .main a {
	color: #a1ba05;
	transition: all 0.2s;
}

.sub .main a:hover {
	color: #8a9e0a;
}

.sub main h2,
.sub main h3,
.sub main h4,
.sub main h5,
.sub main h6 {
	font-family: "Oswald", sans-serif;
	margin: 30px 0 15px;
}

.sub .gallery {
	background: #eff5fa;
	padding: 60px 0;
	margin: 60px 0 -60px;
}

.sub .thumbnail {
	border-radius: 0;
	border: 0;
	background: white;
	box-shadow: none;
	transition: all 0.2s;
}

.sub .thumbnail:hover {
	transform: scale(1.03);
	opacity: 0.9;
}

.barra {
	width: 100%;
	height: 30px;
	background: #e2e2e2;
	margin: 15px 0 0 0;
}

.barra-nivel {
	height: 30px;
	background: #D6111E;
	/* background: -moz-linear-gradient(left, #D6111E 0%, #b8e22c 100%);
	background: -webkit-linear-gradient(left, #D6111E 0%, #b8e22c 100%);
	background: linear-gradient(to right, #D6111E 0%, #b8e22c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6111E', endColorstr='#b8e22c', GradientType=1); */
	width: 1px;
	-webkit-transition: width 1s ease;
	-moz-transition: width 1s ease;
	transition: width 1s ease;
}

.valor-nivel {
	line-height: 30px;
	color: #fff;
	margin-left: 10px;
	font-family: "Montserrat";
	font-size: 12px;
}

.fade-content > * {
	transition: ease opacity 0.25s, ease transform 0.25s;
}

.fade-content > *:nth-child(3n + 2) {
	transition-delay: 0.1s;
}

.fade-content > *:nth-child(3n + 3) {
	transition-delay: 0.2s;
}

.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.fb_slider_right .sliderbody {
	float: left;
	width: 320px;
}

.fb_slider_right:hover {
	right: 0;
	height: 100%;
}

.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: white;
}

/* .download {
    float: left
} */

.download ul {
	margin: 0;
	padding: 0;
}

.download li {
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
	transition: all 0.2s;
}

.download li:hover {
	border-bottom-color: #D6111E;
}

.download li:last-child {
	border-bottom: 0;
}

.download .plik {
	display: none;
	color: #fff;
}

.download a {
	color: #151125;
}

.download a:hover {
	text-decoration: none;
	color: #D6111E;
}

.type_text .plik {
	display: inline;
}

.type_icons li {
	list-style: none !important;
}

.type_icons a {
	text-decoration: none !important;
	padding: 1px 0 2px 27px;
	background: url(../img/modules/download/page_white.png) 0 0 no-repeat;
	background-position: 0 3px !important;
}

.type_icons .pdf {
	background: url(../img/modules/download/acrobat.png) 0 0 no-repeat;
}

.type_icons .swf {
	background: url(../img/modules/download/flash.png) 0 0 no-repeat;
}

.type_icons .txt,
.rtf {
	background: url(../img/modules/download/text.png) 0 0 no-repeat;
}

.type_icons .doc,
.type_icons .docx,
.type_icons .odf,
.type_icons .ott,
.type_icons .sxw,
.type_icons .stw {
	background: url(../img/modules/download/word.png) 0 0 no-repeat;
}

.type_icons .jpg,
.type_icons .jpe,
.type_icons .jfif,
.type_icons .png,
.type_icons .jpeg,
.type_icons .gif,
.type_icons .tif,
.type_icons .tiff,
.type_icons .ico,
.type_icons .bmp,
.type_icons .raw,
.type_icons .dcs {
	background: url(../img/modules/download/picture.png) 0 0 no-repeat;
}

.type_icons .flv,
.type_icons .mov,
.type_icons .mpeg,
.type_icons .avi,
.type_icons .divx {
	background: url(../img/modules/download/movie.png) 0 0 no-repeat;
}

.type_icons .ods,
.type_icons .sxc,
.type_icons .xls,
.type_icons .xlt {
	background: url(../img/modules/download/excel.png) 0 0 no-repeat;
}

.type_icons .odg,
.type_icons .sxd,
.type_icons .psd {
	background: url(../img/modules/download/paint.png) 0 0 no-repeat;
}

.type_icons .cdr,
.type_icons .ai {
	background: url(../img/modules/download/vector.png) 0 0 no-repeat;
}

.type_icons .php,
.type_icons .html,
.type_icons .css,
.type_icons .js,
.type_icons .less,
.type_icons .asp,
.type_icons .c {
	background: url(../img/modules/download/code.png) 0 0 no-repeat;
}

.type_icons .sql,
.type_icons .db,
.type_icons .dbf,
.type_icons .dbk {
	background: url(../img/modules/download/database.png) 0 0 no-repeat;
}

.type_icons .zip,
.type_icons .tar,
.type_icons .gz,
.type_icons .gzip,
.type_icons .rar {
	background: url(../img/modules/download/zip.png) 0 0 no-repeat;
}

.type_icons .rb {
	background: url(../img/modules/download/ruby.png) 0 0 no-repeat;
}

.type_icons .as {
	background: url(../img/modules/download/actionscript.png) 0 0 no-repeat;
}

.type_icons .cf {
	background: url(../img/modules/download/coldfusion.png) 0 0 no-repeat;
}

.type_icons .odp,
.type_icons .sxi,
.type_icons .ppt {
	background: url(../img/modules/download/powerpoint.png) 0 0 no-repeat;
}

.type_icons .iso,
.type_icons .nrg {
	background: url(../img/modules/download/dvd.png) 0 0 no-repeat;
}

form .alert {
	display: none;
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 0;
}

form * {
	border-radius: 0 !important;
}

.map iframe {
	width: 100%;
}

form label {
	font-weight: normal;
}

.form {
	margin-bottom: 1.5em;
}

.forform {
	margin-top: 1em;
}

#pages {
	margin: 0 0 15px;
}

.jPaginate {
	height: 34px;
	position: relative;
	color: #a5a5a5;
	font-size: small;
	width: 100%;
}

.jPaginate a {
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0 10px !important;
	margin: 0 2px;
	float: left;
	text-decoration: none !important;
}

.jPag-control-back {
	position: absolute;
	left: 0px;
}

.jPag-control-front {
	position: absolute;
	top: 0px;
}

.jPaginate span {
	cursor: pointer;
}

ul.jPag-pages {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.jPag-pages li {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
}

ul.jPag-pages li a {
	float: left;
	padding: 2px 5px;
}

span.jPag-current {
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	margin: 0 2px;
	float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
	height: 34px;
	margin: 0 2px;
	float: left;
	line-height: 26px;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
	margin: 2px 0px 2px 2px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
	margin: 2px 2px 2px 0px;
	font-size: 12px;
	font-weight: bold;
	width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
	margin: 2px 0px 2px 2px;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

span.jPag-snext,
span.jPag-snext-img {
	margin: 2px 2px 2px 0px;
	font-size: 14px;
	width: 15px;
	text-align: right;
}

ul.jPag-pages li span.jPag-previous-img {
	background: transparent url(../images/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
	background: transparent url(../images/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
	background: transparent url(../images/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
	background: transparent url(../images/snext.png) no-repeat center left;
}

.jPag-last,
.jPag-first {
	line-height: 30px !important;
	font-size: 14px;
}

.top a {
	color: white;
}

.kontakt h2 {
	margin-top: 0 !important;
}

.btn-primary {
	background: #D6111E;
	border: 0;
	color: #1a1a18;
	text-shadow: none;
	box-shadow: none;
	font-size: 15px;
	border-radius: 25px !important;

	transition: all 0.2s;
	outline: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:hover {
	background: #b8e22c;
}

.kontakt form input,
.kontakt form select,
.kontakt form textarea {
	height: auto !important;
	border-radius: 25px !important;
	outline: none;
	box-shadow: none !important;
}

.form-control:focus {
	border-color: #D6111E;
}

.kontakt form input,
.kontakt form select {
	padding: 10px;
}
.kontakt form textarea {
	height: 298px !important;
}

.kontakt label {
	margin-left: 20px;
}

.kontakt button {
	margin-right: 20px;
}

.kontakt .alert {
	border-radius: 25px !important;
}

.bigmore {
	padding: 20px 35px;
	margin-top: 30px;
}

.kanaly .col-md-1 {
	margin: 15px 0 0 0;
	padding: 5px;
	width: 5%;
}

.kontakt form .adres {
	display: none;
}

/*.kanaly .media {
	padding: 15px;
	margin: 0;
	background: #f2f7fb;
	border: 1px solid #d5dde3;
}*/

.kanaly .media {
	padding: 0;
	margin: 0;
}

.kanaly .media-body {
	padding: 0;
	border: 0;
	background: none;
	text-align: left;
	vertical-align: middle;
}

.kanaly .media-body h4 {
	margin: 0;
	font-size: 16px;
}

.kanaly .media-left {
	padding-right: 0;
	vertical-align: middle;
	text-align: center;
}

.kanaly .media-body ul,
.kanaly .media-body ol {
	display: none;
}

.kanaly img {
	width: 100%;
	height: auto;
}

.kanaly .center-block {
	width: auto !important;
}

.kanaly .tooltip {
	min-width: 300px;
}
.kanaly .tooltip-inner {
	min-width: 290px;
}

.kanaly .tab-pane {
	padding: 30px 0 60px;
}

.kanaly .nav-tabs {
	text-align: center;
}

.kanaly .nav-tabs li {
	display: inline-block;
	float: none;
}

.kanaly .nav-tabs li a {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 34px;
	color: #555;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #a1ba05;
}

span.part {
	display: inline !important;
	width: auto;
}

/* TV */

.evioChannel {
	float: left;
	width: 63px;
	height: 63px;
	position: relative;
	background: #ececec;
	margin: 0 10px 10px 0;
}
.evioChannel-img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	color: #ececec;
}
.evioChannel-img:after {
	content: "brak logo";
	display: block;
	color: #929292;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	font-weight: 800;
	font-family: "Lato";
	font-size: 16px;
}
.evioChannel-hdSign {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background: #151125;
	font-size: 10px;
	line-height: 10px;
	padding: 2px 3px 2px 4px;
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 0 3px;
	letter-spacing: 1px;
	color: #fff;
	font-family: Arial, sans-serif;
}

.form-group.checkbox input {
	margin-left: 0 !important;
	padding: 0 !important;
}

.form-group.checkbox label {
	margin-left: 0 !important;
	font-size: 12px;
}

#premium .col-md-4 br {
	display: none;
}

#premium a {
	color: #D6111E;
	font-size: 16px;
	display: block;
}

#premium .col-md-4 p {
	font-size: 2.25rem;
	text-align: center;
}

#premium strong {
	color: #D6111E;
	background: none;
	background: -moz-linear-gradient(left, #D6111E 0%, #b8e22c 100%);
	background: -webkit-linear-gradient(left, #D6111E 0%, #b8e22c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	-ms-background-clip: text;
	-ms-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: block;
	line-height: 1em;
	font-size: 42px;
	font-weight: 700;
	margin: 1rem 0;
}

.logo-container {
	aspect-ratio: 16/9;
	padding: 15%;
}

.logo-container img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.bg-light {
	background: #f2f7fb;
}

.media-heading {
	margin-top: 0 !important;

	& a {
		color: #151125;
		transition: color 200ms;

		&:hover,
		&:focus {
			color: #007fb4;
		}
	}
}

.wydarzenia .row.vertical-center {
	align-items: center;
	display: flex;
}

.media-object {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center;

	transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);

	&:hover {
		transform: scale(1.03);
	}

	&[src*="logo"] {
		object-fit: contain;
		padding: 10px;
		border: 1px solid hsl(0 0% 94%);
	}
}

.data {
	margin-bottom: 0;
	color: hsl(0 0% 60%);
}

/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/

/* height: 1050px */
@media screen and (max-width: 1680px) {
}

/* height: 900px */
@media screen and (max-width: 1600px) {
	.internet .media-body {
		padding: 25px 15px;
	}
}

/* height: 864px */
@media screen and (max-width: 1536px) {
	img[src="img/plus.jpg"] {
		width: 100%;
	}

	.media-body {
		padding: 30px 15px;
	}

	.internet .media-body span small {
		font-size: 14px;
	}
}

/* height: 900px */
@media screen and (max-width: 1440px) {
	.navbar .nav > li > a {
		font-size: 18px;
		padding: 10px 20px;
		margin-left: 1px;
	}

	footer h4 {
		font-size: 16px;
	}

	.internet .media-body span {
		font-size: 21px;
	}
}

/* height: 768px */
@media screen and (max-width: 1366px) {
	header {
		height: 348px;
	}
	header .cycle-slideshow .slide img {
		width: 100%;
	}

	header hgroup {
		margin-top: 65px;
	}

	header h3 {
		font-size: 24px;
	}
}

/* height: 768px */
@media screen and (max-width: 1360px) {
}

/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	.navbar .nav > li > a {
		padding: 10px 15px;
	}

	.internet .media-body {
		padding: 25px 10px;
	}

	.more {
		font-size: 16px;
	}
}

/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.top .pull-right li {
		font-size: 12px;
		padding: 0 15px;
	}
	.navbar .nav > li > a {
		font-size: 15px;
		padding: 10px;
	}

	header h2 {
		font-size: 55px;
	}

	header hgroup {
		margin-top: 35px;
	}

	header {
		height: 260px;
	}

	.media-body {
		padding: 30px;
	}

	.media-body h4 {
		font-size: 23px;
	}

	.internet .media-body {
		padding: 15px 30px;
	}
	.internet .media-body {
		padding: 25px 30px 20px;
	}
	.internet .media-bottom {
		padding: 25px 30px;
	}

	.media-body p {
		font-size: 16px;
	}

	.internet .media-body span {
		font-size: 25px;
	}

	.internet .media-top {
		background: #eff5fa;
		text-align: center;
		padding: 25px 15px 20px;
	}

	.internet .media-body span small {
		font-size: 15px;
	}

	#telewizja p {
		line-height: 2.3em;
	}

	span.part {
		display: block !important;
		text-align: left;
	}
}

@media screen and (max-width: 1023px) {
	.top .pull-right {
		padding: 0 1% 0 23px;
	}

	.navbar-toggle {
		border-color: black;
		background: #D6111E;
		margin-top: 40px;
		transition: all 0.2s;
	}

	.affix .navbar-toggle {
		margin-top: 30px;
	}

	.icon-bar {
		background: black;
	}
	#navbar {
		background: white;
		border: 3px solid #D6111E;
		border-top: 0;
		margin-top: 31px;
	}

	.navbar .nav {
		margin-top: 0;
		padding: 5px;
	}

	.navbar .nav > li > a {
		border-radius: 0;
		text-align: center;
		border-top: 1px solid #ddd;
	}

	header h2 {
		color: #D6111E;
		text-fill-color: #D6111E;
		-moz-text-fill-color: #D6111E;
		-ms-text-fill-color: #D6111E;
		-webkit-text-fill-color: #D6111E;
	}

	header h2,
	header h3 {
		padding: 5px 10px;
		background: #edf6fd;
		display: inline;
		float: left;
		clear: left;
		margin: 5px 0 0 0;
	}

	.media-body h4 {
		font-size: 16px;
	}

	.internet .col-sm-6 {
		margin-bottom: 30px;
	}

	.internet .media-top h4 {
		font-size: 17px;
	}

	footer .col-sm-12 {
		text-align: center;
		margin-bottom: 30px;
	}

	.affix #navbar {
		margin-top: 0;
	}

	.media-body p.special {
		line-height: 1.5em;
	}

	.internet .media-body span small {
		font-size: 15px;
	}
	.more {
		font-size: 14px;
	}
}

@media screen and (max-width: 990px) {
	footer .col-sm-6 {
		text-align: center;
		margin-bottom: 30px;
	}

	footer h4 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 800px) {
	header .cycle-slideshow .slide img {
		width: 130%;
	}

	.top .pull-right li {
		padding: 0 5px;
	}
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
	/* .top {display: none;} */

	.top {
		width: 100%;
		height: 37px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.top li:not(:last-child) {
		display: none;
	}

	.top .pull-right {
		height: 37px;
		padding-left: 3px;
		background: black;
		border-radius: 0 0 0 17px;
	}

	.navbar-brand {
		margin-top: 29px !important;
	}

	.affix .top {
		display: none;
	}

	.affix .navbar-brand {
		margin-top: 15px !important;
	}

	.navbar-brand img {
		height: 35px !important;
		margin-top: 0;
	}

	.navbar-toggle {
		margin-top: 48px;
	}

	.navbar {
		height: 95px;
	}
	body {
		padding-top: 95px;
	}

	header hgroup {
		margin-top: 10px;
		margin-bottom: 30px;
		float: left;
	}

	header,
	main {
		height: auto;
		overflow: hidden;
	}

	.affix {
		margin-top: 0;
		height: 68px;
	}

	.affix .navbar-brand img {
		height: 48px;
		margin-top: 0;
	}

	.affix .navbar-toggle {
		margin-top: 15px;
	}

	footer iframe {
		height: 300px;
	}
}

@media screen and (max-width: 600px) {
	header h2 {
		font-size: 38px;
	}

	header .cycle-slide {
		padding-bottom: 30px;
	}

	main .title h1,
	main .title h2 {
		font-size: 38px;
	}

	header hgroup {
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	header .cycle-slideshow .slide img {
		width: 145%;
	}

	.tv {
		background-image: none;
	}

	.tv .title {
		text-align: center;
	}

	.tv .title h2,
	.tv .title h3 {
		margin-left: 0;
	}

	footer .pull-left,
	footer .pull-right {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	.madeby {
		display: inline-block;
	}
}

@media screen and (max-width: 435px) {
	header h2 {
		font-size: 28px;
	}
	header h3 {
		font-size: 17px;
	}

	main .title h1,
	main .title h2 {
		font-size: 28px;
	}

	header .cycle-slide {
		padding-bottom: 5px;
	}

	main .title {
		margin: 30px 0;
	}
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
	.internet .media-body {
		padding: 25px 15px 20px;
	}

	header hgroup {
		margin-top: 5px;
	}
}

@media screen and (max-width: 320px) {
}
