@font-face {
  font-family: symbolFont;
  src: url('../fonts/symbolFont.woff');
}

.carousel-wrapper {
	overflow: auto;
    width: auto;
    display: flex;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    float: left;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel ul li {
    float: left;
    width: 70px;
    border: transparent;
    border-bottom: 2px solid #28a7df;
    padding: 15px 5px;
    margin-right: 14px;
    text-align: center;
}

.week {
    font-size: 16px;
}
.day-month {
    font-weight: bold;
    font-size: 20px;
}

.day-month:hover {
    background-color: #B3BFC5;
    color: #6b6c7a;
}
.month-day{
    font-weight: bold;
    font-size: 20px;
}

.daynumbers {
    font-size: 25px;
    font-size: 25px;
    color: #6b6c7a;
    text-decoration: none;
    cursor: pointer;
}

.daynumbers.active , .daynumbers.active:link , .daynumbers.active:visited , .daynumbers.active:hover , .daynumbers.active:active {
  color: white;
}

.daynumbers:link , .daynumbers:visited , .daynumbers:hover , .daynumbers:active {
    color: #6b6c7a;
}

.month-day.active {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
    border: #28a7df;
    border-bottom: 2px solid #ffffff;
}

.jcarousel-control-prev, .jcarousel-control-next {
  display: inline-block;
  min-width: 30px;
  text-align: center;
  float: left;
  font-size: 20px;
  line-height: 120px;
  color: #b2b2b2;
}

.jcarousel-control-prev { 
    margin-right: 7px;
    background: #3f63ae;
    border: 0;
    color: #ffffff;
    outline: none;
    padding: 0;
}

.jcarousel-control-next { 
    margin-left: 7px;
    background: #3f63ae;
    border: 0;
    color: #ffffff;
    outline: none;
    padding: 0;
}

.ShowsCarsoul{
   display: inline-grid;
}

.fa, .fa-chevron-right .fa-chevron-left {
    font-size: 20px;
    color: #ffffff;
}