@import url('https://fonts.googleapis.com/css?family=Raleway:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Raleway:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');


/*COMMON*/
@media (min-width: 1400px) {
    .container {
        width: 1366px;
    }
}
body {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #1f1f1f;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
    -ms-overflow-style: scrollbar;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #4d4d4d;
    margin-top: 0;
}
a {
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
.nav-link:hover,
.nav-link:active,
.nav-link:focus {
    text-decoration: none;
    color: #4d4d4d;
}
/*MAIN*/
main {
    background: url("static/assets/bg@2x.jpg") top center repeat-y;
    background-size: 100% auto;
    padding: 25px 0;
}

@media (max-width: 993px) {
    main {
        padding-top: 27px;
    }
}
/*BUTTONS*/
.btn-main {
    display: inline-block;
    font-size: 12.7px;
    line-height: 12.7px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #1f1f1f;
    padding: 14px 30px;
    text-transform: uppercase;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    text-decoration: none;
    transition: background 0.3s;
    border-radius: 0;
    white-space: normal;
}

.btn-main.btn-main-reverse {
    border: 1px solid transparent;
    background-color: #fff;
    color: #1F1F1F;
}
.btn-main.btn-singleline {
    white-space: nowrap;
}
@media (max-width: 340px) {
    .btn-main {
        font-size: 10px;
        letter-spacing: 1.2px;
        padding: 10px 20px;

    }
}
@media (max-width: 280px) {
    .btn-main {
        font-size: 10px;
        letter-spacing: 1.2px;
        padding: 8px 15px;
    }
}
.btn-main:focus,
.btn-main:active,
.btn-main:hover {
    background-color: #ee1740;
    color: #FFF;
    text-decoration: none;
    border: 1px solid transparent;
}
.btn-main.btn-main-reverse:focus,
.btn-main.btn-main-reverse:active,
.btn-main.btn-main-reverse:hover {
    border: 1px solid transparent;
    background-color: #ee1740;
    color: #fff;
}
.btn-main-arrow-right:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    margin: 1px 6px;
    transform-origin: center;
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
}

.btn-main-arrow-left:before {
    content: '';
    display: inline-block;
    border-left: 1px solid #1f1f1f;
    border-top: 1px solid #1f1f1f;
    margin: 1px 6px;
    transform-origin: center;
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
}

.btn-main-arrow-right.btn-main-reverse:after {
    border-color: #1f1f1f;
}
.btn-main-arrow-right.btn-main-reverse:hover:after {
    border-color: #FFF;
}
.btn-main-arrow-left:hover:before,
.btn-main-arrow-right:hover:after {
    border-color: #FFF;
}
.btn-main-no-border,
.btn-main-no-border:hover {
    border: 1px solid transparent;
}


/*HEADER*/
.header-container {
    position: relative;
}

.header {
    background-color: transparent;
    position: relative;
}
.header-menu {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
}
.header-menu-container {
    padding-right: 176px;
}
.header-menu-list {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 0;
    padding-top: 10px;
}
.header-menu-list ul {
    float: right;
    padding-left: 0;
}
.header-menu-item {
    display: inline-block;
    font-size: 13.6px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-decoration: none;
    margin-left: -2px;
    border: 1px solid transparent;
}
.header-watch {
    position: absolute;
    right: 0;
    top: -10px;
    height: 140px;
    z-index: 1000;
}
.header-watch-container {
    height: 140px;
    width: 134px;
    text-align: center;
}
.header-watch-container a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.header-watch-container img {
    margin: 0 auto;
}
.header-watch-text {
    font-family: 'Oswald', sans-serif;;
    text-align: center;
    color: #000000;
    margin: 0;
}
.header-watch-text:nth-child(1) {
    margin-top: 50px;
    font-size: 12px;
    letter-spacing: -0.3px;
    font-weight: 600;
}

.header-watch-text:nth-child(2)  {
    position: relative;
    font-size: 26px;
    top: -3px;
}

.header-search-and-lang-wrapper {
    text-align: right;
    display: inline-block;
    margin-top: 10px;
    padding-right: 176px;
}

.header-search-container {
    display: inline-block;
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.07);
}


.header-search .form-control {
    height: 31px;
}

.header-search .ui-helper-hidden-accessible {
    display: none;
}

.header-search button {
    height: 31px;
}

.header-search > input {
    border-radius: 0;
    border: solid 1px #ebebeb;
    box-shadow: none;
    padding: 2px 0 0 16px;
    font-family: Raleway, sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 2.3px;
    text-align: left;
    color: #4d4d4d;
}

.header-search button {
    border-radius: 0;
    border: solid 1px #ebebeb;
    background-color: #fff;
    padding: 5px 10px;
}

.header-search span {
    width: 31px;
    height: 31px;
}

.header-search span > button > img {
    width: 18px;
    height: 18px;
}

.header-lang-container {
    position: relative;
    display: inline-block;
    padding: 8px 0 4px 0;
    float: right;

}
.header-lang-container a {
    width: 20px;
    height: 14px;
    display: inline-block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 11px;
    position: relative;
}
.header-lang-container a:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #dddddd;
    position: absolute;
    right: -8px;
    top: -2px;
}
.header-lang-container a:last-child:after {
    content: initial;
}
.header-lang-container a.flag-pl {
    background-image: url("assets/polish.jpg");
}
.header-lang-container a.flag-en {
    background-image: url("assets/english@3x.png");
}
.header-lang-container a.flag-de {
    background-image: url("assets/german@3x.png");
}
.header-brand-img {
    position: relative;
    z-index: 1000;
}
/*ORYGINAL CSS FOR LOGO*/
.header-brand-img img {
    height: 72px;
    margin-top: 30px;
    margin-bottom: 24px;
}
.header-menu-item.has-submenu {
    padding-bottom: 30px;
}
@media screen and (min-width: 1201px){
    .header-menu-item.has-submenu:hover >a:after{
        content: '';
        display: block;
        background-color: #ffffff;
        height: 30px;
        position: absolute;
        top: 20px;
        left: -72px;
        width: 50px;
        padding: 0 7px;
        box-sizing: content-box;


    }
}

.has-submenu:hover {
    border: 1px solid #e6e6e6;
}

.header-menu-item.has-submenu:hover > a:before {
    content: '';
    display: block;
    background-color: #ffffff;
    height: 30px;
    position: absolute;
    z-index: 1400;
    bottom: -37px;
    left: -7px;
    width: 100%;
    padding: 0 7px;
    box-sizing: content-box;
}

.header-menu-item.has-submenu > a {
    border: none;
}

.has-submenu > .fa {
    margin-left: 17px;
    transform-origin: 50% 50%;
    transition: 400ms;
}

.has-submenu[aria-expanded="true"] aside {
    transform: rotate(180deg);
}

.header-menu-item > a {
    margin: 0 7px 0;
    color: #4d4d4d;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.header-menu-item > a:after {
    content: '';
    border-right: 1px solid #dddddd;
    position: absolute;
    right: -7px;
    height: 100%;
    top: 0;
}

.header-menu-item:last-child a:after {
    border-right: none;
}
.sidenav a.active,
.header-menu .nav-link.active,
.header-menu .nav-link:hover {
    text-decoration: none;
    border-bottom: 3px solid #ee1740;
    padding-bottom: 5px;
}

.header-menu-sublist {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 35px;
    z-index: 2;
    text-align: left;
    padding: 46px 0 30px;
    margin-top: 30px;
}

.header-menu-item.has-submenu:hover .header-menu-sublist {
    display: block;
    z-index:999;
    width: 881px;
}

.header-menu-sublist:before {
    display: block;
    content: '';
    background-color: #ffffff;
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    border: 1px solid #e6e6e6;
}

.header-submenu-item {
    list-style: none;
    font-size: 14.6px;
    font-weight: 500;
    line-height: 2.93;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.header-submenu-item > a {
    color: #4d4d4d;
}

.header-carousel-mobile-controls {
    display: none;
}

.mobile-search img,
.mobile-watch img,
.burger img {
    display: inline-block;
    height: 25px;
}

.mobile-search,
.mobile-watch,
.burger {
    position: relative;
    z-index: 100;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 40px;
}
.mobile-search {
    margin-left: 28px;
}
/* desktop */
@media (min-width: 992px) {
    .header-search {
        width: 191px;
        height: 31px;
    }
}

/* mobile + tablet special rules*/
@media (max-width: 991px) {
    .header-brand-img {
        text-align: center;
        position: relative;
        top: -10px;
    }
    .header-brand-img img {
        width: 140px;
        height: auto;
        position: relative;
        top: 3px;
        z-index: 100;
    }

    .header-search > input {
        border: 1px solid #4d4d4d;
    }
}
@media (max-width: 769px) {
    .header-brand-img {
        top: 0;
    }
    .header-brand-img a {
        position: relative;
        z-index: 100;
    }
    .header-brand-img img {
        width: 120px;
        height: auto;
        top: -5px;
    }
}
@media (max-width: 560px) {
    .header-brand-img img {
        width: 115px;
        height: auto;
        margin-top: 25px;
        margin-left: 10px;
    }
    .mobile-search,
    .mobile-watch,
    .burger {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 390px) {
    .header-brand-img img {
        width: 100px;
        height: auto;
        margin-top: 20px;
        margin-left: 0;
    }
    .mobile-search {
        margin-left: 10px;
    }
    .mobile-search,
    .mobile-watch,
    .burger {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 300px) {
    .header-brand-img img {
        width: 80px;
        height: auto;
        margin-top: 20px;
        margin-left: 15px;
    }
    .mobile-search,
    .mobile-watch,
    .burger {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mobile-search img,
    .mobile-watch img,
    .burger img {
        height: 18px;
    }
}

/* HEADER SEARCH AUTOCOMPLETE*/
ul.ui-autocomplete li a {
    font-size: 13.6px;
    line-height: 24px;
    color: #4d4d4d;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
    background: #FFF;
    max-height: 350px;
    min-width:  210px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ui-autocomplete-loading {
    background: white
}

* html .ui-autocomplete {
    width:1px;
}
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    box-shadow: 0 2px 4px rgba(0,0,0,.4);
    z-index: 99;
    border: solid 1px rgba(100,100,100,.2);
    z-index: 1000;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

.ui-menu .ui-menu-item:hover {
    font-weight: bold;
}

.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    padding-left: 10px;
    line-height:1.2;
    zoom:1;
    font-size: 13px;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    margin: -1px;
}

.ui-helper-hidden-accessible{
    display: none;
}

/*MOBILE HEADER SEARCH*/
.mobile-search-box {
    margin-bottom: 20px;
    display: none;
    position: relative;
    z-index: 101;
}

/* MOBILE MENU */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav .dropdown-menu {
    border: none;
    box-shadow: none;
}
.sidenav .dropdown-menu li {
    border: none;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}
.sidenav ul {
    padding-left: 27px;
}

.sidenav li {
    list-style: none;
}
.sidenav li {
    width: 210px;
    padding: 23px 8px 23px 25px;
    border-bottom: 1px solid #dddddd;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 0.85;
    letter-spacing: 2.4px;
    color: #4d4d4d;
    display: block;
    transition: 0.3s
}

.sidenav li a,
.sidenav .dropdown-menu li a {
    color: #4d4d4d;
    border: none;
}
.sidenav > li:nth-child(1) {
    padding-top: 60px !important;
}
.sidenav > li:first-child {
    border: none;
}
.sidenav li:last-child {
    border: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #d1c9c9;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    margin-left: 50px;
}
.sidenav .closebtn img {
    width: 60px;
}
.sidenav .sub {
    line-height: 1.4;
    white-space: normal;
}
.sidenav-overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 900;
}

.sidenav__open {
    overflow: hidden;
}

/* desktop */
@media screen and (min-width: 992px) {
    .sidenav__open .sidenav,
    .sidenav__open .sidenav-overlay {
        display: none;
    }
}

/* mobile + tablet special rules*/
@media screen and (max-width: 991px) {
    .sidenav__open .sidenav {
        width: 90%;
        max-width: 320px;
    }

    .sidenav__open .sidenav-overlay {
        display: block;
    }
}

/*HOMEPAGE SLIDER*/
.homepage-slider {
    position: relative;
}
.homepage-slider-item {
    position: relative;
    height: auto;
    min-height: 60px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.homepage-slider-item:after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -219px 204px -120px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 0px -219px 204px -120px rgba(0,0,0,0.7);
    box-shadow: inset 0px -219px 204px -120px rgba(0,0,0,0.7);
}

.homepage-slider-caption {
    position: absolute;
    top: 90px;
    bottom: 90px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 100;
}

.homepage-slider-caption h1 {
    display: inline-block;
    color: #fff;
    font-family: Raleway, serif;
    font-size: 58.1px;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.homepage-slider-caption button {
    font-family: Lato, sans-serif;
    font-size: 11.3px;
    font-weight: 900;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-shadow: none;
    background-color: rgba(255, 255, 255, 0.58);
    border: solid 1px #ffffff;
    padding: 13px 37px;

    cursor: pointer;
    color: white;

}
.homepage-slider-caption hr {
    display: block;
}
/* desktop */
@media screen and (min-width: 994px) {
    .homepage-slider-caption {
        flex-wrap: nowrap;
    }
    .homepage-slider-caption h1 {
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
        display: inline;
        margin: 0 15px 0 0;
    }
    .homepage-slider-caption.align-center h1,
    .homepage-slider-caption.justify-center h1 {
        max-width: 60%;
    }
    .homepage-slider-caption a{
        display: inline-block;
        vertical-align: text-bottom;
        margin-top: 15px;
    }
    .homepage-slider-caption.align-top {
        align-items: flex-start;
    }
    .homepage-slider-caption.align-center {
        align-items: center;
    }
    .homepage-slider-caption.align-bottom {
        align-items: flex-end;
    }
    .homepage-slider-caption.justify-left {
        justify-content: flex-start;
    }
    .homepage-slider-caption.justify-center {
        justify-content: center;
    }
    .homepage-slider-caption.justify-right {
        justify-content: flex-end;
    }
    .homepage-slider-caption.justify-right a{
        float: right;
    }
}

.homepage-slider .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.58);
    display: inline-block;
    margin: 23px 7px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    z-index: 120;
    position: relative;

}
.homepage-slider .owl-dots .owl-dot.active {
    background-color: rgba(255, 255, 255, 1);
}
.homepage-slider .owl-dots {
    text-align: center;
}
.homepage-slider .owl-dots,
.homepage-slider .owl-nav {
    padding: 0;
    height: 0;
    position: relative;
    top: -60px;
}

.homepage-slider .owl-nav {
    border-top: 1px solid #FFF;
    z-index: 100;
}
.homepage-slider .owl-nav > div {
    font-size: 25px;
    line-height: 59px;
    color: #fff;
}
.homepage-slider .owl-nav > div.owl-next {
    position: absolute;
    right: 0;
    float: right;
    margin-right: 37px;
}
.homepage-slider .owl-nav > div.owl-prev {
    position: absolute;
    left: 0;
    float: left;
    margin-left: 37px;
}
@media (max-width: 993px) {
    .homepage-slider {
        height: auto;
    }
    .homepage-slider-item {
        height: auto;
        background-image: none !important;
        background-color: #FFF;
    }
    .homepage-slider-item:after {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .homepage-slider-item .container {
        border-bottom: none;
    }

    .homepage-slider-caption {
        position: relative;
        bottom: auto;
        top: auto;
        background-color: #FFF;
        text-align: left;
        padding-bottom: 110px;
    }
    .homepage-slider-caption h1 {
        font-size: 42px;
        margin-left: 50px;
        color: #4d4d4d;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .homepage-slider-caption a {
        margin-top: 20px;
    }
    .homepage-slider .owl-dots {
        display: none;
    }
    .homepage-slider .owl-nav {
        position: absolute;
        top: 16%;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        border-top: none;
    }
    .homepage-slider .owl-nav > div {
        margin: 0 !important;
        height: 121px;
        width: 91px;
        background-size: 91px 121px;
        background-position: center;
        display: inline-block;
        position: relative;
    }
    .homepage-slider .owl-nav > div:before {
        display: none;
    }
    .homepage-slider .owl-nav > div.owl-next:hover,
    .homepage-slider .owl-nav > div.owl-next {
        background-image: url(static/assets/arrow-m-right@3x.png);
        right: 0;
    }
    .homepage-slider .owl-nav > div.owl-prev:hover,
    .homepage-slider .owl-nav > div.owl-prev {
        background-image: url(static/assets/arrow-m-left@3x.png);
        left: 0;
    }
    .homepage-slider-caption button {
        margin-top: 40px;
        margin-left: 50px;
        color: #1f1f1f;
        background-color: #ffffff;
        border: solid 1px #878787;
        font-size: 25px;
        font-weight: 500;
    }
}
@media (max-width: 769px) {
    .homepage-slider .owl-nav {
        top: 18%;
    }
    .homepage-slider .owl-nav > div {
        height: 80px;
        width: 60px;
        background-size: 60px 80px;
    }
    .homepage-slider-caption {
        padding-bottom: 20px;
    }
    .homepage-slider-caption h1 {
        font-size: 28px;
        margin-left: 15px;
        margin-top: 20px;
    }
    .homepage-slider-caption button {
        margin-left: 15px;
        margin-top: 20px;
        font-size: 18px;
        padding: 12px 30px;
    }
}

@media (max-width: 480px) {
    .homepage-slider .owl-nav {
        top: 15%;
    }
    .homepage-slider .owl-nav > div {
        height: 60px;
        width: 40px;
        background-size: 40px 60px;
    }
    .homepage-slider-caption h1 {
        font-size: 24px;
        margin-left: 10px;
        margin-top: 20px;
    }
    .homepage-slider-caption button {
        margin-left: 10px;
        margin-top: 15px;
        font-size: 15px;
        padding: 10px 25px;
    }
}
@media (max-width: 320px) {
    .homepage-slider .owl-nav {
        top: 15%;
    }
    .homepage-slider .owl-nav > div {
        height: 40px;
        width: 20px;
        background-size: 20px 40px;
    }
    .homepage-slider-caption {
        padding-bottom: 20px;
    }
    .homepage-slider-caption h1 {
        font-size: 18px;
        margin-left: 5px;
    }
    .homepage-slider-caption button {
        margin-left: 5px;
        margin-top: 10px;
        font-size: 12px;
        padding: 8px 15px;
    }
}

/*HOMEPAGE PLACES MENU*/

.homepage-info-header.first {
    margin-top: 0;
}

.homepage-places {
    background-color: white;
    margin-top: -25px;
    margin-bottom: 21px;
}
.homepage-places-item  {
    position: relative;
    text-align: center;
    margin: 13px 0;
    font-size: 12.8px;
    font-weight: 500;
    letter-spacing: 2.6px;
    color: #4d4d4d;
    text-transform: uppercase;
}
.homepage-places-item > span {
    display: none;
    padding: 15px 0;
    float: right;
    cursor: pointer;

}
.homepage-places-item > span i {
    display: inline-block;
    background-color: #888888;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border-radius: 50%;
}
@media (max-width: 769px) {
    .homepage-places-item > span i {
        width: 10px;
        height: 10px;
        margin-left: 3px;
    }
}
.homepage-places-item a {
    display: inline-block;
    position: relative;
    color: inherit;
    padding: 13px 0;
    text-decoration: none;
}
.homepage-places-mobile .homepage-places-item a {
    padding: 13px 0 13px 45px;
}
.homepage-places-mobile .homepage-places-item a:hover:after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: 12px;
    right: 0;
    height: 3px;
    border-bottom: 3px solid #ee1740;
    text-decoration: none;
}
.homepage-places-mobile .homepage-places-item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background-size: 25px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.homepage-places-mobile .homepage-places-item:nth-child(1) a:before {
    background-image: url('static/assets/cinema@3x.png');
    top: -4px;
}
.homepage-places-mobile .homepage-places-item:nth-child(2) a:before {
    background-image: url('static/assets/theatre@3x.png');
    top: -2px;
}
.homepage-places-mobile .homepage-places-item:nth-child(3) a:before {
    background-image: url('static/assets/muzeum@3x.png');
    top: -3px;
}
.homepage-places-mobile .homepage-places-item:nth-child(4) a:before {
    background-image: url('static/assets/hotel@3x.png');
    top: -1px;
}
.homepage-places-mobile .homepage-places-item:nth-child(5) a:before {
    background-image: url('static/assets/sightseeing@3x.png');
    top: -2px;
}

.homepage-places-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dddddd;
}
.homepage-places-item:last-child:after {
    content: initial;
}
.homepage-places-mobile {
    display: block;
}
@media (max-width: 993px) {
    .homepage-places {
        margin-bottom: 27px;
        margin-top: 0;
    }
    .homepage-places-mobile {
        display: none;
    }
    .homepage-places-item:after {
        content: initial;
    }
    .homepage-places-item {
        text-align: left;
    }
    .homepage-places-mobile .homepage-places-item {
        text-align: center;
    }
    .homepage-places-item > span {
        display: inline;
    }
}

/*CAROUSEL*/

.main-owl-carousel {
    margin-bottom: 25px;
}
.main-owl-carousel .owl-stage{
    margin: 0 auto;
}
.main-owl-carousel .owl-nav {
    height: 10px;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: calc(50% - 31px);
    z-index: -10;

}

.main-owl-carousel .owl-nav > div  {
    height: 80px;
    width: 45px;
    background-size: 45px 80px;
    background-position: center;
    display: inline-block;
    position: absolute;
    transition: background 0.3s;
    background-repeat: no-repeat;
}
.main-owl-carousel .owl-nav .owl-prev  {
    background-image: url(static/assets/arrow-left-white@3x.png);
    left: -33px;
    float: left;
}
.main-owl-carousel-reverse-colors.main-owl-carousel .owl-nav .owl-prev {
    background-image: url(static/assets/arrow-left-red@3x.png);
}
.main-owl-carousel .owl-nav .owl-prev:hover  {
    background-image: url(static/assets/arrow-left-red@3x.png);
}
.main-owl-carousel-reverse-colors.main-owl-carousel .owl-nav .owl-prev:hover {
    background-image: url(static/assets/arrow-left-white@3x.png);
}
.main-owl-carousel .owl-nav .owl-next {
    background-image: url(static/assets/arrow-right-white@3x.png);
    right: -33px;
    float: right;
}
.main-owl-carousel-reverse-colors.main-owl-carousel .owl-nav .owl-next {
    background-image: url(static/assets/arrow-right-red@3x.png);
}
.main-owl-carousel .owl-nav .owl-next:hover  {
    background-image: url(static/assets/arrow-right-red@3x.png);
}
.main-owl-carousel-reverse-colors.main-owl-carousel .owl-nav .owl-next:hover {
    background-image: url(static/assets/arrow-right-white@3x.png);
}

.owl-carousel.about-carousel,
.owl-carousel.promo-carousel {
    width: auto;
    height: 200px;
}
.about-carousel .owl-stage-outer,
.about-carousel .owl-stage,
.about-carousel .owl-item,
.promo-carousel .owl-stage-outer,
.promo-carousel .owl-stage,
.promo-carousel .owl-item {
    height: 100%;
}
.about-carousel.owl-carousel .owl-item > a > img,
.about-carousel.owl-carousel .owl-item > img,
.promo-carousel.owl-carousel .owl-item > img,
.promo-carousel.owl-carousel .owl-item > a > img {
    height: 100%;
    width: auto;
}

@media (max-width: 993px) {
    .main-owl-carousel .owl-nav {
        z-index: 100;
        top: calc(50% - 40px);
    }

    .main-owl-carousel .owl-nav .owl-next:hover,
    .main-owl-carousel .owl-nav .owl-next,
    .main-owl-carousel-reverse-colors.main-owl-carousel .owl-nav .owl-next:hover,
    .main-owl-carousel-reverse-colors.main-owl-carousel .owl-nav .owl-next {
        background-image: url(static/assets/arrow-m-right@3x.png);
        right: -15px;
    }
    .main-owl-carousel .owl-nav .owl-prev:hover,
    .main-owl-carousel .owl-nav .owl-prev,
    .main-owl-carousel-reverse-colors.main-owl-carousel .owl-nav .owl-prev:hover,
    .main-owl-carousel-reverse-colors.main-owl-carousel .owl-nav .owl-prev {
        background-image: url(static/assets/arrow-m-left@3x.png);
        left: -15px;
    }
}

/*HOMEPAGE ELEMENTS */
.homepage-info-header {
    margin-bottom: 21px;
    margin-top: 21px;
}

.homepage-info-header h3 {
    color: #4d4d4d;
    font-size: 16.4px;
    letter-spacing: 4.1px;
    padding: 12px 0;
    margin: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.16);
}
.homepage-more-btn {
    font-size: 12.7px;
    letter-spacing: 2px;
    color: #4d4d4d;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.16);
    padding: 12px 20px;
    border: 1px solid transparent;
}

/*TILE ITEM*/
.tile-item {
    background-color: #FFF;
    text-align: center;
    position: relative;
    z-index: 100;
}

.tile-item img {
    width: 100%;
    display: inline-block;
}
.tile-item h3 {
    display: table;
    text-align: center;
    font-size: 14.1px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.1px;
    color: #1f1f1f;
    padding: 24px 50px 10px 50px;
    height: 100px;
    width: 100%;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tile-item h3 span {
    display: table-cell;
    vertical-align: middle;


}
.tile-item a {
    margin-bottom: 47px;
}

/*CONTENT TABLE*/
.content .table > tbody > tr > td,
.content .table > tbody > tr > th,
.content .table > tfoot > tr > td,
.content .table > tfoot > tr > th,
.content .table > thead > tr > td,
.content .table > thead > tr > th {
    vertical-align: middle;
}

@media screen and (max-width: 374px) {
    .content table {
        margin-left: -10px;
        margin-right: -10px;
        max-width: initial;
        width: auto
    }
}

/*FOOTER*/

footer {
    position: relative;
    background: #ffffff url("assets/footer-bg@2x.jpg") top center no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

footer .footer {
    padding: 81px 0 0 0;
}

footer .heading {
    font-family: Raleway, sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-align: left;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-bottom: 27px;
    margin-top: 25px;
}
footer .heading a {
    color: #4d4d4d;
}
footer .heading a:hover {
    border-bottom: 3px solid #ee1740;
    text-decoration: none;
}
footer .social-icons-panel a {
    margin-right: 16px;
}

footer .apps-image-links > a > img {
    margin-right: 26px;
}

footer .block-app p {
    margin-top: 20px;
    font-weight: 600;
}

footer .block-subscription .subscribe-form {
    position: relative;
    height: 37px;
    max-width: 276px;
    background-color: #fff;
    border: solid 1px #4d4d4d;
}
footer .block-subscription .subscribe-form button {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    box-shadow: none;
    margin-right: 16px;
}
footer .block-subscription .subscribe-form button:focus,
footer .block-subscription .subscribe-form button:hover,
footer .block-subscription .subscribe-form button:active {
    outline: none;
}
footer .block-subscription .subscribe-form input {
    font-size: 12.7px;
    font-weight: 500;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    padding: 10px 35px 10px 16px;
    height: 100%;
    box-shadow: none;
    border: none;
    color: #4d4d4d;
}

footer .block-subscription .subscribe-form > i {
    display: inline-block;
    width: 9px;
    height: 15px;
    padding-top: 2px;
    float: right;
}

footer .block-subscription p {
    max-width: 266px;
    margin-top: 20px;
    font-weight: 600;
}

footer .links-list {
    list-style-type: none;
    letter-spacing: 1.1px;
    font-weight: 600;
}

footer .links-list li {
    margin: 4px 0;
}

footer .links-list li a {
    color: #4d4d4d !important;
    text-transform: uppercase;
}
footer .links-list li a:hover {
    border-bottom: 3px solid #ee1740;
    text-decoration: none;
}

/* desktop */
@media screen and (min-width: 992px) {
    footer .block-app p {
        max-width: 266px;
    }
}

/* mobile + tablet */
@media (max-width: 991px) {

    footer .footer {
        padding-top: 5px;
    }

    footer .social-icons-panel a {
        margin-right: 23px;
    }

    footer .divider {
        display: block;
        margin: 26px auto 0;
        border-top: 1px solid #4d4d4d;
    }
}

/*FANCYBOX*/
img.fancybox {
    cursor: pointer;
}


/*DROP DOWN FILTER*/
.dropdown-box {
    background-color: white;
    margin-bottom: 20px;
    position: relative;
}
.dropdown-box .dropdown-box-title {
    display: inline-block;
    font-size: 13.6px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #4d4d4d;
    padding: 23px 0 23px 40px;
    margin: 0;
}
.dropdown-box .dropdown-filter {
    display: inline-block;
    margin: 8px 30px 0 30px;
}
.dropdown-box .dropdown-filter:after {
    content: "";
    clear: both;
}
.dropdown-box .dropdown-filter > * {
    margin-bottom: 8px;
}
.dropdown-box .dropdown-filter .btn-group:first-child {
    float: none;
}
.dropdown-box .dropdown-filter ul {
    margin: 0;
}
.dropdown-box .dropdown-filter ul li {
    text-align: center;
}
.dropdown-box .dropdown-filter ul li > span,
.dropdown-box .dropdown-filter ul li > a {
    display: block;
    font-size: 13.6px;
    line-height: 1em;
    letter-spacing: 2.4px;
    color: #95989a;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    margin: 0 20px;
    padding: 15px 0;
    font-weight: normal;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown-box .dropdown-filter ul li > span:hover,
.dropdown-box .dropdown-filter ul li > a:hover {
    background-color: #f5f5f5;
}
.dropdown-box .dropdown-filter ul li:last-child > span,
.dropdown-box .dropdown-filter ul li:last-child a {
    border-bottom: none;
}
.dropdown-box .dropdown-filter button.dropdown-toggle {
    min-width: 240px;
}
.dropdown-box .dropdown-filter .dropdown-toggle.active {
    background-color: #ee1740;
    border: solid 1px #d70029;
    z-index:0;
}
.dropdown-box .dropdown-filter .dropdown-toggle.active span {
    color: #FFF;
}

.dropdown-box .dropdown-filter+.dropdown-filter {
    float: right;
}

@media (max-width: 993px) {
    .dropdown-box .dropdown-box-title {
        display: block;
        padding-bottom: 8px;
        padding-left: 30px;
    }
    .dropdown-box .dropdown-filter {
        display: block;
        padding-bottom: 23px;
        margin: 8px 30px 0 30px;
    }
    .dropdown-box .dropdown-filter .btn-group:last-child {
        float: none;
    }
    .dropdown-box .dropdown-filter ul {
        position: absolute;
        right: 0;
    }

    .dropdown-box .dropdown-filter ul li > span,
    .dropdown-box .dropdown-filter ul li > a {
        white-space: initial;
        font-size: 11px;
        letter-spacing: 1.8px;
        margin: 0 15px;
        padding: 10px 0;
    }
    .dropdown-box .dropdown-filter button.dropdown-toggle {
        min-width: 210px;
    }
}
@media (max-width: 340px) {
    .dropdown-box .dropdown-box-title {
        padding-left: 20px;
    }
    .dropdown-box .dropdown-filter {
        margin: 8px 20px 0 20px;
    }
    .dropdown-box .dropdown-filter ul li > span,
    .dropdown-box .dropdown-filter ul li > a {
        font-size: 10px;
        letter-spacing: 1.2px;
        margin: 0 10px;
        padding: 5px 0;
    }
}

/*PROMOTION*/

.promo-page .content {
    background-color: #ffffff;
    padding: 36px 55px 55px 55px;
    margin-top: 20px;
    word-break: break-word;
}

.promo-page h1 {
    margin-bottom: 24px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.2em;
}

.promo-page .promo-icon-border {
    width: 260px;
    height: 260px;
    margin: 20px auto 0 auto;
    position: relative;
}
.promo-page .promo-icon-border span {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
}

.promo-page .promo-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
}

.promo-page .promo-description {
    font-size: 15px;
    line-height: 1.3em;
    letter-spacing: 1px;
}

.promo-poster {
}
.promo-poster img {
    width: auto;
    height: 100%;
    max-height: 400px;
    margin: 0 auto;
}
.promo-carousel {
    margin-top: 24px;
}
.promo-page .buttons {
    margin-top: 50px;
    margin-bottom: 35px;
}

.promo-page .buttons .btn-main {
    margin: 10px 20px;
}
@media (max-width: 993px) {
    .promo-page .content {
        padding: 21px 30px 30px 30px;
    }
    .promo-poster {
        text-align: center;
    }
    .promo-page .promo-icon {
        width: 90%;
    }
    .promo-page .promo-icon-border {
        margin-top: 50px;
        width: 220px;
        height: 220px;
    }
    .promo-page h1 {
        font-size: 20px;
        line-height: 1.2em;
    }
    .promo-poster img {
        width: 100%;
        max-width: 400px;
        height: auto;
        max-height: none;
        margin: 0 auto;
    }
}

@media (max-width: 340px) {
    .promo-page .content {
        padding: 15px 20px 20px 20px;
    }
    .promo-page .promo-icon-border {
        margin-top: 30px;
        width: 180px;
        height: 180px;
    }
    .promo-page .buttons {
        margin-top: 30px;
    }
    .promo-page .promo-description {
        margin: 15px 0 0;
        font-size: 13px;
        line-height: 1.2em;
    }
}


/*RESTAURANT DETAILS */

.restaurant-details-box .content {
    background-color: #ffffff;
    margin-top: 20px;
    padding: 36px 56px 55px;
}
.restaurant-details-box .content p > a,
.restaurant-details-box .content p {
    color: #4d4d4d;
    line-height: 1.67;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0;
}
.restaurant-details-box .content h2 {
    font-size: 25.3px;
    font-weight: 600;
    letter-spacing: 1.9px;
    color: #4d4d4d;
    margin-top: 20px;
    margin-bottom: 30px;
}
.restaurant-details-box .content h3 {
    margin-bottom: 13px;
}
.restaurant-details-box .content .text-title-red {
    font-size: 13.6px;
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #ee1740;
    margin-top:20px;
}
.restaurant-details-box .content .text-title-grey *,
.restaurant-details-box .content .text-title-grey {
    font-size: 13.6px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-align: center;
    color: #b6b6b6;
}
.restaurant-details-box .content .text-details *,
.restaurant-details-box .content .text-details {
    font-size: 14.1px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    color: #4d4d4d;
}
.restaurant-details-box .content .info {
    text-align: center;
    position: relative;
}
.restaurant-details-box .divider {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.restaurant-details-box .divider span {
    background-color: #4d4d4d;
    width: 250px;
    height: 1px;
    display: block;
    margin: 0 auto;
}
.restaurant-details-box  .content .info .top-box {
    position: relative;
    min-height: 105px;
}
.restaurant-details-box  .content .info .top-box h3 {
    text-transform: uppercase;
    margin-top: 20px;
}
.restaurant-details-box  .content .info .bottom-box {
    margin-bottom: 21px;
}
.restaurant-details-box .content .icon-border {
    width: 194px;
    height: 194px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.restaurant-details-box .content .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    height: 100%;
    width:auto;
}

.restaurant-details-box .content .description {
    font-size: 15px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4d4d4d;
}

.restaurant-details-box .header-more {
    font-size: 12.3px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-align: center;
    color: #4d4d4d;
    padding: 14px 0;
    text-transform: uppercase;
    opacity: 0.9;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.16);
    margin: 40px 0 24px 0;
}
@media (max-width: 769px) {
    .restaurant-details-box .content .text-details.email {
        word-break: break-all;
    }
}
@media (max-width: 460px) {
    .restaurant-details-box .divider span {
        width: 90%;
    }
}

.promocje-carousel:last-child {
    margin-right: 0;
}

.promocje-carousel-item {
    box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.promocje-carousel .item-caption {
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
}

.promocje-carousel .item-caption a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 48px 60px 40px 60px;
    color: #1f1f1f;

}
@media (max-width: 993px) {
    .promocje-carousel-item .item-caption .short {
        display: block;
        margin-bottom: 16px;
    }
    .promocje-carousel .item-caption a {
        padding: 10px 20px 20px 20px;
        line-height: 60px;
    }
}
/*TILES PROMO AND SERVICES*/

.container-title {
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 16.5px;
    padding: 12px;
    letter-spacing: 8.2px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 500;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
}

.tiles-box .tile {
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.16);
}

.tiles-box .tile > .tile-image {
    background-color: #ffffff;
    text-align: center;
}

.tiles-box .tile > .tile-image .tile-image-services {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    display: block;
}
.tiles-box .tile > .tile-image .tile-image-services img {
    width: 60%;
    height: auto;
}

.tiles-box .tile > .tile-image > img {
    width: 100%;
}

.tiles-box .tile > .tile-caption {
    display: block;
    padding: 45px 10px 34px 10px;
    background-color: #fff;
    text-align: center;
}

.tiles-box .tile > .tile-caption > .tile-header {
    font-size: 14.1px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1.1px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    height: 62px;
    margin: 0 auto 22px auto;
}


.tiles-box .tiles-panel {
    margin-bottom: 30px;
    margin-left: -5px;
    margin-right: -5px;
}

.tiles-box .tiles-panel > div {
    padding: 5px;
}


/*SHOP DETAILS */
.shopping-view-promo {

}
.shopping-view-event .event-item,
.shopping-view-promo .promo-item {
    margin-bottom: 25px;
    z-index: 0;
}
.shopping-view-event .event-item,
.shopping-view-promo .promo-item .row {
    height: 100%;
}

.shopping-view-event .event-item .item-img {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 10;
}
.shopping-view-promo .promo-item .item-img {
    height: auto;
    width: 50%;
    float: left;
    position: relative;
    z-index: 10;
}
.shopping-view-event .event-item .item-img a,
.shopping-view-promo .promo-item .item-img a {
    display: block;
    height: 100%;
    width: 100%;
}
.shopping-view-event .event-item .item-img a img,
.shopping-view-promo .promo-item .item-img a img {
    width: 100%;
}
.shopping-view-event .event-item .item-title {
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
}
.shopping-view-event .event-item .item-title a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 48px 60px 40px 60px;
    color: #1f1f1f;
}
.shopping-view-promo .promo-item .item-title {
    height: 100%;
    width: 50%;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    z-index: 8;
}
.shopping-view-promo .promo-item .item-title:after {
    content: "";
    clear: both;
}
.shopping-view-promo .promo-item .item-title a {
    display: table;
    padding: 20px;
    font-size: 14.1px;
    font-weight: 600;
    letter-spacing: 1.1px;
    color: #1f1f1f;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: white;
    text-overflow: ellipsis;

}
.shopping-view-promo .promo-item .item-title a span {
    display: table-cell;
    vertical-align: middle;
}
.shopping-view-info {
    background-color: white;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.shopping-button-similar{
    margin-top: 15px;
}
@media (max-width: 480px) {
    .shopping-view-promo .promo-item .item-title {
        height: auto;
    }
    .shopping-view-promo .promo-item .item-title a {
        padding: 40px 20px;
    }
    .shopping-view-promo .promo-item .item-title,
    .shopping-view-promo .promo-item .item-img {
        width: 100%;
    }
}
/*EVENTS*/
.events-page {
    padding-bottom: 100px;
}

.event-page .content {
    background-color: #ffffff;
    padding: 25px 56px 30px;

}
.event-page .nav {
    margin-top: 20px;
}
.event-page h1 {
    margin: 0 0 24px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 0.83;
}
.event-page .buttons {
    margin-top: 40px;
}
.event-page .event-content {
    padding-top: 40px;
    word-break: break-word;
}

.events-timeline {
    position: relative;
}

.events-page .timeline {
    width: 9px;
    background-color: #ffffff;
    position: absolute;
    top: 22px;
    border-radius: 4px;
    bottom: 0;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
}

.events-page .tile-wrapper {
    margin-top: 44px;
    position: relative;
}

.events-page .tile-wrapper.theme-magenta .marker {
    background-color: #f41d64;
}

.events-page .tile-wrapper.theme-magenta .tile-date {
    color: #f41d64;
}

.events-page .tile-wrapper.theme-cyan .marker {
    background-color: #1ae0d4;
}

.events-page .tile-wrapper.theme-cyan .tile-date {
    color: #1ae0d4;
}

.events-page .tile-wrapper.theme-yellow .marker {
    background-color: #f77e1d;
}

.events-page .tile-wrapper.theme-yellow .tile-date {
    color: #f77e1d;
}

.events-page .marker:before {
    display: block;
    content: '';
    height: 1px;
    width: 120px;
    background-color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(0, -50%, 0);
}

.events-page .marker {
    display: block;
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    top: 45px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
}

.events-page .tile {
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
}

.events-page .tile-content {
    text-align: center;
}

/* desktop */
@media screen and (min-width: 992px) {

    /*.dropdown-menu-right {*/
    /*width:280px;*/
    /*z-index:1;*/
    /*}*/

    .events-page .timeline {
        width: 14px;
        border-radius: 7px;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        bottom: -50px;
    }

    .events-page .marker {
        width: 29px;
        height: 29px;
    }

    .events-page .marker:before {
        height: 4px;
    }

    .events-page .tile-wrapper.tile-left{
        padding-left: 0;
        padding-right: 85px;
        transform: translate3d(0, 50px, 0);
    }

    .events-page .tile-wrapper.tile-right {
        padding-right: 0;
        padding-left: 85px;
    }

    .tile-wrapper.tile-left .marker {
        right: 0;
        transform: translateX(50%);
    }

    .events-page .tile-wrapper.tile-left .marker:before {
        transform: translate3d(-100%, -50%, 0);
    }

    .events-page .tile-wrapper.tile-right .marker {
        left: 0;
        transform: translateX(-50%);
    }

    .events-page .tile-content {
        padding: 26px 55px 30px;
    }

    .events-page .tile-image {
        height: 253px;
    }

    .events-page .tile-date {
        font-size: 12.7px;
        font-weight: 900;
        line-height: 1.67;
        letter-spacing: 0.9px;
    }

    .events-page .tile-content p {
        font-size: 12px;
        line-height: 1.42;
        letter-spacing: 0.9px;
        margin: 14px 0 0;
    }

    .events-page .tile-content .btn {
        margin-top: 21px;
    }
}

/* mobile + tablet */
@media (max-width: 991px) {


    .events-page .timeline {
        left: 5px;
    }

    .events-page .tile-wrapper {
        padding-left: 36px;
        padding-right: 0;
    }

    .events-page .tile .img-responsive {
        width: 100%;
    }

    .events-page .tile-content {
        padding: 15px 55px 17px;
    }

    .events-page .tile-date {
        font-size: 10px;
        font-weight: 900;
        line-height: 1.67;
        letter-spacing: 1.6px;
    }

    .events-page .tile-title {
        font-size: 14px;
        line-height: 1.38;
        letter-spacing: 2.3px;
        margin-top: 5px;
    }

    .events-page .tile-content p {
        font-size: 7px;
        line-height: 1.42;
        letter-spacing: 1.5px;
        margin: 4px 0 0;
    }

    .events-page .tile-content .btn {
        margin-top: 7px;
    }

    .events-page .marker {
        left: 0;
    }
}
/*COOKIE*/

#cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 28px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.16);
    z-index: 10000;
    border: solid 1px #dddddd;
}
#cookie-banner a {
    border-radius: 2px;
    background-color: #eaeaea;
    border: solid 1px #cccccc;
    color: #4d4d4d;
    margin-top: 10px;
    cursor: pointer;
}
#cookie-banner a:hover {
    background-color: #ee1740;
    color: #FFF;
    text-decoration: none;
    border: 1px solid transparent;
}
#cookie-banner p {
    font-family: Raleway;
    font-size: 9px;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-align: left;
    color: #1f1f1f;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

/*PLANS*/
.plan-box {
    background-color: gray;
    padding: 30px 0 50px;
    position: relative;
}

.plan-box .content {
    background-color: #ffffff;
    padding: 9px 30px;
    margin-top: 20px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
}

.plan-box .content.content-map {
    padding: 30px;
}

.plan-box .content #map {
    height: 688px;
}

.plan-box .content #cursor-label {
    background-color: white;
    position: fixed;
    transform: translate3d(-50%, 20px, 0);
    padding: 5px;
    top: -100px;
}

.plan-box .aaa {
    text-align:left;
    position: relative;
}


.plan-box span.text-details {
    position: relative;
    padding-left: 45px;
    display: inline-block;
    word-break: break-word;
}
.plan-box .aaa::before {
    content: "";

    position: absolute;
    left: 12px;
    top: -10px;
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.aaa:nth-child(1):before
{
    background-image: url('assets/ico_automaticstairs2.png');

}

.plan-box .aaa:nth-child(2):before
{
    background-image: url('assets/ico_wheelchair.png');

}
.plan-box .aaa:nth-child(3):before
{
    background-image: url('assets/ico_stairs.png');

}
.plan-box .aaa:nth-child(4):before
{
    background-image: url('assets/ico_carwash.png');

}
.plan-box .aaa:nth-child(5):before
{
    background-image: url('assets/ico_automaticstairs.png');

}
.plan-box .aaa:nth-child(6):before
{
    background-image: url('assets/ico_family.png');

}
.plan-box .aaa:nth-child(7):before
{
    background-image: url('assets/ico_lift.png');

}
.plan-box .aaa:nth-child(8):before
{
    background-image: url('assets/ico_electrocar.png');

}
.plan-box .aaa:nth-child(9):before
{
    background-image: url('assets/ico_cloth.png');

}
.plan-box .aaa:nth-child(10):before
{
    background-image: url('assets/ico_wc.png');

}

.plan-box .aaa:nth-child(11):before
{
    background-image: url('assets/ico_money.png');

}
.plan-box .aaa:nth-child(12):before
{
    background-image: url('assets/ico_bike.png');

}
.plan-box .aaa:nth-child(13):before
{
    background-image: url('assets/ico_info.png');

}

.plan-box .content {
    background-color: #ffffff;
    padding: 25px 56px 30px;
}

.plan-box .content .text-details {
    line-height: 1.1;
    letter-spacing: 1.1px;
    font-weight: 600;
    font-size: 14.1px;
}


.plan-box .back-to-map {
    display: none;
}

.plan-box .place-details {
    display: none;
    padding-top: 56px;
}

.plan-box .place-logo {
    width: 194px;
    height: 194px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.plan-box .place-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 145px;
}

.plan-box .place-hours {
    display: none;
}

.plan-box .place-location {
    text-align: center;
}

.plan-box .place-contact {
    text-align: center;
}

.plan-box .place-name {
    font-size: 22.5px;
    font-weight: 600;
    letter-spacing: 1.1px;
    color: #4d4d4d;
    margin-top: 76px;
}

.plan-box .place-description {
    letter-spacing: 0.8px;
    line-height: 1.67;
    font-size: 15px;
    margin-top: 10px;
}

.plan-box .text-title-red {
    color: #ee1740;
    font-size: 13.6px;
    letter-spacing: 2.4px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

.plan-box .divider {
    border-bottom: 1px solid #4d4d4d;
}

.customBox {
    position: absolute;
    transform: translate3d(-50%, -50%, 0) rotate(-8deg);
    transform-origin: center;
    transition: font-size 400ms, transform 400ms, visibility 0s;
    visibility: hidden;
    width: 50px;
    height: 50px;
    text-align: center;
}
.customBox p,
.customBox img {
    margin: 0;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    top: 50%;
    position: absolute;
}
.customBox.active {
    transition: font-size 400ms, transform 400ms, visibility 400ms;
    visibility: visible;
}
.customBox[zoom="17"] {
    font-size: 10px;
}
.customBox[zoom="18"] {
    font-size: 13px;
}
.customBox[zoom="19"] {
    font-size: 16px;
}
.customBox[zoom="20"] {
    font-size: 19px;
}

/* desktops special rules */
@media screen and (min-width: 992px) {
    .plan-box .content {
        padding-bottom: 50px;
    }
    .plan-box .aaa
    {
        height:80px;
        text-align:left;
    }


    .plan-box.details-open .place-details {
        display: block;
    }

    .plan-box .place-details .row {
        height: 200px;
    }

    .plan-box .place-logo {
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }

    .plan-box .place-location {
        float: right;
        height: 100%;
    }

    .plan-box .place-contact {
        height: 100%;
    }

    .plan-box .place-details .btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }

    .plan-box .divider {
        width: 250px;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
    }

    .plan-box .dropdown-box {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 3px;
    }

    .plan-box .dropdown-box .dropdown-filter{
        flex-grow: 1;
        display: flex;
    }

    .plan-box .dropdown-box .dropdown-filter .btn-services{
        margin-left: auto;
    }
}

@media (max-width: 769px) {
    .plan-box .content.content-map {
        height: calc(100vh - 105px); // - 000px to wysokosc headera. dopasowac w razie potrzeby
    }
}

/* mobile + tablet special rules*/
@media screen and (max-width: 991px) {
    .plan-box {
        padding: 0;
        position: relative;
    }

    .plan-box.details-open .place-details {
        display: block;
    }

    .plan-box .content {
        padding: 15px 20px;
    }

    .plan-box .content.content-map {
        padding: 0;
        height: calc(100vh - 126px); // - 000px to wysokosc headera. dopasowac w razie potrzeby
    }

    .plan-box .content #map {
        height: 100%;
    }

    .plan-box .head_map {
        position: relative;
        z-index: 1;
        margin-top: 20px;
        text-align: center;
    }
    .plan-box .content {
        background-color: #ffffff;
        padding: 0 28px 30px;
    }


    .plan-box .back-to-map {
        position: absolute;
        top: 10px;
        left: 15px;
    }
    .plan-box .place-details {
        margin: 20px 0;
        padding: 0;
        background-color: white;
        overflow-y: scroll;
        font-size: 10px;
    }

    .plan-box .place-details-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .plan-box .place-logo {
        width: 130px;
        height: 130px;
        float: none;
    }


    .plan-box .text-title-red {
        font-size: 10px;
    }

    .plan-box ~ footer {
        display: none;
    }

    .plan-box .place-location {
        margin-top: 20px;
    }

    .plan-box .place-contact {
        margin-top: 20px;
    }

    .plan-box .divider {
        width: 160px;
        margin: 20px auto;
    }

    .plan-box .place-logo img {
        width: 95px;
    }

    .plan-box  .aaa
    {
        height:50px;
        text-align:left;
    }
}


@media (max-width: 991px) {
    .mobile-watch
    {
        position:relative
    }
    .header-lang-container
    {
        position: absolute;
        top: 38px;
        right:50px;
        z-index:899;

    }
    .header-lang-container a:after
    {
        width:0px;
    }
}
@media (max-width: 585px) {
    .mobile-watch
    {
        position:relative
    }
    .header-lang-container
    {
        position: absolute;
        top: 25px;
        right:50px;
        max-width: 31px;
        padding: 11px 0 4px 0;
        z-index:899;
    }
    .header-lang-container a:after
    {
        width:0px;
    }
}


@media (max-width: 558px) {
    .mobile-watch
    {
        position:relative
    }
    .header-lang-container
    {
        position: absolute;
        top: 13px;
        right:50px;
        max-width: 31px;
        z-index:899;

    }
    .header-lang-container a:after
    {
        width:0px;
    }
}
@media (max-width: 390px) {
    .mobile-watch
    {
        position:relative
    }
    .header-lang-container
    {
        position: absolute;
        top: 9px;
        right:50px;
        max-width: 31px;
        z-index: 799;
    }
    .header-lang-container a:after
    {
        width:0px;
    }
}


/* CONTENT TABS */

.nav-pills > li {
    background-color: #ee1740;
    height: 50px;

}

.nav-pills > li > a,
.nav-pills > li > a:focus,
.nav-pills > li > a:hover,
.dropdown-nav > li > a,
.dropdown-nav > li > span,
.dropdown-nav > li > a:focus,
.dropdown-nav > li > a:hover,
.nav > .open > a:focus,
.nav > .open > a,
.nav > .open > span {
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    line-height: 2;
    letter-spacing: 2.6px;
    /*margin-top: 1px;*/
}

.dropdown-nav {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.dropdown-nav > li > a,
.dropdown-nav > li > span,
.dropdown-nav .active a,
.dropdown-nav .active span {
    color: #ee1740;
    font-size: 14px;
    background-color: transparent;
}

.dropdown-nav > li > a:hover {
    color: #ee1740;
}

.nav-pills > li.active {
    background-color: #ffffff;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #ee1740;
    background-color: transparent;
}

.dropdown-toggle[aria-expanded="true"] {
    background-color: #ee1740;
    color: #ffffff;
}

.dropdown-toggle + .dropdown-menu {
    min-width: 100%;
    text-align: center;
    margin: 0;
}

.btn-group .dropdown-menu {
    width: 100%;
}
.dropdown-filter .btn-group .dropdown-menu {
    width: auto;
}
.dropdown-menu li a,
.dropdown-menu li span {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    margin: 6px 20px;
    padding: 0;
    user-select: none;
}

.dropdown-menu li:last-child a,
.dropdown-menu li:last-child span {
    border-bottom: none;
}
.btn-services {
 position: inherit;
}
.services-container img {
    height: 39px;
    margin: 20px 0;
    filter: saturate(0);
}

.dropdown-filter .btn-group .services-container {
    right: 30px;
    left: 30px;
    min-width: inherit;
    margin-top: -12px;
    border-radius: 0;
    border: none;
}
.dropdown-filter .btn-group .services-container .services-item {
    text-align: left;
    padding: 0 55px;
    height: 80px;
}
.dropdown-filter .btn-group .services-container .services-item span {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: inherit;
    line-height: 1.1;
    letter-spacing: 1.1px;
    font-weight: 600;
    font-size: 14.1px;
    width: 80%;
}
.dropdown-filter .btn-group .services-container .services-item img {
    margin: 20px 0;
    filter: saturate(0);
    width: 20%;
    max-width: 39px;
    height: auto;
    vertical-align: middle;
}
.dropdown-filter .btn-group .services-container .services-item:hover {
    cursor: pointer;
}
.dropdown-filter .btn-group .services-container .services-item:hover img {
    filter: none;
}
.dropdown-filter .btn-group .services-container .services-item:hover span {
    color: #ee1740;
}

#lastTab {
    display: none;
}
#lastTab > a:focus,
#lastTab > a:active,
#lastTab > a:hover,
#lastTab > a {
    border: none;
    box-shadow: none;
    /*line-height: 1;*/
}
#lastTab > a > span:first-child {
    position: relative;
}
.arrow-down {
    width: 8px;
    height: 8px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: block;
    margin: 0 auto;
    transform-origin: center;
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

/* desktops special rules */
@media screen and (min-width: 992px) {


    .nav-pills > li > a {
        padding: 10px 50px;
    }

    .nav-pills > li {
        margin-right: 18px;
    }
}

/* mobile + tablet special rules*/
@media screen and (max-width: 991px) {

    .nav-pills > li {
        height: 40px;

    }
    .nav-pills > li > a {
        padding: 10px 6px;
        font-size: 10px;
    }
    .dropdown-nav > li > a {
        font-size: 10px;
    }

    .nav-pills > li {
        margin-right: 8px;
    }
    .dropdown-filter .btn-group .services-container {
        right: 0;
        left: 0;
    }
}
@media screen and (max-width: 320px) {
    #lastTab {
        position: initial;
    }
    .nav-pills {
        position: relative;
    }
    .dropdown-menu {
        left: 0;
        right: 0;
    }
}
.site-map .content {
    padding: 55px 55px;
    background-color: #FFF;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
}
.site-map .content a {
    text-decoration: none;
    color: #000;
}
.site-map .content a:hover {
    border-bottom: 3px solid #ee1740;
    text-decoration: none;
}
.site-map .content ul {
    margin-top: 12px;
}
.site-map .content > ul {
    list-style: none;
}
.site-map .content > ul ul {
    list-style: disc;
}
.site-map .content > ul ul ul {
    list-style: circle;
}
.site-map .content ul li {
    margin-bottom: 12px;
}
.site-map .content > ul > li:before {
    content: "- ";
}
.powered-by {
    color:#4d4d4d;
    margin-top: 25px;
}
.powered-by a {
    color:#4d4d4d;
    margin-left: 0;
    list-style-type: none;
    letter-spacing: 1.1px;
    font-weight: 600;
}
.powered-by a:hover {
    color:#e52634;
}
.powered-by a:before {
    content: "";
    background-image: url(assets/FDT_logo_red_black.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: left center;
    height: 20px;
    width: 50px;
    display: inline-block;
    top: 4px;
    position: relative;
}
.powered-by a:hover:before {
    background-image: url(assets/FDT_logo_red.svg);
}

.powered-by p {
    letter-spacing: 1.1px;
    font-weight: 600;
    margin-bottom: 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#repairs-menu {
    position: relative;
}

#repairs-menu > div {
    position:absolute;
    top: -75px;
    right: 59px;
}

#repairs-menu > div > a:first-child {
    position: absolute;
    top: 0;
    left: 39px
}

#repairs-menu > div > a:first-child span {
    color: white;
    position:absolute;
    top: 8px;
    left: 20px;
    right: 0;
    text-transform: uppercase;
}

#repairs-menu > div > a:last-child {
    position: absolute;
    top: 2px;
}

#repairs-menu > div > a:last-child img {
    height: 126px;
}

#repairs-menu-mobile a {
    position: relative;
}

#repairs-menu-mobile a img {
    position:absolute;
    height: 18px;
    left: -25px;
}