
html {
  margin: 0 !important;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  background-color: #efefef;
  margin-top: 100px;
  zoom: 1 !important;
  -moz-transform: none;
  -moz-transform-origin: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

::-webkit-input-placeholder { /* Edge */
  color: #ee4f9c !important;
}

:-ms-input-placeholder {
  color: #ee4f9c !important;
}

::placeholder {
  color: #ee4f9c !important;
}

.smartbanner {
  z-index: 1000000;
}


.chosen-container {
  border: 0 !important;
  color: white;
  border-bottom: 2px solid #ee4f9c;
  display: none;
}

.chosen-container .chosen-single {
  background-color: #ee4f9c !important;
  display: none !important;
}

.chosen-container .chosen-drop {
  background-color: #ee4f9c;
  border-color: white;
}

.dropdown dt a span,
.multiSel span {
  color: white;
}

.chosen-container-single .chosen-single span {
  overflow: hidden !important;
  color: white;
}

.chosen-container .chosen-drop .chosen-results {
  color: white !important;
}

.chosen-container .chosen-drop .chosen-results li {
  line-height: 22px;
}

.chosen-container .chosen-drop .chosen-results li:hover {
  color: black !important;
}


.dates-container {
  border-color: white;
}

.dates-container .separator {
  background-color: white;
}

.modal-content {
  padding: 25px;
  margin-top: 80px;
  background: #efefef;
}

.modal-content .close {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 5;

  /* height: 30px; */
  font-size: 200%;
  line-height: 1;
  opacity: 1;
}

.dropdown-menu {
  border-radius: 5px;
  background-color: white;
}

.dropdown-menu li a {
  color: #ee4f9c;
} 

.pink-link,
.submitBtn .btn.btn-primary {
  background: #ee4f9c;
  color: white !important;
  border: 1px solid #ee4f9c;
  border-radius: 20px !important;
  padding: 5px 20px;
  text-decoration: none !important;
  transition: all .3s ease-out;
}

.pink-link.flipped {
  border-radius: 30px !important;
  background-color: white !important;
  color: #ee4f9c !important;
}

.pink-link:hover,
.pink-link:focus,
.pink-link:active,
.submitBtn .btn.btn-primary:hover,
.submitBtn .btn.btn-primary:focus,
.submitBtn .btn.btn-primary:active {
  background: white !important;
  color: #ee4f9c !important;
  border: 1px solid #ee4f9c !important;
  text-decoration: underline;
}

.yellow-link {
  background: #FFE505;
  color: #222 !important;
  border: 1px solid #FFE505;
  border-radius: 20px !important;
  padding: 5px 20px;
  text-decoration: none !important;
  transition: all .3s ease-out;
}

.yellow-link.flipped {
  border-radius: 30px !important;
  background-color: #222 !important;
  color: #FFE505 !important;
}

.yellow-link:hover,
.yellow-link:focus,
.yellow-link:active {
  background: #222;
  color: #FFE505 !important;
  border: 1px solid #FFE505 !important;
  text-decoration: underline;
}

.yellow-link.download-app {
  display: block;
  text-align: center;
  padding: 2px;
}

.text-link {
  text-decoration: underline;
}

.text-link:hover,
.text-link:focus,
.text-link:active {
  color: #ee4f9c;
  text-decoration: underline;
}

.bb-form-input,
.contacta-row input,
.contacta-row select {
  background: white !important;
  border: 0;
  border-bottom: 2px solid #ee4f9c;
  color: #ee4f9c;
  text-align: center;
  padding: 5px;
}

.contacta-col > div > label,
.contacta-col > .input-field > label {
  display: none;
}

.contacta-col > .input-field {
  margin-top: 0px !important;
}

.contacta-col input[type="checkbox"] {
  position: relative;
  vertical-align: baseline;
  margin-left: 0;
}

.contacta-col .submitBtn {
  display: inline-block;
  width: 100%;
  float: none;
}

.contacta-col .submitBtn .btn {
  margin-top: 15px !important;
  width: 110px !important;
  line-height: 43px !important;
}

.menu-wrapper .btn-primary {
  color: #fff;
}

.header-content .authentication-container .dropdown-toggle {
  color: #fff;
  cursor: pointer;
}

.search-event-widget,
.find-event-widget {
  border: 3px solid #222;
}

.carousel-indicators .active {
  background-color: #ee4f9c;
}

.menu-wrapper {
  margin-top: 0px;
}

.chosen-container .chosen-single {
  background-position: right 3px center !important;
  background-size: 18px !important;
  background-repeat: no-repeat !important;
  padding-right: 15px !important;
  background: rgba(255,255,255,.2);
  background-image: url(https://bongosbingos3.s3.amazonaws.com/static/img/bongos-select-arrow.png) !important;
}

@media (max-width: 767px) {

  .find-event-widget .chosen-select,
  .order-select-dropdown,
  .form-control-select,
  .ticket-selection .select-tickets-dropdown .chosen-select {
    background-image: url(https://bongosbingos3.s3.amazonaws.com/static/img/bongos-select-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 3px center !important;
    background-size: 18px !important;
    background-color: rgba(238, 79, 156, .8) !important;
    border: 0;
    border-bottom: 2px solid #ee4f9c !important;

  }

  .form-control-select {
    padding: 2px 12px;
  }

  .ticket-selection .select-tickets-dropdown .chosen-select {
    color: white !important;
    -webkit-appearance: none;
    appearance: none;
  }

  .sound-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

.dropdown dt a {
  background-position: right 3px center !important;
  background-size: 18px !important;
  background-repeat: no-repeat !important;
  padding-right: 15px !important;
  background-color: rgba(238, 79, 156, .8) !important;
  background-image: url(https://bongosbingos3.s3.amazonaws.com/static/img/bongos-select-arrow.png) !important;
  min-height: 45px;
  margin-top: 10px;
  overflow: hidden;
}

.chosen-container .chosen-single {
  background-color: rgba(238, 79, 156, .8) !important;
}

.contact-form-container .fields-container {
  border: 0px;
  border-radius: 5px;
  padding: 0px;
}

.sound-toggle {
  position: absolute;
  top: 90px;
  right: 30px;
  height: 40px;
  width: 40px;
  z-index: 80;
}

.sound-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: url(https://bongosbingos3.s3.amazonaws.com/static/img/icons/speaker-icon.png);
  background-size: cover;
  background-position: center;
  padding: 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  animation: shake 1s infinite linear;
  -webkit-animation: shake 1s infinite linear;
}

@media (max-width: 767px) {

  .sound-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
  }

  .sound-toggle:after {
    height: 30px;
    width: 30px;
  }
}

@keyframes shake {

  0% {
    transform: rotate(-170deg) scale(.9);
  }

  10% {
    transform: rotate(-160deg);
  }

  20% {
    transform: rotate(-190deg) scale(1.1);
  }

  60% {
    transform: rotate(-170deg) scale(.9);
  }

  70% {
    transform: rotate(-160deg);
  }

  80% {
    transform: rotate(-190deg) scale(1.1);
  }

  100% {
    transform: rotate(-170deg) scale(.9);
  }
}

.video-edge {
  background: #ee4f9c;
  color: white;
  position: absolute;
  padding: 0;
  width: 100%;
  bottom: -2px;
}

.video-edge:before {
  display: block;
  content: "";
  height: 30px;
  width: 100%;
  background-color: #ee4f9c;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom;
  transform: rotate(180deg);
}

#mobile-menu {
  background-color: #ee4f9c;
  max-width: 260px;
}

#mobile-menu ul li a {
  color: white;
  padding: 7px 25px;
}

.chosen-container-single .chosen-single span {
  margin-right: 0px;
}

.ticket-selection .date,
.order-confirmation .date {
  color: white;
}

option {
  color: initial;
}

input[type="checkbox"]:checked {
  background: #000 url(https://s3-ew2-production-bb.s3.eu-west-2.amazonaws.com/static/img/check.png) !important;
  background-size: cover !important;
}

header {
  position: relative;
}

header #mobile-menu-icon .mobile-toggle-line {
  background: white;
  height: 7px;
}

header.active #mobile-menu-icon .mobile-toggle-line:nth-child(2) {
  transform: rotate(45deg);
  background: rgba(255,255,255, .8);
}

header.active #mobile-menu-icon .mobile-toggle-line:nth-child(3) {
  transform: rotate(-45deg);
  background: rgba(255,255,255, .8);
}

@keyframes pulse {

  0% {
    transform: translateX(-50%) scale(1);
  }

  20% {
    transform: translateX(-50%) scale(1.1);
  }

  60% {
    transform: translateX(-50%) scale(.9);
  }

  80% {
    transform: translateX(-50%) scale(1.1);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 767px) {

  .video-link {
    font-size: 175%;
  }
}

@media only screen and (max-width: 767px) {

  body {
      margin-top: 80px;
  }
}

body {
  background-color: #efefef;
}

header #mobile-menu-icon {
  height: 39px;
  width: 40px;
  z-index: 1000001;
  margin-top: 20px;
}

header #mobile-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  max-width: 250px;
  width: 80vw !important;
  max-height: calc(100vh + 100px);
  height: calc(100vh + 100px);
  top: 0;
  right: -275px;
  position: absolute !important;
  box-shadow: 0px 3px 16px rgba(0,0,0,.35);
  z-index: 10000;
  transition: all .3s ease-out;
  left: initial !important;
  transform: none !important;
  background: #ee4f9c;
}

@media screen and (min-width: 500px) {

  header #mobile-menu {
    width: 50vw !important;
  }
}

header.active #mobile-menu {
  visibility: visible;
  opacity: 1;
  right: -15px;
}

header #mobile-menu-icon .mobile-toggle-line {
  background: #fff;
  border-radius: 2px;
  display: block;
  height: 6px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: all .25s ease-in-out;
  width: 100%;
}

header #mobile-menu .nav {
  margin-top: 25px;
}

header #mobile-menu-icon .mobile-toggle-line:nth-child(1) {
  top: 0;
}

header #mobile-menu-icon .mobile-toggle-line:nth-child(2),
header #mobile-menu-icon .mobile-toggle-line:nth-child(3) {
  top: calc(50% - 3px);
  height: 6px;
}

header #mobile-menu-icon .mobile-toggle-line:nth-child(4) {
  bottom: 0;
}

header.active #mobile-menu {
  position: fixed;
}

header.active #mobile-menu-icon .mobile-toggle-line:nth-child(1),
header.active #mobile-menu-icon .mobile-toggle-line:nth-child(4) {
  opacity: 0;
}

#header .btn {
  padding: 4px 0px !important;
  text-align: center;
}

#header {
  height: 80px;
  box-shadow: 0px 3px 16px rgba(0,0,0,0.35);
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.header-content {
  position: inherit;
}

.btn-find-events {
  padding: 5px 5px 4px 20px !important;
  position: absolute;
  right: 70px;
  top: 25px;
  border-radius: 20px !important;
  font-size: 100%;
  line-height: 1.25;
  overflow: hidden;
  display: block;
}

.btn-find-events-home {
  padding: 10px 10px 10px 15px !important;
  border-radius: 30px !important;
  font-size: 100%;
  overflow: hidden;
  font-size: 150%;
  position: relative;
  z-index: 50;
  margin-bottom: 15px;
  width: 50%;
}

.btn-find-events-home:after, .btn-find-events:after {
  content: '69';
  border-radius: 50%;
  padding: 0;
  line-height: 1.1;
  height: 18px;
  width: 18px;
  font-size: 16px;
  display: inline-block;
  margin: 2px;
  color: #ee4f9c;
  background: white;
  animation: spin 6s infinite linear;
  -webkit-animation: spin 6s infinite linear;
  text-align: center;
}

.btn-find-events-home:after {
  height: 30px;
  width: 30px;
  font-size: 98%;
}

@keyframes spin {
    0%  { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }   
}

@media (max-width: 768px) {
  section.home .btn-find-events {
    display: none;
  }

  .btn-find-events:after {
    line-height: 1.1;
  }

  .btn-find-events {
    display: none;
  }
}

.btn-find-events:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  height: 20px;
  width: 400px;
  background: rgba(255,255,255,0.5);
  transform: rotate(-60deg);
  animation-name: shine;
  animation-duration: 4s;
  animation-timing-function: cubic-beizer(0.17, 0.79, 0.96, 0.25);
  animation-iteration-count: infinite;
}

@keyframes shine{
  0% { top:-100px; left:-280px; }
  100%{ top:100%; left:100%; }
}

#mobile-menu ul li {
  text-align: left;
  padding: 0px;
  width: 100%;
}

#mobile-menu .mobile-social {
  padding: 0 20px;
  margin-bottom: 10px;
}

#mobile-menu h3 {
  padding: 0 20px;
  font-size: 115%;
  font-weight: bold;
  margin: 10px 0 2px;
}

.extra-size {
  font-size: 45px;
}

@media (min-width: 1024px) {

  .extra-size {
    font-size: 65px;
  }
}

.full-width {
  width: 100% !important;
}

.dropdown.input-group[class*="col-"] {
  position: relative;

  padding-right: 15px;
  padding-left: 15px;
}

.dropdown a {
  color: #000;
}

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  text-decoration: none;
  outline: none;
}

.dropdown dt {
  font-weight: normal;
}

.dropdown dt a {
  min-height: 45px;
  margin-top: 10px;
  overflow: hidden;
}

.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}

.dropdown dd ul {
  background: black;
  border: 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 1px;
  list-style: none;
  height: 230px;
  max-height: 230px;
  width: 100%;
  overflow: auto;
  z-index: 99;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 5px;
  display: block;
}

.dropdown dd ul li a:hover {
  background-color: #fff;
}

.dropdown input[type="checkbox"] {
  color: white;
  border-color: white;
}

.dropdown input[type="checkbox"]:hover {
  border: 2px solid white;
  -webkit-transition: all .1s ease-out;
}

.multiSel {
  margin: 0;
  padding: 0px 40px 0px 0;
}

#mc-embedded-subscribe {
  margin-top: 10px;
}

.dropdown button {
  background-color: #6BBE92;
  width: 302px;
  border: 0;
  padding: 10px 0;
  margin: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.search-event-widget {
  height: auto;
}

.description .description-text {
  width: 40%; float: right; margin-top: 10px;
}

.carousel-indicators li {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  transform: scale(.9);
  transition: all .3s ease-out;
}

.carousel-indicators li.active {
  margin: 1px;
  height: 25px;
  width: 25px;
  transform: scale(1.1);
  transition: all .3s ease-out;
}

.find-event-widget .form-group,
.find-event-widget .chosen-container {
  margin-bottom: 0;
}

.event-page .event-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.event-page .event-description .image {
  margin-bottom: 10px;
}

.app-buttons {
  margin: 25px 0px 15px;
  display: inline-block;
  width: 100%;
}

.app-button {
  width: 49%;
  height: 16vw;
  max-height: 100px;
  float: left;
  display: inline-block;
  padding: 5px;
  background-size: 93%;
  background-repeat: no-repeat;
  background-position: center;
}

.app-button img {
  max-width: 100%;
}

#myCarousel {
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  @keyframes press {

    0% { transform: rotate(30deg) scale(.75);}

    10% { transform: rotate(35deg) scale(.8);}

    20% { transform: rotate(30deg) scale(.65); }

    60% { transform: rotate(30deg) scale(.75); }

    70% { transform: rotate(32deg) scale(.8);}

    80% { transform: rotate(30deg) scale(.65); }

    100% { transform: rotate(30deg) scale(.75);  }
  }

  #myCarousel:before {
    content: "Tap image to find out more xx";
    border-radius: 50%;
    padding: 17px;
    padding-top: 16px;
    background: #ee4f9c;
    height: 110px;
    width: 110px;
    position: absolute;
    top: -29px;
    right: -6px;
    color: white;
    box-sizing: border-box;
    text-align: center;
    transform: rotate(30deg) scale(.75);
    border: 3px solid white;
    z-index: 10;
    animation: press 2.5s infinite ease-out;
    -webkit-animation: press 2.5s infinite ease-out;
  }
}

@media screen and (min-width: 768px) {
  @keyframes press {

    0% { transform: rotate(-30deg) scale(.95);}

    10% { transform: rotate(-35deg); }

    20% { transform: rotate(-30deg) scale(1); }

    60% { transform: rotate(-30deg) scale(.95); }

    70% { transform: rotate(-25deg); }

    80% { transform: rotate(-30deg) scale(1); }

    100% { transform: rotate(-30deg) scale(.95);  }
  }

  #myCarousel:before {
    content: "Tap image to find out more xx";
    border-radius: 50%;
    padding: 17px;
    padding-top: 16px;
    background: #ee4f9c;
    height: 110px;
    width: 110px;
    position: absolute;
    top: -30px;
    right: -18px;
    color: white;
    box-sizing: border-box;
    border: 3px solid white;
    text-align: center;
    transform: rotate(30deg);
    z-index: 10;
    animation: press 2.5s infinite ease-out;
    -webkit-animation: press 2.5s infinite ease-out;
  }
}

@media screen and (min-width: 1200px) {
  @keyframes press {

    0% { transform: rotate(-30deg) scale(.95);}

    10% { transform: rotate(-35deg); }

    20% { transform: rotate(-30deg) scale(1); }

    60% { transform: rotate(-30deg) scale(.95); }

    70% { transform: rotate(-25deg); }

    80% { transform: rotate(-30deg) scale(1); }

    100% { transform: rotate(-30deg) scale(.95);  }
  }

  #myCarousel:before {
    content: "Tap image to find out more xx";
    right: initial;
    top: 20px;
    left: -98px;
    color: white;
    box-sizing: border-box;
    text-align: center;
    transform: rotate(-30deg);
    border: 3px solid white;
    z-index: 10;
    animation: press 2.5s infinite ease-out;
    -webkit-animation: press 2.5s infinite ease-out;
  }
}

@media screen and (max-width: 900px) {

  #myCarousel .event-title {
    font-size: 32px !important;
    margin-bottom: 10px;
  }

  .description .description-text {
    width: 100%; float: right; margin-top: 10px;
  }

  #myCarousel .description p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {

  #myCarousel .event-title {
    font-size: 32px !important;
    margin-bottom: 10px;
  }
}

/* Fix dropdown error */
.ticket-selection .chosen-container {
  min-width: 65px;
  float: right;
}

.ticket-selection .select-tickets-dropdown .chosen-select {
  min-width: 65px !important;
  float: right !important;
  color: #000 !important;
  background-color: white !important;
  border: 1px solid #000 !important;
  margin-bottom: 5px;
  -webkit-appearance: menulist;
}

.ticket-selection .select-tickets-dropdown .chosen-select, .chosen-select {
  background: rgba(238, 79, 156, 0.8) !important;
  border: 0 !important;
  border-bottom: 2px solid #ee4f9c !important;
  /* border-bottom: 1px solid; */
  margin-left: 0;
  border-radius: 0;
  padding-left: 15px;
  width: 100%;
  font-size: 110%;
  color: white !important;
  /* font-weight: bold; */
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url(https://s3.eu-west-2.amazonaws.com/bongosbingos3/static/img/bongos-select-arrow.png) !important;
  background-position: right 6px center !important;
  background-size: 18px !important;
  background-repeat: no-repeat !important;
  padding-right: 15px !important;
  text-align: left;
  display: block !important;
}

.select-tickets-dropdown {
  display: block !important;
}

.ticket-selection .select-tickets-dropdown .zone_quantity.hidden {
  display: none !important;
  min-width: 65px;
  float: right;
  max-width: 100%;
}

.dropdown-alternative {
  font-size: 14px;
  padding-top: 5px;
  line-height: 1;
}

@media all and (max-width: 1024px) {

  #header .container {
    width: 100%;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 450px;
  }
}

.has-error {
  border-color: red !important;
}

.gc-logo {
  width: 200px;
  height: auto;
  margin: 0;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .gc-logo {
    margin-left: 0 !important;
    padding-top: 15px !important;
  }
}

#myCarousel .item iframe {
  max-width: 100%;
}

#header #mobile-menu {
  width: calc(100% + 40px);
  transform: translate(-50%);
  left: 50%;
  position: relative;
  box-shadow: 0px 3px 16px rgba(0,0,0,.35);
}

@media all and (max-width: 767px) {

  #header #mobile-menu {
    width: calc(100% + 40px);
    transform: translate(-50%);
    left: 50%;
    position: relative;
    box-shadow: 0px 3px 16px rgba(0,0,0,.35);
  }

  .search-event-widget .form-control-select {
    margin-bottom: 20px;
    margin: 20px auto;
    width: 90%;
    color: white;
    background-color: black;
  }

  footer {
    font-size: 75%;
  }

  footer .gc-logo {
    margin-bottom: 5px;
    display: block;
    margin: 0 auto;
  }
}

#header {
  background-color: #222;
}

@media only screen and (min-width: 767px) {

  .header-content .navbar-header .logo {
    height: 88px;
    margin-top: -3px;
    padding: 9px 25px 9px 25px;
  }
}

@media only screen and (max-width: 767px) {

  .header-content .navbar-header .logo {
    height: 88px;
    margin-top: -3px;
    padding: 18px 0px;
  }
}

@media (max-width: 480px) {
  header #mobile-menu-icon {
    margin-right: 20px;
  }

  .header-content .navbar-header .logo {
    height: 85px;
  }

  .logo {
    margin-top: -2px;
  }
}

@media (min-width: 480px) {
  .btn-find-events {
    right: 100px;
    top: 20px;
    font-size: 150%;
  }

  .btn-find-events:after {
    height: 30px;
    width: 30px;
    font-size: 98%;
    line-height: 1.1;
  }
}

/* Blog */
#blog .story {
  padding-bottom: 30px;
}

#blog .row .col-md-4:nth-child(3n+4) {
  clear: left;
}

.bookingaff iframe {
  background: white;
}

#affbox {
  margin-top: 40px;
}

/* Tabs */
#affbox .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #ee4f9c;
}

#affbox .tabs li {
  float: left;
  border: 1px solid #ee4f9c;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 2px;
  overflow: hidden;
}

#affbox .tabs li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  background: white;
  color: #ee4f9c;
  text-transform: uppercase;
}

#affbox .tabs li a:hover {
  background: #ee4f9c;
  color: white;
}

#affbox .tabs li.active a {
  background: #ee4f9c;
  color: white;
}

#affbox .tabs li.active a:hover {
  background: #ee4f9c;
  color: white;
}

#affbox .tabs li:nth-child(2) {
  display: none;
}

#affbox .tab_container {
  border: 1px solid #ee4f9c;
  border-top: 0;
  background: #fff;
}

.story .menu-link {
  margin-top: 10px;
}

.story .menu-link:active,
.story .menu-link:focus,
.story .menu-link:hover
 {
  background-color: black !important;
}

.press img {
  max-width: 100%;
  height: auto;
}

.join-container .menu-link {
  width: 100px;
  margin: 0px;
}

.find-event-widget {
  height: auto;
}

.navbar-header {
  text-align: left;
  display: block;
  float: none;
}

a.logo-container {
  display: inline-block;
  position: relative;
}

a.logo-container:after {
  content: "";
  background-size: cover;
  background-image: url(https://bongosbingos3.s3.amazonaws.com/static/img/favicon.png);
  position: absolute;
  top: 17px;
  right: 63px;
  height: 31px;
  width: 31px;
  border-radius: 50%;
  display: none;
}

.social-container {
  display: none;
  position: absolute;
  left: 0px;
  margin-top: 25px;
  margin-left: 40px;
  top: 0px;
}

.navbar-toggle {
  display: block;
}

@media only screen and (min-width: 767px) {

  .social-container {
    display: block;
  }

  .navbar-header {
    text-align: center;
  }
}

.menu-wrapper {
  float: left;
  padding-top: 0;
  margin-left: 0;
  margin-top: 0;
  font-size: 16px;
  position: absolute;
  bottom: -1px;
  width: 100%;
  text-align: center;
}

.menu-wrapper .btn-primary {
  color: #fff;
  background-color: transparent;
  border-bottom: 3px solid #ee4f9c;
  transition: all .3s ease-out;
}

.menu-wrapper .btn-primary:hover {
  color: #fff;
  background-color: #ee4f9c;
  border-bottom: 3px solid black;
}

.menu-wrapper .menu-link {
  width: 100px;
  margin: 0px;
}

.menu-wrapper .menu-row {
  padding: 0;
}

.authentication-container {
  top: 0;
}

/* InstaFeed */
#instafeed {
  border-bottom: 40px solid #efefef;
}

.instagram_profile {
  display: none !important;
}
 
.instagram_profile_image {
  display: none !important;
}
 
.instagram_username {
  display: none !important;
}
 
.instagram_biography {
  display: none !important;
}

.instagram_gallery {
  width: 100%;
  background: white;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.instagram-image {
}

#instafeed a {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  background: white;
}

#instafeed a img {
  display: block;
  width: 100% !important;
  margin: 10px !important;
}

@media only screen and (min-width: 768px) {

  #instafeed a {
    width: calc(100% / 6);
  }
}

/* Intro Video */
.intro-video {
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
  background: black;
}

#video {
  float: left;
}

.video-bg {
  display: none;
  background-position: 50%;
  background-size: cover;
  height: 300px;
  width: 100%;
}

.video-link {
  text-align: center;
}

.video-link {
  position: absolute;
  padding: 5px 15px;
  background: white;
  width: auto;
  font-size: 100%;
  bottom: 15px;
  margin: 0 auto;
  left: 50%;
  border-radius: 30px;
  animation: pulse 2s infinite linear;
  -webkit-animation: pulse 2s infinite linear;
}

.video-link a {
  color: #ee4f9c;
}

@media all and (max-width: 768px) {

  .scroll-down {
    height: 60px;
    width: 60px;
    left: 50%;
    bottom: 130px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    transform: translateX(-50%);
    border: 2px solid #ee4f9c;
    animation: scroll-down 2.5s infinite ease-in-out;
  }

  .scroll-down img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -50%);
    height: 40px;
  }

  @keyframes scroll-down {

    0% {
      bottom: 135px;
    }

    25% {
      bottom: 125px;
    }

    50% {
      bottom: 145px;
    }

    75% {
      bottom: 125px;
    }

    100% {
      bottom: 135px;
    }
  }
}

@media only screen and (min-width: 767px) {

  .video-link {
    font-size: 175%;
  }
}

.header-day {
  background: rgba(0,0,0,.5);
}

.title-bg {
  color: white;
  background: black;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 125%;
}

.title-bg-pink {
  background-color: #ee4f9c;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.subtitle-bg {
  background-color: inherit;
  color: #000;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  border: 3px solid #000;
  margin-top: -13px;
}

.title-bg-warning {
  color: white;
  background: black;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 700;
}

hr.separator {
  margin: 0 0 10px 0;
  border-top: 1px solid black;
}

.small-input-box {
  width: 100%;
  border: 3px solid #000;
  border-radius: 0;
  background-color: #ee4f9c !important;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
}

.ticket-selection .row {
  margin-bottom: 10px;
}

.select-tickets-dropdown .sold-out {
  float: right;
}

.modal-body table {
  width: 100%;
}

.checkout-btn {
  width: 100%;
  float: right;
  white-space: normal;
  position: relative;
}

.checkout-btn.processing:before
#card-payment-form #submit.processing:before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -25px;
  top: 8px;
  background-size: cover;
  background-image: url(https://bongosbingos3.s3.amazonaws.com/static/img/ajax-loader.gif);
}

.flex-bottom {
  align-items: flex-end;
}

.ticket-selection .date {
  margin-bottom: 0;
}

.venue-top {
  margin-left: 15px;
}

.modal-aux .modal-content {
  background-color: #ee4f9c;
  border: 4px solid #fff;
  border-radius: 0px;
}

.modal-aux .modal-content .modal-title {
  margin-bottom: 0px;
}

.event-page .error-message {
  color: white;
  margin-bottom: 10px;
}

.success-message {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 5px;
  margin-bottom: 10px;
}

.message {
  border: 1px solid #f5c6cb;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #f8d7da;
}

.ticket-selection .venue-top .name,
.order-confirmation .venue-top .name {
  font-size: 24px;
}

.select-tickets-dropdown .select-style {
  padding: 0 15px;
  border-radius: 15px;
  width: auto;
  float: right;
}

.select-tickets-dropdown .select-style .dropdown-box {
  padding: 1px 1px 0px 1px;
  width: 100%;
}

.select-tickets-dropdown .select-style .dropdown-box select {
  min-width: 50px;
}

.search-event-widget .select-style {
  margin: 10px;
}

input[type="checkbox"] {
  background-color: #000 !important;
}

.error-message p {
  color: #a94442;
  background-color: #f2dede;
  padding: 10px;
  border-radius: 5px;
}

.success-message p {
  color: #3c763d;
  background-color: #dff0d8;
  padding: 10px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {

  .video-container {
    margin-top: -20px;
  }

  .intro-video {
    position: relative;
    width: 100%;
    max-height: calc(100vh);
    height: calc(100vh - 30px);
    color: #fff;
    overflow: hidden;
    padding-bottom: 0px;
  }

  #video {
    display: block;
    background-position: 50%;
    position: relative;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .video-bg {
    display: none;
  }
}

.options .option .globe {
  border: 3px solid white; 
  transition: all 0.3s ease-out;
  width: 100px;
  height: 100px;
}

.options .option:hover .globe, .options .option.active .globe {
  border: 3px solid white;
}

.clndr-controls {
  color: white;
  line-height: 40px;
  height: 40px;
  margin: 15px 0 0;
  background: black;
  text-align: center;
}

.clndr-controls div {
  display: inline-block;
}

.clndr-controls .clndr-control-button {
  margin-left: 15px;
  float: left;
  cursor: pointer;
}

.clndr-controls .clndr-control-button.rightalign {
  margin-right: 15px;
  float: right;
  cursor: pointer;
}

.clndr-controls .month {
  text-transform: uppercase;
}

table.clndr-table {
  width: 100%;
  text-align: center;
}

.clndr-table thead {
  background: #ee4f9c;
  color: white;
}

.clndr-table td {
  padding: 5px;
  border: 2px solid black;
}

.header-day {
  background: rgba(0,0,0,.5);
}

.event-filter {
  margin: 0;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ee4f9c;
  display: inline-block;
  width: 100%;
  float: left;
}

.event-filter li {
  padding: 5px 10px;
  background: white;
  color: #ee4f9c;
  display: inline-block;
  float: left;
  border: 1px solid #ee4f9c;
  border-bottom: 0;
  transition: all .3s ease-out;
  text-transform: uppercase;
  cursor: pointer;
}

.event-filter li.active,
.event-filter li:hover,
.event-filter li:active,
.event-filter li:focus {
  background: #ee4f9c;
  color: white;
}

.venue-dates {
  width: 100%;
}

.event-row {
  border-bottom: 1px solid rgba(200,200,200,.3);
}

.event-row td {
  padding: 6px 10px;
  box-sizing: border-box;
}

.event-row.subscribe td {
  padding-bottom: 15px;
}

.sold-out {
  opacity: .6;
}

.event-link .pink-link,
.event-link .yellow-link {
  display: block;
  text-align: center;
}

.event-search {
  text-align: center;
  max-width: 325px;
  margin: 0 auto;
  font-size: 140%;
}

/* New Home Page */

.video-container {
  display: block;
}

.mobile-video {
  display: none;
}

@media (max-width: 768px) {

  .video-container {
    height: calc(100vh - 80px - 58px);
    overflow: hidden !important;
  }

  .mobile-video {
    display: block;
    position: absolute;
    object-fit: cover;
    left: 0;
    z-index: 20;
    height: calc(100vh - 80px - 58px);
    width: 100%;
  }

  .mobile-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    text-align: center;
    z-index: 50;
    background: white;
    border-top: 1px solid white;
  }

  #full_video {
    position: absolute;
    object-fit: cover;
  }

  #intro-video {
    display: none;
  }

  .mobile-links .see-more-link.pink-link,
  .mobile-links .btn-find-events-home {
    border-radius: 0px !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    flex: 1;
  }
}

.intro-video {
  height: auto;
}

.video-container {
}

@media (min-width: 768px) {

  #mobile-menu {
    display: initial;
  }
}

@media screen and (min-width: 768px) {

  .video-container {
    width: 100%;
    background-size: cover;
    height: calc(100vh - 100px);
    margin-top: 0px;
  }

  .intro-video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    overflow: hidden;
    max-height: none;
  }

  #video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    display: block;
    transform: translate(-50%, -50%);
    max-height: 850px;
    box-sizing: border-box;
    display: inline-block;
    object-fit: cover;
  }

  .video-bg {
    display: none;
  }
}

#video {
  float: left;
}

.confetti-cannon {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 768px) {

  .confetti-cannon {
    max-height: 100%;
  }

  .video-container {
    background: #ee4f9c;
    margin-top: 0px;
  }
}  

@media screen and (max-width: 768px) {
  .pink-link.download-app {
    display: inline-block;
    padding: 6px;
    text-align: center;
  }
}


.see-more-link.pink-link {
  border-radius: 30px !important;
}

.btn-find-events-home.see-more-link:after {
  content: "";
  border-radius: 50%;
  padding: 0;
  height: 30px;
  width: 30px;
  float: right;
  background: white;
  animation: play-shake 2.5s infinite linear;
  -webkit-animation: play-shake 2.5s infinite linear;
  background-image: url(https://bongosbingos3.s3.amazonaws.com/static/img/icons/play-icon.png);
  background-size: cover;
  background-position: center;
}



@keyframes shake {

  0% {
    transform: rotate(-170deg) scale(.9);
  }

  10% {
    transform: rotate(-160deg);  
  }

  20% {
    transform: rotate(-190deg) scale(1.1); 
  }

  60% {
    transform: rotate(-170deg) scale(.9); 
  }

  70% {
    transform: rotate(-160deg);  
  }

  80% {
    transform: rotate(-190deg) scale(1.1); 
  }

  100% {
    transform: rotate(-170deg) scale(.9);
  }

}   

@keyframes play-shake {
  
  0% {
    transform: rotate(-10deg) scale(.9);
  }

  10% {
    transform: rotate(10deg);  
  }

  20% {
    transform: rotate(-10deg) scale(1.1); 
  }

  60% {
    transform: rotate(10deg) scale(.9); 
  }

  70% {
    transform: rotate(-10deg);  
  }

  80% {
    transform: rotate(10deg) scale(1.1); 
  }

  100% {
    transform: rotate(-10deg) scale(.9);
  }

}  

.highlights {
  background: white;
}

@media all and (max-width: 768px) {

  .highlights {
    padding: 20px 0;
  }
}

.highlights h2 {
  font-size: 300%;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 20px;
}

.about {
  background: #ee4f9c;
  padding: 20px 0 50px;
}

.about h2 {
  color: white;
  font-size: 300%;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 20px;
}

.about p {
  color: white;
  font-size: 150%;
  padding: 10px 0;
}

/* Feature Container - Events Listing page? */

.feature-container {
  background: white;
  color: black;
  padding: 0;
  position: relative;
  padding: 10px 10px;
  border-radius: 19px;
  display: inline-block;
  margin-bottom: 20px;
}

.feature-container .overlay-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.feature-container img {
  
}

.feature-container:hover, .feature-container:focus, .feature-container:active {
  transform: scale(1.02);
  transition: all 0.2s ease;
}

.feature-container .pink-link {
  background: #ee4f9c;
  color: white;
  width: 100%;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}

.feature-details {
  min-height: 175px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .feature-container h3 {
    margin-top: 0px;
  }

  .ticket-link {
    background: #ee4f9c;
    color: white;
    bottom: 5px;
    right: 5px;
  }

  .feature-container img {
    width: 32%;
  }

  .feature-container .pink-link {
    bottom: 10px;
    width: 94%;
    margin: 0 10px;
  }

  .feature-container .feature-details {
    display: inline-block;
    width: 65%;
    float: right;
  }

  .feature-details {
    position: unset;
  }
}

/* Events landing page */

@media screen and (min-width: 300px) and (max-width: 992px) {

  #find-events .row .col:nth-child(odd) {
    clear: left;
  }

  .feature-container {
    width: 100%;
  }

}

@media screen and (min-width: 993px) and (max-width: 1200px) {

  #find-events .row .col:nth-child(3n+4) {
    clear: left;
  }

}

@media screen and (min-width: 1201px) {

  #find-events .row .col:nth-child(4n+5) {
    clear: left;
  }

}


.big {
  line-height: 1;
  font-size: 20px;
}

.event-filter.big li {
  float: left;
  padding: 10px 10px;
}

.event-filter-container {
  text-align: center;
}

@media (min-width: 768px) {

  .ticket-link {
  }

  .feature-container img {
    display: block;
  }

  .big {
    line-height: 1;
    font-size: 34px;
  }

  .event-filter.big li {
    float: left;
    padding: 15px 10px;
  }

  .event-filter-container {
    text-align: center;
  }

  .big {
    line-height: 1;
    font-size: 34px;
  }

  .event-filter.big li {
    float: left;
    padding: 15px 20px 12px;
  }

}

.featured, .upcoming {
    transition: all 0.3s ease-out;
}

#find-events .row.row-eq-height {
  flex-wrap: wrap;
}

/* History */

/* Help */
.transparent-tab {
  border: 3px solid black;
}

.transparent-tab a {
  color: black;
}

.black-tab {
  border: 3px solid black;
  background-color: black;
}

.black-tab a {
  color: #6fccdd;
}

.nav > li > a:hover {
  background-color: unset;
}

.nav-pills li {
  display: table-cell;
  vertical-align: middle;
}

.nav-pills li:hover {
  background-color: #ee4f9c;
  border-color: #ee4f9c;
}

.bb-form-input {
  border-radius: 0;
}

@media screen and (max-width: 768px) {

  textarea.bb-form-input {
    height: 180px !important;
  }
}

ul.contact-nav.nav {
  display: inline-table;
}

ul.contact-nav.nav li {
  width: 25%;
}

.nav-pills li a {
  padding: 0;
}

.nav-pills li:hover a {
  color: white;
}

.contact-form-container .fields-container {
  border-radius: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: unset;
}

.nav-pills .active {
  background-color: #ee4f9c;
  border-color: #ee4f9c;
}

.full-width {
  width: 100%;
}

@media screen and (max-width: 692px) {

  ul.contact-nav.nav {
    display: table;
  }
}

.panel {
  background-color: inherit;
  border: 0;
  border-bottom: 1px solid black;
  border-radius: unset !important;
  box-shadow: unset;
}

.panel-group {
  margin-top: 20px;
}

.panel-heading {
  border: 0;
  background-color: inherit !important;
  padding: 5px 0 10px 0;
}

.panel-body {
  border: 0 !important;
  padding: 0;
  margin-top: -5px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  color: black;
}

.panel-title a span {
  float: right;
}

.arrow-rotation {
  transform: rotate(-180deg);
  transition: .2s;
}

.panel-title a span {
  transition: .2s;
}

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav > li > a:focus {
  background-color: unset;
  border-color: unset;
  outline: none;
}

.has-error {
  border: 3px solid #ee4f9c;
}

.faq-header {
  background: black;
  color: white;
  padding: 5px 10px;
}

.panel-title .glyphicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  display: inline-block;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
  padding-right: 19px;
  padding-right: 28px;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
}

/* Friends of Bongos */
.friends {
  background: #fff;
}

.friends-container {
  text-align: center;
  margin: 40px 0;
}

.friends-title {
  font-weight: bold;
  color: #8a67a2;
  text-transform: uppercase;
  margin-bottom: 20px;
}