body {
    color: #222;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    body.noScroll {
        height: 100vh;
        overflow: hidden;
    }

input, select, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
        /* to ie 10 */
    }

    input:focus, input[type="radio"]:focus, input[type="checkbox"]:focus,
    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active:focus, .btn.active.focus,
    a:focus, a:active:focus {
        outline: none;
        outline-offset: 0;
        outline-color: transparent;
    }

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: underline;
}

a {
    color: #003d84;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover, a:focus {
        color: #179bd7;
    }

.w-100 {
    width: 100% !important;
}

.width-full, .header, .main {
    width: 100%;
    float: left;
}

ul.disc {
    padding-left: 40px;
}

    ul.disc li {
        list-style: disc;
    }

ul li {
    list-style: none;
}

.clearfix {
    clear: both;
}

.wrapper {
    margin: 0 auto;
    width: 1170px;
}

.max-width-100 {
    max-width: 100%;
}

.row3 {
    margin-left: -3px;
    margin-right: -3px;
}

.row5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row7 {
    margin-left: -7px;
    margin-right: -7px;
}

.row10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row12 {
    margin-left: -12px;
    margin-right: -12px;
}

.mTB0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mTB5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mTB10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mTB15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mTB20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mTB30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mTB45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mTop45 {
    margin-top: 45px !important;
}

.mTop30 {
    margin-top: 30px !important;
}

.mTop25 {
    margin-top: 25px !important;
}

.mTop20 {
    margin-top: 20px !important;
}

.mTop15 {
    margin-top: 15px !important;
}

.mTop10 {
    margin-top: 10px !important;
}

.mTop5 {
    margin-top: 5px !important;
}

.mTop0 {
    margin-top: 0 !important;
}

.mBottom45 {
    margin-bottom: 45px !important;
}

.mBottom30 {
    margin-bottom: 30px !important;
}

.mBottom25 {
    margin-bottom: 25px !important;
}

.mBottom20 {
    margin-bottom: 20px !important;
}

.mBottom15 {
    margin-bottom: 15px !important;
}

.mBottom10 {
    margin-bottom: 10px !important;
}

.mBottom5 {
    margin-bottom: 5px !important;
}

.mBottom0 {
    margin-bottom: 0 !important;
}

.mRight20 {
    margin-right: 20px !important;
}

.mRight15 {
    margin-right: 15px !important;
}

.mRight10 {
    margin-right: 10px !important;
}

.mRight7 {
    margin-right: 7px !important;
}

.mRight5 {
    margin-right: 5px !important;
}

.mRight3 {
    margin-right: 3px !important;
}

.mLeft20 {
    margin-left: 20px !important;
}

.mLeft15 {
    margin-left: 15px !important;
}

.mLeft10 {
    margin-left: 10px !important;
}

.mLeft7 {
    margin-left: 7px !important;
}

.mLeft5 {
    margin-left: 5px !important;
}

.mLeft3 {
    margin-left: 3px !important;
}

.mLR0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.pLR0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pTB10 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pTB20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pTB15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pTB30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pTB60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.padding9 {
    padding: 9px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding15 {
    padding: 15px !important;
}

.pTop15 {
    padding-top: 15px !important;
}

.pBottom15 {
    padding-bottom: 15px !important;
}

.pLeft15 {
    padding-left: 15px !important;
}

.pRight15 {
    padding-right: 15px !important;
}

.removeSelect::after {
    display: none;
}

.relative {
    position: relative;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.flex, .accordion-header strong, #searchResult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.flex-wrap, #searchResult {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.space-around {
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.hl-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vl-center, .accordion-header strong {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.align-flex-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.selectBoxArrow {
    position: relative;
}

    .selectBoxArrow::after {
        content: '';
        top: 15px;
        right: 15px;
        width: 10px;
        height: 9px;
        position: absolute;
        background-image: url("../../img/selectboxarrow.png");
        background-repeat: no-repeat;
        background-position: center center;
    }

.bg-white {
    background-color: #fff !important;
}

.text-white, .iphone-fix {
    color: #fff !important;
}

.text-black {
    color: #222 !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs34 {
    font-size: 34px !important;
}

.fs44 {
    font-size: 44px !important;
}

.fs50 {
    font-size: 50px !important;
}

.light {
    font-weight: 300 !important;
}

.normal {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.solid {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.text-decoration {
    text-decoration: none;
}

    .text-decoration:hover, .text-decoration:focus {
        text-decoration: none;
    }

.old-price {
    text-decoration: line-through;
}

.img-hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.img-hover:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
}

.display_991, .display_767, .display_640, .display_540, .display_480 {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    width: 1px;
    height: 1px;
    left: -1000px;
    z-index: -1000;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
}

.scrollBarFix::-webkit-scrollbar-track {
    width: 0;
    height: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

.scrollBarFix::-webkit-scrollbar {
    width: 0;
    height: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

.scrollBarFix::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
}

#mp-menu .shopping {
    background-color: #6a401c;
}

    #mp-menu .shopping .shopping-icon {
        width: 28px;
        height: 28px;
        margin-bottom: -9px;
        display: inline-block;
        background: url("../../img/shopping-cart.png") no-repeat center;
    }

    #mp-menu .shopping span {
        color: #fff;
        line-height: 18px;
        margin-left: 10px;
        letter-spacing: 1px;
        display: inline-block;
    }

.menuTitle {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    margin: 15px 0 5px;
}

ul.language {
    float: left;
    width: 100%;
    text-align: center;
}

    ul.language li {
        margin: 0 0 0 0;
        position: relative;
        display: inline-block;
    }

        ul.language li:first-child {
            margin-right: 20px;
            padding-right: 20px;
        }

            ul.language li:first-child::after {
                content: '';
                top: 4px;
                right: 0;
                width: 1px;
                height: 18px;
                position: absolute;
                background-color: #636363;
            }

        ul.language li a {
            display: block;
            padding: 3px 0;
            color: #fff;
            font-size: 16px;
            line-height: 23px;
            font-weight: normal;
            white-space: nowrap;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        ul.language li img {
            float: left;
            width: 19px;
            height: 14px;
            margin: 4px 4px 4px 0;
            background-repeat: no-repeat;
            background-position: center center;
        }

.whatsappicon {
    left: 10px;
    bottom: 15px;
    position: fixed;
    z-index: 9999999999;
}

.header {
    margin-bottom: 30px;
    position: relative;
}

.top-bar {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 102px;
    padding: 10px 0;
    position: absolute;
    background-color: rgba(6, 7, 51, 0.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.logo {
    float: left;
    width: 157px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

    .logo img {
        float: left;
        width: 100%;
        height: 81px;
        background-image: url("../../img/logo.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        -webkit-filter: brightness(0) invert(1);
        -moz-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
        -o-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    float: left;
    width: 100%;
    height: calc(100vh - 150px) !important;
}

    .rev_slider_wrapper .rev-btn .revBtn {
        display: inline-block;
        margin: 0;
        padding: 12px 70px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        border: 2px solid #fff;
        background-color: transparent;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

        .rev_slider_wrapper .rev-btn .revBtn:hover {
            border-color: #080223;
            background: #080223;
            color: #fff;
        }

.topRight {
    float: left;
    padding: 2px 0;
    width: calc(100% - 157px);
}

#sys_btn_toogle_menu, #support, #location {
    width: 45px;
    height: 59px;
    float: right;
    padding: 10px 0 0;
    text-align: center;
    margin: 9px 5px 9px 0;
    text-decoration: none;
    background-color: #2f59a8;
    cursor: pointer;
    display: none;
}

    #sys_btn_toogle_menu i, #support i, #location i {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 27px;
        line-height: 20px;
    }

    #sys_btn_toogle_menu span, #support span, #location span {
        width: 100%;
        float: left;
        color: #fff;
        margin: 4px 0 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
    }

#sys_btn_toogle_menu {
    margin-right: 0;
}

.topLanguage {
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.64);
}

    .topLanguage:hover, .topLanguage:focus {
        text-decoration: none;
    }

#favoriteList {
    float: right;
}

    #favoriteList .dropdown-toggle {
        border: 0;
        outline: 0;
        width: 100%;
        float: left;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 21px;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        border-right: 1px solid rgba(255, 255, 255, 0.37);
        border-bottom: 1px solid rgba(255, 255, 255, 0.64);
        background: none;
    }

    #favoriteList ul {
        border: 1px solid #ddd;
        background: #FFF;
        padding: 9px 0 0;
        width: 270px;
        left: auto;
        top: 47px;
        right: 0;
    }

        #favoriteList ul::before {
            content: '';
            top: -10px;
            right: 9px;
            z-index: 3;
            position: absolute;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 10px solid #ffffff;
        }

        #favoriteList ul::after {
            content: '';
            top: -12px;
            right: 8px;
            z-index: 2;
            position: absolute;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 12px solid #dddddd;
        }

        #favoriteList ul li {
            float: left;
            width: 100%;
            margin-bottom: 9px;
            padding: 0 9px 9px;
            border-bottom: 1px solid #d5d5d5;
        }

            #favoriteList ul li:last-child {
                padding-bottom: 0;
                border-bottom: none;
            }

            #favoriteList ul li.entry a {
                float: left;
                padding: 0 0;
                width: calc(100% - 30px);
            }

                #favoriteList ul li.entry a:hover, #favoriteList ul li.entry a:focus {
                    background: none;
                    background-color: #fff;
                }

            #favoriteList ul li.entry img {
                float: left;
                width: 86px;
                height: 76px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
            }

            #favoriteList ul li.entry .desc {
                float: left;
                height: 76px;
                padding-left: 9px;
                width: calc(100% - 86px);
            }

                #favoriteList ul li.entry .desc .title {
                    font-size: 15px;
                    font-weight: 600;
                    line-height: 18px;
                    white-space: initial;
                }

                #favoriteList ul li.entry .desc .price {
                    font-size: 15px;
                    color: #e91e63;
                    font-weight: 500;
                    white-space: initial;
                }

            #favoriteList ul li.entry .favoriDel {
                float: right;
                width: 25px;
                height: 25px;
                border: none;
                outline: none;
                cursor: pointer;
                margin-top: 5px;
                background: none;
                position: relative;
            }

                #favoriteList ul li.entry .favoriDel::after, #favoriteList ul li.entry .favoriDel::before {
                    content: '';
                    top: 50%;
                    left: 50%;
                    width: 18px;
                    height: 2px;
                    position: absolute;
                    display: inline-block;
                    margin: -1px 0 0 -8px;
                    background: rgba(0, 0, 0, 0.45);
                    -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
                    -webkit-transition: -webkit-transform .1s ease;
                    transition: -webkit-transform .1s ease;
                    transition: transform .1s ease;
                    transition: transform .1s ease, -webkit-transform .1s ease;
                }

                #favoriteList ul li.entry .favoriDel::before {
                    -webkit-transform: rotate3d(0, 0, 1, 45deg);
                    transform: rotate3d(0, 0, 1, 45deg);
                }

                #favoriteList ul li.entry .favoriDel::after {
                    -webkit-transform: rotate3d(0, 0, 1, -45deg);
                    transform: rotate3d(0, 0, 1, -45deg);
                }

            #favoriteList ul li.summary .subtotal, #favoriteList ul li.summary .price-s {
                float: left;
                color: #222;
                font-size: 18px;
                font-weight: 600;
                text-transform: uppercase;
            }

            #favoriteList ul li.summary .price-s {
                float: right;
                font-weight: 600;
                color: #e91e63;
            }

            #favoriteList ul li.actionButtons a {
                width: 48%;
                float: left;
                clear: inherit;
                font-size: 12px;
                margin-top: 9px;
                font-weight: 600;
                padding: 10px 7px;
                text-align: center;
                text-transform: uppercase;
            }

                #favoriteList ul li.actionButtons a.action1 {
                    border: 1px solid #f0f0f0;
                    background: #f0f0f0;
                    margin-right: 2%;
                    color: #333;
                }

                #favoriteList ul li.actionButtons a.action2 {
                    background: #00be93;
                    position: relative;
                    margin-left: 2%;
                    color: #fff;
                }






#navbarBasket {
    float: right;
}

    #navbarBasket .dropdown-toggle {
        border: 0;
        outline: 0;
        width: 100%;
        float: left;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 21px;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        border-right: 1px solid rgba(255, 255, 255, 0.37);
        border-bottom: 1px solid rgba(255, 255, 255, 0.64);
        background: none;
    }

    #navbarBasket ul {
        border: 1px solid #ddd;
        background: #FFF;
        padding: 9px 0 0;
        width: 270px;
        left: auto;
        top: 47px;
        right: 0;
    }

        #navbarBasket ul::before {
            content: '';
            top: -10px;
            right: 9px;
            z-index: 3;
            position: absolute;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 10px solid #ffffff;
        }

        #navbarBasket ul::after {
            content: '';
            top: -12px;
            right: 8px;
            z-index: 2;
            position: absolute;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 12px solid #dddddd;
        }

        #navbarBasket ul li {
            float: left;
            width: 100%;
            margin-bottom: 9px;
            padding: 0 9px 9px;
            border-bottom: 1px solid #d5d5d5;
        }

            #navbarBasket ul li:last-child {
                padding-bottom: 0;
                border-bottom: none;
            }

            #navbarBasket ul li.entry a {
                float: left;
                padding: 0 0;
                width: calc(100% - 30px);
            }

                #navbarBasket ul li.entry a:hover, #navbarBasket ul li.entry a:focus {
                    background: none;
                    background-color: #fff;
                }

            #navbarBasket ul li.entry img {
                float: left;
                width: 86px;
                height: 76px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
            }

            #navbarBasket ul li.entry .desc {
                float: left;
                height: 76px;
                padding-left: 9px;
                width: calc(100% - 86px);
            }

                #navbarBasket ul li.entry .desc .title {
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 18px;
                    white-space: initial;
                    margin: 0px;
                    height: 55px;
                    overflow: hidden;
                    float: left;
                    width: 100%;
                }

                #navbarBasket ul li.entry .desc .price {
                    font-size: 15px;
                    color: #e91e63;
                    font-weight: 500;
                    white-space: initial;
                }

            #navbarBasket ul li.entry .favoriDel {
                float: right;
                width: 25px;
                height: 25px;
                border: none;
                outline: none;
                cursor: pointer;
                margin-top: 5px;
                background: none;
                position: relative;
            }

                #navbarBasket ul li.entry .favoriDel::after, #navbarBasket ul li.entry .favoriDel::before {
                    content: '';
                    top: 50%;
                    left: 50%;
                    width: 18px;
                    height: 2px;
                    position: absolute;
                    display: inline-block;
                    margin: -1px 0 0 -8px;
                    background: rgba(0, 0, 0, 0.45);
                    -webkit-transform-origin: 50% 50%;
                    transform-origin: 50% 50%;
                    -webkit-transition: -webkit-transform .1s ease;
                    transition: -webkit-transform .1s ease;
                    transition: transform .1s ease;
                    transition: transform .1s ease, -webkit-transform .1s ease;
                }

                #navbarBasket ul li.entry .favoriDel::before {
                    -webkit-transform: rotate3d(0, 0, 1, 45deg);
                    transform: rotate3d(0, 0, 1, 45deg);
                }

                #navbarBasket ul li.entry .favoriDel::after {
                    -webkit-transform: rotate3d(0, 0, 1, -45deg);
                    transform: rotate3d(0, 0, 1, -45deg);
                }

            #navbarBasket ul li.summary .subtotal, #navbarBasket ul li.summary .price-s {
                float: left;
                color: #222;
                font-size: 18px;
                font-weight: 600;
                text-transform: uppercase;
            }

            #navbarBasket ul li.summary .price-s {
                float: right;
                font-weight: 600;
                color: #e91e63;
            }

            #navbarBasket ul li.actionButtons a {
                width: 48%;
                float: left;
                clear: inherit;
                font-size: 12px;
                margin-top: 9px;
                font-weight: 600;
                padding: 10px 7px;
                text-align: center;
                text-transform: uppercase;
            }

                #navbarBasket ul li.actionButtons a.action1 {
                    border: 1px solid #f0f0f0;
                    background: #f0f0f0;
                    margin-right: 2%;
                    color: #333;
                }

                #navbarBasket ul li.actionButtons a.action2 {
                    background: #00be93;
                    position: relative;
                    margin-left: 2%;
                    color: #fff;
                }




ul.topMenu {
    float: right;
    margin-bottom: 0;
}

    ul.topMenu li {
        float: left;
    }

        ul.topMenu li a {
            width: 100%;
            float: left;
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            line-height: 21px;
            padding: 5px 10px;
            text-align: center;
            text-decoration: none;
            border-right: 1px solid rgba(255, 255, 255, 0.37);
            border-bottom: 1px solid rgba(255, 255, 255, 0.64);
        }

ul.navMenu {
    clear: both;
    float: right;
    margin: 10px 0 5px;
}

    ul.navMenu > li {
        float: left;
    }

        ul.navMenu > li:first-child a {
            border-left: 0;
        }

        ul.navMenu > li > a {
            width: 100%;
            float: left;
            font-size: 16px;
            color: #efdb76;
            font-weight: 600;
            line-height: 21px;
            padding: 5px 12px;
            text-align: center;
            text-decoration: none;
            border-left: 1px solid rgba(255, 255, 255, 0.37);
        }

.subMenu {
    top: 93px;
    left: 15px;
    z-index: 1000;
    display: none;
    padding: 15px 0;
    border-radius: 0;
    position: absolute;
    width: calc(100% - 30px);
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .subMenu ul {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .subMenu ul li {
            margin-bottom: 15px;
        }

            .subMenu ul li img {
                float: left;
                width: 100%;
                height: 155px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
            }

            .subMenu ul li strong {
                float: left;
                width: 100%;
                margin: 5px 0;
                font-size: 17px;
                color: #113271;
                text-align: left;
            }

    .subMenu .viewAllBtn {
        display: table;
        color: white;
        font-weight: 500;
        padding: 8px 15px;
        margin: 10px auto 0;
        text-decoration: none;
        background-color: #113271;
    }

.main.airportTransfer {
    padding: 30px 0;
    margin-top: -30px;
    background: url("../../img/transfer.jpg") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.pageTitle {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

    .pageTitle::before {
        content: '';
        left: 50%;
        bottom: 0;
        height: 4px;
        width: 120px;
        position: absolute;
        background-color: #e2e2e2;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .pageTitle .title {
        float: left;
        width: 100%;
        color: #474d4b;
        font-weight: 700;
        margin-bottom: 7px;
        font-size: 2.143em;
        letter-spacing: 2px;
    }

    .pageTitle .subTitle {
        float: left;
        width: 100%;
        font-weight: 300;
        line-height: 1.25;
        font-style: italic;
        margin-bottom: 30px;
        font-size: 2.142857em;
        letter-spacing: .04em;
    }

.populerTourSection {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.populer-item {
    padding: 0 15px;
    max-width: 33.333%;
    width: 33.333%;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .populer-item .img {
        float: left;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 0;
        background-color: #000;
    }

        .populer-item .img img {
            float: left;
            width: 100%;
            height: 250px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            -webkit-transition: opacity .35s, transform .35s;
            -webkit-transition: opacity .35s, -webkit-transform .35s;
            transition: opacity .35s, -webkit-transform .35s;
            transition: opacity .35s, transform .35s;
            transition: opacity .35s, transform .35s, -webkit-transform .35s;
        }

        .populer-item .img .price {
            right: 0;
            top: 15px;
            z-index: 2;
            color: #fff;
            font-size: 16px;
            line-height: 15px;
            padding: 8px 14px;
            position: absolute;
            letter-spacing: .02em;
            background-color: #da0095;
            border-radius: 4px 0 0 4px;
        }

    .populer-item .shadow {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        color: #fff;
        text-align: left;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transition: opacity .35s, transform .35s;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        transition: opacity .35s, transform .35s, -webkit-transform .35s;
    }

        .populer-item .shadow .star-rating {
            top: 15px;
            left: 15px;
            position: absolute;
        }

        .populer-item .shadow .info-footer {
            left: 15px;
            right: 15px;
            bottom: 15px;
            font-weight: 700;
            position: absolute;
            -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
            -webkit-transition: opacity .35s, transform .35s;
            -webkit-transition: opacity .35s, -webkit-transform .35s;
            transition: opacity .35s, -webkit-transform .35s;
            transition: opacity .35s, transform .35s;
            transition: opacity .35s, transform .35s, -webkit-transform .35s;
        }

        .populer-item .shadow .comment {
            width: 50%;
            float: left;
            font-size: 1em;
            font-weight: 300;
            font-style: italic;
            letter-spacing: 1px;
            margin-top: 18px;
        }

            .populer-item .shadow .comment span {
                width: 100%;
                float: left;
                margin: 0;
                padding: 0;
                font-size: 16px;
                font-weight: 700;
            }

        .populer-item .shadow .linkMoreBtn {
            width: 50%;
            float: left;
            color: #fff;
            font-weight: 500;
            text-align: right;
            padding: 20px 0 0;
            font-size: 1.143em;
            letter-spacing: 1px;
        }

    .populer-item:hover .img img {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }

    .populer-item:hover .shadow {
        opacity: 1;
    }

        .populer-item:hover .shadow .info-footer {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

    .populer-item .desc {
        float: left;
        margin-top: 10px;
        width: 100%;
    }

        .populer-item .desc a, .populer-item .desc a:hover {
            color: inherit;
            text-decoration: none;
        }

        .populer-item .desc .title {
            float: left;
            width: 100%;
            color: #113271;
            font-weight: 700;
            margin: 0 0 15px;
            font-size: 1.2857em;
        }

.aboutSection {
    float: left;
    width: 100%;
    margin: 40px 0 10px;
}

    .aboutSection .about-text {
        width: 100%;
        float: left;
        color: #2f59a8;
        font-weight: 400;
        margin: 35px 0 20px;
        font-size: 2.142857em;
    }

ul.tour-list {
    clear: both;
    margin: 0 -7px;
}

    ul.tour-list li {
        float: left;
        width: 33.333%;
        padding: 0 7px;
        margin: 0 0 14px;
    }

        ul.tour-list li a {
            display: block;
            overflow: hidden;
            position: relative;
        }

            ul.tour-list li a img {
                float: left;
                width: 100%;
                height: 166px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                -webkit-transition: transform .3s linear;
                -webkit-transition: -webkit-transform .3s linear;
                transition: -webkit-transform .3s linear;
                transition: transform .3s linear;
                transition: transform .3s linear, -webkit-transform .3s linear;
            }

            ul.tour-list li a:hover img {
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
            }

            ul.tour-list li a strong {
                left: 10px;
                right: 10px;
                bottom: 20px;
                color: #fff;
                display: block;
                font-size: 14px;
                line-height: 1.5;
                text-align: center;
                position: absolute;
                letter-spacing: 3px;
                -webkit-filter: drop-shadow(2px 1px 3px);
                filter: drop-shadow(2px 1px 3px);
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

.airportSection {
    float: left;
    width: 100%;
    margin: 40px 0;
    padding: 40px 0;
    background-image: url("../../img/transfer.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .airportSection .title {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .airportSection .subTitle {
        float: left;
        width: 100%;
        color: #fff;
        font-weight: 300;
        font-size: 1.88em;
        line-height: 1.25;
        font-style: italic;
        text-align: center;
        margin-bottom: 15px;
        letter-spacing: .04em;
    }

    .airportSection .viewAllBtn {
        clear: both;
        color: #111;
        margin: 0 auto;
        display: table;
        font-size: 18px;
        min-width: 250px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        padding: 12px 12px;
        letter-spacing: 1px;
        background: #efbf1f;
        border-color: #efbf1f;
        text-transform: uppercase;
        -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

        .airportSection .viewAllBtn::after {
            content: '';
            width: 11px;
            height: 24px;
            margin-left: 28px;
            position: absolute;
            background-image: url("../../img/btn_arrow.png");
            background-repeat: no-repeat;
            background-position: center center;
        }

        .airportSection .viewAllBtn:hover {
            text-decoration: none;
            border-color: #efdb76;
            background-color: #efdb76;
        }

.airport-item {
    max-width: 25%;
    padding: 0 7px;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .airport-item .block {
        float: left;
        width: 100%;
        min-height: 120px;
        padding: 1px 10px 10px 5px;
        background-color: rgba(0, 0, 0, 0.43);
    }

    .airport-item strong {
        float: left;
        width: 100%;
        font-size: 20px;
        color: #efbf1f;
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 0 10px 10px;
    }

    .airport-item em {
        color: #000;
        margin-left: 15px;
        background-color: #efbf1f;
        padding: 8px 10px;
        float: right;
        font-size: 15px;
        font-weight: 700;
    }

    .airport-item span {
        float: left;
        color: #fff;
        margin-left: 10px;
    }

.rentacarSection {
    float: left;
    width: 100%;
    margin: 40px 0 30px;
}

    .rentacarSection .viewAllBtn {
        clear: both;
        color: #fff;
        margin: 0 auto;
        display: table;
        font-size: 18px;
        min-width: 250px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        padding: 12px 12px;
        letter-spacing: 1px;
        background: #2f59a8;
        border-color: #2f59a8;
        text-transform: uppercase;
        -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

        .rentacarSection .viewAllBtn::after {
            content: '';
            width: 11px;
            height: 24px;
            margin-left: 28px;
            position: absolute;
            background-image: url("../../img/btn_arrow.png");
            background-repeat: no-repeat;
            background-position: center center;
        }

        .rentacarSection .viewAllBtn:hover {
            text-decoration: none;
            border-color: #3b66b9;
            background-color: #3b66b9;
        }

.car-item {
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

    .car-item a {
        float: left;
        width: 100%;
        margin: 10px 0;
        padding: 10px 10px;
        line-height: 1.7142857;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: 0 2px 2px rgba(1, 2, 2, 0.05);
        box-shadow: 0 2px 2px rgba(1, 2, 2, 0.05);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(239, 239, 239, 0.65)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, rgba(239, 239, 239, 0.65) 0, rgba(0, 0, 0, 0) 100%);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

        .car-item a:hover {
            -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
        }

        .car-item a strong {
            float: left;
            width: 100%;
            color: #113271;
            font-weight: 500;
            margin-bottom: 5px;
            font-size: 1.2857em;
        }

        .car-item a img {
            float: left;
            width: 100%;
            height: 135px;
            margin-bottom: 9px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        .car-item a .daily-price {
            float: left;
            font-size: 15px;
            margin: 8.5px 0;
            color: #da0095;
            font-weight: 500;
            line-height: 15px;
        }

        .car-item a i {
            width: 1px;
            height: 15px;
            margin: 0 7px -2px;
            display: inline-block;
            background-color: rgba(86, 86, 86, 0.5);
        }

        .car-item a .detailBtn {
            float: right;
            color: #fff;
            font-size: 14px;
            position: relative;
            padding: 5px 20px 3px;
            background-color: #0c8acf;
            border-right: 26px solid #187cb3;
        }

            .car-item a .detailBtn::after {
                content: '';
                top: 7px;
                width: 11px;
                height: 17px;
                right: -20px;
                position: absolute;
                background-image: url("../../img/btn_arrow.png");
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
            }

.instagramSection {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#owl-instagram .item {
    margin: 0 10px;
}

    #owl-instagram .item img {
        float: left;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

#owl-instagram .owl-prev, #owl-instagram .owl-next {
    top: 50%;
    left: 20px;
    bottom: 50%;
    width: 32px;
    height: 32px;
    color: #fff;
    margin-top: -16px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    border-radius: 4px;
    background: #2f59a8;
}

#owl-instagram .owl-next {
    left: auto;
    right: 20px;
}

.footer {
    float: left;
    width: 100%;
    padding: 45px 0 15px;
    background-color: #080223;
}

.newsletter {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .newsletter input {
        float: left;
        width: calc(50% - 85px);
        height: 34px;
        margin: 0 10px 0 0px;
        padding: 0 0 0 9px;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        background: none;
        letter-spacing: 3px;
        border-bottom: 2px solid #fff !important;
        outline: 0;
        border: 0;
    }

        .newsletter input::-webkit-input-placeholder {
            color: #fff;
        }

        .newsletter input:-ms-input-placeholder {
            color: #fff;
        }

        .newsletter input::-ms-input-placeholder {
            color: #fff;
        }

        .newsletter input::placeholder {
            color: #fff;
        }

    .newsletter .submitBtn {
        float: left;
        width: 150px;
        height: 34px;
        margin: 0 0 10px;
        padding: 0 0;
        color: #fff;
        font-size: 21px;
        font-weight: 400;
        background: none;
        letter-spacing: 3px;
        border-bottom: 10px solid #fff !important;
        outline: 0;
        border: 0;
    }

    .newsletter p {
        color: #fff;
        display: block;
        font-size: 1.1em;
        font-style: italic;
        letter-spacing: .02em;
    }

.fSection {
    margin-bottom: 30px;
    border-right: 1px solid #fff;
}

    .fSection:first-child {
        border-right: 0;
    }

    .fSection p {
        color: #fff;
    }

ul.policy {
    float: left;
    width: 245px;
    padding: 0 10px;
    margin-bottom: 0;
    border-right: 1px solid #fff;
}

    ul.policy li {
        float: left;
        width: 100%;
        position: relative;
        padding-left: 31px;
        margin-bottom: 9px;
    }

        ul.policy li::before {
            content: '';
            top: 0;
            left: 0;
            width: 32px;
            height: 31px;
            position: absolute;
            background-repeat: no-repeat;
            background-position: center center;
        }

        ul.policy li.policy1::before {
            background-image: url("../../img/policy1.png");
        }

        ul.policy li.policy2::before {
            background-image: url("../../img/policy2.png");
        }

        ul.policy li.policy3::before {
            background-image: url("../../img/policy3.png");
        }

        ul.policy li a {
            float: left;
            width: 100%;
            color: #fff;
            font-size: 13px;
            font-weight: 500;
            line-height: 31px;
            padding-left: 10px;
        }

.flogos {
    float: left;
    padding: 0 10px;
    width: calc(100% - 395px);
    border-right: 1px solid #fff;
}

    .flogos .footer-logo {
        text-align: center;
        padding-right: 10px;
        display: table-cell;
        vertical-align: middle;
        border-right: 1px solid #fff;
    }

        .flogos .footer-logo:last-child {
            border-right: 0;
            padding-right: 0;
        }

        .flogos .footer-logo img {
            display: inline-block;
        }

.ssl {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    min-height: 65px;
    line-height: 18px;
    position: relative;
    padding: 16px 0 0 75px;
    border-top: 1px solid #fff;
}

    .ssl::before {
        content: '';
        left: 0;
        top: 17px;
        width: 67px;
        height: 36px;
        position: absolute;
        background: url("../../img/ssl.png") no-repeat center;
    }

.rates {
    float: left;
    width: 150px;
    padding: 0 10px;
}

    .rates p {
        margin-bottom: 0;
    }

        .rates p strong {
            width: 18px;
            font-weight: 500;
            text-align: center;
           
        }

.fTitle {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.signature {
    width: 40px;
    float: right;
    margin-top: -23px;
}

.scrollTop {
    right: 15px;
    bottom: 39px;
    z-index: 999;
    position: fixed;
}

    .scrollTop a#scrollTop {
        float: left;
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        border-radius: 2px;
        filter: Alpha(Opacity=0);
        opacity: 0;
        background-color: #2c3335;
        -webkit-transition: opacity .5s ease-in;
        transition: opacity .5s ease-in;
    }

.coverPhoto {
    float: left;
    width: 100%;
    min-height: 102px;
    position: relative;
}

    .coverPhoto img {
        float: left;
        width: 100%;
        height: 250px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .coverPhoto .shadow {
        left: 0;
        width: 100%;
        bottom: 30px;
        position: absolute;
    }

    .coverPhoto h1 {
        margin: 0 0;
        color: #fff;
        font-weight: 400;
        line-height: 1.2;
        font-size: 3.428571em;
    }

.listPage .coverPhoto img {
    height: 400px;
}

.breadcrumbWrap {
    float: left;
    width: 100%;
    background-color: #080223;
}

    .breadcrumbWrap .youAreHere {
        float: left;
        color: #fff;
        font-weight: 400;
        line-height: 21px;
        position: relative;
        margin-right: 25px;
        padding: 10px 15px;
        background-color: #403f44;
    }

        .breadcrumbWrap .youAreHere::before {
            content: '';
            top: 0;
            right: -14px;
            position: absolute;
            border-top: 21px solid transparent;
            border-left: 14px solid #403f44;
            border-bottom: 21px solid transparent;
        }

        .breadcrumbWrap .youAreHere i {
            float: left;
            font-size: 22px;
            margin-right: 10px;
        }

    .breadcrumbWrap ul.breadcrumb {
        float: left;
        margin: 0 0;
        padding: 0 0;
        border-radius: 0;
        background: none;
    }

        .breadcrumbWrap ul.breadcrumb li {
            float: left;
        }

            .breadcrumbWrap ul.breadcrumb li + li::before {
                float: left;
                color: #fff;
                padding: 10px 4px 10px 7px;
            }

            .breadcrumbWrap ul.breadcrumb li a {
                float: left;
                color: #fff;
                padding: 10px 0;
                font-weight: 400;
                line-height: 21px;
            }

            .breadcrumbWrap ul.breadcrumb li.active a {
                text-decoration: underline;
            }

.galleryPhotos {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

    .galleryPhotos li {
        float: left;
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .galleryPhotos img {
        float: left;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

.drawer {
    float: left;
    width: 100%;
    margin: 0 0;
    padding: 0 0;
}

.accordion-header {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    padding: 0 0;
}

    .accordion-header strong {
        float: left;
        width: 100%;
        height: 40px;
        margin: 0 0;
        padding: 0 40px 0 10px;
        cursor: pointer;
        color: #222;
        font-weight: 400;
        line-height: 16px;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #f9f9f9;
        border: 1px solid #e6e6e6;
    }

        .accordion-header strong i {
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            padding: 12px;
            text-align: center;
            position: absolute;
            background-color: #f7f7f7;
            border-left: 1px solid #e6e6e6;
        }

            .accordion-header strong i::before {
                content: "\f067";
                width: 16px;
                height: 16px;
                display: block;
                font-size: 16px;
                color: #002f71;
            }

        .accordion-header strong:hover {
            background: #f7f7f7;
        }

    .accordion-header.accordion-header-active strong i::before {
        content: "\f068";
    }

.accordion-content {
    float: left;
    width: 100%;
    display: none;
    font-size: 16px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e6e6e6;
    padding: 15px 15px 5px;
}

.listBar {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .listBar .title {
        float: left;
        font-size: 18px;
        color: #2f59a8;
        line-height: 34px;
        margin-bottom: 10px;
    }

ul.viewTypes {
    float: right;
}

    ul.viewTypes li {
        float: left;
        width: 34px;
        height: 34px;
        color: #fff;
        font-size: 18px;
        line-height: 34px;
        text-align: center;
        margin: 0 0 0 10px;
        border-radius: 4px;
        background-color: #2f59a8;
        cursor: pointer;
        cursor: pointer;
    }

        ul.viewTypes li.active {
            background-color: #428bca;
        }

.sort-order-menu {
    float: right;
    margin-bottom: 10px;
}

    .sort-order-menu.selectBoxArrow::after {
        top: 13px;
        right: 9px;
    }

    .sort-order-menu select {
        float: left;
        width: 100%;
        height: 34px;
        margin: 0 0;
        padding: 0 30px 0 9px;
        color: #5c5e62;
        line-height: 34px;
        border: 1px solid #ccc;
        outline: 0;
    }
.col-md-12.textcontent {
    margin: 0 0 10px;
    /* border: 1px solid #ccc; */
    padding: 10px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 13px #ccc; */
}
#searchResult {
    clear: both;
    margin: 0 -10px;
}

    #searchResult .resultItem {
        max-width: 25%;
        padding: 0 10px;
        margin-bottom: 30px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        #searchResult .resultItem a, #searchResult .resultItem a:hover {
            color: inherit;
            text-decoration: none;
        }

        #searchResult .resultItem .img {
            float: left;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            #searchResult .resultItem .img img {
                float: left;
                width: 100%;
                height: 209px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: transform .2s linear;
                -webkit-transition: -webkit-transform .2s linear;
                transition: -webkit-transform .2s linear;
                transition: transform .2s linear;
                transition: transform .2s linear, -webkit-transform .2s linear;
            }

            #searchResult .resultItem .img .price {
                right: 0;
                top: 15px;
                z-index: 2;
                color: #fff;
                font-size: 16px;
                line-height: 15px;
                padding: 8px 14px;
                position: absolute;
                letter-spacing: .02em;
                border-radius: 4px 0 0 4px;
                background-color: #da0095;
            }

                #searchResult .resultItem .img .price em {
                    font-size: 14px;
                    font-weight: 400;
                    font-style: normal;
                    font-weight: normal;
                }

        #searchResult .resultItem .desc {
            float: left;
            width: 100%;
        }
		
		 #searchResult.gridView .resultItem .desc {
            background: whitesmoke;
    padding: 10px 0 0 0;
        }
		#searchResult.gridView .resultItem .desc .title {
    text-align: center;
}

            #searchResult .resultItem .desc .title {
                float: left;
                width: 100%;
                font-size: 18px;
                color: #428bca;
                font-weight: 500;
                margin-bottom: 5px;
				
            }
  #searchResult.gridView .resultItem .desc .title {
             
			   height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
            }

            #searchResult .resultItem .desc p {
                color: #4a4a4a;
                font-weight: 300;
                padding-bottom: 10px;
                line-height: 1.7142857;
                border-bottom: 1px solid #dedede;
            }

			  #searchResult.gridView .resultItem .desc p {
               color: #4a4a4a;
    font-weight: 300;
    padding-bottom: 10px;
    line-height: 1.7142857;
    border-bottom: 1px solid #dedede;
    text-align: center;
    height: 100px;
    overflow: hidden;
	float: left;
    width: 100%;
	
            }
			
			#searchResult.gridView .resultItem .desc p.pkinfo{
				display:none;
			}
.listView .highlights {
    display: none;
}
            #searchResult .resultItem .desc .tour-location {
                float: left;
                font-size: 15px;
                color: #5c5e62;
                font-weight: 400;
                line-height: 17px;
                margin-bottom: 10px;
                width: calc(100% - 85px);
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

			 #searchResult.gridView .resultItem .desc .tour-location {
                  float: left;
    font-size: 15px;
    color: #5c5e62;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
            }
			
			.highlights ul.disc li {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 0;
}

.highlights ul.disc {
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

.highlights {
    text-align: center;
    float: left;
    width: 100%;
    height: 225px;
    background: whitesmoke;
    padding: 15px 0 0;
}
            #searchResult .resultItem .desc .tour-clock {
                width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin: 5px 0 10px 0;
    color: #da0095;
            }
			 #searchResult.gridView .resultItem .desc .tour-clock {
                width: 100%;
                float: left;
                font-size: 14px;
                font-weight: 400;
                line-height: auto;
                text-align: center;
                margin-bottom: 10px;
				    color: #da0095;
            }

            #searchResult .resultItem .desc .br-wrapper.br-theme-bootstrap-stars {
                height: 16px;
                margin: 2px 0 12px;
            }

            #searchResult .resultItem .desc .commentLength {
                float: right;
                margin-bottom: 10px;
            }

            #searchResult .resultItem .desc .detailBtn {
                float: left;
                width: 150px;
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                line-height: 20px;
                padding: 3px 20px;
                text-align: center;
                position: relative;
                letter-spacing: 1px;
                text-decoration: none;
                background: #2f59a8;
            }
			 #searchResult.gridView .resultItem .desc .detailBtn {
                float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding: 3px 20px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    background: #2f59a8;
    border-radius: 0 0 5px 5px;
            }

    #searchResult.listView .resultItem {
        max-width: 100%;
    }

        #searchResult.listView .resultItem .img {
            width: 300px;
        }

        #searchResult.listView .resultItem .desc {
            min-height: 209px;
            padding: 11px 15px;
            width: calc(100% - 300px);
            border: 1px solid #ccc;
            border-left: 0;
        }

.content {
    width: 69%;
    float: left;
    margin-right: 1%;
    position: relative;
    margin-bottom: 30px;
}

.single-package-title {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #454545;
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8dcde;
}

ul.package-content {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

    ul.package-content li {
        float: left;
        font-size: 18px;
        color: #727272;
        font-weight: 500;
        position: relative;
        margin-bottom: 10px;
        padding-right: 25px;
    }

        ul.package-content li::before {
            background: #cccccc none repeat scroll 0 0;
            content: "";
            height: 23px;
            position: absolute;
            width: 1px;
            right: 11px;
            top: 2px;
        }

        ul.package-content li:nth-child(2) {
            padding-right: 0;
        }

            ul.package-content li:nth-child(2)::before {
                display: none;
            }

        ul.package-content li:last-child em {
            font-style: normal;
            font-size: 14px;
            color: #666;
        }

        ul.package-content li:last-child {
            float: right;
            color: #37b721;
            padding-right: 0;
            font-size: 22px;
        }

            ul.package-content li:last-child::before {
                display: none;
            }

        ul.package-content li i {
            color: #ffef3b;
        }

#owl-detailSlider .item a {
    float: left;
    width: 100%;
    position: relative;
}

    #owl-detailSlider .item a ::after {
        content: "\f065";
        top: 0;
        right: 0;
        z-index: 2;
        width: 40px;
        height: 40px;
        color: #FFF;
        text-align: center;
        line-height: 40px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
    }

    #owl-detailSlider .item a img {
        float: left;
        width: 100%;
        height: 455px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

#owl-detailSlider .owl-prev, #owl-detailSlider .owl-next {
    right: 29px;
    bottom: 12px;
    position: absolute;
}

#owl-detailSlider .owl-prev {
    right: 85px;
}

.rzvScrollBtn {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    position: fixed;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: #ff5c00;
    display: none;
    outline: 0;
    border: 0;
}

    .rzvScrollBtn:hover, .rzvScrollBtn:focus {
        color: #fff;
        text-decoration: none;
    }

.accordionTitle {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #2b2a29;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdbdb;
    display: none;
}

    .accordionTitle::before {
        content: '';
        top: 2px;
        right: 10px;
        position: absolute;
        border-top: 14px solid transparent;
        border-left: 14px solid #e4e4e4;
        border-bottom: 14px solid transparent;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .accordionTitle.active::before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.tabTitle {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #2f59a8;
    font-weight: 500;
    margin: 0 0 20px;
    letter-spacing: 1px;
}

.additional::before {
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #cccccc none repeat scroll 0 0;
}

.text-box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .text-box .holder {
        float: left;
        width: 100%;
        padding-left: 70px;
    }

        .text-box .holder .title {
            float: left;
            width: 100%;
            font-size: 15px;
            padding-top: 18px;
            position: relative;
            margin-bottom: 10px;
        }

            .text-box .holder .title::before {
                content: '';
                top: 5px;
                left: -60px;
                color: #ff7800;
                position: absolute;
                font: 48px/1 'icomoon';
            }

            .text-box .holder .title.points::before {
                content: '\e91a';
            }

            .text-box .holder .title.days::before {
                content: '\f005';
                font: 48px/1 'Font Awesome 5 Free';
                font-weight: 400;
            }

            .text-box .holder .title.included::before {
                content: '\e957';
            }

            .text-box .holder .title.not-included::before {
                content: '\e947';
            }

        .text-box .holder p {
            font-size: 14px;
            font-weight: 300;
        }

.main-timeline {
    float: left;
    width: 100%;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

    .main-timeline::before {
        content: "";
        top: 0;
        left: 15px;
        width: 1px;
        height: 90%;
        position: absolute;
        background: rgba(210, 210, 210, 0.25);
        z-index: -1;
    }

.timeline {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

    .timeline .timeline-content {
        padding: 0 50px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
    }

        .timeline .timeline-content .timeline-icon {
            top: 0;
            z-index: 1;
            left: -30px;
            height: 35px;
            color: #fff;
            font-size: 10px;
            font-weight: 500;
            line-height: 35px;
            text-align: center;
            font-style: normal;
            position: absolute;
            width: 35px;
            border-radius: 50%;
            background: #37b721 none repeat scroll 0 0;
            -webkit-transition: all ease-in-out .5s;
            transition: all ease-in-out .5s;
        }

        .timeline .timeline-content .timeline-title {
            float: left;
            width: 100%;
            font-size: 18px;
            color: #454545;
            font-weight: 500;
            margin: 5px 0 10px;
            -webkit-transition: all ease-in-out 0.5s;
            transition: all ease-in-out 0.5s;
        }

        .timeline .timeline-content p {
            font-size: 15px;
            color: #727272;
            font-weight: 400;
            line-height: 30px;
            padding-bottom: 20px;
        }

ul.reviewsPhotoGallery {
    float: left;
    width: 100%;
}

    ul.reviewsPhotoGallery li {
        float: left;
        width: 100px;
        margin: 0 5px 5px 0;
    }

        ul.reviewsPhotoGallery li img {
            float: left;
            width: 100%;
            height: 100px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

ul.commentList {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 0 1px 1px rgba(1, 2, 2, 0.1);
    box-shadow: 0 0 1px 1px rgba(1, 2, 2, 0.1);
}

    ul.commentList li {
        float: left;
        width: 100%;
        overflow: hidden;
        padding: 30px 15px;
        border-bottom: 1px solid rgba(157, 157, 157, 0.15);
    }

        ul.commentList li .comment-info {
            float: left;
            width: 100%;
            margin: 0 0 15px;
        }

        ul.commentList li .left {
            float: left;
        }

        ul.commentList li .right {
            float: right;
        }

        ul.commentList li .name {
            display: block;
            font-size: 18px;
            margin: 0 0 5px;
            color: #5c5e62;
            font-weight: 400;
        }

        ul.commentList li .date {
            font-size: 16px;
            font-weight: 300;
            font-style: italic;
        }

        ul.commentList li .star-rating-value {
            display: block;
            text-align: right;
            margin-right: 5px;
        }

        ul.commentList li p {
            font-size: 15px;
            text-align: justify;
        }

.writeReviewBtn {
    clear: both;
    color: #fff;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    min-width: 250px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    padding: 12px 12px;
    letter-spacing: 1px;
    background: #2f59a8;
    border-color: #2f59a8;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

    .writeReviewBtn::after {
        content: '';
        width: 11px;
        height: 24px;
        margin-left: 28px;
        position: absolute;
        background-image: url("../../img/btn_arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
    }

    .writeReviewBtn:hover {
        text-decoration: none;
        border-color: #3b66b9;
        background-color: #3b66b9;
    }

.sidebar {
    float: left;
    width: 29%;
    margin-left: 1%;
    position: relative;
    margin-bottom: 30px;
}

.rzvForm {
    float: left;
    border: 5px solid rgb(255, 120, 0);
    width: 100%;
    box-shadow: 0px 0px 5px #d0d0d0;
    padding: 10px;
    overflow: hidden;
}

    .rzvForm .rzvTitle {
        float: left;
        width: 100%;
        margin: 0 0 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d8dcde;
    }

    .rzvForm .placeholderText {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    .rzvForm .input-field {
        float: left;
        width: 100%;
        padding: 0 5px;
        position: relative;
        margin-bottom: 15px;
    }

        .rzvForm .input-field.w2 {
            width: 50%;
        }

        .rzvForm .input-field.select::after {
            content: "\f0dd";
            top: 30px;
            right: 14px;
            font-size: 18px;
            position: absolute;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
        }

        .rzvForm .input-field.date::after {
            content: '';
            top: 0;
            right: 0;
            width: 45px;
            position: absolute;
            z-index: 6;
            background: url(../../img/calendar_icon.png) no-repeat center;
            height: 34px;
        }

    .rzvForm input, .rzvForm select, .rzvForm textarea {
        float: left;
        width: 100%;
        height: 34px;
        margin: 0 0;
        padding: 0 0 0 9px;
        color: #555;
        border: 1px solid #ccc;
        outline: 0;
    }

    .rzvForm textarea {
        height: auto;
        padding-top: 5px;
    }

    .rzvForm input::-webkit-input-placeholder {
        color: #555;
    }

    .rzvForm input:-ms-input-placeholder {
        color: #555;
    }

    .rzvForm input::-ms-input-placeholder {
        color: #555;
    }

    .rzvForm input::placeholder {
        color: #555;
    }

    .rzvForm input[type="radio"] + label {
        float: left;
        width: 100%;
        cursor: pointer;
        font-weight: 500;
        margin-bottom: 0;
        padding-left: 25px;
        position: relative;
    }

        .rzvForm input[type="radio"] + label::before {
            content: '';
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            position: absolute;
            border-radius: 18px;
            background-color: #fff;
            border: 1px solid #ddd;
            -webkit-box-shadow: inset 0 0 0 12px #fff;
            box-shadow: inset 0 0 0 12px #fff;
            -webkit-transition: all 180ms ease;
            transition: all 180ms ease;
        }

    .rzvForm input[type="radio"]:checked + label::before {
        background: #98c462;
        border-color: #98c462;
        -webkit-box-shadow: inset 0 0 0 4px #fff;
        box-shadow: inset 0 0 0 4px #fff;
    }

    .rzvForm .submitBtn {
        float: left;
        width: 100%;
        height: 34px;
        margin: 0 0;
        padding: 0 0;
        color: #fff;
        font-weight: 500;
        position: relative;
        background-color: #37b721;
        outline: 0;
        border: 0;
    }

        .rzvForm .submitBtn i {
            margin-left: 5px;
        }

    .rzvForm .loading-absolute {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2000;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(218, 218, 218, 0.2);
        font-size: 24px;
    }

form[name='aracForm'] .loading-absolute, .opsiyonlar .loading-absolute {
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: center;
    position: absolute;
    background-color: rgba(255,255,255,.42);
    color: #30bbb1;
    font-size: 30px;
    display: none;
}

.rzvForm .user .text {
    float: left;
    width: 100%;
    height: 38px;
    margin: 0 0;
    padding: 0 0 0 32px;
    font-size: 16px;
    color: #9c9c9c;
    font-weight: 500;
    outline: none;
    border: none;
}

.rzvForm .user .input-group button {
    float: left;
    width: 25px;
    height: 23px;
    padding: 0 0;
    margin: 0 -1px;
    outline: none;
    background-color: #fff;
    border: 1px solid rgba(147, 147, 147, 0.28);
}


.rzvForm .user .placeholderText {
    float: left;
    width: calc(100% - 103px);
    margin-bottom: 5px;
}


.rzvForm .user .input-group button i {
    float: left;
    width: 100%;
    height: 21px;
    font-size: 14px;
    color: #939393;
    line-height: 23px;
}

#rzvForm .user .input-group {
    width: 91px;
    float: right;
    margin: 0px 0px 0px 0px;
}

.rzvForm .input-field.user {
    border: 1px solid #cecece;
    width: calc(100% - 10px);
    margin-left: 5px;
    padding: 5px 5px 3px 8px;
}

.rzvForm .user .input-group input {
    width: 45px;
    height: 23px;
    font-size: 16px;
    color: #9c9c9c;
    font-weight: 500;
    text-align: center;
    border: 1px solid rgba(147, 147, 147, 0.28);
    padding: 0px;
}

.rzvForm .hesaplama_sonuclari.totalPrice strong {
    color: #0c8acf;
    float: left;
    width: calc(100% - 100px);
    font-size: 18px;
}

.rzvForm .hesaplama_sonuclari.totalPrice span {
    float: left;
    font-size: 18px;
    width: 100px;
    text-align: center;
    color: #0c8acf;
}

.rzvForm .hesaplama_sonuclari.totalPrice {
    float: left;
    width: calc(100% - 10px);
    margin: 0px 0px 10px 5px;
    border: 1px solid #cecece;
    padding: 7px 5px;
    background: #ececec;
}

.sharer {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 30px;
}

#transfer_tablo {
    width: 100%;
    text-align: center;
}

    #transfer_tablo .transfer_icons img {
        width: 70px;
        height: 70px;
        padding: 20px 20px;
        border-radius: 50%;
        background-color: #3E4095;
        border: 4px solid #2E2F70;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #transfer_tablo .transfer_header {
        height: 35px;
        color: #fff;
        font-size: 14px;
    }

    #transfer_tablo .transfer_liste {
        border-radius: 3px;
        border: 1px solid #4D4D4D;
    }

        #transfer_tablo .transfer_liste td {
            color: #fff;
            font-size: 13px;
            padding: 10px 10px;
            vertical-align: middle;
        }

    #transfer_tablo .bookNowBtn {
        float: right;
        color: #ffF;
        margin-top: 5px;
        font-weight: 500;
        padding: 5px 20px 3px 20px;
        background-color: #0c8acf;
    }

#cssmenu2 {
    display: none;
}

    #cssmenu2 table {
        width: 100%;
        text-align: center;
    }

        #cssmenu2 table .transfer_icons img {
            width: 70px;
            height: 70px;
            padding: 20px 20px;
            border-radius: 50%;
            background-color: #3E4095;
            border: 4px solid #2E2F70;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        #cssmenu2 table .transfer_header {
            height: 35px;
            color: #fff;
            font-size: 14px;
        }

    #cssmenu2 ul li table {
        text-align: left;
        border-radius: 3px;
        background-color: #6A6DD0;
        border: 1px solid #3e4095;
    }

        #cssmenu2 ul li table tr {
            border: 1px solid #3e4095;
        }

        #cssmenu2 ul li table td {
            border: 1px solid #3e4095;
            vertical-align: middle;
            padding: 10px 10px;
            color: #fff;
        }

        #cssmenu2 ul li table .bookNowBtn {
            float: right;
            color: #fff;
            padding: 18px 8px;
            border: 2px solid #fff;
            background-color: #01c501;
        }

.transferReservation {
    float: left;
    width: 100%;
    padding: 15px 15px;
    margin: 10px 0 30px;
    border: 1px solid #3E4095;
}

    .transferReservation input[type="radio"] + label {
        float: left;
        font-size: 15px;
        cursor: pointer;
        font-weight: 500;
        position: relative;
        margin: 0 0 15px 0;
        padding: 5px 20px 5px 35px;
        border: 1px solid #c1c1c1;
    }

        .transferReservation input[type="radio"] + label::before {
            content: '';
            top: 5px;
            left: 9px;
            width: 18px;
            height: 18px;
            position: absolute;
            border-radius: 50%;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .transferReservation input[type="radio"] + label::after {
            content: '';
            top: 9px;
            left: 13px;
            opacity: 0;
            width: 10px;
            height: 10px;
            position: absolute;
            border-radius: 50%;
            background: #656692;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

    .transferReservation input[type="radio"]:checked + label {
        color: #fff;
        background-color: #656692;
    }

        .transferReservation input[type="radio"]:checked + label::after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .transferReservation .transferTitle {
        float: left;
        width: 100%;
        font-size: 20px;
        color: #3e4095;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .transferReservation .input-field {
        float: left;
        width: 100%;
        padding: 0 10px;
        position: relative;
        margin-bottom: 15px;
    }

        .transferReservation .input-field.w3 {
            width: 33.333%;
        }

        .transferReservation .input-field.select::after {
            content: '\f0dd';
            top: 32px;
            right: 19px;
            position: absolute;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
        }

    .transferReservation .placeholderText {
        float: left;
        width: 100%;
        color: #1d1d1d;
        font-weight: 500;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .transferReservation .w60 {
        width: 59%;
        float: left;
        margin-right: 1%;
        position: relative;
        margin-bottom: 15px;
    }

        .transferReservation .w60.date_icon::before {
            content: '';
            top: 10px;
            right: 7px;
            width: 15px;
            height: 15px;
            position: absolute;
            background: url("../../img/calendar_icon.png") no-repeat center;
        }

    .transferReservation .w40 {
        width: 39%;
        float: left;
        margin-left: 1%;
        position: relative;
        margin-bottom: 15px;
    }

        .transferReservation .w40.time_icon::before {
            content: '';
            top: 10px;
            right: 7px;
            width: 15px;
            height: 15px;
            position: absolute;
            background: url("../../img/time_icon.png") no-repeat center;
        }

    .transferReservation input, .transferReservation select {
        float: left;
        width: 100%;
        height: 34px;
        margin: 0 0;
        padding: 0 0 0 12px;
        border-radius: 0;
        border: 1px solid #ccc;
        outline: 0;
    }

#numberOfPeople.airport .peopleWrap .input-field {
    width: 33.333%;
}

    #numberOfPeople.airport .peopleWrap .input-field:last-child {
        display: none;
    }

#numberOfPeople .peopleWrap .input-field {
    width: 25%;
}

    #numberOfPeople .peopleWrap .input-field.select::after {
        top: 6px;
        right: 19px;
    }

.addCartBtn {
    float: right;
    margin: 0 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding: 5px 45px 5px 15px;
    background-color: #0c8acf;
    outline: 0;
    border: 0;
}

    .addCartBtn i {
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        line-height: 30px;
        position: absolute;
        background-color: #187cb3;
    }

.blog-item {
    margin-bottom: 30px;
}

    .blog-item .img {
        float: left;
        width: 245px;
        position: relative;
    }

        .blog-item .img img {
            float: left;
            width: 100%;
            height: 200px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        .blog-item .img span {
            right: 0;
            bottom: 0;
            color: #fff;
            font-weight: 500;
            line-height: 28px;
            text-align: center;
            position: absolute;
            padding: 3px 44px 3px 10px;
            background-color: #3e4095;
        }

            .blog-item .img span::after {
                content: '';
                top: 0;
                right: 0;
                width: 34px;
                height: 100%;
                position: absolute;
                background: #2e2f70 url("../../img/btn_arrow.png") no-repeat center;
            }

    .blog-item .desc {
        float: left;
        padding-left: 15px;
        width: calc(100% - 245px);
    }

        .blog-item .desc .title {
            float: left;
            width: 100%;
            font-size: 20px;
            color: #2E2F70;
            font-weight: 500;
        }

        .blog-item .desc p {
            font-size: 16px;
            color: #747474;
            font-weight: 300;
            line-height: 150%;
        }

    .blog-item:hover .img span {
        color: #fff;
        background-color: #ff9103;
    }

        .blog-item:hover .img span::after {
            background-color: #bb6c06;
        }

.step {
    float: left;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 30px;
    border: 1px solid rgba(50, 50, 50, 0.29);
}

ul.basketStep {
    width: 100%;
    float: left;
    padding: 20px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

    ul.basketStep li i {
        float: left;
        width: 40px;
        font-size: 36px;
        color: #b5b5b5;
        text-align: right;
    }

    ul.basketStep li span {
        float: left;
        font-size: 15px;
        color: #b5b5b5;
        font-weight: 400;
        padding-left: 10px;
        width: calc(100% - 40px);
    }

        ul.basketStep li span.underlinetext {
            font-weight: 600;
        }

    ul.basketStep li.active i, ul.basketStep li.active span {
        color: #080223;
    }

.basketTable {
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 8px;
}

    .basketTable .tr {
        display: table-row;
    }

    .basketTable .td {
        padding: 8px 8px;
        display: table-cell;
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
    }

        .basketTable .td.product-photo {
            width: 120px;
        }

        .basketTable .td.product-info {
            text-align: left;
        }

        .basketTable .td.product-price {
            width: 100px;
        }

        .basketTable .td.product-delete {
            width: 90px;
        }

        .basketTable .td img {
            float: left;
            width: 104px;
            height: 95px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            -webkit-background-size: contain;
            -moz-background-size: contain;
        }

        .basketTable .td strong {
            float: left;
            width: 100%;
            font-size: 18px;
            color: #060606;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .basketTable .td p {
            font-weight: 300;
            margin-bottom: 5px;
        }

            .basketTable .td p b {
                float: left;
                width: auto;
                min-width: 220px;
                font-weight: 500;
                margin-right: 5px;
                position: relative;
                padding-right: 15px;
            }

                .basketTable .td p b::after {
                    content: ":";
                    top: 0;
                    right: 12px;
                    font-size: 16px;
                    color: #4b4b4b;
                    font-weight: 500;
                    position: absolute;
                }

        .basketTable .td .price-text {
            font-size: 16px;
            font-weight: 500;
        }

        .basketTable .td .delBtn {
            padding: 0 0;
            background: none;
            outline: 0;
            border: 0;
        }

            .basketTable .td .delBtn i {
                font-size: 30px;
                color: #ee3030;
            }

.coupenCode {
    margin-bottom: 15px;
}

    .coupenCode .coupenTitle {
        margin: 10px 0;
        font-size: 18px;
        font-weight: 500;
    }

    .coupenCode input {
        float: left;
        width: 184px;
        height: 34px;
        margin: 0 0;
        padding: 0 0 0 9px;
        font-size: 14px;
        color: #666;
        font-weight: 500;
        background-color: #f8f8f8;
        border: 1px solid #f2f2f2;
        outline: none;
    }

    .coupenCode button {
        float: left;
        margin: 0 0;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        padding: 7px 15px;
        background: #85c226;
        outline: none;
        border: none;
    }

.stepBtn {
    height: 40px;
    color: #fff;
    padding: 0 20px;
    font-weight: 500;
    line-height: 40px;
    background-color: #4A4A4A;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    border: none;
}

.basketAddress .placeholderText {
    width: 100%;
    float: left;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.basketAddress input, .basketAddress select, .basketAddress textarea {
    float: left;
    width: 100%;
    height: 40px;
    margin: 0 0;
    padding: 0 0 0 9px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
    outline: 0;
}

.basketAddress textarea {
    height: auto;
    padding-top: 9px;
}

    .basketAddress input::-webkit-input-placeholder,
    .basketAddress textarea::-webkit-input-placeholder {
        color: #555;
    }

    .basketAddress input:-ms-input-placeholder,
    .basketAddress textarea::-webkit-input-placeholder {
        color: #555;
    }

    .basketAddress input::-ms-input-placeholder,
    .basketAddress textarea::-webkit-input-placeholder {
        color: #555;
    }

    .basketAddress input::placeholder,
    .basketAddress textarea::-webkit-input-placeholder {
        color: #555;
    }

.basketPayment .formLeft {
    float: left;
    width: 59%;
    margin: 0 1% 20px 0;
}

    .basketPayment .formLeft .input-field {
        float: left;
        width: 100%;
        padding: 0 10px;
        position: relative;
        margin-bottom: 15px;
    }

        .basketPayment .formLeft .input-field.w2 {
            width: 50%;
        }

        .basketPayment .formLeft .input-field.w3 {
            width: 33.333%;
        }

        .basketPayment .formLeft .input-field input, .basketPayment .formLeft .input-field select, .basketPayment .formLeft .input-field textarea {
            float: left;
            width: 100%;
            height: 34px;
            margin: 0 0;
            padding: 0 0 0 9px;
            color: #525856;
            border: 1px solid #e6e6e6;
            background-color: #f6f6f7;
        }

        .basketPayment .formLeft .input-field textarea {
            height: auto;
            padding-top: 9px;
        }

    .basketPayment .formLeft input[type="checkbox"] + label {
        float: left;
        width: 100%;
        margin: 0 0 15px;
        color: #241305;
        font-weight: 400;
        padding-left: 25px;
        position: relative;
    }

        .basketPayment .formLeft input[type="checkbox"] + label::before {
            content: '';
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            position: absolute;
            border: 1px solid #333;
        }

        .basketPayment .formLeft input[type="checkbox"] + label::after {
            content: "\e013";
            top: 1px;
            left: 3px;
            position: absolute;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: scale(3) rotateZ(-20deg);
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            -webkit-transition: all .3s ease-in;
            transition: all .3s ease-in;
        }

    .basketPayment .formLeft input[type="checkbox"]:checked + label::after {
        -webkit-transform: scale(1) rotateZ(0deg);
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .basketPayment .formLeft .submitBtn {
        float: left;
        width: auto;
        height: 34px;
        margin: 0 0;
        padding: 0 30px;
        color: #fff;
        font-size: 16px;
        background-color: #4cc18f;
        border: 1px solid #008a4f;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        outline: none;
    }

.basketPayment .formRight {
    float: left;
    width: 39%;
    position: relative;
    margin: 0 0 20px 1%;
}

    .basketPayment .formRight.cardHeight {
        height: 196px;
    }

    .basketPayment .formRight .totalPrice {
        left: 50%;
        right: 50%;
        bottom: 15px;
        width: 190px;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        margin-left: -95px;
        position: absolute;
        border-radius: 2px;
        background-color: #4cc18f;
    }

.map {
    float: left;
    width: 100%;
    height: 400px;
}

ul.contactSocial {
    float: left;
    margin-top: 5px;
    width: 100%;
}

    ul.contactSocial li {
        float: left;
        margin-left: 10px;
    }

        ul.contactSocial li:first-child {
            margin-left: 0;
        }

        ul.contactSocial li a i {
            font-size: 16px;
            width: 30px;
            height: 30px;
            border: 1px solid #ccc;
            border-radius: 100%;
            text-align: center;
            padding: 6px 0px;
            background: #0c8acf;
            color: #fff;
        }

.contactForm input, .contactForm textarea {
    float: left;
    width: 100%;
    height: 34px;
    margin: 0 0;
    padding: 0 0 0 12px;
    color: #555;
    border: 1px solid #ccc;
    outline: 0;
}

.contactForm textarea {
    height: auto;
    padding-top: 6px;
}

    .contactForm input::-webkit-input-placeholder,
    .contactForm textarea::-webkit-input-placeholder {
        color: #555;
    }

    .contactForm input:-ms-input-placeholder,
    .contactForm textarea:-ms-input-placeholder {
        color: #555;
    }

    .contactForm input::-ms-input-placeholder,
    .contactForm textarea::-ms-input-placeholder {
        color: #555;
    }

    .contactForm input::placeholder,
    .contactForm textarea::placeholder {
        color: #555;
    }

.contactForm .submitBtn {
    float: left;
    width: 100%;
    height: 34px;
    margin: 0 0;
    padding: 0 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    background-color: #0c8acf;
    outline: 0;
    border: 0;
}

    .contactForm .submitBtn i {
        margin-left: 5px;
    }

.basketPayment {
    float: left;
    width: 100%;
}



.mSocial {
    float: left;
    width: 100%;
    padding-left: 13px;
}

    .mSocial a {
        float: left;
        margin-left: 7px;
    }

        .mSocial a i {
            float: left;
            width: 30px;
            height: 30px;
            color: #fff;
            font-size: 15px;
            line-height: 28px;
            text-align: center;
            background-color: transparent;
            border: 1px solid transparent;
        }

            .mSocial a i.fa-facebook {
                border-color: transparent;
                color: white;
                background-color: #3b5999;
            }

            .mSocial a i.fa-twitter {
                border-color: transparent;
                color: white;
                background-color: #55acee;
            }

            .mSocial a i.fa-google-plus {
                border-color: transparent;
                color: white;
                background-color: #dd4b39;
            }

            .mSocial a i.fa-instagram {
                border-color: transparent;
                color: white;
                background-color: #c13584;
            }
			.mSocial a i.fa-google {
    border-color: transparent;
    color: white;
    background-color: #d22700;
}
.mSocial a i.fa-tripadvisor {
    border-color: transparent;
    color: white;
    background-color: #1d9800;
}

ul.mLanguage {
    float: left;
    width: 100%;
    text-align: center;
}

    ul.mLanguage li {
        margin: 0 0 0 0;
        position: relative;
        display: inline-block;
    }

        ul.mLanguage li:first-child {
            margin-right: 15px;
            padding-right: 15px;
        }

            ul.mLanguage li:first-child::after {
                content: '';
                top: 4px;
                right: 0;
                width: 1px;
                height: 18px;
                position: absolute;
                background-color: #636363;
            }

        ul.mLanguage li a {
            display: block;
            padding: 3px 0;
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            white-space: nowrap;
            box-shadow: none !important;
        }

        ul.mLanguage li img {
            float: left;
            width: 27px;
            height: 28px;
            margin-top: -3px;
            margin-right: 5px;
            background-repeat: no-repeat;
            background-position: center center;
        }

ul.currency {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

    ul.currency li {
        margin: 0 0 0 0;
        position: relative;
        display: inline-block;
    }

        ul.currency li a {
            float: left;
            margin: 0 0 0;
            padding: 4px 7px;
            font-size: 14px;
            text-decoration: none;
            color: rgba(255, 255, 255, 0.85);
            background-color: #44413d;
        }

        ul.currency li.active a {
            background-color: #232220;
        }

.mp-overlap.right-side .mp-level.mp-level-open [data-level='3'] .h2 {
    display: None;
}

.homePage .top-bar.fixedd ul.navMenu .subMenu li a {
    border: 0;
}


.input-icon {
    position: relative;
}

    .input-icon i {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .input-icon input {
        padding-left: 28px;
    }

#rzvForm .input-group.select.selectBoxArrow::after {
    top: 18px;
    z-index: 9;
}

ul.properties {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.properties li {
        width: 100%;
        float: left;
        padding: 7px 0;
        border-bottom: 1px solid #eaeaea;
    }

        ul.properties li i {
            font-size: 18px;
            min-width: 40px;
            text-align: center;
            color: #354c9f;
        }

.hesaplama_sunuclari {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    .hesaplama_sunuclari table {
        width: 100%;
    }

        .hesaplama_sunuclari table td {
            padding: 5px;
            border: 1px solid #ccc;
            text-align: center;
        }

            .hesaplama_sunuclari table td.thead {
                text-align: left;
            }

    .hesaplama_sunuclari span {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

td.thead {
    background: whitesmoke;
}

b.dtotal, b.btotal {
    color: #1486c7;
}

.hesaplama_sunuclari span b {
    color: #1486c7;
    font-size: 16px;
}

.opsiyonlar {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
}

    .opsiyonlar span {
        width: 100%;
        float: left;
        margin: 0;
        padding: 10px 10px;
    }

    .opsiyonlar img {
        width: 15%;
        height: 65px;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 0;
    }

form[name='aracForm'] strong {
    margin: 0 0 6px 0;
    float: left;
    width: 100%;
}

.toplam {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

    .toplam b {
        width: 100%;
        float: left;
        color: #0a4b8d;
        font-weight: normal;
        font-size: 18px;
    }

    .toplam em {
        width: 100%;
        float: left;
        font-size: 20px;
        font-style: normal;
        font-weight: bold;
        color: red;
        margin: 3px 0 4px 0;
    }

.padding {
    float: left;
    padding: 15px 0 5px 0;
}

    .padding strong, .padding span {
        width: 100%;
        float: left;
    }



#cssmenu2 ul li a span {
    display: table;
    width: 100%;
    background: #6a6dd0;
    border: 1px solid #3e4095;
    padding: 6px 10px;
    color: #fff;
    transition: all 0.3s;
    background-image: url(/img/icon_plus.png);
    background-position: 98% 8px;
    background-repeat: no-repeat;
}

#cssmenu2 > ul > li {
    float: left;
    width: 100%;
    margin: 4px 0px;
}

#cssmenu2 ul li.active a span {
    background-color: #a0a2ea;
    border-bottom: 0pc;
    background-image: url(/img/icon_minus.png);
}

#cssmenu2 ul li a {
    text-decoration: none;
}

.basketSidebar .commentTitle {
    background: #ffffff;
    padding: 10px;
}

.basketSidebar form {
    background: #ffffff;
    padding: 0px 15px;
}

.bookNowBtn.transferBtn {
    border: 0px;
}

.wrapper h1 {
    width: 100%;
    float: left;
    font-size: 22px;
    background: #f7f7f7;
    padding: 15px;
    margin: 0 0 15px 0;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #21145f;
}

.modal-header .close {
    margin-top: -20px;
}

.radio input[type="radio"]:checked + .cr i {
    color: red;
}

.commentList .img {
    float: left;
    width: 170px;
}

    .commentList .img img {
        opacity: 1;
        width: 150px;
        border-radius: 100%;
        float: left;
        margin-right: 15px;
        background-size: cover;
    }

.commentList .desc {
    width: calc(100% - 170px);
    float: left;
}

/*# sourceMappingURL=style.css.map */

.paxitem {
    float: left;
    width: calc(100% - 30px);
    margin: 5px 15px;
    padding: 8px 0px;
    border: 1px solid #b3b3b3;
    position: relative;
}

    .paxitem .selectBoxArrow {
        position: absolute;
        right: 0;
        top: 0;
        width: 71px;
        z-index: 2;
    }

        .paxitem .selectBoxArrow select {
            width: 100%;
            height: 27px;
            border-radius: 0px;
            margin: -1px -1px 0px 0px;
            float: right;
        }

        .paxitem .selectBoxArrow::after {
            top: 9px;
            right: 7px;
        }

.response_topmenu {
    display: none;
    transition: all 0.3s;
}

    .response_topmenu * {
        transition: all 0.3s;
    }

div#paxinfo {
    padding-top: 15px;
}


.paketturlar .item {
    margin: 0 15px;
    width: calc(100% - 30px);
}

    .paketturlar .item .wrap {
        float: left;
        width: 100%;
        padding: 15px 10px;
        border-radius: 8px;
        margin-bottom: 20px;
        background-color: #f7f7f7;
    }

        .paketturlar .item .wrap .img {
            float: left;
            width: 100%;
            height: 277px;
            overflow: hidden;
            position: relative;
        }

            .paketturlar .item .wrap .img img {
                float: left;
                width: 100%;
                height: 277px;
                border-radius: 8px 8px 0 0;
                background-repeat: no-repeat;
                background-position: center center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
                -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
            }

        .paketturlar .item .wrap .tourInfo {
            float: left;
            width: 100%;
            margin-top: -71px;
            padding: 9px 20px;
            position: relative;
            background-color: rgba(10, 75, 141, 0.72);
        }

            .paketturlar .item .wrap .tourInfo .title {
                color: #fff;
                font-size: 18px;
                font-weight: 500;
                margin: 0 0 5px;
                width: 100%;
                float: left;
            }

                .paketturlar .item .wrap .tourInfo .title:hover {
                    text-decoration: none;
                }

            .paketturlar .item .wrap .tourInfo span {
                float: left;
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                line-height: 19px;
                padding-right: 9px;
                margin: 5px 9px 0 0;
                border-right: 1px solid rgba(255, 255, 255, 0.7);
            }

            .paketturlar .item .wrap .tourInfo .br-wrapper.br-theme-bootstrap-stars {
                margin-top: 5px;
            }

            .paketturlar .item .wrap .tourInfo strong {
                float: right;
                color: #fff;
                font-size: 24px;
                margin: 2px 0 0 0;
                font-weight: 500;
                line-height: 23px;
                line-height: 100%;
            }

                .paketturlar .item .wrap .tourInfo strong sub {
                    bottom: 0;
                    font-weight: 400;
                }

        .paketturlar .item .wrap:hover .img img {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

.paketturlar .owl-controls.clickable {
    top: -44px;
    width: 100%;
    display: block;
    position: absolute;
}

.paketturlar .owl-prev, .paketturlar .owl-next {
    padding: 0 0;
    font-size: 34px;
    color: #0a4b8d;
    border-radius: 0;
    margin: 0 10px 0 10px;
}

.tourDayList {
    float: left;
    width: 100%;
    margin: 0 0;
    padding: 25px 15px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

    .tourDayList ul {
        float: left;
        width: 100%;
        padding: 0 0;
    }

        .tourDayList ul li {
            float: left;
            width: 100%;
            margin: 0 0 10px;
        }

            .tourDayList ul li img {
                float: left;
                width: 83px;
                height: 68px;
                background-repeat: no-repeat;
                background-position: center center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
            }

            .tourDayList ul li .desc {
                float: left;
                width: calc(100% - 83px);
                margin: 0 0;
                padding: 0 0 0 10px;
            }

                .tourDayList ul li .desc b {
                    display: block;
                    color: #0a4b8d;
                }

                .tourDayList ul li .desc strong {
                    color: #383838;
                    font-weight: 600;
                }

                .tourDayList ul li .desc .commentStar {
                    margin-bottom: 0;
                }

    .tourDayList .showAll {
        display: block;
        color: #0a4b8d;
        font-weight: 700;
        text-decoration: none;
    }

.holder i.fa.fa-check {
    color: #00d600;
    padding-right: 5px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-top: 3px solid #ff7800;
}
#dil a{
color:#fff;
}
.livecam {
    float: right;
    width: 185px;
    /* color: #fff; */
    margin: 3px 85px -37px 0px;
    border-radius: 5px;
    padding: 10px;
    background: #f5913b;
}
.livecam.tr {
 margin:3px 50px -37px 0px;
}
.livecam a {
    color: #fff;
}

.livecam a i, .livecam a span {
    width: 100%;
    float: left;
    text-align: center;
    /* font-size: 14px; */
}

.livecam a i {font-size: 28px;}

.fixedd .livecam {
       float: left;
    margin: 5px 0 0 45px;
    width: 230px;
}

.fixedd .livecam i {
    width: 40px;
}

.fixedd .livecam span {
    width: calc(100% - 40px);
    padding-top: 5px;
}