body {
  font-family: 'Open Sans',sans-serif;
  color: #141F2C;
  background: #F6F6F6; }

h1, h2, h3 {
  line-height: 1em; }

a, button {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important; }

a:hover {
  color: #EE962B;
  text-decoration: none; }

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

::selection {
  color: #fff;
  background: #D71D2E;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  color: #fff;
  background: #D71D2E;
  /* Gecko Browsers */ }

.icon-el {
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .icon-el.play {
    background-image: url(layout/play-01.svg);
    width: 100px;
    height: 100px; }
  .icon-el.arrow {
    /*the default arrow is down*/
    background-image: url(layout/arrow.svg);
    width: 30px;
    height: 26px; }
  .icon-el.caret {
    background-image: url(layout/caret.svg);
    width: 20px;
    height: 20px; }
  .icon-el.download {
    background-image: url(layout/download.svg);
    width: 20px;
    height: 20px; }
  .icon-el.eventclock, .icon-el.eventmarker {
    width: 15px;
    height: 15px; }
  .icon-el.eventclock {
    background-image: url(layout/clock-red.svg); }
  .icon-el.eventmarker {
    background-image: url(layout/mapmarker-red.svg); }
  .icon-el.mapmarker {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    background-image: url(layout/mapmarker.svg); }
  .icon-el.caret.up, .icon-el.arrow.up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .icon-el.caret.left, .icon-el.arrow.left {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .icon-el.caret.right, .icon-el.arrow.right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .icon-el.circle {
    border: 1px solid #D71D2E;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .icon-el.mail {
    width: 20px;
    height: 20px;
    background-image: url(layout/mail.svg); }
  .icon-el.globe {
    width: 20px;
    height: 20px;
    background-image: url(layout/languages.svg); }
  .icon-el.search {
    width: 20px;
    height: 20px;
    background-image: url(layout/search.svg); }

.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #888;
  opacity: 0.7; }

.form-control::-moz-placeholder {
  text-transform: uppercase;
  color: #888;
  opacity: 0.7; }

.form-control:-ms-input-placeholder {
  text-transform: uppercase;
  color: #888;
  opacity: 0.7; }

.form-control:-moz-placeholder {
  text-transform: uppercase;
  color: #888;
  opacity: 0.7; }

.container {
  width: 1400px;
  max-width: 85%; }

.bg {
  background-size: cover;
  background-position: center; }

.img {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.btn {
  border: 0;
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 20px;
  width: 215px;
  max-width: 100%; }
  .btn.btn-primary {
    color: #fff;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    background-color: #D71D2E; }
    .btn.btn-primary > * {
      display: block;
      -webkit-transform: skew(10deg);
      transform: skew(10deg); }
    .btn.btn-primary:hover {
      background-color: #ff3860; }
    .btn.btn-primary.dark {
      background-color: #111; }
      .btn.btn-primary.dark:hover {
        background-color: #676767; }
    .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #111 !important; }
  .btn.btn-primary.no-skew,
  .btn.btn-primary.no-skew > * {
    -webkit-transform: skew(0);
    transform: skew(0); }

.hover-arrow .icon-el {
  position: relative;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  right: 0; }

.hover-arrow:hover {
  color: #D71D2E; }

.hover-arrow:hover .icon-el {
  right: -5px; }

.has-shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #e8e8e8; }

.bg-dark {
  color: #fff;
  background-color: #111; }

.text-title {
  font-family: 'arya-double',sans-serif; }

.page-content-title {
  font-weight: 700; }

.banner-title.with-yellow strong {
  /*on carousel, the highlight text is the brand color instead of white*/
  font-weight: 400;
  color: #EE962B; }

.banner-title.with-red strong {
  /*on carousel, the highlight text is the brand color instead of white*/
  font-weight: 400;
  color: #D71D2E; }

.text-title-a {
  font-family: 'arya-single',sans-serif; }

.text-title-r {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

.text-brand {
  color: #D71D2E; }

.text-white {
  color: #fff; }

.text-gray {
  color: #676767; }

.text-black {
  color: #111 !important; }

.border-top {
  border-top: 3px solid #D71D2E; }

.form-control {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0; }
  .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-default input.form-control,
.form-default textarea.form-control,
.form-default select.form-control {
  border: 1px solid #111; }

.form-default input.form-control,
.form-default select.form-control {
  height: 50px; }

.form-default .selectric .label {
  line-height: 50px; }

.form-default .selectric .label {
  height: 50px; }

.form-default textarea.form-control {
  height: 130px; }

.form-default label {
  margin-top: 15px; }

.form-default .form-group {
  margin-bottom: 15px; }

.flash {
  color: #fff;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  display: none; }
  .flash.show {
    display: block;
    background-color: #111;
    padding: 15px;
    margin-bottom: 30px; }
  .flash .error {
    color: #D71D2E; }

.form-line input.form-control, .form-line select.form-control, .form-line .selectric {
  height: 55px;
  margin-bottom: 5px;
  border: 0;
  opacity: 1; }

.form-line .selectric {
  border: 1px solid #676767; }
  .form-line .selectric .label {
    line-height: 55px; }

.form-line select {
  text-transform: uppercase; }

.form-line select:disabled {
  opacity: 0.5; }

/* Header */
header {
  position: relative;
  z-index: 12; }
  header .container {
    max-width: 97%; }
  header a {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700; }
    header a:hover {
      text-decoration: none; }
  header .nav-social {
    width: 320px; }
  header .newsletter {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .newsletter h4 {
      margin-bottom: 0;
      margin-right: 15px;
      font-size: 12px; }
    header .newsletter input.form-control {
      width: 230px; }

.newsletter {
  position: relative; }
  .newsletter .form-control {
    background: transparent;
    border-bottom: 1px solid #D71D2E; }
    .newsletter .form-control:focus {
      background: rgba(250, 250, 250, 0.1);
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.newsletter button,
.nav-search form button {
  /*newsletter submit arrow*/
  background: transparent;
  border: 0;
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer; }

@media only screen and (min-width: 992px) {
  form.newsletter input.form-control {
    font-size: 12px;
    padding-left: 5px;
    color: #fff !important; }
  .desktop-affix-header .header-nav {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%; }
    .desktop-affix-header .header-nav .logo {
      height: 100px; } }

.header-top,
.header-top .top-inner {
  height: 70px; }

.header-top {
  background: #111;
  height: 70px;
  background-color: #111; }
  .header-top .form {
    width: 65%; }
  .header-top .top-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-top .top-inner .logo-sm img {
    height: 45px; }

.nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .nav-social .nav-title {
    color: #e8e8e8;
    font-size: 12px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .nav-social .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid rgba(200, 200, 200, 0.2); }
    .nav-social .nav-item:first-child, .nav-social .nav-item:nth-child(2) {
      border: 0; }
  .nav-social a {
    font-size: 28px;
    opacity: 0.3;
    padding: 0 15px; }
    .nav-social a:hover {
      opacity: 1;
      color: #dedede; }

.header-nav {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
  background-color: #D71D2E;
  position: relative;
  z-index: 2; }
  .header-nav .nav-outer,
  .header-nav .nav-inner {
    height: 90px; }
  .header-nav .logo {
    position: absolute;
    bottom: 0;
    height: 160px;
    width: 160px;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #111;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .header-nav .logo .logo-main {
      height: 100%;
      width: auto;
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .header-nav .nav-outer {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .header-nav .nav-outer > div {
      position: static; }
    .header-nav .nav-outer:hover .nav-item > a {
      opacity: 0.5; }
    .header-nav .nav-outer:hover .nav-item:hover a {
      opacity: 1; }
  .header-nav .nav-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent; }
    .header-nav .nav-item:not(.sm) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto; }
    .header-nav .nav-item:not(.sm) > a {
      letter-spacing: 0.8px;
      padding-left: 8px;
      padding-right: 8px; }
    .header-nav .nav-item a > .arrow {
      /*dropdown caret*/
      font-size: 10px;
      margin-left: 2px;
      margin-right: 3px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .header-nav .nav-item > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .header-nav .nav-item > a:hover {
        color: #fff;
        background-color: rgba(50, 0, 0, 0.1); }
      .header-nav .nav-item > a.sm {
        width: 60px; }
    .header-nav .nav-item.has-dropdown.is-open {
      border-color: #fff; }
    .header-nav .nav-item.has-dropdown.is-open .nav-item > .arrow {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .header-nav .nav-item.has-dropdown.is-open.sm {
      border: 0;
      background: #111; }
    .header-nav .nav-item.last .dropdown {
      left: 0; }

header .dropdown {
  display: none;
  background: #fff;
  position: absolute;
  width: 100%;
  min-width: 60px;
  top: 100%;
  color: #D71D2E; }
  header .dropdown.wide {
    background: #B20418;
    width: 100%;
    left: 0; }
    header .dropdown.wide .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 10px 15px 30px; }
    header .dropdown.wide .dropdown-item {
      text-align: left;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      padding: 0; }
      header .dropdown.wide .dropdown-item a {
        font-weight: 400;
        font-size: 16px;
        display: block;
        padding: 8px 0px;
        margin: 8px 30px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
      header .dropdown.wide .dropdown-item:hover {
        background: transparent; }

header .move-right {
  margin-left: auto;
  /* move flex item right*/ }

.dropdown-item.lang-item {
  text-align: center;
  color: #D71D2E;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e8e8e8; }

.nav-search {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
  .nav-search.dropdown {
    right: 0; }
  .nav-search .bg-white {
    padding: 15px; }
  .nav-search form {
    position: relative; }
  .nav-search input {
    border: 0; }

.nav-mobile .container {
  padding: 0;
  max-width: 100%; }

.nav-mobile .arrow {
  position: relative;
  top: -2px;
  font-size: 14px; }

.nav-mobile.dropdown {
  display: none;
  background: #D71D2E;
  position: absolute;
  width: 100%; }
  .nav-mobile.dropdown .dropdown {
    position: relative;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 10px 15px; }
    .nav-mobile.dropdown .dropdown a {
      margin: 8px 0;
      text-transform: uppercase;
      font-weight: 400;
      color: #fff;
      padding: 5px;
      display: inline-block; }
    .nav-mobile.dropdown .dropdown .sm {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .nav-mobile.dropdown .dropdown .sm:last-child {
      border: 0; }
  .nav-mobile.dropdown .item {
    position: relative; }
    .nav-mobile.dropdown .item > a {
      display: block;
      text-transform: uppercase;
      font-size: 18px;
      padding: 10px 15px; }

.banner,
.banner-carousel {
  color: #fff;
  min-height: 200px; }

.banner-title {
  font-family: 'arya-single',sans-serif; }
  .banner-title h1 {
    font-size: 92px; }
  .banner-title h2 {
    font-size: 58px; }
  .banner-title strong {
    font-weight: 400;
    color: #EE962B;
    font-family: 'arya-double',sans-serif; }

.banner {
  background-color: #111;
  height: 380px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .banner.short {
    height: 280px; }
  .banner.empty {
    min-height: 20px;
    height: 20px; }
  .banner .overlay {
    width: 40%;
    min-width: 400px; }

.banner-carousel .slide {
  height: 630px;
  max-height: 90vh;
  position: relative; }
  .banner-carousel .slide .bg {
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.banner-carousel .overlay {
  width: 50%;
  min-width: 600px; }
  .banner-carousel .overlay .btn {
    margin-top: 15px; }

.banner-carousel ul.slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0; }

.slick-slide img {
  margin: 0 auto; }

ul.slick-dots {
  position: relative;
  z-index: 5;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  max-width: 100%;
  margin: 15px auto; }
  ul.slick-dots li {
    font-size: 0;
    margin-right: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
    ul.slick-dots li button {
      cursor: pointer;
      border: 0;
      background-color: #fff;
      height: 8px;
      width: 100%;
      -webkit-transform: skew(-45deg);
      transform: skew(-45deg); }
  ul.slick-dots li.slick-active button {
    background: #E31E45; }

.sponsor-group {
  padding: 30px 15px; }
  .sponsor-group img, .sponsor-group .img {
    margin: 15px;
    height: 120px; }

.sponsors-bottom .sponsor-item {
  width: 23%; }
  .sponsors-bottom .sponsor-item .img {
    height: 60px; }

.ticketflap-callout {
  margin-top: 15px;
  padding: 80px 0; }
  .ticketflap-callout .logo {
    width: 90%; }
  .ticketflap-callout .caption {
    color: #fff;
    font-size: 30px; }
    .ticketflap-callout .caption p {
      margin: 0; }
    .ticketflap-callout .caption strong {
      color: #E31E45; }

footer .container {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 3px solid #D71D2E;
  border-bottom: 1px solid #676767; }

footer h4 {
  font-size: 16px; }

footer p {
  opacity: 0.3; }

footer .footer-sitemap {
  width: 100%; }
  footer .footer-sitemap a {
    display: block;
    margin-bottom: 8px; }

footer .nav-social .nav-item {
  border: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

footer .copyright {
  padding: 15px 0 30px;
  margin: 0 auto; }
  footer .copyright p {
    font-size: 14px; }

.container-sm {
  width: 800px;
  max-width: 100%;
  margin: 0 auto; }

.container-xs {
  width: 650px;
  max-width: 90%;
  margin: 0 auto; }

.with-sidebar .container-sm {
  width: 850px; }

.with-sidebar .container-xs {
  width: 760px; }

.with-sidebar .sidebar {
  padding-right: 0;
  border-right: 3px solid #e8e8e8; }

/*Main container with white bg*/
.section {
  position: relative;
  margin-bottom: 30px; }
  .section.pull-up {
    margin-top: -50px; }
  .section .section h1, .section .section h2, .section .section h3, .section .section h4 {
    margin-bottom: 0; }
  .section.white {
    padding: 30px 50px;
    background-color: #fff; }

#home-news .text-right a, #home-events .text-right a {
  text-decoration: underline; }

#home-games, #home-gamesform {
  padding: 70px 0; }
  #home-games .selectric, #home-games select.form-control, #home-gamesform .selectric, #home-gamesform select.form-control {
    border: 1px solid #676767;
    background-color: #fff; }

#home-social .juicer-feed .feed-item {
  background: #D71D2E; }

#home-social .juicer-feed .j-image {
  max-height: 300px;
  overflow: hidden; }

#home-social .juicer-feed .j-poster {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 80%;
  padding-left: 30px;
  z-index: 5;
  overflow: visible; }
  #home-social .juicer-feed .j-poster h3 {
    font-family: 'Open Sans',sans-serif;
    color: #D71D2E;
    margin-left: 10px; }
  #home-social .juicer-feed .j-poster img {
    display: none; }
  #home-social .juicer-feed .j-poster .j-date {
    float: right;
    margin-right: 15px; }

#home-social .juicer-feed .j-gallery-nav {
  display: none; }

#home-social .juicer-feed .j-text {
  position: absolute;
  width: 80%;
  padding-bottom: 60px;
  bottom: 0;
  z-index: 2;
  background: #fff;
  border-top: 3px solid #D71D2E; }

#home-social .juicer-feed .j-message {
  max-height: 80px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.4em; }
  #home-social .juicer-feed .j-message p {
    margin-bottom: 0.5em; }

#home-social .juicer-feed .j-meta {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 20px;
  width: 20px; }
  #home-social .juicer-feed .j-meta a {
    color: #111; }
  #home-social .juicer-feed .j-meta nav {
    float: none; }
  #home-social .juicer-feed .j-meta ul {
    display: none; }

#home-social .juicer-feed .j-paginate {
  display: none; }

#home-social .juicer-feed li {
  overflow: hidden;
  position: relative; }

#home-social .juicer-feed .j-youtube .j-text {
  position: relative;
  width: 100%; }

#home-social .juicer-feed .j-youtube .j-message {
  color: #111;
  font-size: 18px;
  font-weight: 700; }

#home-social .juicer-feed .j-twitter .j-text {
  position: relative;
  width: 100%; }

#home-social .juicer-feed .j-twitter .j-message {
  max-height: none; }

#home-social .juicer-feed .j-twitter .j-poster {
  left: 15px; }

#home-social .juicer-feed .j-twitter .j-twitter-poster {
  margin-left: 15px; }

#home-social .juicer-feed .j-twitter .j-twitter-post-icon {
  color: #111;
  position: absolute;
  left: 0; }
  #home-social .juicer-feed .j-twitter .j-twitter-post-icon::before {
    color: #111; }

#home-social .juicer-feed .j-twitter .j-retweet {
  margin-bottom: 15px; }

#home-social .juicer-feed .j-twitter .j-meta {
  width: 80px;
  position: absolute;
  right: 15px;
  left: auto; }

.carousel-articles {
  position: relative; }
  .carousel-articles .item {
    padding: 5px 15px; }
  .carousel-articles .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .carousel-articles .slick-arrow.prev {
      left: -50px; }
    .carousel-articles .slick-arrow.next {
      right: -50px; }

.white a {
  color: #D71D2E; }

.backlink i {
  margin-right: 5px; }

#subscribe .banner {
  height: 300px; }

#subscribe h2 {
  margin-bottom: 30px; }

#subscribe > div {
  padding: 30px; }

#subscribe form .btn {
  min-width: 0;
  width: 170px;
  max-width: 100%;
  margin: 0 auto; }

/* General white container nav */
.section-nav, .section-nav-col {
  font-size: 14px; }
  .section-nav a, .section-nav-col a {
    color: #111; }
  .section-nav a:hover,
  .section-nav .active a, .section-nav-col a:hover,
  .section-nav-col .active a {
    color: #D71D2E; }

.section-nav .row {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.section-nav .items > div {
  position: relative; }

.section-nav .active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  height: 3px;
  width: 100%;
  background: #D71D2E; }

.section-nav-col .items > div {
  position: relative;
  padding: 8px;
  border-bottom: 3px solid #e8e8e8; }
  .section-nav-col .items > div.active::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
    width: 3px;
    background: #D71D2E; }

.livegames-list {
  margin-top: 30px; }
  .livegames-list .item {
    padding: 15px 5px; }
  .livegames-list .show-desktop strong {
    padding: 0 10px;
    display: block; }
  .livegames-list p {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #676767;
    margin-bottom: 0; }
    .livegames-list p .icon-el {
      position: absolute;
      top: 3px;
      left: 0; }
  .livegames-list .vs {
    font-size: 55px;
    font-weight: 700;
    font-style: italic; }
  .livegames-list a.hover-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0; }
  .pagination a, .pagination span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 10px; }

a.circle:hover {
  background-color: #e8e8e8; }

.news-filter .btn {
  min-width: 50px;
  padding: 8px; }

.news-pagination {
  text-align: center;
  padding-bottom: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #676767; }
  .news-pagination a {
    color: #D71D2E; }
  .news-pagination a, .news-pagination span {
    margin: 5px;
    display: inline-block; }

.news-item {
  display: block;
  background-color: #e8e8e8;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .news-item.news, .news-item.events {
    height: 410px; }
  .news-item .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 180px;
    max-width: 100%;
    padding: 5px 45px 5px 5px;
    background-color: #D71D2E;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: inherit; }
    .news-item .tag div.label {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .news-item .tag > div {
      min-height: 30px; }
    .news-item .tag .icon {
      height: 20px;
      max-width: 30px;
      margin-left: 8px;
      margin-right: 10px; }
    .news-item .tag .icon-spacer {
      margin-right: 10px; }
    .news-item .tag::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -10px;
      width: 40px;
      height: 100%;
      z-index: 2;
      background: #fff;
      -webkit-transform: skew(15deg);
      transform: skew(15deg); }
  .news-item .tags {
    position: absolute;
    left: 15px;
    top: 15px; }
  .news-item .detail {
    color: #676767;
    margin-bottom: 5px; }
    .news-item .detail .icon-el {
      position: relative;
      margin-right: 5px;
      top: 2px; }
  .news-item .bg.placeholder {
    background-image: url(/uploads/icons/placeholder_image.png);
    background-size: contain;
    background-position: top center;
    background-color: #000; }
  .news-item .bg, .news-item .bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .news-item .bg::before {
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(215, 29, 47, 0); }
  @media only screen and (min-width: 991px) {
    .news-item:hover .bg {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    .news-item:hover .bg::before {
      background: rgba(215, 29, 47, 0.3); } }
  .news-item .overlay {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    max-width: 80%;
    min-height: 40%;
    padding: 15px 15px 40px;
    z-index: 2; }
    .news-item .overlay a {
      color: #141F2C; }
  .news-item .detail {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 500; }
    .news-item .detail .date {
      text-transform: uppercase;
      padding-right: 10px; }
  .news-item h3 {
    font-size: 18px;
    width: 400px;
    max-width: 100%;
    margin: 15px 0 10px; }
  .news-item.person {
    height: 410px; }
    .news-item.person .overlay {
      min-height: 80px;
      padding-bottom: 15px; }
    .news-item.person h3 {
      font-weight: 700;
      margin-top: 8px; }
    .news-item.person p {
      font-size: 14px; }
    .news-item.person .tag {
      padding: 15px 8px; }
  .news-item.events .overlay, .news-item.news .overlay {
    height: 170px; }
  .news-item.events h3, .news-item.news h3 {
    margin: 5px 0 5px;
    overflow: hidden; }

.event-past .border-top {
  border-color: #676767; }

.event-past .bg::before {
  opacity: 1 !important;
  background: rgba(50, 50, 50, 0.3); }

.news-title {
  padding: 30px 0;
  margin-bottom: 15px; }
  .news-title h1 {
    margin-bottom: 30px; }
  .news-title .divider {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px; }
  .news-title .detail {
    font-size: 14px;
    font-weight: 500; }
    .news-title .detail .tags {
      padding-bottom: 30px;
      margin-bottom: 30px; }
    .news-title .detail .tag {
      color: #D71D2E;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 5px 15px; }
    .news-title .detail .date .icon-el {
      top: 2px;
      margin-right: 5px; }
  .news-title .tag svg {
    height: 25px;
    margin-right: 10px; }
    .news-title .tag svg path, .news-title .tag svg text {
      fill: #D71D2E; }
  .news-title .border-bottom {
    border-bottom: 1px solid #e8e8e8; }
  .news-title .border-right {
    border-right: 1px solid #e8e8e8; }

.news-nav {
  padding: 30px 0;
  margin-top: 15px;
  border-top: 1px solid #e8e8e8; }
  .news-nav a {
    font-size: 14px;
    color: #212529;
    max-width: 200px; }
    .news-nav a:hover {
      color: #E31E45; }
  .news-nav .item .circle {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin: 0 10px;
    border-width: 2px; }

select.form-control {
  padding-right: 30px; }

select.form-control, .selectric {
  border: 1px solid #141F2C;
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  background-image: url(layout/caret.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center right 10px; }

.selectric {
  text-transform: uppercase; }

.selectric-items li {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif; }

.selectric-items li.highlighted {
  color: #D71D2E; }

/*Content blocks*/
.richtext {
  color: #676767; }
  .richtext img, .richtext iframe, .richtext table {
    max-width: 100%; }
  .richtext h1, .richtext h2, .richtext h3 {
    color: #D71D2E;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px; }
  .richtext .subhead {
    color: #D71D2E;
    font-size: 22px; }
  .richtext blockquote {
    color: #D71D2E;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    margin: 30px auto;
    font-family: 'arya-single',sans-serif; }
    .richtext blockquote::before {
      content: "\201C"; }
    .richtext blockquote::after {
      content: "\201D"; }
    .richtext blockquote::before, .richtext blockquote::after {
      font-family: Arial;
      font-size: 38px;
      position: relative;
      top: 5px;
      line-height: 20px; }
  .richtext a {
    color: #D71D2E;
    display: inline-block;
    text-decoration: underline; }

.content-block {
  padding: 15px 0; }
  .content-block.contact {
    padding: 50px 0; }
    .content-block.contact .readmore {
      border-bottom: 1px solid #D71D2E; }
  .content-block.content-datesList .text-gray {
    font-size: 14px; }
  .content-block.content-images .carousel-container {
    max-width: 90%;
    margin: 0 auto; }

.map-container {
  height: 300px;
  width: 90%;
  margin-top: 30px;
  z-index: 1; }

.venue-item .btn {
  width: 90%;
  min-width: 0; }

.venue-item h4, .venue-item .richtext {
  margin-top: 10px; }

.dl-list .item {
  padding: 15px 0;
  border-bottom: 2px solid #e8e8e8; }

.dl-list a {
  font-weight: 700; }

.sponsor-list img {
  margin: 10px; }

.toggle-item {
  position: relative; }
  .toggle-item .toggle-content {
    display: none; }
  .toggle-item .readmore {
    border-bottom: 1px solid #D71D2E; }

.carousel-container {
  position: relative; }
  .carousel-container .circle {
    width: 40px;
    height: 40px; }
  .carousel-container .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .carousel-container .slick-arrow.prev {
      left: -50px; }
    .carousel-container .slick-arrow.next {
      right: -50px; }
  .carousel-container ul.slick-dots li:not(.slick-active) button {
    background: #111; }

.slick-hidden {
  display: none !important; }

.img-container {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .img-container > a {
    display: block;
    width: 100%; }
    .img-container > a img {
      width: 100%; }

.video-container {
  position: relative;
  overflow: hidden;
  margin: 15px auto; }
  .video-container .overlay {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0); }
    .video-container .overlay:hover {
      background: rgba(0, 0, 0, 0.3); }
    .video-container .overlay iframe {
      width: 100%;
      height: 100%; }

.search-item {
  padding: 30px 0;
  margin: 15px 0;
  border-bottom: 1px solid #e8e8e8; }
  .search-item p {
    margin: 10px 0; }
  .search-item a.url {
    display: block;
    word-break: break-word;
    text-decoration: underline;
    margin-bottom: 12px; }

.nav-icon {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  .nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .nav-icon span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  .nav-icon span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }

.is-open .nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
  left: 3px; }

.is-open .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.is-open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 3px; }

.iso-container {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .iso-container a {
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .iso-container a:hover .bg {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .iso-container > div {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 10px; }
  .iso-container .bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .iso-container .block1x1 {
    width: 25%;
    height: 250px; }
  .iso-container .block2x1 {
    width: 50%;
    height: 250px; }
  .iso-container .block2x2 {
    width: 50%;
    height: 500px; }

.gallery-init a {
  position: relative; }

.lg-backdrop {
  background: rgba(0, 0, 0, 0.8); }

/*overlay of lightbox-able item*/
.gallery-init a::before,
.iso-container .bg::before {
  content: "";
  background-color: rgba(215, 29, 47, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.gallery-init a:hover::before,
.iso-container .bg:hover::before {
  opacity: 1; }

.modal .modal-content {
  border: 0;
  border-radius: 0; }

.modal .modal-header {
  border: 0; }

.modal .modal-body {
  padding-bottom: 50px; }

.matches-nav a {
  cursor: pointer !important; }

.matches-container a {
  cursor: pointer !important; }

.matches-container .form-line {
  margin: 30px auto 50px; }
  .matches-container .form-line select.form-control {
    border: 1px solid #676767; }

.matches-container .monthgroup, .matches-container .yeargroup {
  width: 100%; }

.matches-empty {
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding: 50px 15px; }

.fixture-head {
  margin: 50px auto; }
  .fixture-head h2 {
    font-weight: 700; }
  .fixture-head a.readmore {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline; }

.fixture-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  letter-spacing: 0.5px;
  margin-bottom: 30px; }
  .fixture-item .top {
    background-color: #D71D2E;
    color: #fff; }
    .fixture-item .top .row {
      width: 330px;
      margin: 0 auto;
      max-width: 100%; }
    .fixture-item .top .row > div {
      padding: 10px 5px; }
    .fixture-item .top .row > div:nth-child(2) {
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1); }
  .fixture-item .tags {
    overflow: hidden;
    font-size: 12px;
    color: #111; }
    .fixture-item .tags .row > div, .fixture-item .tags .tag {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .fixture-item .tags .row > div {
      -webkit-transform: skew(15deg);
      transform: skew(15deg); }
    .fixture-item .tags .tag {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transform: skew(-15deg);
      transform: skew(-15deg);
      width: 110%;
      min-height: 50px;
      padding: 5px 15px; }
  .fixture-item .content {
    padding: 15px 15px 30px; }
    .fixture-item .content .teams {
      width: 410px;
      max-width: 100%;
      margin: 30px auto; }
      .fixture-item .content .teams.results {
        width: 100%; }
    .fixture-item .content .vs {
      position: relative;
      top: -10px;
      font-size: 45px;
      font-weight: 700;
      font-style: italic; }
    .fixture-item .content .score {
      color: #D71D2E;
      font-size: 30px;
      display: block; }
    .fixture-item .content .sub {
      position: relative;
      top: -5px;
      font-family: 'Open Sans',sans-serif;
      font-size: 12px;
      text-transform: none;
      color: #676767;
      font-weight: 400; }
  .fixture-item .fixture-team {
    display: block;
    margin-top: 5px;
    color: #111;
    font-size: 12px;
    line-height: 1.4em; }
  .fixture-item .btn {
    padding-top: 10px;
    padding-bottom: 10px; }
  .fixture-item .blue {
    background-color: #18698A; }
  .fixture-item .live {
    color: #fff;
    background-color: #EE962B; }
  .fixture-item .gray {
    background-color: #e8e8e8; }
  .fixture-item .lightgray {
    background-color: #f4f4f4; }
  .fixture-item .col.lg {
    min-width: 40%; }
  .fixture-item .table-header {
    color: #fff;
    font-weight: 700;
    background-color: #D71D2E; }
  .fixture-item .table-header .row > div, .fixture-item .table-row .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 2px solid rgba(0, 0, 0, 0.1); }
  .fixture-item .table-header .row > div:last-child, .fixture-item .table-row .row > div:last-child {
    border-right: 0 !important; }
  .fixture-item .table-row {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
    .fixture-item .table-row .team {
      text-transform: uppercase;
      width: 350px;
      max-width: 100%;
      text-align: left;
      margin-left: 30px; }
    .fixture-item .table-row:nth-child(odd) {
      background-color: #f4f4f4; }
    .fixture-item .table-row .show-mobile {
      color: #D71D2E;
      font-weight: 700;
      margin-right: 10px; }

.lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto; }
  .lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #ddd;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ddd transparent transparent transparent; }
  .lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s; }
  .lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
  .lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s; }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

[v-cloak] {
  display: none; }

.admin-edit {
  position: fixed;
  font-weight: bold;
  background: #D71D2E;
  color: #fff;
  padding: 15px 50px;
  left: 0;
  bottom: 0;
  z-index: 50; }

/*desktop and larger*/
@media only screen and (min-width: 992px) {
  .section-nav-mobile,
  .show-mobile {
    display: none; } }

/*tablet and smaller*/
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 26px; }
  .container {
    max-width: 100%; }
  .mobile-height-auto {
    height: auto !important; }
  .show-desktop {
    display: none; }
  .btn {
    font-size: 12px;
    padding: 13px 15px;
    min-width: 180px; }
  .header-top,
  .header-top .top-inner {
    height: 40px; }
  .header-nav .nav-outer, .header-nav .nav-inner {
    height: 65px; }
  .header-top .left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header-top .top-inner .logo-sm img {
    height: 35px; }
  .header-top .nav-outer, .header-top .nav-inner {
    height: 60px; }
  .header-top .form {
    position: absolute;
    top: 105px;
    width: 300px;
    left: 0;
    right: 0;
    padding: 15px; }
    .header-top .form h4 {
      display: none; }
    .header-top .form p {
      color: #141F2C;
      font-size: 14px; }
  .header-top .newsletter {
    width: 100%;
    display: block; }
    .header-top .newsletter input.form-control {
      width: 100%; }
  .header-nav .logo {
    height: 110px;
    max-width: 80px; }
  .header-nav .nav-item {
    border: 0 !important; }
  .banner-carousel .overlay, .banner .overlay {
    width: 100%;
    min-width: 0;
    max-width: none; }
  .banner {
    height: 280px; }
  .banner-carousel .slide {
    height: 400px; }
    .banner-carousel .slide .bg {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      padding-top: 30px; }
  .banner-carousel .description {
    display: none; }
  .banner-title h1 {
    font-size: 50px; }
  .banner-title h2 {
    font-size: 35px; }
  .news-title .detail .tag {
    padding: 5px 8px; }
  .richtext {
    font-size: 14px; }
    .richtext p, .richtext ul, .richtext table {
      font-size: 14px; }
    .richtext blockquote {
      font-size: 22px; }
  .ticketflap-callout {
    padding: 30px 0;
    text-align: center; }
    .ticketflap-callout .caption {
      font-size: 26px;
      margin: 15px auto 30px; }
      .ticketflap-callout .caption p {
        line-height: 1em; }
    .ticketflap-callout .logo {
      width: 180px; }
  .nav-social {
    width: 200px;
    margin: 0 auto; }
  .container-sm, .container-xs {
    width: 500px; }
  .section.white {
    padding: 15px; }
  .sponsors-bottom .sponsor-item {
    width: 33%; }
    .sponsors-bottom .sponsor-item img, .sponsors-bottom .sponsor-item .img {
      height: 50px; }
  footer {
    text-align: center; }
    footer h4 {
      margin-top: 30px; }
  .section-nav.init-mobile, .section-nav-col {
    display: none; }
  .section-nav-mobile {
    background: #111;
    color: #fff; }
    .section-nav-mobile .current i {
      float: right; }
    .section-nav-mobile .current, .section-nav-mobile a {
      display: block;
      padding: 8px 15px;
      color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      text-align: left; }
    .section-nav-mobile .section-nav-dropdown {
      display: none;
      border-top: 1px solid #D71D2E; }
    .section-nav-mobile.top {
      background: #fff;
      color: #D71D2E; }
      .section-nav-mobile.top .current, .section-nav-mobile.top a {
        color: #D71D2E; }
  #subscribe form .btn, .form-line .btn {
    display: block;
    margin: 30px auto; }
  .carousel-articles {
    padding-bottom: 60px; }
    .carousel-articles .slick-arrow {
      bottom: 15px;
      top: auto;
      -webkit-transform: none;
      transform: none; }
      .carousel-articles .slick-arrow.prev {
        left: 100px; }
      .carousel-articles .slick-arrow.next {
        right: 100px; }
  .carousel-container .slick-arrow {
    display: none !important; }
  .map-container {
    width: 100%; }
  #home-games .container {
    padding: 0; }
  .livegames-list strong {
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
    letter-spacing: auto; }
    .livegames-list strong.show-mobile {
      display: block; }
  .livegames-list .vs {
    position: relative;
    top: -15px;
    font-size: 35px; }
  .livegames-list p {
    margin-bottom: 5px; }
  .livegames-list .hover-arrow {
    position: relative;
    font-size: 14px;
    width: 120px;
    margin: 15px auto 0;
    right: -15px; }
  .livegames-list .item {
    padding: 20px 30px 15px; }
    .livegames-list .item .row {
      margin: 0; }
  .livegames-list .col-12 {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .fixture-item .table-row .row > div {
    border: 0; }
  .matches-container {
    background-color: transparent !important;
    border: 0; }
  .section.matches-nav {
    padding: 30px 10px; }
  .matches-search {
    position: fixed;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 12;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease; }
    .matches-search.opened {
      height: 100%; }
    .matches-search form {
      padding: 30px; }
    .matches-search .modal-close {
      color: #D71D2E;
      float: right;
      margin: 0 15px; }
  .iso-container .block1x1 {
    width: 50%;
    height: 100px; }
  .iso-container .block2x1 {
    width: 100%;
    height: 100px; }
  .iso-container .block2x2 {
    width: 100%;
    height: 200px; }
  .iso-container .bg {
    background-size: cover !important; }
  .news-filter > div {
    margin-bottom: 10px; }
  .news-filter .btn {
    width: 100%; }
  .sponsor-list img {
    display: inline-block;
    width: 33%;
    margin: 5px; }
  .timeline-header a {
    line-height: 1; } }
    
    /*-------------- Home page modifications -------------------*/

    /*-- News Section --*/
    .home-news, .home-events{
      padding: 50px 0;    }
    .home-news h2, .home-events h2{
      font-size: 58px;
      font-family: 'arya-single',sans-serif;
      margin-bottom: 2rem; 
      font-weight: 500;     }
    .home-news .all-news-btn, .home-events .all-events-btn{
      display: block;
      margin-top: 1.5rem;  }
    .home-news .all-news-btn a, .home-events .all-events-btn a{
      background: #D71D2E;
      padding: 15px 50px;
      font-weight: bold;
      color: #fff; 
      display: inline-block;  }
    .home-news .all-news-btn a:hover, .home-news .all-news-btn a:focus, .home-events .all-events-btn a:hover, .home-events .all-events-btn a:focus {
      color:#EE962B; }
    .home-news .news-item{
      height: 160px;
      background: #fff;    }
    .home-news .news-item .overlay{
      max-width: 100%;    } 
    .home-news .news-item .tag{
      width: 240px;      }

    /*-- Events Section --*/
    .home-events{
      background: #fff; }
    .news-item.news, .news-item.events{
      -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
      -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
      box-shadow: 0px 0px 4px rgba(0,0,0,0.15);    }
    .home-events .events-list{
      margin-bottom: 0px !important;    }
    .home-events .events-list .news-item a{
      transition: none; 
      display: block;
      background-color: #fff;     }
    .home-events .events-list .news-item .bg, .home-events .events-list .news-item .bg:before{
      transition: none;
      width: 100%;
      height: 200px;
      background-position: center center;
      background-size: contain;
      margin: 0px auto;
      background-repeat: no-repeat;
      position: unset;
      transform: none;    }
    .home-events .events-list  .news-item .overlay{
      max-width: 100%;      }
    .news-item.events{
      height: 370px;
    }

    /*-- Header --*/
    .header-nav .logo{
      position: unset;
      height: 90px;
      width: 90px;
      padding: 4px;    }
    header .dropdown{
      width: auto;
      background: #B20418;  
      text-align: left;  }
    header .dropdown .dropdown-item{
      border-bottom: 2px solid rgba(0, 0, 0, 0.1); 
      padding-left: 0;
      padding-right: 0;  }
      header .dropdown .dropdown-item:last-child{
        border-bottom: none;      }
    header .dropdown .dropdown-item a {
      font-weight: 400;
      font-size: 16px;
      display: block;
      padding: 8px 0px;
      margin: 8px 30px;   }
    header .dropdown .dropdown-item:hover {
      background: transparent;    }
    header .dropdown .dropdown-item a:hover{
      color: #EE962B;    }
    .header-nav .nav-item{
      border-bottom: none; }
    .header-top, .header-top .top-inner{
      height: 60px;
    }

    /*-- Banner Section --*/
    .banner-carousel .slide{
      height: 280px;
        }
    .banner-title h1{
      font-size: 80px;
      text-shadow: 0px 0px 8px rgba(0,0,0,0.5);   }
    .banner-carousel ul.slick-dots{
        bottom: 10px;
      }

      /*----- Sponsors -----*/
    .sponsor-group{
      padding: 15px;
      }
    .sponsors-bottom .sponsor-item .img{
      height: 100px;
      margin: 0px 15px;
    }

    /*------- Footer -------*/
    footer .container{
      border-top: none;
      margin-bottom: 0;
    }
    footer .copyright{
      padding: 15px 0 15px;
    }
    footer .copyright p{
      margin-bottom:0;
    }
    
    /*-------- Fixtures ----------*/
    section.fixtures{
        background: #111;
        padding: 30px 0;
    }
    section.fixtures h2{
        font-size: 58px;
        font-family: 'arya-single',sans-serif;
        margin-bottom: 2rem; 
        font-weight: 500;
    }
    body.lcsd-venues td[bgcolor="#767171"], body.lcsd-venues td[bgcolor="#2E75B6"] {
        color: #fff;
    }
