:root {
    --imageHeight: 100%;
    --marginTop: 0;
    --footerHeight: 50px;
    --mapWidth: 100%;
    --mapHeight: 450px;
    --logo_opacity: 1;
    --sub_opacity: 0.4;
    --scrollBtn_width: 27px;
}
/* Tags */
body {
    background-color: #f1f1ee;
    padding: 0px 0%;
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: #d0e300;
}

header, footer, section, #scroll-animate-main {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;

    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

/* Header related ---------------------------------------------------------*/
#scroll-animate-main {
    position: fixed;
}
header {
    width: 100%;
    height: 100%;
    background: none;
    top: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 0;
    margin: 0;
    padding: 0;
}
.logo {
    max-width: 25vh;
    opacity: var(--logo_opacity);
    transition: all 1s;
}
#scrollM {
    cursor: pointer;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 40vh;
    height: 45vh;
    margin: -25vh;
}
#scrollB {
    position: fixed;
    width: 100%;
    height: 100%;
    top: var(--marginTop);
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink-image;
    -webkit-animation-timing-function: ease;
    z-index: 1;
}
#scrollBtn {
    cursor: pointer;
    width: var(--scrollBtn_width);
    opacity: var(--logo_opacity);
    transition: all 0.5s;
}
/*------------------------------------------------------------------------ */
/* Total length of subs & contents --------------------------------------- */
#scroll-animate {
    overflow: hidden;
}
.wrapper-parallax {
    border: 0px;
    margin: 0px;
    padding: 0px;
    height: var(--imageHeight);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    margin-top: 600px;
}
#cHeight {
    height: var(--imageHeight);
}
/*------------------------------------------------------------------------ */

/* Sub title related ----------------------------------------------------- */
.content {
    background: none;
    /*background-color:#f3f300;*/
    position: relative;
    padding:0px;
    border:0px;
    height: 100%;
    bottom: 0px;
    z-index: 2;
}
#sub {
    margin-top: 17px;
    /*background-color:#1e9aec;*/
    height: 40px;
    font-size: 20px;
    vertical-align: middle;
}
#sub_menu {
    width: 100%;
    background-color:#f1f1ee;
}
#bar {
    vertical-align: middle;
    opacity: 0;
}
.content_image {
    padding: 0;
}
.sub_title:hover {
    transform: scale(1.1);
    transition:all .3s ease;
    opacity: 1;
}
.sub_title {
    transition:all .3s ease;
    opacity: var(--sub_opacity);
    cursor: pointer;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.vBar {
    height: 20px;
    width: 1px;
    padding-bottom: 5px;
}
/*------------------------------------------------------------------------ */
/* Main contents related ------------------------------------------------- */
p {
    margin: 0;
    height: fit-content;
    overflow: hidden;
    position: relative;
    max-height:0;
    transition:all .8s ease-in-out;
    cursor: pointer;
}
p.expand { max-height:100%;  padding:0px 0px; }
/*------------------------------------------------------------------------ */
/* Footer related ---------------------------------------------------------*/
footer {
    width: 100%;
    height: var(--footerHeight);
    position: fixed;
    padding: 0px;
    bottom: 0px;
    z-index: 3;
}
/*.footer_title:hover { transition:all .5s ease; transform: scale(1.1); }*/
/*dt.expand {max-height: 2000px; background-color:none;}
dt.expand:before {content:"-"; color:none;border-right: 0px solid #f8f8f8;}*/
#f_Height {
    background: none;
    position: absolute;
    box-shadow: 0px -1px 0.1px rgba(241, 241, 238, 0.8);
}
#footerBtn {
    cursor: pointer;
    filter: drop-shadow(0px -1px 0.1px #f1f1ee);
}
#fHeight {
    background: none;
}
#f_Height {
    background: #1a2249;
}
#fmap {
    padding-top: 0;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
}
#map_bar01 {
    border: 0;
    background-color:#f1f1ee;
    width: 93%;
    height: 1px;
    opacity: 0.5;
}
#map_iframe {
    height: var(--mapHeight);
}
.TM_info {
    cursor: pointer;
}
.footer_title {
    vertical-align:middle;
    text-align: center;
    font-size: 10pt;
    color: #f1f1ee;
    width: 100%;
}
.footer_content {
    vertical-align:top;
    font-size: 10pt;
    padding-top: 0;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 1.5%;
    color: #f1f1ee;
    width: 100%;
}
.map {
    position: fixed;
    width: 100%;
    z-index: 7;
}
.map_loading {
    position: absolute;
    width: 100%;
    z-index: 6;
}
.footer_arrow {
    position: relative;
    max-width:100%;
}
.footer_arrow_solid {
    position: relative;
    top: 0;
    z-index: 4;
}
.footer_arrow_blink {
    /*background-image: url('images/map_triangle_case.png');
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center top;*/
    transition: all 0.5s;
    cursor: pointer;
    position: absolute;
    /*left: 29vw;*/
    width: 100%;
    top: 0px;
    filter: drop-shadow(0px -1px 1px #f1f1ee);
    z-index: 5;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink-image;
    -webkit-animation-timing-function: ease;
}
/* Blink */
@-webkit-keyframes 'blink' {
    80% { background: rgba(255,0,0,1);  }
}
@-webkit-keyframes 'blink-image' {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
/*------------------------------------------------------------------------ */
/* Loading spinner-------------------------------------------------------- */
.lds-ring {
    /* change color here */
    color: #dde0e0
  }
  .lds-ring,
  .lds-ring div {
    box-sizing: border-box;
  }
  .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
/*------------------------------------------------------------------------ */