@charset "utf-8";
/* CSS Document */

body {
  padding-top: 0px;
  overflow:hidden;
  overflow-x: hidden;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
#contact-form {
	position:relative;
	z-index:1;
	margin: 0px;
	padding:0 0 0 0;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
}

.txt-form {
	display:block;
	padding-bottom:6px;
	color:#ffffff;
}

.txt-form span {
	color:#ffffff;
}

.form-div-1, .form-div-2, .form-div-3 {
	float:left;
	width: 100%;
}

.form-div-1, .form-div-2 {
	margin-right:6px;
}

#contact-form div {
	overflow:hidden;
}

#contact-form fieldset {
	position:relative;
	z-index:10;
	overflow:hidden;
	padding:0;
	width:100%;
	border:none;
}

#contact-form label {
	position:relative;
	display:block;
	float:left;
	margin:0;
	padding:0;
	min-height:48px;
	width:100%;
}

#contact-form .message {
	display:block!important;
	min-height:129px;
	width:100%;
	margin-bottom:10px;
}

#contact-form input, #contact-form textarea {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	background-color:#ebeced;
	margin:0;
	padding:8px 15px 10px 15px;
	width:100%;
	outline:none;
	border:none;
	font:14px Arial, Helvetica, sans-serif;
	line-height:24px;
	color: #949494;
}

#contact-form input {
	height:42px;
}

#contact-form input:focus, #contact-form textarea:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#contact-form .area .error {
	float:none;
}

#contact-form textarea {
	overflow:auto;
	width:100%;
	height: 200px;
	resize:none;
}

#contact-form .success {
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 10px;
	width:100%;
	border:none;
	background:#ebeced;
	color:#c1c1c1;
	text-align:center;
	text-transform:none;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
}

#contact-form .error, #contact-form .empty {
	position:absolute;
	bottom:7px;
	left:2px;
	display:none;
	overflow:hidden;
	padding:1px 4px 0px 0;
	width:100%;
	color:#ff7f66;
	text-transform:none;
	font-size:11px;
	line-height:1.27em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

#contact-form .message .error, #contact-form .message .empty {
	bottom:0;
	text-align:right;
}

.btns a {
	float:left;
	margin-right:20px;
}

.btns p {
	margin-top:9px;
}
@media (min-width: 1200px)  {
	#contact-form label {
	display:inline-block;
}

.form-div-1, .form-div-2, .form-div-3 {
	width: 100%;
}	
}
@media (min-width: 768px) and (max-width: 979px)  {
.form-div-1, .form-div-2, .form-div-3 {
	width:100%;
}

.form-div-1, .form-div-2 {
	margin-right:20px;
}

#contact-form .error, #contact-form .empty {
	bottom:0;
}
}
#map-canvas {
	height: 370px;
}
p.galeria {
	text-align:center;
}
p.galeria img {
	display:inline-block;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
@media (max-width:1200px) and (min-width:991px) {
	.nav > li > a {
	
	}
}
@media (max-width:991px) and (min-width:768px) {
	.nav > li > a {
	
	}
	.navbar-nav {
		
	}
}
@media (max-width:767px) {
	.nav > li > a {
		padding:15px 15px;	
	}
}
a#sklep {
    float: right;
    background: url(../images/sklep.jpg) no-repeat left center;
    padding-left: 55px;
}
.slide img {
	display:inline-block !important;
}
.slide {
	text-align:center ;
}
.wrapper {
	width:100%;
	float:left;
}
.wrapper.tlo {
	background: url(../images/tlo2.jpg) repeat left top;
	padding: 80px 0px;
	color: #fff;
}
.content {
    border: 1px solid #eaeaea;
    padding: 15px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.19);   -moz-box-shadow: 0 0 7px rgba(0,0,0,.19);   box-shadow: 0 0 7px rgba(0,0,0,.19);
    margin-bottom: 40px;
}
body.zakladki .content {
	-webkit-box-shadow: none;   -moz-box-shadow: none;   box-shadow: none;	
	border: none;
	padding: 20px 0px;
}
.content h3 {
	margin-top:0px;
	font-family: 'Archivo Narrow';
}
.orange {
	color:#eb4103;
}
.bold {
	font-weight:bold;
}
a.more {
	background: #b4b4b4;
	color:#fff;
	padding: 10px 75px;
	display:inline-block;
	-webkit-border-radius: 40px;  -moz-border-radius: 40px;  border-radius: 40px;
}
#html5Loader{
	top:0;
	left:0;
	background-color:white;
	background-color:rgba(255,255,255,0.95);
	margin:0;
	position:fixed;
}
#html5Loader .fallback {
	top:50%;
	position:absolute;
	text-align:center;
	width:100%;
	color:white;
	vertical-align: middle;
	display: block;
	font-style: normal;
	font-family "Lobster Two";
	font-size:23px;
}

	.isStuck {
		background: #fff;
		z-index: 999;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	}
	#stuck_container {
	}		
.wrapper.first {
	z-index:100;
	position: relative;
	padding: 20px 0px;
}
.wrapper.zak {
    background: url(../images/tloZak.jpg) repeat left top;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrapper.zak h1 {
	color: #25211e;
	font-size: 50px;
	font-weight: bold;
	font-family: 'Archivo Narrow';
	margin: 20px 0px;
}
@media (max-width:768px) {
	.bx-wrapper {
		display:none;
	}
}
@media (max-width:991px) {
	a#sklep {
		float: left;
		margin-top:20px;
	}
}
p.foto img {
	display:inline-block;
}
p#menu {
    float: left;
    margin-top: 14px;
    margin-right: 14px;
	display:none;
}
@media (max-width:768px) {
	p#menu {
		display:inline-block;
	}
}
.gall_item {
	display: block;
	margin-bottom: 25px;
	margin-top: 5px;
	background: #f8565d url(../images/magnify.png) center center no-repeat;
}
.gall_item img {
	width: 100%;
	box-shadow: 0 0 0 #fff;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.gall_item:hover img {
	opacity: 0.2;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 51%;
	margin-left: 640px;
	overflow: hidden;
	border: none;
	color: #fff;
	width: 41px;
	height: 41px;
	background: #f8565d url(../images/totop.png) 0 0 no-repeat;
	border-radius: 500px;
	z-index: 20;
	text-indent: -999px;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#toTop:hover {
	outline: none;
	background-color: #333;
}
#cookie_info {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
	text-align: center;
	-webkit-box-shadow: 0 0 .5rem 0 rgba(0,0,0,.7);
	-moz-box-shadow: 0 0 .5rem 0 rgba(0,0,0,.7);
	box-shadow: 0 0 .5rem 0 rgba(0,0,0,.7);
	position: fixed;
	right: 0;
	left: 0;
	z-index: 999;
	bottom: 0;
	padding: 10px 0px;
}
.container_cookies {
	position:relative;
	width:80%;
	margin:0 auto;
}
#close_c {
	width: 16px;
	height: 16px;
	position: absolute;
	right: -20px;
	top: 2px;
	background:url(../cookies/close_cookies.png);	
}
.isStuck .navbar-brand {
	display:none;
}
.slogan {
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
}
.slogan h1 {
    color: #fff;
}
.slogan h3 {
    color: #fff;
}
.slogan p {
    color: #fff;
}
.slogan p a {
	background:#2cbfd9;	
	padding: 15px 40px;
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 40px;  -moz-border-radius: 40px;  border-radius: 40px;
}
.container.abs {
	position:absolute;
}
.wrapper.padd {
	padding:40px 0px;	
}
@media (max-width:991px) {
	.slogan h1 {
		font-size:24px;
		margin-bottom: 0px;
	}
	.slogan h3 {
		margin-top:0px;
	}
}
@media (max-width:767px) {
	.slogan h1 {
		font-size:24px;
		margin-bottom: 0px;
	
		margin-top: 0px;
}
	.slogan h3 {
		margin-top:0px;
	}
	.slogan p a {
		display:none;
	}
}
.wrapper.tlo h1 {
	color:#fff;
}
.wrapper.last {
	padding:20px 0px 10px;
}
.wrapper.first.isStuck {
	padding:0px;	
}
.wrapper.first.isStuck .navbar-nav {
	float: right;
	text-align: center;
}
.wrapper.first.isStuck .navbar-nav > li {
	display:inline-block;	
	float: none;
}

.rekomendacjeContent{
	display:flex;
	flex-direction:column;
	align-items:center;

}

@media (min-width:767px){
	.rekomendacjeContent{
		flex-direction:row;
	}
}
.rekomendacjeContentLeft a{
	font-size: 30px;
}
.rekomendacjeContent figure{
	width:300px;
	height:320px;
	margin:20px;	
}
.rekomendacjeContent figure img{
	width:100%;
	height:100%;
	object-fit: cover;
}