﻿@import url(https://fonts.googleapis.com/css?family=Merienda+One);

body {
    font-family: "Open Sans", sans-serif;
    /*font-family: 'Roboto', arial, helvetica, sans-serif;*/
    /*font: 75%/150% "Lato", Arial, Helvetica, sans-serif;*/
    /*font-family: "Raleway", Arial, sans-serif;*/
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    line-height: 1.25;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    .container {
        width: calc(100% - 22px);
    }
}


@media screen and (max-width: 767px) {
    .container,
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .container {
        width: 100%;
    }
}

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

.popover-content {
    padding: 4px 8px !important;
}

.box-container {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    background-color: #FFF;
    padding: 0;
}

/*#region Content-Block-Section-Header-Title*/
.ub-content {
    padding: 0;
}

.ub-inner-content {
    padding: 5px 10px;
}

.ub-block {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 87%;
}

.ub-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    /*background-color: #ffad31;*/
    position: relative;
    /*color: white;*/
    color: #616161;
    font-weight: bold;
    /*background: linear-gradient(to right, rgb(0, 0, 70), rgb(28, 181, 224));
    background: linear-gradient(to right, rgb(40, 60, 134), rgb(69, 162, 71));
    background: linear-gradient(to right, rgb(21, 181, 235), rgb(143, 219, 234), rgb(21, 181, 235));
    background: linear-gradient(to right, rgb(26, 42, 108), rgb(178, 31, 31), rgb(253, 187, 45));
    background: linear-gradient(to right, rgb(255, 183, 94), rgb(237, 143, 3));
    background: linear-gradient(to right, rgb(245, 147, 0), rgb(248, 54, 0));
    background: linear-gradient(to right, rgb(255, 78, 80), rgb(249, 212, 35));*/
}

.ub-title {
    padding: 5px 10px;
    width: 100%;
}

.ub-title--auth {
    text-align: center;
    color: var(--secondary);
    font-size: 22px;
}
/*border-bottom: 0.5px solid #cecece;
    border-right: 0.5px solid #cecece;
    box-shadow: 1px 1px 0px #cecece;*/
}

.ub-title.ub-title--icon {
    box-shadow: none;
    border: none;
}

.ub-title i {
    padding-right: 12px;
    color: #e81932;
}

.ub-block .ub-section {
    padding: 3px 10px;
}

.ub-block .popover-content {
    padding: 7px 6px;
    font-size: 80%;
}

@media(max-width: 767px) {
    .ub-left-content,
    .ub-right-content {
        padding: 0;
    }

    .ub-block .popover-content {
        padding: 4px 5px;
    }
}

.ub-subheader {
    padding: 15px 25px 25px;
    background: #ececec;
    box-shadow: 0 1px 1px #cfcfcf;
    margin: -3px -10px 0 -10px;
    font-size: 90%;
}

.ub-print-content {
    text-align: center;
    padding: 5px 0 20px;
}
/*#endregion */

/*#region Table*/

.ub-table {
    border-collapse: collapse;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    .ub-table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    .ub-table tr {
        border-bottom: 1px solid #ddd;
        padding: .35em;
    }

    .ub-table th,
    .ub-table td {
        padding: .625em;
        text-align: center;
    }

        .ub-table td:first-child, .ub-table th:first-child {
            text-align: left;
        }

        .ub-table td:last-child, .ub-table th:last-child {
            text-align: right;
        }

    .ub-table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .ub-table .ub-table-result {
        border: none;
    }

        .ub-table .ub-table-result td {
            font-size: 14px;
            font-weight: bold;
        }

        .ub-table .ub-table-result .ub-table-result-total {
            color: #15b5eb;
        }

@media screen and (max-width: 600px) {
    .ub-table {
        border: 0;
    }

        .ub-table caption {
            font-size: 1.3em;
        }

        .ub-table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .ub-table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .ub-table .ub-table-result td {
            font-size: 12px !important;
        }

        .ub-table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right !important;
        }

            .ub-table td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .ub-table td:last-child {
                border-bottom: 0;
            }
}

/*#endregion */

.ub-input-header {
    display: block;
    font-size: 11px;
    font-weight: bold;
    min-width: 90px;
}

.logo {
    width: 100%;
    display: block;
}

    .logo img {
        /*width: 150px;*/
        width: 148px;
        display: block;
        margin: 5px auto 5px -16px;
    }

@media(max-width: 450px) {
    /*.ub-block {
        box-shadow: none !important;
        font-size: 80%;
    }*/

    /*.container {
        padding-right: 0 !important;
        padding-left: 0 !important;
        overflow: hidden;
    }*/

    .ub-content {
        margin-top: 0 !important;
    }

    .left-content, .right-content, .ub-inner-content {
        padding: 0 !important;
    }

    .logo img {
        width: 150px !important;
        display: block !important;
        margin: 5px auto !important;
    }
}



.ub-passengerInfo {
    padding-right: 0;
    padding-left: 0;
}

.ub-passengerInfo-header {
    margin: 12px 0 5px;
    color: #15b5eb;
    font-weight: bold;
    border-bottom: 1px solid #eef1f5;
    padding-bottom: 10px;
}

.ub-input {
    padding: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 12px 0;
}

.text-input {
    display: block;
    height: 45px;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    /*box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);*/
}


.ub-input-field {
    position: relative;
    display: block;
    float: right;
    padding: 9px;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    font-weight: bold;
    -webkit-appearance: none;
}

.text-input-field {
    position: absolute;
    z-index: 100;
    padding: 19px 18px 0;
    width: 100%;
    background: transparent;
    color: #5c5c5c;
    font-size: 14px;
}

.ub-input-label {
    display: inline-block;
    color: #6a7989;
    font-weight: bold;
    /*font-size: 87%;*/
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .ub-input-label i {
        position: absolute;
        font-size: 20px;
        right: 10px;
        top: 10px;
        z-index: 999;
    }

.text-input-label {
    /*padding: 0;*/
    margin: 0;
    width: 100%;
    /*height: 100%;
    background: #fff;
    text-align: left;*/
}

.ub-input-label-content {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 35px;
}

.text-input-label-content {
    padding: 13px 24px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
    text-rendering: geometricPrecision;
}

.text-input-field:focus + .text-input-label .text-input-label-content,
.ub-input-filled .text-input-label .text-input-label-content {
    -webkit-transform: translate3d(-12px, -12px, 0) scale3d(0.85, 0.85, 1);
    transform: translate3d(-12px,-12px, 0) scale3d(0.85, 0.85, 1) translateZ(1px);
}

.ub-input-notice {
    font-size: 10px;
    padding: 2px 0px 10px 5px;
    clear: both;
}


.ub-button--modalbox {
    color: var(--secondary) !important;
    text-transform: inherit !important;
    font-size: 16px !important;
}

.ub-checkbox--modalbox {
    font-weight: normal;
    font-size: 12px;
}

.ub-label--center {
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

.ub-input__message {
    font-size: 90%;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    width: calc(100% - 20px);
}

.ub-input__message--success {
    padding: 10px;
    margin: 10px;
    color: #28a745;
    border: 1px solid #28a745;
}

.ub-input__message--danger {
    padding: 10px;
    margin: 10px;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.ub-input__message--modalbox {
    display: none;
}

    .ub-input__message--modalbox.ub-input__message {
        width: 100%;
    }

    .ub-input__message--modalbox.ub-input__message--danger {
        margin: 0;
    }

.promotional-fee .commision__label {
    text-decoration: line-through;
}

.new-commision {
    display: inline-block;
    color: #f39200;
    margin: 0 5px;
}


.flightSearchBox .ub-input {
    margin: 0 0 0 15px;
}

.flightSearchBox .ub-input-label-content {
    color: #fff;
    padding: 0;
    font-size: 12px;
    margin: 0 0 0 24px;
}

.flightSearchBox .ub-input input[type="checkbox"] + label::before,
.flightSearchBox .ub-input input[type="checkbox"]:checked + label::after {
    height: 16px;
    width: 16px;
}

.flightSearchBox .ub-input input[type="checkbox"] + label::before {
    border: 1px solid #7e7e7e;
    background: white;
}

.flightSearchBox .ub-input input[type="checkbox"]:checked + label::after {
    line-height: 16px;
    font-size: 12px;
}

#list-modal .modal-dialog {
    min-width: 95%;
}

@media(min-width: 1200px) {
    #list-modal .modal-dialog {
        min-width: 1024px;
    }
}

@media(min-width: 576px) {
    .modal::before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: '';
    }

    .modal {
        text-align: center;
    }

    .modal-dialog {
        display: inline-block;
        min-width: 500px;
        text-align: left;
        /*vertical-align: middle;*/
    }
}

.ub-input-box {
    display: flex;
}

.ub-input-info {
    padding: 0 0 10px 0;
    clear: both;
    font-size: 88%;
    color: #b2b2b2;
}

.ub-input input[type="checkbox"],
.ub-input input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 10000;
    cursor: pointer;
}


    .ub-input input[type="checkbox"] + label::before,
    .ub-input input[type="radio"] + label::before,
    .ub-input label::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .ub-input input[type="checkbox"] + label::before,
    .ub-input input[type="radio"] + label::before {
        border: 1px solid rgba(0,0,0,0.3);
    }

    .ub-input input[type="checkbox"] + label::before,
    .ub-input input[type="checkbox"]:checked + label::after,
    .ub-input input[type="radio"] + label::before {
        height: 18px;
        width: 18px;
        left: 0;
        position: absolute;
        cursor: pointer;
    }

    .ub-input input[type="radio"] + label::before {
        width: 27px;
        background-color: #fff;
        border-radius: 10px;
    }


    .ub-input input[type="checkbox"]:checked + label::after {
        content: '\2713';
        text-align: center;
        line-height: 18px;
        color: #31d2d4;
    }

    .ub-input input[type="radio"] + label::after {
        left: 4px;
        width: 12px;
        height: 12px;
        border-radius: 10px;
        background-color: #6C788A;
        transition: left .25s, background-color .25s;
    }

    .ub-input input[type="radio"]:checked + label::after {
        left: 11px;
        background-color: #f39200;
    }

    .ub-input input[type="radio"]:checked ~ label {
        border: none !important;
        color: unset !important;
    }



.ub-input-group-dropholder {
    height: 45px;
    border: 1px solid #c2c2c2;
    /*box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);*/
    margin: 12px 0;
    padding: 0;
}

    .ub-input-group-dropholder .ub-input-group-dropdown {
        float: left;
        width: 100%;
        padding: 13px 14px 13px 10px;
        cursor: pointer;
    }

.ub-input-group-dropdown:before {
    font-size: 15px;
    position: absolute;
    right: 8px;
    top: 5px;
    display: block;
}

.ub-input-group-dropdown.cd-active:after {
    content: "▴";
}

.ub-input-group-dropdown:after {
    content: "▾";
    font-size: 15px;
    position: absolute;
    right: 4px;
    top: 16px;
    display: block;
}

.ub-input-group-dropholder p {
    /*font-size: 87%;*/
    margin: 0;
    color: #6a7989;
    font-weight: bold;
    text-align: center;
    /*text-transform: uppercase;*/
}

.ub-input-group-dropholder input:not(.ub-input-group-dropdown-searchbox) {
    width: 100%;
    border: none;
    pointer-events: none;
    text-align: center;
    color: #5c5c5c;
    font-weight: bold;
    background: transparent;
}


.ub-input-group-dropholder .ub-input-group-menu {
    position: relative;
    width: max-content;
    width: -moz-max-content;
    min-width: 100%;
    padding-inline-start: 0;
    -webkit-padding-start: 0;
    cursor: pointer;
    opacity: 0;
    transform-style: preserve-3d;
    transform: rotatey(180deg) rotateX(5deg) translatey(100px);
    backface-visiity: hidden;
    background: white;
    transition: all 0.8s;
    overflow: auto;
    border: 1px solid #c2c2c2;
}

.ub-input-group-menu .ub-input-group-dropdown-searchbox {
    width: 100%;
    border: 1px solid #c2c2c2;
    padding: 5px 20px;
}

.ub-input-group-menu ul, ul.ub-input-group-menu {
    padding-inline-start: 0;
    -webkit-padding-start: 0;
    margin-bottom: 0;
    max-height: 200px;
    overflow: auto;
}

.ub-input-group-dropholder .ub-input-group-menu li {
    padding: 5px 23px;
    transition: all 0.3s;
    /*font-size: 12px;*/
    /*margin: 0 0 0 -40px;*/
    list-style: none;
    color: #5c5c5c;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}



    .ub-input-group-dropholder .ub-input-group-menu li:hover {
        background: #d5d5d5;
    }



    .ub-input-group-dropholder .ub-input-group-menu li:last-child {
        border: none;
    }

.ub-input-group-dropholder .showMenu {
    opacity: 1;
    transform: rotateX(0deg) translatey(0px);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    z-index: 555;
    background: white;
}

.ub-input-group-dropholder li > i {
    float: left;
    padding-top: 3px;
    padding-right: 8px;
    font-size: 10px;
}

.ub-input-group-dropholder p > i {
    position: relative;
    right: 4px;
}

.ub-input-group-dropholder i {
    opacity: 0.7;
}

.ub-accordion__arrow {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 30px;
}

    .ub-accordion__arrow:before, .ub-accordion__arrow:after {
        content: "";
        position: absolute;
        background-color: #e81932;
        width: 3px;
        height: 9px;
    }

    .ub-accordion__arrow:before {
        transform: translate(-2px, 0) rotate(45deg);
    }

    .ub-accordion__arrow:after {
        transform: translate(2px, 0) rotate(-45deg);
    }

.ub-accordion__input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 40px;
    z-index: 1;
    opacity: 0;
}

    .ub-accordion__input[type=checkbox]:checked ~ .ub-section {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        transform: translate(0, 50%);
    }

    .ub-accordion__input[type=checkbox]:checked ~ .ub-accordion__arrow:before {
        transform: translate(2px, 0) rotate(45deg);
    }

    .ub-accordion__input[type=checkbox]:checked ~ .ub-accordion__arrow:after {
        transform: translate(-2px, 0) rotate(-45deg);
    }

.ub-section, .ub-accordion__arrow:before, .ub-accordion__arrow:after {
    transition: all 0.25s ease-in-out,opacity 0s;
}

/*.ub-block {
    animation: flipdown 0.5s ease both;
}

.ub-section {
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
}*/

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}


.payment-info {
    margin-top: 20px;
}

.payment-icons-security {
    width: 50px;
    height: 60px;
    margin-bottom: 10px;
}

.payment-icons-master-visa {
    width: 80px;
    height: 96px;
    margin-bottom: 10px;
}

.text-muted {
    color: #999 !important;
}

.text-center {
    text-align: center !important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}


[class*=" sm-airline-icons-"],
[class^=sm-airline-icons-] {
    display: inline-block;
    background-image: url(../images/airlineCompanies/sprite-sm-airline-icons.html);
}

.sm-airline-icons-0 {
    background-position: 0 0;
    width: 20px;
    height: 20px;
}


.sm-airline-icons-TK {
    background-position: 0 -2840px;
    width: 20px;
    height: 20px;
}

.sm-airline-icons-TO {
    background-position: 0 -2860px;
    width: 20px;
    height: 20px;
}



.ub-media {
    margin-top: 10px;
    display: flex;
    flex-flow: row nowrap;
}

    .ub-media .ub-media-image {
        position: relative;
        float: left;
        padding: 0;
        margin: 8px;
    }

    .ub-media .ub-media-body {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        margin: 5px 0;
        /*font-size: 80%;*/
    }

        .ub-media .ub-media-body .ub-media-body-info {
            display: block;
        }

/*.ub-media-body-title {
    text-align: end;
}

.ub-media-body {
    align-items: flex-end;
}*/
/*.flight-info {
    font-size: 80%;
    display: block;
}

    .flight-info .flight-info-title {
        position: relative;
        float: left;
        margin-right: 5px;
        font-weight: bold;
    }

    .flight-info .flight-info-time {
        position: relative;
        float: left;
        font-size: 90%;
    }*/


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/*.modal-body {
    height: 650px;
    overflow-y: auto;
}*/

.modal {
    z-index: 10001;
}

    .modal .modal-body {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1rem;
        max-height: 600px;
        overflow-y: auto;
    }

.modal-header {
    /*display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding: .5rem .1rem;*/
    border-bottom: 0 solid #ddd;
}

    .modal-header:before, .modal-header:after {
        display: none;
    }

.modal-footer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0 solid #ddd;
}

.modal-content {
    padding: 0 20px;
}

.modal-body h3,
.modal-body h4,
.modal-body p {
    margin: 15px 0 10px;
}

.modal-title {
    font-size: 35px;
}

#list-modal .list-detail-table .list-detail .table-col-wrapper .table-col:first-of-type {
    border-right: 1px solid #f5f5f9;
}

#list-modal .list-detail-table .list-detail td {
    padding: 0;
    vertical-align: middle;
}

#list-modal .list-detail-table td,
#list-modal .list-detail-table th {
    font-size: 10px;
}

#list-modal .list-detail-table .list-detail .table-col-wrapper .table-col {
    margin-left: .5rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: .5rem .25rem;
}

#list-modal .list-detail-table .list-detail .table-col-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/*Ticket*/
.tt-table {
    border-collapse: collapse;
    /*margin: 10px 0;*/
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 80%;
}

    .tt-table caption, .ticket-custom-header {
        background: #fff4e2;
        padding: 5px 10px;
        font-weight: bold;
        color: #000;
    }


    .tt-table tr {
        padding: .35em;
    }

    .tt-table th,
    .tt-table td {
        padding: 10px 20px;
        text-align: left;
    }


        .tt-table td:before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            width: 40%;
        }

@media screen and (max-width: 600px) {

    .tt-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .tt-table tr {
        display: block;
        margin-bottom: .625em;
    }

    .tt-table td {
        display: block;
        font-size: .8em;
    }
}

.kk-table {
    border-collapse: collapse;
    /*margin: 10px 0;*/
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-size: 80%;
}

    .kk-table caption {
        background: #fff4e2;
        padding: 5px 10px;
        font-weight: bold;
        color: #000;
    }

    .kk-table tr {
        padding: .35em;
    }

    .kk-table th,
    .kk-table td {
        padding: 10px 20px;
        text-align: center;
        vertical-align: top;
    }

    .kk-table thead tr th {
        text-decoration: underline;
    }

    .kk-table td label {
        display: flex;
        flex-flow: column nowrap;
        font-weight: normal;
    }

    .kk-table .kk-airline {
        display: inline-flex;
        align-items: center;
    }

        .kk-table .kk-airline span {
            margin: 0 4px;
            font-weight: bold;
        }


@media screen and (max-width: 600px) {
    .kk-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .kk-table tr {
        display: block;
        margin-bottom: .625em;
    }

    .kk-table th,
    .kk-table td {
        padding: .625em;
        text-align: left;
    }

    .kk-table td {
        display: block;
        font-size: .8em;
    }

        .kk-table td:before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
            width: 40%;
        }
}

.ticket-table {
    border: 2px solid #e3e3e3;
    width: 100%;
}

    .ticket-table tbody tr th {
        padding: 10px;
    }

.ticket-custom-header {
    font-size: 80%;
}

ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 10px 20px 10px 36px;
    padding: 0;
    counter-reset: li-counter;
    font-size: 80%;
}

    ol.simple-list > li {
        position: relative;
        margin-bottom: 8px;
        padding-left: 0.5em;
        /*min-height: 3em;*/
        border-left: 2px solid #CCCCCC;
        font-size: 80%;
    }

        ol.simple-list > li:before {
            position: absolute;
            top: 0;
            left: -23px;
            width: 0.8em;
            font-size: 130%;
            line-height: 1;
            font-weight: bold;
            text-align: right;
            color: #464646;
            content: counter(li-counter);
            counter-increment: li-counter;
        }


#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../images/backgrounds/loadingBg-min.png);*/
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation: zoomin 15s ease-in infinite;
    -moz-animation: zoomin 15s ease-in infinite;
    -o-animation: zoomin 15s ease-in infinite;
    animation: zoomin 15s ease-in infinite;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

@media(max-width: 767px) {
    #loadingcontent {
        background-image: url(../images/backgrounds/loadingBg-mb1.html);
    }
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
    /*color: rgba(0,0,0,.5);*/
    /*background: none;
    -webkit-animation: zoomout 15s ease-in infinite;
    -moz-animation: zoomout 15s ease-in infinite;
    -o-animation: zoomout 15s ease-in infinite;
    animation: zoomout 15s ease-in infinite;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;*/
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes zoomin {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(0.67);
        -ms-transform: scale(0.67);
        -o-transform: scale(0.67);
        -webkit-transform: scale(0.67);
        transform: scale(0.67);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(0.67);
        -ms-transform: scale(0.67);
        -o-transform: scale(0.67);
        -webkit-transform: scale(0.67);
        transform: scale(0.67);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*End of Zoom out Keyframes */


[class*=" ccard-icon-"],
[class^=ccard-icon-] {
    display: inline-block;
    background-image: url(../images/cardBrands.html);
}

.ccard-icon-default {
    background-position: -7px -438px;
    width: 60px;
    height: 34px;
}

.ccard-icon-visa {
    background-position: -7px -472px;
    width: 60px;
    height: 34px;
}

.ccard-icon-mastercard {
    background-position: -7px -508px;
    width: 60px;
    height: 34px;
}

.ccard-icon-amex {
    background-position: -7px -542px;
    width: 60px;
    height: 32px;
}

.ccard-icon-maximum {
    background-position: -7px -241px;
    width: 65px;
    height: 26px;
}

.ccard-icon-ing-bank-bonus {
    background-position: -7px -297px;
    width: 65px;
    height: 26px;
}

.ccard-icon-world {
    background-position: -7px -38px;
    width: 65px;
    height: 26px;
}

.ccard-icon-bonus {
    background-position: -7px -9px;
    width: 65px;
    height: 26px;
}

.ccard-icon-shopmiles {
    background-position: -7px -412px;
    width: 65px;
    height: 26px;
}

.ccard-icon-cardfinans {
    background-position: -7px -97px;
    width: 65px;
    height: 26px;
}

.ccard-icon-denizbank-bonus {
    background-position: -7px -327px;
    width: 65px;
    height: 26px;
}

.ccard-icon-tf {
    background-position: -7px -185px;
    width: 65px;
    height: 26px;
}

.ccard-icon-advantage {
    background-position: -7px -126px;
    width: 65px;
    height: 26px;
}

.ccard-icon-vakifbank-world {
    background-position: -7px -382px;
    width: 65px;
    height: 26px;
}

.ccard-icon-axess {
    background-position: -7px -68px;
    width: 65px;
    height: 26px;
}

.ccard-icon-paraf {
    background-position: -7px -214px;
    width: 65px;
    height: 26px;
}

.ccard-icon-citi {
    background-position: -7px -355px;
    width: 65px;
    height: 26px;
}

.card-number {
    position: relative;
}

.ccard-type {
    position: absolute !important;
    float: left !important;
    left: 0 !important;
    right: 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto 0 !important;
}

.ccard-brand {
    position: absolute;
    float: right;
    bottom: 9px;
    right: 12px;
}

.ccard {
    padding-left: 70px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100000 !important;
    background: white;
}

.loadingBackground {
    /*background: url(~/images/backgrounds/bg_flight.png);*/
    height: 100%;
    width: 100%;
    /*opacity: 0.8;*/
    position: fixed;
}

/* font is used in demo only. not required for the effect */

.loading-animation {
    list-style: none;
    position: relative;
    height: 1px;
    /*width: 200px;*/
    width: 50%;
    border-bottom: 1px dashed #fafeff;
    position: relative;
}

    .loading-animation li {
        margin-top: -3px;
        height: 10px;
        width: 10px;
        border-radius: 10px;
        background-color: #fafeff;
        opacity: 0;
        box-shadow: 0px 0px 4px #fafeff, 0px 0px 8px #fafeff, 0px 0px 12px #fafeff, 0px 0px 18px #fafeff;
        position: absolute;
        /*left: -10%;*/
        animation-name: loading;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: normal;
    }
    /* alternate animation */
    .loading-animation.alternate li {
        animation-name: loading2;
    }

    .loading-animation li:nth-child(1) {
        animation-delay: 250ms;
    }

    .loading-animation li:nth-child(2) {
        animation-delay: 500ms;
    }

    .loading-animation li:nth-child(3) {
        animation-delay: 750ms;
    }

    .loading-animation li:nth-child(4) {
        animation-delay: 1s;
    }

    .loading-animation li:nth-child(5) {
        animation-delay: 1.25s;
    }

/* fading only */
@keyframes loading {
    0% {
        left: 0%;
        opacity: 0;
    }

    20%, 60% {
        left: 50%;
        opacity: 1;
    }

    90% {
        left: 100%;
        opacity: 0;
    }

    100% {
        left: 100%;
    }
}

/* shrinking and fading */
@keyframes loading2 {
    0% {
        left: 0%;
        opacity: 0;
        height: 1px;
        width: 1px;
        margin-top: -2px;
    }

    20%, 60% {
        left: 52%;
        opacity: 1;
        height: 10px;
        width: 10px;
        margin-top: -3px;
    }

    90% {
        left: 100%;
        opacity: 0;
        height: 1px;
        width: 1px;
        margin-top: 0px;
    }

    100% {
        left: 100%;
    }
}

/* all of this is extra for the demo */
.loading-animation {
    margin: 0 auto;
    margin-top: 300px;
}

    .loading-animation:before, .loading-animation:after {
        color: grey;
        font-family: Tahoma, Verdana, Segoe, sans-serif;
        /*font-family: "Merienda One",cursive;*/
    }

    .loading-animation:before {
        content: attr(data-title);
        position: absolute;
        top: -52px;
        /*left: 40%;*/
        font-size: 24px;
        color: #fafeff;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .loading-animation:after {
        content: attr(data-message);
        position: absolute;
        top: 26px;
        /*left: 43%;*/
        color: #fafeff;
        font-size: 18px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

ul.slimmenu li.logout a {
    font-size: 12px;
}

ul.slimmenu li.welcome a {
    font-size: 12px;
}

ul.slimmenu form {
    position: relative;
    display: inline-block;
}

ul.slimmenu li.logout {
    border-left: 1px solid #404349;
    box-shadow: inset 1px 0 0 0 #60656e;
    margin-right: 45px;
}

input.input-text, select, textarea, span.custom-select {
    background: #f5f5f5;
    border: none;
    line-height: normal;
}

input.input-text, textarea, span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
}

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

.modal-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

button, input[type="button"].button, a.button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
}

a.button {
    display: inline-block;
    background: #d9d9d9;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
}

/* 2.20. Gallery popup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.opacity-overlay {
    outline: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    display: none;
    -webkit-backface-visibility: hidden;
}

    .opacity-overlay .container {
        height: 100%;
        position: relative;
        z-index: 10001;
    }

    .opacity-overlay .spinner {
        color: #fff;
        font-size: 32px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }

.popup-wrapper {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 5px;
}

    .popup-wrapper:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .popup-wrapper .popup-content {
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: left;
        z-index: 10003;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

/* 2.21. Style changer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.style-changer {
    text-align: left;
    width: 270px;
}

    .style-changer .style-changer-header {
        width: 330px;
        padding-left: 30px;
        height: 55px;
        line-height: 55px;
        color: #fff;
        background: #01b7f2;
        -webkit-border-radius: 0 0 15px 0;
        -moz-border-radius: 0 0 15px 0;
        -ms-border-radius: 0 0 15px 0;
        border-radius: 0 0 15px 0;
        position: relative;
    }

        .style-changer .style-changer-header .style-main-title {
            float: left;
            margin: 0;
            line-height: 55px;
            color: #fff;
        }

        .style-changer .style-changer-header .style-toggle {
            position: absolute;
            right: 15px;
            top: 12px;
            font-size: 20px;
            width: 30px;
            height: 30px;
            -webkit-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -ms-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%;
            background: #fff;
            line-height: 30px;
            text-align: center;
        }

            .style-changer .style-changer-header .style-toggle > .fa {
                color: #01b7f2;
            }

    .style-changer .style-chagner-main {
        width: 270px;
        background: #fff;
        padding: 15px 30px 30px;
    }

        .style-changer .style-chagner-main label {
            margin-top: 15px;
            font-weight: 400;
            font-size: 0.8333em;
            text-transform: uppercase;
        }

        .style-changer .style-chagner-main .design-skins {
            margin-bottom: 15px;
        }

            .style-changer .style-chagner-main .design-skins li {
                padding: 4px;
                border: 1px solid;
                -webkit-border-radius: 50% 50% 50% 50%;
                -moz-border-radius: 50% 50% 50% 50%;
                -ms-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
                width: 35px;
                height: 35px;
            }

                .style-changer .style-chagner-main .design-skins li i {
                    display: none;
                }

                .style-changer .style-chagner-main .design-skins li a {
                    display: block;
                    color: #fff;
                    -webkit-border-radius: 50% 50% 50% 50%;
                    -moz-border-radius: 50% 50% 50% 50%;
                    -ms-border-radius: 50% 50% 50% 50%;
                    border-radius: 50% 50% 50% 50%;
                    text-align: center;
                    font-size: 20px;
                    line-height: 1.1em;
                    width: 100%;
                    height: 100%;
                }

                .style-changer .style-chagner-main .design-skins li.active i {
                    display: inline-block;
                }

                .style-changer .style-chagner-main .design-skins li.light-blue {
                    border-color: #01b7f2;
                }

                    .style-changer .style-chagner-main .design-skins li.light-blue a {
                        background: #01b7f2;
                    }

    .style-changer.dark .style-chagner-main {
        background: #2d3e52;
    }

        .style-changer.dark .style-chagner-main label {
            color: #7c9abd;
        }

    .style-changer#style-changer {
        position: fixed;
        left: -275px;
        top: 100px;
        z-index: 1000;
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        -webkit-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

/* Sign up, Login box and Forgot */

.modal-signup-box,
.modal-login-box,
.modal-forgot-box {
    /*border: 2px solid #01b7f2;*/
    width: 360px;
    margin: 0 auto;
    display: none;
}

    .modal-signup-box .login-social .button,
    .modal-login-box .login-social .button {
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        font-size: 1.01em;
        font-weight: 400;
        text-align: left;
        padding-left: 20px;
        letter-spacing: 0.04em;
    }

        .modal-signup-box .login-social .button i,
        .modal-login-box .login-social .button i {
            font-size: 1.5em;
            margin-right: 36px;
            width: 20px;
            float: left;
            display: block;
        }

    .modal-signup-box .login-facebook,
    .modal-login-box .login-facebook {
        background: #155c92;
    }

    .modal-signup-box .login-google,
    .modal-login-box .login-google {
        background: #d13535;
    }

    .modal-signup-box .seperator,
    .modal-login-box .seperator {
        line-height: 0;
        border-top: 1px solid #f5f5f5;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .modal-signup-box .seperator label,
        .modal-login-box .seperator label {
            display: block;
            font-size: 0.7167em;
            position: absolute;
            left: 50%;
            top: 50%;
            line-height: 1;
            background: #fff;
            padding: 0 10px;
            margin: -1px 0 0;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-weight: 400;
        }

    .modal-signup-box p,
    .modal-login-box p {
        margin-bottom: 0;
    }

    .modal-signup-box .description,
    .modal-login-box .description {
        font-size: 1em;
        color: #9e9e9e;
    }

    .modal-signup-box .form-group,
    .modal-login-box .form-group,
    .modal-forgot-box .form-group {
        margin-top: 10px;
        text-align: left;
    }

    .modal-signup-box .checkbox label,
    .modal-login-box .checkbox label {
        font-size: 1em;
    }

    .modal-signup-box .goto-login,
    .modal-signup-box .goto-signup,
    .modal-signup-box .signup-email,
    .modal-login-box .goto-login,
    .modal-login-box .goto-signup,
    .modal-login-box .signup-email,
    .modal-forgot-box .goto-forgot {
        color: var(--secondary);
        font-size: 1.0833em;
    }

    .modal-signup-box .signup-email-section {
        margin-bottom: 10px;
    }

    .modal-signup-box .signup-email i {
        font-size: 1.2em;
        margin-right: 4px;
    }

    .modal-signup-box .email-signup {
        margin-top: 5px;
        margin-bottom: 20px;
        /*display: none;*/
    }

    .modal-login-box .checkbox-inline {
        margin-left: 0;
    }

    .modal-login-box .forgot-password {
        color: #01b7f2;
        /*text-decoration: underline;*/
    }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*.new-passenger {
    overflow-x: auto;
}*/

@media screen and (max-width: 600px) {

    table#newPassengerTable {
        border: 0;
    }

        table#newPassengerTable caption {
            font-size: 1.3em;
        }

        table#newPassengerTable thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table#newPassengerTable tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: 2.625em;
        }

        table#newPassengerTable td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table#newPassengerTable td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                /*text-transform: uppercase;*/
            }

            table#newPassengerTable td:last-child {
                border-bottom: 0;
            }
}


/*Flight Loader*/

#LoaderFlightSearch {
    display: none;
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#LoaderFlightSearch.fade {
    opacity: 1;
    display: block;
}

#LoaderFlightSearch .loader__content {
    width: 100%;
    height: 400px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    /*font-family: helvetica, arial, sans-serif;*/
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #ce4233;
    letter-spacing: 0.2em;
    /*background: linear-gradient(to bottom right, rgba(249, 255, 0, 0.8), rgba(255, 0, 0, 0.8));*/
    background: linear-gradient(to bottom right, rgba(249, 255, 0, 0.8), rgba(255, 0, 0, 0.53));
    pointer-events: none;
}

.fadeIn {
    animation-name: fadeIn;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#LoaderFlightSearch .container_loader {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}


#LoaderFlightSearch .right__loader {
    float: left;
    color: #fff !important;
    width: 50%;
    text-align: right;
}

#LoaderFlightSearch .left__loader {
    float: left;
    color: #efefef !important;
    width: 50%;
    text-align: left;
    /*text-align: right;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);*/
    margin-top: 40px;
}

#LoaderFlightSearch span {
    text-transform: initial;
}

#LoaderFlightSearch h1,
#LoaderFlightSearch h4,
#LoaderFlightSearch .loader--header,
#LoaderFlightSearch .loader--footer {
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -o-transition: opacity .25s;
    -ms-transition: opacity .25s;
    transition: opacity .25s;
    /*font-family: "FARCRY", Verdana, Tahoma;*/
    color: inherit;
}

#LoaderFlightSearch h1 {
    font-size: 3vw;
}

#LoaderFlightSearch h4 {
    font-size: 2vw;
}

    #LoaderFlightSearch h4:first-child {
        margin-bottom: 0;
    }

    #LoaderFlightSearch h4:last-child {
        margin-top: -0.7vw;
    }


#LoaderFlightSearch .loader--footer {
    font-size: 1vw;
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    color: white;
}

#LoaderFlightSearch .loader--header {
    font-size: 14px;
    position: absolute;
    top: 10%;
    text-align: center;
    width: 100%;
    color: white;
}

@media (max-width: 992px) {
    #LoaderFlightSearch .loader--header {
        font-size: 12px;
    }
}

#root {
    min-height: 700px;
    margin-top: 90px;
    margin-bottom: 50px;
}

@media screen and (min-width: 600px) {
    /* Circle Buttons */
    .btn-circle {
        border-radius: 25px !important;
        overflow: hidden;
    }

    .btn-circle-right {
        border-radius: 0 25px 25px 0 !important;
    }

    .btn-circle-left {
        border-radius: 25px 0 0 25px !important;
    }

    .btn-circle-bottom {
        border-radius: 0 0 25px 25px !important;
    }

    .btn-circle-top {
        border-radius: 25px 25px 0 0 !important;
    }

    .btn-icon-only {
        height: 34px;
        width: 34px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

        .btn-icon-only > [class^="icon-"],
        .btn-icon-only > i {
            text-align: center;
            margin-top: 2px;
        }

    .btn-group.btn-group-circle > .btn:first-child {
        border-radius: 25px 0 0 25px !important;
    }

    .btn-group.btn-group-circle > .btn:last-child {
        border-radius: 0 25px 25px 0 !important;
    }

    .btn-group.btn-group-devided > .btn {
        margin-right: 5px;
    }

        .btn-group.btn-group-devided > .btn:last-child {
            margin-right: 0;
        }

    .btn-group-vertical.btn-group-vertical-circle > .btn:first-child {
        border-radius: 25px 25px 0 0 !important;
    }

    .btn-group-vertical.btn-group-vertical-circle > .btn:last-child {
        border-radius: 0 0 25px 25px !important;
    }

    /*.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        overflow: hidden;
        position: relative;
        user-select: none;
        padding: 8px 14px 7px 14px;
    }*/

    /*.search-form .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all),
    .btn-theme-panel .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
        box-shadow: none !important;
        overflow: visible;
    }

    .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-link {
        box-shadow: none;
        color: #e81932;
    }*/

    .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-link:hover {
        text-decoration: none;
    }

    .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) > i {
        margin-top: 0;
        margin-left: 3px;
        margin-right: 3px;
    }

    .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-sm {
        font-size: 11px;
        padding: 6px 18px 6px 18px;
    }

    .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-xs {
        font-size: 11px;
        padding: 3px 8px 3px 8px;
    }

    .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-lg {
        font-size: 16px;
        padding: 12px 26px 10px 26px;
    }

    .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-icon-only {
        padding-left: 0;
        padding-right: 0;
    }

        .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-icon-only > i {
            margin-left: 0;
            margin-right: 0;
        }

    .btn.green-haze:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #44b6ae;
        border-color: #44b6ae;
    }

        .btn.green-haze:not(.btn-outline):focus, .btn.green-haze:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #36918b;
            border-color: #215955;
        }

        .btn.green-haze:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #36918b;
            border-color: #338983;
        }

        .btn.green-haze:not(.btn-outline):active, .btn.green-haze:not(.btn-outline).active,
        .open > .btn.green-haze:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #36918b;
            border-color: #338983;
        }

            .btn.green-haze:not(.btn-outline):active:hover, .btn.green-haze:not(.btn-outline):active:focus, .btn.green-haze:not(.btn-outline):active.focus, .btn.green-haze:not(.btn-outline).active:hover, .btn.green-haze:not(.btn-outline).active:focus, .btn.green-haze:not(.btn-outline).active.focus,
            .open > .btn.green-haze:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-haze:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-haze:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #2c7772;
                border-color: #215955;
            }

        .btn.green-haze:not(.btn-outline):active, .btn.green-haze:not(.btn-outline).active,
        .open > .btn.green-haze:not(.btn-outline).dropdown-toggle {
            background-image: none;
        }

        .btn.green-haze:not(.btn-outline).disabled:hover, .btn.green-haze:not(.btn-outline).disabled:focus, .btn.green-haze:not(.btn-outline).disabled.focus, .btn.green-haze:not(.btn-outline)[disabled]:hover, .btn.green-haze:not(.btn-outline)[disabled]:focus, .btn.green-haze:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-haze:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-haze:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-haze:not(.btn-outline).focus {
            background-color: #44b6ae;
            border-color: #44b6ae;
        }

        .btn.green-haze:not(.btn-outline) .badge {
            color: #44b6ae;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-haze {
        border-color: #44b6ae;
        color: #44b6ae;
        background: none;
    }

        .btn.btn-outline.green-haze:hover, .btn.btn-outline.green-haze:active, .btn.btn-outline.green-haze:active:hover, .btn.btn-outline.green-haze:active:focus, .btn.btn-outline.green-haze:focus, .btn.btn-outline.green-haze.active {
            border-color: #44b6ae;
            color: #FFFFFF;
            background-color: #44b6ae;
        }

    .btn.green-haze-stripe {
        border-left: 4px solid #44b6ae !important;
    }

    .btn.green-haze.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .ub-passengerInfo-header > .caption {
        float: left;
        display: inline-block;
    }

    .ub-passengerInfo-header > .actions {
        float: right;
        display: inline-block;
        margin: -6px 6px;
    }

        .ub-passengerInfo-header > .actions > .dropdown-menu i {
            color: #555555;
        }

        .ub-passengerInfo-header > .actions > .btn,
        .ub-passengerInfo-header > .actions > .btn.btn-sm,
        .ub-passengerInfo-header > .actions > .btn-group > .btn,
        .ub-passengerInfo-header > .actions > .btn-group > .btn.btn-sm {
            padding: 4px 10px;
            font-size: 13px;
            line-height: 1.5;
        }

            .ub-passengerInfo-header > .actions > .btn.btn-default,
            .ub-passengerInfo-header > .actions > .btn.btn-sm.btn-default,
            .ub-passengerInfo-header > .actions > .btn-group > .btn.btn-default,
            .ub-passengerInfo-header > .actions > .btn-group > .btn.btn-sm.btn-default {
                padding: 3px 9px;
            }

            .ub-passengerInfo-header > .actions > .btn > i,
            .ub-passengerInfo-header > .actions > .btn.btn-sm > i,
            .ub-passengerInfo-header > .actions > .btn-group > .btn > i,
            .ub-passengerInfo-header > .actions > .btn-group > .btn.btn-sm > i {
                font-size: 13px;
            }

        .ub-passengerInfo-header > .actions .btn-icon-only {
            padding: 5px 7px 3px 7px;
            height: 27px;
            width: 27px;
        }

            .ub-passengerInfo-header > .actions .btn-icon-only.btn-default {
                padding: 4px 6px 2px 6px;
            }

                .ub-passengerInfo-header > .actions .btn-icon-only.btn-default > i {
                    font-size: 14px;
                }
}

.sss_container {
    display: none;
    margin: 30px 0;
}

.sss_header {
    width: 53px;
    border-bottom: 5px solid #e81932;
    position: relative;
    height: 40px;
}

.sss_title {
    color: #5f5f5f;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.78em;
    position: absolute;
    top: -1px;
    white-space: nowrap;
}

.sss_container .toggle-container .panel .panel-title {
    font-size: 15px;
    font-weight: 400;
}

    .sss_container .toggle-container .panel .panel-title a {
        padding: 10px 15px;
    }

        .sss_container .toggle-container .panel .panel-title a:focus,
        .sss_container .toggle-container .panel .panel-title a:active,
        .sss_container .toggle-container .panel .panel-title a:hover {
            text-decoration: none;
        }

.sss_container .toggle-container .panel.style1 .panel-content {
    font-size: 13px;
}

.adv {
    background: #fcfafa;
}

.adv_container {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.adv_content {
    width: 25%;
}

.adv__item {
    margin: 10px;
    text-align: center;
}

.adv_content:not(:last-of-type) .adv__item {
    border-right: 2px solid #eaeaea;
}

.adv__image {
    height: 2.5vw;
    min-height: 75px;
    max-height: 40px;
    width: auto;
}


.main--icon:before {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    font-size: 12px;
    margin: 0 6px;
    color: #e81932;
    margin: 0 6px;
    transition: color 0.2s ease-in;
}

.color--white, .color--white:before {
    color: var(--white) !important;
}

.color--grey, .color--grey:before {
    color: var(--grey) !important;
}

.color--secondary, .color--secondary:before {
    color: var(--secondary) !important;
}

.main-footer--lg {
    font-size: 15px;
}

    .main-footer--lg i:before {
        font-size: 20px;
    }

.hover--primary:hover,
.hover--primary:hover:before {
    color: var(--primary) !important;
}

.page__content {
    min-height: 100vh;
}

.main-header__container {
    background: #475b6e;
}

.main-header__top {
    display: flex;
    flex-flow: row wrap;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
}

.main-header__top-left {
    flex: 1;
}

.main-header__top-right {
    display: flex;
    flex-flow: row wrap;
    width: 500px;
    justify-content: space-around;
}


.main-header__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 3px 0px;
}

.main-header__item-text {
    margin: 0 4px;
    white-space: nowrap;
}

    .main-header__item-text a {
        color: inherit;
    }

        .main-header__item-text a:hover {
            color: inherit;
        }

.main-header__bottom {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
}

    .main-header__bottom .main-header__top-right {
        width: auto;
    }

.main-header__logo {
    width: 193px;
    margin-top: 10px;
    margin-left: 5px;
}

.main-header__nav {
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding-right: 23px !important;
}

    .main-header__nav ul {
        padding: 9px 0 0;
        margin: 0;
    }

        .main-header__nav ul li {
            display: inline-block;
            vertical-align: top;
            font-size: 1.4rem;
            line-height: 40px;
            letter-spacing: 0;
            white-space: normal;
            margin: 0 0 0 10px;
            padding: 0 5px;
        }

            .main-header__nav ul li [class^="wptema-icon-"]:before {
                margin-left: 0;
            }

            .main-header__nav ul li.main-header__nav--active {
                border-bottom: 5px solid #e81932;
            }

.main-header__button {
    display: inline-block;
    padding: 5px 20px;
    margin: 10px;
    background: #fff;
    color: #e81932;
    border: 1px solid #e81932;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
}

    .main-header__button:hover {
        color: #e81932;
        border-radius: 5px;
    }

.main-header__button--reverse {
    background: #e81932;
    color: #fff;
    padding: 5px;
}

    .main-header__button--reverse:hover {
        color: #fff;
    }

    .main-header__button--reverse [class^="wptema-icon-"]:before {
        color: #fff;
    }

.main-footer__footnote {
    background: #323947;
    line-height: 1.4em;
    font-size: 11px;
    position: relative;
    bottom: 0;
    width: 100%;
}

.main-footnote__container {
    display: flex;
    flex-flow: row nowrap;
    padding: 12px 12px 6px;
}

    .main-footnote__container div:first-child {
        flex: 1;
    }

.main-footer {
    background: #262626;
    padding: 20px 0 30px 0;
    color: #e6e6e6;
    font-size: 11px;
    line-height: 1.4em;
    position: relative;
    bottom: 0;
    width: 100%;
}

.main-footer__container {
    display: flex;
    flex-flow: row wrap;
}

.main-footer__content {
    flex: 1;
    min-width: 340px;
    padding: 0 20px;
}

.main-footer__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 6px;
}

    .main-footer__item a {
        color: inherit;
    }

.main-footer__logo {
    width: 160px;
    margin-top: 15px;
}

.main-footer__item-text {
    margin: 0 4px;
    white-space: nowrap;
}

.main-footer--text-footnote {
    color: #b7b7b7;
}

    .main-footer--text-footnote a {
        color: inherit;
    }

.main-footer__nav {
    margin-top: 40px;
    font-size: 11px;
}

    .main-footer__nav ul {
        list-style: none;
    }

        .main-footer__nav ul li::before {
            content: "\2022";
            color: #e81932;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            font-size: 19px;
            vertical-align: middle;
        }

        .main-footer__nav ul li a {
            color: #fff;
        }

/* Form wrapper styling */
.main-footer__search-wrapper {
    width: 330px;
}

    /* Form text input */

    .main-footer__search-wrapper input {
        width: 265px;
        height: 40px;
        padding: 10px 10px;
        float: left;
        font: bold 13px 'Helvetica Neue', Arial, Helvetica, sans-serif;
        border: 0;
        background: #687286;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

        .main-footer__search-wrapper input:focus {
            outline: 0;
        }


        .main-footer__search-wrapper input::-webkit-input-placeholder {
            color: #fff;
            font-weight: normal;
        }

        .main-footer__search-wrapper input:-moz-placeholder {
            color: #999;
            font-weight: normal;
        }

        .main-footer__search-wrapper input:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
        }

        .main-footer__search-wrapper input:focus::-webkit-input-placeholder {
            color: #cecece;
        }

        .main-footer__search-wrapper input:focus::-ms-input-placeholder {
            color: #cecece;
        }

        .main-footer__search-wrapper input:focus::-moz-placeholder {
            color: #cecece;
        }


    /* Form submit button */
    .main-footer__search-wrapper button {
        overflow: visible;
        position: relative;
        float: right;
        cursor: pointer;
        height: 40px;
        width: 65px;
        font: bold 1em/1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
        color: white;
        text-transform: uppercase;
        background: #262626;
        border: 1px solid #687286;
        -webkit-border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

        .main-footer__search-wrapper button i:before {
            color: #fff;
            font-size: 24px;
        }

        .main-footer__search-wrapper button:hover {
            background: #49505f;
        }

        .main-footer__search-wrapper button:active,
        .main-footer__search-wrapper button:focus {
            background: #49505f;
            outline: 0;
        }

        .main-footer__search-wrapper button:before { /* left arrow */
            content: '';
            position: absolute;
            border-width: 11px 11px 11px 0;
            border-style: solid solid solid none;
            border-color: transparent #262626 transparent;
            top: 11px;
            left: -11px;
        }

        .main-footer__search-wrapper button:hover:before {
            border-right-color: #49505f;
        }

        .main-footer__search-wrapper button:focus:before,
        .main-footer__search-wrapper button:active:before {
            border-right-color: #49505f;
        }

        .main-footer__search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
            border: 0;
            padding: 0;
        }

.cheap-flight__header {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    height: 60px;
}

.cheap-flight__header-content {
    width: 270px;
    height: 100%;
    content: '';
    border-width: 0 38px 60px 0px;
    border-style: solid solid solid none;
    border-color: transparent transparent #e81932;
}

.cheap-flight-international .cheap-flight__header-content {
    border-color: #e81932;
}


.cheap-flight-domestic .cheap-flight__header {
    background: url("../images/backgrounds/yurtici-cheap-bg.jpg") no-repeat 50% 60%/cover;
}

.cheap-flight-international .cheap-flight__header {
    background: url("../images/backgrounds/yurtdisi-cheap-bg.jpg") no-repeat 50% 60%/cover;
}

.cheap-flight__title {
    background: #e81932;
    padding: 6px 20px;
    color: #fff;
}

.cheap-flight-international .cheap-flight__title {
    background: #e81932;
}

.cheap-flight__title span {
    white-space: nowrap;
}

.cheap-flight__title--normal {
}

.cheap-flight__title--name {
    font-size: 19px;
}

.cheap-flight__body {
    margin-top: 5px;
}

.cheap-flight__table {
    font-size: 13px;
    font-weight: bold;
    color: #647586;
}

    .cheap-flight__table tbody,
    .cheap-flight__table thead,
    .cheap-flight__table tr,
    .cheap-flight__table th,
    .cheap-flight__table td {
        border: none !important;
    }

        .cheap-flight__table tbody tr {
            cursor: pointer;
        }

.cheap-flight-domestic .cheap-flight__table tr:nth-child(even) {
    background: #f1f9fc;
}

.cheap-flight-domestic .cheap-flight__table thead {
    background: #f1f9fc;
}

.cheap-flight-international .cheap-flight__table tr:nth-child(even) {
    background: #f8f4ef;
}

.cheap-flight-international .cheap-flight__table thead {
    background: #f8f4ef;
}

.cheap-flight-domestic .cheap-flight__table tbody tr:hover {
    color: #e81932;
}

.cheap-flight-international .cheap-flight__table tbody tr:hover {
    color: var(--secondary);
}



.cheap-flight-international .main--icon:before {
    color: var(--secondary);
}

.cheap-flight__table td {
    border: none !important;
    text-align: start;
}

.cheap-flight-domestic .cheap-flight__table-price {
    color: #e81932;
}

.cheap-flight-international .cheap-flight__table-price {
    color: #f39200;
}

#star svg {
    width: 50px;
    -webkit-animation: tada 1.5s infinite ease;
    animation: tada 1.5s infinite;
}

#outer_glow {
    -webkit-animation: explodeem 1s infinite ease;
    animation: explodeem 1s infinite ease;
    -webkit-animation-fill-mode: forwards;
}

#inner_glow {
    -webkit-animation: explodeem .5s infinite ease;
    animation: explodeem .5s infinite ease;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes explodeem {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes explodeem {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.ins-dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.ins-dl-block {
    max-width: 380px;
    padding: 0px 50px 60px;
    text-align: center;
}

.ins-dl-image {
    background: #444e5f;
    border-radius: 50%;
    padding: 30px;
    margin: 40px 80px 20px;
}

.ins-dl-header {
    display: flex;
    text-align: center;
    flex-flow: column;
    padding: 10px 0px;
}

.ins-dl-title {
    font-size: 20px;
    font-weight: bold;
}

.ins-dl-desc {
    margin-top: 10px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 32px;
}

.ins-dlb {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /*max-width: 1050px;*/
}

.ins-dlb__block {
    font-family: Roboto;
    max-width: 340px;
    min-height: 100%;
    padding: 20px 20px 5px;
    border: 1px solid #f1eded;
    margin: 30px 20px 0;
    color: #4e4e4e;
    transition: all .35s;
    border-bottom: 3px solid #e81932;
    display: flex;
    flex-flow: column nowrap;
}

    .ins-dlb__block:hover {
        color: #e81932;
        box-shadow: 0px 1px 2px #cecece, 0px 2px 4px #cecece;
    }

    .ins-dlb__block:focus,
    .ins-dlb__block:active {
        text-decoration: none;
    }

.half-underline-text__section {
    width: 100%;
    display: block;
}

.half-underline-text__header {
    width: 53px;
    border-bottom: 5px solid #e81932;
    position: relative;
    height: 36px;
    margin: 20px 0 20px;
}

.half-underline-text__title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.78em;
    position: absolute;
    top: -1px;
    white-space: nowrap;
}

.ins-dlb__main-section {
    width: 100%;
    display: block;
}

.ins-dlb__main-header {
    width: 53px;
    border-bottom: 5px solid #e81932;
    position: relative;
    height: 40px;
    margin: 20px 20px 0px;
}

.ins-dlb__main-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.78em;
    position: absolute;
    top: -1px;
    white-space: nowrap;
}

.ins-dlb__image {
    /*width: 260px;*/
    /*min-height: 200px;*/
    height: 100%;
}

.ins-dlb__header {
    display: flex;
    flex-flow: column;
    padding: 10px 0px;
    justify-content: space-between;
    /*height: calc(100% - 195px);*/
    flex: 1 0 auto;
}

.ins-dlb__title {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0 10px;
}

.ins-dlb__desc {
    overflow: hidden;
    position: relative;
    line-height: 1.5em;
    max-height: 7.4em;
    text-align: left;
    margin-right: -1em;
    padding-right: 1em;
    font-size: 12px;
}

/*.ins-dlb__desc:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 3px;
    }

    .ins-dlb__desc:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
    }*/

.ins-dlb__readmore {
    color: #e81932;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    margin-top: 10px;
    text-align: right;
    flex: 1 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.ins-dlb__footer {
    text-align: right;
    padding: 20px 30px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.material-button {
    color: var(--secondary);
    background: #fff;
    border: 1px solid;
    border-radius: 2px;
    padding: 5px 25px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s;
}

    .material-button:hover {
        box-shadow: 1px 0px 3px var(--secondary), -1px 1px 3px var(--secondary);
        background: var(--secondary);
        border-color: var(--secondary);
        color: var(--white);
    }

.material-button--primary-2,
.material-button--primary-2:hover {
    color: #fff;
    border-color: #e81932;
    background: #e81932;
}

    .material-button--primary-2:hover {
        box-shadow: 1px 0px 3px var(--primary), -1px 1px 3px #e81932;
    }

.insurance-detail__banner {
    min-height: 350px;
}

.insurance-detail--dask {
    background: url(../images/backgrounds/bg_ins_dask.html);
    background-position: 40% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.insurance-detail--health {
    background: url(../images/backgrounds/bg_ins_health.html);
    background-position: right 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.insurance-detail--travel {
    background: url(../images/backgrounds/blog_bg.jpg);
    background-position: right 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.insurance-detail--kasko {
    background: url(../images/backgrounds/bg_ins_kasko.html);
    background-position: right 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.insurance-detail__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: column;
    font-size: calc(17px + 0.8vw);
    font-weight: bold;
    margin-left: 40px;
}

    .insurance-detail__text > span {
        display: inline-flex;
    }

.insurance-detail__text-2 {
    padding: 4px 18px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    color: var(--secondary);
    font-size: calc(13px + 0.6vw);
    margin-top: 5px;
}

.navigation-container {
    background: #f5f8fa;
}

    .navigation-container ul.breadcrumb {
        padding: 15px;
        list-style: none;
        margin-top: 0;
        line-height: 19px;
        display: flex;
        flex-flow: row wrap;
    }

        .navigation-container ul.breadcrumb li {
            display: inline;
            font-size: 13px;
            font-weight: bold;
        }

            .navigation-container ul.breadcrumb li:first-child:before {
                padding: 8px;
                font-family: FontAwesome;
                font-size: 13px;
                content: "\f015";
                color: #507892;
            }

            .navigation-container ul.breadcrumb li + li:before {
                padding: 8px;
                font-family: FontAwesome;
                font-size: 9px;
                content: "\f054";
                color: #507892;
            }

            .navigation-container ul.breadcrumb li a {
                color: #507892;
                text-decoration: none;
                display: initial;
            }

                .navigation-container ul.breadcrumb li a:hover {
                    color: #444e5f;
                    text-decoration: underline;
                }

.blog-post__container {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
    margin-bottom: 100px;
}

.blog__share {
    display: flex;
    justify-content: flex-end;
    margin: 10px;
}

.blog-post__container > * {
    max-width: 720px;
    padding: 1rem;
    margin: 0 auto;
    width: 100%;
}

.blog-post__container > h1 {
    font-size: 2.5rem;
}

.blog-post__container > h2 {
    font-size: 2rem;
}

.blog-post__container > p {
    margin-bottom: 1rem;
    line-height: 2.5rem;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .blog-post__container > h1 {
        font-size: 2rem;
    }

    .blog-post__container > h2 {
        font-size: 1.7rem;
    }

    .blog-post__container > p {
        font-size: 1.5rem;
    }
}

.blog-post__menu {
    display: flex;
    flex-flow: column nowrap;
    min-width: 235px;
    border: 1px solid #f1ebeb;
    box-shadow: 0px 1px 2px rgba(255,255,255, .2), 0px 0px 2px rgba(255,255,255, .2);
}

.blog-menu {
    display: flex;
    flex-flow: column;
    position: relative;
    top: -96px;
    margin-left: 40px;
    max-width: 250px;
}

.blog-post__menu-header {
    font-size: 16px;
    padding: 12px 25px;
    font-weight: bold;
    background: #fff;
}

    .blog-post__menu-header i {
        margin-right: 8px;
        color: #e81932;
        vertical-align: middle;
        font-size: 18px;
    }

.blog-post__menu-content {
    display: flex;
    flex-flow: column nowrap;
}

.blog-post__menu-item {
    padding: 0 25px;
    font-size: 15px;
    background: #27728c;
    transition: 0.2s ease-in;
}

    .blog-post__menu-item:hover {
        color: #fff;
        background: #e81932;
    }

    .blog-post__menu-item a {
        color: #fff;
        border-bottom: 1px solid #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.16);
        flex: 1;
        display: block;
        line-height: 49px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blog-post__menu-item:last-child a {
        border-bottom: none;
    }

    .blog-post__menu-item a:active,
    .blog-post__menu-item a:focus {
        text-decoration: none;
    }

.blog-button__get-price {
    display: flex;
    flex-flow: row nowrap;
    border: 1px solid var(--secondary);
    margin-top: 30px;
    padding: 0;
    background: transparent;
    color: var(--secondary);
}

    .blog-button__get-price :focus {
        text-decoration: none;
    }

.blog-button__icon {
    width: 50px;
    padding: 15px;
    border-right: 1px solid var(--secondary);
}

.blog-button__text {
    flex: 1;
    padding: 17px 22px;
    font-weight: bold;
    color: #000;
    background: var(--secondary);
    height: 100%;
    text-align: left;
}

.post-list__container {
    width: 100%;
    margin: 0 auto;
    min-height: 600px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.post__container {
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

    .post__container .post--published {
        position: absolute;
        width: 50px;
        padding: 10px 0;
        text-align: center;
        background-color: #fff;
    }

    .post__container .post--date {
        text-transform: uppercase;
        font-family: Open Sans;
        font-weight: bold;
        color: #222;
        font-size: 12px;
    }

    .post__container .post--year {
        text-transform: uppercase;
        font-family: Open Sans;
        font-weight: 300;
        color: #777;
        font-size: 12px;
    }

    .post__container .post__content {
        /*padding-left: 30px;*/
        padding-bottom: 30px;
        padding-top: 15px;
        /*margin: 30px auto 0px;
        border-left: 1px solid #999;*/
    }

    .post__container .post__container:last-child .post__content {
        padding-bottom: 10px;
    }

    .post__container .post__content img {
        width: 100px;
        height: 100px;
        border-radius: 5%;
        float: left;
        margin-right: 15px;
    }

    .post__container h4 {
        font-family: Open Sans;
        font-weight: bold;
        color: #222;
        font-size: 18px;
        margin: 0;
        margin-bottom: 15px;
        text-transform: uppercase;
        margin-left: 40px;
    }

    .post__container p {
        font-family: Open Sans;
        color: #333;
        line-height: 1.6;
        margin-top: 0;
        font-size: 14px;
        display: flex;
    }

    .post__container .post__read-more {
        float: right;
        color: #e81932;
        font-size: 13px;
        font-weight: bold;
    }

        .post__container .post__read-more:hover {
            color: #e81932;
        }

        .post__container .post__read-more:active,
        .post__container .post__read-more:focus {
            text-decoration: none;
        }

.post-pagination__container {
    display: table;
    position: relative;
    margin: 20px auto;
}

    .post-pagination__container > span {
        width: 60px;
        display: table-cell;
        vertical-align: middle;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
    }

.post-pagination--border {
    border-bottom: 2px solid #e81932;
}

.post-pagination__container .pagination-container {
    display: table-cell;
    vertical-align: middle;
}

.post__section {
    display: grid;
    max-width: 720px;
    padding: 1rem;
    margin: 0 auto;
    width: 100%;
}

    .post__section h2 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .post__section figure {
        display: table;
        width: 100%;
    }

    .post__section img {
        display: block;
        max-width: 100%;
    }

    .post__section figure.left {
        float: left;
        /*margin: 0 24px 8px 0;*/
    }

        .post__section figure.left img {
            /*margin-right: 1.5rem;*/
            margin-bottom: 0.5rem;
        }

        .post__section figure.left figcaption {
            /*margin-right: 1.5rem;*/
        }

    .post__section figure.right {
        float: right;
        /*margin: 0 0 8px 24px;*/
    }

        .post__section figure.right img {
            /*margin-left: 1.5rem;*/
            margin-bottom: 0.5rem;
        }

    /*.post__section figure.right figcaption {
            margin-left: 1.5rem;
        }*/

    .post__section figcaption {
        display: table-caption;
        caption-side: bottom;
        margin-bottom: 1rem;
        font-size: 1.3rem;
        font-style: italic;
    }

    .post__section p {
        margin-bottom: 1rem;
        line-height: 2.5rem;
        display: inline-block;
        margin-top: 10px;
    }

}

@media screen and (max-width: 600px) {
    .post__section figure.left,
    .post__section figure.right {
        float: none;
        width: 100%;
    }

        .post__section figure.left img,
        .post__section figure.right img {
            width: 100%;
            margin-right: 0;
            margin-left: 0;
        }

        .post__section figure.left figcaption,
        .post__section figure.right figcaption {
            margin-right: 0;
            margin-left: 0;
        }
}

/*@media screen and (min-width: 967px) {
    .post__section img {
        max-width: 400px;
    }
}*/

.insurance-sss-container {
    background: url(../images/backgrounds/sss.html);
    background-position: left 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.sss-accordion {
    padding: 20px 10px;
    height: 100%;
    width: 100%;
    background: transparent;
    max-width: 1200px;
}

.sss-accordion__header {
    width: 53px;
    border-bottom: 5px solid #e81932;
    position: relative;
    height: 40px;
    margin: 10px 30px 20px;
}

.sss-accordion__title {
    color: #e81932;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.78em;
    position: absolute;
    top: -1px;
    white-space: nowrap;
}

.sss-accordion__footer {
    text-align: right;
    padding: 20px 30px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.material-button--primary {
    color: #e81932;
    border-color: #e81932;
    background: transparent;
}

.eu-tab {
    position: relative;
    margin-bottom: 1px;
    padding-bottom: 0.5em;
    margin: auto;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

    .eu-tab input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .eu-tab label {
        position: relative;
        display: block;
        padding: 0 0 0 1em;
        font-weight: 700;
        line-height: 2;
        cursor: pointer;
        font-size: 13px;
    }


.eu-tab-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
    font-size: 12px;
}

    .eu-tab-content p {
        margin: 1em;
    }

.eu-tab input:checked ~ .eu-tab-content {
    max-height: 100vh;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.eu-tab label::before {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 19px;
    text-align: center;
    color: #e81932;
    line-height: 17px;
}

.eu-tab input[type=checkbox] + label::before {
    content: "?";
}

@media screen and (max-width: 959px) {
    .eu-tab {
        width: 100%;
    }

        .eu-tab label {
            padding: 0 5em 0 3em;
        }
}
