.carousel>.carousel-item>img,
.slick-carousel>.slick-carousel-item>img {
    width: 101vw;
    height: 101vh;
    position: absolute;
    left: -1px;
    top: -1px;
}

footer {
    margin-top: 40px;
}

footer * {
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    align-self: center;
    line-height: 1rem;
    font-size: .75rem !important;
}

#loader {
    position: sticky;
    top: 0;
    left: 0;
    width: 0vw;
    height: 2px;
    background-color: orange;
    z-index: 200;
}

html,
body,
body>.valign-wrapper {
    height: 100vh;
}

#mainBody {
    font-family: Skia !important;
    font-size: 1.5em;
}

.news {
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
}

.modal.open {
    opacity: 0.9 !important;
}

.selected,
.selected>* {
    background-color: #ffc400;
    color: black;
    font-weight: bold;
}

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

.iframeHolder {
    height: calc(100vh - 64px);
    margin: 0;
}

.iframeHolder::after {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    content: none;
}

#videoWrapper {
    min-height: 100vh;
    min-width: 100vw;
    position: relative;
    overflow: hidden;
}

.ui.bottom.corner.right.label {
    transform: rotate(90deg);
    bottom: 0;
    top: unset;
}

.ui.bottom.corner.left.label {
    transform: rotate(-90deg);
    bottom: 0;
    top: unset;
}

.ui.bottom.corner.right.label>* {
    transform: rotate(-90deg);
}

.ui.bottom.corner.left.label>* {
    transform: rotate(90deg);
}

#myVideo,
#myImage {
    position: relative;
    min-width: 100vw;
    min-height: 100vh;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%);
}

html {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    width: 0px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

video {
    pointer-events: none;
}

nav>.menuSmall div.item>div.item>a.item {
    color: white !important;
}

nav>.menuSmall div.item>div.item>a.active.item:after {
    content: "";
    background: white;
    position: absolute;
    bottom: 0;
    left: 0%;
    height: 1px;
    width: 100%;
}

nav>.menuSmall div.item>div.item>a.item:after {
    content: "";
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 0%;
    transition: all 1s;
}

nav div.item>div.item>a.active.item:after {
    content: "";
    background: white;
    position: absolute;
    bottom: 0;
    left: 0%;
    height: 1px;
    width: 100%;
}

h1.active {
    text-decoration: underline;
}

nav div.item>div.item>a.item:hover:after {
    left: 0%;
    width: 100%;
}

nav div.item>div.item>a.item:after {
    content: "";
    background: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 0%;
    transition: all 1s;
}

nav div.item>div.item>a.item {
    font-size: 1.15rem;
    color: black !important;
}

nav>img.fadeIn {
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}

nav.mobile.only img {
    transform: scale(0.6) translate(-160px, -90px);
}

.ui.top.fixed.text.menu:not(.menuSmall) {
    height: 230px !important;
    background: transparent !important;
    transition: 1s;
}

nav.mobile.hidden>.ui.top.fixed.text.menu>.item:nth-child(2)::before {
    content: "";
    display: block !important;
    bottom: 0;
    top: 0;
    left: -100%;
    width: 0%;
    transition: all 1s;
    background: linear-gradient(30deg, transparent, transparent, rgba(43, 43, 43, .4), rgba(43, 43, 43, .6), rgba(43, 43, 43, .8), rgba(43, 43, 43, .8), rgba(43, 43, 43, .6), rgba(43, 43, 43, .4), transparent, transparent);
    border-radius: 0 50px;
    transform: scale(2);
}

nav.mobile.hidden>.ui.top.fixed.text.menu:not(.menuSmall)>.item:nth-child(2)::before {
    width: 200%;
    transition: all 1s;
    transform: scale(1);
}

.ui.top.fixed.text.menu:not(.menuSmall)
/*:hover*/

>.item:nth-child(2)>.item:not(.header)>.item {
    color: white !important;
}

.ui.top.fixed.text.menu:not(.menuSmall) .item {
    color: white !important;
}

.ui.top.fixed.text.menu {
    transition: all 1s;
    transform: translateZ(0);
}

.ui.top.fixed.text.menu * {
    transition: all 1s;
}

.menuSmall {
    /* //backdrop-filter: blur(10px); */
    height: 100px !important;
    background: rgba(43, 43, 43, 0.7) !important;
}

.menu:not(.menuSmall) img {
    width: 100% !important;
    z-index: 1;
    transform: translate(-10%, 10px)
}

.menuSmall img {
    width: 100% !important;
    z-index: 1;
    transform: translate(-10%, 10px) rotate(15deg);
}

.menuSmall>.item:nth-child(2)>.item {
    transform: translate(-153.328px, 20px) !important;
}

.menuSmall>.item:nth-child(2)>.header.item {
    transform: translate(0, calc(-100% + 40px)) !important;
    color: white !important;
}

nav.mobile.only>.menuSmall img {
    transform: scale(0.6) translate(-160px, -0px) !important;
}

#mainContent,
.mainContent {
    position: absolute !important;
    top: 100vh;
    width: 100vw;
    padding: 20px 15% 20px 15%;
    max-width: 100vw;
    margin: 0 !important;
}

footer .ui.divider:first-child {
    border-top: 2px solid rgb(34, 36, 38, .40) !important;
    margin-left: -20%;
    margin-right: -20%;
}

#mainContentMobile footer .ui.divider:first-child {
    margin-left: 0%;
    margin-right: 0%;
}


/* #mainContentMobile {
    position: absolute;
    top: 101vh;
    width: 100vw;
    padding: 20px;
    max-width: 100vw;
    margin: 0;
} */

.ui.overlay.fullscreen.modal.active {
    position: fixed;
}

#mobileMenuModal,
#mobileMenuModal * {
    background: transparent !important;
    box-shadow: none;
}

@font-face {
    font-family: 'Skia';
    src: url("/assets/font/Skia Regular.eot");
    /* IE9 Compat Modes */
    src: url("/assets/font/Skia.woff") format('woff'), /* Modern Browsers */
    url("/assets/font/Skia Regular.ttf") format('truetype'), /* Safari, Android, iOS */
    url("/assets/font/Skia.svg") format('svg');
    /* Legacy iOS */
}

.slick-dots {
    position: static !important;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

@media (hover: none) {
    .slick-dots {
        position: static !important;
    }
    .slick-prev:before,
    .slick-next:before {
        display: none;
    }
}