/******************************
GRID
******************************/
/******************************
PROJECT COLOR
******************************/
/******************************
BASE COLOR
******************************/
/******************************
RESET
******************************/
.pageProjects,
.pageTouring {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 150px;
}
.pageProjects_banner,
.pageTouring_banner {
  margin-bottom: 30px;
}
.pageProjects_banner, .pageProjects_content,
.pageTouring_banner,
.pageTouring_content {
  position: relative;
  display: block;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .pageProjects_banner, .pageProjects_content,
.pageTouring_banner,
.pageTouring_content {
    padding: 0px 8px;
  }
}

.projectsDateRange {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width:767px) {
  .projectsDateRange {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.projectsDateRange input {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 1.5em;
  padding: 4px;
  background-color: #ff8b00;
  width: 160px;
  height: 25px;
}
.projectsDateRange input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (max-width:767px) {
  .projectsDateRange input {
    width: 122px;
  }
}

.flexDate {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
}
.flexDate:last-child {
  margin-right: 0px;
}
.flexDate label {
  position: relative;
  display: block;
  color: #ff8b00;
  margin-right: 12px;
  line-height: 1em;
}

.projectsGrid {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width:767px) {
  .projectsGrid {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.projectsGrid_item {
  position: relative;
  display: block;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .projectsGrid_item {
    width: 50%;
  }
}
@media only screen and (max-width:767px) {
  .projectsGrid_item {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 75px;
  }
  .projectsGrid_item:last-child {
    margin-bottom: 0px;
  }
}
.projectsGrid_empty {
  font-size: 36px;
  line-height: 1.5em;
  position: relative;
  display: flex;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
  color: #ff8b00;
}

.projectsThumb {
  position: relative;
  display: block;
  width: 100%;
}
.projectsThumb_image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #333333;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width:767px) {
  .projectsThumb_image {
    padding-bottom: 15px;
  }
}
.projectsThumb_leadin {
  position: relative;
  display: block;
}
.projectsThumb_title {
  font-size: 21px;
  line-height: 1.5em;
  color: #ff8b00;
  transition: color 0.25s;
  text-decoration: none;
}
.projectsThumb_title:hover {
  color: #4d4d4d;
}
.projectsThumb_date {
  font-size: 21px;
  line-height: 1.5em;
  color: #ff8b00;
}
.projectsThumb_desc {
  font-size: 16px;
  line-height: 1.5em;
  color: #ff8b00;
}

/****************/
/*** override ***/
/****************/
/*
 * Scss manually converted from .styl (stylus) file.
 * Stylus functions/syntax => sass function/syntax:
 *    alpha => rgba
 *    if $noCalendarBorder is defined => @if global-variable-exists(noCalendarBorder) {
 *      note: no $ before the variable in sass
 */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #1a1a1a;
  box-shadow: 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #000000;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #000000;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #1a1a1a;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #000000;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #1a1a1a;
}
.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.9);
  height: 38px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.9);
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*!
  /*rtl:begin:ignore*/
  /*
  */
  left: 0;
  /*!
  /*rtl:end:ignore*/
  /*
  */
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*!
  /*rtl:begin:ignore*/
  /*
  */
  right: 0;
  /*!
  /*rtl:end:ignore*/
  /*
  */
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #ff8b00;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #ff8b00;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 18px;
  height: 18px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(229, 229, 229, 0.1);
}
.numInputWrapper span:active {
  background: rgba(229, 229, 229, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(255, 255, 255, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.numInputWrapper:hover {
  background: rgba(229, 229, 229, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: relative;
  margin: 0px auto;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(229, 229, 229, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month select {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
.flatpickr-current-month select::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 38px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(255, 255, 255, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #000000;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  color: #ff8b00;
  border-color: transparent;
}
.flatpickr-day.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange {
  cursor: pointer;
  outline: 0;
  background: #ffffff;
  border-color: #ffffff;
}
.flatpickr-day.flatpickr-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.flatpickr-disabled:focus {
  cursor: default;
  outline: 0;
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
}
.flatpickr-day.today {
  color: #ff8b00;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #ff8b00;
  box-shadow: none;
  color: #ffffff;
  border-color: #ff8b00;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  box-shadow: 5px 0 0 #ff8b00;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -2px 0 0 #ff8b00;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  color: #1a1a1a;
  border-radius: 0;
  box-shadow: -5px 0 0 #ffffff, 5px 0 0 #ffffff;
}
.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled.inRange, .flatpickr-day.disabled:hover.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.notAllowed.inRange, .flatpickr-day.notAllowed.prevMonthDay.inRange, .flatpickr-day.notAllowed.nextMonthDay.inRange {
  color: #999999;
}
.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #ff8b00, 5px 0 0 #ff8b00;
}
.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #000000;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 38px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #ffffff;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #ffffff;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #ffffff;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: white;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr .input-group-append {
  cursor: pointer;
}

/*** end ***/
.pageProject {
  position: relative;
  display: block;
  margin-bottom: 150px;
}

.projectGrid {
  position: relative;
  display: block;
  padding-top: 30px;
}
.projectGrid_content, .projectGrid_components, .projectGrid_relatedProjects {
  position: relative;
  display: block;
  margin-bottom: 150px;
}
.projectGrid_content:last-child, .projectGrid_components:last-child, .projectGrid_relatedProjects:last-child {
  margin-bottom: 0px;
}
.projectGrid_relatedProjects {
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .projectGrid_relatedProjects {
    padding: 0px 8px;
  }
}

.cPhotoGridSwiper .swiper-pagination__relative {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
  bottom: 0 !important;
}
@media only screen and (max-width:767px) {
  .cPhotoGridSwiper .swiper-pagination__relative {
    margin-top: 20px;
  }
}

.relatedProjectsSwiper .swiper-pagination__relative {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 150px;
  bottom: 0 !important;
}
@media only screen and (max-width:767px) {
  .relatedProjectsSwiper .swiper-pagination__relative {
    margin-top: 48px;
  }
}

.noPagination {
  display: none !important;
  visibility: hidden;
  margin-top: 0 !important;
}

.relatedProjects {
  position: relative;
  display: block;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .relatedProjects {
    padding: 0px 8px;
  }
}
.relatedProjects_title {
  font-size: 32px;
  line-height: 1.5em;
  color: #ff8b00;
  margin-bottom: 30px;
}

.relatedProjectsSwiper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

/******************/
/*** components ***/
/******************/
.cBack {
  display: block;
  width: 100%;
  padding: 0px 20px;
  z-index: 2;
}
.cBack[data-position=absolute] {
  position: absolute;
  top: 16px;
}
.cBack[data-position=relative] {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
  .cBack {
    padding: 16px 8px 0px;
  }
}
.cBack_flex {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:767px) {
  .cBack_flex {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.backToPrevious {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #000000;
  transition: all 0.25s;
}
.backToPrevious::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.backToPrevious:hover {
  background-color: #1a1a1a;
}
.inverse .backToPrevious {
  background-color: #ff8b00;
}
.inverse .backToPrevious:hover {
  background-color: #1a1a1a;
}
.inverse .backToPrevious svg g {
  stroke: #ffffff;
}

.cMenus {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width:767px) {
  .cMenus {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:767px) {
  .cMenus {
    display: none;
  }
}

.cMenu {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  font-size: 21px;
  line-height: 1.5em;
  position: relative;
  display: block;
  color: #ff8b00;
  margin: 0px 16px;
  transition: color 0.25s;
}
.cMenu::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cMenu:hover {
  color: #4d4d4d;
}

.cBannerSwiper {
  width: 100%;
}
.cBannerSwiper__plpr {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width:767px) {
  .cBannerSwiper__plpr {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
.cBannerSwiper__plpr .cBannerSwiper_inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:767px) {
  .cBannerSwiper__plpr .cBannerSwiper_inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.cPhotoGridSwiper {
  width: 100%;
}
.cPhotoGridSwiper__plpr {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width:767px) {
  .cPhotoGridSwiper__plpr {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
.cPhotoGridSwiper__plpr .cPhotoGridSwiper_inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:767px) {
  .cPhotoGridSwiper__plpr .cPhotoGridSwiper_inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.cBannerSwiper,
.cPhotoGridSwiper {
  margin-bottom: 30px;
  position: relative;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .cBannerSwiper,
.cPhotoGridSwiper {
    margin-bottom: 20px;
  }
}
.cBannerSwiper_inner,
.cPhotoGridSwiper_inner {
  position: relative;
  display: block;
  width: 100%;
}
.cBannerSwiper img,
.cPhotoGridSwiper img {
  position: relative;
  display: block;
  width: 100%;
}
.cBannerSwiper .remarks,
.cPhotoGridSwiper .remarks {
  font-size: 16px;
  line-height: 1.5em;
  color: #ff8b00;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.cBanner {
  margin-bottom: 30px;
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .cBanner {
    margin-bottom: 20px;
  }
}
.cBanner img {
  position: relative;
  display: block;
  width: 100%;
}

.cLeadin {
  margin-bottom: 30px;
  position: relative;
  display: block;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .cLeadin {
    margin-bottom: 20px;
  }
}
.cLeadin__left .cLeadin_inner {
  width: 100%;
  margin-bottom: 150px;
  padding: 0px 20px;
}
.cLeadin__left h1,
.cLeadin__left .desc,
.cLeadin__left .date {
  text-align: left;
}
.cLeadin__center {
  width: 66.6666666667%;
}
.cLeadin__center .cLeadin_inner {
  padding: 120px 0px;
}
.cLeadin__center h1,
.cLeadin__center .desc,
.cLeadin__center .date {
  text-align: center;
}
@media only screen and (max-width:767px) {
  .cLeadin {
    width: 100%;
    padding: 75px 16px;
  }
}
.cLeadin h1 {
  font-size: 48px;
  line-height: 1.5em;
  line-height: 1.2em;
  color: #ff8b00;
  margin: 0px;
}
.cLeadin .desc {
  font-size: 21px;
  line-height: 1.5em;
  color: #ff8b00;
}
.cLeadin .date {
  font-size: 21px;
  line-height: 1.5em;
  color: #ff8b00;
}

.cPhotoEditor {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .cPhotoEditor {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:767px) {
  .cPhotoEditor {
    padding: 0px 8px;
  }
}
.cPhotoEditor[data-type=tibc] .cPhotoEditor_imgBlock,
.cPhotoEditor[data-type=tibc] .cPhotoEditor_contentBlock, .cPhotoEditor[data-type=tcbi] .cPhotoEditor_imgBlock,
.cPhotoEditor[data-type=tcbi] .cPhotoEditor_contentBlock {
  width: 100%;
}
.cPhotoEditor[data-type=lirc] .cPhotoEditor_imgBlock,
.cPhotoEditor[data-type=lirc] .cPhotoEditor_contentBlock, .cPhotoEditor[data-type=lcri] .cPhotoEditor_imgBlock,
.cPhotoEditor[data-type=lcri] .cPhotoEditor_contentBlock {
  width: 50%;
}
.cPhotoEditor[data-type=tibc] {
  flex-direction: column;
}
.cPhotoEditor[data-type=tibc] .cPhotoEditor_imgBlock {
  margin-bottom: 20px;
}
.cPhotoEditor[data-type=tcbi] {
  flex-direction: column-reverse;
}
.cPhotoEditor[data-type=tcbi] .cPhotoEditor_contentBlock {
  margin-bottom: 20px;
}
.cPhotoEditor[data-type=lirc] {
  flex-direction: row;
}
.cPhotoEditor[data-type=lcri] {
  flex-direction: row-reverse;
}
@media only screen and (max-width:767px) {
  .cPhotoEditor[data-type=tibc], .cPhotoEditor[data-type=tcbi], .cPhotoEditor[data-type=lirc], .cPhotoEditor[data-type=lcri] {
    flex-direction: column;
  }
  .cPhotoEditor[data-type=tibc] .cPhotoEditor_imgBlock, .cPhotoEditor[data-type=tcbi] .cPhotoEditor_imgBlock, .cPhotoEditor[data-type=lirc] .cPhotoEditor_imgBlock, .cPhotoEditor[data-type=lcri] .cPhotoEditor_imgBlock {
    width: 100%;
    margin-bottom: 20px;
  }
  .cPhotoEditor[data-type=tibc] .cPhotoEditor_contentBlock, .cPhotoEditor[data-type=tcbi] .cPhotoEditor_contentBlock, .cPhotoEditor[data-type=lirc] .cPhotoEditor_contentBlock, .cPhotoEditor[data-type=lcri] .cPhotoEditor_contentBlock {
    width: 100%;
    margin-bottom: 0px;
  }
}
.cPhotoEditor_imgBlock {
  position: relative;
  display: block;
  width: 50%;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .cPhotoEditor_imgBlock {
    padding: 0px 8px;
  }
}
.cPhotoEditor_imgBlock img {
  position: relative;
  display: block;
  width: 100%;
}
.cPhotoEditor_contentBlock {
  position: relative;
  display: block;
  width: 50%;
  padding: 0px 20px;
}
.cPhotoEditor_contentBlock h1 {
  font-size: 48px;
  line-height: 1.5em;
  margin: 0;
  line-height: 1.2em;
  color: #ff8b00;
}
.cPhotoEditor_contentBlock h3 {
  font-size: 34px;
  line-height: 1.5em;
  margin: 0;
  line-height: 1.2em;
  color: #ff8b00;
}
.cPhotoEditor_contentBlock .contentLeadin {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.cPhotoEditor_contentBlock .contentLeadin:last-child {
  margin-bottom: 0px;
}
.cPhotoEditor_contentBlock .cEditor {
  margin-bottom: 20px;
}
.cPhotoEditor_contentBlock .cEditor:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width:767px) {
  .cPhotoEditor_contentBlock {
    padding: 0px 8px;
  }
}

.cAccordion {
  margin-bottom: 30px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .cAccordion {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:767px) {
  .cAccordion {
    padding: 16px 8px 0px;
  }
}
.cAccordion_inner {
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .cAccordion_inner {
    padding: 0px 8px;
  }
}
.cAccordion_title {
  font-size: 34px;
  line-height: 1.5em;
  position: relative;
  display: block;
  color: #ff8b00;
  border-bottom: 1px solid #ff8b00;
  padding-bottom: 20px;
}
.cAccordion_row {
  position: relative;
  display: block;
  border-bottom: 1px solid #ff8b00;
  padding: 20px 0px;
}
.cAccordion_trigger {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  font-size: 21px;
  line-height: 1.5em;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cAccordion_trigger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.cAccordion_display {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0px;
}
.cAccordion_displaySlider {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
}
.cAccordion_triggerTitle {
  position: relative;
  display: block;
  width: calc(100% - 26px);
  color: #ff8b00;
}
.cAccordion_triggerIcon {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}

.cEditorGrid {
  margin-bottom: 30px;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .cEditorGrid {
    margin-bottom: 20px;
  }
}
.cEditorGrid__full_width {
  width: 100%;
}
.cEditorGrid__xs {
  width: 66.6666666667%;
}
@media only screen and (max-width:767px) {
  .cEditorGrid__xs {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .cEditorGrid {
    padding: 16px 8px 0px;
  }
}
.cEditorGrid_editor {
  padding: 0px 20px;
}
.cEditorGrid .cEditor {
  margin-bottom: 20px;
}
.cEditorGrid .cEditor:last-child {
  margin-bottom: 0px;
}

.cButton {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  text-align: inherit;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  touch-action: manipulation;
  line-height: 1em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 21px;
  line-height: 1.5em;
  min-width: 150px;
  height: 45px;
  padding: 10px;
  background-color: #ff8b00;
  color: #000000;
  transition: all 0.25s;
}
.cButton::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media only screen and (max-width:767px) {
  .cButton {
    font-size: 16px;
    line-height: 1.5em;
    min-width: 140px;
    height: 30px;
  }
}
.cButton:hover {
  background-color: #ff971a;
}

.cVideo {
  margin-bottom: 30px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:767px) {
  .cVideo {
    margin-bottom: 20px;
  }
}
.cVideo__s {
  width: 66.6666666667%;
  padding: 0px 40px;
}
@media only screen and (max-width:767px) {
  .cVideo__s {
    width: 100%;
    padding: 0px 16px;
  }
}
.cVideo__full {
  width: 100%;
}
.cVideo_inner {
  position: relative;
  display: block;
  width: 100%;
}
.cVideo_frame {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cTourTable {
  position: relative;
  display: block;
  padding: 0px 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
  .cTourTable {
    padding: 0px 8px;
  }
}
.cTourTable_inner {
  position: relative;
  display: block;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .cTourTable_inner {
    padding: 0px 8px;
  }
}
.cTourTable_tr {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0px;
  border-bottom: 2px solid #ff8b00;
}
@media only screen and (max-width:767px) {
  .cTourTable_tr {
    padding: 15px 0px 35px;
  }
}
.cTourTable_th {
  font-size: 32px;
  line-height: 1.5em;
  position: relative;
  display: block;
  color: #ff8b00;
}
.cTourTable_th__title {
  width: calc(100% - 290px);
}
@media only screen and (max-width:767px) {
  .cTourTable_th__title {
    width: calc(100% - 120px);
  }
}
.cTourTable_th__date {
  width: 290px;
}
@media only screen and (max-width:767px) {
  .cTourTable_th__date {
    width: 120px;
    text-align: right;
  }
}
.cTourTable_td {
  font-size: 21px;
  line-height: 1.5em;
  position: relative;
  color: #ff8b00;
}
.cTourTable_td a {
  color: #ff8b00;
  transition: color 0.25s;
  text-decoration: none;
}
.cTourTable_td a:hover {
  color: #4d4d4d;
}
.cTourTable_td__title {
  display: block;
  width: calc(100% - 290px);
}
@media only screen and (max-width:767px) {
  .cTourTable_td__title {
    width: calc(100% - 120px);
  }
}
.cTourTable_td__date {
  width: 290px;
  display: flex;
}
.cTourTable_td__date .year,
.cTourTable_td__date .month {
  position: relative;
  display: block;
  width: 50%;
}
@media only screen and (max-width:767px) {
  .cTourTable_td__date {
    width: 120px;
    display: block;
    text-align: right;
  }
  .cTourTable_td__date .year,
.cTourTable_td__date .month {
    width: 100%;
  }
}

.componentText {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: red;
  padding: 8px;
}
.componentText__preview {
  display: none;
}

/*** Touring ***/
.touringBanner {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .touringBanner {
    padding: 0px 8px;
  }
}
.touringBanner img,
.touringBanner video {
  position: relative;
  display: block;
  width: 100%;
}

.touringEditor {
  position: relative;
  display: block;
  width: 66.6666666667%;
  padding: 0px 20px;
}
@media only screen and (max-width:767px) {
  .touringEditor {
    padding: 0px 8px;
  }
}
@media only screen and (max-width:767px) {
  .touringEditor {
    width: 100%;
    padding: 0px 8px;
  }
}
