@charset "utf-8";
/** Layout Page Styles **/
.container {
	width: 100%;
  height: 100vh;
  margin: 0 auto 0 auto;
  background-color: #fff;
}
.sec-inner {
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
}
.txt-center {
  text-align: center;
}
.sec-flex {
  display: flex;
  flex-wrap: wrap;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/** Header Styles **/
.top-bar {
  width: 100%;
  padding: 3px 0 3px 15px;
  box-sizing: border-box;
  background: #04222e;
  font-size: 0.85em;
}
.top-bar a {
  padding: 5px 10px;
  font-weight: 400;
}
.main-title {
  flex: 1;
  font-weight: 700;
}
.sub-menu {
  flex: 1;
  text-align: right;
}
.main-head {
  width: 100%;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  background: #052a39;
}
.logo {
  flex: 1;
  padding: 30px 0 24px 15px;
  font-weight: 700;
  font-size: 1.5em;
}
.logo img {
  margin: 0 25px 0 0;
  vertical-align: middle;
}
.main-menu {
  flex: 1;
  padding: 0;
}

/** Lightbar Area Styles **/
.front-content,
.rear-content {
  display: none;
}
.lightbar-area {
  height: 80vh;
  padding: 0 auto 0 auto;
  box-sizing: border-box;
  background-color: #f9f9f9 !important;
  background-size: 50%;
  background-position: center center;
}
.message-area {
  position: absolute;
  top: 80%;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9 !important;
  color: #000000;
}
@media only screen and (max-width: 960px) {
  .lightbar-area {
    height: 60vh;
  background-size: 70%;
  }
}
@media only screen and (max-width: 640px) {
  .lightbar-area {
    height: 50vh;
  background-size: 80%;
  }
}

.sub-title {
  padding: 0 0 0 15px;
}
ul.lights-row {
  display: flex;
  list-style-type: none;
  margin: 44px 0 0 0;
  padding: 0;
}
.switch {
  float: right;
  padding: 3px 15px 0 0;
  font-size: 0.8em;
}
.switch a {
  color: #fffe77;
}
.switch a:hover,
.switch a:focus {
  color: #ffffff;
  background: none;
}

/** Front Light Spacing Styles **/
li.f-lights {
  height: 42px;
}
li.f-light-spacer01 {
  min-width: 108px;
  height: 45px;
}
li.f-light01 {
  min-width: 83px;
}
li.f-light02 {
  min-width: 95px;
}
li.f-light03 {
  min-width: 80px;
}
li.f-light04 {
  min-width: 89px;
}
li.f-light05 {
  min-width: 85px;
}
li.f-light06 {
  min-width: 84px;
}
li.f-light07 {
  min-width: 94px;
}
li.f-light08 {
  min-width: 120px;
}
li.f-light09 {
  min-width: 74px;
}
li.f-light10 {
  min-width: 56px;
}
li.f-light-spacer02 {
  min-width: 171px;
  height: 45px;
}

/** Rear Light Spacing Styles **/
li.r-light-spacer01 {
  min-width: 101px;
  height: 45px;
}
li.r-lights {
  height: 42px;
}
li.r-light01 {
  min-width: 146px;
}
li.r-light02 {
  min-width: 84px;
}
li.r-light03 {
  min-width: 85px;
}
li.r-light04 {
  min-width: 81px;
}
li.r-light05 {
  min-width: 80px;
}
li.r-light06 {
  min-width: 83px;
}
li.r-light07 {
  min-width: 84px;
}
li.r-light08 {
  min-width: 84px;
}
li.r-light09 {
  min-width: 82px;
}
li.r-light10 {
  min-width: 147px;
}
li.r-light-spacer02 {
  min-width: 83px;
  height: 45px;
}

/** Sample Light Colors **/
.yellow-lght {
  background: rgba(255,234,0,0.3);
}
.green-lght {
  background: rgba(18,255,0,0.3);
}
.blue-lght {
  background: rgba(0,180,255,0.3);
}


/** Footer Styles **/
.main-footer {
  width: 100%;
  padding: 5px 0 5px 15px;
  box-sizing: border-box;
  background: #04222e;  
  box-shadow: inset 0 5px 10px -5px rgba(0,0,0,0.8);
  font-size: 0.85em;
  color: #9fa1a4;
}
.main-footer a {
  padding: 5px 10px;
  font-weight: 400;
}
.copyright {
  flex: 1;
}
.contact-info {
  flex: 1;
  text-align: right;
}



/* external css: flickity.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 100%;
  height: 50px;
  margin-right: 10px;
  background: #777;
  counter-increment: gallery-cell;

  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 1.1em;
  color: #fff;
}
.flickity-button {
  background-color: transparent !important;
}
@media only screen and (max-width: 600px) {
  .gallery-cell {
    font-size: 16px;
  }
}
/* big buttons, no circle */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background: transparent;
  width: 28px !important;
  height: 28px !important;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

/* position dots in gallery */
.flickity-page-dots {
  bottom: 0px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}


/* Countdown Timer */
countdown-timer {
  font-family: sans-serif;
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  top: 40%;
}

countdown-timer svg {
  transform: scaleX(-1);
}

countdown-timer g.timer-circle {
  fill: none;
  stroke: none;
}

countdown-timer .path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

countdown-timer .path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

countdown-timer .path-remaining.green {
  color: white;
}

countdown-timer .path-remaining.orange {
  color: white;
}

countdown-timer .path-remaining.red {
  color: white;
}

countdown-timer span.label {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.main-button {
  padding: 1px 12px;
  border-radius: 12px;
}
.main-button-active {
  background-color: #e21838;
  color: white;
}

/* ---- START Flicity Style for Numbering ---- */
.button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #DDD;
  border-radius: 6px;
  background-color: #FAFAFA;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) )
}

.button:hover {
  background-color: white;
  border-color: #BBB;
  cursor: pointer;
}

.button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: white;
}

.button:active {
  background-color: #EEE;
  box-shadow: inset 0 2px 10px hsla(0, 0%, 0%, 0.3);
}

.button.is-selected {
  background-color: #09F;
  color: white;
}

/* ---- button-group ---- */

.button-group {
  display: inline-block;
  vertical-align: bottom;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  border-right-width: 0;
}

.button-group .button:first-child {
  border-radius: 6px 0 0 6px;
}

.button-group .button:last-child {
  border-radius: 0 6px 6px 0;
  border-right-width: 1px;
}

/* ---- button-row ---- */

.button-row {
  text-align: center;
  background-color: #f9f9f9;
}
/* ---- End Flicity Style for Numbering ---- */



