/*
Theme Name:     TPZ
Author:         BartoshDesign
Author URI:     http://bartoshdesign.pl
Template:       Divi
Version:        1.0
*/

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {font-family: 'Montserrat', sans-serif;overflow-x: hidden;}

::-moz-selection {
  background: #D4B565;color: #fff;
}

::selection {
  background:#D4B565;color: #fff;
}

.et_pb_section {
    position: relative;
    background: none;
}

#top-menu li {padding-right: 15px;}

#top-menu li a {
    font-size: 15px;
}

#main-header {
	   background: none;
    box-shadow: none;
}

#page-container {padding-top: 0 !important}

#wstep {
	width: 675px;
	max-width: 100%;
}

#wstep h1 {
	    color: #fff;
    font-weight: bold;
    font-size: 3.5rem;
	margin-bottom: 30px;
	padding-top: 100px;
}

#wstep p {
	font-weight: normal;
    font-size: 21px;
}

#foto--glowne {
	    position: absolute;
    right: 0;
    max-width: 100%;
    width: 60%;
}

.squiggle {
    opacity: 0.03;
    stroke-width: 0;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

#logo--tlo {
	     position: absolute;
    width: 100%;
    bottom: 0;
    left: 20px;
    padding: 0;
}

#logo--tlo svg {
	width: auto;
	margin-bottom: 0;
}

#sekcja--pierwsza {
	    height: 100vh;
    overflow: hidden;
	    background: rgb(47,46,46);
    background: radial-gradient(circle, rgba(47,46,46,1) 0%, rgba(18,18,18,1) 65%);
}

#wstepne-haslo {
	    position: relative;
    z-index: 10;
}

#wstep a, .przycisk, input.wpcf7-form-control.wpcf7-submit {
	    font-size: 21px;
    font-weight: bold;
    display: inline-block;
    border: 2px solid #D4B565;
    padding: 15px 45px;
    margin-top: 30px;
    transition: 0.5s all ease;
	position: relative;
	overflow: hidden;
	    background: none;
    color: #D4B565;
}

#wstep a:after, .przycisk:after, input.wpcf7-form-control.wpcf7-submit:after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

#wstep a:before,
#wstep a:after, .przycisk:before, .przycisk:after, input.wpcf7-form-control.wpcf7-submit:before, input.wpcf7-form-control.wpcf7-submit:after {
  background: #D4B565;
  content: '';
  position: absolute;
  z-index: -1;
}

#wstep a:after, .przycisk:after, input.wpcf7-form-control.wpcf7-submit:after {
  /*background-color: #f00;*/
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

#wstep a:hover:after, .przycisk:hover:after, input.wpcf7-form-control.wpcf7-submit:hover:after {
  height: 100%;
  width: 135%;
}

#wstep a:hover {
	color: #2B2A29;
}

.przycisk:hover, input.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
}

.enh_scroll_down, .enh_scroll_down:hover, .enh_scroll_down:focus { color: #fff; text-align: center;}

.enh_scroll_down b {
    width: 25px;
    height: 40px;
    border: 2px solid #D4B565;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}

.enh_wht_txt .enh_scroll_down b {
    border: 2px solid #D4B565;
}

.enh_scroll_down b:before {
    display: block;
    content: '';
    height: 4px;
    width: 2px;
    background: #D4B565;
    left: 10px;
    top: 8px;
    position: absolute;
    animation: 2s ease 0s normal none infinite mouse-down;
    -webkit-animation: 2s ease 0s normal none infinite mouse-down;
}

@keyframes mouse-down {
			0% {
				height: 4px;
			}
			50% {
				height: 12px;	
			}
			100% {
				height: 4px;
			}
		}

#strzalka-dol {
	    text-align: center;
    bottom: 20px;    position: absolute;
    left: 0;
    right: 0;
}

#naglowek h2 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;display: inline-block;
    background: #fff;
    padding-right: 25px;
}

#naglowek-ocala:after {
	    content: '';
    position: absolute;
    height: 1px;
    width: 76%;
    right: 0;
    bottom: 20px;
    background: #2B2A29;
}

#konkretna--specjalizacja {
	width: 14.285714285714285714285714285714%;
	float: left;
	    text-align: center;
    background: #2B2A29;
	flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -webkit-inline-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
	position: relative;
	color: #fff;
	line-height: normal;
	font-size: 14px;
	overflow: hidden;
	border-right: 10px solid #fff;
}

#wszystkie--specjalizacje {
	    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

#konkretna--specjalizacja:before {
	    content: '';
    position: absolute;
    border: 2px solid #fff;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
}

#konkretna--specjalizacja div {
	    padding: 0 15%;
}

#konkretna--specjalizacja:after {
	content: '§';
    opacity: 0.1;
    position: absolute;
    bottom: -20px;
    left: -25px;
    font-size: 190px;
}

#konkretna--specjalizacja div:after {
	    content: '01';
    position: absolute;
    right: 6%;
    bottom: 6%;
    background: #2B2A29;
    padding-top: 15px;
    padding-left: 15px;
}


#konkretna--specjalizacja:nth-child(2) div:after {content: '02'; }
#konkretna--specjalizacja:nth-child(3) div:after {content: '03'; }
#konkretna--specjalizacja:nth-child(4) div:after {content: '04'; }
#konkretna--specjalizacja:nth-child(5) div:after {content: '05'; }
#konkretna--specjalizacja:nth-child(6) div:after {content: '06'; }
#konkretna--specjalizacja:nth-child(7) div:after {content: '07'; }

#konkretna--specjalizacja:hover {background: #D4B565;}
#konkretna--specjalizacja:hover div:after{background: #D4B565;}

#konkretna--specjalizacja div span:after {
	content: '';
    display: block;
    background: url(img/arrow.png) center no-repeat;
    background-size: cover;
    width: 15px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 5px;
    transition: 0.5s all ease;opacity: 0;
}

#konkretna--specjalizacja:hover div span:after {opacity: 1;}

#naglowek-ocala.cala-prawa:after {
	right: inherit;
    left: 0;
}

#naglowek-ocala.cala-prawa #naglowek h2 {
	    float: right;
    padding-right: 0;
    padding-left: 25px;
}

#osoba--szczegoly h3 {
	    font-size: 21px;
    font-weight: bold;
    padding-bottom: 0;
    margin-top: 15px;
}

#osoba--szczegoly h4 {font-size: 90%;}

#osoby--wszystkie {
	    margin-top: 35px;
    padding-bottom: 0;
}

#zdjecie--osoby {
	overflow: hidden; max-height: 490px;
}

#zdjecie--osoby img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#osoba:hover #zdjecie--osoby img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#logo--tlo.wtresci {
	left: inherit;
    right:30px;
    z-index: -1;
	top: -250px;
}

#logo--tlo.wtresci svg {
	float: right;margin-bottom: 0;
}

#logotypy div.logo-carousel-free.logo-carousel-free-free-area .slick-prev {
    right: inherit;
    position: absolute;
    left: -80px;
    top: 31%;
	    background: none !important;
    width: 50px;
    height: 33px;
}

#logotypy div.logo-carousel-free.logo-carousel-free-free-area .slick-next {
    position: absolute;
    right: -80px;
    top: 31%;
	    background: none !important;
    width: 50px;
    height: 33px;
}

#logotypy .fa-angle-left:before {
    content: "";
	width: 50px;
	height: 33px;
	background: url(img/lewa.png);
	display: block;
}

#logotypy .fa-angle-right:before {
    content: "";
	width: 50px;
	height: 33px;
	background: url(img/prawa.png);
	display: block;
}

#aktualnosci .display-posts-listing {
	list-style: none;
}

#aktualnosci .display-posts-listing li.listing-item {
	width: 50%;
	float: left;
	padding: 15px;
}

#aktualnosci .display-posts-listing a.image {
	display: inline-block;
    overflow: hidden;
	max-height: 305px;
}

#aktualnosci .display-posts-listing li a.image img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#aktualnosci .display-posts-listing li:hover a.image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#aktualnosci .display-posts-listing li a.title {
	display: block;
    margin: auto;
    width: 80%;
    background: #fff;
    padding: 50px 30px;
    margin-top: -80px;
    z-index: 10;
    position: relative;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #2B2A29;
    padding-bottom: 10px;
}

#aktualnosci .display-posts-listing li {position: relative;text-align: center;}

#aktualnosci .display-posts-listing li span.date {
	font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 65%;
    z-index: 10;
}

span.excerpt-dash {display:none;}

#aktualnosci .display-posts-listing li span.excerpt {font-size: 0;}

#aktualnosci .display-posts-listing li span.excerpt a.excerpt-more {
	font-size: 15px;
    font-weight: bold;
    margin: auto;
	    background: url(img/prawa.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-size: 20px;
	transition: 0.5s all ease;
}

#aktualnosci .display-posts-listing li:hover span.excerpt a.excerpt-more {
	padding-right: 40px;
}

.et_pb_column_1_2 .et_pb_map, .et_pb_column_3_5 .et_pb_map, .et_pb_column_3_8 .et_pb_map {
    height: 570px;
}

.wpcf7-form > p#pole {
	 font-size: 16px;
	 position: relative;
	padding: 0;margin: 0;
}
 .wpcf7-form > p#pole label {
	 position: absolute;
	 top: 62%;
	 transform: translateY(-50%);
	 pointer-events: none;
	 font-weight: normal;
	 transition: top 0.5s;
	 color: #fff;
}
 .wpcf7-form input.wpcf7-text,  .wpcf7-form textarea {
	 border: none;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    transition: 0.5s all ease;
    background-position: right center;
    background-size: 15px 15px;
	 width: 400px;
    max-width: 100%;
}
 .wpcf7-form label.has-value {
	 top: 20px !important;
	 
}

#mapa--ulozenie {position: absolute;    margin-top: 50px;}

#mapa--ulozenie:before {
	content: '';
    width: 100%;
    height: 80%;
    background: #2B2A29;
    position: absolute;
    left: 0;
    top: -60px;
}

#dane--kontakowe {
	    display: inline-block;
    width: 100%;
    color: #fff;
	    margin-top: 45px;
}

div#dana {
    width: 50%;
    float: left;
}

div#dana a {color: #fff;}

div#dana strong {
	display: block;
	margin-bottom: 20px;
}

#kontakt--sekcja h3 {
	    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.wpcf7-form > p#pole.ciemne label {
	color:#2B2A29;
}

.wpcf7-form > p#pole.ciemne input.wpcf7-text {
	color:#2B2A29;
	border-color:#2B2A29;
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background: #D4B565;
}

.wpcf7-form textarea {
	color:#2B2A29;
	border-color:#2B2A29;    height: 150px;
}

.wpcf7-form > p#pole.ciemne.dlugie label {
	top: 30%;
}

input.wpcf7-form-control.wpcf7-submit {
	position: absolute;
    right: -300px;
    width: 270px;
    bottom: 45px;
    padding: 35px;
    cursor: pointer;
}

.wpcf7-form textarea {width: 100%;}

span.wpcf7-not-valid-tip {
    background: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    color: #fff;
    padding: 4px 20px;
    font-size: 11px;
    right: 0;
    margin-top: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {display:none !important}

#main-footer {
    background: #fff;
    text-align: center;
    color: #2B2A29;
    padding-bottom: 25px;
}

#main-footer a {color: #2B2A29;transition: 0.5s all ease;}
#main-footer a:hover {color: #D4B565;}

.odnosnik {
    display: inline-block;
    padding: 10px 15px;
}

#social {
	    float: right;
    margin-top: -5px;
    margin-left: 20px;    z-index: 10;
    position: relative;
}

#social a {margin: 0 5px;}


#social .linkedin {
	width: 18px;
	height: 19px;
	background-image: url(img/linkedin2.png);
	display: inline-block;
}

#social .facebook {
	width: 18px;
	height: 19px;
	background-image: url(img/facebook2.png);
	display: inline-block;
}

#social .youtube {
	width: 18px;
	height: 19px;
	background-image: url(img/yt2.png);
	display: inline-block;
}

.home #social .linkedin {background-image: url(img/linkedin.png);}
.home #social .facebook {background-image: url(img/facebook.png);}
.home #social .youtube {background-image: url(img/yt.png);}

.et_pb_scroll_top.et-pb-icon {
	    background: rgb(48, 55, 63);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    bottom: 20px;
    right: 20px;
}

body .et-fixed-header #top-menu a, body .et-fixed-header #et_search_icon:before, body .et-fixed-header #et_top_search .et-search-form input, body .et-fixed-header .et_search_form_container input, body .et-fixed-header .et_close_search_field:after, body .et-fixed-header #et-top-navigation .et-cart-info {
    color: rgba(255,255,255,1)!important;
}

@media (max-width: 1241px) {
	.et_pb_svg_logo #logo {
    max-width: 270px;
}
	#top-menu li {
    display: inline-block;
    padding-right: 10px;
    font-size: 10px;
}
	
	#social .linkedin {
		    position: fixed;
    right: 0;
		background-image: url(img/linkedin.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-color: #D4B565;
    margin: 0;
    top: 160px;
		transition: 0.5s all ease;
	}
	#social .facebook {
		    position: fixed;
    right: 0;
		background-image: url(img/facebook.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-color: #D4B565;
    margin: 0;
    top: 210px;transition: 0.5s all ease;
	}
	
	#social .youtube {
		    position: fixed;
    right: 0;
		background-image: url(img/yt.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-color: #D4B565;
    margin: 0;
    top: 260px;transition: 0.5s all ease;
	}

}

.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, .et_pb_pricing li:before, blockquote {
    border: 3px solid #c2a55c;
    background: rgb(47,46,46);
    background: radial-gradient(circle, rgba(47,46,46,1) 0%, rgba(18,18,18,1) 65%);
}
.et_mobile_menu li a {
	    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 1100px) {
	#wszystkie--specjalizacje {display: block;}
	#konkretna--specjalizacja {
		flex: none;
    width: 100%;
    display: block;
    height: auto !important;
    margin: 1px 0;
    padding: 40px 0;
    border: none;
	}
	#konkretna--specjalizacja:before {
		display: none;
	}
	#konkretna--specjalizacja:after {
		bottom: 0;
    left: 0;
    font-size: 80px;
	}
	#konkretna--specjalizacja div:after {
		right: 10px;
		bottom: 10px;
	}
}

@media (max-width: 700px) {
	#logo--tlo {left: 0;}
	#logo--tlo svg {
        width: 80%;
    margin-bottom: -100px;
    margin-right: -80px;
}
	#wstep {
		font-size: 14px;
    line-height: 20px;
	}
	#wstep h1 {
		    font-size: 30px;
    padding-top: 30px;
	}
	#wstep a, .przycisk, input.wpcf7-form-control.wpcf7-submit {
		    font-size: 14px;
    margin-top: 10px;
    padding: 10px 30px;
	}
	#foto--glowne {width: 100%;}
	body.page-template-default {
    font-size: 14px;
}
	#strzalka-dol {bottom: 40px;}
	
	div.logo-carousel-free.logo-carousel-free-free-area .slick-prev, div.logo-carousel-free.logo-carousel-free-free-area .slick-next {display: none !important;}
	@media only screen and (orientation:landscape){  
		#logo--tlo {
    left: 0;
    width: 60%;
    bottom: inherit;
    top: -200px;
}
		#wstep h1 {
    font-size: 30px;
    padding-top: 0;
}
		#wstepne-haslo {padding-top: 0;}
		.et_pb_row, .container {width: 90%;}
		#foto--glowne {
    width: 55%;
}
		#strzalka-dol {display: none;}
		}
}

@media (max-width: 1200px) {
	#aktualnosci .display-posts-listing li span.date {top: 60%;}
}

@media (max-width: 1120px) {
	#aktualnosci .display-posts-listing li span.date {
    position: relative;
    display: block;
}
	#aktualnosci .display-posts-listing li a.title {
		    padding: 20px;
    font-size: 18px;
	}
}

@media (max-width: 700px) {
	#aktualnosci .display-posts-listing li.listing-item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
	#aktualnosci .display-posts-listing li a.title {
    padding: 20px 15px;
    font-size: 18px;
    width: 95%;
    margin-top: 10px;
}
	.odnosnik {
    display: inline-block;
    padding: 10px 5px;
}
	div#dana {width: 100%;margin: 5px 0;}
	#dane--kontakowe {margin-top: 0;}
	body {overflow-x:hidden;}
}	
	@media (max-width: 980px) {
		#mapa--ulozenie {
			position: relative;
    margin-top: 0;
		}
		#mapa--ulozenie:before {display:none;}
		.wpcf7-form input.wpcf7-text, .wpcf7-form textarea {
			color: #2B2A29;
    border-color: #2B2A29;    border-radius: 0 !important;
		}
		.wpcf7-form > p#pole label {color: #2B2A29;}
		div#dana, #kontakt--sekcja h3, div#dana a {color: #2B2A29;}
		input.wpcf7-form-control.wpcf7-submit {
			position: relative;
    right: inherit;
    margin-top: 20px;
    bottom: 0;
    padding: 20px;
		}
	}


#kontakt--sekcja .et_pb_map h3 {
	    color: #2B2A29;
}

#top-menu a {
	color:#2B2A29 !important;
}

.home #top-menu a {
	color:#fff !important;
}

#top-menu li.current-menu-item a {
	color: #D4B565 !important;
}

.et-fixed-header#main-header {
    background-color: #fff !important;
}

.home .et-fixed-header#main-header {
    background-color: #2B2A29 !important;
}

body.page .et-fixed-header #top-menu a {
	color: #2B2A29 !important;
}

body.home.page .et-fixed-header #top-menu a {
	color: #fff !important;
}

#opis-specjalizacja {
	 background: rgb(47,46,46);
    background: radial-gradient(circle, rgba(47,46,46,1) 0%, rgba(18,18,18,1) 65%);
    color: #fff;
    padding: 65px 35px;
    padding-right: 140px;    text-align: justify;
}

#tytul--sprecjalizacja h1 {
	    text-align: right;
    font-weight: 900;
    font-size: 50px;
    margin-top: 30px;
	padding: 25px;
}

#tytul--sprecjalizacja h2 {text-align: right;
	
    font-size: 30px;
	padding: 25px;padding-top: 0;}

#tytul--sprecjalizacja h1 span {
	color: #D4B565;
}

#nav_menu-2 {
	    text-align: right;
    float: right;
    padding: 25px;
}

#nav_menu-2 h2 {
	font-size: 14px;
}


#nav_menu-2 ul {list-style: none;}

.mobilny {display: none;}
@media (max-width: 980px) {
	.desktop {display:none;}
	.mobilny {display: block;}
	#opis-specjalizacja {padding: 35px;}
	#tytul--sprecjalizacja h1 {
		font-size: 34px;
		margin-top: 0;
	}
}

#nav_menu-2 ul a {
	color: #2B2A29;
    font-weight: bold;
    font-size: 13px;
	transition: 0.5s all ease;
}

#nav_menu-2 ul a:after {
	    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #2B2A29;
    float: right;
    margin-top: 16px;
    margin-left: 10px;transition: 0.5s all ease;
}

#nav_menu-2 ul a:hover {
	color: #D4B565;
}

#nav_menu-2 ul a:hover:after {
	background: #D4B565;width: 30px;
}

@media (max-width: 700px) {
	#nav_menu-2 ul a:after {display: none;}
	#nav_menu-2 {text-align: left;}
}

#onas-tekst .aos-init {
    margin: 25px 0;
    text-align: justify;
}

#opis--czlonek--zespol {
	    background: #2B2A29;
    color: #fff;
    padding: 65px 130px;
	padding-right: 180px;
    text-align: justify;
}

#opis--czlonek--zespol h1 {
	color: #fff;
    font-weight: bold;    font-size: 220%;
}

#opis--czlonek--zespol h2 {
	color: #fff;
    font-weight: bold;margin-bottom: 35px;
}

#opis--czlonek--zespol .aos-init {
	margin-bottom: 25px;
}

#x2 {
	    z-index: 1;
}

#foto--czlonek {
	    float: right;
    width: 400px;
    max-width: 100%;
    margin-right: -130px;
    z-index: 10;
    position: relative;
    margin-top: 100px;
}

#foto--czlonek img {
	    box-shadow: 0px -2px 20px 10px #3333330f;
}


@media (max-width: 980px) {
	#foto--czlonek {
		    width: 300px;
    margin-right: 0;
    float: none;
    margin: auto;
    margin-bottom: -70px;
    margin-top: -50px;
	}
	#foto--czlonek img {
		box-shadow: none;
	}
	#opis--czlonek--zespol {
		padding: 65px 30px;
	}
}

.et_right_sidebar #main-content .container:before {
	display: none;
}

.et_post_meta_wrapper {
	margin-top: 100px;
}

.et_post_meta_wrapper img {
	    margin-left: -250px;
    width: 900px;    float: left;
    padding: 30px;
	margin-top: -50px;
}

h1.entry-title {
	    background: #2B2A29;
    color: #fff;
    display: inline-block;
    float: right;
    margin-bottom: -40px;
    z-index: 10;
    position: relative;
    padding: 20px 40px;
    max-width: 100%;
    width: 600px;
}

.et_pb_post .entry-content {
    padding-top: 130px;
}

.et_pb_post .post-meta {
	    background: #D4B565;
    color: #fff;
    display: inline-block;
    float: right;
    margin-bottom: -40px;
    z-index: 10;
    position: relative;
    padding: 20px 35px;
    max-width: 100%;
    margin-right: -15px;
    margin-top: 15px;
}

@media (max-width: 1014px) {
	.et_post_meta_wrapper img {
		    margin-left: 0;
    width: 100%;
    padding: 0;
	}
	.et_pb_post .post-meta {
		margin-right: 0;
    margin-top: 30px;
	}
	h1.entry-title {font-size: 22px;}
}

#page-container {overflow-x:hidden;}

@media (max-width: 980px) {
	body.page-id-206 li#menu-item-19, body.home li#menu-item-19 {
    display: block;
}
}



span.wpcf7-list-item {margin: 0;margin-top: 15px;}

#cookie-notice .cn-button {
    margin-left: 10px;
    background: #D4B565;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

a#wnioski--banki--logo {
    text-align: center;
	transition: 0.5s all ease;
	position: relative;
	color: #2B2A29;
	padding: 20px;    display: inline-block;padding-bottom: 40px;
}

a#wnioski--banki--logo:before {
	content: '';
	width: 40px;
	height: 40px;
	border-top: 1px solid #2B2A29;
	border-left: 1px solid#2B2A29;
	position: absolute;
	left: 0;
	top: 0;transition: 0.5s all ease;
}

a#wnioski--banki--logo:hover:before {
	width: 120px;
	height: 120px;
}

a#wnioski--banki--logo:after {
	content: '';
	width: 40px;
	height: 40px;
	border-bottom: 1px solid #2B2A29;
	border-right: 1px solid#2B2A29;
	position: absolute;
	right: 0;
	bottom: 0;transition: 0.5s all ease;
}

a#wnioski--banki--logo:hover:after {
	width: 120px;
	height: 120px;
}

a#wnioski--banki--logo span {
	    display: inline-block;
    line-height: normal;
    font-size: 14px;
}

a#wnioski--banki--logo span:after {
	content: 'Pobierz wzór >>';
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transition: 0.5s all ease;
	opacity: 0;font-weight: bold;
}

a#wnioski--banki--logo:hover span:after {
	opacity: 1;
}

.et_pb_module.et_pb_toggle {
	    background: none;
    border: 1px solid #eee;
    box-shadow: 1px 1px 20px #eee;
	margin-bottom: 10px !important;
}

h5.et_pb_toggle_title {
    color: #2B2A29 !important;
    font-weight: bold !important;
}

#teldzwon {
	position: fixed;
    bottom: 20px;
    left: 20px;
    background: #2B2A29;
    color: #fff;
    padding: 12px 35px;
    border: 2px solid #fff;
}

#teldzwon a {
	color: #fff;
	font-weight:bold;
}

.page-id-361 .et_pb_scroll_top.et-pb-icon {
	bottom: 85px;
}

body.page #top-menu .sub-menu a, body.page .et-fixed-header #top-menu .sub-menu a {
    color: #fff !important;    font-size: 14px;
    line-height: normal;
    padding: 5px 0;
}

#menu-item-417, #menu-item-418, #menu-item-419, #menu-item-420, #menu-item-421 {
	display:none !important;
}


.page-id-361 #menu-item-417, .page-id-361 #menu-item-418, .page-id-361 #menu-item-419, .page-id-361 #menu-item-420, .page-id-361 #menu-item-421 {
	display:inline-block !important;
}

.page-id-361 #menu-item-422, .page-id-361 #menu-item-423, .page-id-361 #menu-item-424, .page-id-361 #menu-item-425, .page-id-361 #menu-item-426 {
	display: none !important;
}

@media (max-width: 980px) {
	.page-id-361 #menu-item-417, .page-id-361 #menu-item-418, .page-id-361 #menu-item-419, .page-id-361 #menu-item-420, .page-id-361 #menu-item-421 {
	display:block !important;
}
}

@media (min-width: 1300px) {
	#aktualnosci .display-posts-listing a.image {
	    width: 100%;
    height: 305px;
	}
	
	#aktualnosci .display-posts-listing li span.date {top: 263px;}
	#aktualnosci .display-posts-listing li.listing-item {
		    min-height: 450px;
	}
}


#main-footer {
	position: relative;
}

#main-footer:before {
	    content: '';
    background: url(/wp-content/uploads/2020/12/footer-eff.png);
    width: 125px;
    height: 276px;
    position: absolute;
    right: 0;
    bottom: 40px;
}

#main-footer:after {
	    content: '';
    background: url(/wp-content/uploads/2020/12/foot2.png);
    width: 102px;
    height: 221px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#wstep h1:after {
	content: '';
	background: url(/wp-content/uploads/2020/12/dod-poziom.png);
	width: 84px;
	height: 18px;
	    display: block;
    margin-top: 20px;
    margin-left: -15px;
}

#naglowek-ocala.cala-prawa #naglowek h2:after {
    content: '';
    background: url(/wp-content/uploads/2020/12/dot-pion.png);
    background-size: cover;
    width: 10px;
    height: 47px;
    position: absolute;
    right: -25px;
    top: -20px;
}

#naglowek-ocala.cala-lewa #naglowek h2:before {
    content: '';
    background: url(/wp-content/uploads/2020/12/dot-pion.png);
    background-size: cover;
    width: 10px;
    height: 47px;
    position: absolute;
    left: -25px;
    top: -20px;
}

#opis-specjalizacja {position: relative;}

#opis-specjalizacja:before {
	    content: '';
    background: url(/wp-content/uploads/2020/12/footer-eff.png);
    width: 125px;
    height: 276px;
    position: absolute;
    right: 100px;
    bottom: -190px;
    transform: rotate(-90deg);
    z-index: -1;
}

.page-id-361 h1.entry-title {
    float: none;
}


.page-id-361 div#naglowek-ocala {
    padding-top: 0;
}


.page-id-361 .et_pb_section.et_pb_section_0.et_section_regular {
    padding: 10px 0;
}

section.ebook--main {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.ebook--srodek {
    position: fixed;
    left: 0;
    right: 0;
    width: 35%;
    margin: auto;
    top: 15%;
}

.ebook--lewa {
    width: 50%;
    background: url(https://pzadwokaci.pl/wp-content/uploads/2021/04/tlo-ebook.jpg);
    height: 85vh;
    padding: 30px;
    display: flex;
    align-items: center;
    padding-right: 15%;
}

.ebook--lewa h1 {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
}

.ebook--lewa h1 span {
    font-size: 27px;
    font-weight: normal;
    margin-top: 20px;
    display: inline-block;
}

.ebook--prawa {
    width: 50%;
    padding: 30px;
    padding-left: 16%;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
}

.page-id-1001 div#kontakt--sekcja {
    position: relative;
    z-index: 100;
    background: #fff;
    padding-top: 0;
}

.page-id-1001 #main-footer {
    background: #fff;
    z-index: 1000;
}

div#sek--ebook2 section.ebook--main {
    margin-top: 0;    flex-direction: row-reverse;
}

div#sek--ebook2 {
    z-index: 10;
    background: #ffffffde;
}

section.ebook--main.druga--sekcja .ebook--lewa {
    padding: 30px;
    padding-left: 16%;
}

section.ebook--main.druga--sekcja .ebook--prawa {
    padding: 30px;
    padding-right: 16%;
}

section.ebook--second h2 {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    font-size: 33px;
}

section.ebook--second h3 {
    text-align: center;
    margin-bottom: 40px;
}

div#sek--ebook2 ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div#sek--ebook2 ul li {
    margin-bottom: 5px;
    padding: 0 10px;
    width: 50%;
	    display: flex;
}

div#sek--ebook2 ul li span {
    color: #d4b565;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
    min-width: 20px;
    display: inline-block;
}

.pobierzebook {
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

@media (max-width: 980px) {
	section.ebook--main {
    display: block;
}
	.ebook--lewa {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px;
    display: block;
}
	
	.ebook--lewa h1 {
    font-size: 22px;
    display: block;
}
	
	.ebook--lewa h1 span {
    font-size: 15px;
    margin-top: 10px;
}
	.ebook--srodek {
		position: relative;
    width: 67%;
    top: 0;
    margin-top: -30px;
	}
	
	.ebook--prawa {
    width: 100%;
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
}
	
	section.ebook--second h2 {
    margin-top: 0;
    font-size: 25px;
}
	section.ebook--second h3 {
    margin-bottom: 20px;
    font-size: 15px;
}
	
	div#sek--ebook2 ul li {
    width: 100%;
    padding: 0;
}
}

.wspolpracujemy span {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
}

.wspolpracujemy img {
    width: 250px;
    border-radius: 15px;
}

.wspolpracujemy a div {
    font-size: 15px;
    color: #ccae61;
}

/* ---- WYGLĄD AKTUALNOŚCI LISTINGU ---- */

#aktualnosci .display-posts-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

#aktualnosci .display-posts-listing li.listing-item {
    width: calc(20% - 30px);
    margin: 15px;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 25px #f7ecec;
    box-shadow: 0 0 25px #f7ecec;
    min-height: unset;
    padding-bottom: 20px;
}

.home #aktualnosci .display-posts-listing li.listing-item {
    width: calc(25% - 30px);
}

#aktualnosci .display-posts-listing a.image {
    width: 100%;
    height: auto;
    min-height: 220px;
}

#aktualnosci .display-posts-listing li a.title {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    line-height: normal;
    font-size: 15px;
}

#aktualnosci .display-posts-listing li span.date {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.7;
    margin-bottom: 10px;
}

.et_post_meta_wrapper img {
    width: 500px;
    float: none;
    margin: auto;
    padding: 0;
}

.et_pb_post .entry-content {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;    padding-top: 60px;
}

.et_post_meta_wrapper {
    text-align: center;
    margin-top: 65px;
	
}
#main-header .nav li ul a {
    color: #fff !important;
}
h1.entry-title {
    float: none;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
}

.et_pb_post .post-meta {
    float: none;
    display: block;
    width: 200px;
    padding: 10px;
    margin: auto;
    margin-bottom: 10px;margin-top: -10px;
}

.et_pb_post .entry-content h2 {
    font-weight: bold;
    color: #d4b565;
    margin-bottom: 20px;
}

@media (max-width: 1600px) {
	
#aktualnosci .display-posts-listing li.listing-item {
    width: calc(25% - 30px);
}
}

@media (max-width: 1400px) {
	
#aktualnosci .display-posts-listing li.listing-item {
    width: calc(33.3% - 30px);
}
}

@media (max-width: 1040px) {
	
	
.home #aktualnosci .display-posts-listing li.listing-item {
    width: calc(50% - 30px);
}
	
#aktualnosci .display-posts-listing li.listing-item {
    width: calc(50% - 30px);
}
}

a.pobierz__ebook {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background: #ffffff;
    color: #1f1f1f;
    font-weight: 900;
    width: 300px;
    text-align: center;
    padding: 12px 0;
    margin: auto;
    font-size: 13px;
}


ul.sub-menu {
    margin: 0 !important;
    padding: 0 !important;
}

.et_mobile_menu li li {
    padding-left: 0;
}

.et_mobile_menu li li a {
    font-size: 90%;
    font-weight: normal;
    padding-left: 30px;
    line-height: normal;
}

ul#mobile_menu {
    padding: 0;
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
    border: none;
}

@media (max-width: 650px) {
	
#aktualnosci .display-posts-listing li.listing-item {
    width:100%;
}
	.et_post_meta_wrapper {
    margin-top: 40px;
}
	
	.et_pb_post .post-meta {
    margin-bottom: -20px;
}
	
	.et_pb_post .entry-content {
    padding-top: 30px;
}
	
h1.entry-title {
    font-size: 17px;
    padding: 20px;
}
	
.home #aktualnosci .display-posts-listing li.listing-item {
    width: 100%;
}
	div#social a {
    right: -40px !important;
    width: 35px !important;
    height: 45px !important;
}
	
	h1.entry-title {
    font-size: 17px;
    background: none;
    color: #2B2A29;
    text-align: left;
    padding: 0;
}
	
	.et_pb_post .post-meta {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    background: none;
    color: #333;
    opacity: 0.4;
}
}


@media (max-width: 1340px) {
	#top-menu li a {
    font-size: 14px !important;
}
}

@media (max-width: 1140px) {
	#top-menu li a {
    font-size: 12px !important;
}
}

div#pz__main {
    padding-top: 150px;
}

time.updated.entry-time {
    color: #D4B565;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.pzPostHead h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;    position: relative;
}

.pzPostHead .container, 
.pzPostHead {
    position: relative;
}





span.pzImage {
    display: inline-block;
    max-width: 100%;
    width: 500px;
    margin-bottom: 35px;position: relative;
}

span.pzImage img {
    border-radius: 12px;
}

.pzMainShIm {
    display: flex;
	align-items: center;
}

.pzShareCont {
    padding-left: 35px;
}

ul.pzShareContList {
    display: flex;
    align-items: center;
}

ul.pzShareContList img {
    width: 20px; transition: 0.5s all ease;
}

ul.pzShareContList a {
    border: 2px solid #d4b565;
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
}

ul.pzShareContList a:hover {
	background: #d4b565;
}

ul.pzShareContList a:hover img {
	filter: brightness(0) invert(1);
}

.kk-star-ratings .kksr-legend {
    opacity: 0.3;
    font-size: 20px !important;
    margin-top: 5px;
}

span.pzShareContTitle {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

div#PB_pz {
    margin-bottom: 100px;
}

.pzShareRatings {
    margin-top: 40px;
}

div#PB_pz ul {
    list-style: disc;
    margin-left: 30px;
    padding-bottom: 20px;
}


.post-template-default .et-fixed-header#main-header nav>ul>li>a {
   color: #2B2A29 !important;
}

@media (max-width: 767px) {
	div#pz__main {
    padding-top: 125px;
}
	
	time.updated.entry-time {
    font-size: 15px;
}
	.pzPostHead h1 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
	
	.pzMainShIm {
    display: block;
}
	.pzShareCont {
    padding-left: 0;
    margin-bottom: 30px;
}
	.pzShareRatings {
    margin-top: 15px;
}
	.kk-star-ratings .kksr-legend {
    opacity: 0.3;
    font-size: 12px !important;
    margin-top: 5px;
}
	.kk-star-ratings {
    display: block;
}
	
	span.pzImage {
    margin-bottom: 15px;
}
	
	ul.pzShareContList img {
    width: 15px;
}
	ul.pzShareContList a {
    width: 40px;
    height: 40px;
}
}

@media (min-width: 1240px) and (max-width: 1357px) {
	#top-menu li a {
    font-size: 13px !important;
}
	
	#top-menu li {
    padding-right: 10px;
}
	
	div#social {
    margin-left: 15px;
    transform: scale(0.8);
}
}

.logos_pz__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.logos_pz__list img {
    padding: 10px 15px;
    width: 145px;
	transition: 0.5s all ease;
}

div#sep-kontakt {
    height: 245px;
}

div#formularz-main {
    max-width: 100%;
    width: 650px;
    margin: auto;
    margin-top: -100px;
}

.wpcf7-form .pz_field input.wpcf7-text, .wpcf7-form .pz_field textarea {
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #eee;
    padding: 20px 15px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 6px !important;
    background: #fff;
    transition: 0.5s all ease;
    color: #2B2A29;
}

.wpcf7-form .pz_field input.wpcf7-text:focus, .wpcf7-form .pz_field textarea:focus {
    border-color: #C4A65D;
}

#formularz-main input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    right: inherit;
    bottom: inherit;
    padding: 20px 30px;
    border-radius: 10px;
    margin: auto;
    display: block;
    margin-top: 20px;
}

div#mega-menu-wrap-primary-menu {
    margin-top: -15px;
}

body.home #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
}

body.home #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body.home #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, body.home #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	color: #c4a65d;
}

#et_mobile_nav_menu {
	display: none !important;
}

#social_mobile {
	display:none;
}

div#page-container {
    margin: 0 !important;
    padding: 0 !important;
}

.pz-specialization-container {
    max-width: 100%;
    width: 1170px;
    margin: auto;
}

.pz-specialization-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}

.pz-tile {
    width: 33.3%;
    padding: 0;
}

.pz-tile a strong, .pz-tile a span {
    display: block;
}

.pz-tile a span {
    transition: 0.5s all ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    opacity: 0;
}

.pz-tile a:hover span {
	opacity: 1;
}

.pz-tile a {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    background: #2B2A29;
    position: relative;
    color: #fff;
	    display: flex;
    align-items: center;
    justify-content: center;
	min-height: 160px;
}

.pz-tile:nth-child(2) a {
    background: #4D4C4A;
}

.pz-tile:nth-child(6) a {
    background: #4D4C4A;
}

.pz-tile:nth-child(10) a {
    background: #4D4C4A;
}

.pz-tile:nth-child(14) a {
    background: #4D4C4A;
}

.pz-tile:nth-child(4) a {
    background: #F7F7F7;
	color: #2B2A29;
}

.pz-tile:nth-child(8) a {
    background: #F7F7F7;
	color: #2B2A29;
}

.pz-tile:nth-child(15) a {
    background: #F7F7F7;
	color: #2B2A29;
}

.pz-tile:nth-child(3) a {
    background: #C4A65D;color: #2B2A29;
}

.pz-tile:nth-child(7) a {
    background: #C4A65D;color: #2B2A29;
}


.pz-tile:nth-child(12) a {
    background: #C4A65D;color: #2B2A29;
}

.pz-tile.menu-item-4653 a {
    font-size: 20px;
    padding: 75px 20px;
}

.pz-tile.menu-item-4654 a {
    font-size: 20px;
    padding: 75px 20px;
}

.pz-tile.menu-item-4655 a {
    font-size: 20px;
    padding: 75px 20px;
}

.pz-tile a strong {
    font-weight: normal;
}

.pz-tile.menu-item-4653 a strong {
    font-weight: bold;
}

.pz-tile.menu-item-4654 a strong {
    font-weight: bold;
}

.pz-tile.menu-item-4655 a strong {
    font-weight: bold;
}

.pz-footer-links-container {
    text-align: left;
    max-width: 100%;
    width: 1170px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 15px;
}

.pz-fl-header {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.pz-footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pz-footer-links .pz-footer-link-item {
    width: 33.3%;
    font-size: 14px;
    padding: 5px;
}

.pz-footer-links-container {
    text-align: left;
    max-width: 100%;
    width: 1170px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    border-bottom: 1px solid #C4A65D;
    padding-bottom: 30px;
}

div#mapa-v2-container {
    max-width: 100%;
    width: 100%;
}

div#kontakt--sekcja-v2 {
    padding-bottom: 0;
}

.pz_foot_info_item {
    width: 100%;
    border: 1px solid #2B2A29;
    padding: 15px;
	position: relative;
	min-height: 135px;
}

.pfii_img {
    position: absolute;
    width: 45px;
    background: #fff;
    padding: 5px 10px;
    top: -20px;
    left: 15px;
    margin: auto;
}

.pfii_head {
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 10px;
}

.pfii_value {
    padding-left: 10px;
	line-height: normal;
    margin-top: 10px;
	color: #2B2A29;
}

.pfii_value a {
    line-height: normal;
	color: #2B2A29;
	display: block;
}

@media (max-width: 1200px) {
	.pz-footer-links-container {
    padding: 0 30px;
    margin-bottom: 75px;
}
	
	.pz-footer-links .pz-footer-link-item {
    width: 100%;
}
	.pz-footer-links {
    padding-bottom: 20px;
}
}

.et_pb_svg_logo #logo {
    height: auto !important;
    max-height: unset;
    max-width: 100%;
    width: 240px;
}

@media (min-width: 768px) {
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: unset;
    font-weight: normal !important;
    display: inline-block;
    border: 1px solid #C4A65D;
	background: #C4A65D !important;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    margin: 0;
		transition: 0.5s all ease;
		color: #fff !important;
		text-align: center;
}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
		border: 1px solid #2B2A29;
		background: #2B2A29 !important;
	}
	
	li#mega-menu-item-4608 > ul.mega-sub-menu, li#mega-menu-item-4606 > ul.mega-sub-menu {
    padding: 20px 0 !important;
}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current_page_item > a.mega-menu-link {
		border: 1px solid #C4A65D;
		background: #C4A65D;
		color: #fff;
	}
	
}

li#mega-menu-item-4756 a {
    background: #C4A65D !important;
    color: #fff !important;
    border-radius: 5px !important;
}

header#main-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
	div#sep-kontakt {
    height: 0;
}
	div#mega-menu-wrap-primary-menu {
    margin-top: 0;
}
	div#et-top-navigation {
    padding: 0 !important;
}
	
	.container.et_menu_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
	span.logo_helper {
    display: none;
}
	.et_header_style_left .logo_container {
    position: relative;
    height: auto;
    width: 175px;
}
	.container.et_menu_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 25px;
}
	
	.et_header_style_left .logo_container a {
    display: inline-block;    width: 100%;
}
	.container.et_menu_container:after {
		display: none !important;
	}
	
	div#social {
    display: none !important;
}
	
	div#social_mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
		display: block;
}
	
	div#hero--space {
    padding: 0;
}
	
	.pz-tile {
    width: 100%;
}
	
	.pz-tile a {
    padding: 35px 15px 50px !important;
    min-height: unset;
}
	.pz-tile a span {
    opacity: 1;
}
	
	.pz-tile.menu-item-4653 a, .pz-tile.menu-item-4654 a, .pz-tile.menu-item-4655 a {
    font-size: 16px;
}
	
	div#formularz-main {
    margin-top: -50px;
}
	
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: unset;
    font-weight: normal;
		font-size: 14px;
}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px;
}
	
	
}