#content{
  opacity:1;
  margin-top:0;
}

h2 span{
  display: inline-block;
  font-family:serif;
  font-size:200%;
  transform:scale(0.75,1) translate(-17%,0);
  text-shadow:0 0 5px #900,0 0 5px #900,0 0 10px #A03,0 0 20px #D05;
}

h3{
  padding:0.2%;
  padding-left:1.2%;
  border:3px #FFF solid;
  border-width:0 0 0 6px;
  background-color:rgba(255,0,100,0.4);
  font-size:150%;
  margin-bottom:1%;
}

#firstlot_body{
  width:65%;
  float:left;
  margin-bottom:5%;
}

#firstlot_text{
  border:1px #444 dotted;
  border-width:1px 0 0 0;
  padding-top:1%;
  padding-bottom:3%;
  color:#DDD;
}

#firstlot_image{
  width:30%;
  float:right;
  margin-top:-21%;
  margin-bottom:-4%;

  margin-top:-8%;
}


.mov_button{
  display:block;
  position:relative;;
  width:100%;
  max-width:350px;
  margin:0.5% auto;
  margin-top:3%;
}
.mov_button:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-image:url(../images/gallery/icon.png);
  background-repeat:no-repeat;
  background-position:center 37%;
  background-size:30% auto;
  z-index:100;
}
.mov_button img{
  width:100%;
  border:1px #900 solid;
}
.mov_button span#preview_cap{
  position:absolute;
  width:100%;
  left:0;
  bottom:0;
  padding:0.2%;
  color:#FFF;
  text-shadow:0 0 5px #F00,0 0 5px #F00,0 0 5px #F00,0 0 5px #F00,0 0 5px #F00;
  text-align:center;
  font-size:120%;
}


#shops table{
  border-collapse: collapse;
  width:100%;
}

#shops th,#shops td{
  border: 1px #333 dotted;
  border-width:1px 0 0 0;
  padding:1%;
  text-align:left;
  font-weight:normal;
  font-size:90%;
}

#shops tr.no_border th,#shops tr.no_border td{
  border-width:0;
}

#shops td.border{
  padding:3% 0;
}

#shops td.border hr{
  height:1px;
  border:1px #555 solid;
  border-width:0 0 1px;
}


#shops td.item a{
  border:1px #777 solid;
  padding:0 6px;
  display:inline-block;
  text-decoration: none;
  color:#FFF;
  font-size:90%;
  background-color:#444;
  vertical-align:1px;
  margin-left:3px;
}

#shops td.shop_order{
  background:linear-gradient(to bottom,#FFF,#888);
  background-size:97% 90%;
  background-repeat:no-repeat;
  background-position:center;
  text-align:center;
  white-space:nowrap;
  width:15%;

  color:#111;
  text-shadow:1px 1px 0px rgba(255,255,255,0.4);
  text-decoration:none;
  font-size:90%;
  font-weight:bold;
}

#shops td.inactive{
  background-image:linear-gradient(to bottom,#555,#222);
  color:#222;
}
#shops td.shop_order span,
#shops td.shop_order a{
  text-decoration:none;
  font-size:90%;
  font-weight:bold;
}
#shops td.shop_order a{
  color:#111;
  text-shadow:1px 1px 0px rgba(255,255,255,0.4);
  width:100%;
  display:inline-block;
}

/*---*/

/*--*/

.shop{
  width:32.7%;
  float:left;
  margin:0.7% 0.3%;
  padding:0;
  color:#FFF;
  line-height:1.5;
  font-size:90%;
  padding-bottom:1%;
  border:1px #444 solid;
}

.shop .item_img{
  width:100%;
}

.shop .shop_name{
  font-weight:bold;
  padding:1% 1.5%;
}

.shop .item_name{
  color:#CCC;
  padding:1% 1.5%;
}

.shop a{
  display:block;
  width:75%;
  margin:0 auto;
  padding:2% 1%;
  margin-top:2%;
  background:linear-gradient(to bottom,#FFF,#888);
  border-radius:5px;
  color:#111;
  text-shadow:1px 1px 0px rgba(255,255,255,0.4);
  text-decoration:none;
  font-size:90%;
  font-weight:bold;
  text-align:center;
}




/*----Media Query----*/
@media screen and (max-width:768px){
  #container{
    padding-top:145px;
  }
}
@media screen and (max-width:639px){
  #container{
    padding-top:95px;
  }
  #firstlot_image{
    margin-top:-12%;
    margin-top:0;
  }
  .shop{
    width:48.5%;
  }
}

@media screen and (max-width:420px){
  #firstlot_image{
    margin-top:2%;
    margin-top:5%;
  }

  .shop{
    width:100%;
  }

  .shop .item_img{
    width:35%;
    float:left;
  }

  .shop .item_info{
    width:64%;
    float:right;
  }
}
