﻿.premium-ad-blk {
    position: relative;
    margin: 0 0 25px 0;
    padding: 15px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
}

    .premium-ad-blk .info-icon {
        position: absolute;
        left: -3px;
        top: 118px;
        border: solid 1px #e4e4e4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #fff;
        display: block;
    }

        .premium-ad-blk .info-icon a {
            font-size: 16px;
            color: #3f8612;
            font-family: flaticon;
            padding: 2px;
            display: block;
        }

        .premium-ad-blk .info-icon .info-details {
            display: none;
            position: absolute;
            background: #fff;
            border: 1px solid #e4e4e4;
            z-index: 1000;
            padding: 10px;
            right: -200px;
            top: -34px;
            width: 200px;
            font-size: 12px;
            color: #666;
            -webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
            -moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
            box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
        }

            .premium-ad-blk .info-icon .info-details b {
                color: #333;
                margin: 0 0 3px 0;
                border-bottom: dashed 1px #bbb;
                display: block;
                padding: 0 0 2px 0;
            }

        .premium-ad-blk .info-icon:hover .info-details {
            display: block;
        }

        .premium-ad-blk .info-icon .info-details p {
            margin: 0px;
        }

        .premium-ad-blk .info-icon .info-details:after, .premium-ad-blk .info-icon .info-details:before {
            right: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .premium-ad-blk .info-icon .info-details:after {
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #fff;
            border-width: 5px;
            margin-top: -5px;
        }

        .premium-ad-blk .info-icon .info-details:before {
            border-color: rgba(187, 187, 187, 0);
            border-right-color: #bbb;
            border-width: 6px;
            margin-top: -6px;
        }

    .premium-ad-blk .titletxt, .other-premium-ad-blk .titletxt {
        margin: 0px;
        padding: 15px 0 0 20px;
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0.5px;
        text-align: left;
        float: left;
    }

    .premium-ad-blk .other-city {
        position: relative;
        padding: 0 0 5px 20px;
    }

        .premium-ad-blk .other-city input[type=checkbox] {
            position: absolute;
            visibility: hidden;
        }

        .premium-ad-blk .other-city label {
            display: inline-block;
            position: relative;
            font-weight: 300;
            font-size: 13px;
            padding: 0px 25px 5px 20px;
            margin: 0 auto;
            height: auto;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
            pointer-events: auto;
            top: 3px;
            color: #666;
            left: 0px;
        }

        .premium-ad-blk .other-city:hover label {
            color: #666;
        }

        .premium-ad-blk .other-city .check {
            display: block;
            position: absolute;
            border: 1px solid #aaa;
            height: 15px;
            width: 15px;
            top: 5px;
            left: 20px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }

        .premium-ad-blk .other-city:hover .check {
            border: 1px solid #333;
        }

        .premium-ad-blk .other-city .check::before {
            display: block;
            font-family: flaticon;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 10px;
            width: 10px;
            top: 2px;
            left: 2px;
            font-size: 8px;
            color: #5bc199;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

        .premium-ad-blk .other-city input[type=checkbox]:checked ~ .check {
            border: 1px solid #5bc199;
            background-color: #5bc199;
        }

            .premium-ad-blk .other-city input[type=checkbox]:checked ~ .check::before {
                content: "\f11a";
                font-family: 'flaticon';
                color: #fff;
            }

        .premium-ad-blk .other-city input[type=checkbox]:checked ~ label {
            color: #5bc199;
        }

        .premium-ad-blk .other-city input[type="checkbox"]:not(:checked) + label:before, .premium-ad-blk .other-city input[type="checkbox"]:checked + label:before {
            opacity: 0;
            border: #fff;
        }

        .premium-ad-blk .other-city input[type="checkbox"]:checked + label:before, .premium-ad-blk .other-city input[type="checkbox"]:checked + label:before, .premium-ad-blk .other-city input[type="checkbox"] + label:hover:before, .premium-ad-blk .other-city input[type="radio"] + label:hover:before {
            display: none;
        }

        .premium-ad-blk .other-city input[type="checkbox"]:checked + label:after, .premium-ad-blk .other-city input[type="checkbox"]:checked + label:after {
            opacity: 0;
            border: #fff;
        }

    .premium-ad-blk .switch-view {
        padding: 20px 20px 10px 0;
        float: right;
    }

        .premium-ad-blk .switch-view a {
            font-size: 14px;
            color: #30a4ea;
            display: block;
            line-height: 20px;
        }

            .premium-ad-blk .switch-view a i {
                margin: 1px 1px 0 0;
                color: #adadad;
                font-size: 16px;
            }

    .premium-ad-blk .owl-carousel .owl-item {
        float: left;
    }

        .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk {
            padding: 0 10px;
            margin: 10px;
        }

            .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul {
                margin: 0px;
            }

                .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li {
                    background-color: #fff;
                    margin: 0 0 15px 0;
                    list-style: none;
                    border-right: solid 1px #dbdbdb;
                    border-bottom: solid 1px #dbdbdb;
                }

                    .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li figure {
                        width: 85px;
                        height: 85px;
                        margin: 0 10px 0 0;
                        float: left;
                    }

                        .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li figure img {
                            width: 85px;
                            height: 85px;
                        }

                    .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer {
                        width: calc(100% - 95px);
                        float: right;
                    }

                        .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer .title-txt {
                            font-family: robotoregular;
                            font-weight: 600;
                            font-size: 14px;
                            line-height: 18px;
                            color: #000;
                            padding: 5px 10px 3px 0;
                        }

                            .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer .title-txt a {
                                color: #000;
                            }

                        .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer ul {
                            margin: 5px 0 0 0;
                            padding: 0px;
                        }

                            .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer ul li {
                                margin: 0 5px 0 0;
                                padding: 0px;
                                border-right: none;
                                border-bottom: none;
                                float: none;
                                color: #777;
                                font-size: 13px;
                                float: left;
                            }

                                .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer ul li i {
                                    font-family: flaticon;
                                    font-size: 14px;
                                }

                                .premium-ad-blk .owl-carousel .owl-item .item .premium-listing-blk ul li .content-outer ul li a {
                                    color: #777;
                                }
