
#aside-calendar .loading {
    background: url("/css/Front/img/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    margin: 70px auto;
    width: 32px;
}

.messages {
    margin: -44px auto 25px;
    width: 960px;
    padding: 0 0 21px;
}

.flash {
    background: none repeat scroll 0 0 rgba(137, 106, 255, 0.12);
    border: 1px solid #0200CC;
    color: #040A70;
    margin: 3px 0;
    padding: 5px;
}

.flash.error {
    background: none repeat scroll 0 0 rgba(255, 58, 58, 0.23);
    border: 1px solid #920000;
    color: #B70000;
}

.flash.warning {
    background: none repeat scroll 0 0 rgba(255, 192, 68, 0.22);
    border: 1px solid #926100;
    color: #624100;
}


.clear-block:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#fullscreen-modal .hero p.error {
    color: #7E0101;
    padding: 3px;
    width: 470px;
}

#fullscreen-modal .hero h3.error {
    color: #FF0000;
}

#fullscreen-modal {
    display: none;
}

#albums-wrap .image a {
    float: left;
    margin: 11px 4px 0 0;
}

#albums-wrap .pagination {
    padding-top: 40px;
}

.thumbnail {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.1s ease-in-out 0s;
}

.thumbnail:hover {
    border: 1px solid #000000;
}

#albums-wrap .paginator-container {
    float: left;
    width: 100%;
}


#intro section p {
    width: 570px;
}

#intro section {
    width: auto;
}

#content #news-aside #aside-player .track .track-text .track-title {
    font-size: 14px;
}


#content #albums-wrap .items .item {
    height: 260px;
    overflow: hidden;
}

#topmenu {
    margin: 25px 0 0;
}

#topheader #logo a {
    font-size: 24px;
}

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

.button.long-shape {
    padding: 11px 50px;
}

#topmenu ul li .submenu {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 58px;
    transition: opacity 0.4s ease-in-out 0s;
}

.submenu ul {
    background: none repeat scroll 0 0 #E2F2FF;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    height: auto;
    padding: 0 0.8em;
}

.submenu ul li a {
    color: #3C94DF;
    padding: 0.98em 0.5em;
}

.submenu ul li {
    display: inline-block;
    list-style: none outside none;
}

.submenu ul li a {
    display: block;
    font-family: "John Sans Medium",Helvetica,Arial,sans-serif;
    padding: 1.24em 0.7em;
    position: relative;
    text-decoration: none;
}

.submenu ul li.right {
    float: right;
}

#topmenu {
    padding: 0px;
}

.submenu ul li a:hover {
    color: #164D7C;
}

#content .martingBottom20 {
    margin-bottom: 20px;
}

.frontYouTubeVideo {
    margin: 0 0 20px;
}

#content #article-wrap h4 {
    color: #435665;
}

#news-wrap .category-block {
    margin-bottom: 40px;
}

.calendarEvent_popUp_title {
    font-weight: bold;
    text-decoration: underline;
}

.calendarEvent_popUp_date {
    float: left;
    color: rgb(203, 203, 203);
    font-size: 12px;
}

div.yearsWrapper {
    display: inline-block;
    margin: 15px 0 25px;

}


div.yearsWrapper div {
    width: auto;
    float: left;
    margin-right: 20px;
}

div.yearsWrapper a {
    border: 1px solid #ffd478;
    padding: 10px 20px;
    background-color: #fff2d5;
    color: #654d19;
    border-radius: 8px;
    text-decoration: none;
}

div.yearsWrapper a.active {
    background-color: #ffd478;
}

div.yearsWrapper a:hover {
    background-color: #ffd478;
}

#event-wrap div.eventsList ul h2 {
    font-family: "John Sans Text",Helvetica,Arial,sans-serif;
    color: #607586;
    padding-top: 10px;
    text-transform: capitalize;
    font-size: 20px;
}

div.eventsList ul {
    margin-top: 30px;
}

div.eventsList ul li{
    display: block;
    background-repeat: no-repeat;
    list-style: none;
    padding: 15px 40px 15px 0;
    border-bottom: 1px solid #cccccc;
    width: 373px;

}

div.eventsList ul li:last-child {
    border: none;
}


div.eventsList ul li span.date {
    display: block;
    color: #607586;
    padding-top: 4px;
    font-size: 17px;
}

div.eventsList ul li span.title {
    display: inline-block;
    color: #1f71b8;
    padding-top: 10px;
    font-size: 17px;
    text-decoration: underline;
}

div.eventsList ul li span.title:hover {
    text-decoration: none;
}

div.eventsList span.clarification {
    display: block;
    margin: 10px 0;
    color: #607586;
}

.monthWrapper {}
.monthWrapper a {
    border-right: 1px solid silver;
    padding: 0 5px;
    font-size: 13px;
    color: #1f71b8;
    text-decoration: none;
}

.monthWrapper a:hover {
    color: black;
}

.monthWrapper a:first-child {
    padding-left: 0;
}

.monthWrapper a:last-child {
    padding-right: 0;
    border-right: 0 solid white;
}




