body {
    background: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 150px;
}
h2 {
    font-family: Lato !important;
    font-weight: 300 !important;
    letter-spacing: 7px;
    font-size: 80px;
}
form,
p {
    font-family: Lato;
}
.heading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    height: 90px;
    z-index: 99999;
    box-shadow: 0 0 60px -25px hsla(0, 0%, 39.2%, 0.55);
}
h2 span {
    font-size: 28px;
    font-weight: 700;
    display: block;
}
body,
html {
    font-size: 16px;
}
.btn-primary {
    background: #00b7d6;
    color: #333d3c !important;
    transition: all 0.25s;
    border: 0 !important;
    border-radius: 0 !important;
}
.btn-primary:not([disabled]):hover {
    background-position-y: 100% !important;
    color: #fff !important;
    transition: all 0.25s;
    cursor: pointer;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #000 !important;
    border: 0 !important;
    transition: none !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #000 !important;
    border: 0 !important;
    transition: all 0.25s;
    box-shadow: none !important;
}
.btn-primary:focus {
    box-shadow: none !important;
}
.form-control {
    border-radius: 0 !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00b7d6;
    outline: 0;
    box-shadow: 0 0 0 0.3rem rgba(0, 183, 214, 0.4);
}
.btn-default {
    background: #efefef;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0 !important;
}
.btn-default:focus {
    box-shadow: none !important;
}
.btn-default:not([disabled]):hover {
    background: rgba(0, 0, 0, 0.125);
}
form label {
    font-weight: 600;
}
.bilet {
    display: inline-block;
    position: relative;
    border-radius: 0 !important;
    cursor: pointer;
    background-size: 100% 200% !important;
}
.bilet:hover {
    background-position-y: 100% !important;
    transition: all 0.2s;
}
.card,
.list-group-item {
    border-radius: 0 !important;
}
.bilet-name {
    font-weight: 700;
    font-size: 20px;
}
.bilet-price {
    display: block;
    color: #2c2c2c;
}
.bilet-price strike {
    color: #000;
}
.bilet-niema {
    position: absolute;
}
.bilet-wybrany {
    -webkit-box-shadow: 0 0 22px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 22px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 22px -7px rgba(0, 0, 0, 0.75);
}
.bilet button {
    margin-top: 1em;
}
.bilet .bilet-price {
    color: green;
    font-weight: 700;
}
.bilet .bilet-price strike {
    font-weight: 400;
}
.error {
    color: red;
}
.steps {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
@media screen and (max-width: 1200px) {
    .steps {
        position: static;
        width: 100%;
    }
    .heading .text-right {
        background: #00b7d6;
        padding-top: 0;
        margin-top: 20px;
    }
    .container {
        max-width: 100vw;
    }
    .layout > .container {
        padding-top: 220px !important;
    }
}
@media screen and (max-width: 844px) {
    .layout > .container {
        padding-top: 250px !important;
    }
    .step {
        width: 100% !important;
        padding: 5px !important;
        height: auto !important;
        font-size: 16px;
    }
    .number {
        font-size: 16px !important;
        top: 6px !important;
    }
}
.step {
    position: relative;
    float: left;
    width: 200px;
    height: 90px;
    text-align: left;
    background: #00b7d6;
    padding: 20px;
}
.step,
.step.active * {
    color: #fff;
}
.step:not(.active) * {
    color: hsla(0, 0%, 100%, 0.5);
}
.step .number {
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 40px;
    font-weight: 700;
    margin: 0 10px;
}
.step .title {
    display: block;
    text-align: left;
    margin-left: 25px;
    font-weight: 500;
    font-family: Lato, sans-serif;
}
.helpText {
    font-size: 16px;
    text-align: center;
    display: block;
    vertical-align: middle;
    /* margin-top: 45px; */
    /* padding: 10px; */
    padding: 40px 10px;
    cursor: pointer;
}
.dropzone {
    width: 200px;
    height: 200px;
    margin: 10px auto 0;
    border: 2px dashed hsla(0, 0%, 39.2%, 0.5);
    cursor: pointer;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 60px -25px hsla(0, 0%, 39.2%, 0.55);
}
.footer .container {
    padding: 20px;
}
.footer button,
.submit-button {
    padding: 10px 20px;
    background: #00b7d6;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 700;
}
.submit-button:hover,
.footer button:hover {
    cursor: pointer;
    background: #05a6c1;
}
input[type="submit"].submit {
    padding: 10px 20px;
    background: #00b7d6;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 700;
}
input[type="submit"].submit:hover {
    cursor: pointer;
    background: #05a6c1;
}
.prev {
    float: left;
}
.next {
    float: right;
}
h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 1em;
    font-weight: 700;
}
.dropzone {
    overflow: hidden !important;
}
.clickNow {
    padding: 10px 20px;
    background: #00b7d6;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.clickNow:hover {
    cursor: pointer;
    background: #05a6c1;
}
.hotele {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hotel {
    margin: 5px;
    text-align: center;
}
.hotel-image {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 8px;
    border: 1px solid hsla(0, 0%, 39.2%, 0.2);
}
.hotel-info h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
.hotel-dodatkowe {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.hotel-info h3 span {
    display: block;
}
.link {
    background: #00b7d6;
    padding: 6px;
    display: block;
    border-radius: 3px;
}
.link,
.link:hover {
    color: #fff;
    text-decoration: none;
}
.link:hover {
    background: #05a6c1;
    cursor: pointer;
}
.hotel-price {
    font-weight: 700;
}

/* WM */

.hide {
    display: none;
}

/* Drop file */
.dragenter {
    background: #dbdbdb !important;
}