.cal__mnn__wr {
  background: #fff; 
  padding: 33px 10px 25px 10px;
  margin: 45px 0 60px; }

.cal__rtwo {
  text-align: right; }

.cal__rtwo__link {
  display: inline-block;
  font-size: 16px;
  font-family: "ninoB";
  padding: 21px 41px 17px 41px;
  background: #425063;
  color: #fff;
}

.cal__mnn2__wr {
  border: 1px solid #EFEFEF; }

.cal__mnn2__wr.cal__mnn2__wr2 {
  border: none; }

.cal__mn__wr {
  margin-top: 30px; }

.cal__top, .cal__middle, .cal__bottom {
  display: none; }

.cal__top.showCView, .cal__middle.showCView, .cal__bottom.showCView {
  display: block; }

.calendar__weekdays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.calendar__weekday {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 12.285%;
  flex: 1 1 12.285%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 27px;
  padding: 20px 0;
  font-family: "ninoB";
  color: #6d7073; }

.calendar {
  display: block !important;
  padding: 0 !important; }

.calendar__row {
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 20px; 
}

.calendar__row:last-child{
  border-bottom: none;
  margin-bottom: 0; 
}

.calendar__day {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 12.285%;
  flex: 1 1 12.285%;
  text-align: center;
  padding: 10px 0 55px 20px; }
  .calendar__day.active {
    color: #222; }
  .calendar__day.disable {
    cursor: not-allowed; }


.calendar__day.weekendevent{
  cursor: auto;
}

.calendar__day.weekendevent .day__number{
  cursor: pointer;
}


.calendar__day.weekendevent .day__number:hover{
  cursor: pointer;
  text-decoration: underline;
}



.disable .day__number {
  cursor: not-allowed;
  color: #C9D1DD; }

.disable .day__number:hover {
  text-decoration: none; }

.day__number {
  position: relative;
  font-size: 16px;
  padding: 5px 0 0 0;
  font-family: "MonB";
  text-align: left;
  cursor: pointer;
  color: #425063; }

.day__number:hover {
  text-decoration: underline; }

.events__wrapper {
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 0; }

.event {
  border-top: 1px solid #fff;
  height: 16px;
  cursor: pointer; 
}

.eventdetail{
  display: none;
}



.tod {
  position: relative; }

.tod::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background: #e8eff9;
  right: 0;
  bottom: 0;
  border-radius: 3px; }

.events__wrapper.many .showMore {
  cursor: pointer;
  display: block; }

.events__wrapper.many {
  max-height: 38px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 100ms;
  transition: -webkit-transform 100ms;
  -o-transition: transform 100ms;
  transition: transform 100ms;
  transition: transform 100ms, -webkit-transform 100ms; }

.events__wrapper.many.show {
  max-height: none;
  overflow: visible;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  bottom: auto;
  top: 0; }

.showMore {
  display: none;
  color: #fff;
  background: #c33241;
  border-radius: 2px;
  font-family: 'ninoB';
  font-size: 12px;
  color: #fff;
  height: 18px;
  line-height: 22px;
  padding: 0 5px;
  overflow: hidden; }

.showMore .showmore_lg{
  display: none;
}


.showMore .showmore_sm{
  display: block;
}

.cal__large__head {
  display: none; }

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

.cal__top__info {
  position: relative;
  z-index: 9;
  display: flex;
  flex-flow: column nowrap;
  max-width: 1103px;
  margin: 0 auto;
  padding: 35px 10px 0 10px; 
}

.container.calsub2 {
  margin: 0 auto 35px auto; }

.calsub2 .cal__mnn__wr {
  padding: 0px 38px 25px 30px; }

.calsub2 .cal__top__info {
  padding: 20px 0 0 10px; }

.cal__topinfo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-bottom: 20px; }

.cal__info__title {
  font-family: "ninoB"; 
  font-size: 25px;
  padding: 11px 0 0 0;
  text-transform: capitalize;
  color: #425063;
}

.cal__info__dajavshna {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-family: "ninoB";
  padding: 22px 18px 19px 18px;
  background: #D6384B;
  margin-left: 25px; 
}

.cal__topinfo__jumper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 30px 0;
  display: none; }

.cal__topinfo__jumper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cal__topinfo__switcher {
  position: relative;
  margin-top: 7px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 38px;
  height: 38px;
  cursor: pointer;
  border-radius: 19px; }

.cal__topinfo__switcher::before{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  }

.cal__topinfo__switcher:nth-child(1) {
  margin-right: 5px; }

.cal__topinfo__switcher:nth-child(1)::before {
  content: url("../img/ovLeft.png"); }

.cal__topinfo__switcher:nth-child(2)::before {
  content: url("../img/ovRight.png"); }

.cal__topinfo__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 17px;
  margin-bottom: 30px; }

.cal__topinfo__syear {
  position: relative;
  margin: 5px 5px 0px 0;
  width: 107px;
  z-index: 100; }

.cal__bottom {
  padding: 0 0 30px 0;
  font-size: 14px;
  font-family: "ninoB"; 
}



.cal__topinfo__date {
  position: relative;
  padding: 0 13px;
  color: #9DA2AA;
  font-size: 13px;
  font-family: "FM"; }

.cal__topinfo__month::before, .cal__topinfo__week::before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  right: -2px;
  width: 2px;
  background: #9DA2AA;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg); }

.cal__topinfo__date.act {
  color: #425063; }

.cal__topinfo__month, .cal__topinfo__week, .cal__topinfo__day {
  cursor: pointer; }

.cal__topinfo__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cal__topinfo__syearss.acti + .cal__topinfo__ylist {
  display: block; }

.cal__topinfo__smonthss.acti + .cal__topinfo__mlist {
  display: block; }

.cal__topinfo__syearss, .cal__topinfo__smonthss {
  position: relative;
  font-size: 13px;
  font-family: "FM";
  color: #425063;
  background: #EFEFEF;
  padding: 20px 0 20px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.cal__topinfo__syearss::before, .cal__topinfo__smonthss::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #425063  #425063 transparent;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.cal__topinfo__ylist, .cal__topinfo__mlist {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #EFEFEF;
  width: 100%;
  -webkit-animation: fadein 300ms linear 0s;
  animation: fadein 300ms linear 0s; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cal__topinfo__yitem, .cal__topinfo__mitem {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 13px;
  font-family: "FM";
  color: #425063; }

.cal__topinfo__smonth {
  position: relative;
  width: 156px;
  margin-top: 5px; }

.cal__topinfo__smonth.calkk {
  z-index: 1; }

.calendar__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(66, 80, 99, 0.9);
  z-index: 2001; }

.calendar__overlay.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.calendar__overlay__wr {
  width: 300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.calendar__overlay__contentl {
  background: #DB5160;
  height: 100px;
  min-width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
   }


.calendar__overlay__content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.calendar__overlay__content::-webkit-scrollbar-track {
  background: initial; 
}
 
/* Handle */
.calendar__overlay__content::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.calendar__overlay__content::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.calendar__overlay__content{
      overflow-y: scroll;
    max-height: 85vh;
}


.calendar__overlay__contentn {

  font-size: 35px;
  font-family: "MonB";
  color: #fff;
  margin-bottom: 5px; }

.calendar__overlay__contentm {
  color: #fff;
  font-size: 12px;
  font-family: "FM"; }

.calendar__overlay__content {
  position: relative;
  width: 300px;
  background: #FFFFFF; }
  .calendar__overlay__content .calendar__overlay__content {
    width: 360px; }

.calendar__event_ttt {
  color: #425063;
  font-size: 17px;
  font-family: "ninoB";
  padding: 30px 20px 20px 20px; }

.calendar__event__textt {
  color: #425063;
  font-size: 12px;
  font-family: "FR";
  padding: 0 20px;
  margin-bottom: 25px;
  line-height: 1.7; }

.calendar__event__centre {
  color: #425063;
  font-size: 14px;
  font-family: "FR";
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 1.7; }

.calendar__event__contentb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #C9D1DD;
  padding: 25px 20px;
  font-size: 12px;
  font-family: "FSM";
  color: #2B384A; 
}

.calendar__event__dstyle{
  text-align: center; 
  /* width: 70px; */
  width: 90px;
}

.calendar__overlay__contentCl {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  cursor: pointer; }

.calendar__event__ddate {
  position: relative; }

.coverlay__times {
  text-align: center; }

#coverlay__evn, #coverlay__emn {
  margin-right: 3px; }

.calendar__event__ddate::before {
  content: url("../img/clocksmall.png");
  position: absolute;
  right: calc(100% + 5px);
  top: 0; }

.calsub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-bottom: 30px;
  grid-gap: 20px 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }

.calsub.calsub__two {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 65px; }

.calsub.calsub__two .cal__mnn2__wr {
  border: none; }

.cnames__list.sh {
  display: block; }








.calsub .cal__mnn__wr {
  margin: 0; }


.calendar__day__day {
  font-size: 15px;
  font-family: "ninoB";
  color: #A0A8B2;
  border-bottom: 1px solid #EFEFEF;
  padding: 20px 0 18px 0;
  margin-bottom: 15px; }

.calendar__day__ww {
  color: #425063;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 15px 17px;
  border-left: 1px solid #EFEFEF;
  margin-left: 50px; }

.calendar__day__day {
  padding-left: 70px; }

.calendar__day__num {
  font-size: 26px;
  font-family: "MonB";
  margin-right: 10px; }

.calendar__month__name {
  font-size: 20px;
  font-family: "ninoB";
  margin-top: 6px; }

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

.calendar__t {
  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;
  border-right: 1px solid #EFEFEF;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50px;
  flex: 0 1 50px;
  font-family: "MonB";
  font-size: 10px;
  color: #9DA2AA;
  height: 14px; }

.calendar__ev__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.calendar__ev__ln {
  position: relative;
  display: block;
  height: 7px;
  width: 100%;
  border-radius: 3px;
  margin: 1px 0;
  cursor: pointer; }

.calendar__ev__ln:hover .day__event__toolkit {
  visibility: visible;
  bottom: 10px;
  opacity: 1; }

.calendar__day__view__events {
  position: relative; }

.column.columnInDay {
  border-radius: 4px;
  width: 10px; }

.calendar__week__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.calendar__week__form__head {
  width: 90%;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.calendar__week__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.calendar__week__day {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 12.285%;
  flex: 1 1 12.285%;
  text-align: center;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  font-family: "MonB";
  color: #425063; }

.calendar__week__day:nth-child(6), .calendar__week__day:nth-child(7) {
  color: #C9D1DD; }

.calendar__week__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.calendar__week__listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.calendar__week__time {
  width: 10.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "MonB";
  font-size: 10px;
  color: #9DA2AA;
  height: 14px; }

.calendar__weekday__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.weekd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 12.285%;
  flex: 1 1 12.285%;
  text-align: center;
  -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-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 0; }

.weekd:nth-child(odd), .calendar__week__day:nth-child(odd) {
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF; }

.eventInWView {
  position: relative;
  display: block;
  width: 90%;
  height: 7px;
  cursor: pointer;
  margin: 1px auto; }

.weekd-5, .weekd-6 {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed; }

.today2 {
  background: #e8eff9; }

.cwkk {
  position: relative; }

.column {
  position: absolute;
  width: 7px;
  height: 200px;
  cursor: pointer; }

.day__event__toolkit {
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px;
  background: #222;
  color: #fff;
  border-radius: 5px;
  max-width: 100px;
  text-align: center;
  font-size: 13px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  opacity: 0; }

.column:hover {
  z-index: 100; }

.column:hover .day__event__toolkit {
  visibility: visible;
  opacity: 1;
  bottom: 50%; }

.toolkitArr {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
  border-width: 5px;
  border-style: solid;
  border-color: #222 transparent transparent transparent; 
}

.maincalendar__lnkwr{
  text-align: center;
  padding: 25px 0 0 0;
}

.maincalendar__lnk{
  display: inline-block;
  font-size: 16px;
  font-family: "ninoB";
  padding: 21px 30px 17px 30px;
  color: #fff;
  background: #DB5160;
}


@media screen and (min-width: 550px) {
  .calendar__overlay__wr {
    width: 470px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap; 
    flex-flow: row nowrap; } 
}


@media screen and (min-width: 650px){
  .showMore .showmore_lg{
    display: block;
  }
  .showMore .showmore_sm{
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .cal__large__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cal__small__head {
    display: none; }
  .calendar__week__time {
    font-size: 11px; }
  .calendar__day {
    padding: 0 0 55px 37px; }
  .day__number {
    font-size: 26px; } 
}

@media screen and (min-width: 1140px) {
  .calsub.calsub__two {
    -ms-grid-columns: 1fr 250px;
    grid-template-columns: 1fr 250px;
    padding: 0 30px; }
  .calsub.calsub__two .cal__mnn__wr {
    border: 1px solid #EFEFEF; } 
  
}


@media screen and (min-width: 1150px) {
  .cal__topinfo__left {
    margin-bottom: 0; }
    .cal__top__info {
      flex-flow: row nowrap; 
    align-items: center;
  }
  .cal__topinfo__middle {
    margin-right: 17px;
    margin-bottom: 0; }
    .cal__topinfo__jumper {
      margin: 0 10px 0 0; 
    }
    .cal__mnn__wr {
    padding: 33px 38px 25px 38px; }
    .cal__bottom {
      padding: 0 20px 30px 28px; } 
      
      .cal__info__dajavshna {
    padding: 22px 25px 19px 25px;
    margin-left: 38px;
  }
  
}


@media screen and (min-width: 1200px){
  .eventdetail{
    display: block;
    color: #fff;
    font-size: 12px;
  }
  .calsub {
    grid-template-columns: 1fr 360px; 
  }
}