﻿.depositBox {
    margin-top: 30px !important;
}

.containerImage {
    position: relative;
    width: 100%;
}

    .containerImage::before {
        opacity: 0.9;
        background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
        transition: opacity .3s;
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        content: "";
        z-index: 9;
    }

    .containerImage img {
        border-radius: 7px 7px 0 0
    }

.containerinfo {
    padding: 20px
}

    .containerinfo h3 {
        margin-top: 0;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px
    }

.listing-address {
    display: block;
    position: relative;
    line-height: 22px;
    color: #666666
}

    .listing-address .box-svgicon {
        width: 1.5rem;
        height: 1.5rem;
    }

        .listing-address .box-svgicon svg {
            width: 1.3rem;
            height: 1.3rem;
        }

.listing-price {
    font-size: 23px
}

.listing-price-befor {
    font-size: 15px;
    color: #bbb;
    text-decoration: line-through;
    margin-right: 5px
}


.dash {
    border: 1px solid red;
    width: 120px;
    height: 0px;
}


.listing-media-box {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: auto;
    text-align: right;
    color: #fff;
    z-index: 10
}

    .listing-media-box .image-count, .listing-media-box .video-count {
        display: inline-block;
        background: rgba(0,0,0,0.25);
        padding: 2px 10px;
        border-radius: 5px
    }

        .listing-media-box .image-count .box-svgicon, .listing-media-box .video-count .box-svgicon {
            width: 1.2rem;
            height: 1.2rem;
        }

            .listing-media-box .image-count .box-svgicon svg, .listing-media-box .video-count .box-svgicon svg {
                width: 1rem;
                height: 1rem;
            }

.deposit-row ul.listing-details {
    margin-bottom: 0;
    margin-top: 10px
}

ul.listing-details {
    list-style: none;
    display: block;
    width: auto;
    padding: 0;
    margin-top: 15px
}

    ul.listing-details li {
        width: auto;
        box-sizing: border-box;
        margin: 0;
        color: #666;
        padding: 5px 8px;
        display: inline-block;
        line-height: 26px;
        font-weight: normal;
        float: left;
        background: #f0f0f0;
        border-radius: 5px;
        margin-right: 10px
    }

        ul.listing-details li strong {
            color: #000
        }

        ul.listing-details li .box-svgicon {
            width: 1.5rem;
            height: 1.5rem;
        }

            ul.listing-details li .box-svgicon svg {
                width: 1.3rem;
                height: 1.3rem;
            }

.listing-footer {
    color: #333;
    line-height: 100%;
    padding-top: 20px;
    border-top: 1px #e6e6e6 solid
}

    .listing-footer span.advisor-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
        display: inline-block;
        font-weight: 600
    }

        .listing-footer span.advisor-name small {
            color: #666;
            font-weight: 400
        }

    .listing-footer span.deposit-id {
        float: right;
    }

.deposit-row .listing-footer {
    padding: 20px;
}

.upContainer {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 0;
    transition: all 0.5s
}

    .upContainer:hover {
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    }

.deposit-row .upContainer {
    border-bottom: 2px solid #e4002b
}

.deposit-row-img {
    width: 175px;
    float: left;
    margin-right: 20px;
    position: relative
}

    .deposit-row-img img {
        max-width: 100%;
        height: 130px;
        border-radius: 7px 0 0 0;
    }

    .deposit-row-img .listing-media-box {
        right: 10px;
        bottom: 10px;
    }

        .deposit-row-img .listing-media-box .image-count, .deposit-row-img .listing-media-box .video-count {
            background: rgba(0,0,0,0.35);
        }


.deposit-row-info {
    padding: 20px
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 250px;
    transition: .5s ease;
}

.middle {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    padding: 10px 20px;
    z-index: 10
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #ED3237;
    margin-top: 20px;
}

.Facitly {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-top: 15px;
}

    .Facitly .searchlist-item {
        margin-right: 15px;
    }

.btnbox {
    text-align: right !important;
    width: 100%;
    margin-top: 15px;
}

.btnDet {
    background-color: #ED3237;
    color: white;
    padding: 8px 6px 8px 6px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

    .btnDet:hover {
        background-color: #f5565b;
        color: white;
        padding: 8px 6px 8px 6px;
        width: 100px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

    .btnDet:visited {
        background-color: #ED3237;
        color: white;
        padding: 8px 6px 8px 6px;
        width: 100px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }



/*-------------------------------------------------------*/
.deposit-row-info {
    color: #333;
    padding: 20px 20px 5px
}

.imageRow {
    width: 220px;
    height: 200px;
    /*border-bottom: 2px solid #ED3237;*/
}

.titleRow {
    margin-top: 5px;
    color: #000;
    font-size: 15px;
    font-weight: 500
}

.code {
    margin-top: 13px;
    margin-bottom: 10px;
    font-weight: normal
}

.btnRow {
    width: 100%;
    text-align: right;
}

.priceRow {
    font-size: 22px;
    font-weight: normal;
}

.deposit-row-info .searchlist-item i {
    font-size: 12pt
}

.deposit-row-info ul.listing-details {
    background-color: #f7f7f7;
    list-style: none;
    margin: 10px -20px 0;
    display: block;
    width: auto;
    padding: 10px 0;
    height: 45px;
}

.deposit-row-info li.searchlist-item {
    width: auto;
    padding: 0 20px 0 0
}

/* Video List */
.video-listing-item .video-listing-price {
    float: right
}

.video-listing-item .video-listing-address {
    display: inline-block;
    position: relative;
    line-height: 22px;
    color: #fff;
}

.video-listing-item .video-listing-type {
    background: rgba(0,0,0,0.45);
    border-radius: 4px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 35px;
    padding: 2px 6px;
    z-index: 11
}

.video-listing-item .containerImage img {
    border-radius: 3px;
}

.video-listing-item .containerImage::before {
    border-radius: 0 0 3px 3px;
}

.video-listing-item .video-listing-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    margin: -28px 0 0 -28px;
    color: #fff;
    opacity: 0.75;
    transition: ease-in 0.5s, ease-out 0.2s
}

.video-listing-item:hover .video-listing-play {
    opacity: 1
}

@media (max-width: 767px) {
    .containerinfo {
        padding: 10px
    }
}
