/*----------------list_item_gallery*/
.box_mid {
    padding: 0px;
}

.box_mid .box_mid-title {
    display: none;
}

.list_item_gallery {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
    padding: 0px 17px;
    margin-bottom: 28px;
}

.list_item_gallery .row_item {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 12px;
    padding-bottom: 14px;
    width: 50%;
    float: left;
}

.list_item_gallery .row_item .info {
    float: left;
    padding: 20px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -40px;
    background: #fff;
    border: 1px solid #E6E6E6;
    position: relative;
}

.list_item_gallery .row_item .info h3{
    margin-top: -5px;
}

.list_item_gallery .row_item .info a {
    display: block;
    color: #1A1A1A;
    font-size: 15px;
    font-family: Avo;
}

.list_item_gallery .row_item .info .short{
    margin-top: 10px;
    color: #676767;
    font-family: Avo;
}

.list_item_gallery .row_item .col_item .img {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.list_item_gallery .row_item .col_item .img img {
    width: 100%;
}

.list_item_gallery .row_item .col_item .img img:hover {
    opacity: 0.5;
}

.list_item_gallery .row_item .col_item .title {
    font-family: MyriadProBoldCond;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.list_item_gallery .row_item .col_item .title a {
    color: #3b3839;
}

.list_item_gallery .row_item .img .limit {
    position: relative;
}

.list_item_gallery .row_item .img .limit a {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
}

.list_item_gallery .row_item:hover .img .limit a {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    background: rgba(221, 105, 0, 0.5);
}

.list_item_gallery .row_item .img .limit a::before {
    content: '\e819';
    font-family: "ficon";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffb400;
    padding: 11px 12px;
    font-size: 20px;
    transform: translateY(-50%);
    margin-left: -21px;
    opacity: 0;
    transition: 1s ease;
    color: #fff;
}

.list_item_gallery .row_item:hover .img .limit a::before {
    opacity: 1;
}

.paginate2 {
    display: none;
}

.paginate1 {
    display: block;
}

.paginate1 .paginate {
    border: none;
}


@media (max-width: 920px) {
    .list_item_gallery .row_item {
        width: 33.33%;
    }

    .paginate1 {
        display: none;
    }

    .paginate2 {
        display: block;
    }
}

@media (max-width: 850px) {
    div.wrapper, #tth-main-menu > .menu-wrapper {
        margin-left: 13px;
        margin-right: 13px;
        width: auto;
    }
}

@media (max-width: 650px) {
    .list_item_gallery .row_item {
        width: 50%;
    }
}

@media (max-width: 430px) {
    .list_item_gallery .row_item {
        width: 100%;
        text-align: center;
    }
}