@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,800);
@import url(http://fonts.googleapis.com/css?family=Oswald);
/* line 45, ../../../sass/libraries/_components.scss */
.testResponsiveDiv {
  background-color: black;
}
@media only screen and (min-width: 50px) and (max-width: 767px) {
  /* line 45, ../../../sass/libraries/_components.scss */
  .testResponsiveDiv {
    background-color: red;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../../../sass/libraries/_components.scss */
  .testResponsiveDiv {
    background-color: green;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 45, ../../../sass/libraries/_components.scss */
  .testResponsiveDiv {
    background-color: blue;
  }
}
@media (min-width: 1200px) {
  /* line 45, ../../../sass/libraries/_components.scss */
  .testResponsiveDiv {
    background-color: orange;
  }
}

/**
* Generates the navbar-height and the offset needed to fix the navbar to top of the viewport.
*/
/* line 2, ../../../sass/themes/dark2/_base.scss */
html,
body {
  height: 100%;
  height: 100vh;
  font-size: 16px;
  font-family: Oswald;
  color: white;
}

/* line 10, ../../../sass/themes/dark2/_base.scss */
html {
  overflow-x: hidden;
  ms-overflow-style: none;
}

/* line 15, ../../../sass/themes/dark2/_base.scss */
body {
  background-color: black;
  background-origin: padding-box;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 768px) {
  /* line 15, ../../../sass/themes/dark2/_base.scss */
  body {
    background-image: none !important;
  }
}

/* line 36, ../../../sass/themes/dark2/_base.scss */
a,
a:visited,
a:hover,
a:focus {
  color: white;
}

/* line 40, ../../../sass/themes/dark2/_base.scss */
hr {
  border-top: 1px solid #7a7a7a;
  margin: 3px 0 5px;
  color: black;
}

/* line 47, ../../../sass/themes/dark2/_base.scss */
h1 {
  font-family: Oswald, sans-serif;
  font-weight: 300;
  color: white;
  font-size: 1.5rem;
}

/* line 55, ../../../sass/themes/dark2/_base.scss */
h2,
.style_regular_h2 {
  font-family: Oswald, sans-serif;
  font-weight: 300;
  color: white;
  font-size: 1.4rem;
}

/* line 63, ../../../sass/themes/dark2/_base.scss */
h3,
.style_regular_h3 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  color: white;
  padding-bottom: 10px;
  font-size: 1.3rem;
}

/* line 72, ../../../sass/themes/dark2/_base.scss */
.style_long_bold_h4,
h4 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  color: white;
  font-size: 1.2rem;
}

/* line 78, ../../../sass/themes/dark2/_base.scss */
h5 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  color: white;
  font-size: 1rem;
  font-size: 1.1rem;
}

/* line 87, ../../../sass/themes/dark2/_base.scss */
h6,
.style_regular_h6 {
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 1rem;
}

/* line 94, ../../../sass/themes/dark2/_base.scss */
.show {
  display: inline;
}

/* line 98, ../../../sass/themes/dark2/_base.scss */
.hide {
  display: none !important;
}

/*
* Button Theme
*/
/* line 114, ../../../sass/themes/dark2/_base.scss */
.btn {
  border: 3px solid transparent;
  border-radius: 0;
  text-shadow: none;
  cursor: pointer;
  color: #d50000;
}
/* line 123, ../../../sass/themes/dark2/_base.scss */
.btn.btn-default, .btn.btn-default:hover, .btn.btn-default:focus {
  border-color: #d50000;
  color: #d50000;
  background: #201d1d;
}
/* line 130, ../../../sass/themes/dark2/_base.scss */
.btn.btn-default a,
.btn.btn-default a:hover,
.btn.btn-default a:focus, .btn.btn-default:hover a,
.btn.btn-default:hover a:hover,
.btn.btn-default:hover a:focus, .btn.btn-default:focus a,
.btn.btn-default:focus a:hover,
.btn.btn-default:focus a:focus {
  color: #d50000;
  text-decoration: none;
}
/* line 136, ../../../sass/themes/dark2/_base.scss */
.btn.btn-primary {
  color: #201d1d;
  background: #d50000;
}

/* line 146, ../../../sass/themes/dark2/_base.scss */
.supporting_act_image_container {
  /* width: 40%; */
  height: 250px;
  /* margin-right: 10px; */
  /* overflow: hidden;*/
  background-color: inherit;
}
/* line 153, ../../../sass/themes/dark2/_base.scss */
.supporting_act_image_container a {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: top center !important;
}
@media (min-width: 992px) {
  /* line 146, ../../../sass/themes/dark2/_base.scss */
  .supporting_act_image_container {
    width: 100%;
    margin-right: 10px;
  }
}

/* line 2, ../../../sass/themes/dark2/_header.scss */
.header-padding {
  padding-top: 20px;
}

/* line 7, ../../../sass/themes/dark2/_header.scss */
.tmot-brand-img {
  max-height: auto;
}

/* line 11, ../../../sass/themes/dark2/_header.scss */
header {
  height: 75px;
}
/* line 14, ../../../sass/themes/dark2/_header.scss */
header .tmot-cms-top_nav img {
  max-height: 84px;
  width: auto;
}
@media (max-width: 991px) {
  /* line 14, ../../../sass/themes/dark2/_header.scss */
  header .tmot-cms-top_nav img {
    margin: 0 auto;
  }
}
/* line 30, ../../../sass/themes/dark2/_header.scss */
header.tmot-header-desktop > .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* line 33, ../../../sass/themes/dark2/_header.scss */
header.tmot-header-desktop > .container .col-xs-6 {
  z-index: 9999999999;
  height: 55px;
}
/* line 42, ../../../sass/themes/dark2/_header.scss */
header.tmot-header-desktop .tmot-brand-left > .navbar-brand {
  padding: 0;
  margin-top: 0;
}
/* line 49, ../../../sass/themes/dark2/_header.scss */
header > .tmot-venue-container > .row {
  margin-top: 1rem;
}
/* line 51, ../../../sass/themes/dark2/_header.scss */
header > .tmot-venue-container > .row > div:nth-child(2) {
  margin-top: 1rem;
}
/* line 56, ../../../sass/themes/dark2/_header.scss */
header .tmot-brand-img {
  height: auto;
  width: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  /* line 56, ../../../sass/themes/dark2/_header.scss */
  header .tmot-brand-img {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 70, ../../../sass/themes/dark2/_header.scss */
header a.navbar-brand,
header .tmot-navbar-brand {
  font-size: 2rem;
  text-transform: capitalize;
  color: white;
}

/* line 77, ../../../sass/themes/dark2/_header.scss */
.navbar-brand, .tmot-brand-left, header.tmot-header-desktop > .container .col-xs-6, header.tmot-header-desktop > .container .row, header.tmot-header-desktop > .container {
  height: 100%;
}

/* line 81, ../../../sass/themes/dark2/_header.scss */
header.tmot-header-desktop > .container {
  height: 100%;
  padding: .5em;
}

/* line 3, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar-fixed-top .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 8, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar {
  font-weight: 300;
  border: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 1030;
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 3rem;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  /* line 8, ../../../sass/themes/dark2/_navigation.scss */
  nav.navbar {
    height: 50px;
    padding-bottom: 0;
  }
}
/* line 32, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar button.navbar-toggle {
  z-index: 100;
}
/* line 37, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar .navbar-nav > .active > a,
nav.navbar .navbar-nav a {
  color: white;
  font-size: 18px;
  text-shadow: none;
}
/* line 43, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar .tmot-navbar-search > i {
  color: white;
  font-size: 2rem;
}
/* line 48, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar .navbar-toggle:hover {
  background-color: #383838;
}
/* line 53, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar .navbar-nav > .active > a,
nav.navbar .navbar-nav a:hover {
  background-image: none;
  box-shadow: none;
  border-bottom: none;
}
/* line 59, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar .navbar-nav a:hover {
  color: #d50000;
}
/* line 64, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar .navbar-nav > .active > a:hover,
nav.navbar .navbar-nav > .active > a {
  color: white !important;
  background-color: transparent;
}
/* line 69, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar .navbar-nav a:focus {
  background-color: inherit !important;
}
/* line 74, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar .navbar-nav.sub-menu-left-padding > .active > a:hover,
nav.navbar .navbar-nav.sub-menu-left-padding > .active > a {
  background-color: inherit;
}
/* line 78, ../../../sass/themes/dark2/_navigation.scss */
nav.navbar > .container .navbar-brand {
  font-family: Oswald, sans-serif;
  color: white;
}
/* line 84, ../../../sass/themes/dark2/_navigation.scss */
nav .tmot-header-bg-layer-2 {
  background: #000;
}
@media (min-width: 992px) {
  /* line 84, ../../../sass/themes/dark2/_navigation.scss */
  nav .tmot-header-bg-layer-2 {
    background-color: #000000;
  }
}
/* line 92, ../../../sass/themes/dark2/_navigation.scss */
nav ul.navbar-nav * {
  text-transform: uppercase;
}
/* line 96, ../../../sass/themes/dark2/_navigation.scss */
nav .tmot-navbar-search {
  float: left;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 20px;
  color: #777;
}
@media (min-width: 992px) {
  /* line 96, ../../../sass/themes/dark2/_navigation.scss */
  nav .tmot-navbar-search {
    display: none;
  }
}

/* line 111, ../../../sass/themes/dark2/_navigation.scss */
header {
  height: auto;
}

@media (min-width: 992px) {
  /* line 116, ../../../sass/themes/dark2/_navigation.scss */
  header {
    height: 100px;
  }
}
@media (max-width: 766px) {
  /* line 123, ../../../sass/themes/dark2/_navigation.scss */
  .sub-menu-mobile-display {
    overflow: hidden;
  }

  /* line 126, ../../../sass/themes/dark2/_navigation.scss */
  .sub-menu-mobile-display .nav.navbar-nav li {
    padding-left: 30px;
    width: 100%;
  }

  /* line 129, ../../../sass/themes/dark2/_navigation.scss */
  .sub-menu-mobile .nav.navbar-nav li {
    display: inherit !important;
  }
}
/* line 1, ../../../sass/themes/dark2/_control.scss */
.tmot-venue-control {
  background: transparent;
  top: 3rem;
}
@media (min-width: 992px) {
  /* line 1, ../../../sass/themes/dark2/_control.scss */
  .tmot-venue-control {
    height: 57px;
    top: 50px;
    margin-top: 0;
    left: 0;
    right: 0;
    z-index: 30;
  }
  /* line 12, ../../../sass/themes/dark2/_control.scss */
  .tmot-venue-control.tmot-venue-control-fixed {
    position: fixed;
  }
}
/* line 17, ../../../sass/themes/dark2/_control.scss */
.tmot-venue-control > .container {
  padding-bottom: 0.75rem;
}
/* line 19, ../../../sass/themes/dark2/_control.scss */
.tmot-venue-control > .container > .row {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  /* line 19, ../../../sass/themes/dark2/_control.scss */
  .tmot-venue-control > .container > .row {
    margin-top: 0.75rem;
  }
}
/* line 28, ../../../sass/themes/dark2/_control.scss */
.tmot-venue-control .event-search-label,
.tmot-venue-control .location-filter-label {
  color: white;
  font-size: 0.9rem;
  margin-right: 1rem;
}
/* line 34, ../../../sass/themes/dark2/_control.scss */
.tmot-venue-control .tmot-location-filter {
  text-align: center;
}
@media (min-width: 992px) {
  /* line 34, ../../../sass/themes/dark2/_control.scss */
  .tmot-venue-control .tmot-location-filter {
    text-align: right;
  }
}
/* line 41, ../../../sass/themes/dark2/_control.scss */
.tmot-venue-control .tmot-location-filter select {
  width: 100%;
}
@media (min-width: 992px) {
  /* line 41, ../../../sass/themes/dark2/_control.scss */
  .tmot-venue-control .tmot-location-filter select {
    width: auto;
  }
}
/* line 49, ../../../sass/themes/dark2/_control.scss */
.tmot-venue-control .tmot-location-filter span {
  display: none;
}
@media (min-width: 992px) {
  /* line 49, ../../../sass/themes/dark2/_control.scss */
  .tmot-venue-control .tmot-location-filter span {
    display: inline-block;
  }
}
/* line 57, ../../../sass/themes/dark2/_control.scss */
.tmot-venue-control .form-control {
  display: inline-block;
}
/* line 62, ../../../sass/themes/dark2/_control.scss */
.tmot-venue-control .event-search input[name=search] {
  margin: 0;
  max-width: 215px;
  border-radius: 0;
}

/* line 2, ../../../sass/themes/dark2/_main.scss */
.main-section {
  margin: 15px 0;
}

/* line 6, ../../../sass/themes/dark2/_main.scss */
.main-section > .col-md-9 {
  margin-bottom: 100px;
}

/* line 10, ../../../sass/themes/dark2/_main.scss */
.main-section-bar {
  margin-top: 55px;
}

@media only screen and (min-width: 50px) and (max-width: 767px) {
  /* line 15, ../../../sass/themes/dark2/_main.scss */
  .main-section {
    margin-bottom: 85px;
  }
}
/* line 21, ../../../sass/themes/dark2/_main.scss */
.main-section {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
/* line 26, ../../../sass/themes/dark2/_main.scss */
.main-section.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 32, ../../../sass/themes/dark2/_main.scss */
.main-section .main-section-sidebar {
  text-align: center;
}
/* line 106, ../../../sass/themes/dark2/_base.scss */
.main-section .main-section-sidebar > .margin-collapse-fix {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  /* line 32, ../../../sass/themes/dark2/_main.scss */
  .main-section .main-section-sidebar {
    height: auto;
  }
}
/* line 45, ../../../sass/themes/dark2/_main.scss */
.main-section .main-section-sidebar .style_regular_h3,
.main-section .main-section-sidebar h3 {
  text-transform: uppercase;
  color: white;
}
/* line 52, ../../../sass/themes/dark2/_main.scss */
.main-section .main-section-sidebar h3,
.main-section .main-section-sidebar .style_regular_h3,
.main-section .main-section-sidebar .announcement_event {
  padding-left: 0;
  padding-right: 0;
}
/* line 58, ../../../sass/themes/dark2/_main.scss */
.main-section .main-section-sidebar h6,
.main-section .main-section-sidebar .style_regular_h6 {
  font-size: 1rem;
}
/* line 62, ../../../sass/themes/dark2/_main.scss */
.main-section .main-section-sidebar hr {
  border-top: 3px solid white;
}
/* line 67, ../../../sass/themes/dark2/_main.scss */
.main-section > .col-md-9 {
  margin-bottom: 0;
}

/* line 72, ../../../sass/themes/dark2/_main.scss */
.main-section-bar {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  /* line 79, ../../../sass/themes/dark2/_main.scss */
  section.tmot-venue-control .tmot-header-bg-layer-2 {
    background: #1e1e1e;
  }
}
/* line 87, ../../../sass/themes/dark2/_main.scss */
section.tmot-venue-control .tmot-event-search {
  font-size: 1rem;
  font-weight: 300;
  color: black;
}
/* line 92, ../../../sass/themes/dark2/_main.scss */
section.tmot-venue-control .tmot-event-search .event-search-label {
  display: none;
}
/* line 96, ../../../sass/themes/dark2/_main.scss */
section.tmot-venue-control .tmot-event-search #by_venue {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: black;
  font-size: 14px;
}
/* line 101, ../../../sass/themes/dark2/_main.scss */
section.tmot-venue-control .tmot-event-search #by_venue option {
  color: black;
  font-size: 14px;
}

/* Please dont't remove this code, this is being used for menu dropdown in frontend venues.*/
/* line 112, ../../../sass/themes/dark2/_main.scss */
.sub-menu .nav.navbar-nav {
  display: none;
  padding: 7px;
  width: 150px;
  text-shadow: none;
  background: #383838;
  position: relative;
}

/* line 113, ../../../sass/themes/dark2/_main.scss */
.sub-menu:hover .nav.navbar-nav {
  display: block;
  position: absolute;
}

/* line 114, ../../../sass/themes/dark2/_main.scss */
.sub-menu .nav.navbar-nav li {
  display: block;
  clear: both;
  padding: 5px 0;
}

/* line 115, ../../../sass/themes/dark2/_main.scss */
.sub-menu .nav.navbar-nav li a {
  font-size: 13px;
  padding: 0 !important;
}

/* line 1, ../../../sass/themes/dark2/_footer.scss */
footer {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  background-color: black;
  color: white;
}
/* line 11, ../../../sass/themes/dark2/_footer.scss */
footer a {
  color: white;
}
/* line 13, ../../../sass/themes/dark2/_footer.scss */
footer a:hover {
  color: white;
}
/* line 16, ../../../sass/themes/dark2/_footer.scss */
footer a:visited {
  color: white;
}
/* line 21, ../../../sass/themes/dark2/_footer.scss */
footer ul.nav * {
  color: white;
}
/* line 23, ../../../sass/themes/dark2/_footer.scss */
footer ul.nav *:hover {
  color: white;
  background: black;
}
/* line 29, ../../../sass/themes/dark2/_footer.scss */
footer * {
  text-transform: uppercase;
  line-height: 18px;
}
/* line 34, ../../../sass/themes/dark2/_footer.scss */
footer [class^=col-]:first-child {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 38, ../../../sass/themes/dark2/_footer.scss */
  footer .ticket-logo {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 38, ../../../sass/themes/dark2/_footer.scss */
  footer .ticket-logo {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  /* line 38, ../../../sass/themes/dark2/_footer.scss */
  footer .ticket-logo {
    text-align: right;
  }
}
/* line 50, ../../../sass/themes/dark2/_footer.scss */
footer .footer_nav {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
}
/* line 56, ../../../sass/themes/dark2/_footer.scss */
footer .footer_nav > li {
  list-style: none outside none;
  display: inline-block;
}
/* line 59, ../../../sass/themes/dark2/_footer.scss */
footer .footer_nav > li:nth-child(n+2) a {
  border-left: 1px solid #FFFFFF;
}
/* line 63, ../../../sass/themes/dark2/_footer.scss */
footer .footer_nav > li a {
  padding: 0px 15px;
}

/**
* Manage slider visibility
* Only show double and triple slider on the desktop version
*/
/* line 6, ../../../sass/themes/dark2/_slider.scss */
.slider.double_slider,
.slider.triple_slider {
  display: none;
}

@media (min-width: 992px) {
  /* line 13, ../../../sass/themes/dark2/_slider.scss */
  .slider.double_slider,
  .slider.triple_slider {
    display: block;
  }
}
/*
* Slider theme
*/
/* line 22, ../../../sass/themes/dark2/_slider.scss */
.slider {
  margin-top: 16px;
  height: 350px;
  /**
  * Double slider
  */
  /**
  * Triple slider
  */
  /**
  * Full slider
  */
}
@media (max-width: 991px) {
  /* line 28, ../../../sass/themes/dark2/_slider.scss */
  .slider .slider {
    display: block;
  }
}
/* line 33, ../../../sass/themes/dark2/_slider.scss */
.slider .slider_image_container {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}
/* line 45, ../../../sass/themes/dark2/_slider.scss */
.slider .carousel-caption {
  position: absolute;
  top: 130px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: left;
}
/* line 54, ../../../sass/themes/dark2/_slider.scss */
.slider .event_title a {
  font-family: Oswald, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: .05em;
  color: black;
}
/* line 62, ../../../sass/themes/dark2/_slider.scss */
.slider a.carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  background-image: none;
  opacity: 1;
  z-index: 10;
}
/* line 69, ../../../sass/themes/dark2/_slider.scss */
.slider a.carousel-control * {
  font-family: FontAwesome;
  color: white;
  transform: translateY(-50%);
}
/* line 75, ../../../sass/themes/dark2/_slider.scss */
.slider a.carousel-control.left {
  left: -5%;
}
/* line 77, ../../../sass/themes/dark2/_slider.scss */
.slider a.carousel-control.left span::before {
  content: '\f053';
}
/* line 82, ../../../sass/themes/dark2/_slider.scss */
.slider a.carousel-control.right {
  right: -5%;
}
/* line 84, ../../../sass/themes/dark2/_slider.scss */
.slider a.carousel-control.right span::before {
  content: '\f054';
}
/* line 91, ../../../sass/themes/dark2/_slider.scss */
.slider .slider_event_title,
.slider .slider_event_date {
  background: rgba(0, 0, 0, 0.55);
}
/* line 95, ../../../sass/themes/dark2/_slider.scss */
.slider .carousel_event {
  display: block;
  height: 100%;
  width: 100%;
}
/* line 103, ../../../sass/themes/dark2/_slider.scss */
.slider .slider_event_title,
.slider .slider_event_date,
.slider .slider_event_ticket {
  padding: 0 16px;
}
/* line 107, ../../../sass/themes/dark2/_slider.scss */
.slider .slider_event_ticket {
  position: absolute;
  bottom: 30px;
}
/* line 112, ../../../sass/themes/dark2/_slider.scss */
.slider .slider_event_title > a {
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  line-height: 1.25em;
  letter-spacing: .02em;
  color: white;
  text-shadow: none;
}
/* line 126, ../../../sass/themes/dark2/_slider.scss */
.slider.double_slider .slider_event_title > a {
  font-size: 1.4rem;
}
/* line 130, ../../../sass/themes/dark2/_slider.scss */
.slider.double_slider .col-xs-6 {
  padding-left: 0;
  padding-right: 0;
}
/* line 135, ../../../sass/themes/dark2/_slider.scss */
.slider.double_slider .col-xs-6:nth-child(1) {
  padding-right: 15px;
}
/* line 139, ../../../sass/themes/dark2/_slider.scss */
.slider.double_slider .col-xs-6:nth-child(2) {
  padding-left: 15px;
}
/* line 148, ../../../sass/themes/dark2/_slider.scss */
.slider.triple_slider .col-xs-4 {
  padding-left: 0;
  padding-right: 0;
}
/* line 153, ../../../sass/themes/dark2/_slider.scss */
.slider.triple_slider .col-xs-4:nth-child(1) {
  padding-right: 15px;
}
/* line 157, ../../../sass/themes/dark2/_slider.scss */
.slider.triple_slider .col-xs-4:nth-child(3) {
  padding-left: 15px;
}
/* line 161, ../../../sass/themes/dark2/_slider.scss */
.slider.triple_slider .slider_event_date {
  font-family: Open Sans, sans-serif;
  text-shadow: none;
}
/* line 174, ../../../sass/themes/dark2/_slider.scss */
.slider.home_slider .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
/* line 179, ../../../sass/themes/dark2/_slider.scss */
.slider.home_slider .carousel-caption {
  background: rgba(0, 0, 0, 0.55);
  padding-bottom: 50px;
  text-align: center;
  top: auto;
}
@media (min-width: 992px) {
  /* line 179, ../../../sass/themes/dark2/_slider.scss */
  .slider.home_slider .carousel-caption {
    text-align: left;
    padding-bottom: 30px;
  }
}
/* line 192, ../../../sass/themes/dark2/_slider.scss */
.slider.home_slider .carousel-caption .slider_event_title,
.slider.home_slider .carousel-caption .slider_event_title > a {
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  /* line 192, ../../../sass/themes/dark2/_slider.scss */
  .slider.home_slider .carousel-caption .slider_event_title,
  .slider.home_slider .carousel-caption .slider_event_title > a {
    font-size: 2.3rem;
  }
}
/* line 200, ../../../sass/themes/dark2/_slider.scss */
.slider.home_slider .carousel-caption .slider_event_date {
  font-size: 1rem;
}
/* line 205, ../../../sass/themes/dark2/_slider.scss */
.slider.home_slider .carousel-caption .slider_event_title,
.slider.home_slider .carousel-caption .slider_event_date {
  background: transparent;
}
@media (min-width: 992px) {
  /* line 205, ../../../sass/themes/dark2/_slider.scss */
  .slider.home_slider .carousel-caption .slider_event_title,
  .slider.home_slider .carousel-caption .slider_event_date {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  /* line 213, ../../../sass/themes/dark2/_slider.scss */
  .slider.home_slider .carousel-caption .slider_event_ticket {
    position: absolute;
    right: 2rem;
  }
}
@media (min-width: 992px) {
  /* line 219, ../../../sass/themes/dark2/_slider.scss */
  .slider.home_slider .carousel-caption .slider_event_ticket > .btn {
    margin: 0;
    width: 234px;
    height: 63px;
    font-size: 1.8rem;
  }
}

/* line 3, ../../../sass/themes/dark2/_modal.scss */
div.tmot-site-modal .tmot-site-icon-close {
  color: white;
}
/* line 7, ../../../sass/themes/dark2/_modal.scss */
div.tmot-site-modal .tmot-site-modal-body {
  background-color: #201d1d;
}
/* line 11, ../../../sass/themes/dark2/_modal.scss */
div.tmot-site-modal .tmot-site-modal-body-search {
  height: 480px;
}
/* line 15, ../../../sass/themes/dark2/_modal.scss */
div.tmot-site-modal .search-box {
  width: 100%;
}
/* line 19, ../../../sass/themes/dark2/_modal.scss */
div.tmot-site-modal .tmot-site-icon-close {
  font-size: 28px;
}
/* line 23, ../../../sass/themes/dark2/_modal.scss */
div.tmot-site-modal .tmot-site-input-container {
  padding-top: 100px;
}
/* line 27, ../../../sass/themes/dark2/_modal.scss */
div.tmot-site-modal input {
  border-radius: 0;
}
/* line 31, ../../../sass/themes/dark2/_modal.scss */
div.tmot-site-modal button {
  border-radius: 0;
}
/* line 36, ../../../sass/themes/dark2/_modal.scss */
div.list_event_reccuring {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 1, ../../../sass/themes/dark2/_events.scss */
.event_image {
  min-height: 190px;
}
/* line 3, ../../../sass/themes/dark2/_events.scss */
.event_image img {
  margin: 0 auto;
}

@media (min-width: 992px) {
  /* line 9, ../../../sass/themes/dark2/_events.scss */
  div.box_container {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 19, ../../../sass/themes/dark2/_events.scss */
  div.box_container .listitempage:first-child .col-md-4:nth-child(1) > .event_container,
  div.box_container .listitempage:first-child .col-md-4:nth-child(2) > .event_container,
  div.box_container .listitempage:first-child .col-md-4:nth-child(3) > .event_container {
    margin-top: 0;
  }
}
/* line 27, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container {
  height: auto;
  color: white;
  background-color: #2c2c2c;
  text-align: center;
  padding: 10px;
  margin-top: 1rem;
}
/* line 35, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container .event_image {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: transparent;
}
@media (min-width: 992px) {
  /* line 35, ../../../sass/themes/dark2/_events.scss */
  div.box_container .event_container .event_image {
    height: 160px;
  }
}
/* line 46, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container .event_image a {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
}
/* line 59, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container .event_title {
  margin: 10px 0;
  min-height: 80px;
  font-size: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  /* line 59, ../../../sass/themes/dark2/_events.scss */
  div.box_container .event_container .event_title {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 72, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container .event_venue {
  /* min-height: 0;*/
  font-size: 1rem;
}
/* line 78, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container .event_purchase > a {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  /* line 84, ../../../sass/themes/dark2/_events.scss */
  div.box_container .event_container .event_time {
    min-height: 44px;
  }
}
/* line 92, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container .event_purchase {
  position: static;
  margin: 1rem 0 0;
}
/* line 97, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container .event_image {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
@media only screen and (min-width: 50px) and (max-width: 767px) {
  /* line 97, ../../../sass/themes/dark2/_events.scss */
  div.box_container .event_container .event_image {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 97, ../../../sass/themes/dark2/_events.scss */
  div.box_container .event_container .event_image {
    height: auto;
  }
}
/* line 112, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container .event_image a {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-position: center;
}
/* line 126, ../../../sass/themes/dark2/_events.scss */
div.box_container .event_container .event_description {
  margin: 20px 0 10px;
}
/* line 133, ../../../sass/themes/dark2/_events.scss */
div .event_container .event_title {
  margin: 10px 0;
}
/* line 136, ../../../sass/themes/dark2/_events.scss */
div .event_container .event_title a.tmot-venue-site-event-title {
  font-size: inherit;
  text-decoration: none;
}
/* line 142, ../../../sass/themes/dark2/_events.scss */
div .event_container .event_price {
  margin: auto;
}
/* line 146, ../../../sass/themes/dark2/_events.scss */
div .event_container > [class~="col-"] {
  min-height: 250px;
}
/* line 153, ../../../sass/themes/dark2/_events.scss */
div.listitempage:first-child .event_list_item:first-child {
  margin-top: 0;
}
/* line 159, ../../../sass/themes/dark2/_events.scss */
div.listitempage .event_detail_content .event_title {
  margin: 10px 0;
}
/* line 162, ../../../sass/themes/dark2/_events.scss */
div.listitempage .event_detail_content .event_title a.tmot-venue-site-event-title {
  font-size: inheri;
  text-decoration: none;
}
@media (min-width: 992px) {
  /* line 168, ../../../sass/themes/dark2/_events.scss */
  div.listitempage .event_detail_content .event_price {
    margin: 10px 0px;
  }
}
@media (min-width: 992px) {
  /* line 174, ../../../sass/themes/dark2/_events.scss */
  div.listitempage .event_detail_content .event_list_item_recurring {
    position: relative;
  }
}
@media (min-width: 992px) {
  /* line 179, ../../../sass/themes/dark2/_events.scss */
  div.listitempage .event_detail_content .event_list_item_recurring .event_list_item_recurring_right {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* line 189, ../../../sass/themes/dark2/_events.scss */
div.listitempage .event_list_item {
  background: #2c2c2c;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  /* line 189, ../../../sass/themes/dark2/_events.scss */
  div.listitempage .event_list_item {
    margin: 20px 0px;
  }
}
/* line 200, ../../../sass/themes/dark2/_events.scss */
div.listitempage .event_list_item:first-child {
  margin-top: 0;
}
/* line 204, ../../../sass/themes/dark2/_events.scss */
div.listitempage .event_list_item > div {
  margin-top: 1rem;
}
/* line 208, ../../../sass/themes/dark2/_events.scss */
div.listitempage .event_list_item .event_title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0.7rem;
}
@media (min-width: 992px) {
  /* line 216, ../../../sass/themes/dark2/_events.scss */
  div.listitempage .event_list_item .event_image {
    background-color: transparent;
  }
}
/* line 222, ../../../sass/themes/dark2/_events.scss */
div.listitempage .event_list_item .event_venue {
  padding-bottom: 0;
}
/* line 229, ../../../sass/themes/dark2/_events.scss */
div.listitempage .event_list_item .event_venue,
div.listitempage .event_list_item .event_date,
div.listitempage .event_list_item .event_time,
div.listitempage .event_list_item .event_price {
  font-size: 1rem;
}
/* line 234, ../../../sass/themes/dark2/_events.scss */
div.listitempage .list_event_reccuring_button {
  color: #d50000;
}
/* line 240, ../../../sass/themes/dark2/_events.scss */
div .event_container_list .list_event {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
/* line 244, ../../../sass/themes/dark2/_events.scss */
div .event_container_list .list_event:last-child {
  padding-bottom: calc(1rem + 10px);
}

/**
* Event details
*/
/* line 254, ../../../sass/themes/dark2/_events.scss */
.event_detail_right_share {
  margin: 10px 0;
}

/* line 260, ../../../sass/themes/dark2/_events.scss */
.event_detail_main_right
.event_info_purchase.event_purchase.btn_purchase {
  background-color: inherit;
}

/* line 262, ../../../sass/themes/dark2/_events.scss */
.event_detail {
  background: transparent;
  text-align: center;
  padding: 25px;
  /*padding: 20px 15px 20px 15px;*/
}
@media (min-width: 992px) {
  /* line 262, ../../../sass/themes/dark2/_events.scss */
  .event_detail {
    text-align: left;
  }
}
/* line 272, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_detail_main {
  padding-bottom: 1rem;
}
/* line 276, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_detail_name {
  margin-top: 0;
}
/* line 280, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_detail_image {
  width: 100%;
  overflow: hidden;
}
/* line 284, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_detail_image a {
  display: inline-block;
  min-height: 305px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
}
/* line 296, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_detail_image a img {
  visibility: hidden;
  max-width: 100%;
}
/* line 303, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_info_header {
  display: none;
}
/* line 309, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_info_door_time,
.event_detail .event_info_price,
.event_detail .event_info_date {
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  /* line 309, ../../../sass/themes/dark2/_events.scss */
  .event_detail .event_info_door_time,
  .event_detail .event_info_price,
  .event_detail .event_info_date {
    padding-bottom: 1rem;
  }
}
/* line 316, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_info_age_restriction {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  /* line 316, ../../../sass/themes/dark2/_events.scss */
  .event_detail .event_info_age_restriction {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/* line 325, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_info_status_container {
  background: transparent;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  /* line 325, ../../../sass/themes/dark2/_events.scss */
  .event_detail .event_info_status_container {
    text-align: left;
  }
}
/* line 335, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_info_purchase {
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  /* line 335, ../../../sass/themes/dark2/_events.scss */
  .event_detail .event_info_purchase {
    margin-top: 1rem;
    padding-bottom: 2rem;
  }
}
/* line 344, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_info_purchase > a {
  display: inline-block;
  line-height: 1;
  padding: 10px 80px;
}
/* line 353, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_detail_main_right
.event_info_purchase.event_purchase.btn_purchase {
  background-color: inherit;
}
/* line 357, ../../../sass/themes/dark2/_events.scss */
.event_detail .additional_info_container {
  border-top: 1px solid #eee;
}
/* line 362, ../../../sass/themes/dark2/_events.scss */
.event_detail .recurring_purchase_container .event_info_purchase {
  margin-top: 0;
  padding-bottom: 0;
}
/* line 365, ../../../sass/themes/dark2/_events.scss */
.event_detail .recurring_purchase_container .event_info_purchase > a {
  padding: 6px 12px;
}
/* line 371, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_info_share {
  margin-top: 1rem;
}
/* line 376, ../../../sass/themes/dark2/_events.scss */
.event_detail .event_detail_description,
.event_detail .event_detail_description p {
  color: white;
}
/* line 380, ../../../sass/themes/dark2/_events.scss */
.event_detail .supporting_acts_container {
  margin-top: 1rem;
}
/* line 383, ../../../sass/themes/dark2/_events.scss */
.event_detail .supporting_acts_container .supporting_act_container {
  border-top: 1px solid #eee;
}
/* line 385, ../../../sass/themes/dark2/_events.scss */
.event_detail .supporting_acts_container .supporting_act_container > .row {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
/* line 392, ../../../sass/themes/dark2/_events.scss */
.event_detail .recurring_purchase_container {
  background-color: #1e1e1e;
  margin-top: 1rem;
  padding: 10px 0;
}
@media (min-width: 992px) {
  /* line 392, ../../../sass/themes/dark2/_events.scss */
  .event_detail .recurring_purchase_container {
    position: relative;
  }
}
@media (min-width: 992px) {
  /* line 402, ../../../sass/themes/dark2/_events.scss */
  .event_detail .recurring_purchase_container:first-child {
    margin-top: 0;
  }
}
/* line 408, ../../../sass/themes/dark2/_events.scss */
.event_detail .recurring_purchase_container .event_info_price {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  /* line 412, ../../../sass/themes/dark2/_events.scss */
  .event_detail .recurring_purchase_container .recurring_purchase_right {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}
@media (min-width: 992px) {
  /* line 419, ../../../sass/themes/dark2/_events.scss */
  .event_detail .recurring_purchase_container .recurring_purchase_right .btn {
    float: right;
  }
}

/*
* Annoucement list
*/
/* line 433, ../../../sass/themes/dark2/_events.scss */
.event_list_item {
  border-bottom: none;
  background-color: transparent;
  margin: 1rem 0 0;
  padding: 0 0 1rem;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 433, ../../../sass/themes/dark2/_events.scss */
  .event_list_item {
    margin: 10px 0;
    padding: 10px 0 0;
    text-align: left;
  }
}
/* line 451, ../../../sass/themes/dark2/_events.scss */
.event_list_item .event_time,
.event_list_item .event_title,
.event_list_item .event_title > a,
.event_list_item .event_date {
  color: inherit;
}

/* line 457, ../../../sass/themes/dark2/_events.scss */
div.event_container_list {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 1rem;
}
/* line 463, ../../../sass/themes/dark2/_events.scss */
div.event_container_list hr {
  border-top: 3px solid white;
}
/* line 469, ../../../sass/themes/dark2/_events.scss */
div.event_announcement_container {
  padding: 0 15px;
}
/* line 472, ../../../sass/themes/dark2/_events.scss */
div.event_announcement_container h2 {
  font-size: 2em;
  padding-bottom: 10px;
  border-bottom: 1px solid #7a7a7a;
  color: white;
  text-align: center;
}
/* line 479, ../../../sass/themes/dark2/_events.scss */
div.event_announcement_container .announcement_event {
  height: 235px;
}
/* line 484, ../../../sass/themes/dark2/_events.scss */
div.announcement_event {
  border-bottom: none;
}
/* line 487, ../../../sass/themes/dark2/_events.scss */
div.announcement_event .announcement_title {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
/* line 490, ../../../sass/themes/dark2/_events.scss */
div.announcement_event .announcement_title > a {
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  letter-spacing: .03em;
  color: #d50000;
}
/* line 498, ../../../sass/themes/dark2/_events.scss */
div.announcement_event .annoucement_date {
  color: white;
  line-height: 2rem;
}
/* line 504, ../../../sass/themes/dark2/_events.scss */
div.announcement_event .event_date {
  color: #7a7a7a;
  font-size: 1.2em;
  margin: 5px 0;
}

/* line 513, ../../../sass/themes/dark2/_events.scss */
.table_event_reccuring > .row {
  margin-top: 1rem;
}
/* line 515, ../../../sass/themes/dark2/_events.scss */
.table_event_reccuring > .row:first-child {
  margin-top: 0;
}
/* line 520, ../../../sass/themes/dark2/_events.scss */
.table_event_reccuring p {
  margin-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 526, ../../../sass/themes/dark2/_events.scss */
  .table_event_reccuring .btn {
    float: right;
  }
}

/* line 533, ../../../sass/themes/dark2/_events.scss */
.media_element {
  display: inline-block;
  margin-right: 15px;
}

/* line 538, ../../../sass/themes/dark2/_events.scss */
.supporting_act_media_container {
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}

/* line 544, ../../../sass/themes/dark2/_events.scss */
.img-cover {
  width: 100%;
}

/* line 548, ../../../sass/themes/dark2/_events.scss */
#openFrame {
  color: #D3D3D3;
  text-decoration: none;
  position: relative;
  bottom: 60px;
  left: 5px;
}

/* line 1, ../../../sass/themes/dark2/_calendar.scss */
#calendar {
  background: #1e1e1e;
  color: white;
}
/* line 6, ../../../sass/themes/dark2/_calendar.scss */
#calendar.fc th, #calendar.fc td {
  border-right: 1px solid #CAC3C3;
  border-left: 1px solid #CAC3C3;
}
/* line 14, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-header-date,
#calendar a,
#calendar a:hover,
#calendar a:visited {
  color: white;
}
/* line 18, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-icon {
  font-family: FontAwesome !important;
}
/* line 21, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-icon.fc-icon-list::before {
  content: '\f03a';
}
/* line 24, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-icon.fc-icon-calendar::before {
  content: '\f073';
}
/* line 29, ../../../sass/themes/dark2/_calendar.scss */
#calendar td.fc-day {
  border: 1px solid #CAC3C3;
}
/* line 33, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 38, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-toolbar {
  padding-top: 0.75rem;
  margin-bottom: 0.75rem;
}
/* line 42, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-toolbar .fc-left {
  opacity: 0;
  visibility: hidden;
}
/* line 48, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-toolbar .fc-state-default,
#calendar .fc-toolbar .fc-button {
  background: transparent;
  box-shadow: none;
  color: white;
  outline: none;
  border: none;
}
/* line 57, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-widget-header {
  background-color: black;
}
/* line 62, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container .fc-day-grid-event,
#calendar .fc-bg .fc-state-highlight {
  background-color: transparent;
}
/* line 67, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container td {
  padding: 10px;
}
/* line 71, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container p {
  margin-bottom: 5px;
}
/* line 75, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container .fc-event {
  font-size: 0.9rem;
}
/* line 79, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container .fc-day-grid-event {
  border: none;
}
/* line 83, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container .fc-day.fc-state-highlight {
  background-color: #171717;
}
/* line 88, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container .fc-day-grid .fc-week {
  height: auto !important;
}
/* line 93, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container .fc-day-grid .fc-day-number {
  text-align: left;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid #CAC3C3;
}
/* line 100, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container .fc-day-grid .fc-today {
  border-left: 1px solid;
}
/* line 105, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-day-grid-container .fc-event-container {
  min-height: 160px;
}
/* line 111, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-basicList-view .fc-scroller {
  background-color: transparent;
  border: none;
}
/* line 116, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-basicList-view th {
  background-color: black;
}
/* line 122, ../../../sass/themes/dark2/_calendar.scss */
#calendar .tmot-fc-event-title,
#calendar .fc-title > a {
  color: #d50000;
}
/* line 127, ../../../sass/themes/dark2/_calendar.scss */
#calendar .fc-basicList-view .fc-event {
  background-color: #d50000;
  border-color: #d50000;
}

/* line 1, ../../../sass/themes/dark2/_autocomplete.scss */
.ac-search-items {
  padding-left: 15px;
  font-size: 14px;
  color: #999;
}

/* line 8, ../../../sass/themes/dark2/_autocomplete.scss */
#modal-autocomplete-results .ui-autocomplete {
  position: static;
}

/* line 13, ../../../sass/themes/dark2/_autocomplete.scss */
.ui-autocomplete {
  z-index: 1050;
}

/* line 18, ../../../sass/themes/dark2/_autocomplete.scss */
ul.ui-autocomplete.tmot-desktop-autocomplete {
  display: initial;
  z-index: 100000;
}
/* line 22, ../../../sass/themes/dark2/_autocomplete.scss */
ul.ui-autocomplete.tmot-desktop-autocomplete::before {
  content: 'UPCOMING EVENTS';
  display: inline-block;
  width: 320px;
  color: #7a7a7a;
  margin-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7a7a7a;
}
/* line 33, ../../../sass/themes/dark2/_autocomplete.scss */
ul.ui-autocomplete.tmot-desktop-autocomplete li {
  padding-left: 10px;
  border-bottom: 1px solid #7a7a7a;
  width: 320px;
}
/* line 37, ../../../sass/themes/dark2/_autocomplete.scss */
ul.ui-autocomplete.tmot-desktop-autocomplete li hr {
  display: none;
}
/* line 41, ../../../sass/themes/dark2/_autocomplete.scss */
ul.ui-autocomplete.tmot-desktop-autocomplete .ac-search-items {
  padding-left: 0;
}

/* line 1, ../../../sass/themes/dark2/_social_media.scss */
a.link_soundcloud {
  margin-right: 10px;
}

/* line 5, ../../../sass/themes/dark2/_social_media.scss */
img.link_bandcamp {
  width: 28px;
  height: 28px;
  margin-bottom: 13px;
}

/* line 11, ../../../sass/themes/dark2/_social_media.scss */
img.link_daftpunk {
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
}

/* line 17, ../../../sass/themes/dark2/_social_media.scss */
.tmot-social-links {
  text-align: center;
  font-size: 1.8rem;
}
/* line 21, ../../../sass/themes/dark2/_social_media.scss */
.tmot-social-links .fa {
  color: white;
}

/* line 26, ../../../sass/themes/dark2/_social_media.scss */
a.social_link {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-size: 35px 35px;
  margin: 0 2px;
}

/* line 34, ../../../sass/themes/dark2/_social_media.scss */
.social_link_website {
  background-color: #FFFFFF;
  position: relative;
}

/* line 39, ../../../sass/themes/dark2/_social_media.scss */
.social_link_website i {
  font-size: 32px;
  position: absolute;
  top: 3px;
  left: 3px;
}

/* line 46, ../../../sass/themes/dark2/_social_media.scss */
.social_link_facebook {
  background: url(http://media.tmvenuesproject.com//non_secure/site/icons/facebook-icon.png);
}

/* line 49, ../../../sass/themes/dark2/_social_media.scss */
.social_link_twitter {
  background: url(http://media.tmvenuesproject.com//non_secure/site/icons/twitter-icon.png);
}

/* line 52, ../../../sass/themes/dark2/_social_media.scss */
.social_link_instagram {
  background: url(http://media.tmvenuesproject.com//non_secure/site/icons/instagram-icon.png);
}

/* line 55, ../../../sass/themes/dark2/_social_media.scss */
.social_link_google_plus {
  background: url(http://media.tmvenuesproject.com//non_secure/site/icons/google-plus-icon.png);
}

/* line 58, ../../../sass/themes/dark2/_social_media.scss */
.social_link_last_fm {
  background: url(http://media.tmvenuesproject.com//non_secure/site/icons/last-fm-logo.png);
}

/* line 61, ../../../sass/themes/dark2/_social_media.scss */
.social_link_soundcloud {
  background: url(http://media.tmvenuesproject.com//non_secure/site/icons/soundcloud-icon.png);
}

/* line 64, ../../../sass/themes/dark2/_social_media.scss */
.social_link_spotify {
  background: url(http://media.tmvenuesproject.com//non_secure/site/icons/spotify-icon.png);
}

/* line 67, ../../../sass/themes/dark2/_social_media.scss */
.social_link_youtube {
  background: url(http://media.tmvenuesproject.com//non_secure/site/icons/youtube-icon.png);
}

/* line 2, ../../../sass/themes/dark2/_ticketweb.scss */
.tmot-venue-email-list iframe {
  border: none;
  max-width: 222px;
}
