.osano-cm-widget {display: none;}

/****************************************/
html.tablet,
html.mobile {
  height: 100%;
  overflow: hidden;
}

html.tablet body,
html.mobile body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/****************************************/
/* {*/
/*    font-family: odisseia, sans-serif;*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*}*/
html, body,
.navContainer,
.pageTitle {
    font-family: odisseia, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.blockInnerContent {
    text-shadow: 0 0 0 #fff;
}
.navContent {
    width: 200px;
}
.navContent #navTrigger .navLabel {
    display: none;
     margin: 14px 0 0 0; 
    text-align: center;
}
.navContent #navTrigger .navIcon {
    position: relative; 
    transform: none;
    margin: auto;
    right: 0;
}
.navContainer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navContent #navTrigger:before {
    display: none;
}
.footerContainer {
    padding-bottom: 10px;
}
.scCredit {
    padding-top: 0;
}
/*spacecraft changes*/
.headerAndNavContainer{
    z-index: 999;
}
.footerLogo img {
    max-height: 210px;
}
.homeSectionPage .headerAndNavContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
.homeSectionPage .navContainer.mobileDropDownNav.collapsed,
.homeSectionPage #navTopLevel.mobileDropDownNav.collapsed{
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    opacity: 1;
}
.homeSectionPage .navContainer.mobileDropDownNav {
    overflow: visible;
}
.homeSectionPage .headerContent #navTrigger,
.homeSectionPage .navContent #navTrigger {
    display: none !important;
}
.homeSectionPage .navContainer.mobileDropDownNav #navTopLevel {
    margin-bottom: 15px;
    margin-top: 15px;
}
.footerContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.headerContent h1.logo img {
    max-width: 45px;
}
.homeSectionPage .navContent ul li {
    margin-right: 0;
}
.homeSectionPage  .navContent li, .navContent a, .navContent .navLabel {
    display: block;
}
.navContent ul li:not(first-child):before {
    content: '';
    display: block;
    background-image: url(https://static.spacecrafted.com/debeb752c44e4fc494b09912e5452010/i/a410b61998574fe086fa19f601d6acb4/1/5feFb8zhrk/menudivider%403x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin: auto;
    padding-bottom: 4px;
}
.homeSectionPage .footerLogo {
    display: none;
}
.primaryContent .blockContainer:not(.customBg),
.pageTitleContainer {
    z-index: 1;
    position: relative;
}
.block_a75a5dd5c53b4926978595afb4149d70 .blockText p {
    padding-bottom: .65em;
}

/*FOR OTOKO*/
@-webkit-keyframes blur-in {
    0% {
        -webkit-filter: blur(20px);
    }

    100% {
        -webkit-filter: blur(0);
    }
}

@-o-keyframes blur-in {
    0% {
        -webkit-filter: blur(20px);
    }

    100% {
        -webkit-filter: blur(0);
    }
}

@keyframes blur-in {
    0% {
        -webkit-filter: blur(20px);
    }

    100% {
        -webkit-filter: blur(0);
    }
}

@-webkit-keyframes blur-in-custom {
    0% {
        -webkit-filter: blur(20px);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        -webkit-filter: blur(0);
        opacity: 1;
    }
}

@-o-keyframes blur-in-custom {
    0% {
        -webkit-filter: blur(20px);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        -webkit-filter: blur(0);
        opacity: 1;
    }
}

@keyframes blur-in-custom {
    0% {
        -webkit-filter: blur(20px);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        -webkit-filter: blur(0);
        opacity: 1;
    }
}

@-webkit-keyframes mask-uncover {
    0% {
        opacity: 1;
        z-index: 99999;
    }

    100% {
        z-index: -100;
        opacity: 0;
    }
}

@-o-keyframes mask-uncover {
    0% {
        opacity: 1;
        z-index: 99999;
    }

    100% {
        z-index: -100;
        opacity: 0;
    }
}

@keyframes mask-uncover {
    0% {
        opacity: 1;
        z-index: 99999;
    }

    100% {
        z-index: -100;
        opacity: 0;
    }
}

@-webkit-keyframes mask-uncover-custom {
    0% {
        z-index: 99999;
    }

    100% {
        z-index: -100;
    }
}

@-o-keyframes mask-uncover-custom {
    0% {
        z-index: 99999;
    }

    100% {
        z-index: -100;
    }
}

@keyframes mask-uncover-custom {
    0% {
        z-index: 99999;
    }

    100% {
        z-index: -100;
    }
}

@-webkit-keyframes reveal {
    0% {
        -webkit-transform: translateY(-50%) scale(.025);
        transform: translateY(-50%) scale(.025);
        z-index: 99999;
    }

    25% {
        -webkit-transform: translateY(-50%) scale(.025) rotate(180deg);
        transform: translateY(-50%) scale(.025) rotate(180deg);
        z-index: 99999;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(8) rotate(180deg);
        transform: translateY(-50%) scale(8) rotate(180deg);
        z-index: -100;
    }
}

@-o-keyframes reveal {
    0% {
        -webkit-transform: translateY(-50%) scale(.025);
        -o-transform: translateY(-50%) scale(.025);
        transform: translateY(-50%) scale(.025);
        z-index: 99999;
    }

    25% {
        -webkit-transform: translateY(-50%) scale(.025) rotate(180deg);
        -o-transform: translateY(-50%) scale(.025) rotate(180deg);
        transform: translateY(-50%) scale(.025) rotate(180deg);
        z-index: 99999;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(8) rotate(180deg);
        -o-transform: translateY(-50%) scale(8) rotate(180deg);
        transform: translateY(-50%) scale(8) rotate(180deg);
        z-index: -100;
    }
}

@keyframes reveal {
    0% {
        -webkit-transform: translateY(-50%) scale(.025);
        -o-transform: translateY(-50%) scale(.025);
        transform: translateY(-50%) scale(.025);
        z-index: 99999;
    }

    25% {
        -webkit-transform: translateY(-50%) scale(.025) rotate(180deg);
        -o-transform: translateY(-50%) scale(.025) rotate(180deg);
        transform: translateY(-50%) scale(.025) rotate(180deg);
        z-index: 99999;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(8) rotate(180deg);
        -o-transform: translateY(-50%) scale(8) rotate(180deg);
        transform: translateY(-50%) scale(8) rotate(180deg);
        z-index: -100;
    }
}

@-webkit-keyframes ink-morph {
    0% {
        opacity: 0;
    }

    3.125% {
        opacity: 1;
    }

    7.2% {
        opacity: 1;
    }

    14% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes ink-morph {
    0% {
        opacity: 0;
    }

    3.125% {
        opacity: 1;
    }

    7.2% {
        opacity: 1;
    }

    14% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ink-morph {
    0% {
        opacity: 0;
    }

    3.125% {
        opacity: 1;
    }

    7.2% {
        opacity: 1;
    }

    14% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

body {
    background-color: #000;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

body.side-page canvas.logo-canvas {
    opacity: 1;
}

.home-background,.page-background,.side-page-background {
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100vw;
    opacity: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-background.shown,.shown.home-background,.shown.side-page-background {
    opacity: 1;
    overflow: hidden;
}

.black-mask {
    position: absolute;
    z-index: 99999;
    height: 100%;
    width: 100%;
    -webkit-animation: mask-uncover 6s forwards;
    -o-animation: mask-uncover 6s forwards;
    animation: mask-uncover 6s forwards;
    background-color: #000;
}

.black-mask img {
    -webkit-transform: translateY(-50%) scale(.025);
    -o-transform: translateY(-50%) scale(.025);
    transform: translateY(-50%) scale(.025);
    top: 50%;
    position: absolute;
    display: none;
}

.black-mask.custom-animation {
    -webkit-animation: mask-uncover-custom 2.5s forwards;
    -o-animation: mask-uncover-custom 2.5s forwards;
    animation: mask-uncover-custom 2.5s forwards;
}

.black-mask.custom-animation img {
    display: block;
    -webkit-animation: reveal 3.2s ease-in forwards;
    -o-animation: reveal 3.2s ease-in forwards;
    animation: reveal 3.2s ease-in forwards;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.home-background {
    background-image: url(https://static.spacecrafted.com/debeb752c44e4fc494b09912e5452010/i/e6c2262ce0d1465c9f7ea9da23fe29cb/1/5feFb8zhrk/otokobg.jpeg);
}
.side-page-background {
    background-color: #000;
}

.side-page-background img.ink {
    position: absolute;
    bottom: -180px;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-animation: ink-morph 80s ease-in infinite;
    -o-animation: ink-morph 80s ease-in infinite;
    animation: ink-morph 80s ease-in infinite;
}

.side-page-background img.ink:nth-child(1) {
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.side-page-background img.ink:nth-child(2) {
    -webkit-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

.side-page-background img.ink:nth-child(3) {
    -webkit-animation-delay: 16s;
    -o-animation-delay: 16s;
    animation-delay: 16s;
}

.side-page-background img.ink:nth-child(4) {
    -webkit-animation-delay: 24s;
    -o-animation-delay: 24s;
    animation-delay: 24s;
}

.side-page-background img.ink:nth-child(5) {
    -webkit-animation-delay: 32s;
    -o-animation-delay: 32s;
    animation-delay: 32s;
}

.side-page-background img.ink:nth-child(6) {
    -webkit-animation-delay: 40s;
    -o-animation-delay: 40s;
    animation-delay: 40s;
}

.side-page-background img.ink:nth-child(7) {
    -webkit-animation-delay: 48s;
    -o-animation-delay: 48s;
    animation-delay: 48s;
}

.side-page-background img.ink:nth-child(8) {
    -webkit-animation-delay: 56s;
    -o-animation-delay: 56s;
    animation-delay: 56s;
}

.side-page-background img.ink:nth-child(9) {
    -webkit-animation-delay: 64s;
    -o-animation-delay: 64s;
    animation-delay: 64s;
}

.side-page-background img.ink:nth-child(10) {
    -webkit-animation-delay: 72s;
    -o-animation-delay: 72s;
    animation-delay: 72s;
}

.side-page-background img.ink:nth-child(11) {
    -webkit-animation-delay: 80s;
    -o-animation-delay: 80s;
    animation-delay: 80s;
}

.side-page-background img.ink:nth-child(12) {
    -webkit-animation-delay: 88s;
    -o-animation-delay: 88s;
    animation-delay: 88s;
}

.side-page-content-wrapper {
    top: 37%;
    width: 250px;
    margin-top: -20px;
    z-index: 99;
    color: #FFFAEC;
    font-family: lettera-bold;
    font-size: 12px;
    text-align: center;
}

.side-page-content-wrapper .side-page-content {
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.side-page-content-wrapper .side-page-content.watertrade {
    width: 210px;
}

.side-page-content-wrapper .side-page-content.contact {
    width: 240px;
}

.side-page-content-wrapper .side-page-content.otoko {
    width: 230px;
}
/*--------------- MEDIA QUERIES ---------------*/
@media screen and (max-height: 1000px) {
    body {
        overflow: auto;
    }
    .footerContainer {
        position: relative;
    }
}
@media only screen and (max-width: 767px) {
    .footerLogo img {
        max-height: 130px;
    }
    .home-background {
        /*background-image:url();*/
        /*background-position: center;*/
        background-position: 90% 0%;
    }
    .side-page-background img.ink {
        bottom:0;
    }
}

@media only screen and (min-width: 768px) {
    .headerContent {
        max-width: none;
    }
    .home-background {
        -webkit-filter:blur(20px);
        -webkit-animation: blur-in 5s forwards;
        -o-animation: blur-in 5s forwards;
        animation: blur-in 5s forwards;
        -webkit-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
    }

    .home-background.custom-animation {
        -webkit-animation: blur-in-custom 5s forwards;
        -o-animation: blur-in-custom 5s forwards;
        animation: blur-in-custom 5s forwards;
        -webkit-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
    }
}

/*----------------PRIVATE EVENTS--------------*/
#page_db6edfd04ed8467f8d889bb790b41028 body {
    overflow: auto;
}
#page_db6edfd04ed8467f8d889bb790b41028 .footerContainer {
    position: inherit;
}
#tripleseat_embed_form input,
#tripleseat_embed_form textarea,
#tripleseat_embed_form select,
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color: #000000;
}
/*-----NEW CONTACT FORMS-----*/
.rc-legend {
    font-family: odisseia, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .15em;
}
.rc-section-line-color {
    background-color: transparent !important;
    font-size: 14pt !important;
}
.rc-section-line-color {
    margin-bottom: 12px;
    font-family: odisseia, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .15em;
    width: 100% !important;
}
.rc-label-column {
    width: 98% !important;
    display: block;
    padding-left: 0;
    font-family: odisseia, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}
.rc-input-column, .rc-footer-column {
    width: 98% !important;
    margin: 6px 0 6px 0;
    display: block;
}
input.rc-input,
select.rc-input,
textarea.rc-textarea {
    background-color: white;
    color: #000000;
    border-width: 1px;
    height: 36px;
}
input[type="checkbox"] {
    width: auto !important;
}