/*
Theme Name: Erizo
Author: Erizo.pl
*/

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300&display=swap');
:focus {outline: 0;}
.alignleft{float:left;margin-right:15px;}
.alignright{float:right;margin-left:15px;}
.aligncenter{display:block;margin:auto;}
section {
	padding: 100px 0;
}

a{color:#333;}
a:hover{color:#666;}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Raleway', sans-serif;
	font-weight: 200 !important;
}
p{width: 100%;}
p,a,li
{
	font-family: 'Roboto', sans-serif !important;
}
.top-contact {
	background: #c9bc9f;
	min-height: 30px;
	font-size: 15px;
	padding: 5px 0;
	text-align: right;
}
.top-contact .contact-list ul {
	display: inline-flex;
	padding: 0 22px 0 0;
	margin: 0;
}
.top-contact .contact-list ul li {
	margin: 0;
	padding: 0 20px 0 30px;
}
.top-contact .contact-list ul li:before, .top-contact .contact-list ul li a {
	color: #fff;
	padding-left: 5px;
	top: 0;
}
@media screen and (max-width: 768px) {
	.top-contact .contact-list ul li:before, .top-contact .contact-list ul li a {
		padding-left: 10px;
		font-size: 12px;
	}
	.top-contact .contact-list ul {
		padding: 0;
	}
	.top-contact {
		text-align: center;
	}
	.top-contact .contact-list ul li:before {
		font-size: 15px !important;
		top: 0.4em !important;
	}
	.top-contact .contact-list ul li {
		padding: 0 0 0 20px;
	}
}
.main-slider {
	width: 100%;
	height: 700px;
}
.slider {
	position: relative;
	width: 100%;
	height: 700px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	color: #fff;
}
.navbar {
	border-bottom: solid 1px #f3f3f3;
	background: #fff;
}
.logo {
	height: 75px;
	width: auto;
}
.my-menu li{
	list-style: none;
	display: inline;
	padding-right: 10px;
	font-weight: 100;
	text-transform: uppercase;
}
.my-menu a {
	color: #000;
	padding: 15px 5px;
}
.my-menu a:hover {
	color: #c9bc9f;
	text-decoration: none;
	transition: all 0.3s;
}
.menu-item-has-children {
	position: relative;
	display: inline-block;
}
.sub-menu{
	transition: 1s;
	background: #f8f8f8;
	display: none;
	position: absolute;
	border-radius: 5px;
	margin-top: -2px;
	right: 0;
	min-width: 190px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 10px 20px;
	z-index: 1;
}
.sub-menu a {
	font-size: 13px;
	font-weight: 600;
	padding: 5px 5px;
	display: inline-block;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
	right: 0;
    left: 0;
    position: absolute;
    margin: 0 auto;
    z-index: 10;
}
.menu-item-has-children:hover.menu-item-has-children:after {
	color: #e8f6fc;
	font-family: FontAwesome;
	display: inline-block;
	font-size: 12px;
}
.current_page_item a {
	color: #c9bc9f;
}
/* Hamburger */
@media screen and (max-width: 1199px) {
	.current_page_item a {
	border: none;
	}
	.sub-menu{
		position: relative;
		overflow:auto;
		transition: 0s;
		margin: 0px;
		background: none;
		box-shadow: none;
		padding: 0;
	}
	.logo {
		margin-left: 20px;
	}
	.my-menu li{
		display: block;
    text-align: center;
    position: relative;
    font-size: 24px;
	}
	.my-menu li:before
	{
		content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #fff;
    position: absolute;
    left: 0;
	}
	.my-menu a {
		color: #fff;
	}
	.menu-item-has-children:after {
	color: #e8f6fc;
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	font-size: 12px;
	content: '▼';
	right: 20px;
	top: 0;
	}
	.menu-item-has-children:hover .sub-menu {
		position: relative;
	}
}
.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	border-radius: 0.25rem;
	z-index: 1000;
}
.icon-bar {
	width: 22px;
	height: 2px;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  background: #fff;
}
.toggler-fixed {
	position: fixed !important;
	right: 15px;
	top: 25px;
	transition: 0.5s;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  background: #fff;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  background: #000;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  background: #000;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  background: #000;
}
button:focus{ outline: 0;}
@media (max-width: 1199px) {
    .navbar-collapse {
    padding: 50px 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #c9bc9f;
    color: #fff;
    opacity: 0.99 !important;
    overflow: auto;
    padding-top: 40px;
    }
    .navbar-collapse.collapsing {
        height: 100%;
		transition: 0.3s;
        opacity: 0;
        right: -100%;
    }
    .navbar-collapse.show {
    	padding: 80px 0;
        right: 0;
        opacity: 1;
        transition: 0.3s;
    }
    .navbar-collapse.show ul {
    	line-height: 2;
    }
}

@-webkit-keyframes hamburger {
  0%   { right: -50px; }
  60%  { right: -50px; }
  100% { right: 15px; }
}
.hamburger-show {
	-webkit-animation: hamburger 0.8s; /* Safari 4+ */
  -moz-animation:    hamburger 0.8s ; /* Fx 5+ */
  -o-animation:      hamburger 0.8s ; /* Opera 12+ */
  animation:         hamburger 0.8s ; /* IE 10+, Fx 29+ */
}
/* End of hamburger */
.slider:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	opacity: 0.2;
	z-index: 0;
	content: '';
}
.banner-desc {
	display: table-cell;
	vertical-align: middle;
	height: 700px;
	text-align: center;
	position: relative;
	z-index: 3;
	width: 100vw;
}
.banner-desc h1 {
	font-size: 65px;
	font-weight: 600;
	margin-bottom: 20px;
}
.banner-desc h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.banner-desc, .main-slider, .slider{
		height: 500px;
	}
	.banner-desc h1 {
		font-size: 45px;
	}
	.slick-dots {
	bottom: 1.5em !important;
	}
	section {
		padding: 80px 5px;
	}
}
.text-header h1 {
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 3em;
	text-align: center;
	font-weight: 600;
	position: relative;

}
.text-header h1:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 80px;
	height: 2px;
	background: #c9bc9f;
}
.btn {
	background: none;
    padding: 14px 30px;
    color: #c9bc9f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    border: solid 2px #c9bc9f;
    transition: 0.3s;
    margin: 20px 0;
}
.btn:focus {
	outline: none !important;
	box-shadow: none !important;
}
.btn:hover {
	color: #fff;
	background: #c9bc9f;

}
.btnnews{
	background: none;
    padding: 14px 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    border: solid 2px #fff;
    transition: 0.3s;
    width: 100%;
}
.btnnews:focus {
	outline: none !important;
	box-shadow: none !important;
}
.btnnews:hover {
	color: #fff;
	background: #bdb095;
	cursor: pointer;

}

.banner-desc .btn:hover {
	background: #c9bc9f;
	border: solid 1px #c9bc9f;
	-webkit-box-shadow: 0px 9px 10px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 9px 10px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 9px 10px 2px rgba(0,0,0,0.75);
	transition: 0.3s;
}
.slick-dots {
	bottom: 3em;
}
.slick-dots li button:before {
	color: #fff;
	opacity: 0.45;
	font-size: 12px;
}
.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 0.75;
	font-size: 12px;
}
.parallax {
	padding: 90px 0;
	position: relative;
	min-height: 290px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
}
.parallax:after {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: '';
	background: #c9bc9f;
	opacity: 0.9;
}
.liczba-par {
	z-index: 5;
	color: #fff;
	text-align: center;
}
.liczba-par {
	font-size: 18px;
}
.liczba-par h1 {
	font-size: 50px;
}
.liczba-par .ikonka .icon {
	border: none;
	color: #fff;
}
.ikonka {
	position: relative;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    margin: 20px auto 0;
}
.icon {
	display: table-cell;
	vertical-align: middle;
	border-radius:50%;
}
.ikonka .icon {
	font-size: 35px;
    color: #c9bc9f;
    background: transparent;
    border: 4px solid #c9bc9f;
    transition: 0.3s;
}
.icon-desc {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	font-weight: 700;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
            font-family: 'Raleway', sans-serif!important;
}
.icon-block {
	border: solid 1px #c9bc9f;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	height: 230px;

	margin-top: 10px;
	transition: 0.3s;
}
#single-link:hover
{
		color: #000!important;
	text-decoration: none!important;
}
.icon-block p{
	color: #000!important;
	text-decoration: none!important;

}
.icon-block:hover p{
	color: #000!important;
	text-decoration: none!important;
}
.icon-block:hover {
	background: #efe9dc;
	text-decoration: none;
	transition: 0.3s;
}
.sub-banner {
	position: relative;
	height: 400px;
	text-align: center;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.sub-banner-desc {
	color: #fff;
	height: 400px;
	width: 100vw;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 3;
	position: relative;
}
.sub-banner:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	opacity: 0.2;
	z-index: 0;
	content: '';
}
.sub-banner-desc h1 {
	font-size: 55px;
	font-weight: 600;
	margin-bottom: 20px;
}
.sub-banner-desc h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.sub-banner, .sub-banner-desc {
		height: 250px;
	}
	.sub-banner-desc h1 {
		font-size: 45px;
	}
	.text-header h1 {
		font-size: 24px;
	}
}
.contact-list ul{
	list-style: none;
	padding: 0;
	font-weight: 400;
	margin-top: 30px;

}
.contact-list a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
.contact-list h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px;
}
.contact-list ul li {
	position: relative;
	  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
}
.contact-list ul li:before {
	font-weight: 500 !important;
	color: #c9bc9f;
	position: absolute;
	opacity: 0.7;
	left: 0;
	top: .15em;
	font-family: 'FontAwesome';
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.contact-list ul li.phone:before {
	font-size: 24px;
	content: '\f095';
	border: solid 1px #c9bc9f;
	    margin-top: -7px;
    padding: 3px 7px;
}
.contact-list ul li.email:before {
	font-size: 20px;
	content: '\f1d8';
	    margin-top: -7px;
	border: solid 1px #c9bc9f;
    padding: 6px;
}
.contact-list ul li.facebook:before {
	font-size: 20px;
	content: '\f082';
	    margin-top: -7px;
	border: solid 1px #c9bc9f;
    padding: 6px;
}
.contact-list ul li.instagram:before {
	font-size: 20px;
	content: '\f16d';
	    margin-top: -7px;
	border: solid 1px #c9bc9f;
    padding: 6px;
}
.contact-list ul li.address:before {
	font-size: 20px;
	    margin-top: -7px;
	content: '\f279';
	border: solid 1px #c9bc9f;
    padding: 6px;
}
.wpis-box {
	min-height: 480px;
	padding: 15px;
font-family: 'Roboto', sans-serif !important;	background: #fff;
}
.wpis-box a {
	font-weight: 700;
	float: right;
	text-decoration: none;
	color: #c9bc9f;
}
.ssin,.ssin a,.ssin p,.ssin ul{   font-family: 'Roboto', sans-serif !important;}
.wpis-img {
	width: 100%;
	height: 200px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.wpis-title {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Alegreya Sans', sans-serif;

	font-weight: 400;
	padding: 10px 0;
}
#menu-primary-menu{border-bottom: 1px solid #c9bc9f;padding: 0;}
.wpis-date {
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
}
.wpis-date:before {
	font-family: 'FontAwesome';
	font-size: 15px;
	margin-right: 5px;
	content: '\f073';
}
.wpis-text {
	font-size: 18px;
	padding: 15px 0;
}
.img-single {
	width: 400px;
	height: 250px;
	float: right;
	padding: 30px;
}
#stopka {
	min-height: 500px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	color: #fff;
	padding: 90px 0;
}
#stopka:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #000;
	opacity: 0.9;
	z-index: 0;
	content: '';
}
.footer-contact {
	z-index: 5;
	position: relative;
}
#stopka .contact-list ul li, #stopka .contact-list ul li:before, #stopka .contact-list a {
	color: #fff;
}
#footer-menu {
	padding-top: 30px;
}
#footer-menu ul {
	display: list-item;
	text-decoration: none;
	list-style: none;
	background: none;
	padding: 0;
	box-shadow: none;
	line-height: 1.9;
}
#footer-menu a {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
#footer-menu .sub-menu {
	position: relative !important;
}
#footer-menu .menu-item-has-children:after {
	color: #e8f6fc;
	display: inline-block;
	font-size: 12px;
	content: '';
}
.copyr {
	height: 50px;
	color: #fff;
	padding-top: 10px;
	position: relative;
	z-index: 5;
	bottom: 0;
	background: #0f0f0f;
	text-align: center;
}
.copyr a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#footer-menu {
	padding-top: 0;
	}
	#stopka {
		padding: 90px 15px;
	}
	.copyr {
		font-size: 14px;
	}
	.img-single {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
}
.sticky {
/*  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.8s;
  z-index: 99;*/
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#c9bc9f;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 20;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
table {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}
.center {text-align: center; margin: 0 auto;}
.col-md-4 {float: left;}
.gallery, .gallery .gallery-item{width:100% !important; float: left;}
.alignright {text-align: right; float: right;}
.roseshi {color: #f46bef;}
.pink-bold strong {color: #f46bef;}
.img-about{width: 50%;
    display: block;
    margin: auto;}
.skaline{border-top: 1px solid #c9bc9f;
    width: 100%;
    padding-bottom: 20px;
}
@import url('https://fonts.googleapis.com/css?family=Arimo&display=swap');
.shiakap{font-size: 24px;}
.shiup{text-transform: uppercase!important;}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    border: 0;
    border-top: 1px solid rgb(201, 188, 159);
}
.szkol p,li
{
font-family: 'Roboto', sans-serif !important;	font-weight: 400;
}
.phone a,.email a,.form-control
{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
}
.roboto_oswald h5{font-family: 'Oswald', sans-serif;font-weight: 600!important ;}
.roboto_oswald p,li,ol,a{font-family: 'Roboto', sans-serif;font-weight: 300!important;}
.robotoLight p{font-family: 'Roboto', sans-serif !important;font-weight: 300 !important;}
.robotoLight strong{font-weight: 600!important;}
.pricelist{width: 80%;margin: auto;display: block;padding: 20px;}
.pricelist strong{font-weight: 600;float: right;}
@media screen and (max-width: 768px) {.pricelist h5{font-size:15px;}}
@media (min-width: 1199px){
.navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
}
#envirabox-content{width: 100%!important;height: 100%!important;border-width: 0!important;}
.newsletter{background: #c9bc9f;}
.myform{    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 1.5;
    font-size: 18px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* border-radius: 0.25rem; */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}

    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    /*border: 2px solid #f7e70000!important;*/
		float:left;
}
.newsletter .acceptance-600 .wpcf7-not-valid-tip{margin-left:20px;}
.wpcf7-not-valid-tip{margin-bottom:20px;}
.first-photo{width: 75%;display: block;margin: auto;}
.form-window{
		transition: 0.5s;
		position: fixed;
		background: #555;
		opacity: 0.95;
		z-index: 1000;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow-y: auto;
	}
	.hide{display:none;}
	.blockScroll{
		overflow: hidden;
	}
	.form-close{
		position: fixed;
	    right: 50px;
	    top: 40px;
	    font-size: 50px;
	    color: #fff;
	    background: none;
	    border: none;
	    z-index: 400;
	}
	.form-close:hover{cursor: pointer;}
.form-window h6{color: #fff;font-size: 50px;text-align: center;margin-top: 45vh;}
.ebook-z{margin-bottom: 30px;width: 100%;}
button br{
	display: none;
}
.ebook-bg{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
}
.ebook-box{
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	position: relative;
	padding: 15px;
	margin: 15px 0;
}
.ebook-box a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.ebook-title{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}
.menu-item-has-children:after{
	top: 10px;
}