body {
    font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden;
/*    font-size: 100%;*/
}

.container {
    max-width: 960px;
}
img {
    width: 100%;
    height: auto;
}
table {
    width:100%;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd), .wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: transparent;
}
a {
    color: #e7b42f;
}
.screen-reader-text {
    display: none;
}
td {
    padding: 10px;
    font-size: 16px;
}
i, em {
    font-style: italic;
}
a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}
.pobierz {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em;
}
*:hover {
    transition: .2s all ease;
}
.read_more {
    float: right;
    margin-top: 20px;
    padding: 10px 5px;
    border: solid 2px transparent;
    border-bottom: solid 2px #e7b42f;
    font-size: 0.8rem;   
}
.read_more:hover {
    border: solid 2px #e7b42f;
    color: #000;
}
/*
h1,h2,h3,h4,h5,h6 {
    font-family: 'Ubuntu', sans-serif;
}
*/
/*
h1 {
    font-size: 2em !important;
}
h2 {
    font-size: 1.5em !important;
}
h3 {
    font-size: 1.17em !important;
}
h4 {
    font-size: 1em !important;
}
h5 {
    font-size: .83em !important;
}
h6 {
    font-size: .67em !important;
}
@media screen and (max-width: 768px) {
    h1,h2,h3,h4,h5,h6 {
        font-size: inherit
    }
}
*/
a:hover, .yellow {
    text-decoration: none;
    color:#e7b42f;
}
p, li {
    font-size: 1em;
}
@media screen and (max-width:768px) {
    p, li {
        font-size: 2em;
    }
}
.post-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 40%;
	}
}

#dslc-theme-content-inner {
    font-family: 'Ubuntu', sans-serif;
}

ul {
    list-style: disc;
}

ol {
    list-style-type: decimal;
    text-indent: 0px;
    margin-left: 20px;
}

ul li {
    margin-left: 20px;
}

ul.menu {
    list-style: none;
}

ul.menu li {
    margin: 0;
}

#animacja-container {
    width: 100vw;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.video-top {
    margin-left: 50%;
    transform: translateX(-50%);
}

section {
    clear: both;
}

ul.news li {
    float: left;
}
/*
main h1 {
    font-size: 2.4rem;
}
main h2 {
    font-size: 2.2rem;
}
*/
main h2, main h1 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-left: -50px;
    padding-left: 50px;
    text-indent: -50px;
}

main h2::before, main h1::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    border: solid 3px #000;
    background-color:#e7b42f;
    margin-right: 20px;
}
main h2 a, main h1 a {
    color: #000;
}
.news-title:hover {
    color: #e7b42f;
}
.news-title {
    color: #000;
    min-height: 50px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
	.news-title {
		font-size: 1rem;
		margin: 10px 0;
		min-height: inherit;
	}
}
.news-date {
    font-size: .9rem;
    font-weight: 400;
    color: #e7b42f;
    margin-bottom: 20px;
}

.more-link {
    display: block;
    float: right;
    margin-top: 30px;
    color: #e7b42f;
}

.more-link a:hover {
    display: block;
    float: right;
    margin-top: 30px;
    color: #e7b42f;
}

#korzysci {
    background-color: #1c9eb3;
    margin: 50px 0;
}

#korzysci p {
    color: #fff;
    text-align: center;
}

.korzysci-ikony p {
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
	.korzysci-ikony p {
		font-size: 0.8rem;
	}
}

.korzysci-ikony img {
    padding: 20px;
}

.logo-bar {
    padding: 10px 0;
}

.logo-bar img {
    
}

.menu-bar {
    background-color: #de9836;
    min-height: 50px;
    position: relative;
}

.menu {
    display: flex;
}
.menu li {
    display: block;
/*    height: 60px;*/
}

/* MENU GLOWNE */

@media(min-width:769px){
	#menu-glowne {
		height: 40px;
	}
}

#menu-glowne li {
	display:block;
	
}

#menu-glowne > li > a {
    color: #fff;
    font-size: 1rem;
	padding:16px 32px;
    font-weight: 400;
	display:block;
}
@media (min-width:769px) and (max-width: 990px){
	#menu-glowne > li > a {
		padding:16px 2vw;
	}
	
}

@media (min-width: 769px) {
	#menu-glowne > li > ul > li > a {
		color: #fff;
		font-size: 1rem;
		font-weight: 400;
		display:block;
	}
}
@media (max-width: 768px) {
	#menu-glowne > li > ul > li > a {
		color: white;
		font-size: 1rem;
		font-weight: 600;
		display:block;
		padding: 16px 15px;
		background-color: #e6af64;
	}
	#menu-glowne > li > ul > li {
		padding:0 !important;
	}
}
#menu-glowne li a:hover {
    text-decoration: none;
}

#aktualnosci {
    padding: 50px 0 0;
}

h4 {
    font-size: 1.4rem;
}

.mapa-tytul {
    color: #f2d124;
    text-transform: uppercase;
    font-weight: 600;
}

.mapa-opis {
    color: #fff;
    font-size: 1.1rem;
}

footer {
    background-color: #de9836;
    padding-bottom: 20px;
}

#menu-glowne-1, footer ul.menu {
    display: flex;
    flex-direction: column;
}

#menu-glowne-1 li {
}

#menu-glowne-1 li a, footer ul.menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    padding-right: 20px;
}

#menu-glowne-1 li a:hover {
    text-decoration: none;
    opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}

@media (min-width:769px){
	.menu-glowne-container ul > li > ul {
		visibility:hidden;
		opacity: 0;
		-moz-opacity: 0;
		filter:alpha(opacity=0);
		list-style-type: none;
		position: absolute;
		top: 120px;
		padding: 0;
		margin: 0;
		line-height: 32px;
		width: auto;
		z-index: 9999;
		-webkit-transition: all .40s ease;
		-moz-transition: 	all .40s ease;
		-ms-transition:		all .40s ease;
		-o-transition: 		all .40s ease;
		transition: 			all .40s ease;
	}
	.menu-glowne-container ul li ul li {
		float: none;
		margin: 0;
		position: relative;
		text-align: left;
		width: auto;
		z-index: 1;
		background-color: #de9836; 
	}
	
	.menu-glowne-container ul li ul li a {
		padding:16px 15px;
	}
	
	.menu-glowne-container ul li.current-menu-item ul li a,
	.menu-glowne-container ul li ul li.current-menu-item a,
	.menu-glowne-container ul li.current_page_ancestor ul li a,
	.menu-glowne-container ul li.current-menu-ancestor ul li a,
	.menu-glowne-container ul li.current_page_item ul li a {
		width: auto !important;
		line-height: 20px;
		font-size: 17px;
		height: inherit;
		
		color: #747474;
		font-weight:400;
		
		position:relative;
	}
	
	.menu-glowne-container ul li ul li a{
		
		font-size: 1em;
		height: inherit;
		color: #747474;
		
	}
	
	
}

.menu-glowne-container .menu li a {
	color: #666666;
	transition: all 0.2s linear;
	font-weight:300;
	width:100%;
}


.menu-glowne-container a:hover,
.menu-glowne-container ul li.current-menu-item > a,
.menu-glowne-container ul li.current_page_ancestor > a,
.menu-glowne-container ul li.current-menu-ancestor > a,
.menu-glowne-container ul li.current_page_item > a,
.menu-glowne-container ul li:hover > a {
	transition: all 0.2s linear;
	background-color:#d27b24 !important;
}

.menu-glowne-container > ul > li:hover > ul {
	display: block;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter:alpha(opacity=100) !important;
  	visibility:visible !important;
  	top: 56px;
}

/* END MENU GLOWNE */


img.alignleft {
    max-width: 30%;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;   
}

img.alignright {
    max-width: 30%;
    float: right;
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;   
}

footer p {
    color: #fff;
}

footer label {
    display:  none;
}
input#s {
    border-radius: 5px;
    height: 30px;
    width: 100px;
    padding: 5px;
    border: none;
}
#searchsubmit {
    border-radius: 5px;
    height: 30px;
    width: 50px;
    font-weight: 100;
    margin-left: 10px;
    border: none;
    font-size: .8em;
}
.post-image {
    position: relative;
}
.post-image::before {
    content:'';
    background-color: #e7b42f;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.switch {
    padding: 20px 50px 20px 0px;
    cursor: pointer;
}

#switch {
    position: absolute;
    top: 10px;
    right: 30px;
    height: 30px;
    width: 30px;
    display: none;
    background-color: transparent;
}

#switch-close {
    position: absolute;
    top: 10px;
    right: 30px;
    height: 30px;
    width: 30px;
    display: none;
    background-color: transparent;
    z-index: 9999999;
}

.menu-spolecznosciowe {
    list-style: none;
    display: inline-flex;
}

.menu-spolecznosciowe li {
    margin: 0;
    width: 55px;
}

.menu-spolecznosciowe li img {
    margin: 0;
    list-style: none;
}

.nav-sticky {
    position: fixed;
    z-index: 999;
    right: -230px;
    border-left: solid 20px #de9836;
}

.nav-sticky1 {
    position: fixed;
    z-index: 999;
    right: -165px;
    border-left: solid 20px #de9836;
}

.right-float {
    right: 0px;
    transition: 1s all;
    border-left: solid 4px #de9836;
}

.nav-vertical {
    display: block;
    padding: 20px;
    background-color: #fff;
}

#menu-o-inwestycji li {
    max-width: 170px;
    text-align: right;
}

.caption, #envirabox-title {
    display: none !important;
}



@media screen and (max-width: 768px) {
    .nav-sticky {
        display: none
	}
    
    #switch {
        display: block;
	} 
    
    .menu-spolecznosciowe {
        margin-left: -14px;
	}
    
    .menu {
        display: block;
	}
    
    .menu-glowne-container {
        display: none;
        position: absolute;        
        top:0;
        right: 0;
        width: 100vw;
        height: auto;
        z-index: 9999;
        background-color: #fff;
        opacity: 1;
        padding: 50px 15px;
        transition: 1s all;
	}
    
    footer .menu-glowne-container {
        display: block;
        background: none;
        width: auto;
        height: auto;
        padding: 0;
        position: relative;
	}
    
    ul#menu-glowne li {
        width: 100%;
		
	}
	
    ul.sub-menu li {
        display: block;
        padding: 25px 0;
        margin: 0 !important;
        display: block;
        position: relative; 
        float: none !important; 
        background-color: #fff;
        border-bottom: none !important;
	}    
	
    ul#menu-glowne i {
        color: #000 !important;
        padding-left: 5px;
	}
	
    ul#menu-glowne li a {
        color: white;
        font-size: 1rem;
		background-color: #de9836;
	}
}

#scroll-arrow {
    position: absolute;
    right: 10%;
    bottom: 5%;
    display: none;
    padding: 0px 10px;
    border: solid 2px transparent;
}

#scroll-arrow a {
    color: #fff;
}

#scroll-arrow:hover {
    text-decoration: none;
    border: solid 2px #fff;    
}

.latest .news-title {
    font-size: 1rem;
}

.latest p {
    font-size: .8rem;
}

.latest .read_more {
    font-size: 0.6rem;   
}


.test {
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

#main h3.active{
	color: #de9836 !important;
}

#main h3{
	font-size: 1.4rem;
}

div.img-frame {
	max-height: 160px;
	overflow: hidden;
}
.wp-post-navigation {
    margin-top: 50px;
}
.wp-post-navigation a {
    text-decoration: none;
 	font-family: 'Ubuntu', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #666;
}
.wp-post-navigation div {
	width:350px;
}
.wp-post-navigation div a:after {
    position: absolute;
    color: #ccc;
    font-size: 36px;
    margin-top: -11px;
    height: 22px;
    line-height: 22px;
    top: 28%;
    font-weight: 100;
}
.wp-post-navigation-pre {
    float: left;
    line-height: 16px;
    padding-left: 30px;
}
.wp-post-navigation-next {
    float: right;
    text-align: right;
    line-height: 16px;
    padding-right: 30px;
}
#mega-menu-wrap-footer-nav #mega-menu-footer-nav > li.mega-menu-item {
    float: left;
    width: 100%;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 16px !important;
    padding-left: 25px;
}

#button_1,#button_2,#button_3,#button_4,#button_5,#button_6 {
    display: none;
}
#mapa-cover {
    position: relative;
}
#mapa {
    position: relative;
}
#btns {
    position: absolute;
    right: 20px;
    top: 153px;    
}
#btns button {
    display: block;
    background-color: transparent;
    border: none;
    text-indent: -9999px;
}
#btn1,#btn2,#btn3,#btn4,#btn5,#btn6,#btn7 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 63px;
    margin: 10px;
    cursor: pointer;
}
#btn3 {
    width: 220px;
    height: 80px;
}
#btn1 {
    background-image: url(img/btn1.png);
}
#btn2 {
    background-image: url(img/btn2.png);
}
#btn3 {
    background-image: url(img/btn3.png);
}
#btn4 {
    background-image: url(img/btn4.png);
}
#btn5 {
    background-image: url(img/btn5.png);
}
#btn6 {
    background-image: url(img/btn6.png);
}
#btn7 {
    background-image: url(img/btn7.png);
}

@media screen and (max-width: 768px) {
    #btns button {
        display: inline;
    }
    #btns {
        
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }
}

input {
	padding: 20px;
	font-size: 1.2em;
	border: solid 1px #000;
}
input[type="checkbox"] {
	margin-right: 10px;
}