﻿
/*.fullrow {
    width: 100%;
    float: left;
    padding: 20px 0
}

    .fullrow.nopadding {
        padding: 0
    }

.pull-right {
    float: right !important
}

.clear {
    width: 100%;
    font-size: 0;
    height: 0;
    display: block;
    clear: both
}

header {
    background: #fff;
    width: 100%;
    border-bottom: solid 2px #376d72;
    padding-top: 8px;
    z-index: 999
}

    header .logo {
        float: left;
        width: 182px;
        text-align: left
    }

        header .logo a {
            display: block;
            outline: 0
        }

    header .top_nav_wrap {
        width: -webkit-calc(100% - 460px);
        width: -moz-calc(100% - 460px);
        width: -ms-calc(100% - 460px);
        width: -o-calc(100% - 460px);
        width: calc(100% - 460px);
        padding-right: 10px;
        margin-right: 10px
    }

        header .top_nav_wrap:after {
            content: " ";
            height: 50px;
            width: 1px;
            background: rgba(192, 204, 206, .5);
            display: inline-block;
            position: absolute;
            top: 0
        }

        header .top_nav_wrap .top_nav_action {
            float: left;
            width: 100%;
            text-align: right;
            position: relative
        }

            header .top_nav_wrap .top_nav_action ul {
                list-style: none;
                display: inline-block;
                margin-bottom: 0px;
            }

                header .top_nav_wrap .top_nav_action ul li {
                    display: inline-block
                }

                    header .top_nav_wrap .top_nav_action ul li a {
                        padding: 0 4px;
                        font-size: 14px;
                        color: #999;
                        font-weight: 400
                    }

                        header .top_nav_wrap .top_nav_action ul li a:hover {
                            text-decoration: none;
                            color: #222
                        }

                    header .top_nav_wrap .top_nav_action ul li:after {
                        content: '|';
                        margin: 0 4px;
                        color: #ccc
                    }

            header .top_nav_wrap .top_nav_action .drop-down {
                width: 100px;
                height: 25px;
                border: 1px solid #c5d7d7;
                font-size: 13px;
                color: #333;
                margin: 0 16px;
                position: relative;
                z-index: 2;
                float: right
            }

                header .top_nav_wrap .top_nav_action .drop-down select {
                    display: none
                }

                header .top_nav_wrap .top_nav_action .drop-down .button {
                    display: block;
                    width: 100%;
                    padding: 2px 5px
                }

                    header .top_nav_wrap .top_nav_action .drop-down .button span {
                        display: block;
                        width: 100%;
                        background-repeat: no-repeat;
                        background-position: 0 4px;
                        text-align: left;
                        padding-left: 25px;
                        box-sizing: border-box
                    }

                    header .top_nav_wrap .top_nav_action .drop-down .button a.select-list-link {
                        width: 100%;
                        height: 23px;
                        position: absolute;
                        top: 0;
                        right: 0;
                        background: 0 0
                    }

                        header .top_nav_wrap .top_nav_action .drop-down .button a.select-list-link:before {
                            content: '';
                            display: block;
                            width: 20px;
                            height: 23px;
                            background: #e2f2f3;
                            position: absolute;
                            top: 0;
                            right: 0;
                            z-index: 1
                        }

                        header .top_nav_wrap .top_nav_action .drop-down .button a.select-list-link:after {
                            font-family: FontAwesome;
                            color: #376d72;
                            content: '\f0d7';
                            display: block;
                            width: 20px;
                            height: 23px;
                            text-align: center;
                            font-size: 18px;
                            line-height: 23px;
                            position: absolute;
                            top: 0;
                            right: 0;
                            z-index: 2
                        }

                header .top_nav_wrap .top_nav_action .drop-down .select-list {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                    margin-top: 24px;
                    padding: 0;
                    background-color: #595959;
                    list-style: none;
                    width: inherit
                }

                    header .top_nav_wrap .top_nav_action .drop-down .select-list li {
                        display: none;
                        border-bottom: solid 1px #50abb3;
                        cursor: default
                    }

                        header .top_nav_wrap .top_nav_action .drop-down .select-list li:after {
                            display: none
                        }

                        header .top_nav_wrap .top_nav_action .drop-down .select-list li span {
                            display: block;
                            width: inherit;
                            padding: 5px 15px 3px 32px;
                            background-color: #1b95a0;
                            background-position: 5px 9px;
                            background-repeat: no-repeat;
                            font-size: 14px;
                            text-align: left;
                            color: #FFF
                        }

        header .top_nav_wrap nav.main-navigation {
            float: left;
            width: 100%;
            text-align: right
        }

            header .top_nav_wrap nav.main-navigation ul {
                display: block;
                margin: 0;
                padding: 0
            }

                header .top_nav_wrap nav.main-navigation ul li {
                    list-style: none;
                    display: inline-block;
                    position: relative;
                    font-family: Linotte, Roboto, 'Open Sans', sans-serif;
                    font-size: 18px
                }

                    header .top_nav_wrap nav.main-navigation ul li:after {
                        content: "|";
                        font-size: 12px;
                        color: rgba(192, 204, 206, .8);
                        display: inline-block
                    }

                    header .top_nav_wrap nav.main-navigation ul li:last-child:after {
                        display: none
                    }

                    header .top_nav_wrap nav.main-navigation ul li span {
                        display: inline-block;
                        color: #fff;
                        font-size: 12px;
                        line-height: 1;
                        padding: 4px 7px;
                        background: #458b91;
                        border-radius: 50%;
                        position: relative;
                        font-weight: 700;
                        text-shadow: none;
                        -webkit-transition: all .2s ease;
                        -moz-transition: all .2s ease;
                        -o-transition: all .2s ease;
                        -ms-transition: all .2s ease;
                        transition: all .2s ease
                    }

                    .upcomingEvent .eventinfo, header .top_nav_wrap nav.main-navigation ul li a {
                        -webkit-transition: all .2s ease;
                        -moz-transition: all .2s ease;
                        -o-transition: all .2s ease;
                        -ms-transition: all .2s ease
                    }

                    header .top_nav_wrap nav.main-navigation ul li a {
                        padding: 6px 16px 4px;
                        font-size: 18px;
                        line-height: 1.5;
                        color: #458b91;
                        text-decoration: none;
                        display: inline-block;
                        transition: all .2s ease
                    }

                    header .top_nav_wrap nav.main-navigation ul li.active:after, header .top_nav_wrap nav.main-navigation ul li.topnav {
                        display: none
                    }

                    header .top_nav_wrap nav.main-navigation ul li a:hover {
                        background: #376d72;
                        color: #fff;
                        text-shadow: 0 2px 0 #102123
                    }

                        header .top_nav_wrap nav.main-navigation ul li a:hover span {
                            background: #fff;
                            color: #376d72
                        }

                    header .top_nav_wrap nav.main-navigation ul li.active a {
                        background: #376d72;
                        color: #fff;
                        text-shadow: 0 2px 0 #102123
                    }

                        header .top_nav_wrap nav.main-navigation ul li.active a span {
                            background: #fff;
                            color: #376d72
                        }

    header .tfn_wrap {
        width: 250px;
        float: right;
        line-height: 1.1;
        padding-top: 8px
    }

        header .tfn_wrap i {
            width: 50px;
            height: 50px;
            float: left;
            display: block;
            background: url(https://web.archive.org/web/20210815052344im_/https://www.cheapfaremart.com/images/icons.png) no-repeat
        }

        header .tfn_wrap .tfn {
            display: block;
            float: left
        }

            header .tfn_wrap .tfn span {
                display: block;
                font-size: 14px;
                color: #666
            }

            header .tfn_wrap .tfn a {
                display: block;
                text-decoration: none;
                font-size: 26px;
                color: #f60;
                font-weight: 700
            }

    header .menu-toggle {
        display: none;
        font-size: 0;
        border: none;
        width: 28px;
        height: 28px;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 40px;
        z-index: 1
    }

        header .menu-toggle .line-one, header .menu-toggle .line-three, header .menu-toggle .line-two {
            background-color: #376d72;
            backface-visibility: hidden;
            display: block;
            height: 3px;
            margin: 5px auto;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            width: 100%
        }

        header .menu-toggle.on .line-one {
            -moz-transform: rotate(-45deg) translate(-5px, 5px);
            -o-transform: rotate(-45deg) translate(-5px, 5px);
            -webkit-transform: rotate(-45deg) translate(-5px, 5px);
            transform: rotate(-45deg) translate(-5px, 5px)
        }

        header .menu-toggle.on .line-two {
            opacity: 0;
            -moz-opacity: 0;
            filter: alpha(opacity=0)
        }

        header .menu-toggle.on .line-three {
            -moz-transform: rotate(45deg) translate(-6px, -6px);
            -o-transform: rotate(45deg) translate(-6px, -6px);
            -webkit-transform: rotate(45deg) translate(-6px, -6px);
            transform: rotate(45deg) translate(-6px, -6px)
        }*/


.todaydeal {
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
    background: #fff;
    height: 100%;
    max-width: 425px;
    margin: 0 auto;
    float: unset;
}

    .todaydeal .header {
        background: #376d72;
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        padding: 12px 15px;
        text-align: center;
        margin: 0;
        max-height: 140px
    }

    .todaydeal figure {
        width: 100%;
        height: 126px;
        float: left;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

        .todaydeal figure img {
            width: 100%;
            height: auto
        }

    .todaydeal .content {
        background: #fff;
        padding: 0;
        float: left;
        width: 100%
    }

        .todaydeal .content ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

            .todaydeal .content ul li {
                display: table;
                border-bottom: solid 1px #dedede;
                padding: 13px 10px;
                width: 100%
            }

                .todaydeal .content ul li:last-child {
                    border-color: #fff
                }

                .todaydeal .content ul li > div {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle
                }

                .todaydeal .content ul li .f-logo {
                    width: 50px
                }

                .todaydeal .content ul li .f-location {
                    font-size: 14px;
                    font-weight: 600;
                    color: #666
                }

                    .todaydeal .content ul li .f-location span {
                        display: inline-block;
                        text-align: left
                    }

                    .todaydeal .content ul li .f-location small {
                        display: block
                    }


.f-fare {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.todaydeal .f-details {
    padding-left: 5px;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 10px;
    text-align: center;
    position: relative;
}

.todaydeal .content ul li .action {
    width: 56px;
    position: relative
}

    .todaydeal .content ul li .action > .btn {
        padding: 5px 10px;
        color: #fff;
        font-size: 15px;
        font-weight: 400
    }

.todaydeal .content ul li:hover {
    background: #f5f5f5
}

.todaydeal + .todaydeal {
    margin-top: 30px
}

.todaydeal.special {
    overflow: hidden;
    height: 100%
}

    .todaydeal.special .header {
        background: #071753
    }

        .todaydeal.special .header figure {
            height: auto
        }

    .todaydeal.special .owl-carousel, .todaydeal.special .owl-carousel .owl-wrapper-outer, .todaydeal.special .owl-carousel .owl-wrapper-outer .owl-wrapper {
        height: 100%
    }

    .todaydeal.special .owl-item {
        float: left;
        padding: 0;
        height: 100%;
    }

        .todaydeal.special .owl-item .item {
            width: 100%;
            height: 100%;
            overflow: hidden
        }

            .todaydeal.special .owl-item .item .offerdeal {
                height: 100%;
                float: left;
                width: 100%;
                position: relative;
            }

                .todaydeal.special .owl-item .item .offerdeal figure {
                    height: 100%;
                    height: calc(100% - 112px);
                    position: relative;
                    z-index: 1
                }

                .todaydeal.special .owl-item .item .offerdeal .content {
                    position: absolute;
                    left: 0;
                    bottom: 0px;
                    min-height: 112px;
                    z-index: 9
                }

                    .todaydeal.special .owl-item .item .offerdeal .content .bookingDrop {
                        top: unset;
                        bottom: 0px;
                    }

                        .todaydeal.special .owl-item .item .offerdeal .content .bookingDrop:before {
                            display: none
                        }

            .todaydeal.special .owl-item .item.subscribefrm {
                background: #0161ab;
                width: 100%;
                padding: 30px;
            }

                .todaydeal.special .owl-item .item.subscribefrm h4 {
                    color: #fff;
                    line-height: 38px
                }

                .todaydeal.special .owl-item .item.subscribefrm figure {
                    height: 165px;
                    min-height: 165px;
                    text-align: center;
                }

                    .todaydeal.special .owl-item .item.subscribefrm figure img {
                        width: auto;
                        height: auto;
                    }

                .todaydeal.special .owl-item .item.subscribefrm form {
                    width: 100%;
                    float: left;
                }

                    .todaydeal.special .owl-item .item.subscribefrm form input, .todaydeal.special .owl-item .item.subscribefrm form button {
                        width: 100%;
                        height: 50px;
                        margin-bottom: 15px;
                    }

                    .todaydeal.special .owl-item .item.subscribefrm form input {
                        padding: 4px 10px
                    }

                    .todaydeal.special .owl-item .item.subscribefrm form button {
                        background: #f60;
                        border: none;
                        cursor: pointer;
                        text-align: center;
                        vertical-align: middle;
                        color: #fff;
                        font-size: 18px;
                    }

            .todaydeal.special .owl-item .item figure {
                width: 100%;
                height: 100%;
                min-height: 480px;
                float: left;
                margin: 0;
                padding: 0;
                font-size: 0;
                line-height: 0;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center top
            }

    .todaydeal.special .owl-pagination {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 50px;
        padding-top: 16px;
        background: rgba(0, 0, 0, .4);
        display: block;
        text-align: center
    }

        .todaydeal.special .owl-pagination .owl-page {
            width: 16px;
            height: 16px;
            background: #fff;
            display: inline-block;
            margin: 0 4px;
            border-radius: 50%
        }

            .todaydeal.special .owl-pagination .owl-page.active {
                background: #f70
            }


.todaydeal .content ul li .f-fare {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    left: 0;
}


.todaydeal.fullrow.nopadding {
    background-color: #edf2fa;
    margin-top: 10px;
}
.todaydeal a{
    text-decoration:none;
}
.todaydeal a:hover {
    text-decoration: underline;
}

.img-footer-div {
    background-color: #edf2fa;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.img-footer-div .img-footer-title {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    font-weight: 900;
    color: #ff6600;
    border: 3px dashed #20595e;
    width: 83%;
    z-index: 1;
}

    .img-footer-div .tooltips {
        font-size: 13px;
        position: absolute;
        z-index: 2;
        top: -28px;
        right: 120px;
        background: green;
        padding: 4px 8px;
        color: #fff;
        border-radius: 7px;
        white-space: nowrap;
    }

.promo_destin_pages {
    font-size: 14px;
    color: #333;
}

    .promo_destin_pages h2 {
        font-size: 1.5rem;
        line-height: normal;
    }

    .promo_destin_pages h3 {
        font-size: 1.5rem;
        line-height: normal;
    }
    .promo_destin_pages p{
        font-size:0.875rem;
    }


.coupon-expired {
    background: #ff6600;
    color: #fff;
    font-size: 13px;
    border-radius: 13%;
    padding: 0 3px 2px 3px;
    margin-top: 3px;
    position: absolute;
    box-shadow: 3px 0 11px 4px #ff6600;
}

.coupon-expired-header {
    background: #ff6600;
    color: #fff;
    font-size: 12px;
    border-bottom-left-radius: 12%;
    position: absolute;
    padding: 5px 5px 3px 7px;
    font-weight: 600;
    right: 15px;
    top: 10px;
}


.todaydeal .promo-details-popup {
    display: none;
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 1050;
    width: 410px;
    margin-top: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    border-radius: 6px;
}

    .todaydeal .promo-details-popup:before {
        font-family: fontawesome;
        content: "\f0d8";
        position: absolute;
        top: -23px;
        left: 88%;
        font-size: 27px;
        color: #fff;
        text-shadow: 0 -2px 0 #005c81;
    }

.todaydeal .tooltip-promo-close {
    background: none;
    border: none;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 900px) {
    .coupon-expired-header {
        font-size: 10px;
        position: absolute;
        padding: 3px 2px 2px 3px;
    }
}

.promo-text {
    font-style: normal;
    font-size: 12px;
}
/*-------------------------------------------------------------------------------------------------------------*/
