/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.8.2015, 0:18:33
    Author     : Michal
*/

.image /*nahledy galerie*/
{
  width:220px;height:110px;  
  margin:10px;
  display:inline-block;
-webkit-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.3);
-moz-box-shadow:    0px 0px 10px 0px rgba(40, 40, 40, 0.3);
box-shadow:         0px 0px 10px 0px rgba(40, 40, 40, 0.3);
}
 
/*nahledy produktu*/
.fill {width:100%;}

.prodleft
{background:#fff; float:left; display:block;  padding-right:20px; text-align:left;  width:600px;height:100%; width: calc(100% - 620px);}

.prodright
{  float:right;  width:600px;padding-top: 20px;}

@media (max-width: 1300px)  {
        .prodleft{
                float:none;
                width:100%;
        }
        .prodright{
                float:none;
        }
}


.prodimg_big
{
     width:100%;
  
    padding:0px 0px   10px  0px;
}


.prodimg
{
 
    float:left;
 width:190px;
    padding:0px 10px   10px  0px;
}

img {
    image-orientation: from-image;
}

img.refimg
{
 width:200px;height:113px;
 
   }
 
 img.zooming
{
 
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
   }
 
 
img.zooming:hover 
  {
   
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 }