/******************************
GRID
******************************/
/******************************
PROJECT COLOR
******************************/
/******************************
BASE COLOR
******************************/
/******************************
RESET
******************************/
.pageHome {
  position: relative;
  display: block;
  width: 100%;
  background-color: #000000;
  padding-bottom: 30px;
}

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

.homeSwiperItem {
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1400px) {
  .homeSwiperItem__desktop {
    padding-top: 44.791666666%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .homeSwiperItem__desktop {
    padding-top: 44.791666666%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homeSwiperItem__desktop {
    padding-top: 44.791666666%;
  }
}
@media only screen and (max-width:767px) {
  .homeSwiperItem__desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .homeSwiperItem__mobile {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .homeSwiperItem__mobile {
    padding-top: 100%;
  }
}
.homeSwiperItem_title {
  font-size: 21px;
  line-height: 1.5em;
  position: absolute;
  display: block;
  top: 30px;
  left: 40px;
  text-decoration: none;
  transition: all 0.25s;
}
@media only screen and (max-width:767px) {
  .homeSwiperItem_title {
    left: 16px;
  }
}
.homeSwiperItem_title__white {
  color: #ffffff;
}
.homeSwiperItem_title__white:hover {
  color: #ff8b00;
}
.homeSwiperItem_title__yellow {
  color: #ff8b00;
}
.homeSwiperItem_title__yellow:hover {
  color: #4d4d4d;
}
.homeSwiperItem_title__black {
  color: #000000;
}
.homeSwiperItem_title__black:hover {
  color: #ff8b00;
}

.homeEventCalendar {
  position: relative;
  display: block;
  width: 100%;
}
.homeEventCalendar_content {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width:767px) {
  .homeEventCalendar_content {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.homeCalendar {
  position: relative;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .homeCalendar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .homeCalendar .homeCalendar_monthSelect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    margin-right: 40px;
  }
  .homeCalendar .homeCalendar_dateRange {
    width: calc(100% - 240px);
  }
}
@media only screen and (max-width:767px) {
  .homeCalendar {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
  }
  .homeCalendar .homeCalendar_monthSelect {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0px 8px;
    margin-bottom: 30px;
    max-width: 210px;
  }
  .homeCalendar .homeCalendar_dateRange {
    width: 100%;
  }
}
.homeCalendar_monthSelect {
  position: relative;
}
.homeCalendar_dateRange {
  position: relative;
  display: block;
}

.homeCalendarSwiper {
  position: relative;
  display: block;
}

.calendarSwiper {
  position: relative;
  display: block;
  overflow: hidden;
}

.calendatDate {
  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;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ff8b00;
}
.calendatDate::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.calendatDate__past {
  color: #4d4d4d;
}
.calendatDate__past .calendatDate_dot {
  background-color: #4d4d4d;
}
.calendatDate__active {
  color: #ffffff;
}
.calendatDate__active .calendatDate_dot {
  background-color: #ffffff;
}
.calendatDate_day {
  position: relative;
  display: block;
  margin-bottom: 18px;
}
.calendatDate_date {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.calendatDate_dot {
  position: relative;
  display: block;
  margin: 0px auto;
  width: 4px;
  height: 4px;
  background-color: #ff8b00;
  border-radius: 2px;
}

/*** displayEventsSwiper ***/
.displayEvents {
  position: relative;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.displayEventsSwiper {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px 20px;
}
@media only screen and (max-width:767px) {
  .displayEventsSwiper {
    margin: 0px 8px;
  }
}

.eventsItem {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .eventsItem .eventsItem_img {
    width: 25%;
    margin-right: 20px;
  }
  .eventsItem .eventsItem_info {
    width: 50%;
    margin-right: 20px;
  }
}
@media only screen and (max-width:767px) {
  .eventsItem .eventsItem_img {
    width: 25%;
    margin-right: 16px;
  }
  .eventsItem .eventsItem_info {
    width: 75%;
  }
}
.eventsItem_img {
  position: relative;
  display: block;
}
.eventsItem_img img {
  position: relative;
  display: block;
  width: 100%;
}
.eventsItem_info {
  position: relative;
  display: block;
}
.eventsItem_title {
  margin-bottom: 12px;
}
.eventsItem_title, .eventsItem_displayDate {
  font-size: 21px;
  line-height: 1.5em;
  color: #ff8b00;
}

select#homeMonthSelect {
  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: 21px;
  line-height: 1.5em;
  color: #ff8b00;
  cursor: pointer;
  width: 100%;
  background-size: 24px 24px;
  background-position-x: calc(100% - 4px);
  background-position-y: 1.5px;
  background-repeat: no-repeat;
  background-image: url("/frontend/images/arrow.svg");
}
select#homeMonthSelect::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.homeMonthSelectArrow {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
}
