@import 'prettyPhoto.css';

.centered {
  margin: auto auto;
  display: block;
  width: 185px;
  margin-bottom: 25px;
}
.thumbnail {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin:4px 4px;
  /*border: 1px solid #444;*/
}
.thumbnail img {
  opacity: .75;
	margin-left:4px;
}
.thumbnail img:hover {
  opacity: 1;
}
.gallery {
  color: #fff;
  width:98%;
}
.gallery h2 {
  font-family: 'Yesteryear', arial, helvetica, sans;
  color: #eee;
  text-align: center;
  margin-bottom: 15px;
  font-size: 4.5em;
  font-weight: 200;
  line-height: 1.65em;
  border-bottom: 1px solid #000;
  text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.76);
}

.image { 
  align:center; 
  text-align:center;
  position: relative;
  height:auto;
  display:block;
  margin: auto;

}
.descr {
  line-height: 1.8em;
  font-size: 18px;
  color:white;
  padding:6px;
  background-color:#b52b2b;
}
.descr-float {
  width:90%;
  line-height: 1.6em;
  font-size: 18px;
  color:white;
  padding:2px;
  margin:0px auto;
  text-align:center;
  background-color:#b52b2b;
}
.price-float {
  width:90%;
  line-height: 1.8em;
  font-size: 20px;
  color:white;
  padding:2px;
  margin:0px auto;
  text-align:center;
  font-weight:bold;
  background-color:#92d14f;
}

.tag {
    position: absolute;
    font-size: 22px;
    text-align:center;
    line-height: 58px;

    background-image:url('/media/mod_showoffers/dakry.png');
    width:88px;
    height:70px;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    top:4px;
    right:2px;
    /*border:1px solid red; */
}
	

