.widthContainer.events-block{
  max-width: 1080px;
  margin-top: 50px;
}

.widthContainer.events-block h2{
  text-align: center;
}

.calendar  * {
    box-sizing: border-box;
}

.calendar-sm {
    cursor: default;
    width: 100%;
}

.calendar {
    position: relative;
    cursor: default;
    width: 100%;
    margin-top: 20px;
    min-height: 337px;
}

.calendar-sm .c-pad-top {
    padding-top: 2%;
}

.calendar .c-pad-top {
    padding-top: 3%;
}

.c-grid {
    height: inherit;
}

.c-days-list{
  overflow-x: hidden;
}

.c-day {
    text-align: center;
}

.c-day .c-day-of-week {
    text-transform: lowercase;
    font-size: 11px;
    font-weight: normal;
    color: #B0BFC9;
}

.c-day.c-today .c-day-of-week {
    text-transform: uppercase;;
    font-weight: bold;
    color: #003050;
}

.c-day .c-day-number {
  max-width: 30px;
  background: rgba(0, 51, 80, .06);
  color: rgba(0, 0, 0, .3);
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto;
}

.c-day.c-event .c-day-number  {
    background: rgba(0, 51, 80, .3);
    color: rgba(0, 0, 0, .6);
    cursor: pointer;
}

.c-day.c-actual-day .c-day-number  {
    background: rgba(0, 51, 80, 1);
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.c-months-list{
  margin: 10px auto;
}

.c-months-list .owl-stage-outer{
  border-top: 1px solid #003050;
  padding: 10px;
}

.c-months-list .c-month.c-selec-month span{
  display: block;
  margin: 0 auto;
  width: 50px;
  font-weight: 900;
  color: #003050;
  border-bottom: 3px solid transparent;
}

.c-months-list .c-month.c-selec-month.c-actual-month span{
  border-bottom: 3px solid #003050;
}

.c-months-list .c-month {
  display: block;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
}

.owl-stage-outer{
  z-index: 5;
}

.owl-nav{
  height: inherit;
}

.owl-controls .owl-nav [class*="owl-"] {
    color: #003350;
    font-size: 35px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-controls{
  height: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.owl-controls .owl-prev{
  position: absolute;
  left: -35px;
  top: 0;
}

.owl-controls .owl-next{
  position: absolute;
  right: -35px;
  top: 0;
}

.owl-carousel.c-event-list .owl-controls .owl-prev, .owl-carousel.c-event-list .owl-controls .owl-next {
  top: 50%;
}

.owl-controls .owl-prev.disabled, .owl-controls .owl-next.disabled{
  color: #E7E7E7;
  cursor: default !important;
}

.c-event-item .image-field{
    position: relative;
    display: block;
    width: 100%;
}

.c-event-item .image-field .event-date{
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0 0 -5px 0;
    font-size: 33px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
    padding: 0 0 0 10px;
}

.c-grid {
    width: 100%;
}

.c-event-grid {
    height: inherit;
    width: 100%;
    clear: both;
}

.c-grid-title {
    font-weight: bold;
    float: left;
    color: blac;
}

.c-event-title a {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: black;
    padding: 10px 0 0 10px;
    min-height: 60px;
}

.c-event-list .owl-stage-outer:before{
  content: ' ';
  background-color: #E9E9E9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  min-height: 167px;
}

.c-event-list {
    padding: 7 0 0 0;
    overflow: auto;
    height: 95%;
}


.c-event-item > div {
    width: inherit;
    overflow: hidden;
}
