@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&subset=latin-ext');

.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;
}

.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: 20px;
    background: #8b8b8b url("/img/button_bg.png") 40% 53%;
    background-size: 136% auto;
    font-weight: 400;
}

.button-1:hover {
    color: #fff;
    background-color: #da292f;
}

.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('../../svg/atm-black.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.button-atm:hover {

    background: #da292f url('../../svg/atm-white.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.button-toilet {

    background: #e8e8e8 url('../../svg/toilet-black.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.button-toilet:hover {

    background: #da292f url('../../svg/toilet-white.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.button-bus {

    background: #e8e8e8 url('../../svg/bus-black.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.button-bus:hover {

    background: #da292f url('../../svg/bus-white.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.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('../../svg/disabled-black.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.button-disabled:hover {

    background: #da292f url('../../svg/disabled-white.svg') no-repeat 50% 45%;
    background-size: 30px;
}

.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-invalid {
    background: #000000 url('../../svg/disabled-white.svg') no-repeat 50% 20%;
    color: #fff;
    background-size: 30px;
}

.button-route-invalid:hover {
    background: #3f3f3f url('../../svg/disabled-white.svg') no-repeat 50% 20%;
    color: #fff;
    background-size: 30px;
}

.button-route {
    background: #000000 url('../../svg/map.svg') no-repeat 50% 20%;
    color: #fff;
    background-size: 30px;
}

.button-route:hover {
    background: #3f3f3f url('../../svg/map.svg') no-repeat 50% 20%;
    color: #fff;
    background-size: 30px;
}

.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;
}

.navigation-section-wrapper {
    position: relative;
    background-color: #cbcbcb;
    padding: 0;
}

.container.map {
    background-color: #e3e3e3;
    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 {
    text-align: center;
    color: #ffffff
}

.container.header div.logo > img {

    margin: 0 auto;
    margin-top: 30px;
}

.ads {
    padding: 0;
}

.navigation-section {
    background-color: #e41b23;
    text-align: center;
}

.home .navigation-section
{
    padding: 2% 0;
}

.home
{
    padding: 0 2%;
}

.home .navigation-section {
    background-color: inherit;
}

.thumbnail {
    border-radius: 2px;
}

.switch-level {
    border: 1px solid #da292f;
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    color: #fff;
    background: #da292f;
    cursor: pointer;
    padding: 10px 20px;
    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;
}

.switch-level:hover {
    background-color: transparent;
    color: #1f1f1f;
}

.switch-level.active {
    background-color: white;
    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: 1080px;
}

.language {
    margin: 50px 5px;
    position: absolute;
    right: 10px;
    z-index: 99;
}

.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: #f7f7f7;
    border: 2px solid #4d4d4d;
}

.big-window
{
    background-color: #f7f7f7;
    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: 185px;
        width: 100%;
        height: 735px;
        padding: 10px;
        overflow: hidden;
    }

    .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: 20px 30px;
}

.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;
}

#mapplic {
    background-color: #f8f7f7;
}

.button-4 {
    margin-top: 0;
    margin-bottom: 25px;
}

.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;
}

.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 {
    padding: 30px;
}

.shops-list .navigation-section {
    border-bottom: 2px solid #da292f;
}

.shops-list .navigation-section .row {
    /*border-bottom: 3px solid #d00518;*/

}

.button-close {
    background: #f7f7f7 url('/galaxy-kiosk/images/close.png') no-repeat;
    height: 50px;
    width: 40px;
    border: none;
}

.button-close:hover {
    background: #f7f7f7 url('/galaxy-kiosk/images/close.png') no-repeat;
}

.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;
    }

    .home {
        height: 700px;
    }
}

.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: rgba(31, 31, 31, 0.7);
    padding: 15px 25px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
.timetable h3{
    text-align: center;
}

.shop-description
{
    margin-top: 20px;
}
.mapplic-levels-select-parking{
    display:none;
}
.mapplic-levels-select-parking .switch-level{
    width: 47px;
    padding: 5px;
    float: left;
    display: inline-block;
    margin: 5px 5px 5px 0;
    text-align: center;
}
.mapplic-levels-select-parking > span{
    width: 100%;
    display: block;
}

.screensaver{
        top: 0!important;
    left: 0px!important;
    right: 0px!important;
    bottom: 0px!important;
    width: 1080px!important;
    height: 1920px!important;
    margin: 0 auto!important;
    position: absolute!important;
    background-color: #f8f7f7;
    z-index: 999;
}
.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:75%;
}
.pa-search-button{
    display: inline-block;
    width: 24%;
    height: 49px;
    border-color: #327d2a;
    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;
}