@charset "utf-8";
/* Index Banner */
#index .banner {
  height: 620px;
  overflow: hidden;
}
#index .banner-slick,
#index .banner-slick .item {
  height: 620px;
  overflow: hidden;
}
#index .banner-slick .item a {
  display: block;
  height: 620px;
  overflow: hidden;
}
#index .banner-slick .item a img {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#index .banner-slick .slick-dots {
  position: absolute;
  height: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 50%;
  bottom: 40px;
}
#index .banner-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#index .banner-slick .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  border: 1px solid #fff;
  background: #d83d71;
  border-radius: 100%;
  padding: 0;
  transition: background .3s;
  -moz-transition: background .3s;
  -webkit-transition: background .3s;
}
#index .banner-slick .slick-dots li button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#index .banner-slick .slick-dots li.slick-active button {
  background: #6093ce;
}
@media (max-width: 1199px) {
  #index .banner,
  #index .banner-slick,
  #index .banner-slick .item,
  #index .banner-slick .item a {
    height: 480px;
  }
}
@media (max-width: 991px) {
  #index .banner,
  #index .banner-slick,
  #index .banner-slick .item,
  #index .banner-slick .item a {
    height: 360px;
  }
  #index .banner-slick .slick-dots {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  #index .banner,
  #index .banner-slick,
  #index .banner-slick .item,
  #index .banner-slick .item a {
    height: 280px;
  }
  #index .banner-slick .slick-dots {
    bottom: 15px;
  }
}

/* Activity Album & Thumb */
#activity .album-slick .slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  width: 28px;
  height: 42px;
  font-size: 0;
  border: none;
  background: rgba(0,0,0,0);
  top: 50%;
  margin-top: -21px;
  padding: 0;
  overflow: hidden;
  opacity: .5;
  transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transition: opacity .3s;
}
#activity .album-slick .slick-arrow:hover {
  opacity: 1;
}
#activity .album-slick .slick-prev {
  left: -110px;
}
#activity .album-slick .slick-prev:before {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-left: 4px solid #bbb;
  border-bottom: 4px solid #bbb;
  top: 7px;
  left: 8px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#activity .album-slick .slick-next {
  right: -110px;
}
#activity .album-slick .slick-next:before {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  border-top: 4px solid #bbb;
  border-right: 4px solid #bbb;
  top: 7px;
  right: 8px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#activity .thumb-slick {
  margin: 0 -8px;
}
#activity .thumb-slick .slick-slide {
  padding: 0 8px;
  outline: none;
}
#activity .thumb-slick .slick-slide a {
  display: block;
  position: relative;
}
#activity .thumb-slick .slick-slide.slick-current a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  #activity .album-slick .slick-prev {
    left: -60px;
  }
  #activity .album-slick .slick-next {
    right: -60px;
  }
}
@media (max-width: 991px) {
  #activity .album-slick .slick-arrow {
    width: 20px;
    height: 30px;
    margin-top: -15px;
  }
  #activity .album-slick .slick-prev {
    left: -30px;
  }
  #activity .album-slick .slick-prev:before {
    width: 20px;
    height: 20px;
    border-left-width: 3px;
    border-bottom-width: 3px;
    top: 5px;
    left: 6px;
  }
  #activity .album-slick .slick-next {
    right: -30px;
  }
  #activity .album-slick .slick-next:before {
    width: 20px;
    height: 20px;
    border-top-width: 3px;
    border-right-width: 3px;
    top: 5px;
    right: 6px;
  }
  #activity .thumb-slick {
    margin: 0 -5px;
  }
  #activity .thumb-slick .slick-slide {
    padding: 0 5px;
  }
}

/* Calendar */
#calendar .fc-header-toolbar {
  margin: 0;
  padding: 15px;
  background: rgba(94,149,207,1);
  background: -moz-linear-gradient(top, rgba(94,149,207,1) 0%, rgba(81,131,184,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(94,149,207,1)), color-stop(100%, rgba(81,131,184,1)));
  background: -webkit-linear-gradient(top, rgba(94,149,207,1) 0%, rgba(81,131,184,1) 100%);
  background: -o-linear-gradient(top, rgba(94,149,207,1) 0%, rgba(81,131,184,1) 100%);
  background: -ms-linear-gradient(top, rgba(94,149,207,1) 0%, rgba(81,131,184,1) 100%);
  background: linear-gradient(to bottom, rgba(94,149,207,1) 0%, rgba(81,131,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e95cf', endColorstr='#5183b8', GradientType=0 );
}
#calendar .fc-header-toolbar .fc-customPrev-button {
  display: block;
  position: relative;
  height: 25px;
  font-size: 0.8125rem;
  color: #fff;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none;
  padding: 0 0 0 20px;
}
#calendar .fc-header-toolbar .fc-customPrev-button:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #fff;
  top: 12px;
  left: 10px;
  transition: width .3s, left .3s;
  -moz-transition: width .3s, left .3s;
  -webkit-transition: width .3s, left .3s;
}
#calendar .fc-header-toolbar .fc-customPrev-button:hover:before {
  width: 15px;
  left: 5px;
}
#calendar .fc-header-toolbar .fc-customPrev-button:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 5px 3.5px 0;
  border-color: transparent #fff transparent transparent;
  top: 9px;
  left: 5px;
  transition: left .3s;
  -moz-transition: left .3s;
  -webkit-transition: left .3s;
}
#calendar .fc-header-toolbar .fc-customPrev-button:hover:after {
  left: 0;
}
#calendar .fc-header-toolbar .fc-customNext-button {
  display: block;
  position: relative;
  height: 25px;
  font-size: 0.8125rem;
  color: #fff;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none;
  padding: 0 20px 0 0;
}
#calendar .fc-header-toolbar .fc-customNext-button:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #fff;
  top: 12px;
  right: 10px;
  transition: width .3s, right .3s;
  -moz-transition: width .3s, right .3s;
  -webkit-transition: width .3s, right .3s;
}
#calendar .fc-header-toolbar .fc-customNext-button:hover:before {
  width: 15px;
  right: 5px;
}
#calendar .fc-header-toolbar .fc-customNext-button:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #fff;
  top: 9px;
  right: 5px;
  transition: right .3s;
  -moz-transition: right .3s;
  -webkit-transition: right .3s;
}
#calendar .fc-header-toolbar .fc-customNext-button:hover:after {
  right: 0;
}
#calendar .fc-header-toolbar .fc-center {
  vertical-align: top;
}
#calendar .fc-header-toolbar .fc-center h2 {
  line-height: 25px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
#calendar .fc-view > table {
  border: 1px solid #ddd;
  border-bottom: none;
}
#calendar .fc-view > table > tbody > tr > td {
  border-bottom: none;
}
#calendar .fc-view .fc-day-header {
  line-height: 58px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #5e95cf;
}
/* #calendar .fc-basic-view .fc-body .fc-row {
  height: 120px !important;
  min-height: 120px;
} */
#calendar .fc-view .fc-bg table,
#calendar .fc-view .fc-day {
  border: 1px solid #ddd;
  border-top: none;
}
#calendar .fc-view .fc-bg table,
#calendar .fc-view .fc-day:first-child {
  border-left: none;
}
#calendar .fc-view .fc-bg table,
#calendar .fc-view .fc-day:last-child {
  border-right: none;
}
#calendar .fc-view .fc-day-top {
  line-height: 24px;
  font-size: 0.9375rem;
  color: #222;
  padding: 10px;
}
#calendar .fc-view .fc-day-top.fc-sun,
#calendar .fc-view .fc-day-top.fc-sat {
  color: #dc0024;
}
#calendar .fc-view .fc-day-top span {
  float: none;
}
#calendar a.diary-view {
  display: block;
  position: relative;
  width: calc(100% - 50px);
  max-width: 130px;
  line-height: 30px;
  font-size: 0.875rem;
  color: #fff;
  border: none;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto 2px;
  padding-left: 25px;
  background: rgba(231,111,5,1);
  background: -moz-linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(231,111,5,1)), color-stop(100%, rgba(231,163,5,1)));
  background: -webkit-linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
  background: -o-linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
  background: linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76f05', endColorstr='#e7a305', GradientType=1 );
}
#calendar a.diary-view:hover {
  background: rgba(231,163,5,1);
  background: -moz-linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(231,163,5,1)), color-stop(100%, rgba(231,111,5,1)));
  background: -webkit-linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
  background: -o-linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
  background: linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a305', endColorstr='#e76f05', GradientType=1 );
}
#calendar a.diary-view:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../images/calendar_icon.png') no-repeat;
  background-size: 48px 16px;
  background-position: 0 0;
  top: 7px;
  left: 50%;
  margin-left: -24px;
}
#calendar a.diary-create {
  display: block;
  position: relative;
  width: calc(100% - 50px);
  max-width: 130px;
  line-height: 30px;
  font-size: 0.875rem;
  color: #fff;
  border: none;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto 2px;
  padding-left: 25px;
  background: rgba(65,147,214,1);
  background: -moz-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(65,147,214,1)), color-stop(100%, rgba(115,194,214,1)));
  background: -webkit-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  background: -o-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  background: linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4193d6', endColorstr='#73c2d6', GradientType=1 );
}
#calendar a.diary-create:hover,
#calendar a.active-title:hover {
  background: rgba(115,194,214,1);
  background: -moz-linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(115,194,214,1)), color-stop(100%, rgba(65,147,214,1)));
  background: -webkit-linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
  background: -o-linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
  background: linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c2d6', endColorstr='#4193d6', GradientType=1 );
}
#calendar a.diary-create:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../images/calendar_icon.png') no-repeat;
  background-size: 48px 16px;
  background-position: -16px 0;
  top: 7px;
  left: 50%;
  margin-left: -24px;
}

#calendar a.diary-check {
  display: block;
  position: relative;
  width: calc(100% - 50px);
  max-width: 130px;
  line-height: 30px;
  font-size: 0.875rem;
  color: #fff;
  border: none;
  border-radius: 15px;
  text-align: center;
  margin: 0 auto 2px;
  padding-left: 25px;
  background: rgba(65,147,214,1);
  background: -moz-linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(216,61,113,1)), color-stop(100%, rgba(230,120,123,1)));
  background: -webkit-linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  background: -o-linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  background: linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d83d71', endColorstr='#e6787b', GradientType=1 );
}
#calendar a.diary-check:hover,
#calendar a.active-title2:hover {
  background: rgba(115,194,214,1);
  background: -moz-linear-gradient(45deg, rgba(230,120,123,1) 0%, rgba(216,61,113,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(230,120,123,1)), color-stop(100%, rgba(216,61,113,1)));
  background: -webkit-linear-gradient(45deg, rgba(230,120,123,1) 0%, rgba(216,61,113,1) 100%);
  background: -o-linear-gradient(45deg, rgba(230,120,123,1) 0%, rgba(216,61,113,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(230,120,123,1) 0%, rgba(216,61,113,1) 100%);
  background: linear-gradient(45deg, rgba(230,120,123,1) 0%, rgba(216,61,113,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6787b', endColorstr='#d83d71', GradientType=1 );
}
#calendar a.diary-check:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../images/calendar_icon.png') no-repeat;
  background-size: 48px 16px;
  background-position: -32px 0;
  top: 7px;
  left: 50%;
  margin-left: -24px;
}
#calendar a.diary-calories-add,
#calendar a.diary-calories-less {
  display: block;
  position: relative;
  width: calc(100% - 50px);
  max-width: 130px;
  line-height: 20px;
  font-size: 0.875rem;
  color: #d83d71;
  border: none;
  background-color: transparent;
  text-align: center;
  margin: 0 auto 4px;
}
#calendar a.diary-calories-less {
  color: #4798d6;
}
#calendar a.active-title {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  max-width: 170px;
  line-height: 20px;
  font-size: 0.875rem;
  color: #fff;
  border: none;
  background-color: transparent;
  padding: 2px 5px;
  margin: 0 auto 4px;
  background: rgba(65,147,214,1);
  background: -moz-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(65,147,214,1)), color-stop(100%, rgba(115,194,214,1)));
  background: -webkit-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  background: -o-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  background: linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4193d6', endColorstr='#73c2d6', GradientType=1 );
}
#calendar a.active-title2 {
  display: block;
  position: relative;
  width: calc(100% - 20px);
  max-width: 170px;
  line-height: 20px;
  font-size: 0.875rem;
  color: #fff;
  border: none;
  background-color: transparent;
  padding: 2px 5px;
  margin: 0 auto 4px;
  background: rgba(65,147,214,1);
  background: -moz-linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(216,61,113,1)), color-stop(100%, rgba(230,120,123,1)));
  background: -webkit-linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  background: -o-linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  background: linear-gradient(45deg, rgba(216,61,113,1) 0%, rgba(230,120,123,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d83d71', endColorstr='#e6787b', GradientType=1 );
}
#calendar a.active-title.fc-day-grid-event .fc-content,
#calendar a.active-title2.fc-day-grid-event .fc-content {
  white-space: pre-wrap;
}

@media (max-width: 991px) {
  #calendar .fc-view .fc-day-header {
    line-height: 40px;
  }
  /* #calendar .fc-basic-view .fc-body .fc-row {
    height: 70px !important;
    min-height: 70px;
  } */
  #calendar .fc-view .fc-day-top {
    padding: 2px 4px;
  }
  #calendar a.diary-view,
  #calendar a.diary-create,
  #calendar a.diary-check {
    width: calc(100% - 20px);
    /* margin-top: 5px; */
    padding-left: 15px;
  }
  #calendar a.diary-calories-add,
  #calendar a.diary-calories-less {
    font-size: 0.75rem;
    line-height: 0.9rem;
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  #calendar {
    margin: 0 -15px;
  }
  #calendar .fc-header-toolbar {
    padding: 5px;
  }
  #calendar .fc-header-toolbar .fc-center h2 {
    line-height: 26px;
    font-size: 1.125rem;
  }
}
@media (max-width: 479px) {
  #calendar a.diary-view,
  #calendar a.diary-create,
  #calendar a.diary-check {
    height: 30px;
  }
  #calendar a.diary-view span,
  #calendar a.diary-create span,
  #calendar a.diary-check span {
    font-size: 0;
  }
  #calendar a.diary-view:before,
  #calendar a.diary-create:before,
  #calendar a.diary-check:before {
    margin-left: -8px;
  }
}
/*@media (max-width: 991px) {
  #calendar .fc-header-toolbar {
    padding: 10px 5px;
  }
  #calendar .fc-header-toolbar .fc-center h2 {
    font-size: 1.125rem;
  }
  #calendar .fc-scroller {
    height: auto !important;
  }
  #calendar .fc-widget-header {
    font-size: 0.875rem;
    font-weight: normal;
    padding: 5px;
  }
  #calendar .fc-list-item-marker {
    display: none;
  }
  #calendar .fc-list-item-title {
    padding: 5px;
  }
  #calendar .diary-view .fc-list-item-title a {
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 0.875rem;
    color: #fff;
    border: none;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    padding-left: 25px;
    background: rgba(231,111,5,1);
    background: -moz-linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(231,111,5,1)), color-stop(100%, rgba(231,163,5,1)));
    background: -webkit-linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
    background: -o-linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
    background: linear-gradient(45deg, rgba(231,111,5,1) 0%, rgba(231,163,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76f05', endColorstr='#e7a305', GradientType=1 );
  }
  #calendar .diary-view .fc-list-item-title a:hover {
    background: rgba(231,163,5,1);
    background: -moz-linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(231,163,5,1)), color-stop(100%, rgba(231,111,5,1)));
    background: -webkit-linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
    background: -o-linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
    background: linear-gradient(45deg, rgba(231,163,5,1) 0%, rgba(231,111,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a305', endColorstr='#e76f05', GradientType=1 );
  }
  #calendar .diary-view .fc-list-item-title a:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/calendar_icon.png') no-repeat;
    background-size: 32px 16px;
    background-position: 0 0;
    top: 7px;
    left: 50%;
    margin-left: -24px;
  }
  #calendar .diary-create .fc-list-item-title a {
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 0.875rem;
    color: #fff;
    border: none;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    padding-left: 25px;
    background: rgba(65,147,214,1);
    background: -moz-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(65,147,214,1)), color-stop(100%, rgba(115,194,214,1)));
    background: -webkit-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
    background: -o-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
    background: linear-gradient(45deg, rgba(65,147,214,1) 0%, rgba(115,194,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4193d6', endColorstr='#73c2d6', GradientType=1 );
  }
  #calendar .diary-create .fc-list-item-title a:hover {
    background: rgba(115,194,214,1);
    background: -moz-linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(115,194,214,1)), color-stop(100%, rgba(65,147,214,1)));
    background: -webkit-linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
    background: -o-linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
    background: linear-gradient(45deg, rgba(115,194,214,1) 0%, rgba(65,147,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73c2d6', endColorstr='#4193d6', GradientType=1 );
  }
  #calendar .diary-create .fc-list-item-title a:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/calendar_icon.png') no-repeat;
    background-size: 32px 16px;
    background-position: -16px 0;
    top: 7px;
    left: 50%;
    margin-left: -24px;
  }
}*/

/* Chart */
#chart-pc .ct-series-a .ct-bar,
#chart-pc .ct-series-a .ct-line,
#chart-pc .ct-series-a .ct-point,
#chart-pc .ct-series-a .ct-slice-donut {
  stroke: #d83d71;
}
#chart-pc .ct-series-b .ct-bar,
#chart-pc .ct-series-b .ct-line,
#chart-pc .ct-series-b .ct-point,
#chart-pc .ct-series-b .ct-slice-donut {
  stroke: #5e95cf;
}
#chart-mb .ct-series-a .ct-bar,
#chart-mb .ct-series-a .ct-line,
#chart-mb .ct-series-a .ct-point,
#chart-mb .ct-series-a .ct-slice-donut {
  stroke: rgba(216,61,113,.75);
}
#chart-mb .ct-series-b .ct-bar,
#chart-mb .ct-series-b .ct-line,
#chart-mb .ct-series-b .ct-point,
#chart-mb .ct-series-b .ct-slice-donut {
  stroke: rgba(94,149,207,.75);
}

.mfp-content.video {
  padding-bottom: 40px;
}
.mfp-content.video .p-share {
  position: absolute;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 5px;
  left: 0;
  bottom: 0;
}
.mfp-content.video .mfp-iframe-scaler {
  position: relative;
}
/* MagnificPopup Fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap {
  perspective: 1200px;
  -moz-perspective: 1200px;
  -webkit-perspective: 1200px;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
}
/* Magnific Popup Close */
.mfp-iframe-scaler .mfp-close {
  position: absolute;
  width: 44px !important;
  height: 44px;
  font-size: 0;
  top: 0 !important;
  right: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
.mfp-iframe-scaler .mfp-close:before,
.mfp-iframe-scaler .mfp-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background: #fff;
  top: 21px;
  left: 9px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.mfp-iframe-scaler .mfp-close:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*