input{
	border:1px solid #ccc;
	padding: 5px 10px;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/*** custom checkboxes ***/

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label{
	cursor: pointer;
}
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;

}

input[type=checkbox] + label:before {  
	content: "\f096"; 
} /* unchecked icon */

input[type=checkbox]:checked + label:before {  
	content: "\f046"; 
	color: #00752b;
} /* checked icon */



input[type=radio] { display:none; } /* to hide the radio itself */
input[type=radio] + label{
	cursor: pointer;
}
input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;

}

input[type=radio] + label:before {  
	content: "\f10c"; 
} /* unchecked icon */

input[type=radio]:checked + label:before {  
	content: "\f05d"; 
	color: #00752b;
} /* checked icon */



.komentarzLabel input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.komentarzLabel input[type=checkbox] + label{
	font-size: 10px;
	line-height: 10px;
	text-align:left;
	margin-left: 30px;
	display: block;
	text-transform:uppercase;
	font-weight: 700;
	color: #828282;
}
.komentarzLabel input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
	font-size:20px;
	margin-left: -25px;
	color: #828282;
	transform: translateY(50%);
	font-size: 20px;
	line-height: 20px;
}

.komentarzLabel input[type=checkbox] + label:before {  
	content: "\f055"; 
} /* unchecked icon */

.komentarzLabel input[type=checkbox]:checked + label:before {  
	content: "\f056"; 
} /* checked icon */

.komunikat{
	background-color: rgba(0,117,43,0.2);
	padding: 10px;
	text-align: center;
	margin: 1vw;
}
.tlo_konfigurator{
	/*margin-top: 150px;*/
	font-size: 1vw;
	padding-top: 0px;
}
h1.sh1{
	width: 100%;
	display: block;
	/*text-align: center;*/
	color: #00752b;
	font-size: 3.6vw;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3.sh3{
	color: #000;
	font-size: 1.1vw;
	text-transform: uppercase;
	font-weight: 900;
}
ul.listaKategorii{
	/*overflow: hidden;*/
	width: 100%;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
}
ul.listaKategorii li{
	width: 23%;
	margin: 1% 1% 1% 1%;
	float: left;
	text-align: center;
	background: #e7e7e7;
	cursor: pointer;
	min-height: 12vw;
}
ul.listaKategorii li:nth-child(4n+1){
	clear: both;
}
ul.listaKategorii li h2{
	color: #000;
	font-size: 1.1vw;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
}
/*ul.listaKategorii li:nth-child(3n+1){
	color: #c00;
	margin: 1% 1% 1% 0px;
}
ul.listaKategorii li:nth-child(3n+2){
	color: #0c0;
	margin: 1% 1% 1% 1%;
}*/
/*ul.listaKategorii li:nth-child(3n){
	color: #00c;
	margin: 1% 0px 1% 1%;
}*/
ul.listaSzablonow{
	overflow: hidden;
	width: 100%;
	list-style: none;
	padding: 0px;
}
ul.listaSzablonow li{
	width: 40%;
	margin: 0px 5%;
	float: left;
	text-align: center;
}

ul.listaKategorii li img {
	outline: 3px solid #e7e7e7;
	width: 99%;
	width: calc(100% - 6px);
}

ul.listaKategorii li.zaznaczone {
	box-shadow: 0px 0px 275px rgba(0,0,0,0.2);
}
ul.listaKategorii li:hover, ul.listaKategorii li.zaznaczone {
	background: #00752b;
}
ul.listaKategorii li:hover img, ul.listaKategorii li.zaznaczone img {
	outline: 3px solid #00752b;
}
ul.listaKategorii li:hover h2, ul.listaKategorii li.zaznaczone h2 {
	color: #fff;
}
.kategorie_scroll {
	position: absolute;
	margin-top: -200px;
}


.formularz_konf .wierszeForm .wiersz {
   border: 1px solid #ccc;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 0px;
    margin: 15px 0px;
	clear: both;
}


/*.formularz_konf .wierszeForm .wiersz:nth-child(2n+1) {
    background-color: rgba(255,255,255,0.95);
}

.formularz_konf .wiersz:nth-child(2n) {
    background-color: rgba(247,247,247,0.95);
}
*/
.formularz_konf .wierszeForm .wiersz .opis .ikonaPolaMin{
	float: left;
	max-width: 100px;
	max-height: 100px;
}
.formularz_konf .wierszeForm .wiersz .opis{
	padding: 15px 2.5% 15px 2.5%;
	width: 25%;
	float: left;
}	
.formularz_konf .wierszeForm .wiersz .opis h4{
	margin:0px;
	display: inline-block;
}

.formularz_konf .wierszeForm .wiersz .opcje {
    padding: 15px 2.5% 15px 2.5%;
		width: 65%;
		float: left;
		/*overflow: hidden;*/
}
.formularz_konf .wierszeForm .wiersz .opcje label{
	margin-right: 25px;
}

.formularz_konf h3{
	padding: 0px;
	color: #000;
	width: calc(100% - 110px);
	float: left;
}
.poleLiczbowe, .poleOpcji{
	width: 80%;
	float: left;
	/*overflow: hidden;*/
}
.poleLiczbowe input{
	width: 60px;
	float: left;
}
.poleLiczbowe div{
	width: calc(100% - 130px);
	margin-left: 20px;
	float: left;
}

.komentarzLabel{
	width: 20%;
	float: left;
}

.komentarz{
	width: auto;
	padding:0px 20px;
	overflow: hidden;
}

.komentarz label{
	font-size: 12px;
	color: #666;
	text-align: right;
	float: right;
}
.komentarz textarea{
	width: calc(100% - 22px);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.09);
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.kontaktF{
	padding: 1.5vw;
}
.kontaktF .wiersz{
	padding:0px;
}
.kontaktF .formInput {
    font-size: 18px;
}

.kontaktF .formBtn{
		background-color: #00752b;
		border: 2px solid #00752b;
		text-align: center;
		width: 100%;
		padding: 10px;
		font-size: 18px;
		color: #fff;
		margin-top: 10px;
}

.kontaktF .cr:before{
	transform: translateY(100%);
}
.kontaktF .cr span{
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	margin-left: 30px;
}
.kontaktF .formBtn:hover{
	background-color: #fff;
	color: #00752b;
}
.info{
	font-size: 12px;
	color:#666;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
 
}
.tooltip svg{
	color:#828282;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 501;
  bottom: 90%;
  left: 0%;
  margin-left: 0px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext img{
	max-width: 600px;
	height: auto;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 

.sciezka {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.szablon_formularz {
	float: left;
	width: 58%;
	padding: 1%;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 75px rgba(0,0,0,0.1);
	margin-top: 35px;
}

.szablon_opis {
	float: right;
	width: 37%;
	margin-top: 35px;
}

.tlo_konfigurator h3 {
	font-size: 1.3vw;
	font-weight: 900;
	color: #00752b;
	text-transform: uppercase;
}
.tlo_konfigurator p {
	margin-top: 0px;
}
.tlo_konfigurator .szablon_opis ul.galeria li {
	width: 46%;
	margin: 0 2% 4% 2%;
}
.tlo_konfigurator .szablon_opis .alignnone {
	margin: 0px;
}

.szablon_formularz h3{
	padding:1.5vw;
}
.has-error {
	margin-bottom: 10px;
}
.formularz_konf input, .formularz_konf textarea {
	font-size: 1vw;
}
.regulamin_knt .has-error.control-label {
	display: none;
}
.regulamin_knt.has-error .has-error.control-label {
	display: block;
}



@media only screen and (max-width: 1200px) {
	ul.listaKategorii li {
	    width: 31.333%;
	    margin: 1% 1% 1% 1%;
		min-height: 18vw;
	}
	ul.listaKategorii li:nth-child(3n+1){
		clear: both;
	}
	ul.listaKategorii li:nth-child(4n+1){
		clear: none;
	}
	ul.listaKategorii li h2 {
    font-size: 1.5vw;
    line-height: 1.3em;

    padding: 1vw;
  }
  h3.sh3 {
    font-size: 1.5vw;
    line-height: 1.3em;
  }

  .szablon_formularz {
    float: left;
    width: 98%;
    padding: 1%;
  }
  .szablon_opis {
	    float: right;
	    width: 100%;
	    margin-top: 35px;
	}
	.tlo_konfigurator {
	    font-size: 1.5vw;
	}
	.szablon_formularz h3 {
    padding: 1.5vw;
    width: calc(100% - 3vw);
    font-size:2vw;
	}
	.tlo_konfigurator h3 {
    font-size: 2vw;
  }
  .tooltip .tooltiptext img {
	    max-width: 40vw;
	    height: auto;
	}
	.kategorie_scroll {
		margin-top: -130px;
	}

}
@media only screen and (max-width: 1000px) {
	.tlo_konfigurator, .formularz_konf input, .formularz_konf textarea, .kontaktF .formInput {
	    font-size: 16px;
	}
	.szablon_formularz h3 {
    font-size:20px;
	}
	.tlo_konfigurator h3 {
    font-size: 20px;
  }
  .sciezka {
    font-size: 12px;
    color: #666;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	}
	.kontaktF .formBtn {
    font-size: 16px;
	}
	.kategorie_scroll {
		margin-top: -100px;
	}
}
@media only screen and (max-width: 800px) {
	ul.listaKategorii li {
	    width: 48%;
	    margin: 1% 1% 1% 1%;
		 min-height: 33vw;
	}

	ul.listaKategorii li:nth-child(3n+1){
		clear: none;
	}
  ul.listaKategorii li:nth-child(2n+1){
		clear: both;
	}

	ul.listaKategorii li h2 {
    font-size: 18px;
    line-height: auto;

    padding: 10px;
  }
  h3.sh3 {
    font-size: 18px;
    line-height: 1.3em;
  }
  .poleLiczbowe, .poleOpcji {
	    width: 100%;
	}
	.poleLiczbowe div {
    width: calc(100% - 110px);
  }
  .komentarzLabel {
	   width: 100px;
	   float: right;
	}
	h1.sh1 {
    font-size: 22px;
  }
	.kategorie_scroll {
		margin-top: -10px;
	}

}  

@media only screen and (max-width: 600px) {

	ul.listaKategorii li h2 {
    font-size: 14px;
    line-height: 1.3em;
    padding: 10px 5px;
  }
  ul.listaKategorii li:nth-child(3n+1){
		clear: none;
	}
  ul.listaKategorii li:nth-child(2n+1){
		clear: both;
	}
  h3.sh3 {
    font-size: 16px;
    line-height: 1.3em;
  }
	.kontaktF .kol_70{
		 width: calc(100% - 30px);
	}
	.kontaktF .kol_30{
		 width: calc(100% - 30px);
	}
	.tooltip .tooltiptext img {
	  max-width: 58vw;
	  height: auto;
	}
	
}  



/*// naprawnianie bledow daniela*/
.tlo_sklep input[type=checkbox],
.tlo_koszyk input[type=checkbox],
.tlo_sklep input[type=radio],
.tlo_koszyk input[type=radio] {
	display: inline-block;
}
/*// naprawnianie bledow daniela*/

.plansza {
	display: grid;
	grid-template-columns: 60% 40%;
	align-items: flex-end;
	background-image: url('../img/tlo.png');
	background-size: cover;
}

.plansza div.tt{
	padding: 20px;
	padding-left: 120px;
}
.plansza div img{
	max-width: 100%;

}