body{
	overflow-x: hidden;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

/* bs3 override */
body a{
	color: inherit;
}
body a:hover, body a:focus{
	color: inherit;
}
/**/


/*
body a{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
*/

/*
body h1, body h2, body h3, body h4, body h5{
	
}
*/

/*********************************************************************************************************************************************************************************/

.center{
	text-align: center;	
}

.center-table{
	width: 100%;
	height: 100%;
	display: table;
}

.center-table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.bottom-table{
	width: 100%;
	height: 100%;
	display: table;
}

.bottom-table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}

.cms-btn{
	display: inline-block;
	width: 100%;
	max-width: 220px;
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px; 
    color: white;
    text-align: center;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
	background-color: black;
}

.cms-btn:hover{
	color: white;
	text-decoration: none;
	background-color: #444444;
	border: 1px solid #444444;
}

.subp-span-space{
	padding: 0px 20px 0px 20px;
}

.div-table-404{
	width: 100%;
	max-width: 500px;
	margin: 0px auto 0px auto;
}

.okienko-info{
	position: absolute;
	width: calc(100% - 40px);
	max-width: 990px;
	margin: 160px 0px 0px calc((100% - 990px) / 2);
	padding: 1px 1px 1px 1px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 400;
}

.okienko-info img{
	width: 100%;
	height: auto;
}

.okienko-info .okno-close-div{
	position: absolute;
	cursor: pointer;
	right: 5px;
	text-transform: uppercase;
	color: white;
	font-size: 10px;
	margin: 5px 0px 5px 5px;
	padding: 5px 10px 5px 10px;
	background-color: rgba(0, 0, 0, 0.75);
}

.cookiez{
	background-color: rgba(255, 255, 255, .9);
	padding: 25px 0px 30px 0px;
	width: 100%;
	text-align: center;
	font-size: 12px;
    position: fixed;
    bottom: 0px;
	/* top: 0px; */
    left: 0px;
    z-index: 6000;
}
    
.cookiez a, .cookiez span{
	color: #555;
	cursor: pointer;
	font-size: 12px;
	padding: 9px 17px 9px 17px;
	background-color: #ddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 5px;
	display: inline-block;
	margin-left: 10px;
}

#newsletter-div{
	float: left;
	width: 100%;
	max-width: 360px;
}

#newsletter-div .news-100{
	width: 100%;
}

#wyszukiwarka-div{
	float: left;
	width: 100%;
	max-width: 360px;
}

.yt-div{
	float: left;
	width: 33.33%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.yt-div .yt-div-in{
	padding: 0px 10px 20px 10px;
}

.sg-lr-image{
	text-align: center;
	padding: 0px 0px 20px 0px;
}

.sg-lr-image img{
	width: 100%;
	max-width: 360px;
	height: auto;
}

#subpage-gallery-content-left{
	float: left;
	width: calc(100% - 320px);
}

#subpage-gallery-right{
	float: right;
	width: 280px;
}

#subpage-gallery-content-right{
	float: right;
	width: calc(100% - 320px);
}

#subpage-gallery-left{
	float: left;
	width: 280px;
}

/*
#subpage-gallery-center{
	
}
*/

.grid-item{
	width: 25%;
	padding: 0px 10px 20px 10px;
}

.grid-item img{
	width: 100%;
	height: auto;
}

#main-section{
	width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px auto;
	padding: 70px 0px 0px 0px;
	min-height: 100vh;
	position: relative;
}

#main-site-content, #main-site-content-part-2{
	width: 100%;
	max-width: 1280px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 40px 20px;
}

#content-left{
	float: left;
	width: 260px;
}

#content-left ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-left ul li{
	padding: 0px 0px 10px 0px;
}

#content-left ul li a{
	display: block;
	color: #444444;
	font-size: 14px;
	padding: 7px 10px 7px 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-right: 3px solid #444444;
}

#content-left ul li a:hover, #content-left .subtree-li-selected a{
	text-decoration: none;
	color: white;
	background-color: #444444;
}

/*syf*/
#content-right{
	/*float: right;*/
	/*width: calc(100% - 300px);*/
}

#subpage-navi{
	padding: 20px 0px 20px 0px;
	color: #444444;
	font-size: 14px;
}

#subpage-navi a{
	color: #444444;
	font-size: 14px;
	text-transform: uppercase;
}

#subpage-navi span{
	margin: 0px 10px 0px 10px;
}

.page-header{
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 0px solid transparent;
}

.page-header h1{
	font-size: 32px;
	text-align: center;
	padding: 40px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.well{
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
	background-image: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
	background-image: -o-linear-gradient(top, transparent 0%, transparent 100%);
	background-image: linear-gradient(to bottom, transparent 0%, transparent 100%);
	-webkit-box-shadow: inset 0 0px 0px transparent, 0 0px 0 transparent;
	        box-shadow: inset 0 0px 0px transparent, 0 0px 0 transparent;
	border: 0px;
	border-color: transparent;
	background-color: transparent;
	min-height: 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.well a{
	font-weight: 700;
	color: black;
}

/*
.well b, .well strong{
	
}
*/

.well p{
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.well ul, .well ol{
	list-style: inherit !important;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 40px;
}

.well h1{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 30px;
	font-weight: 600;
}

.well h2{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 28px;
	font-weight: 600;
}

.well h3{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 26px;
	font-weight: 600;
}

.well h4{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 24px;
	font-weight: 600;
}

.well h5{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: 22px;
	font-weight: 600;
}

.scp-photo{
	float: left;
	width: 25%;
	height: 180px;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #1d1e2c;
}

.scp-photo img{
	height: 190px;
	width: auto;
}

/*
#kontakt-form-div{
	
}
*/

#kontakt-form-div h2{
	text-align: center !important;
	margin: 0px 0px 0px 0px !important;
	padding: 40px 0px 40px 0px !important;
}

#kontakt-form-div .input-group{
	padding-bottom: 10px;
}

#carousel-example-generic{
	background-color: rgba(0, 0, 0, 0.2);
}

#galeria-subgalleries{
	padding: 0px 0px 20px 0px;
}

#galeria-subgalleries .gs-subgallery-box{
	height: 420px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-o-transition: all .5s;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    background-color: black;
	overflow-x: hidden;
	overflow-y: hidden;
}

#galeria-subgalleries .gs-subgallery-box .gssb-img{
	position: relative;
	height: 420px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 600;
}

#galeria-subgalleries .gs-subgallery-box .gssb-img img{
	-o-transition: all .5s;
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

#galeria-subgalleries .gs-subgallery-box:hover img{
	-ms-transform: scale(1.1);
	    transform: scale(1.1);
	-webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
	-webkit-filter: brightness(50%);
    filter: brightness(50%);
}

#galeria-subgalleries .gs-subgallery-box .gssb-title{
	position: relative;
	height: 420px;
	margin: -420px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	z-index: 800;
}

#galeria-subgalleries .gs-subgallery-box .gssb-title h2{
	color: white;
	font-size: 26px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 30px 0px;
}

#galeria-images{
	padding: 20px 0px 0px 0px;
}

/*
#galeria-images .gi-image-box{
	
}
*/

.parallax{
    margin: 0px auto 0px;
    background-attachment: fixed;
}

/*
#kalendarz-div{
	
}
*/

#kalendarz-div h2{
	text-align: center;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
}

#kalendarz-info{
	text-transform: uppercase;
	font-size: 12px;
	padding: 20px 20px 20px 20px;
	text-align: center;
}

#kalendarz-div .month-table{
	float: left;
	width: 50%;
	padding: 20px 20px 20px 20px;
	background-color: white;
}

#kalendarz-div .month-table .month-table-header{
	color: white;
	background-color: #0a2536;
}

#kalendarz-div .month-table .month-table-header h3{
	text-align: center;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
}

#kalendarz-div .month-table .month-table-content{
	height: 230px;
}

#kalendarz-div .month-table .month-table-content .mtc-day-name{
	float: left;
	width: 14.28%;
	text-align: center;
	color: white;
	padding: 5px 5px 5px 5px;
	background-color: #d2b089;
}

#kalendarz-div .month-table .month-table-content .mtc-day{
	float: left;
	width: 14.28%;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#kalendarz-div .month-table .month-table-content .mtc-day-locked{
	color: white;
	background-color: #c83b3b;
}

#kalendarz-div .month-table .month-table-content .mtc-day-tmplocked{
	color: white;
	background-color: #24455a;
}

.sr-content-div{
	color: #404040;
	font-size: 14px;
	padding: 0px 0px 20px 0px;
}

.sr-content-div a{
	font-size: 14px;
	color: #404040;
}

.sr-content-div a:hover{
	text-decoration: none;
}

.sr-content-div .sr-content-header{
	padding: 10px 10px 10px 10px;
	background-color: #e9e7e7;
}

.sr-content-div .sr-content-main{
	padding: 10px 10px 10px 10px;
	background-color: white;
	font-weight: 300;
	color: #808080;
}

/*
.blog-box{
	
}
*/

.blog-box .blog-box-content{
	padding: 10px 10px 10px 10px;
	background-color: #dddddd;
}

.blog-box .blog-box-content .blog-box-image{
	padding: 0px 0px 20px 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.blog-box .blog-box-content .blog-box-name{
	padding: 0px 0px 20px 0px;
}

.blog-box .blog-box-content .blog-box-name h4{
	font-size: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.blog-box .blog-box-content .blog-box-description{
	text-align: justify;
	padding: 0px 0px 20px 0px;
}

.blog-box .blog-box-content .blog-box-link{
	text-align: right;
}

.blog-box .blog-box-content .blog-box-link a{
	font-weight: 700;
	color: black;
}

.pagination-div{
	text-align: center;
	padding: 20px 20px 20px 20px;
}

.pagination-div span{
	background-color: #dddddd;;
	padding: 0px 4px 0px 4px;
}

.pagination-div a{
	font-weight: 700;
	color: black;
}

.pagination-div a:hover{
	text-decoration: none;
}

.aktualnosci-box{
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 20px 0px;
	background-color: #dddddd;
}

.aktualnosci-box .aktualnosci-box-name{
	padding: 10px 0px 20px 0px;
	font-size: 12px;
}

.aktualnosci-box .aktualnosci-box-name h4{
	font-size: 20px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.aktualnosci-box .aktualnosci-box-description{
	padding: 0px 0px 20px 0px;
}

.aktualnosci-box .aktualnosci-box-link{
	text-align: right;
}

.aktualnosci-box .aktualnosci-box-link a{
	font-weight: 700;
	color: black;
}

#guestbook-new-wpis-div{
	padding: 20px 0px 20px 0px;
}

#gb-powrot-button{
	display: none;
}

#guestbook-new-wpis-form-div{
	display: none;
}

#guestbook-new-wpis-form-div{
	text-align: center;
}

#guestbook-new-wpis-div .form-control{
	margin: 5px 0px 5px 0px;
}

.guestbook-wpis{
	float: left;
	width: 25%;
	color: #282222;
	padding: 40px 25px 0px 25px;
	background-image: url(../gfx/kreski_szare2.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.guestbook-wpis .gw-wpis-kto{
	padding: 40px 0px 10px 0px;
	background-image: url(../gfx/nawiasy.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.guestbook-wpis .gw-wpis-kto h4{
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-image: url(../gfx/kreski_szare.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.guestbook-wpis .gw-wpis-tresc{
	color: #4f4f4f;
	text-align: justify;
	font-size: 14px;
	padding: 0px 0px 20px 0px;
}

/*
.guestbook-wpis .gw-wpis-info{
	
}
*/

.guestbook-wpis .gw-wpis-info h3{
	text-align: right;
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 40px 0px;
	background-image: url(../gfx/kreski.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/*********************************************************************************************************************************************************************************/

#menu-fixed{
	position: fixed;
	width: 100%;

	z-index: 5000;
	
	/*text-transform: uppercase;*/
	transition: 0.6s;


	background: transparent;
	background-color: transparent;
	/* transform: scale(1.1); */
	border: none;
	/* height: 120px; */

}


#header-menu{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header-menu li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header-menu li a{
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
}

#header-menu li a:hover, #header-menu .active a{
	/*background-color: #202020 !important;*/
	/*color: white !important;*/
	text-decoration: none !important;

	background: black;
	color: white;
	/*box-shadow: 0px 0px 5px 0px #ffffff, inset 0px 0px 5px 0px #ffffff;*/
	/*box-shadow: inset 0px 0px 5px 0px #777777;*/
}

#header-menu .dropdown-menu{
	/*background-color: white;*/
	background: #9C9C9C;
	border: 0px;
	/*box-shadow: inset 0 0px 10px rgb(115, 164, 216);*/
	padding: 2px;
    box-shadow: inset 0 0px 5px rgb(132, 132, 132);
}

.dropdown-menu > li > a {white-space: normal} /* jakis miszcz z buctrapa wstawil nowrap i dlugie elementy menu wypadaja poza ekran */


#top{
	width: 100%;
	max-width: 1920px;
	/*height: 480px;*/
	height: 100vh;
	margin: 0px auto 0px auto;
	padding: 80px 0px 0px 0px;
	/*background-image: url(../gfx/bg2.png);*/
	background-position: top center;
}

#footer-section{
	/* width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px; */
}

#footer-menu-div{
	padding: 20px 0px 20px 0px;
}

#footer-menu-div ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer-menu-div ul li{
	float: left;
}

#footer-menu-div ul li a{
	display: block;
	padding: 5px 10px 5px 10px;
}

#footer-menu-div ul .active a{
	color: red;
}

#footer-info-div{
	text-align: right;
	padding: 20px 20px 20px 20px;
}


#foto-section{
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../gfx/example.jpg);
}

/*********************************************************************************************************************************************************************************/

@media (max-width: 1199px) {
	.yt-div{
		width: 50%;
	}
	.grid-item{
		width: 33.33%;
	}
}

@media (max-width: 1039px) {
	.okienko-info{
		margin-left: 20px;
	}
}

@media (max-width: 991px) {
	.grid-item{
		width: 50%;
	}
	#content-left{
		width: 100%;
		float: none;
		text-align: center;
	}
	#content-right{
		width: 100%;
		float: none;
	}
}

@media (max-width: 767px) {
	.yt-div{
		width: 100%;
	}
	.grid-item{
		width: 100%;
	}
	#subpage-gallery-content-left, #subpage-gallery-right, #subpage-gallery-content-right, #subpage-gallery-left{
		float: none;
		width: 100%;
	}
	.okienko-info{
		display: none;
	}
}



/*********************************************************/

#comments
{
	width: 50%;
	margin-left : 10vw;
}

#komentform
{
	display: none;
}



/**************************************** style *****************************************/
/* Ziemowit Niezgoda */
/*********************************************************************************************************************************************************************************/

body
{
	font-family: 'Raleway';
}

html, body {
    overflow-x: hidden;
	width: 100%; /* 100vw wlicza scrollbar */
}







/* 
.gridcont{
	display: grid;
}


.griditem{

}
*/

/* turbosyf start */


.overlay{
	position:fixed;
	/*border:0px solid red;*/
	/* background:rgba(255,255,255,0.95); */
	background: rgba(0, 0, 0, 0.8);
	right: 0;
	width: 100%;
	padding: 2em;
	height: 100vh;
	z-index: 6000001;
	/*top:-14px;*/top: 0px;
	display: none;
	transform: scaleX(0);
	transform-origin: right;
	/*font-family: 'Playfair Display', serif;
	font-weight:400;*/
}
	
	.menu-button{
		cursor: pointer;
		margin-right: auto;
		filter: drop-shadow(0px 0px 3px black);
		transition: 0.4s;
	}
	.menu-button:hover{
		filter: drop-shadow(0px 0px 3px white);
	}
	.menu-button img{
		max-width: 100%;
	}

	#menu-fixed .pustak{
		margin-right: auto;
		width: 24px; /* takie jak width menu buttona - mozna to montowac jsem, ale po co? */
	}

	#menu-fixed .pasekk{
		border-bottom: 1px solid #FD8329;
		width: 200px;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		margin: 0 10px;
	}




	.close-btn {
		float: left;
		margin: 10px 30px 0 0;
		cursor: pointer;
		opacity: 0;
		transition: 0.4s;
	}
	.close-btn:hover{
		filter: drop-shadow(0px 0px 3px white);
	}
	
	.overlay ul {
		list-style-type: none;
		margin:20% auto 0 auto;
		padding:0;
		display:grid;
		grid-template-columns: repeat(5, 20%);
		width:85%; 
	}
	/* .overlay ul a {
		color: white;
		font-weight: 400;
		font-size: 28px;
		line-height: 20px;
		padding-bottom:10px;
		transition: all .5s;
	} */
	/* .overlay ul a:hover {color:#FD8329} */
	
	/* .overlay ul .default-butt:hover {background-color: #ec4f4e;color:white} */
	.overlay ul li{
		opacity:0;
		text-align:left;
		padding:10px 15px;
		/*border-right:0px solid #ec4f4e*/
	}
	
	.overlay ul .content{
		display: block;
		color: white;
		margin-top: 20px;
		font-family:'Raleway';
		font-size: 13px;
		border-top: 2px solid #FD8329;
		text-align: justify;
		padding-top: 15px;
	}

	.overlay ul .nagl{
		color: white;
		font-weight: 400;
		font-size: 28px;
		/* line-height: 20px; */
		padding-bottom: 10px;
		text-transform: uppercase;
		font-family: 'Oswald';
	}
	.overlay ul .content .fas{
		margin-right: 5px;
		font-size: 16px;	
		color: #FD8329;
	}
	.overlay ul .content a{
		color: white;
		transition: 0.4s;
	}
	.overlay ul .content a:hover, .overlay ul .content a:focus{
		color: #777777;
	}


	.show-menu {display: block;animation: slide-menu .5s ease-in forwards;
	}
	
	.show-menu .close-btn {
		animation: show-x 1s 1s forwards
	}
	
	.show-menu li:nth-of-type(1) {
		animation: menu-item-anim .6s forwards .5s ease-in-out
	}
	
	.show-menu li:nth-of-type(2) {
		animation: menu-item-anim .6s forwards .7s ease-in-out
	}
	
	.show-menu li:nth-of-type(3) {
		animation: menu-item-anim .6s forwards .8s ease-in-out
	}
	
	.show-menu li:nth-of-type(4) {
		animation: menu-item-anim .6s forwards .9s ease-in-out
	}
	
	.show-menu li:nth-of-type(5) {
		animation: menu-item-anim .6s forwards 1s ease-in-out
	}
	
	@keyframes slide-menu {
		from {
			transform: scaleX(0);
		}
		to {
			transform: scaleX(1)
		}
	}
	
	@keyframes show-x {
		from {
			opacity:0
		}
		to {
		   opacity:1
		}
	}
	
	@keyframes  menu-item-anim {
		from {
			transform: translateY(80%);
			opacity:0
		}
		to {
		   opacity:1;
			   transform: translateY(0);
		}
	}
	
	@keyframes  zamyks {
		0% {
			
			opacity:1;transform: scaleX(1);
		}
		50% {
			
			opacity:1;transform: scaleX(1);
		}
		100% {
		   opacity:1;transform: scaleX(0);
			   
		}
	}
	
	@keyframes  zamyks1 {
		from {
			
			opacity:1; 
		}
		to {
		   opacity:0; 
			   
		}
	}
	
	.zamyk {display:block;transform: scaleX(0);
		animation: zamyks 1s   
	}
	
	.zamyk li {animation: zamyks1 .5s} 
	
	.default-butt {
		color: #ed4f4e;
		font-family:'Raleway';
		font-size:13px;
		display:inline-block;
		border:2px solid #ed4f4e;
		border-radius: 30px;
		padding:14px 30px;
		font-weight:700;
		text-transform: uppercase;
		margin-top: 30px;
	}
	
	.ikko {display:inline-block;float:left;width: 20px;text-align:center;margin-right: 5px;}
	.ikko img {height: 20px;width: auto}
	.clear {width:1px;height:1px;clear:both}

	.overlay .guzik{
		margin-top: 30px;
		width: auto;
		max-width: 160px;
	}




/* turbosyf koniec */

/* section intro */
#intro{

}

#intro .widzety{
	position: absolute;
	top: 50%;
	right: 0;
}

#intro .widzety .klocek{
	height: 60px;
	transition: 0.4s;
	position: absolute;
    /* right: 0px; */
    right: -200px;
}
#intro .widzety .klocek:hover{
	right: 0px;
}

#intro .klocek .kloc-l{
	width: 60px;
	height: 100%;
	/* background: #FD8329; */
	color: white;
	font-size: 24px;
	border: 2px solid #FD8329;
	border-radius: 100px;
	margin-right: 10px;
}

#intro .klocek .kloc-p{
	width: 200px;
	height: 120%;
	transition: 0.4s;
	background: white;
	text-align: center;
}

#intro .widzety .klocek:nth-child(2){
	top: 81px;
}
#intro .widzety .klocek:nth-child(3){
	top: 162px;
}

#intro .contentbox{
	color: white;
    align-items: flex-start;
    border-right: 100px solid transparent;
	flex: 0.8;
	
	padding-bottom: 10vh; /*bo min height jest 120vh a trzeba to jakos srodkowac zeby sie miescilo..*/
}

#intro .contentbox .content{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 70%;
	font-weight: 300;
}

#intro .contentbox .guzik{
	margin-right: 30%;
	margin-left: auto;
	border-radius: 0;
    background: white;
    border-color: white;
    color: black;
    font-size: 16px;
}
#intro .contentbox .guzik:hover, #intro .contentbox .guzik:focus, #intro .contentbox .guzik:active{
	color: white;
	background: black;
}






#intro .pojemnik {
	position: relative;
	min-height: 120vh;

	overflow: hidden;
}

#intro .pojemnik .napispolewej{
	position: absolute;
	left: 0;
}

#intro .pojemnik2{
	align-items: flex-start;
}

#intro .introlewy{
	align-items: flex-end;
	border-right: 5px solid transparent;
}

#intro .introlewy .lewy2{
	margin-top: 5px;
}

#intro .pojemnik2 img{
	max-width: 100%;
}







/* section witamy */
#witamy{
	position: relative;
}

#witamy .kontener{
	position: relative;
	background: #1a1a1a;
	color: white;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-top: 15vh;
	padding-bottom: 15vh;
}

#witamy .content{
	padding-top: 40px;
	padding-bottom: 60px;
	font-size: 14px;
}

#witamy .lewy{
	font-family: 'Oswald';
	align-items: flex-end;
	border-right: 40px solid transparent;
}

#witamy .prawy{
	align-items: flex-start;
	border-left: 40px solid transparent;
	flex: 1.7;
}

#witamy .text1{
	font-size: 100px;
    line-height: 100px;
}

#witamy .text2{
	font-size: 40px;
	margin-bottom: 30px;
}

#witamy .text3{
	font-size: 22px;
}




/* section nasza-oferta */
#nasza-oferta{
	position: relative;
}

#nasza-oferta .kontener{
	position: relative;
	padding-left: 10vw;
	padding-right: 10vw;
	padding-top: 15vh;
	padding-bottom: 10vh;
	align-items: flex-start;
}

#nasza-oferta .lewy{

}

#nasza-oferta .prawy{

}

#nasza-oferta .nagl{
	font-family: 'Oswald';
	align-self: flex-start;
}

#nasza-oferta .pasek{
	width: 210px;
}

#nasza-oferta .text1{
	font-size: 30px;
}

#nasza-oferta .text2{
    font-size: 80px;
    line-height: 80px;
}

#nasza-oferta .text3{
	font-size: 24px;
	text-align: right;
}

#nasza-oferta .content{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 80%;
    margin-right: auto;
    text-align: justify;
}

#nasza-oferta .lewy .guzik{
	margin-right: auto;
}





/* section dlaczego-nas */
#dlaczego-nas{

}

#dlaczego-nas .kontener{
	position: relative;
	padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 15vh;
	padding-bottom: 15vh;
	background-image: url(../images/tlo-bus-tyl.jpg);
}

#dlaczego-nas .kulki{
	width: 70%;
	justify-content: space-evenly;
	font-family: 'Oswald';
	font-size: 24px;
	font-weight: 500;
	text-align: center;

	flex-wrap: wrap;

	/* margin: -10px; */
	align-items: flex-start;
}
#dlaczego-nas .kulki>*{
	border: 10px solid transparent;
}

#dlaczego-nas .kulki .fas, #dlaczego-nas .kulki .far{
	width: 100px;
	height: 100px;
	background: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 200px;
	color: #FD8329;
	font-size: 30px;
}

#dlaczego-nas .gora{
	align-items: flex-start;
	color: white;
}

#dlaczego-nas .lewy{
	flex: 1;
	border-right: 40px solid transparent;
	align-items: flex-end;
	font-family: 'Oswald';
}
#dlaczego-nas .lewy .rosol{
	align-items: flex-start;
}
#dlaczego-nas .lewy .text1{
	font-size: 54px;
	margin-top: -20px;
}
#dlaczego-nas .lewy .text2{
	font-size: 32px;
}
#dlaczego-nas .prawy{
	flex: 1.7;
	border-left: 40px solid transparent;
	align-items: flex-start;
}

#dlaczego-nas .prawy .pasek{

}

#dlaczego-nas .prawy .content{
	padding-top: 40px;
    padding-bottom: 60px;
    font-size: 14px;
}


/* section nasze-pojazdy */
#nasze-pojazdy{
	position: relative;
}

#nasze-pojazdy .kontener{
	position: relative;
	padding-top: 10vh;
	padding-bottom: 10vh;
	background-image: url(../images/bus-front-background.jpg);
}

#nasze-pojazdy .gora{
    padding-left: 10vw;
	padding-right: 10vw;
	align-items: flex-start;
}

#nasze-pojazdy .rosol{
	align-items: flex-start;
}

#nasze-pojazdy .lewy{
	flex: 1;
	border-right: 40px solid transparent;
	align-items: flex-end;
	font-family: 'Oswald';
}

#nasze-pojazdy .lewy .text1{
	font-size: 54px;
	margin-top: -20px;
}

#nasze-pojazdy .lewy .text2{
	font-size: 32px;
}

#nasze-pojazdy .prawy{
	flex: 1.7;
	border-left: 40px solid transparent;
	align-items: flex-start;
}

#nasze-pojazdy .prawy .content{
	padding-top: 40px;
    padding-bottom: 60px;
    font-size: 14px;
}

#nasze-pojazdy .slickcontainer{
	margin-left: 5vw;
	margin-right: 5vw;
}


#nasze-pojazdy .slick .opis .name{
	font-size: 28px;
	font-weight: 900;
}

#nasze-pojazdy .slick .opis .short_content{
	font-size: 20px;
}

#nasze-pojazdy .slick .opis .content{

}

#nasze-pojazdy .slick .opis .pasek{
	border-bottom-width: 3px;
	margin-top: 20px;
    margin-bottom: 20px;
}

#nasze-pojazdy .slick .slick-next-img{
	position: absolute;
    top: 50%;
	background: none;
    outline: none;
	border: none;
	z-index: 10;
}
#nasze-pojazdy .slick .slick-prev-img{
	position: absolute;
    top: 50%;
	background: none;
    outline: none;
	border: none;
	z-index: 10;
}
.slick-next-img{
	right: -25px;
}
.slick-prev-img{
	left: -25px;
}




/* section kontakt */
#kontakt{
	position: relative;
}

#kontakt .kontener{
	position: relative;
	padding: 40vh 10vw;
	color: white;
	text-align: center;
	font-family: 'Oswald';
}

#kontakt .text1{
	font-size: 32px;
}

#kontakt .text2{
	font-size: 60px;
}







/* section formularz */
#formularz{
	position: relative;
}

#formularz .kontener{
	position: relative;
	/* min-height: 70vh; */
	align-items: stretch;
	/* padding: 10vh 0; */
	padding: 15vh 0 10vh;
	background-color: white;
}

#formularz .logo{
	padding-bottom: 20px;
	padding-top: 20px;
}

#formularz .form-formularz{
	width: 80%;
	color: black;
}

#formularz .form-groupa{
	align-items: stretch;
}

#formularz .forminput
{
	border: 0;
	border-radius: 0;
	/*width: 100%;*/
	transition: 0.4s;
	background: none;
}

#formularz .forminput:focus, #formularz .forminput:active, #formularz .forminput:hover
{
	outline: none;
}


#formularz .forminput::placeholder
{
	font-family: 'Raleway';
	font-size: 13px;
	font-weight: 700;
	color: #c0c0c0;
}


#formularz .border1
{
	border-bottom: 1px solid #FD8329;
	/*border-bottom: 1px solid #5e6e76;*/
	/*padding-top: 15px;
    padding-bottom: 0px;*/
}

#formularz .kol-btn {
	justify-content: flex-end;
}

#formularz .tekstarea textarea{
	/* margin-top: 30px; */
	height: 90px;
}

#formularz .fontaws{
	display: inline-block;
	width: 24px;
	color: #FD8329;
}

#formularz .form-groupa>.flexitem{
	/* border-bottom: 20px solid transparent; */
	margin-bottom: 20px;
}

#formularz .flexstart{
	align-self: flex-start;
}

#formularz .kontaktybox{
	font-family: 'Oswald';
	font-size: 24px;
	text-align: center;
}
#formularz .kontaktybox>*{
	margin-bottom: 10px;
}

#formularz .lokalizacja{
	font-size: 30px;
}

#formularz .kontener2{
	align-items: flex-start;
}

#formularz .rodo{
	text-align: justify;
	font-size: 13px;
}




/* menu */

/*
#header-menu li a:hover, #header-menu .active a{
	*/
	/*box-shadow: 0px 0px 5px 0px #ffffff, inset 0px 0px 5px 0px #ffffff;*/
/*}*/

#menu-fixed /* nie zawsze fixed ale to niewazne */
{
	/* height: 100px; */
	/* background: white; */

	position: fixed;
	height: 100px;
	/* background: white; */
	padding-left: 40px;
	padding-right: 40px;

	transition: 0.4s;
}

#menu-fixed .logo{
	padding-right: 10px;
}
#menu-fixed .logo img{
	max-width: 100%;
}

#menu-fixed.menu-fixed-skrol{
	background: #0000007f;
	height: 100px;
}



/* ---- */


.nav-logo img
{
	transition: 0.6s;
}

.navbar-header
{
	/* background: #D9BD8E; */
	transition: 0.6s;
}

.collapsing
{
	transition: 0.3s;
}

.navbar-collapse
{
	transition: 0.3s;
}



/* ---- */











/******/
.flexb{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.flexb-col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flexitem
{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}

.flexitem1 
{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.flexitem2
{
	-webkit-box-flex: 2;
	-ms-flex: 2;
		flex: 2;
}


/******/




/******/
a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
}

#header-menu li a
{
	/*border-radius: 5px;*/
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	/*color: #0c0903;*/
    font-weight: 800;
    font-size: 13px;
	letter-spacing: 0.5px;
	
	text-transform: uppercase;
}

/*
#header-menu li a:hover, #header-menu .active a 
{*/
	/*background: #80ADD2 !important;*/
	/*background: #013042 !important;*/
/*}*/

.menu-box
{
	position: relative;
	/*z-index: 0;*/
}
.layer-typ
{
	z-index: 0;
}

.header-menu-container
{
	width: 100%;
	background: transparent;

	padding-left: 40px;
	padding-right: 40px;

	height: 60px;

	transition: 0.4s;
}
/* .menu-fixed-skrol .header-menu-container {
	background: white;
} */

/* 
.header-menu-container .logo-menu
{
	margin-right: auto;
}

.header-menu-container .social-menu
{
	margin: 0 -10px;
}

.header-menu-container .social-menu a
{
	color: #FD8329;
	font-size: 20px;
	padding: 0 10px;
} */

/*
.header-menu-container .social-menu .fas, .header-menu-container .social-menu .fab 
{

}
*/

.header-menu-container .social-menu span
{
	color: black;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans';
}

.header-menu-container .social-menu .flexitem{
	transition: 0.4s;
}
.header-menu-container .social-menu .flexitem:hover{
	transform: scale(1.1);
}




/* ile tego.. */
#header-menu
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

	margin-right: 40px;
}
#header-menu hr 
{
	width: 90%;
}



/* navbar breakpoint */

.menu-mobile
{
	display: none;
}

@media (max-width: 1200px) {

	.menu-mobile
	{
		display: block;
	}
	#header-menu{
		flex-direction: column;
		text-align: center;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
	}
	#header-menu li
	{
		width: 100%;
	}
	.navbar-header{
		background: white;
	}
	.menu-full
	{
		display: none;
	}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
		display: block;
    }
   /* .navbar-collapse {*/
		/*border-top: 1px solid transparent;*/
	
		/*box-shadow: inset 0 0px 10px rgb(115, 164, 216);*/
    /*}*/
    .navbar-fixed-top {
		top: 0;
		/*border-width: 0 0 1px;*/
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
		  display:block !important;
		  
		  overflow-y: auto !important; /* nedza.. */
		  max-height: calc(100vh - 53px); /* -navbar header height */
	}



	.navbar-toggle .icon-bar {
		background-color: #fff;

		/*background-color: #c7ba91;*/
	}
	
	
	.navbar-toggle
	{
		border-color: #fff;

		background: #FD8329;
	}

	.navbar-header {
		/*margin-bottom: 32px;
		margin-top: 35px;*/
		transition: 0.6s;
	}

	/* .menu-fixed-2 .navbar-header
	{
		*/
		/*
		margin-bottom: 17px;
		margin-top: 15px;
		*/
/*	} */

	#header-menu li a{
		color: white;
	}

	#header-menu li a:hover, #header-menu li a:active, #header-menu li a:focus{
		color: black;
		background: white;
	}





}





#footer-section
{
	position: relative;
	background: white;
}


/* wow bg fix */

.bg-hwhite
{
	position: relative;
	background: white;
}




/* safari 11+ hack */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

    .parallax { 
      background-attachment: inherit;
      background-size: cover;
    }
}}
/***/

/* safari */
body
{
	-webkit-text-size-adjust: none;
}
/***/

#top-hook
{
	position: absolute;
	top: -120px; /* - height_fixed_menu */
}





/**  m e n u  **/
/*
.navbar-brand {
	padding: 0px;
  }
  .navbar-brand>img {
	height: 100%;
	padding: 15px;
	width: auto;
  }
  .example2 .navbar-brand>img {
	padding: 7px 15px;
  }
*/

  /*
.navbar-header
{
	float: left;
}

.navbar
{
	height: 120px;
}

.navbar-pudelko
{
	position: relative;
    top: 50%;
	transform: translateY(-50%);
}*/


.navbar-nav
{
	margin: 0;
}





/* slick */
/*
.slick .slick-next-img {
    right: -25px;
}
.slick .slick-prev-img {
    left: -53px;
}
.slick .slick-prev-img, .slick .slick-next-img {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick .slick-dots li button:before
{
	color: white;
	opacity: 1;
}

.slick .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f4efe4;
    font-size: 8px;
}
*/

/*******/


#menu-top
{
	height: 60px;
	/*justify-content: flex-end;*/
	/*padding-right: 10px;
	padding-left: 10px;*/
}


/* section sl */
#sl
{
	position: relative;
	/*
	position: relative;
	min-height: 120vh;

	color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	
	text-align: center;
	*/


	/*
	padding-top: 20px; /* menu */

	/*
	background-image: linear-gradient(45deg, black 25%, transparent 25%), linear-gradient(-45deg, black 25%, transparent 25%), linear-gradient(45deg, transparent 75%, black 75%), linear-gradient(-45deg, transparent 75%, black 75%);
    background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px 10px, -10px 0px;
	*/
}

#sl .pojemnik
{
	position: relative;
	/*min-height: 110vh;*/ /* nie dziala to najlepiej */
	
	/*height: 110vh; /* js to nadpisuje, to jest tylko po to zeby initial nie bylo 0 */
	/*
	min-height: 1120px;
	max-height: 1120px;
	*/

	color: white;
	display: flex;
	flex-direction: column;

	/* justify-content: center; */

	justify-content: flex-end;
	
	text-align: center;

	/*background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(255, 0,0,0) 75%, rgba(44, 44, 44, 0.5) 80%, rgba(44,44,44, 0.9) 90%, rgba(44,44,44, 1) 100% );*/
	overflow: hidden;
}



#sl ul /* buc trap wstawia jakies swoje smieci do ul, trzeba to zmieniac */
{
	margin-bottom: 0;
	list-style: none;
	
	padding: 0; /* user agent stylesheet */

	/* margin-top: 50px; */
	margin-top: 60px;
}

/*
#sl .slider
{
	padding-inline-start: 0;
    list-style: none;
}

#sl ul li
{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: -200;
	opacity: 0;
	
	-webkit-animation: fade-out 30s infinite both;
	-moz-animation: fade-out 30s infinite both;
	animation: fade-out 30s infinite both;
	background-image: url(../images/slider/1.jpg);
}

#sl ul li:nth-child(2)
{
	background-image: url(../images/slider/2.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	animation-delay: 6s;
}

#sl ul li:nth-child(3)
{
	background-image: url(../images/slider/3.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	animation-delay: 12s;
}

#sl ul li:nth-child(4)
{
	background-image: url(../images/slider/4.jpg);
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	animation-delay: 18s;
}

#sl ul li:nth-child(5)
{
	background-image: url(../images/slider/5.jpg);
	-webkit-animation-delay: 24s;
	-moz-animation-delay: 24s;
	animation-delay: 24s;
}

@-webkit-keyframes fade-out {
	33% {
	  opacity: 1; }
	66% {
	  opacity: 0; } }
  @-moz-keyframes fade-out {
	33% {
	  opacity: 1; }
	66% {
	  opacity: 0; } }
  @keyframes fade-out {
	33% {
	  opacity: 1; }
	66% {
	  opacity: 0; } }

*/


/* multilayered parallax */


.scene {
	padding: 0;
	margin: 0;
  }
  
  .fill {
	position: absolute;
	/*bottom: 5%;*/
	/*right: 5%;*/
	bottom: 0%;
	right: 0%;
	left: 0%;
	top: 0%;
  }
  
  .expand-width {
	width: 100%;
  }
  
  .border {
	border: 0px dashed #00FFAA;
  }
  
  .aspect {
	opacity: 0.2;
  }
  
  .layer:nth-child(1) {
	opacity: 1;
  }
  /*
  .layer:nth-child(1) button {
	transform: rotate(150deg);
  }
  */
  .layer:nth-child(2) {
	opacity: 1;
  }
  /*
  .layer:nth-child(2) button {
	transform: rotate(120deg);
  }
  */
  .layer:nth-child(3) {
	opacity: 1;
  }
  /*
  .layer:nth-child(3) button {
	transform: rotate(90deg);
  }
  */
  .layer:nth-child(4) {
	opacity: 1;
  }
  /*
  .layer:nth-child(4) button {
	transform: rotate(60deg);
  }
  */
  
  .layer:nth-child(5) {
	opacity: 1;
  }
  /*
  .layer:nth-child(5) button {
	transform: rotate(30deg);
  }
  */
  
  .layer:nth-child(6) {
	opacity: 1;
  }
  /*
  .layer:nth-child(6) button {
  }
  */
  .layer:nth-child(1) img {position:absolute;top:0px;left:0px;width: 100%}
  .layer:nth-child(2) img {position:absolute;top:0px;left:0px;width: 100%} /**/
  .layer:nth-child(3) img {position:absolute;top:0px;left:0px;width: 100%}
  .layer:nth-child(4) img {position:absolute;top:0px;left:0px;width: 100%}
  .layer:nth-child(5) img {position:absolute;top:0px;left:0px;width: 100%} 
  .layer:nth-child(6) img {position:absolute;top:0px;left:0px;width: 100%;} 	/* */
  .layer:nth-child(7) img, .layer:nth-child(8) img, .layer:nth-child(9) img , .layer:nth-child(10) img ,  .layer:nth-child(11) img ,  .layer:nth-child(12) img  {position:absolute;top:0px;left:0px;width: 100%;}
  
  .z-guzikiem
  {
	position: absolute;
	right: 15vw;
	top: 20vh;
	text-align: left;
	color: black;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 8px;
  }

  .z-g-box
  {
	  align-items: flex-start;
  }

  .z-guzikiem .guzik
  {
	  margin-top: 20px;
  }

  .z-guzikiem strong 
  {
	  font-weight: 900;
  }


/* konietz */



/*kurwa buc trap*/
body p
{
	margin : 0; /* ..i niech spierdala */
}
/**/

body
{
	color: black;
	/*text-align: center;*/ /* nie. kurwa nie. rozne rzeczy sie posypia, miedzy innymi parallax, i potem bede szukal przez godzine co go rozpierdala. */
}

html
{
	scroll-behavior: smooth;
}




/* section mapa - google mapa */
#mapa
{
	position: relative;
	padding-bottom: 30%; /* jak wstawi sie aspect ratio to bedzie full screen */
	height: 0;
	overflow: hidden;
}

#mapa iframe
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#mapa #a-mapa
{
	position: absolute;
	top: 0px;
}
/**/




/* tu sa jakies pierdolki ktore mozna zostawic */

#footer-info-div
{
	padding: 5px 20px 5px 20px;
	background: black;
}
#footer-info-div a{
	margin-left: auto;
}

#main-section
{
	/* background: white; */
	background: linear-gradient(to bottom, #b9b9b9 100px, white);
}

#main-site-content 
{
	align-self: flex-start;
}

.cms-content-box
{
	align-self: stretch;
    width: 100%;
    /*border: 1px solid #9C9C9C;*/
    justify-content: flex-start;
    /* background: white; */
}

#main-section
{
	align-items: flex-start;
    /* padding: 20px; */
}


/* klocki klotzki */

.guzik
{
	width: 230px;
	height: 45px;
	border: 2px solid #FD8329;
	color: #FD8329;
	/* background-color: #FD8329; */
	background-color: transparent;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	transition: 0.4s;
	font-family: 'Oswald';
	/* letter-spacing: 2px;
	text-indent: 2px; */

	display: flex;
    align-items: center;
    justify-content: center;

	/*margin: 5px; */ /**/
	border-radius: 50px;
}

.guzik:hover, .guzik.active, .guzik.focus{
	background: #FD8329;
	color: black;
}


.guzikmargin{
	border: 5px solid transparent;
}

.bgfoto{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pasek {
	/* width: 145px; */
	width: 220px;
	/* height: 5px; */
	border-bottom: 5px solid #FD8329;
}

.resp{
	max-width: 100%;
}


.themecolor{
	color: #FD8329;
}



body{
	overflow: hidden;
}


/* media queries */
@media (max-width: 800px){
	.overlay{
		padding: 2em 0;
		overflow-y: auto;
	}
	.overlay ul{
		display: block;
		width: 100%;
		margin: 60px auto 0 auto;
	}
	.close-btn{
		margin-left: 30px;
	}
	#menu-fixed .pasekk{
		display: none;
	}



	#intro .pojemnik{
		
	}
	#intro .napispolewej{
		display: none;
	}
	#intro .pustak{
		display: none;
	}
	#intro .widzety{
		display: none;
	}
	#intro .contentbox{
		border: none;
	}
	#intro .contentbox img{
		width: 100%;
		margin-top: 100px;
	}
	#intro .contentbox .content{
		display: none;
	}
	#intro .contentbox .guzik{
		margin-right: auto;
		margin-top: 30px;
	}



	#witamy .kontener{
		flex-direction: column;
		padding-left: 5vw;
		padding-right: 5vw;
	}
	#witamy .lewy, #witamy .prawy{
		border: none;
	}
	#witamy .prawy{
		align-items: center;
		padding-top: 20px;
	}
	#witamy .content{
		text-align: justify;
	}
	#witamy .text1{
		font-size: 80px;
		line-height: 80px;
	}
	#witamy .text2{
		font-size: 32px;
	}
	#witamy .text3{
		font-size: 18px;
	}



	#nasza-oferta .kontener{
		flex-direction: column;
		padding-top: 10vh;
		padding-bottom: 10vh;
	}
	#nasza-oferta .nagl{
		align-self: center;
	}
	#nasza-oferta .content{
		width: auto;
	}
	#nasza-oferta .lewy .guzik {
		margin-right: auto;
		margin-left: auto;
	}
	#nasza-oferta .lewy{
		margin-bottom: 20px;
	}
	#nasza-oferta .prawy{
		align-self: stretch;
	}



	#dlaczego-nas .gora{
		flex-direction: column;
		align-items: center;
	}
	#dlaczego-nas .lewy{
		border: none;
		align-items: center;
		margin-bottom: 20px;
	}
	#dlaczego-nas .lewy .rosol{
		align-items: center;
	}
	#dlaczego-nas .prawy{
		border: none;
		text-align: justify;
	}
	#dlaczego-nas .lewy .text2{
		font-size: 26px;
		text-align: center;
	}
	#dlaczego-nas .prawy .pasek{
		margin: auto;
	}



	#nasze-pojazdy .kontener{

	}
	#nasze-pojazdy .gora{
		flex-direction: column;
		align-items: center;
	}
	#nasze-pojazdy .lewy{
		border: none;
	}
	#nasze-pojazdy .prawy{
		border: none;
		align-items: center;
		text-align: justify;
	}
	#nasze-pojazdy .slickflex{
		flex-direction: column;
	}
	#nasze-pojazdy .rosol{
		align-items: center;
		text-align: center;
	}
	#nasze-pojazdy .lewy .text1{
		font-size: 40px;
	}
	#nasze-pojazdy .lewy .text2 {
		font-size: 26px;
	}




	#kontakt .kontener{
		padding: 30vh 5vw;
	}
	#kontakt .text1{
		font-size: 26px;
	}
	#kontakt .text2{
		font-size: 44px;
	}
	#kontakt span{
		white-space: nowrap;
	}

	

	#formularz .kontener{
		padding: 5vh 0 5vh;
	}
	#formularz .form-formularz{
		width: 90%;
	}
	#formularz .kontener2{
		flex-direction: column;
		align-items: center;
	}

}

@media (max-width: 400px){
	#nasze-pojazdy .slick .slick-arrow{
		transform: scale(0.5);
	}	
}



/* anchory */

#a-nasza-oferta, #a-kontakt, #a-witamy{
	position: absolute;
	top: 0px;
}
#a-nasze-pojazdy, #a-formularz-kontaktowy{
	position: absolute;
	top: -100px;
}

