/*
Kodefly Separate Stylesheet
*/

.mt-12 {
    margin-top: 1.2rem;
}
.registration-wrap {
    background: #f5f5f5;
}

.registration-wrap + #footer {
    margin-top: 0;
}
.htlr-header-wrap {
    background: #fff;
    border-top: 3px solid #111;
}

.sc-list--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc-list-title,
.sc-list-value {
    font-size: 14px;
    padding-right: 0;
}

.sc-list-title {
    padding-left: 0;
}
.sc-list-title span {
    margin-right: 6px;
    opacity: 0.6;
}

.form-row select {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='silver'><polygon points='0,0 8,0 4,4'/></svg>")
        no-repeat scroll 95% 55% white;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    color: #4d4d4d;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
    line-height: 1.4;
    padding: 15px 20px;
    width: 100%;
    max-width: 300px;
}

.htlr-header {
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#login-link {
    font-family: "Montserrat";
    font-weight: 600;
    color: #111;
}

.intro-banner {
    background: #656665;
    padding: 1rem 0.5rem;
    text-align: left;
}

.intro-banner h6,
.intro-banner p {
    max-width: 800px;
    margin: 0 auto;
    color: white;
}

.intro-banner h6 {
    margin-bottom: 0.3em;
}

.hotelier-brand {
    height: 55px;
    margin-top: 0.5rem;
}

.login-entry {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
}

.login-entry h3 {
    margin-bottom: 0.35em;
}

.login-entry input[type="text"],
.login-entry input[type="password"] {
    background-color: white;
    border: 1px solid #ddd;
    width: 100%;
}

.login-entry label {
    font-size: 14px;
    padding-bottom: 4px;
}

.login-entry .button-primary {
    width: 100%;
}

.login-form--wrap {
    margin: 1.5rem auto;
    padding: 3rem;
    max-width: 500px;
    background: white;
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 5%);
}

#leaky-paywall-login-form {
    max-width: none;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.registration-entry {
    max-width: 800px;
    margin: 2rem auto;

    display: grid;
    gap: 3rem;
    grid-template-columns: 2fr 1.5fr;
}

@media only screen and (max-width: 768px) {
    .registration-entry {
        max-width: 800px;
        margin: 2rem auto;
        display: block;
        padding: 1.5rem;
    }
}

.registration-entry h3 {
    font-size: 18px;
    margin-top: 2rem;
}

.registration-entry .form-row input {
    background: white;
    border: 1px solid #ddd;
}
.registration-entry .leaky-paywall-account-fields,
.registration-entry .leaky-paywall-user-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
}

.registration-entry .leaky-paywall-user-fields h3,
.registration-entry .leaky-paywall-account-fields h3,
.registration-entry .leaky-paywall-user-fields .email-address,
.registration-entry .leaky-paywall-account-fields .user-company {
    grid-column-start: 1;
    grid-column-end: 3;
}

.registration-entry .leaky-paywall-subscription-details-wrapper {
    grid-column: 2;
    grid-row: 1;
}

.registration-entry .leaky-paywall-payment-form {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 3rem;
}

.registration-entry .leaky-paywall-subscription-details {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.registration-entry .leaky-paywall-subscription-details li {
    margin-bottom: 4px;
}
.registration-entry .leaky-paywall-subscription-details strong {
    font-weight: 500;
}

.registration-entry .copy-note {
    margin: 1rem 0;
    font-size: 14px;
}

.registration-summary {
    background: white;
    padding: 1.5rem;
    margin-top: 2rem;
}

.registration-summary h3 {
    display: none;
}

.text-sm {
    font-size: 0.85rem;
}

#leaky_paywall_message {
    border: 1rem solid #f6f6f6;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 3rem;
}

#leaky_paywall_message h4 {
    margin: 1.5rem 0 0.35rem;
}

#leaky_paywall_message p {
    margin-bottom: 0.75rem;
}

#leaky_paywall_message .subscribe-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    line-height: 52px;
    padding: 0 20px;
    text-transform: uppercase;
    margin-top: 0.75rem;
}

#leaky_paywall_message .subscribe-btn:hover {
    color: #aaa;
}

.site-footer {
    background: #111;
}

#footer-navigation li a {
    color: #ddd;
    text-transform: none;
}

#footer-copyright {
    color: #ddd;
    text-transform: none;
}

/* content style */
#navigation .menu > li > a {
    font-weight: 600;
}

.section-title-linked-line,
.navigation-active-line {
    background: #f03f37;
}
.post-meta-cats a {
    background: #136094;
    padding: 3px 5px 4px;
    display: inline-block;
    margin-right: 3px;
    color: white;
}

.post-meta-cats a:hover {
    background: #f03f37;
}

.post-meta-cats-text {
    font-size: 12px;
    color: white;
}

.post-meta-cats .post-meta-cats-line {
    display: none;
}

.section-title span.section-title-text,
.section-title a {
    font-size: 24px;
}

.section-title-text-sidebar {
    display: block;
    font-size: 20px;
}

/* table */
.upcoming-props thead {
    background: #707070;
    color: #f6f6f6;
    font-size: 14px;
}

.upcoming-props thead th {
    font-weight: medium;
}

.upcoming-props tbody tr {
    font-size: 14px;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    color: #333;
}

.upcoming-props tbody tr:hover {
    color: #136094;
    cursor: pointer;
}

.upcoming-props tbody {
    border: 1px solid #f6f6f6;
}

.upcoming-props tbody tr:nth-child(even) {
    background: #f6f6f6;
}

.button-group {
    display: flex;
    justify-content: space-around;
}

.button-link {
    font-weight: 500;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    background: #f5f5f5;
    color: #333;
}

.button-link:hover {
    font-weight: 500;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    background: #656665;
    color: #f5f5f5;
}

/* magazine */
.magazine-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}

.mag-item figure {
    position: relative;
    perspective: 1200px;
    margin-bottom: 0.75rem;
}

.mag-item figure::before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: inset 20px 0px 21px -10px rgba(255, 255, 255, 0.1),
        inset 13px 0px 21px -10px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    z-index: 20;
    transform-origin: 0% 50%;
    transition: transform 0.6s ease;
}

.mag-item figure:hover::before {
    transform: rotateY(-10deg);
}

.mag-item img {
    display: block;
    width: 100%;
    transform-origin: 0% 50%;
    transition: all 0.6s ease;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    /*   box-shadow: 15px 15px 20px rgba(0,0,0,.35); */
}

.mag-item img:hover {
    transform: rotateY(-10deg);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15);
}

.more-btn {
    display: inline-block;
    padding: 0px 20px;
    background: #f6f6f6;
    color: inherit;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.more-btn .fa {
    margin-left: 10px;
}

.more-btn:hover {
    background-color: #eee;
}

.user-prompt-btn {
    display: none;
}

.modaal-content-container .hotelier-brand {
    margin-bottom: 0.5rem;
}

.modaal-content-container h4 {
    margin-bottom: 0.5rem;
}
.prompt-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prompt-footer span {
    margin-left: 1rem;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .button-group {
        display: block;
    }

    .button-link {
        margin: 4px 2px;
    }

    .magazine-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .prompt-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .prompt-footer span {
        display: block;
        margin-left: 0;
        margin-top: 1rem;
    }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
    overflow: hidden;
}
.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}
.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
    border: none;
    background: 0 0;
    padding: 0;
    -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}
.modaal-wrapper [tabindex="0"] {
    outline: 0 !important;
}
.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}
.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}
.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}
.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}
.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}
.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}
.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
    outline: 0;
    background: #fff;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #b93d0c;
}
.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.modaal-close:after,
.modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}
.modaal-content-container {
    padding: 30px;
}
.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}
.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: 0 0;
}
.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}
.modaal-instagram .modaal-container {
    width: auto;
    background: 0 0;
    box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
    padding: 0;
    background: 0 0;
}
.modaal-instagram .modaal-content-container > blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}
.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}
.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}
.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}
.modaal-gallery-item {
    display: none;
}
.modaal-gallery-item img {
    display: block;
}
.modaal-gallery-item.is_active {
    display: block;
}
.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.modaal-gallery-label:focus {
    outline: 0;
}
.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: 0;
    background: #fff;
}
.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
    background: #afb7bc;
}
.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}
.modaal-gallery-control:after,
.modaal-gallery-control:before {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}
.modaal-gallery-next-outer {
    right: 45px;
}
.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
    left: 22px;
}
.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}
.modaal-gallery-prev-outer {
    left: 45px;
}
.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}
.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}
.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}
.modaal-loading-spinner {
    background: 0 0;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
}
.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}
.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.12s;
    animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.37s;
    animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.62s;
    animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0.87s;
    animation-delay: 0.87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}
@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }
    .modaal-gallery-control:after,
    .modaal-gallery-control:before {
        background: #fff;
    }
    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }
    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}
@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}
@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}
@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}
@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .modaal-instagram iframe {
        width: 600px !important;
    }
}
@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}
@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display: none;
    }
}
@keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0.1;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
