@charset "utf-8";

/* List */
.list-item .tack-check { right: 20px; bottom: 20px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h2 { display:block; font-size:13px; font-weight:bold; line-height:22px; margin:10px 5px; text-align:center; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:auto; }
.list-item .list-date.right { right:0px; }
.list-item .list-details { padding:0 3%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}

/*custom*/
.panel { margin-bottom:10px !important; }
.panel-default-custom { border-color:#D1D8E4;}
.panel-default-custom > .panel-heading-custom { color:#333; padding:5px 15px; background-color:#F2F4F7; border-color:#D1D8E4; }
.btn-default-custom { color:#333; background-color:#fff; border-color:#DEE3EB; height:32px; line-height:23px !important; }
.effect-gallery {
display: inline-block;
position: relative;
overflow: hidden;
padding: 6px;
}
.effect-gallery img {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.effect-gallery:before,
.effect-gallery:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 97px;
    height: 50px;
    background: #fff;
    transform: rotate(-30deg);
}
.effect-gallery:before {
    box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
    top: -36px;
    bottom: auto;
    right: auto;
    left: -38px;

}
.effect-gallery:after {
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
    top: auto;
    bottom: -38px;
    right: -41px;
    left: auto;
}


