
body {
 font-family: 'Lato', sans-serif;

  	color:#13293D;
	font-weight: 400;
	 -webkit-font-smoothing:antialiased;
	 padding-top:90px;
	 overflow-x: hidden;
	     -moz-osx-font-smoothing: grayscale;
/*
	     overflow:hidden;
overflow-y: auto;
width: 100%;
*/
/* padding-left:180px; */
background: #f7f7f7;

	}
	.dosisHeader {
		text-transform: uppercase;
		font-size: 18px;
	}
	body.podstrona {

	}
	.kancelaria-top {
		opacity: 0;background: #f7f7f7; padding: 10px; display: inline-block; font-weight: 300;
	}
	 .big-header {
		 font-size: 30px; text-align: center; line-height: 30px; margin-bottom:20px;
		 text-transform: uppercase;
	 }
	 .big-header.business {
		 font-size: 30px; text-align: left; position: relative;  line-height: 30px;  margin-bottom: 20px;
	 }
	 .big-header.art {
		 font-size: 30px; text-align: right; line-height: 30px; margin-bottom: 50px;
	 }
	.playf {
		font-family: 'Playfair Display', serif;
	}

	.text-gold {
		color:#333745;
	}
	.bg-gold {
		background: #333745;
	}

	.gold-break {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;

	}
	.gold-break span {
		display: inline-block;
		margin: auto;
		width: 80px;
		border-bottom: 1px solid #333745;
	}
	.btn.btn-outline-ciemny {
		border-radius: 0px;
		font-size: 12px;
		border:1px solid #333745;
		position: relative;
		color:#333745;
	}
	.btn.btn-outline-ciemny:after {
		content:" ";
		position: absolute;
		left:0px;
		top:0px;
		bottom:0px;
		width: 100%;
		transform: scale(0,1);
		background: #333745;
		transform-origin: left center;
		transition: all .5s ease;

	}
	.btn.btn-outline-ciemny span {
		position: relative;
		z-index: 5;
		transition:all .5s ease;
	}
	.btn.btn-outline-ciemny:hover:after {
		transform: scale(1,1);
	}
	.btn.btn-outline-ciemny:hover span {
		color:#E9D2C0;
	}
	.btn.btn-outline-gold {
		border-color:#759C77;
		border-radius: 0px;
		background: transparent;
		color:#759C77;
		position: relative;
		transition:all .4s ease;
	}
	.btn.btn-outline-gold:after {
		position: absolute;
		left:0px;
		width: 100%;
		height: 100%;
		top:0px;
		background: #759C77;
		z-index: -1;
		content:" ";
		transform-origin: left center;
		transition:all .4s ease;
		transform: scale(0,1);
	}
	.btn.btn-outline-gold:hover:after {
		transform: scale(1);
	}
	.btn.btn-outline-gold:hover {
		cursor: pointer;
		color:#fff;
	}
		body.inactive {
		overflow: hidden;
	}
	.kancelaria-top {
		font-size: 30px; text-align: right
	}
.klikacz {
	position: fixed;
	z-index: 999999999999999;
	transition:all 1.5s ease;
	background: #fff;
	width: 100vw;
	height: 100vw;
	opacity: 0.5;
	transform: scale(0);
	border-radius: 100%;
}
.klikacz:after {
	position: absolute;
	background: rgba(222, 145, 20, 0.26);
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity: 1;
	transform: scale(0.3);
	border-radius: 100%;
	content:" ";
	transition:all 1.5s ease;
	}
	.klikacz.active:after {
		transform: scale(6);
		opacity: 0;
		}


.klikacz.active {
	transform: scale(3);
	opacity: 1;
}
.klikacz img {
	position: fixed;
	top:50%;
	left:50%;
	width: 10%;
	transform: translate(-50%,-50%);
}
body.changing, body.changing .navbar {
	transition:all .5s ease;
	opacity: 0;
	transform: translateY(-50px);
}


	.ponizej .logo-color,.podstrona .logo-color {
		display: none !important;
	}
	.ponizej .logo-white, .podstrona .logo-white {
		display: block !important;
	}
/*
	.ponizej .menu a, .podstrona .menu a {
		color:#333745 !important;
	}
*/
/*
	.ponizej nav, .podstrona nav {
		background: #fff;
	}
*/
.parallax-container:after {
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	content:" ";
	z-index: 5;
	background: #000;
	opacity: .7;
}
	.parallax-header {
		line-height: 60px;
		margin: auto;
		font-size: 40px;
		z-index: 9999;
		text-align: center;
		font-weight: 100;
		position: absolute;bottom:0%;
		transform: translate(-50%,25%);
		left:50%;
		width: 80%;
	}
	.parallax-header span {
		margin: 0px -5px;
		background: #b99d6b;
		color:#fff;
		padding: 10px 15px;
		display: inline-block;
	}
	.main-o-mnie {
		width: 70%; margin: auto; margin-top: 10px; margin-bottom: 10px;
	}
	.number-wrap {
		position: relative;
		border:1px dashed #b99d6b;
		font-size: 80px;
		display: flex;
align-items: center;
text-align: center;		border-radius: 100%;

justify-content:center;
	}
	.number-wrap span {
		font-size: 90px;
		font-weight: 100;
		color:#b99d6b;
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}	.list_span {
		height: 30px;
		display: inline-block;
		line-height: 28px;
		color:#b99d6b;
		border:1px dashed rgba(185, 157, 107, 0.72);
 		font-size: 13px;
		padding: 0px 15px;
		font-weight: 400;
		margin: 5px 15px;

	}
	.sesje-left {
 padding-top:150px; padding-bottom:150px; border-right:1px dashed #b99d6b;
	}

	 		 #social-links {
				 position: absolute;
				 right:120px;
				 top:20px;
				 color:#000;

				 z-index: 9999;
			 }
			 #social-links a {
				 color:#000;
				 font-size: 24px;
				 margin-left: 10px;
				 float: right;
			 }


	.top {
		position: relative;
		overflow: hidden;
 		padding: 0px 0px 100px 0px;
		 z-index: 10;

	}
	.top_bg {
		opacity:  1;
position: fixed;top:0px;
bottom:0px;
right:0px;
left:230px;
z-index: 0;
  background-size:cover; background-position: center top; background-repeat: no-repeat;
	}
	.top_tekst_wrap {
 	}
	.top_tekst {
		color:#fff;
		font-weight: 300;
		text-align: center;
		font-size: 22px;
		line-height: 28px;
	}
	.text_main_in {
	line-height: 30px;
	}
	.top_boxes_wrap {
		position: relative;
		z-index: 10;
		margin-top: 50px;
	}
	.bottom_box {
		border-radius: 10px;
		text-align: center;
		margin-bottom: 50px;
		background: #5BC0EB;
		color:#fff;
		cursor: pointer;

	} 	.contenty {
		padding: 0px 0px;
 		position: relative;
		 margin-top:100px;
		z-index: 10;
 	}
	.btn.btn-black {
		border-radius: 0px;
		background: #000;
		color:#fff;
		box-shadow: none;
		border:1px solid #000;	}
	.btn.btn-black:hover {
		background: #fff;
		color:#000;
		border:1px solid #000;
		cursor: pointer;
	}
	.show-down {
		transform: translateY(-50px);
		opacity: 0;
	}
	.show-up {
		transform: translateY(30px);
		opacity: 0;
	}
	.show-left {
		transform: translateX(-30px);
		opacity: 0;
	}
	.show-left.active {
		transform: translateX(0);
		opacity: 1;		transition:all 1s ease;

	}
	.show-right {
		transform: translateX(30px);
		opacity: 0;
	}
	.show-right.active {
		transform: translateX(0);
		opacity: 1;		transition:all .5s ease;

	}
	.show-up.active, .show-down.active {
		transform: translateY(0);
		opacity: 1;		transition:all .5s ease;

	}
	.show-fast.show-me.active {
		transition: all .5s ease !important;
	}
	.delay-02 {
		transition-delay: .2s !important;
	}
	.delay-04 {
		transition-delay: .4s !important;
	}
	.delay-06 {
		transition-delay: .6s !important;
	}
	.delay-08 {
		transition-delay: .8s !important;
	}
	.delay-05 {
		transition-delay: .5s;
	}
	.delay-1 {
		transition-delay: 1s !important;
	}
	.show-opac, .show-opacity {
		opacity: 0;
	}
	.show-scale {
		transform: scale(0.3);
	}
	.show-scale.active {
		transform: scale(1);
	}
	.show-opac.active, .show-opacity.active {
				transition:all .5s linear;

		opacity: 1;
	}
	.showblack  {
		background: #000;

	}
	.showblack.active {
		background: #fff;		transition:all .5s linear;

	}
	.showblack-down {
		overflow: hidden;
	}
	.showblack-down:after  {
		position: absolute;
		top:0px;
		bottom:0px;
		right:0px;
		left:0px;
		content:" ";
		transform: translateY(0);
		background: #000;

	}
	.showblack-down.active:after {
		transform: translateY(100%);		transition:all 1s linear;


	}
	.show-scale-horizontal {
		transform: scale(0,1);
	}
	.show-scale-horizontal.active {
		transform: scale(1,1);
		transition:all 1s ease;
	}
	body.noscroll {
		overflow: hidden;
	}
.playfairdsc {
	font-family: 'Playfair Display SC', serif;

}
 .playfaird {
	 font-family: 'Playfair Display', serif;

	 }
	 .garam {
		 font-family: 'EB Garamond', serif;

}  .text-lower {
	    text-transform: lowercase !important;
    }
.skrollr-mobile  #skrollr-body {
	   position: fixed;
	   top:0px;
	   left:0px;
	   width: 100%;
	   height: 100%;

	   }
	   header {
		   position: fixed;left:0px;
		   right:0px;
		   padding-left: 250px;
		   top:0px;
		   height: 90px;
  		   z-index: 999999;

	   }
	   .ponizej header  {
		   background: #fff;
	   }
	   .inside-hub-wrap {
		   margin-left:auto;   border:1px solid #C1323D; z-index: 999999;
		   position: relative;
		   /* transform: translateX(-100%) scale(1);bottom:-80px; */
		   left:50px;

	   }
	   .inside-the-hub {
		position: absolute;
		bottom:40px;
		left:30px;
		right:40px;
		text-align: right;
		font-size: 38px;
		line-height:43px;
		font-weight: 900;
		color:#C1323D;
	}
	.under-top {
		position: absolute;
		left:15%;
		margin-left: 180px;
		right:15%;
		top:50px;
		opacity: .2;
		text-align: center;
		z-index: 0;
	}
	.kreska {
		transform-origin: left center;
		width: 100%;
		height: 1px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,c1182a+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left,  #000000 0%, #c1182a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #000000 0%,#c1182a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #000000 0%,#c1182a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c1182a',GradientType=1 ); /* IE6-9 */
position: absolute;
left:0px;

	}
.kreska.kreska-top-left {
	width:9.9%;
	top:34px;

}
.kreska.kreska-top-right {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(right,  #000000 0%, #c1182a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  #000000 0%,#c1182a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left,  #000000 0%,#c1182a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c1182a',GradientType=1 ); /* IE6-9 */


	right:0px;
	width:70.7%;
	left:auto;
	transform:scaleX(-1);
	top:34px;
 }

 .kreska.kreska-bottom-left {
	 width:9.9%;
	 top:34px;

 }
 .kreska.kreska-bottom-right {
	 right:-10%;
	 width:105.4%;background: #000000; /* Old browsers */
	 background: -moz-linear-gradient(right,  #000000 0%, #c1182a 100%); /* FF3.6-15 */
	 background: -webkit-linear-gradient(right,  #000000 0%,#c1182a 100%); /* Chrome10-25,Safari5.1-6 */
	 background: linear-gradient(to left,  #000000 0%,#c1182a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c1182a',GradientType=1 ); /* IE6-9 */

	 left:auto;
	 transform:scaleX(-1);
	 top:auto;
	 bottom: 65px;
  }
.header-box {
	width: auto;
	height: auto;
	position: absolute;
	z-index: 999;
	border:1px solid #C1323D;
	display: flex;
	align-content: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	text-align: right;
	transform-origin: left center;
}
.header-box div {
	opacity: 0;
	position: absolute;
	top:20px;
	left:20px;
	opacity: 0;
	color:#C1323D;
	font-size: 14px;
}
.header-box div a {
	color:#C1323D;
 }
.kreska.kreska-specjalizacja {
	left:0px;
	width: 20%;
	top:150px;
}
.header-box-specjalizacja {
	left:20%;
	top:150px;
	width: 250px;
	transform: translateY(-50%);
}
.header-box-specjalizacja.header-box span {
	position: absolute;
	right:0px;
	bottom:15px;
	padding-left:20px;
}
.kreska.kreska-blog-podstrona {
	left:0px;
	width: 40%;
	top:150px;
}
.header-box-blog-podstrona {
	left:40%;
	top:150px;
	height: 250px;

	transform: translateY(-50%);
}
.kreska.kreska-team-podstrona {
	left:0px;
	width: 20%;
	top:150px;
}
.header-box-team-podstrona {
	left:20%;
	top:150px;
	height: 250px;
	width: auto;

	transform: translateY(-50%);
}
.header-box-team-podstrona img {
	width: auto;
	height: 100%;
}
.header-box.header-box-team-podstrona div.team-name {
	left:20px;
	font-size: 24px;
	color:#000;
	top:auto;
	bottom:-10px;
}
.header-box.header-box-team-podstrona div.team-desc {

	left:100%;
	color:#fff;
	top:auto;
	font-size:16px;

	}

.kreska.kreska-wartosci {
	left:0px;
	right: auto;
	width: 20%;
	top:-80px;
}
.header-box-wartosci {
	top:-80px;
	width: 200px;
	height: 200px;
	left:20%;
	transform: translateY(-50%);
}

.kreska.kreska-spec {
	left:0px;
	right:50%;
	width: auto;
	margin-right: 125px;
		top:20px;
}
.header-box-spec {
	top:20px;
	width:250px;
	height: 250px;
	left:50%;
	transform: translate(-50%,-50%);
}
.kreska.kreska-about {
	width: 60%;
}
.header-box-about {
	width:250px;
	height: 250px;
	left:60%;
	transform: translateY(-50%);
}
.kreska.kreska-team {
	width: 10%;
}
.header-box.header-box-team {
	left:10%;
	width:200px;
	height: 200px;transform: translateY(-50%);
}
.kreska.kreska-blog {
	width: auto;
	left:0px;
	right:300px;
}
.header-box.header-box-blog {
	left:auto;
	right:100px;
	width:200px;
	height: 200px;transform: translateY(-50%);
}
.header-box span {
	position: relative;
	padding-left: 50px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 24px;
	color:#C1323D;
	font-weight: 300;
	opacity: 0;
}
.text-content {
	position: relative;
	font-size: 17px;
	line-height:22px;
	padding: 50px;

}
.text-content:after {
	position: absolute;left: -20%;
	right: 0px;
	top: -50px;
	bottom: 0px;
	background: #fff;
	z-index: -1;
	content: " ";
}
.text-content-in {
	position: relative
}
.text-content-in-after {
	position: absolute;
	left:-20%;z-index: 9;
	top:-50px;
	right:0px;
	bottom: 0px;
	background: #000;
	transform-origin: right center;
}
.inside-hub-wrap {
	transform-origin: left 10%;
}
.inside-the-hub {
	transform-origin: center right;
}
.outsie-wrap {
	padding-left:10%;
}
.under-top, .inside-hub-wrap, .inside-the-hub, .text-main-top-in span, .kreska, .outside-wrap, header, .navbar-brand-wrap, .header-links, #menu li, .header-box {
	opacity: 0;
}
header {
	transform-origin: center top;
	z-index: 99999999;
}.inside-the-hub span {
					position: relative;
 					 font-weight: 300;
					display: inline-block;
 				}
				.text-main-top {
					position:relative;padding: 50px 0px 50px 50px;
					text-align: right;
					right:-11%;
				}

				.text-main-top-in {
					position: absolute;
					top:0px;
					margin-top: 20px;
					left:0px;
 					text-align: left;
					z-index: 99;
				}
				.text-main-top-in div {
					display: block;
					width:auto;
					margin-bottom: 10px;
					margin-left: 0px;

					vertical-align: bottom;
				}
 				.text-main-top-in span {
					display:  inline-block;
					background:#C1323D;
  					color:#fff;
 					line-height:24px;
					 white-space: nowrap;
 					font-size: 14px;
					 transform-origin: left center;
					text-transform: uppercase;
					padding: 5px 5px;
				}
				.text-main-top-in span:hover {
					cursor: pointer;
					transform: scale(1.1) !important;
					transition:all .5s ease;

				}
				.video-wrap-over {
					background: #fff;
					position: absolute;
					left:0px;
					transform-origin: right center;
					top:0px;
					bottom:0px;
					right:0px;
					z-index: 999999;

				}
				.video-wrap {
					opacity: 0;
				}
				.about-img-after {
					position: absolute;
					left:0px;
					top:0px;
					right:0px;
					bottom:0px;
					background: #fff;
					transform-origin: center left;
				}.wartosci-wrap {
				background: #fff;
				padding-top: 30px;
				padding-bottom: 30px;
				transform-origin: right center;
				opacity: 0;
			}
			.wartosc-wrap-wrap {
				display: flex;
				align-content: center;
			}
			.wartosc {
				position: relative;
				color:#000;
				border:1px solid #000;
				padding: 20px 20px 20px 20px;
				font-size: 15px;
				line-height: 24px;
				opacity: 0;
			}
			.wartosc-header {
				color:#C1323D;
				font-size: 20px;
				line-height: 30px;
			}
			.wartosc:afster {
				position: absolute;
				left:0px;
				top:20px;
				bottom:-50px;
				right:0px;
				border:1px solid #000;
				content:" ";
			}.spec-bg {
						 position: absolute;
						 background: #fff;
						 top:-10px;
						 bottom:-10px;
						 opacity:0;
						 transform-origin: center top;
					 }
					 .spec-wrap {
						 padding-top:20px;
						 margin-top:10px;
						 margin-bottom: 10px;
						 padding-bottom: 20px;
					 }
					 .spec-opis {
						 font-size: 17px;
						 line-height:24px;
 						 padding-top: 25px;
						  opacity: 0;
						  padding-bottom: 20px;
					 }
					 .spec-opis:before {
						 position: absolute;

					 }
					 .spec-header {
						 font-size: 26px;
						 position: relative;
						 font-weight: 900;
						 opacity: 0;
						 padding-left: 20px;
					 }
					 .spec-header-right.spec-header {
						 text-align: right;
						 padding-right: 20px;
						 padding-left: 0px;
					 }
					 .spec-header:after {
						 position: absolute;
						 top:50%;
						 right:100%;
background: #000000; 		 height: 1px;
						 width: 100px;
						 content:" ";

					 }

					  /* .spec-header.spec-header-right:before {
						  position: absolute;
						  top:50%;
						  left:0px;
						  right:10%;
 background: #000000; 		 height: 1px;
 						  content:" ";

					  } */
					  .spec-header span {
						  background:#fff;
						  padding: 0px 10px;
						  display: inline-block;
						  position: relative;
					  }
					 .spec-header.spec-header-right:after {
						 right: auto;
						 left:100%;
					 }
					 .spec-bottom {
						 position: absolute;
						 bottom:0px;
						 left:15px;
						 right:15px;
						 margin-top: 0px;
 						 text-align: left;

					 }
					 .spec-opis-right .spec-bottom {
						 text-align: right;
					 }
					 .spec-opis-right .spec-bottom:after {
 						 background: #000000; /* Old browsers */
						 background: -moz-linear-gradient(left,  #000000 0%, #c1182a 100%); /* FF3.6-15 */
						 background: -webkit-linear-gradient(left,  #000000 0%,#c1182a 100%); /* Chrome10-25,Safari5.1-6 */
						 background: linear-gradient(to right,  #000000 0%,#c1182a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
						 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c1182a',GradientType=1 ); /* IE6-9 */
						 left:75px;
						 right:105px;
					 }
					 .spec-bottom:after {
						 position: absolute;
						 top:50%;

						 background: #000000; /* Old browsers */
						 background: -moz-linear-gradient(right,  #000000 0%, #c1182a 100%); /* FF3.6-15 */
						 background: -webkit-linear-gradient(right,  #000000 0%,#c1182a 100%); /* Chrome10-25,Safari5.1-6 */
						 background: linear-gradient(to left,  #000000 0%,#c1182a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
						 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c1182a',GradientType=1 ); /* IE6-9 */

						 left:105px;
						 right:75px;						 height: 1px;
						 content:" ";
					 }
					 .spec-btn {
						 background: #C1323D;
						 border:1px solid #C1323D;
						 height: 18px;
						 line-height:18px;
						 color:#fff;
						 display: inline-block;
						 padding: 0px 10px;
						 font-size: 12px;
						 position: relative;
						 text-decoration: none;
						 z-index: 5;
						 transition: all .5s ease;
					 }
					 .spec-btn span {
						 position: relative;
						 z-index: 5;
						 transition: all .5s ease;
					 }
					 .spec-btn:hover span {
						 color:#C1323D;
					 }
					 .spec-btn:hover {
						 text-decoration: none;
						 transform: scale(1.1);
						 color:#C1323D;
						 cursor: pointer;
					 }
					 .spec-btn span {
						 position: relative;
						 z-index: 10;
						 transition: all .5s ease;
					 }
					 .spec-btn:after {
						 position: absolute;
						 left:0px;
						 top:0px;
						 transform-origin: left center;
						 right:0px;
						 bottom:0px;
						 background:#fff;
						 transform: scale(0,1);
						 content:" ";
						 transition:all .5s ease;
					 }
					 .spec-wrap:hover {
						 z-index: 99;
					 }
					 .spec-btn:hover span {
						 color:#C1323D;
						 text-decoration: none;
					 }
					 .spec-btn:hover:after {
						 transform: scale(1);
					 }
					 .spec-header, .spec-opis {
						 z-index: 9999;
						 position: relative;
						 transition:all .5s ease;
					 }
					 .spec-wrap:hover .spec-header, .spec-wrap:hover .spec-opis {
						 color:#fff !important;
					 }
					 .spec-wrap:after {
						   position: absolute;
						   right:33.5%;
						   top:0px;
						   bottom:8px;
						   left:15px;
 						   background: #C1323D;
						   content:" ";
						   z-index: 0;
						   transition:all .5s ease;
						   transform-origin: right center;
						   transform: scale(0,1);
					   }
					 .spec-wrap.spec-wrap-right:after {
						 position: absolute;
							right:15px;
							top:0px;
							bottom:8px;
							left:33.5%;
							 background: #C1323D;
							content:" ";
							z-index: 0;
							transition:all .5s ease;
							transform-origin: left center;
							transform: scale(0,1);
					  }
					  .spec-wrap:hover:after {
						  transform: scale(1);
					  }

					  .spec-unders {
						  margin-top:20px;
						  margin-left:0x;
						  overflow: hidden;
						  position: relative;
						  z-index: 5;
					  }
					  .spec-unders.spec-unders-center {
						  margin-left: -15px;
					  } .spec-unders.spec-unders-right {
							margin-right: -15px;
						}
					  .spec-unders-center .spec-under {
						  background: #fff;
						  color:#999;
					  font-size: 15px;
					  border:1px solid #999;
					  line-height:24px;
					  border-width: 0px 1px 1px 0px;
					  }
					  .spec-unders-right .spec-under {
							background: #fff;
							color:#999;
						font-size: 15px;
						border:1px solid #999;
						line-height:24px;
						border-width: 0px 0px 1px 1px;
						}
					  .spec-wrap-right .spec-unders {
						  margin-left:auto;
						  margin-right:-15px;
						  text-align: right;

					  }
					  .spec-wrap-right .spec-under {

					  }
					  .spec-under {
						  min-height: 24px;
						  line-height:14px;
						  display: inline-block;
						  margin-bottom: 10px;
						  background:#fff;
						  border:1px solid #000;
						  color:#000;
						  font-size: 15px;
						  opacity: 0;
						  padding: 5px 15px;
						  transition: background .5s ease, color .5s ease, transform .5s ease;
					  }
					  .spec-unders-left .spec-under {
						  border:1px solid #000;
						  color:#000;
						  line-break: 22px;
					  }
 					  .spec-wrap:hover .spec-under {
					  background:#C1323D;
					  color:#fff;
					  border-color:#fff;


					  }
					  .spec-wrap:hover .spec-under:hover {
						  transform: scale(1.1) !important;
						  text-decoration: none;
						  background: #fff;
						  color:#C1323D;
						  cursor: pointer;
					  }
					  .spec-unders.center .spec-under {

					  }
					  .spec-wrap:hover .spec-header span {
						  background: #C1323D;
						  color:#fff;
					  }

					  .after-more {
						  position: relative;
 display: none;						  left:0px;
						  top:100%;
						  right:0px;
						  padding: 15px;
 					  }
 					  .after-more-in {
	 					  border:1px solid #fff;
	 					  position: relative;
	 					  opacity: 0;	 					  color:#fff;
margin-bottom: 30px;
	 					  transition: all .5s ease;
	 					  display: block;
 					  }
 					  .after-more-in:hover {
	 					  text-decoration: none;
	 					  background: #fff;
	 					  color:#C1323D !important;
 					  }
 					  .after-more-in span {
	 					  font-size: 13px;
	 					  position: absolute;

	 					  top:50%;
	 					  left:50%;
	 					  transform: translate(-50%,-50%);
 					  }
 					  .team-wrap {
				position: relative;
				padding: 50px 34px;
				display: block;
			}
			.team-wrap.team-wrap-0 {
				padding:50px 0px 50px 34px;
			}
			.team-wrap.team-wrap-1 {
				padding:50px 17px 50px 17px;
			}
			.team-wrap.team-wrap-2 {
				padding: 50px 34px 50px 0px;
			}
			.team-wrap-0 .team-desc, .team-wrap-1 .team-desc, .team-wrap-2 .team-desc{
				top:100%;
				left:0px;
				bottom:auto;
				padding-left:20px;
			}
			.team-wrap-1 .team-name {
				left:0px;

			}
			.team-wrap-2 .team-name {
				left:-17px;
			}
			 .details-top {
				 font-size: 16px;
				 font-weight: 400;

				 position: relative;

				 line-height: 30px;
			 }
			 @media (max-width:766px) {
				 .details-top {
					 float: none;
					 top:0px;
				 }
			 }
			.details-top a i {
				color:#C1323D;
				font-size:120%;
				position: relative;
				top:2px;
				margin-right:10px;
				width: 20px;
			}
			.team-img-wrap {
				overflow: hidden;
				position: relative;
			}
			.team-wrap:hover img {
				transform: scale(1.05);
			}
			.team-wrap img {
				width:100%;
				transition:all .5s ease;

			}
			.team-name {
				position: absolute;
				bottom:40px;
				left:15px;
				padding: 20px 20px 10px 20px;
				background: #fff;
				color:#000;
				font-size: 24px;
				opacity: 0;
				font-weight: 900;
				line-height:24px;
				transition: background .5s ease, color .5s ease;
				transform-origin: left center;
			}
			.team-name.active, .team-desc.active {
				opacity: 1;
			}

			.big-team-name {
				position:relative;
				padding: 20px 20px 20px 20px;
				background: #000;
				color:#fff;
				font-size: 24px;
				/* opacity: 0; */
				text-transform: uppercase;
				display: inline-block;
				font-weight: 900;
				line-height:30px;
				transition: background .5s ease, color .5s ease;
				transform-origin: left center;
			}
			.team-name.active, .team-desc.active {
				opacity: 1;
			}

			.team-wrap:hover .team-name {
				background:#C1323D;
				color:#fff;
			}
			.team-desc {
				position: absolute;
				left:100%;
				bottom:0px;
				padding: 10px 10px 10px 10px;
				white-space: nowrap;
				color:#fff;
				background: #000;
				font-size: 16px;opacity: 0;
				transform-origin: left center;
				font-weight: 900;
							}

							.big-team-desc {
								position:relative;
								padding: 10px 10px 10px 10px;
								white-space: nowrap;
								color:#000;
								background: #fff;

								font-size: 16px;
								border:1px solid #000;
								border-top:0px;
								display: inline-block;
								transform-origin: left center;
								font-weight: 900;
											}

			.team-wrap.team-wrap-sm .team-name {
				font-size: 20px;
			}
			.team-wrap.team-wrap-sm .team-desc {
				font-size: 14px;
			}
			.team-wrap-after {
				background: #fff;
				position: absolute;left:35px;
				right:35px;
				top:50px;
				bottom:50px;
				transform-origin: right center;
				z-index: 9999;
			}

.blog-wrap-wrap {
	padding:50px 50px;
	position: relative;


}
.blog-wrap {
	margin-bottom: 20px;
				 opacity: 0;

		transition:all .5s ease;
}
.blogs-index .blog-wrap { 
	opacity: 1;
}
.blog-wrap-in { 
	border:1px solid #C1323D;
	height:100%;
}
.blog-title {
	position: relative;
	font-size: 26px;
	padding: 0px;
	 display: block;
	 align-content: center;
	text-align: left;
	height: 100%;
	color:#C1323D;
	font-weight: 500;
	padding-left: 0px;
	transition:all .5s ease;
	transform: scale(1);
 }
 .blog-wrap:hover .blog-title {
	 color:#fff !important;
 }
 .blog-wrap:hover {
	 transform: scale(1.05);
	 text-decoration: none;
	 cursor: pointer !important;
	 color:#fff !important;
 }
 .blog-title-bg {
	 position: absolute;
	 left:15px;
	 right:15px;
	 top:0px;
	 bottom:0px;
	 background:#C1323D;
	 transform: scale(0,1);
 transform-origin: left center;
 transition:all .5s ease;
 }
.blog-wrap:hover .blog-title-bg {
	 transform: scale(1);
 }
 .blog-title span {
	 position: relative;
	 display: block;
	 z-index: 99999;
	 padding: 5px 15px;
	 font-size: 24px;
 }
 .blog-img {
	 z-index: 99;
	 position: relative;
	 left:0px;
	 top:0px;

	 width: 100%;
	 height: auto;
 }

	   .navwcag {
		   position: absolute;
		   left:-5000px;
		   top:10px;
	   }
	   .spec-tag {
		   display: block;
		   min-height: 40px;
		   margin-bottom:20px;
		   line-height:18px;
		   border:1px solid #C1323D;
		   padding:10px 15px;
		   color:#C1323D;
		   text-align: center;
		transition:all .5s ease;
	   }
	   .spec-tag.sml {
		   min-height: 20px;
		   line-height: 12px;
		   padding: 4px 10px;
		   font-size:12px;
		   display: inline-block;
		   margin:0px 10px 20px 10px;
	   }
	   .spec-tag:hover {
		   background:#C1323D;
		   text-decoration: none;
		   color:#fff;
		   transform: scale(1.1);
	   }
/*
	nav {
		top:0px;
 		position: fixed;
		left:0px;
		width:100%;
		background:transparent;
 		overflow: hidden;
		 	}
*/
		 	.menu {
			 	background: transparent;
		 	}
			 .navbar-brand-desktop {
				 width:250px;
				 z-index: 9999999999;
				 /* border-right: 1px solid #000; */
				 position: fixed;
				 opacity: 0;
				 top:0px;
				 left:0px;
				 padding: 15px;
				 /* background: #fff;
				 border-bottom: 1px dashed #000; */
			 }

			 .navbar-brand-desktop img {
				 width: 100%;
			 }
			 .navbar-brand-desktop:afster {
				 position: absolute;
				 right:0px;
				 bottom:-1px;
				 width: 40px;
				 border-bottom: 1px solid #000;
				 content:" ";
			 }
 	.navbar-brand {
		position: relative;
		top:5px;
		background: transparent;
		z-index: 9999;
		width: 100%;
		margin-right: 0px;
		background: transparent;
 		text-align: center;
		display: block;
		border:1px solid transparent;
	}
	.navbar-brand-wrap {padding: 0px;text-align:center;/* width: 200px; flex-grow: 0.33; padding:0px; */}
	.navbar-brand img {
		max-width: 100%;
		width: 180px;
		margin: auto;

  	}
  	 .podstrona .navbar-brand-desktop,.podstrona header,.podstrona .navbar-brand-wrap,.podstrona .header-links,.podstrona #menu li, .wrocil .navbar-brand-desktop,.wrocil header,.wrocil .navbar-brand-wrap,.wrocil .header-links,.wrocil #menu li{
				 opacity: 1;
			 }
	.topcol {
		position: relative;
		padding-top: 20px;
		padding-left: 5px;
 	}/*

 	.topcol:nth-child(1):after {
	 	position: absolute;
	 	top:30px;
	 	left:15px;
	 	right:-15px;
	 	height: 1px;
	 	background: #fff;
	 	content:" ";
 	}
 	.topcol:nth-child(3):after {
	 	position: absolute;
	 	top:30px;
	 	left:-15px;
	 	right:15px;
	 	height: 1px;
	 	background: #fff;
	 	content:" ";
 	}
*/
	ul.menu, ul.sub-menu {
		position: relative;
		padding-left: 0px;
		padding-right: 80px;
 	}
	.menua, .sub-menu {
		padding-left:32px;
		position: relative;

	}
	.menu li, .sub-menu li {
		list-style: none;
		display: inline-block;		position: relative;

	}
	.menu a span {
 		display: inline-block;
		padding: 0px 10px;
		height: 30px;
		line-height:30px;
color:#333745 !important;
position: relative;
z-index: 5;
	}
	.menu a, .sub-menu a  {
  		padding: 0px 10px;
		margin: 0px;
		display: block;
		font-size: .9rem;
		height: 30px;
		font-weight: 400;
		text-transform: uppercase;
		line-height: 30px;
		overflow: hidden;
		white-space: nowrap;
		transition: all .5s ease;
		position: relative;
		z-index: 2;
		text-overflow: ellipsis;
		text-transform: uppercase;
	}
 .menu a.menukontakt {
	 background: #C1323D;
	 color:#fff !important;

 }
 .menu a.menukontakt span {
	 color:#fff !important;
 }
	.menu a:after {
		position: absolute;
		top:88%;
		margin-bottom: 1px;
		left:0px;
		right:0px;
		transform-origin: left center;
		z-index: 1;
		transform: scale(0,1);
		transition:all .5s ease;
		height: 1px;
		background: #C1323D;
		content:" ";
	}
	.menu a:hover:after,.menu li.active a:after {
		transform: scale(1);
	}
	.sub-menu a {
		padding: 0px 10px;
		height: 24px;
		line-height: 24px;
		font-size: .5rem;
		text-transform: none;
	}
	/* .menu li:after, .sub-menu li:after {
		transition: all .5s ease;
		content:" ";
		position: absolute;
		background: #333745;
		transform: scale(0,1);
		transform-origin: left center;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px;
	}
	.menu li:hover:after, .menu li.active:after,	.sub-menu li:hover:after, .sub-menu li.active:after  {
		transform: scale(1,1);
	}
	.menu a:hover, .menu li.active a,	.sub-menu a:hover, .sub-menu li.active a   {
		cursor: pointer;
		color:#E9D2C0 !important;
	} */
	.menu a small {
		font-weight: 700;
	}
	.header-links.hlangs { 
		right:auto;
		position: fixed;
		left:260px;
		top:10px;
	}
	.header-links {
		position: absolute;
		right:0px;
		top:23px;
	}
	.header-links a.langlink { 
		font-size: 12px;
		margin-right: 0px;
		width: 20px;
		padding:0px;
		text-align: center;
	}
	.header-links a.langlink.active {
	background:#13293d;
	color:#fff;	
	} 
		
	.header-links a {
		display: inline-block;
		color:#333645;
		font-size: 16px;
		margin-right: 10px;
		padding: 0px 4px;
		height: 20px;
		line-height: 20px;
	}
	.header-links a.active {
		background: #333645;
		color:#E9D2C0;
	}
	@media (max-width:1200px) {
		.menu a {
			font-size: 13px;
			letter-spacing: 0px;
		}
		#access {
			right:130px;
		}

	}
 @media (max-width:1400px) {
	 #access {
		 top:5px;
	 }
 }
	.menu a:hover {
		color:#876b39;
 		text-decoration: none;
		cursor: pointer;
	}
	.menu a.active {
		color:#876b39;
	}

		.btn-op {
			transition:all .5s ease;
		}
		.paraa {
			cursor: pointer;
		}
		.paraa:hover .btn-op {
			transform: scale(1.1);
			background: rgba(255,255,255,.2);
			box-shadow: 0px 5px 20px rgba(0,0,0,.3);
		}
		.wrapi {
			border-radius: 10px;
			height: 150px;
			display: block;
			color:#000;
			line-height: 120px;
		}
.checki-wrap {
			color:#666;
		}
		.checki-wrap h5 {
			font-size: 16px;
			font-weight: 700;
		}
		.checki-wrap i {
			#999;
 		}
body.inactive .top, body.inactive .contenty {
		display: none !important;
	}

	body.inactive {
 		top:0px;
		right:0px;
		bottom:0px;
		left:0px;
	}
	#content {
		overflow: hidden;
	}
	body.inactive #content {
		display: none;
	}
	body.inactive #popover {
		position: relative;
	}
	body.inactive #popoverContent {
		position: relative;
		overflow: visible;
	}
	#popover {
		position: fixed;
		top:0px;
		bottom:0px;
		right:0px;
		left:0px;
 		z-index: 9999999;
		display: none;

	}
	header.przechodzi {
		z-index: 9;
		}
		#popover.active {
		display: block;
	}
	.popoverIn#popoverInCenter {
			 width: 30%;
			 position: absolute;
			 z-index: 999999;
			 left:35%;
			 background: transparent;
			 height: auto;
			 right:35%;
			 top:50%;
			 bottom: auto;
			 opacity: 0;
			 transform: translate(0, -50%)  scale(1.5);
  			 padding: 30px 30px;
  			 border-radius:0px;
 		 }
		 #popoverInCenter svg {
			 position: absolute;
			 left:50%;
			 width: 105%;
			 top:50%;
			 transform: translate(-50%,-50%);
		 }
		 #popover .popoverIn#popoverInCenter.active {
		transform: translate(0,-50%) scale(1) ;
		opacity: 1;
	}
		 #popoverInCenter img {
			 position: relative;
			 width: 100%;
			 z-index: 3;
		 }

/*
		 #popoverInCenter:after {
			 position: absolute;
			 left:0px;
			 right:0px;
			 bottom:0px;
			 top:0px;
			 content:" ";
			 background: #d3d3f6;
			 border-radius: 100%;
			 transition: all .5s ease;
			 z-index: -1;
			 opacity: 1;
			 box-shadow: 0px 10px 30px rgba(0,0,0,.0);

		 }
*/
	.popoverIn {
		position: absolute;
		width: 33.4%;
		height: 50%;
		background: #fff !important;
 		transition:all 0.5s ease;

	}
	#popoverIn {
		position: absolute;
		left:0px;
		top:0px;
		bottom:0px;
		right:0px;
 		transition:all 1s ease;
	}
	#popoverIn.active {
		z-index: 9999999999;
		transform: scale(1);
	}
	#popover .popoverIn.active {
		transform: translate(0,0);
	}
	#popover .popoverIn#popover1.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	.popoverIn#popover1 {
		left:0px;
		top:0px;
		transform: translate(0%,0%) scale(1.4);
		opacity: 0;
		transition-delay: 0.2s;
		background: #18206F;
		width: 25%;
		height: 50%;
	}
	.popoverIn#popover2 {
		left:25%;
		top:0;
		width:25%;
		height: 50%;
		opacity: 0;
		transform: translate(0,0) scale(1.6);
				transition-delay: 0.3s;
background: #FB5607;
	}
	#popover .popoverIn#popover2.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	.popoverIn#popover3 {
		left:50%;
		top:0%;
		width: 25%;
		transition-delay: 0.1s;
background: #4B7FC1;
opacity: 0;height: 50%;
		transform: translate(20%, -10%) scale(2);
	}
	#popover .popoverIn#popover3.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	#popover4 {
		left:75%;
		background: #586BA4;
		top:0%;
		transform: translate(0,0) scale(1.2);
		height: 50%;
		width: 25%;
		opacity: 0;
		z-index: 99;
						transition-delay: 0.5s;

	}
	#popover .popoverIn#popover4.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	#popover5 {
		background: #E6AF2E;
		left:0%;
		top:50%;
		transform: translate(0,0%) scale(3);
		transition-delay: 0.4s;
opacity: 0;
	}
	#popover .popoverIn#popover5.active {
		transform: translate(0,0) scale(1) ;
		opacity: 1;
	}
	#popover6 {
		background: #4B7FC1;
		left:25%;
		top:50%;
		height: 50%;
		transform: translate(0,0%) scale(1.5) ;
		opacity: 0;
	}
	#popover .popoverIn#popover6.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	#popover7 {
		background: #18206F;
		left:50%;
		top:50%;
		height: 50%;
		transform: translate(0,0%) scale(1.5) ;
		opacity: 0;
	}
	#popover .popoverIn#popover7.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	#popover8 {
		background: #FB5607;
		left:75%;
		top:50%;
		height: 50%;
		transform: translate(0,0%) scale(1.5) ;
		opacity: 0;
	}
	#popover .popoverIn#popover8.active {
		transform: translate(0,0) scale(1);
		opacity: 1;
	}
	.popoverIn.active {

	}
	#popoverContent {
		opacity: 0;
		transition:all 1s ease;
		position: absolute;
		top:0px;
		bottom:0px;
		right:0px;
		padding-bottom: 30px;
		left:0px;
		z-index: 99999999999999;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling:touch;
		color:#000;
		font-size: 18px;
		background: #fff;
	}
	#popoverContent strong, #popoverContent .pod{
		position: relative;
		font-weight: 900;
		display: inline;
/* 		border-bottom:3px solid #7D4E57; */

	}
	#popoverContent span.podi {
		position: relative;
		font-weight: 900;
		display: inline;
/* 		border-bottom:3px solid #7D4E57; */
 	}#popoverContent.active {
		opacity: 1;
	}

	 .footer {
		 padding-top:100px;
		 padding-bottom: 100px;
	 }
	 .footer h3 {
		 color:#fff;
	 }
	 .footer a {
		 color:#fff !important;
		 font-size: 13px;
		 height:24px;
		 line-height: 24px;
		 display: block;
	 }
 .about-wrap {
		 position: relative; margin-top: -50px; margin-bottom: -50px; padding-left: 30px; padding-right: 30px; background: #fff;
	 }


	  .recoms-wrap {
		  position: relative;
		   padding-left:50px; padding-right: 50px;
	  }
	  .recoms {
		  position: relative;
	  }
	  .recoms-over {
		  position: absolute;
		  left:0px;
		  z-index: 88;
		  top:0px;
		  bottom:0px;
		  right:0px;
		  text-shadow: 0px 5px 20px rgba(0,0,0,.2);
	  }
	  .recoms-title {
		  left:40px;
		  top:-30px;
		  font-size: 40px;
		  font-weight: 900;
		  position: absolute;
	  }
	  .recoms-left {
		  position: absolute;
		  left:-35px;
		  top:50px;
		  font-size: 70px;
	  }
	  .recoms-right {
		  position: absolute;
		  right:-35px;
		  bottom:50px;
		  font-size: 70px;
	  }
	  .recoms-in {
		  /* background: rgba(0,0,0,.5); */
		  border:1px solid #b23e42;
		  padding: 30px 50px;
		  position: absolute;
		  left:0px;
		  top:0px;
		  right:0px;
		  bottom:0px;
		  box-shadow: 0px 10px 40px rgba(0,0,0,.1);
	  }
	 .mainrecom {
		 font-size: 16px;
		 line-height: 24px;
		 padding: 30px 30px;
		 visibility: hidden;
	 }
	  .recom {
		  font-size: 16px;
		  position: absolute;
		  top:50%;
		  right:30px;text-align: center;
		  color:#fff;
		  left:30px;
		  transform: translateY(-50%);
		  line-height: 24px;
		  opacity: 0;
		  transition:all .3s ease;
	  }
	  .recom.active {
opacity: 1;
	  }
	  .recoms-bottom {
		  text-align: center;
	  }
	  .recom-bottom {
		  font-weight: bold;
		  font-size: 15px;
		  margin-top: 10px;
		  text-align: center;

		  display: block;
	  }

	  .recom-choose {
		  float: none;
		  display: inline-block;
		  width: 40px;
		  height: 40px;
		  background: #fff;
		  position: relative;
 		  margin-right: 30px;
		  margin-bottom: 20px;
		  margin-top: 20px;
		  transition: all .3s ease;
		  border:2px solid transparent;
		  box-shadow: 0px 5px 20px rgba(0,0,0,.2);

	  }
	  .recom-choose-over {
		  position: absolute;
		  left:0px;
		  top:0px;
		  right:0px;
		  bottom:0px;
 		  background-size: cover;
		  background-position: center;
		  }
	  .recom-choose:hover {
		  cursor: pointer;
		  opacity: 1; border:2px solid #000;
		  box-shadow: 0px 5px 20px rgba(0,0,0,.5);

	  }
	  .recom-choose.active {
		  background: #b23e42; border:2px solid #b23e42;
 	  } .recom-choose img {
		  width: auto;
		  max-width: 100%;
		  max-height: 100%;
		  border-radius: 100%;
	  }


	@media (max-width:767px) {
		.header-links.hlangs { 
			left:190px;
		}
		.navbar-brand-desktop {
			width:180px;
			padding: 10px;
		}
		.abouty-wrap {
			margin-bottom:200px;
		}
		.header-box-team-podstrona {
			left:5px;
			height: auto;
			right:5px;
		}
		.header-box-team-podstrona img {
			height: auto;
			width: 100%;
		}
		.header-box.header-box-team-podstrona div.team-name {
			line-height: 26px;
		}
		.header-box.header-box-team-podstrona div.team-desc {
			top:auto;
			left:0px;
		}
		.kreska.kreska-team-podstrona {
			width: 5px;
		}
body {
	padding-left: 0px;
	}		header {
			width: 100%;
			right:0px;
			border: 0px;

		}
		.kreska.kreska-top-left {
			width: 30%;
		}
		.kancelaria-top {
			text-align: center;
			font-size:20px;
		}
		.inside-hub-wrap {
			left:0px;
		}
		.text-main-top-in span {
			line-height:20px;
			font-size:11px;
		}
		.inside-the-hub {
			position: absolute;
			bottom: 20px;
			left: 30px;
			right: 20px;
			text-align: right;
			font-size: 24px;
			line-height: 30px;
			font-weight: 900;
			color: #C1323D;
		}
		.outside-wrap {
			text-align: center;
		}		.outside-wrap span {
			margin: auto !important;
			font-size:22px;background:#f6f6f6;
		}
		.kreska.kreska-bottom-right {
			bottom:30px;
		}
		.header-box-wartosci {
			width: 150px;
			height: 150px;
		}
		.header-box-spec {
			width: 150px;
			height:150px;
		}
		.header-box span {
			font-size: 18px;
			padding-left:20px;
		}
		.wartosc-wrap-wrap {
			margin-bottom: 20px;
			margin-left:20px;
			margin-right:20px;
		}
		.spec-unders {
			text-align: center;
		}
		.spec-unders .spec-under {
			display: inline-block;
			border-width: 1px;
		}
		.spec-unders br {
			display:none;
		}
		.spec-wrap-right .spec-unders,.spec-wrap-center .spec-unders, .spec-unders.spec-unders-center {
			margin: auto;
			text-align: center;
			margin-top:20px;
		}
		.team-name {
			font-size:13px;
			line-height: 16px;
			bottom:50px;
			padding:10px 10px 10px 20px;
		}
		.team-wrap.team-wrap-sm .team-name {
			font-size: 12px;
		}
		.team-desc,.team-wrap.team-wrap-sm .team-desc {
			position: absolute;
			left: 15px;
			top: 100%;
			padding: 5px 5px 5px 5px;
			white-space: nowrap;
			color: #fff;
			background: #000;
			font-size: 11px;
			bottom:auto;
			opacity: 0;
			transform-origin: left center;
			font-weight: 900;
		}
		.spec-header-right.spec-header, .spec-header.left.spec-header, .spec-header {
			padding-left:0px;
			padding-right:0px;
		}
		.spec-header-right.spec-header {
			text-align: center;
		}
		.spec-wrap.spec-wrap-right:after,.spec-wrap:after {
			left:15px;
			right:15px;
			transform-origin: center top;
			transform: scale(1,0);

		}
		.spec-wrap.spec-wrap-righ:hover:after,.spec-wrap:hover:after {
transform: scale(1);
}
		.spec-bottom {
			text-align: center;
			position: relative;
		left:0px;
	right:0px;
margin-top:20px;		}
		.spec-opis-right .spec-bottom {
			text-align: center;
		}
		.spec-bottom:after,.spec-opis-right .spec-bottom:after {
			left:15px;
			right:15px;
		}
	.podstrona .box-wrap-in {
		padding-left:15px;
		padding-top:120px;
	}
	.podstrona .opisy-icon-wrap {
		top:0px;
		left:50%;
		transform: translate(-50%,-50%);
	}


	.best-things h5 {
		font-size: 14px;
	}

	#offer {
		padding: 0px;
	}
	.nsoc-main-wrap-in {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.prawe .opisy-icon-wrap {
		transform: translate(-50%,-50%);
		position: absolute;
	}
	.nsoc-opis {
		left:5% !important;
		right:5% !important;
		top:5% !important;
		bottom:5% !important;
		font-size: 12px !important;
		line-height: 14px !important;
	}
			.opisy-main-block {
			padding: 40px 15px 15px 15px;
			text-align: left !important;

		}
		.prawe .opisy-main-block {
			padding: 40px 15px 15px 15px;
		}
		.opisy-icon-wrap {
			top:0px !important;
			left:50% !important;
			width: 80px;
			height: 80px;
			font-size: 40px;
			line-height: 78px;
			transform: translate(-50%,-50%);
		}
		.navbar-brand {
		position: fixed;
		top:0px;
 		z-index: 9999;
		width: 180px;
		margin-right: 0px;
	}
	.system-lines.left-top.center-top:after,.system-lines.left-bottom.center-bottom:after {
		right:50%;
	}
	.system-lines.left-top.center-top div,.system-lines.left-bottom.center-bottom div {
		position: absolute;
		left:50%;
		right:0px;
		top:50%;
		border-top:1px solid #fff;
	}
	.col-2.emblem-wrap {
		padding: 0px;
	}
	.emblem_center {
		position: relative;
		margin-top: 40px;
		bottom: 0px;
		text-align: center;
	}
	.bg-opisy {
		padding: 30px 15px;
	}
	.btn.my-button {
		white-space: normal;
	}

.searchToggle {
	right:75px;
	top:5px;
}
#searchWrapper.active .searchToggle {
	right:5px;
}
.searchInput {
	font-size: 20px;
}
	header {
		z-index: 9999999;
/* 		position: relative; */
		height: 60px;
	}
		.toggleMen {
			position: fixed;
			top:5px;
			right:5px;
			width: 40px;
			z-index: 9999999999;
			height: 40px;
			text-align: center;
			line-height: 40px;
			font-size: 30px;
			color:#333645;
			border: 0px;
			background: transparent;
		}
		.ponizej .toggleMen {
			color:#333645;
		}


/*
		#content {
			position: fixed;
			padding: 0px;
			left:0px;
			top:60px;
			bottom:40px;
			overflow-x: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;

		}
*/
		.mainContent.active#about, .mainContent.active#contact {
		position: relative;
		padding: 50px 20px 0px 20px;
	}

		nav {
 			position: fixed;
			z-index: 999999999999;
			height: 60px;
			overflow: visible;
			width: 100%;
		}
		.menuMobi, .menu {
			display: none;
		}
		.menuMobi.active {
 display: block !important;
 position: fixed;
left: 0px;
right: 0px;
top: 60px;
padding-top:30px;
bottom: 0px;
 color:#fff;
background: #000;
z-index: 999999999999;
overflow: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling:touch;

		}
		.menuMobi.active {
			text-align: center;
		}
		.menuMobi.active .menua {
			display: block;
			text-align: center;
			height: 40px;
			font-weight: 500;
			color:#B99D6B;
			line-height: 40px;
		}
		.menuMobi.active a {
			display: block;
			height: 40px;
			text-transform: uppercase;
			font-weight: 300;			color:#fff;

			line-height: 40px;
		}
		.menuMobi.active .menua a.glowne {
			text-align: center;
			display: inline-block;
		}
		.menuMobi.active a.glowne {
			display: block;
		}
		.menuMobi .menua span {
			display: inline-block;
			float: none;
			position: relative;
			top:-1px;
			left:0px;
		}
		.menua span.minus, .menua.active span.plus {
			display: none;
		}
		.sociale {
			position: fixed;
			margin-left: -15px;
			bottom:0px;
			z-index: 9;font-size:13px;	}
			.sociale a i {
				font-size: 13px;
			}
		.navFooter {
			display: none;
		}
		.navbar-brand img {
			height: 50px;
width: auto; 		}
		#sessionWrap, .sessionWrap {
    position: fixed;
    top: 40px;
    right: 15px;
    bottom: 15px;
    left: 15px;
	}

	.top_boxes_wrap {
		margin-top:10px;
	}
	.bottom_box {
		margin-bottom: 15px;
	}
	.bottom_box .top_box_in {
		padding: 25px;
	}
	.bottom_box .top_box_main {
		font-size: 14px;
 	}
	.top_box {
		display: flex;
		height: 100%;
		text-align: center;
		justify-content: center;
		align-items:center;
	}
	.top_box_secure svg {
		width: 75px;
	}
	.top_box .top_box_in {
		padding: 20px 5px;
		font-size: 13px;
	}
	.top_box_desc {
		padding: 5px;
		font-size: 11px;
		line-height: 13px;
	}
	.col-4.top_box_wrap {
		padding: 10px;
	}
	.circle-bg-1 {
		width: 80%;
		padding: 10px;
	}
	.best-things-over {
		left:0px;
		right:0px;
	}

	}
	@media (max-height:500px) {
		.sociale {
			bottom:0px;
		}
	}
	@media (max-width:1200px) {
		.opisy-heading {
	color:#014990;
	font-size: 24px;
	margin-bottom: 0px;
}
.box-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.opisy-text {
	font-size: 1rem;
	line-height: 1.1rem;
 }
.best-things i {
	font-size: 40px;
}
.best-things .h5 {
	font-size: 1rem;
}

 		.contenty { padding: 0px; }
		.big-text-wrap {
		 margin-left:0px; padding: 50px 0px 0px 0px;
	}
		.big-header {
		font-weight: 900; font-size:30px
		}
	.big-subheader {
		display:block; padding:10px 0px; border: 1px solid #000; border-width: 1px 0px; width: 100%; margin-bottom: 15px; font-size:16px; line-height: 20px;
	}

	}
	@media (max-width:767px) {
		.main-o-mnie {
			width: 90%; margin: auto; margin-top: 10px; margin-bottom: 10px;
		}
		.top {
			padding-bottom: 0px;
		}
		.top_bg {
			background-position: 60% 20%;
		}
		.number-wrap  span {
			font-size: 12px;
		}
		.top_tekst {
			position: absolute;
			bottom:20px;
 			padding: 15px;
			left:5px;
			right:5px;
			top:auto;
			font-weight: 500;

		}
		.parallax-header {
			line-height: 40px;
		}
		.parallax-header span {
			font-size: 20px;
			height: 60px;
			line-height: 40px;
		}
		.sesje-left {
			padding-bottom: 50px;border: 0px;
		}
		.sesje-right {
			padding-bottom: 150px;
		}
	}

	@media (max-width:767px) {
		.about-wrap {
			padding-top:20px !important;
			padding-bottom: 20px !important;
		}
		.navbar-brand {
			position: fixed;
			left:50%;
			transform: translateX(-50%);
		}
		.podstrona-wrap {
			margin-top: 100px;
		}
		.submenu {
			margin-top: 20px;
		}
		.submenu li a {
			padding: 0px 15px;
			border:1px solid #333646;
			border-width: 0px 1px;
		}
		.toggle-sub {
			background: #333646;
			color:#fff;
			text-align: center;
			font-size: 16px;
			padding: 10px 15px;
		}
		.submenu li:nth-child(0) a {
			border-width: 1px 1px 1px 1px;
		}
body { 			padding-top: 60px;
}
	 .top {
		padding-top:0px;
		position: relative;
		min-height: 0;
		padding: 0px;
	}
	.top_bg {
		height: auto;
		position: relative;left:0px;
	}
	.top_tekst_wrap {
		height: auto;
	}
	.top_tekst {
		font-size:14px;
		position: relative;
		left:0px;
		bottom:0px;
		padding-top: 20px;
		padding-bottom: 30px;
		right: 0px;
		line-height: 20px;
		background: #333646 !important;
	}
	.top_tekst p {
		margin-bottom: 0px;
	}
		.best-things-wrap {
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.best-things {
			margin-bottom: 40px;
			border-radius: 0px;
		}
		.best-things img {
			display: none;
		}
		.best-things-under {
			position: relative;
			left:auto;
			right:auto;
			transform: none;
		}

		.best-things.active  {
				background: #fff;
				box-shadow: none;
				border-radius: 0px;
				transform: scale(1.1);
			}
		.best-things:hover .best-things-under {

 transform: none;				opacity: 0;
			}
		#goBack {
			top:56px;
		}
	 .mainPhotoLeft, .mainPhotoRight {

		transition:none;
		overflow: hidden;

	}
 }




	@media (min-width:768px) {
		.menuMobi.active {
			display: none;
		}
	}




@media (max-width:766px) {

	.kreska.kreska-about {
width:20%;
	}
	.header-box-about {
		width: 150px;
		height: 150px;
		left:20%;
	}


	.text-content {
		padding:20px;
	}


}







html.l {
	font-size: 1.25rem;
}
html.xl {
	font-size: 1.5rem;
}


