@charset "UTF-8";
.custom-calendar-full {
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 1140px;
}

.fc-calendar-container {
  height: auto;
  /*height: 800px;*/
  bottom: 0px;
  width: 100%;
  top: 50px;
  position: absolute;
}

.custom-header {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .custom-header {
    margin-bottom: 0;
  }
}

.custom-header h2,
.custom-header h3 {
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.custom-header h2 {
  color: #ff0000;
  width: 60%;
}

.custom-header h2 a,
.custom-header h2 span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  letter-spacing: 3px;
  white-space: nowrap;
}

.custom-header h2 a {
  color: rgba(255, 255, 255, 0.5);
}

.no-touch .custom-header h2 a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.custom-header h3 {
  /*width: 70%;*/
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  /*padding-right: 125px;*/
}

.custom-header nav {
  position: absolute;
  top: -5px;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-header nav span {
  width: 30px;
  height: 30px;
  position: relative;
  color: transparent;
  cursor: pointer;
  background: #BF2025;
  margin: 0 1px;
  font-size: 2em;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
}

.custom-header nav span:first-child {
  border-radius: 3px 0 0 3px;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .custom-header nav span:first-child {
    left: 30%;
  }
}

.custom-header nav span:hover {
  background: #dd353a;
}

.custom-header span:before {
  font-family: "FontAwesome";
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.custom-header nav span.custom-prev:before {
  content: "◂";
}

.custom-header nav span.custom-next:before {
  content: "▸";
}

.custom-header nav span:last-child {
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .custom-header nav span:last-child {
    right: 30%;
  }
}

.custom-header nav span.custom-current:before {
  content: "➦";
}

.fc-calendar {
  background: rgba(204, 204, 204, 0.1);
  width: auto;
  top: 10px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: auto;
  border-radius: 20px;
  position: absolute;
}

.fc-calendar .fc-head {
  background: #BF2025;
  /* color: rgba(255,255,255,0.9); */
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 0 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.fc-calendar .fc-head > div {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}

.fc-calendar .fc-row > div > span.fc-date {
  text-shadow: none;
  color: #222;
  font-size: 26px;
  font-weight: 300;
  bottom: auto;
  right: auto;
  top: 10px;
  left: 10px;
  text-align: left;
}

.fc-calendar .fc-body {
  border: none;
  /*padding: 20px;*/
}

.fc-calendar .fc-row {
  box-shadow: inset 0 -1px 0 #222;
  border: none;
}

.fc-calendar .fc-row:last-child {
  box-shadow: none;
}

.fc-calendar .fc-row:first-child > div:first-child {
  border-radius: 10px 0 0 0;
}

.fc-calendar .fc-row:first-child > div:last-child {
  border-radius: 0 10px 0 0;
}

.fc-calendar .fc-row:last-child > div:first-child {
  border-radius: 0 0 0 10px;
}

.fc-calendar .fc-row:last-child > div:last-child {
  border-radius: 0 0 10px 0;
}

.fc-calendar .fc-row > div {
  box-shadow: -1px 0 0 #222;
  border: none;
  padding: 10px;
  /* cursor: pointer; */
}

.fc-calendar .fc-row > div:first-child {
  box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today {
  background: transparent;
  box-shadow: inset 0 0 100px #0179e6;
}

.fc-calendar .fc-row > div.fc-today:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -o-llinear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));*/
}

.fc-calendar .fc-row > div > div {
  margin-top: 35px;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding: 3px 5px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-bottom: 1px;
  background: #BF2025;
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
  background: #dd353a;
}

/*, screen and (max-height: 450px)*/
@media (max-width: 768px) {
  .custom-header,
.custom-header nav,
.custom-calendar-full,
.fc-calendar-container,
.fc-calendar,
.fc-calendar .fc-head,
.fc-calendar .fc-row > div > span.fc-date {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: auto;
    width: auto;
  }

  .fc-calendar-container {
    margin-top: 10px;
  }

  .fc-calendar {
    /*margin: 0 20px 20px;*/
    background: none;
  }

  .custom-header h2,
.custom-header h3 {
    /*float: none;
    width: auto;*/
    text-align: center;
    /*padding-right: 100px;*/
  }

  .custom-header nav {
    top: -25px;
  }

  .fc-calendar .fc-row,
.ie9 .fc-calendar .fc-row > div,
.fc-calendar .fc-row > div {
    height: auto;
    width: 100%;
    border: none;
  }

  .fc-calendar .fc-row > div {
    /*float: none;*/
    min-height: 50px;
    box-shadow: inset 0 -1px rgba(112, 112, 112, 0.2) !important;
    border-radius: 0px !important;
  }

  .fc-calendar .fc-row > div:empty {
    min-height: 0;
    height: 0;
    box-shadow: none !important;
    padding: 0;
  }

  .fc-calendar .fc-row {
    box-shadow: none;
  }

  .fc-calendar .fc-head {
    display: none;
  }

  .fc-calendar .fc-row > div > div {
    margin-top: 0px;
    padding-left: 10px;
    /*max-width: 70%;*/
    max-width: 230px;
    offdisplay: inline-block;
  }

  .fc-calendar .fc-row > div.fc-today {
    background: rgba(255, 255, 255, 0.2);
  }

  .fc-calendar .fc-row > div.fc-today:after {
    display: none;
  }

  .fc-calendar .fc-row > div > span.fc-date {
    width: 30px;
    display: inline-block;
    text-align: right;
  }

  .fc-calendar .fc-row > div > span.fc-weekday {
    offdisplay: inline-block;
    width: 40px;
    color: #ff0000;
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    text-transform: uppercase;
  }
}

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