.valigncenter,
.sgk_calbox .arrow,
.cal_2set .calendar .days li,
.fixedbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clearfix,
.sgk_calbox,
.cal_2set,
.fixedbtn {
  zoom: 1;
}

.clearfix:before,
.sgk_calbox:before,
.cal_2set:before,
.fixedbtn:before,
.clearfix:after,
.sgk_calbox:after,
.cal_2set:after,
.fixedbtn:after {
  content: "";
  display: table;
}

.clearfix:after,
.sgk_calbox:after,
.cal_2set:after,
.fixedbtn:after {
  clear: both;
}

.section__copy {
  font-size: 30px;
  margin: 0 0 10px;
  letter-spacing: 5px;
}

section.calendar {
  overflow: hidden;
  text-align: center;
  display: block;
  background-color: #000;
  color: #fff;
}

section.calendar .section__copy {
  font-size: 18px;
  margin: 0 0 20px 0;
  letter-spacing: 5px;
}

section.calendar .section__inner {
  padding: 90px;
}

.sgk_calbox {
  overflow: hidden;
  max-width: 1000px;
  margin: auto;
}

.sgk_calbox .arrow {
  width: 5%;
  min-height: 60px;
  cursor: pointer;
  height: 200px;
  padding-top: 40px;
  vertical-align: middle;
}

.sgk_calbox .arrow img {
  width: 50%;
}

.sgk_calbox .arrow span {
  display: none;
}

.sgk_calbox .arrow.prev {
  float: left;
}

.sgk_calbox .arrow.prev img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.sgk_calbox .arrow.next {
  float: right;
}

.cal_2set {
  overflow: hidden;
  padding: 0px 1%;
}

.cal_2set .calendar:first-child {
  float: left;
}

.cal_2set .calendar:first-child h6 {
  display: block;
}

.cal_2set .calendar:last-child {
  float: right;
}

.cal_2set .calendar:last-child h6 {
  display: none;
}

.cal_2set .calendar {
  background-color: #1e1e1e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47%;
  text-transform: uppercase;
  margin-bottom: 11.5%;
  padding: 0px 20px 20px 20px;
}

.cal_2set .calendar h6 {
  margin: 10px 4px 0px 0px;
  text-align: left;
  font-size: 12px;
}

.cal_2set .calendar h6 span {
  color: #a05051;
}

.cal_2set .calendar h5 {
  font-size: 12px;
  width: 100%;
  margin: 15px auto 5px auto;
}

.cal_2set .calendar .day-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  width: 100%;
  font-size: 12px;
}

.cal_2set .calendar .day-names li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  list-style: none;
  padding: 4px;
  width: 14.28571%;
}

.cal_2set .calendar .day-number {
  float: right;
  padding: 1em;
}

.cal_2set .calendar .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  font-size: 0.825em;
}

.cal_2set .calendar .days li {
  width: 14.28571%;
  list-style: none;
  border: 3px solid #1e1e1e;
  padding: 4px 2px 2px 2px;
  min-height: 30px;
  background-color: #525252;
  vertical-align: middle;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
}

.cal_2set .calendar .days li.spacer {
  visibility: hidden;
  background: #F5F5F5;
}

.cal_2set .calendar .days li.holiday {
  background: #a05051;
  color: #d7afaf;
  background-size: 9vmin;
  background-repeat: no-repeat;
  background-position: center center;
}

.fixedbtn {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000f1e;
  z-index: 2;
}

.fixedbtn a {
  height: 60px;
  width: 50%;
  vertical-align: middle;
  color: #fff;
}

.fixedbtn a:first-child {
  background-color: #000f1e;
}

.fixedbtn a:last-child {
  background-color: #410000;
}

.calendarContents {
  color: #fff;
  text-align: center;
  background: #000;
  padding: 7.8125% 15.625%;
}

@media screen and (max-width: 479px) {
  section.calendar .section__copy {
    margin: 0 0 0px 0;
  }
  section.calendar .section__inner {
    padding: 10%;
  }
  .sgk_calbox .arrow {
    height: auto;
    padding-top: 5px;
  }
  .sgk_calbox .arrow img {
    width: 20px;
    display: inline-block;
  }
  .sgk_calbox .arrow span {
    display: inline-block;
  }
  .sgk_calbox .arrow.prev {
    width: 50%;
  }
  .sgk_calbox .arrow.next {
    width: 50%;
  }
  .cal_2set {
    width: 100%;
    padding: 0px 0%;
  }
  .cal_2set .calendar:first-child {
    float: none;
  }
  .cal_2set .calendar:first-child h6 {
    display: block;
  }
  .cal_2set .calendar:last-child {
    float: none;
  }
  .cal_2set .calendar:last-child h6 {
    display: block;
  }
  .cal_2set .calendar {
    width: 100%;
    padding: 0px 10px 10px 10px;
  }
}

@media screen and (min-width: 480px) {
  .cal_2set {
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .calendarContents {
    padding: 80px 0 0;
  }
  .cal_2set::before,
.cal_2set::after {
    content: none;
  }
}

/*# sourceMappingURL=calendar.css.map */
