/*
   float

  */
.left {
  float: left; }

.right {
  float: right; }

@media (max-width: 768px) {
  .float-none {
    float: none; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.clearfix:before {
  content: '';
  display: block;
  clear: both; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes opac {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fades {
  -webkit-animation-name: opac;
  animation-name: opac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix:before {
  content: "";
  display: block;
  clear: both; }

.calendar-section {
  width: 1280px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
  margin-top: 60px; }
  .calendar-section .title-main {
    color: #387B98;
    font-size: 1.8em; }
    .calendar-section .title-main:after {
      content: "";
      display: block;
      width: 50px;
      height: 2px;
      background: #c30b0b;
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 30px; }

.calendar-view {
  width: 100%;
  height: 100%; }
  .calendar-view .calendar-box {
    margin-bottom: 50px; }
    .calendar-view .calendar-box > h3 {
      font-size: 1.4em;
      font-family: "Lato", sans-serif;
      color: #1f5daa;
      margin-left: 20px;
      margin-top: 10px;
      line-height: 1.8em;
      border-bottom: 1px solid #e0e0e0; }

.calendar-details {
  margin-top: 20px; }
  .calendar-details > div {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    clear: both; }
    @media (max-width: 600px) {
      .calendar-details > div {
        padding: 10px 3px; } }
    .calendar-details > div .dt {
      padding: 0;
      width: 85px;
      float: left;
      padding: 0px; }
    .calendar-details > div .pp {
      padding: 0px;
      width: calc(100% - 90px); }
  .calendar-details .date-box {
    border: 1px solid #1f5daa;
    text-align: center;
    width: 60px; }
    @media (max-width: 500px) {
      .calendar-details .date-box {
        margin-left: 15px; } }
    .calendar-details .date-box .month {
      background: #2274bb;
      color: #fff;
      padding: 3px 0px;
      font-size: 0.9em; }
    .calendar-details .date-box .days {
      margin-top: 10px;
      font-size: 0.9em; }
  .calendar-details .calendar-heading {
    color: #454545;
    font-size: 1em;
    margin-top: 0px; }
    @media (max-width: 600px) {
      .calendar-details .calendar-heading {
        font-size: 0.9em; } }
  .calendar-details .week {
    color: #666;
    font-size: 0.9em; }
    @media (max-width: 600px) {
      .calendar-details .week {
        font-size: 0.8em; } }
  .calendar-details .body {
    color: #454545;
    font-size: 0.9em;
    word-spacing: 0.2px;
    display: none; }

.new_calendar .main_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .new_calendar .main_date h2 {
    color: #1f5daa;
    font-size: 7.6rem; }
  .new_calendar .main_date h3 {
    color: #1f5daa;
    font-size: 3rem; }

.new_calendar .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 1rem; }
  .new_calendar .lines .large_line {
    border: 3px solid #1f5daa;
    width: 7rem; }
  .new_calendar .lines .small_line {
    border: 1px solid #1f5daa;
    width: 12rem; }

.new_calendar .description h4 {
  opacity: 0.5;
  font-size: 1.7rem;
  margin-bottom: 1.8rem; }

.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
