/* CSS Document */
                                                        /* -Visualization- */
                                                        
.zaruben {width: 250px; height: 490px; position: absolute; z-index: 2;}

.door-vis{
width:35%; height:800px;
background:rgb(251,253,253);
margin-top:10px;  
margin-bottom:10px;  
}

.selection{
width:61.5%; 
/*background:rgb(251,253,253);*/
margin-left:3.5%;
margin-top:10px;
margin-bottom:10px;  
/*overflow: hidden;   */
}

h2{
width:100%;
font-size:25px;
/*background-image: url(h2-back.jpg);*/
background-color: rgb(240,237,237);
font-weight:normal;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
font-family: Arial;
}


.door-vis h2{
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
margin-top:0px; margin-bottom:10px;
}

.door-vis h2 center{
padding-top:13px; 
padding-bottom:13px;
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.65);

}

.door-vis .text{
margin-left:6%; margin-right: 5px;
}

.choosed-door-vis{
margin-left:32%; margin-top:20px;
width:180px; height:380px;
}
                                                      
.sel-mat{position:absolute; z-index:1;}
.sel-door{position: absolute; z-index:3;}
.sel-hand{position: absolute; z-index:3;}

.under-door{                          /* Under door */            
margin-top: 20px;  line-height: 20px;
width:100%;
}

.under-door-text{
width: 220px;
}

.like{
width:150px; 
}

.finger{
width:50px; height:50px;
background:rgb(251,204,0);
}

.like-value{font-size: 25px;}

.cena {width: 245px; 
background-color: rgb(240,237,237);
margin: 15px 0 0 23%;
font-size:15px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.55);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.55);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.door-cena-text {margin-left: 10px; margin-top: 3px;}

.door-cena{font-size: 22px; font-weight: none; margin-left: 10px; margin-top: 1px;}

                                                /* -Selection- */
.select {
width:100%;
}

.select h2{
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
margin-top:0px; margin-bottom:0px;
padding-top:13px;
padding-bottom:13px;
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.65);
}

.h2-left{width:50px; height:30px;}
                                                 /* doors */
.select-door{
/*height: 470px;*/
margin-bottom: 10px;
}

.doors{
  margin-left: 25px;
}

.door{
width:86px; height:185px; margin:3px;  margin-left:4px;
margin-top:17px;
}

.door-img, .door-img img{
width:86px; height:173px;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.door-text{margin: 21px 7px 0 7px; padding-left:0px; padding-top:10px; width:0px; overflow: hidden; font-size: 16.5px;
transition: height 1.5s, width 1.5s, padding 1.5s;
  -moz-transition: height 1.5s, width 1.5s, padding 1.5s;
  -webkit-transition: height 1.5s, width 1.5s, padding 1.5s; 
  -o-transition: height 1.5s, width 1.5s, padding 1.5s;
background-color: rgb(240,237,237);
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);    
}
.door-text div {width:220px; height:150px;}

.door-text #pasik {
  margin:0 0 0 -10px; width:230px;
}
                                           /* zoom
.select div div a div > img:hover{         
  transition: all 0.5s ease-in-out 0s;
  transform: scale(1.2);
}                                         */

.door-img img{position: absolute;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.65);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.65);
}

.desel .door-img-o{display: none;}
.sel .door-img-o{display: block;}

                                             /* materials */
/*.laminat{height:288px;}*/
.dyha{height:288px;}
.klucka{height:160px;}
/*.sklo{margin-top:5px;} */

.select-material{
margin-bottom: 2px;
}

.materials, .glass{
  margin-left: 25px; margin-top: 10px;
}

.material{
width:87px; height:125px; margin:3px;
margin-top:2px;  margin-bottom: 0px;
}

.akcia a:before{
content: url(akcia_mala.png);
position: absolute;
z-index:1;
}

.material_zarubne{
width:88px; margin-top:5px;
opacity:0.0;
transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s; 
  -o-transition: opacity 1.5s;
}

.material_z{
width:87px; height:49px; margin:3px;
margin-top:2px;  margin-bottom: 0px;
}

.material_z #material-text{
margin-top:32px !important;
}

.material-img, .material-img img{
width:86px; height:86px;                    
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
border:0px;
}

.material_z-img, .material_z-img img{
width:86px; height:30px;                    
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
border:0px;
}

.material a, .material_z a{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.65);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.65);
}

.material-img{
overflow: hidden;
}

.sklo div a div > img:hover{         
  transition: all 0.5s ease-in-out 0s;
  transform: scale(1.0);
}  

.sklo .material-img {
-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.65);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.65);
}

.desel2, .desel3
{
  position: relative;
	max-width: 100%;
	float: left;
}

.desel2:before, .desel3:before {
		content: url(mat-for.png);
    background-size: 86px;
    position: absolute;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.desel2::before, .desel3::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
background-image: url(mat-for.png);
background-size: 86px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.desel3:before, .desel3::before {
background-size: 86px 30px;
}

.sel3:before, .sel3::before {
background-size: 86px 30px;
}

/*.sel2, .desel2{width:87px; height:87px;} */

.sel2, .sel3
{
  position: relative;
	max-width: 100%;
	float: left;
}

.sel2::before, .sel3::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
    background-image: url(pushed.png);
/*		box-shadow: inset 0 0 38px rgba(0,0,0,.5);
		-moz-box-shadow: inset 0 0 38px rgba(0,0,0,.5);
		-webkit-box-shadow: inset 0 0 38px rgba(0,0,0,.5);            */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
  
                                /* Text */
.text{
font-size:15.5px ;  line-height: 118%;
}

.text-popis{
margin-top: 17px;
font-size: 16.5px;
}

#pasik{
width: 100%; height: 5px;  background-color: rgb(245,140,23);  margin-top: 9px; }

#door-text{                   
font-size:17px ;
}

#material-text{               
font-size:16.5px ;
line-height: 17px;
margin-top: 89px;
}

#stext{
position:absolute;
margin-top:0px;
margin-left:70px;
font-size: 20px;
color: white;
}

#text2{
position:absolute;
width:30px;
margin-top:63px;
margin-left:50px;
font-size: 15px;
color: white;
text-align:right;
}

.vybava .text, .klucky .text {display:block; width:100%;}
.vybava-platene .material {
    height: 145px;    
}      