
.section {
    padding: 30px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.section .image {
    clear: both;
    text-align: center;
    margin: 1em 0;
}

.section .image > img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.section .image-style-align-left {
    float: left;
    margin-right: 1.5em;
    max-width: 50%;
}

.section .image-style-side {
    float: right;
    margin-left: 1.5em;
    max-width: 50%;
}

blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}

.section-white {
    background: #FFF;
}

.section .container:first-child h1,
.section .container:first-child h2,
.section .container:first-child h3 {
    margin-top: 0;
    font-weight: 700;
}

.section-breadcrumbs {
    background-color: #26516c !important;
    margin-bottom: 10px;
}

.section-breadcrumbs h1 {
    color: #FAFAFA;
    font-size: 1.6em;
    margin-bottom: 0;
    text-transform: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1000px;
}

.container .title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.container .date {
    font-size: 14px;
    text-align: center;
}

.container .info {
    margin-top: 25px;
    padding: 0 70px 0 70px;
}

.container .info .image {
    text-align: center;
}

.min-height {
    height: auto !important;
    height: 600px;
    min-height: 600px;
}

.events-list {
    width: 100%;
    font-size: 0.9em;
}

.events-list tr td {
    padding: 5px 20px 5px 0;
}

.events-list tr td:last-child {
    padding: 5px 0;
    text-align: right;
}

.events-list tr:hover .event-date {
    border-left: 5px solid #16a085;
}

.events-list .event-date {
    margin: 3px 0;
    padding: 2px 10px;
    border-left: 5px solid #CFCFCF;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

.events-list .event-date .event-day {
    color: #808080;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}

.events-list .event-date .event-month {
    color: #CFCFCF;
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
}

.events-list .event-date .event-venue,
.events-list .event-date .event-price {
    white-space: nowrap;
}

.container .table table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px double #b3b3b3;
    margin: 0 auto;
}
.container .table table tr td{
    min-width: 2em;
    padding: .4em;
    border: 1px double #d9d9d9;
}


.link001:link, .link001:visited {
    text-decoration: none;
    color: #FFF;
}

.link001:hover {
    color: #CCC;
}

.link001:active {
}