﻿/*@import url('https://fonts.googleapis.com/css?family=Dosis:400,700');*/

.fixed-on-scroll {
    position: static;
}

@media screen and (max-width: 768px) {
    .fixed-on-scroll {
        position: relative;
    }
}

.to-top-button-container {
    position: fixed;
    bottom: 300px;
    right: 20px;
    z-index: 10000;
}

.to-top-button {
    background: #fff;
    /*color: #48d600;*/
    color: #203377;
    opacity: 0.5;
    border: none;
    width: auto;
    height: 45px;
    padding: 0;
    margin: 0;
    border-radius: 100px;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
}

    .to-top-button i {
        margin-top: -5px;
    }

    @media screen and (max-width: 768px) {
        .to-top-button-container {
            bottom: 60px;
        }
        .to-top-button {
            width: 33px;
            height: 33px;
        }
            .to-top-button i {
                font-size: 42px;
            }
    }

* {
    letter-spacing: 0.2px;
    font-family: Dosis, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #F9F9F9;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1160px;
    /*width: 98%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;*/
}

    .blog-post-img {
        margin-top: 15px;
    }

    .container:before,
    .container:after {
        display: none;
    }

    .container::after {
        content: "";
        display: block;
        clear: both;
    }

.maintenance-message {
    margin-bottom: 0;
    border-radius: 0;
}

    .maintenance-message p {
        display: inline-block;
        margin-left: 8px;
        margin-bottom: 0;
    }

        .maintenance-message p:last-child {
            margin-bottom: 0;
        }

    .maintenance-message a {
        color: #a94442;
        text-decoration: underline;
    }

.event-loading-spinner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    width: 100%;
}

.city-loading-spinner, .team-loading-spinner, .location-loading-spinner, .ticket-loading-spinner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    width: 100%;
    font-size: 10px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.nav-language-select {
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

    .nav-language-select ul {
        display: none;
        position: absolute;
        background: #fff;
        padding: 10px;
        margin-top: 10px;
        border-radius: 5px;
        left: -10px;
        border: 1px solid #ccc;
        right: 8px;
    }

        .nav-language-select ul.open {
            display: block !important;
        }

        .nav-language-select ul li a {
            display: block;
        }

        .nav-language-select ul li:first-child {
            margin-bottom: 5px;
        }

    .nav-language-select .current-lang i {
        margin-left: 10px;
        font-size: 10px;
        color: #fff;
    }

    .nav-language-select img {
        width: 30px;
    }

.content {
    background: white;
    padding: 15px 30px;
    font-size: 16px;
    margin: 30px auto;
    border-radius: 4px;
    border: 1px solid #ececec;
}

    .content h2 {
        font-weight: 700;
        font-size: 24px;
        color: #333333;
        letter-spacing: 0.85px;
    }

    .content p {
        font-size: 16px;
        color: #5c5c5c;
        letter-spacing: 0.71px;
        line-height: 24px;
        text-align: left;
    }

        .content p a {
            text-decoration: underline;
        }

    .content li {
        margin-bottom: 4px;
    }

    .content.container img {
        max-width: 1160px;
        border-radius: 4px 4px 0 0;
        width: calc(100% + 60px);
        max-width: 100%;
        height: auto !important;
        position: relative;
    }

    .content.container.filterpage-content img {
        max-width: 100%;
        margin: 0;
        padding: 15px 0;
    }

.mobile {
    display: none;
}

hr.hr-spacer {
    border: none;
    margin: 10px 0;
}

input,
button,
textfield {
    outline: none !important;
}

/*.share-container {
    margin-top: 15px;
    margin-bottom: -15px;
    float: right;
}*/
.share-container {
    margin-top: 25px;
    margin-bottom: 0;
    float: right;
}

.ticketonly-warning i {
    margin-right: 10px;
}

/* ----- Top header ----- */
.top-header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-header-brand {
    font-size: 15px;
    color: #212121;
    letter-spacing: 0.36px;
    display: inline-block;
    margin: 0;
    margin-left: 3px;
    padding: 5px 0;
    float: left;
}

    .top-header-brand p {
        margin: 0;
    }

.top-header-contact {
    list-style: none;
    padding: 5px 0;
    font-size: 15px;
    color: #212121;
    letter-spacing: 0.36px;
    display: inline-block;
    margin: 0 0 0 35px;
    vertical-align: middle;
    /*list-style: none;
    padding: 5px 0;
    font-size: 15px;
    color: #212121;
    letter-spacing: 0.36px;
    display: inline-block;
    margin: 0 0 0 35px;
    float: right;*/
}

    .top-header-contact a:hover {
        text-decoration: none;
    }

        .top-header-contact a:hover span:last-child {
            text-decoration: underline;
        }

    .top-header-contact li {
        display: inline-block;
        margin-left: 35px;
    }

        .top-header-contact li span {
            vertical-align: middle;
        }

        .top-header-contact li .fa-stack {
            width: 26px;
            height: 26px;
            line-height: 26px;
        }

        .top-header-contact li .fa-stack-2x {
            font-size: 26px;
        }

        .top-header-contact li .fa-stack-1x {
            color: #253b85;
            font-size: 12px;
            line-height: 26px;
        }

        .top-header-contact li .fa-phone.fa-stack-1x {
            font-size: 14px;
        }

img .contact-logo {
    margin-right: 3px;
}

/* ----- Top currency selector ----- */
#top-currency-selector {
    font-size: 16px;
    color: #212121;
    letter-spacing: 0.36px;
    position: absolute;
    display: inline-block;
    margin: 0;
    margin-left: 0;
    padding: 0;
    vertical-align: middle;
    top: 18px;
    right: 15px;
    /*transform: translateY(-50%);*/
    z-index: 1;
}

    #top-currency-selector.in-iframe {
        right: 15px;
        top: 10px;
    }

    #top-currency-selector li {
        display: inline-block;
    }

    #top-currency-selector button {
        height: 30px;
        padding: 0;
        width: 94px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 400;
        line-height: 0.875;
        /*height: 36px;
        padding: 0;
        width: 115px;
        border-radius: 100px;
        font-size: 16px;
        margin-left: 35px;
        font-weight: 700;*/
    }

        #top-currency-selector button .glyphicon {
            color: #253b85;
            float: right;
            padding: 9px 12px;
            margin-top: 0;
            border-left: 1px solid #ccc;
            font-size: 12px;
        }

        #top-currency-selector button .current-currency {
            padding: 7px 15px;
            float: left;
            margin-top: 0px;
            color: #333;
        }

    #top-currency-selector .dropdown {
        height: 30px;
    }

    #top-currency-selector .dropdown-menu li a {
        color: #333;
    }

.dropdown-input {
    background-color: white !important;
    cursor: pointer !important;
    pointer-events: visible !important;
}

.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    min-width: 100px;
    left: 0;
}

/* ----- Page navigation ----- */
#page-navigation {
    background-color: #203377;
    position: relative;
}

    #page-navigation .container {
        position: relative;
    }

.navbar-logo {
    display: inline-block;
    /*width: 55px;*/
    min-height: 53px;
    z-index: 10;
    position: relative;
}

    .navbar-logo img {
        max-height: 53px;
    }

ul.navigation-links {
    margin: 0;
    display: inline-block;
    width: calc(100% - 265px);
    text-align: left;
}

    ul.navigation-links li {
        display: inline-block;
        position: relative;
    }

        ul.navigation-links li a {
            display: inline-block;
            font-weight: 700;
            font-size: 18px;
            color: white;
            letter-spacing: 1.2px;
            padding: 20px;
        }

        ul.navigation-links li ul {
            padding: 0;
            background: #2b3d7b;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            ul.navigation-links li ul li ul {
                /*top: -5px;*/
                max-height: 600px;
            }

    ul.navigation-links span.vertical-divider {
        display: inline-block;
        border-left: 2px solid #5c6a97;
        width: 0px;
        height: 33px;
        margin-bottom: -10px;
        margin-top: -10px;
    }

/*.nav-language-select {
    display: inline-block;
    width: 55px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

    .nav-language-select a {
        height: 60px;
        display: inline-block;
        width: 60px;
        padding: 18px;
    }*/

#top-currency-selector #search-button {
    font-size: 16px;
    color: #212121;
    letter-spacing: 0.36px;
    display: inline-block;
    margin: 0;
    margin-left: 0;
    padding: 0;
    margin-right: 10px;
    vertical-align: middle;
    z-index: 1;
}

    #top-currency-selector #search-button li {
        display: inline-block;
        vertical-align: middle;
    }

#top-currency-selector li.my-page {
    position: absolute;
    right: 210px;
    top: 2px;
}

#top-currency-selector #search-button .input-group {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    width: 0px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

    #top-currency-selector #search-button .input-group.expanded-search {
        width: 391px;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    #top-currency-selector #search-button .input-group .input-group-append {
        display: inline-block;
    }

    #top-currency-selector #search-button .input-group button {
        width: 30px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border-left: 0;
    }

    #top-currency-selector #search-button .input-group .form-control {
        display: inline-block;
        width: 360px;
        height: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
        font-size: 14px;
    }

#top-currency-selector #search-button button.expand-button {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

/*#top-currency-selector li.my-page, .my-page.visible-xs {
    position: absolute;
    right: 150px;
    top: 1px;
}*/

#top-currency-selector .my-page i, .my-page.visible-xs i {
    font-size: 24px;
    color: #fff;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 0px;
}

#top-currency-selector .my-page .nickes-tooltip, .my-page.visible-xs .nickes-tooltip {
    width: auto;
    white-space: nowrap;
    position: absolute;
    left: 14px;
    bottom: -38px;
}

/*#search-button input[type="text"] {
    height: 30px;
    margin-right: 5px;
    width: 400px;
    border-radius: 5px;
    border: 1px solid #ccc;
}*/

/* ----- Sub menu ----- */
li > ul {
    display: none;
}

li:hover > ul {
    display: flex;
    background: #203377;
    margin: 0;
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: left;
    position: absolute;
    z-index: 100;
}

li > ul li a {
    min-width: 240px;
    background: #2b3d7b;
}

li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.navigation-links li > ul > li a {
    padding: 5px 20px;
    font-size: 16px;
}

.navigation-links li > ul > li > ul a {
    font-size: 10pt;
    padding: 8px 10px;
}

.navigation-links li > ul > li .glyphicon-chevron-down {
    padding-left: 10px;
}

.navigation-links .glyphicon-chevron-down {
    top: 2px;
    padding-left: 4px;
    font-size: 12pt;
}

/* ----- Mobile menu ----- */
.mobile-menu-toggle {
    /*margin: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 38px;
    position: absolute;
    cursor: pointer;
    left: 0;*/
    margin: 0;
    text-align: center;
    color: white;
    font-size: 38px;
    position: absolute;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
}

    .mobile-menu-toggle:hover {
        opacity: 0.7;
    }

.mobile-menu {
    display: block;
    top: 117px;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 20px 0;
    overflow: scroll;
    position: fixed;
    z-index: 100;
    background: #203377;
    list-style: none;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

    .mobile-menu li {
        padding-top: 10px;
    }

    .mobile-menu a {
        font-weight: 700;
        font-size: 18px;
        color: white;
        letter-spacing: 1.2px;
        margin: 0;
    }

        .mobile-menu a:hover {
            color: white;
        }

.mobile-menu,
.mobile-menu-toggle {
    display: none;
}

.vertical-divider {
    border-bottom: 2px solid #5c6a97;
    width: 30px;
    height: 0px;
    display: inline-block;
    line-height: 0;
}

/* ----- Breadcrumbs ----- */
div#breadcrumbs {
    /*background: rgba(32, 51, 119, 0.75);*/
    padding: 2px 0;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(32, 51, 119, 0);
    transition: all 0.5s ease-out;
}

.blog-layout #breadcrumbs {
    background: rgba(32, 51, 119, 0.75) !important;
}

#breadcrumbs .container {
    /*padding: 0;*/
}

#breadcrumbs a, #breadcrumbs span {
    color: white;
    font-size: 12pt;
}

.breadcrumb-background {
    background: rgba(32, 51, 119, 0.75) !important;
    transition: all 0.5s ease-in !important;
}

/* ----- Hero ----- */
#hero-area {
    padding: 0px;
}

.hero-headline {
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 0.84px;
    text-align: center;
    line-height: 55px;
    text-shadow: 0 1px 4px #152457;
    margin: 0 auto;
    display: inline-block;
    padding: 0 30px;
    background: #253b85;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.50);
    z-index: 1;
}

    .hero-headline:last-of-type {
        transform: rotate(-1deg);
        z-index: 0;
        margin-bottom: 40px;
    }

.start-page-header h1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-search-bar .input-group {
    background: #ffffff;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24);
    border-radius: 100px;
    width: 95%;
    max-width: 680px;
    margin: 0 auto;
}

.main-search-bar input[type="search"] {
    border-radius: 100px 0 0 100px;
    border: none;
    height: 89px;
    font-size: 30px;
    color: #101010;
    letter-spacing: 1.2px;
    padding: 0 30px;
}

.main-search-bar button {
    border-radius: 0 100px 100px 0;
    border: none;
    height: 89px;
    padding: 0px 26px;
    font-size: 20px;
    color: #253b85;
}


/* input autocomplete */

.ui-autocomplete {
    background: rgba(37,59,133,0.86);
    width: 100px;
    border: 0px;
    border-radius: 2px;
    color: white;
    z-index: 10000;
}

    .ui-autocomplete.source:hover {
        background: blue;
    }

/* ------------------- */

.advanced-search {
    margin: 15px auto 0;
    padding: 0 50px;
    background: #FFFFFF;
    border-radius: 50px;
    text-decoration: none;
    z-index: 1;
}

.advanced-search i {
    font-size: 1.5em;
}

.advanced-search-link {
    margin: 10px auto;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #253b85;
    letter-spacing: 0.8px;
    text-align: center;
    display: inline-block;
}

.advanced-search:hover {

    background-color: #ccc;
    text-decoration: none;
}

/* ----- Background Header ----- */
.background-header {
    border-radius: 0px;
    padding: 0px;
    background-color: #253b85;
    background-size: cover;
    background-position-x: center;
    width: auto;
    /* height: 583px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .background-header > div {
        background: rgba(37,59,133,0.86);
        margin: 0px;
        height: 100%;
    }

/* ----- Background Header ----- */
.start-page-header {
    background-color: #253b85;
    background-size: cover;
    background-position-x: center;
    width: auto;
    height: 500px;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 30px;
}

/* ----- Rating widgets ----- */
.fa-solid {
    font-weight: 900;
}

.fa-gold {
    font-size: 2em;
    line-height: .12em;
    vertical-align: .1em;
    color: gold;
}

.fa, .fa-regular, .fa-solid, .fa-thin, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.google-widget {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 5px 0;
}

.google-widget ul.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.google-widget ul.d-flex {
    display: flex !important;
}

.google-widget ul.justify-content-center {
    justify-content: center !important;
}

.google-widget ul.mb-0 {
    margin-bottom: 0 !important;
}

.google-widget {
    
}

.google-widget-header {
    padding: 2px 0 5px 0;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.google-widget-header .rating {
    font-size: 1.5em;
    font-weight: bold;
}

.google-widget-content {
    display: flex;
    flex-flow: column;
    align-self: center;
}

.google-widget-stars ul {
    margin: 0 0 0 0;
}

.google-widget-text {
    display: flex;
    flex-flow: column;
    align-self: center;
    font-size: 16px;
    color: #5c5c5c;
    letter-spacing: .71px;
    line-height: 24px;
}

/* ----- Filter styling ----- */
.header-filter-container {
    margin-top: 20px;
    text-align: left;
    padding: 0 15px;
}

.input-group .form-control:first-child {
    border-radius: 5px;
    padding: 0 15px;
    font-size: 18px;
}

#search-filter-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle button.btn.btn-default.dropdown-toggle span {
    border-radius: 5px;
    padding: 0 45px 0px 15px;
    font-size: 18px;
    display: block;
    width: 100%;
    overflow: hidden;
}

button.btn.btn-default.dropdown-toggle.input-lg span {
    color: #203377;
    font-size: 12px;
}

button.btn.btn-default.dropdown-toggle span.input-field {
    font-size: 18px;
    color: #a4a5a9;
    padding: 5px 0;
    text-align: left;
    display: block;
    white-space: pre-line;
    line-height: 35px;
}

button.btn.btn-default.dropdown-toggle span.glyphicon {
    position: absolute;
    top: 0;
    padding: 16px;
    right: 0;
    border-left: 1px solid #d0d0d0;
}

.dropdown-toggle .input-field {
    /*padding: 9px 15px 10px 5px;
    margin: 0 10px 0 0;
    border-right: 1px solid #d0d0d0;*/
}

.header-filter-container .input-group.filter-input-group {
    /*padding: 0 5px;
    float: left;*/
    margin-bottom: 15px;
}

.nickes-page-header .search-input #home-filter-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.nickes-page-header .search-input button,
.search-input div {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 13px 0px 13px;
    font-size: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    color: #203377;
}

    .nickes-page-header .search-input button span,
    .search-input div span {
        font-size: 18px;
        margin-top: 4px;
        color: #203377;
        letter-spacing: 0.72px;
        text-align: left;
    }

.nickes-page-header div span.eventtime {
    font-size: 0.8em;
}

.calendarInput {
    position: relative;
    margin-left: -15px;
}

.date-input {
    position: relative;
}

.calendarInput .nickes-tooltip {
    font-size: 16px;
    width: 130px;
    position: absolute;
    bottom: -40px;
    left: 68px;
    float: left;
}

.calendarInput .start-date, .calendarInput .end-date {
    width: 96px;
    margin-left: 5px;
    display: inline-block;
    margin-top: 18px;
    padding: 10px;
}

.calendarInput button {
    float: left;
    color: #fff;
    margin-top: 22px;
    font-size: 18px;
    background: none;
    border: none;
}

.form-inline .input-group .input-group-btn {
    width: 30px;
}

ul.team-list.dropdown-menu.pull-right,
ul.city-list.dropdown-menu.pull-right {
    left: 0;
}

ul.section-list.dropdown-menu.pull-right,
ul.location-list.dropdown-menu.pull-right {
    left: 0;
}

ul.dropdown-menu.pull-right {
    max-height: 280px;
    overflow-y: auto;
    text-align: left;
    /*padding: 5px 20px;*/
}

span#reset_filters, span#reset_filters2 {
    font-size: 12pt;
    margin-top: 15px;
    cursor: pointer;
    display: block;
    text-align: center;
}

    span#reset_filters:hover, span#reset_filters:hover {
        text-decoration: underline;
    }

.dropdown-menu > li > a {
    cursor: pointer;
}

.input-group-btn {
    position: unset;
}
/* ----- Sub filter section ----- */
.sub-filter-container {
    background: #ffffff;
    border: 1px solid #ececec;
    display: flex;
    justify-content: center;
}

.sub-filter-section {
    border-right: 1px solid #ececec;
    padding: 35px 20px;
}

    .sub-filter-section:last-child {
        border: none;
    }

    .sub-filter-section label {
        font-family: Dosis;
        font-weight: 700;
        font-size: 16px;
        color: #333333;
        letter-spacing: 0.91px;
    }

    .sub-filter-section .filter-input-group {
        max-width: 260px;
    }

    .sub-filter-section .date-filter {
        display: inline;
        max-width: 260px;
        border-radius: 5px;
    }

/* ----- Datepicker styling ----- */
.ui-datepicker {
    background: white;
    border: 1px solid #ececec;
    margin-top: 5px;
    border-radius: 4px;
    font-size: 16px;
    z-index: 100000 !important;
}

    .ui-datepicker td a {
        text-align: center;
        font-size: 1.1em;
        border-radius: 3px;
    }

    .ui-datepicker .ui-state-active {
        font-weight: 700;
    }

    .ui-datepicker td a:hover {
        background: rgba(0, 0, 0, 0.05);
    }

    .ui-datepicker .ui-datepicker-header.ui-widget-header {
        border-bottom: 1px solid #ececec;
        margin: 0 -4px;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        display: none;
    }

    .ui-datepicker .ui-datepicker-buttonpane button {
        background: white;
        border: 1px solid #cecece;
        padding: 2px 8px;
        width: 70px;
        border-radius: 4px;
    }

        .ui-datepicker .ui-datepicker-buttonpane button:hover {
            background: rgba(0, 0, 0, 0.05);
        }

    .ui-datepicker a.ui-state-highlight {
        text-decoration: underline;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 46%;
        margin: 0 1%;
        border: 1px solid #cecece;
        border-radius: 4px;
        text-align: center;
    }

.main-search-bar .input-group .form-control:first-child,
.newsletter-footer .input-group .form-control:first-child {
    border-radius: 100px 0 0 100px;
    padding: 0 30px;
    font-size: 30px;
    height: 89px;
}

.main-search-bar .input-group-btn:last-child > .btn,
.newsletter-footer .input-group-btn:last-child > .btn {
    border-radius: 0 100px 100px 0;
    border: none;
    height: 89px;
    padding: 0px 26px;
    font-size: 20px;
}

.common-search-terms ul {
    max-width: 680px;
    margin: 0 auto;
    margin-top: 15px;
}

    .common-search-terms ul li {
        display: inline-block;
        transform: translatex(-25%);
    }

        .common-search-terms ul li a {
            padding: 12px 20px;
            color: #101010;
            background-color: #fff;
            border-radius: 100px;
            font-size: 16px;
            margin: 5px 2px;
            display: block;
            box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24);
        }

            .common-search-terms ul li a:hover {
                background-color: #ccc;
                text-decoration: none;
            }

.checkboxes-of-interest {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    /*padding: 30px 30px 0px 30px;*/
    color: #fff;
    font-size: 16px;
}

    .checkboxes-of-interest h4 {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

    .checkboxes-of-interest ul {
        padding: 0;
        overflow: auto;
        max-width: 450px;
        margin: 0 auto;
    }

        .checkboxes-of-interest ul li {
            display: inline-block;
            margin-right: 0;
            width: 47%;
            float: left;
            padding-left: 55px;
        }

input[type=checkbox] {
    display: none;
}
    /* to hide the checkbox itself */
    input[type=checkbox] + label:before {
        font-family: FontAwesome;
        display: inline-block;
    }

    input[type=checkbox] + label:before {
        content: "\f096";
    }
    /* unchecked icon */
    input[type=checkbox] + label:before {
        letter-spacing: 10px;
        width: 20px;
    }
    /* space between checkbox and label */

    input[type=checkbox]:checked + label:before {
        content: "\f046";
    }
    /* checked icon */
    input[type=checkbox]:checked + label:before {
        letter-spacing: 5px;
    }

.checkboxes-of-interest input[disabled] + label {
    color: #999999;
}

/* allow space for check mark */

/* ----- Event header ----- */
.nickes-page-header {
    background: #253b85;
    background-size: cover;
    background-position: center;
    text-align: left;
    margin: 0;
    padding-top: 65px;
    position: relative;
}

.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37,59,133,.86);
}

.nickes-page-header.in-iframe {
    padding-top: 52px !important;
}

.nickes-page-header .header-overlay {
    /*background: rgba(37,59,133,0.86);*/
    display: flex;
    flex-direction: column;
    padding: 50px 0 20px;
}

.nickes-page-header.in-iframe .header-overlay {
    padding: 40px 0 20px !important;
}

.nickes-page-header div h1 span {
    display: block;
    /*margin: 15px;*/
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}

    .nickes-page-header div h1 span.sub-title {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.72px;
        /*margin: 15px;*/
    }

    .nickes-page-header div h1 span.main-title {
        display: block;
        font-size: 24px;
        letter-spacing: 0.96px;
        text-shadow: 0 2px 5px #14204b;
    }

.nickes-page-header div span {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.72px;
    text-align: left;
}

.nickes-page-header h1,
.nickes-page-header > span.sub-title,
.nickes-page-header .header-overlay span.sub-title {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
    margin: 5px 0px;
}

.nickes-page-header .header-overlay span.sub-title {
    margin: 5px 0;
}

.nickes-page-header span {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 0.72px;
    text-align: center;
}

.nickes-page-header .herofilter h1 {
    /*padding: 0 10px;*/
    margin: 0;
    width: 100%;
}

    .nickes-page-header .herofilter h1 span {
        margin: 0;
        text-align: left;
    }

/* ----- Events list ----- */

a.event-name {
    font-weight: bold;
    color: #253b85;
}

    a.event-name:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    a.event-name.disabled {
        color: #ccc !important;
        pointer-events: none !important;
    }

table.events-list {
    margin: 30px auto 10px;
    font-size: 16px;
    border: 1px solid #ececec;
    border-radius: 4px;
    border-collapse: separate !important;
    background: white;
}

    table.events-list tr:nth-child(even) {
        background: #f9f9f9;
    }

    table.events-list td:last-child,
    table.events-list th:last-child {
        text-align: right;
    }

    table.events-list th,
    table.events-list td {
        padding: 20px;
    }

a.continue-btn,
button.continue-btn {
    background: #4CAF50; /*#253b85;*/
    border-radius: 1000px;
    color: white;
    font-weight: bolder;
    padding: 5px 20px;
    letter-spacing: 0.7px;
    border: none;
}

    a.continue-btn:hover,
    button.continue-btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }

    a.continue-btn span,
    button.continue-btn span {
        width: 96px;
        display: inline-block;
        text-align: center;
    }

    a.continue-btn.price-request,
    button.continue-btn.price-request {
        padding: 5px 20px;
        background: #253b85;
    }

    a.continue-btn.disabled {
        background: #ccc !important;
        pointer-events: none !important;
    }

a#send-event-request.continue-btn span,
button#send-event-request.continue-btn span {
    width: auto;
    display: inline-block;
    text-align: center;
}

/* ----- Pagination ----- */
.event-pagination.container {
    display: flex;
    justify-content: space-between;
    font-size: 12pt;
    margin-bottom: 15px;
    margin-top: 20px;
}

    .event-pagination.container::after {
        content: none;
    }

#next-page, #previous-page {
    background: #203377;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
}

    #next-page, #previous-page {
        cursor: pointer;
    }

        #next-page:hover:not(.inactive),
        #previous-page:hover:not(.inactive) {
            /*text-decoration: underline;*/
            box-shadow: 0 8px 16px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
        }

        #next-page.inactive, #previous-page.inactive {
            color: #a9a9a9;
            cursor: not-allowed;
            background: #dadada;
        }

/* ----- Promo cards ----- */
.promo-cards {
    display: flex;
    width: 100%;
    max-width: 1190px;
    margin: 25px auto;
}

.card {
    background-color: White;
    border-radius: 4px;
    width: 100%;
    margin: 0 15px;
    overflow: hidden;
    /*display: flex;
    flex-direction: column;*/
    box-shadow: 0px 0px 9px 6px #eff1f2;
    position: relative;
}

    .card:hover {
        box-shadow: 0px 0px 9px 6px #d3d8dc;
    }

    .card img {
        max-width: 100%;
        max-height: 245px;
        height: auto;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        /*flex: 0 1 auto;*/
    }

    .card h3 {
        font-size: 22px;
        color: #333333;
        letter-spacing: 0.42px;
        font-weight: 600;
    }
        .card h3 a {
            color: #203377;
        }
        .card .card-content {
    margin: 0 20px 20px 20px;
    font-size: 16px;
    font-size: 16px;
    color: #5c5c5c;
    letter-spacing: 0.71px;
    line-height: 24px;
    /*flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;*/
    padding-bottom: 50px;
}

    .card .read-more-btn {
        border: 2px solid #cccccc;
        border-radius: 10px;
        width: 100%;
        display: block;
        font-size: 16px;
        text-align: center;
        font-weight: 700;
        color: #203377;
        padding: 6px 0;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        width: calc(100% - 40px);
    }

        .card .read-more-btn:hover {
            border-color: #4CAF50;
            background: #4CAF50;
            color: white;
            text-decoration: none;
        }

    /* ----- Middle Header ----- */
    .headline-block {
        background: #ffffff;
        box-shadow: 0 2px 4px 0 #f4f4f4;
        border-radius: 2px;
        color: #203377;
        position: relative;
        margin: 20px auto 0;
    }

    .headline-block .glyphicon {
        position: absolute;
        padding: 26px;
        top: 50%;
        transform: translateY(-50%);
    }

        .headline-block .glyphicon:last-child {
            right: 0;
        }

    .headline-block h2 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        padding: 15px 70px;
        margin: 0;
    }
        .headline-block h2 a {
            color: #203377;
        }
/* ----- Full Width Cards ----- */
.full-width-card {
    background: white;
    border-radius: 4px;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    box-shadow: 0px 0px 9px 6px #eff1f2;
}

    .full-width-card:hover {
        box-shadow: 0px 0px 9px 6px #d3d8dc;
    }

.full-width-card-content {
    width: 50%;
    display: flex;
    float: left;
}

    .full-width-card-content img {
        width: 100%;
    }

    .full-width-card-content.right-half img {
        border-radius: 0px 4px 4px 0px;
    }

    .full-width-card-content.left-half img {
        border-radius: 4px 0px 0px 4px;
    }

    .full-width-card-content .text-container {
        margin: 40px;
        margin: 10px 40px;
    }

        .full-width-card-content .text-container h3 {
            font-size: 24px;
            color: #333333;
            letter-spacing: 0.85px;
            font-weight: 700;
        }
        .full-width-card-content .text-container h3 a{
            color: #203377;
        }
            .full-width-card-content .text-container p {
            font-size: 16px;
            color: #5c5c5c;
            letter-spacing: 0.71px;
            line-height: 24px;
        }

/* ----- City cards ----- */
.city-cards {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

.city-card {
    background: #ffffff;
    box-shadow: 0 2px 4px 0 #f4f4f4;
    border-radius: 4px;
    max-width: 360px;
    width: 100%;
    box-shadow: 0px 0px 9px 6px #eff1f2;
}

    .city-card:hover {
        box-shadow: 0px 0px 9px 6px #d3d8dc;
    }

    .city-card a .text-container {
        margin: 20px;
    }

    .city-card a:hover {
        text-decoration: none;
    }

    .city-card a .text-container h3 {
        font-size: 24px;
        color: #333333;
        letter-spacing: 0.85px;
        font-weight: 700;
    }

    .city-card a .text-container p {
        font-size: 16px;
        color: #5c5c5c;
        letter-spacing: 0.71px;
        line-height: 24px;
    }

    .city-card:not(:first-child):not(:last-child) {
        margin: 0 15px;
    }

/* ----- Forms ----- */
.nickes-form {
    width: 100%;
    max-width: 720px;
    padding: 20px;
    /*margin: 30px auto 70px;*/
    margin: 10px auto 70px;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
}

form.price-request-form.nickes-form.validate-form {
    margin-top: 0;
}

.form-title {
    border-bottom: 3px solid #ececec;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

    .form-title h2 {
        font-weight: 700;
        font-size: 20px;
        color: #333333;
        letter-spacing: 1.14px;
        margin: 0;
    }

    .form-title p {
        font-size: 16px;
        color: #333333;
        letter-spacing: 0.91px;
        text-align: left;
    }

.form-block {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.91px;
    margin-bottom: 30px;
}

    .form-block:last-child {
        margin: 0;
    }

    .form-block.label {
        width: 30%;
        text-align: left;
    }

        .form-block.label .sub-label {
            font-size: 14px;
            color: #333333;
            letter-spacing: 0.8px;
            line-height: 22px;
            font-weight: 100;
            display: block;
        }

    .form-block.input {
        width: 70%;
        text-align: right;
    }

        .form-block.input input,
        .form-block.input textarea {
            width: 100%;
            background: #ffffff;
            border: 1px solid #d9d9d9;
            border-radius: 5px;
            padding: 13px;
            font-weight: 100;
            font-size: 16px;
            letter-spacing: 0.91px;
            text-align: left;
        }

.landing-form {
    margin-top: 0;
}

/* ----- Booking request ----- */

.alert.alert-info.alert-dismissible {
    margin-bottom: 10px;
    margin-top: 15px;
    max-width: 720px;
    margin: 0 auto;
    color: #000;
    /*color: #fff;
    background: #47a8f5;
    border-radius: 0;*/
}

    .alert.alert-info.alert-dismissible p {
        display: inline-block;
    }

/*.alert.alert-info.alert-dismissible a {
        color: #fff;
        text-decoration: underline;
    }

        .alert.alert-info.alert-dismissible a:hover {
            color: #f3f3f3;
        }*/

.alert-dismissable .close, .alert-dismissible .close {   
		top: -20px;
}

.alert {
	padding-bottom: 0;
}

.alert-danger {
    background-color: #f2f2f2;
}

button.close {
    opacity: 1;
    margin-top: 1px;
}

.form-check-inline {
    display: inline-block;
    margin-right: 10px;
}

span.cancellation_val {
    margin-left: 5px;
}

.tab-view {
    background: #203377;
}

.tab-view .nav-tabs {
    /*max-width: 760px;*/
    margin: 0 auto;
    border: 0;
    min-height: 20px;
}

.tab-view .nav-tabs > li > a {
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

    .tab-view .nav-tabs > li > a:hover {
        color: #203377;
    }

.tab-view .nav-tabs > li.active > a {
    margin: 0;
    background: #fff;
    color: #000;
}

.form-container {
    margin: 25px auto;
    display: flex;
    flex-flow: column;
}

form.booking-request-form,
.booking-request-container {
    /*max-width: 760px;*/
    width: 100%;
    background: white;
    border-radius: 4px;
    box-shadow: 0px 0px 9px 6px #eff1f2;
}

.booking-request-content {
    padding: 20px;
    border-bottom: 1px solid white;
}

    .booking-request-content h2 {
        margin-top: 0;
    }

.tab-image {
    text-align: center;
    margin-bottom: 20px;
}

    .tab-image .image-inner {
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

        .tab-image .image-inner i {
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 10;
            font-size: 22px;
            text-shadow: 0px 0px 12px #fff;
        }

.form-step {
    background: #203377;
    color: white;
    /*border-bottom: 1px solid white;*/
    position: relative;
}

    .form-step .flight-inputs {
        margin-top: 15px;
    }

        .form-step .flight-inputs .input-group {
            margin-bottom: 10px;
        }

.input-group-checkboxlist {
    padding: 22px 15px;
}

.handbaggage, .luggage {
    display: inline-block;
    padding-top: 15px;
}

input[type="number"] {
    width: 55px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    margin-left: 5px;
    padding: 5px 0px 5px 10px;
    font-size: 16px;
}

.input-group-checkboxlist label {
    margin-right: 20px;
}

.form-step .completed {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #36c536 !important;
}

.form-step .not-completed {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #dc4e4e !important;
}

.form-step h2 {
    font-size: 16px;
    letter-spacing: 0.91px;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.form-step .next {
    margin: 15px 0 0 0;
    text-align: right;
}

.form-step:first-child h2 {
    border-radius: 4px 4px 0 0;
}

.form-step:last-child h2 {
    border-radius: 0 0 4px 4px;
}

#bookingRequestAccordion .collapsed {
    /*background: #203377;*/
    color: white;
    border-bottom: 1px solid #fff;
}

#bookingRequestAccordion .collapse.in {
}

.form-step h2.traveler-heading {
    padding: 0;
}

.form-step:not(.activated):hover {
    cursor: pointer;
    opacity: 0.8;
}

.form-step:first-of-type {
    border-radius: 4px 4px 0 0;
}

.form-step:last-of-type {
    border-radius: 0 0 4px 4px;
}

.form-step-content {
    /*display: none;*/
    padding: 0px 20px 20px 20px;
}

    .form-step-content .dropdown-menu {
        left: 0;
        padding: 10px 15px;
    }

        .form-step-content .dropdown-menu li {
            font-weight: 100;
        }

            .form-step-content .dropdown-menu li:hover {
                background: rgba(0, 0, 0, 0.05);
                cursor: pointer;
            }



    .form-step-content h3 {
        font-size: 16px;
        letter-spacing: 0.91px;
        text-align: left;
        font-weight: 700;
        margin: 0;
    }

    .form-step-content label {
        margin-top: 5px;
    }

    .form-step-content input {
        border-radius: 5px;
    }

        .form-step-content textarea:focus,
        .form-step-content input:focus {
            outline: none;
        }

    .form-step-content .form-block.input {
        text-align: left;
    }

div.traveler-name {
    width: 100%;
    display: inline-block;
}

.form-step.activated {
    background: white !important;
    color: #333;
}

    .form-step.activated .form-step-content {
        /*display: block;*/
    }

#FromDate, #ToDate {
    border-radius: 5px;
    width: calc(50% - 2px);
    display: inline;
}

.boarding-city {
    margin-top: 15px;
}

div.accordion-tabs {
    margin-top: 20px;
}

    div.accordion-tabs.pricerequest {
        margin-top: 0;
    }

        div.accordion-tabs.pricerequest .card-body {
            text-align: left;
            font-weight: normal;
        }

.accordion-tabs h2 {
    padding: 0;
    margin-bottom: 20px;
    font-size: 1.2em;
}

div.accordion-tabs .card {
    box-shadow: none;
    border: 1px solid #ccc;
    margin: 0;
    border-bottom: 0;
    border-radius: 0;
}

    div.accordion-tabs .card:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    div.accordion-tabs .card:last-child {
        border-bottom: 1px solid #ccc;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

div.accordion-tabs .card-header h5 {
    background: #f3f3f3;
    margin: 0;
    padding: 5px 0;
}

.accordion-tabs .card button {
    background: none;
    color: #a4a5a9;
    border: 0;
    width: 100%;
    text-align: left;
    white-space: normal;
}

#bookingRequestAccordion .accordion-tabs .collapsed {
    background: none;
    color: #a4a5a9;
}

.accordion-tabs.pricerequest .card button {
    color: #253b85;
    font-size: 1.2em;
    text-decoration: underline;
}

.accordion-tabs .card button i {
    float: right;
    margin-top: 3px;
}

div.accordion-tabs .card .card-body {
    padding: 10px;
    border-top: 1px solid #ccc;
}

#finalize-booking {
    background: white;
    margin-bottom: 30px;
    border-radius: 4px;
}

#finalize-booking-content {
    /*max-width: 760px;*/
    width: 100%;
    margin: 25px auto 0;
    padding: 20px;
    box-shadow: 0px 0px 9px 6px #eff1f2;
}

    #finalize-booking-content h2 {
        font-weight: 700;
        font-size: 30px;
        color: #253b85;
        letter-spacing: 0.91px;
        text-align: left;
        display: block;
    }

    #finalize-booking-content b {
        font-weight: 700;
        font-size: 16px;
        color: #000000;
        letter-spacing: 0.91px;
        text-align: left;
    }

h3.event-title {
    margin-top: 0;
    font-weight: bold;
}

h4.event-subtitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.event-details {
    margin-bottom: 5px;
}

div.event-details:nth-child(7) {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.price-details {
    margin-top: 10px;
    max-width: 480px;
}

.price-details-note {
    margin: 5px 0;
    font-style: italic;
}

button#send-event-request {
    /*float: right;*/
    margin-top: 20px;
}

/* ----- Validation ----- */
input.validate-field.invalid, textarea.validate-field.invalid {
    border: 2px solid #ff7878;
}

.required-field-mark {
    color: red;
    font-size: 14px;
    margin: 0 3px;
}

.validation-message-phone,
.validation-message-email,
.validation-message-message,
.validation-message-readinformation,
.validation-message-captcha {
    text-align: left;
    margin-top: 5px;
    color: red;
    font-weight: 100;
}

/* ----- FAQ ----- */

.faq-content-container {
    width: 100%;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
}

    .faq-content-container:hover {
        background: #f7f7f7;
    }

.faq-question {
    margin: 12px 0;
}

.faq-answer {
    display: none;
}

/* ----- Newsletter signup ----- */
.newsletter-content {
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 15px 15px 20px 15px;
    margin-top: 15px;
    border-radius: 5px;
}

.newsletter-footer {
    background: #253b85;
    padding: 90px 0;
    text-align: center;
}

.newsletter-complete-text {
    color: #fff;
    font-size: 2em;
    padding: 30px 0;
}

.newsletter-footer h3 {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.85px;
    margin: 0 auto;
    width: 96%;
}

.newsletter-footer p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.71px;
    line-height: 24px;
    width: 96%;
    margin: 0 auto;
}

.newsletter-footer .input-group {
    background: #ffffff;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24);
    border-radius: 100px;
    width: 96%;
    max-width: 600px;
    margin: 15px auto 0;
}

.newsletter-footer input[type="email"] {
    border-radius: 100px 0 0 100px;
    border: none;
    height: 60px !important;
    font-size: 24px !important;
    color: #101010;
    letter-spacing: 1.2px;
    padding: 0 30px;
}

.newsletter-footer button {
    border-radius: 0 100px 100px 0;
    border: none;
    height: 60px !important;
    padding: 0px 18px;
    font-size: 20px;
    color: #253b85;
}

/* ----- Footer links ----- */
.footer-links {
    padding: 50px 0;
}

    .footer-links img {
        width: 16px;
    }

    .footer-links ul {
        margin: 0;
        width: 25%;
        padding: 0 20px;
        float: left;
    }

    .footer-links h3 {
        font-size: 24px;
        color: #333333;
        letter-spacing: 0.85px;
        font-weight: 700;
    }

    .footer-links li {
        list-style: none;
        line-height: 1.8em;
    }

    .footer-links a {
        font-weight: 700;
        font-size: 16px;
        color: #253b85;
        letter-spacing: 0.85px;
        text-align: left;
    }

/* ----- Footer affiliates ----- */
.footer-affiliates {
    background: white;
}

.footer-affiliates-container {
    display: block;
    padding: 80px 0;
    /*justify-content: space-evenly;*/
    text-align: center;
}

    .footer-affiliates-container img {
        padding: 0 30px;
    }

/* ----- Event rows ----- */
.event-row-col1, .event-row-col2, .event-row-col3, .event-row-col4, .event-row-col5, .event-row-col6 {
    position: relative;
}

.nickes-tooltip {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: black;
    padding: 5px 15px;
    color: white;
    bottom: 105%;
    left: 50%;
    border-radius: 10px;
    font-weight: 100;
    width: 400px;
    transform: translateX(-50%);
    text-align: center;
}

.event_popover {
    color: #253b85;
    margin-left: 5px;
    cursor: pointer;
}

.popover {
    width: 230px;
}

    .popover.right {
        margin-left: 15px;
    }

.event-row-col1:hover span.nickes-tooltip,
.event-row-col2:hover span.nickes-tooltip,
.event-row-col3:hover span.nickes-tooltip,
.event-row-col4:hover span.nickes-tooltip,
.event-row-col5:hover span.nickes-tooltip,
.event-row-col6:hover span.nickes-tooltip {
    display: block;
}

.location-name-td {
    position: relative;
}

    .location-name-td span.nickes-tooltip {
        text-align: left;
        width: auto;
        white-space: nowrap;
        left: 18px;
        bottom: 46px;
        transform: translateX(0);
    }

    .location-name-td:hover span.nickes-tooltip {
        display: block;
    }

/* ----- Blog ----- */

.blog-section-container {
    display: flex;
    padding-top: 105px;
}

.blog-section-container h1 {
    font-weight: 600;
}

    .blog-section-container img {
        display: block;
        max-width: 100%;
        height: auto;
    }

.pagination-container {
    text-align: center;
}

.page-item.active .page-link {
    background: #566497;
    border-color: #566497;
}

.blog-main {
    /*border: 1px solid #e1e1e1;*/
    padding-top: 25px;
}

    .blog-main img {
        display: block;
        /*margin-left: auto;
        margin-right: auto;*/
        transform: translateX(0);
        left: 0;
        width: 100%;
        max-height: none;
    }

.blog-sidebar {
    /*border: 1px solid #e1e1e1;*/
    border-left: none;
    padding-top: 25px;
}

    .blog-sidebar ul {
        list-style: none;
        padding-left: 0px;
    }

    .blog-sidebar iframe {
        height: 205px;
        /*padding-top: 40px;
        border: none;
        overflow: hidden;
        height: 240px;*/
    }

.blog-preview-container {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}

.posts-list li {
    list-style: none;
    line-height: 1.8em;
}

    .posts-list li a {
        font-weight: 700;
        font-size: 16px;
        color: #253b85;
        letter-spacing: 0.85px;
        text-align: left;
    }

.news-container {
    display: flex;
}

.news-card h2 {
    text-align: center;
}

.news-item {
    flex: 0 0 50%;
    padding: 0 50px;
}

    .news-item:nth-child(even) {
        border-left: 1px solid #566497;
    }

.blog-post {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 0;
    margin-bottom: 30px;
}

.blog-post-title, .blog-post-heading {
    margin-bottom: 25px;
}

.blog-post-heading h1 {
    font-size: 35px;
    padding: 25px 0 0 20px;
}


.blog-post-date {
    margin-top: 10px;
}

.blog-post-btn {
    cursor: pointer;
    background: #203377;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

    .blog-post-btn:hover:not(.inactive) {
        color: #fff;
        text-decoration: underline;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    }


    .blog-post-content {
        padding: 0 25px;
        padding-bottom: 15px;
    }
.blog-post-date {
    padding: 10px 0 10px 0;
}
.blog-post-body {
    margin-bottom: 15px;
}
    .blog-post-body a {
        color: #333;
        font-weight:bold;
        text-decoration: underline;
    }
    .blog-post-body a:hover {
        color: #23527c;
    }
    .blog-post-body p {
        font-size: 1.2em;
    }

.blog-card {
    margin: 0px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    margin-bottom: 30px;
}

    .blog-card:hover {
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    }

    .blog-card h1 {
        margin: 0;
    }

.blog-preview-card {
    margin: 0px;
    padding: 0px;
    text-align: left;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    margin-bottom: 30px;
}

    .blog-preview-card:hover {
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
    }

    .blog-preview-card .read-more-btn {
        bottom: 0;
        width: auto;
        display: inline-block;
        position: relative;
        padding: 6px 29px;
        border-radius: 5px;
        left: 0;
        top: 0;
        right: 0;
    }

.blog-sidebar-card {
    margin: 0px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    margin-bottom: 30px;
}

    .blog-sidebar-card:hover {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    }

    .blog-sidebar-card h2 {
        margin-top: 0;
        font-size: 1.8em;
    }

.facebook-card {
    padding: 0;
}

.news-card, .news-card:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.blog-preview-content {
    padding: 0;
    position: relative;
}

.detail-container {
    display: block;
    padding: 15px 30px 20px 90px;
}

    .detail-container h2 {
        margin-top: 4px;
    }

    .detail-container p {
        font-size: 1.2em;
        text-indent: 2px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

.date-container {
    width: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    padding: 15px;
    background: #566497;
    color: #fff;
    text-align: center;
}

.date-container-inner {
    transform: translateY(-53%);
    top: 50%;
    position: relative;
}

span.date {
    font-size: 2em;
    padding: 0 4px;
}

span.month {
    font-size: 1.3em;
    margin-top: -10px;
    margin-bottom: 5px;
    display: block;
    padding: 0 4px;
}

span.year {
    font-size: 1.1em;
    padding: 2px 4px;
    border-top: 1px solid #fff;
}

.category-container a {
    display: inline-block;
    background: #566497;
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px;
}

/*** Form validation ***/
.validation-summary {
    /*max-width: 760px;*/
}

    .validation-summary .alert {
        margin-bottom: 30px;
    }

        .validation-summary .alert ul {
            padding: 0;
        }

            .validation-summary .alert ul li {
                display: block;
            }

        .validation-summary .alert span {
            margin-right: 5px;
        }

.validation-error {
    border-color: #a94442;
}

.validation-message {
    margin-top: 10px;
    margin-bottom: 8px;
    font-style: italic;
    color: #a94442;
    width: 100%;
}

#FromDate-validation, #ToDate-validation {
    width: calc(50% - 2px);
    display: inline-block;
}

/* ----- spinning loading ----- */
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading {
    pointer-events: none;
}

    .loading i {
        -webkit-animation-name: spin;
        -webkit-animation-duration: 2000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 2000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 2000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-transition: rotate(3600deg);
    }

.glyphicon-refresh-animate {
    -animation: spinner .7s infinite linear;
    -webkit-animation: spinner2 .7s infinite linear;
    margin-right: 10px;
    margin-left: -10px;
}

button#send-event-request.disabled {
    background: lightgray;
    pointer-events: none;
    cursor: not-allowed;
}

    button#send-event-request.disabled:hover {
        box-shadow: none;
    }

.price-request-submit.disabled {
    pointer-events: none;
    background: lightgray;
}

@-webkit-keyframes spinner2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.image_box {
    padding: 15px 0;
}

/* ----- Responsiveness ----- */
@media screen and (max-width: 1199px) {
    .full-width-card-content.img-container {
        display: none;
    }

    .full-width-card-content:not(.img-container) {
        width: 100%;
    }
}

@media screen and (max-width : 1142px) {
    #top-currency-selector {
        top: 12px;
    }

    .nickes-page-header {
        padding-top: 0px;
    }

        .nickes-page-header .header-overlay {
            padding: 100px 0 20px;
        }

    ul.navigation-links {
        display: none;
    }

    .mobile-menu-toggle {
        display: inline-block;
    }

    .mobile-menu {
        top: 53px;
    }

    li > ul,
    li:hover > ul {
        display: block;
        padding: 0;
        position: relative;
        text-align: center;
        padding-bottom: 10px;
    }

    .mobile-menu li > ul li a {
        min-width: unset;
        background: none;
        font-size: 10pt;
        position: relative;
        display: inline-block;
        text-align: left;
        float: left;
    }

    div.expanded {
        display: inline-block;
        float: right;
        color: #fff;
        font-size: 26px;
        line-height: 0.5;
        cursor: pointer;
    }

    li > ul > li {
        width: 200px;
        margin: 0 auto;
        min-height: 30px;
        list-style: none;
    }

        li > ul > li > ul {
            display: block !important;
            position: relative;
            list-style: none;
            right: unset;
            left: unset;
            height: 0;
            overflow: hidden;
            width: 100%;
        }

            li > ul > li > ul.open {
                height: 100%;
            }

    .mobile-menu li > ul > li > ul a {
        font-size: 8pt;
    }

    .footer-links a {
        display: inline-block;
        padding: 12px 16px;
        margin: 4px 0;
    }
}

@media screen and (min-width: 991px) {
    .calendarInput {
        position: relative;
        margin-left: -15px;
    }

    .input-group.filter-input-group.col-md-6 {
        float: left;
        padding-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .calendarInput {
        position: relative;
        margin-left: 0px;
    }

    .date-input {
        position: relative;
        display: inline-block;
    }

    .header-filter-container {
        padding: 0 10px;
    }

        .header-filter-container .input-group.filter-input-group {
            margin-bottom: 15px;
            padding: 0 5px;
            float: left;
        }
}

@media screen and (max-width: 899px) {
    .start-page-header {
        padding-top: 60px;
    }

    /* ----- Navigation ----- */
    #page-navigation {
        padding: 0px;
        margin-bottom: -1px;
    }

    ul.navigation-links {
        display: none;
    }

    /*.nav-language-select {
        top: 0;
        transform: none;
    }*/

    /* ----- Mobile menu Toggle ----- */
    .mobile-menu-toggle {
        display: inline-block;
    }

    .nickes-page-header .header-overlay {
        padding: 100px 0 20px;
    }

    /* ----- Hero filter ----- */
    .header-filter-container .input-group.filter-input-group {
        /*max-width: 500px;*/
        margin-bottom: 15px;
    }

    .filter_collapse {
        /*color: #fff;
        margin-top: 10px;
        background: none;
        border: none;
        padding: 0;*/
        color: #203377;
        margin-top: 10px;
        background: none;
        border: none;
        padding: 0;
        background: #fff;
        padding: 10px 15px;
        width: 100%;
        border-radius: 50px;
        font-weight: bold;
        box-shadow: 1px 1px 5px #4e4e4e;
    }

        .filter_collapse i {
            margin-left: 10px;
            font-size: 21px;
            vertical-align: bottom;
        }

    .sub-filter-container,
    .sub-filter-section label {
        display: inline-block;
    }

    .sub-filter-section .filter-input-group,
    .sub-filter-section .date-filter {
        max-width: unset;
    }

    .sub-filter-container {
        border: none;
    }

    .sub-filter-section {
        width: 50%;
        float: left;
    }

        .sub-filter-section:not(:nth-last-child(2)),
        .sub-filter-section:not(:nth-last-child(1)) {
            border-bottom: 1px solid #ececec;
        }

    /* ----- Mobile sub menu ----- */
    li > ul,
    li:hover > ul {
        display: block;
        padding: 0;
        position: relative;
        text-align: center;
        padding-bottom: 10px;
    }

    .mobile-menu li > ul li a {
        min-width: unset;
        background: none;
        font-size: 10pt;
        position: relative;
        display: inline-block;
        text-align: left;
        float: left;
    }

    div.expanded {
        display: inline-block;
        float: right;
        color: #fff;
        font-size: 26px;
        line-height: 0.5;
        cursor: pointer;
    }

    li > ul > li {
        width: 200px;
        margin: 0 auto;
        min-height: 30px;
        list-style: none;
    }

        li > ul > li > ul {
            display: block !important;
            position: relative;
            list-style: none;
            right: unset;
            height: 0;
            overflow: hidden;
            width: 100%;
        }

            li > ul > li > ul.open {
                height: 100%;
            }

    .mobile-menu li > ul > li > ul a {
        font-size: 8pt;
    }
}

@media screen and (max-width: 799px) {
    /* ----- Top header ----- */

    /*.nav-language-select a {
        height: 60px;
        display: inline-block;
        width: 60px;
        padding: 16px 18px;
    }*/

    .top-header-contact {
        /*width: 100%;*/
        margin-top: 0px;
        text-align: right;
        /*float: left;*/
    }

    .date-input {
        position: relative;
        width: auto;
        margin-right: 15px;
        float: left;
    }

    .search-bar-mobile {
        padding: 5px 0 12px 0px;
        background: #203377;
    }

        .search-bar-mobile #search-button,
        .search-bar-mobile #search-button-mobile {
            font-size: 16px;
            color: #212121;
            padding: 0 15px;
        }

            .search-bar-mobile #search-button .input-group,
            .search-bar-mobile #search-button-mobile .input-group {
                display: inline-block;
                width: 100%;
                vertical-align: middle;
                height: 30px;
            }

                .search-bar-mobile #search-button .input-group .form-control,
                .search-bar-mobile #search-button-mobile .input-group .form-control {
                    display: inline-block;
                    height: 30px;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                    border-right: 0;
                    font-size: 14px;
                    width: calc(100% - 30px);
                    z-index: 0;
                }

                .search-bar-mobile #search-button .input-group button,
                .search-bar-mobile #search-button-mobile .input-group button {
                    width: 30px;
                    height: 30px;
                    line-height: 1;
                    text-align: center;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                    background-color: #fff;
                    border: 1px solid #ccc;
                    border-left: 0;
                    padding: 0;
                }

    .contact-details {
        float: right;
        width: 50%;
        display: inline-block !important;
    }

    .top-header-contact li {
        display: inline-block;
        margin-left: 10px;
    }

    .start-page-header {
        padding-top: 140px;
    }
}

@media screen and (max-width: 767px) {
    .visible-xs.breadcrumb-mobile {
        float: left;
        width: 50%;
        display: inline-block;
    }

    .nickes-page-header .header-overlay {
        padding: 140px 0 20px;
    }

    #top-currency-selector li.my-page, .my-page.visible-xs {
        position: relative;
        right: 5px;
        top: 1px;
    }

    .my-page.visible-xs {
        position: absolute;
        top: 15px;
        left: 100px;
    }
}

@media screen and (max-width: 699px) {
    .blog-section-container {
        display: block;
        padding-top: 169px;
    }

    .contact-details {
        width: 100%;
        display: inline-block !important;
    }

    .visible-xs.breadcrumb-mobile {
        width: 100%;
        display: inline-block;
    }

    .top-header-contact {
        width: 100%;
        margin-top: 0px;
        margin: 0;
        text-align: right;
    }

        .top-header-contact li:first-child {
            float: left;
        }

        .top-header-contact li {
            display: inline-block;
            margin-left: 0px;
        }

    .start-page-header {
        padding-top: 60px;
    }

    .mobile {
        display: block;
    }

    div#breadcrumbs {
        padding: 0;
    }

    .contact-details {
        background: #2f407e;
    }

    .nickes-page-header .header-overlay {
        background: rgba(37,59,133,0.86);
        display: flex;
        flex-direction: column;
        padding: 140px 0 20px;
    }


    /* ----- Hero ----- */
    .hero-headline {
        font-size: 25px;
        line-height: 60px;
        padding: 0 40px;
    }

    /* ----- Events list ----- */
    .events-list th:not(:first-child):not(:last-child),
    .events-list td:not(:first-child):not(:last-child) {
        display: none;
    }

    .mobile-date,
    .mobile-price {
        display: block;
        margin-top: 10px;
    }

    .mobile.continue-btn {
        display: none;
    }

    img.mobile.mobile-image {
        width: 100%;
        border-radius: 4px 4px 0 0;
    }

    /* ----- Footer links ----- */
    .footer-links ul {
        width: 50%;
        text-align: center;
    }

    /* ----- Footer affiliates ----- */
    .footer-affiliates-container {
        flex-direction: column;
        padding: 30px 0;
    }

    .footer-affiliates img {
        margin-top: 25px;
    }
}

@media screen and (max-width: 599px) {
    /* ----- Top header ----- */
    .top-header-brand {
        float: none;
        display: block;
        margin: 0;
        text-align: center;
    }

    .right-top-header {
        display: block;
        float: none;
        text-align: center;
    }

    ul#top-currency-selector {
        float: right;
        padding: 7px 0;
        margin: 0;
        top: 6px;
        /*position: fixed;*/
    }

        ul#top-currency-selector button {
            margin-left: 0;
        }

    ul.top-header-contact {
        margin: 4px 0;
        width: 100%;
        /*text-align: center;
        display: flex;
        justify-content: space-evenly;*/
    }

    .open > .dropdown-menu {
        left: -3px;
    }

    .top-header-contact li {
        margin: 0 5px 0 0;
    }

    /* ----- Hero ----- */
    .hero-headline {
        font-size: 15px;
        line-height: 50px;
        padding: 0 20px;
    }

    .main-search-bar button,
    .main-search-bar input[type="search"] {
        height: 40px;
    }

    /* ----- Promo Cards ----- */
    .promo-cards {
        flex-wrap: wrap;
    }

        .promo-cards .card {
            margin-bottom: 15px;
        }

    /* ----- Full width cards ----- */
    .full-width-card-content .text-container {
        margin: 15px;
    }

    /* ----- City Cards ----- */
    .city-cards {
        display: block;
    }

    .city-card,
    .city-card:not(:first-child):not(:last-child) {
        margin: 15px auto;
        padding-bottom: 1px;
    }

    /* ----- Forms ----- */
    .form-block.label,
    .form-block.input {
        width: 100%;
    }

    .form-block.label {
        margin-bottom: 0;
    }

    /* ----- Newsletter footer ----- */
    .newsletter-footer button,
    .newsletter-footer input[type="email"] {
        height: 40px;
    }

    /* ----- Hero filter ----- */
    .sub-filter-section {
        width: 100%;
        float: left;
    }

    /* Mobile search bar */
    .main-search-bar input[type="search"] {
        font-size: 20px;
    }

        .main-search-bar input[type="search"]::-webkit-input-placeholder {
            font-size: 20px;
        }

        .main-search-bar input[type="search"]:-moz-placeholder {
            font-size: 20px;
        }

        .main-search-bar input[type="search"]:-ms-input-placeholder {
            font-size: 20px;
        }

    .sub-filter-section {
        padding: 15px 20px;
    }

    .sub-filter-container .row {
        margin: 0;
    }

    table.events-list th, table.events-list td {
        padding: 10px 20px;
    }

    .container.herofilter {
        width: 100%;
    }

    /*.header-filter-container {
        padding: 0px 10px;
    }*/

    .nickes-page-header .herofilter h1 {
        margin-top: 10px;
        padding: 0;
    }
}

@media screen and (max-width: 445px) {
}

@media screen and (max-width: 399px) {
    .start-page-header h1 {
        display: block;
    }

    .hero-headline:last-of-type {
        margin-bottom: 10px;
    }

    /* ----- Top header ----- */
    ul.top-header-contact {
        /*display: block;*/
    }

    .top-header-contact li {
        display: inline-block;
        width: 50%;
        float: left;
        text-align: left;
        margin: 0;
    }

        .top-header-contact li:last-child {
            margin-bottom: 0;
            text-align: right;
        }

    .main-search-bar .input-group .form-control:first-child, .newsletter-footer .input-group .form-control:first-child {
        border-radius: 100px 0 0 100px;
        padding: 0 30px;
        font-size: 16px;
        height: 50px;
    }

    .main-search-bar .input-group-btn:last-child > .btn, .newsletter-footer .input-group-btn:last-child > .btn {
        border-radius: 0 100px 100px 0;
        border: none;
        height: 50px;
        padding: 0px 26px;
        font-size: 20px;
    }

    .nickes-page-header .header-overlay span.sub-title,
    .nickes-page-header h1, .nickes-page-header > span.sub-title, .nickes-page-header .header-overlay span.sub-title {
        margin: 5px 0px;
    }

    ul.dropdown-menu.pull-right {
        white-space: normal;
    }

    #breadcrumbs .container {
        width: auto;
        max-width: none;
        margin: auto;
        padding: 0 15px;
    }

    .container {
        padding: 0px 15px;
        margin: 0;
    }

    .content.container img {
        margin-top: 0;
        /*max-width: calc(100% + 46px);*/
    }

    /* ----- Events list ----- */
    .events-list th,
    .events-list {
        text-align: center;
    }

        .events-list .event-name {
            font-weight: 700;
        }

        .events-list th:last-child,
        .events-list td:last-child {
            display: none;
        }

    .mobile.continue-btn {
        display: inline-block;
        margin: 10px 0 5px 0;
    }

    /* ----- Footer links ----- */
    .footer-links ul {
        width: 100%;
    }

    /* Mobile search bar */
    .main-search-bar input[type="search"] {
        font-size: 14px;
    }

        .main-search-bar input[type="search"]::-webkit-input-placeholder {
            font-size: 14px;
            letter-spacing: 0.5px;
        }

        .main-search-bar input[type="search"]:-moz-placeholder {
            font-size: 14px;
            letter-spacing: 0.5px;
        }

        .main-search-bar input[type="search"]:-ms-input-placeholder {
            font-size: 14px;
            letter-spacing: 0.5px;
        }
}

@media screen and (max-width: 412px) {
    .nav-language-select img {
        width: 22px;
    }

    #top-currency-selector button {
        width: 75px;
    }

        #top-currency-selector button .glyphicon {
            padding: 9px 9px;
        }

        #top-currency-selector button .current-currency {
            padding: 7px 9px;
        }
}

@media screen and (max-width: 599px) {
    .main-search-bar .input-group .form-control:first-child {
        border: none;
        height: 55px;
        padding: 0px 26px;
        font-size: 20px;
    }

    .main-search-bar .input-group-btn:last-child > .btn {
        padding: 0 30px;
        font-size: 20px;
        height: 55px;
    }
}

@media screen and (max-width: 399px) {
    .main-search-bar .input-group .form-control:first-child {
        font-size: 18px;
    }
}
	
@media screen and (max-width: 425px) {
	.alert-dismissable .close, .alert-dismissible .close {   
		top: -25px;
	}
	.alert {
	     padding-bottom: 0px;}
	}	

/* ----- Mobile menu override ----- */
@media screen and (min-width: 900px) {
    #mobile-menu {
        display: none;
    }
}

.lightbox {
    display: none;
}

.is-enlarged {
    overflow: hidden;
}

.lightbox.show {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: table !important;
    background: rgba(0,0,0, 0.6);
    top: 0;
}

    .lightbox.show .enlarged {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .lightbox.show .enlarged img {
            width: auto;
            max-width: 100%;
        }

header.hideonfocus {
    display: none !important;
}

@media screen and (max-width: 480px) {
    header.setrelative {
        position: relative !important;
        margin-bottom: -99px !important;
    }
}

.nlpage .newsletter-footer {
    background: #253b85;
    padding: 45px 0;
    text-align: center;
}

.newsletterpage .nickes-page-header {
    background: #fff;
    background-size: cover;
    background-position: center;
    text-align: left;
    margin: 0;
    padding-top: 55px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1142px) {
    .newsletterpage .nickes-page-header {
        padding-top: 0px;
    }
}

.city-dropdown {
    width: 100%;
}

.select2-container {
    width: 100%;
}

    .select2-container .select2-selection--multiple {
        height: 46px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
        margin-top: 0;
        font-size: 18px;
        color: #a4a5a9;
        padding: 5px 15px;
        text-align: left;
        display: block;
        white-space: pre-line;
        line-height: 35px;
    }


.form-block.label.readinformation {
    text-align: right;
    font-size: 1.5em;
    font-weight: normal;
    color: #253b85;
}

    .form-block.label.readinformation label {
        margin-top: 11px;
    }

@media print {
    header {
        /*display: none;*/
    }

    .navigation-links, #top-currency-selector, .my-page, .top-search-bar {
        display: none !important;
    }

    .nickes.nickes-page-header {
        display: none;
    }

    .header-overlay {
        display: none !important;
    }

    .form-container {
        display: none;
    }

    #send-event-request {
        display: none;
    }

    .share-container {
        display: none;
    }

    footer {
        display: none;
    }


    #breadcrumbs {
        display: none !important;
    }
}
