﻿/* AÇIK MAVİ */
.login-right .lr-button,
.homeSlider .hs-prev,
.homeSlider .hs-next,
.main-search .ms-nav li.active,
.main-search .search-button,
.auto-button,
.reservation-table .button .see-res-bt,
.three-list .tb-bottom .discover-bt:hover,
.wide-hotel-box .whb-right .whb-choose,
.green-price-box,
.tour-price-table .tour-bt,
.booking-item .bi-title .bit-icon,
.booking-tabber .bt-nav li.active,
.bgc1,
.btnGoBackResDetail,
.document-download {
    background: #4898d3;
}

.three-list .tb-bottom .tb-center .price,
.four-list .fb-details .ts-area,
.four-list .fb-bottom .fb-center .price,
.special-deal-box .sdb-right .sdbr-title:hover,
.four-list .fb-details .ts-title:hover,
.reservation-table .reservation-nr,
.three-list .tb-details .ts-title:hover,
.wide-hotel-box .whb-center .whb-title:hover,
.wide-hotel-box .whb-right .new-price,
.whb-price .whp-right .price,
.whb-price .whp-right .green-bt,
.full-tabber .ft-nav li.active,
.t-dest-title.active .td-icon,
.t-dest-title::before,
.mainColor,
.booking-item .item-total .price,
.booking-item .item-title .it-price,
.booking-item .item-title .it-icon,
.btnBook,
.c1 {
    color: #4898d3;
}

.hotel-main-gallery .hmg-nav li.active img,
.credit-cards .card-box.active {
    border-color: #4898d3;
}

.booking-item .bi-title .bit-icon::before {
    border-color: transparent transparent transparent #4898d3;
}

.credit-cards .card-box.active::before {
    border-color: #4898d3 transparent transparent;
}
/* KOYU MAVİ */
.whb-price .whp-right .green-bt:hover {
    color: dodgerblue;
}

.main-search .ms-nav li.active::before {
    border-color: dodgerblue transparent transparent;
}

.main-search .search-button:hover,
.homeSlider .hs-prev:hover,
.homeSlider .hs-next:hover,
.login-right .lr-button:hover,
div.custom-radio input[type="radio"]:checked + label span,
.auto-button:hover,
.wide-hotel-box .whb-right .whb-choose:hover,
.tour-price-table .tour-bt:hover,
.bgc2 {
    background-color: dodgerblue;
}

.three-list .tb-details, .four-list .fb-details,
.agent-circles .agent-circle.orangeCircle {
    border-color: dodgerblue;
}

.wide-hotel-box .whb-right .discount:before,
.discount.left::before {
    border-color: transparent transparent #4898d3;
}
/* BACKGROUNDS */
.login-bg {
    background: rgba(0, 0, 0, 0) url("/Content/custom/img/bg/bg-karavan.jpg") repeat scroll 0 -190px / cover;
}

.destination-pane, .sub-pane, .home-pane {
    background: rgba(0, 0, 0, 0) url("/Content/custom/img/bg/home-pane-karavan.jpg") repeat scroll 0 -90px / cover;
}

/* LOADING */
.loading .loading-ct::before {
    background: rgba(0, 0, 0, 0) url("/Content/Custom/img/logo/karavan-cruises.png") repeat scroll 0 0;
    width: 285px;
    left: 0px;
}

.loading .loading-ct::after {
    background: rgba(0, 0, 0, 0) url("/Content/Custom/img/logo/karavan-cruises.png") repeat scroll 0 0;
    width: 285px;
    left: 0px;
}

@-webkit-keyframes loadingAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 285px;
    }
}

@keyframes loadingAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 285px;
    }
}

.flag {
    background: dodgerblue linear-gradient(#4898d3 0%, dodgerblue 100%) repeat scroll 0 0;
}

.colored-info {
    background: dodgerblue linear-gradient(#4898d3 0%, dodgerblue 100%) repeat scroll 0 0;
}

.secondPrice {
    display: initial;
}