body {
	/* test */
}

body#page {
	min-width: 320px;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

a {
	color: #FFD441;
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}

ul, li, p {
	margin: 0;
	padding: 0;
}

ul {
	padding-left: 20px;
}

hr{
	padding:15px 0;
	border:none;
	border-top:1px solid rgba(0,0,0,0.2);
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius:0;
    border-radius:0;
}

.pageWidth {
	position: relative;
	max-width: 1180px;
	width: 90%;
	margin: auto;
}

.hidden-desktop {
	display: none;
}

.clear {
	clear: both;
}

.mobilemenu {
	display: none;
	position: absolute;
	z-index: 0;
	background: #545454;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}

.mobilemenu ul {
	padding: 0;
}

.mobilemenu ul li a {
	display: block;
	color: #fff;
	padding: 10px 20px;
}

.mobilemenu ul li.active a {
	color: #ffd441;
}

.mobilemenu ul li .submenu a {
	padding-left: 30px;
}

.mobilemenu ul li a:hover {
	background: rgba(255, 255, 255, 0.1);
}

#hamburger {
	display: none;
	float: right;
    height: 24px;
    width: 31px;
    background: url('./grafika/hamburger2.png') no-repeat;
    background-size: cover;
    margin-right: 100px;
    margin-top: 24px;
}

#container {
	background: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

#logo {
	display: block;
	height: 92px;
	padding: 12px 0;
	box-sizing: border-box;
	float: left;
}

.header_right {
	border: 1px solid #eeeeee;
	float: right;
}

#langbox {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}

#langbox .lang {
	width: 44px;
	height: 44px;
}

#langbox .lang a {
	display: block;
	padding: 12px;
}

#langbox .lang a img {
	width: 20px;
	height: 20px;
	border-radius: 24px;
}

#searchengine input[type="text"] {
	position: absolute;
	z-index: 1;
	width: 0;
	height: 46px;
	margin-top: -1px;
	padding: 0;
	line-height: 46px;
	border: 1px solid #ffd441;
	box-sizing: border-box;
	float: left;
}

#searchengine input[type="submit"] {
	position: relative;
	z-index: 2;
	width: 44px;
	height: 44px;
	background: #fff url('./grafika/icon_search.png') no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
}

.ribbon {
	display: block;
	position: absolute;
	z-index: 100;
	background: #196F4A;
	width: 90px;
	height: 180px;
	top: 0;
	right: 47px;
	padding-top: 42px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	float: right;
}

.ribbon span {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.menu {
	height: 90px;
	margin-right: 90px;
	padding: 30px 20px;
	box-sizing: border-box;
	float: right;
}

.menu ul {
	list-style-type: none;
}

.menu ul li {
	display: block;
	float: left;
}

.menu ul li a {
	color: #8c8c8c;
	padding: 0 9px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.menu ul li.active a {
	color: #ffd441;
}

.greybar {
	background: #f1f1f0;
	height: 68px;
}

.greybar .socialmedia {
	margin-right: 160px;
	float: right;
}

.greybar .socialmedia a {
	display: block;
	margin: 12px 6px;
	float: left;
}

#slider {
	background: #fff;
	height: 525px;
}

#slider .slide {
	display: none;
	position: absolute;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: 525px;
	cursor: pointer;
}

#slider .slide:first-child {
	display: block;
}

#slider .slide .text {
	width: 40%;
	color: #fff;
	text-align: right;
	margin-left: 20%;
	padding: 50px;
	box-sizing: border-box;
}

#slider .slide .text .title {
	color: #ffd441;
	line-height: 45px;
	font-size: 36px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#slider .slide .text .desc {
	margin-top: 25px;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: -1px;
}

.sliderarrows {
	position: absolute;
	margin-top: -106px;
	margin-left: calc(40% + 157px);
}

.sliderarrows .prev,
.sliderarrows .next {
	display: block;
	background: #000;
	width: 66px;
	height: 66px;
	float: left;
}

section {
	padding: 80px 0;
}

section hr {
	width: 70%;
	margin: 30px auto 50px auto;
	border: none;
}

.grey,
section.grey {
	background: #eeedeb;
}

section.grey hr {
	border-top: 1px solid #c2c2c2;
}

section .title {
	color: #ffd441;
	font-size: 62px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
}

section.partners .boxes {
	width: 1140px;
	margin: auto;
	border: 1px solid #dddddd;
	border-left: none;
	border-top: none;
}

section.partners .box {
	display: table;
	width: 190px;
	height: 190px;
	vertical-align: middle;
	border: 1px solid #dddddd;
	border-right: none;
	border-bottom: none;
	text-align: center;
	box-sizing: border-box;
	float: left;
}

section.partners .boxright {
	float: right;
}

section.partners .yellow {
	position: relative;
	background: #ffd441;
	color: #fff;
	line-height: 190px;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}

section.partners .yellow.toleft {
	border-left: none;
}

section.partners .yellow.toright:after {
	left: 100%;
	top: 50%;
	z-index: 2;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-left-color: #ffd441;
	border-width: 12px;
	margin-top: -12px;
}

section.partners .yellow.toleft:after {
	right: 100%;
	top: 50%;
	z-index: 2;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-right-color: #ffd441;
	border-width: 12px;
	margin-top: -12px;
}

section.partners .box a {
	display: table-cell;
	vertical-align: middle;
}

section.partners .box a img {
	max-width: 70%;
	margin-left:auto;
	margin-right:auto;
}

section.partners .partnerzy_box, section.partners .patroni_box {
	float:left;
	height:190px;
	overflow: hidden;
	width: 945px;
}

section.partners .partnerzy_box{
	border-left:1px solid #dddddd;
}

section.partners .patroni_box {
	float:right;
}

section.newsbox {
	background: url('./grafika/newsboxbg.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
}

section.newsbox hr {
	border-top: 1px solid #98979b;
}

section.newsbox .news {
	background: #fff;
	width: 29.33%;
	margin: 2%;
	float: left;
}

section.newsbox .news .date {
	padding: 25px;
	padding-bottom: 0;
}

section.newsbox .news .date .datebox {
	background: url('./grafika/newsdatebox.png') no-repeat;
	color: #fff;
	width: 66px;
	height: 66px;
	line-height: 30px;
	font-size: 14px;
	padding: 8px 0;
	text-align: center;
	box-sizing: border-box;
}

section.newsbox .news .date .datebox .big {
	display: block;
	font-size: 48px;
}

section.newsbox .news .title {
	height: 50px;
	color: #f0b500;
	margin: 25px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
}

section.newsbox .news img {
	width: 100%;
}

section.newsbox .news .desc {
	margin: 25px;
	color: #616161;
	font-size: 14px;
	height: 60px;
	overflow: hidden;
}

section.newsbox .news .seemore {
	display: block;
	width: 86px;
	height: 42px;
	line-height: 40px;
	background: url('./grafika/newsbuttonmore.png') no-repeat;
	background-position: center;
	color: #8c8c8c;
	margin: auto;
	margin-bottom: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	float: none;
}

section.newsbox .news .seemore:hover {

}

section.newsbox .gallery {
	position: relative;
	background: #fff;
	border: 2px solid #efc036;
	width: 46%;
	height: 300px;
	margin: 2%;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}

section.newsbox .gallery iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

section.newsbox .gallery .wide {
	width: 200%;
	height: 100%;
	overflow: hidden;
}

section.newsbox .gallery .gallery_item {
	display: block;
	position: relative;
	width: 50%;
	height: 100%;
	padding: 25px;
	box-sizing: border-box;
	background-size: cover !important;
	background-position: top center !important;
	float: left;
}

section.newsbox .gallery .gallery_item .title {
	display: block;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: left;
	text-transform: uppercase;
}

section.newsbox .gallery .gallery_item .name {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: left;
	text-transform: uppercase;
}

section.mediabox .bx-viewport {
	height: auto !important;
}

section.mediabox hr {
	border-top: 1px solid #e8e8e8;
}

section.mediabox .items .item {
	display: block;
	width: 20%;
	float: left;
}

section.mediabox .items .item .img {
	display: block;
	position: relative;
	width: calc(100% - 2px);
	height: 160px;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
	text-align: center;
}

section.mediabox .items .item .img .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

section.mediabox .items .item .img img {
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: -999px;
	right: -999px;
	max-width: 60%;
	max-height: 100px;
	margin: auto;
	padding: 30px 0;
	vertical-align: middle;
}

section.mediabox .items .item .title {
	display: block;
	height: 60px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

section.mediabox .items .item .title a {
	color: #f0b500;
}

section.mediabox .items .item .text {
	display: block;
	padding: 10px 20px;
	color: #a5a5a5;
	font-size: 14px;
	text-align: center;
}

section.mediabox .items .item .seemore {
	display: block;
	margin: auto;
	color: #8c8c8c;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
}

section.projectsbox {
	background: url('./grafika/mediaboxbg.png') no-repeat;
	background-size: cover;
}

.carousel .image {
	width:236px;
	overflow:hidden;
	margin: 0 auto;
}

.carousel .image img {
	height:236px;
	width:auto;
	position:relative;
	left:50%;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
}

section.projectsbox .image img {
	height:236px;
	width:auto;
	position:relative;
	left:50%;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
}

section.projectsbox .title {
	line-height: 20px;
	height: 60px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.contactsection {
	background: #f1f1f0;
	padding: 10px 0;
}

.newsletter {
	background: url('./grafika/newsletterbg.png') no-repeat;
	background-size: cover;
	padding: 15px 0 20px 0;
}

.newsletter .left {
	width: 50%;
	float: left;
}

.newsletter .title {
	color: #ffd441;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 38px;
}

.newsletter .text {
	color: #fff;
	font-size: 12px;
}

.contactsection a {
	display: block;
	height: 43px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
}

.bannersbottom {
	background: #ededed;
	padding: 30px 0;
	text-align:center;
}

.bannersbottom .banner {
	display: inline-block;
	width: 450px;
	min-width: 140px;
	margin: 3px 9px;
}

.bannersbottom .banner img {
	width: 100%;
}

.newsletter .right {
	width: 50%;
	float: right;
}

.newsletter .right form {
	position: relative;
	padding: 20px 0;
}

.newsletter .right input[type="email"] {
	position: absolute;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 110px 0 10px;
	box-sizing: border-box;
	border: none;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
}

.newsletter .right input[type="submit"] {
	position: relative;
	z-index: 2;
	width: 100px;
	height: 39px;
	margin: 3px;
	background: #ffd441;
	color: #fff;
	border: none;
	font-size: 14px;
	text-transform: lowercase;
	float: right;
	cursor: pointer;
}

.contactsection a img {
	display: block;
	float: left;
}

.contactsection a .small {
	font-size: 9px;
	font-weight: 100;
}

.contactsection .info {
	padding: 0 10px;
	color: #6b6b6b;
	line-height: 43px;
}

.contactsection .phone .info {
	font-weight: 600;
	font-size: 25px;
}

.contactsection .email .info {
	font-size: 16px;
	font-weight: 100;
}

footer {
	height: 46px;
	line-height: 46px;
	text-align: center;
}

footer .design a {
	color: #8d8d8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.slider460 {
	background-size: cover !important;
	height: 130px;
	padding: 50px;
	color: #fff;
	text-align: center;
}

.slider460 .title {
	font-size: 36px;
	font-weight: 600;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	clear: both;
}

.slider460 .desc {
	font-size: 20px;
}

.pagecontent {
	margin: 40px auto;
}

.pagecontent.rightsided {
	width: 74%;
	margin: 0 auto;
	margin-left: 1%;
	float: right;
}

.pagecontent h1 {
	color: #ffd441;
	margin-top: -15px;
	font-size: 52px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}

.leftbox {
	width: 23%;
	margin-right: 1%;
	float: left;
}

.leftbox .realizations_button {
	display: block;
	background: #ffd441;
	color: #fff;
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	padding: 20px;
	line-height: 35px;
	box-sizing: border-box;
}

.leftbox .realizations_button img {
	margin-right: -20px;
	margin-top: -10px;
	float: right;
}

.leftmenu {
	border: 1px solid #d4d1cf;
	margin-bottom: 40px;
}

.leftmenu ul,
.leftmenuext ul {
	padding: 0;
	padding-bottom: 20px;
	border-left: 5px solid #ffd441;
	list-style-type: none;
}

.leftmenu li {
	padding: 0;
}

.leftmenu li span {
	display: block;
	color: #ffd441;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: bold;
}

.leftmenu li a {
	display: block;
	color: #8c8c8c;
	padding: 10px 20px 10px 40px;
	font-size: 14px;
}

.leftmenu li a.active {
	color: #ffd441;
}

.leftmenuext {
	border: 1px solid #d4d1cf;
	border-top: none;
	margin-top: -40px;
	margin-bottom: 40px;
}

.leftmenuext ul {
	padding-bottom: 0;
	border-left: 5px solid transparent;
}

.leftmenuext .title {
	border-top: 1px solid #d4d1cf;
}

.leftmenuext .title:first-child {
	border: none;
}

.leftmenuext li a {
	display: block;
	color: #8c8c8c;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
}

#news-module h1 {
	margin-bottom: 20px;
}

#news-module .news-container {
	width: 30%;
	margin-bottom: 50px;
	float: left;
	overflow:hidden;
}

#news-module .news-container:nth-of-type(3n-2) {
	clear: both;
}

#news-module .news-container:nth-child(3n+3) {
	margin: 0 5%;
	margin-bottom: 50px;
}

#news-module .news-container .news-img {
	position: relative;
	overflow: hidden;
	height: 200px;
}

#news-module .news-container .news-img img {
	position: absolute;
	top: -999px;
	bottom: -999px;
	left: -999px;
	right: -999px;
	margin: auto;
	height: 100%;
}

.page-mediaokoncercie #news-module .news-container .news-img img {
	width: 100%;
	height: auto;
}

#news-module .news-container h2 {
	display: block;
	margin: 40px 0 20px 0;
}

#text h2,
#news-module .news-container h2 a {
	display: block;
	color: #f0b500;
	line-height: 30px;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}

#news-module .news-container .news-date {
	color: #b9b9b9;
	font-size: 12px;
}

#news-module .news-container .news-text {
	color: #616161;
	font-size: 14px;
}

.carousel {
	text-align: center;
	font-size: 14px;
}

.carousel .title {
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8c8c8c;
	font-size: 22px;
	font-weight: 600;
}

.carousel .bold {
	color: #1e1e1e;
	font-weight: bold;
}

.carousel .date {
	display: block;
	color: #727272;
	margin: 10px;
}


.carousel .buy_ticket_link a {
	background-color: #FFD441;
	color: black;
	width: 236px !important;
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
}
.carousel .date {
	color: black;
}


.nadchodzacetext {
	text-align:left;
	margin-top:30px;
}

.nadchodzacetext .bold {
	color: #727272;
}

.nadchodzacetext .date {
	display: block;
	color: #727272;
	margin: 10px 0;
	font-weight:bold;
	font-size:20px;
	width: 180px;
}

#gallery_module .gallery {
	width: 31%;
	margin-bottom: 40px;
	float: left;
	min-height: 500px;
}

#gallery_module .gallery:nth-child(3n-1) {
	margin: 0 3%;
}

#gallery_module .gallery h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	height: 2em;
}

#gallery_module .gallery .frame {
	width: 100%;
	overflow: hidden;
}

#gallery_module .gallery .frame .img {
	display: block;
	position: relative;
	height: 270px;
}

#gallery_module .gallery .frame .img img {
	position: absolute;
	left: -999px;
	right: -999px;
	margin: auto;
	height: 100%;
}

#gallery_module .gallery .frame .seemore {
	display: block;
	position: relative;
	background: #ffd441;
	color: #fff;
	width: 45px;
	height: 80px;
	margin-right: 15px;
	margin-top: -40px;
	line-height: 120px;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	float: right;
}

#gallery_module .gallery_single .links a {
	display: block;
	background: #ffd441;
	color: #fff;
	padding: 10px 30px;
	margin-top: 10px;
}

#gallery_module .gallery_single h1 {
	margin-bottom: 30px;
}

#gallery_module .gallery_single .frame {
	float: left;
}

#gallery_module .gallery_single .frame .obrazek {
	position: relative;
	width: 100%;
	border: none;
	background: none;
	box-shadow: none;
}

#gallery_module .gallery_single .frame .obrazek img {
	height: 200px;
}

#news-module .news-container-single .seemore {
	display: block;
	background: #ffd441;
	color: #fff;
	padding: 10px 30px;
	float: right;
}

#news-module .news-container-single .news-img {
	width: 25%;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}

#news-module .news-container-single .news-img img {
	width: 100%;
}

#news-module .news-container-single .news-date, .newssinglefirst .news-date {
    color: #b9b9b9;
    font-size: 12px;
}

#news-module .news-container-single h2 , .newssinglefirst h2{
    display: block;
    color: #f0b500;
    margin: 20px 0;
    line-height: 30px;
    font-size: 24px;
    font-family: "Open Sans Condensed",sans-serif;
    text-transform: uppercase;
}

#news-module .news-container-single .news_text, .newssinglefirst .news_text {
	color: #616161;
	font-size: 14px;
}

#newsletter_header {
	display: none;
}

#news-module .news-container-single .news_text img {
	max-width: 100% !important;
	height: auto !important;
}

#text img {
	max-width: 100% !important;
	height: auto !important;
}

#text p {
	color: #616161;
	font-size: 14px;
}

#text iframe {
	width: 100%;
	height: 350px;
	margin-bottom: 30px;
}

#module_form {
	width: 60%;
	margin: auto;
	font-size: 14px;
}

#module_form label {
	width: 25%;
	line-height: 32px;
}

#module_form input, #module_form textarea {
	background: #fff;
	border: 1px solid #dedede;
	width: 73% !important;

}

#module_form input {
	height: 30px;
}

#module_form textarea {
	height: 150px;
	resize: none;
}

#module_form input[type="submit"] {
	display: block;
	background: #FFD441;
	color: #fff;
	border: none;
	width: 130px !important;
	height: 40px;
	margin-right: 2%;
	line-height: 40px;
	text-transform: uppercase;
}

#module_form .submit {
	width: auto;
	float: right;
}

body[data-lang="en"] section.newsbox{
	display:none;
}

body[data-lang="en"] section.mediabox{
	display:none;
}

.contactsection .info {
	float: left;
	color: #2b2a2e;
	width: calc(100% - 44px);
	box-sizing: border-box;
	padding-top: 12px;
}

.contactsection .info p {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}

.contactsection .info strong {
	font-weight: 600;
	font-size: 16px;
}

.contactsection a {
	width: 50%;
	margin-right: 0;
	padding-bottom: 20px;
	height: auto;
	float: left;
}

@media (max-width: 1279px) {
	.menu {
		margin-right: 70px;
	}

	.carousel .title {
		margin: 10px auto;
	}

	#slider .slide .text .desc {
		max-height: 250px;
		overflow: hidden;
	}

	section.newsbox .news .title {
		margin: 15px 25px 15px;
		font-size: 16px;
	}

	section.newsbox .news .date .datebox {
		width: 55px;
		height: 55px;
		line-height: 24px;
		font-size: 12px;
	}

	section.newsbox .news .date .datebox .big {
		font-size: 34px;
	}

	section.mediabox .items .item .text {
		font-size: 13px;
	}

	section.partners .boxes {
		width: 100%;
	}

	section.partners .box section.partners .box {
		width: 16.6666%;
		height: 150px;
	}

	section.partners .yellow {
		line-height: 150px;
	}

	section.partners .partnerzy_box, section.partners .patroni_box {
		width:78.22%;
	}

	.bannersbottom .banner {
		width: 100%;
		min-width: auto;
		max-width:450px;
		margin-right:0;
		margin-left:0;
	}

	.leftbox .realizations_button img {
		display: none;
	}

	#module_form {
		width: 100%;
		margin-bottom: 40px;
	}

	section.mediabox .items .item .img {
		border: none;
	}
}

@media (max-width: 1023px) {
	.menu {
		height: auto;
		padding: 10px 20px;
		padding-left: 0;
		float: left;
	}

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

	.greybar .socialmedia {
		float: left;
	}

	section.newsbox .news .desc {
		height: 55px;
		margin: 15px;
		font-size: 13px;
	}

	section.mediabox .items {
		text-align: center;
	}

	section.mediabox .items .item {
		display: inline-block;
		float: none;
		width: 33%;
		margin-bottom: 30px;
	}

	section.mediabox .items .item .img {
		margin-bottom: 5px;
	}

	section.mediabox .items .item .title {
		padding-bottom: 2px;
	}

	section.mediabox .items .item .text {
		padding-top: 3px;
	}

	.pagecontent.rightsided {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.leftbox {
		width: 100%;
		float: none;
		clear:both;
	}

	#gallery_module{
		text-align:center;
	}

	#gallery_module .gallery {
		width:270px;
		display:inline-block;
		float:none;
	}

	#gallery_module .gallery_single .frame {
		display:inline-block;
		float:none;
		width: 265px;
	}

	section.mediabox .items .item .title {
		font-size: 15px;
	}
}

@media (max-width: 959px) {
	#hamburger {
		display: block;
	}

	.menu {
		display: none;
	}

	#slider,
	#slider .slide {
		height: 350px;
	}

	#slider .slide .text {
		width: 90%;
		left: 0;
		margin-left: 0;
		padding-left: 0;
		text-align: left;
	}

	#slider .slide .image {
		display:none;
	}

	#slider .slide .text .desc {
		display: none;
	}

	.sliderarrows {
		left: 0;
		margin-left: 0;
	}

	section {
		padding: 40px 0;
	}

	section hr {
		margin: 10px auto 30px;
	}

	section .title {
		font-size: 48px;
	}

	section.newsbox .news {
		width: 100%;
		margin: 10px 0;
		float: none;
	}

	section.newsbox .news .date {
		padding: 15px;
		float: left;
	}

	section.newsbox .news .title {
		margin: 0;
		padding: 15px;
		padding-left: 0;
	}

	section.newsbox .news img {
		width: 50%;
		margin-right: 5%;
		float: left;
		clear: left;
	}

	section.newsbox .news .seemore {
		clear: both;
		margin: 0 auto;
		padding: 20px 0;
	}

	section.newsbox .gallery {
		width: 100%;
		margin: 10px 0;
		float: none;
	}

	section.partners .boxright {
		float: left;
	}

	section.partners .box {
		width: 33.3333%;
	}

	section.partners .yellow {
		line-height: 149px;
	}

	section.partners .partnerzy_box, section.partners .patroni_box {
		width:66.22%;
	}

	section.partners .yellow.toleft::after {
		left: 100%;
		border-right-color: transparent;
		border-left-color: #ffd441;
	}

	.bannersbottom .banner {
		width: 100%;
	}

	.newsletter .left,
	.newsletter .right {
		width: 100%;
		float: none;
	}

	.contactsection a {
		width: calc(50% - 10px);
	}

	#news-module .news-container:nth-child(3n+3) {
		margin: 0;
		margin-bottom: 30px;
	}

	#news-module .news-container {
		width: 47%;
	}

	#news-module .news-container.odd {
		clear: both;
	}

	#news-module .news-container.even {
		margin-left: 6%;
	}

	.bannersbottom .banner {
		margin-right:0;
	}

	.slider460 .title {
		font-size:26px;
	}

	#news-module .news-container:nth-of-type(3n-2) {
		clear: none;
	}

	#news-module .news-container:nth-of-type(2n-1) {
		clear: both;
	}

	section.mediabox .items .item .title {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.hidden-mobile {
		display: none;
	}

	.hidden-desktop {
		display: block;
	}

	.no-padding {
		padding: 0;
	}

	.mobile-page-width {
		max-width: 100%;
		width: 100%;
	}

	.mobile-margin {
		margin-left: 22px;
		margin-right: 22px;
		position: relative;
	}

	.mobile-page-width.mobile-margin {
		width: calc(100% - 44px);
		max-width: calc(100% - 44px);
	}

	.ribbon {
		position: relative;
		width: 100%;
		left: 0;
		clear: both;
		padding: 11px 0;
		height: auto;
		line-height: 20px;
	}

	.ribbon img {
		display: inline-block;
		height: 22px;
		vertical-align: middle;
	}

	.ribbon span {
		display: inline-block;
		font-size: 20px;
		vertical-align: middle;
	}

	.news_text image,
	.news_text iframe {
		max-width: 100%;
	}

	.slider460 {
		display: none;
	}

	.greybar {
		height: 75px;
	}

	.greybar .socialmedia {
		display: flex;
		float: none;
		margin: auto;
		justify-content: space-between;
	}

	.greybar .socialmedia a {
		float: none;
		margin: 16px 6px;
		font-size: 0;
	}

	#deezerPlayer{
		display: none;
	}

	#hamburger {
		float: right;
		margin: 0;
		position: absolute;
		right: 0;
		top: calc(50% - 12px);
	}

	#hamburger:before {
		content: '';
		display: block;
		position: absolute;
		width: 1px;
		height: 30px;
		background-color: #ffd441;
		top: -2px;
		right: 45px;
	}

	#logo {
		width: calc(100% - 155px);
		float: left;
		margin-right: 10px;
		height: auto;
	}

	#logo img {
		max-width: 100%;
		height: auto;
	}

	#langbox {
		display: none;
	}

	#searchengine {
		float: right;
	}

	.bg-yellow {
		background-color: #ffd441;
	}

	.header_right {
		border: none;
		width: 95px;
		right: 60px;
		top: calc(50% - 10px);
		position: absolute;
	}

	#searchengine input[type="text"] {
		height: 30px;
		line-height: 30px;
		top: -3px;
		border: none;
		right: 25px;
	}

	#searchengine input[type="submit"] {
		background: #fff url(./grafika/icon-search2.png) no-repeat;
		width: 20px;
		height: 20px;
	}

	section .title {
		text-align: left;
		display: block;
		font-size: 30px;
		padding: 20px 0;
		line-height: 34px;
	}

	.section-title {
		font-size: 30px;
		color: #fff;
		text-transform: uppercase;
	}

	.main-news-box {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}

	.main-news-box .image img {
		max-width: 100%;
		height: auto;
	}

	.main-news-box a {
		display: block;
	}

	section .main-news-box .title {
		text-align: center;
		color: #8c8c8c;
		font-size: 28px;
		font-weight: 700;
		padding: 15px 0;
	}

	section .main-news-box .bold {
		font-size: 18px;
		font-weight: 700;
		color: #2b2a2e;
	}

	section .main-news-box .date {
		font-size: 16px;
		font-weight: 600;
		color: #8c8c8c;
	}

	section .more-events {
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}

	.more-events-link {
		font-size: 18px;
		color: #000000;
		font-weight: 900;
		position: relative;
		display: table;
		margin: auto;
	}

	.more-events-link:after {
		content: '>';
		color: #ffd441;
		position: absolute;
		font-weight: 900;
		right: -15px;
	}

	.more-events-link.left {
		margin-left: 0;
	}

	.news.main-news-box {
		text-align: left;
		padding-top: 35px;
		padding-bottom: 25px;
		display: block;
	}

	section .news.main-news-box .title {
		color: #f1b500;
		font-size: 18px;
		text-align: left;
		padding-top: 5px;
		padding-bottom: 20px;
		line-height: 20px;
	}

	.news.main-news-box .img-container {
		text-align: center;
		margin-bottom: 30px;
	}

	.news.main-news-box img {
		width: 100%;
		height: auto;
		max-width: 500px;
	}

	section .news.main-news-box .date {
		font-weight: 700;
		color: #8c8c8c;
	}

	.news.main-news-box .desc {
		font-size: 16px;
		line-height: 20px;
		color: #2e2c2b;
		margin-bottom: 20px;
	}

	.yt-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}

	.yt-container iframe {
		border: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.section-spacer {
		padding: 33px;
	}

	.section-spacer-inner {
		width: 50%;
		border-bottom: 1px solid #ffd441;
		margin: auto;
	}

	.newsletter {
		background: #fff;
		padding: 25px 0;
	}

	.newsletter .title {
		text-transform: uppercase;
		font-size: 30px;
		line-height: normal;
		margin-bottom: 30px;
	}

	.newsletter .text {
		font-weight: 300;
		font-size: 16px;
		line-height: 20px;
		color: #2e2c2b;
	}

	.newsletter .right form {
		display: flex;
		flex-wrap: wrap;
	}

	.newsletter .right input[type="submit"] {
		background: #fff;
		font-size: 18px;
		color: #000000;
		font-weight: 900;
		position: relative;
		display: table;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		float: none;
	}

	.newsletter .right span {
		order: 2;
		position: relative;
	}

	.newsletter .right span:after {
		content: '>';
		color: #ffd441;
		position: absolute;
		font-weight: 900;
		right: -15px;
		top: 3px;
	}

	.newsletter .right input[type="email"] {
		border-bottom: 1px solid #e1e1e1;
		color: #2b2a2e;
		order: 1;
		position: static;
		margin-bottom: 25px;
		padding-left: 0;
		font-size: 16px;
	}

	.contactsection a {
		width: 100%;
		float: none;
	}

	.contactsection {
		padding-top: 30px;
	}

	.contactsection .mobile-page-width {
		border-bottom: 1px solid #e1e1e1;
	}

	footer {
		background: #f1f1f0;
	}
}

@media (max-width: 639px) {
	.bx-wrapper img {
		width: 70% !important;
		padding: 0 15%;
	}

	.carousel .title {
		margin-top: 10px;
	}

	.sliderarrows {
		margin-top: -100px;
	}

	section.projectsbox .pageWidth > .title {
		height: auto;
		line-height: 45px;
	}

	section.mediabox .items .item {
		width: 100%;
	}

	#news-module .news-container {
		width: 100%;
	}

	#news-module .news-container.even {
		margin-left: 0;
	}

	#news-module .news-container-single .news_text img{
		width: 100% !important;
		height: auto !important;
	}

	#news-module .news-container-single .news_text a.obrazek img{
		width:auto !important;
	}
}

@media (max-width: 479px) {
	#slider .slide .text .title {
		font-size: 42px;
		line-height: 42px;
	}

	section.newsbox .gallery {
		height: 200px;
	}

	section.partners .box {
		width: 100%;
	}

	section.partners .partnerzy_box, section.partners .patroni_box {
		width:100%;
	}

	section.partners .yellow.toleft::after,
	section.partners .yellow.toright::after {
		left: calc(50% - 12px);
		top: calc(100% + 12px);
		border-left-color: transparent;
		border-right-color: transparent;
		border-top-color: #ffd441;
	}

	#module_form label {
		width: 100%;
		text-align: left;
	}

	#module_form input, #module_form textarea {
		width: 100% !important;
	}

	.slider460 .title {
		font-size:16px;
	}

	.newsletter .text br {
		display: none;
	}
}


.page-11 .leftbox, .page-5 .leftbox {
	display: none;
}
.page-11 .pagecontent.rightsided, .page-5 .pagecontent.rightsided {
	width: 100%;
}
