html {
    position: relative;
    min-height: 100%;
    display: block;
}

html,
body {
    padding: 0;
    margin: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #92C6EE;
}

::selection {
    color: #fff;
    background: #92C6EE;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #f9fafb;
    font-size: 14px;
    padding-bottom: 210px;
    padding-top: 60px;
    min-height: 100%;
}

a {
    color: #54a9eb;
}

.navbar-default {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 60px;
    background: #f6f7f8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f7f8 0%, #ecf0f1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f7f8), color-stop(100%, #ecf0f1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f7f8 0%, #ecf0f1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f7f8 0%, #ecf0f1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f7f8 0%, #ecf0f1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f7f8 0%, #ecf0f1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7f8', endColorstr='#ecf0f1', GradientType=0);
    /* IE6-9 */
    border-bottom: 1px solid #e9eaed;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-default .logo {
        display: block;
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left 2px;
        height: 60px;
        width: 263px;
    }

    .navbar-default .navbar-nav > li.dropdown.open > a {
        background-image: none;
        background-color: #EAEDEE;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 2px solid #4B77BE;
        line-height: 28px;
        -moz-transition: background-color 140ms linear;
        -o-transition: background-color 140ms linear;
        -webkit-transition: background-color 140ms linear;
        transition: background-color 140ms linear;
        color: #7c8da7;
        font-weight: 600;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background-color: #d4dcea;
            color: #fff;
        }

        .navbar-default .navbar-nav > li > a.lang-button {
            margin-left: 15px;
            border-top-color: transparent;
        }

            .navbar-default .navbar-nav > li > a.lang-button:hover {
                background-color: transparent;
                color: #333;
            }

        .navbar-default .navbar-nav > li > a.active-header-menu {
            background-color: #4B77BE;
            color: #ffffff !important;
            cursor: default;
        }

.header {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #f6f7f8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f7f8 0%, #ecf0f1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f7f8), color-stop(100%, #ecf0f1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f7f8 0%, #ecf0f1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f7f8 0%, #ecf0f1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6f7f8 0%, #ecf0f1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f7f8 0%, #ecf0f1 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7f8', endColorstr='#ecf0f1', GradientType=0);
    /* IE6-9 */
    border-bottom: 1px solid #e9eaed;
}

    .header .lang-switch {
        height: 60px;
        width: 60px;
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        text-align: center;
    }

    .header .list-navigation {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: inline-block;
        float: right;
    }

        .header .list-navigation li {
            float: left;
            padding: 0;
        }

            .header .list-navigation li > a {
                display: block;
                height: 60px;
                line-height: 60px;
                border-top: 2px solid transparent;
                padding: 0 15px;
                text-decoration: none;
                min-width: 90px;
                text-align: center;
                color: #7c8da7;
                font-weight: bold;
                font-size: 14px;
            }

                .header .list-navigation li > a.active-header-menu {
                    background-color: rgba(75, 119, 190, 0.6);
                    color: #ffffff !important;
                }

                .header .list-navigation li > a:hover {
                    background-color: rgba(84, 169, 235, 0.6);
                    color: #fff;
                }

            .header .list-navigation li:first-child {
                border-left: none;
            }

            .header .list-navigation li:nth-child(1) a {
                border-color: #96281B;
            }

            .header .list-navigation li:nth-child(2) a {
                border-color: #26A65B;
            }

            .header .list-navigation li:nth-child(3) a {
                border-color: #67809F;
            }

            .header .list-navigation li:nth-child(4) a {
                border-color: #EB974E;
            }

.slider {
    height: 600px;
    cursor: default;
    background-image: url("../images/header-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 40px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .slider.min {
        height: 80px;
        margin-bottom: 0;
    }

    .slider .slide-wrapper {
        height: 100%;
        background-color: rgba(67, 81, 103, 0.5);
    }

        .slider .slide-wrapper .showcase {
            padding: 70px 0;
            color: #fff;
            font-size: 30px;
            font-weight: 300;
        }

.steps-case {
    margin: 90px 0;
}

    .steps-case p {
        text-align: center;
        font-size: 43px;
        margin-bottom: 20px;
        color: #54a9eb;
    }

        .steps-case p .step-icon {
            display: inline-block;
            margin: 0 auto;
            position: relative;
            background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1rGfJ9mXipZTAtvPCITf9C5EkPJv4Vkk4);
            width: 56px;
            height: 43px;
        }

            .steps-case p .step-icon.icon-file {
                background-position: 0 0;
            }

            .steps-case p .step-icon.icon-evisa {
                background-position: -112px 0;
            }

            .steps-case p .step-icon.icon-card {
                background-position: -56px 0;
            }

            .steps-case p .step-icon small {
                position: absolute;
                top: 29px;
                right: -3px;
                color: #54a9eb;
                font-size: 13px;
                display: block;
                font-weight: bold;
                width: 20px;
                height: 20px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background-color: #fff;
                line-height: 20px;
                font-style: normal;
            }

        .steps-case p b {
            font-size: 20px;
            color: #333;
            display: block;
        }

    .steps-case span {
        color: #444;
        font-size: 17px;
        font-weight: 300;
    }

.heading-row h1,
.heading-row h2,
.heading-row h3,
.heading-row h4 {
    margin-bottom: 60px;
    font-weight: 300;
    margin-top: 0;
}

.section-gallery {
    margin: 100px 0;
    background-color: #e9eaed;
    padding: 30px 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .section-gallery .col-md-3 a {
        display: block;
        margin-bottom: 30px;
    }

        .section-gallery .col-md-3 a img {
            width: 100%;
            height: 164px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }

.sector {
    margin: 50px 0;
}

    .sector.no-margin {
        margin: 0;
    }

    .sector.form-wrapper {
        padding-top: 20px;
        margin-top: 0;
        border-top: 1px solid #eee;
    }

.footer {
    margin-top: 100px;
    background-color: #4B77BE;
    min-height: 100px;
    padding-bottom: 0;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .footer.footer-fixed {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .footer .sponsors {
        float: right;
        width: 300px;
        padding: 20px 10px;
        text-align: right;
    }

    .footer .share {
        padding: 50px 10px 50px 10px;
        color: #fff;
    }

        .footer .share h1 {
            font-size: 24px;
        }

    .footer .sponsors a {
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
    }

    .footer address {
        padding-top: 40px;
    }

        .footer address p {
            margin: 0;
            font-size: 14px;
        }

            .footer address p label {
                color: #ccc;
                font-weight: 300;
            }

            .footer address p span {
                color: #eee;
                margin-left: 10px;
            }

    .footer img {
        opacity: .7;
    }

    .footer .powered-by {
        color: #A5A9B3;
    }

        .footer .powered-by img {
            margin-right: 10px;
        }

    .footer .inner-footer {
        display: none;
        margin-top: 20px;
        padding: 6px;
        background-color: #333;
    }

.btn {
    border: none;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
}

    .btn.btn-success {
        background-color: #3CB480;
    }

    .btn.btn-lg {
        padding-left: 30px;
        padding-right: 30px;
    }

.inline-block {
    display: inline-block;
}

.align-vertical-top {
    vertical-align: top;
}

.align-vertical-middle {
    vertical-align: middle;
}

.back-color-e9eaed {
    background-color: #e9eaed;
    padding: 30px 0;
}

.luka-k {
    font-size: 14px;
    color: #A5A9B3;
    font-weight: 300;
}

.slogan {
    color: #fff;
    font-weight: 300;
}

.steps-container {
    position: relative;
}

    .steps-container .wizard-progress {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        height: 5px;
        background-color: #54a9eb;
    }

.wizard-steps {
    width: 100%;
}

    .wizard-steps td {
        text-align: center;
        vertical-align: middle;
        padding: 15px;
        color: #888;
        position: relative;
    }

        .wizard-steps td span {
            font-size: 18px;
            display: inline-block;
            padding: 10px;
            border: 2px solid #eee;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            background-color: #fff;
        }

            .wizard-steps td span i {
                font-size: 22px;
            }

        .wizard-steps td i {
            font-style: normal;
            display: block;
            font-size: 15px;
        }

        .wizard-steps td.active {
            color: #54a9eb;
        }

            .wizard-steps td.active span {
                border-color: #54a9eb;
            }

        .wizard-steps td.valid {
            color: #3CB480;
        }

            .wizard-steps td.valid span {
                border-color: #3CB480;
            }

.container.container-mid {
    max-width: 980px;
}

.form-section {
    border-bottom: 1px dashed #d2d3d6;
    margin-bottom: 20px;
    position: relative;
}

    .form-section > .col-md-9 {
        padding: 0;
        padding-top: 20px;
    }

    .form-section > .col-md-3 {
        padding-top: 20px;
        text-align: center;
    }

        .form-section > .col-md-3 img {
            width: 100%;
        }

    .form-section:last-child {
        border-bottom: none;
    }

    .form-section .hint {
        position: absolute;
        top: 0;
        right: -40px;
        height: 34px;
        line-height: 34px;
        border: none;
        background: none;
    }

        .form-section .hint .fa {
            color: #A5A9B3;
            font-size: 25px;
        }

        .form-section .hint.stand-alone {
            position: static;
        }

    .form-section label {
        font-size: 14px;
        font-weight: normal;
    }

    .form-section .form-control {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #fff;
        border: 1px solid #d2d3d6;
    }

        .form-section .form-control.form-control-preview {
            background-color: transparent;
            border: none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            font-weight: bold;
            color: #000;
        }

            .form-section .form-control.form-control-preview:focus {
                background-color: transparent;
            }

        .form-section .form-control:focus {
            background-color: #fafafa;
        }

    .form-section input[type='checkbox'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: none;
        background-color: transparent;
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1KT4M_wfXt2JRrlPgc84JbB8V1iGiO8MQ);
        background-position: 0 0;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 34px;
        height: 34px;
    }

        .form-section input[type='checkbox']:checked {
            background-position-x: -34px;
        }

    .form-section input[type='radio'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-color: transparent;
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1aNvFEYxJMZDii19RBqpF-TFi0njXhYW6);
        background-position: 0 0;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 34px;
        height: 34px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #d2d3d6;
    }

        .form-section input[type='radio']:checked {
            background-position-x: -34px;
        }

    .form-section select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        -ms-text-overflow: '';
        -o-text-overflow: '';
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1P8R9qD2-5cT1cKFcC00rWLC71xj6inS8);
        background-repeat: no-repeat;
        background-position: right center;
        outline: none;
        overflow: hidden;
        text-indent: 0.01px;
        text-overflow: '';
    }

        .form-section select::-ms-expand {
            display: none;
        }

    .form-section .datepicker {
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1Lub2MWg3M20Z1KR7ryskxVh1OtAAP7ZL);
        background-repeat: no-repeat;
        background-position: right center;
    }

    .form-section .input-file {
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1_ct6x245pnXkkxS0uzpVHyyIccp57gfM);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 36px;
        cursor: default;
    }
    .form-section .input-image-file {
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1_ct6x245pnXkkxS0uzpVHyyIccp57gfM);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 36px;
        cursor: default;
    }

    .form-section .section-title {
        color: #54a9eb;
        font-size: 14px;
        margin-bottom: 15px;
    }

.text-min {
    font-size: 14px;
}

.button-bar {
    margin-bottom: 40px;
}

.form-group .col-xs-8 input[type='checkbox'],
.form-group .col-xs-8 input[type='radio'] {
    margin-right: 10px;
}

.form-group .col-xs-8 label {
    margin-right: 20px;
}

.map-wrapper {
    background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=16pOdcddoH8-lPLwgpn8xclQdUcVQw6pM);
    background-position: center center;
    height: 400px;
    background-repeat: no-repeat;
}

    .map-wrapper .col-md-3 {
        padding-top: 120px;
    }

        .map-wrapper .col-md-3 h3 {
            font-weight: 300;
        }

    .map-wrapper .date-minified {
        padding: 10px;
        border: 2px solid #54a9eb;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: 105px;
        width: 105px;
        background-color: rgba(255, 255, 255, 0.4);
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
    }

        .map-wrapper .date-minified p {
            display: block;
            margin: 0;
            font-size: 34px;
        }

        .map-wrapper .date-minified span {
            font-size: 15px;
        }

        .map-wrapper .date-minified i {
            font-style: normal;
        }

    .map-wrapper .days-amount {
        padding-top: 120px;
    }

        .map-wrapper .days-amount .duration {
            padding: 15px;
            background-color: rgba(255, 255, 255, 0.2);
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            display: inline-block;
            margin: 0 auto;
            margin-bottom: 10px;
        }

            .map-wrapper .days-amount .duration span {
                display: inline-block;
                font-size: 30px;
            }

                .map-wrapper .days-amount .duration span i {
                    display: block;
                    font-weight: 300;
                    font-size: 14px;
                    font-style: normal;
                }

        .map-wrapper .days-amount .total-days {
            border-bottom: 1px solid #54a9eb;
            position: relative;
            margin-top: 7px;
        }

            .map-wrapper .days-amount .total-days span {
                display: inline-block;
                position: absolute;
                top: -18px;
                left: 50%;
                margin-left: -50px;
                background-color: #e9eaed;
                padding: 5px 15px;
            }

.well {
    background-image: none;
    border-color: #e9eaed;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 300;
}

    .well p {
        margin: 0;
        margin-bottom: 3px;
    }

    .well h4 {
        margin: 0;
        margin-bottom: 4px;
    }

    .well i {
        font-size: 14px;
    }

.color-green {
    color: #3CB480;
}

.color-orange {
    color: #E87E04;
}

.bold {
    font-weight: bold;
}

input,
button,
textarea,
select {
    outline: none !important;
}

.toggle-panel label input,
.form-section label input {
    margin-right: 15px;
}

.toggle-panel .toggle-target,
.form-section .toggle-target {
    display: none;
}

.i-stand {
    padding: 20px;
    margin-bottom: 40px;
}

    .i-stand h1,
    .i-stand h2,
    .i-stand h3,
    .i-stand h4,
    .i-stand h5 {
        margin-top: 0;
    }

.has-question {
    position: relative;
}

    .has-question .hint {
        right: -34px;
        bottom: 0;
    }

.thnx {
    margin: 30px 0;
}

.instructions {
    color: #777;
    font-size: 14px;
    margin-bottom: 50px;
    padding: 15px;
    padding-bottom: 15px;
    border: 1px solid #d2d3d6;
    border-bottom: 4px solid #d2d3d6;
    background-color: #fff;
}

    .instructions h3 {
        margin-top: 0;
    }

    .instructions ol {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .instructions ol li {
            margin-bottom: 10px;
            color: #54a9eb;
        }

    .instructions a {
        font-weight: bold;
    }

.container-preview .preview-img {
    position: relative;
}

    .container-preview .preview-img .fa {
        position: absolute;
        right: 15px;
        top: 5px;
        color: #6C7A89;
        height: 24px;
        width: 24px;
        line-height: 24px;
        border: 1px solid transparent;
        text-align: center;
        font-size: 15px;
        cursor: pointer;
        display: none;
    }

    .container-preview .preview-img:hover .fa {
        display: block;
    }

.container-preview .form-section {
    background-color: #fff;
    border: 1px solid #e9eaed;
    padding: 10px;
    margin-bottom: 50px;
}

    .container-preview .form-section .section-title {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        color: #555;
        font-size: 15px;
    }

        .container-preview .form-section .section-title .fa {
            margin-right: 10px;
        }

    .container-preview .form-section .form-group {
        margin: 0;
    }

        .container-preview .form-section .form-group.readonly-checkbox-group {
            font-size: 14px;
            color: #777;
            margin-bottom: 15px;
        }

            .container-preview .form-section .form-group.readonly-checkbox-group .col-xs-1 {
                text-align: center;
            }

        .container-preview .form-section .form-group .instructions {
            border: none;
            margin-bottom: 0;
        }

        .container-preview .form-section .form-group:after,
        .container-preview .form-section .form-group:before {
            display: table;
            content: '';
        }

        .container-preview .form-section .form-group:after {
            clear: both;
        }

        .container-preview .form-section .form-group .form-control {
            cursor: default;
        }

        .container-preview .form-section .form-group:last-child {
            margin-bottom: 0;
        }

.state-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: middle;
    background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1JXJtH8oN-UahbBDzKir9u1LQUIDu0Ujp);
    background-repeat: no-repeat;
}

    .state-icon.info {
        background-position: 0 0;
    }

    .state-icon.ok {
        background-position: -64px 0;
    }

    .state-icon.error {
        background-position: -128px 0;
    }

    .state-icon.warning {
        background-position: -192px 0;
    }

    .state-icon.date {
        background-position: -256px 0;
    }

.inner-notification {
    color: #777;
    font-size: 14px;
}

    .inner-notification .state-icon {
        margin-top: 10px;
    }

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.list-group {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-vertical-centered {
    -moz-transform: translate(0, 50%) !important;
    -o-transform: translate(0, 50%) !important;
    -ms-transform: translate(0, 50%) !important;
    /* IE 9 */
    -webkit-transform: translate(0, 50%) !important;
    transform: translate(0, 50%) !important;
    /* Safari and Chrome */
}

.companions .controls {
    padding: 10px 0;
}

.companions .table-companions {
    font-size: 14px;
    color: #777;
    background-color: #fff;
    border: 1px solid #e9eaed;
}

.list-attachments li {
    font-size: 14px;
    color: #777;
    padding: 10px;
}

.pure input[type="checkbox"] {
    margin-top: 0;
}

.filepicker.clearable
{
    position: relative;
}

    .filepicker.clearable .form-control {
        background-position: right center;
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1bkOXE6BVv4l7PttMiZphJCBYkt2r82Ug);
        padding-right: 72px;
    }

    .filepicker.clearable .btn-clear {
        position: absolute;
        top: 0;
        right: 0;
        width: 34px;
        height: 34px;
        background-color: transparent;
        color: #555;
    }



.imagepicker.clearable {
    position: relative;
}

    .imagepicker.clearable .form-control {
        background-position: right center;
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1bkOXE6BVv4l7PttMiZphJCBYkt2r82Ug);
        padding-right: 72px;
        background-repeat-x: no-repeat;
    }

    .imagepicker.clearable .btn-clear {
        position: absolute;
        top: 0;
        right: 0;
        width: 34px;
        height: 34px;
        background-color: transparent;
        color: #555;
    }


.faq-group {
    margin-bottom: 30px;
}

    .faq-group p {
        margin-bottom: 10px;
        color: #54a9eb;
        font-weight: bold;
    }

.faq {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .faq li {
        padding: 10px;
        border-bottom: 1px solid #e9eaed;
    }

        .faq li:last-child {
            border-bottom: none;
        }

        .faq li b {
            display: block;
            font-size: 15px;
            margin-bottom: 10px;
        }

        .faq li span {
            display: block;
            font-size: 14px;
            color: #555;
        }

.button-bar.standalone {
    margin: 50px 0;
}

.language-toggle {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 60px;
    color: #333;
    font-weight: bold;
    margin-left: 15px;
    padding: 2px 20px;
    border-left: 2px solid #e9eaed;
    text-decoration: none !important;
}

.sprite-Arabia {
    background-position: 0 0;
}

.sprite-France {
    background-position: 0 -77px;
}

.sprite-Georgia {
    background-position: 0 -154px;
}

.sprite-Germany {
    background-position: 0 -231px;
}

.sprite-Italy {
    background-position: 0 -308px;
}

.sprite-Portugal {
    background-position: 0 -385px;
}

.sprite-Russia {
    background-position: 0 -462px;
}

.sprite-Spain {
    background-position: 0 -539px;
}

.sprite-Sweden {
    background-position: 0 -616px;
}

.sprite-Turkey {
    background-position: 0 -693px;
}

.sprite-USA {
    background-position: 0 -770px;
}

.lang-dropdown li a:hover {
    background-image: none;
    background-color: #54a9eb;
    color: #fff;
}

.lang-dropdown .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.modal-dialog .modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

    .modal-dialog .modal-content .modal-header {
        border: none;
    }

        .modal-dialog .modal-content .modal-header .modal-title {
            font-size: 15px;
            font-weight: bold;
        }

    .modal-dialog .modal-content .modal-footer {
        border-top: 1px solid #f7f7f7;
    }

.tooltip .tooltip-inner {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
}

.tooltip .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom-color: rgba(0, 0, 0, 0.8) !important;
}

.avatar {
    width: 100%;
}

.blurrable {
    -moz-transition: filter 140ms linear;
    -o-transition: filter 140ms linear;
    -webkit-transition: filter 140ms linear;
    transition: filter 140ms linear;
}

.blurry {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.list-group.list-additional-persons li {
    padding: 30px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    position: relative;
}

    .list-group.list-additional-persons li:first-child .btn {
        display: none;
    }

    .list-group.list-additional-persons li .btn {
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 122;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .list-group.list-additional-persons li .form-group:last-child {
        margin-bottom: 0;
    }

.checkbox-custom,
.checkbox-custom-small,
.radio-custom {
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .checkbox-custom input,
    .radio-custom input {
        display: none;
    }

        .checkbox-custom input.invalid + span,
        .checkbox-custom-small input.invalid + span,
        .radio-custom input.invalid + span {
            border: 1px solid #d64541;
        }

        .checkbox-custom input:checked + span,
        .radio-custom input:checked + span {
            background-position: -34px 0;
        }
        .checkbox-custom-small input:checked + span{
            background-position: -25px 0;
        }

    .checkbox-custom > span {
        width: 34px;
        height: 34px;
        display: block;
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1KT4M_wfXt2JRrlPgc84JbB8V1iGiO8MQ);
    }
    .checkbox-custom-small > span {
        width: 25px;
        height: 25px;
        display: block;
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1waOTw-ugsv-YmPX0b7FpZq12pzg_Pozw);
    }
    .radio-custom > span {
        width: 34px;
        height: 34px;
        display: block;
        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1aNvFEYxJMZDii19RBqpF-TFi0njXhYW6);
        border: 1px solid #D2D3D6;
        border-radius: 50%;
    }

@media all and (max-width: 768px) {
    body {
        padding-bottom: 320px;
    }

    .slogan {
        font-size: 20px;
    }

    .navbar-default .logo {
        width: 170px !important;
        background-position: left 13px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 13px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .navbar-collapse {
        background-color: #fff;
        max-height: 400px !important;
        border-bottom: 1px solid #d2d3d6;
    }

        .navbar-collapse .navbar-nav {
            margin-top: 0;
            margin-bottom: 0;
        }

            .navbar-collapse .navbar-nav > li.lang-dropdown a {
                margin: 0;
                background-color: #f9fafb;
                border-top: 1px solid #e9eaed;
            }

            .navbar-collapse .navbar-nav > li a {
                border-top: none;
            }

    .sponsors {
        width: 100% !important;
        background-position: -50px center;
    }

    .wizard-steps tr td {
        padding: 6px;
    }

        .wizard-steps tr td span {
            width: 36px;
            height: 36px;
        }

            .wizard-steps tr td span > i {
                font-size: 13px;
            }

        .wizard-steps tr td > i {
            font-size: 13px;
            display: none;
        }

    .form-group [class*="col-xs"] {
        display: block;
        width: 100%;
    }

        .form-group [class*="col-xs"] .pure {
            padding-top: 15px;
        }

    .form-group .col-xs-2 + .col-xs-2 {
        margin-top: 10px;
    }

    .i-stand {
        text-align: center;
    }

        .i-stand .state-icon {
            margin-bottom: 10px;
        }

    .map-wrapper {
        height: auto;
        background-size: contain;
    }

        .map-wrapper [class*="col-md"] {
            padding-top: 0;
        }

            .map-wrapper [class*="col-md"] h3 {
                margin-top: 0;
            }

        .map-wrapper .days-amount {
            padding-top: 0;
        }

            .map-wrapper .days-amount .duration {
                margin-bottom: 0;
            }

            .map-wrapper .days-amount .total-days {
                display: none;
            }

    .well .state-icon {
        margin-bottom: 15px;
    }
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 3300;
}

    .loading .preload-wrap {
        position: relative;
        height: 100%;
    }

        .loading .preload-wrap img {
            position: absolute;
            top: 50%;
            left: 50%;
        }
/*# sourceMappingURL=style.css.map */

.browser-out-of-date {
    background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1OPdukwve8ZvgVXKYL0c1JCK8Dmm6G7Dg);
    background-size: cover;
    background-repeat: no-repeat;
}

    .browser-out-of-date .message-container {
        width: 960px;
        margin: 0 auto;
        text-align: center;
        cursor: default;
    }

        .browser-out-of-date .message-container h1 {
            font-weight: 300;
            font-size: 55px;
        }

        .browser-out-of-date .message-container p {
            font-size: 22px;
            color: #333;
            margin: 40px 0;
        }

        .browser-out-of-date .message-container .browsers {
            margin: 0;
            padding: 0;
        }

            .browser-out-of-date .message-container .browsers li {
                display: inline-block;
                padding: 10px;
            }

                .browser-out-of-date .message-container .browsers li a {
                    display: block;
                    margin-bottom: 15px;
                }

                    .browser-out-of-date .message-container .browsers li a.browser {
                        background-image: url(https://drive.google.com/thumbnail?sz=w1000&amp;id=1SQvEjVMKwDM2wL2lOmv2u86tWcz0Uxr2);
                        background-repeat: no-repeat;
                        display: block;
                        width: 128px;
                        height: 128px;
                    }

                        .browser-out-of-date .message-container .browsers li a.browser.chrome {
                            background-position: 0 0;
                        }

                        .browser-out-of-date .message-container .browsers li a.browser.firefox {
                            background-position: -128px 0;
                        }

                        .browser-out-of-date .message-container .browsers li a.browser.opera {
                            background-position: -256px 0;
                        }

                        .browser-out-of-date .message-container .browsers li a.browser.ie {
                            background-position: -384px 0;
                        }

                        .browser-out-of-date .message-container .browsers li a.browser.safari {
                            background-position: -512px 0;
                        }

/* modal fix */
.modal-open {
    overflow: scroll;
}

/*# sourceMappingURL=style.css.map */

.sharer {
    padding: 30px 0;
    margin-top: 100px !important;
    background-color: #e9eaed;
}

    .sharer h1 {
        margin-bottom: 30px;
    }


.nopaddingright {
    padding-right: 0 !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.btn.btn-primary {
    background-color: #4B77BE;
}

.btn-insurance {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.blue-circle {
    color: #4B77BE;
}
.blue-circle {
    color: #4B77BE;
}
.pure.align-vertical-middle-checkbox {
    margin-top: 4.5px;
    margin-bottom:4.5px

}