@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

.wrapper {
    width: 1200px;
    margin: auto;
    position: relative;
    box-sizing: border-box
}

img {
    display: block
}

input {
    outline: 0
}

button {
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer
}

button:hover {
    opacity: .75
}

p {
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

a {
    color: #231f20;
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    color: initial;
    text-decoration: none;
    opacity: .75
}

a.button {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 11px 14px;
    display: inline-block;
    vertical-align: middle;
    border: 3px solid #FFFFFF
}

a.filled {
    background-color: #fff;
    color: #231f20;
    border: none
}

.page-header {
    width: 100%;
    color: #fff;
    position: relative;
    padding: 0;
    margin: 0;
    border: none
}

.page-header h1 {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px
}

#opening .page-header h1 {
    margin: 25px;
    font-size: 48px;
    font-weight: 600;
    text-transform: none;
    text-shadow: 0 0 12px rgba(0, 0, 0, .6)
}

h2 {
    height: 52px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
    padding-left: 15px;
    margin: 35px 0 47px 25px;
    border-left: 5px solid #231f20
}

.text-ellipsis {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box
}

.content.error {
    background-color: #ff7fc0;
    height: calc(100vh - 226px);
    color: #fff;
    margin-bottom: 0;
    position: relative
}

.content.error .error-message {
    padding-left: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.content.error h1 {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: BrownPro, sans-serif
}

.content.error p {
    font-size: 26px;
    margin: 20px 0;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
}

.content.error .button.filled {
    color: #ff7fc0;
    font-size: 18px;
    padding: 18px 42px
}

#know-more {
    margin-bottom: 38px;
    position: relative;
	display: none
}

#know-more>p {
    width: 650px;
    font-size: 18px;
    line-height: 24px;
    margin: 0 200px 0 45px
}

#know-more>.button {
    background-color: #231f20;
    color: #fff;
    font-size: 18px;
    padding: 18px 42px;
    position: absolute;
    bottom: 0;
    right: 40px
}

.home-popup {
    width: 800px;
    height: 500px;
    display: none
}

.home-popup img {
    width: 100%;
    height: auto
}

@-moz-keyframes fade-in-from-none {
    0% {
        display: none;
        opacity: 0
    }
    0.1% {
        display: block;
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-in-from-none {
    0% {
        display: none;
        opacity: 0
    }
    0.1% {
        display: block;
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in-from-none {
    0% {
        display: none;
        opacity: 0
    }
    0.1% {
        display: block;
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fade-out-to-none {
    0% {
        display: block;
        opacity: 1
    }
    99.9% {
        display: none;
        opacity: 0
    }
    100% {
        display: none;
        opacity: 0
    }
}

@-webkit-keyframes fade-out-to-none {
    0% {
        display: block;
        opacity: 1
    }
    99.9% {
        display: none;
        opacity: 0
    }
    100% {
        display: none;
        opacity: 0
    }
}

@keyframes fade-out-to-none {
    0% {
        display: block;
        opacity: 1
    }
    99.9% {
        display: none;
        opacity: 0
    }
    100% {
        display: none;
        opacity: 0
    }
}

@-moz-keyframes translate-in-from-left {
    0% {
        display: none;
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    0.1% {
        display: block;
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes translate-in-from-left {
    0% {
        display: none;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    0.1% {
        display: block;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes translate-in-from-left {
    0% {
        display: none;
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    0.1% {
        display: block;
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes translate-out-to-left {
    0% {
        display: block;
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    99.9% {
        display: block;
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        display: none;
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes translate-out-to-left {
    0% {
        display: block;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    99.9% {
        display: block;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        display: none;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes translate-out-to-left {
    0% {
        display: block;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    99.9% {
        display: block;
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        display: none;
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.box {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 8px 0
}

.carousel-inner .box.item {
    margin-bottom: 0
}

.box img {
    width: 100%;
    height: auto;
    cursor: pointer
}

.box .box-img {
    width: inherit !important;
    height: 227px !important
}

.box-info {
    width: 100%;
    color: #fff;
    position: relative;
    box-sizing: border-box
}

.box-info a {
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.box-info h3 {
    font-weight: 600
}

.box-info .more-info {
    width: 100%;
    min-height: 34px;
    position: absolute;
    bottom: 20px;
    left: 0;
    box-sizing: border-box
}

.box-info .more-info .date {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-left: 3px solid #fff
}

.box-info .more-info .date>span {
    display: inline-block;
    vertical-align: middle;
    text-transform: none
}

.box-info .more-info .see-more-button {
    position: absolute;
    top: 50%;
    right: 30px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.details {
    overflow: hidden
}

.details .image-wrapper img {
    z-index: -1;
    position: relative
}

.details .info,
.details .share {
    display: inline-block;
    box-sizing: border-box
}

.details .info {
    width: 865px;
    position: relative;
    vertical-align: top;
    margin-top: -220px;
    z-index: 1000
}

.details .info .info-heading {
    color: #fff;
    padding: 18px 28px 28px 135px;
    box-sizing: border-box
}

.details .info .info-heading h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px
}

.details .info .info-heading a {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block
}

.details .info .info-heading a.link2 {
    margin-left: 30px
}

.details .info .info-content {
    background-color: #fff;
    padding: 18px 70px 40px 135px;
    position: relative;
    box-sizing: border-box
}

.details .info .info-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 15px 0
}

.details .info .info-content .date,
.details .info .info-content p {
    font-size: 18px;
    line-height: 25px;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

.details .info .info-content .date {
    font-weight: 700;
    padding-bottom: 2em;
    display: block;
    margin-left: -105px
}

.details .info .info-content p {
    padding-bottom: 1em
}

.details .info .info-content .button {
    background-color: #231f20;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 20px;
    position: absolute;
    bottom: 34px;
    right: 130px
}

.details .info .info-content .button.register-button {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 50px
}

.details .info.no-photo {
    margin-top: 0
}

.details .share {
    width: 330px;
    padding: 100px 25px 38px 25px;
    vertical-align: top
}

.details .share span {
    font-size: 24px;
    font-weight: 700
}

.details .share h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 22px 0 16px 0
}

.details .share .see-all {
    line-height: 25px
}

.details .share ul {
    margin-bottom: 45px
}

.details .share ul>li {
    display: inline-block;
    margin-right: 15px
}

.details .share ul>li a {
    width: 35px;
    height: 35px;
    display: block
}

.details .share ul>li a.icon-facebook {
    background: url(/images/icons/icon-dark-facebook.svg) no-repeat
}

.details .share ul>li a.icon-twitter {
    background: url(/images/icons/icon-dark-twitter.svg) no-repeat
}

.details .share ul>li a.icon-instagram {
    background: url(/images/icons/icon-dark-instagram.svg) no-repeat
}

.details .share.no-bg ul>li a.icon-facebook,
.details .share.no-bg ul>li a.icon-instagram,
.details .share.no-bg ul>li a.icon-twitter {
    background: 0 0
}

#opening .icon-groups a {
    text-decoration: none !important
}

.icon-groups h3.panel-title {
    font-size: 1.5em;
    font-weight: bolder
}

.icon-groups .panel {
    border: none;
    box-shadow: none;
    position: relative
}

.icon-groups .mobile-collapse-button {
    position: absolute;
    background-color: #09f;
    color: #fff !important;
    padding: 4px 6px;
    font-weight: 700;
    right: 10px;
    bottom: 15px;
    transition: all .5s;
    z-index: 1000
}

.icon-groups .collapse.in+.mobile-collapse-button {
    transform: rotate(180deg)
}

.icon-groups.panel-group .panel {
    border-radius: 0;
    border-bottom: 2px solid rgba(0, 153, 255, .5)
}

.icon-groups.panel-group .panel-heading {
    padding: 15px 44px 15px 0
}

.icon-groups.panel-group .panel-heading+.panel-collapse>.list-group,
.icon-groups.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none
}

.icon-groups .panel-body.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.icon-groups .panel-body.row>[class*=col-] {
    display: flex;
    flex-direction: column
}

.icon-card .text {
    padding: 15px 0 35px;
    font-size: .9em
}

@media (min-width:768px) {
    .icon-groups .mobile-collapse-button {
        display: none
    }
    .icon-groups {
        padding: 50px 28px
    }
    .icon-groups .collapse {
        height: auto !important;
        display: block !important
    }
    .icon-groups.panel-group .panel {
        border-bottom: none
    }
    .icon-card .text {
        padding: 15px 15px 35px;
        font-size: 1em
    }
}

.details .faq {
    width: 869px;
    padding: 0 70px 0 100px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

.details .faq h3 {
    font-size: 40px;
    margin-bottom: 35px;
    font-weight: 700
}

.details .faq span.question {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700
}

.details .faq p {
    font-size: 18px;
    margin: 25px 0;
    line-height: 25px
}

.details .group {
    width: 330px;
    display: inline-block;
    vertical-align: top
}

.details .group a:hover,
.details .group a:visited {
    text-decoration: underline
}

.details .group>* {
    padding: 20px 25px
}

.details .group .share {
    padding-top: 30px
}

.details .group h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.details .group p {
    font-size: 15px;
    line-height: 20px
}

.details .attachments span {
    font-size: 24px;
    font-weight: 700
}

.details .attachments ul {
    margin-top: 20px
}

.details .attachments ul li {
    font-size: 15px;
    margin-bottom: 6px
}

.details .attachments ul li:before {
    content: url(/images/icons/icon-attachment.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.daterangepicker.dropdown-menu.show-calendar .calendar.left .calendar-table {
    padding-right: 8px;
    margin-right: 4px;
    border-right: 1px
}

.daterangepicker td.in-range {
    background-color: #66abf2;
    color: #fff
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #0073ea
}

.daterangepicker td.active.start-date {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.daterangepicker td.active.end-date {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.filters {
    font-size: 20px;
    text-transform: uppercase;
    padding: 40px 0 50px 0;
    position: relative
}

.filters select {
    display: none
}

.filters ul.filters-select>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px
}

.filters ul.filters-select>li label {
    font-weight: 700
}

.filter-select-label {
    display: none
}

.custom-select.filter-select {
    border: none;
    border-bottom: 2px solid #231f20;
    border-radius: 0;
    width: 240px;
    line-height: 16px;
    position: relative;
    cursor: pointer;
    padding: 0;
    background: 0 0
}

.custom-select.filter-select .custom-select-dropdown {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    border: 2px solid #231f20;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    z-index: 1000;
    transform: rotateX(30deg);
    transform-origin: top center;
    -moz-transition: opacity 350ms, -moz-transform 250ms, visibility 350ms;
    -o-transition: opacity 350ms, -o-transform 250ms, visibility 350ms;
    -webkit-transition: opacity 350ms, -webkit-transform 250ms, visibility 350ms;
    transition: opacity 350ms, transform 250ms, visibility 350ms;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 2px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 5px
}

.custom-select.filter-select .custom-select-dropdown.open {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
    -moz-transition: opacity 350ms, -moz-transform 250ms;
    -o-transition: opacity 350ms, -o-transform 250ms;
    -webkit-transition: opacity 350ms, -webkit-transform 250ms;
    transition: opacity 350ms, transform 250ms
}

.custom-select.filter-select .custom-select-dropdown>li {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 9px 10px 9px 28px;
    position: relative
}

.custom-select.filter-select .custom-select-dropdown>li:hover {
    font-weight: 600
}

.custom-select.filter-select .custom-select-dropdown>li.selected {
    font-weight: 600
}

.custom-select.filter-select .custom-select-dropdown>li.selected:after {
    content: "";
    display: inline-block;
    background: url(/images/icons/icon-select-check.svg) no-repeat;
    background-size: 16px 16px;
    position: absolute;
    right: 13px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px
}

.custom-select.filter-select .custom-select-dropdown>li.selected:hover:after {
    background-image: url(/images/icons/icon-select-uncheck.svg)
}

.custom-select.filter-select .custom-select-button {
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    font: inherit;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    height: 28px;
    width: 100%;
    padding-bottom: 12px;
    display: block;
    cursor: pointer;
    outline: 0
}

.custom-select.filter-select .custom-select-button:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/images/icons/icon-select-open.svg) no-repeat right center;
    background-size: 16px 16px;
    padding-left: 25px
}

.pagination {
    width: 100%;
    text-align: center;
    margin: 50px 0
}

.pagination.hidden {
    display: none
}

.pagination ul>li {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px
}

.pagination ul>li:nth-last-child(2) .separator {
    display: none
}

.pagination ul>li a.active {
    font-weight: 800;
    border-bottom: 4px solid #231f20
}

.pagination ul>li a.disabled {
    cursor: default
}

.pagination ul>li a.disabled,
.pagination ul>li a.disabled:hover {
    opacity: .3
}

.rich-text strong {
    font-weight: 700
}

.rich-text em {
    font-style: italic
}

.rich-text ol,
.rich-text ul {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

.rich-text ul {
    list-style: disc;
    list-style-position: inside
}

.rich-text ol {
    counter-reset: counter
}

.rich-text ol li:before {
    content: counter(counter) ".";
    counter-increment: counter;
    margin-right: 10px
}

.rich-text a:hover,
.rich-text a:visited {
    text-decoration: underline
}

.slider-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden
}

.slider {
    position: relative;
    z-index: 2
}

.slider li {
    display: inline-block;
    width: 100%;
    height: 100%;
    white-space: normal;
    vertical-align: top;
    position: relative
}

.slider li img {
    width: 100%
}

.arrow {
    position: absolute;
    cursor: pointer;
    z-index: 500
}

.arrow:hover {
    opacity: .7
}

.arrow-next,
.arrow-prev {
    background: url(/images/common/slide-arrow.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background-size: 80px
}

.arrow-prev {
    left: 12px
}

.arrow-next {
    right: 12px;
    background-position: -46px 0
}

#staff nav.the-center-nav {
    margin-top: -20px
}

#staff .left-column {
    width: 44%
}

#staff .right-column {
    width: 56%
}

#putting h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    margin: 90px 0 0 25px
}

#putting .details .info {
    margin-top: 0;
    width: 100%
}

#putting .details .faq {
    width: 100%
}

#putting .info-content {
    padding-left: 100px
}

#putting footer {
    clear: left
}

#putting .page-header {
    height: 500px
}

#history nav.the-center-nav,
#institutions nav.the-center-nav,
#management_model nav.the-center-nav,
#opening nav.the-center-nav,
#putting nav.the-center-nav,
#rental nav.the-center-nav,
#store nav.the-center-nav,
#coffee nav.the-center-nav {
    margin-top: 0
}

#history .left-column,
#institutions .left-column,
#management_model .left-column,
#opening .left-column,
#putting .left-column,
#rental .left-column,
#store .left-column,
#coffee .left-column {
    width: 65%
}

#history .right-column,
#institutions .right-column,
#management_model .right-column,
#opening .right-column,
#putting .right-column,
#rental .right-column,
#store .right-column,
#coffee .right-column {
    width: 35%
}

#opening .right-column {
    float: right
}

#opening .details .share {
    padding-top: 50px;
    color: #e6007f
}

#opening .details .share path {
    fill: #e6007f
}

#staff .left-column {
    float: left;
    margin-bottom: 20px
}

#coming-soon .page-header,
#history .page-header,
#institutions .page-header,
#management_model .page-header,
#opening .page-header,
#rental .page-header,
#staff .page-header,
#store .page-header,
#coffee .page-header {
    height: 500px
}

#coming-soon .left-column span,
#history .left-column span,
#institutions .left-column span,
#management_model .left-column span,
#opening .left-column span,
#rental .left-column span,
#staff .left-column span,
#store .left-column span,
#coffee .left-column span {
    margin-top: 20px;
    display: inherit
}

#coming-soon .left-column ul,
#history .left-column ul,
#institutions .left-column ul,
#management_model .left-column ul,
#opening .left-column ul,
#rental .left-column ul,
#staff .left-column ul,
#store, .left-column ul,
#coffee .left-column ul {
    list-style: inherit !important
}

#coming-soon p,
#history p,
#institutions p,
#management_model p,
#opening p,
#rental p,
#staff p,
#store p,
#coffee p {
    font-size: 16px;
    line-height: 24px
}

#coming-soon h1,
#history h1,
#institutions h1,
#management_model h1,
#opening h1,
#rental h1,
#staff h1,
#store h1,
#coffee h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    margin: 90px 0 0 25px
}

#coming-soon .left-column,
#history .left-column,
#institutions .left-column,
#management_model .left-column,
#opening .left-column,
#rental .left-column,
#staff .left-column,
#store .left-column,
#coffee .left-column {
    display: inline-block;
    padding: 50px 28px 0 28px;
    color: #373535;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#coming-soon .right-column,
#history .right-column,
#institutions .right-column,
#management_model .right-column,
#opening .right-column,
#rental .right-column,
#staff .right-column,
#store .right-column,
#coffee .right-column {
    display: inline-block;
    vertical-align: top;
    position: relative
}

#coming-soon nav.the-center-nav,
#history nav.the-center-nav,
#institutions nav.the-center-nav,
#management_model nav.the-center-nav,
#opening nav.the-center-nav,
#rental nav.the-center-nav,
#staff nav.the-center-nav,
#store nav.the-center-nav,
#coffee nav.the-center-nav {
    width: 400px;
    float: right
}

#coming-soon nav.the-center-nav li,
#history nav.the-center-nav li,
#institutions nav.the-center-nav li,
#management_model nav.the-center-nav li,
#opening nav.the-center-nav li,
#rental nav.the-center-nav li,
#staff nav.the-center-nav li,
#store nav.the-center-nav li,
#coffee nav.the-center-nav li {
    display: flex;
    align-items: center
}

#coming-soon nav.the-center-nav .box-small,
#history nav.the-center-nav .box-small,
#institutions nav.the-center-nav .box-small,
#management_model nav.the-center-nav .box-small,
#opening nav.the-center-nav .box-small,
#rental nav.the-center-nav .box-small,
#staff nav.the-center-nav .box-small,
#store nav.the-center-nav .box-small,
#coffee nav.the-center-nav .box-small {
    width: 200px;
    height: 160px;
    float: left;
    margin: 0
}

#coming-soon nav.the-center-nav .box-small a,
#history nav.the-center-nav .box-small a,
#institutions nav.the-center-nav .box-small a,
#management_model nav.the-center-nav .box-small a,
#opening nav.the-center-nav .box-small a,
#rental nav.the-center-nav .box-small a,
#staff nav.the-center-nav .box-small a,
#store nav.the-center-nav .box-small a,
#coffee nav.the-center-nav .box-small a {
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: block;
    line-height: 25px;
    padding: 0 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#coming-soon nav.the-center-nav .box-small a span,
#history nav.the-center-nav .box-small a span,
#institutions nav.the-center-nav .box-small a span,
#management_model nav.the-center-nav .box-small a span,
#opening nav.the-center-nav .box-small a span,
#rental nav.the-center-nav .box-small a span,
#staff nav.the-center-nav .box-small a span,
#store nav.the-center-nav .box-small a span,
#coffee nav.the-center-nav .box-small a span {
    display: inline-block
}

#coming-soon nav.the-center-nav .box,
#history nav.the-center-nav .box,
#institutions nav.the-center-nav .box,
#management_model nav.the-center-nav .box,
#opening nav.the-center-nav .box,
#rental nav.the-center-nav .box,
#staff nav.the-center-nav .box,
#store nav.the-center-nav .box,
#coffee nav.the-center-nav .box {
    width: 400px;
    height: 140px;
    margin: 0
}

#coming-soon nav.the-center-nav .box a,
#history nav.the-center-nav .box a,
#institutions nav.the-center-nav .box a,
#management_model nav.the-center-nav .box a,
#opening nav.the-center-nav .box a,
#rental nav.the-center-nav .box a,
#staff nav.the-center-nav .box a,
#store nav.the-center-nav .box a,
#coffee nav.the-center-nav .box a {
    width: 100%;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    display: block;
    line-height: 45px;
    padding: 0 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#coming-soon nav.the-center-nav .box a span,
#history nav.the-center-nav .box a span,
#institutions nav.the-center-nav .box a span,
#management_model nav.the-center-nav .box a span,
#opening nav.the-center-nav .box a span,
#rental nav.the-center-nav .box a span,
#staff nav.the-center-nav .box a span,
#store nav.the-center-nav .box a span,
#coffee nav.the-center-nav .box a span {
    display: inline-block
}

#coming-soon nav.the-center-nav .red-box,
#history nav.the-center-nav .red-box,
#institutions nav.the-center-nav .red-box,
#management_model nav.the-center-nav .red-box,
#opening nav.the-center-nav .red-box,
#rental nav.the-center-nav .red-box,
#staff nav.the-center-nav .red-box,
#store nav.the-center-nav .red-box,
#coffee nav.the-center-nav .red-box {
    background-color: #cccccc
}

#coming-soon nav.the-center-nav .orange-box,
#history nav.the-center-nav .orange-box,
#institutions nav.the-center-nav .orange-box,
#management_model nav.the-center-nav .orange-box,
#opening nav.the-center-nav .orange-box,
#rental nav.the-center-nav .orange-box,
#staff nav.the-center-nav .orange-box,
#store nav.the-center-nav .orange-box,
#coffee nav.the-center-nav .orange-box {
    background-color: #888888
}

#coming-soon nav.the-center-nav .yellow-box,
#history nav.the-center-nav .yellow-box,
#institutions nav.the-center-nav .yellow-box,
#management_model nav.the-center-nav .yellow-box,
#opening nav.the-center-nav .yellow-box,
#rental nav.the-center-nav .yellow-box,
#staff nav.the-center-nav .yellow-box,
#store nav.the-center-nav .yellow-box,
#coffee nav.the-center-nav .yellow-box {
    background-color: #c9cb54
}

#coming-soon nav.the-center-nav .purple-box,
#history nav.the-center-nav .purple-box,
#institutions nav.the-center-nav .purple-box,
#management_model nav.the-center-nav .purple-box,
#opening nav.the-center-nav .purple-box,
#rental nav.the-center-nav .purple-box,
#staff nav.the-center-nav .purple-box,
#store nav.the-center-nav .purple-box,
#coffee nav.the-center-nav .purple-box {
    background-color: #555555
}

#coming-soon nav.the-center-nav .blue-box,
#history nav.the-center-nav .blue-box,
#institutions nav.the-center-nav .blue-box,
#management_model nav.the-center-nav .blue-box,
#opening nav.the-center-nav .blue-box,
#rental nav.the-center-nav .blue-box,
#staff nav.the-center-nav .blue-box,
#store nav.the-center-nav .blue-box,
#coffee nav.the-center-nav .blue-box {
    background-color: #000000
}

#coming-soon nav.the-center-nav .green-box,
#history nav.the-center-nav .green-box,
#institutions nav.the-center-nav .green-box,
#management_model nav.the-center-nav .green-box,
#opening nav.the-center-nav .green-box,
#rental nav.the-center-nav .green-box,
#staff nav.the-center-nav .green-box,
#store nav.the-center-nav .green-box,
#coffee nav.the-center-nav .green-box {
    background-color: #4db749
}

#coming-soon #workshops,
#history #workshops,
#institutions #workshops,
#management_model #workshops,
#opening #workshops,
#rental #workshops,
#staff #workshops,
#store #workshops,
#coffee #workshops {
    padding-left: 25px;
    margin: 120px 0 38px 0
}

#coming-soon #workshops>p,
#history #workshops>p,
#institutions #workshops>p,
#management_model #workshops>p,
#opening #workshops>p,
#rental #workshops>p,
#staff #workshops>p,
#store #workshops>p,
#coffee #workshops>p {
    width: 750px;
    font-size: 18px;
    margin-left: 45px;
    line-height: 24px;
    display: inline-block;
    padding-left: 20px
}

#coming-soon #workshops>.button,
#history #workshops>.button,
#institutions #workshops>.button,
#management_model #workshops>.button,
#opening #workshops>.button,
#rental #workshops>.button,
#staff #workshops>.button,
#store #workshops>.button,
#coffee #workshops>.button {
    background-color: #231f20;
    color: #fff;
    font-size: 18px;
    padding: 18px 42px;
    position: absolute;
    bottom: 0;
    right: 0
}

#staff div.mission {
    margin: -60px 70px 0 0;
    float: right
}

#history .page-header,
#institutions .page-header,
#management_model .page-header,
#rental .page-header,
#staff .page-header {
    background-image: linear-gradient(to bottom, rgba(127, 128, 177, 0) 8%, #7f80b1 92%)
}

#history .left-column h3,
#institutions .left-column h3,
#management_model .left-column h3,
#rental .left-column h3,
#staff .left-column h3 {
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px
}

#history .left-column #team,
#institutions .left-column #team,
#management_model .left-column #team,
#rental .left-column #team,
#staff .left-column #team {
    font-size: 16px
}

#history .left-column #team dt,
#institutions .left-column #team dt,
#management_model .left-column #team dt,
#rental .left-column #team dt,
#staff .left-column #team dt {
    font-weight: 800;
    margin-bottom: 14px
}

#history .left-column #team .team-names,
#institutions .left-column #team .team-names,
#management_model .left-column #team .team-names,
#rental .left-column #team .team-names,
#staff .left-column #team .team-names {
    margin-bottom: 38px
}

#history .left-column #team .team-names>li,
#institutions .left-column #team .team-names>li,
#management_model .left-column #team .team-names>li,
#rental .left-column #team .team-names>li,
#staff .left-column #team .team-names>li {
    margin-bottom: 10px
}

#history .left-column span,
#institutions .left-column span,
#management_model .left-column span,
#rental .left-column span,
#staff .left-column span {
    width: 700px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    font-style: italic;
    bottom: -60px;
    left: 28px;
	display: none;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

#history .left-column span a,
#institutions .left-column span a,
#management_model .left-column span a,
#rental .left-column span a,
#staff .left-column span a {
    color: #373535;
    text-decoration: underline
}

#history .mission,
#institutions .mission,
#management_model .mission,
#rental .mission,
#staff .mission {
    background-color: #000000;
    color: #fff;
    padding: 30px 60px 25px 60px;
    margin: -60px 35px 0 0;
    width: 600px;
    box-sizing: border-box;
    z-index: 500;
    position: relative
}

#history .mission h3,
#institutions .mission h3,
#management_model .mission h3,
#rental .mission h3,
#staff .mission h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 4px solid #fff;
    width: 146px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

#history .mission p,
#institutions .mission p,
#management_model .mission p,
#rental .mission p,
#staff .mission p {
    font-size: 16px;
    padding-bottom: 2em;
    line-height: 24px
}

#history .page-header {
    background-image: linear-gradient(to bottom, rgba(228, 78, 83, 0) 8%, #e44e53 92%)
}

#history p {
    font-size: 16px;
    line-height: 24px
}

#opening .page-header,
#store .page-header,
#coffee .page-header {
    background-image: linear-gradient(to bottom, rgba(228, 78, 83, 0) 8%, #e44e53 92%)
}

#opening p,
#store p,
#coffee p {
    font-size: 16px;
    line-height: 24px
}

#opening a,
#store a,
#coffee a {
    color: #09f
}

#opening a:hover,
#store a:hover,
#coffee a:hover {
    text-decoration: underline
}

#coming-soon .page-header {
    background: linear-gradient(to bottom, rgba(228, 78, 83, 0) 85%, #e44e53 95%), url(/images/coming-soon/page-header.jpg) center center no-repeat;
    height: 650px
}

#coming-soon .page-header .message {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: absolute;
    bottom: 18px;
    left: 20px
}

#coming-soon nav.the-center-nav {
    width: 100% !important;
    float: initial !important;
    margin-top: 0 !important
}

#coming-soon nav.the-center-nav>ul>li {
    display: inline-block;
    vertical-align: middle
}

body {
    color: #231f20;
    font-family: BrownPro, sans-serif
}

header {
    height: 168px;
    position: relative
}

header .header-ba {
    background-color: #000000;
    height: 40px;
    line-height: 40px
}

header .header-ba img {
    display: inline-block;
    vertical-align: middle
}

header .header-ba img.slogan-ba {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .site-header {
    height: 120px;
    padding: 20px 0;
    z-index: 100;
    display: flex;
    align-items: center
}

header .logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    margin-top: -10px
}

header nav {
    width: calc(100% - 130px);
    display: flex;
    align-items: center;
    justify-content: flex-end
}

header nav>ul {
    display: inline-block;
	text-align: right;
    vertical-align: middle
}

header nav #main-nav {
    width: 868px
}

header nav #main-nav>li {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 11px;
    display: inline-block;
    border-bottom: none
}

header nav #main-nav>li:last-child {
    margin-right: 0
}

header nav #main-nav>li a {
    color: #000000;
    padding: 0 10px 5px 0;
    display: block
}

header nav ul.social-networks {
    margin-left: 50px
}

header nav ul.social-networks>li {
    display: inline-block;
    margin-right: 5px
}

header nav ul.social-networks>li:last-child {
    margin-right: 0
}

header nav ul.social-networks>li a.icon-search,
header nav ul.social-networks>li input.icon-search,
header nav ul.social-networks>li span.icon-search {
    background: url(/images/icons/icon-dark-search.svg) no-repeat
}

header nav ul.social-networks>li a.icon-facebook {
    background: url(/images/icons/icon-dark-facebook.svg) no-repeat
}

header nav ul.social-networks>li a.icon-instagram {
    background: url(/images/icons/icon-dark-instagram.svg) no-repeat
}

header nav ul.social-networks>li a.icon-twitter {
    background: url(/images/icons/icon-dark-twitter.svg) no-repeat
}

header nav ul.social-networks>li a.icon {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    display: block
}

.content {
    margin: 0 auto 30px auto
}

footer {
    background-color: #000000;
    color: #fff;
    height: 108px;
    line-height: 108px;
    padding: 0 30px;
    margin-top: 30px;
    position: relative;
    clear: left
}

footer .logo-ba {
    display: inline-block;
    vertical-align: middle
}

footer .social-networks {
    line-height: initial;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 30px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

footer .social-networks .hashtag {
    font-size: 24px
}

footer .social-networks ul {
    margin-top: 20px
}

footer .social-networks ul>li {
    display: inline-block;
    margin-right: 8px
}

footer .social-networks ul>li:last-child {
    margin-right: 0
}

footer .social-networks ul>li a.icon-facebook {
    background: url(/images/icons/icon-light-facebook.png) no-repeat
}

footer .social-networks ul>li a.icon-instagram {
    background: url(/images/icons/icon-light-instagram.png) no-repeat
}

footer .social-networks ul>li a.icon-twitter {
    background: url(/images/icons/icon-light-twitter.png) no-repeat
}

footer .social-networks ul>li a.icon {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    display: block
}

#home .grecaptcha-badge {
    display: none
}

#home .home-container {
    margin: 20px 0
}

#home .home-container,
#home .large-box.box {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

#home .large-box.box .item {
    margin-right: 0 !important
}

#home #newsletter {
    height: 280px;
    margin-bottom: 20px
}

#home #sponsor {
    min-height: 280px;
    display: inline-block;
    width: 100%
}

#home #sponsor .col-6 {
    float: left;
    width: 50%;
    padding-right: 2%;
    padding-left: 4%;
    margin-bottom: 10px
}

#home #sponsor h2 {
    height: 52px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
    padding-left: 15px;
    margin: 35px 0 0 25px;
    border-left: 5px solid #231f20
}

#home #sponsor .carousel {
    border-left: 5px solid #231f20;
    margin-left: 25px
}

#home #newsletter .col-6 {
    float: left;
    width: 50%
}

#home #newsletter>#newsletter-form,
#home #sponsor>#newsletter-form {
    height: 180px;
    margin-left: 30px;
    padding-left: 15px
}

#home #newsletter>#newsletter-form>.col-4,
#home #sponsor>#newsletter-form>.col-4 {
    height: calc(255px - 99px);
    padding-right: 10px
}

#home #newsletter>#newsletter-form>.col-4>.input-container,
#home #sponsor>#newsletter-form>.col-4>.input-container {
    height: 45%;
    margin-bottom: 5%
}

#home #newsletter>#newsletter-form>.col-4>.input-container.last-col,
#home #sponsor>#newsletter-form>.col-4>.input-container.last-col {
    align-items: flex-end;
    display: flex;
    justify-content: center
}

#home #newsletter>#newsletter-form>.col-4>.input-container>label,
#home #sponsor>#newsletter-form>.col-4>.input-container>label {
    height: 50%;
    width: 100%
}

#home #newsletter>#newsletter-form>.col-4>.input-container>input,
#home #sponsor>#newsletter-form>.col-4>.input-container>input {
    border: none;
    border-bottom: 1px solid #000;
    height: 50%;
    width: 100%
}

#home #newsletter>#newsletter-form>.col-4>.input-container>.col-4,
#home #sponsor>#newsletter-form>.col-4>.input-container>.col-4 {
    height: 100%
}

#home #newsletter>#newsletter-form>.col-4>.input-container>.col-4>.input-container,
#home #sponsor>#newsletter-form>.col-4>.input-container>.col-4>.input-container {
    align-items: flex-end;
    display: flex;
    height: 50%
}

#home #newsletter>#newsletter-form>.col-4>.input-container>.col-4>.input-container>label,
#home #sponsor>#newsletter-form>.col-4>.input-container>.col-4>.input-container>label {
    font-size: 14px
}

#home #newsletter>#newsletter-form>.col-4>.input-container>.col-4>.input-container>input,
#home #sponsor>#newsletter-form>.col-4>.input-container>.col-4>.input-container>input {
    margin-right: 5px
}

#home #newsletter>#newsletter-form>.col-4>.input-container>.col-4>.input-container>input[type=checkbox],
#home #sponsor>#newsletter-form>.col-4>.input-container>.col-4>.input-container>input[type=checkbox] {
    background: 0 0;
    border: 1px solid #000;
    outline: 0;
    -webkit-appearance: none;
    height: 16px;
    width: 16px
}

#home #newsletter>#newsletter-form>.col-4>.input-container>.col-4>.input-container>input[type=checkbox]:checked::after,
#home #sponsor>#newsletter-form>.col-4>.input-container>.col-4>.input-container>input[type=checkbox]:checked::after {
    content: "";
    font-family: FontAwesome;
    position: relative;
    top: -3px
}

#home #newsletter>#newsletter-form>.col-4>.input-container>button,
#home #sponsor>#newsletter-form>.col-4>.input-container>button {
    border: 3px solid #231f20;
    box-sizing: border-box;
    color: #231f20;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 11px 14px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 348px
}

#home #newsletter .col-4,
#home #sponsor .col-4 {
    float: left;
    width: 33%
}

#home #newsletter .col-8,
#home #sponsor .col-8 {
    float: left;
    height: calc(255px - 98px);
    width: 66%
}

#home #newsletter .col-8>.col-12,
#home #sponsor .col-8>.col-12 {
    height: 50%
}

#home #newsletter .col-8>.col-12>.input-container,
#home #sponsor .col-8>.col-12>.input-container {
    float: left;
    height: 100%;
    padding-right: 10px;
    padding-top: 10px;
    width: calc(50% - 10px)
}

#home #newsletter .col-8>.col-12>.input-container.last-col,
#home #sponsor .col-8>.col-12>.input-container.last-col {
    align-items: flex-end;
    display: flex;
    justify-content: center
}

#home #newsletter .col-8>.col-12>.input-container label.error,
#home #sponsor .col-8>.col-12>.input-container label.error {
    margin-bottom: 10px;
    margin-top: 0;
    float: left;
    color: red;
    font-size: 14px;
    padding-top: 2px
}

#home #newsletter .col-8>.col-12>.input-container>label,
#home #sponsor .col-8>.col-12>.input-container>label {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%
}

#home #newsletter .col-8>.col-12>.input-container>input,
#home #sponsor .col-8>.col-12>.input-container>input {
    border: none;
    border-bottom: 1px solid #000;
    height: 50%;
    width: 100%
}

#home #newsletter .clearfix,
#home #sponsor .clearfix {
    clear: both
}

#home .small-box {
    width: 390px
}

#home .medium-box {
    width: 794px;
    box-sizing: border-box
}

#home .large-box {
    width: calc(100% - 230px);
    box-sizing: border-box
}

#home-events {
    position: relative;
    z-index: 0
}

#home-events .carousel-control {
    height: 488px
}

.audio-icon {
    width: 18px;
    position: absolute;
    bottom: 200px;
    right: 15px;
    cursor: pointer
}

.audio-icon svg {
    fill: #fff
}

.audio-off {
    display: none
}

.audio-on {
    display: block;
    right: 12px
}

.muted .audio-on {
    display: none
}

.muted .audio-off {
    display: block
}

#home-events .item .player,
#home-events .item iframe,
#home-events .item img {
    width: 970px;
    height: 488px;
    object-fit: cover
}

#home-events>li.small-box {
    margin: 0;
    width: calc(calc(100% - 29px)/ 3)
}

#home-events .carousel-control {
    background: 0 0;
    z-index: 100
}

#home-events>li.box {
    margin-bottom: 8px !important
}

#home-events>li:nth-child(4) {
    margin-left: 10px;
    margin-right: 10px
}

#home-events>li:nth-child(7) {
    margin-left: 2px;
    width: calc(calc(100% - 27px)/ 3)
}

#home-events>li .event-info {
    margin-top: -5px !important;
    padding: 22px 36px 30px 30px
}

#home-events>li .event-info a.link1,
#home-events>li .event-info a.link2 {
    font-size: 15px;
    margin-bottom: 22px;
    color: inherit
}

#home-events>li .event-info h3 {
    font-size: 30px;
    text-transform: none;
    margin-bottom: 18px
}

#home-events>li .event-info p {
    font-size: 15px;
    line-height: 22px;
    white-space: normal
}

#home-events>li .event-info .more-info {
    width: 100%;
    height: 40px;
    padding-left: 30px;
    position: absolute;
    box-sizing: border-box
}

#home-events>li .event-info .more-info .date {
    max-width: 40%;
    font-size: 18px;
    text-transform: none;
    border: none;
    color: inherit
}

#home-events>li .event-info .more-info .date>span {
    line-height: 22px
}

#home-events>li .event-info .see-more-button {
    color: inherit
}

#home-events>li.medium-box .event-info,
#home-events>li.small-box .event-info {
    height: 292px
}

#home-events>li.medium-box .event-info .link1,
#home-events>li.medium-box .event-info .link2,
#home-events>li.small-box .event-info .link1,
#home-events>li.small-box .event-info .link2 {
    margin-bottom: 10px
}

#home-events>li.medium-box .event-info .link2,
#home-events>li.small-box .event-info .link2 {
    margin-left: 22px
}

#home-events>li.medium-box .event-info .more-info,
#home-events>li.small-box .event-info .more-info {
    bottom: 28px;
    left: 0
}

#home-events>li.medium-box .event-info .see-more-button,
#home-events>li.small-box .event-info .see-more-button {
    height: 40px;
    right: 36px
}

#home-events>li.large-box .event-info {
    height: 192px;
    margin: 0
}

#home-events>li.large-box .event-info h3 {
    font-size: 42px;
    text-transform: none;
    margin-top: 7px;
    margin-bottom: 22px
}

#home-events>li.large-box .event-info h3,
#home-events>li.large-box .event-info p {
    max-width: 55%
}

#home-events>li.large-box .event-info .more-info {
    width: 45%;
    top: 18px;
    right: 36px;
    left: auto;
    text-align: right
}

#home-events>li.large-box .event-info .date {
    height: 40px;
    line-height: 27px;
    border: none
}

#home-events>li.large-box .event-info .link1,
#home-events>li.large-box .event-info .link2 {
    line-height: 22px;
    display: inline-block;
    margin-bottom: 0
}

#home-events>li.large-box .event-info .link2 {
    margin-left: 18px;
    margin-right: 18px
}

#home-events>li.large-box .event-info .button {
    height: 42px;
    font-size: 14px;
    line-height: 15px;
    padding: 12px 22px;
    margin-top: 58px;
    position: relative;
    top: auto;
    right: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
}

#home-events>li.large-box .event-info .button.book-button {
    margin-left: 5px;
    padding: 15px 22px
}

#home-events>li.large-box .event-info .button.filled {
    color: #0da2bc
}

#about {
    padding: 58px 0 16px 28px;
    margin-right: 15px;
    position: relative
}

#about .logo {
    margin-bottom: 65px;
	max-width: 120px
}

#about p {
    width: 560px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 1em
}

#about .button {
    color: #000000;
    position: absolute;
    bottom: 16px;
    right: 50px;
    border-color: #000000
}

#instagram {
    margin: 0
}

#instagram .user {
    font-size: 27px;
    font-weight: 800;
    margin: 55px 0 0 8px;
    display: block
}

#instagram .user:after {
    content: "";
    width: 27px;
    height: 27px;
    background: url(/images/icons/icon-camera.svg) no-repeat;
    background-size: 27px 27px;
    display: inline-block;
    vertical-align: middle;
    float: right
}

#instagram .posts {
    text-align: center;
    margin-top: 40px
}

#instagram .posts>li {
    display: inline-block;
    margin: 0 18px 18px 0;
    width: 178px;
    overflow: hidden
}

#instagram .posts>li a {
    display: block
}

#instagram .posts>li img {
    display: block;
    height: 178px;
    min-width: 100%
}

#instagram .posts>li:nth-child(even) {
    margin-right: 0
}

#oppening-hours ul {
    font-size: 16px;
    margin: 40px 0 0 21px;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    white-space: pre-line; 
    line-height: 30px;
}

#oppening-hours ul>li {
    margin-bottom: 18px
}

#location {
    margin: 0;
    padding-left: 40px
}

#location ul {
    font-size: 16px;
    margin: 84px 0 24px 0;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

#location ul>li {
    margin-bottom: 16px
}

#location .button {
    width: 348px;
    font-size: 16px;
    color: #231f20;
    border-color: #231f20;
    box-sizing: border-box
}

#location-map-popup {
    width: 850px;
    height: 329px
}

#location-map-popup:after {
    content: "";
    display: block;
    position: absolute;
    top: -35px;
    left: 32px;
    background: url(/images/home/map-marker.svg);
    background-size: 119px 119px;
    width: 119px;
    height: 119px
}

#location-map-popup img {
    display: block;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

#related li {
    width: 394px;
    height: 670px
}

#related li:last-child {
    margin-right: 0
}

#related li .box-info {
    height: 276px;
    padding: 18px 45px 23px 30px
}

#related li .box-info a.link1,
#related li .box-info a.link2 {
    font-size: 15px;
    margin-bottom: 20px
}

#related li .box-info a.link2 {
    margin-left: 22px
}

#related li .box-info h3 {
    font-size: 30px;
    margin-bottom: 20px
}

#related li .box-info p {
    font-size: 15px;
    line-height: 20px
}

#related li .box-info .more-info {
    height: 60px;
    padding-left: 30px;
    bottom: 23px
}

#related li .box-info .date {
    max-width: 40%;
    height: 60px;
    font-size: 18px;
    padding-left: 9px;
    line-height: 60px
}

#related li .box-info .date>span {
    height: 60px;
    line-height: 27px;
    overflow: hidden
}

#related li .box-info a.see-more-button {
    height: 40px;
    right: 45px
}

#schedule-events .page-header {
    height: 220px
}

#schedule-events .page-header picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#schedule-events .page-header picture img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#schedule-events .page-header h1 {
    position: absolute;
    top: 50%;
    left: 45px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#schedule-events .page-header p {
    font-size: 20px;
    padding: 174px 0 0 45px;
    display: block;
    position: relative;
    z-index: 1000;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

#schedule-events .section-intro {
    margin: 40px 0
}

#schedule-events .section-intro p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px
}

#schedule-events .filters .container-filter-select {
    width: 50%;
    float: left
}

#schedule-events .filters .container-cancel-date {
    width: 25%;
    float: left;
    text-align: right;
    font-size: 14px
}

#schedule-events .filters .filter-date {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 0
}

#schedule-events .filters .filter-date:after {
    content: "▼";
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: -1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#schedule-events .filters .filter-date .date-button {
    background: url(/images/icons/icon-calendar.svg) no-repeat 18px center;
    width: 260px;
    height: 55px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 17px 0 76px;
    cursor: pointer;
    border: 3px solid #231f20
}

#schedule-events .events-wrapper {
    width: 100%;
    min-height: calc(100vh - 625px);
    display: inline-block;
    vertical-align: top
}

#schedule-events .events-wrapper>h3 {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px
}

#schedule-events .events-wrapper>.date {
    font-size: 16px;
    line-height: 23px
}

#schedule-events .events-wrapper>.date,
#schedule-events .events-wrapper>h3 {
    display: inline-block;
    vertical-align: middle
}

#schedule-events .events {
    margin-top: 50px;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

#schedule-events .events>li {
    width: 231px;
    opacity: 1;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

#schedule-events .events>li.double {
    width: 470px
}

#schedule-events .events>li.loading {
    opacity: 0
}

#schedule-events .events>li.loading>li {
    position: relative
}

#schedule-events .events>li.loading>li:after {
    content: "";
    background: url(/images/common/loading.gif?v2) no-repeat center center #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .75
}

#schedule-events .events>li img {
    width: 100%
}

#schedule-events .events .event-info {
    height: 156px;
    padding: 12px 14px 12px 18px
}

#schedule-events .events .event-info a.link1,
#schedule-events .events .event-info a.link2 {
    font-size: 9px;
    margin-bottom: 8px
}

#schedule-events .events .event-info a.link2 {
    margin-left: 10px
}

#schedule-events .events .event-info h3 {
    font-size: 15px;
    margin-bottom: 10px
}

#schedule-events .events .event-info h3 span {
    line-height: 20px
}

#schedule-events .events .event-info p {
    font-size: 10px;
    line-height: 14px
}

#schedule-events .events .event-info .see-more-button {
    height: 26px;
    font-size: 8px;
    line-height: 8px;
    padding: 6px 8px
}

#schedule-events .events .event-info .more-info {
    height: 32px;
    padding-left: 18px;
    bottom: 12px
}

#schedule-events .events .event-info .more-info .date {
    max-width: 50%;
    height: 32px;
    font-size: 11px;
    padding-left: 6px;
    line-height: 32px
}

#schedule-events .events .event-info .more-info .date>span {
    line-height: 16px
}

#schedule-events .events .event-info .more-info .see-more-button {
    right: 18px
}

#schedule-events .no-events-message {
    display: none;
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 50px;
    line-height: 1.5em
}

#schedule-events .no-events-message.active {
    display: block
}

#schedule-event .details>.carousel {
    height: 500px;
    overflow: hidden;
    width: 100%
}

#schedule-event .details>.carousel>.carousel-inner {
    height: 100%
}

#schedule-event .details>.carousel>.carousel-inner>.item {
    height: 100%
}

#schedule-event .details>.carousel>.carousel-inner>.item>img {
    height: auto;
    width: 100%
}

#schedule-event .details .event-mobile-photo {
    display: none
}

#schedule-event .details>.info-heading {
    box-sizing: border-box;
    color: #fff;
    margin-top: 0;
    padding: 18px 28px 28px 28px;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1000
}

#schedule-event .details>.info-heading>a {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 30px
}

#schedule-event .details>.info-heading>a.link2 {
    margin-left: 30px
}

#schedule-event .details>.info-heading>h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px
}

#schedule-event .details>.info {
    margin-top: 0
}

#schedule-event .details>.info h2.title-description {
    margin-left: -105px
}

#schedule-event .info-footer {
    color: #fff;
    padding: 18px 28px 18px 135px;
    box-sizing: border-box;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

#schedule-event .info-footer div {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px
}

#schedule-event .info-footer dt {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 16px
}

#schedule-event .info-footer dd {
    max-width: 245px;
    font-size: 13px;
    line-height: 25px;
    display: inline-block
}

#schedule-event .data-sheet h2 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 20px 0;
    border-left: 3px solid #231f20
}

#schedule-event .data-sheet p {
    font-size: 14px;
    line-height: 19px
}

#schedule-event .trailer {
    margin: 0 0 50px -135px
}

#schedule-event .trailer iframe {
    margin-left: 135px
}

#schedule-event .trailer .trailer-description {
    margin-left: 135px;
    margin-top: 20px
}

#event-cycle .details>.carousel {
    height: 500px;
    overflow: hidden;
    width: 100%
}

#event-cycle .details>.carousel>.carousel-inner {
    height: 100%
}

#event-cycle .details>.carousel>.carousel-inner>.item {
    height: 100%
}

#event-cycle .details>.carousel>.carousel-inner>.item>img {
    height: auto;
    width: 100%
}

#event-cycle .details .cycle-mobile-photo {
    display: none
}

#event-cycle .details>.info-heading {
    box-sizing: border-box;
    color: #fff;
    margin-top: 0;
    padding: 18px 28px 28px 28px;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1000
}

#event-cycle .details>.info-heading>a {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 30px
}

#event-cycle .details>.info-heading>a.link2 {
    margin-left: 30px
}

#event-cycle .details>.info-heading>h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px
}

#event-cycle .details>.info {
    margin-top: 0
}

#event-cycle .details>.info h2.title-description {
    margin-left: -105px
}

#event-cycle .details .events {
    margin-left: -135px
}

#event-cycle .details .events h2 {
    font-size: 20px;
    height: 32px;
    line-height: 32px
}

#event-cycle .details .events ul {
    margin-left: 135px
}

#event-cycle .details .events ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px
}

#event-cycle .details .events ul li:nth-child(odd) {
    width: 48%;
    margin-right: 2%
}

#event-cycle .details .events ul a,
#event-cycle .details .events ul strong {
    font-size: 17px;
    font-weight: 700
}

#event-cycle .details .events ul span {
    font-size: 15px;
    font-style: italic;
    color: #666;
    display: block
}

#calls .page-header {
    background: url(/images/calls/page-header.jpg) no-repeat;
    background-size: cover;
    height: 314px
}

#calls .page-header h1 {
    position: relative;
    top: 128px;
    left: 45px;
    text-transform: initial;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#calls .page-header p {
    width: 1050px;
    font-size: 16px;
    line-height: 22px;
    padding: 140px 0 0 45px;
    display: block;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

#calls section.calls-grid>.intro {
    width: 750px;
    font-size: 18px;
    line-height: 25px;
    padding-left: 45px
}

#calls section.calls-grid .download-attachment,
#calls section.calls-grid .intro {
    display: inline-block;
    vertical-align: middle
}

#calls section.calls-grid .download-attachment {
    background-color: #231f20;
    font-size: 18px;
    margin-left: 317px;
    border: none
}

#calls section.calls-grid ul {
    margin-top: 50px
}

#calls section.calls-grid li.double {
    width: 470px
}

@media(min-width:1025px) {
    #calls section.calls-grid li.double {
        height: 432px
    }
}

#calls section.calls-grid li {
    width: 231px;
    height: 432px
}

#calls section.calls-grid li .call-info {
    height: 205px;
    padding: 12px 16px
}

#calls section.calls-grid li .call-info .hashtag1,
#calls section.calls-grid li .call-info .hashtag2 {
    font-size: 9px
}

#calls section.calls-grid li .call-info h3 {
    font-size: 17px;
    margin: 12px 0 10px 0;
    max-height: 60px;
    overflow: hidden;
    line-height: 20px
}

#calls section.calls-grid li .call-info p {
    font-size: 10px;
    line-height: 15px
}

#calls section.calls-grid li .call-info .more-info {
    height: 32px;
    bottom: 12px;
    width: 100%
}

#calls section.calls-grid li .call-info .more-info .date {
    margin: 10px 0 0 10px;
    padding-left: 5px
}

#calls section.calls-grid li .call-info .more-info .date span {
    font-size: .7em
}

#calls section.calls-grid li .call-info .more-info .see-more-button {
    height: 34px;
    font-size: 10px;
    line-height: 12px;
    padding: 9px 12px;
    right: 16px
}

#call .details>.carousel {
    height: 500px;
    overflow: hidden;
    width: 100%
}

#call .details>.carousel>.carousel-inner {
    height: 100%
}

#call .details>.carousel>.carousel-inner>.item {
    height: 100%
}

#call .details>.carousel>.carousel-inner>.item>img {
    height: auto;
    width: 100%
}

#call .details .call-mobile-photo {
    display: none
}

#call .details>.info-heading {
    box-sizing: border-box;
    color: #fff;
    margin-top: 0;
    padding: 18px 28px 28px 100px;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1000;
    word-break: break-word
}

#call .details>.info-heading>a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 30px
}

#call .details>.info-heading>a:first-child {
    margin-bottom: 5px
}

#call .details>.info-heading>h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px
}

#call .details>.info {
    margin-top: 0
}

#call .details .calls-grid ul {
    display: flex;
    flex-wrap: wrap
}

#call .details .calls-grid ul li.box {
    flex: 0 0 calc(100% - 10px);
    margin: 5px
}

#call .details .calls-grid ul li.box .box-info {
    height: 200px;
    width: 100%
}

#call .details .calls-grid ul li.box .box-info .hashtag1,
#call .details .calls-grid ul li.box .box-info .hashtag2 {
    font-size: .6rem;
    margin: 5px 15px;
    margin-right: 0
}

#call .details .calls-grid ul li.box .box-info h3 {
    margin: 15px;
    font-size: 1rem
}

#call .details .calls-grid ul li.box .box-info .more-info {
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
    font-size: .7rem
}

#call .details .calls-grid ul li.box .box-info .more-info .see-more-button {
    right: 0;
    font-size: .5rem
}

#call .details .calls-grid ul li.box .box-info .more-info .date {
    padding: 10px 5px
}

#call .details .faq {
    padding-top: 40px
}

#call .team {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    width: 335px;
    padding: 22px 15px 30px 15px
}

#call .team h3 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 11px;
    text-transform: uppercase;
    display: block
}

#call .team ul {
    padding-bottom: 25px
}

#call .team li {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    line-height: 20px
}

#call .info-content {
    padding-bottom: 30px
}

#call .info-content,
#call .info-heading {
    padding-left: 100px
}

#call .group {
    margin-top: 10px
}

#call .group.sidebar-screen {
    display: none
}

#call .share {
    padding-left: 0
}

#call .info .info-content .date {
    margin-left: 0
}

#call .info .info-content .button {
    position: inherit;
    margin-right: 10px;
    right: 0;
    margin-top: 30px;
    float: right
}

@media (min-width:485px) {
    #call .details .calls-grid ul li.box {
        flex: 0 0 calc(50% - 10px)
    }
}

@media (min-width:768px) {
    #call .details .info-heading>a {
        color: #fff;
        font-size: 14px
    }
}

@media (min-width:992px) {
    #call .details .calls-grid {
        width: 1200px;
        display: inline-block
    }
    #call .details .calls-grid h2 {
        margin-top: 0
    }
    #call .details .calls-grid ul {
        padding: 0 70px 20px 70px
    }
    #call .details .calls-grid ul li.box {
        flex: 0 0 calc(20% - 10px)
    }
    #call .details .calls-grid ul li.box.double {
        flex: 0 0 calc(40% - 20px)
    }
}

@media (max-width:1024px) {
    #call .details .group {
        width: 100%
    }
    #call .details .group.sidebar-screen {
        display: none
    }
}

@media (min-width:1025px) {
    #call .details .faq {
        width: 865px
    }
    #call .details ul li.box .box-info .more-info .date {
        width: 50%;
        font-size: .4rem;
        display: block
    }
    #call .details .calls-grid ul li.box .box-info .more-info .see-more-button {
        width: 50%;
        padding: 10px 0 !important
    }
    #call .details .info-sidebar {
        display: inline-block;
        width: 330px
    }
    #call .group.sidebar-mobile {
        display: none
    }
    #call .group.sidebar-screen {
        width: 330px;
        display: inline-block
    }
    #call .group .share {
        padding-bottom: 0
    }
    #call .group .share ul {
        margin-bottom: 20px
    }
}

#workshops .page-header {
    background: url(/images/workshops/page-header.jpg) no-repeat;
    background-size: cover;
    height: 314px
}

#workshops .page-header h1 {
    position: relative;
    top: 128px;
    left: 45px;
    text-transform: initial;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#workshops .page-header p {
    width: 1050px;
    font-size: 16px;
    line-height: 22px;
    padding: 130px 0 0 45px;
    display: block;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

#workshops .page-header a {
    color: #fff
}

#workshops .page-header a:hover {
    opacity: .8
}

#workshops .filters h2 {
    margin: 0 60px 0 0
}

#workshops .filters h2,
#workshops .filters ul.filters-select {
    display: inline-block;
    vertical-align: middle
}

#workshops .counter {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    float: right
}

#workshops .counter span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: BrownPro, sans-serif
}

#workshops .workshops {
    padding-left: 1px
}

#workshops .workshops.loading>li {
    position: relative
}

#workshops .workshops.loading>li:after {
    content: "";
    background: url(/images/common/loading.gif?v2) no-repeat center center #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .75
}

#workshops .workshops .workshop.double {
    width: 468px;
    height: 432px
}

#workshops .workshops .workshop {
    width: 228px;
    height: 432px
}

#workshops .workshops .workshop .workshop-info {
    height: 205px;
    padding: 12px 16px
}

#workshops .workshops .workshop .workshop-info a.link1,
#workshops .workshops .workshop .workshop-info a.link2 {
    font-size: 10px
}

#workshops .workshops .workshop .workshop-info a.link2 {
    margin-left: 10px
}

#workshops .workshops .workshop .workshop-info h3 {
    font-size: 16px;
    margin: 12px 0 10px 0;
    line-height: 20px
}

#workshops .workshops .workshop .workshop-info p {
    font-size: 10px;
    line-height: 15px
}

#workshops .workshops .workshop .workshop-info .more-info {
    height: 32px;
    padding-left: 18px;
    bottom: 12px
}

#workshops .workshops .workshop .workshop-info .more-info .date {
    max-width: 40%;
    height: 32px;
    font-size: 11px;
    padding-left: 6px;
    line-height: 32px
}

#workshops .workshops .workshop .workshop-info .more-info .date>span {
    line-height: 16px
}

#workshops .workshops .workshop .workshop-info .more-info .see-more-button {
    height: 34px;
    font-size: 10px;
    line-height: 12px;
    padding: 9px 12px;
    right: 16px
}

#workshops .no-workshops-message {
    display: none;
    font-size: 30px;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 50px;
    line-height: 1.5em
}

#workshops .no-workshops-message.active {
    display: block
}

#workshop .details>.carousel {
    height: 500px;
    overflow: hidden;
    width: 100%
}

#workshop .details>.carousel>.carousel-inner {
    height: 100%
}

#workshop .details>.carousel>.carousel-inner>.item {
    height: 100%
}

#workshop .details>.carousel>.carousel-inner>.item>img {
    height: auto;
    width: 100%
}

#workshop .details .workshop-mobile-photo {
    display: none
}

#workshop .details>.info-heading {
    box-sizing: border-box;
    color: #fff;
    margin-top: 0;
    padding: 18px 28px 28px 20px;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1000
}

#workshop .details>.info-heading>a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 30px
}

#workshop .details>.info-heading>a.link2 {
    margin-left: 30px
}

#workshop .details>.info-heading>h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px
}

#workshop .details>.info {
    margin-top: 0
}

#workshop .workshop-note {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    display: block;
    margin-top: 30px
}

#residences .page-header {
    background: url(/images/residences/page-header.jpg) no-repeat;
    background-size: cover;
    height: 314px
}

#residences .page-header h1 {
    position: relative;
    top: 128px;
    left: 45px;
    text-transform: uppercase;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#residences .page-header p {
    width: 1050px;
    font-size: 16px;
    line-height: 22px;
    padding: 130px 0 0 45px;
    display: block;
    font-family: Tahoma, "Trebuchet MS", sans-serif
}

#residences .page-header a {
    color: #fff
}

#residences .page-header a:hover {
    opacity: .8
}

#residences .filters h2 {
    margin: 0 60px 0 0
}

#residences .filters h2,
#residences .filters ul.filters-select {
    display: inline-block;
    vertical-align: middle
}

#residences .counter {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    float: right
}

#residences .counter span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: BrownPro, sans-serif
}

#residences .residences {
    margin-top: 50px;
    padding-left: 1px
}

#residences .residences.loading>li {
    position: relative
}

#residences .residences.loading>li:after {
    content: "";
    background: url(/images/common/loading.gif?v2) no-repeat center center #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .75
}

#residences .residences .residence {
    width: 229px
}

#residences .residences .residence:nth-child(5n) {
    margin-right: 0
}

#residences .residences .residence .residence-info p {
    font-size: 10px;
    line-height: 15px
}

#residences .residences .outstanding {
    width: 474px
}

#residences .pagination {
    display: block
}

#residences .box-info {
    height: 205px;
    padding: 15px;
    box-sizing: border-box
}

#residences .box-info h3 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 12px 0 10px 0
}

#residences .box-info .see-more-button {
    height: 34px;
    font-size: 10px;
    line-height: 12px;
    padding: 9px 12px;
    right: 16px
}

#residences .no-residences-message {
    display: none;
    font-size: 30px;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 50px;
    line-height: 1.5em
}

#residences .no-residences-message.active {
    display: block
}

#residence .details>.carousel {
    height: 500px;
    overflow: hidden;
    width: 100%
}

#residence .details>.carousel>.carousel-inner {
    height: 100%
}

#residence .details>.carousel>.carousel-inner>.item {
    height: 100%
}

#residence .details>.carousel>.carousel-inner>.item>img {
    height: auto;
    width: 100%
}

#residence .details .residence-mobile-photo {
    display: none
}

#residence .details>.info-heading {
    box-sizing: border-box;
    color: #fff;
    margin-top: 0;
    padding: 18px 28px 28px 135px;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1000
}

#residence .details>.info-heading>a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 30px
}

#residence .details>.info-heading>a.link2 {
    margin-left: 30px
}

#residence .details>.info-heading>h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px
}

#residence .details>.info {
    margin-top: 0
}

#residence .details a {
    cursor: pointer
}

#residence .details .info {
    margin: 0
}

#residence .details .info-content {
    padding: 40px 210px 0 50px
}

#residence .details .info-content p {
    padding-bottom: 30px
}

#residence .image-wrapper {
    position: relative
}

#residence .image-wrapper h1 {
    position: absolute;
    color: #fff;
    font-size: 35px;
    bottom: 70px;
    left: 55px;
    width: 850px;
    font-weight: 700;
    line-height: 30px
}

#residence .image-wrapper .arrow {
    background: url(/images/residences/slide-arrow.png) no-repeat;
    width: 24px;
    height: 47px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 10px);
    background-size: 47px
}

#residence .image-wrapper .arrow:before {
    content: "";
    position: absolute;
    left: -12px;
    top: -12px;
    width: 35px;
    height: 45px
}

#residence .image-wrapper .arrow-prev {
    left: 25px
}

#residence .image-wrapper .arrow-next {
    right: 25px;
    background-position: -24px
}

#residence .image-wrapper .bullets {
    position: absolute;
    bottom: 15px;
    right: 50%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

#residence .image-wrapper .bullets li {
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    background-size: 13px;
    background: url(/images/residences/bullet.png) no-repeat
}

#residence .image-wrapper .bullets .active {
    width: 13px;
    height: 13px;
    background: url(/images/residences/active-bullet.png) no-repeat
}

#residence .download h3 {
    font-size: 24px;
    font-weight: 700;
    vertical-align: top;
    margin-bottom: 35px
}

#residence .download li {
    margin-bottom: 20px
}

#residence .download li:before {
    content: "";
    background: url(/images/residences/decoration.png) no-repeat;
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: middle;
    margin-right: 10px
}

#residence .download .button {
    width: 218px;
    height: 42px;
    background-color: #212221;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    padding: 13px 14px
}

#residence .residents ul {
    padding-left: 45px
}

#residence .residents li {
    width: 50%;
    display: inline-block;
    margin-bottom: 25px
}

#residence .residents li:nth-child(odd) {
    padding-right: 15px
}

#residence .residents li:nth-child(even) {
    padding-left: 15px
}

#residence .residents li img {
    display: inline-block;
    width: 100%
}

#residence .residents li .see-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 50%
}

#residence .residents li .see-more:hover .div {
    display: block
}

#residence .residents li .see-more .div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(33, 33, 33, .5);
    display: none
}

#residence .residents li .see-more .div a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    border: 2px solid #fff;
    width: 128px;
    height: 45px;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 45px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    -moz-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%)
}

#residence .residents li .info {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
    vertical-align: top;
    box-sizing: border-box
}

#residence .residents li h3 {
    display: block;
    font-weight: 700;
    font-size: 18px;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 20px
}

#residence .residents li p {
    line-height: 21px
}

#home-calendar {
    width: 220px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000
}

#home-calendar .closed-day-message {
    background-color: #008e46;
    position: relative
}

#home-calendar .closed-day-message p {
    width: 80%;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: BrownPro, sans-serif
}

#home-calendar.no-events:after {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    content: "Planificá tu semana en el Recoleta";
    background-color: #008e46;
    background-image: url(/images/home/icon-no-events.svg);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 24px auto;
    color: #fff;
    padding: 120px 10px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 192px);
    cursor: pointer
}

#home-calendar h1 {
    width: 100%;
    height: 54px;
    background-color: #008e46;
    font-size: 30px;
    font-weight: 700;
    line-height: 54px;
    color: #fece34;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px
}

#home-calendar h1 a {
    width: 42px;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    color: #fff;
    text-transform: none;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 10px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#home-calendar .scheduler.calendar-events-by-time {
    background-color: #e8e8e8;
    font-size: 15px;
    padding: 7px 9px;
    overflow: scroll
}

#home-calendar .scheduler.calendar-events-by-time .event-title {
    font-size: 12px
}

#home-calendar .schedule-calendar {
    font-family: BrownPro, sans-serif
}

#home-calendar .schedule-calendar table {
    width: 100%
}

#home-calendar .schedule-calendar table thead {
    background-color: #008e46;
    color: #fff
}

#home-calendar .schedule-calendar table thead .datepicker-switch:hover,
#home-calendar .schedule-calendar table thead .next:hover,
#home-calendar .schedule-calendar table thead .prev:hover {
    background-color: #008e46
}

#home-calendar .schedule-calendar table tbody {
    background-color: #e8e8e8;
    font-size: 12px
}

#home-calendar .schedule-calendar table tbody td {
    height: 27px
}

#home-calendar .schedule-calendar table tr td,
#home-calendar .schedule-calendar table tr th {
    border-radius: 0 !important
}

#home-calendar .schedule-calendar table td.active {
    background-color: #008e46;
    border-color: #008e46
}

#calendar-events {
    margin-top: 30px
}

#calendar-events .week-control {
    background-color: #008e46;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    position: relative
}

#calendar-events .week-control .arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#calendar-events .week-control .arrow.arrow-left {
    left: 0
}

#calendar-events .week-control .arrow.arrow-right {
    right: 0
}

#calendar-events .scheduler.calendar-events-by-day {
    margin-top: 8px
}

#calendar-events .scheduler.calendar-events-by-day>li {
    width: calc(14.28% - 6.85px);
    display: inline-block;
    vertical-align: top;
    margin-right: 8px
}

#calendar-events .scheduler.calendar-events-by-day>li:last-child {
    margin-right: 0
}

#calendar-events .scheduler.calendar-events-by-day>li .day {
    width: 100%;
    height: 34px;
    background-color: #008e46;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 7px;
    display: block;
    margin-bottom: 8px
}

#calendar-events .scheduler.calendar-events-by-day .calendar-events-by-time {
    font-size: 13px
}

#calendar-events .scheduler.calendar-events-by-day .calendar-events-by-time>li {
    background-color: #e7e7e7;
    padding: 7px;
    margin-bottom: 8px
}

#calendar-events .scheduler.calendar-events-by-day .calendar-events-by-time .event-title {
    font-size: 11px
}

#calendar-events .scheduler.calendar-events-by-day .closing-message {
    background-color: #e7e7e7;
    padding: 7px
}

#calendar-events .scheduler.calendar-events-by-day .closing-message p {
    font-size: 13px;
    line-height: 16px
}

#calendar-events ol.loading,
#home-calendar ol.loading {
    position: relative
}

#calendar-events ol.loading:after,
#home-calendar ol.loading:after {
    content: "";
    background: url(/images/common/loading.gif?v2) no-repeat center center #fff;
    background-size: 40px auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .75
}

#calendar-events .calendar-events-by-time>li,
#home-calendar .calendar-events-by-time>li {
    margin-bottom: 13px
}

#calendar-events .calendar-events-by-time .time,
#home-calendar .calendar-events-by-time .time {
    padding-bottom: 2px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #231f20
}

#calendar-events .calendar-events-by-time .category,
#calendar-events .calendar-events-by-time .serie,
#home-calendar .calendar-events-by-time .category,
#home-calendar .calendar-events-by-time .serie {
    font-size: 12px;
    display: block
}

#calendar-events .calendar-events-by-time .serie,
#home-calendar .calendar-events-by-time .serie {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    margin-top: 2px
}

#calendar-events .calendar-events-by-time .calendar-events-by-category>li,
#home-calendar .calendar-events-by-time .calendar-events-by-category>li {
    margin-bottom: 9px;
    word-wrap: break-word
}

.results {
    padding: 50px 0
}

.result-box {
    margin: 35px 0 47px 25px
}

.result-box .image-container {
    height: 300px;
    overflow: hidden;
    width: 30%;
    margin-right: 3%;
    float: left
}

.result-box .image-container img {
    max-height: 400px
}

.result-box .result-info {
    height: 300px;
    float: left;
    width: 60%;
    text-align: justify;
    position: relative
}

.result-box .result-info h4 {
    margin-top: 5px;
    font-size: 1.2em
}

.result-box .result-info h3 {
    font-size: 1.6em;
    margin: 15px 0;
    font-family: BrownPro;
    text-transform: uppercase;
    font-weight: bolder
}

.result-box .result-info .result-date {
    color: #7d7d7d;
    margin-bottom: 30px;
    font-weight: lighter
}

.result-box .result-info .button {
    color: #000;
    border-color: #000;
    position: absolute;
    bottom: 0
}

@media (max-width:1024px) {
    .result-box {
        margin: 35px 2% 35px 0;
        max-width: 49%;
        float: left;
        border: 3px solid #000
    }
    .result-box .image-container {
        width: 100%;
        margin-right: 0
    }
    .result-box .result-info {
        width: 100%;
        height: 340px;
        padding: 15px
    }
    .result-box .result-info .button {
        bottom: 15px;
        right: 15px
    }
    .result-box:nth-child(odd) {
        margin-right: 0
    }
}

@media (max-width:940px) {
    .result-box .result-info {
        height: 400px
    }
}

@media (max-width:767px) {
    .result-box {
        margin: 35px auto;
        max-width: 100%
    }
    .result-box .image-container img {
        max-height: auto;
        min-width: 100%
    }
    .result-box .result-info {
        height: auto
    }
    .result-box .result-info .button {
        position: initial;
        margin: 15px 0;
        width: 100%
    }
}

.icon.icon-search {
    transform: rotateY(180deg)
}

.search-widget-list-item {
    position: relative;
    height: 18px;
    width: 18px
}

.search-widget-container {
    height: 60px;
    position: absolute;
    top: -25px;
    right: 0
}

.search-widget-container.search-widget-open {
    width: 430px
}

.search-widget {
    position: relative;
    width: 0;
    min-width: 18px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden
}

.search-widget-input {
    position: absolute;
    right: 30px;
    outline: 0;
    background: #fff;
    width: 400px;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 15px;
    font-family: inherit;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000
}

input[type=search].search-widget-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.search-widget-input::-webkit-input-placeholder {
    color: #777
}

.search-widget-input:-moz-placeholder {
    color: #777
}

.search-widget-input::-moz-placeholder {
    color: #777
}

.search-widget-input:-ms-input-placeholder {
    color: #777
}

.search-widget-submit,
.search-widget-toggle {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: 27px;
    padding: 0;
    margin: 0;
    line-height: 18px;
    text-align: center;
    cursor: pointer
}

.search-widget-submit {
    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1
}

.search-widget-toggle {
    z-index: 90
}

.search-widget.search-widget-open {
    width: 100%
}

.opened .search-widget-toggle,
.search-widget.search-widget-open .search-widget-toggle {
    z-index: 11
}

.opened .search-widget-submit,
.search-widget.search-widget-open .search-widget-submit {
    z-index: 90
}

@media (max-width:1024px) {
    .search-widget-list-item {
        height: 0;
        width: 0
    }
    .search-widget-container {
        width: 100%;
        top: auto;
        bottom: 81px;
        position: fixed
    }
    .search-widget {
        width: 100%
    }
    .search-widget-input {
        border: 1px solid #eaeaea;
        right: 0;
        width: 100%;
        border-left: 0;
        border-right: 0
    }
    .search-widget-submit,
    .search-widget-toggle {
        right: 15px;
        top: 25px
    }
}

@media screen and (max-width:767px) {
    .details .info .info-content .date {
        margin-left: 0
    }
    #event-cycle .details .events {
        margin-left: 0
    }
    #event-cycle .details .events>ul {
        margin-left: 0
    }
    #residence iframe {
        width: 100%;
        height: auto
    }
    .image-wrapper img {
        -moz-transform: scale(.64) translateX(calc(-70% + 45vw)) translateY(-30%);
        -ms-transform: scale(.64) translateX(calc(-70% + 45vw)) translateY(-30%);
        -webkit-transform: scale(.64) translateX(calc(-70% + 45vw)) translateY(-30%);
        transform: scale(.64) translateX(calc(-70% + 45vw)) translateY(-30%)
    }
    #home-events>li:nth-child(4) {
        margin: 0
    }
    #home-events .carousel-control {
        height: 330px
    }
    #home-events .item {
        margin-right: 0
    }
    #home-events .item img {
        width: 100%;
        height: auto
    }
    #home-events .item .player,
    #home-events .item iframe {
        width: 100%
    }
    #home-events li {
        width: 100% !important;
        margin: 0
    }
    #home-events li .event-info h3 {
        font-size: 23px
    }
    #home-events li .event-info .more-info {
        height: 62px
    }
    #home-events li .event-info .more-info .date {
        font-size: 15px;
        height: 62px;
        line-height: 62px;
        padding: 0 0 0 8px
    }
    #home-events li .event-info .more-info .button {
        font-size: 10px;
        padding: 10px 12px
    }
    #home .medium-box {
        width: 100%
    }
    #home .small-box {
        width: 100%
    }
    #about {
        padding: 35px 0 0 0;
        margin-right: 0
    }
    #about .logo {
        width: 100%;
        margin-bottom: 35px
    }
    #about p {
        width: 100%
    }
    #about .button {
        position: initial;
        display: block;
        text-align: center
    }
    #instagram .user {
        margin-top: 40px
    }
    #instagram .posts {
        margin-top: 20px
    }
    #oppening-hours ul {
        margin-top: 25px
    }
    #location {
        padding: 0
    }
    #location ul {
        margin: 25px 0 0 0
    }
    #location .button {
        width: 100%;
        margin-top: 20px
    }
    #location-map-popup {
        width: 300px;
        height: 329px
    }
    #location-map-popup:after {
        top: -12px;
        left: 16px;
        background-size: 90px 90px;
        width: 90px;
        height: 90px
    }
    #coming-soon h1,
    #history h1,
    #institutions h1,
    #management_model h1,
    #rental h1,
    #staff h1,
    #store h1,
    #coffee h1 {
        font-size: 32px;
        margin: 0;
        top: calc(50% + 20px);
        left: 10px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #opening .page-header h1 {
        font-size: 32px
    }
    #coming-soon h2,
    #history h2,
    #institutions h2,
    #management_model h2,
    #opening h2,
    #rental h2,
    #staff h2,
    #store h2,
    #coffee h2 {
        height: auto;
        line-height: 30px
    }
    #coming-soon nav.the-center-nav li.box-small,
    #history nav.the-center-nav li.box-small,
    #institutions nav.the-center-nav li.box-small,
    #management_model nav.the-center-nav li.box-small,
    #opening nav.the-center-nav li.box-small,
    #rental nav.the-center-nav li.box-small,
    #staff nav.the-center-nav li.box-small,
    #store nav.the-center-nav li.box-small,
    #coffee nav.the-center-nav li.box-small {
        width: 100%
    }
    #coming-soon nav.the-center-nav li.box,
    #history nav.the-center-nav li.box,
    #institutions nav.the-center-nav li.box,
    #management_model nav.the-center-nav li.box,
    #opening nav.the-center-nav li.box,
    #rental nav.the-center-nav li.box,
    #staff nav.the-center-nav li.box,
    #store nav.the-center-nav li.box,
    #coffee nav.the-center-nav li.box {
        width: 100%
    }
    #coming-soon h1 {
        font-size: 22px;
        top: 0;
        left: 31px;
        margin-top: 100px
    }
    #coming-soon .page-header .message {
        width: 70%;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 0
    }
    #schedule-events .events-wrapper,
    #schedule-events .exhibitions-wrapper {
        width: 100%;
        margin-top: 30px;
        position: relative
    }
    #schedule-events .events-wrapper ul.events li:nth-child(-n+8),
    #schedule-events .events-wrapper ul.exhibitions li:nth-child(-n+2),
    #schedule-events .exhibitions-wrapper ul.events li:nth-child(-n+8),
    #schedule-events .exhibitions-wrapper ul.exhibitions li:nth-child(-n+2) {
        display: inherit
    }
    #schedule-events .events-wrapper li.event,
    #schedule-events .events-wrapper li.exhibition,
    #schedule-events .exhibitions-wrapper li.event,
    #schedule-events .exhibitions-wrapper li.exhibition {
        width: 100%;
        height: auto;
        margin: 0 0 6px 0;
        display: none
    }
    .details .info .info-heading {
        padding: 10px
    }
    .details .info .info-heading h1 {
        font-size: 36px;
        line-height: 42px
    }
    .details .info .info-heading a.link2 {
        margin-left: 10px
    }
    .details .info .info-content {
        padding: 10px
    }
    .details .info .info-content .date {
        padding-bottom: 1em
    }
    .details .info .info-content .button {
        display: block;
        position: initial
    }
    .details .group {
        width: auto
    }
    .details .share {
        padding: 25px 0 0 10px;
        width: auto
    }
    .details .share ul {
        margin-bottom: 30px
    }
    .details #labs>p {
        width: 100%;
        margin: 0
    }
    #related h2 {
        font-size: 18px;
        height: auto;
        line-height: 24px;
        margin-bottom: 25px
    }
    #related li {
        width: 100%;
        height: auto;
        margin: 0 0 6px 0
    }
    #related li .box-info {
        padding-right: 20px
    }
    #related li .box-info h3 {
        font-size: 22px
    }
    #related li .box-info p {
        font-size: 14px
    }
    #related li .box-info a.link1,
    #related li .box-info a.link2 {
        font-size: 12px;
        margin-bottom: 16px
    }
    #related li .box-info .more-info .date {
        font-size: 14px
    }
    #related li .box-info .more-info .date span {
        line-height: 20px
    }
    #related li .box-info .more-info .see-more-button {
        font-size: 11px;
        right: 20px;
        padding: 10px 12px
    }
    #calls h2 {
        margin-bottom: 20px;
        height: 54px;
        line-height: 26px
    }
    #calls section.calls-grid ul {
        margin-top: 35px
    }
    #calls section.calls-grid ul li {
        width: 100%
    }
    #calls section.calls-grid ul li.double {
        width: 100%
    }
    #call #callCarousel {
        display: none
    }
    #call .details .call-mobile-photo {
        display: block !important
    }
    #call .details .call-mobile-photo img {
        width: 100%;
        object-fit: cover
    }
    #call .info-heading {
        margin-top: -2px !important;
        padding: 18px !important
    }
    #call .info-heading>h1 {
        font-size: 28px !important;
        line-height: 36px !important
    }
    #call h2 {
        height: 75px;
        line-height: 25px;
        font-size: 18px;
        margin-bottom: 25px
    }
    .info-footer dl {
        margin: 10px 0
    }
    #workshop #workshopCarousel {
        display: none
    }
    #workshop .details .workshop-mobile-photo {
        display: block !important
    }
    #workshop .details .workshop-mobile-photo img {
        width: 100%;
        object-fit: cover
    }
    #workshop .info-heading {
        margin-top: -2px !important;
        padding: 18px !important
    }
    #workshop .info-heading>h1 {
        font-size: 36px !important;
        line-height: 42px !important
    }
    #workshop .faq {
        padding: 18px
    }
    #workshop .faq>h3 {
        font-size: 24px
    }
    #workshop .group>div {
        padding: 18px
    }
    #workshops h2 {
        margin-bottom: 20px;
        height: 54px;
        line-height: 26px
    }
    #workshops .workshops>li.workshop {
        width: 100%;
        height: auto;
        margin: 0 0 6px 0
    }
    #workshops .workshops>li.workshop.double {
        width: 100%;
        height: auto;
        margin: 0 0 6px 0
    }
    #residences .residences li.residence {
        width: 100%;
        height: auto;
        margin: 0 0 6px 0
    }
    #event-cycle #cycleCarousel {
        display: none
    }
    #event-cycle .details .cycle-mobile-photo {
        display: block !important
    }
    #event-cycle .details .cycle-mobile-photo img {
        width: 100%;
        object-fit: cover
    }
    #schedule-event #eventCarousel {
        display: none
    }
    #schedule-event .details .event-mobile-photo {
        display: block !important
    }
    #schedule-event .details .event-mobile-photo img {
        width: 100%;
        object-fit: cover
    }
    #schedule-event .info-heading {
        margin-top: -2px;
        padding: 18px !important
    }
    #schedule-event .info-heading>h1 {
        font-size: 36px !important;
        line-height: 42px !important
    }
    #schedule-event #labs h2 {
        height: auto;
        line-height: 30px;
        margin-bottom: 25px
    }
    #labs>.button {
        font-size: 16px
    }
    footer {
        height: initial
    }
    footer .logo-ba {
        display: block;
        padding-top: 20px;
        width: 100%;
        max-width: 280px
    }
    footer .social-networks {
        position: initial;
        transform: initial;
        padding: 20px 0
    }
    footer .social-networks .hashtag {
        vertical-align: top;
        text-align: right;
        display: block
    }
    footer .social-networks ul {
        display: inline-block;
        margin-top: 20px
    }
    #calls .page-header h1,
    #residences .page-header h1,
    #schedule-events .page-header h1,
    #workshops .page-header h1 {
        width: 85%;
        font-size: 24px;
        letter-spacing: initial;
        top: 80px;
        left: 31px
    }
    #calls .page-header p,
    #residences .page-header p,
    #schedule-events .page-header p,
    #workshops .page-header p {
        width: 100%;
        font-size: 15px;
        padding: 100px 16px 0 31px;
        line-height: 20px
    }
    #residence #residenceCarousel {
        display: none
    }
    #residence .details .residence-mobile-photo {
        display: block !important
    }
    #residence .details .residence-mobile-photo img {
        width: 100%;
        object-fit: cover
    }
    #residence .info {
        margin-top: -2px;
        padding: 18px !important
    }
    #residence .info>.info-content {
        padding: 0 !important
    }
    #residence .info>.info-content>h1 {
        font-size: 24px;
        line-height: 24px;
        line-height: 42px !important
    }
    #residence .residents ul {
        padding: 0
    }
    #residence .residents li {
        width: 100%;
        padding: 0 !important
    }
    #calendar-events .week-control {
        font-size: 14px;
        height: 34px
    }
    #calendar-events .week-control span {
        line-height: 24px
    }
    #calendar-events .scheduler.calendar-events-by-day>li {
        width: 100%;
        display: block
    }
}

@media screen and (max-width:500px) {
    #calls .page-header p,
    #schedule-events .page-header p,
    #workshops .page-header p {
        font-size: 13px;
        line-height: 16px;
        padding: 70px 10px 0 31px
    }
    .details #know-more {
        margin-bottom: 10px
    }
    .details #know-more>.button {
        font-size: 16px
    }
    #residence .carousel .carousel-inner .item h1 {
        font-size: 20px;
        bottom: 45px;
        line-height: 20px
    }
}

@media screen and (max-width:420px) {
    #calls .page-header p,
    #schedule-events .page-header p,
    #workshops .page-header p {
        font-size: 12px;
        line-height: 15px;
        padding: 70px 10px 0 31px
    }
    #residence .carousel .carousel-inner .item h1 {
        font-size: 14px;
        line-height: 14px;
        bottom: 40px;
        left: 29px
    }
    #event-cycle .details .events ul li,
    #event-cycle .details .events ul li:nth-child(odd) {
        margin-right: 0;
        width: 100%;
        word-wrap: break-word
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    #related li .box-info {
        padding-left: 15px
    }
    #related li .box-info h3 {
        font-size: 17px;
        margin-bottom: 8px
    }
    #related li .box-info a.link1,
    #related li .box-info a.link2 {
        margin-bottom: 10px
    }
    #related li .box-info .more-info {
        height: auto;
        padding-left: 15px;
        bottom: 42px
    }
    #related li .box-info .more-info .date {
        max-width: 100%;
        height: auto;
        line-height: normal
    }
    #related li .box-info .more-info .see-more-button {
        right: auto;
        left: 15px;
        top: auto;
        bottom: -32px;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
    #location-map-popup {
        width: 500px;
        height: 300px
    }
    #location-map-popup:after {
        top: -10px;
        left: 46px
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .details .info .info-content .date {
        margin-left: -20px
    }
    #event-cycle .details .events {
        margin-left: -20px
    }
    #event-cycle .details .events>ul {
        margin-left: 20px
    }
}

@media (max-width:991px) {
    #event-cycle .details>.carousel {
        height: auto
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .image-wrapper img {
        -moz-transform: scale(.86) translateX(calc(-54% + 45vw)) translateY(-10%);
        -ms-transform: scale(.86) translateX(calc(-54% + 45vw)) translateY(-10%);
        -webkit-transform: scale(.86) translateX(calc(-54% + 45vw)) translateY(-10%);
        transform: scale(.86) translateX(calc(-54% + 45vw)) translateY(-10%)
    }
    li>.box-info p {
        display: none
    }
    #home-events>li:nth-child(4) {
        margin: 0
    }
    #home-events .carousel-control {
        height: 330px
    }
    #home-events .item {
        margin-right: 0
    }
    #home-events .item .player,
    #home-events .item iframe,
    #home-events .item img {
        width: 100%;
        height: auto
    }
    #home-events li {
        margin: 0 6px 6px 0
    }
    #home-events li.large-box {
        width: 100%
    }
    #home-events li.small-box {
        width: calc(50% - 3px)
    }
    #home-events li.small-box:nth-child(4) {
        margin-right: 0
    }
    #home-events li.small-box .event-info h3 {
        font-size: 25px
    }
    .home-container {
        width: calc(50% - 3px) !important;
        padding: 0 36px 0 30px !important;
        margin: 0;
        box-sizing: border-box
    }
    .home-container>* {
        max-width: 100% !important
    }
    #home #about {
        margin-right: 6px
    }
    #home #about img {
        margin: 58px 0 35px 0
    }
    #home #about .button {
        font-size: 16px;
        margin-top: 16px;
        display: block;
        position: relative;
        bottom: auto;
        right: auto
    }
    #home #instagram .user {
        font-size: 24px
    }
    #home #oppening-hours {
        margin-right: 6px
    }
    #home #oppening-hours ul {
        font-size: 15px;
        margin-top: 20px
    }
    #home #location ul {
        font-size: 15px;
        line-height: 20px;
        margin-top: 104px
    }
    #coming-soon nav.the-center-nav li.box,
    #history nav.the-center-nav li.box,
    #opening nav.the-center-nav li.box,
    #staff nav.the-center-nav li.box,
    #store nav.the-center-nav li.box,
    #coffee nav.the-center-nav li.box {
        width: 33.3333%
    }
    #coming-soon .page-header .message {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 0
    }
    #schedule-events .events-wrapper>.toggle-button,
    #schedule-events .exhibitions-wrapper>.toggle-button {
        width: 200px
    }
    #schedule-events .events-wrapper ul.events li:nth-child(-n+8),
    #schedule-events .events-wrapper ul.exhibitions li:nth-child(-n+2),
    #schedule-events .exhibitions-wrapper ul.events li:nth-child(-n+8),
    #schedule-events .exhibitions-wrapper ul.exhibitions li:nth-child(-n+2) {
        display: inherit
    }
    #schedule-events .events-wrapper li.event,
    #schedule-events .events-wrapper li.exhibition,
    #schedule-events .exhibitions-wrapper li.event,
    #schedule-events .exhibitions-wrapper li.exhibition {
        width: calc(50% - 3px);
        height: auto;
        display: inline-block !important;
        margin: 0;
        box-sizing: border-box
    }
    #schedule-events .events-wrapper li.event:nth-child(odd),
    #schedule-events .events-wrapper li.exhibition:nth-child(odd),
    #schedule-events .exhibitions-wrapper li.event:nth-child(odd),
    #schedule-events .exhibitions-wrapper li.exhibition:nth-child(odd) {
        margin: 0 6px 6px 0
    }
    #schedule-event .carousel>.carousel-inner {
        height: 100%
    }
    #schedule-event .carousel>.carousel-inner>.item {
        height: 100%
    }
    #schedule-event .carousel>.carousel-inner>.item>img {
        height: 100% !important;
        left: 50%;
        max-width: inherit;
        position: relative;
        transform: translateX(-50%) !important;
        width: auto !important
    }
    #schedule-event .carousel>.carousel-inner>.item>iframe {
        height: 100% !important
    }
    #calls section.calls-grid li.double {
        width: calc(33.3333% - 6px);
        display: inline-block;
        box-sizing: border-box;
        margin: 0 6px 6px 0 !important
    }
    #calls section.calls-grid li {
        width: calc(33.3333% - 6px);
        display: inline-block;
        box-sizing: border-box;
        margin: 0 6px 6px 0 !important
    }
    #calls section.calls-grid li:nth-child(3n) {
        margin: 0 !important
    }
    #call .carousel {
        height: 350px !important
    }
    #call .carousel>.carousel-inner {
        height: 100%
    }
    #call .carousel>.carousel-inner>.item {
        height: 100%
    }
    #call .carousel>.carousel-inner>.item>img {
        min-height: 100% !important;
        min-width: 100% !important;
        left: 50%;
        max-width: inherit;
        position: relative;
        transform: translateX(-50%) !important;
        width: auto !important
    }
    #call .carousel>.carousel-inner>.item>iframe {
        height: 100% !important
    }
    #call .team {
        width: 50%
    }
    #call .info-heading {
        margin-top: -2px !important;
        padding: 18px !important
    }
    #workshops .workshops>li.workshop.double {
        width: calc(50% - 6px);
        height: auto;
        display: inline-block;
        margin: 0;
        box-sizing: border-box
    }
    #workshops .workshops>li.workshop {
        width: calc(50% - 6px);
        height: auto;
        display: inline-block;
        margin: 0;
        box-sizing: border-box
    }
    #workshops .workshops>li.workshop:nth-child(odd) {
        margin: 0 6px 6px 0
    }
    #workshops .info-heading {
        margin-top: -2px !important;
        padding: 18px !important
    }
    .box .box-img {
        width: 100% !important
    }
    #residences .residences li.residence {
        width: calc(50% - 6px);
        height: auto;
        display: inline-block;
        margin: 0;
        box-sizing: border-box
    }
    #residences .residences li.residence:nth-child(odd) {
        margin: 0 6px 6px 0
    }
    #residence .carousel {
        height: 350px !important
    }
    #residence .carousel>.carousel-inner {
        height: 100%
    }
    #residence .carousel>.carousel-inner>.item {
        height: 100%
    }
    #residence .carousel>.carousel-inner>.item>img {
        height: 100% !important;
        left: 50%;
        max-width: inherit;
        position: relative;
        transform: translateX(-50%) !important;
        width: auto !important
    }
    #residence .carousel>.carousel-inner>.item>iframe {
        height: 100% !important
    }
    #residence .info-heading {
        margin-top: -2px !important;
        padding: 18px !important
    }
    #workshop .carousel {
        height: 350px !important
    }
    #workshop .carousel>.carousel-inner {
        height: 100%
    }
    #workshop .carousel>.carousel-inner>.item {
        height: 100%
    }
    #workshop .carousel>.carousel-inner>.item>img {
        height: 100% !important;
        left: 50%;
        max-width: inherit;
        position: relative;
        transform: translateX(-50%) !important;
        width: auto !important
    }
    #workshop .carousel>.carousel-inner>.item>iframe {
        height: 100% !important
    }
    #workshop .info-heading {
        margin-top: -2px !important;
        padding: 18px !important
    }
    #workshop .payments,
    #workshop .scholarships {
        width: 50%;
        display: inline-block;
        vertical-align: top
    }
    #calls .page-header h1,
    #residences .page-header h1,
    #workshops .page-header h1 {
        width: 90%;
        top: 90px;
        left: 31px
    }
    #calls .page-header p,
    #residences .page-header p,
    #workshops .page-header p {
        width: auto;
        font-size: 16px;
        line-height: 20px;
        padding: 90px 10px 0 31px
    }
    #calendar-events .scheduler.calendar-events-by-day>li .day {
        font-size: 12px
    }
    #calendar-events .scheduler.calendar-events-by-day .calendar-events-by-time {
        font-size: 11px
    }
    #calendar-events .scheduler.calendar-events-by-day .calendar-events-by-time .category {
        font-size: 11px
    }
    #calendar-events .scheduler.calendar-events-by-day .calendar-events-by-time a {
        font-size: 10px
    }
}

@media screen and (min-width:768px) and (max-width:900px) {
    #location-map-popup {
        width: 700px;
        height: 329px
    }
    #related li .box-info {
        padding: 18px 30px 23px 25px
    }
    #calendar-events .scheduler.calendar-events-by-day>li .day {
        font-size: 10px
    }
    #calendar-events .scheduler.calendar-events-by-day>li:nth-child(3) .day {
        font-size: 9px
    }
    #calendar-events .scheduler.calendar-events-by-day .calendar-events-by-time {
        font-size: 10px
    }
    #calendar-events .scheduler.calendar-events-by-day .calendar-events-by-time .category,
    #calendar-events .scheduler.calendar-events-by-day .calendar-events-by-time a {
        font-size: 10px
    }
}

@media screen and (max-width:1024px) {
    header {
        height: 178px
    }
    header .logo {
        margin: -10px 0 0
    }
    header nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 80vw;
        height: 100vh;
        max-width: 425px;
        background: #fff;
        margin: 0;
        -moz-transform: translate3d(-110%, 0, 0);
        -ms-transform: translate3d(-110%, 0, 0);
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        -moz-box-shadow: rgba(102, 102, 102, .3) 2px 0 8px;
        -webkit-box-shadow: rgba(102, 102, 102, .3) 2px 0 8px;
        box-shadow: rgba(102, 102, 102, .3) 2px 0 8px
    }
    header nav:after {
        content: "";
        background: rgba(0, 0, 0, .25);
        width: 100vw;
        height: 100vh;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 900;
        display: none
    }
    header nav.closed {
        -moz-transform: translate3d(-110%, 0, 0);
        -ms-transform: translate3d(-110%, 0, 0);
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        -moz-animation: translate-out-to-left .5s ease-out;
        -webkit-animation: translate-out-to-left .5s ease-out;
        animation: translate-out-to-left .5s ease-out
    }
    header nav.opened {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-animation: translate-in-from-left .5s ease-out;
        -webkit-animation: translate-in-from-left .5s ease-out;
        animation: translate-in-from-left .5s ease-out
    }
    header nav.opened:after {
        display: block;
        -moz-animation: fade-in-from-none .5s ease-out;
        -webkit-animation: fade-in-from-none .5s ease-out;
        animation: fade-in-from-none .5s ease-out
    }
    header nav .logo {
        display: block;
        width: 35%;
        max-width: 215px;
        height: auto;
        margin: 20px
    }
    header nav #main-nav {
        width: 100%;
        border-top: 1px solid #eaeaea
    }
    header nav #main-nav>li {
        display: block;
        border-bottom: 1px solid #eaeaea;
        margin: 0;
        font-size: 14px
    }
    header nav #main-nav>li a {
        padding: 15px 20px;
        line-height: 20px
    }
    header nav ul.social-networks {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px 20px
    }
    header nav ul.social-networks>li a.icon {
        padding: 24px;
        background-position: center center;
        background-size: 24px 24px;
        width: 24px;
        height: 24px
    }
    #mobile-menu-button {
        display: inline-block;
        background: url(/images/icons/icon-menu.svg) no-repeat center center;
        background-size: 32px auto;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 4px;
        top: 44px
    }
}

@media screen and (max-width:1024px) {
    button.filter-button {
        width: 100%;
        color: #231f20;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 15px;
        margin-bottom: 6px;
        border: 3px solid #231f20
    }
    .filters {
        display: none
    }
    .filters h3 {
        font-size: 15px;
        background: #eaeaea;
        padding: 15px;
        margin-bottom: 30px
    }
    .filters ul.filters-select {
        width: 100%
    }
    .filters ul.filters-select>li {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0 !important
    }
    .filters ul.filters-select>li .custom-select-dropdown {
        min-width: 256px
    }
    .filters ul.filters-select>li:nth-child(even) {
        margin-right: 0;
        margin-left: 2%
    }
    .filters ul.filters-select>li:nth-child(odd) .custom-select-dropdown {
        left: 0;
        right: auto
    }
    .filters .filter-date {
        width: 100% !important;
        position: relative !important
    }
    .filters .filter-date .date-button {
        width: 100% !important;
        font-size: 15px !important;
        text-align: center;
        padding-left: 52px !important
    }
    .filters .filter-date.picking:before {
        content: "";
        display: block;
        z-index: 100;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .5)
    }
    .filters .daterangepicker .daterangepicker_input,
    .filters .daterangepicker:after,
    .filters .daterangepicker:before {
        display: none
    }
    .filters .daterangepicker.dropdown-menu {
        position: fixed;
        left: 50% !important;
        top: 50% !important;
        z-index: 2500;
        width: 256px;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    .filters .daterangepicker.dropdown-menu.show-calendar .calendar.left .calendar-table {
        border-right: none;
        margin-right: 0
    }
    .filters .filters-mobile-actions {
        display: block;
        margin-top: 80px;
        white-space: nowrap
    }
    .filters .filters-mobile-actions button.button {
        display: inline-block;
        width: 48%;
        margin-right: 1.25%;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer
    }
    .filters .filters-mobile-actions button.button:last-child {
        margin-right: 0
    }
    #mobile-apply-filter-button {
        background-color: #231f20;
        color: #fff;
        padding: 15px 18px;
        float: right
    }
    #mobile-cancel-filter-button {
        padding: 12px 15px;
        border: 3px solid #231f20;
        color: #231f20
    }
}

@media screen and (min-width:1025px) {
    .only-mobile {
        display: none !important
    }
}

@media screen and (max-width:1024px) and (min-width:768px) {
    .hashtag1,
    .hashtag2,
    a.link1,
    a.link2 {
        max-width: 50%
    }
}

@media screen and (max-width:1024px) {
    .only-desktop {
        display: none !important
    }
    .wrapper {
        width: 90%
    }
    .image-wrapper {
        overflow: hidden
    }
    h2 {
        font-size: 20px;
        padding-left: 10px;
        margin: 30px 0 12px 0
    }
    .page-header h1 {
        font-size: 38px
    }
    header .header-ba .wrapper {
        padding: 0
    }
    header .header-ba img {
        max-width: 40%
    }
    #home-events {
        width: 100%
    }
    #home-events li {
        margin: 0
    }
    #home-events li.medium-box {
        width: 100%
    }
    #home-events li .event-info a.link1,
    #home-events li .event-info a.link2 {
        font-size: 12px
    }
    #home #about img {
        max-width: 320px
    }
    #home #sponsor>.col-4 {
        margin-bottom: 10px;
        width: 100%
    }
    #home #sponsor>.col-6 {
        margin-bottom: 10px;
        width: 100%
    }
    #home #sponsor h2 {
        font-size: 22px
    }
    #home #newsletter {
        height: auto
    }
    #home #newsletter>#newsletter-form {
        height: auto;
        margin: 0;
        padding: 0
    }
    #home #newsletter>#newsletter-form>.col-4 {
        margin-bottom: 10px;
        width: 100%
    }
    #home #newsletter>#newsletter-form>.col-4>.input-container>.col-4>.input-container>label {
        font-size: 12px
    }
    #home #newsletter>#newsletter-form>.col-8 {
        height: auto;
        margin-bottom: 10px;
        width: 100%
    }
    #home #newsletter>#newsletter-form>.col-8>.col-12 {
        width: 100%
    }
    #home #newsletter>#newsletter-form>.col-8>.col-12>.input-container {
        width: 100%
    }
    #home #newsletter>#newsletter-form>.col-8>.col-12>.input-container>label {
        font-size: 12px
    }
    #home #newsletter>#newsletter-form>.col-8>.col-12>.input-container>input {
        font-size: 12px
    }
    #home #instagram .user {
        margin-left: 0
    }
    #home #instagram .posts>li {
        width: calc(50% - 6px);
        margin: 0 6px 4px 0
    }
    #home #instagram .posts>li:nth-child(even) {
        margin-right: 0
    }
    .home-popup {
        width: 90%;
        height: auto;
        max-height: 90vh
    }
    #mobile-calendar-link {
        width: 100%;
        height: 212px;
        background-color: #008e46;
        padding: 25px 15px;
        box-sizing: border-box
    }
    #mobile-calendar-link span {
        color: #fff
    }
    #mobile-calendar-link h1 {
        color: #fece34;
        font-size: 30px;
        line-height: 38px;
        margin: 12px 0 20px 0
    }
    #mobile-calendar-link a {
        width: 200px;
        color: #fff;
        text-align: center;
        display: block;
        padding: 10px 0;
        margin: auto;
        border: 1px solid #fff
    }
    #staff .left-column {
        margin-bottom: 35px;
        margin-top: 0
    }
    #staff .left-column h3 {
        margin-bottom: 35px
    }
    #staff .left-column span {
        width: 100%;
        position: initial
    }
    #staff .left-column #team .team-names {
        margin-bottom: 24px
    }
    #staff .left-column #team dt {
        line-height: 25px
    }
    #staff div.mission {
        width: 100%;
        margin: -1px 0 0 0;
        padding: 28px;
        margin-left: 0
    }
    #history .left-column,
    #opening .left-column,
    #store .left-column,
    #coffee .left-column {
        padding-left: 0
    }
    #coming-soon .page-header,
    #history .page-header,
    #institutions .page-header,
    #management_model .page-header,
    #opening .page-header,
    #rental .page-header,
    #staff .page-header,
    #store .page-header,
    #coffee .page-header {
        overflow: hidden;
        height: auto
    }
    #coming-soon .page-header img,
    #history .page-header img,
    #institutions .page-header img,
    #management_model .page-header img,
    #opening .page-header img,
    #rental .page-header img,
    #staff .page-header img,
    #store .page-header img,
    #coffee .page-header img {
        min-width: 100%;
        min-height: 100%
    }
    #coming-soon h1,
    #history h1,
    #institutions h1,
    #management_model h1,
    #rental h1,
    #staff h1,
    #store h1,
    #coffee h1 {
        margin-left: 0;
        left: 31px
    }
    #coming-soon nav.the-center-nav,
    #history nav.the-center-nav,
    #institutions nav.the-center-nav,
    #management_model nav.the-center-nav,
    #opening nav.the-center-nav,
    #rental nav.the-center-nav,
    #staff nav.the-center-nav,
    #store nav.the-center-nav,
    #coffee nav.the-center-nav {
        width: 100%;
        margin-top: 0
    }
    #coming-soon nav.the-center-nav li.box-small,
    #history nav.the-center-nav li.box-small,
    #institutions nav.the-center-nav li.box-small,
    #management_model nav.the-center-nav li.box-small,
    #opening nav.the-center-nav li.box-small,
    #rental nav.the-center-nav li.box-small,
    #staff nav.the-center-nav li.box-small,
    #store nav.the-center-nav li.box-small,
    #coffee nav.the-center-nav li.box-small {
        height: 200px;
        position: relative
    }
    #coming-soon nav.the-center-nav li.box-small a,
    #history nav.the-center-nav li.box-small a,
    #institutions nav.the-center-nav li.box-small a,
    #management_model nav.the-center-nav li.box-small a,
    #opening nav.the-center-nav li.box-small a,
    #rental nav.the-center-nav li.box-small a,
    #staff nav.the-center-nav li.box-small a,
    #store nav.the-center-nav li.box-small a,
    #coffee nav.the-center-nav li.box-small a {
        width: auto;
        height: auto;
        font-size: 30px;
        padding: 0;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    #coming-soon nav.the-center-nav li.box-small a span,
    #history nav.the-center-nav li.box-small a span,
    #institutions nav.the-center-nav li.box-small a span,
    #management_model nav.the-center-nav li.box-small a span,
    #opening nav.the-center-nav li.box-small a span,
    #rental nav.the-center-nav li.box-small a span,
    #staff nav.the-center-nav li.box-small a span,
    #store nav.the-center-nav li.box-small a span,
    #coffee nav.the-center-nav li.box-small a span {
        width: 100%;
        line-height: 40px
    }
    #coming-soon nav.the-center-nav li.box.red-box a,
    #history nav.the-center-nav li.box.red-box a,
    #institutions nav.the-center-nav li.box.red-box a,
    #management_model nav.the-center-nav li.box.red-box a,
    #opening nav.the-center-nav li.box.red-box a,
    #rental nav.the-center-nav li.box.red-box a,
    #staff nav.the-center-nav li.box.red-box a,
    #store nav.the-center-nav li.box.red-box a,
    #coffee nav.the-center-nav li.box.red-box a {
        padding: 0
    }
    #coming-soon nav.the-center-nav li.box,
    #history nav.the-center-nav li.box,
    #institutions nav.the-center-nav li.box,
    #management_model nav.the-center-nav li.box,
    #opening nav.the-center-nav li.box,
    #rental nav.the-center-nav li.box,
    #staff nav.the-center-nav li.box,
    #store nav.the-center-nav li.box,
    #coffee nav.the-center-nav li.box {
        height: 200px;
        position: relative
    }
    #coming-soon nav.the-center-nav li.box a,
    #history nav.the-center-nav li.box a,
    #institutions nav.the-center-nav li.box a,
    #management_model nav.the-center-nav li.box a,
    #opening nav.the-center-nav li.box a,
    #rental nav.the-center-nav li.box a,
    #staff nav.the-center-nav li.box a,
    #store nav.the-center-nav li.box a,
    #coffee nav.the-center-nav li.box a {
        width: auto;
        height: auto;
        font-size: 30px;
        padding: 0;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    #coming-soon nav.the-center-nav li.box a span,
    #history nav.the-center-nav li.box a span,
    #institutions nav.the-center-nav li.box a span,
    #management_model nav.the-center-nav li.box a span,
    #opening nav.the-center-nav li.box a span,
    #rental nav.the-center-nav li.box a span,
    #staff nav.the-center-nav li.box a span,
    #store nav.the-center-nav li.box a span,
    #coffee nav.the-center-nav li.box a span {
        width: 100%;
        line-height: 40px
    }
    #coming-soon .left-column,
    #history .left-column,
    #institutions .left-column,
    #management_model .left-column,
    #opening .left-column,
    #rental .left-column,
    #staff .left-column,
    #store .left-column,
    #coffee .left-column {
        width: 100%;
        padding-top: 45px;
        margin-bottom: 35px
    }
    #coming-soon .right-column,
    #history .right-column,
    #institutions .right-column,
    #management_model .right-column,
    #opening .right-column,
    #rental .right-column,
    #staff .right-column,
    #store .right-column,
    #coffee .right-column {
        width: 100%
    }
    #coming-soon #residences,
    #coming-soon #workshops,
    #history #residences,
    #history #workshops,
    #institutions #residences,
    #institutions #workshops,
    #management_model #residences,
    #management_model #workshops,
    #opening #residences,
    #opening #workshops,
    #rental #residences,
    #rental #workshops,
    #staff #residences,
    #staff #workshops,
    #store #residences,
    #store #workshops,
    #coffee #residences,
    #coffee #workshops {
        margin-top: 50px;
        padding: 0
    }
    #coming-soon #residences>p,
    #coming-soon #workshops>p,
    #history #residences>p,
    #history #workshops>p,
    #institutions #residences>p,
    #institutions #workshops>p,
    #management_model #residences>p,
    #management_model #workshops>p,
    #opening #residences>p,
    #opening #workshops>p,
    #rental #residences>p,
    #rental #workshops>p,
    #staff #residences>p,
    #staff #workshops>p,
    #store #residences>p,
    #store #workshops>p,
    #coffee #residences>p,
    #coffee #workshops>p {
        width: 100%;
        margin: 20px 0 0 0;
        padding-left: 0
    }
    #coming-soon #residences>.button,
    #coming-soon #workshops>.button,
    #history #residences>.button,
    #history #workshops>.button,
    #institutions #residences>.button,
    #institutions #workshops>.button,
    #management_model #residences>.button,
    #management_model #workshops>.button,
    #opening #residences>.button,
    #opening #workshops>.button,
    #rental #residences>.button,
    #rental #workshops>.button,
    #staff #residences>.button,
    #staff #workshops>.button,
    #store #residences>.button,
    #store #workshops>.button,
    #coffee #residences>.button,
    #coffee #workshops>.button {
        margin-top: 25px;
        display: block;
        position: initial
    }
    #coming-soon .page-header {
        height: 300px !important;
        background-size: cover !important;
        background-position: center center !important
    }
    #coming-soon .page-header .message {
        bottom: 50px;
        left: 31px
    }
    .custom-select.filter-select {
        width: 100%
    }
    #schedule-event .details .trailer {
        margin: 0
    }
    #schedule-event .details .trailer iframe {
        margin-left: 0
    }
    #schedule-event .details .trailer .trailer-description {
        margin-left: 0
    }
    #schedule-event .details .info h2.title-description {
        margin-left: 0
    }
    #schedule-events .page-header h1 {
        left: 31px
    }
    #schedule-events .page-header>p {
        font-size: 16px;
        padding: 110px 0 0 31px
    }
    #schedule-events .events-wrapper,
    #schedule-events .exhibitions-wrapper {
        width: 100%;
        margin-top: 30px;
        position: relative
    }
    #schedule-events .events-wrapper>.toggle-button,
    #schedule-events .exhibitions-wrapper>.toggle-button {
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        display: block;
        margin-bottom: 35px;
        cursor: pointer;
        background-color: #231f20;
        color: #fff;
        padding: 15px 18px;
        text-transform: uppercase
    }
    #schedule-events .events,
    #schedule-events .exhibitions {
        margin-top: 35px
    }
    #schedule-events .events .event-info h3,
    #schedule-events .exhibitions .event-info h3 {
        font-size: 17px
    }
    #schedule-events .events .event-info p,
    #schedule-events .exhibitions .event-info p {
        font-size: 12px;
        line-height: 16px
    }
    #schedule-events .events .event-info .see-more-button,
    #schedule-events .exhibitions .event-info .see-more-button {
        font-size: 10px;
        padding: 8px 11px
    }
    .details .group .share {
        padding: 20px 25px
    }
    .details .info {
        width: 100%;
        margin-top: -260px
    }
    .details .info .info-heading {
        padding: 18px
    }
    .details .info .info-content {
        padding: 18px !important
    }
    .details .info .info-content .button {
        position: initial;
        display: block;
        margin: 20px 0
    }
    .details .info-footer {
        width: 50%;
        display: inline-block;
        vertical-align: top
    }
    .details h2 {
        margin-bottom: 30px;
        height: initial;
        line-height: 39px
    }
    .details #know-more>p {
        margin: 0
    }
    .details #know-more>.button {
        position: initial;
        display: block;
        margin-top: 30px
    }
    .details .share {
        padding: 0
    }
    .details .share ul {
        margin-bottom: 20px
    }
    #related li .box-info .more-info .date {
        padding-left: 6px
    }
    #related li .box-info .more-info .date span {
        height: auto
    }
    #calls h2 {
        margin-bottom: 20px
    }
    #calls section.calls-grid li {
        height: auto;
        margin: 0 0 6px 0
    }
    #calls section.calls-grid>.intro {
        padding-left: 20px;
        width: 100%
    }
    #calls section.calls-grid .download-attachment {
        margin: 20px 0 0 0;
        display: block
    }
    #call h2 {
        margin: 20px 0 25px 0
    }
    #call .faq,
    #call .info-content,
    #call .info-heading {
        padding: 10px;
        width: 100%
    }
    #call .team {
        width: 100%;
        margin-top: 20px
    }
    #call .group {
        margin-top: 0
    }
    #residences .filter-button,
    #workshops .filter-button {
        margin: 30px 0 35px 0
    }
    #workshop .group {
        width: 100%
    }
    #know-more>p {
        width: 100%;
        margin: 0
    }
    #know-more .button {
        width: 100%;
        position: initial;
        padding: 18px 39px;
        margin-top: 25px
    }
    #schedule-event .details .info {
        margin-top: 0
    }
    #schedule-event .details .info .date {
        margin-left: inherit
    }
    #schedule-event .info-footer {
        width: 100%;
        margin-top: 30px;
        display: block;
        padding: 18px
    }
    #schedule-event .info-footer dt {
        margin-bottom: 6px
    }
    #know-more h2 {
        font-size: 18px;
        line-height: 24px;
        height: auto
    }
    footer.wrapper {
        width: 100%
    }
    #calls .page-header,
    #residences .page-header,
    #workshops .page-header {
        height: auto !important;
        background-size: cover !important;
        background-position: center center !important;
        padding-bottom: 20px
    }
    #schedule-events .filters .container-filter-select {
        float: none;
        width: inherit
    }
    #schedule-events .filters .container-cancel-date {
        float: none;
        width: inherit;
        display: none
    }
    #residence .slider-wrapper .slider .slide h1 {
        max-width: 85%
    }
    #residence .slider-wrapper .slider .slide img {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
    #residence .residents li .see-more {
        width: 100%
    }
    #residence .residents li .see-more img {
        padding: 0;
        width: 100%
    }
    #residence .residents li .see-more .div {
        width: 100%;
        height: 100%
    }
    #residence .residents li .info {
        width: 100%;
        margin-top: 20px
    }
}

@media screen and (min-width:768px) and (max-width:1024px),
(max-width:767px) and (orientation:landscape) {
    #related li {
        width: calc(33.3333% - 6px);
        height: auto;
        display: inline-block;
        margin: 0 6px 6px 0;
        box-sizing: border-box
    }
    #related li:last-child {
        margin-right: 0
    }
    #related li .box-info h3 {
        font-size: 20px
    }
    #related li .box-info p {
        font-size: 13px
    }
    #related li .box-info a.link1,
    #related li .box-info a.link2 {
        font-size: 10px;
        margin-bottom: 15px
    }
    #related li .box-info .more-info .date {
        font-size: 12px
    }
    #related li .box-info .more-info .date span {
        line-height: 18px
    }
    #related li .box-info .more-info .see-more-button {
        font-size: 10px;
        right: 20px;
        padding: 9px 10px
    }
}

#putting div.content-putting {
    height: auto;
    background-repeat: no-repeat;
    background-image: url(../images/putting/background.jpg);
    background-size: 1200px auto;
    display: inline-block
}

#putting div.content-putting .content-title {
    float: left;
    width: 30%;
    margin-top: 150px;
    padding-left: 20px;
    max-height: 150px;
    min-height: 150px
}

#putting div.content-putting .content-title span {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px
}

#putting div.content-putting .content-description {
    margin-top: 315px;
    float: left;
    color: #fff;
    min-height: 400px;
    max-height: 400px;
    padding-left: 30px;
    padding-right: 30px;
    width: 65%;
    clear: left
}

#putting div.content-putting .content-description h3 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700
}

#putting div.content-putting .content-description div {
    padding-left: 0;
    line-height: 19px;
    padding-right: 15px;
    font-size: 15px
}

#putting div.content-putting .details {
    float: right;
    margin-top: 600px;
    color: #000
}

#putting div.content-putting .attachments.details {
    margin-top: 680px
}

#putting div.content-putting .content-faq {
    padding-left: 30px;
    float: left;
    clear: left;
    background-color: #fff;
    color: #000;
    display: inline-block;
    width: 60%;
    margin-top: 210px
}

#putting div.content-putting .content-faq .faq {
    color: #fff;
    display: inline-block
}

#putting div.content-putting .content-faq .faq h3 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    color: #000
}

#putting div.content-putting .content-faq .faq .container-faq {
    float: left;
    clear: left;
    margin-top: 15px
}

#putting div.content-putting .content-faq .faq .container-faq span.faq-number {
    min-width: 50px;
    text-align: center;
    vertical-align: top;
    min-height: 60px;
    display: inline-block;
    background-color: #e6007e;
    padding: 10px;
    font-size: 40px
}

#putting div.content-putting .content-faq .faq .container-faq span.faq-question {
    min-width: 550px;
    max-width: 550px;
    vertical-align: top;
    margin-left: 5px;
    min-height: 60px;
    font-size: 15px;
    display: inline-block;
    background-color: #b6b39c;
    padding: 10px
}

#putting div.content-putting .content-faq .faq .container-faq span.faq-action {
    margin-left: 5px;
    display: inline-block;
    padding: 10px;
    background-color: #b6b39c
}

#putting div.content-putting .content-faq .faq .container-faq span.faq-action a {
    font-size: 40px;
    color: #fff;
    cursor: pointer
}

#putting div.content-putting .content-faq .faq .faq-response {
    margin-top: 5px;
    color: #000;
    float: left;
    clear: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    line-height: 20px;
    font-size: 15px
}

#putting div.content-putting .content-faq .faq .faq-response ol,
#putting div.content-putting .content-faq .faq .faq-response ul {
    list-style: inherit;
    font-weight: 100;
    font-family: Tahoma, "Trebuchet MS", sans-serif;
    padding-left: 20px
}

#putting div.content-putting .content-faq .faq .faq-response ol {
    list-style-type: decimal
}

#putting div.content-putting .content-carousel {
    float: left;
    margin-top: 80px;
    clear: left;
    width: 100%
}

#putting div.content-putting .content-carousel .page-header {
    width: 290px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: url(../images/putting/p2.png);
    display: inline-block;
    background-size: auto 120px;
    height: 120px;
    padding: 40px;
    font-size: 40px
}

#putting div.content-putting .content-carousel .carousel-image {
    display: inline-block;
    width: 394px
}

@media screen and (max-width:1024px) {
    #putting div.content-putting {
        background-image: url(../images/putting/background-mobile.png);
        background-size: 100% auto
    }
    #putting div.content-putting .content-title {
        margin-top: 80px
    }
    #putting div.content-putting .content-title span {
        font-size: 35px
    }
    #putting div.content-putting .content-description {
        background-image: url(../images/putting/background-mobile2.png);
        background-size: 100% 100%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 1050px;
        max-height: 1050px;
        height: 1050px
    }
    #putting div.content-putting .content-description h3 {
        margin-top: 10px
    }
    #putting div.content-putting .details {
        float: left;
        margin-top: -140px
    }
    #putting div.content-putting .details .group .share {
        padding: 30px 0 0 0
    }
    #putting div.content-putting .attachments.details {
        margin-top: 20px
    }
    #putting div.content-putting .content-faq {
        width: 100%;
        margin-top: 20px;
        padding-left: 0
    }
    #putting div.content-putting .content-faq .faq {
        width: 100%;
        margin-top: 20px
    }
    #putting div.content-putting .content-faq .faq .container-faq {
        width: 100%
    }
    #putting div.content-putting .content-faq .faq .container-faq span.faq-number {
        width: 15%;
        min-width: 15%;
        max-width: 15%
    }
    #putting div.content-putting .content-faq .faq .container-faq span.faq-question {
        width: 68%;
        min-width: 68%;
        max-width: 68%;
        margin-left: 1%
    }
    #putting div.content-putting .content-faq .faq .container-faq span.faq-action {
        margin-left: 1%;
        min-width: 15%;
        max-width: 15%;
        width: 15%
    }
}

#schedule-events .text-ellipsis { white-space: normal; }