a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

p {
  line-height: 1;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.page-content {
  text-align: center;
}

.page-content .title {
  margin-bottom: 45px;
}

.my-account-badge {
  width: 100%;
  background-color: black;
  color: white;
  padding: 2px;
  font-size: 30px;
}

.options {
  margin: 30px 0px;
}

.options .option {
  color: white;
}

.options .option .description {
  color: black;
}

.options .option:hover .globe,
.options .option.active .globe {
  background-color: black;
}

.options .globe {
  background-color: #ee4f9c;
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}

.options .globe img {
  height: 60px;
  width: auto;
}

.options .globe .table {
  display: table;
  height: 100%;
}

.options .globe .table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#mobile-menu-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  margin-top: 25px;
}

#mobile-menu {
  border: 0;
  box-shadow: none;
  background-color: #6fccdd;
}

#mobile-menu ul li {
  text-align: center;
}

#mobile-menu ul li a {
  color: black;
}

#mobile-menu ul li a:hover,
#mobile-menu ul li a:focus,
#mobile-menu ul li a:active {
  background-color: #ee4f9c;
}

/* Navbar */
#header {
  height: 150px;
  background-color: #6fccdd;
}

#header .container {
  height: 100%;
}

.header-content {
  position: relative;
  height: 100%;
}

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

.header-content .authentication-container {
  position: absolute;
  right: 0px;
  margin-top: 25px;
}

.header-content .authentication-container .dropdown-toggle {
  color: black;
}

.join-container {
  position: absolute;
  right: 0px;
}

.menu-wrapper {
  float: left;
  padding-top: 20px;
  margin-left: 15px;
  font-size: 16px;
  position: relative;
}

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

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

.dropdown-menu {
  border-radius: 5px;
  background-color: #ee4f9c;
  text-align: center;
  right: 0px;
  left: initial;
  border: 0;
  box-shadow: none;
}

.dropdown-menu li a {
  color: white;
}

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

.my-bongos {
  display: block;
  text-align: center;
}

.my-bongos img {
  margin: 5px auto;
  width: auto;
  height: 40px;
}

.footer {
  padding: 60px 0px;
}

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

/* Inputs */
.bb-input,
.bb-input:-webkit-autofill {
  font-size: 14px;
  padding: 5px 10px;
  margin-left: 20px;
  border: 0;
  background-color: #ee4f9c !important;
  color: #fff;
  border-radius: 0;
  display: block;
}

.bb-input:focus {
  outline: none;
}

.bb-input::-webkit-input-placeholder {
  color: #fff;
}

.bb-form-input {
  padding: 2px 10px;
  border: 3px solid #000;
  border-radius: 0;
  background-color: #6fccdd !important;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
}

.bb-form-input:-webkit-autofill {
  padding: 2px 10px;
  border: 3px solid #000;
  border-radius: 0;
  background-color: #6fccdd !important;
  color: #000;
  display: block;
  width: 100%;
  text-align: center;
}

.bb-form-input-contrast {
  background-color: #ee4f9c !important;
}

.bb-form-input-contrast:-webkit-autofill {
  background-color: #ee4f9c !important;
}

.bb-form-input:focus {
  outline: none;
}

.bb-form-input::-webkit-input-placeholder {
  color: #000;
}

/* Buttons */
.btn {
  border-radius: 0px !important;
  display: inline-block;
  padding: 4px 15px;
  font-size: 18px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  text-decoration: none;
}

a.btn:hover,
a.btn:active,
a.btn:focus {
  text-decoration: none;
  border: 0;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border: 0;
}

.btn-join {
  color: #fff;
  background-color: #ee4f9c;
  border: 0;
}

.btn-join:hover {
  background-color: #000;
  color: white;
}

#search-events {
  margin-bottom: 10px;
  width: 75%;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ee4f9c;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ee4f9c;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #ea3d98;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* Default btn */
.btn-default {
  color: #6fccdd;
  background-color: #000;
  border: 0;
}

.btn-default:focus,
.btn-default.focus {
  color: #6fccdd;
  background-color: #000; }

.btn-default:hover {
  color: #6fccdd;
  background-color: #fff; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #6fccdd;
  background-color: #fff; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-primary:default.focus,
.btn-primary.default.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #6fccdd !important;
  background-color: #eee;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* Success btn */
.btn-success2 {
  background-color: #6fccdd;
  color: #000;
  border: 3px solid #000;
}

.btn-success2:focus,
.btn-success2.focus {
  background-color: #6fccdd;
  color: #000;
  border: 3px solid #000;
}

.btn-success2:hover {
  color: #6fccdd;
  background-color: #000;
  border: 3px solid #6fccdd;
}

.btn-success2:active,
.btn-success2.active,
.open > .dropdown-toggle.btn-success2 {
  color: #000;
  background-color: #6fccdd;
  border: 3px solid #000;
}

.btn-success2:active:hover,
.btn-success2.active:hover,
.open > .dropdown-toggle.btn-success2:hover,
.btn-success2:active:focus,
.btn-success2.active:focus,
.open > .dropdown-toggle.btn-success2:focus,
.btn-primary:success2.focus,
.btn-primary.success2.focus,
.open > .dropdown-toggle.btn-success2.focus {
  color: #000;
  background-color: #6fccdd;
  border: 3px solid #000;
}

.btn-success2:active,
.btn-success2.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/*CAROUSEL*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: inherit;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.no-margin {
  margin: 0;
}

.text-link {
  color: #ee4f9c;
}

.flex-center {
  align-items: center;
}

.carousel-indicators {
  position: relative;
  z-index: 15;
  padding-left: 0;
  width: 100%;
  text-align: left;
  margin-left: inherit;
  left: 0;
}

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

.carousel-indicators li {
  background-color: #000 ;
  border: inherit;
}

/*END CAROUSEL*/


/* SELECTS */
.chosen-container {
  border: 3px solid #000;
  border-radius: 0px !important;
  margin-bottom: 15px;
  color: black;
  font-size: inherit;
  color: black !important;
}

.chosen-container .chosen-single {
  background: #6fccdd !important;
  background-image: url("../img/arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center right -2px !important;
  background-size: 40px !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  color: black !important;
  line-height: initial !important;
  height: auto !important;
  padding: 4px;
}

.chosen-container .chosen-drop {
  background: #6fccdd;
  margin-top: 0px;
  border-radius: 0px !important;
  box-shadow: none;
  border: 3px solid #000;
}

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

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

.chosen-container .chosen-drop .chosen-results li.highlighted {
  background-color: #ee4f9c;
  background-image: none;
}

.chosen-container .chosen-drop .chosen-results li.no-results {
  background-color: transparent;
  color: black;
}

.chosen-container .chosen-drop .chosen-search input[type="text"] {
  border: 1px solid black;
  font-family: inherit;
}

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

/* END SELECTS */

/* MODALS */
.modal-content {
  background-color: #ee4f9c;
  border: 0;
  border-radius: 5px;
  color: black;
  box-shadow: none;
  text-align: center;
  padding: 80px;
}

.modal-content .btn {
  width: 100%;
}

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

.modal-content .modal-footer a {
  color: white;
}

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

.modal-content .close {
  position: absolute;
  top: 30px;
  right: 30px;
}

/* END MODALS */

/* Components */
.main-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.featured-container-mobile {
  margin-bottom: 15px;
}

.featured-container-mobile .image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.featured-container-mobile .description {
  margin-top: 15px;
}

.featured-container .image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.featured-container .description {
  width: 50%;
  float: right;
  padding: 15px 0px;
}

.featured-container .title-container {
  margin-top: 100px;
}

.featured-container .kind {
  margin: 0;
  font-size: 24px;
}

.featured-container .btn {
  margin-top: 15px;
  font-size: 24px;
}

.event-title {
  font-size: 64px;
  line-height: .9;
  margin: 0;
}

.search-event-widget {
  border: 3px solid #000;
  height: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
}

.search-event-widget .icon {
  height: 40px;
  width: auto;
  margin: 10px 0px;
}

.search-event-widget #municipalities_select_chosen {
  margin: 35px;
}

.search-event-widget .chosen-container {
  display: block;
}

.find-event-widget {
  border: 3px solid #000;
  height: 250px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
}


/* EVENTS */
.dates-container {
  height: auto;
  border: 3px solid black;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.dates-container .title {
  margin: 0px;
  font-size: 40px;
}

.dates-container .separator {
  height: 3px;
  width: 100%;
  margin-top: 15px;
  background-color: black;
}

.gallery {
  background-position: center;
  position: relative;
  cursor: pointer;
}

.press {
  text-align: left;
}

.press .subtitle {
  margin-top: 5px;
}

.press h1 {
  margin-top: 0px;
}

.press .description {
  margin-bottom: 10px;
}

.press .image {
  width: 100%;
  height: auto;
}

.press .menu-link {
  width: 150px;
  font-size: 24px;
  margin-top: 0px;
}

.how-to-play {
  text-align: center;
}

.how-to-play h1 {
  margin-bottom: 30px;
  font-size: 50px;
}

.how-to-play .description {
  margin-bottom: 60px;
}

.how-to-play .image {
  width: 100%;
  height: auto;
}

.place-general-description {
  text-align: center;
}

.place-general-description h1 {
  margin-bottom: 30px;
}

.place-general-description .gallery {
  margin-bottom: 30px;
}

.place-general-description .gallery .gallery-row {
  padding: 3px 0px;
}

.place-general-description .gallery .gallery-row .image {
  padding: 0px 3px;
}

.place-general-description .venue {
  text-align: left;
}

.place-general-description .venue .name {
  font-size: 44px;
}

.ticket-selection .date,
.order-confirmation .date {
  background-color: black;
  color: #6fccdd;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

.ticket-selection .date .number,
.order-confirmation .date .number {
  font-size: 32px;
}

.ticket-selection p,
.order-confirmation p {
  margin: 0px;
}

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

.ticket-selection .description,
.order-confirmation .description {
  margin-bottom: 60px;
}

.ticket-selection .description p,
.order-confirmation .description p {
  margin-bottom: 15px;
}

.select-tickets {
  text-align: right;
}

.select-tickets .quantity {
  width: 150px;
}

.select-tickets .add-to-basket {
  width: 250px;
}

.order-number {
  background-color: #000;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  color: #6fccdd;
  width: 100%;
  font-size: 24px;
}

.order-detail {
  margin-top: 15px;
  width: 100%;
}

.total-detail {
  margin-top: 30px;
  width: 100%;
}

.prices-table {
  width: 100%;
}

.prices-table td {
  padding: 10px;
}

.prices-table td .sold-out {
  color: #F26835;
  font-size: 10px;
}

.prices-table thead > tr > td {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  padding-bottom: 5px;
  font-weight: normal;
}

.prices-table tbody > tr > td.quantity {
  text-align: right;
  width: 32.5%;
  padding: 10px 15px;
}

.prices-table tbody > tr > td.price {
  width: 32.5%;
}

.prices-table tbody > tr > td.description {
  width: 35%;
}

.prices-table tbody > tr > td input {
  width: 100%;
}

.prices-table tbody > tr:last-child > td {
  border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.prices-table tbody > tr > td:first-child {
  border-bottom: 0;
}

.prices-table tfoot > tr > td {
  text-align: right;
}

.qr-code {
  height: 250px;
  background-color: white;
  margin-bottom: 15px;
}

/* END EVENTS */
.contact-form-container .fields-container {
  border: 3px solid black;
  border-radius: 5px;
  padding: 30px;
}

.contact-form-container .button-container {
  text-align: right;
  margin-top: 15px;
}

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

.city-navigation {
  float: right;
  margin-top: 15px;
  font-size: 24px;
}

.city-navigation a {
  color: black;
  padding: 0 5px;
  font-size: 20px;
}

.city-navigation .left {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Extra small devices (up to 768px ) */
@media only screen and (max-width: 767px) {

  body {
    margin-top: 120px;
  }

  /* MENU */
  .menu-wrapper,
  .authentication-container {
    display: none;
  }

  #header {
    height: 100px;
  }

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

  .event-title {
    font-size: 48px !important;
  }

  .featured-container-mobile .description {
    display: none;
  }

  .place-general-description .description {
    margin-bottom: 15px;
  }
}

/* Generic small to large devices (tablets, 768px and up) */
@media (min-width: 768px) {

  #mobile-menu {
    display: none;
  }

  .affix {
    top: 150px;
    position: fixed;
  }

  .affix + .container-fluid {
    padding-top: 200px;
  }

  .affix-bottom {
    position: relative;
  }

  .place-general-description .description {
    margin-bottom: 60px;
  }
}

/* Specific sizes media quieries */

/* Small devices (tablets, 768px and up) */
@media (max-width: 991px) {

  .featured-container {
    display: none;
  }

  .featured-container-mobile {
    display: block;
  }

  .event-title {
    font-size: 54px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .featured-container {
    display: block;
  }

  .featured-container-mobile {
    display: none;
  }
}

/* Large devices (large desktops, 1200px and up) */

input[type="checkbox"] {
  color: #34343f;
  font-family: "omnes-pro", helvetica, sans-serif;
  font-size: 23px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  border: 3px solid #000;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin-right: 2.9%;
  padding: 0;
  position: relative;
  top: 5px;
  -webkit-transition: all .4s ease-out;
  width: 24px;
}

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

input[type="checkbox"]:checked {
  background: #000 url("img/check.png");
  background-size: contain;
  border: 2px solid #000;
  color: #fff;
  -webkit-transition: all .1s ease-out;
}

.form-control-select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0px !important;
}
