.map-background {
  background-image: url("../img/event-bg5.jpg");
  background-size: 100% auto;
  height: 100vh;
  width: 100%;
  padding-top: 80px;
  position: absolute;
  left: 0;
  top: 0; }

@media screen and (max-width: 1225px) {
  .map-background {
    background-size: auto 100%; } }
@media screen and (max-width: 768px) {
  .map-body {
    overflow-y: visible; } }
.map-container {
  height: 81vh;
  margin-bottom: 60px; }

.events-container {
  padding-top: 40px; }

.event-panel-heading {
  background: -webkit-linear-gradient(left, black, transparent);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, black, transparent);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, black, transparent);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, black, transparent);
  /* Standard syntax */
  font-family: 'Open Sans', sans serif;
  width: 31%;
  font-size: 1.5em;
  padding: 0.5em;
  text-transform: uppercase;
  color: white;
  position: absolute; }

.event-panel-body {
  background: rgba(0, 0, 0, 0.2);
  /*border: 1px solid white;*/
  color: white;
  height: 81vh;
  padding-top: 40px; }

.pull-right2 {
  float: right;
  padding-bottom: 20px;
  display: inline; }

.event-img {
  width: 70px;
  height: auto;
  display: inline; }

.eventInfo {
  margin: 0;
  font-size: 2em;
  text-align: center;
  padding-top: 5em; }

.eventInfo2 {
  margin: 0;
  font-size: 1.3em;
  text-align: center;
  padding-top: 1em; }

#tooltip {
  width: 100px;
  height: 10px; }

.eventBox {
  padding: 1em; }

.eventBox:first-child {
  padding-top: 4em; }

#clubInfo {
  height: 81vh;
  overflow-y: scroll;
  padding-top: 0; }

.eventBox:hover {
  background-color: rgba(0, 0, 0, 0.2); }

#eventHeading {
  position: fixed; }

.eventTitle {
  font-size: 1.5em;
  text-transform: uppercase;
  float: right; }

@media screen and (max-width: 960px) {
  .eventTitle {
    font-size: 1.2em; } }
.eventDate {
  font-size: 1em;
  text-align: right;
  margin-left: 50px;
  margin-top: -30px; }

/*# sourceMappingURL=map.css.map */
