@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700&subset=latin-ext');

/*html, body
{
    overflow: hidden;
}*/

.mapplic-element {
	font-size: 0;
}

.mapplic-pin {
	font-size: 0;
}

.mapplic-zoom-buttons a {
	font-size: 16px;
}

.mapplic-levels-select {
	font-size: 15px;
}
.mapplic-search-input {
	font-size: 16px !important;
}
.mapplic-not-found {
	font-size: 15px;
}

.mapplic-list-category > a {
	font-size: 16px;
}

.mapplic-list-category > a .mapplic-list-count {
	font-size: 14px;
}

.mapplic-list-location > a {
	font-size: 16px;
}
.mapplic-list-location h4 {
	font-size: 18px;
}

.mapplic-list-location span {
	font-size: 15px;
}
.mapplic-tooltip-title {
	font-size: 20px;
}

.mapplic-hovertip .mapplic-tooltip-title {
	font-size: 18px;
}
.mapplic-tooltip-description,
.mapplic-tooltip p {
	font-size: 15px;
}
.mapplic-popup-link {
	font-size: 16px;
}

.mapplic-coordinates {
	font-size: 16px;
}

body{
    font-size: 16px;
}
.button {
    font-size: large;
}

.button-1 {
    font-size: 21px;
}

.button-2 {
    font-size: 16px;
}

.button-3 {
    font-size: 13px;
}

.button-4 {
    font-size: 17px;
}

.button-5 {
    font-size: 16px;
}

.switch-level {
    font-size: large;
}

h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}

.window-title{
    font-size:32px;
}
.form-control {
    font-size: 16px;
}

.mapplic-popup-link.button-route-tooltip {
    font-size: 15px;
}
.ui-keyboard-button {
    height: 3.9em;
    min-width: 3.9em;
    font-size: 20px;
}
ul.button-list li {
    font-size: 26px;
}

* {
    font-family: 'Titillium Web', sans-serif;
}

html, body, h1, h2, h3, h4, h5, p, a {
    font-family: 'Titillium Web', sans-serif;
}
.switch-level {
    font-family: 'Titillium Web', sans-serif;
}
.mapplic-element {
    /*    margin-top: 0 !important;
		height: 700px !important;*/
}
.container-inner.map{
    height: 918px;
}

.ads
{
    height: 225px;
}

.header .row {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 0;
}

.header {
    background-color: #454a58;
    height: 160px;
    background-image: url(/amber-kiosk/images/bg-top.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 14px 15px 15px 48px;
}
#mapplic{
        /*background-image: url(/amber-kiosk/images/bg-bottom.png);*/
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top;
}    

#clock, #date {
    color: #fff;
}

.navigation-section-wrapper {
    background: #454a58;
    height: 920px;
}

.button-4 {
    box-shadow: none;
    text-transform: none;
    border-radius: 10px;
    text-align: center;
    min-height: 70px;
    font-weight: 400;
    padding: 5px;
}

.home h4 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}

.button-3 {
    width: 100%;
    border-radius: 10px;
    background-color: rgb(41, 44, 51);
    color: rgba(234, 234, 234, 1.0);
    text-transform: uppercase;
    letter-spacing: -1px;
    z-index: 1;
    min-height: 73px;
}

.button-3.type {
    letter-spacing: 0;
    text-transform: none;
    font-size: 19px;
    padding: 23px 5px 23px 5px
}

.button-3.type.active {
    background-color: rgba(234, 234, 234, 1.0);
    color: #0b0b0b;
}

.button-atm {

    background: rgba(15, 15, 15, 0.5) url('../../svg/atm-white.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-atm:hover {

    background: rgba(15, 15, 15, 0.5) url('../../svg/atm-white.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-toilet {

    background: rgba(15, 15, 15, 0.5) url('../../svg/toilet-white.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-toilet:hover {

    background: rgba(15, 15, 15, 0.5) url('../../svg/toilet-white.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-bus {

    background: rgba(15, 15, 15, 0.5) url('../../svg/bus-white.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-bus:hover {

    background: rgba(15, 15, 15, 0.5) url('../../svg/bus-white.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-taxi {

    background: rgba(15, 15, 15, 0.5) url('../../svg/taxi-white.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-taxi:hover {

    background: rgba(15, 15, 15, 0.5) url('../../svg/taxi-white.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-1 {
    border-radius: 10px;
    background: rgba(234, 234, 234, 1.0);
    color: #0b0b0b;
    box-shadow: none;
    border: none;
    display: inline-block;
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 16px;
    width: 122px;
    padding: 55px 5px 10px 5px;
}
.button-1-small{
    width: 143px;
}

.button-promotions {
    background: rgba(234, 234, 234, 1.0) url('../../amber-kiosk/svg/promotion-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-promotions:hover {
    background: rgba(234, 234, 234, 0.7) url('../../amber-kiosk/svg/promotion-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-news {
    background: rgba(234, 234, 234, 1.0) url('../../svg/news-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-news:hover {
    background: rgba(234, 234, 234, 0.7) url('../../svg/news-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-shops {
    background: rgba(234, 234, 234, 1.0) url('../../svg/shop-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-shops:hover {
    background: rgba(234, 234, 234, 0.7) url('../../svg/shop-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-services {
    background: rgba(234, 234, 234, 1.0) url('../../svg/service-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-services:hover {
    background: rgba(234, 234, 234, 0.7) url('../../svg/service-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-restaurants {
    background: rgba(234, 234, 234, 1.0) url('../../svg/restaurant-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-restaurants:hover {
    background: rgba(234, 234, 234, 0.7) url('../../svg/restaurant-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-cinema {
    background: rgba(234, 234, 234, 1.0) url('../../svg/cinema-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-cinema:hover {
    background: rgba(234, 234, 234, 0.7) url('../../svg/cinema-black.svg    ') no-repeat 50% 25%;
    background-size: 30px;
}

.button-disabled {
    background: rgba(234, 234, 234, 1.0) url('../../svg/disabled-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}

.button-disabled:hover {
    background: rgba(234, 234, 234, 0.7) url('../../svg/disabled-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}
.button-disabled:hover {
    background: rgba(234, 234, 234, 0.7) url('../../svg/disabled-black.svg') no-repeat 50% 25%;
    background-size: 30px;
}
.button-disabled-black {
    background: rgba(15, 15, 15, 0.5) url(../../svg/disabled-white.svg) no-repeat 50% 25%;
    background-size: 30px;
}

.button-park-assist {
    background: rgba(234, 234, 234, 1.0) url('../../svg/park-assist.svg') no-repeat 50% 25%;
    background-size: 60px;
}

.big-window
{
    border: none;
    padding: 0;
}

.big-window .content
{
    padding: 0;
}

.navigation-section
{
    background-color: #ededed;
}

.shops-list .navigation-section
{
    border: none;
    padding: 10px;
}

.button-close
{
    background: url('../../svg/close-white.svg') no-repeat 50% 50%;
    background-size: 30px;
}

.button-close:hover
{
    background: url('../../svg/close-white.svg') no-repeat 50% 50%;
    background-size: 30px;
}

.news-show-detail
{
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

.big-window h4
{
    margin-left: 10px;
}

@media (max-width: 991px)
{
    .big-window
    {
        width: 100%;
    }

    .big-window .content
    {

        width: 100%;
    }
}

.switch-level
{
    background: white;
    border: 1px solid #b3b4b4;
    color: #1f1f1f;
    border-radius: 2px;
}

.switch-level.active, .switch-level:hover
{
    background: #db001b;
    border: 1px solid #db001b;
    color: #ffffff;
}

.search-input
{
    padding: 0 40px 0 0;
    border: 0;
    background: none;
}

.form-control.shop-name-input2
{
    height: 50px;
}

.thumbnail.shopviewer-show
{
    box-shadow: none;
    border: 1px solid #d6d6d6;
}

.category-button-default{
    background-color: rgba(15, 15, 15, 0.5);
}

.home .navigation-section
{
    padding: 2% 0 0 0;
}

.container
{
    width: 1920px;
}

.header-buttons
{
    margin-top: 20px;
}

.container.header div.logo > img
{
    margin-top: 0;
    margin-right: 150px;
}

.hours h1
{
    color: black;
    text-align: center;
    padding-right: 13px;
}

.hours h2
{
    color: black;
    font-size: 17px;
    margin: 0;
    padding: 0;
    text-align: center;
}

/*.button, .switch-level*/
/*{*/
    /*border-radius: 0;*/
/*}*/

/*.switch-level:active*/
/*{*/
    /*border-radius: 0;*/
/*}*/

.navigation-section
{
    background-color: #454a58;
}

.navigation-section h4
{
    color: #fff!important;
}

.mapplic-tooltip{
    padding: 5px 15px;
}
.mapplic-tooltip h4{
    font-size: 16px;
}
.mapplic-tooltip-description h4{
    margin-top:4px;
    margin-bottom:4px;
    font-weight: bold;
}
.mapplic-tooltip-text .mapplic-tooltip-description, .mapplic-tooltip.mapplic-tooltip-text p {
    font-weight: bold;
}
.mapplic-tooltip img.logotyp{
    max-height:65px;
}
.mapplic-tooltip-text {
    background-color: rgba(255, 255, 255, 1);
    color: black;
}
.mapplic-tooltip-description{
    overflow: hidden;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img
{
    max-height: 250px;
}

.home{
    height: 845px;
}

.do-nicescrol
{
    height: 602px;
}
.carousel-control.right, .carousel-control.left{
    background: transparent;
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.news-list-popup
{
    height: 660px;
    overflow-y: auto;
}

.pad{
    padding: 0;
}

.container.map > p:first-of-type{
    margin:0;
}