@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&subset=latin-ext');
.body{
    color: #f7f7f7;
}
.button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mapplic-container{
 overflow: hidden;
}

.button-1 {
    padding: 18px 20px;
    width: 100%;
    font-size: 19px;
    text-transform: uppercase;
    border: 1px solid #4d4d4d;
    color: #fff;
    box-shadow: 0px 3px 8px #5b5c5c;
    margin-bottom: 0px;
    background: #8b8b8b url("/img/button_bg.png") 40% 53%;
    background-size: 136% auto;
    font-weight: 400;
}

.button-1:hover {
    color: #fff;
    background-color: rgba(234, 234, 234, 0.7) !important;
}

.button-2 {
    padding: 27px 10px;
    font-size: 14px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #0f0f0f;
}

.button-3 {
    padding: 45px 5px 10px 5px;
    font-size: 11px;
    border: 1px solid #171717;
    background-color: #e8e8e8;
    color: #171717;
}

.button-3:hover {
    color: #fff;
}

.button-4 {
    padding: 20px 30px;
    font-size: 15px;
    border: 1px solid #666666;
    border-radius: 4px;
    background-color: #f8f7f7;
    color: #666666;
    box-shadow: 0px 3px 8px #5b5c5c;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
}

.button-5 {
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    border: 1px solid #171717;
    background-color: #000000;
    color: #fff;
}

.button-cinema {

    background: #ffffff url('../../svg/cinema-black.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-cinema:hover {

    background: #1f1f1f url('../../svg/cinema-white.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-restaurant {

    background: #ffffff url('../../svg/restaurant-black.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-restaurant:hover {

    background: #1f1f1f url('../../svg/restaurant-white.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-service {

    background: #ffffff url('../../svg/service-black.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-service:hover {

    background: #1f1f1f url('../../svg/service-white.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-shop {

    background: #ffffff url('../../svg/shop-black.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-shop:hover {

    background: #1f1f1f url('../../svg/shop-white.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-news {

    background: #ffffff url('../../svg/news-black.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-news:hover {

    background: #1f1f1f url('../../svg/news-white.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-promotion {

    background: #ffffff url('../../svg/promotion-black.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-promotion:hover {

    background: #1f1f1f url('../../svg/promotion-white.svg') no-repeat 50% 20%;
    background-size: 30px;
}

.button-atm {
    background: #e8e8e8 url(/trzykorony-kiosk/images/atm.svg) no-repeat 50% 30% !important;
    background-size: 30px  !important;
}

.button-atm:hover {

    background: rgba(234, 234, 234, 0.7) url(/trzykorony-kiosk/images/atm.svg) no-repeat 50% 30% !important;
    background-size: 30px  !important;
}

.button-toilet {

    background: #e8e8e8 url(/trzykorony-kiosk/images/restrooms.svg?23) no-repeat 54% 30% !important;
    background-size: 34px !important;
}

.button-toilet:hover {

    background: rgba(234, 234, 234, 0.7) url(/trzykorony-kiosk/images/restrooms.svg?123) no-repeat 54% 30% !important;
    background-size: 34px !important;
}

.button-taxi {

    background: #e8e8e8 url('../../svg/taxi-black.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.button-taxi:hover {

    background: #da292f url('../../svg/taxi-white.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.button-disabled {

    background: #e8e8e8 url('../images/disabled-black.svg') no-repeat 53% 34% !important;
    background-size: 32px !important;
}



.button-close {

    background: #f7f7f7 url('../../svg/close-black.svg') no-repeat 15% 45%;
    color: #0f0f0f;
    background-size: 20px;
}

.button-close:hover {

    background: #000000 url('../../svg/close-white.svg') no-repeat 15% 45%;
    color: #fff;
    background-size: 20px;
}

.button-route-normal {
    background: #000000 url(../../trzykorony-kiosk/images/person.svg) no-repeat 12% 50%;
    color: #fff;
    background-size: 38px;
    background-position: 50% 50%;
}
.button-route-invalid {
    background: #000000 url(/trzykorony-kiosk/images/disabled.svg) no-repeat 12% 50%;
    color: #fff;
    background-size: 38px;
    background-position: 50% 50%;
}


.button-route {
    color: #fff;
    background-size: 24px;
}

.button-route:hover {
    color: #fff;
    background-size: 24px;
}

.button-2.active {
    background: #da292f;
    background-size: 30px;
    border: 1px solid #da292f;
    color: #fff;
}

html, body {
    overflow-x: hidden;
}

html, body, h1, h2, h3, h4, h5, p, a {
    font-family: 'Rubik', sans-serif;
}

.container.navigation-section-wrapper {
    position: relative;
    background-color: #cbcbcb;
    padding: 0;
}

.container.map {
    background-color: #1f1f1f;
    padding: 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.28);
    z-index: 2;
}

.container.header {
    background-color: #f8f7f7;
    padding: 1%;
}

.header div.date .date-set{
    font-size: 23px !important;
}
.header div.date .time{
    font-size: 37px !important;
}
.header div.date {
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 48px !important;
    left: 43px;
}

.container.header div.logo > img {

}

.container.ads {
    padding: 0;
}

.navigation-section {

    display: flex;
    justify-content: center;
    align-items: center;
}

.home .navigation-section
{
    padding: 2% 0;
}

.home
{
    padding: 0 2%;
}

.home .navigation-section {
    background-color: inherit;
}

.thumbnail {
    border-radius: 2px;
}
.switch-level.changeTranslation.active{
    color: #fff;
    font-weight: 600;
}

.aktualny-poziom .level-number{
    color: #fff;
    font-size: 132px;
    line-height: 105px;
    position: absolute;
    top: -5px;
    left: 56px;
}
.aktualny-poziom .level-name{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transform: rotate(270deg);
    position: absolute;
    top: 37px;
    left: 0;
}
.aktualny-poziom{
    position: absolute;
    bottom: 217px;
    left: 44px;
    width: 130px;
    height: 100px;
}

.by-category .row .col-sm-4{

}
.by-category .col-sm-4{
    padding-right: 10px;
    padding-left: 10px;
}
.by-category{
    margin-top: 21px;
    margin-left: -10px;
    margin-right: -3px;
}
.switch-level.changeTranslation {
    background: transparent !important;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    color: #fff;
    cursor: pointer;
    padding: 0;
    font-size: 19px;
    width: 35px !important;
    height: 35px !important;
    /* margin: 10px 0; */
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 12px;
    overflow: hidden;
}
.mapplic-container .mapplic-levels{
    display: none !important;
}
.switch-level {
    border: 1px solid #da292f;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    color: #fff;
    background: #da292f;
    cursor: pointer;
    padding: 16px 13px;
    font-size: 12px;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 116px;
    background: #000 !important;
}

.switch-level:hover {
    background-color: transparent;
    color: #1f1f1f;
}

.switch-level.active {
    background-color: transparent !important;
    color: #1f1f1f;
    border-radius: 2px;
}

.mapplic-levels-select {
    background-color: transparent;
}

.mapplic-levels {
    border: none;
}

.mapplic-fullscreen-button {
    display: none;
}

.form-control.shop-name-input {
    height: 59px;
    border-radius: 0;
}

.news-list-popup .desc {
    display: none;
}

.news-detail-popup .desc {
    display: inline-block;
}

.news-show-detail, .promotion-show-detail {
    cursor: pointer;
}

.hide-section {
    display: none;
}

.navigation-section-el {
    display: none;
    /*width: 100%;*/
    /*max-width: 1080px;*/
    /*background-color: #efefef;*/
    /*border-radius: 2px;*/
    /*z-index: 100;*/
}

.news-detail .content-row, .promotion-detail .content-row {
    padding: 10px 40px;
}

.news-detail .img-responsive, .promotion-detail .img-responsive {
    float: left;
    padding: 0 15px 15px 0;
}

.hideSearch {
    display: none;
}

.mapplic-popup-link.button-route-tooltip {
    float: left;
    background-size: 30px;
    background-position: 50% 7px;
    margin: 0 5px 0 0;
    font-size: 13px;
    text-transform: uppercase;
    width: 46%;
    height: 46px;
    padding: 0px;
    min-height: auto;
}

.mapplic-popup-link.button-route-tooltip:hover {
    text-decoration: none;
}

#clock, #date {
    font-weight: 300;
    color: #0b0b0b;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    max-height: 282px;
    width: 1920px;
}

.language {
    margin: 0px 0px;
    right: 0px;
    top: 14px;
    position: relative;
}

.facebook {
    margin: 50px 5px;
    position: absolute;
    left: 10px;
    z-index: 99;
}


/* ************************* OKIENKA ************************* */

.do-nicescrol {
    overflow: hidden;
    outline: none;
    height: 87%;
}

.small-window .navigation-section
{
    border-bottom: 2px solid #da292f;
    padding: 7px;
}

.small-window .content
{
    background-color: #262626;
    border: 2px solid #4d4d4d;
}

.big-window
{
    background-color: #262626;
    border: 2px solid #4d4d4d;
    z-index: 100;
}

@media (min-width: 992px)
{
    .small-window
    {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        height: 99%;
        padding-top: 96px;
    }

    .big-window
    {
        position: absolute;
        top: 0;
        right: 0px;
        width: 534px;
        height: 892px;
        padding: 10px;
    }

    .small-window .do-nicescrol
    {
        /*height: 500px;*/
    }
}

@media (max-width: 991px)
{
    .small-window
    {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 100;
        width: 100%;
    }

    .small-window .content
    {
        background-color: #f7f7f7;
        border: 2px solid #4d4d4d;
        width: 100%;
    }

    .big-window
    {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 101;
    }
}


/*  **** */

.button-1 {
    border-radius: 4px;
}

.container {
    max-width: 1920px;
    padding: 0 0px;
}

.container.header {
    background-color: #dfdfdf;
    padding: 30px 45px;
}

.container.header .row {
    background-color: #f8f7f7;
    border: 1px solid #999999;
    border-radius: 4px;
    box-shadow: 0px 3px 6px #adadad;
    padding: 20px 10px;
}

#clock, #date {
    color: #666666;
    font-weight: 400;
}


.button-4 {
    margin-top: 0;
    margin-bottom: 13px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    /*background-color: #838383;*/
}

.search-input {
    padding: 10px 80px 10px 10px;
    border: 1px solid #797979;
    background: #dbdbdb url('/galaxy-kiosk/images/search.png') no-repeat 97% 53%;
}

.form-control.shop-name-input {
    height: 37px;
}

.navigation-section {
    background-color: transparent;
    margin-right: 0;
    margin-left: 0;
}

.nano > .nano-pane > .nano-slider {
    background: #d00518;
    width: 20px;
}

.nano > .nano-pane {

    background: #ddd;
    width: 20px;
}

.promotion-show-detail, .news-show-detail {
    box-shadow: 0px 3px 6px #adadad;
}

.news-list-popup .col-md-4{
    width: 33.33333333% !important;
    padding-right: 4px;
    padding-left: 4px;
}
.thumbnail{
    height: 100px;
    margin-bottom: 10px;
}
.news-list-popup {
    margin-top: 30px;
    padding: 0px 43px 30px 36px;
}

.shops-list .navigation-section {
    border-bottom: 2px solid #da292f;
}

.shops-list .navigation-section .row {
    /*border-bottom: 3px solid #d00518;*/

}

.button-close {
    height: 77px;
    width: 78px;
    border: none;
}

.button-3 {
    width: 62px;
    z-index: 5;
}

@media (min-width: 992px) {
    /*.big-window {*/
    /*border: 3px solid #555555;*/
    /*}*/

    /*.small-window {*/
    /*height: 597px;*/
    /*}*/

    /*.by-name.small-window {*/
    /*top: 0;*/
    /*right: 29px;*/
    /*}*/
}

.thumbnail.shopviewer-show {
    border: none;
    box-shadow: 0px 3px 6px #adadad;
}

@media (min-width: 992px) {

    .big-window .nano {
        height: 623px;
    }


}

.navigation-section .col-xs-2 {
    width: 18.666667%;
}

/*.big-window {*/
/*z-index: 9999;*/
/*}*/

@media (min-width: 992px) {

    /*.big-window {*/
    /*position: absolute;*/
    /*background: #f7f7f7;*/
    /*top: 0;*/
    /*right: inherit;*/
    /*min-height: 600px;*/
    /*}*/
}

.img-responsive.changeTranslation
{
    display: inline;
    margin: 5px;
}
ul.button-list{
    width: 100%;
    padding: 30px 10%;
    text-align: center;
    list-style-type: none;
}
ul.button-list li{
    display: inline-block;
    margin: 15px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgb(255 255 255);
    padding: 15px 25px;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.colored-td td{
    padding: 10px;
}
.timetable h3{
    text-align: center;
}

.shop-description
{
    margin-top: 20px;
}
.mapplic-levels-select-parking{
    display:none;
}
.mapplic-levels-select-parking .switch-level{
    width: 100%;
    padding: 17px 2px;
    float: left;
    display: inline-block;
    margin: 5px 5px 5px 0;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #fff;
}
.mapplic-levels-select-parking > span{
    width: 100%;
    display: block;
}
.mapplic-levels-select-parking .switch-level.active {
    background: #fff !important;
    color: #000 !important;
}
.screensaver{
        top: 0!important;
    left: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    width: 1920px!important;
    height: 1080px!important;
    margin: 0 auto!important;
    position: absolute!important;
    background-color: #f8f7f7;
    z-index: 999;
}
.screensaver .item .click-here svg{
    width: 200px;
    height: 200px;
}
@keyframes aniamteLapka {
    0%{
        transform: scale(0.9);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(0.9);
    }
}
.screensaver .item .click-here{
    animation: aniamteLapka;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: absolute;
    bottom: 108px;
    width: 200px;
    height: 200px;
}
.screensaver .item img{
    width: 1300px !important;
}
.screensaver .item, .screensaver .item{
    width: 1920px;
    height: 1080px;
    background: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.screensaver .carousel-inner>.item>a>img, .screensaver .carousel-inner>.item>img{
    height:auto;
    max-height: initial;
}
#park-assist-loader{    
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
    background: url(/img/loader.gif) rgba(255,255,255,0.8) no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100px;
}
#park-assist-content-inner{
    text-align: center;
}
.pa-messages{
    text-align: center;
}
.window-title{
    font-size:30px;
}
.pa-input{
    display:inline-block;
    width:65%;
}
.pa-search-button{
    display: inline-block;
    width: 34%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #327d2a;
    color: #fff;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    font-size: 23px;
    box-sizing: border-box;
    float: right;
    margin-top: 20px;
    text-align: center;
    line-height: 49px;
    text-transform: uppercase;
}
.en-content{
    display: none;
}
.row.promotion-show-detail-extend {
    display: block;
    margin: 10px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid lightgray;
    height: 100px;
    overflow: hidden;
}

.mapplic-zoom-buttons a {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    border: 2px solid #fff;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    width: 64px;
    height: 50px;
    margin: 0 5px;
}

.mapplic-clear-button {
    background-color: #fff;
    background-image: url(../../mapplic/images/reset.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    border-radius: 2px;
    margin: 10px;
    width: 50px;
    height: 45px;
    position: absolute;
    bottom: 19px;
    left: 9px;
}

.descriptions{
    font-size: 18px;
    margin-bottom: 20px;
}

#cinema .content {
    display: flex;
    flex-direction: row;
}
.wide-menu {
    width: 600px;
    padding: 40px;
    position: relative;
}
.video-list {
    height: 678px;
    overflow: scroll !important;
    overflow-x: hidden !important;
}
#cinema .table>tbody>tr {
    border-left: 1px solid #676767;
}
#cinema .table>tbody>tr>td {
    border-top: 1px solid #676767;
}
.video-info {
    display: flex;
    flex-direction: row;
}
.video-img {
    float: left;
    margin: -5px 27px;
}
.video-title-main {
    float: left;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
    color: var(--color-purple);
}
.video-header span {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--font-color2);
}
.video-list span {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--font-color);
}
.read-more {
    position: static;
    left: 232px;
    bottom: 14px;
    font-size: 13px !important;
    color: #888 !important;
    text-transform: none !important;
}
.btn-read-more {
    font-size: 12px !important;
    border: #3ac0be;
    background: #3ac0be;
    padding: 11px 9px;
    position: absolute;
    bottom: 27px;
    right: 77px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-list ul {
    list-style: none;
    padding: 0;
}
.video-title h2 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--font-color2);
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}
.state-width {
    width: 125px;
    text-align: center;
}

.hide{
    display: none;
}