.events-title {
    line-height: 114px;
    height: 160px;
}

.events-title h2 {
    font-size: 60px;
}

.events-dates-line {
    line-height: 27px;
}

.events-dates-line a {
    margin: 0 4px;
    color: white;
    font-size: 15px;
    font-family: 'CenturyGothicRegular', sans-serif;
    display: inline-block;
    height: 27px;
    width: 27px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 50%;
}

.events-dates-line a.has-events {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.events-dates-line a.active {
    border: 1px solid rgba(255, 255, 255, 1);
}

.events-dates-line a:hover {
    text-decoration: none;
    border: 1px solid white;
    box-sizing: border-box;
}

.events-dates-line a:active, .events-dates-line a:visited, .events-dates-line a:focus {
    text-decoration: none;
}

.events-months-line {
    height: 140px;
    display: block;
    text-align: center;
    overflow: hidden;
}

.events-months-line:after {
  content  : "";
  position : absolute;
  z-index  : 1;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to left,
                    rgba(255,255,255, 0) 75%,
                    rgba(255,255,255, 1) 93%);
  width    : 100%;
  height   : 140px
}

.events-months-line:before {
  content  : "";
  position : absolute;
  z-index  : 1;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to right,
                    rgba(255,255,255, 0) 75%,
                    rgba(255,255,255, 1) 99%);
  width    : 100%;
  height   : 140px
}

.events-month {
    cursor: pointer;
}

.events-months-line .events-month {
    display: inline-block;
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 40px;
    color: #abb8c2;
    word-break: keep-all;
    margin: 0 25px;
    padding-top: 38px;
}

.events-months-line .events-month .year {
    font-size: 15px;
    position: absolute;
    margin-top: -10px;
}

.events-months-line .events-month .year:hover {
    color: #4a667f;
    cursor: pointer;
}

.events-months-line .events-month .year:after {
    content: '';
    display: inline-block;
    background-image: url("/static/pages/img/year_arrow.3c88f4c39f8b.png");
    width: 6px;
    height: 10px;
    margin-left: 5px;
}

.events-months-line .events-month .year:hover:after {
    background-image: url("/static/pages/img/year_arrow_hover.edb6f8a4ed99.png");
}

.events-months-line .events-month.current {
    margin: -2px 20px;
    color: #4a667f;
    min-width: 172px;
    display: inline-block;
}

.event-preview {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}

.event-place-pic {
    display: block;
    width: 90px;
    margin: 15px auto 0;
}

.event-place {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 15px;
    color: white;
    margin-top: 20px;
    display: inline-block;
}

.event-preview-left {
    background: transparent;
    width: 160px;
    height: 195px;
    display: inline-block;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 20;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.event-preview-left:before {
    background: #4a667f url("/static/pages/img/clouds.99d572531120.png");
    width: 5760px;
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
    animation-name: MOVE-ELEM;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
    background-clip: content-box;
    -webkit-background-clip: content-box;
    background-origin: content-box;
}

.event-preview-right {
    display: inline-block;
    background-color: transparent;
    width: 1000px;
    height: 195px;
    margin: 0 0 0 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 20;
    overflow: hidden;
    position: relative;
}

.event-preview-right:before {
    background: #4a667f url("/static/pages/img/clouds.99d572531120.png");
    width: 5760px;
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
    animation-name: MOVE-ELEM;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
    background-clip: content-box;
    -webkit-background-clip: content-box;
    background-origin: content-box;
}

.elements-center {
    display: inline-block;
    position: relative;
}

.elements-left {
    top: 0;
    position: absolute;
    right: 100%;
    white-space: nowrap;
}

.elements-right {
    top: 0;
    position: absolute;
    left: 100%;
    white-space: nowrap;
}

.events-month-arrow {
    opacity: 0.5;
    transition: opacity .5s;
    display: inline-block;
    height: 50px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
    cursor: pointer;
}

.events-month-arrow:hover {
    opacity: 1;
}

.events-month-left-arrow {
    background-image: url("/static/pages/img/event-arrow-left.7bfa05761329.png");
}

.events-month-right-arrow {
    background-image: url("/static/pages/img/event-arrow-right.fbf4d5009f6a.png");
}

.event-title {
    float: left;
}

.event-title h3 {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 42px;
    color: white;
    text-transform: uppercase;
    margin: 15px 0 0 50px;
    width: 600px;
    text-align: left;
}

.event-title .more {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 23px;
    color: #d4dbe0;
    width: 150px;
    margin-left: 50px;
    margin-top: -5px;
    user-select: none;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
}

.event-title .more:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    background-image: url("/static/pages/img/event-more.999d5de46e54.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    float: right;
    transition: transform 0.5s;
}

.event-title .more.expanded:after {
    transform: rotate(-180deg);
}

.event-date {
    float: right;
    margin: -10px 30px 0 0;
    text-align: right;
}

.event-date-number {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 107px;
    color: #d4dbe0;
}

.event-date-day {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 15px;
    color: #d4dbe0;
    text-align: center;
    text-transform: uppercase;
    margin-top: -25px;
    display: block;
}

.event-content {
    text-align: center;
    margin-top: -36px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 0;
    transition: height 0.6s;
}

.event-content.expanded {
    height: 650px;
}

.event-content-left {
    padding-top: 36px;
    background-color: #ebebeb;
    width: 160px;
    height: 100%;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.event-content-right {
    padding-top: 36px;
    display: inline-block;
    background-color: #ebebeb;
    width: 1000px;
    height: 100%;
    margin: 0 0 0 15px;
    overflow: hidden;
    text-align: left;
    overflow-y: scroll;
}

.event-content-right h3 {
    font-family: 'CenturyGothicRegular', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 50px 40px 50px;
    color: #4a667f
}

.event-content-right p {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 25px;
    margin: 0 50px 40px 50px;
    color: #748798;
}

.event-content-right a {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 23px;
    color: #748798;
}

.event-content-right a.link-left {
    margin: 0 50px 40px 25px;
}

.event-content-right a.link-left:before {
    content: '';
    display: inline-block;
    background: url("/static/pages/img/event-arrow-left.7bfa05761329.png") no-repeat center/contain;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 5px;
}

.event-content-right a.link-right {
    margin-right: 25px;
    float: right;
}

.event-content-right a.link-right:after {
    content: '';
    display: inline-block;
    background: url("/static/pages/img/event-arrow-right.fbf4d5009f6a.png") no-repeat center/contain;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.event-content-left span {
    font-family: 'CenturyGothicRegular', sans-serif;
    font-size: 23px;
    color: #4a667f;
    margin-top: 15px;
    display: inline-block;
    padding: 0 10px;
}

.event-time {
    margin-bottom: 20px;
}

.event-place {
    font-family: 'CenturyGothicRegular', sans-serif !important;
}

.lSAction {
    opacity: 0.5;
    transition: opacity 0.6s;
}

.lSAction:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background: url("/static/pages/img/controls_prev.7bfa05761329.png") no-repeat center/contain;
    z-index: 777 !important;
}

.lSAction > .lSNext {
    background: url("/static/pages/img/controls_next.fbf4d5009f6a.png") no-repeat center/contain;
    background-position: 0 0 !important;
}

.lSSlideWrapper.usingCss {
    margin: 0 50px;
}

.lSAction>.lSNext {
    right: -6px !important;
}

.autoWidth.lightSlider.lsGrab.lSSlide {
    margin-left: 0 !important;
}