@font-face {
    font-family: 'gotham_thinregular';
    src: url("../fonts/gotham_thin_regular-webfont.eot");
    src: url("../fonts/gotham_thin_regular-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/gotham_thin_regular-webfont.woff2") format('woff2'), url("../fonts/gotham_thin_regular-webfont.woff") format('woff'), url("../fonts/gotham_thin_regular-webfont.ttf") format('truetype'), url("../fonts/gotham_thin_regular-webfont.svg#gotham_thinregular") format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'gotham_boldregular';
    src: url("../fonts/gotham_bold_regular-webfont.eot");
    src: url("../fonts/gotham_bold_regular-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/gotham_bold_regular-webfont.woff2") format('woff2'), url("../fonts/gotham_bold_regular-webfont.woff") format('woff'), url("../fonts/gotham_bold_regular-webfont.svg#gotham_boldregular") format('svg');
    font-weight: bold;
    font-style: normal
}

@font-face {
  font-family: GothamPro;
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.woff2") format("woff2"),
  url("../fonts/GothamPro.woff") format("woff"),
  url("../fonts/GothamPro.ttf") format("truetype"),
  url("../fonts/GothamPro.svg#GothamPro") format("svg"),
  url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype");
  font-weight: 200;
  font-style: normal
}

a img {
    border: 0
}

.link-title h3 {
    color: #fff
}

.link-title a:hover,a:focus {
    color: #fff
}

@media screen and (max-width: 639px) {
    .col-xxs-6 {
        width:50%
    }

    body {
        font-size: 12px
    }
}

@media screen and (max-width: 479px) {
    .img-responsive {
        width:100%
    }
}

img.pull-right,.pull-right > img {
    margin: 0 0 20px 20px
}

img.pull-left,.pull-left > img {
    margin: 0 20px 20px 0
}

::selection {
    color: #0f0f10;
    background: #e0f57e
}

::-moz-selection {
    color: #0f0f10;
    background: #e0f57e
}

.no-gutter {
    padding-left: 0;
    padding-right: 0
}

.top-shadow {
    position: fixed;
    left: 0;
    right: 0;
    top: -385px;
    height: 385px;
    z-index: 999;
    background-image: url("../images/top-shadow.png");
    transform: translate(0,385px);
    pointer-events: none
}

.grayscale {
    -webkit-filter: grayscale(100%) brightness(50%);
    transition: .3s;
}

.grayscale:hover {
    -webkit-filter: grayscale(0%) brightness(100%)
}

#body {
    font-size: 16px;
    position: relative;
    min-width: 320px;
    margin: auto;
    overflow: hidden;
}

body.internal .carousel-inner {
    max-height: 544px
}

.tour p {
    margin: 0;
    padding: 0;
    line-height: 0
}

.navbar-toggle {
    margin-right: 30px;
    background-color: #0f0f10
}

.navbar-toggle .icon-bar {
    background-color: #e0f57e
}

header {
    padding-top: 75px;
}

header #topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
/*    background-color: #e8e8e8; */
    background-color: #fff;
    height: 35px;
    z-index: 9999
}

header nav.navbar-fixed-top {
    top: 35px;
    z-index: 99999;
/*    background-color: #e8e8e8; */
    background-color: #fff;
    /* background: url("../images/navbar-gradient.png") repeat-x; */
}

header nav.navbar-fixed-top .navbar-collapse {
    overflow: scroll;
    max-height: 100vh
}

header nav.navbar-fixed-top .navbar-brand {
    position: relative;
    padding: 0 0 0 20px;
    margin-top: -20px;
    z-index: 20
}

header nav.navbar-fixed-top .navbar-nav {
    margin: 10px auto;
}

header nav.navbar-fixed-top .navbar-nav li {
    position: relative;
    margin: 0 10px
}

header nav.navbar-fixed-top .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 10px;
    /* font-weight: bold; */
    text-transform: uppercase;
    color: #222;
}

header nav.navbar-fixed-top .navbar-nav > li:hover > a,header nav.navbar-fixed-top .navbar-nav > li:focus > a,header nav.navbar-fixed-top .navbar-nav > li > a:hover,header nav.navbar-fixed-top .navbar-nav > li > a:focus,header nav.navbar-fixed-top .navbar-nav .open > a,header nav.navbar-fixed-top .navbar-nav .open > a:hover,header nav.navbar-fixed-top .navbar-nav .open > a:focus {
    text-decoration: none;
    background-color: #363636;
    color: #e0f57e;
    border-color: #363636
}

header nav.navbar-fixed-top .navbar-nav .active > a {
    /* color: #e0f57e; */
}

header nav.navbar-fixed-top .navbar-nav .dropdown-menu {
    background-color: #363636;
    border: 0;
}

header nav.navbar-fixed-top .navbar-nav .dropdown-menu .item-361,header nav.navbar-fixed-top .navbar-nav .dropdown-menu .item-362,header nav.navbar-fixed-top .navbar-nav .dropdown-menu .item-371,header nav.navbar-fixed-top .navbar-nav .dropdown-menu .item-372 {
    color: #fff;
    padding: 8px 0;
    font-size: 13px
}

header nav.navbar-fixed-top .navbar-nav .dropdown-menu a {
    color: #fff;
    font-family: 'GothamPro';
    padding: 3px 10px
}

header nav.navbar-fixed-top .navbar-nav .dropdown-menu a.nav-header {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 0;
    font-size: 13px
}

header nav.navbar-fixed-top .navbar-nav .dropdown-menu a .caret {
    float: right;
    margin: 5px auto
}

header nav.navbar-fixed-top .navbar-nav .dropdown-menu a:hover,header nav.navbar-fixed-top .navbar-nav .dropdown-menu a:focus,header nav.navbar-fixed-top .navbar-nav .dropdown-menu > .active > a,header nav.navbar-fixed-top .navbar-nav .dropdown-menu > .active > a:hover,header nav.navbar-fixed-top .navbar-nav .dropdown-menu > .active > a:focus {
    color: #e0f57e;
    background-color: #363636;
    outline: 0
}

header .social {
    display: inline-block;
    padding: 0 15px;
    margin: 7px auto;
}

header .social li {
    display: inline-block;
}

header .social li img {
    height: 22px
}

header .simple-nav {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .simple-nav li {
    display: inline-block;
}

header .simple-nav li a {
    display: block;
    color: #222;
    padding: 5px 15px;
    font-weight: 600
}

header .simple-nav li.green {
    background-color: #e0f57e;
}

header .simple-nav li.green a {
    color: #000
}

header .simple-nav li.green:hover {
    background-color: #545454;
}

header .simple-nav li.green:hover a {
    color: #e0f57e;
    text-decoration: none
}

header .simple-nav li.grey {
    background-color: #545454;
}

header .simple-nav li.grey a {
    color: #fff;
    text-decoration: none
}

header .simple-nav li.grey:hover {
    background-color: #e0f57e;
}

header .simple-nav li.grey:hover a {
    color: #000;
    text-decoration: none
}

@media screen and (min-width: 1200px) {
    nav.navbar-fixed-top .navbar-nav > li {
        margin:0 10px
    }
}

@media screen and (max-width: 1199px) {
    header {
        padding-top:85px;
    }

    header nav.navbar-fixed-top {
        /* background-color: #363636; */
        background-image: none;
    }

    header nav.navbar-fixed-top .navbar-nav > li {
        margin: 0 -2px
    }

    header nav.navbar-fixed-top .navbar-nav > li > a {
        padding: 5px 10px
    }

    header nav.navbar-fixed-top .navbar-brand {
        margin-top: -30px
    }
}

@media screen and (max-width: 911px) {
    nav.navbar-fixed-top .navbar-nav > li {
        margin:0 -2px
    }
}

@media screen and (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu,ul.nav li.dropdown-submenu:hover > ul.dropdown-menu {
        display:block
    }

    ul.nav .dropdown-submenu > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%
    }

    header nav.navbar-fixed-top .navbar-collapse {
        margin-left: 120px
    }
}

@media screen and (max-width: 767px) {
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        border-top:1px solid #0f0f10;
        box-shadow: none;
        max-height: initial
    }

    header nav.navbar-fixed-top .navbar-nav {
        margin: 0
    }

    header nav.navbar-fixed-top .navbar-nav > li > a {
        padding: 10px 20px;
        /* background-color: #0f0f10; */
    }

    header nav.navbar-fixed-top .navbar-nav > li > a .caret {
        float: right;
        margin: 10px auto
    }

    header nav.navbar-fixed-top .navbar-nav > li + li > a {
        border-top: 1px solid #363636
    }

    header nav.navbar-fixed-top .dropdown-menu {
        padding: 0
    }

    header nav.navbar-fixed-top .dropdown-menu a {
        padding: 10px 15px 10px 30px !important;
        border-top: 1px solid #0f0f10
    }

    header .simple-nav li a {
        padding: 5px 5px
    }
}

@media screen and (max-width: 479px) {
    header nav.navbar-fixed-top .navbar-collapse {
        overflow:hidden
    }

    header nav.navbar-fixed-top .navbar-brand {
        margin-top: 5px;
    }

    header nav.navbar-fixed-top .navbar-brand img {
        max-width: 75px
    }

    header .social {
        display: none
    }

    header .simple-nav li {
        height: 35px;
    }

    header .simple-nav li a {
        line-height: 25px
    }
}

main {
    position: relative;
    z-index: 32;
    color: #333;
}

main .component {
    padding-bottom: 40px;
}

main .component .page-header {
    text-align: center;
    border: 0;
}

main .component .page-header h1,main .component .page-header h2 {
    display: inline-block;
    color: #333;
    text-transform: uppercase;
}

main .component .page-header h1:after,main .component .page-header h2:after {
    display: block;
    width: 33%;
    max-width: 80px;
    height: 4px;
    background-color: #880042;
    margin: 10px auto 0;
    content: ' '
}

@media screen and (max-width: 480px) {
    main .component .page-header {
        margin-top:25px
    }
}

footer {
    position: relative;
    font-family: 'GothamPro';
    background-color: #363636;
    color: #fff;
    z-index: 3;
}

footer .back-to-top {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translate(-50%,0);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAMAAAANxBKoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wsMEQ4GeL7LDwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAolBMVEUAAADg9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7g9X7///+mZ+ZRAAAANHRSTlMAAQMGCg8SFhwiJy0uN0JMTlVXYGJsbXl6gIGIlZaXoaywsba+ydPW3OPk6+7v8fL09vr9YWztywAAAAFiS0dENd622WsAAAD3SURBVEjH7dTHcsJAEEXRR44SORiRbDKYoNH7/2/zgkKMNHHhnX1X3VVn2dXAf361Di1/HFx5DXxxeCd5D/1wJyZJxh0f3BN8JnpuPEj4Khm48IhyIzueMNvEhiPmi4y2MKfavKDHxRV1rYo6XFpT37qk4vKGpjblPK5saW5byeLqjrZ2VRnX9rS3r71x/UhXx3qqT3R3SjV9+gUtpPnbpRdf0jJb2nWETwl8yEep6ilyGlOzHkPRGBt0MoRGY5jotOhDq9EXqo67MGh047x+vF6TRiN8ZPUtfXs6jeAm60sbVo325a3PTTg0mud0bMCpM8at8Xf0D7j7pKsYAc/3AAAAAElFTkSuQmCC");
    overflow: hidden;
    text-indent: -999%
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #e0f57e
}

footer h4 {
    font-weight: 400;
    font-family: arial;
    text-transform: uppercase
}

footer hr {
    background-color: #444;
    border: 0;
    height: 1px;
    margin: 0
}

footer .nav-pills {
    margin: 10px;
}

footer .nav-pills > li {
    float: none;
    display: inline-block
}

footer .nav-pills > li > a {
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: larger
}

footer .nav-pills > li > a:hover,footer .nav-pills > li > a:focus,footer .nav-pills > li.active > a,footer .nav-pills > li.active > a:hover,footer .nav-pills > li.active > a:focus {
    color: #e0f57e;
    background-color: #363636
}

footer .nav-pills.nav .open > a,footer .nav-pills.nav .open > a:hover,footer .nav-pills.nav .open > a:focus {
    background-color: #363636;
    border-color: #363636
}

footer .nav-pills .active > a {
    color: #e0f57e
}

footer .nav-pills .dropdown-menu {
    background-color: #363636;
    border: 0;
}

footer .nav-pills .dropdown-menu a {
    color: #fff;
    font-family: 'GothamPro'
}

footer .nav-pills .dropdown-menu a:hover,footer .nav-pills .dropdown-menu a:focus,footer .nav-pills .dropdown-menu > .active > a,footer .nav-pills .dropdown-menu > .active > a:hover,footer .nav-pills .dropdown-menu > .active > a:focus {
    color: #e0f57e;
    background-color: #363636;
    outline: 0
}

footer .seo-block {
    margin: 20px auto;
}

footer .seo-block ul {
    list-style: none;
    padding-left: 25px
}

@media screen and (max-width: 767px) {
    footer .seo-block {
        text-align:center;
    }

    footer .seo-block ul {
        padding: 0
    }
}

footer .social {
    display: block;
    padding: 0;
    margin: 20px auto;
}

footer .social li {
    display: inline-block
}

footer #copyright {
    max-width: 400px;
    margin: auto;
}

footer #copyright a {
    font-weight: 900
}

footer #copyright small {
    display: block;
    margin: 20px auto
}

.activeintime {
    display: none;
    position: relative;
    width: 100%;
    height: 454px;
    background: #787677;
    margin: 0 auto 20px;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.75);
    overflow: hidden
}

.activeintime.show {
    display: block
}

@media (max-width: 400px) {
    .activeintime.show {
        -webkit-overflow-scrolling:touch !important;
        overflow: hidden !important
    }
}

.activeintime iframe {
    width: 100%;
    height: 454px;
    border: 0
}

.activeintime .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    text-indent: -9999px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4c4c4c url("../images/spinner.gif") no-repeat center center;
    background: rgba(0,0,0,0.6) url("../images/spinner.gif") no-repeat center center
}

.advert-slider {
    display: block;
}

.advert-slider .carousel-nav {
    background-color: #0f0f10;
}

.advert-slider .carousel-nav .container {
    position: relative
}

.advert-slider .carousel-nav .glyphicon {
    top: 4px
}

.advert-slider .carousel-nav .nav-left,.advert-slider .carousel-nav .nav-right {
    color: #e0f57e;
    font-size: 4rem;
    font-weight: 300 !important
}

.advert-slider .carousel-nav .nav-left {
    float: left
}

.advert-slider .carousel-nav .nav-right {
    float: right
}

.advert-slider .carousel-nav .carousel-indicators {
    text-align: center;
    top: 18px !important;
    bottom: 18px !important;
}

.advert-slider .carousel-nav .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    cursor: pointer;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 2px !important;
}

.advert-slider .carousel-nav .carousel-indicators li:hover,.advert-slider .carousel-nav .carousel-indicators li.active {
    background-color: #e0f57e
}

@media screen and (min-width: 1400px) {
    .banner-slider .carousel-inner,.banner-slider .carousel-inner > .item > img,.banner-slider .carousel-inner > .item > a > img {
        max-height:700px !important
    }
}

@media screen and (max-width: 767px) {
    .advert-slider {
        display:none
    }
}

.banner-slider {
    z-index: 1;
}

.banner-slider .carousel-control {
    width: 38px;
    height: 38px;
    top: 50%;
    left: auto;
    bottom: auto;
    background-color: #363636;
    background-image: none;
    filter: none;
    opacity: 1;
    text-shadow: none;
}

.banner-slider .carousel-control.right {
    right: 60px
}

.banner-slider .carousel-control.left {
    left: 60px
}

.banner-slider .carousel-control:hover {
    color: #e0f57e
}

.banner-slider .mouse-icon {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 39px;
    height: 70px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAA8CAYAAACaY7GcAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wsQEBQQJ0oGlQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAADMklEQVRYw+2XwW9UVRSHvzvosBiaJiVUroxQB3ChbhrR6BpJ2h1EYOWuTQVaMLrQ6B9gbBfqAqMxdecOo5AYgzGBnW4kgIk1qbZEoD2EYEKisZYGfi48DTfP1zfT6XQWOCeZnLnvnXu+9+479+b84P9ioV6AmZWB/f57AXgUKCchfwLXgYvAl8CZGOOdpqFmdgCYAHat4kV+Bd6MMX6xKqiZbQDeAd7wS1PAJHAWmI0xLiaxG4EaMAAMA0/6rQng7Rjj3YYe1czGzUxm9peZHfWHaGTeBjMbM7NFnz/eKPCgT1g0sxebKRQz25eADxYurxfNDFAFjscYTzZboWY2CpwE5oBaWlylTOwhB/4EfLTGnfGx59kGHE5vZKH73U+uVABmNmhm875082Y2mBfn8yczeXOhz7r/puANPgXicm4fr2Rn3e8pgm51P1uQKNYZpzabF5OFbvSlWWzFcZcUT7kI2hbrQDtQAMuMb7QDOpyA5oChdYfGGL8G+oGXgT0+bss37fYN393OQroOTLt/sLdMFXjCfdugt4EF922D3gK+c4+k0rpAJT0laasDasBeoCapC+iX9Hyz0D+SBi1rMw7bWSr9O61SqWwCngM2A5dzWptN/vdOEXT5iKv9p20M4W/ge+Ch3t7eSk9Pz1RXV9cjwO/AtyGEhZwH3ZF3dGahP7ofyJUDISiE8DNws1wubwEuhRAuhRC0wkou980/FEFPux8q6upDCPMhhK9CCDeKun0/p9O8udBTfso8DRxZ4xnwiueZ87z5UG+kXvfhe2a2t1lZAbzvw9caavTMbCIRUEfMrNQgrJQRUBOrlYofAGOJVPwkkYpLSWwF6POiGUmk4ofAq3lKoZ4ofgl4twlR/FaM8fO1yv9DwAHgGRdEDychS14sF1z+n6on/zvWsY51rGMNdYLdDcZVWgXcLemapBN14o5JmpZUbQX0vO7b6Aoxo5Luecy5VkCrkn7xhPckHc3cH0uAVyXtbtUSVyXNeOK7kkb8+vFkFX6TVGt1MW2XdMUBC5I+k7Tk4yuS+tarih/3N0ptRtKO9d4+O72a5d/6sXbt212Szkna1jnFiuwfwELyCqSci+EAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: center;
    animation: mouse-move 1s infinite;
    z-index: 30
}

@media screen and (max-width: 767px) {
    .banner-slider {
        display:none
    }
}

@-moz-keyframes mouse-move {
    0% {
        bottom: 5px
    }

    50% {
        bottom: 20px
    }

    100% {
        bottom: 5px
    }
}

@-webkit-keyframes mouse-move {
    0% {
        bottom: 5px
    }

    50% {
        bottom: 20px
    }

    100% {
        bottom: 5px
    }
}

@-o-keyframes mouse-move {
    0% {
        bottom: 5px
    }

    50% {
        bottom: 20px
    }

    100% {
        bottom: 5px
    }
}

@keyframes mouse-move {
    0% {
        bottom: 5px
    }

    50% {
        bottom: 20px
    }

    100% {
        bottom: 5px
    }
}

.eks {
    padding: 10px 15px;
    margin-top: 0;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .centre_list {
        position:fixed;
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
        overflow: hidden;
        z-index: -999;
        opacity: 0;
        transition: .5s;
        padding-top: 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: right;
    }

    .centre_list.trans,.centre_list.open {
        z-index: 999;
        background-color: rgba(0,0,0,0.8);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .centre_list.open {
        opacity: 1
    }
}

.centres__list {
    padding: 10px;
    margin: 20px auto 40px;
}

.centres__list .centres__group + .centres__group {
    margin-top: 20px
}

.centres__list .module-title {
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-family: 'GothamPro',Arial,sans-serif;
}

.centres__list .module-title h3 {
    font-size: 18px;
    color: #333
}

.centres__list .centres__item {
    padding: 5px;
    overflow: hidden;
}

.centres__list .centres__item a {
    position: relative;
    display: block;
    background-color: #545454;
    background-size: cover;
}

.centres__list .centres__item a img {
    width: 100%
}

.centres__list .centres__item .centres__details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #0f0f10;
    color: #333;
    transition: .5s;
    text-transform: uppercase;
}

.centres__list .centres__item .centres__details h4 {
    margin: 0
}

@media screen and (max-width: 767px) {
    .centres__list .centres__item .centres__details h3 {
        font-size:16px;
        font-weight: 400
    }

    .eks {
        display: none
    }
}

@media screen and (min-width: 480px) {
    .centres__list .centres__item .centres__details {
        bottom:10px
    }

    .centres__list .centres__item:hover .centres__details {
        bottom: 40%
    }

    .centres__group .module-title h3:before {
        display: inline-block;
        width: 25%;
        height: 1px;
        background-color: #fff;
        margin: 6px 2% 6px 0;
        content: ' '
    }

    .centres__group .module-title h3:after {
        display: inline-block;
        width: 25%;
        height: 1px;
        background-color: #fff;
        margin: 6px 0 6px 2%;
        content: ' '
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .centre_list {
        justify-content: flex-start
    }
}

@media screen and (max-width: 480px) {
    .centres__list .centres__item .centres__details h4 {
        font-size:small
    }
}

.events__category-description {
    margin: 40px auto
}

.ec-controls {
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    margin: 5px;
    padding-bottom: 10px;
}

.ec-controls .btn {
    background-color: #e0f57e;
    color: #363636;
    border-radius: 0;
    font-weight: bold
}

@media (max-width: 767px) {
    .filter-select {
        width:100%;
    }

    .filter-select select {
        display: block;
        width: 100%;
        margin: 0 0 10px 0
    }
}

.ec-calendar .ec-week {
    margin: 0;
    padding: 0;
    list-style: none
}

.evts-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.evt {
    position: relative;
    display: block;
    background-color: #545454;
    padding: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.evt h4 {
    font-weight: bold
}

.evt-tooltip {
    padding: 5px;
    background-color: #545454;
    border: 1px solid #363636;
    -webkit-box-shadow: 0 13px 0 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 13px 0 0 rgba(0,0,0,0.25);
    box-shadow: 0 13px 0 0 rgba(0,0,0,0.25);
}

.ec-day:last-of-type .evt-tooltip {
    left: auto;
    right: 0
}

.evt a {
    text-decoration: none !important;
    color: #333
}

.evt-tooltip h5 {
    padding: 5px;
    display: block;
    margin: 0;
    color: #363636;
    font-size: 16px;
    font-weight: bold
}

.evt-tooltip dl {
    display: block;
    padding: 5px;
    margin: 0
}

.evt-tooltip dt {
    display: inline
}

.evt-tooltip dd {
    display: inline
}

.evt-tooltip p {
    padding: 5px 0
}

@media (min-width: 768px) {
    .ec-calendar {
        display:table;
        width: 100%;
        font-size: 0;
        padding: 10px;
        border: 1px solid #545454;
        background-color: #363636;
    }

    .ec-calendar .ec-days {
        margin: 0;
        padding: 0;
        list-style: none;
        display: table-row;
    }

    .ec-calendar .ec-days li {
        display: table-cell;
        width: 14.28%;
        width: calc(100% / 7);
        border: 1px solid #545454;
        padding: 5px;
        color: #363636;
        font-size: 12px;
        font-weight: bold;
        background-color: #e0f57e
    }

    .ec-calendar .ec-week {
        display: table-row
    }

    .ec-calendar .ec-day {
        display: table-cell;
        width: 14.28%;
        width: calc(100% / 7);
        height: 100px;
        padding: 5px;
        font-size: 12px;
        background-color: #363636;
        border: 1px solid #545454;
    }

    .ec-calendar .ec-day.prv-mnth,.ec-calendar .ec-day.nxt-mnth {
        background-color: #545454;
        color: #999
    }

    .evt h4 {
        display: block;
        margin: 0;
        color: #363636;
        padding: 5px;
        font-size: 12px
    }

    .evt:hover h4 {
        background-color: #58bed7
    }

    .evt-tooltip {
        position: absolute;
        left: 0;
        top: 0;
        width: 340px;
        z-index: -1;
        opacity: 0;
        transition: all .3s ease;
    }

    .evt:hover .evt-tooltip {
        opacity: 1;
        z-index: 999
    }
}

@media (max-width: 767px) {
    .evt {
        margin-bottom:20px;
    }

    .evt h4 {
        display: none
    }

    .ec-day.empty,.ec-day.prv-mnth,.ec-day.nxt-mnth {
        display: none
    }

    .ec-date {
        display: inline-block;
        background-color: #e0f57e;
        color: #363636;
        padding: 2px 5px;
        margin: 0 0 5px 0
    }

    .ec-calendar .ec-days {
        display: none
    }
}

@media screen and (max-width: 479px) {
    .events-calendar h3 {
        padding-top:15px;
        clear: both
    }
}

.yee-panel {
    color: #333;
    /* background-color: #363636; */
    border-color: #880042;
}

.yee-panel-group .yee-panel {
    border-radius: 0
}

.yee-panel-default > .yee-panel-heading {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
    padding: 0;
}

.yee-panel-default > .yee-panel-heading > a {
    padding: 10px 15px;
    display: block;
    text-decoration: none !important;
    background-color: #880042;
}

.yee-panel-default > .yee-panel-heading > a > h4 {
    color: #fff
}

.yee-panel-default > .yee-panel-heading > a.collapsed > h4 {
    color: #fff
}

.yee-panel-group .yee-panel-heading + .yee-panel-collapse .yee-panel-body {
    border: 0
}

.rsform,#userForm {
    padding: 20px;
    /* background-color: #363636; */
}

.rsform h2,#userForm h2 {
    font-family: 'GothamPro',Arial,sans-serif;
    text-align: center;
    margin: 20px auto 20px;
    text-transform: uppercase;
}

.rsform h2::after,#userForm h2::after {
    display: block;
    width: 10%;
    max-width: 60px;
    height: 2px;
    background-color: #e0f57e;
    margin: 10px auto 0;
    content: ' '
}

.rsform label,#userForm label {
    font-family: 'GothamPro',Arial,sans-serif
}

.rsform .rsform-block,#userForm .rsform-block {
    font-size: 0;
    padding-bottom: 10px
}

.rsform .rsform-block > *,#userForm .rsform-block > * {
    font-size: 14px;
    vertical-align: middle
}

.rsform .rsform-block > .formControlLabel,#userForm .rsform-block > .formControlLabel {
    display: inline-block;
    text-align: right;
    width: 20%;
    padding: 0 20px 0 0
}

.rsform .rsform-block > .formControls,#userForm .rsform-block > .formControls {
    position: relative;
    display: inline-block;
    width: 70%
}

.rsform select,#userForm select,.rsform input[type='text'],#userForm input[type='text'],.rsform input[type='checkbox'],#userForm input[type='checkbox'],.rsform textarea,#userForm textarea {
    color: #444;
    border-radius: 0;
    /* background-color: #545454; */
    border: 1px solid #545454
}

.rsform textarea,#userForm textarea {
    height: 150px
}

.rsform input[type='submit'],#userForm input[type='submit'] {
    width: 100%;
    color: #363636;
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: #e0f57e;
    font-family: GothamPro;;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
}

.rsform input[type='submit']:hover,#userForm input[type='submit']:hover,.rsform input[type='submit']:focus,#userForm input[type='submit']:focus,.rsform input[type='submit']:active,#userForm input[type='submit']:active {
    background-color: #e0f57e;
    font-family: GothamPro;;
    font-weight: 600
}

.formNoError {
    display: none
}

.formError {
    position: absolute;
    top: 8px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #363636;
    text-align: center;
    font-family: GothamPro;;
    font-weight: 900;
    background-color: #e0f57e;
    overflow: hidden
}

.rsform-error,select:focus,textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus,.yee-form-control:focus {
    border-color: #e0f57e !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(224,245,126,0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(224,245,126,0.6) !important
}

#leisure-contact th,#feedback-form th {
    font-family: GothamPro;;
    padding: 5px
}

#leisure-contact p,#feedback-form p {
    padding: 0 5px
}

#leisure-contact td,#feedback-form td {
    vertical-align: top;
    padding: 5px 0
}

.sidebar {
    z-index: 999;
    position: fixed;
    right: -90px;
    top: 28%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .25s;
}

.sidebar h3 {
    margin: 0;
    background: #e0f57e;
    color: #363636;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-top: 5px solid #363636;
    padding-bottom: 30px
}

.sidebar a {
    color: #363636;
}

.sidebar a:hover,.sidebar a:focus {
    color: #363636
}

.sidebar:hover,.sidebar:focus {
    right: -75px;
    transition: all .25s;
}

.sidebar:hover h3,.sidebar:focus h3 {
    background: #c5e523
}

@media screen and (max-width: 835px) {
    .sidebar {
        top:48%
    }
}

@media screen and (max-width: 425px) {
    .sidebar {
        right:-77px;
    }

    .sidebar:hover,.sidebar:focus {
        right: -65px
    }

    .sidebar h3 {
        font-size: 14px
    }
}

#feedback-form {
    font-family: 'GothamPro',Arial,sans-serif;
}

#feedback-form h3 {
    margin: 40px auto 15px
}

#feedback-form .title p {
    text-align: center;
    padding: 0;
    margin: 0 0 40px
}

#feedback-form .rsform-block > .formControlLabel {
    padding: 0 20px 0 15px;
    width: 30%
}

.thank-you-msg {
    font-family: 'GothamPro',Arial,sans-serif;
    min-height: 100px;
    padding: 45px 0;
}

.thank-you-msg p {
    text-align: center;
    font-size: 18px;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    #feedback-form .rsform-block > .formControlLabel,#feedback-form .rsform-block > .formControls {
        width:100%;
        text-align: center
    }

    #feedback-form .rsform-block > .formControlLabel {
        margin-bottom: 10px
    }

    #feedback-form .radio-inline {
        display: block;
        padding-bottom: 7px;
        padding-left: 0
    }

    #feedback-form .radio-inline + .radio-inline {
        margin-left: 0
    }

    #feedback-form #g-recaptcha-150 div {
        margin: 0 auto
    }
}

@media screen and (max-width: 425px) {
    #feedback-form h3 {
        margin-top:0
    }
}

#googleMap.active {
    width: 100%;
    height: 768px;
    color: #0f0f10;
}

#googleMap.active .gmnoprint img {
    max-width: none !important
}

.iswim .yee-panel-heading h4::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 29px;
    display: block;
    right: -10px;
    bottom: -5px;
    background-color: #e0f57e
}

.dark_green_rookie .yee-panel-heading h4::after {
    background-color: #2f4334
}

.survive-raspberry .yee-panel-heading h4::after {
    background-color: #50323c
}

.purple7 .yee-panel-heading h4::after {
    background-color: #332d59
}

.navy6 .yee-panel-heading h4::after {
    background-color: #252c4a
}

.blue5 .yee-panel-heading h4::after {
    background-color: #495a7d
}

.neongreen4 .yee-panel-heading h4::after {
    background-color: #61aa0f
}

.neonyellow3 .yee-panel-heading h4::after {
    background-color: #dfe915
}

.neonorange2 .yee-panel-heading h4::after {
    background-color: #f3371d
}

.red1 .yee-panel-heading h4::after {
    background-color: #a51f16
}

.cygnetviolet .yee-panel-heading h4::after {
    background-color: #6a4c69
}

.blue8 .yee-panel-heading h4::after {
    background-color: #5681a4
}

.yee-panel-heading h4 {
    position: relative
}

.member-calc {
    background-color: #b8ce63;
    padding-bottom: 20px
}

#membershipCalc .calculator {
    max-width: 912px;
    margin: auto
}

#membershipCalc .module-title h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px
}

#membershipCalc .module-title p {
    display: inline-block;
    font-family: 'GothamPro',Arial,sans-serif;
    border-bottom: 1px solid #d2e0a0;
    font-size: 2rem
}

#membershipCalc .activities {
    background-color: #363636;
    border: 2px solid #545454;
    padding: 20px;
    margin: 20px auto;
}

#membershipCalc .activities .activity {
    text-align: left;
    margin: 0 0 10px 0;
}

#membershipCalc .activities .activity label {
    font-family: 'GothamPro',Arial,sans-serif
}

#membershipCalc .activities .activities__total {
    display: block;
    margin-top: 20px;
    padding: 5px 10px;
    background-color: #b8ce63;
    border: 2px solid #545454;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

#membershipCalc .activities .activities__total span {
    color: #0f0f10;
    font-weight: 600
}

#membershipCalc .member-calc .form .control-group {
    padding: 20px 0
}

#membershipCalc .membership {
    position: relative;
    min-height: 77px;
    border: 2px solid #545454;
    margin: 20px auto;
    padding: 15px 20% 15px 30px;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
}

#membershipCalc .membership .membership__title {
    font-weight: 900;
    font-size: 20px;
    margin: 0
}

#membershipCalc .membership .membership__price {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    background-color: #363636;
    font-weight: 600;
    font-size: 22px;
    line-height: 77px;
    text-align: center
}

#membershipCalc .membership .membership_saving {
    color: #0f0f10
}

@media screen and (min-width: 480px) {
    .member-calc {
        background-image:url("../images/main-bg-green.jpg");
        background-attachment: fixed;
        background-position: center
    }
}

@media screen and (max-width: 479px) {
    #membershipCalc .membership {
        padding-right:30%;
    }

    #membershipCalc .membership .membership__price {
        width: 30%
    }

    #membershipCalc .module-title h2 {
        font-size: 40px
    }
}

#news_post {
    font-family: 'GothamPro',sans-serif;
    padding: 3em 0 .5em;
}

#news_post h1:nth-of-type(1) {
    margin-bottom: 1em
}

#news_post h1,#news_post h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

#news_post h1:after,#news_post h2:after {
    background-color: #e0f57e;
    content: "";
    display: block;
    height: 4px;
    margin: 10px auto 0;
    max-width: 80px;
    width: 33%
}

#news_post h5,#news_post b,#news_post strong {
    font-family: 'gotham_boldregular',sans-serif;
    letter-spacing: .02em
}

#news_post h5,#news_post h6 {
    font-size: 16px
}

#news_post p,#news_post li,#news_post a {
    font-size: 15px
}

#news_post a {
    color: #e0f57e;
    font-weight: bold
}

.news {
    padding: 1em 0 1.5em;
    font-size: 105%;
}

.news--homepage {
    padding: 1em 1.5em 1.5em;
}

.news--homepage a.btn {
    float: right;
    display: inline-block;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 0;
}

.news--homepage a.btn:hover,.news--homepage a.btn:focus {
    color: #e0f57e;
    border: 2px solid #e0f57e;
    transition: all .25s;
    text-decoration: none
}

.news ul {
    padding-left: 0
}

.news li {
    list-style-type: none
}

.news h3 {
    font-weight: normal;
    margin-bottom: .5em;
}

.news h3:first-child {
    margin-top: 0
}

.news h4 {
    font-weight: bold;
    margin: 1em 0 .25em 0
}

.news_introtext {
    font-size: 125%;
    line-height: 1.45
}

.news a.btn {
    margin-top: .5em;
    border-radius: 0;
    transition: all .25s;
    color: #fff;
    border: 2px solid #e0f57e;
    border-radius: 0;
    padding: 10px 20px;
}

.news a.btn:hover,.news a.btn:focus {
    color: #e0f57e;
    border-radius: 0;
    border: 2px solid #e0f57e;
    transition: all .25s;
    text-decoration: none
}

.news p.container-btn {
    text-align: right
}

.news dl {
    display: none
}

.news a {
    color: #fff;
}

.news a:hover,.news a:focus {
    color: #e0f57e
}

.news--internal {
    margin-top: 3em;
}

.news--internal a.btn {
    float: none
}

.news--internal h3 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-size: 200%;
    color: #e0f57e
}

.news--internal .col-md-12 + .col-md-6 {
    padding-right: 15px
}

.news--internal .col-md-6 + .col-md-6 {
    padding-left: 15px
}

.news--internal .news__item {
    font-family: 'GothamPro',sans-serif;
    max-width: 100%;
    margin: 0 auto 3em;
    border: 2px solid #000;
    transition: border .5s,h3 .85s;
}

.news--internal .news__item:hover,.news--internal .news__item:focus {
    border: 2px solid #e0f57e;
}

.news--internal .news__item:hover .news__published,.news--internal .news__item:focus .news__published {
    background-color: #393939;
    border: 2px solid #e0f57e;
    color: #e0f57e;
    transition: .75s
}

.news--internal .news__item:hover .bg-wrap,.news--internal .news__item:focus .bg-wrap {
    background-color: rgba(0,0,0,0.75)
}

.news--internal .news__item:hover h3,.news--internal .news__item:focus h3 {
    color: #e0f57e
}

.news--internal .news__item dl {
    display: inline-block
}

.news--internal .news__item dd {
    display: none
}

.news--internal .news__item dd.news__published {
    display: inline-block;
    margin-right: 15px
}

.news--internal .news__item a:hover,.news--internal .news__item a:focus {
    text-decoration: none
}

.news--internal .news--content {
    padding: 2.5em 3em;
}

.news--internal .news--content p {
    line-height: 1.5;
    font-size: 16px
}

.news--internal .news__image {
    background-size: cover;
    background-position: 50% 85%;
    background-repeat: no-repeat
}

.news--internal .bg-wrap {
    background-color: rgba(0,0,0,0.85);
    transition: .75s
}

.news--internal .news__published {
    z-index: 50;
    padding-top: 10px !important;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    top: 30%;
    left: 0;
    margin-left: 0;
    height: 75px;
    width: 75px;
    background-color: #e0f57e;
    border: 2px solid transparent;
    color: #434343;
    text-align: center;
    display: flex;
    padding-top: 5px;
    line-height: 1;
    box-shadow: 0 18px 20px -15px rgba(0,0,0,0.25);
    transition: border,background-color .5s;
}

.news--internal .news__published:hover,.news--internal .news__published:focus {
    background-color: #393939;
    border: 2px solid #e0f57e;
    color: #e0f57e;
    transition: .5s
}

.news--internal .news__published .date {
    font-weight: bold;
    font-size: 35px
}

.news--internal .news__published .month {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: .75
}

.news--internal .news__published a {
    color: #fff;
}

.news--internal .news__published a:hover,.news--internal .news__published a:focus {
    color: #e0f57e
}

#news_post .news_introtext {
    padding-bottom: 1em
}

#news_post li {
    font-size: 100%
}

#news_post img {
    max-width: 50%;
    float: right;
    padding-left: 1.5em;
    padding-bottom: 1.5em
}

@media screen and (max-width: 991px) {
    .news {
        margin:1.25em;
    }

    .news p {
        font-size: 105%
    }

    .news h3 {
        margin-bottom: .25em
    }

    .news--internal {
        font-size: 110%;
    }

    .news--internal .col-md-6 .news__item {
        padding: 0
    }

    .news--internal .col-md-12 + .col-md-6 {
        padding-right: 0
    }

    .news--internal .col-md-6 + .col-md-6 {
        padding-left: 0
    }

    .news__item {
        margin-top: 2em;
        clear: both;
    }

    .news__item h4 {
        margin-top: .5em
    }

    .news--homepage {
        padding: 0;
    }

    .news--homepage .news__item:first-of-type {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .news--homepage {
        margin:.5em 1.5em;
        padding: 0 0 4em;
    }

    .news--homepage__item h4 {
        margin-top: .75em
    }

    .news--internal a.btn {
        display: block;
        margin-top: 2em
    }
}

@media screen and (max-width: 480px) {
    .news .container {
        padding-right:0;
        padding-left: 0
    }

    .news--homepage {
        margin: 1em 1em 1.5em;
        padding: 0 0 4em
    }

    .news--internal {
        font-size: 105%;
    }

    .news--internal h3 {
        font-size: 150%;
        line-height: 1.25
    }

    .news--internal .news__published {
        top: 10%;
        height: 60px;
        width: 60px;
    }

    .news--internal .news__published .date {
        font-size: 25px
    }

    .news--internal .news__published .month {
        font-size: 15px
    }

    .news--internal .news--content {
        padding: 2.5em 2.5em 1.5em
    }

    .news--internal .news__item dd {
        margin-right: 10px
    }

    .news--internal .news__item dl {
        margin-bottom: 10px
    }

    #news_post img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
        padding: 0
    }
}

.partners {
    margin: 10px auto;
}

.partners li {
    display: inline-block
}

.partners a {
    display: inline-block
}

.modal-backdrop {
    background-color: rgba(0,0,0,0.9) !important
}

#popupMessage {
    z-index: 999999;
    padding-top: 15%;
}

#popupMessage .modal-header {
    border: 0;
    background-color: #e0f57e
}

#popupMessage .modal-content {
    border-radius: 0
}

#popupMessage h3 {
    text-align: center;
    font-size: 175%;
    color: #0f0f10
}

#popupMessage h5 {
    margin-top: 15px
}

#popupMessage p {
    text-align: center;
    font-size: 1.15em;
    color: #0f0f10;
}

#popupMessage p a {
    color: #e0f57e;
}

#popupMessage p a:hover,#popupMessage p a:focus {
    color: #e0f57e;
    text-decoration: underline
}

#popupMessage .modal-footer {
    text-align: center;
}

#popupMessage .modal-footer button {
    text-align: center;
    background-color: #fff;
    color: #0f0f10;
    border: 1px solid #0f0f10;
    padding: 10px 20px;
}

#popupMessage .modal-footer button:hover,#popupMessage .modal-footer button:focus {
    background-color: #e0f57e;
    color: #0f0f10;
    transition: background-color .25s
}

@media screen and (max-width: 768px) {
    .modal-open .modal {
        top:10%
    }
}

.quicklinks {
    position: relative;
}

.quicklinks a {
    color: #fff !important
}

.quicklinks ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.quicklinks ul li {
    background-color: #393939;
}

.quicklinks ul li img {
    width: 100%;
    -webkit-filter: grayscale(100%) brightness(75%);
    filter: grayscale(100%) brightness(75%);
    opacity: .25;
    transition: .3s
}

.quicklinks ul li:hover img,.quicklinks ul li:focus img {
    -webkit-filter: grayscale(0%) brightness(100%);
    filter: grayscale(0%) brightness(100%);
    opacity: .65
}

.quicklinks ul li:hover .link-title h3,.quicklinks ul li:focus .link-title h3 {
    color: #e0f57e
}

.quicklinks ul li .link-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 20px 20px;
    transition: .3s;
}

.quicklinks ul li .link-title h3 {
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal
}

@media screen and (max-width: 1199px) {
    .quicklinks {
        padding:10px
    }

    .quicklinks ul li img {
        padding: 10px
    }
}

@media screen and (max-width: 768px) {
    .quicklinks ul li .link-title h3 {
        font-size:18px
    }

    .quicklinks ul li img {
        padding: 5px
    }
}

@media screen and (min-width: 480px) {
    .quicklinks ul li .link-title {
        padding:20px 20px 20px 70px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiAgMAAABHKeNRAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wsMDzU7CtzmXAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAgLbj90osAAAAAWJLR0QDEQxM8gAAAClJREFUGNNjYGBgkP/vwAABA8IKDQ3N/z81NDSA4T8UfCCDhTBlwH0EAGUGYPUUtw1xAAAAAElFTkSuQmCC");
        background-repeat: no-repeat;
        background-position: bottom 20px left 20px
    }
}

input[type=range] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    background-color: transparent
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 24px;
    cursor: pointer;
    animate: .2s;
    background: #545454;
    border-radius: 10px;
    border: 2px solid #3e3e3e;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.15)
}

input[type=range]::-webkit-slider-thumb {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 2px solid #3e3e3e;
    cursor: pointer;
    background: #e0f57e;
    margin-top: -4px;
    -webkit-appearance: none;
    -webkit-box-shadow: 3px 0 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 0 0 0 rgba(0,0,0,0.15);
    box-shadow: 3px 0 0 0 rgba(0,0,0,0.15)
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 24px;
    cursor: pointer;
    animate: .2s;
    background: #545454;
    border-radius: 10px;
    border: 2px solid #3e3e3e;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.15)
}

input[type=range]::-moz-range-thumb {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 2px solid #3e3e3e;
    cursor: pointer;
    background: #e0f57e;
    margin-top: -4px;
    -webkit-appearance: none;
    -webkit-box-shadow: 3px 0 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 0 0 0 rgba(0,0,0,0.15);
    box-shadow: 3px 0 0 0 rgba(0,0,0,0.15)
}

input[type=range]::-ms-track {
    width: 100%;
    height: 24px;
    cursor: pointer;
    animate: .2s;
    background: #545454;
    border-radius: 10px;
    border: 2px solid #3e3e3e;
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 0 0 rgba(0,0,0,0.15);
    box-shadow: 0 3px 0 0 rgba(0,0,0,0.15)
}

input[type=range]::-ms-thumb {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 2px solid #3e3e3e;
    cursor: pointer;
    background: #e0f57e;
    margin-top: -4px;
    -webkit-appearance: none;
    -webkit-box-shadow: 3px 0 0 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 0 0 0 rgba(0,0,0,0.15);
    box-shadow: 3px 0 0 0 rgba(0,0,0,0.15)
}

.social-feed {
    color: #fff;
    padding: 0;
    background-repeat: no-repeat;
}

:nth-of-type(1) > .social-feed {
    background-position: right 500px center
}

:nth-of-type(2) > .social-feed {
    background-position: left 500px center
}

.social-feed.facebook-feed {
    background-color: #3d5c9a
}

.social-feed.twitter-feed {
    background-color: #38aae1
}

.social-feed .feed-content {
    width: 100%;
    max-width: 456px;
    height: 588px;
    overflow: hidden;
    padding: 120px 50px 0 50px;
}

.social-feed .feed-content h2 {
    font-size: 5rem
}

.social-feed .feed-content a {
    color: #fff
}

.social-feed .feed-content .sf-link {
    font-family: 'GothamPro',Arial,sans-serif;
    font-size: 1.5rem
}

.social-feed .feed-content ul {
    display: block;
    height: 175px;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.social-feed .feed-content ul li {
    opacity: 1;
    transition: .5s;
}

.social-feed .feed-content ul li.slider-hide {
    opacity: 0
}

.social-feed .feed-content ul .sf-post {
    display: block;
    padding: 25px;
    height: 100%;
}

.social-feed .feed-content ul .sf-post .sf-text {
    font-family: 'GothamPro',Arial,sans-serif;
    font-size: 1.8rem
}

.social-feed .feed-content ul .sf-post .sf-time {
    font-weight: 500;
    font-size: 1.2rem
}

@media screen and (min-width: 480px) {
    :nth-of-type(1) > .social-feed > .feed-content {
        float:right;
        padding: 120px 80px 0 20px
    }

    :nth-of-type(2) > .social-feed > .feed-content {
        float: left;
        padding: 120px 20px 0 80px
    }

    .social-feed.facebook-feed {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIYAAACGCAMAAAAvpwKjAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wsLEQ4zs9o3lQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABHVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+RDpdcAAAAXnRSTlMAAQMEBgcJDA0PExQgIiMmKy4xMzQ6PkBCQ0VGR01OUFJcX2BjZ2hqbXByfoCBgoWHiImMj5CVlpmgoqiqq6yxsrW6wsPHyMvN0NLT1dzf4OHk5urs8PL09vn7/P3+2UV48AAAAAFiS0dEXgTWYbsAAAG+SURBVHja7dzXUsJQFIXhbYu9Yy9YUIO9i4KKGguiBAtHFMz7P4YMeKXHccbEk8XM+l8g31Xm7JslImLZjvJCSjm2JdUirhdquUhVUfRCrlhxWK4XejlLbA8gWxwEhiMKgaHEg4gMMsgggwwy6oBRvktuL81Gx6ei0Zn5WHxlaz95fvNYMsrI7Y62ia7GrDHGW2pYfixjinHSIxI6Iz8iEj7juF0AGDsNAsBYFQFgJASBcdWEwFDdgsBYFgTGfTMEY04QGE8tEIwNgWAMQDBcgWAkMBixH77aMLSWzri18oVK5X9l9OkVY1mjT+J3/b9roWz2Zf6gVQyWDB8Il1rGmek75VSn6CibZhzrGJPGr7ZDHSOOwVjHYOyRQQYZZJBBRr0wVOFLBzrGZuF7r0EyuuSvHWEwLjAYDxCM5ncIRq8HwZjAYCxiMLYxGCkMxjUG4xmC0epBMPoxGNMYjDgGYw+DkcZg3GIwXiAYnRhPYsU7hQwyyCCDDDLIIIMMMsgggwwyyCCDDDLIIIMMMn5hKASGCmrcwB/DCWrqwR/DDmr4whcjZwU1A+KHUYwENorig1EbRQlmIuavjM+JmA9nHdrTTUZl6gAAAABJRU5ErkJggg==")
    }

    .social-feed.twitter-feed {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKcAAACICAMAAAC1Mgs9AAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3wsLEQ8C+x8G7gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAACuFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////h0VjdAAAA53RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIyQlJicoKissLS8wMTIzNDU2ODs8PT4/QEJDREVGR0hJSktMTU5PUFJTVFVWV1laW1xdXl9gYWJjZGZoaWprbG1ub3Byc3R2d3h5e31+f4CBgoOEhYaHiImKi4yNkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaeoqaqrrK6vsLGys7S1tre6u7y9vr/AwcLDxMbHyMnKy8zNzs/Q0dLT1NXW19nb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f48pJQ3AAAAAWJLR0TntmtqkwAABh5JREFUGBnNwY1jjHUAB/Dvvbhtttp52chklhW16MVMWcqWJqR0SMVWlNaLRGGtUElpmWS9SC+oJiJbRUTKSs1bofbSTfN2u7vvv9Fimt3uee55+T0vnw9gnqS8x8urDjYGyJZjez4quedy2NDAZ6uDjHBg2a0u2EnSjB2M7vjz/SGvVyZM4p1TT2nBdwdCWsLshhSYwlPsp7zgGz0Rnafwd66DKbJ/YmyNUxFF4szDJMcg0gOXQDTXsyEqsr47IvRbWM9WNU5EuPz05y6I1WMTlTo0BBfpcue6EM+ZhEivk8sgVOZ+KneyAG3cua81sE2NGxFST5OcBYGy6qhGyIdWvSdVNLJdLiLNYauQD8Jk1VGd0MPT3tzHDj5AJMdv/E9gDATp9wd1O56KSDk8L5ALIZL2Ur9R6GQR25waBhHWUL8SdPYzLziVC/2mUb81DnSSynZnxkCvvv9Qt6o4dDaOFwlMhE5rqdv2ZFzgGjsPbebxYqGZ0OVW6rYxEW0yFxw5kYE2a9nRUhe0c+ymXkvdOCej+FuSU3DBd4ywPhGa5VOnU1PRKilvUQ3/sxL/O8ZI3/eHVl9Tn6rMLlm+V7YHeN6eBPwvyE4a86HNYOrz94Z9Abarz0A7RhF+zgUtllCkQA7aXcqoNvaGeq5jFGkKLsbo6sdDtRyKVIwOwpSwOhkqzaVAJejoOKUcuh3qbKU4pYiwm9LW9oEK7jMUphSRPqaMEzNdUCyTwjyDThZS1t5RUKqAgoSmo7N7GMMX10KZYorxTwGi6MtYwqsHQIlSCnHgakRVy5jC7w9CbK9ShMruiG4plfgkG7G8Tf3Csx2QMJLK7Lw/HrI+pn5+SHIdpUINL1wFGauoXwDSnqdyOx5NhZQyCgBpfYNUIVg5PQ1RlVAAyFhNlXbOvc6JTmZQAA+kDQhSNf+nj2e70UEeBYCc5dTk5NevTR+agAsyKADk9GikZqGDW8qfvnf4oF5u1FO3E5A1mQL8HaBufsj7iPZQC3ndDtAWdiGG607SDr5ALAUh2sAaSEh0oI0vROu9DAljdxc4cJ6vhZYrhoSR5M9FXpwzuplWmwAJw9jq9Fpfd7TKqqXFsiFhEM8L71leNKJ/yvu0ViokdGUHJ2mpRkg6RhupgqSttJE3IekF2sgsSBpLG8mBpJ4h2kYoEdK20jZ+hIxHaBvlkHFZC+1iKuSsoV30h5ybaRMHIe8r2sNbkHcT7WEiYthAOwh2QwzpzbSBrYjpMdpAMWJybqT1BiC2lN9ptV1Q4sZTtFgxFMlvoaXCaVDGF6SVvoJSY87SQpOh2E11tExjPJRL30mrvAw14heFaI0sqJP9E63wJdRyPXiU5hsN9RKKfqHJahzQwplf0UQzTYNWCXcs/p5mOeyBGumFt6THo5Wj1+C7n6tsolkKoUqcn2TI3+gP01SHPVCnjJYohErX0wq/eqDWZlpgHFQbRfNtgwabaLbwDdBgSIgmK4cmL9FcdT2gSdf9NNUUaDT0LE202QGtHqJ5mgdAu1dpmkLo4PqQJql0QA/POpqioQ/0cVXQDAXQy/EMjfciBBjbQINVuyFC2kYa6s8+EMMx6SiNcyYbwlwyz0+j+CCS94laGmIBBHPetqqewr3jgHiuYU9+coQifeaBUeKuzp2wn2JUd4WB0qopxt5kGOiuBoqxIwXG6V5BQbYnwzgT/6Ig25NhmGs2UZTKRBil97IgRSl3wyDehc0UZh4MctmLzRTm9CQYY+jqsxTn0PUwQo8ZuyjSlhSIlzx5w1mKFJrvhmDOwU9uCVCsQ8MhVO/8pz/zU7gPvNCuYELOVT29HgBdumUMGfXAnJVVdTTC8fHQI2lJkGZY4YVOg7fRcPtGQIAJB2iouiI3hIifVU/DBBZ7IUzSXD8NEVjeD0Jd+lQ9hQss7wfhEop+oVB1JX1hCMfoz8MU5YcHE2Cc9PlHKIC/bBgM5hyxoom6tHx6dxzM4Mkr+4saNb030QvzOG+YUx2kSsHvFo/sAtMljZy/uYkKNW0rzUuCZZwDfaXra8OUcaZm/YLxVzhgA3FX5hXOL9vwzb4jfp7j9x/9bUdlxZLZ9w1Pc8B4/wJ66QT6IwJnEAAAAABJRU5ErkJggg==")
    }
}

@media screen and (max-width: 767px) {
    .social-feed .feed-content {
        height:430px
    }

    :nth-of-type(1) > .social-feed > .feed-content {
        padding: 50px 80px 0 20px
    }

    :nth-of-type(2) > .social-feed > .feed-content {
        padding: 50px 80px 0 20px
    }
}

table
{
    border: 2px solid #880042;
    /* background-color: #363636; */
    /* border: 10px solid #393939; */
    /* -webkit-box-shadow: 0 5px 30px -10px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0 5px 30px -10px rgba(0,0,0,0.75);
    /* box-shadow: 0 5px 30px -10px rgba(0,0,0,0.75); */
}

table > thead > tr > th {
    background-color: #880042;
    color: #fff;
    border-bottom: 0 !important;
    font-family: GothamPro;;
    font-weight: 600
}

table > tbody > tr > td {
    border-top: 0 !important;
    font-size: 14px
}

table > tbody > tr:nth-of-type(odd) > td {
    /* background-color: #393939; */
}

.timetable__days,.timetable__data,.timetable__tr {
    font-size: 0
}

.timetable__description {
    width: 100% !important;
    padding: 0;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: all .25s;
}

.timetable__description.active {
    max-height: 200px;
    transition: all .5s;
    padding: 5px 1%
}

.timetable__days .timetable__day,.timetable__td,.timetable__th,.timetable__description {
    font-size: 12px;
    white-space: normal
}

.timetable {
    position: relative;
    width: auto;
    margin: 10px auto 40px;
    font-size: 12px;
    background-color: #545454;
    padding: 10px;
    font-family: GothamPro;;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 5px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0 5px 30px -10px rgba(0,0,0,0.75)
}

.timetable p {
    margin: 0;
    line-height: initial
}

.timetable__days,.timetable__data {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.timetable__title {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700
}

.timetable__days .timetable__day {
    display: inline-block;
    width: 14.3%;
    width: calc(100% / 7);
    background-color: #363636;
    color: #fff
}

.timetable__days .timetable__day.active {
    background-color: #e0f57e;
    color: #363636
}

.timetable__data {
    position: relative;
    list-style: none
}

.timetable__data .timetable__title {
    display: none
}

.timetable__data .timetable__day {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 0
}

.timetable__data .timetable__day.active {
    position: relative;
    visibility: visible;
    z-index: 10
}

.timetable__table {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.timetable__tr {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.timetable__tbody .timetable__item:nth-of-type(odd) {
    background-color: #545454
}

.timetable__tbody .timetable__item:nth-of-type(even) {
    background-color: #363636
}

.timetable__td,.timetable__th {
    width: 18%;
    display: inline-block;
    padding: 10px 1%
}

.timetable__th {
    background-color: #e0f57e;
    color: #363636;
    font-weight: bold
}

.timetable__td {
    vertical-align: middle
}

.timetable__tr > * {
    width: 20%
}

.timetable__item {
    cursor: pointer
}

.timetable__hidden {
    display: none
}

@media screen and (max-width: 767px) {
    .visible-xs {
        display:block
    }

    .hidden-xs {
        display: none
    }
}

.timetable__filters {
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #363636
}

.timetable__filters fieldset {
    display: block;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 0
}

.timetable__filters .filter-select {
    display: inline-block;
    width: 25%;
    font-size: 14px
}

.timetable__filters .filter-select select {
    width: 97%;
    margin: 0 1%;
    padding: 5px 4%;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #363636
}

*:focus {
    outline: 0 !important
}

@media screen and (max-width: 479px) {
    .timetable__filters .filter-select {
        display:block;
        width: 100%
    }

    .timetable__filters .filter-select select {
        width: 100%;
        margin: 3px 0
    }
}

@media screen and (max-width: 480px) {
    .timetable {
        margin:-15px;
        padding: 5px
    }

    .timetable__tr > .timetable__td:nth-child(1),.timetable__tr > .timetable__th:nth-child(1),.timetable__tr > .timetable__td:nth-child(2),.timetable__tr > .timetable__th:nth-child(2) {
        width: 13%
    }

    .timetable__tr > .timetable__td:nth-child(3),.timetable__tr > .timetable__th:nth-child(3) {
        width: 25%;
        word-wrap: break-word
    }

    .timetable__tr > .timetable__td:nth-child(4),.timetable__tr > .timetable__th:nth-child(4) {
        width: 30%;
        word-wrap: break-word
    }

    .timetable__tr > .timetable__td:nth-child(5),.timetable__tr > .timetable__th:nth-child(5) {
        width: 19%
    }

    .timetable__tr > .timetable__td:nth-child(5) {
        word-wrap: break-word
    }
}

.yee-wgt-joomla-module {
    background-color: #363636;
    padding: 40px 0 20px;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 5px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0 5px 30px -10px rgba(0,0,0,0.75);
}

.yee-wgt-joomla-module .yee-module-title h3 {
    margin-top: 0
}

.yee-col-md-12 > .yee-widget {
    clear: both
}

.yeeditor {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}

.yeeditor p > strong {
    font-family: GothamPro,Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #333;
}

.yeeditor p a,.yeeditor td a,.yeeditor li a {
    color: #880042;
    font-weight: bold
}

.yeeditor p a:hover,.yeeditor td a:hover,.yeeditor li a:hover {
    text-decoration: underline
}

.yeeditor h2 {
    font-family: GothamPro;
}

.yeeditor h3 {
    color: #333;
    font-family: GothamPro;
    text-align: center;
    margin: 80px auto 20px;
}

.yeeditor h3:after {
    display: block;
    width: 10%;
    max-width: 60px;
    height: 2px;
    background-color: #880042;
    margin: 10px auto 0;
    content: ' '
}

.yeeditor dl>dt,.yeeditor dl>dd {
    display: inline-block
}

.yeeditor dl>dt:after {
    content: ':'
}

.yeeditor dl>dt,.yeeditor h4 {
    font-family: GothamPro;
    color: #333;
    /* font-size: 18px; */
    font-weight: 500;
    line-height: 1.1
}

.navbar ul li {
	margin: 0 !important;
}