/* Fotogalerie */

#fotogalerie{
  overflow:hidden;
  margin-top:10px;
}

a.obal1{
  border:1px solid #efbfb9;
  width:133px;
  height:133px;
  background-color:white;
  margin:0 3px 3px 0;
  text-align:center;
  display: table;
  #position: relative; 
  overflow: hidden;
  float:left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
table-layout: fixed;
}

a.obal1:hover{
  background-color:#DD4F35;
  border:1px solid #DD4F35;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
  head~body a.obal1 { 
    width:135px;
    height:135px;
  }
}

span.obal2{
  _position: absolute; 
  #top: -50%;
  &top: 0;
  display: table-cell; 
  vertical-align: middle;
}
  
span.obal3{
  #position: relative;
  #top: -50%;
  &top: 0;
  display:block;
}

.thumb{
  max-width:131px;
  max-height:131px;
}

span.obal2 {
  &width: 100%;
  &position:absolute;
  &top: 50%;
  &left: 0;
  _left:0;
}
span.obal3 {
	&position: relative;
	&top: -50%
}

a img{
  border:none;
}

.fotogalerie_rok{
  margin-top:10px;
}

a.galerie{
  color: #333333;
  font-size:13px;
  text-decoration:none;
}

a.galerie:hover{
  text-decoration:underline;
}

.datum{
  color:#877b67;
  font-weight:normal;
}

.skryta-gal a.galerie{
  color:#677943;
}

.skryta-gal .datum{
  color:#a4ab58;
}

