@charset "utf-8";

/* List */
.list-item .tack-check {
    right: 10px;
    bottom: 10px;
    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;
    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: 0px;
}

.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: 33% !important
    }
}

@media all and (max-width:360px) {
    .responsive .list-row {
        width: 33% !important
    }
}

/* Infinite */
.list-wrap #infscr-loading {
    background: rgb(0, 0, 0);
    margin: 0px;
    padding: 10px;
    border-radius: 10px;
    left: 50%;
    width: 200px;
    margin-left: -110px;
    text-align: center;
    bottom: 50px;
    color: rgb(255, 255, 255);
    position: fixed;
    z-index: 100;
    opacity: 0.8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.list-wrap .list-more {
    text-align: center;
    margin-bottom: 20px;
}

.list-wrap .list-more a {
    color: #ddd;
    font-size: 60px;
}

.list-wrap .list-top {
    line-height: 1px;
}

/*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: #ced4da;
    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;
}

/* custom css */
.div-tab.tabs ul.nav-tabs li {
    background: #fff;
    border-image: none;
    color: #333;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-image: none;
    line-height: 20px !important;
}

.div-tab.tabs ul.nav-tabs li:hover,
.div-tab.tabs ul.nav-tabs li:focus {
    border: 0;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-image: none;
}

.div-tab.tabs ul.nav-tabs li.active {
    background: #fafafa;
    border-top: 1px solid #333;
}

.div-tab.tabs ul.nav-tabs li a,
.div-tab.tabs ul.nav-tabs li a:hover,
.div-tab.tabs ul.nav-tabs li a:focus,
.div-tab.tabs ul.nav-tabs li:first-child a,
.div-tab.tabs ul.nav-tabs li:first-child a:hover,
.div-tab.tabs ul.nav-tabs li:first-child a:focus,
.div-tab.tabs ul.nav-tabs li:last-child a,
.div-tab.tabs ul.nav-tabs li:last-child a:hover,
.div-tab.tabs ul.nav-tabs li:last-child a:focus {
    color: #333;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border-top: 1px solid transparent;
    border-bottom: none;
    margin: 0;
    line-height: 20px !important;
}

.div-tab.tabs ul.nav-tabs li.active a,
.div-tab.tabs ul.nav-tabs li.active a:hover,
.div-tab.tabs ul.nav-tabs li.active a:focus,
.div-tab.tabs ul.nav-tabs li.active:first-child a,
.div-tab.tabs ul.nav-tabs li.active:first-child a:hover,
.div-tab.tabs ul.nav-tabs li.active:first-child a:focus,
.div-tab.tabs ul.nav-tabs li.active:last-child a,
.div-tab.tabs ul.nav-tabs li.active:last-child a:hover,
.div-tab.tabs ul.nav-tabs li.active:last-child a:focus {
    color: #333;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid transparent;
    margin: 0;
    line-height: 20px !important;
}
