#photo_type {margin:0 0 30px 0;}
#photo_type h2 {padding:0;font-size:0;line-height:0;overflow:hidden}


#tiles {position: relative;margin: 0;padding: 0;list-style-type: none;}

/* Grid items */
#tiles li {display:none;position:relative;width:260px;background:#fff;border:solid 1px #fff;cursor:pointer;
/*border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;*/
}
#tiles li:hover {border:1px solid #999;
/*box-shadow:2px 2px 5px rgba(0,0,0,0.4);*/
}

#tiles li.inactive {visibility: hidden;opacity: 0;}
#tiles li .sv_wrap .sv {display:none;}

#tiles li img {display:block;}

/* Grid item text */
#tiles li .con {padding:10px;font-size:14px;line-height:22px;}
#tiles li .con .bo_cate_link {display:inline-block;margin:0 0 4px 0;color:#999;font-size:11px;line-height:20px;padding:0 6px;background:#f6f6f6;border:solid 1px #ddd;/*border-radius:5px;*/}
#tiles li .con p.subject {display:block;margin:0 0 12px 0;overflow:hidden;white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-moz-binding: url('ellipsis.xml#ellipsis');
}
#tiles li .con p.subject i {color:#ff7700;font-size:18px;}
#tiles li .con .cnt_cmt {color:#ff7700;font-size:11px;}
#tiles li .con dl {}
#tiles li .con dl:after {display:block;visibility:hidden;clear:both;content:""} 
#tiles li .con dl dd {display:block;float:left;color:#666;font-size:13px;}
#tiles li .con dl dd:nth-child(1),
#tiles li .con dl dd:nth-child(2) {margin:0 8px 0 0;padding:0 8px 0 0;background:url(../../../img/var.gif) no-repeat right 50%;}
#tiles li .con dl dd .profile_img {}
#tiles li .con dl dd .profile_img img {display:inline;width:18px;height:auto;border-radius:50%;}
#tiles li .con dl dd.good {float:right;color:#569ffd;font-weight:500;}
#tiles li .con dl dd.good i {color:#f75665;font-size:16px;}

#tiles li a.btn_detail {display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(240,0,1,0.6);
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0;
opacity: 0;

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#tiles li a.btn_detail:hover {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
opacity: 1;
}

#tiles li a.btn_detail .detail {display:block;position:absolute;width:100%;height:auto;left:0px;top:50%;padding:0;font-family:'Lato';color:#fff;font-size:14px;text-align:center;font-weight:700;background:url(./img/icon_zoomer_big.png) no-repeat 50% 0;
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0;
opacity: 0;

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#tiles li a:hover .detail {margin:-40px 0 0 0;
filter:alpha(opacity=100); /* ie  */
-moz-opacity:1;
-khtml-opacity:1;
opacity: 1;
}
#tiles li a.btn_detail .detail i {margin:0 0 12px 0;}

#tiles li .gall_chk {display:block;position:absolute;right:0;top:0;padding:3px;background:#fff;z-index:99;}
#tiles li .gall_chk a {color:#ff7700}

#tiles li .title {display:block;padding:10px;color:#444;font-size:16px;text-align:center;}




#tiles li .bo_label {display:block;position:absolute;left:10px;top:10px;padding:3px 6px;color:#fff;font-size:12px;;background:#059740;z-index:9;}
#tiles li p.product {height:60px;padding:10px 20px;text-align:center;border-top:solid 1px #ddd;}
#tiles li p.subject .bo_cate_link {display:block;color:#059740;font-size:13px;}
#tiles li p.product strong {display:block;overflow:hidden;color:#222;font-weight:400;white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-moz-binding: url('ellipsis.xml#ellipsis');
}


.progress-bar {position: absolute;left: 0;top: 0;right: 0;width: 0;height: 2px;background-color: #0BC20B;
box-shadow: 0 1px 3px rgba(11, 194, 11, 0.2);
-webkit-transition: width 0.3s ease-out;
-moz-transition: width 0.3s ease-out;
-o-transition: width 0.3s ease-out;
transition: width 0.3s ease-out;
}

/* Placerholder css */
.wookmark-placeholder {background-color: #eee;border: 1px solid #dedede;z-index: -1;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}




@media screen and (max-width:1024px) {
#photo_type {margin:0 20px 30px 20px;}

#tiles li .title {font-size:14px;}
}