body {

	font-family: 'Barlow Semi Condensed', sans-serif;
	overflow-x: hidden;

}

 .anim {
    -webkit-transition:.8s;
    -moz-transition:.8s;
    -o-transition:.8s;
    -ms-transition:.8s;
    transition:.8s;
    
    -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}
.anim2 {
    -webkit-transition:2s ease-in-out;
    -moz-transition:2s ease-in-out;
    -o-transition:2s ease-in-out;
    -ms-transition:2s ease-in-out;
    transition:2s ease-in-out;
}

.fix-menu {
	position: fixed!important;
	top: 190px;
	z-index: 10;
}

main, footer {
	padding: 0!important;
	margin: 0!important;
	position: relative;
	top: 90px;
}

.mainmenu, .social {
	position: absolute;
	top:10px;
}

.mainmenu {
	left:0;
}

.social {
	right: 0;
}

.descr {
	position: relative;
	color: #fff!important;
	font-size: 11pt!important;
	line-height: 16pt!important;
	padding-bottom: 20px;
	text-shadow: 7px 7px 8px #253;

	padding-left: 0;
	margin-left: 0;
}

.txt2 {
	position: relative;
	z-index: 999999;
	display: block;
	padding: 10px;	
}

.bl1 {
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 98%;	
	z-index: 9;
	opacity: .3;
}

.inn {
	height: 100px;	
}

.pad1 {
	padding-top: 30px;	
}

.mainmenu ul, .social ul {
	color: #444;
	font-size: 12pt;
	font-weight: 400;
	list-style: none;
}

.mainmenu li, .social li {
	color: #444;
	font-size: 14pt;
	font-weight: 400;
	float: left;
}

.mainmenu li a, .social li a {
	color: #333!important;
	transition:.3s;
}

.mainmenu li a:hover , .social li a:hover {
	color: #af9f71!important;	
}

.pop {
	position: fixed;
	width: 70%;
	height: 340px;
	left:15%;
	top:20%;
	background-color: #eee;	
	z-index: 9999;
	box-shadow: 1px 1px 5px black;
	display: none;
}


.pop .bar {
	width: 100%;
	padding: 8px;
	text-align: right;
	background-color: #ddd;
	border-bottom: 1px solid #fff;	
}

.pop .bar:hover {
	background-color: #ccc;	
	cursor: pointer;
}

.pop .bar .maps {
	height: 100%;
	width: 100%;	
}

.navbar-marion {
	position: fixed;
	top:0;
	width: 100%;
	height: 90px;
	text-align: center;
	z-index: 9999;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 0;
}

.navbar-stretch {
	height: 60px!important;
}

.cherry {
	color: #921a21;
}

.navbar-cherry {
	position: absolute;
	top: 125px;
	left:50%;
	margin-left: -120px;
	background-color: #921a21;
	width: 240px;
	height: 50px;
	z-index: 888;
}

.navbar-line {
	position: absolute;
	top:135px;
	height: 0px;
	background-color: #ddd1be;
	width: 100%;
	z-index: 999;
}

.navbar-cherry2 {
	position: absolute;
	bottom: -10px;
	left:50%;
	margin-left: -120px;
	background-color: #921a21;
	width: 240px;
	height: 50px;
	z-index: 888;
}

.navbar-line2 {
	position: absolute;
	bottom:0px;
	height: 10px;
	background-color: #ddd1be;
	background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
	width: 100%;
	z-index: 999;
}

.menue {
	position: absolute;
	top: 100px;
}

.logo {
	position: relative;
	margin: 10px auto;
	margin-top: 20px;
	text-align: center;
	width: 180px;
}

.logo img {
	width: 100%;
	height: auto;
}

.title5 {
	width: 100%;
	height: 65px;
	padding: 20px;
	color: #fff;
	background-image: url(/images/bar.png)
}

main {
	width: 100%;
	overflow: hidden;
}

.main_slider {
	width: 100%;
	min-height: 580px;
	margin: 0;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.main_slider hr {
	width: 240px;
	border:0;
	border-bottom: 1px solid #fff;
	margin: 20px auto;
}

.main_slider .caption {
	position: absolute;
	top:100px!important;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 36pt;
	color: #fff;
	text-shadow: 1px 2px 10px black;
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

.caption img {
	position: relative;
	left:-50px;
	top:-10px;
	width: 74%;
	margin: 0 auto;
	margin-top: 30px;
}

h4 {
	border-bottom: 1px solid #921a21;
}

.submenu {
	padding-left: 16px;
	list-style: square;
	color: #921a21!important;
	font-size: 12pt!important;
}

.submenu a {
	color: #333!important;
}

.prod1 {
	width: 30%;
	float: right;
	margin-left: 5%;
}

.container .box {
	position: relative;
	box-sizing: border-box;
	width: 30%;
	margin: 1.5%;
	background-color: #e8e7e6;
	border: 1px solid #dcddde;
	padding: 15px;
	border-radius: 10px;
	float: left;
	box-shadow: 3px 3px 5px #ddd;
	text-decoration: none;
	transition:.3s;
}

.container .box:hover {
	background-color: #d8d7d6;
}

.container .box:nth-child(even) {
	
}

.prod1 {
	width: 33%;
	float: right;
	margin-left: 5%;
}

.prod .desc11 p {
	font-size: 12pt!important;
	line-height: 18pt;
	color: #444;
	padding: 4px 0px;
}

.prod .desc22 img {
	padding: 10px;
	border: 1px solid #ddd;
	width: 70%!important;
	margin: 0 auto;
	margin-top: 15px;
}

.prod .desc22 p {
	font-size: 14pt!important;
	line-height: 18pt;
	color: #444;
	padding: 0px;
	margin: 0px;
}

.prod .desc22 hr {
	margin-top: 40px;
}

.prod .desc22 table {
	width: 100%;
	text-align: center;
	padding: 10px;
	margin-top: 30px;
}

.prod .detail {
	width: 60%;
	position: relative;
	float: left;
	padding-bottom: 50px;
	text-align: justify;
}

.prod .kod {
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-weight: 700;
	font-size: 10pt;
	line-height: 12pt;
	padding: 4px;
	color: #444;
}

.prod .poj {
	position: absolute;
	bottom: 10px;
	right: 0px;
	font-weight: 700;
	font-size: 10pt;
	line-height: 12pt;
	padding: 4px;
	color: #444;
}

.container .box .title {
	color: #817a68;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14pt;
	text-align: center;
	
}

.container .box .desc11 p {
	font-size: 12pt!important;
	line-height: 15pt;
	color: #444;
	padding: 4px;
}

.container .box .desc11 {
	margin-top: 8px;
	min-height: 210px;
	border-top: 1px solid #817a68;
}

.container .box img {
	width:60%;
	height:auto;
	margin-left: 20%;
	margin-bottom: 5px;
	margin-top: 5px;
}

.container .box .kod {
	position: absolute;
	bottom: 10px;
	left: 16px;
	font-weight: 700;
	font-size: 10pt;
	line-height: 12pt;
	padding: 4px;
	color: #444;
}

.container .box .poj {
	position: absolute;
	bottom: 10px;
	right: 16px;
	font-weight: 700;
	font-size: 10pt;
	line-height: 12pt;
	padding: 4px;
	color: #444;
}

.bs-logo {
	width: 100%;
	position: absolute;
	height: 200px;
	text-align: center;
	top:30px;
}

.bs-logo img {
	position: relative;
	width: 35%;
	max-width: 500px;
	margin: 0 auto;
}

.im1 {
	width: 100%;
	background-image: url(/im/s1.jpg);
	background-position: right center;
	background-size: cover;
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

.sll {
	width: 25%;
	background-image: url(/im/s1.jpg);
	background-position: right center;
	background-size: cover;
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   height: 100%;
   float: left;
}

.back_container {
	width: 401%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;	
}

.im2 {
	width: 100%;
	background-image: url(/im/s2.jpg);
	background-position-x: center;
	background-position-y: -150px;
	background-size: cover;
	height: auto;
	min-height: 120px;
	text-align: center;
}

.im2 img {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

.photo_slide {
	position: relative;
	width: 100%;
	background-position: right center;
	background-size: cover;
	height: 400px;
	z-index: 300;
}

.navbar-nav {
	text-align: left;
	width: 610px;
	margin: 0 auto;
}

.active {
	color: #222!important;
	font-weight: bold;
	text-decoration: underline;
}

.nav-item, .nav-link {
	text-align: left;
}

.item4 {
    position:relative;
    box-sizing:border-box;
    width:33.3%;
    float:left;
    height:300px;
    background-color:#ccc;
    overflow:hidden;
    padding:0;
    border-left:10px solid #fff;
    margin-top:10px;
}

.item4:first-child{
    border-left:0!important;
}

.item4 .photo, .item2 .photo {
    position:absolute;
    margin:0;
    top:0px;
    left:0px;
    background-image:url(/images/foto.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#ccc;
    background-position:right center;
    width:100%;
    height:100%;
}

.item4 .podpis, .item2 .podpis {
    position:absolute;
    height:50px;
    left:0px;
    bottom:0px;
    width:100%;
    background-color: #921a21;
    color:#fed;
    padding:10px;
    font-family:'Rajdhani', sans-serif;
    font-size:14pt;
    font-weight: 400;
    text-align:center;
    text-transform:uppercase;
    pointer-events:none;
    opacity:.8;
}

.item4 .photo .nazwa {
    position:absolute;
    background-color:#fff;
    color:#432;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    font-size:9pt;
    text-transform:uppercase;
    text-align:center;
    padding:50px;
    padding-top:80px;
    opacity:0;
}
 .item4 .photo .nazwa:hover{
    opacity:.8;
    cursor:pointer;
}

.margin-top-0 {
	margin-top: 0;
	padding-top: 0;
}

.titl {
	text-align: center;
	width: 60%;
	margin: 0 auto;	
}

.fulltitl {
	text-align: center;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;	
}

.container2 {
	max-width: 1180px;
	margin: 0 auto;
	font-family: 'Rajdhani', sans-serif;
}

.container {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
		
}

.container p {
	font-size: 14pt;
	color: #555;
}

.container .desc {
	font-size: 12pt;
	
}

.container .lef {
	position: relative;
	z-index: 100!important;
}

.container .rig {
	position: relative;
	z-index: 90!important;
}

.container h1 {
	font-weight: 700;
	font-size: 26pt;
	
}

.tx_gold {	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(
	to bottom,
	#FEDB37,
	#FEDB37 22px,
	#FDB931 22px,
	#8A6E2F 44px,
	#FDB931 44px,
	#D6741D 66px,
	#EEA53E 66px,
	#EEA53E);
	}
}

.container h2 {
	font-weight: 400;
	font-size: 16pt;
}

.container .green {
	font-weight: 700;
	font-size: 26pt;
	color: #00857e;
}

.container .green1, .container a {
	color: #af9f71;
}

.container .bg-black {
	color: #fff;
	background-color: #000;
	padding: 40px 50px;
}

.container .bg-white {
	background-color: #FFF;
	padding-left: 40px;
	padding-top: 30px
}

.blend {
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: contain;
}

.bg-gray {
	background-color: #F3F3F3;
	padding-top: 30px;
	margin-top:50px;
}

.container p, .container ul {
	font-size: 14pt;
	line-height: 24pt;
	margin-left: 0;
	
}



.container ul {
	color: #ffffff;
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

.rts {
	text-align: justify;

	}
.nodisplay {
	display: none;	
}

.strz {
	margin-top: 0px; 	
}

#scroller {
	color: #fff;
	margin: 0 auto;
	text-align: center;	
	margin-bottom: 20px;
}
#scroller:hover {
	color: #beb;
	cursor: pointer;	
}
.container li span {
	color:#000;
}

.container input {
	border: 1px solid #000;
	padding: 10px;
	font-size: 14pt;
	margin-bottom: 10px;
	width: 100%;
	font-weight: 300;
}

.container input[type="radio"] {
   
    border-radius: 16px;
    border-color: #00857e;
    cursor: pointer;
    display: inline-block;
    height: 32px;
   
    position: relative;
    width: 32px;

    float: right;
    margin-top: 4px;
    
}

.container input[type="radio"]:after {
	background-color: #444;
    border-radius: 25px;
    content: '';
    display: block;
    height: 7px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 7px;
}

.container input[type="radio"]:checked {
	background-color: #00857e;
}

.container .dd {
	font-size: 12pt;
	padding-top: 4px;
}



#badanie {
	background-color: #00857e;
	padding: 10px;
	color: #fff;
	min-width: 200px;
	float: right;
	clear: both;
	font-size: 14pt;
	border: 0;
}

#badanie:hover {
	background-color: #00655e;
	cursor: pointer;
}

.bg-green {
	background-color: #00857e;
	padding: 0px;
	
}

.bg-green p {
	color: #fff;
	font-size: 14pt;
	padding-bottom: 10px;
}

.image1 img {
	width:110%;
	height: auto;
}

.margin-top-50 {
	margin-top: 50px;
}



.navbar .navbar-nav .nav-item {
	padding-right: 50px;
}

.navbar .navbar-nav .nav-link {
	color:#fff;
	font-size: 16pt;
}

.hebe {
	width: 60%;	
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 170%;
  margin-top: -35px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  opacity: .6;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

.sklepy {
	border:1px solid #ddd; padding:2px; width:100%; height:32px;
	}
.sels {
	border:1px solid #ccc; padding:0px; width:50%; margin: 0 auto; margin-bottom:30px;	
}	
#player {
	width: 100%;
	height: auto;
}

@media screen and (max-width:768px) {
	#scroller {
		display:none;
	}
	.image1 img {
		width:99%;
		height: auto;
		}
		
	.sklepy {
		border:1px solid #ddd; padding:2px; width:100%; height:32px;
		background-color: #aaa; color:#fff;
	}
	.bs-logo img {
	position: relative;
	width: 55%;
	max-width: 500px;
	margin: 0 auto;
}
	.sels {
		border:1px solid #ccc; padding:0px; width:90%; margin: 0 auto; margin-bottom:30px;	
	}	
	
	.navbar-line2 {
		position: absolute;
		bottom:0px;
		height: 5px;
		background-color: #ddd1be;
		background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
		width: 100%;
		z-index: 999;
	}
		
	.container p {
		font-size: 13pt;
	}	
	
	.titl {
		width: 100%;
	}
	.ss {
		width: 80%!important;
	}
	
	.hebe {
		width: 40%;	
		margin-left:0%;
		}
	
	.container .box {
		position: relative;
		box-sizing: border-box;
		width: 47%;
		margin: 1.5%;
		background-color: #e8e7e6;
		border: 1px solid #dcddde;
		padding: 15px;
		border-radius: 10px;
		float: left;
		box-shadow: 3px 3px 5px #ddd;
	}
	
	h4 {
		font-size: 14pt;	
		line-height: 22pt;
	}
	
	.caption img {
		position: relative;
		left:-10px;
		top:0px;
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
	}

	.fix-menu {
		display:none;
	}

	.main_slider {
		width: 100%;
		min-height: 300px;
		height: 300px;
		margin: 0;
		position: relative;
		padding: 0;
	}
	
	footer .col-sm-12 {
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
	}
	
	.main_slider .caption {
		position: absolute;
		top:50px!important;
		left: 0;
		width: 100%;
		text-align: center;
		font-weight: 300;
		font-size: 14pt;
		color: #fff;
		text-shadow: 1px 2px 10px black;
	}
	
	.container input[type="radio"] {
	   width:16px;
	
	    float: left;
	    margin-top: 4px;
	    
	}
	
	.item4 {
		width: 50%;
	}
	
	.navbar-marion .social, .navbar-marion .mainmenu  {
		display:none;
	}
	
	.logo {
		margin: 0 auto;
		text-align: center;
		padding: 5px;
		padding-top: 15px;
		display: block;
	}
	
}

@media screen and (max-width:600px) {
	.container .box {
		position: relative;
		box-sizing: border-box;
		width: 97%;
		margin: 1.5%;
		background-color: #e8e7e6;
		border: 1px solid #dcddde;
		padding: 15px;
		border-radius: 10px;
		float: left;
		box-shadow: 3px 3px 5px #ddd;
	}
	.container .box .desc11 {
		margin-top: 8px;
		min-height: 155px;
		border-top: 1px solid #817a68;
	}
}