@charset "UTF-8";
/* CSS Document */

:root {
	--black: #3c2e23;
	--white: #fff;
	--blue: #75a8b6;
	--gray: #b3b3b3;
	--lightgray: #e6e6e6;
	--brown: #3c2e23;
}

::selection{
	background: var(--blue) !important;
	color: var(--white) !important;
}

.post-blog h1, .post-blog h2, .post-blog h3, .post-blog h4, .post-blog h5, .post-blog ol, .post-blog p, .post-blog pre, .post-blog ul, figure figcaption {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

h4, h5, h6 {
	text-transform: uppercase;
}

form{margin: 0;}

body{
	margin: 0 auto;
	background: var(--white);
	color: var(--black);
	font-family: 'KoHo', sans-serif;
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
a:link, a:visited {
	color: var(--black);
	transition: all 0.6s;
	text-decoration: none;
}
a:hover {
	color: var(--blue);
	transition: all 0.6s;
	text-decoration: none;
}
.kolor-brazowy{color: var(--brown);}
.kolor-niebieski{color: var(--blue);}
.kolor-bialy{color: var(--white);}

.top-header{
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	color: var(--black);
	font-size: .85rem;
	height: 50px;
	line-height: 50px;
}
.top-header p{
	margin:0px;
}
header{
	display: block;
	background: rgba(255, 255, 255, 0);
	color: var(--black);
	height: 80px;
	position: -webkit-sticky; 
	position: sticky; 
	top: 0px;
	z-index: 999;
	line-height: 2;
}
.header-jolanta{
	background: rgba(255, 255, 255, 0);
	margin:0 auto;
}
.white-bg{
	background: var(--white);
	box-shadow: 0 10px 30px 0 rgba(17,59,81,.2);
	transition: all 0.6s;
}
.logo{
	float: left;
	-ms-flex-align: center!important;
	align-items: center!important;
}
a.logo{
	display:block;
	height:80px;
}
.logo img{
	height: 100px;
	margin-top: 10px;
	margin-right:15px;
	position:relative;
}
.white-bg .logo img{
	height: 60px !important;
}
.nawigacja{
	float: left;
}
.sekcja-main{
	width: 100%;
	height: auto;
	background: var(--blue);
}
.sekcja-home{
	margin: 30px 0em;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sekcja-head-lewa{
	text-align: left !important;
	margin: 0 0px 30px 0px !important;
}
.sekcja-head{
	text-align: center;
	width: 80%;
	margin: 0 auto 30px auto;
}
.sekcja-head-bialy{
	color: var(--white);
}
.sekcja-head-szary{
	color: var(--black);
	opacity:.52;
}
.sekcja-head h2{
	line-height: 1.5;
	font-size: 3rem;
	margin: 0;
	padding: 0;
	font-weight:300;
}
.ikona-small{
	font-size: 3rem;
}
.ikona-normal{
	font-size: 4rem;
}
.ikona-normal-big{
	font-size: 5.5rem;
}
.ikona--big{
	font-size: 7rem;
}
.big-odstep{
	padding: 40px !important;
}
input[type=text], input[type=email], input[type=tel],input[type=url], select, textarea {
	width: 100%;
	padding: 8px 20px;
	border: 1px solid var(--white);
	color: var(--black);
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 5px;
	resize: vertical;
	font-size: .9em;
}
input[type=checkbox] {
	float: left;
	margin-right: 8px;
	height: 16px;
	width: 16px;
}
input[type=submit] {
	background-color: var(--black);
	color: var(--white);
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	font-size: .8em;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.9s;
}
input[type=submit]:hover {
	background-color: var(--black);
	color: var(--blue);
	box-shadow: 0 10px 30px 0 rgba(17,59,81,.5);
	transition: all 0.9s;
}
label{
	display: block;
	margin-left: 15px;
}
.duzy-odstep{
	margin: 20px 0px !important;
}
#footer{
	background: var(--blue);
	width: 100%;
	height: auto;
	display: block;
	padding:10px 0px;
}
#footer a{
	color: var(--white);
	margin: 4px 2px;
}
#footer a:hover{
	color: var(--black);
}
.footer-container{
	padding: 20px;
	color: var(--white);
	font-size: .85rem;
}
.footer-container h4{
	padding: 0px;
	margin:0px;
	color: var(--white);
	font-size: 1.3rem;
	font-weight:300;
}
.footer-container-small{
	padding: 10px 20px;
	color: var(--white);
	font-size: .75rem;
}
#footer ul{
	list-style: dot;
	color: var(--black);
}
.sekcja-main h2, .sekcja-main-black h2{
	font-weight: 300;
}
.sekcja-main h1, .sekcja-main-black h1{
	margin-top: 50px;
}
.light{
	font-weight:100;
}
.font-big{
	font-size: 1.2rem !important;
}

/* SLIDER */
.slider-home-core{
	width:100%;
	height:100vh;
	background: var(--brown);
	position:relative;
	z-index:1;
	overflow:hidden;
	top:-130px;
}
.slider-home-core::after{
	content:'';
	width:100%;
	height:100vh;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 100%);
	position:absolute;
	z-index:9;
	top:0px;
}
.slider-home{
	width:100%;
	height: 100vh;
	object-fit: cover;
}
.slider-container{
	position:absolute;
	z-index:9;
	margin-top: 150px;
	color: var(--white);
	width:100%;
}
.slider-txt{
	font-size:5em;
	line-height:1em;
	font-weight: 300;
	margin:0px;
	padding:0px;
	text-align:center;
	text-shadow: 0px 0px 3px rgba(17,59,81,.9);
}
.slider-txt p{
	margin:0px;
	padding:0px;
}
.animate-fading {animation:fading 6s infinite}
@keyframes fading {
    0% {opacity:0; transform: scale(1);}
	15% {opacity:1;}
    50% {opacity:1;}
	95% {opacity:1;}
	100% {opacity:0; transform: scale(1.1);}
}

a.btn-standard:link, a.btn-standard:visited{
	background-color: rgba(255,255,255,.0);
	color: var(--blue);
	padding: 15px 32px;
	text-align: center;
	border:2px solid var(--blue);
	text-decoration: none;
	display: inline-block;
	font-size: 1em !important;
	transition: all 0.6s;
}
a.btn-standard:hover{
	background-color: var(--blue);
	color: var(--white);
	border:2px solid var(--blue);
	transition: all 0.6s;
}
#kontakt{
	width:100%;
	min-height:400px;
	background-image: url("../img/mietus-laguna.jpg");
	background-color: var(--blue);
	background-size: cover;
	background-repeat: no-repeat;
	padding:50px 0px;
}
.kontakt{
	background-color: rgba(174,220,238,.9);
	padding:30px 40px;
	width:calc(90% - 80px);
}
.h3-title{
	font-size:2em;
	font-weight:300;
}


/*-------------------------*/
.box--jolanta-grafit{
	position:relative;
	top:-130px;
	height:auto;
	width:100%;
	background: var(--brown);
	border-bottom:5px solid var(--brown);
}
a.jol-graf-overlay{
	display:block;
	position:relative;
}
a.jol-graf-overlay img{
	object-fit: cover;
	width:100%;
	height:50vh;
}
a.jol-graf-overlay::after{
	content: '';
	object-fit: cover;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	display:block;
	border:1px solid var(--blue);
	position:absolute;
	top:10px;
	left:10px;
}
.jol-graf-title{
	position:absolute;
	bottom:30px;
	background-color: rgba(117, 168, 182, 0.8);
	color: var(--white);
	font-size:2em;
	font-weight:300;
	padding:5px 15px 5px 30px;
	transition: .5s ease;
}
a.jol-graf-overlay:hover .jol-graf-title {
	opacity: 0 !important;
	transition: .5s ease;
}
.overlay-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(100% - 50px);
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(117, 168, 182, 0.8);
	color: var(--white) !important;
	text-align:center;
	padding-top:50px;
	font-size:2em;
	font-weight:300;
}
a.jol-graf-overlay:hover .overlay-hover {
	opacity: 1 !important;
	transition: .5s ease;
}
.home-bg{
	position:relative;
	margin-bottom:100px;
	background: url("../img/right-top.png") right top, url("../img/left-bottom.png") left bottom;
	background-color: var(--white);
	background-repeat:no-repeat;
	width:100%;
}
.sekcja-opinie{
	background: url("../img/opinie-bg.jpg") fixed;
	background-color: #fbf7e9;
	background-repeat:no-repeat;
}
.slideshow-container {
  position: relative;
}
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  color: var(--blue);
  font-weight: bold;
  font-size: 4em;
  user-select: none;
}
.next {
  position: absolute;
  right: 0;
}
.prev:hover, .next:hover {
  color: var(--black);
}
.dot-container {
    text-align: center;
    padding: 20px;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(117, 168, 182, 0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: var(--blue);
}
.author{
	font-weight:700;
}
.sekcja-under-opinie{
	color: var(--white);
	background-image: url("../img/footer-bg_old.jpg");
	background-position:bottom;
	background-color: var(--black);
	background-blend-mode: multiply;
	background-repeat:no-repeat;
}
.sekcja-pokoje{
	color: var(--white);
	background-image: url("../img/footer-bg_old.jpg");
	background-position:bottom;
	background-color: var(--blue);
	background-blend-mode: multiply;
	background-repeat:no-repeat;
}
.up-footer{
	background: url("../img/footer-bg.jpg");
	background-color: var(--white);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	padding:50px 0px;
}
.offer-center{
	text-align: center;
	padding: 20px;
}
.page-title-bg{
	background: url("../img/slider/slider-1.jpg") center no-repeat;
	background-color: var(--blue);
	background-size:cover;
	position:relative;
	margin-top:-130px;
	padding:200px 0px 100px;
	border-bottom:5px solid var(--brown);
}
.page-title-bg a:hover{
	color: var(--white) !important;
}
.page-title-bg::after{
	content:'';
	width:100%;
	height:100%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(60,46,35,0.4) 100%);
	position:absolute;
	z-index:9;
	top:0px;
}
.page-title-h1{
	text-align:center;
	font-size:3em;
	font-weight:700;
	color: var(--white);
	text-shadow: 0px 0px 3px rgba(17,59,81,.9);
}
.opinion{
	background: var(--white);
	box-shadow: 0 10px 30px 0 rgba(17,59,81,.2);
	padding:30px;
	margin:30px;
	text-align:center;
}
.rank-math-breadcrumb{color: var(--white); opacity:.8;}
.rank-math-breadcrumb a{color: var(--white) !important; }
.header-social-media{
	float: right;
	margin-right: 20px;
}
.social-media-icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	text-align: center;
	border-radius: 0px;
	margin-top: 25px;
	transition: 0.5s ease all;
}
.social-media-icon:hover{
	border-radius: 20px;
	transition: 0.5s ease all;
}
a.social-media-icon svg{
	fill: var(--black);
	text-decoration: none;
	height: 16px;
	padding-top: 6px;
}
.opinie-strona{
	max-width: 1170px;
	margin: 0 auto;
	display: grid;
	grid-gap: 0rem;
	grid-template-columns: repeat(1, 1fr);
}
.foto-content{
	width:90%;
	height:auto;
	margin:0% 5%;
}
.align-items{
	align-items: center!important;
	display: flex;
}
.fala1::after{
	content:'';
	background: url("../img/fala.svg") no-repeat;
	display:block;
	width:100px;
	height:30px;
	position:relative;
	right:0px;
	margin-top:20px;
}
.fala2::before{
	content:'';
	background: url("../img/fala.svg") no-repeat;
	display:block;
	width:100px;
	height:30px;
	position:relative;
	right:20px;
}
.bulaj-bialy, .bulaj-niebieski, .bulaj-czarny{
	padding:40px;
	display:inline-block;
	margin-bottom:20px;
	background-size:96%;
}
.bulaj-bialy{
	background: url("../img/bulaj-bialy.svg") no-repeat center;
}
.bulaj-niebieski{
	background: url("../img/bulaj-niebieski.svg") no-repeat center;
}
.bulaj-czarny{
	background: url("../img/bulaj-czarny.svg") no-repeat center;
}

.wrapperkontakt
{ 
  padding: 20px;
  position:fixed;
	bottom:0;
	right:0;
	z-index:999;
} 

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.ikonkakontakt
{
  float: left;
  margin: 40px;
  width: 70px;
  height: 70px;
	line-height:64px;
	font-size:55px;
	padding-left:3px;
  letter-spacing: 1px;
  color: var(--white);
  text-align: center;
  background: var(--blue);
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
}
.ikonkakontakt a
{
  color:#fff;
	text-decoration:none;
}
.bon{
	position: fixed;
	z-index: 99;
	display: block;
	width: 70px;
	height: 150px;
	top: 50%;
	left: 0px;
	background: white;
}
.bon img {
	transform: rotate(-90deg);
	width:100px;
	top:60px;
	position:relative;
	left:-15px;
}
.wp-block-gallery img{
	box-shadow: 0 10px 30px 0 rgba(20,60,90,.1);
}