body {
	font-family: 'Rajdhani', 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:1.5s;
    -moz-transition:1.5s;
    -o-transition:1.5s;
    -ms-transition:1.5s;
    transition:1.5s;
}

.fix-menu {
	position: fixed!important;
	top: 190px;
	z-index: 400;
	max-width: 15%!important;

}

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

.hamburger {
	position: absolute;
	top:20px;
	right: 10px;
	font-size: 30px;
	display: none;
}

.mobimenu {
	top:15px;
	width: 100%;
	height:0px;
	overflow: hidden;
	background-color: #222;
	position: relative;
	z-index: 999999;
}

.mobishow {
	height:390px!important;
}

.hambshow {
	color:#aaa!important;
}

.mobimenu .nav-link {
	color: #ddd!important;
	border-bottom: 1px solid #aaa;
	padding-left: 30px;
}

.mobimenu .nav-link:hover {
	color: #fff!important;
	border-bottom: 1px solid #aaa;
	padding-left: 30px;
	background-color: #444;
}

.mobimenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

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

.mainmenu {
	left:0;
}

.social {
	right: 0;
}

.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;
}

.navbar-homeline {
	position: fixed;
	top:0;
	width: 100%;
	height: 135px;
	text-align: center;
	z-index: 9999;
	background-color: #fff;
	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: 10px;
	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;
	width: 100%;
	z-index: 999;
}

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

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

.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: 520px;
	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);
}

.main_slider .caption:hover {
	text-decoration: none;
	color: #fee;
}

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;
	min-height: 500px;
}

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

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

.container .box2 {
	position: relative;
	box-sizing: border-box;
	width: 96%;
	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 .box2:hover {
	background-color: #d8d7d6;
}

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

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

.container .box2 .desc11 p {
	font-size: 12pt!important;
	line-height: 15pt;
	color: #444;
	padding: 4px;
	margin-top: 10px;
	width: 80%;
}

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

.container .box2 img {
	width:27%;
	height:auto;
	margin-left: 5%;
	margin-bottom: 5px;
	margin-top: 15px;
	float: left;
}

.container .box2 .kod {
	position: absolute;
	top: 65px;
	right: 22px;
	font-weight: 700;
	font-size: 10pt;
	line-height: 12pt;
	padding: 4px;
	color: #444;
}

.container .box2 .poj {
	position: absolute;
	top: 95px;
	right: 22px;
	font-weight: 700;
	font-size: 10pt;
	line-height: 12pt;
	padding: 4px;
	color: #444;
}


.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;
}

.im1 {
	width: 100%;
	background-image: url(/images/foto2.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);
}

.im2 {
	width: 100%;
	background-image: url(/images/back4.jpg);
	background-position: center center;
	background-size: cover;
	height: 160px;
}

.photo_slide {
	position: relative;
	width: 100%;
	background-image: url(/images/back2.jpg);
	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;
}

.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;
}

.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;
}

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

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

.container .green1, .container a {
	color: #921a21;
}

.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;
}

.container ul {
	color: #00857e;
}

.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;
}

.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);
  }
}

.bb {
	    width:50%!important;
	}

@media screen and (max-width:768px) {
	
	.bb {
	    width:100%!important;
	    border-left:0px!important;
	}
	.item4 .photo .nazwa {
	    position:absolute;
	    background-color:#fff;
	    color:#432;
	    top:0px;
	    left:0px;
	    width:100%;
	    height:100%;
	    font-size:7pt;
	    text-transform:uppercase;
	    text-align:center;
	    padding:50px;
	    padding-top:10px;
	    opacity:0;
	}
	.item4 {
	    position:relative;
	    box-sizing:border-box;
	    width:100%!important;
	    float:left;
	    height:250px!important;
	    background-color:#ccc;
	    overflow:hidden;
	    padding:0;
	    border-left:10px solid #fff;
	    margin-top:10px;
	    border-left:0px!important;
	}
	.item4 .podpis, .item2 .podpis {
	    position:absolute;
	    height:100px!important;
	    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;
	}
	.hamburger {
		position: absolute;
		top:18px;
		right: 20px;
		font-size: 28px;
		display: block;
	}

	.image1 img {
		width:99%;
		height: auto;
		}
		
	.container p {
		font-size: 13pt;
	}	
	
	.container .box, .container .box2 {
		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;
		min-height: 200px;
	}
	
	
	.container .box2 .title {
		color: #817a68;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 14pt;
		text-align: center;
		
	}
	
	.container .box2 .desc11 p {
		font-size: 12pt!important;
		line-height: 15pt;
		color: #444;
		padding: 4px;
	}
	
	.container .box2 .desc11 {
		margin-top: 8px;
		min-height: 210px;
		border-top: 1px solid #817a68;
	}
	
	.container .box2 img {
		width:60%;
		height:auto;
		margin-left: 20%;
		margin-bottom: 5px;
		margin-top: 5px;
		float: none;
	}
	
	.container .box2 .kod {
		top:auto;
		right: auto;
		position: absolute;
		bottom: 10px;
		left: 16px;
		font-weight: 700;
		font-size: 10pt;
		line-height: 12pt;
		padding: 4px;
		color: #444;
	}
	
	.container .box2 .poj {
		position: absolute;
		bottom: 10px;
		right: 16px;
		font-weight: 700;
		font-size: 10pt;
		line-height: 12pt;
		padding: 4px;
		color: #444;
	}

	.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-homeline .social, .navbar-homeline .mainmenu  {
		display:none;
	}
	
	.logo {
		margin: 0 auto;
		text-align: center;
		padding: 5px;
		display: block;
	}
	
}

@media screen and (max-width:600px) {
	.container .box, .container .box2 {
		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, .container .box2 .desc11 {
		margin-top: 8px;
		min-height: 155px;
		border-top: 1px solid #817a68;
	}
	
}