@font-face {
    font-family: Neoneon;
    src: url("/fonts/Neoneon.otf") format("opentype");
}
.polish-s{
    position: absolute;
    margin-left: -25px;

}
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%; top: -100%;
        /* or height: 200%; top: -50%;
           or height: 400%; top: -150%; */
    }
}
@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%; left: -100%;
        /* or width: 200%; left: -50%;
           or width: 400%; left: -150%; */
    }
}
.header-index{
    text-align: center;
}
.header-index h1{
    font-size: 140px;
}
.header-index h2{
    font-size: 60px;
    margin-top: -50px;
}
.youplay-banner.banner-top{
    height: 100vh;
}
.panorama {
    margin: 0 auto;
    cursor: all-scroll;

    width: 60%;
    height: 0;
    padding-bottom: 30%;

    background-image: url(/images/box_bg.jpg);
    background-size: cover;
    background-position: 50% 0;

    transition: background-position 1s linear;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vw-index-promo-product-container{
    position: relative;
}
.vw-index-promo-product-container .vw-image-box-right{
    height: 100%;
    position: absolute;
    right: 0;
    text-align: left;
}
.vw-index-promo-product-container .vw-image-box-left{
    height: 100%;
    position: absolute;
    left: 0;
    text-align: left;
}
.vw-index-promo-product-container .vw-image-box-left img, .vw-index-promo-product-container .vw-image-box-right img{

    position: absolute;
    bottom: 0;
    max-height: 600px;
}
.vw-index-promo-product-buttons{
    margin-bottom: 100px;
}

@media (max-width: 765px){
    .header-index h2 {
        font-size: 40px;
    }
    .header-index h1 {
        font-size: 80px;
    }
    h1, .h1 {
        font-size: 4rem;
    }
}

/*z gg*/

.choice-time{
    list-style: none;
    padding: 0;
}
.choice-time li{
    padding-right: 10px;
}

.choice-time i, .q-choice-time i {
    color: white;
    font-size: 18px;
}
i.busy-place, i.q-busy-place{
    color: red;
}
i.free-place, i.q-free-place{
    color: #B2B2B2;
}
i.free-place:hover{
    color:#79C7E8;
}
i.choice-place, i.q-choice-place{
    color:#228DFF;
}
.choice-place.fa-th-large{
    color:#228DFF;
    background: none;
}
.free-place.fa-th-large:hover{
    color:#79C7E8;
    background: none;
}
.choicer-time-box i.fa-th-large, .choice-time i.fa-th-large{
    background: none;
}
.no-padding{
    padding: 0;
}
.choicer-time-box{
    padding-top: 25px;
}
.choicer-time{
    display: block;
}
.text-transform-none{
    text-transform: none !important;
}
.pulse-on-hover{
    transition: all .4s ease-in-out;
}
.pulse-on-hover:hover {
    transform: scale(1.5);
}
.no-text-decoration, .no-text-decoration:hover{
    text-decoration: none;
}
.date-calendar-gg{
    text-align: center;
    margin: auto;
    width: 500px;
}
.date-calendar-gg table{
    width: 500px;
}
@media screen and (max-width : 500px) {
    .date-calendar-gg{
        width: 100%;
    }
    .date-calendar-gg table {
        width: 300px;
    }
}

.date-calendar-gg .day{
    background: #2ECC71;
    color: white;
}
.date-calendar-gg .day.active{
    background: #228DFF;
    color: white;
}
.date-calendar-gg .day:hover{
    background: #228DFF !important;
    color: black;
    cursor: pointer;
}
.date-calendar-gg .day.disabled{
    background: none;
    color: #777777;
}
.date-calendar-gg .day.disabled:hover{
    background: none;
    color: #777777;
}

.vw-small-top-banner.youplay-banner.banner-top {
    height: 400px;
    min-height: 400px;
}
.photo-gallery .angled-img .img > img{
    height: 200px;
    width: auto;
}
.double-square:after{
    content: "\f0c8";
}
#time .choice-time span{
    font-size: 16px; margin-right: 11px;
}
#time{
    width: 100%;
    margin: auto;
}
#time .time-box{
    width: 275px;
    float: left;
    display: inline-block;
}
@media screen and (max-width : 660px) {


    #time .time-box{
        width: 185px;
    }
    #time .choice-time span{
        font-size: 13px;
    }
    .choice-time i, .q-choice-time i{
        font-size: 19px;
    }
}
@media screen and (max-width : 680px) {
    #time .time-box {
        width: 100%;
    }
    .choice-time {
        margin: 0;
    }
}
.name-in-summary{
    font-size: 26px;
    padding: 15px;
}
.voucher-vw input,
.voucher-vw textarea{
    text-align: center;
    font-size: 20px;
}
.voucher-vw h3{
    text-align: center;
    font-size: 45px;
}
.voucher-vw h4{
    text-align: center;
    font-size: 35px;
}
.prelodaer-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -135px;
    font-size: 60px;
}
.notifications{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
}
.notifications h3{
    margin-top: 0;
    color: white !important;
}
.vw-code{
    width: 366px;
    margin: auto;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 0;
    margin-top: 15px;
    padding: 3px 4px;
}
.promo-text .vw-font {
    font-size:35px;
}
.promo-text .promo-desc-m{
    font-size: 28px;
    margin-left: -5px;
}
.promo-text .promo-desc-2{
    font-size: 20px;
    margin-bottom: 25px;
    position: absolute;
    margin-right: 10px;
}
.promo-text .promo-date{
    margin-top: 33px;
    font-size: 70px;
}
@media screen and (max-width : 700px) {
    .promo-text .promo-desc {
        font-size: 20px;
    }
    .promo-text .promo-desc-m{
        font-size: 14px;
    }
    .promo-text .promo-desc-2{
        font-size: 14px;
    }
    .promo-text .promo-date{
        font-size: 35px;
    }
}
.datepicker-switch{
    text-align: center;
}
.promo-circle{
    margin: auto;
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
    padding: 7px 0;
    width: 160px;
    height: 160px;
    border-radius: 1000px;
    padding-top: 26px;
    background: #FF1159;
    text-transform: lowercase;
}
.voucher-form{
    background: url(/images/voucher3.png);
    background-size: cover;
    margin-bottom: 80px;
    height: 528px;
}
.voucher-form input{
    font-size: 30px;
    background: none;
    border: none;
    color: white;
}
.voucher-form .fv-i-1{
    font-size: 30px;
    margin-left: 35%;
    margin-top: 18%;
    position: absolute;
    width: 60%;
}
.voucher-sw-popup{
    width: 250px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999999999999999999999999999;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count:infinite;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.3); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.sweet-alert h2, .sweet-alert p {
    color: black !important;
}
@media screen and (max-width : 360px) {
    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
.valuation h2{
    font-weight: bold;
    font-size: 33px;
 }

.valuation .type label{
    text-align: center;
    width: 100%;
}
.valuation .type label p{
    margin-bottom: 10px;
    font-size: 25px;
}
.valuation .type label img{
    width: 100px;
    margin: auto;
}
.slider .value {
    border-bottom: 4px dashed #bdc3c7;
    text-align: center;
    font-weight: bold;
    font-size: 10em;
    width: 300px;
    height: 100px;
    line-height: 60px;
    margin: 40px auto;
    letter-spacing: -.07em;
    text-shadow: white 2px 2px 2px;
}
.slider input[type="range"] {
    display: block;
    -webkit-appearance: none;
    background-color: #bdc3c7;
    width: 300px;
    height: 5px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
}
.slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #e74c3c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: .3s ease-in-out;
}​
 .slider  input[type="range"]::-webkit-slider-thumb:hover {
     background-color: white;
     border: 2px solid #e74c3c;
 }
.slider input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.6);
}
.slider .value2 {
    border-bottom: 4px dashed #bdc3c7;
    text-align: center;
    font-weight: bold;
    font-size: 10em;
    width: 300px;
    height: 100px;
    line-height: 60px;
    margin: 40px auto;
    letter-spacing: -.07em;
    text-shadow: white 2px 2px 2px;
}
.slider #range2 {
    display: block;
    -webkit-appearance: none;
    background-color: #bdc3c7;
    width: 300px;
    height: 5px;
    border-radius: 5px;
    margin: 0 auto;
    outline: 0;
}
.slider #range2::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #e74c3c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: .3s ease-in-out;
}​
 .slider  #range2::-webkit-slider-thumb:hover {
     background-color: white;
     border: 2px solid #e74c3c;
 }
.slider #range2::-webkit-slider-thumb:active {
    transform: scale(1.6);
}

.week-radio-input{
    width: 20px;
    float: left;
}
.week-radio-label{
    float: left;
    width: auto !important;
    margin-left: 10px;
    margin-top: -10px;
}
.valuation-price-box{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 50px;
    z-index: 9;
    padding: 10px;
    font-size: 23px;
    background: white;
    color: black;
    border-radius: 30px 0 0 0;
    text-align: center;
}
