h1 {
    margin-bottom: 38px;
}
.with-space {
    margin: 48px auto 78px;
}
.rotate-270 > * {
    transform: rotate(270deg);
    margin:0;
    padding:0;
}
.container {
    width: auto;
}
div.header {
    height: 208px;
}
.homepage div.header {
    height: auto;
}
div.header .page-title {
    display: block;
    margin-top: 38px;
}
button.main-menu-toggle {
    display: none;
}
ul#main-menu {
    display: block;
    position: static;
    background: none;
    width: auto;
    padding: 8px 0px;
}
ul#main-menu li {
    display: inline-block;
    width: 16.66%;
    text-align: center;
}
ul#main-menu li a{
    color:#FFF;
}
ul#main-menu li.active a {
    border-bottom: 2px solid #FFF;
}
ul#main-menu li.tenant-select {
    position: relative;
    top: 38px;
}
ul#main-menu ul#tenant-select {
    position: absolute;
    width: 100%;
    padding: 8px 0 0;
    background: rgba(250,250,250,0.2);
}
ul#main-menu ul#tenant-select li {
    display: block;
    width: 100%;
}
button.tenant-select-button {
    border-color: #FFF;
    color: #FFF;
    width: 90%;
}
.content-wrapper {
    margin: 0 auto 48px;
}
.footer-events {
    padding: 48px 0;
}
.footer-events-title {
    margin-bottom: 38px;
}
.footer-newsletter-input {
    margin: 18px 0;
}
.footer-social > div {
    width:100%;
}
.footer-contact {
    font-size: 16px;
}
.footer-contact-phone {
    margin: 54px 0 38px;
}
.footer-other-contact {
    margin: 54px 0 24px;
}
.footer-other-blog {
    margin-top: 24px;
}
.content-item-image {
    height:310px;
}
.content-item-text {
    padding:28px;
}
.content-item-title h3 {
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: -20px;
    margin-right: -20px;
}
.content-item-date {
    margin-top:38px;
}
.event-text {
    position: relative;
}
.event-content {
    margin: 0;
}
.event-title-deco {
    width: 8%;
    height: 314px;
    background: #d7e8db;
    position: absolute;
    top: -34px;
    left: 14px;
}
.event-title.col-sm-2 {
    width: 14.667%
}
.event-body.col-sm-10 {
    width: 85.333%
}
.event-title .rotate-270 {
    height: 208px;
    margin-top: -30px;
    display: inline-block;
}
.event-title .rotate-270 > * {
    width: 208px;
    margin-top: 58px;
    margin-left: -56px;
}
.event-video {
    margin-top: 38px;
}
.event-sound {
    margin-top: 48px;
    margin-bottom: 48px;
}
.event-sound-frame {
    height: 166px;
}
.event-sound-title .rotate-270 {
    height:100px;
    margin-top: 33px;
    display: inline-block;
}
.event-sound-title .rotate-270 > *{
    width: 166px;
    margin-top: 25px;
    margin-left:-30px;
}
.slider-banners {
    height: 368px;
}
.homepage-down-arrow {
    width:200px;
    height:44px;
    top: -43px;
}
.homepage .content {
    margin-top: 30px;
    margin-bottom: 30px;
}
.homepage .content-body {
    max-width: 1024px;
    margin: 0 auto;
}
.more-btn {
    margin-top: 48px;
}
.homepage-menus {
    margin-bottom: 38px;
}
.homepage-gallery .content-body {
    position: relative;
    padding-top:70.85%;
}
.homepage-gallery .content-title {
    position: absolute;
    width: 33.33%;
    height: 25%;
    top: 0;
    left:0%;
}
.homepage-gallery .content-title a { 
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.homepage-gallery .content-title h1 { 
    margin: 0;
    padding: 0;
}
.homepage-gallery .content-item {
    position: absolute;
    margin:0;
    padding:0;
    width: 33.33%;
}
.homepage-gallery .content-item:nth-child(2) {
    height: 50%;
    top: 25%;
    left:0;
}
.homepage-gallery .content-item:nth-child(3) {
    height: 25%;
    top: 75%;
    left:0;
}
.homepage-gallery .content-item:nth-child(4) {
    height: 50%;
    top: 0%;
    left:33.33%;
}
.homepage-gallery .content-item:nth-child(5) {
    height: 50%;
    top: 50%;
    left:33.33%;
}
.homepage-gallery .content-item:nth-child(6) {
    height: 25%;
    top: 0;
    left:66.66%;
}
.homepage-gallery .content-item:nth-child(7) {
    height: 50%;
    top: 25%;
    left:66.66%;
}
.homepage-gallery .content-item:nth-child(8) {
    height: 25%;
    top: 75%;
    left:66.66%;
}
.homepage-gallery .content-item.gallery-item .content-item-image {
    height:100%;
}
.about-gallery {
    padding: 38px 98px 38px 128px;
}
.about-gallery .content-body {
    position: relative;
    padding-top:40.85%;
}
.about-gallery .content-title {
    position: absolute;
    width: 25%;
    height: 50%;
    top: 0;
    left:0%;
}
.about-gallery .content-item {
    position: absolute;
    margin:0;
    padding:0;
    height: 50%;
}
.about-gallery .content-item:nth-child(2) {
    width: 50%;
    top: 0;
    left:25%;
}
.about-gallery .content-item:nth-child(3) {
    width: 25%;
    top: 0;
    left:75%;
    height: 100%;
}
.about-gallery .content-item:nth-child(4) {
    width: 50%;
    top: 50%;
    left:0%;
}
.about-gallery .content-item.gallery-item .content-item-image {
    height:100%;
}
.footer-homepage {
    height: 218px;
}
.contact-details {
    margin-top: 28px;
    margin-bottom: 28px;
}
.contact-detail {
    margin: 28px 0;
}
.contact-form-container,
.reservations-form-container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.embedded-reservations .reservations-form-container {
    float: none;
    display: inline-block;
}
.contact-form .form-group,
.reservations-form .form-group {
    margin-bottom: 4px;
}
form.contact-form,
form.reservations-form {
    text-align: left;
    max-width: 1024px;
}
.contact-form label,
.reservations-form label{
    width: 1px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}
.contact-form .sonata-ba-field,
.reservations-form .sonata-ba-field {
    display: table-cell;
    width: 100%;
}
#page-iris-reservations .homepage-reservations {
    margin-top: 48px;
}

@media screen and (min-width: 1024px) {
    div.header {
        height: 308px;
    }
    .homepage div.header {
        height: auto;
    }
    div.header .page-title {
        margin-top: 58px;
    }
    ul#main-menu li.tenant-select {
        top: 0;
    }
    .content-wrapper {
        margin: 0 auto 78px;
    }
    .footer-events {
        margin-top:38px;
    }
    .footer-info {
        margin-top: 28px;
    }
    .content-item-text {
        padding:38px 38px 28px;
    }
    .content-item-title h3 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .content-item-content {
        margin-top:28px;
    }
    .content-item-date {
        margin-top:78px;
    }
    .event-title.col-sm-2 {
        width: 11.667%
    }
    .event-body.col-sm-10 {
        width: 88.333%
    }
    .event-title-deco {
        width: 6%;
        top: -48px;
        left: 24px;
    }
    .event-title .rotate-270 {
        margin-top: -40px;
    }
    .event-title .rotate-270 > * {
        margin-left: -46px;
    }
    .event-date {
        padding: 48px 0;
    }
    .event-video {
        margin-top: 48px;
    }
    .event-sound-title .rotate-270 > *{
        margin-left:0;
    }
    .slider-banners {
        height: 682px;
    }
    .homepage-down-arrow {
        width:220px;
        height:64px;
        top: -63px;
    }
    .homepage-gallery .content-body {
        padding-top:718px;
    }
}



.homepage-menus .content-body {
	display: flex;
}
.homepage-menus .col-centered {
    margin: 0 auto;
}