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 #ff0030;
}

#content-left ul li a:hover, #content-left .subtree-li-selected a{
	text-decoration: none;
	color: white;
	background-color: #ff0030;
}

/*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: white;
	color: black; */
	color: white;

	/*box-shadow: 0px 0px 5px 0px #ffffff, inset 0px 0px 5px 0px #ffffff;*/
	/*box-shadow: inset 0px 0px 5px 0px #777777;*/


	
}

nav li a:hover:before, nav .active a:before{
	transform: scale(1);
}

#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.85);
	/* 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);
	}
	.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 #00A2E9;
		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;
	}
	
	.overlay ul {
		list-style-type: none;
		margin: 15% auto 0 auto;
		padding: 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		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:#00A2E9} */
	
	/* .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*/
		display: grid;
		justify-content: center;
	}
	
	.overlay ul .content{
		display: block;
		color: black;
		margin-top: 20px;
		font-family:'Raleway';
		font-size: 13px;
		border-top: 2px solid #ff0030;
		text-align: justify;
		padding-top: 15px;
		margin-bottom: 20px;
	}

	.overlay ul .nagl{
		color: black;
		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: #00A2E9;
	}
	.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;
		transition: 0.4s;
	}
	.show-menu .close-btn:hover{
		box-shadow: 0px 0px 10px 2px #ff00307a;
	}
	
	.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: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; */
		margin: auto;
		cursor: pointer;
	}

	.overlay .napis{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
		background: white;
		font-weight: 700;
		font-family: 'Playfair Display';
		text-align: center;
	}

	.overlay li img{
		margin: auto;
	}




/* turbosyf koniec */



/* section intro */
#intro{
	position: relative;
}

#intro .container-fluid{
	/* min-height: 100vh; */


	background: #444444;

	
	
}


#intro .top1{
	/* display: grid; */
	/* grid-template-columns: 1fr auto 1fr;
	align-items: center;
    justify-content: center; */
}

#intro .top1>*{
	/* display: grid;
	align-items: center;
	justify-content: center; */
	align-items: center;
	justify-content: center;
}

#intro .scq{
	font-family: '';
	color: #ed1c24;
	text-align: center;
}

#intro .scq h1{
	font-size: 72px;
}

#intro .napis1{
	/* background: black; */
}

#intro .nav{
	background: black;
}


#intro .navbar{
	background: black;
	text-align: center;
}
#intro .navbar-toggler{
	margin-left: auto;
}
#intro .navbar-toggler i{
	color:#fff200;
}



/* section content-main */
#content-main{
	position: relative;
}

#content-main {
	min-height: 100vh;
	background: #444444;
	/* display: grid;
	grid-template-columns: auto minmax(30%, auto) auto;
	grid-column-gap: 20px;
	padding: 20px; */
}

#content-main {
	font-family: '';
	color: white;
	font-size: 22px;
	text-align: justify;
	background-image: url(../images/smok-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}





.wpolsce{
	padding: 30px 20%;
}

.cl-or{
	color: #ec6423;
}

.cl-yel{
	color: #ffff00;
}


/* section galeria */
#galeria{
	position: relative;
}

#galeria .kontener{
	
}

#galeria .zdjecia-p
{
	position: relative;
	flex-wrap: wrap;
    background: black;
	overflow:hidden;
	padding: 0;
}

#galeria .img-box
{
    position: relative;
    /* width: calc(20vw - 4px); */
	/* height:  calc(20vw - 4px); */
	/* width: 20%; */
	/* width vw nie dziala */
	/* width: 16.666666%; */
	/* height: 16.666666vw; */
	width: 12.5%;
	height: 12.5vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
	align-items: center;

	transition: 0.5s;
	transition-property: filter; /* zeby mi sie height nie transitionowal */
}

#galeria .img-box:hover
{
	/*  hue-rotate(90deg) */
	/* filter: grayscale(100%); */
}
#galeria .img-box:hover img{
	transform: scale(1.1);
}

#galeria .img-box img
{
	/*width: 20vw;*/ /* jakis trupek tu lezy */

	/* temp */
	height: 100%;
	width: auto;
	
	transition: 0.4s;
}


#galeria .img-box a
{
	height: 100%;
    width: auto;
}

#galeria .img-box.szerokie img, #galeria .img-box.szerokie a
{
	height: 100%;
    width: auto;
    /* height: auto; */
    /* width: 100%; */
}

#galeria .img-box img.nieszerokie, #galeria .img-box a.nieszerokie
{
	/*height: 100%;*/
    /*width: auto;*/
    height: auto;
    width: 100%;
}

#galeria .img-klik
{
	position: absolute;
}


/* section futer */
#futer{
	position: relative;
}

#futer .kontener{
	color: white;
	background: black;
	padding: 20px 5vw;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}

#futer .kontener .pasek{
	height: 50%;
}

#futer .kontener .tekst{
	padding: 0 5vw;
	text-align: center;
}






/* bs3 override mam nadzieje ze dziala */
body h1, body .h1, body h2, body .h2, body h3, body .h3{
	margin: 0;
}



/* section jscfl */
#jscfl{

}

#jscfl .kontener{
	background: #eeeeee;
}

#jscfl .kontener .gorny-pasek{
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	justify-items: center;
}

.przycisk{
	padding: 10px 10px; /**/

	border: 2px solid #ff0030;
	color: white;
	background-color: #ff0030;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	transition: 0.4s;
	font-family: 'Raleway';
	/* letter-spacing: 2px;
	text-indent: 2px; */

	display: flex;
	align-items: center;
	justify-content: center;

	/*margin: 5px; */ /**/
	border-radius: 8px;

	cursor: pointer;
}

.przycisk:hover{
	background-color: transparent;
	color: #ff0030;
}

.cflcontent>div{
	display: none;

	transform: scale(0);
	opacity: 0;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out;  

	text-align: center;
}

.cflcontent .activecfl{
	display: grid;
	align-items: center;
	justify-content: center;
	transform: scale(1);
	opacity: 1;
	animation: anim 0.7s ease-in-out;

	
}
/* 
.menu-contentys > *{
	display: none;

	transform: scale(0);
	opacity: 0;
	transition: transform .7s ease-in-out, opacity .7s ease-in-out;  
} */


@keyframes anim {
	0% {
	  display: none;
	  opacity: 0;
	}
	1% {
	  display: grid;
	  opacity: 0;
	  transform: scale(0);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }






/* section mapa */
#mapa 
{
	position: relative;
	padding-bottom: 30.208333333%; /* aspect ratio */
	height: 0;
	overflow: hidden;
}

#mapa iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 992px){
	#mapa 
	{
		padding-bottom: 60%; /* aspect ratio */
	}
}		







/* 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: 72px;
	background: #29292959;
	padding-left: 0vw;
	padding-right: 0vw;

	transition: 0.4s;

	display: grid;
	align-items: center;
}

#menu-fixed .logo{
	/* padding-right: 10px; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#menu-fixed .logo img{
	max-width: 100%;
}

#menu-fixed .logo-inner {
	/* position: absolute;
	top: -50px; */
	/* 1/2 menu height */
}

#menu-fixed.menu-fixed-skrol{
	/* background: #0000007f; */
	/* background: #ff0030; */
	/* height: 100px; */
	/* box-shadow: 0 0 10px 5px black; */
}

#menu-fixed.menu-fixed-skrol .menu-full{
	/* background: #000000cc; */
}

#menu-fixed .menu_top{
	display: grid;
	grid-template-columns: 1fr 285px 1fr;
	align-items: center;
}

#menu-fixed .menu-kontakty{
	color: white;
    display: flex;
    align-items: center;
	justify-content: flex-end;
}

#menu-fixed .menu-kontakty-wewn{
	display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
	grid-template-columns: repeat(2, auto);
	grid-column-gap: 10px;
	font-family: 'Oswald';
}

#menu-fixed .menu-kontakty-wewn a{
	transition: 0.4s;
}
#menu-fixed .menu-kontakty-wewn a:hover, #menu-fixed .menu-kontakty-wewn a:focus{
	transform: scale(1.05);
}

#menu-fixed .navbar-brand, #menu-fixed .logo a{
	transition: 0.4s;
	filter: drop-shadow(0 0 10px black);
	padding-left: 10px;
}
#menu-fixed .navbar-brand:hover, #menu-fixed .navbar-brand:focus, 	#menu-fixed .logo a:hover, #menu-fixed .logo a:focus{
	filter: drop-shadow(0 0 10px white);
	/* margin-bottom: 10px; */
    /* box-shadow: 0 0 2px 1px white, inset 0 0 2px 1px white; */
}

#menu-fixed .fas{
	/* color: #0080F5;
	font-size: 26px;
    vertical-align: middle; */
}


.menu-full{
	display: grid;
	grid-template-columns: auto;
	/* align-items: center;
	justify-content: center; */
	

	/* background: #29292959; */
	transition: 0.4s;
}
.menu-full:before, .menu-full:after{
	display: none
}


.menu-mobile .navbar-brand{
	padding: 0;
}
.navbar-brand > img{
	max-width: 100%;
    max-height: 100%;
}
#menu-fixed .menu-mobile .fas{
	color: white;
}


/* ---- */


.nav-logo img
{
	transition: 0.6s;
}

.navbar-header
{
	/* background: #D9BD8E; */
	transition: 0.6s;
}

.collapsing
{
	transition: 0.3s;
}

.navbar-collapse
{
	transition: 0.3s;
}



/* ---- */


/* wiecej menusyfu bo za malo tego tu jest */

.menu-wrapper{
	display: grid;
	/* grid-template-columns: 1fr auto 1fr; */
	/* grid-template-columns: 72px auto 72px; */
}

.menu-res{
	display: grid;
    align-items: center;
}
.menu-res img{
	/* min-width: 100px; */
	box-shadow: 0px 0px 10px 2px #0000007a;
	cursor: pointer;
	transition: 0.4s;
}
.menu-res img:hover{
	box-shadow: 0px 0px 10px 2px #ffffff7a;
}

.menu-kont{
	/* display: grid; */
    /* grid-template-columns: 1fr repeat(4, auto); */
    align-items: center;
	white-space: nowrap;
	color: white;
    font-size: 14px;
	font-family: 'Open Sans';

	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
}

.menu-kont>*{
	padding-left: 5px;
	padding-right: 5px;
	transition: 0.4s;
}
.menu-kont>*:hover{
	filter: drop-shadow(0 0 2px white);
}

.menu-kont i{
	vertical-align: middle;
	font-size: 22px;
}

.menu-kont-outer{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}







/******/
.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;
}

nav li a
{
	/*border-radius: 5px;*/
	position: relative;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	/*color: #0c0903;*/
	color: #fff200;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.5px;
	
	text-transform: uppercase;

	transform: perspective(1px) translateZ(0);
}
nav li a:before{
	/* content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0080F5;
	transform: scale(0);
	transition: 0.4s; */
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: #ff0030;
	/* background: black; */
    transform: scaleY(0);
    transition: 0.4s;
    transform-origin: 0% 50%;
	/* transition-timing-function: cubic-bezier(0.42, 0.03, 0.88, 0.33); */
	transition-timing-function: cubic-bezier(0.6, -0.52, 0.46, 1.57);
	/* transition-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05); */
	border-radius: 5px;
}




.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: #00A2E9;
	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; */

	font-family: 'Raleway';
}
#header-menu hr 
{
	width: 90%;
}











#footer-section
{
	position: relative;
    background: black;
    display: flex;
    width: 100%;
}


/* 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;
}
*/

/*******/




/* 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;

	min-height: calc(100vh - 100px);
	min-height: 100vh; /* czyli teraz intro ma 100vh + 100px */
}

#sl .pojemnik .intronapis{
	margin: 40px;
	margin-top: 120px;
}

#sl .pojemnik .introbtn{
	margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

#sl .pojemnik .introtekst{
	margin: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 100px;
}

#sl .pojemnik .bonus{

}

#sl .bonus{
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15px;
    width: 100%;
}

#sl .bonus .pasek-bonus{
	width: 100%;
	border-bottom: 2px solid #ff0030;
	margin-left: 5vw;
    margin-right: 5vw;
}

.bonus .skrol{
	transition: 0.4s;
}
.bonus .skrol:hover{
	transform: scale(1.1);
}

#sl .pionowytext{
	position: absolute;
    top: 60%;
    color: white;
    transform: rotate(-90deg);
    transform-origin: top left;
    left: 40px;
	letter-spacing: 4px;
    font-weight: 400;
}

#sl .pionowytext span{
	font-family: 'Open Sans';
}






#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; */ /* juz nie wiem dokladnie co to niby mialo byc, chyba cos co zastepowalo mi calc na innym elemencie - generalnie syf*/
}


#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 25s infinite both;
	-moz-animation: fade-out 25s infinite both;
	animation: fade-out 25s infinite both;
	background-image: url(../images/p1.jpg);
}

#sl ul li:nth-child(2)
{
	background-image: url(../images/p2.jpg);
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	animation-delay: 6s;
}

#sl ul li:nth-child(3)
{
	background-image: url(../images/p3.jpg);
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	animation-delay: 12s;
}

#sl ul li:nth-child(4)
{
	background-image: url(../images/p4.jpg);
	-webkit-animation-delay: 18s;
	-moz-animation-delay: 18s;
	animation-delay: 18s;
}


@-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;
}









/* tu sa jakies pierdolki ktore mozna zostawic */

#footer-info-div
{
	padding: 5px 20px 5px 20px;
	background: black;
	margin:auto;
}
#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; */
	padding-top: 80px;
}

#main-section
{
	align-items: flex-start;
	/* padding: 20px; */
}


/* klocki klotzki */

.guzik
{
	/* width: 230px; */
    /* height: 45px; */
    padding: 10px 40px;
    border: 2px solid #ff0030;
    color: white;
    background-color: #ff0030;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    transition: 0.4s;
    font-family: 'Raleway';
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 5px; */
    /* border-radius: 8px; */
}

.guzik:hover, .guzik.active, .guzik.focus{
	background: transparent;
	color: #ff0030;
}


.guzikmargin{
	border: 5px solid transparent;
}

.bgfoto{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.pasek1 {
	/* width: 145px; */
	width: 220px;
	/* height: 5px; */
	border-bottom: 5px solid white;
}

.pasek {
	/* width: 145px; */
	/* width: 220px; */
	width: 100%;
	/* height: 5px; */
	border-bottom: 2px solid #ff0030;
}

.resp{
	max-width: 100%;
}
.resp2{
	width: 100%;
}


.themecolor{
	color: #ff0030;
}
.themecolor-bg{
	background-color: #ff0030;
}

.automargin{
	margin: auto;
}

.timgbox{
	margin: 10px;
    text-align: center;
}



body{
	overflow: hidden;
}


/* media queries */
@media (max-width: 800px){
	


	/* mapa jest gdzie indziej */
}


/* anchory */




#back-to-top {
	display: block;
	z-index: 500;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 22px;
	position: fixed;
	bottom: -40px;
	right: 20px;
	line-height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background-color: #fff;
	text-decoration: none;
	box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14), 1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
  }
  #back-to-top i {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
  }
  #back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	color: #111;
  }
  #back-to-top.show {
	bottom: 20px;
  }
  #back-to-top:hover {
	background-color: #111;
  }
  #back-to-top:hover i {
	color: #fff;
  }