/*
font-family: 'Fira Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
html {
	height: 100%
}

body {
	height: 100%;
	min-height: 35rem;
	position: relative;
	font-weight: 300;
	color: #333333;
    font-family: 'Fira Sans Condensed', sans-serif;
}
.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.7rem;
    
}

a {
	color:#212529; 
}
.bg-dark {
    background-color: #0a0a38!important;
}
.bg-green {
	background-color: #1ACD1A!important;
}
.text-dark {
    color: #0a0a38!important;
}
.text-sea {
	color: #4f9cb1;
}
.shadow {
	-webkit-box-shadow: 0px 20px 30px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 20px 30px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 20px 30px 0px rgba(50, 50, 50, 0.45);
}
hr {
	border-width: 2px;
	border-color: rgb(191, 195, 204) 
}

h1, h2, h3, h4, h5 {
    font-family: 'Fira Sans Condensed', sans-serif !important;
    
}

/* NAWIGACJA */


.btn {border-radius: 0
}

.btn-primary {
	border-color: #212529;
	background-color: #212529;
}
.top-black {
        background-color: rgb(43 42 43);
        -webkit-box-shadow: -1px 12px 29px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: -1px 12px 29px 2px rgba(0,0,0,0.5);
        box-shadow: -1px 12px 29px 2px rgba(0,0,0,0.5);
}


h2.rezerwacja {
	font-size: 1.2rem;
	font-weight: 300 !important;
	color: #514c6a;
}
h2.rezerwacja b {
	font-weight: 600;
	color: #bab9b4;
	
}



/* TOP */

.wlogo {
	float: left;
	max-width:180px;
	margin-right: 15px;
	opacity: 0.2
}

@media (min-width: 992px) {
	.wlogo {
		max-width:250px;

	}
}
@media (min-width: 1200px) {
	.wlogo {
		max-width:30rem;
		margin-left: 3rem;

	}
}

.navbar-dark .navbar-nav .nav-link {
    color: linen;
	font-size: 1.4rem;
	font-weight: 300;
    font-family: 'Fira Sans Condensed', sans-serif;
}

@media (min-width: 1200px) {
	
    .navbar-dark .navbar-nav .nav-link {
        line-height: 4.0rem
        
    }
}
.navbar-dark .navbar-toggler {
    
}

.start .navbar-dark .navbar-nav .nav-link.start,
.profil .navbar-dark .navbar-nav .nav-link.onas,
.oferta .navbar-dark .navbar-nav .nav-link.oferta,
.galeria .navbar-dark .navbar-nav .nav-link.galeria,
.park .navbar-dark .navbar-nav .nav-link.park,
.kontakt .navbar-dark .navbar-nav .nav-link.kontakt {
    color: white !important;
    font-weight: 400;
}



header.onas,
header.oferta,
header.park,
header.kontakt {
    height: 300px
}
header.galeria {
    height: 50px
}
	
	/* ------------ANIMACJE------------ */
	@keyframes blur
	{
		0% { filter: blur(0) }
		50% {filter: blur(2px) }
		100% {filter: blur(0) }
	}

	@keyframes tlo
	{
		0% { opacity:0.0; }
		50% { opacity:0.5; }
		100% { opacity:1.0; }
	}

	@-webkit-keyframes blur
	{
		0% { filter: blur(0) }
		50% {filter: blur(3px) }
		100% {filter: blur(0) }
	}

	@-webkit-keyframes tlo 
	{
		0% { opacity:0.0; }
		50% { opacity:0.5; }
		100% { opacity:1.0; }
	}
	
.carousel-inner {
    background-color: #6b3e27;
/*	background-image: url(../img/home/1.jpg);*/
	background-size: cover;
}
.carousel-indicators li {
    width: 40px;
    height: 25px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 25px;
}
.carousel-indicators .active {
    background-color: linen;
}
.carousel-indicators {
    bottom: 40px
}
.slide-1 {
	background-image: url(../img/home/1.jpg)!important;
	animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
	-webkit-animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
}

.slide-1b {
	background-image: url(../img/home/1b.jpg)!important;
	animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
	-webkit-animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
}
.slide-2b {
	background-image: url(../img/home/2b.jpg)!important;
	animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
	-webkit-animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
}
.slide-5 {
	background-image: url(../img/home/4.jpg)!important;
	animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
	-webkit-animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
}
.slide-6 {
	background-image: url(../img/home/6.jpg)!important; background-size: cover;
	animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
	-webkit-animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
}
.slide-7 {
    background-image: url(../img/home/7.jpg)!important; background-size: cover;
	animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
	-webkit-animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
}
.slide-8 {
    background-image: url(../img/home/8.jpg)!important;background-size: cover;
	animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
	-webkit-animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
}
.slide-9 {
    background-image: url(../img/home/9.jpg)!important;background-size: cover;
	animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
	-webkit-animation:tlo 500ms linear 0s 1 normal forwards, blur 500ms linear 0s 1 normal forwards;
}

.slide-2 {
	background-image: url(../img/home/2.jpg)!important;
}
.slide-3 {
	background-image: url(../img/home/3.jpg)!important;
}
.slide-4 {
	background-image: url(../img/home/4.jpg)!important;
}
/*
.slajd-4 {
	background-image: url(../images/slajd-4.jpg)!important;
}
*/


.breadcrumb {
    background-color: transparent !important;
    padding-left: 0
        
}
.breadcrumb a {
    color: rgba(50, 50, 50, 0.45)
}
.breadcrumb a:hover {
    color: #770f0f;
}

.fot-o{
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease;
}

.fot-o:hover { 
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	
}


.carousel-caption-bg {
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
/*	background-color: rgba(240, 248, 255, 0.88);*/
	bottom: 0;
	white-space: nowrap;
/*
	transform: skewX(-8deg);
	transform-origin: top r;
*/
	height: 101%;
	vertical-align: middle;
	position: absolute;
	z-index: 1
}

@media (min-width: 992px) {
	.carousel-caption-bg {
/*		width: 400px;*/
	}
	.wlogo {
/*
		max-width: 250px;
		margin-left: 10px;
*/
	}
}
@media (min-width: 1200px) {
	.carousel-caption-bg {
/*		width: 35rem;*/
	}
	
}
.carousel-caption {
	bottom: 30%
}
.carousel-caption h1 {
	font-size: 3.4rem;
	font-weight: 500;
    color: linen;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
.carousel-caption h2 {
	font-weight: 600
}
.carousel-caption h3 {
	font-weight: 900!important;
	font-size: 3.0rem
}
.carousel-caption h4 {
	font-weight: 600!important;
	font-size: 1.6rem
}
@media (min-width: 768px) {
	.carousel-caption {
		left: 0;
		right: 0;
		text-align: center;
	}
	.carousel-caption h3 {
		font-weight: 900!important;
		font-size: 3.0rem
	}
	.carousel-caption h4 {
		font-weight: 600!important;
		font-size: 1.6rem
	}
}


/* STRONKI */


.container-fluid {
	max-width: 1500px
}
.container-fluid.w-100 {
    max-width: 100% !important
}
.dane {
    margin-top: -50px;
}
.dane .row div div {
    background-color: white;
    color: #633620;
/*
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
*/
    font-size: 1.2rem;
    line-height: normal !important
}
.dane .row div div b {
    display: block;
/*    font-family: 'Open sans', sans-serif;*/
    font-weight: 900;
    font-size: 2rem;
    color:#794d32
}
.dane .row div div br {
    display: none
}
@media (min-width: 992px) { 
    .dane .row div div b {
        
        font-size: 3.5rem;
    }
    .dane .row div div br {
        display: block
    }
}
.mapa {
    margin-bottom: -10px
}

.tytul {
    font-size: 2.0rem;
    font-weight: 700;
    color: #663c27;
    
}
.pelet h3 {
    font-size: 2.5rem;
    color: #d8422c;
    margin-bottom: 30px;
}
.pelet li {
   
}
/*
@media (min-width: 768px) {
	.tytul::after,
	.tytul::before {
		display: inline-block;
		margin: 17px 20px 12px;
		width: 70px;
		height: 1px;
		background: rgba(33, 37, 41, 0.5) none repeat scroll 0% 0%;
		content: "";
	}	
}
*/



.h4, h4 {
	font-size: 1.5rem;
	font-weight: 300 !important;
	line-height: 1.9rem;
}
.h3 small {
	font-size: 60%;
	color: #bababa;
	text-transform: uppercase
	
}
.ceny .h3 {
	margin-bottom: 2rem;
	font-size: 1.45rem
}

.fot-3 img.img-fluid.pt-2 {
	padding-top: 0.35rem !important
}

a.link,
input.link {
	
	font-size: 1.1rem;
	border: 1px solid #56524f;
	padding: 0.3rem 1.7rem;
	font-weight: 600;
    color: #663c27;
	text-decoration: none;
	display: inline-block;
	margin-top: 1rem;
	margin-bottom: 2rem;
	opacity: 0.5;
	background-color: transparent;
    border-radius: 50px
}
a.link:hover,
a.link:focus,
input.link:hover,
input.link:focus {
	opacity: 1.0;
	background-color: white;
}

.ceny b {
	font-weight: 700;
	color: rgba(50, 50, 50, 0.45)
}


/* STOPKA */
footer {
	color: linen;
    background-color:rgb(43 42 43);	
}
footer a {
	color: linen !important;
}

footer a:hover {
    text-decoration: underline;
}
    

.icons {
	font-size: 0.7rem;
	float: left;
	text-align: left;
	opacity: 0.5
}

footer .h4 {
	font-weight: 500 !important
}
a.infocity {
	background-image: url(../img/infocity.png);
	background-repeat: no-repeat;
	background-position: left 60%;
	font-size: 0.9rem;
    color: #e9e9e7;
	padding-left: 1.0rem;
	text-transform: uppercase;
		
}


.onas h5,
.park h5 {
    color: #663b25;
    font-weight: 900;
    text-align: left;
    font-size: 1.2rem;
    display: block;


    padding: 15px 20px 15px 10px;
 
        
}
.onas h5:before,
.park h5:before {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: rgba(112, 72, 52, 0.3) none repeat scroll 0% 0%;
    content: "";
}
.onas.text p {
}
.col-onas,
.col-oferta,
.col-park {
    padding: 10px;
    text-align: left;
    
}


.col-onas div,
.col-oferta div,
.col-park div {
    background-color: white;
/*
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
*/
    padding: 5px 30px;
    _text-align: justify
    
}
ul.klienci {
   
}
ul.klienci li {
    display: inline-block;
   margin: 0.1rem;
    padding: 0.1rem 1rem;
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #908782;
}


ul.klienci li:before {
 
display: inline-block;
margin-right: 10px;
margin-left:10px;
width: 5px;
height: 5px;
border-radius: 3px;
background: rgba(112, 72, 52, 0.3) none repeat scroll 0% 0%;
content: "";
}

.col-oferta p:before {
    display: inline-block;
    margin-right: 10px;
    margin-left:10px;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: rgba(112, 72, 52, 0.3) none repeat scroll 0% 0%;
    content: "";

}
.col-oferta p b,
.col-park p b
{
    color: #663b25;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1.15rem
}



.card {
	border: none!important
}
.oferta .card-body {
	padding: 0 0 0.2rem 0!important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.oferta .card-text {
	padding-top: 0;
	margin-top: 0;	
}

body.start .carousel-item {
	height: 50vh;
	min-height: 300px; }

.wstep {
	background-color: #ebeae6;
	background-image: url(../img/bez.jpg);
}
/* KONTAKT  */

.kontakt .podtytul {
	font-style: italic;
	font-size: 1.4rem;
	color: #d1d1d1;
	line-height: 1.6rem;
	font-weight: 500;
}
textarea {
	height: 200px
}
.kontakt h3 {
	font-weight: 400;
	color:  #212529;
	font-size: 1.8rem;
}
.kontakt h3 span  {
	font-size: 1.2rem;
	letter-spacing: 2px
}
.adres .fas {
	margin-right: 20px;
	color: #d1d1d1;
}
.adres.plus {
	font-size: 1.3rem
}

.lokalizacja {
	height: 600px
}
.kontakt .form-control {
	border-color: #56524f
}

.wood {
    background-image: url(../img/wood.jpg);
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
    color: linen;
    font-weight: 300;
/*    background-attachment: fixed*/
}
.wood h2 {
	color: linen;
    font-size: 2.0rem;
    font-weight: 300;
/*    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);*/
}
.wood h2 b {
    font-size: 3.5rem;
    font-weight: 600;
}
.wood a {
    margin-top: 2.0rem;
    padding: 0.4rem 1.8rem;
    border: 2px solid linen;
    display: inline-block;
    text-decoration: none;
    color: linen;
    font-size: 2.0rem;
    border-radius: 40px;
}
.wood a:hover {
    background-color: rgba(44, 18, 0, 0.5)
}
.foty {
    background-color: white;
    background-image: none;
}




.footerek, .footerek * {
	font-size: 0.7rem !important
}





/* GŁÓWNA */


.overlay {
	position: absolute;
	height: 100%;
	min-height: 35rem;
	width: 100%;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width:768px) {
	.overlay {
		min-height: 0
	}
	.masthead {
		left: 0
	}
}

.masthead {
	position: relative;
	overflow: hidden;
	padding-bottom: 3rem;
	color: white;
	left: 0;
}

.masthead .masthead-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	min-height: 35rem;
	height: 50%;
	background-color:#9abd3b;
/*
	transform: skewY(4deg);
	transform-origin: bottom right
*/
}
@media (max-width: 767px) {
	.masthead .masthead-bg {
		background-color: transparent;
		height: auto;
		min-height: auto;
		color: white;
	}
	.masthead .masthead-content h1 {
		font-size: 3.5rem;
		font-weight: 900;
		color:white;
		text-shadow: none!important;
	}
	.masthead .masthead-content h3 {
		font-weight: 700;
		font-size: 1.5rem;
		color:white;
		text-shadow: none!important;
	}
	.masthead .masthead-content p {
		font-size: 1.0rem;
		color: white;
		text-shadow: none!important;
		
	}
}

@media (min-width: 768px) {
.masthead .masthead-content img {
	max-width: 80px;
}
.masthead .masthead-content h1 {
	font-size: 3.5rem;
	font-weight: 900;
}
.masthead .masthead-content h3 {
	font-weight: 700;
	font-size: 1.5rem;
}
.masthead .masthead-content p {
	font-size: 1.0rem
}

	.masthead .masthead-content h3 {
		font-size: 1.5rem;
	}
		.masthead .masthead-content h3 small {
			font-size: 0.9rem;
			display: block;
		}
	.masthead .masthead-content p {
		font-size: 1.2rem;
		font-weight: 400;
		color:#505a65;
	}
}



.masthead .masthead-content p strong {
	font-weight: 700
}

.masthead .masthead-content .input-group-newsletter input {
	font-size: 1rem;
	padding: 1rem
}

.masthead .masthead-content .input-group-newsletter button {
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1rem
}

@media (min-width:768px) {
	.masthead {
		height: 50%;
		min-height: 0;
		width: 30rem;
		padding-bottom: 0
	}
	.masthead .masthead-bg {
		min-height: 0;
/*
		transform: skewX(-8deg);
		transform-origin: top right
*/
	}
	.text-shadow {
		text-shadow: 1px 1px 35px black
	}
	.masthead .masthead-content {
		padding: 2rem;
		
	}
	.masthead .masthead-content h1 {
		font-size: 3.5rem;
		font-weight: 900;
	}
	.masthead .masthead-content p {
		font-size: 1.2rem;
		font-weight: 500
	}
}

@media (min-width: 992px) {
	.masthead {
		height: 100%;
		min-height: 0;
		width: 30rem;
	}
}

.oferta-index {
	position: absolute;
	margin-bottom: 5rem;
	left: 3rem;
	right: 3rem;
	background-color: rgba(255, 255, 255, 0.6);

}
@media (min-width: 768px) {
	.oferta-index {
		text-align: center
	}
}


@media (max-width: 767px) {
	.oferta-index ul br {
		display: none;
	}
}
.oferta-index ul>li {
	margin-left: 1rem;
	margin-right: 1rem;
	display: inline-block
}

.oferta-index ul>li>a {
	display: block;
	color: #fff;
	background-color: rgba(255, 193, 7, 0.9);
	border-radius: 100%;
	line-height: 4rem;
	height: 4rem;
	width: 4rem
}

@media (min-width:768px) {
	.oferta-index {
		margin: 0;
		position: absolute;
		right: 2.5rem;
		bottom: 2rem;
		width: auto
	}
	.oferta-index ul {
		margin-top: 0;
		width: auto
	}
	.oferta-index ul>li {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2rem
	}
	.oferta-index ul>li:last-child {
		margin-bottom: 0
	}
	.oferta-index ul>li>a {
		transition: all .2s ease-in-out;
		font-size: 2rem;
		line-height: 4rem;
		height: 4rem;
		width: 4rem
	}
	.oferta-index ul>li>a:hover {
		background-color: #262f38;
	}
}

.btn-secondary {
	background-color: #cd9557;
	border-color: #cd9557
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #ba7c37!important;
	border-color: #ba7c37!important
}

.input {
	font-weight: 300!important
}
.form-control {
	border-radius: 0;
}

/*!
* Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
*/
.slide {
	background-color: black;
}
.carousel-item {
	height: 10vh;
	min-height: 100px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}


 hr {
	width: 100%;
	border: 1px solid #f0f0f0;
/*	box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);*/
}

.producenci {
	background-image: url(../img/producenci.png);
	background-size: cover;
	padding: 3rem 0;
	text-align: center;
	color: white;
	background-position: bottom;
	background-color: black;
}

ul.producenci-logo {
	
}

ul.producenci-logo,
ul.producenci-logo li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.producenci-logo li {
	float: left;
	margin: 15px 50px 0px 0;
	width: 220px;
	
}

ul.producenci-logo {
	margin-left: 30px
}

ul.producenci-logo li img {
/*	border: 1px solid #e1e1e1;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	height: 100px
	/*
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.1);
*/
}





/* Scroll to top */

.scrollToTop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	background-color: rgba(235, 234, 230, 0.7);
	height: 40px;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	font-size: 2rem;
	color: #6a6967 !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	border-radius: 4px;
	z-index: 1111;
	cursor: pointer;
}

.scrollToTop:hover {
	background-color: rgb(235, 234, 230);
	opacity: 1.0
}

.error-404 {
    background-image: url(../img/404.svg);
    background-position: 50% 30vh;
    background-size: auto 70%;
    /* background-size: cover; */
    background-repeat: no-repeat;
    height: 50vh;
}
.error-404 footer {
/*
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
*/
    display: none;
}
.error-404 .tytul {
    font-size: 2.5rem;
    font-weight: 500;
    color: #f24509;
}