article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: 0 0;
}
a:focus {
    outline: dotted thin;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
.strong,
b,
strong {
    font-weight: 700;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.em,
dfn,
em {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
p {
    -epub-hyphens: auto;
}
pre {
    margin: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C""\201D""\2018""\2019";
}
q:after,
q:before {
    content: "";
    content: none;
}
.small,
small {
    font-size: 75%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl,
menu,
ol,
ul {
    margin: 1em 0;
}
dd {
    margin: 0;
}
menu {
    padding: 0 0 0 40px;
}
ol,
ul {
    padding: 0;
    list-style-type: none;
}
nav ol,
nav ul {
    list-style: none;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cf,
.clearfix {
    zoom: 1;
}
.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.cf:after,
.clearfix:after {
    clear: both;
}
span.amp {
    font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
    font-style: italic;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrap {
    height: 100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 30px;
}
@media screen and (max-width: 500px) {
    .wrap {
        padding: 0 20px;
    }
}
.clear {
    clear: both;
}
.page-banner {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
}
.page-banner .title-button-holder {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.page-banner .title-button-holder .banner-buttons {
    margin-top: 30px;
    text-align: center;
}
.page-banner .title-button-holder .banner-buttons a {
    background-color: #bb1718;
    border-radius: 100px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    height: 55px;
    margin: 0 10px;
    padding: 16px 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media screen and (max-width: 900px) {
    .page-banner .title-button-holder .banner-buttons a {
        margin: 0 5px;
        padding: 16px 15px;
    }
}
@media screen and (max-width: 500px) {
    .page-banner .title-button-holder .banner-buttons a {
        display: block;
        font-size: 16px;
        height: 45px;
        margin: 0 auto 10px;
        max-width: 200px;
        padding: 13px 15px;
    }
}
.page-banner .title-button-holder .banner-buttons a:hover {
    background-color: #313131;
}
.button {
    background-color: #bb1718;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.button.large {
    font-size: 18px;
    height: 65px;
    padding: 22px;
    text-align: center;
    width: 190px;
}
@media screen and (max-width: 900px) {
    .button.large {
        font-size: 16px;
        height: 50px;
        padding: 14px;
        width: auto;
    }
}
.button.small {
    display: block;
    font-size: 13px;
    height: 40px;
    padding: 12px 0;
    text-align: center;
    width: 110px;
	text-transform: uppercase;
}
ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Rubik-Bold;
    src: url(../../../library/fonts/Rubik-Bold.eot);
    src: url(../../../library/fonts/Rubik-Bold.eot?#iefix) format("embedded-opentype"), url(../../../library/fonts/Rubik-Bold.woff) format("woff"), url(../../../library/fonts/Rubik-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Poppins;
    src: url(../../../library/fonts/Poppins.eot);
    src: url(../../../library/fonts/Poppins.eot?#iefix) format("embedded-opentype"), url(../../../library/fonts/Poppins.woff) format("woff"), url(../../../library/fonts/Poppins.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-family: Poppins;
    color: rgba(255, 255, 255, 0.9);
    font-size: 96px;
    font-weight: 900;
    margin: 0;
}
@media screen and (max-width: 1100px) {
    h1 {
        font-size: 90px;
    }
}
@media screen and (max-width: 900px) {
    h1 {
        font-size: 84px;
    }
}
@media screen and (max-width: 700px) {
    h1 {
        font-size: 74px;
    }
}
@media screen and (max-width: 500px) {
    h1 {
        font-size: 40px;
    }
}
h2 {
    font-family: Poppins;
    color: rgba(255, 255, 255, 0.9);
    font-size: 58px;
    font-weight: 900;
    margin: 0;
}
@media screen and (max-width: 1100px) {
    h2 {
        font-size: 52px;
    }
}
@media screen and (max-width: 900px) {
    h2 {
        font-size: 46px;
        line-height: 48px;
    }
}
@media screen and (max-width: 700px) {
    h2 {
        font-size: 40px;
        line-height: 42px;
    }
}
@media screen and (max-width: 500px) {
    h2 {
        font-size: 34px;
        line-height: 36px;
    }
}
h3 {
    font-family: Poppins;
    font-size: 42px;
    margin: 0;
}
@media screen and (max-width: 1100px) {
    h3 {
        font-size: 36px;
    }
}
@media screen and (max-width: 900px) {
    h3 {
        font-size: 30px;
    }
}
h4 {
    font-family: Poppins;
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
    h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 700px) {
    h4 {
        font-size: 16px;
    }
}
p {
    font-family: Poppins;
    margin: 0;
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-before: 2;
    -webkit-hyphenate-after: 3;
    hyphenate-lines: 3;
    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
}
a {
    font-family: Poppins;
    font-size: 18px;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")";
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .page-navigation,
    .respond-form,
    .sidebar,
    .wp-prev-next,
    nav {
        display: none;
    }
}
header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    height: 75px;
    position: fixed;
    width: 100%;
    z-index: 20;
}
@media screen and (max-width: 500px) {
    header {
        height: 50px;
    }
}
@media screen and (max-width: 900px) {
    header nav {
        display: none;
    }
}
header nav ul {
    font-size: 0;
    text-align: center;
}
header nav ul li {
    display: inline-block;
}
header nav ul li.current-menu-item > a {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
header nav ul li.menu-item-has-children > a:after {
    content: url(../../../library/images/icons/down-arrow.png);
    position: absolute;
    right: 28px;
    top: 26px;
}
@media screen and (max-width: 1100px) {
    header nav ul li.menu-item-has-children > a:after {
        right: 10px;
        top: 28px;
    }
}
header nav ul li.menu-item-has-children:hover .sub-menu {
    display: block;
}
header nav ul li a {
    color: rgba(0, 0, 0, 0.9);
    border-left: 1px solid #dfdfdf;
    display: block;
    height: 75px;
    padding: 25px 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 225px;
	text-transform: uppercase;
	font-weight: 700;
}
@media screen and (max-width: 1300px) {
    header nav ul li a {
        width: 180px;
    }
}
@media screen and (max-width: 1100px) {
    header nav ul li a {
        font-size: 16px;
        padding: 28px 0;
        width: 130px;
    }
}
header nav ul li a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
header nav ul li:nth-of-type(2) {
    margin-right: 219px;
}
@media screen and (max-width: 900px) {
    header nav ul li:nth-of-type(2) {
        margin-right: 0;
    }
}
header nav ul li:last-of-type {
    border-right: 1px solid #dfdfdf;
}
header nav ul li .sub-menu {
    display: none;
    position: absolute;
}
header nav ul li .sub-menu li {
    display: block;
}
header nav ul li .sub-menu li.current-menu-item > a {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
header nav ul li .sub-menu li a {
    background-color: #fff;
}
header nav ul li .sub-menu li a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
header nav ul li .sub-menu li:last-of-type {
    border-right: none;
}
header .logo {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    background-position: center;
    background-size: 261px;
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    height: 136px;
    top: 0;
    width: 220px;
}
@media screen and (max-width: 500px) {
    header .logo {
        background-size: 165px;
        height: 100px;
        width: 150px;
    }
}
header .search-toggle {
    border-left: 1px solid #dfdfdf;
    cursor: pointer;
    height: 75px;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
}
header .search-toggle img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 500px) {
    header .search-toggle {
        height: 50px;
        width: 50px;
    }
}
header .search-toggle.active img {
    opacity: 0;
}
header .search-toggle.active .close,
header .search-toggle.active .close span {
    opacity: 1;
}
header .search-toggle .close {
    height: 75px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 75px;
}
@media screen and (max-width: 500px) {
    header .search-toggle .close {
        height: 50px;
        width: 50px;
    }
}
header .search-toggle .close span {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 9px;
    display: block;
    height: 5px;
    left: 22px;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 35px;
    width: 35px;
}
@media screen and (max-width: 500px) {
    header .search-toggle .close span {
        left: 7px;
        top: 24px;
    }
}
header .search-toggle .close span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header .search-toggle .close span:nth-child(2) {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .mobile-menu-toggle {
    border-right: 1px solid #dfdfdf;
    cursor: pointer;
    display: none;
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    width: 75px;
}
@media screen and (max-width: 900px) {
    header .mobile-menu-toggle {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    header .mobile-menu-toggle {
        height: 50px;
        width: 50px;
    }
}
header .mobile-menu-toggle span {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 9px;
    display: block;
    height: 5px;
    left: 22px;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    width: 35px;
}
@media screen and (max-width: 500px) {
    header .mobile-menu-toggle span {
        left: 7px;
    }
}
header .mobile-menu-toggle span:nth-child(1) {
    top: 25px;
}
@media screen and (max-width: 500px) {
    header .mobile-menu-toggle span:nth-child(1) {
        top: 14px;
    }
}
header .mobile-menu-toggle span:nth-child(2) {
    top: 35px;
}
@media screen and (max-width: 500px) {
    header .mobile-menu-toggle span:nth-child(2) {
        top: 24px;
    }
}
header .mobile-menu-toggle span:nth-child(3) {
    top: 45px;
}
@media screen and (max-width: 500px) {
    header .mobile-menu-toggle span:nth-child(3) {
        top: 34px;
    }
}
header .mobile-menu-toggle.active span:nth-child(1) {
    top: 35px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 500px) {
    header .mobile-menu-toggle.active span:nth-child(1) {
        top: 24px;
    }
}
header .mobile-menu-toggle.active span:nth-child(2) {
    left: -60px;
    opacity: 0;
}
header .mobile-menu-toggle.active span:nth-child(3) {
    top: 35px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media screen and (max-width: 500px) {
    header .mobile-menu-toggle.active span:nth-child(3) {
        top: 24px;
    }
}
nav.mobile {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
    display: none;
    height: 100vh;
    left: 0;
    padding-top: 100px;
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 15;
}
@media screen and (max-width: 500px) {
    nav.mobile {
        top: 50px;
    }
}
nav.mobile ul {
    font-size: 0;
    text-align: center;
}
nav.mobile ul li {
    display: block;
}
nav.mobile ul.current-menu-item > a {
    background-color: #000;
    color: #fff;
}
nav.mobile ul a {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    height: 75px;
    padding: 25px 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}
nav.mobile ul a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
nav.mobile ul .sub-menu {
    display: block;
    position: relative;
}
nav.mobile ul .sub-menu li {
    display: block;
}
nav.mobile ul .sub-menu li a:hover,
nav.mobile ul .sub-menu li.current-menu-item > a {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.search-form {
    background-color: rgba(255, 255, 255, 0.9);
    height: 55px;
    padding: 10px;
    position: fixed;
    right: 0;
    top: -55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 12;
}
@media screen and (max-width: 900px) {
    .search-form {
        height: 135px;
        left: 0;
        padding-top: 80px;
        position: fixed;
        top: -135px;
        width: 100% !important;
    }
}
.search-form.active {
    top: 75px;
}
@media screen and (max-width: 500px) {
    .search-form.active {
        top: 50px;
    }
}
.search-form form {
    position: relative;
}
@media screen and (max-width: 900px) {
    .search-form form {
        max-width: 700px;
        margin: 0 auto;
    }
}
.search-form input[type="text"] {
    height: 35px;
    padding: 5px;
    width: 100%;
}
.search-form input[type="submit"] {
    border: none;
    background-color: transparent;
    background-image: url(../../../library/images/icons/search.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
.header-spacer {
    height: 75px;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 500px) {
    .header-spacer {
        height: 50px;
    }
}
footer {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
}
footer .signup-form {
    border-bottom: 1px solid #4b4b4b;
    height: 340px;
    position: relative;
}
@media screen and (max-width: 1100px) {
    footer .signup-form {
        height: 260px;
    }
}
@media screen and (max-width: 900px) {
    footer .signup-form {
        height: 200px;
    }
}
@media screen and (max-width: 700px) {
    footer .signup-form {
        height: 260px;
    }
}
footer .signup-form .form-holder {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1035px;
}
@media screen and (max-width: 1100px) {
    footer .signup-form .form-holder {
        width: 835px;
    }
}
@media screen and (max-width: 900px) {
    footer .signup-form .form-holder {
        width: 660px;
    }
}
@media screen and (max-width: 700px) {
    footer .signup-form .form-holder {
        width: 100%;
    }
}
footer .signup-form .form-holder p {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-size: 34px;
    margin-right: 30px;
}
@media screen and (max-width: 1100px) {
    footer .signup-form .form-holder p {
        font-size: 28px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 900px) {
    footer .signup-form .form-holder p {
        font-size: 22px;
    }
}
@media screen and (max-width: 700px) {
    footer .signup-form .form-holder p {
        display: block;
        margin: 0 0 30px;
        text-align: center;
    }
}
footer .signup-form .form-holder form {
    display: inline-block;
}
@media screen and (max-width: 700px) {
    footer .signup-form .form-holder form {
        display: block;
    }
}
footer .signup-form .form-holder form input[type="text"] {
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #4b4b4b;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    margin-right: 50px;
    padding-bottom: 10px;
    width: 470px;
    -webkit-appearance: none;
}
@media screen and (max-width: 1100px) {
    footer .signup-form .form-holder form input[type="text"] {
        font-size: 24px;
        margin-right: 20px;
        width: 360px;
    }
}
@media screen and (max-width: 900px) {
    footer .signup-form .form-holder form input[type="text"] {
        font-size: 22px;
        width: 300px;
    }
}
@media screen and (max-width: 700px) {
    footer .signup-form .form-holder form input[type="text"] {
        display: block;
        margin: 0 auto 30px;
        text-align: center;
        width: 80%;
    }
}
footer .signup-form .form-holder form input[type="text"]:focus {
    outline: 0;
}
footer .signup-form .form-holder form input[type="submit"] {
    font-family: Poppins;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    border: none;
    padding: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 120px;
	font-weight: 900;
}
footer .signup-form .form-holder form input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 700px) {
    footer .signup-form .form-holder form input[type="submit"] {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}
footer .signup-form .form-holder form ::-webkit-input-placeholder {
    color: #424242;
    opacity: 1;
    text-transform: none;
}
footer .signup-form .form-holder form :-moz-placeholder {
    color: #424242;
    opacity: 1;
    text-transform: none;
}
footer .signup-form .form-holder form ::-moz-placeholder {
    color: #424242;
    opacity: 1;
    text-transform: none;
}
footer .signup-form .form-holder form :-ms-input-placeholder {
    color: #424242;
    opacity: 1;
    text-transform: none;
}
footer .footer-links {
    height: 160px;
    position: relative;
}
@media screen and (max-width: 900px) {
    footer .footer-links {
        height: 120px;
    }
}
@media screen and (max-width: 700px) {
    footer .footer-links {
        height: auto;
    }
}
footer .footer-links .footer-links-holder {
    height: 25px;
    padding-top: 65px;
}
@media screen and (max-width: 900px) {
    footer .footer-links .footer-links-holder {
        padding-top: 45px;
    }
}
@media screen and (max-width: 700px) {
    footer .footer-links .footer-links-holder {
        height: auto;
        padding: 35px 0;
    }
}
footer .footer-links .footer-links-holder .social-media-links {
    display: inline-block;
    margin-right: 100px;
}
@media screen and (max-width: 1100px) {
    footer .footer-links .footer-links-holder .social-media-links {
        margin-right: 70px;
    }
}
@media screen and (max-width: 900px) {
    footer .footer-links .footer-links-holder .social-media-links {
        margin-right: 30px;
    }
}
@media screen and (max-width: 700px) {
    footer .footer-links .footer-links-holder .social-media-links {
        display: block;
        margin: 0 0 30px;
        text-align: center;
    }
}
footer .footer-links .footer-links-holder .social-media-links li {
    display: inline-block;
    height: 25px;
    margin-right: 40px;
}
@media screen and (max-width: 1100px) {
    footer .footer-links .footer-links-holder .social-media-links li {
        margin-right: 30px;
    }
}
footer .footer-links .footer-links-holder .social-media-links li:last-of-type {
    margin-right: 0;
}
footer .footer-links .footer-links-holder .social-media-links li svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
footer .footer-links .footer-links-holder .social-media-links li svg:hover.facebook path,
footer .footer-links .footer-links-holder .social-media-links li svg:hover.twitter path {
    fill: #bb1718;
}
footer .footer-links .footer-links-holder .social-media-links li svg:hover.instagram path {
    stroke: #bb1718;
}
footer .footer-links .footer-links-holder .social-media-links li svg:hover.instagram path#Fill-5 {
    fill: #bb1718;
    stroke: transparent;
}
footer .footer-links .footer-links-holder nav {
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 900px) {
    footer .footer-links .footer-links-holder nav {
        margin-top: 5px;
    }
}
@media screen and (max-width: 700px) {
    footer .footer-links .footer-links-holder nav {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
}
footer .footer-links .footer-links-holder nav li {
    display: inline-block;
    margin-right: 40px;
}
@media screen and (max-width: 1100px) {
    footer .footer-links .footer-links-holder nav li {
        margin-right: 30px;
    }
}
@media screen and (max-width: 900px) {
    footer .footer-links .footer-links-holder nav li {
        margin-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    footer .footer-links .footer-links-holder nav li {
        display: block;
        margin: 15px 0;
    }
}
footer .footer-links .footer-links-holder nav li a {
    font-family: Poppins;
    border-bottom: 0 solid #bb1718;
    border-width: 0;
    padding-bottom: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}
footer .footer-links .footer-links-holder nav li a:hover {
    border-bottom: 3px solid #bb1718;
    color: #bb1718;
}
@media screen and (max-width: 900px) {
    footer .footer-links .footer-links-holder nav li a {
        font-size: 14px;
    }
}
footer .footer-links .footer-links-holder .siteby {
    color: rgba(255, 255, 255, 0.9);
    float: right;
    font-size: 16px;
}
@media screen and (max-width: 900px) {
    footer .footer-links .footer-links-holder .siteby {
        font-size: 14px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 700px) {
    footer .footer-links .footer-links-holder .siteby {
        float: none;
        text-align: center;
    }
}
footer .footer-links .footer-links-holder .siteby a {
    font-family: Poppins;
    border-bottom: 0 solid #bb1718;
    border-width: 0;
    padding-bottom: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}
footer .footer-links .footer-links-holder .siteby a:hover {
    border-bottom: 3px solid #bb1718;
    color: #bb1718;
}
@media screen and (max-width: 900px) {
    footer .footer-links .footer-links-holder .siteby a {
        font-size: 14px;
    }
}
.text-content {
    background-color: #313131;
    padding: 140px 0;
}
@media screen and (max-width: 1100px) {
    .text-content {
        padding: 100px 0;
    }
}
@media screen and (max-width: 700px) {
    .text-content {
        padding: 70px 0;
    }
}
.text-content h4 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 33px;
    margin-bottom: 60px;
}
@media screen and (max-width: 1300px) {
    .text-content h4 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .text-content h4 {
        font-size: 28px;
    }
}
@media screen and (max-width: 700px) {
    .text-content h4 {
        font-size: 24px;
        margin-bottom: 40px;
    }
}
.text-content p {
    color: rgba(255, 255, 255, 0.5);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    font-size: 28px;
    line-height: 43px;
}
@media screen and (max-width: 1300px) {
    .text-content p {
        font-size: 24px;
        line-height: 34px;
    }
}
@media screen and (max-width: 1100px) {
    .text-content p {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        font-size: 22px;
        line-height: 28px;
    }
}
@media screen and (max-width: 700px) {
    .text-content p {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        font-size: 16px;
        line-height: 24px;
    }
}
.cta-images {
    background-color: #bb1718;
    padding: 140px 0;
}
@media screen and (max-width: 1100px) {
    .cta-images {
        padding: 100px 0;
    }
}
@media screen and (max-width: 700px) {
    .cta-images {
        padding: 70px 0;
    }
}
.cta-images .cta {
    background-position: center;
    background-size: cover;
    float: left;
    height: 600px;
    margin-right: 5%;
    padding: 40px;
    position: relative;
    width: 30%;
    vertical-align: top;
}
@media screen and (max-width: 1300px) {
    .cta-images .cta {
        margin-right: 2%;
        width: 32%;
    }
}
@media screen and (max-width: 1100px) {
    .cta-images .cta {
        height: 500px;
        padding: 20px;
    }
}
@media screen and (max-width: 900px) {
    .cta-images .cta {
        height: 400px;
    }
}
@media screen and (max-width: 700px) {
    .cta-images .cta {
        height: 300px;
        margin: 0 0 20px;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .cta-images .cta {
        height: 250px;
    }
}
.cta-images .cta:nth-of-type(3) {
    margin-right: 0;
}
@media screen and (max-width: 900px) {
    .cta-images .cta h2 {
        font-size: 30px;
        line-height: 36px;
    }
}
.cta-images .cta .button {
    bottom: 70px;
    left: 40px;
    position: absolute;
}
@media screen and (max-width: 900px) {
    .cta-images .cta .button {
        bottom: 40px;
        left: 20px;
    }
}
.spaces {
    background-color: #bb1718;
    padding: 160px 0;
}
@media screen and (max-width: 1100px) {
    .spaces {
        padding: 120px 0;
    }
}
@media screen and (max-width: 700px) {
    .spaces {
        padding: 90px 0;
    }
}
.spaces .space {
    margin-bottom: 140px;
    position: relative;
}
@media screen and (max-width: 700px) {
    .spaces .space {
        margin-bottom: 0;
    }
}
.spaces .space h2 {
    font-size: 88px;
    margin-bottom: 80px;
    width: 55%;
}
@media screen and (max-width: 1100px) {
    .spaces .space h2 {
        font-size: 78px;
        line-height: 70px;
    }
}
@media screen and (max-width: 900px) {
    .spaces .space h2 {
        font-size: 60px;
        line-height: 60px;
    }
}
@media screen and (max-width: 700px) {
    .spaces .space h2 {
        margin-bottom: 40px;
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .spaces .space h2 {
        font-size: 40px;
        line-height: 40px;
    }
}
.spaces .space .image-holder {
    background-size: cover;
    height: 510px;
    width: 62%;
}
@media screen and (max-width: 1100px) {
    .spaces .space .image-holder {
        width: 70%;
    }
}
@media screen and (max-width: 700px) {
    .spaces .space .image-holder {
        height: 350px;
        width: 100%;
    }
}
.spaces .space .space-content {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
    color: rgba(255, 255, 255, 0.9);
    height: auto;
    padding: 55px 40px;
    position: absolute;
    top: 50px;
    width: 40%;
}
@media screen and (max-width: 900px) {
    .spaces .space .space-content {
        padding: 30px 20px;
        width: 45%;
    }
}
@media screen and (max-width: 700px) {
    .spaces .space .space-content {
        position: relative;
        top: -100px;
        width: 85%;
    }
}
@media screen and (max-width: 500px) {
    .spaces .space .space-content {
        top: -70px;
    }
}
.spaces .space .space-content p.title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
    opacity: 1;
}
@media screen and (max-width: 900px) {
    .spaces .space .space-content p.title {
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    .spaces .space .space-content p.title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}
.spaces .space .space-content a,
.spaces .space .space-content p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
    .spaces .space .space-content a,
    .spaces .space .space-content p {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 900px) {
    .spaces .space .space-content a,
    .spaces .space .space-content p {
        font-size: 16px;
        line-height: 22px;
    }
}
@media screen and (max-width: 500px) {
    .spaces .space .space-content a,
    .spaces .space .space-content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}
.spaces .space .space-content a {
    border-bottom: 3px solid #bb1718;
    color: #bb1718;
    font-family: Poppins;
}
.spaces .space:nth-of-type(even) h2 {
    float: right;
    text-align: right;
}
@media screen and (max-width: 700px) {
    .spaces .space:nth-of-type(even) h2 {
        float: none;
    }
}
.spaces .space:nth-of-type(even) .image-holder {
    float: right;
    margin-right: 120px;
}
@media screen and (max-width: 1100px) {
    .spaces .space:nth-of-type(even) .image-holder {
        margin-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .spaces .space:nth-of-type(even) .image-holder {
        float: none;
    }
}
.spaces .space:nth-of-type(even) .space-content {
    left: 0;
}
@media screen and (max-width: 700px) {
    .spaces .space:nth-of-type(even) .space-content {
        left: auto;
        right: 10px;
        float: right;
    }
}
.spaces .space:nth-of-type(odd) h2 {
    text-align: left;
}
.spaces .space:nth-of-type(odd) .image-holder {
    margin-left: 120px;
}
@media screen and (max-width: 1100px) {
    .spaces .space:nth-of-type(odd) .image-holder {
        margin-left: 0;
    }
}
.spaces .space:nth-of-type(odd) .space-content {
    right: 0;
}
@media screen and (max-width: 700px) {
    .spaces .space:nth-of-type(odd) .space-content {
        left: 10px;
    }
}
.history {
    background-image: url(../../../library/images/backgrounds/people-dancing-red.png);
    background-size: cover;
    padding: 120px 0;
}
@media screen and (max-width: 500px) {
    .history {
        padding: 90px 0;
    }
}
.history h1 {
    margin-bottom: 80px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .history h1 {
        margin-bottom: 50px;
    }
}
.history .history-block {
    height: auto;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}
.history .history-block:last-of-type {
    padding-bottom: 0;
}
.history .history-block h4.year {
    color: rgba(255, 255, 255, 0.9);
    font-size: 34px;
    position: absolute;
    top: 10px;
}
@media screen and (max-width: 500px) {
    .history .history-block h4.year {
        font-size: 25px;
    }
}
.history .history-block .history-line {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #191919;
    height: 100%;
    width: 10px;
}
@media screen and (max-width: 700px) {
    .history .history-block .history-line {
        left: auto;
        position: absolute;
        right: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.history .history-block .history-line img {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
    .history .history-block .history-line img {
        height: 40px;
    }
}
.history .history-block:nth-of-type(odd) h4.year {
    left: 55%;
}
@media screen and (max-width: 700px) {
    .history .history-block:nth-of-type(odd) h4.year {
        left: auto;
        right: -5px;
        top: 70px;
    }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
    .history .history-block:nth-of-type(odd) h4.year {
        right: 5px;
        top: 50px;
    }
}
.history .history-block:nth-of-type(odd) .history-item {
    margin-left: 60px;
}
@media screen and (max-width: 1100px) {
    .history .history-block:nth-of-type(odd) .history-item {
        margin-left: 0;
    }
}
.history .history-block:nth-of-type(odd) .history-item .triangle {
    right: -10px;
}
.history .history-block:nth-of-type(even) .history-item {
    float: right;
    margin-right: 60px;
}
@media screen and (max-width: 1100px) {
    .history .history-block:nth-of-type(even) .history-item {
        margin-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .history .history-block:nth-of-type(even) .history-item {
        float: none;
    }
}
.history .history-block:nth-of-type(even) .history-item .triangle {
    left: -10px;
}
@media screen and (max-width: 700px) {
    .history .history-block:nth-of-type(even) .history-item .triangle {
        left: auto;
        right: -10px;
    }
}
.history .history-block:nth-of-type(even) h4.year {
    right: 55%;
}
@media screen and (max-width: 700px) {
    .history .history-block:nth-of-type(even) h4.year {
        right: -5px;
        top: 70px;
    }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
    .history .history-block:nth-of-type(even) h4.year {
        right: 5px;
        top: 50px;
    }
}
.history .history-block .history-item {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
    color: rgba(255, 255, 255, 0.9);
    height: auto;
    padding: 55px 40px;
    position: relative;
    width: 40%;
}
@media screen and (max-width: 900px) {
    .history .history-block .history-item {
        padding: 35px 25px;
    }
}
@media screen and (max-width: 700px) {
    .history .history-block .history-item {
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    .history .history-block .history-item {
        width: 70%;
    }
}
.history .history-block .history-item .triangle {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
    height: 25px;
    position: absolute;
    top: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
}
@media screen and (max-width: 500px) {
    .history .history-block .history-item .triangle {
        top: 7px;
    }
}
.history .history-block .history-item p.title {
    font-size: 28px;
    margin-bottom: 25px;
    opacity: 1;
}
@media screen and (max-width: 1100px) {
    .history .history-block .history-item p.title {
        font-size: 24px;
    }
}
.history .history-block .history-item p {
    font-size: 20px;
    line-height: 26px;
    opacity: 0.5;
}
@media screen and (max-width: 1100px) {
    .history .history-block .history-item p {
        font-size: 18px;
    }
}
@media screen and (max-width: 900px) {
    .history .history-block .history-item p {
        font-size: 15px;
    }
}
@media screen and (max-width: 700px) {
    .history .history-block .history-item p {
        font-size: 13px;
        line-height: 20px;
    }
}
.page-banner.contact .wrap {
    padding-top: 120px;
}
.page-banner.contact h1 {
    margin-bottom: 40px;
    text-align: center;
}
.page-banner.contact .contact-details .map {
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    height: 525px;
    width: 65%;
}
@media screen and (max-width: 1100px) {
    .page-banner.contact .contact-details .map {
        height: 430px;
    }
}
.page-banner.contact .contact-details .find-us-info {
    background-color: #bb1718;
    color: rgba(255, 255, 255, 0.9);
    float: right;
    height: 525px;
    padding: 60px;
    position: relative;
    width: 30%;
}
@media screen and (max-width: 1100px) {
    .page-banner.contact .contact-details .find-us-info {
        height: 430px;
    }
}
.page-banner.contact .contact-details .find-us-info h3 {
    margin-bottom: 30px;
}
.page-banner.contact .contact-details .find-us-info p {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 30px;
}
.page-banner.contact .contact-details .find-us-info p a {
    border-bottom: 0 solid rgba(255, 255, 255, 0.5);
    border-width: 0;
    padding-bottom: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.9);
}
.page-banner.contact .contact-details .find-us-info p a:hover {
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}
.page-banner.contact .contact-details .find-us-info .social-media-links {
    bottom: 75px;
    position: absolute;
}
.page-banner.contact .contact-details .find-us-info .social-media-links li {
    display: inline-block;
    height: 30px;
    margin-right: 25px;
}
.page-banner.contact .contact-details .find-us-info .social-media-links li svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.page-banner.contact .contact-details .find-us-info .social-media-links li svg:hover.facebook path,
.page-banner.contact .contact-details .find-us-info .social-media-links li svg:hover.twitter path {
    fill: rgba(255, 255, 255, 0.5);
}
.page-banner.contact .contact-details .find-us-info .social-media-links li svg:hover.instagram path {
    stroke: rgba(255, 255, 255, 0.5);
}
.page-banner.contact .contact-details .find-us-info .social-media-links li svg:hover.instagram path#Fill-5 {
    fill: rgba(255, 255, 255, 0.5);
    stroke: transparent;
}
.club-info {
    background-color: #bb1718;
    padding: 130px 0;
}
@media screen and (max-width: 1100px) {
    .club-info {
        padding: 100px 0;
    }
}
@media screen and (max-width: 700px) {
    .club-info {
        padding: 70px 0;
    }
}
@media screen and (max-width: 500px) {
    .club-info {
        padding: 50px 0;
    }
}
.club-info h3 {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
    .club-info h3 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 900px) {
    .club-info .left {
        margin-bottom: 40px;
    }
}
.club-info .left,
.club-info .right {
    display: inline-block;
    width: 48%;
}
@media screen and (max-width: 900px) {
    .club-info .left,
    .club-info .right {
        display: block;
        width: 100%;
    }
}
.club-info .left .content,
.club-info .right .content {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
    height: auto;
    padding: 60px;
}
@media screen and (max-width: 900px) {
    .club-info .left .content,
    .club-info .right .content {
        padding: 30px;
    }
}
.club-info .left .content h4,
.club-info .right .content h4 {
    font-family: Poppins;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
    .club-info .left .content h4,
    .club-info .right .content h4 {
        margin-bottom: 15px;
    }
}
.club-info .left .content p,
.club-info .right .content p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
}
.club-info .left .content p:last-of-type,
.club-info .right .content p:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
    .club-info .left .content p,
    .club-info .right .content p {
        font-size: 18px;
    }
}
@media screen and (max-width: 900px) {
    .club-info .left .content p,
    .club-info .right .content p {
        font-size: 16px;
    }
}
.club-info .left .content a,
.club-info .right .content a {
    border-bottom: 3px solid #bb1718;
    color: #bb1718;
    font-family: Poppins;
    font-size: 20px;
    padding-bottom: 2px;
}
@media screen and (max-width: 1100px) {
    .club-info .left .content a,
    .club-info .right .content a {
        font-size: 18px;
    }
}
@media screen and (max-width: 900px) {
    .club-info .left .content a,
    .club-info .right .content a {
        font-size: 16px;
    }
}
.club-info .right {
    float: right;
}
.events-template {
    background-color: #313131;
    padding: 120px 0;
}
@media screen and (max-width: 500px) {
    .events-template {
        padding: 90px 0;
    }
}
.events-template h1 {
    margin-bottom: 80px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .events-template h1 {
        margin-bottom: 50px;
    }
}
.events-template .events-toggler {
    height: 55px;
    margin-bottom: 90px;
    position: relative;
}
@media screen and (max-width: 900px) {
    .events-template .events-toggler {
        height: 135px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .events-template .events-toggler {
        height: 105px;
        margin-bottom: 35px;
    }
}
.events-template .events-toggler .prev {
    float: left;
}
.events-template .events-toggler .prev div {
    margin-right: 20px;
}
.events-template .events-toggler .next {
    float: right;
}
.events-template .events-toggler .next div {
    margin-left: 20px;
}
.events-template .events-toggler .next p,
.events-template .events-toggler .prev p {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
}
@media screen and (max-width: 500px) {
    .events-template .events-toggler .next p,
    .events-template .events-toggler .prev p {
        font-size: 14px;
        margin-top: 6px;
    }
}
.events-template .events-toggler .next div,
.events-template .events-toggler .prev div {
    background-color: #424242;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    cursor: pointer;
    display: inline-block;
    height: 55px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 55px;
}
@media screen and (max-width: 500px) {
    .events-template .events-toggler .next div,
    .events-template .events-toggler .prev div {
        height: 30px;
        width: 30px;
    }
}
.events-template .events-toggler .next div:hover,
.events-template .events-toggler .prev div:hover {
    background-color: #bb1718;
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.events-template .events-toggler .next div img,
.events-template .events-toggler .prev div img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.events-template .events-toggler ul {
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
@media screen and (max-width: 900px) {
    .events-template .events-toggler ul {
        top: 80px;
    }
}
@media screen and (max-width: 500px) {
    .events-template .events-toggler ul {
        top: 60px;
    }
}
.events-template .events-toggler ul li {
    background-color: #424242;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    cursor: pointer;
    display: inline-block;
    height: 55px;
    margin: 0 10px;
    padding: 16px 25px;
    pointer-events: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media screen and (max-width: 900px) {
    .events-template .events-toggler ul li {
        margin: 0 5px;
        padding: 16px 15px;
    }
}
@media screen and (max-width: 500px) {
    .events-template .events-toggler ul li {
        height: 45px;
        padding: 13px 15px;
    }
}
.events-template .events-toggler ul li.active,
.events-template .events-toggler ul li:hover {
    background-color: #bb1718;
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.events-template .events-toggler ul li p {
    color: #fff;
    font-size: 18px;
}
@media screen and (max-width: 500px) {
    .events-template .events-toggler ul li p {
        font-size: 16px;
    }
}
.events-template .events-listing.active li {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.events-template .events-listing h4.error {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.events-template .events-listing li {
    background-color: #000;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    display: inline-block;
    height: 170px;
    margin: 0 4% 40px 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.4s, opacity 0.7s, -webkit-transform 0.7s;
    transition: box-shadow 0.4s, opacity 0.7s, transform 0.7s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 48%;
    vertical-align: top;
}
@media screen and (max-width: 900px) {
    .events-template .events-listing li {
        margin: 0 0 20px;
        width: 100%;
    }
}
.events-template .events-listing li .red-background {
    background-color: #bb1718;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.4s, width 1.2s;
    transition: left 0.4s, width 1.2s;
    width: 8px;
    z-index: 1;
}
.events-template .events-listing li:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.events-template .events-listing li:hover .image-holder {
    width: 110px;
}
@media screen and (max-width: 1300px) {
    .events-template .events-listing li:hover .image-holder {
        width: 70px;
    }
}
@media screen and (max-width: 900px) {
    .events-template .events-listing li:hover .image-holder {
        width: 110px;
    }
}
@media screen and (max-width: 700px) {
    .events-template .events-listing li:hover .image-holder {
        width: 70px;
    }
}
.events-template .events-listing li:hover .red-background {
    left: 110px;
    width: 100%;
}
@media screen and (max-width: 1300px) {
    .events-template .events-listing li:hover .red-background {
        left: 70px;
    }
}
@media screen and (max-width: 900px) {
    .events-template .events-listing li:hover .red-background {
        left: 110px;
    }
}
@media screen and (max-width: 700px) {
    .events-template .events-listing li:hover .red-background {
        left: 70px;
    }
}
.events-template .events-listing li .image-holder {
    background-position: center;
    background-size: cover;
    display: inline-block;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 0;
}
.events-template .events-listing li .date {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin: 28px 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 10;
}
@media screen and (max-width: 1100px) {
    .events-template .events-listing li .date {
        margin: 36px 17px;
    }
}
@media screen and (max-width: 900px) {
    .events-template .events-listing li .date {
        margin: 43px 17px;
    }
}
.events-template .events-listing li .date h2,
.events-template .events-listing li .date p {
    display: block;
}
.events-template .events-listing li .date p {
    font-size: 18px;
}
@media screen and (max-width: 1100px) {
    .events-template .events-listing li .date p {
        font-size: 15px;
    }
}
.events-template .events-listing li .titles {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    max-width: 250px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
    z-index: 10;
}
@media screen and (max-width: 1300px) {
    .events-template .events-listing li .titles {
        max-width: 140px;
    }
}
@media screen and (max-width: 1100px) {
    .events-template .events-listing li .titles {
        max-width: 110px;
    }
}
@media screen and (max-width: 900px) {
    .events-template .events-listing li .titles {
        max-width: 250px;
    }
}
@media screen and (max-width: 700px) {
    .events-template .events-listing li .titles {
        max-width: 140px;
    }
}
@media screen and (max-width: 500px) {
    .events-template .events-listing li .titles {
        max-width: none;
        right: 10px;
        top: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        width: 155px;
    }
}
.events-template .events-listing li .titles a {
    font-family: Poppins;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 25px;
	font-weight: 900;
}
@media screen and (max-width: 700px) {
    .events-template .events-listing li .titles a {
        font-size: 20px;
    }
}
.events-template .events-listing li .titles p {
    display: block;
    font-size: 17px;
}
@media screen and (max-width: 1100px) {
    .events-template .events-listing li .titles p {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .events-template .events-listing li .titles p {
        font-size: 12px;
    }
}
.events-template .events-listing li .link-types {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 25px;
    z-index: 10;
}
@media screen and (max-width: 1100px) {
    .events-template .events-listing li .link-types {
        right: 10px;
    }
}
@media screen and (max-width: 500px) {
    .events-template .events-listing li .link-types {
        bottom: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        width: 155px;
    }
}
.events-template .events-listing li .link-types .button {
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.5);
    height: auto;
}
@media screen and (max-width: 1100px) {
    .events-template .events-listing li .link-types .button {
        font-size: 12px;
        width: 90px;
    }
}
@media screen and (max-width: 500px) {
    .events-template .events-listing li .link-types .button {
        margin: 0 auto;
    }
}
.events-template .events-listing li .link-types p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .events-template .events-listing li .link-types p {
        margin-bottom: 10px;
    }
}
.events-template .events-listing li:nth-of-type(even) {
    margin-right: 0;
}
.event-type-template {
    background-color: #313131;
    padding: 120px 0;
}
@media screen and (max-width: 500px) {
    .event-type-template {
        padding: 90px 0;
    }
}
.event-type-template h1 {
    margin-bottom: 80px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .event-type-template h1 {
        margin-bottom: 50px;
    }
}
.event-type-template .event-type-listing.active li {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.event-type-template .event-type-listing li {
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    display: inline-block;
    height: 333px;
    margin: 0 1% 15px 0;
    opacity: 0;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.4s, opacity 0.7s, -webkit-transform 0.7s;
    transition: box-shadow 0.4s, opacity 0.7s, transform 0.7s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 24.2%;
}
.event-type-template .event-type-listing li:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1100px) {
    .event-type-template .event-type-listing li {
        height: 280px;
    }
}
@media screen and (max-width: 900px) {
    .event-type-template .event-type-listing li {
        height: 220px;
    }
}
@media screen and (max-width: 700px) {
    .event-type-template .event-type-listing li {
        margin: 0 2% 15px 0;
        width: 49%;
    }
}
.event-type-template .event-type-listing li .event-type-content {
    bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    left: 30px;
    position: absolute;
    width: 80%;
}
@media screen and (max-width: 900px) {
    .event-type-template .event-type-listing li .event-type-content {
        bottom: 15px;
        left: 15px;
    }
}
.event-type-template .event-type-listing li .event-type-content a {
    color: rgba(255, 255, 255, 0.9);
}
.event-type-template .event-type-listing li .event-type-content h4 {
    margin-bottom: 10px;
}
.event-type-template .event-type-listing li .event-type-content p {
    font-size: 20px;
    margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
    .event-type-template .event-type-listing li .event-type-content p {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .event-type-template .event-type-listing li:nth-of-type(2n) {
        margin-right: 0;
    }
}
.event-type-template .event-type-listing li:nth-of-type(4n) {
    margin-right: 0;
}
.event-type-template div.button {
    font-family: Poppins;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    display: block;
    margin: 30px auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 190px;
}
.event-type-template div.button:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 880px;
}
.banner-content h1,
.banner-content h4,
.banner-content p {
    color: rgba(255, 255, 255, 0.9);
}
.banner-content h1,
.banner-content h4 {
    margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .banner-content h1 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .banner-content h1 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1100px) {
    .banner-content h4 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .banner-content h4 {
        margin-bottom: 10px;
    }
}
.banner-content p {
    font-size: 22px;
    margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
    .banner-content p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .banner-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.banner-content .button-holder .button {
    display: inline-block;
}
.event-single {
    background-color: #000;
    padding: 90px 0 130px;
}
.event-single .event-info {
    display: inline-block;
    width: 26%;
}
@media screen and (max-width: 900px) {
    .event-single .event-info {
        width: 100%;
    }
}
.event-single .event-info .info-box {
    background-color: #313131;
    margin-bottom: 80px;
    padding: 60px 50px;
}
@media screen and (max-width: 1100px) {
    .event-single .event-info .info-box {
        padding: 40px 30px;
    }
}
@media screen and (max-width: 500px) {
    .event-single .event-info .info-box {
        padding: 30px 20px;
    }
}
.event-single .event-info .info-box .title {
    color: #fff;
    font-size: 26px;
    margin-top: 20px;
}
.event-single .event-info .info-box .title:first-of-type {
    margin-top: 0;
}
.event-single .event-info .info-box p {
    color: #fff;
    font-size: 20px;
}
.event-single .event-info .info-box .share {
    margin-top: 30px;
}
.event-single .event-info .info-box .share li {
    display: inline-block;
    margin-right: 40px;
}
.event-single .event-info .info-box .share li:last-of-type {
    margin-right: 0;
}
.event-single .event-info .back-to-events a {
    background-color: #424242;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    cursor: pointer;
    display: inline-block;
    height: 55px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 55px;
}
.event-single .event-info .back-to-events a:hover {
    background-color: #bb1718;
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.event-single .event-info .back-to-events a img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.event-single .event-info .back-to-events p {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-size: 20px;
    margin: 15px 0 0 15px;
    vertical-align: top;
}
.event-single .event-content {
    background-color: #fff;
    float: right;
    margin-top: -250px;
    padding: 80px;
    position: relative;
    width: 65%;
}
@media screen and (max-width: 1100px) {
    .event-single .event-content {
        padding: 50px;
    }
}
@media screen and (max-width: 900px) {
    .event-single .event-content {
        float: none;
        margin: 0 0 50px;
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .event-single .event-content {
        padding: 50px 30px;
    }
}
@media screen and (max-width: 500px) {
    .event-single .event-content {
        padding: 40px 20px;
    }
}
.event-single .event-content a,
.event-single .event-content h1,
.event-single .event-content h2,
.event-single .event-content h3,
.event-single .event-content h4,
.event-single .event-content p {
    color: #838383;
    font-family: Poppins;
    margin-bottom: 20px;
    text-transform: none;
}
.event-single .event-content ol,
.event-single .event-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}
.event-single .event-content ol li,
.event-single .event-content ul li {
    color: #838383;
    font-family: Poppins;
    font-size: 20px;
    line-height: 26px;
}
@media screen and (max-width: 1100px) {
    .event-single .event-content ol li,
    .event-single .event-content ul li {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 900px) {
    .event-single .event-content ol li,
    .event-single .event-content ul li {
        font-size: 16px;
        line-height: 24px;
    }
}
.event-single .event-content ul {
    list-style-type: disc;
}
.event-single .event-content ol {
    list-style-type: decimal;
}
.event-single .event-content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
    .event-single .event-content p {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width: 900px) {
    .event-single .event-content p {
        font-size: 16px;
        line-height: 24px;
    }
}
.event-single .event-content .event-image-carousel {
    position: relative;
}
.event-single .event-content .event-image-carousel .owl-navigation {
    position: absolute;
    top: 200px;
    width: 100%;
    z-index: 10;
}
@media screen and (max-width: 900px) {
    .event-single .event-content .event-image-carousel .owl-navigation {
        top: 160px;
    }
}
@media screen and (max-width: 500px) {
    .event-single .event-content .event-image-carousel .owl-navigation {
        top: 110px;
    }
}
.event-single .event-content .event-image-carousel .owl-navigation .prev {
    float: left;
    margin-left: 40px;
}
@media screen and (max-width: 500px) {
    .event-single .event-content .event-image-carousel .owl-navigation .prev {
        margin-left: 20px;
    }
}
.event-single .event-content .event-image-carousel .owl-navigation .next {
    float: right;
    margin-right: 40px;
}
@media screen and (max-width: 500px) {
    .event-single .event-content .event-image-carousel .owl-navigation .next {
        margin-right: 20px;
    }
}
.event-single .event-content .event-image-carousel .owl-navigation .next,
.event-single .event-content .event-image-carousel .owl-navigation .prev {
    background-color: #fff;
    border-radius: 50%;
    height: 30px;
    position: relative;
    width: 30px;
}
.event-single .event-content .event-image-carousel .owl-navigation .next img,
.event-single .event-content .event-image-carousel .owl-navigation .prev img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.event-single .event-content .event-image-carousel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.event-single .event-content .event-image-carousel ul li {
    background-position: center;
    background-size: cover;
    height: 430px;
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .event-single .event-content .event-image-carousel ul li {
        height: 350px;
    }
}
@media screen and (max-width: 700px) {
    .event-single .event-content .event-image-carousel ul li {
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    .event-single .event-content .event-image-carousel ul li {
        height: 250px;
    }
}
.event-single .event-content .event-image-carousel .owl-dots {
    margin-top: 50px;
    text-align: center;
}
.event-single .event-content .event-image-carousel .owl-dots .owl-dot {
    border: 2px solid #bebebe;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    vertical-align: middle;
    width: 12px;
}
.event-single .event-content .event-image-carousel .owl-dots .owl-dot.active {
    background-color: #bebebe;
    height: 16px;
    width: 16px;
}
.gallery-template {
    background-color: #313131;
    padding: 120px 0;
}
@media screen and (max-width: 500px) {
    .gallery-template {
        padding: 90px 0;
    }
}
.gallery-template h1 {
    margin-bottom: 80px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .gallery-template h1 {
        margin-bottom: 50px;
    }
}
.gallery-template .gallery-listing.active li {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gallery-template .gallery-listing li {
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    display: inline-block;
    height: 333px;
    margin: 0 1% 15px 0;
    opacity: 0;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.4s, opacity 0.7s, -webkit-transform 0.7s;
    transition: box-shadow 0.4s, opacity 0.7s, transform 0.7s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 24.2%;
}
.gallery-template .gallery-listing li:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1100px) {
    .gallery-template .gallery-listing li {
        height: 280px;
    }
}
@media screen and (max-width: 900px) {
    .gallery-template .gallery-listing li {
        height: 220px;
    }
}
@media screen and (max-width: 700px) {
    .gallery-template .gallery-listing li {
        margin: 0 2% 15px 0;
        width: 49%;
    }
}
.gallery-template .gallery-listing li .gallery-content {
    bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    left: 30px;
    position: absolute;
    width: 80%;
}
@media screen and (max-width: 900px) {
    .gallery-template .gallery-listing li .gallery-content {
        bottom: 15px;
        left: 15px;
    }
}
.gallery-template .gallery-listing li .gallery-content h4 {
    margin-bottom: 10px;
}
.gallery-template .gallery-listing li .gallery-content p {
    font-size: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
    .gallery-template .gallery-listing li:nth-of-type(2n) {
        margin-right: 0;
    }
}
.gallery-template .gallery-listing li:nth-of-type(4n) {
    margin-right: 0;
}
.gallery-template .gallery-listing .lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 100%;
    z-index: 5;
}
.gallery-template .gallery-listing .lightbox.active {
    opacity: 1;
    pointer-events: auto;
}
.gallery-template .gallery-listing .lightbox.active .lightbox-holder {
    opacity: 1;
}
.gallery-template .gallery-listing .lightbox .lightbox-holder {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
    border-radius: 5px;
    height: 500px;
    left: 50%;
    opacity: 0;
    padding: 50px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 55%;
    width: 700px;
}
@media screen and (max-width: 700px) {
    .gallery-template .gallery-listing .lightbox .lightbox-holder {
        height: 400px;
        width: 500px;
    }
}
@media screen and (max-width: 500px) {
    .gallery-template .gallery-listing .lightbox .lightbox-holder {
        height: 280px;
        padding: 20px 20px 50px;
        width: 300px;
    }
}
.gallery-template .gallery-listing .lightbox .lightbox-holder .close {
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 10;
}
@media screen and (max-width: 500px) {
    .gallery-template .gallery-listing .lightbox .lightbox-holder .close {
        right: -5px;
        top: -5px;
    }
}
.gallery-template .gallery-listing .lightbox .lightbox-holder .close span {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    display: block;
    height: 2px;
    left: 5px;
    position: absolute;
    top: 14px;
    width: 20px;
}
.gallery-template .gallery-listing .lightbox .lightbox-holder .close span:nth-child(1) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.gallery-template .gallery-listing .lightbox .lightbox-holder .close span:nth-child(2) {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.gallery-template .gallery-listing .lightbox .lightbox-holder .owl-carousel li {
    height: 400px;
    width: 100%;
}
@media screen and (max-width: 700px) {
    .gallery-template .gallery-listing .lightbox .lightbox-holder .owl-carousel li {
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    .gallery-template .gallery-listing .lightbox .lightbox-holder .owl-carousel li {
        height: 210px;
    }
}
.gallery-template .gallery-listing .lightbox .lightbox-holder .owl-carousel .owl-dots {
    text-align: center;
}
.gallery-template .gallery-listing .lightbox .lightbox-holder .owl-carousel .owl-dots .owl-dot {
    border: 2px solid #bebebe;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    vertical-align: middle;
    width: 12px;
}
.gallery-template .gallery-listing .lightbox .lightbox-holder .owl-carousel .owl-dots .owl-dot.active {
    background-color: #bebebe;
    height: 16px;
    width: 16px;
}
.gallery-template div.button {
    font-family: Poppins;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    display: block;
    margin: 30px auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 190px;
}
.gallery-template div.button:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.search-template {
    background-color: #313131;
    padding: 120px 0;
}
@media screen and (max-width: 500px) {
    .search-template {
        padding: 90px 0;
    }
}
.search-template .title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 80px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .search-template .title {
        margin-bottom: 50px;
    }
}
.search-template .events-listing h4.error {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.search-template .events-listing li {
    background-color: #000;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    display: inline-block;
    height: 170px;
    margin: 0 4% 40px 0;
    max-width: 650px;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    vertical-align: top;
    width: 48%;
}
.search-template .events-listing li:nth-of-type(2n) {
    margin-right: 0;
}
.search-template .events-listing li .red-background {
    background-color: #bb1718;
    height: 100%;
    left: 110px;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.4s, width 1.2s;
    transition: left 0.4s, width 1.2s;
    width: 8px;
    z-index: 1;
}
.search-template .events-listing li:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.search-template .events-listing li:hover .image-holder {
    width: 110px;
}
.home .events-listing li:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.home .events-listing li:hover .image-holder {
    width: 110px;
}

.home .events-listing li:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.home .events-listing li:hover .image-holder {
    width: 110px;
}
@media screen and (max-width: 700px) {
    .search-template .events-listing li:hover .image-holder {
        width: 70px;
    }
    .home .events-listing li:hover .image-holder {
        width: 70px;
    }
}
.search-template .events-listing li:hover .red-background {
    left: 110px;
    width: 100%;
}
.home .events-listing li:hover .red-background {
    left: 110px;
    width: 100%;
}
@media screen and (max-width: 700px) {
    .search-template .events-listing li:hover .red-background {
        left: 70px;
    }
    .home .events-listing li:hover .red-background {
        left: 70px;
    }
}
.search-template .events-listing li .image-holder {
    background-position: center;
    background-size: cover;
    display: inline-block;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 110px;
}
.search-template .events-listing li .date {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin: 28px 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 10;
}
@media screen and (max-width: 1100px) {
    .search-template .events-listing li .date {
        margin: 36px 17px;
    }
}
@media screen and (max-width: 900px) {
    .search-template .events-listing li .date {
        margin: 43px 17px;
    }
}
.search-template .events-listing li .date h2,
.search-template .events-listing li .date p {
    display: block;
}
.search-template .events-listing li .date p {
    font-size: 18px;
}
@media screen and (max-width: 1100px) {
    .search-template .events-listing li .date p {
        font-size: 15px;
    }
}
.search-template .events-listing li .titles {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    max-width: 250px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
    z-index: 10;
}
@media screen and (max-width: 1300px) {
    .search-template .events-listing li .titles {
        max-width: 140px;
    }
}
@media screen and (max-width: 1100px) {
    .search-template .events-listing li .titles {
        max-width: 110px;
    }
}
@media screen and (max-width: 900px) {
    .search-template .events-listing li .titles {
        max-width: 250px;
    }
}
@media screen and (max-width: 700px) {
    .search-template .events-listing li .titles {
        max-width: 140px;
    }
}
@media screen and (max-width: 500px) {
    .search-template .events-listing li .titles {
        max-width: none;
        right: 10px;
        top: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        width: 155px;
    }
}
.search-template .events-listing li .titles a {
    font-family: Poppins;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 25px;
}
@media screen and (max-width: 700px) {
    .search-template .events-listing li .titles a {
        font-size: 20px;
    }
}
.search-template .events-listing li .titles p {
    display: block;
    font-size: 17px;
}
@media screen and (max-width: 1100px) {
    .search-template .events-listing li .titles p {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .search-template .events-listing li .titles p {
        font-size: 12px;
    }
}
.search-template .events-listing li .link-types {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 25px;
    z-index: 10;
}
@media screen and (max-width: 1100px) {
    .search-template .events-listing li .link-types {
        right: 10px;
    }
}
@media screen and (max-width: 500px) {
    .search-template .events-listing li .link-types {
        bottom: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: auto;
        width: 155px;
    }
}
.search-template .events-listing li .link-types .button {
    -webkit-box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.5);
    height: auto;
}
@media screen and (max-width: 1100px) {
    .search-template .events-listing li .link-types .button {
        font-size: 12px;
        width: 90px;
    }
}
@media screen and (max-width: 500px) {
    .search-template .events-listing li .link-types .button {
        margin: 0 auto;
    }
}
.search-template .events-listing li .link-types p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .search-template .events-listing li .link-types p {
        margin-bottom: 10px;
    }
}
.image-slider ul {
    height: 100%;
    width: 100%;
}
.image-slider ul li {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.image-slider ul li .slide-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 880px;
}
.image-slider ul li .slide-content h4 {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .image-slider ul li .slide-content h4 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .image-slider ul li .slide-content h4 {
        margin-bottom: 10px;
    }
}
.image-slider ul li .slide-content h1 {
    font-size: 124px;
    line-height: 113px;
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 1100px) {
    .image-slider ul li .slide-content h1 {
        font-size: 90px;
        line-height: 90px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .image-slider ul li .slide-content h1 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    .image-slider ul li .slide-content h1 {
        font-size: 50px;
        line-height: 50px;
    }
}
.image-slider ul li .slide-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
    .image-slider ul li .slide-content p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .image-slider ul li .slide-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.image-slider ul li .slide-content .button-holder .button {
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.image-slider ul li .slide-content .button-holder .button:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.image-slider ul .owl-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px;
}
@media screen and (max-width: 1100px) {
    .image-slider ul .owl-dots {
        bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .image-slider ul .owl-dots {
        bottom: 30px;
    }
}
.image-slider ul .owl-dots .owl-dot {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    width: 16px;
}
.image-slider ul .owl-dots .owl-dot.active {
    background-color: #fff;
}
.event-wall {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
    padding: 100px 0 140px;
}
@media screen and (max-width: 1100px) {
    .event-wall {
        padding: 70px 0 90px;
    }
}
.event-wall .wrap {
    max-width: 1452px;
}
.event-wall .event-wall-top-bar {
    height: 55px;
    margin-bottom: 90px;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .event-wall .event-wall-top-bar {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 700px) {
    .event-wall .event-wall-top-bar {
        height: 100px;
    }
}
.event-wall .event-wall-top-bar h4 {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin: 10px 0 0 7px;
}
.event-wall .event-wall-top-bar ul {
    left: 0;
    position: absolute;
    pointer-events: none;
    text-align: center;
    top: 0;
    width: 100%;
}
@media screen and (max-width: 700px) {
    .event-wall .event-wall-top-bar ul {
        top: 70px;
    }
}
.event-wall .event-wall-top-bar ul li {
    background-color: #313131;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    cursor: pointer;
    display: inline-block;
    height: 55px;
    margin: 0 10px;
    padding: 16px 25px;
    pointer-events: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media screen and (max-width: 900px) {
    .event-wall .event-wall-top-bar ul li {
        margin: 0 5px;
        padding: 16px 15px;
    }
}
@media screen and (max-width: 500px) {
    .event-wall .event-wall-top-bar ul li {
        height: 45px;
        padding: 13px 15px;
    }
}
.event-wall .event-wall-top-bar ul li.active,
.event-wall .event-wall-top-bar ul li:hover {
    background-color: #bb1718;
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.event-wall .event-wall-top-bar ul li p {
    color: #fff;
    font-size: 18px;
}
@media screen and (max-width: 500px) {
    .event-wall .event-wall-top-bar ul li p {
        font-size: 16px;
    }
}
.event-wall .event-wall-top-bar a {
    border-bottom: 0 solid #bb1718;
    border-width: 0;
    padding-bottom: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    float: right;
    margin: 15px 7px 0 0;
}
.event-wall .event-wall-top-bar a:hover {
    border-bottom: 3px solid #bb1718;
    color: #bb1718;
}
@media screen and (max-width: 700px) {
    .event-wall .event-wall-top-bar a {
        font-size: 16px;
        margin: 10px 7px 0 0;
    }
}
.event-wall .listings.active li {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.event-wall .listings .wall {
    padding: 0 7px;
}
.event-wall .listings li {
    background-size: cover;
    background-position: center;
    float: left;
    height: 333px;
    margin: 0 1% 1% 0;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 24%;
    vertical-align: top;
}
@media screen and (max-width: 1100px) {
    .event-wall .listings li {
        height: 270px;
    }
}
@media screen and (max-width: 900px) {
    .event-wall .listings li {
        height: 220px;
    }
}
@media screen and (max-width: 900px) {
    .event-wall .listings li {
        margin: 0 2% 2% 0;
        width: 49%;
    }
    .event-wall .listings li:nth-of-type(2n) {
        margin-right: 0;
    }
}
.event-wall .listings li:nth-of-type(4n) {
    margin-right: 0;
}
.event-wall .listings li.date {
    background-color: #bb1718;
    padding: 30px;
    word-spacing: 100px;
}
@media screen and (max-width: 900px) {
    .event-wall .listings li.date {
        padding: 15px;
        word-spacing: 200px;
    }
}
.event-wall .listings li .content {
    bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    left: 30px;
    position: absolute;
}
@media screen and (max-width: 900px) {
    .event-wall .listings li .content {
        bottom: 15px;
        left: 15px;
    }
}
.event-wall .listings li .content h4 {
    margin-bottom: 10px;
}
.event-wall .listings li .content p {
    font-size: 20px;
    margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
    .event-wall .listings li .content p {
        font-size: 16px;
    }
}
.event-wall .listings li .content a {
    color: rgba(255, 255, 255, 0.9);
}
.event-wall .listings li .content .button {
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.event-wall .listings li .content .button:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.spaces-carousel {
    background-color: #000;
    padding: 100px 0 140px;
    overflow: hidden;
}
@media screen and (max-width: 900px) {
    .spaces-carousel {
        padding: 70px 0 80px;
    }
}
.spaces-carousel .spaces-carousel-top-bar {
    margin-bottom: 90px;
    width: 100%;
}
@media screen and (max-width: 900px) {
    .spaces-carousel .spaces-carousel-top-bar {
        margin-bottom: 60px;
    }
}
.spaces-carousel .spaces-carousel-top-bar h4 {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
}
.spaces-carousel .spaces-carousel-top-bar a {
    border-bottom: 0 solid #bb1718;
    border-width: 0;
    padding-bottom: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.9);
    float: right;
    margin-top: 5px;
}
.spaces-carousel .spaces-carousel-top-bar a:hover {
    border-bottom: 3px solid #bb1718;
    color: #bb1718;
}
@media screen and (max-width: 700px) {
    .spaces-carousel .spaces-carousel-top-bar a {
        font-size: 16px;
        margin-top: 0;
    }
}
.spaces-carousel .owl-carousel {
    margin: 0 auto;
    width: 980px;
}
@media screen and (max-width: 1100px) {
    .spaces-carousel .owl-carousel {
        width: 820px;
    }
}
@media screen and (max-width: 900px) {
    .spaces-carousel .owl-carousel {
        width: 660px;
    }
}
@media screen and (max-width: 700px) {
    .spaces-carousel .owl-carousel {
        width: 460px;
    }
}
@media screen and (max-width: 500px) {
    .spaces-carousel .owl-carousel {
        width: 300px;
    }
}
.spaces-carousel .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.spaces-carousel .owl-carousel .owl-item.active li {
    margin-top: 0;
    opacity: 1;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.spaces-carousel .owl-carousel li {
    height: 510px;
    margin: 50px auto 0;
    position: relative;
    opacity: 0.3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 920px;
}
@media screen and (max-width: 1100px) {
    .spaces-carousel .owl-carousel li {
        width: 760px;
    }
}
@media screen and (max-width: 900px) {
    .spaces-carousel .owl-carousel li {
        height: 400px;
        width: 600px;
    }
}
@media screen and (max-width: 700px) {
    .spaces-carousel .owl-carousel li {
        height: 300px;
        width: 400px;
    }
}
@media screen and (max-width: 500px) {
    .spaces-carousel .owl-carousel li {
        height: 200px;
        width: 240px;
    }
}
.spaces-carousel .owl-carousel li .text-holder {
    position: absolute;
    top: 130px;
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .spaces-carousel .owl-carousel li .text-holder {
        top: 70px;
    }
}
@media screen and (max-width: 700px) {
    .spaces-carousel .owl-carousel li .text-holder {
        top: 50px;
    }
}
.spaces-carousel .owl-carousel li .text-holder h1 {
    line-height: 96px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .spaces-carousel .owl-carousel li .text-holder h1 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 500px) {
    .spaces-carousel .owl-carousel li .text-holder h1 {
        font-size: 40px;
        line-height: 40px;
    }
}
.spaces-carousel .owl-carousel li .text-holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 26px;
    max-width: 560px;
}
@media screen and (max-width: 900px) {
    .spaces-carousel .owl-carousel li .text-holder p {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .spaces-carousel .owl-carousel li .text-holder p {
        font-size: 14px;
    }
}
.spaces-carousel .owl-carousel li .image-holder {
    background-size: cover;
    float: right;
    height: 510px;
    width: 860px;
}
@media screen and (max-width: 1100px) {
    .spaces-carousel .owl-carousel li .image-holder {
        width: 700px;
    }
}
@media screen and (max-width: 900px) {
    .spaces-carousel .owl-carousel li .image-holder {
        height: 400px;
        width: 540px;
    }
}
@media screen and (max-width: 700px) {
    .spaces-carousel .owl-carousel li .image-holder {
        height: 300px;
        width: 360px;
    }
}
@media screen and (max-width: 500px) {
    .spaces-carousel .owl-carousel li .image-holder {
        height: 200px;
        width: 200px;
    }
}
.find-us {
    background-image: url(../../../library/images/backgrounds/people-dancing.png);
    background-size: cover;
    padding: 180px 0;
}
.find-us.mottled {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
}
@media screen and (max-width: 1100px) {
    .find-us {
        padding: 100px 0;
    }
}
@media screen and (max-width: 700px) {
    .find-us {
        padding: 70px 0;
    }
}
@media screen and (max-width: 500px) {
    .find-us {
        padding: 50px 0;
    }
}
.find-us .map {
    background-color: rgba(255, 255, 255, 0.9);
    float: right;
    height: 525px;
    width: 65%;
}
@media screen and (max-width: 1100px) {
    .find-us .map {
        height: 430px;
    }
}
@media screen and (max-width: 700px) {
    .find-us .map {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .find-us .map {
        height: 340px;
    }
}
.find-us .find-us-info {
    background-color: #bb1718;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    height: 525px;
    padding: 60px;
    position: relative;
    width: 30%;
}
@media screen and (max-width: 1100px) {
    .find-us .find-us-info {
        height: 430px;
        padding: 30px;
    }
}
@media screen and (max-width: 900px) {
    .find-us .find-us-info {
        width: 33%;
    }
}
@media screen and (max-width: 700px) {
    .find-us .find-us-info {
        height: 330px;
        width: 100%;
    }
}
.find-us .find-us-info h3 {
    margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
    .find-us .find-us-info h3 {
        margin-bottom: 20px;
    }
}
.find-us .find-us-info p {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
    .find-us .find-us-info p {
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width: 900px) {
    .find-us .find-us-info p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .find-us .find-us-info p a {
        font-size: 16px;
    }
}
.find-us .find-us-info p a {
    border-bottom: 0 solid rgba(255, 255, 255, 0.5);
    border-width: 0;
    padding-bottom: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.9);
}
.find-us .find-us-info p a:hover {
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}
.find-us .find-us-info .social-media-links {
    bottom: 75px;
    position: absolute;
}
@media screen and (max-width: 1100px) {
    .find-us .find-us-info .social-media-links {
        bottom: 30px;
    }
}
.find-us .find-us-info .social-media-links li {
    display: inline-block;
    height: 30px;
    margin-right: 25px;
}
.find-us .find-us-info .social-media-links li svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.find-us .find-us-info .social-media-links li svg:hover.facebook path,
.find-us .find-us-info .social-media-links li svg:hover.twitter path {
    fill: rgba(255, 255, 255, 0.5);
}
.find-us .find-us-info .social-media-links li svg:hover.instagram path {
    stroke: rgba(255, 255, 255, 0.5);
}
.find-us .find-us-info .social-media-links li svg:hover.instagram path#Fill-5 {
    fill: rgba(255, 255, 255, 0.5);
    stroke: transparent;
}
.social-media {
    background-color: #bb1718;
    padding: 130px 0 160px;
}
@media screen and (max-width: 700px) {
    .social-media {
        padding: 70px 0 90px;
    }
}
.social-media h3 {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
    .social-media h3 {
        margin-bottom: 40px;
    }
}
.social-media .social-media-twitter {
    display: inline-block;
    width: 48%;
}
@media screen and (max-width: 700px) {
    .social-media .social-media-twitter {
        margin-bottom: 30px;
        width: 100%;
    }
}
.social-media .social-media-twitter #ctf .ctf-tweets {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}
@media screen and (max-width: 1300px) {
    .social-media .social-media-twitter #ctf .ctf-tweets {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}
@media screen and (max-width: 900px) {
    .social-media .social-media-twitter #ctf .ctf-tweets {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item {
    background-image: url(../../../library/images/backgrounds/mottled-black.png);
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    height: auto;
    margin-bottom: 40px;
    padding: 40px 40px 70px;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item {
        padding: 25px 25px 60px;
    }
}
@media screen and (max-width: 900px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item {
        margin-bottom: 15px;
        padding: 15px 15px 50px;
    }
}
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item:nth-of-type(2n) {
    margin-right: 0;
}
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item .ctf-context,
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item .ctf-screename-sep,
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item .ctf-verified {
    display: none;
}
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item .ctf-author-box {
    margin-bottom: 10px;
    opacity: 0.5;
}
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item .ctf-tweet-meta {
    bottom: 20px;
    left: 40px;
    margin: 0;
    position: absolute;
}
@media screen and (max-width: 1100px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item .ctf-tweet-meta {
        left: 25px;
    }
}
@media screen and (max-width: 900px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item .ctf-tweet-meta {
        left: 15px;
    }
}
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.5;
}
@media screen and (max-width: 1100px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p {
        font-size: 12px;
    }
}
@media screen and (max-width: 900px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p {
        font-size: 11px;
    }
}
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p.ctf-tweet-text {
    font-size: 22px;
    line-height: 26px;
    opacity: 1;
}
@media screen and (max-width: 1100px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p.ctf-tweet-text {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 900px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p.ctf-tweet-text {
        font-size: 16px;
        line-height: 20px;
    }
}
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p.ctf-tweet-text a {
    font-family: Poppins;
    color: #bb1718;
    font-size: 22px;
    line-height: 26px;
}
@media screen and (max-width: 1100px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p.ctf-tweet-text a {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 900px) {
    .social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p.ctf-tweet-text a {
        font-size: 16px;
        line-height: 20px;
    }
}
.social-media .social-media-twitter #ctf .ctf-tweets .ctf-item p:last-of-type {
    margin-bottom: 0;
}
.social-media .social-media-instagram {
    float: right;
    width: 48%;
}
@media screen and (max-width: 700px) {
    .social-media .social-media-instagram {
        float: none;
        width: 100%;
    }
}
.social-media .social-media-instagram #sb_instagram #sbi_images .sbi_item {
    margin: 0 !important;
    width: 25%;
}
.social-media .social-media-instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(2n) {
    margin: 0 0 8% !important;
}
.event-single .event-content a {
    color: red;
}
.event-single .event-content a::focus {
    color: darkred !important;
}
.event-single .event-content a:hover {
    text-decoration: underline;
}
.event-single .event-content a:visited {
    color: darkred;
}


.event-wall .events-listing h4.error {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.event-wall .events-listing li {
    background-color: #000;
    -webkit-box-shadow: 0 0 30px 2px transparent;
    box-shadow: 0 0 30px 2px transparent;
    display: inline-block;
    height: 170px;
    margin: 0 4% 40px 0;
    opacity: 0;
    max-width: 650px;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    vertical-align: top;
    width: 48%;
}
.event-wall .events-listing.active li {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.event-wall .events-listing li:nth-of-type(2n) {
    margin-right: 0;
}
.event-wall .events-listing li .red-background {
    background-color: #bb1718;
    height: 100%;
    left: 110px;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.4s, width 1.2s;
    transition: left 0.4s, width 1.2s;
    width: 8px;
    z-index: 1;
}
.event-wall .events-listing li:hover {
    -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
}
.event-wall .events-listing li:hover .image-holder {
    width: 110px;
}

.event-wall .events-listing li .image-holder {
    background-position: center;
    background-size: cover;
    display: inline-block;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 110px;
}
.event-wall .events-listing li .date {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin: 28px 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 10;
}
.event-wall .events-listing li .date h2,
.event-wall .events-listing li .date p {
    display: block;
}
.event-wall .events-listing li .date p {
    font-size: 18px;
}
.event-wall .events-listing li .titles {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    max-width: 250px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: top;
    z-index: 10;
}
.event-wall .events-listing li .titles a {
    font-family: Poppins;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 25px;
	font-weight: 900;
}
.event-wall .events-listing li .titles p {
    display: block;
    font-size: 17px;
}
.event-wall .events-listing li .link-types {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 25px;
    z-index: 10;
}
.event-wall .events-listing li .link-types p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
}




/**/
@media screen and (max-width: 500px) {
 footer .footer-links .footer-links-holder {height: auto; padding: 85px 0 30px;}

 .event-wall .events-listing li .date p {font-size: 14px;}
 .event-wall .events-listing li .titles a{font-size: 15px;}
 .event-wall .events-listing li .link-types{height: 60px; top: 77%}
 .event-wall .events-listing li .link-types p{margin-bottom: 5px; font-size: 13px;}
 .event-wall .events-listing li .titles {top: 30%; width: 130px; right: 10px; text-align: center;}
 .event-wall .events-listing li .titles p{font-size: 12px;}
 .event-wall .events-listing li .date{margin: 40px 13px;}

 .search-list-template .wrap {padding: 0;}
 .search-template .events-listing li{width: 100%; margin: 0 0% 40px 0}
 .search-template .events-listing li .link-types p{text-align: center;}
 .search-template .events-listing li .titles a {font-size: 16px;}
 .search-template .events-listing li .date h2{font-size: 24px; line-height: 16px;}
 .search-template .events-listing li .titles{width: 145px;}
}