

body{
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	background-image: url(img/zapad2.jpg);
	background-attachment: fixed;
	font-weight: 400;
	background-size: 100%;
}



#logomobil{
  display: none;
}

#menumobil111 {
    display: none;
    

  }

#topbar{
	width: 100%;
	padding: 10px 0px;
background: rgb(203,22,26);
background: linear-gradient(159deg, rgba(203,22,26,1) 42%, rgba(203,22,144,1) 100%);
}
.topbarstred{
	width: 90%;
	margin:auto;
	text-align: right;
	font-size: 0.8rem;
}
#mailik{
 float: left;
 margin-right: 15px;
 text-align: center;
}
#mailik a{
	text-decoration: none;
	color: white;
	-webkit-transition:0.2s;
}
#mailik a:hover{
	color: gray;
}
#prih3{
	float: right;	
	width: 13.5%;
	cursor: pointer;
	text-align: center;
}
#prih3 a{
-webkit-transition:0.2s;
color: white;
text-decoration: none;
}
#prih3 a:hover{
	opacity: 0.7;
}
nav{
	width: 100%;
	height: 90px;
	background-color: white;
}
#menustred{
	width: 85%;
	height: 85px;
	margin: auto;
}
#logo{
	width: 20%;
	height: 90px;
	float: left;
}
#logo img{
	height: 65px;
	margin-top: 12px;
}
#menustred ul{
	width: 80%;
	float: right;
	height: 85px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 88px;
	text-align: right;

}
#menustred ul a {
margin-left: 3%;
color: black;
}
#menustred ul a li{
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
	-webkit-transition:0.2s;
}
#menustred ul a li:hover{
	color: gray;
}



.obj{
	background: black;
	padding: 15px;
	border-radius: 40px;
	color: white;
	-webkit-transition:0.2s;
}
.obj:hover{
	 -webkit-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
-moz-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
  background-color: #522923;
}
.objj{
	color: white;
}
#podmenu{
	width: 100%;
	height: 40px;
	line-height: 43px;
	text-align: center;
	color: #1b1c1f;
	background-color: #2ecc71;
}
#podmenu a{
	color: #1b1c1f;
	text-decoration: none;
	font-size: 1vw;
}
header{
	background-attachment: fixed;
	height: 87vh;
	background-size: 100%;
}
header img{
	width: 100%;
}
header .cierna{
	width: 100%;
	height: 87vh;
	background-color: rgba(0,0,0,0.4);
}
header #stredhed{
	width: 70%;
	margin: auto;
	height: 200px;
	margin-top: 100px;
	color: white;
	text-align: center;
}
header #stredhed h1{
	font-size: 2.8vw;
	font-weight: 700;
	color: white;
}
header #stredhed p{
	font-size: 1.1rem;
	line-height: 1.5;
	color: white;
	font-weight: 300;
}



#header2{
	background-attachment: fixed;
	height: 30vh;
	background-size: 100%;
}
#header2 img{
	width: 100%;
}
#header2 .cierna2{
	width: 100%;
	height: 30vh;
	background-color: rgba(0,0,0,0.4);
}
#header2 #stredhed2{
	width: 70%;
	margin: auto;
	height: 20vh;
    line-height: 18vh;
	margin-top: 0px;
	color: white;
	text-align: center;
}
#header2 #stredhed2 h1{
	font-size: 2.5vw;
	font-weight: 700;
	color: white;
}
#header2 #stredhed2 p{
	font-size: 1.3vw;
	color: white;
	font-weight: 300;
}

#tlacidlo{
	border: none;
	padding: 20px 30px;
	color: white;
	font-size: 1rem;
	-webkit-transition:0.2s;
	text-decoration: none;
	font-weight: 700;
	background-color: #CB161A;
	border-radius: 100px;

}
#tlacidlo:hover{
-webkit-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
-moz-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
  background: #303030;
  color: white;
}


#onas{
	width: 100%;
	padding: 2% 0% 2% 0%;
	height: auto;
	background-color: white;

}
#onas #stredis{
	width: 87%;
	margin: 10px auto;
	height: auto;
}
#onas #stredis_hypo{
	width: 87%;
	margin: 10px auto;
	height: auto;
	font-weight: lighter;
	line-height: 27px;
}
#onas #stredis .polemy{
	width: 31%;
	height: 250px;
	float: left;
	margin-left: 1.7%;
	background-size: 100%;
	background-color: blue;

}
#onas #stredis .polemy .filter{
	width: 27%;
	height: 250px;
	position: absolute;
	background-color: rgba(0,0,0,0.4);

}
#onas #stredis .polemy h3{
	width: 85%;
	color: white;
	margin: auto;
	font-size: 2vw;
	position: relative;
	top: 180px;
	


}
#onas2{
	width: 100%;
	padding: 2% 0% 2% 0%;
	height: auto;
	background: rgb(203,22,26);
background: linear-gradient(159deg, rgba(203,22,26,1) 42%, rgba(203,22,144,1) 100%);

}
#onas2 #onasstred{
	width: 85%;
	margin: auto;
	height: auto;

}

#onas2 #onasstred h1{
	color: white;
	font-size: 2.2vw;
	text-align: center;
}
#onas2 #onasstred p{
	font-size: 1rem;
	line-height: 27px;
	text-align: center;
	color: white;
	font-weight: lighter;
}
.ciarocka{
	width: 150px;
	margin: 10px auto;
	height: 2px;
	background-color: white;
}
#uspechy{
	width: 100%;
	padding: 2% 0% 2% 0%;
	height: auto;
	background-image: url(img/domek.webp);
	background-attachment: fixed;
	background-size: 100%;

}
#uspechy #uspechstred{
	width: 90%;
	margin: auto;
	height: auto;
	text-shadow: 2px 2px 50px gray;
}
#uspechy #uspechstred h2{
	color: #CB1662;
	font-size: 3vw;
}
#uspechy #uspechstred p{
	font-size: 1.2vw;
	line-height: 27px;
	text-align: justify;
	color: #3c3c3b;
}
.polickouspech{
	width: 25%;
	height: auto;
	text-align: center;
	float: left;
	color: white;
}
.polickouspech h2{
	font-size: 3vw;
}
.polickouspech h4{
	font-size: 1.2vw;
}
.polickouspech i{
	font-size: 2.2vw;
	color: white;
}
.nic{
	display: block;
	clear: both;
}

#sluzby{
	width: 100%;
	padding: 2% 0% 2% 0%;
	height: auto;
	background-color: white;

}
#sluzby #sluzbystred{
	width: 75%;
	margin: auto;
	height: auto;
}
#sluzby #sluzbystred h1{
	font-family: Colfax;
	color: #3c3c3b;
	font-size: 2.5vw;
}
#sluzby #sluzbystred p{
	font-size: 1.2vw;
	line-height: 27px;
	text-align: justify;
	color: #3c3c3b;
}
.sluzbis{
	width: 30%;
	height: auto;
	float: left; 
	margin-left: 3%;
	margin-top: 50px;
}
.sluzobr{
	width: 100%;
	height: auto;
	background-size: 100%;
	overflow: hidden;
}
.sluzobr img{
	width: 100%;
}
#sluzbystred .sluzbis h2{
	font-size: 1.8vw;
	font-family: Colfax;
	color: #ff8967;
}
.sluzbis .textsluz{
	font-size: 1.1vw;
	color: #3c3c3b;
	margin-bottom: 12px;
}
.tlacsluz{
	border: 4px solid #ff8967;
	padding: 0.8vw 2vw 0.6vw 2vw;
	text-align: center;
	color: #ff8967;
	font-size: 1vw;
	-webkit-transition:0.2s;
	text-decoration: none;
	font-family: Colfax;
	cursor: pointer;

}
.tlacsluz:hover{
-webkit-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
-moz-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
  background: #ff8967;
  color: white;
}
#konnn{
	background-size: 50%;
}
.konstred{
	width: 82%;
	height: auto;
	margin: auto;
}
.konstred h1{
	text-align: center;
	color: black;
	width: 100%;
	margin-top: 0vh;
	font-size: 2.2vw;
	font-family: 'Roboto', sans-serif;
}
.konstred h4{
	text-align: left;
	color: #262626;
	font-size: 1.1vw;
	width: 100%;
	font-weight: lighter;
}
#stred #lavo3{
	width: 78%;
	height: auto;
	float: left;
}
#stred #lavo3 h1{
	font-size: 2.7vw;
	color: #ffd213;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#stred #lavo3 h3{
	font-size: 1.6vw;
	margin: 0;
	padding: 0;
	color: #7e8890;
	font-weight: normal;
}
#popisok{
	font-size: 1.4vw;
	line-height: 3.6vh;
	color: white;
    font-weight: lighter;
}

/*kontakt*/
#konform{
  width: 100%;
  height: auto;  
  margin: 0px auto;
  position: relative;
}
#konform #fromularkontakt{
  width: 68%;
  height: auto;
  float: left;
}
#konform #infomaciekontakt{
  width: 25%;
  height: auto; 
  margin-top: 20px; 
  text-align: left;
  font-size: 1.1vw;
  float: right;
  color: gray;
  font-weight: lighter;
}
#konform #infomaciekontakt b{
	font-weight: normal;
	color: #522923;
	 font-size: 1.4vw;
}
#konform #infomaciekontakt a{
  text-decoration: none;
  color: black;
}
#konform #infomaciekontakt a:hover{
  border-bottom: 1px solid #c61e32;
  color: #c61e32;
  
}
#infoico{
	width: 13%;
	height: auto;
	margin-right: 3%;
	float: left;

}
#konform form {
    display: block;
    margin-left: 0%; 
    position: relative;

    
}
#konform form input{
    width: 96%;
    height: 28px;
    border: none;
    font-size: 14px;
    background-color: #eaeef4;
    padding: 10px;
    color: #252525;
   



}
#konform form textarea{
    width: 96%;
    height: 230px;
    border: none;
    background-color: #eaeef4;
    font-size: 14px;
    padding: 10px;
    color: #252525;

    
}

#konform #odoslat{
  width: 30%;
  -webkit-transition: 0.3s;
  height: 50px;
  font-size: 1.1vw;
  float: right;
  margin-right: 10px;
   border: none;
   border-radius: 100px;
  line-height: 25px;
  background-color: #ef7f01;
	color: white;


}
#konform #odoslat:active{
   
}
#konform #odoslat:hover{
-webkit-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
-moz-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
  background: #303030;
  color: white;
}

footer{
	background: rgb(203,22,26);
background: linear-gradient(159deg, rgba(203,22,26,1) 42%, rgba(203,22,144,1) 100%);
	width: 100%;
	height: auto;

}
#stredfooter{
	width: 83.5%;
	height: auto;
	margin: auto;
	margin-bottom: 50px;
}
.footpole{
	width: 23.8%;
	height: auto;
	float: left;
	font-size: 1rem;
	color: white;
	margin-left: 1%;
}
.footpole a{
	color:#c9c9c9;
	text-decoration: none;
}
.footpole img{
	width: 2vw;
	margin-left: 4%;
}
.footpole img:hover{
	 filter: contrast(160%);
}
.footpole #juu{
	float: left;
	margin-left: 5%;
}
.footpole #juu:first-child{
	float: left;
	margin-left: 0%;
}
.footpole a i{
	color: white;
	font-size: 3vw;
	-webkit-transition:0.2s;
	margin-left: 5%;
}
.footpole a i:hover{
	 color: black;
}

.footpole ul{
	margin: 0;
	padding: 0;
}
.footpole ul li{
	list-style: none;
}
.footpole ul li a{
	color: white;
	text-decoration: none;
}

.podpeta{
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 0.8rem;
	font-weight: lighter;
	color: gray;
	background-color: white;
}

#novinky{
	width: 100%;
	height: 210px;
	background:#f1f1f1;
	background-size: 100%;
	text-align: left;
}
#novinkastred{
	width:  82%;
	height: auto;
	margin: auto;
	position: relative;
	top: 26px;
}
#novinkastred h3{
	text-align: left;
	color: black;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	text-transform: uppercase;
}
#novinkastred b{
	font-weight: lighter;
	color: gray;
	font-size: 1vw;
}
#novinkastred form .pole_email{
	 width: 70%;
    height: 32px;
    border: none;
    font-size: 14px;
    background-color: white;
    padding: 10px;
    color: #c61e32;
}
#novinkastred form .odoslat{
	 width: 24%;
  -webkit-transition: 0.3s;
  height: 52px;
  font-size: 1.2vw;
  float: right;
  margin-right: 2px;
   border: none;
  line-height: 25px;
  background-color: #CA151A;
	color: white;

}
#novinkastred form .odoslat:hover{
	background-color: #303030;
	cursor: pointer;
}
#mail{
	width: 100%;
	height: 40px;
	color: #ff8967;
	background-color: white;
	text-align: center;
	line-height: 40px;
	font-size: 1.2vw;

}
.produkt{
	width: 82%;
	height: auto;
	margin: 20px auto;
}
.obrr{
	width: 30%;
	height: 30vh;
	float: left;
	overflow: hidden;
}
.obrr img{
	width: 100%;

}
.right{
	width: 65%;
	height: auto;
	float: right;


}
.right h1{
    margin: 10px 0 0 0;
    color: #c61e32;
    font-size: 2.1vw;
}
.right p{
	color: gray;
	font-weight: lighter;
	line-height: 24px;
	font-size: 1.1vw;
	text-align: justify;
	
}

.produkt_pole{
	width: 21.2%;
	height: auto;
	background: white;
	float: left;
	margin-left: 3%;
	margin-top: 2%;
	-webkit-transition:0.2s;
	border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
-moz-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
}
.produkt_pole a{
	text-decoration: none;
	color: black;
}
.produkt_pole:hover{
	-webkit-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0);
-moz-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0);
box-shadow: 25px 28px 51px -21px rgba(0,0,0,0);
}
.produkt_pole:hover .obr_pr img {
	transform: scale(1.2);
}
.produkt_pole:hover .nazov_pr{
	color: gray;
}
.produktkryt{
	background-color: white;
	width: 87%;
	height: auto;
	border-radius: 15px;
	padding: 7%;
	margin-top: -5%;
	z-index: 10000;
	overflow: hidden;

}
.produkt_pole .obr_pr{
	width: 100%;
	height: 250px;
	overflow: hidden;
	z-index: 0;
	background-size: cover;
}

.produkt_pole .nazov_pr{
	width: 100%;
	height: 25px;
	text-align: left;
	font-size: 1rem;
	color: #CB1662;
	font-weight: 700;
	overflow: hidden;
	-webkit-transition:0.2s;
}
.produkt_pole .cena_pr{
	width: 100%;
	height: 15%;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 5vh;
}
.produkt_pole .popis_pr{
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: left;
	font-size: 0.9vw;
	font-weight: normal;
	color: gray;
	font-weight: 400;
}





.clen_pole{
	text-align: left;
	height: auto;
	background: white;
	display: flex;
	margin-left: 3%;
	margin-top: 2%;
	-webkit-transition:0.2s;
	overflow: hidden;
}
.clen_pole a{
	text-decoration: none;
	color: black;
}

.clen_pole .obr_pr{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 0;
	background-size: 100%;
}
.clen_pole .obr_pr img{
	width: 100%;
}


.clen_pole .nazov_pr{
	width: 100%;
	height: 50px;
	text-align: left;
	font-size: 1.6vw;
	line-height: 50px;
	color: #CB1662;
	font-weight: 700;
	overflow: hidden;
	text-align: left;
	-webkit-transition:0.2s;
}
.clen_pole .cena_pr{
	width: 100%;
	height: 20px;
	text-align: left;
	color: gray;
	font-size: 1vw;
	text-align: left;
	font-weight: 700;
	line-height: 10px;
}
.clen_pole .popis_pr{
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-align: left;
	font-size: 1.1vw;
	font-weight: lighter;
	color: gray;
	line-height: 30px;
	font-weight: 400;
}

#produktiss{
	width: 83%;
	height: auto;
	margin: 3vh auto;
}
#produktiss #p_left{
	width: 59%;
	float: left;
	height: 76vh;
	overflow: hidden;
}
#produktiss #p_obr{
	width: 100%;
	height: 55vh;
	overflow: hidden;
}
#produktiss #p_obr img{
	width: 100%;
	-webkit-transition:0.2s;
}
#produktiss #p_obr img:hover{
	opacity: 0.5;
}
#produktiss .ineobr{
	width: 100%;
	height: 14vh;
	overflow: hidden;
}
.ineobr .kocka{
	width: 15.4%;
	height: 14vh;
	float: left;
	margin-left: 1.5%;
	background-color: #dadada;
	overflow: hidden;
}
.ineobr .kocka:first-child{
	margin-left: 0%;
}
.ineobr .kocka img{
	height: 100%; 
}
#produktiss #p_right{
	width: 32%;
	padding: 2%;
	background: white;
	float: right;
	height: auto;
	-webkit-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
-moz-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
border-radius: 15px;
}
#produktiss #nazov_produktu{
	width: 100%;
	font-size: 1.4vw;
	padding-bottom: 2vh;
	font-weight: 700;
}
#produktiss #lokalitus{
	width: 100%;
	font-size: 1vw;
	font-weight: lighter;
	color: gray;
	padding-bottom: 2vh;
	border-bottom: 1px solid #dadada;
}
#produktiss #info_produktu{
	width: 100%;
	height: 3vw;
	font-size: 1.1vw;
	line-height: 3vw;
	color: gray;
	text-align: right;
}
#produktiss #cenadph_produktu{
	width: 100%;
	height: 2vw;
	color: gray;
	font-size: 1vw;
	line-height: 2vw;
	text-align: right;
}
#produktiss #cena_produktu{
	width: 100%;
	height: 3vw;
	color: gray;
	font-size: 1.3vw;
	line-height: 3vw;
	padding-bottom: 2vh;
	border-bottom: 1px solid #dadada;
	text-align: right;
}
#produktiss #cena_produktu b{
	color: black;
	font-size: 1.9vw;
}
#popisprodukt{
	width: 96%;
	padding: 2%;
	height: auto;
	line-height: 28px;
	font-size: 1.1vw;
	background: white;
	-webkit-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
-moz-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
border-radius: 15px;
font-weight: lighter;
}
#popisprodukt h3{
	font-size: 1.3vw;
	margin: 0px 0px 10px 0px;
}
#popisprodukt2{
	width: 96%;
	padding: 1% 2% 1% 2%;
	height: auto;
	font-size: 1.1vw;
	background: white;
	-webkit-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
-moz-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
border-radius: 15px;
}
#popisprodukt2 h2{
	font-size: 2vw;
	margin: 0px 0px 0px 0px;
}

.polickac{
	width: 20%;
	padding: 1.5%;
	float: left;
	height: auto;
	margin-left: 2.65%;
	margin-top: 20px;
	font-size: 1vw;
	background: white;
	-webkit-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
-moz-box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
box-shadow: 25px 28px 51px -21px rgba(0,0,0,0.06);
border-radius: 15px;
}
.polickac:first-child{
	margin-left: 0%;
}
.polickac:nth-child(5){
	margin-left: 0%;
}
#formpro {
    display: block;
    margin-left: 0%; 
    position: relative;

    
}
#formpro input{
    width: 94.4%;
    height: 18px;
    border: none;
    font-size: 14px;
    background-color: #eaeef4;
    padding: 10px;
    color: #252525;
   



}
#formpro textarea{
    width: 94.4%;
    height: 100px;
    border: none;
    background-color: #eaeef4;
    font-size: 14px;
    padding: 10px;
    color: #252525;

    
}
#formpro p{
	font-weight: lighter;
	color: gray;
	font-size: 0.8vw;
}

#formpro #odoslat{
  width: 100%;
  -webkit-transition: 0.3s;
  height: 40px;
  font-size: 1vw;
  float: right;
  margin-right: 0px;
   border: none;
  line-height: 15px;
  border-radius: 100px;
  background-color: #522923;
	color: white;
	margin-top: 10px;


}
#formpro #odoslat:active{
   
}
#formpro #odoslat:hover{
-webkit-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
-moz-box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
box-shadow: -2px 20px 18px -16px rgba(0,0,0,0.39);
  background: #303030;
  color: white;
}
#filter{
	width: 82%;
	margin: auto;
}
.plagat{
	width: 80%;
	height: auto;
	margin: auto;
}
.plagat img{
	width: 100%;
}

