﻿.transfer-list-view {
    margin: 40px 15px 0px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 5px #e6e6e6;
    overflow: hidden;
}

    .transfer-list-view .transfer-header h5 {
        font-weight: 700;
        line-height: 1.6;
        font-size: 16px;
        color: #333;
    }

    .transfer-list-view .location {
        font-size: 12px !important;
    }

    .transfer-list-view:hover {
        border: 1px solid #F19C4F;
        box-shadow: 0px 0px 5px #F19C4F;
    }

    .transfer-list-view img {
        width: 98% !important;
        padding: 10px !important;
        max-height: 190px !important;
    }

    .transfer-list-view .room-book-box {
        padding: 15px 0px;
        min-height: 100px;
    }

        .transfer-list-view .room-book-box h5 {
            font-size: 16px;
            font-weight: 700;
        }

        .transfer-list-view .room-book-box a {
            font-weight: bold;
            padding: 10px;
            display: inline-block;
            margin-top: 5px;
            border: 2px solid transparent;
            font-size: 16px;
            width: 74%;
        }

    /*.transfer-list-view:hover .room-book-box {
        color: #ffffff;
        background: #00ADEF;
    }*/

    .transfer-list-view:hover .room-book-box a {
        color: #ffffff;
        background: #13c20f;
        transition: 0.5s;
    }


.transfer-col-md-3 {
    width: 25%;
    float: left;
    /*border-left: 1px solid #e6e6e6;*/
}

@media (max-width: 991px) {
    .transfer-list-view img {
        min-height: initial;
    }

    .transfer-col-md-3 {
        width: 100%;
        float: inherit;
    }

    .transfer-list-view .room-book-box {
        width: 100%;
        height: auto;
        padding: 15px 0px;
        float: right;
        border-top: 1px solid #e6e6e6;
    }

    .transfer-list-view img {
        width: 100% !important;
        height: auto !important;
        max-height: initial !important;
    }
}


.transfer-list-view {
    margin: 15px 0px !important;
}

/************************************** Mobile **********************/


.transfer-mobillist-content {
    margin-bottom: 20px;
}

    .transfer-mobillist-content .transferitem {
        font-size: 11px;
        margin-bottom: 5px;
    }


        .transfer-mobillist-content .transferitem .tbitem {
            width: 100%;
        }

        .transfer-mobillist-content .transferitem .header-logo {
            width: 100%;
            overflow: hidden;
            height: 80px;
        }

        .transfer-mobillist-content .transferitem .transferlogo {
            width: 100% !important;
            height: 80px;
        }

        .transfer-mobillist-content .transferitem .title {
            font-size: 13px;
            margin-bottom: 10px;
            font-weight: bold;
            text-align: center;
            height: 34px;
            overflow: hidden;
        }

        .transfer-mobillist-content .transferitem .stars {
            font-size: 9px;
            line-height: 14px;
            background-color: #000000;
            text-align: center;
            padding: 3px 0px;
        }

        .transfer-mobillist-content .transferitem .address {
            font-size: 10px;
            line-height: 14px;
        }

        .transfer-mobillist-content .transferitem .cheapest {
            font-size: 10px;
            text-align: center;
            line-height: 12px;
        }

        .transfer-mobillist-content .transferitem .strikecontent {
            font-size: 11px;
            line-height: 14px;
            text-align: center;
        }

        .transfer-mobillist-content .transferitem .pricecontent {
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 14px;
        }

        .transfer-mobillist-content .transferitem .btn-booking-select {
            font-size: 11px;
            border: 0px;
            border-radius: 0px;
            padding: 3px 8px;
            font-weight: bold;
            width: 100% !important;
            display: inline-block;
            text-align: center;
            background-color: #F7941D !important;
        }

            .transfer-mobillist-content .transferitem .btn-booking-select:hover {
                background-color: #d4821f !important;
            }

        .transfer-mobillist-content .transferitem .btn-legdetail {
            font-size: 12px;
        }

        .transfer-mobillist-content .transferitem .hrline {
            margin: 5px 0px;
        }



/************************************** Mobile End **********************/


.tb-transfer-info {
    font-size: 12px;
}

    .tb-transfer-info .col-fa {
        width: 35px;
    }

        .tb-transfer-info .col-fa .facontent {
            height: 28px;
            width: 28px;
            border-radius: 14px;
            text-align: center;
            line-height: 30px;
            color: #fff;
            font-size: 14px;
        }
