/* line 1, app/assets/stylesheets/styles/device_mocks.scss */
.phone {
  width: 200px;
  height: 320px;
  background: #1f2834;
  margin: 0;
  padding: 38px 6px 0 6px;
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 26px 26px 0 0;
  -moz-border-radius: 26px 26px 0 0;
  -webkit-border-radius: 26px 26px 0 0;
  border-radius: 26px 26px 0 0;
  position: relative;
  z-index: 2;
}

/* line 15, app/assets/stylesheets/styles/device_mocks.scss */
.phone img {
  width: 100%;
}

/* line 21, app/assets/stylesheets/styles/device_mocks.scss */
.phone .details .camera {
  width: 8px;
  height: 8px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rebeccapurple;
  position: absolute;
  top: 15px;
  left: 76px;
}

/* line 34, app/assets/stylesheets/styles/device_mocks.scss */
.phone .details .speaker {
  width: 32px;
  height: 6px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rebeccapurple;
  position: absolute;
  top: 16px;
  right: 82px;
}

/* line 53, app/assets/stylesheets/styles/device_mocks.scss */
.screen {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  background: #1f2834;
  position: relative;
  overflow: hidden;
  padding: 0 10px 10px 10px;
  display: block;
}

/* line 67, app/assets/stylesheets/styles/device_mocks.scss */
.screen .screen-nav {
  height: 14px;
  width: 100%;
  padding: 10px 0 16px 0;
}

/* line 73, app/assets/stylesheets/styles/device_mocks.scss */
.screen .screen-nav .button {
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  float: left;
  margin-right: 4px;
  background: #ccc;
}

/* line 89, app/assets/stylesheets/styles/device_mocks.scss */
.screen img {
  width: 100%;
  height: auto;
}

/* line 97, app/assets/stylesheets/styles/device_mocks.scss */
.screen iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}

/* line 107, app/assets/stylesheets/styles/device_mocks.scss */
.screen .screen-selected {
  position: absolute;
  top: -10px;
  right: 7px;
  color: #334999;
  font-size: 8px;
}

/* line 116, app/assets/stylesheets/styles/device_mocks.scss */
.screen .screen-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 162, 191, 0.74);
  color: #fff;
  text-align: center;
  transition: opacity 1s ease;
  opacity: 0;
}

/* line 128, app/assets/stylesheets/styles/device_mocks.scss */
.screen .screen-link-cover i {
  font-size: 30px;
  margin-top: 23%;
}

/* line 135, app/assets/stylesheets/styles/device_mocks.scss */
.screen.screen-light {
  background: rgba(255, 255, 255, 0.06);
}

/* line 139, app/assets/stylesheets/styles/device_mocks.scss */
.screen .screen-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .2s ease;
  opacity: 0;
}

/* line 149, app/assets/stylesheets/styles/device_mocks.scss */
.screen .screen-cover .btn {
  position: relative;
  top: 40%;
}

/* line 158, app/assets/stylesheets/styles/device_mocks.scss */
.screen .btns {
  position: absolute;
  top: 30%;
  width: 100%;
  opacity: 0;
  transition: .2s opacity ease;
}

/* line 165, app/assets/stylesheets/styles/device_mocks.scss */
.screen .btns .btn {
  width: 60%;
  margin-bottom: 8px;
}

/* line 171, app/assets/stylesheets/styles/device_mocks.scss */
.screen:hover {
  box-shadow: 1px 1px 12px #0000002b;
}

/* line 176, app/assets/stylesheets/styles/device_mocks.scss */
.screen:hover .screen-link-cover, .screen:hover .screen-cover {
  opacity: 1;
}

/* line 180, app/assets/stylesheets/styles/device_mocks.scss */
.screen:hover .btns {
  opacity: 1;
}

/* line 184, app/assets/stylesheets/styles/device_mocks.scss */
.screen:hover .img-responsive {
  opacity: .2;
}

/* line 191, app/assets/stylesheets/styles/device_mocks.scss */
.screen:active {
  box-shadow: 1px 0px 20px #00000014;
}

/* line 195, app/assets/stylesheets/styles/device_mocks.scss */
.screen:active .screen-link-cover, .screen:active .screen-cover {
  opacity: 1;
}

/* line 199, app/assets/stylesheets/styles/device_mocks.scss */
.screen:active .btns {
  opacity: 1;
}

/* line 203, app/assets/stylesheets/styles/device_mocks.scss */
.screen:active .img-responsive {
  opacity: .2;
}

/* line 216, app/assets/stylesheets/styles/device_mocks.scss */
.tablet {
  width: 274px;
  height: 395px;
  background: #fff;
  margin: 0;
  padding: 50px 8px 0 8px;
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  border-radius: 12px;
  padding: 50px 8px 50px 8px;
  position: relative;
  z-index: 0;
}

/* line 236, app/assets/stylesheets/styles/device_mocks.scss */
.tablet .details .camera {
  width: 8px;
  height: 8px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #e0e5e9;
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -4px;
}

/* line 250, app/assets/stylesheets/styles/device_mocks.scss */
.tablet .details .speaker {
  width: 32px;
  height: 6px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e0e5e9;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 28px;
}

/* line 266, app/assets/stylesheets/styles/device_mocks.scss */
.tablet.tablet-horizontal {
  width: 350px;
  transform: rotate(90deg);
}

/* line 272, app/assets/stylesheets/styles/device_mocks.scss */
.tablet.tablet-horizontal .details .camera {
  left: 171px;
}

/* line 276, app/assets/stylesheets/styles/device_mocks.scss */
.tablet.tablet-horizontal .details .speaker {
  left: 159px;
}

/* line 290, app/assets/stylesheets/styles/device_mocks.scss */
.screen-large {
  width: 100%;
  margin: 0 auto;
  background: #f6f6f8;
  box-shadow: 8px 8px 44px rgba(0, 0, 0, 0.5);
}

/* line 297, app/assets/stylesheets/styles/device_mocks.scss */
.screen-large .screen-nav {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #e0e5e9;
  background: #E6E6E6;
  padding-left: 8px;
  padding-top: 3px;
}

/* line 305, app/assets/stylesheets/styles/device_mocks.scss */
.screen-large .screen-nav .button {
  width: 12px;
  height: 12px;
  background: #D2D2D2;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}

/* line 318, app/assets/stylesheets/styles/device_mocks.scss */
.screen-large .screen-nav .url {
  width: 400px;
  height: 20px;
  background: #fff;
  float: left;
  margin-left: 10px;
  margin-top: 1px;
  text-align: left;
  padding: 1px;
  font-size: 12px;
  line-height: 20px;
  padding-left: 10px;
}

/* line 331, app/assets/stylesheets/styles/device_mocks.scss */
.screen-large .screen-nav .url .icon-lock {
  font-size: 16px;
  float: left;
  color: #222;
  padding-right: 5px;
}

/* line 340, app/assets/stylesheets/styles/device_mocks.scss */
.screen-large img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 400px) {
  /* line 347, app/assets/stylesheets/styles/device_mocks.scss */
  .url {
    max-width: 310px;
  }
}

/* line 356, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  background: #1f2834;
  position: relative;
  overflow: hidden;
  padding: 0 14px 14px 14px;
  display: block;
  transition: .3s ease all;
  box-shadow: 1px 1px 20px #00000038;
}

/* line 372, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt .screen-nav {
  height: 35px;
  width: 100%;
  padding: 11px 0 14px 2px;
  z-index: 999;
  background: #1f2834;
  position: relative;
}

/* line 380, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt .screen-nav .button {
  width: 12px;
  height: 12px;
  background: #333;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.2);
  background: rebeccapurple;
}

/* line 395, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt img {
  width: 100%;
  height: auto;
}

/* line 401, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}

/* line 410, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt .screen-cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 40, 52, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: .3s ease all;
}

/* line 422, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt .screen-cover .screen-cover-btns {
  text-align: center;
  position: relative;
  top: 36%;
}

/* line 429, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt.is-mobile {
  border-radius: 16px 16px 0 0;
  width: 320px;
  padding: 0 0 8px 0;
}

/* line 434, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt.is-mobile .screen-nav {
  padding-left: 10px;
}

/* line 440, app/assets/stylesheets/styles/device_mocks.scss */
.screen-alt:hover .screen-cover {
  visibility: visible;
  opacity: 1;
}

/* line 3, app/assets/stylesheets/styles/event_show.scss */
.well {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/styles/event_show.scss */
.event-show, .show_buy, .show_confirm, .show_pay {
  background: #fff;
}

/* line 15, app/assets/stylesheets/styles/event_show.scss */
.event-show {
  background: #f5f5f5;
  background: #fff;
  background: #f8f9fc;
}

/* line 21, app/assets/stylesheets/styles/event_show.scss */
.event-share {
  float: right;
  padding: 10px;
}

/* line 27, app/assets/stylesheets/styles/event_show.scss */
.events.home .event-share a {
  font-size: 24px;
  color: #eee;
}

/* line 34, app/assets/stylesheets/styles/event_show.scss */
.btn-reg {
  overflow: hidden;
  border: none;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  border: 2px solid;
  color: inherit;
}

/* line 58, app/assets/stylesheets/styles/event_show.scss */
.btn-reg:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 65, app/assets/stylesheets/styles/event_show.scss */
.event-page {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  color: #fff;
  text-align: center;
  position: relative;
}

/* line 76, app/assets/stylesheets/styles/event_show.scss */
.event-page .overlay {
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 87, app/assets/stylesheets/styles/event_show.scss */
.event-page h1 {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
  padding-top: 140px;
}

/* line 94, app/assets/stylesheets/styles/event_show.scss */
.event-page .btn-reg {
  margin-bottom: 140px;
}

/* line 98, app/assets/stylesheets/styles/event_show.scss */
.event-page p.lead {
  margin-top: 0;
  font-size: 22px;
  line-height: 30px;
}

/* line 109, app/assets/stylesheets/styles/event_show.scss */
.event-page #event-page-logo .event-page-logo-container {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 180px solid rgba(21, 21, 21, 0.5);
  border-bottom: 180px solid transparent;
  z-index: 9999;
  transition: border-left .5s ease-out;
}

/* line 120, app/assets/stylesheets/styles/event_show.scss */
.event-page #event-page-logo .event-page-logo {
  background-image: url(/event_create_logo_vertical.png);
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 110px;
  height: 110px;
  z-index: 9999;
}

/* line 131, app/assets/stylesheets/styles/event_show.scss */
.event-page #event-page-logo:hover .event-page-logo-container {
  border-left-color: #334999;
}

/* line 140, app/assets/stylesheets/styles/event_show.scss */
.event-page .header {
  position: relative;
  z-index: 1;
}

/* line 145, app/assets/stylesheets/styles/event_show.scss */
.event-page .header .navbar-brand > img {
  width: 200px;
}

/* line 149, app/assets/stylesheets/styles/event_show.scss */
.event-page .header .header-content {
  padding: 40px 0 220px 0;
  font-family: "futura-pt",sans-serif;
  text-align: center;
}

/* line 154, app/assets/stylesheets/styles/event_show.scss */
.event-page .header .header-content img {
  width: 140px;
}

/* line 158, app/assets/stylesheets/styles/event_show.scss */
.event-page .header .header-content h1 {
  font-size: 80px;
  line-height: 110%;
  font-weight: 800;
  margin-top: 140px;
  padding: 0;
}

/* line 166, app/assets/stylesheets/styles/event_show.scss */
.event-page .header .header-content .btn-reg {
  padding: 12px 28px;
  font-size: 13px;
  margin: 0;
}

/* line 174, app/assets/stylesheets/styles/event_show.scss */
.event-page .header .event-share {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  z-index: 999;
}

/* line 181, app/assets/stylesheets/styles/event_show.scss */
.event-page .header .event-share a {
  color: #fff;
  opacity: .8;
  margin-left: 16px;
}

/* line 186, app/assets/stylesheets/styles/event_show.scss */
.event-page .header .event-share a:hover {
  opacity: 1;
}

/* line 200, app/assets/stylesheets/styles/event_show.scss */
.event-body {
  font-family: "futura-pt",sans-serif;
}

/* line 206, app/assets/stylesheets/styles/event_show.scss */
.event-body .about-container {
  max-width: 800px;
  padding: 60px 0 80px;
}

/* line 218, app/assets/stylesheets/styles/event_show.scss */
.event-body h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin: 10px 0 12px;
}

/* line 225, app/assets/stylesheets/styles/event_show.scss */
.event-body h3.subheader {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #666;
  letter-spacing: -1px;
}

/* line 234, app/assets/stylesheets/styles/event_show.scss */
.event-body h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0;
}

/* line 242, app/assets/stylesheets/styles/event_show.scss */
.event-body h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 247, app/assets/stylesheets/styles/event_show.scss */
.event-body p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin: 12px 0 16px 0;
  color: #555;
}

/* line 257, app/assets/stylesheets/styles/event_show.scss */
.event-body.event-details {
  padding: 20px;
  font-size: 14px;
}

/* line 261, app/assets/stylesheets/styles/event_show.scss */
.event-body.event-details h4 {
  margin-bottom: 6px;
}

/* line 266, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-body-left {
  float: left;
  width: 72%;
}

/* line 272, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-meta a {
  display: inline-block;
  margin: 10px 0 12px;
  font-size: 12px;
}

/* line 280, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-body-right {
  float: right;
  width: 24%;
}

/* line 284, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-body-right .event-meta {
  font-size: 15px;
  position: relative;
}

/* line 289, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-body-right .event-meta:after {
  content: "";
  display: table;
  clear: both;
}

/* line 295, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-body-right .event-meta i {
  display: block;
  font-size: 20px;
  color: #999;
  float: left;
  width: 12%;
  min-height: 100%;
}

/* line 306, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-body-right .event-meta .event-meta-content {
  float: right;
  width: 84%;
  min-height: 100%;
}

/* line 312, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-body-right .event-meta .event-meta-content a {
  font-size: 12px;
  font-weight: 600;
  text-transform: lowercase;
}

/* line 328, app/assets/stylesheets/styles/event_show.scss */
.event-body:after {
  content: "";
  display: table;
  clear: both;
}

/* line 334, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-meta-container {
  text-align: center;
  margin-bottom: 62px;
}

/* line 339, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-meta-container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 345, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-meta-container .event-meta {
  width: 33.3333333333%;
  float: left;
}

/* line 349, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-meta-container .event-meta i {
  display: block;
  font-size: 40px;
  float: left;
}

/* line 356, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-meta-container .event-meta .event-meta-actions {
  margin-top: 10px;
}

/* line 359, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-meta-container .event-meta .event-meta-actions a {
  font-size: 12px;
  font-weight: 600;
  text-transform: lowercase;
}

/* line 374, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-action-container {
  text-align: center;
  margin: 50px 0;
}

/* line 378, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-action-container a.btn {
  border: 1px solid #222;
  background: transparent;
  color: #222;
  margin: 0 12px;
}

/* line 384, app/assets/stylesheets/styles/event_show.scss */
.event-body .event-action-container a.btn:hover {
  background: #222;
  color: #fff;
}

/* line 398, app/assets/stylesheets/styles/event_show.scss */
.event-footer {
  background: #1a1a1a;
  padding: 40px 0 60px;
  text-align: center;
  color: #fff;
  font-family: "futura-pt",sans-serif;
}

/* line 406, app/assets/stylesheets/styles/event_show.scss */
.event-footer a {
  text-decoration: underline;
  color: #fff;
}

/* line 412, app/assets/stylesheets/styles/event_show.scss */
.new_purchase {
  background: #fff;
  padding: 40px;
  position: relative;
  top: -30px;
}

/* line 418, app/assets/stylesheets/styles/event_show.scss */
.new_purchase .ticket {
  width: 100%;
  margin-bottom: 50px;
}

/* line 423, app/assets/stylesheets/styles/event_show.scss */
.new_purchase .ticket h3 {
  font-size: 22px;
  line-height: 30px;
}

/* line 428, app/assets/stylesheets/styles/event_show.scss */
.new_purchase .ticket select {
  float: right;
  border: 2px solid #ccc;
  font-size: 16px;
  height: 40px;
  width: 70px;
  background: #fff;
  padding-bottom: 100px;
}

/* line 443, app/assets/stylesheets/styles/event_show.scss */
.map-container {
  position: relative;
}

/* line 446, app/assets/stylesheets/styles/event_show.scss */
.map-container #map {
  z-index: 10;
  height: 400px;
}

/* line 451, app/assets/stylesheets/styles/event_show.scss */
.map-container a.map-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

/* line 463, app/assets/stylesheets/styles/event_show.scss */
.credit {
  text-align: center;
  color: #889;
  padding: 30px 10px;
  font-size: 10px;
  background: #222;
  margin-top: 100px;
}

/* line 472, app/assets/stylesheets/styles/event_show.scss */
.credit a {
  margin-top: 8px;
  display: inline-block;
  width: 180px;
  opacity: .7;
}

/* line 478, app/assets/stylesheets/styles/event_show.scss */
.credit a:hover {
  opacity: 1;
}

/* line 482, app/assets/stylesheets/styles/event_show.scss */
.credit a img {
  width: 100%;
  height: auto;
}

/* line 513, app/assets/stylesheets/styles/event_show.scss */
.event-container .event-details span input, .event-container .event-details span textarea, .event-container .event-description span input, .event-container .event-description span textarea {
  width: auto;
  border: none;
}

/* line 519, app/assets/stylesheets/styles/event_show.scss */
.event-container .event-details .best_in_place:focus, .event-container .event-description .best_in_place:focus {
  border: none !important;
}

/* line 530, app/assets/stylesheets/styles/event_show.scss */
.save-btn {
  display: none;
}

/* line 536, app/assets/stylesheets/styles/event_show.scss */
.theme.active {
  background: rgba(255, 255, 255, 0.05);
}

/* line 540, app/assets/stylesheets/styles/event_show.scss */
.event-page.visible {
  display: block;
}

/* line 546, app/assets/stylesheets/styles/event_show.scss */
.event-purchase-form {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 550, app/assets/stylesheets/styles/event_show.scss */
.event-purchase-form h2 {
  margin: 40px 0 20px;
  font-size: 24px;
  line-height: 34px;
}

/* line 557, app/assets/stylesheets/styles/event_show.scss */
.event-purchase-form .input-group input {
  border: 1px solid #fff;
  background: #dcdcdc;
  margin-right: 4px;
}

/* line 563, app/assets/stylesheets/styles/event_show.scss */
.event-purchase-form:after {
  content: "";
  display: table;
  clear: both;
}

/* line 570, app/assets/stylesheets/styles/event_show.scss */
.event-purchase-form form {
  text-align: left;
}

/* line 578, app/assets/stylesheets/styles/event_show.scss */
.event-purchase-form .ticket-holder {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 583, app/assets/stylesheets/styles/event_show.scss */
.event-purchase-form .ticket-holder h4 {
  margin: 10px 0 30px;
}

/* line 587, app/assets/stylesheets/styles/event_show.scss */
.event-purchase-form .ticket-holder input {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 8px;
}

/* line 598, app/assets/stylesheets/styles/event_show.scss */
.purchase-details {
  float: right;
  background: #fff;
  position: relative;
  color: #000;
}

/* line 606, app/assets/stylesheets/styles/event_show.scss */
.purchase-details table {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 0;
  margin: 20px 0;
  vertical-align: top;
}

/* line 614, app/assets/stylesheets/styles/event_show.scss */
.purchase-details table td.ticket-quantity {
  text-align: left;
  vertical-align: top;
}

/* line 618, app/assets/stylesheets/styles/event_show.scss */
.purchase-details table td.ticket-quantity p {
  opacity: .6;
}

/* line 623, app/assets/stylesheets/styles/event_show.scss */
.purchase-details table td.ticket-amount {
  text-align: right;
  vertical-align: top;
}

/* line 633, app/assets/stylesheets/styles/event_show.scss */
.event-buy-page.event-page .header {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 100px 0;
  height: 200px;
}

/* line 647, app/assets/stylesheets/styles/event_show.scss */
.credit .logo-svg path {
  fill: #fff;
}

/* line 656, app/assets/stylesheets/styles/event_show.scss */
.event-show table:not(.ui-datepicker-calendar) td, .event-show table:not(.ui-datepicker-calendar) th {
  min-width: 0 !important;
}

/* line 660, app/assets/stylesheets/styles/event_show.scss */
img.fr-dib.fr-draggable {
  max-width: 100%;
  height: auto !important;
}

/* line 665, app/assets/stylesheets/styles/event_show.scss */
#rsvp-new-modal select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

/* line 673, app/assets/stylesheets/styles/event_show.scss */
#rsvp-new-modal select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

@media screen and (max-width: 980px) {
  /* line 689, app/assets/stylesheets/styles/event_show.scss */
  .event-container .event-page h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media screen and (max-width: 500px) {
  /* line 703, app/assets/stylesheets/styles/event_show.scss */
  #hero span {
    display: inline-block;
  }
  /* line 708, app/assets/stylesheets/styles/event_show.scss */
  a {
    word-break: break-word;
  }
}

/* line 715, app/assets/stylesheets/styles/event_show.scss */
.ticket-list-container {
  text-align: left;
}

/* line 731, app/assets/stylesheets/styles/event_show.scss */
.ticket-container select {
  width: 100%;
}

/* line 737, app/assets/stylesheets/styles/event_show.scss */
.banner {
  background: #ccc;
  position: absolute;
  top: 10px;
  left: 300px;
  width: 600px;
  text-align: center;
  padding: 6px;
  z-index: 999;
}

/* disable map zoom on scroll styles */
/* line 750, app/assets/stylesheets/styles/event_show.scss */
.map-container {
  width: 100%;
  margin: 0px 0 0;
}

/* line 754, app/assets/stylesheets/styles/event_show.scss */
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */
}

/* line 760, app/assets/stylesheets/styles/event_show.scss */
.map-container iframe.clicked {
  pointer-events: auto;
}

/* end disable zoom map scroll styles */
/* line 774, app/assets/stylesheets/styles/event_show.scss */
.event-nav-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #222;
  z-index: 9999;
}

/* line 782, app/assets/stylesheets/styles/event_show.scss */
.event-nav-container .event-nav-logo {
  background: #334999;
  display: block;
  width: 72px;
  text-align: center;
  height: 60px;
}

/* line 789, app/assets/stylesheets/styles/event_show.scss */
.event-nav-container .event-nav-logo svg {
  width: 35%;
  margin: 0 auto;
  padding-top: 15px;
}

/* line 796, app/assets/stylesheets/styles/event_show.scss */
.event-nav-container .event-nav-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

/* line 802, app/assets/stylesheets/styles/event_show.scss */
.event-nav-container .event-nav-link {
  color: rgba(255, 255, 255, 0.5);
  line-height: 38px;
  display: block;
  padding: 10px 0;
  text-align: center;
  transition: padding .2s ease-in-out;
  position: relative;
  min-width: 66px;
  max-width: 72px;
  text-decoration: none;
  overflow: hidden;
}

/* line 816, app/assets/stylesheets/styles/event_show.scss */
.event-nav-container .event-nav-link i {
  font-size: 20px;
  position: relative;
  top: 4px;
  line-height: 0;
}

/* line 824, app/assets/stylesheets/styles/event_show.scss */
.event-nav-container .event-nav-link.active {
  color: #334999;
}

/* line 829, app/assets/stylesheets/styles/event_show.scss */
.event-nav-container .event-nav-link span {
  font-size: 9px;
  font-weight: 600;
  line-height: 0;
  display: block;
  text-align: center;
}

/* line 838, app/assets/stylesheets/styles/event_show.scss */
.event-nav-container .event-nav-link:hover {
  background: #20252a !important;
  color: #fff;
}

/* line 847, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container {
  transition: left .3s ease-in-out;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* line 856, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container.visible {
  left: 0;
}

/* line 863, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections {
  background: #fff;
  height: 800px;
  overflow: scroll;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  width: 1300px;
}

/* line 871, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .alert.alert-success {
  position: absolute;
  background: #2ea595;
  color: #fff;
  font-weight: 600;
}

/* line 880, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .page-header {
  margin: 0 0 30px 0;
  border: none;
}

/* line 884, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .page-header h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 891, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .page-header p {
  font-size: 16px;
}

/* line 900, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-primary .editor-panel {
  padding: 40px;
  padding-top: 100px;
  padding-left: 112px;
  margin-right: 320px;
}

/* line 907, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-primary .editor-aside {
  width: 320px;
  float: right;
  position: relative;
  padding: 40px;
  padding-top: 100px;
}

/* line 916, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-primary:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: rgba(239, 240, 243, 0.5);
}

/* line 931, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-left-nav .editor-panel {
  margin-left: 400px;
  position: relative;
  padding: 40px;
  padding-top: 100px;
}

/* line 939, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-left-nav .editor-aside {
  float: left;
  width: 400px;
  padding: 60px 0 0 72px;
  position: absolute;
  overflow: scroll;
  padding: 40px;
  padding-top: 60px;
  padding-left: 72px;
  padding-right: 0;
  overflow: scroll;
  position: absolute;
  height: 700px;
}

/* line 955, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-left-nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 400px;
  background: rgba(239, 240, 243, 0.5);
}

/* line 971, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-top-nav .editor-aside {
  background: rgba(239, 240, 243, 0.5);
  padding: 40px;
  padding-top: 74px;
  padding-bottom: 14px;
  padding-left: 112px;
}

/* line 980, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-top-nav .editor-panel {
  padding: 16px 20px 40px 112px;
  padding: 40px;
  padding-top: 14px;
  padding-left: 112px;
}

/* line 990, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-blank-state {
  text-align: center;
}

/* line 993, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-blank-state i {
  font-size: 60px;
  display: inline-block;
}

/* line 1003, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-header {
  height: 60px;
  position: fixed;
  background: #222;
  width: 1300px;
  z-index: 99;
  padding: 0 0 0 100px;
}

/* line 1012, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-header a {
  line-height: 60px;
  padding: 0 20px;
  color: #efefef;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

/* line 1020, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-editor-header a#editor-panel-close {
  background: #111;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  float: right;
}

/* line 1046, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container section {
  margin-bottom: 50px;
}

/* line 1049, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container section .btn {
  width: 100%;
  margin-bottom: 6px;
}

/* line 1056, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

/* line 1063, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .editor-aside h4 {
  margin-bottom: 22px;
}

/* line 1067, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container input {
  border: 1px solid #dcdcdc;
}

/* line 1071, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .btn {
  border-radius: 0;
}

/* line 1076, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container li {
  border-bottom: 1px solid #efefef;
  padding: 30px 22px 30px 28px;
  cursor: pointer;
}

/* line 1083, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container li.active {
  background: rgba(239, 240, 243, 0.5);
  color: #888;
  cursor: auto;
}

/* line 1089, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container li:hover {
  background: rgba(239, 240, 243, 0.5);
}

/* line 1095, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container li:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1103, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-chart {
  width: 100%;
  height: 440px;
  margin: 60px 0 40px;
}

/* line 1113, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-data h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 300;
  margin: 0;
}

/* line 1120, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-data p {
  margin: 0;
  color: #999;
}

/* line 1127, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-meter {
  line-height: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 1134, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-meter .event-activity-status {
  width: 82%;
  float: left;
}

/* line 1138, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-meter .event-activity-status h5 {
  margin: 0;
  font-weight: 600;
  color: #2ea595;
}

/* line 1144, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-meter .event-activity-status p {
  margin: 5px 0 10px 0;
  font-size: 12px;
  line-height: 16px;
  opacity: .5;
}

/* line 1152, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-meter span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  background: #2ea595;
}

/* line 1164, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-meter.event-activity-meter-false span {
  background: #f8ca4d;
}

/* line 1169, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-meter.event-activity-meter-false h5 {
  color: #f6bb1c;
}

/* line 1176, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .event-activity-meter:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1187, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .editor-aside-nav a.edit-aside-nav-add {
  padding: 16px 22px;
  display: inline-block;
}

/* line 1192, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .editor-aside-nav i {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 20px;
}

/* line 1199, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .editor-aside-nav .editor-aside-nav-desc {
  float: left;
  width: 80%;
}

/* line 1203, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .editor-aside-nav .editor-aside-nav-desc h3 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 0 0;
}

/* line 1211, app/assets/stylesheets/styles/event_show.scss */
.event-editor-section-container .editor-aside-nav .editor-aside-nav-desc p {
  opacity: .5;
  margin-top: 2px;
}

/* line 1224, app/assets/stylesheets/styles/event_show.scss */
.design-editor-header {
  height: 60px;
  background: #222;
  width: 300px;
}

/* line 1229, app/assets/stylesheets/styles/event_show.scss */
.design-editor-header a {
  line-height: 60px;
  padding: 0 20px;
  color: #efefef;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

/* line 1237, app/assets/stylesheets/styles/event_show.scss */
.design-editor-header a#design-panel-close {
  background: #111;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  float: right;
}

/* line 1254, app/assets/stylesheets/styles/event_show.scss */
.design-editor-section-container {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: left .2s ease-in-out;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: scroll;
}

/* line 1267, app/assets/stylesheets/styles/event_show.scss */
.design-editor-section-container.visible {
  left: 0;
}

/* line 1271, app/assets/stylesheets/styles/event_show.scss */
.design-editor-section-container .design-editor-body {
  padding: 40px 20px;
}

/* line 1275, app/assets/stylesheets/styles/event_show.scss */
.design-editor-section-container section {
  margin-bottom: 40px;
}

/* line 1279, app/assets/stylesheets/styles/event_show.scss */
.design-editor-section-container .editor-current-bg {
  width: 100%;
  height: 140px;
  background-size: cover;
  cursor: pointer;
  margin-bottom: 20px;
}

/* line 1286, app/assets/stylesheets/styles/event_show.scss */
.design-editor-section-container .editor-current-bg:hover {
  opacity: .8;
}

/* line 1297, app/assets/stylesheets/styles/event_show.scss */
.checkin .editor-aside {
  background: #334999;
  padding: 10px;
}

/* line 1305, app/assets/stylesheets/styles/event_show.scss */
.checkin .table td {
  padding: 26px 8px;
  font-size: 16px;
}

/* line 1324, app/assets/stylesheets/styles/event_show.scss */
.event-editor-draft-container {
  display: none;
}

/* line 1329, app/assets/stylesheets/styles/event_show.scss */
.event-show.show .dashboard-header {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

/* line 1337, app/assets/stylesheets/styles/event_show.scss */
.event-status-notification-banner {
  background: #262b31;
  color: #fff;
  font-size: 11px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  display: none;
}

/* line 1349, app/assets/stylesheets/styles/event_show.scss */
.event-status-notification-banner.visible {
  display: block;
}

/* line 1355, app/assets/stylesheets/styles/event_show.scss */
.show-navigation-container .tabs {
  position: fixed;
  top: 5px;
  left: 0;
  z-index: 999999;
}

/* line 1363, app/assets/stylesheets/styles/event_show.scss */
body.invite-view {
  background: #ebedf0;
}

/* line 1367, app/assets/stylesheets/styles/event_show.scss */
.event-show.show .tablet {
  margin: 0 auto;
  margin-top: 50px;
  width: 500px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  height: auto;
}

/* line 1374, app/assets/stylesheets/styles/event_show.scss */
.event-show.show .tablet .tablet-content {
  height: 520px;
  overflow: scroll;
  border: 1px solid #ebedf0;
}

/* line 1390, app/assets/stylesheets/styles/event_show.scss */
.show-view.invite-container {
  display: none;
}

/* line 1398, app/assets/stylesheets/styles/event_show.scss */
.events nav {
  width: auto;
}

/* line 1404, app/assets/stylesheets/styles/event_show.scss */
.events.index nav {
  display: block;
}

/* line 1413, app/assets/stylesheets/styles/event_show.scss */
.editor-container {
  transition: left .3s ease-in-out;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* line 1430, app/assets/stylesheets/styles/event_show.scss */
.editor-container.visible {
  left: 74px;
}

/* line 1445, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs {
  position: fixed;
  left: 0;
  top: 0;
  width: 74px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  background: #1f262d;
}

/* line 1456, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs .editor-tools-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

/* line 1462, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a.tab {
  color: #777;
  line-height: 38px;
  display: block;
  padding: 10px 0;
  text-align: center;
  transition: padding .2s ease-in-out;
  position: relative;
  min-width: 66px;
  max-width: 72px;
  text-decoration: none;
  overflow: hidden;
}

/* line 1477, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a.tab .editor-tab-notification {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 12px;
  bottom: 11px;
  background: #334999;
  border-radius: 50%;
}

/* line 1486, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a.tab .editor-tab-notification.editor-tab-notification-error {
  background: #bf3121;
}

/* line 1491, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a#draft.tab {
  margin-top: 6px;
  background: #293a7a;
}

/* line 1496, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a#publish.tab, .editor-tabs a.tab.publish {
  background: #334999;
}

/* line 1500, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a#done.tab {
  background: #334999;
  margin-top: 6px;
}

/* line 1505, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a#saving.tab {
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease;
}

/* line 1511, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a#saving.tab.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* line 1521, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a.tab i {
  font-size: 20px;
  position: relative;
  top: 4px;
  line-height: 0;
}

/* line 1528, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a.tab div {
  text-align: center;
  font-size: 10px;
  line-height: 9px;
  margin-bottom: 3px;
}

/* line 1535, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a.tab.active {
  color: #334999;
}

/* line 1541, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a.tab span {
  font-size: 9px;
  font-weight: 600;
  line-height: 0;
  display: block;
  text-align: center;
}

/* line 1550, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a.tab:hover {
  background: #20252a !important;
  color: #fff;
}

/* line 1554, app/assets/stylesheets/styles/event_show.scss */
.editor-tabs a.tab:hover span {
  visibility: visible;
  left: 78px;
  opacity: 1;
}

/* line 1568, app/assets/stylesheets/styles/event_show.scss */
.tabs {
  position: absolute;
  top: 80px;
  left: 0;
  transition: left .2s ease-in-out;
}

/* line 1575, app/assets/stylesheets/styles/event_show.scss */
.tabs.visible {
  left: -80px;
}

/* line 1580, app/assets/stylesheets/styles/event_show.scss */
.tabs:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1588, app/assets/stylesheets/styles/event_show.scss */
.tabs a.tab {
  color: #fff;
  line-height: 38px;
  display: block;
  background: #262b31;
  padding: 10px 16px;
  text-align: center;
  transition: padding .2s ease-in-out;
  position: relative;
  min-width: 66px;
}

/* line 1600, app/assets/stylesheets/styles/event_show.scss */
.tabs a#draft.tab {
  margin-top: 6px;
  background: #293a7a;
}

/* line 1605, app/assets/stylesheets/styles/event_show.scss */
.tabs a#publish.tab, .tabs a.tab.publish {
  background: #334999;
}

/* line 1609, app/assets/stylesheets/styles/event_show.scss */
.tabs a#done.tab {
  background: #334999;
  margin-top: 6px;
}

/* line 1614, app/assets/stylesheets/styles/event_show.scss */
.tabs a#saving.tab {
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease;
}

/* line 1620, app/assets/stylesheets/styles/event_show.scss */
.tabs a#saving.tab.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* line 1630, app/assets/stylesheets/styles/event_show.scss */
.tabs a.tab i {
  font-size: 20px;
  position: relative;
  top: 4px;
}

/* line 1636, app/assets/stylesheets/styles/event_show.scss */
.tabs a.tab div {
  text-align: center;
  font-size: 10px;
  line-height: 9px;
  margin-bottom: 3px;
}

/* line 1643, app/assets/stylesheets/styles/event_show.scss */
.tabs a.tab.active {
  color: #334999;
}

/* line 1648, app/assets/stylesheets/styles/event_show.scss */
.tabs a.tab:hover {
  background: #20252a !important;
  text-decoration: none;
}

/* line 1653, app/assets/stylesheets/styles/event_show.scss */
.tabs a.tab span {
  position: absolute;
  right: 0;
  background: #262b31;
  color: #fff;
  font-size: 10px;
  padding: 2px;
  display: none;
}

/* line 1677, app/assets/stylesheets/styles/event_show.scss */
.editor-tools {
  background: #f1f3f5;
  background: #f7f7f8;
  color: #444;
  position: relative;
  height: 800px;
  overflow: scroll;
}

/* line 1688, app/assets/stylesheets/styles/event_show.scss */
.editor-tools::-webkit-scrollbar {
  display: none;
}

/* line 1692, app/assets/stylesheets/styles/event_show.scss */
.editor-tools #editor-panel-close {
  position: absolute;
  top: 13px;
  left: 9px;
  z-index: 999;
  color: #222;
  font-size: 19px;
  cursor: pointer;
  opacity: .5;
}

/* line 1702, app/assets/stylesheets/styles/event_show.scss */
.editor-tools #editor-panel-close:hover {
  opacity: 1;
}

/* line 1707, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .remodal-close {
  left: initial;
  right: 0;
  z-index: 9;
}

/* line 1713, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .editor-tool {
  display: none;
  position: relative;
  width: 700px;
}

/* line 1720, app/assets/stylesheets/styles/event_show.scss */
.editor-tools p {
  opacity: .8;
}

/* line 1724, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .form-container {
  background: #fff;
  padding: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 1732, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .row {
  padding: 0 40px;
  margin-bottom: 40px;
}

/* line 1737, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .row.editor-tool-header {
  padding: 10px 40px 10px 50px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 60px;
}

/* line 1746, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .row.editor-tool-header p {
  display: none;
}

/* line 1752, app/assets/stylesheets/styles/event_show.scss */
.editor-tools section {
  padding: 10px 30px;
  margin: 40px 0;
}

/* line 1771, app/assets/stylesheets/styles/event_show.scss */
.editor-tools h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  margin: 10px 0 30px;
  color: #888;
}

/* line 1801, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .editor-current-bg {
  width: 100%;
  height: 240px;
  background-size: cover;
  cursor: pointer;
  margin-bottom: 20px;
}

/* line 1808, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .editor-current-bg:hover {
  opacity: .8;
}

/* line 1815, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .fonts a.font {
  width: 33.33333%;
  float: left;
  text-align: center;
  display: block;
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #555;
}

/* line 1825, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .fonts a.font:hover {
  background: #334999;
  color: #fff;
}

/* line 1831, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .fonts:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1839, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .ticket-actions a {
  height: auto;
  background: none;
  padding: 0;
}

/* line 1844, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .ticket-actions a i {
  font-size: 20px;
}

/* line 1850, app/assets/stylesheets/styles/event_show.scss */
.editor-tools #input-free-event-container {
  opacity: 1;
  line-height: 16px;
}

/* line 1855, app/assets/stylesheets/styles/event_show.scss */
.editor-tools #input-free-event-container label {
  cursor: pointer;
}

/* line 1859, app/assets/stylesheets/styles/event_show.scss */
.editor-tools #input-free-event-container input {
  width: inherit;
  float: left;
  margin-right: 4px;
  cursor: pointer;
}

/* line 1869, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .editor-upgrade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: rgba(29, 33, 38, 0.8);
}

/* line 1877, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .editor-upgrade .editor-upgrade-content {
  position: relative;
  top: 30%;
  text-align: center;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}

/* line 1885, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .editor-upgrade .editor-upgrade-content h3 {
  font-size: 24px;
  line-height: 40px;
}

/* line 1889, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .editor-upgrade .editor-upgrade-content p {
  opacity: .8;
  margin-bottom: 30px;
}

/* line 1894, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .editor-upgrade .editor-upgrade-content .btn {
  background: #2ea595;
}

/* line 1954, app/assets/stylesheets/styles/event_show.scss */
.toggle-container {
  width: 100%;
  height: 70px;
  background: #efefef;
  border-radius: 50px;
  text-align: center;
  position: relative;
  font-size: 12px;
  line-height: 70px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 30px;
}

/* line 1973, app/assets/stylesheets/styles/event_show.scss */
.toggle-container .toggle {
  width: 30%;
  height: 50px;
  top: 10px;
  background: #999;
  border-radius: 50px;
  position: absolute;
  left: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 1991, app/assets/stylesheets/styles/event_show.scss */
.toggle-container:hover .toggle {
  left: 20px;
}

/* line 1997, app/assets/stylesheets/styles/event_show.scss */
.toggle-container.toggle-on {
  background: #334999;
  color: #fff;
}

/* line 2001, app/assets/stylesheets/styles/event_show.scss */
.toggle-container.toggle-on .toggle {
  left: 183px;
  background: #293a7a;
}

/* line 2013, app/assets/stylesheets/styles/event_show.scss */
.toggle-status {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 14px;
}

/* line 2018, app/assets/stylesheets/styles/event_show.scss */
.toggle-status span {
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-right: 10px;
  background: #dedede;
  border-radius: 50%;
}

/* line 2034, app/assets/stylesheets/styles/event_show.scss */
.editor-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

/* line 2049, app/assets/stylesheets/styles/event_show.scss */
.uploader {
  position: relative;
  z-index: 9999;
  top: -120px;
  left: 0;
}

/* line 2056, app/assets/stylesheets/styles/event_show.scss */
.progress {
  height: 10px;
}

/* line 2059, app/assets/stylesheets/styles/event_show.scss */
#custom-image {
  position: relative;
}

/* line 2062, app/assets/stylesheets/styles/event_show.scss */
#custom-image form {
  top: 45px;
  position: absolute;
  width: 100%;
  left: 0;
}

/* line 2068, app/assets/stylesheets/styles/event_show.scss */
#custom-image form .progress {
  position: absolute;
  width: 70%;
  top: 0px;
  left: 46px;
}

/* line 2073, app/assets/stylesheets/styles/event_show.scss */
#custom-image form .progress .bar {
  margin: 0 auto;
  height: 5px;
  background: #334999;
}

/* line 2082, app/assets/stylesheets/styles/event_show.scss */
.header .dragOverlay {
  display: none;
}

/* line 2086, app/assets/stylesheets/styles/event_show.scss */
.file-label {
  background: #334999;
  padding: 10px 18px;
  font-size: 8pt;
  cursor: pointer;
  border-radius: 16px;
}

/* line 2093, app/assets/stylesheets/styles/event_show.scss */
.file-label:hover {
  background: #405bbf;
}

/* line 2097, app/assets/stylesheets/styles/event_show.scss */
#custom-file-input, #event_background_img {
  opacity: 0;
}

/* line 2103, app/assets/stylesheets/styles/event_show.scss */
.upload-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 2110, app/assets/stylesheets/styles/event_show.scss */
.upload-container .upload {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 2px dotted rgba(255, 255, 255, 0.4);
  top: 2.5%;
  position: relative;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: none !important;
  visibility: hidden;
}

/* line 2123, app/assets/stylesheets/styles/event_show.scss */
.upload-container .upload.visible {
  width: 97%;
  height: 95%;
  opacity: 1;
  visibility: visible;
}

/* line 2135, app/assets/stylesheets/styles/event_show.scss */
.slider-container {
  margin-top: 30px;
}

/* line 2139, app/assets/stylesheets/styles/event_show.scss */
.slider {
  display: inline-block;
}

/* line 2143, app/assets/stylesheets/styles/event_show.scss */
.slider #slider {
  width: 160px;
  background: rgba(0, 0, 0, 0.1);
  height: 5px;
  position: relative;
}

/* line 2150, app/assets/stylesheets/styles/event_show.scss */
.slider #slider span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #334999;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

/* line 2168, app/assets/stylesheets/styles/event_show.scss */
.color-picker {
  display: inline-block;
  position: relative;
  margin-left: 12px;
}

/* line 2173, app/assets/stylesheets/styles/event_show.scss */
.color-picker #color {
  border: none;
  font-size: 11px;
  width: 89px;
  font-size: 12px;
  color: #888;
  padding: 14px 10px;
}

/* line 2184, app/assets/stylesheets/styles/event_show.scss */
.cp-color-picker {
  z-index: 9999999;
}

/* line 2188, app/assets/stylesheets/styles/event_show.scss */
.minicolors-swatch {
  border: none !important;
}

/* line 2193, app/assets/stylesheets/styles/event_show.scss */
#custom_image_form {
  cursor: pointer;
  float: left;
  width: 25%;
}

/* line 2197, app/assets/stylesheets/styles/event_show.scss */
#custom_image_form input {
  width: 25%;
  cursor: pointer;
  background: none;
  border: none;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  height: 100%;
}

/* line 2216, app/assets/stylesheets/styles/event_show.scss */
.layout-select li {
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  background: #efefef;
  font-weight: 600;
  opacity: 1;
  cursor: pointer;
}

/* line 2225, app/assets/stylesheets/styles/event_show.scss */
.layout-select li i {
  font-size: 20px;
  float: right;
}

/* line 2230, app/assets/stylesheets/styles/event_show.scss */
.layout-select li.inactive {
  opacity: .3;
}

/* line 2233, app/assets/stylesheets/styles/event_show.scss */
.layout-select li.inactive i:before {
  content: "\f070";
}

/* line 2255, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .tickets .ticket {
  background: #f7f7f7;
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  border-left: 3px solid #334999;
  position: relative;
}

/* line 2263, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .tickets .ticket .ticket-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  opacity: 0;
}

/* line 2270, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .tickets .ticket .ticket-actions .ticket-action {
  color: #334999;
  width: 20px;
  float: right;
  font-size: 20px;
  margin: 5px 10px;
  cursor: pointer;
  opacity: .6;
}

/* line 2279, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .tickets .ticket .ticket-actions .ticket-action:hover {
  opacity: 1;
}

/* line 2291, app/assets/stylesheets/styles/event_show.scss */
.editor-tools .tickets .ticket:hover .ticket-actions {
  opacity: 1;
}

/* line 2303, app/assets/stylesheets/styles/event_show.scss */
.remodal .ticket {
  width: 100%;
  background: #ebedf0;
}

/* line 2309, app/assets/stylesheets/styles/event_show.scss */
.remodal .ticket select {
  float: right;
  border: 2px solid #ccc;
  font-size: 16px;
  height: 40px;
  width: 70px;
  background: #fff;
  padding-bottom: 100px;
}

/* line 2327, app/assets/stylesheets/styles/event_show.scss */
.feedback-tab {
  position: fixed;
  right: 20px;
  background: #fff;
  width: 360px;
  z-index: 99999999999;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  bottom: -450px;
  transition: bottom .3s ease-in-out;
  display: none;
}

/* line 2338, app/assets/stylesheets/styles/event_show.scss */
.feedback-tab.visible {
  bottom: 0;
}

/* line 2343, app/assets/stylesheets/styles/event_show.scss */
.feedback-tab .feedback-tab-header {
  background: #334999;
  font-size: 14px;
  color: #fff;
  padding: 12px 20px;
  cursor: pointer;
}

/* line 2350, app/assets/stylesheets/styles/event_show.scss */
.feedback-tab .feedback-tab-header:hover {
  background: #263773;
}

/* line 2354, app/assets/stylesheets/styles/event_show.scss */
.feedback-tab .feedback-tab-header i {
  display: inline-flex;
  float: right;
  top: 3px;
  position: relative;
}

/* line 2363, app/assets/stylesheets/styles/event_show.scss */
.feedback-tab form {
  padding: 20px;
  height: 450px;
}

/* line 2367, app/assets/stylesheets/styles/event_show.scss */
.feedback-tab form p {
  font-size: 12px;
  color: #999;
}

/* line 2372, app/assets/stylesheets/styles/event_show.scss */
.feedback-tab form textarea {
  border: 1px solid #dcdcdc;
  height: 70px;
}

/* line 2381, app/assets/stylesheets/styles/event_show.scss */
.logged-in .repeatable {
  position: relative;
  margin-bottom: 30px;
}

/* line 2385, app/assets/stylesheets/styles/event_show.scss */
.logged-in .repeatable .repeatable-actions {
  position: absolute;
  width: 100px;
  margin-left: -50px;
  bottom: -10px;
  left: 50%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 99;
  display: none;
}

/* line 2400, app/assets/stylesheets/styles/event_show.scss */
.logged-in .repeatable .repeatable-actions .repeatable-action {
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  width: 50px;
  float: left;
}

/* line 2409, app/assets/stylesheets/styles/event_show.scss */
.logged-in .repeatable .repeatable-actions .repeatable-action:hover {
  color: #222;
  background: #ebebeb;
}

/* line 2417, app/assets/stylesheets/styles/event_show.scss */
.logged-in .repeatable:hover .repeatable-actions {
  display: block;
}

/* line 2424, app/assets/stylesheets/styles/event_show.scss */
.col-no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 2429, app/assets/stylesheets/styles/event_show.scss */
.col-sm-padding {
  padding: 3px !important;
  margin: 0 !important;
  padding-bottom: 6px !important;
}

/* line 2436, app/assets/stylesheets/styles/event_show.scss */
.col-sm-padding:first-child {
  margin-left: -3px !important;
}

/* line 2440, app/assets/stylesheets/styles/event_show.scss */
.col-sm-padding:last-child {
  margin-right: -3px !important;
}

/* line 2450, app/assets/stylesheets/styles/event_show.scss */
.input[type="radio"], input[type="checkbox"] {
  float: left;
  width: initial;
  margin: 0 10px 0 0;
}

/* line 2456, app/assets/stylesheets/styles/event_show.scss */
textarea {
  border: 1px solid #dcdcdc;
}

/* line 2460, app/assets/stylesheets/styles/event_show.scss */
span.fr-video.fr-dvb.fr-draggable {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  display: block;
  overflow: hidden;
}

/* line 2469, app/assets/stylesheets/styles/event_show.scss */
.fr-video iframe, .fr-video object, .fr-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2479, app/assets/stylesheets/styles/event_show.scss */
.has-editor-inline-link:hover {
  outline: 1px dotted #334999;
  position: relative;
}

/* line 2483, app/assets/stylesheets/styles/event_show.scss */
.has-editor-inline-link:hover:after {
  content: "\f040";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  position: absolute;
  top: -4px;
  right: -10px;
  background: #334999;
  font-size: 12px;
  padding: 8px;
  border-radius: 50%;
}

/* line 2502, app/assets/stylesheets/styles/event_show.scss */
.event-website-section-available {
  height: 0px;
  background: #334999;
  position: relative;
  z-index: 9;
}

/* line 2509, app/assets/stylesheets/styles/event_show.scss */
.event-website-section-available .popover {
  width: 600px;
  max-width: 600px;
}

/* line 2514, app/assets/stylesheets/styles/event_show.scss */
.event-website-section-available i.icon-plus {
  display: inline-block;
  margin: 0 auto;
  width: 40px;
  background: #334999;
  color: #fff;
  height: 40px;
  font-size: 33px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -19px;
  left: 10px;
  text-align: center;
  transform: scale(0.9, 0.9);
  transition: .2s all ease-in-out;
}

/* line 2533, app/assets/stylesheets/styles/event_show.scss */
.event-website-section-available:hover {
  outline: 2px dotted #334999;
  transition: .1s all linear;
  height: 2px;
}

/* line 2540, app/assets/stylesheets/styles/event_show.scss */
.event-website-section-available:hover i {
  transform: scale(1.2, 1.2);
}

/* line 2550, app/assets/stylesheets/styles/event_show.scss */
#register_modal .well {
  margin-bottom: 40px;
}

/* line 2556, app/assets/stylesheets/styles/event_show.scss */
#register_modal .label {
  font-size: 14px;
  background: #eaeaea;
  font-weight: 400;
  color: #777;
  padding: 10px;
  display: inline-block;
  background: #f8f9fc;
  border-radius: 0;
  border: 1px solid #e7e7e7;
}

/* line 2568, app/assets/stylesheets/styles/event_show.scss */
#register_modal .label b {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 2575, app/assets/stylesheets/styles/event_show.scss */
#register_modal .form-header {
  margin-bottom: 30px;
}

/* line 2579, app/assets/stylesheets/styles/event_show.scss */
#register_modal .small {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/styles/events.scss */
.events.new, .events.newcalendar, .events.newcalendarquiz, .events.newcalendartheme {
  background-color: #f8f9fc !important;
}

/* line 15, app/assets/stylesheets/styles/events.scss */
.events.new #event_details,
.events.new #event_type, .events.newcalendar #event_details,
.events.newcalendar #event_type, .events.newcalendarquiz #event_details,
.events.newcalendarquiz #event_type, .events.newcalendartheme #event_details,
.events.newcalendartheme #event_type {
  display: none;
}

/* line 29, app/assets/stylesheets/styles/events.scss */
.events.new .form-header p, .events.newcalendar .form-header p, .events.newcalendarquiz .form-header p, .events.newcalendartheme .form-header p {
  opacity: .5;
}

/* line 33, app/assets/stylesheets/styles/events.scss */
.events.new .thumbnail, .events.newcalendar .thumbnail, .events.newcalendarquiz .thumbnail, .events.newcalendartheme .thumbnail {
  background: transparent;
  min-height: 414px;
}

/* line 39, app/assets/stylesheets/styles/events.scss */
.events.new .radio, .events.newcalendar .radio, .events.newcalendarquiz .radio, .events.newcalendartheme .radio {
  margin-bottom: 40px;
}

/* line 43, app/assets/stylesheets/styles/events.scss */
.events.new input.form-control, .events.new select.form-control, .events.newcalendar input.form-control, .events.newcalendar select.form-control, .events.newcalendarquiz input.form-control, .events.newcalendarquiz select.form-control, .events.newcalendartheme input.form-control, .events.newcalendartheme select.form-control {
  background-color: #fff;
}

/* line 60, app/assets/stylesheets/styles/events.scss */
.event-website .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 64, app/assets/stylesheets/styles/events.scss */
.event-website .row .col.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, app/assets/stylesheets/styles/events.scss */
.event-website .container .row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 76, app/assets/stylesheets/styles/events.scss */
.event-website .container .col.col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 94, app/assets/stylesheets/styles/events.scss */
.loading-takeover, .loading-confirm {
  position: fixed;
  top: 0;
  z-index: 9999999;
  left: 0;
  width: 100%;
  color: white;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: table;
}

/* line 106, app/assets/stylesheets/styles/events.scss */
.loading-takeover .loading-container, .loading-confirm .loading-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}

/* line 117, app/assets/stylesheets/styles/events.scss */
.image-confirm-container {
  max-width: 600px;
}

/* line 121, app/assets/stylesheets/styles/events.scss */
.generic-images img {
  border: 2px solid transparent;
  cursor: pointer;
}

/* line 124, app/assets/stylesheets/styles/events.scss */
.generic-images img:active, .generic-images img:hover {
  border: 2px solid #21a2bf;
  -webkit-transition: border .2s;
  -moz-transition: border .2s;
  transition: border .2s;
}

/* MARK - TODO - add styles to buy page container, if necessary */
/* line 144, app/assets/stylesheets/styles/events.scss */
.show_buy .container, .select_buy .container, .show_pay .container {
  max-width: 1000px;
}

/* line 150, app/assets/stylesheets/styles/events.scss */
.event-banner {
  background-size: cover;
  height: 200px;
  position: relative;
  background-position: 50% 10%;
}

/* line 157, app/assets/stylesheets/styles/events.scss */
.event-banner .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

/* line 169, app/assets/stylesheets/styles/events.scss */
.event-nav {
  border-bottom: 1px solid #efefef;
}

/* line 175, app/assets/stylesheets/styles/events.scss */
.event-date-box {
  background: #000;
  background: #242831;
  background: #0a2b3d;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
}

/* line 188, app/assets/stylesheets/styles/events.scss */
.event-date-box span {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2px;
  opacity: .8;
}

/* line 198, app/assets/stylesheets/styles/events.scss */
#event-meta {
  margin: 20px 0 20px 0;
  list-style: none;
  padding: 0;
}

/* line 203, app/assets/stylesheets/styles/events.scss */
#event-meta i {
  font-size: 50px;
  float: left;
  margin-right: 10px;
  color: #0a2b3d;
}

/* line 211, app/assets/stylesheets/styles/events.scss */
ul.event-meta:after {
  content: "";
  display: table;
  clear: both;
}

/* line 217, app/assets/stylesheets/styles/events.scss */
ul.event-meta li {
  float: left;
  margin-right: 32px;
}

/* line 222, app/assets/stylesheets/styles/events.scss */
.event-description {
  font-size: 12px;
  margin-top: 20px;
  color: #777;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* line 231, app/assets/stylesheets/styles/events.scss */
.event-actions.affix {
  top: 36px;
}

/* line 236, app/assets/stylesheets/styles/events.scss */
.event-actions section:first-child {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: block;
}

/* line 244, app/assets/stylesheets/styles/events.scss */
.event-actions .event-action-reminder {
  font-size: 13px;
  margin: 4px 0;
}

/* line 249, app/assets/stylesheets/styles/events.scss */
.event-actions .event-action-reminder h4 {
  font-size: 13px;
}

/* line 253, app/assets/stylesheets/styles/events.scss */
.event-actions .event-action-reminder i {
  color: #E4507A;
  color: #51b39e;
}

/* line 260, app/assets/stylesheets/styles/events.scss */
.event-actions .btn {
  width: 100%;
  margin-bottom: 5px;
}

/* line 266, app/assets/stylesheets/styles/events.scss */
.event-actions .btn.btn-social {
  width: 33.3333333333%;
  float: left;
}

/* line 272, app/assets/stylesheets/styles/events.scss */
.event-actions .btn.btn-social {
  width: 25%;
  float: left;
}

/* line 278, app/assets/stylesheets/styles/events.scss */
.event-users {
  margin-top: 20px;
}

/* line 282, app/assets/stylesheets/styles/events.scss */
.event-users img {
  width: 32px;
  height: auto;
  border-radius: 50%;
  position: relative;
}

/* line 289, app/assets/stylesheets/styles/events.scss */
.event-users img {
  margin-left: -16px;
}

/* line 293, app/assets/stylesheets/styles/events.scss */
.event-users img:first-child {
  margin-left: 0;
}

/* line 297, app/assets/stylesheets/styles/events.scss */
.event-photos {
  margin-top: 60px;
}

/* line 302, app/assets/stylesheets/styles/events.scss */
#creditcards {
  width: 50%;
  text-align: center;
  display: block;
  max-width: 138px;
  float: right;
  margin: 10px 30px 0 0;
}

/* line 316, app/assets/stylesheets/styles/events.scss */
.event-page-footer {
  margin-top: 100px;
  background: #0a2b3d;
  padding: 24px 0 30px 0;
  color: rgba(255, 255, 255, 0.8);
}

/* line 322, app/assets/stylesheets/styles/events.scss */
.event-page-footer #footer-creditcards {
  width: 140px;
  float: right;
}

/* line 327, app/assets/stylesheets/styles/events.scss */
.event-page-footer p.small a {
  color: rgba(255, 255, 255, 0.8);
}

/* line 332, app/assets/stylesheets/styles/events.scss */
.event-page-footer #secure {
  width: 200px;
  float: right;
  margin-left: 20px;
  font-size: 11px;
  color: #009ad9;
}

/* line 340, app/assets/stylesheets/styles/events.scss */
.event-page-footer #secure img {
  width: 22px;
  display: inline-block;
  margin-right: 10px;
}

/* line 356, app/assets/stylesheets/styles/events.scss */
.checkin_new .card-1 {
  float: left !important;
  margin: 0 20px 20px;
}

/* line 363, app/assets/stylesheets/styles/events.scss */
.checkin_new .donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

/* line 368, app/assets/stylesheets/styles/events.scss */
.checkin_new .donut-chart .slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 376, app/assets/stylesheets/styles/events.scss */
.checkin_new .donut-chart .chart-center {
  position: absolute;
  border-radius: 50%;
}

/* line 380, app/assets/stylesheets/styles/events.scss */
.checkin_new .donut-chart .chart-center span {
  display: block;
  text-align: center;
}

/* line 405, app/assets/stylesheets/styles/events.scss */
.checkin_new .donut-chart.chart2 {
  width: 80px;
  height: 80px;
  background: #48b2c1;
}

/* line 411, app/assets/stylesheets/styles/events.scss */
.checkin_new .donut-chart.chart2 .slice.one {
  clip: rect(0 80px 40px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #e1e1e1;
}

/* line 418, app/assets/stylesheets/styles/events.scss */
.checkin_new .donut-chart.chart2 .slice.two {
  clip: rect(0 40px 80px 0);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #e1e1e1;
}

/* line 426, app/assets/stylesheets/styles/events.scss */
.checkin_new .donut-chart.chart2 .chart-center {
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
}

/* line 433, app/assets/stylesheets/styles/events.scss */
.checkin_new .donut-chart.chart2 .chart-center span {
  font-size: 40px;
  line-height: 40px;
  color: #48b2c1;
}

/* line 456, app/assets/stylesheets/styles/events.scss */
#event-show-checkout.btn {
  width: auto;
}

/* line 467, app/assets/stylesheets/styles/events.scss */
.static-footer {
  display: none;
  position: fixed;
  bottom: -1px;
  right: 14px;
  background: #fff;
  padding: 9px 18px;
  border: 1px solid #ddd;
  transition: all .5s ease;
}

/* line 477, app/assets/stylesheets/styles/events.scss */
.static-footer span {
  position: relative;
  font-size: 12px;
  color: #bbbbbb;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}

/* line 488, app/assets/stylesheets/styles/events.scss */
.static-footer svg {
  width: 140px;
  transition: all .5s ease;
}

/* line 493, app/assets/stylesheets/styles/events.scss */
.static-footer:hover {
  background: #2f3440;
  text-decoration: none;
  border: 1px solid #2f3440;
}

/* line 498, app/assets/stylesheets/styles/events.scss */
.static-footer:hover svg {
  fill: #fff;
}

/* line 509, app/assets/stylesheets/styles/events.scss */
.ec-powered-by {
  font-size: 12px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #999;
}

/* line 521, app/assets/stylesheets/styles/events.scss */
.ec-element-hidden {
  display: none !important;
}

/* line 527, app/assets/stylesheets/styles/events.scss */
.editing {
  margin-top: 0;
  background: #f8f9fc;
}

/* line 536, app/assets/stylesheets/styles/events.scss */
.editing .website .container {
  max-width: 90%;
}

/* line 541, app/assets/stylesheets/styles/events.scss */
.editing .website .btn-register:hover {
  outline: 1px solid #334999;
}

/* line 551, app/assets/stylesheets/styles/events.scss */
.editing .device-mockup {
  margin: 146px 60px 60px 96px;
  margin-left: 96px;
  width: inherit;
  transition: .3s ease margin-left;
}

/* line 562, app/assets/stylesheets/styles/events.scss */
.editing .sidebar {
  left: -370px;
  transition: .3s ease left;
}

/* line 567, app/assets/stylesheets/styles/events.scss */
.editing .sidebar-close-link {
  left: -370px;
  transition: .3s ease left;
  z-index: 999;
}

/* line 575, app/assets/stylesheets/styles/events.scss */
.editing.sidebaropen .sidebar {
  left: 36px;
}

/* line 579, app/assets/stylesheets/styles/events.scss */
.editing.sidebaropen .device-mockup {
  margin-left: 376px;
}

/* line 583, app/assets/stylesheets/styles/events.scss */
.editing.sidebaropen .sidebar-close-link {
  left: 316px;
  transition: .3s ease left;
}

/* line 592, app/assets/stylesheets/styles/events.scss */
.editing .event-dashboard-right {
  display: none;
}

/* line 596, app/assets/stylesheets/styles/events.scss */
.editing .ec-element-hidden {
  opacity: .3;
  display: block !important;
}

/* line 603, app/assets/stylesheets/styles/events.scss */
.editing .ec-editor-block.selected {
  outline: 1px solid #334999;
}

/* line 609, app/assets/stylesheets/styles/events.scss */
.editing .navbar-fixed-top {
  position: relative;
}

/* line 624, app/assets/stylesheets/styles/events.scss */
.editing .navbar-ec {
  transition: .2s top ease;
  top: 0;
}

/* line 629, app/assets/stylesheets/styles/events.scss */
.editing .navbar-ec.navbar-ec-hide {
  top: -100px;
}

/* line 633, app/assets/stylesheets/styles/events.scss */
.editing .navbar-ec .navbar-brand {
  padding: 23px 23px 23px 23px !important;
}

/* line 640, app/assets/stylesheets/styles/events.scss */
.editing .navbar-ec sup {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  color: #999;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  background-color: #ffffff40;
  color: aliceblue;
  padding: 3px;
  border-radius: 4px;
}

/* line 653, app/assets/stylesheets/styles/events.scss */
.editing .navbar-ec sup.live {
  background: #2ea595;
}

/* line 666, app/assets/stylesheets/styles/events.scss */
.editing .main-image .edit-main-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 34px;
  opacity: 0;
}

/* line 678, app/assets/stylesheets/styles/events.scss */
.editing .main-image:hover .edit-main-image {
  opacity: .8;
}

/* line 681, app/assets/stylesheets/styles/events.scss */
.editing .main-image:hover .edit-main-image:hover {
  opacity: 1;
  color: #334999;
}

/* line 691, app/assets/stylesheets/styles/events.scss */
.editing .has-inline-edit {
  position: relative;
}

/* line 694, app/assets/stylesheets/styles/events.scss */
.editing .has-inline-edit .inline-edit-container {
  position: absolute;
  top: 8px;
  right: 12px;
}

/* line 700, app/assets/stylesheets/styles/events.scss */
.editing .has-inline-edit .inline-edit-container .inline-edit {
  opacity: 0;
}

/* line 714, app/assets/stylesheets/styles/events.scss */
.editing .has-inline-edit:hover {
  outline: 2px dotted #334999;
}

/* line 717, app/assets/stylesheets/styles/events.scss */
.editing .has-inline-edit:hover .inline-edit {
  opacity: 1;
}

/* line 720, app/assets/stylesheets/styles/events.scss */
.editing .has-inline-edit:hover .inline-edit:hover {
  opacity: 1;
}

/* line 742, app/assets/stylesheets/styles/events.scss */
.event-page-editor-panel {
  position: fixed;
  top: -100px;
  left: 0;
  transition: top .9s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #252f3e;
  font-size: 12px;
  z-index: 999;
  height: 45px;
}

/* line 755, app/assets/stylesheets/styles/events.scss */
.event-page-editor-panel.active {
  top: 0;
}

/* line 759, app/assets/stylesheets/styles/events.scss */
.event-page-editor-panel a {
  display: inline-block;
  /* width: 99px; */
  color: #fff;
  padding: 14px;
  /* color: #fff; */
}

/* line 767, app/assets/stylesheets/styles/events.scss */
.event-page-editor-panel a:first-child {
  border: none;
}

/* line 771, app/assets/stylesheets/styles/events.scss */
.event-page-editor-panel a i {
  display: inline-block;
  margin-right: 6px;
}

/* line 776, app/assets/stylesheets/styles/events.scss */
.event-page-editor-panel a i.fa-reply {
  font-size: 8px;
  position: relative;
  top: -4px;
  left: 2px;
  opacity: .6;
}

/* line 785, app/assets/stylesheets/styles/events.scss */
.event-page-editor-panel a:hover {
  text-decoration: none;
  color: #334999;
}

/* line 795, app/assets/stylesheets/styles/events.scss */
.event-page-editor-panel .event-page-editor-panel-tabs {
  float: left;
}

/* line 799, app/assets/stylesheets/styles/events.scss */
.event-page-editor-panel .event-page-editor-panel-tabs-right {
  float: right;
}

/* line 808, app/assets/stylesheets/styles/events.scss */
.slider-container2 {
  margin: 30px 0;
}

/* line 812, app/assets/stylesheets/styles/events.scss */
.slider2 {
  display: inline-block;
}

/* line 816, app/assets/stylesheets/styles/events.scss */
.slider2 .ui-slider {
  width: 228px;
  background: rgba(0, 0, 0, 0.1);
  height: 5px;
  position: relative;
}

/* line 825, app/assets/stylesheets/styles/events.scss */
.slider2 .ui-slider span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #334999;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

/* line 846, app/assets/stylesheets/styles/events.scss */
.form-group-slider {
  display: block;
  min-height: 30px;
}

/* line 851, app/assets/stylesheets/styles/events.scss */
.form-group-slider .ui-slider {
  width: 64%;
  background: rgba(0, 0, 0, 0.1);
  height: 5px;
  position: relative;
  float: left;
  top: 14px;
}

/* line 861, app/assets/stylesheets/styles/events.scss */
.form-group-slider .ui-slider span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #334999;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

/* line 876, app/assets/stylesheets/styles/events.scss */
.form-group-slider .form-control {
  width: 28%;
  margin-left: 8%;
  float: left;
}

/* line 886, app/assets/stylesheets/styles/events.scss */
.color-picker2 {
  display: block;
  position: relative;
}

/* line 891, app/assets/stylesheets/styles/events.scss */
.color-picker2 .minicolors-theme-default .minicolors-swatch {
  width: 35px;
  height: 30px;
}

/* line 896, app/assets/stylesheets/styles/events.scss */
.color-picker2 .minicolors-swatch-color {
  border: 1px solid #ccc;
}

/* line 900, app/assets/stylesheets/styles/events.scss */
.color-picker2 #color, .color-picker2 .colors, .color-picker2 .minicolors input {
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #000;
  color: #000;
  width: 100%;
  padding: 20px 40px 20px 57px;
}

/* line 911, app/assets/stylesheets/styles/events.scss */
.cp-color-picker {
  z-index: 9999999;
}

/* line 915, app/assets/stylesheets/styles/events.scss */
.minicolors-swatch {
  border: none !important;
}

/* line 920, app/assets/stylesheets/styles/events.scss */
.e-sample-image {
  position: relative;
  margin-bottom: 30px;
}

/* line 925, app/assets/stylesheets/styles/events.scss */
.e-sample-image .e-sample-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}

/* line 944, app/assets/stylesheets/styles/events.scss */
#contact-modal .btn {
  background: #222;
}

/* line 950, app/assets/stylesheets/styles/events.scss */
.t-ec {
  position: fixed;
  bottom: 0;
  right: 0;
  /* width: 348px; */
  background: black;
  background-color: #182028;
  color: #fff;
  text-align: center;
  padding: 16px 26px;
  /* color: #999; */
  right: 10px;
  font-size: 12px;
  /* font-weight: 900; */
  /* font-style: italic; */
  font-family: Arial;
  line-height: 24px;
  display: block;
  transition: background .3s ease;
}

/* line 973, app/assets/stylesheets/styles/events.scss */
.t-ec span {
  display: inline-block;
  margin-right: 14px;
}

/* line 978, app/assets/stylesheets/styles/events.scss */
.t-ec svg {
  fill: #fff;
  float: right;
}

/* line 983, app/assets/stylesheets/styles/events.scss */
.t-ec .a {
  transition: fill .3s ease;
}

/* line 988, app/assets/stylesheets/styles/events.scss */
.t-ec:hover {
  background: #334999;
  color: #fff;
}

/* line 992, app/assets/stylesheets/styles/events.scss */
.t-ec:hover .a {
  fill: #fff;
}

/* line 1005, app/assets/stylesheets/styles/events.scss */
.event-mobile-button-container {
  position: fixed;
  bottom: 10px;
  width: 100%;
}

/* line 1010, app/assets/stylesheets/styles/events.scss */
.event-mobile-button-container .btn {
  width: 95%;
  margin: 0 auto;
  display: block;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

/* line 1019, app/assets/stylesheets/styles/events.scss */
.password-protection {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f8f9fc;
  z-index: 9999;
  margin-top: 40px;
}

/* line 1027, app/assets/stylesheets/styles/events.scss */
.password-protection .password-protection-inner {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 30px 30px 40px 30px;
  border: 1px solid #dfe0e9;
  background: #fff;
  position: relative;
  box-shadow: 1px 1px 5px #0000000d;
}

/* line 1037, app/assets/stylesheets/styles/events.scss */
.password-protection .password-protection-inner .fa-lock {
  font-size: 14px;
  position: absolute;
  right: 6px;
  top: 6px;
  opacity: .5;
}

/* line 1045, app/assets/stylesheets/styles/events.scss */
.password-protection .password-protection-inner h2 {
  font-family: outfit;
  margin-top: 0;
}

/* line 1054, app/assets/stylesheets/styles/events.scss */
.content-block-default {
  color: #222;
}

/* line 1059, app/assets/stylesheets/styles/events.scss */
#custom_css .CodeMirror {
  border: 1px solid #cacaca;
}

/* line 1066, app/assets/stylesheets/styles/events.scss */
#event_show_layout_modal .thumbnail {
  min-height: 400px;
}

/* line 1075, app/assets/stylesheets/styles/events.scss */
.ec-panel, .ec-panel-static {
  position: fixed;
  top: 0;
  width: 500px;
  height: 100%;
  overflow: scroll;
  background: #f8f9fc;
  padding: 40px 48px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.36);
  z-index: 999999;
  left: -500px;
  transition: .4s all ease;
}

/* line 1090, app/assets/stylesheets/styles/events.scss */
.ec-panel .ec-panel-nav, .ec-panel-static .ec-panel-nav {
  position: fixed;
  width: 434px;
  z-index: 9999;
  left: 0;
  top: 0;
  padding: 20px 20px 27px 20px;
  background: #f8f9fc;
  left: -500px;
  transition: .4s all ease;
  border-bottom: 1px solid #e0e0e0;
}

/* line 1104, app/assets/stylesheets/styles/events.scss */
.ec-panel.inline, .ec-panel-static.inline {
  box-shadow: inset 2px 2px 40px rgba(0, 0, 0, 0.14);
  box-shadow: inset -1px -12px 16px rgba(0, 0, 0, 0.14);
  z-index: 99999;
  background: #f8f9fc;
}

/* line 1111, app/assets/stylesheets/styles/events.scss */
.ec-panel.inline .ec-panel-content, .ec-panel-static.inline .ec-panel-content {
  margin-top: 124px;
}

/* line 1115, app/assets/stylesheets/styles/events.scss */
.ec-panel.inline .panel-close, .ec-panel-static.inline .panel-close {
  position: fixed;
  left: 500px;
  top: 161px;
  font-size: 13px;
  cursor: pointer;
  opacity: 1;
  /* background: #09c; */
  color: #1d2735;
  background: #1d27350d;
  padding: 10px;
  right: inherit;
  z-index: 9999;
  display: none;
}

/* line 1131, app/assets/stylesheets/styles/events.scss */
.ec-panel.inline .panel-close:hover, .ec-panel-static.inline .panel-close:hover {
  background: #334999;
  color: #fff;
}

/* line 1138, app/assets/stylesheets/styles/events.scss */
.ec-panel.inline .form-group, .ec-panel-static.inline .form-group {
  background: #f8f9fc;
  padding: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

/* line 1152, app/assets/stylesheets/styles/events.scss */
.ec-panel .h1, .ec-panel-static .h1 {
  font-size: 28px;
  color: black;
  letter-spacing: 0px;
  margin-bottom: 40px;
  margin-top: 0;
  color: #666;
  font-weight: 400;
}

/* line 1163, app/assets/stylesheets/styles/events.scss */
.ec-panel p.lead, .ec-panel-static p.lead {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 2px;
}

/* line 1170, app/assets/stylesheets/styles/events.scss */
.ec-panel h5, .ec-panel-static h5 {
  margin-top: 0;
}

/* line 1175, app/assets/stylesheets/styles/events.scss */
.ec-panel .panel-close, .ec-panel-static .panel-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 28px;
  cursor: pointer;
  opacity: .5;
}

/* line 1185, app/assets/stylesheets/styles/events.scss */
.ec-panel.active, .ec-panel-static.active {
  left: 0px;
}

/* line 1188, app/assets/stylesheets/styles/events.scss */
.ec-panel.active .ec-panel-nav, .ec-panel-static.active .ec-panel-nav {
  left: 34px;
}

/* line 1192, app/assets/stylesheets/styles/events.scss */
.ec-panel.active .panel-close, .ec-panel-static.active .panel-close {
  display: block;
}

/* line 1198, app/assets/stylesheets/styles/events.scss */
.ec-panel .nav-tabs, .ec-panel-static .nav-tabs {
  margin-bottom: 30px;
}

/* line 1202, app/assets/stylesheets/styles/events.scss */
.ec-panel .nav-tabs li a, .ec-panel-static .nav-tabs li a {
  padding: 10px;
  border-bottom: 2px solid transparent !important;
}

/* line 1208, app/assets/stylesheets/styles/events.scss */
.ec-panel .nav-tabs li.active a, .ec-panel-static .nav-tabs li.active a {
  border: none !important;
  border-bottom: 2px solid #000 !important;
  background: none;
}

/* line 1216, app/assets/stylesheets/styles/events.scss */
#ec-panel-cover, .ec-panel-cover-static {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 999999;
  cursor: pointer;
  visibility: hidden;
}

/* line 1228, app/assets/stylesheets/styles/events.scss */
#ec-panel-cover.active, .ec-panel-cover-static.active {
  visibility: visible;
}

/* line 1232, app/assets/stylesheets/styles/events.scss */
#ec-panel-cover.inline, .ec-panel-cover-static.inline {
  position: fixed;
  top: 0;
  left: 500px;
}

/* line 1246, app/assets/stylesheets/styles/events.scss */
#themedesign .form-group.selected {
  background-color: #efefef;
}

/* line 1252, app/assets/stylesheets/styles/events.scss */
#themedesign .element {
  padding: 10px 2px 10px 10px;
  margin-bottom: 10px;
  opacity: .5;
  cursor: pointer;
}

/* line 1261, app/assets/stylesheets/styles/events.scss */
#themedesign .element h1, #themedesign .element h2, #themedesign .element h3, #themedesign .element h4, #themedesign .element h5, #themedesign .element p {
  margin: 0;
}

/* line 1271, app/assets/stylesheets/styles/events.scss */
#themedesign .element.selected {
  opacity: 1;
  position: relative;
  background: #09c;
  border: 1px solid #e6e6e6;
}

/* line 1277, app/assets/stylesheets/styles/events.scss */
#themedesign .element.selected:after, #themedesign .element.selected:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 1288, app/assets/stylesheets/styles/events.scss */
#themedesign .element.selected:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #09c;
  border-width: 10px;
  margin-top: -10px;
}

/* line 1294, app/assets/stylesheets/styles/events.scss */
#themedesign .element.selected:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #e6e6e6;
  border-width: 11px;
  margin-top: -11px;
}

/* line 1313, app/assets/stylesheets/styles/events.scss */
.event-guide-secondary {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: scroll;
  background: #f8f9fc;
  padding: 100px 40px 40px 40px;
  box-shadow: 9px 0px 13px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .4s all ease;
}

/* line 1329, app/assets/stylesheets/styles/events.scss */
.event-guide-secondary.active {
  left: 30%;
  opacity: 1;
  visibility: visible;
}

/* line 1335, app/assets/stylesheets/styles/events.scss */
.event-guide-secondary .event-guide-toggle {
  position: absolute;
  right: 20px;
  top: 75px;
  font-size: 28px;
  cursor: pointer;
  opacity: .5;
}

/* line 1344, app/assets/stylesheets/styles/events.scss */
.event-guide-secondary form {
  margin-top: 86px;
}

/* line 1348, app/assets/stylesheets/styles/events.scss */
.event-guide-secondary .event-guide-footer {
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #dee2e2;
}

/* line 1357, app/assets/stylesheets/styles/events.scss */
.content-block {
  position: relative;
  opacity: 1;
  background-position: 50%;
  background-size: cover;
}

/* line 1363, app/assets/stylesheets/styles/events.scss */
.content-block .content-block-bg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1372, app/assets/stylesheets/styles/events.scss */
.content-block .content-block-content {
  position: relative;
}

/* line 1380, app/assets/stylesheets/styles/events.scss */
.ec-component .ec-component-placeholder {
  background: #efefefd4;
  padding: 86px;
  text-align: center;
  width: 100%;
  height: 300px;
}

/* line 1388, app/assets/stylesheets/styles/events.scss */
.ec-component .icon {
  font-size: 100px;
  color: white;
  text-shadow: 2px 2px 10px #0000001c;
}

@keyframes linewidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* line 1404, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container {
  position: absolute;
  background: #09c;
  color: #fff;
  opacity: 0;
  background: rgba(51, 73, 153, 0.48);
  color: #fff;
  visibility: hidden;
  transition: none;
}

/* line 1417, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor-add .content-block-editor-add-indictor {
  position: absolute;
  top: -4px;
  height: 4px;
  width: 0%;
  background: #334999;
  visibility: hidden;
  right: 0;
}

/* line 1427, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor-add:hover .content-block-editor-add-indictor {
  width: 100%;
  visibility: visible;
  animation: linewidth .4s 1 forwards;
}

/* line 1436, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor-add .content-block-editor-add-button {
  position: absolute;
  padding: 30px 30px 30px 10px;
  top: -55px;
  right: -55px;
}

/* line 1443, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor-add .content-block-editor-add-button a {
  display: inline-block;
  width: 50px;
  background: #334999;
  color: #fff;
  height: 50px;
  font-size: 33px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  text-align: center;
  transform: scale(0.3, 0.3);
  transition: none;
  line-height: 56px;
  text-decoration: none;
}

/* line 1467, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  padding: 0 10px;
  background: #1f2834;
  min-height: 40px;
  padding: 0 30px 0 10px;
  opacity: .5;
  transition: none;
}

/* line 1479, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor li {
  float: left;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 1485, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor li a {
  padding: 18px 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  color: #fff;
  transition: color .2s;
  -webkit-transition: color .2;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

/* line 1497, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor li a:hover {
  color: #334999;
}

/* line 1503, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor li.pull-right {
  border-right: none;
}

/* line 1506, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor li.pull-right a {
  border-right: none;
}

/* line 1513, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container .content-block-editor-highlighter {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: url(/../assets/editicon.png), auto;
}

/* line 1523, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container.active {
  top: -50px;
  opacity: 1;
  visibility: visible;
  transition: .2s opacity ease;
}

/* line 1529, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container.active .content-block-editor {
  top: 0;
  opacity: 1;
  transition: .2s all ease;
}

/* line 1535, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container.active .content-block-editor-add a {
  transform: scale(1, 1);
  transition: .3s all ease-out;
}

/* line 1548, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left {
  width: 100%;
  height: 4px;
  position: relative;
  position: absolute;
  z-index: 9;
  padding-top: 8px;
  cursor: pointer;
}

/* line 1560, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left:hover .content-block-editor-add-section-expand, .content-block-editor-add-section.content-block-editor-add-section-left.active .content-block-editor-add-section-expand {
  width: 100%;
}

/* line 1564, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left:hover .content-block-editor-add-section-plus, .content-block-editor-add-section.content-block-editor-add-section-left.active .content-block-editor-add-section-plus {
  background-color: #334999;
  left: -42px;
}

/* line 1569, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left:hover .content-block-editor-add-section-plus:after, .content-block-editor-add-section.content-block-editor-add-section-left.active .content-block-editor-add-section-plus:after {
  border-left-color: #334999;
}

/* line 1580, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left .content-block-editor-add-section-expand {
  width: 0%;
  transition: .3s width ease;
  position: absolute;
  height: 4px;
  background: #334999;
}

/* line 1590, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left .content-block-editor-add-section-plus {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 36px;
  left: -46px;
  background-color: #1f2834;
  background-color: #334999;
  z-index: 9999;
  text-align: center;
  color: #fff;
  top: -8px;
  transition: .3s all ease;
  border-radius: 50%;
  line-height: 36px;
  font-size: 18px;
}

/* line 1607, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left .content-block-editor-add-section-plus:after {
  left: 33px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(46, 143, 165, 0);
  border-left-color: #1f2834;
  border-left-color: #334999;
  border-width: 10px;
  margin-top: -10px;
  transition: .3s all ease;
}

/* line 1629, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section {
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

/* line 1636, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section .content-block-editor-add-section-plus {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #1f2834;
  background-color: #334999;
  z-index: 9999;
  text-align: center;
  color: #fff;
  transition: .3s all ease;
  border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  left: -11px;
}

/* line 1655, app/assets/stylesheets/styles/events.scss */
.content-block-editor-add-section:hover .content-block-editor-add-section-plus {
  transform: scale(1.26, 1.26);
}

/* line 1662, app/assets/stylesheets/styles/events.scss */
.nav-link-add-section {
  height: 30px;
  position: relative;
  position: absolute;
  z-index: 9;
  padding-top: 5px;
  cursor: pointer;
  width: 30px;
  background: #1f2834;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

/* line 1679, app/assets/stylesheets/styles/events.scss */
.content-block-editor-cover {
  width: 100%;
  height: 200px;
  border: 2px solid #334999;
  background-color: rgba(51, 73, 153, 0.5);
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s all ease;
  transform: scale(0.9);
}

/* line 1692, app/assets/stylesheets/styles/events.scss */
.content-block-editor-cover.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* line 1697, app/assets/stylesheets/styles/events.scss */
.content-block-editor-cover.active.activealert {
  background-color: rgba(191, 49, 33, 0.5);
}

/* line 1712, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 {
  position: absolute;
  top: 0;
  color: #fff;
  opacity: 0;
  color: #fff;
  visibility: hidden;
  transition: .2s opacity ease;
  z-index: 10;
  width: 40px;
}

/* line 1726, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 a {
  display: block;
  padding: 10px 4px;
  text-align: center;
  background: #303b4a;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 16px;
  float: left;
  min-width: 40px;
}

/* line 1741, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 a:hover {
  background-color: #334999;
}

/* line 1747, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 a:last-child {
  border-radius: 5px;
}

/* line 1758, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 .content-block-editor {
  position: relative;
  transition: none;
}

/* line 1766, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li {
  float: left;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 1772, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li a {
  padding: 14px 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #fff;
  transition: color .2s;
  -webkit-transition: color .2;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

/* line 1784, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li a:hover {
  color: #334999;
}

/* line 1790, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li.pull-right {
  border-right: none;
}

/* line 1793, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li.pull-right a {
  border-right: none;
}

/* line 1800, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2 .content-block-editor-highlighter {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: url(/../assets/editicon.png), auto;
}

/* line 1810, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2.active {
  top: -50px;
  opacity: 1;
  visibility: visible;
}

/* line 1816, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2.active .content-block-editor {
  top: 0;
  opacity: 1;
}

/* line 1822, app/assets/stylesheets/styles/events.scss */
.content-block-editor-container-v2.active .content-block-editor-add a {
  transform: scale(1, 1);
  transition: .3s all ease-out;
}

/* line 1836, app/assets/stylesheets/styles/events.scss */
#new_content_section .col-md-2 {
  height: 184px;
}

/* line 1840, app/assets/stylesheets/styles/events.scss */
.welcome-banner {
  width: 92%;
  margin: 50px auto 0 auto;
}

/* line 1844, app/assets/stylesheets/styles/events.scss */
.welcome-banner .col-md-3 {
  visibility: hidden;
}

/* line 1848, app/assets/stylesheets/styles/events.scss */
.welcome-banner h2 {
  font-size: 24px;
  opacity: .8;
}

/* line 1852, app/assets/stylesheets/styles/events.scss */
.welcome-banner h2 span {
  visibility: hidden;
}

/* line 1857, app/assets/stylesheets/styles/events.scss */
.welcome-banner .well {
  background: rgba(255, 255, 255, 0.5);
  padding: 25px;
  position: relative;
}

/* line 1863, app/assets/stylesheets/styles/events.scss */
.welcome-banner .form-header p {
  opacity: .5;
  font-weight: 400;
}

/* line 1868, app/assets/stylesheets/styles/events.scss */
.welcome-banner .icon {
  font-size: 38px;
  display: none;
}

/* line 1873, app/assets/stylesheets/styles/events.scss */
.welcome-banner p {
  opacity: .6;
}

/* line 1880, app/assets/stylesheets/styles/events.scss */
.welcome-banner a h5 {
  font-weight: 500;
}

/* line 1885, app/assets/stylesheets/styles/events.scss */
.welcome-banner a h5 span {
  padding: 4px;
  border: 1px solid;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
  background: #334999;
  color: #fff;
  font-weight: 400;
}

/* line 1901, app/assets/stylesheets/styles/events.scss */
.welcome-banner h4 {
  margin-top: 20px;
}

/* line 1905, app/assets/stylesheets/styles/events.scss */
.welcome-banner .task-complete {
  opacity: .5;
}

/* line 1908, app/assets/stylesheets/styles/events.scss */
.welcome-banner .task-complete h5 {
  text-decoration: line-through;
}

/* line 1912, app/assets/stylesheets/styles/events.scss */
.welcome-banner .task-complete span {
  background: #fff;
  color: #334999;
}

/* line 1919, app/assets/stylesheets/styles/events.scss */
.welcome-banner .well-close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 21px;
  cursor: pointer;
}

/* line 1926, app/assets/stylesheets/styles/events.scss */
.welcome-banner .well-close:hover {
  color: #334999;
}

/* qr code */
/* line 1938, app/assets/stylesheets/styles/events.scss */
.qrcode-text-btn {
  display: inline-block;
  height: 100px;
  width: 100px;
  background: url(/assets/qr-afbe8bc2997653ac8f789ae810901e9ef1edde6bb92add43b09c8d98262b661e.png) 50% 50% no-repeat;
  cursor: pointer;
}

/* line 1946, app/assets/stylesheets/styles/events.scss */
.qrcode-text-btn > input[type=file] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* line 1954, app/assets/stylesheets/styles/events.scss */
.qrcode-text {
  padding-right: 1.7em;
  margin-right: 0;
  vertical-align: middle;
}

/* line 1960, app/assets/stylesheets/styles/events.scss */
.qrcode-text + .qrcode-text-btn {
  width: 1.7em;
  margin-left: -1.7em;
  vertical-align: middle;
}

/* line 1967, app/assets/stylesheets/styles/events.scss */
.checkin_new .attendee-info {
  margin: 20px 0;
}

/* line 1969, app/assets/stylesheets/styles/events.scss */
.checkin_new .attendee-info h3 {
  font-size: 40px;
  color: #48b2c1;
}

/* line 1977, app/assets/stylesheets/styles/events.scss */
.confirm_ticket h2, .confirm_ticket h3 {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}

/* line 1983, app/assets/stylesheets/styles/events.scss */
.confirm_ticket p {
  font-size: 18px;
}

/* line 1987, app/assets/stylesheets/styles/events.scss */
.confirm_ticket h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
}

/* line 1992, app/assets/stylesheets/styles/events.scss */
.confirm_ticket h3 {
  font-weight: normal;
  color: #aaa;
  margin-bottom: 10px;
}

/* line 1997, app/assets/stylesheets/styles/events.scss */
.confirm_ticket img.profile-sm {
  margin: 20px 0;
  width: 100px;
  border-radius: 50%;
}

/* line 2003, app/assets/stylesheets/styles/events.scss */
.confirm_ticket .error {
  color: #ff0000;
}

/* line 2006, app/assets/stylesheets/styles/events.scss */
.confirm_ticket .btn {
  font-size: 18px;
  border-radius: 0;
  padding: 20px 10px;
  width: 100%;
}

/* line 2013, app/assets/stylesheets/styles/events.scss */
.confirm_ticket p.info {
  margin-top: 0;
  color: #aaa;
  font-size: 14px;
}

/* line 2018, app/assets/stylesheets/styles/events.scss */
.confirm_ticket .attendee-block {
  margin: 20px 0;
}

/* line 2021, app/assets/stylesheets/styles/events.scss */
.confirm_ticket .btn-secondary {
  background-color: #aaa;
}

/* line 2026, app/assets/stylesheets/styles/events.scss */
.ec-circle {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  -moz-box-shadow: inset 0 0 6px #ccc;
  -webkit-box-shadow: inset 0 0 6px #ccc;
  box-shadow: inset 0 0 6px #ccc;
}

/* line 2039, app/assets/stylesheets/styles/events.scss */
.ec-circle:hover, .ec-circle.checked {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #334999;
}

/* line 2047, app/assets/stylesheets/styles/events.scss */
.ec-circle i {
  position: absolute;
  top: 7px;
  left: 7px;
  color: white;
}

/* line 2055, app/assets/stylesheets/styles/events.scss */
.attendee-filters button {
  margin: 4px 10px;
}

/* line 2068, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-container {
  margin: 0 0 4px 0;
}

/* line 2073, app/assets/stylesheets/styles/events.scss */
.ec-editor-block {
  position: relative;
}

/* line 2079, app/assets/stylesheets/styles/events.scss */
.ec-editor-block.active {
  outline: 3px solid #334999;
}

/* line 2087, app/assets/stylesheets/styles/events.scss */
.ec-editor-element-editor-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
}

/* line 2100, app/assets/stylesheets/styles/events.scss */
.sidebar .sidebar-content {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

/* line 2111, app/assets/stylesheets/styles/events.scss */
.sidebar .sidebar-empty {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

/* line 2118, app/assets/stylesheets/styles/events.scss */
.sidebar .sidebar-empty p {
  font-size: 15px;
  color: #303b4a;
  opacity: .5;
}

/* line 2124, app/assets/stylesheets/styles/events.scss */
.sidebar .sidebar-empty img.img-responsive {
  width: 64px;
  margin: 0 auto;
  margin-bottom: 10px;
  opacity: .26;
  margin-top: 32px;
}

/* line 2135, app/assets/stylesheets/styles/events.scss */
.sidebar.active .sidebar-content {
  opacity: 1;
  visibility: visible;
}

/* line 2140, app/assets/stylesheets/styles/events.scss */
.sidebar.active .sidebar-empty {
  display: none;
}

/* line 2166, app/assets/stylesheets/styles/events.scss */
.sidebar-content .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2180, app/assets/stylesheets/styles/events.scss */
.sidebar-content .sidebar-overlay.active {
  opacity: .8;
  visibility: visible;
}

/* line 2186, app/assets/stylesheets/styles/events.scss */
.sidebar-content .form-control {
  height: 38px;
}

/* line 2190, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header {
  background: #1f2834;
  color: #ffffffab;
  width: 100%;
}

/* line 2195, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a {
  display: inline-block;
  background: #1f2834;
  color: #fff;
  border-bottom: 6px solid transparent;
  padding: 16px 12px 12px 12px;
  text-decoration: none;
}

/* line 2203, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.active {
  border-bottom: 6px solid #334999;
}

/* line 2207, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.active:hover {
  color: #fff;
}

/* line 2212, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a:hover {
  color: #334999;
}

/* line 2216, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.ec-editor-element-editor-header-drag {
  cursor: move;
  padding: 16px 12px 12px 12px;
  background: #ffffff12;
}

/* line 2222, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.ec-editor-element-editor-header-close {
  background-color: #334999;
  padding: 16px 14px 12px 14px;
}

/* line 2226, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.ec-editor-element-editor-header-close:hover {
  color: #fff;
  background-color: #2e428a;
}

/* line 2236, app/assets/stylesheets/styles/events.scss */
.sidebar-content .form-group .form-icon-select {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 6px;
  color: #222;
}

/* line 2245, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-item-content {
  width: 300px;
  height: 446px;
  overflow: scroll;
  padding: 30px;
}

/* line 2259, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header-tab-content-container {
  width: 300px;
}

/* line 2263, app/assets/stylesheets/styles/events.scss */
.sidebar-content .ec-editor-element-editor-header-tab-content-container .ec-editor-element-editor-header-tab-content-container {
  width: 300px;
}

/* line 2269, app/assets/stylesheets/styles/events.scss */
.sidebar-content .dropable {
  height: 200px;
}

/* line 2272, app/assets/stylesheets/styles/events.scss */
.sidebar-content .dropable i {
  text-align: center;
  width: 100%;
  top: 72px;
  position: relative;
  font-size: 27px;
  opacity: 0.2;
}

/* line 2284, app/assets/stylesheets/styles/events.scss */
.sidebar-content .image-results {
  margin-top: 16px;
}

/* line 2288, app/assets/stylesheets/styles/events.scss */
.sidebar-content .image-results img {
  border: 4px solid transparent;
  cursor: pointer;
}

/* line 2293, app/assets/stylesheets/styles/events.scss */
.sidebar-content .image-results img:hover {
  border: 4px solid #334999;
}

/* line 2298, app/assets/stylesheets/styles/events.scss */
.sidebar-content .image-results li {
  margin: 0;
  vertical-align: top;
  padding: 0;
}

/* line 2303, app/assets/stylesheets/styles/events.scss */
.sidebar-content .image-results li img {
  padding: 2px;
  border: 2px solid transparent;
  display: block;
  transition: .2s all ease;
}

/* line 2309, app/assets/stylesheets/styles/events.scss */
.sidebar-content .image-results li img:hover {
  border: 2px solid #334999;
}

/* line 2318, app/assets/stylesheets/styles/events.scss */
.sidebar-content #backgroundImagePlaceholder {
  width: 100%;
  height: 160px;
  background-color: #efefef;
  text-align: center;
  background-position: 50%;
  background-size: cover;
}

/* line 2326, app/assets/stylesheets/styles/events.scss */
.sidebar-content #backgroundImagePlaceholder .btn {
  position: relative;
  top: 50px;
  background: #334999;
}

/* line 2331, app/assets/stylesheets/styles/events.scss */
.sidebar-content #backgroundImagePlaceholder .btn:hover {
  background: #334999;
}

/* line 2338, app/assets/stylesheets/styles/events.scss */
.sidebar-content hr {
  margin: 30px 0;
}

/* line 2347, app/assets/stylesheets/styles/events.scss */
.sidebar-content.large {
  width: 700px;
}

/* line 2351, app/assets/stylesheets/styles/events.scss */
.sidebar-content.large .ec-editor-element-item-content {
  width: 700px;
}

/* line 2362, app/assets/stylesheets/styles/events.scss */
.carousel-inner > .item {
  -webkit-transition: 0.2s ease-in-out left;
  -o-transition: 0.2s ease-in-out left;
  transition: 0.2s ease-in-out left;
}

/* line 2371, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor {
  position: absolute;
  border: 2px solid #334999;
  background-color: rgba(0, 0, 0, 0.05);
  top: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 11;
}

/* line 2383, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor .ec-editor-block-inline-editor-content {
  min-width: 336px;
  position: relative;
}

/* line 2390, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor .clearfix {
  position: absolute;
  top: -41px;
  left: -2px;
}

/* line 2396, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor a {
  width: 9.25%;
  width: 36px;
  display: block;
  padding: 12px 2px;
  text-align: center;
  color: black;
  background: #1f2834;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  float: left;
  height: 41px;
}

/* line 2414, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor a#ec-editor-plus {
  background: #334999;
}

/* line 2418, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor a:hover {
  color: #334999;
}

/* line 2422, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor a#ec-editor-plus:hover {
  background: #293a7a;
  color: #fff;
}

/* line 2432, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor.active {
  visibility: visible;
  opacity: 1;
}

/* line 2446, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-link-editor {
  position: absolute;
  border: 2px solid #334999;
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  cursor: text;
  z-index: 10;
}

/* line 2457, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-link-editor .ec-editor-block-inline-editor-content {
  width: 86px;
  margin: 0 auto;
  position: relative;
}

/* line 2464, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-link-editor .clearfix {
  position: absolute;
  top: -41px;
}

/* line 2469, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-link-editor a {
  width: 9.25%;
  width: 36px;
  display: block;
  padding: 12px 2px;
  text-align: center;
  color: black;
  background: #1f2834;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  float: left;
  height: 41px;
}

/* line 2487, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-link-editor a:hover {
  color: #334999;
}

/* line 2495, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-link-editor.active {
  visibility: visible;
  opacity: 1;
}

/* line 2506, app/assets/stylesheets/styles/events.scss */
.ec-editor-rightmenu {
  position: absolute;
  width: 200px;
  top: 20px;
  left: 100px;
  background: #1f2834;
  display: none;
  z-index: 999999999;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

/* line 2516, app/assets/stylesheets/styles/events.scss */
.ec-editor-rightmenu.active {
  display: block;
}

/* line 2520, app/assets/stylesheets/styles/events.scss */
.ec-editor-rightmenu a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

/* line 2526, app/assets/stylesheets/styles/events.scss */
.ec-editor-rightmenu a:hover {
  color: #334999;
}

/* line 2532, app/assets/stylesheets/styles/events.scss */
.ec-editor-rightmenu hr {
  margin: 0;
  border-top: 1px solid #434343;
}

/* line 2543, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-more-container {
  text-align: center;
  padding-top: 4px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 6px;
  transition: all .2s ease;
  max-width: 400px;
}

/* line 2555, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-more-container.active {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/* line 2568, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-addition-container a {
  display: block;
  float: left;
  width: 33.33333%;
  text-decoration: none;
  padding: 10px;
  height: inherit;
  font-size: 12px;
}

/* line 2578, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-addition-container a i {
  display: block;
  font-size: 22px;
  margin-bottom: 6px;
}

/* line 2584, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-addition-container a:hover {
  opacity: 1;
}

/* line 2597, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-addition-container-delete a {
  width: 100%;
  color: #fff;
  height: 41px;
}

/* line 2602, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-addition-container-delete a:hover {
  background-color: #bf3121;
  color: #fff;
}

/* line 2611, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor-addition-delineator {
  position: absolute;
  width: 100%;
  height: 1px;
  top: -6px;
  background-color: #fff;
  border-top: 2px dashed #09c;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  display: none;
}

/* line 2623, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-inline-editor-addition-delineator.active {
  visibility: visible;
  opacity: 1;
}

/* line 2633, app/assets/stylesheets/styles/events.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 2641, app/assets/stylesheets/styles/events.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 2649, app/assets/stylesheets/styles/events.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 2655, app/assets/stylesheets/styles/events.scss */
.ui-resizable {
  position: relative;
}

/* line 2663, app/assets/stylesheets/styles/events.scss */
.font-select > a {
  height: 46px;
}

/* line 2666, app/assets/stylesheets/styles/events.scss */
.font-select > a span {
  padding: 8px;
}

/* line 2677, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .close {
  color: #fff;
}

/* line 2681, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-header {
  background-color: #1f2834;
  color: #fff;
}

/* line 2686, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog {
  height: 544px;
  overflow: hidden;
}

/* line 2692, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body {
  padding: 0;
}

/* line 2695, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .left {
  width: 20%;
  background-color: #f8f9fc;
  float: left;
  height: 500px;
  padding-top: 10px;
}

/* line 2702, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .left a {
  display: block;
  padding: 6px 20px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

/* line 2709, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .left a:hover {
  color: #334999;
}

/* line 2713, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .left a.active {
  border-left: 9px solid #334999;
}

/* line 2720, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .right {
  width: 80%;
  float: left;
  height: 500px;
  overflow: scroll;
  padding: 20px 20px 50px 20px;
}

/* line 2727, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .right div {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  cursor: pointer;
  opacity: .8;
  position: relative;
}

/* line 2734, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .right div:hover {
  opacity: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 2738, app/assets/stylesheets/styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .right div:hover:before {
  content: "\f067";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #334999;
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}

/* line 2767, app/assets/stylesheets/styles/events.scss */
.ui-resizable {
  background-color: rgba(51, 73, 153, 0.2);
}

/* line 2770, app/assets/stylesheets/styles/events.scss */
.ui-resizable .ui-resizable-s {
  cursor: s-resize;
  width: 100%;
  bottom: -9px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #334999;
  border-radius: 50%;
  left: 50%;
  margin-left: -5px;
}

/* line 2788, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-duplicatable-cover {
  border: 2px solid #334999;
  background-color: rgba(46, 143, 165, 0.2);
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s all ease;
  transform: scale(0.9);
}

/* line 2799, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-duplicatable-cover.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* line 2807, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-duplicatable-container {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

/* line 2818, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-duplicatable-container a {
  width: 30px;
  display: block;
  padding: 7px 2px;
  text-align: center;
  background: #1f2834;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  height: 30px;
}

/* line 2831, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-duplicatable-container a:hover {
  color: #334999;
}

/* line 2837, app/assets/stylesheets/styles/events.scss */
.ec-editor-block-duplicatable-container.active {
  visibility: visible;
  opacity: 1;
}

/* line 2846, app/assets/stylesheets/styles/events.scss */
.editing .ec-repeatable {
  outline: 1px dotted #334999;
}

/* line 2854, app/assets/stylesheets/styles/events.scss */
.ec-panel-add-content-block-link {
  margin-bottom: 30px;
  display: block;
  padding: 10px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: .2s all ease;
  position: relative;
  text-align: center;
}

/* line 2864, app/assets/stylesheets/styles/events.scss */
.ec-panel-add-content-block-link .img-responsive {
  border: 1px solid #cccccc9c;
}

/* line 2868, app/assets/stylesheets/styles/events.scss */
.ec-panel-add-content-block-link p.small {
  margin-bottom: 0;
  margin-top: 4px;
}

/* line 2873, app/assets/stylesheets/styles/events.scss */
.ec-panel-add-content-block-link:hover {
  border: 2px solid #334999;
  text-decoration: none;
  box-shadow: 2px 2px 10px #00000026;
}

/* line 2879, app/assets/stylesheets/styles/events.scss */
.ec-panel-add-content-block-link.premium:after {
  content: "P";
  position: absolute;
  background-color: #334999;
  display: block;
  color: #fff;
  width: 20px;
  text-transform: uppercase;
  font-weight: bold;
  top: 11px;
  right: 11px;
}

/* line 2902, app/assets/stylesheets/styles/events.scss */
.website.showecbanner {
  margin-top: 80px;
}

@media (max-width: 768px) {
  /* line 2902, app/assets/stylesheets/styles/events.scss */
  .website.showecbanner {
    margin-top: 0;
  }
}

/* line 2912, app/assets/stylesheets/styles/events.scss */
.website .event-website-navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin: 0;
}

/* line 2925, app/assets/stylesheets/styles/events.scss */
.website .event-website-navbar .button {
  padding: 14px 21px;
  line-height: 1;
  text-decoration: none;
  font-size: 12px;
}

/* line 2933, app/assets/stylesheets/styles/events.scss */
.website .event-website-navbar > .container,
.website .event-website-navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 2945, app/assets/stylesheets/styles/events.scss */
.website .event-website-navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-left: .4rem;
}

/* line 2956, app/assets/stylesheets/styles/events.scss */
.website .event-website-navbar-brand:hover, .website .event-website-navbar-brand:focus {
  text-decoration: none;
}

/* line 2960, app/assets/stylesheets/styles/events.scss */
.website .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 2970, app/assets/stylesheets/styles/events.scss */
.website .navbar-toggle {
  position: relative;
  float: right;
  /* margin-right: 15px; */
  padding: 9px 10px;
  /* margin-top: 8px; */
  /* margin-bottom: 8px; */
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

/* line 2986, app/assets/stylesheets/styles/events.scss */
.website .navbar-nav .nav-item {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 2994, app/assets/stylesheets/styles/events.scss */
.website .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: inherit;
  font-weight: inherit;
  background: none;
}

/* line 3001, app/assets/stylesheets/styles/events.scss */
.website .navbar-nav .nav-link:hover {
  background: none;
}

/* line 3006, app/assets/stylesheets/styles/events.scss */
.website .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 3011, app/assets/stylesheets/styles/events.scss */
.website .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 3017, app/assets/stylesheets/styles/events.scss */
.website .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}

/* line 3028, app/assets/stylesheets/styles/events.scss */
.website .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 3038, app/assets/stylesheets/styles/events.scss */
.website .navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  background: #fff;
}

/* line 3044, app/assets/stylesheets/styles/events.scss */
.website .navbar-toggler:hover, .website .navbar-toggler:focus {
  text-decoration: none;
}

/* line 3048, app/assets/stylesheets/styles/events.scss */
.website .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 3052, app/assets/stylesheets/styles/events.scss */
.website .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 3063, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-sm > .container,
.website .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 3071, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3077, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3081, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3084, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3088, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-sm > .container,
.website .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3093, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3099, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 3105, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-md > .container,
.website .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 3113, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3119, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3123, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3126, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3130, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-md > .container,
.website .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3135, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3141, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 3147, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-lg > .container,
.website .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 3155, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3161, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3165, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3168, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3172, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-lg > .container,
.website .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3177, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3183, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 3189, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-xl > .container,
.website .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 3197, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 3203, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 3207, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3210, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 3214, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-xl > .container,
.website .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 3219, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 3225, app/assets/stylesheets/styles/events.scss */
  .website .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 3230, app/assets/stylesheets/styles/events.scss */
.website .navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3237, app/assets/stylesheets/styles/events.scss */
.website .navbar-expand > .container,
.website .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 3243, app/assets/stylesheets/styles/events.scss */
.website .navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 3248, app/assets/stylesheets/styles/events.scss */
.website .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3252, app/assets/stylesheets/styles/events.scss */
.website .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 3257, app/assets/stylesheets/styles/events.scss */
.website .navbar-expand > .container,
.website .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 3263, app/assets/stylesheets/styles/events.scss */
.website .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 3270, app/assets/stylesheets/styles/events.scss */
.website .navbar-expand .navbar-toggler {
  display: none;
}

/* line 3274, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3278, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-brand:hover, .website .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3282, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3286, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-nav .nav-link:hover, .website .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 3290, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 3294, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-nav .show > .nav-link,
.website .navbar-light .navbar-nav .active > .nav-link,
.website .navbar-light .navbar-nav .nav-link.show,
.website .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3301, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 3306, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 3310, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 3314, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3318, app/assets/stylesheets/styles/events.scss */
.website .navbar-light .navbar-text a:hover, .website .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 3322, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-brand {
  color: #fff;
}

/* line 3326, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-brand:hover, .website .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 3330, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3334, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-nav .nav-link:hover, .website .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 3338, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 3342, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-nav .show > .nav-link,
.website .navbar-dark .navbar-nav .active > .nav-link,
.website .navbar-dark .navbar-nav .nav-link.show,
.website .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 3349, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 3354, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 3358, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 3362, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-text a {
  color: #fff;
}

/* line 3366, app/assets/stylesheets/styles/events.scss */
.website .navbar-dark .navbar-text a:hover, .website .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 3378, app/assets/stylesheets/styles/events.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 3383, app/assets/stylesheets/styles/events.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 3388, app/assets/stylesheets/styles/events.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 3393, app/assets/stylesheets/styles/events.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 3398, app/assets/stylesheets/styles/events.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 3403, app/assets/stylesheets/styles/events.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 3408, app/assets/stylesheets/styles/events.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 3413, app/assets/stylesheets/styles/events.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 3418, app/assets/stylesheets/styles/events.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 3423, app/assets/stylesheets/styles/events.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 3428, app/assets/stylesheets/styles/events.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 3433, app/assets/stylesheets/styles/events.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 3438, app/assets/stylesheets/styles/events.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 3443, app/assets/stylesheets/styles/events.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 3448, app/assets/stylesheets/styles/events.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 3453, app/assets/stylesheets/styles/events.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 3458, app/assets/stylesheets/styles/events.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 3463, app/assets/stylesheets/styles/events.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 3468, app/assets/stylesheets/styles/events.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 3473, app/assets/stylesheets/styles/events.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 3478, app/assets/stylesheets/styles/events.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 3483, app/assets/stylesheets/styles/events.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 3488, app/assets/stylesheets/styles/events.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 3493, app/assets/stylesheets/styles/events.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 3498, app/assets/stylesheets/styles/events.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 3503, app/assets/stylesheets/styles/events.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 3508, app/assets/stylesheets/styles/events.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 3513, app/assets/stylesheets/styles/events.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 3518, app/assets/stylesheets/styles/events.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 3523, app/assets/stylesheets/styles/events.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 3528, app/assets/stylesheets/styles/events.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 3533, app/assets/stylesheets/styles/events.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 3538, app/assets/stylesheets/styles/events.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 3543, app/assets/stylesheets/styles/events.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 3549, app/assets/stylesheets/styles/events.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 3553, app/assets/stylesheets/styles/events.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 3557, app/assets/stylesheets/styles/events.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 3561, app/assets/stylesheets/styles/events.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 3565, app/assets/stylesheets/styles/events.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 3569, app/assets/stylesheets/styles/events.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 3573, app/assets/stylesheets/styles/events.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 3577, app/assets/stylesheets/styles/events.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 3581, app/assets/stylesheets/styles/events.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 3585, app/assets/stylesheets/styles/events.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 3589, app/assets/stylesheets/styles/events.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 3593, app/assets/stylesheets/styles/events.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 3597, app/assets/stylesheets/styles/events.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 3601, app/assets/stylesheets/styles/events.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 3605, app/assets/stylesheets/styles/events.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 3609, app/assets/stylesheets/styles/events.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 3613, app/assets/stylesheets/styles/events.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 3617, app/assets/stylesheets/styles/events.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 3621, app/assets/stylesheets/styles/events.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 3625, app/assets/stylesheets/styles/events.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 3629, app/assets/stylesheets/styles/events.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 3633, app/assets/stylesheets/styles/events.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 3637, app/assets/stylesheets/styles/events.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 3641, app/assets/stylesheets/styles/events.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 3645, app/assets/stylesheets/styles/events.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 3649, app/assets/stylesheets/styles/events.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 3653, app/assets/stylesheets/styles/events.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 3657, app/assets/stylesheets/styles/events.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 3661, app/assets/stylesheets/styles/events.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 3665, app/assets/stylesheets/styles/events.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 3669, app/assets/stylesheets/styles/events.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 3673, app/assets/stylesheets/styles/events.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 3677, app/assets/stylesheets/styles/events.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 3681, app/assets/stylesheets/styles/events.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 3688, app/assets/stylesheets/styles/events.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 3692, app/assets/stylesheets/styles/events.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 3696, app/assets/stylesheets/styles/events.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 3700, app/assets/stylesheets/styles/events.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 3704, app/assets/stylesheets/styles/events.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 3708, app/assets/stylesheets/styles/events.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 3712, app/assets/stylesheets/styles/events.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 3716, app/assets/stylesheets/styles/events.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 3720, app/assets/stylesheets/styles/events.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 3724, app/assets/stylesheets/styles/events.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 3728, app/assets/stylesheets/styles/events.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 3732, app/assets/stylesheets/styles/events.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 3736, app/assets/stylesheets/styles/events.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 3740, app/assets/stylesheets/styles/events.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 3744, app/assets/stylesheets/styles/events.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 3748, app/assets/stylesheets/styles/events.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 3752, app/assets/stylesheets/styles/events.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 3756, app/assets/stylesheets/styles/events.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 3760, app/assets/stylesheets/styles/events.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 3764, app/assets/stylesheets/styles/events.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 3768, app/assets/stylesheets/styles/events.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 3772, app/assets/stylesheets/styles/events.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 3776, app/assets/stylesheets/styles/events.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 3780, app/assets/stylesheets/styles/events.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 3784, app/assets/stylesheets/styles/events.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 3788, app/assets/stylesheets/styles/events.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 3792, app/assets/stylesheets/styles/events.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 3796, app/assets/stylesheets/styles/events.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 3800, app/assets/stylesheets/styles/events.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 3804, app/assets/stylesheets/styles/events.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 3808, app/assets/stylesheets/styles/events.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 3812, app/assets/stylesheets/styles/events.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 3816, app/assets/stylesheets/styles/events.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 3820, app/assets/stylesheets/styles/events.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 3827, app/assets/stylesheets/styles/events.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 3831, app/assets/stylesheets/styles/events.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 3835, app/assets/stylesheets/styles/events.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 3839, app/assets/stylesheets/styles/events.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 3843, app/assets/stylesheets/styles/events.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 3847, app/assets/stylesheets/styles/events.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 3851, app/assets/stylesheets/styles/events.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 3855, app/assets/stylesheets/styles/events.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 3859, app/assets/stylesheets/styles/events.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 3863, app/assets/stylesheets/styles/events.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 3867, app/assets/stylesheets/styles/events.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 3871, app/assets/stylesheets/styles/events.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 3875, app/assets/stylesheets/styles/events.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 3879, app/assets/stylesheets/styles/events.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 3883, app/assets/stylesheets/styles/events.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 3887, app/assets/stylesheets/styles/events.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 3891, app/assets/stylesheets/styles/events.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 3895, app/assets/stylesheets/styles/events.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 3899, app/assets/stylesheets/styles/events.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 3903, app/assets/stylesheets/styles/events.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 3907, app/assets/stylesheets/styles/events.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 3911, app/assets/stylesheets/styles/events.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 3915, app/assets/stylesheets/styles/events.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 3919, app/assets/stylesheets/styles/events.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 3923, app/assets/stylesheets/styles/events.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 3927, app/assets/stylesheets/styles/events.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 3931, app/assets/stylesheets/styles/events.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 3935, app/assets/stylesheets/styles/events.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 3939, app/assets/stylesheets/styles/events.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 3943, app/assets/stylesheets/styles/events.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 3947, app/assets/stylesheets/styles/events.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 3951, app/assets/stylesheets/styles/events.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 3955, app/assets/stylesheets/styles/events.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 3959, app/assets/stylesheets/styles/events.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 3966, app/assets/stylesheets/styles/events.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 3970, app/assets/stylesheets/styles/events.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 3974, app/assets/stylesheets/styles/events.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 3978, app/assets/stylesheets/styles/events.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 3982, app/assets/stylesheets/styles/events.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 3986, app/assets/stylesheets/styles/events.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 3990, app/assets/stylesheets/styles/events.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 3994, app/assets/stylesheets/styles/events.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 3998, app/assets/stylesheets/styles/events.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 4002, app/assets/stylesheets/styles/events.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 4006, app/assets/stylesheets/styles/events.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 4010, app/assets/stylesheets/styles/events.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 4014, app/assets/stylesheets/styles/events.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 4018, app/assets/stylesheets/styles/events.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 4022, app/assets/stylesheets/styles/events.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 4026, app/assets/stylesheets/styles/events.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 4030, app/assets/stylesheets/styles/events.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 4034, app/assets/stylesheets/styles/events.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 4038, app/assets/stylesheets/styles/events.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 4042, app/assets/stylesheets/styles/events.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 4046, app/assets/stylesheets/styles/events.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 4050, app/assets/stylesheets/styles/events.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 4054, app/assets/stylesheets/styles/events.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 4058, app/assets/stylesheets/styles/events.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 4062, app/assets/stylesheets/styles/events.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 4066, app/assets/stylesheets/styles/events.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 4070, app/assets/stylesheets/styles/events.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 4074, app/assets/stylesheets/styles/events.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 4078, app/assets/stylesheets/styles/events.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 4082, app/assets/stylesheets/styles/events.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 4086, app/assets/stylesheets/styles/events.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 4090, app/assets/stylesheets/styles/events.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 4094, app/assets/stylesheets/styles/events.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 4098, app/assets/stylesheets/styles/events.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 4106, app/assets/stylesheets/styles/events.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 4111, app/assets/stylesheets/styles/events.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 4116, app/assets/stylesheets/styles/events.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 4121, app/assets/stylesheets/styles/events.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* line 4128, app/assets/stylesheets/styles/events.scss */
.navbar-website-editor .btn-positive {
  margin-left: 0 !important;
}

/* line 4145, app/assets/stylesheets/styles/events.scss */
#save.disabled {
  opacity: .4;
  background: transparent;
}

/* line 4157, app/assets/stylesheets/styles/events.scss */
img.fr-dib {
  margin: 5px auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 4167, app/assets/stylesheets/styles/events.scss */
.fr-view img.fr-dib {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 4172, app/assets/stylesheets/styles/events.scss */
img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 4177, app/assets/stylesheets/styles/events.scss */
img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 4182, app/assets/stylesheets/styles/events.scss */
img.responsive {
  width: 100% !important;
}

/* line 4191, app/assets/stylesheets/styles/events.scss */
.website {
  overflow: hidden;
  word-wrap: break-word;
  font-family: 'Roboto';
  color: #000;
  background: #fff;
  position: relative;
}

/* line 4201, app/assets/stylesheets/styles/events.scss */
.website .website-container-outer.website-container-outer-sm {
  background-color: #ededed;
}

/* line 4204, app/assets/stylesheets/styles/events.scss */
.website .website-container-outer.website-container-outer-sm .website-container-inner {
  max-width: 900px;
}

/* line 4211, app/assets/stylesheets/styles/events.scss */
.website .website-container-inner {
  margin: 0 auto;
  position: relative;
}

/* line 4217, app/assets/stylesheets/styles/events.scss */
.website .p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: 'Nunito Sans', sans-serif;
}

/* line 4225, app/assets/stylesheets/styles/events.scss */
.website .plead {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  font-family: 'Nunito Sans', sans-serif;
}

/* line 4234, app/assets/stylesheets/styles/events.scss */
.website .button {
  display: inline-block;
  padding: 6px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 20px 34px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: .2s all ease;
}

/* line 4247, app/assets/stylesheets/styles/events.scss */
.website .button:hover {
  color: #fff;
  background: #222;
}

/* line 4252, app/assets/stylesheets/styles/events.scss */
.website .button:active {
  transform: scale(0.96);
}

/* line 4258, app/assets/stylesheets/styles/events.scss */
.website .button-light {
  background-color: #fff;
  color: #000;
}

/* line 4263, app/assets/stylesheets/styles/events.scss */
.website .button-block {
  width: 100%;
}

/* line 4268, app/assets/stylesheets/styles/events.scss */
.website .h1 {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  line-height: 110%;
}

/* line 4277, app/assets/stylesheets/styles/events.scss */
.website .h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  line-height: 110%;
}

/* line 4285, app/assets/stylesheets/styles/events.scss */
.website .h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  line-height: 110%;
}

/* line 4293, app/assets/stylesheets/styles/events.scss */
.website .h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 200%;
}

/* line 4303, app/assets/stylesheets/styles/events.scss */
.website .h5 {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  line-height: 110%;
}

/* line 4312, app/assets/stylesheets/styles/events.scss */
.website .h6 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin: 0;
  line-height: 140%;
}

/* line 4322, app/assets/stylesheets/styles/events.scss */
.website .h7 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 110%;
}

/* line 4329, app/assets/stylesheets/styles/events.scss */
.website img {
  max-width: 100%;
}

/* line 4333, app/assets/stylesheets/styles/events.scss */
.website .img-responsive-full {
  display: block;
  width: 100% !important;
  height: auto !important;
}

/* line 4339, app/assets/stylesheets/styles/events.scss */
.website svg {
  max-width: 100%;
}

/* line 4344, app/assets/stylesheets/styles/events.scss */
.website ul, .website li {
  list-style: initial;
}

@media (max-width: 992px) {
  /* line 4364, app/assets/stylesheets/styles/events.scss */
  .website .navbar-toggle {
    display: block !important;
    background-color: black !important;
  }
  /* line 4373, app/assets/stylesheets/styles/events.scss */
  .website .col-mobile-margin {
    margin-bottom: 30px;
  }
  /* line 4377, app/assets/stylesheets/styles/events.scss */
  .website .navbar-collapse {
    display: none !important;
  }
}

/* line 4389, app/assets/stylesheets/styles/events.scss */
.website .insert-target {
  display: none;
}

/* line 4394, app/assets/stylesheets/styles/events.scss */
.website .container {
  max-width: 95%;
}

/* line 4399, app/assets/stylesheets/styles/events.scss */
.website .website-well {
  padding: 40px;
  background: #fff;
  color: #000;
  box-shadow: 2px 2px 10px #00000033;
  text-align: center;
}

/* line 4408, app/assets/stylesheets/styles/events.scss */
.website #mapx {
  height: 100%;
  height: 400px;
}

/* line 4413, app/assets/stylesheets/styles/events.scss */
.website .content-block {
  padding-top: 70px;
  padding-bottom: 84px;
}

/* line 4417, app/assets/stylesheets/styles/events.scss */
.website .content-block .content-block-content-image {
  display: none;
}

/* line 4422, app/assets/stylesheets/styles/events.scss */
.website .content-block.content-block-inline-image-active {
  padding: 0 !important;
}

/* line 4426, app/assets/stylesheets/styles/events.scss */
.website .content-block.content-block-inline-image-active .content-block-content {
  display: none;
}

/* line 4430, app/assets/stylesheets/styles/events.scss */
.website .content-block.content-block-inline-image-active .content-block-content-image {
  display: block;
}

/* line 4433, app/assets/stylesheets/styles/events.scss */
.website .content-block.content-block-inline-image-active .content-block-content-image img {
  width: 100%;
}

/* line 4440, app/assets/stylesheets/styles/events.scss */
.website .content-block.content-block-standard .h1, .website .content-block.content-block-standard .h2 {
  font-family: 'Montserrat', sans-serif;
}

/* line 4444, app/assets/stylesheets/styles/events.scss */
.website .content-block.content-block-standard .plead {
  color: #999;
}

/* line 4448, app/assets/stylesheets/styles/events.scss */
.website .content-block.content-block-standard .button {
  letter-spacing: 1px;
  font-family: "Nunito Sans";
}

/* line 4455, app/assets/stylesheets/styles/events.scss */
.website .content-block-bg {
  opacity: .5;
  background-color: #fff;
}

/* line 4460, app/assets/stylesheets/styles/events.scss */
.website .website-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}

/* line 4467, app/assets/stylesheets/styles/events.scss */
.website .website-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4477, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner {
  padding: 200px 0 260px 0;
  text-align: center;
  background-image: url(https://images.unsplash.com/photo-1511593358241-7eea1f3c84e5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2767&q=80);
  color: #fff;
  background-position: 50%;
}

/* line 4484, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner .content-block-bg {
  background: #000;
  opacity: .4;
}

/* line 4489, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-2 {
  background-image: url(https://images.unsplash.com/photo-1502786403187-735311c54e9d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80);
  text-align: left;
}

/* line 4493, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-2 .content-block-bg {
  opacity: .08;
}

/* line 4499, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-3 {
  background-image: url(https://images.unsplash.com/photo-1548667512-1300dc2b94bc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80);
  text-align: left;
}

/* line 4503, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-3 .content-block-bg {
  opacity: .08;
}

/* line 4509, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-3 {
  background-image: url(https://images.unsplash.com/photo-1548679847-1d4ff48016c7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1051&q=80);
  text-align: left;
}

/* line 4513, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-3 .content-block-bg {
  opacity: .18;
}

/* line 4517, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-3 .container-inner {
  padding: 40px;
  background: #fff;
  color: #000;
  box-shadow: 2px 2px 10px #00000033;
  text-align: center;
}

/* line 4526, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-4 {
  background-image: url(https://res.cloudinary.com/dy8r4yh5x/image/upload/v1551314145/blocks/fabrizio-conti-1328747-unsplash.jpg);
  text-align: left;
}

/* line 4530, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-4 .content-block-bg {
  opacity: .18;
}

/* line 4536, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-5 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1562177512/blocks/pawel-czerwinski-8uZPynIu-rQ-unsplash_eluhi4.jpg);
}

/* line 4539, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner.content-block-banner-5 .content-block-bg {
  opacity: .18;
}

/* line 4550, app/assets/stylesheets/styles/events.scss */
.website .content-block-calltoaction-1 {
  color: #fff;
  padding: 100px 0 120px;
}

/* line 4555, app/assets/stylesheets/styles/events.scss */
.website .content-block-calltoaction-1 .content-block-bg {
  background: #000;
  opacity: .92;
}

/* line 4561, app/assets/stylesheets/styles/events.scss */
.website .content-block-footer {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 4566, app/assets/stylesheets/styles/events.scss */
.website .content-block-footer .p {
  font-size: 13px;
}

/* line 4571, app/assets/stylesheets/styles/events.scss */
.website .content-block-footer .content-block-bg {
  background: #000;
  opacity: 1;
}

/* line 4579, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 4584, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation .content-block-bg {
  background: #000;
  opacity: 0;
}

/* line 4590, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-3 {
  padding-top: 22px;
  padding-bottom: 22px;
}

/* line 4594, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-3 .event-website-navbar-brand-solo {
  display: inline-block;
}

/* line 4600, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative !important;
  color: #fff;
  position: relative;
}

/* line 4610, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 .content-block-bg {
  background: #1f2834;
  opacity: 1;
}

/* line 4619, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 li {
  padding: 12px;
  list-style: none;
}

/* line 4623, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 li.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 16px;
}

/* line 4626, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 li.border-left span {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 4632, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 .checkout-left {
  display: inline-block;
}

/* line 4636, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 .checkout-right {
  float: right;
}

/* line 4640, app/assets/stylesheets/styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 .checkout-right li {
  float: right;
}

/* line 4651, app/assets/stylesheets/styles/events.scss */
.website .content-block.content-block-navigation:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

/* line 4659, app/assets/stylesheets/styles/events.scss */
.website .content-block.content-block-navigation.content-block-navigation-3:first-of-type {
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (max-width: 768px) {
  /* line 4669, app/assets/stylesheets/styles/events.scss */
  .website .content-block-countdown .h1 {
    font-size: 32px;
  }
}

/* line 4678, app/assets/stylesheets/styles/events.scss */
.website .upcoming-event-listing-1 .upcoming-event {
  margin-bottom: 30px;
}

/* line 4682, app/assets/stylesheets/styles/events.scss */
.website .upcoming-event-listing-1 .upcoming-event i {
  margin-right: 6px;
}

/* line 4686, app/assets/stylesheets/styles/events.scss */
.website .upcoming-event-listing-1 .upcoming-event .plead {
  margin: 10px 0 20px;
}

/* line 4690, app/assets/stylesheets/styles/events.scss */
.website .upcoming-event-listing-1 .upcoming-event .button {
  margin-top: 20px;
}

/* line 4697, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner-6 {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 40px;
}

/* line 4703, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner-6 .content-block-bg {
  background-color: #f3f3f3;
  opacity: 1;
}

/* line 4708, app/assets/stylesheets/styles/events.scss */
.website .content-block-banner-6 .p {
  color: #888;
}

/* line 4715, app/assets/stylesheets/styles/events.scss */
.website .content-block-photos-2 {
  padding: 200px 0 260px 0;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1565196797/blocks/photo2_g2fkqb.jpg);
}

/* line 4720, app/assets/stylesheets/styles/events.scss */
.website .content-block-photos-2 img {
  width: 100%;
}

/* line 4724, app/assets/stylesheets/styles/events.scss */
.website .content-block-photos-2 .content-block-bg {
  opacity: 0;
}

/* line 4731, app/assets/stylesheets/styles/events.scss */
.website .content-block-photos-3 {
  padding: 10px 0 10px 0;
}

/* line 4735, app/assets/stylesheets/styles/events.scss */
.website .content-block-photos-3 .content-block-bg {
  opacity: 1;
  background-color: #f8f9fc;
}

/* line 4744, app/assets/stylesheets/styles/events.scss */
.website .content-block-about-4 {
  border-top: 14px solid #333;
  padding-bottom: 100px;
}

/* line 4750, app/assets/stylesheets/styles/events.scss */
.website .content-block-theme26-about-1 {
  padding-top: 0;
}

/* line 4754, app/assets/stylesheets/styles/events.scss */
.website .content-block-theme26-about-1 .content-block-bg {
  background-color: #f8f9fc;
  opacity: 1;
}

/* line 4759, app/assets/stylesheets/styles/events.scss */
.website .content-block-theme26-about-1 .container-inner {
  background-color: #fff;
  padding: 40px;
}

/* line 4767, app/assets/stylesheets/styles/events.scss */
.website .content-block-theme30-about-1 {
  padding-top: 0;
}

/* line 4771, app/assets/stylesheets/styles/events.scss */
.website .content-block-theme30-about-1 .content-block-bg {
  background-color: #f8f9fc;
  opacity: 1;
}

/* line 4776, app/assets/stylesheets/styles/events.scss */
.website .content-block-theme30-about-1 .container-inner {
  background-color: #fff;
  padding: 40px;
}

/* line 4784, app/assets/stylesheets/styles/events.scss */
.website .content-block-theme30-basic-1 {
  padding-top: 54px;
  padding-bottom: 60px;
}

/* line 4789, app/assets/stylesheets/styles/events.scss */
.website .content-block-theme30-basic-1 .content-block-bg {
  background-color: #f8f9fc;
  opacity: 1;
}

/* line 4803, app/assets/stylesheets/styles/events.scss */
.website .fr-toolbar.fr-top {
  position: absolute;
  width: 100%;
  top: -42px !important;
  min-width: 258px;
}

/* line 4812, app/assets/stylesheets/styles/events.scss */
.website .fr-box.fr-basic.fr-top .fr-wrapper {
  box-shadow: none;
  background: transparent;
}

/* line 4825, app/assets/stylesheets/styles/events.scss */
.website .fr-box.fr-basic .fr-element {
  color: inherit !important;
  padding: 10px !important;
}

/* line 4830, app/assets/stylesheets/styles/events.scss */
.website .fr-popup {
  font-size: 20px;
  line-height: 1.2;
}

/* line 4838, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header {
  background-color: #182028;
  color: #fff;
  padding: 20px 16px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  font-weight: 600;
  box-shadow: 2px 2px 10px #0000005c;
}

/* line 4850, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header svg {
  height: 24px;
  width: 184px;
  position: relative;
  top: 4px;
  fill: #fff;
}

/* line 4858, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header .ec-freemium-header-remove {
  position: absolute;
  top: -42px;
  height: 42px;
  line-height: 42px;
  right: 10px;
  background-color: #1821283d;
  display: block;
  color: #fff;
  padding: 0 20px;
  /* box-shadow: 0px -4px 6px #0000002e; */
  text-align: center;
  /* left: 50%; */
  /* margin-left: -75px; */
  text-decoration: none;
}

/* line 4874, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header .ec-freemium-header-remove:hover {
  background-color: #334999;
}

/* line 4879, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header .ec-freemium-header-button {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: #334999;
  color: #fff;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s background-color ease;
  display: inline-block;
  font-style: normal;
  border-radius: 6px;
}

/* line 4892, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header .ec-freemium-header-button:hover {
  background-color: #2d4086;
}

/* line 4900, app/assets/stylesheets/styles/events.scss */
.tooltip-copy {
  font-size: 14px;
  color: #334999;
}

/* line 4908, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header-2 {
  background-color: #182028;
  color: #fff;
  padding: 20px 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-weight: 600;
  box-shadow: 2px 2px 10px #0000005c;
}

/* line 4920, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header-2 svg {
  height: 24px;
  width: 184px;
  position: relative;
  top: 4px;
  fill: #fff;
}

/* line 4928, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header-2 .ec-freemium-header-remove {
  position: absolute;
  top: 80px;
  height: 42px;
  line-height: 42px;
  right: 10px;
  background-color: #1821283d;
  display: block;
  color: #fff;
  padding: 0 20px;
  /* box-shadow: 0px -4px 6px #0000002e; */
  text-align: center;
  /* left: 50%; */
  /* margin-left: -75px; */
  text-decoration: none;
}

/* line 4944, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header-2 .ec-freemium-header-remove:hover {
  background-color: #334999;
}

/* line 4949, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header-2 .ec-freemium-header-button {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: #334999;
  color: #fff;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s background-color ease;
  display: inline-block;
  font-style: normal;
  border-radius: 6px;
}

/* line 4962, app/assets/stylesheets/styles/events.scss */
.ec-freemium-header-2 .ec-freemium-header-button:hover {
  background-color: #2d4086;
}

/* line 4977, app/assets/stylesheets/styles/events.scss */
.banner-envelope {
  position: relative;
  display: block;
  width: 800px;
  margin: 0 auto;
  height: 550px;
}

/* line 4985, app/assets/stylesheets/styles/events.scss */
.banner-envelope .paper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* line 4992, app/assets/stylesheets/styles/events.scss */
.banner-envelope .back:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 400px 180px 400px;
  border-color: transparent transparent #333 transparent;
}

/* line 5001, app/assets/stylesheets/styles/events.scss */
.banner-envelope .back:after {
  content: "";
  display: block;
  background-color: #222;
  width: 800px;
  height: 200px;
}

/* line 5009, app/assets/stylesheets/styles/events.scss */
.banner-envelope .front {
  top: 180px;
  box-shadow: 0px 20px 10px #0000001f;
}

/* line 5013, app/assets/stylesheets/styles/events.scss */
.banner-envelope .front:after {
  content: "";
  display: block;
  width: 800px;
  height: 100px;
  background-color: #fff;
}

/* line 5020, app/assets/stylesheets/styles/events.scss */
.banner-envelope .front:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 320px 400px 0px 400px;
  border-color: transparent #fff;
}

/* line 5031, app/assets/stylesheets/styles/events.scss */
.banner-envelope .contents {
  position: relative;
  top: 50px;
  display: block;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 20px #00000038;
  transition: .4s top ease;
}

/* line 5042, app/assets/stylesheets/styles/events.scss */
.banner-envelope .contents img {
  width: 100%;
}

/* line 5049, app/assets/stylesheets/styles/events.scss */
.banner-envelope:hover .contents {
  top: -30px;
}

@media (max-width: 992px) {
  /* line 5059, app/assets/stylesheets/styles/events.scss */
  .banner-envelope {
    width: 400px;
    height: 310px;
  }
  /* line 5065, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .back:before {
    border-width: 0 200px 140px 200px;
  }
  /* line 5068, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .back:after {
    width: 400px;
    height: 200px;
  }
  /* line 5073, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .front {
    top: 140px;
  }
  /* line 5076, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .front:after {
    width: 400px;
    height: 100px;
  }
  /* line 5082, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .front:before {
    border-width: 180px 200px 0px 200px;
  }
  /* line 5087, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .contents {
    top: 80px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 20px #00000038;
    transition: .4s top ease;
  }
  /* line 5097, app/assets/stylesheets/styles/events.scss */
  .banner-envelope:hover .contents {
    top: 30px;
  }
}

@media (max-width: 768px) {
  /* line 5114, app/assets/stylesheets/styles/events.scss */
  .banner-envelope {
    width: 300px;
    height: 256px;
  }
  /* line 5120, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .back:before {
    border-width: 0 150px 105px 150px;
  }
  /* line 5123, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .back:after {
    width: 300px;
    height: 200px;
  }
  /* line 5128, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .front {
    top: 105px;
  }
  /* line 5131, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .front:after {
    width: 300px;
    height: 100px;
  }
  /* line 5137, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .front:before {
    border-width: 100px 150px 0px 150px;
  }
  /* line 5142, app/assets/stylesheets/styles/events.scss */
  .banner-envelope .contents {
    top: 40px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 20px #00000038;
    transition: .4s top ease;
  }
  /* line 5152, app/assets/stylesheets/styles/events.scss */
  .banner-envelope:hover .contents {
    top: 0px;
  }
}

/* line 5166, app/assets/stylesheets/styles/events.scss */
.carousel-inner > .item {
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}

/* line 5177, app/assets/stylesheets/styles/events.scss */
.website.t39 {
  font-family: 'Poppins', sans-serif;
}

/* line 5182, app/assets/stylesheets/styles/events.scss */
.website.t39 .h1, .website.t39 .h2, .website.t39 .h3 {
  font-family: 'Unna', serif;
}

/* line 5187, app/assets/stylesheets/styles/events.scss */
.website.t39 .h1 {
  font-size: 80px;
}

/* line 5191, app/assets/stylesheets/styles/events.scss */
.website.t39 .h2 {
  font-size: 52px;
}

/* line 5195, app/assets/stylesheets/styles/events.scss */
.website.t39 .p {
  color: #888;
}

/* line 5200, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block.content-block-navigation.content-block-theme39-nav-1:first-of-type {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 5205, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block.content-block-navigation.content-block-theme39-nav-1:first-of-type .content-block-bg {
  background-color: #fff;
  opacity: 1;
}

/* line 5214, app/assets/stylesheets/styles/events.scss */
.website.t39 .navbar-nav .nav-item {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

/* line 5223, app/assets/stylesheets/styles/events.scss */
.website.t39 .event-website-navbar .button {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #3d6889;
  color: #fff;
}

/* line 5234, app/assets/stylesheets/styles/events.scss */
.website.t39 .event-website-navbar .button:hover {
  background-color: #333;
}

/* line 5238, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1575668151/themes/theme%20assets/photo-1515006346612-71f85b11e4fe_ak5ufw.jpg);
  padding-top: 240px;
  padding-bottom: 280px;
}

/* line 5244, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-banner-1 .content-block-bg {
  opacity: .5;
}

/* line 5249, app/assets/stylesheets/styles/events.scss */
.website.t39 .button {
  border-radius: 30px;
}

/* line 5253, app/assets/stylesheets/styles/events.scss */
.website.t39 .button-light {
  background-color: #3d6889;
  color: #fff;
}

/* line 5259, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-countdown-1 {
  padding-top: 34px;
  padding-bottom: 34px;
}

/* line 5263, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-countdown-1 .content-block-bg {
  opacity: .1;
  background-color: #333;
}

/* line 5269, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-countdown-1 .h1 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
}

/* line 5278, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-speakers-1 .img-responsive {
  border-radius: 50%;
}

/* line 5284, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-calltoaction-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1575668151/themes/theme%20assets/photo-1515006346612-71f85b11e4fe_ak5ufw.jpg);
  background-position: 50% 10%;
  padding-top: 70px;
  padding-bottom: 80px;
  color: #fff;
}

/* line 5293, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-calltoaction-1 .content-block-bg {
  opacity: .8;
  background-color: #000;
}

/* line 5300, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-map-1 {
  color: #fff;
  padding-bottom: 120px;
}

/* line 5304, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-map-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
}

/* line 5310, app/assets/stylesheets/styles/events.scss */
.website.t39 .event-website-navbar-brand {
  margin-right: 10px;
}

/* line 5316, app/assets/stylesheets/styles/events.scss */
.website.t39 .content-block-theme39-news-1 .content-block-bg {
  opacity: .1;
  background-color: #333;
}

/* line 5333, app/assets/stylesheets/styles/events.scss */
.website.t40 .h1, .website.t40 .h2, .website.t40 .h3 {
  font-family: 'Josefin Slab', serif;
}

/* line 5338, app/assets/stylesheets/styles/events.scss */
.website.t40 .h1 {
  font-size: 120px;
  font-weight: 800;
  line-height: 110%;
  font-family: 'Josefin Slab', serif;
}

@media (max-width: 768px) {
  /* line 5347, app/assets/stylesheets/styles/events.scss */
  .website.t40 .h1 {
    font-size: 62px !important;
  }
}

/* line 5352, app/assets/stylesheets/styles/events.scss */
.website.t40 a {
  color: #cb9c47;
}

/* line 5358, app/assets/stylesheets/styles/events.scss */
.website.t40 .button-dark {
  background-color: #191b22;
  color: #fff;
  border-radius: 5px;
}

/* line 5365, app/assets/stylesheets/styles/events.scss */
.website.t40 .button-light {
  background-color: #cb9c47;
  color: #fff;
  border-radius: 5px;
}

/* line 5372, app/assets/stylesheets/styles/events.scss */
.website.t40 .content-block-theme40-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576350585/themes/theme%20assets/adam-jaime-dmkmrNptMpw-unsplash2_eiazpl.jpg);
  background-position: 0 50%;
}

/* line 5377, app/assets/stylesheets/styles/events.scss */
.website.t40 .content-block-theme40-banner-1 .content-block-bg {
  opacity: .2;
}

/* line 5382, app/assets/stylesheets/styles/events.scss */
.website.t40 .content-block-theme40-about-1 {
  color: #fff;
}

/* line 5387, app/assets/stylesheets/styles/events.scss */
.website.t40 .content-block-theme40-about-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
  background-color: #2c333a;
}

/* line 5393, app/assets/stylesheets/styles/events.scss */
.website.t40 .content-block-theme40-about-1 .img-responsive {
  border-radius: 50%;
}

/* line 5399, app/assets/stylesheets/styles/events.scss */
.website.t40 .content-block-theme40-attendees-1 {
  padding-top: 80px;
  padding-bottom: 124px;
}

/* line 5403, app/assets/stylesheets/styles/events.scss */
.website.t40 .content-block-theme40-attendees-1 .img-responsive {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 10px;
}

/* line 5410, app/assets/stylesheets/styles/events.scss */
.website.t40 .content-block-theme40-footer-1 {
  color: #fff;
  padding-bottom: 80px;
}

/* line 5414, app/assets/stylesheets/styles/events.scss */
.website.t40 .content-block-theme40-footer-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
  background-color: #191a20;
}

/* line 5432, app/assets/stylesheets/styles/events.scss */
.website.t41 {
  font-family: 'Questrial', sans-serif;
}

/* line 5437, app/assets/stylesheets/styles/events.scss */
.website.t41 a {
  color: #8a2146;
}

/* line 5441, app/assets/stylesheets/styles/events.scss */
.website.t41 .content-block-theme41-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576441387/themes/theme%20assets/50b7d168cadbb0faf42e1c8aae62c2a52_ttrtzv.jpg);
  background-position: 0 50%;
}

/* line 5446, app/assets/stylesheets/styles/events.scss */
.website.t41 .content-block-theme41-banner-1 .content-block-bg {
  opacity: .8;
}

/* line 5452, app/assets/stylesheets/styles/events.scss */
.website.t41 .navbar-nav .nav-item {
  color: #b7b7b7;
  font-size: 16px;
}

/* line 5458, app/assets/stylesheets/styles/events.scss */
.website.t41 .content-block-theme41-about-1 {
  padding-bottom: 0;
}

/* line 5463, app/assets/stylesheets/styles/events.scss */
.website.t41 .content-block-theme41-about-2 {
  padding-top: 40px;
}

/* line 5467, app/assets/stylesheets/styles/events.scss */
.website.t41 .content-block-theme41-map-1 {
  color: #fff;
}

/* line 5470, app/assets/stylesheets/styles/events.scss */
.website.t41 .content-block-theme41-map-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
}

/* line 5478, app/assets/stylesheets/styles/events.scss */
.website.t41 .content-block-theme41-attendees-1 .content-block-bg {
  opacity: .1;
  background-color: #474747;
}

/* line 5483, app/assets/stylesheets/styles/events.scss */
.website.t41 .content-block-theme41-attendees-1 .img-responsive {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 10px;
}

/* line 5490, app/assets/stylesheets/styles/events.scss */
.website.t41 .button-light {
  background-color: #8a2146;
  color: #fff;
}

/* line 5501, app/assets/stylesheets/styles/events.scss */
.website.t42 {
  font-family: 'Lato', sans-serif;
}

/* line 5506, app/assets/stylesheets/styles/events.scss */
.website.t42 .h1, .website.t42 .h2, .website.t42 .h3, .website.t42 .plead {
  font-family: 'Cormorant Garamond', serif;
}

/* line 5510, app/assets/stylesheets/styles/events.scss */
.website.t42 .h1 {
  font-size: 82px;
  letter-spacing: 2px;
}

/* line 5518, app/assets/stylesheets/styles/events.scss */
.website.t42 .content-block-theme42-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576536400/themes/theme%20assets/foto-pettine-IfjHaIoAoqE-unsplash2_u1ukup.jpg);
  background-position: 0 100%;
  padding: 220px 0 360px 0;
}

/* line 5524, app/assets/stylesheets/styles/events.scss */
.website.t42 .content-block-theme42-banner-1 .content-block-bg {
  opacity: .1;
}

/* line 5530, app/assets/stylesheets/styles/events.scss */
.website.t42 .content-block-theme41-about-2 {
  padding-bottom: 0;
}

/* line 5536, app/assets/stylesheets/styles/events.scss */
.website.t42 .content-block-theme41-about-1 {
  padding-top: 60px;
  padding-bottom: 120px;
}

/* line 5540, app/assets/stylesheets/styles/events.scss */
.website.t42 .content-block-theme41-about-1 .button {
  padding: 10px 20px;
  font-size: 14px;
}

/* line 5547, app/assets/stylesheets/styles/events.scss */
.website.t42 .content-block-theme41-travel-1 {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 5552, app/assets/stylesheets/styles/events.scss */
.website.t42 .content-block-theme41-travel-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
}

/* line 5559, app/assets/stylesheets/styles/events.scss */
.website.t42 .content-block-theme41-footer-1 {
  padding-bottom: 160px;
}

/* line 5572, app/assets/stylesheets/styles/events.scss */
.website.t43 .h1, .website.t43 .h2, .website.t43 .h3 {
  font-family: 'Courier Prime', monospace;
  font-family: 'Roboto Mono', monospace;
  font-family: 'Inconsolata', monospace;
  font-family: 'Source Code Pro', monospace;
}

/* line 5579, app/assets/stylesheets/styles/events.scss */
.website.t43 .h3 {
  font-size: 30px;
}

/* line 5583, app/assets/stylesheets/styles/events.scss */
.website.t43 .h5 {
  font-size: 20px;
}

/* line 5588, app/assets/stylesheets/styles/events.scss */
.website.t43 .navbar-nav .nav-item {
  font-family: 'Source Code Pro', monospace;
  margin-left: 12px;
  margin-right: 12px;
}

/* line 5594, app/assets/stylesheets/styles/events.scss */
.website.t43 .button {
  font-family: 'Source Code Pro', monospace;
}

/* line 5599, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576643690/themes/theme%20assets/benjamin-voros-AD6rn3vqG7o-unsplash-3_nujysv.jpg);
  background-position: 0 10%;
  padding: 220px 0 360px 0;
}

/* line 5605, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-banner-1 .content-block-bg {
  opacity: .1;
}

/* line 5616, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-calltoaction-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576696920/themes/theme%20assets/benjamin-voros-wgQum7BIk3Q-unsplash2_bmqjm1.jpg);
  color: #fff;
  background-position: 0 50%;
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 5623, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-calltoaction-1 .content-block-bg {
  opacity: .6;
  background-color: #000;
}

/* line 5631, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-footer-1 .content-block-bg {
  opacity: 1;
  background-color: #1a1a1a;
}

/* line 5640, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-photo-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576694215/themes/theme%20assets/benjamin-voros-lD7qCsdysDI-unsplash2_zrq4ev.jpg);
  background-position: 0 50%;
  background-attachment: fixed;
  padding-top: 240px;
  padding-bottom: 240px;
}

/* line 5647, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-photo-1 .content-block-bg {
  opacity: 0;
  background-color: #000;
}

/* line 5656, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-photo-2 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576694867/themes/theme%20assets/benjamin-voros-YfUR4QpiXuQ-unsplash2_vrg4vp.jpg);
  background-position: 0 50%;
  background-attachment: fixed;
  padding-top: 240px;
  padding-bottom: 240px;
}

/* line 5663, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-photo-2 .content-block-bg {
  opacity: 0;
  background-color: #000;
}

/* line 5670, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-photo-3 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576696920/themes/theme%20assets/benjamin-voros-wgQum7BIk3Q-unsplash2_bmqjm1.jpg);
  background-position: 0 50%;
  background-attachment: fixed;
  padding-top: 240px;
  padding-bottom: 240px;
}

/* line 5677, app/assets/stylesheets/styles/events.scss */
.website.t43 .content-block-theme43-photo-3 .content-block-bg {
  opacity: 0;
  background-color: #000;
}

/* line 5700, app/assets/stylesheets/styles/events.scss */
.website.t44 .h1, .website.t44 .h2, .website.t44 .h3 {
  font-family: 'Bebas Neue', cursive;
}

/* line 5704, app/assets/stylesheets/styles/events.scss */
.website.t44 .h1 {
  font-size: 72px;
}

/* line 5708, app/assets/stylesheets/styles/events.scss */
.website.t44 .h3 {
  font-size: 30px;
}

/* line 5712, app/assets/stylesheets/styles/events.scss */
.website.t44 .h5 {
  font-size: 20px;
}

/* line 5717, app/assets/stylesheets/styles/events.scss */
.website.t44 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 5723, app/assets/stylesheets/styles/events.scss */
.website.t44 .button {
  font-family: 'Bebas Neue', cursive;
  font-size: 22px;
}

/* line 5728, app/assets/stylesheets/styles/events.scss */
.website.t44 .button-dark {
  background-color: #1a1a1a;
}

/* line 5732, app/assets/stylesheets/styles/events.scss */
.website.t44 .button-light {
  background-color: #c55220;
  color: #fff;
}

/* line 5737, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme44-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1577041273/themes/theme%20assets/seth-doyle-zf9_yiAekJs-unsplash-_1_2_ek7qw8.jpg);
  background-position: 0 50%;
  padding: 220px 0 360px 0;
}

/* line 5743, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme44-banner-1 .content-block-bg {
  opacity: .3;
}

/* line 5748, app/assets/stylesheets/styles/events.scss */
.website.t44 .navbar-nav .nav-item {
  font-family: 'Bebas Neue', cursive;
  margin-left: 12px;
  margin-right: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
}

/* line 5761, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block.content-block-navigation.content-block-theme44-nav-1:first-of-type {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 5766, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block.content-block-navigation.content-block-theme44-nav-1:first-of-type .content-block-bg {
  opacity: .3;
  background-color: #000;
  opacity: .7;
}

/* line 5773, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme44-about-1 {
  padding-bottom: 60px;
}

/* line 5778, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme44-about-3 {
  padding-top: 0px;
}

/* line 5782, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme44-about-2 {
  padding-bottom: 100px;
}

/* line 5785, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme44-about-2 .content-block-bg {
  opacity: .8;
  background-color: #efefef;
}

/* line 5792, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme43-calltoaction-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576696920/themes/theme%20assets/benjamin-voros-wgQum7BIk3Q-unsplash2_bmqjm1.jpg);
  color: #fff;
  background-position: 0 50%;
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 5799, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme43-calltoaction-1 .content-block-bg {
  opacity: .6;
  background-color: #000;
}

/* line 5806, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme44-photos-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1577045297/themes/theme%20assets/annie-spratt-2rMn97DPTdU-unsplash2_ivtoq1.jpg);
}

/* line 5809, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme44-photos-1 .content-block-bg {
  opacity: 0;
  background-color: #000;
}

/* line 5815, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme44-sponsors-1 {
  padding-top: 100px;
  padding-bottom: 180px;
}

/* line 5827, app/assets/stylesheets/styles/events.scss */
.website.t44 .content-block-theme43-footer-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
}

/* line 5847, app/assets/stylesheets/styles/events.scss */
.website.t45 {
  font-family: 'Karla', sans-serif;
}

/* line 5852, app/assets/stylesheets/styles/events.scss */
.website.t45 .h1, .website.t45 .h2, .website.t45 .h3 {
  font-family: 'Rubik', sans-serif;
}

/* line 5857, app/assets/stylesheets/styles/events.scss */
.website.t45 .h1 {
  font-size: 60px;
}

/* line 5861, app/assets/stylesheets/styles/events.scss */
.website.t45 .h3 {
  font-size: 30px;
}

/* line 5865, app/assets/stylesheets/styles/events.scss */
.website.t45 .h5 {
  font-size: 20px;
}

/* line 5869, app/assets/stylesheets/styles/events.scss */
.website.t45 .p, .website.t45 .plead {
  font-family: 'Karla', sans-serif;
}

/* line 5874, app/assets/stylesheets/styles/events.scss */
.website.t45 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 5880, app/assets/stylesheets/styles/events.scss */
.website.t45 .button {
  font-size: 18px;
}

/* line 5884, app/assets/stylesheets/styles/events.scss */
.website.t45 .button-dark {
  background-color: #e19e03;
  color: #fff;
}

/* line 5889, app/assets/stylesheets/styles/events.scss */
.website.t45 .button-light {
  background-color: #c55220;
  color: #fff;
}

/* line 5894, app/assets/stylesheets/styles/events.scss */
.website.t45 .button-small {
  padding: 10px 16px;
  font-size: 14px;
}

/* line 5900, app/assets/stylesheets/styles/events.scss */
.website.t45 .content-block-theme45-banner-1 {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 5907, app/assets/stylesheets/styles/events.scss */
.website.t45 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

/* line 5916, app/assets/stylesheets/styles/events.scss */
.website.t45 .content-block-theme45-about-1 {
  padding-top: 120px;
}

/* line 5920, app/assets/stylesheets/styles/events.scss */
.website.t45 .content-block-theme45-bio-2 {
  padding-top: 0;
}

/* line 5924, app/assets/stylesheets/styles/events.scss */
.website.t45 .content-block-theme45-testimonials-1 .content-block-bg {
  background-color: #f1f1f1;
}

/* line 5928, app/assets/stylesheets/styles/events.scss */
.website.t45 .content-block-theme45-cta-1 {
  color: #fff;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1585066182/themes/theme%20assets/mattsarah_nqmais.jpg);
  background-position: 0% 40%;
  padding-top: 150px;
  padding-bottom: 180px;
}

/* line 5935, app/assets/stylesheets/styles/events.scss */
.website.t45 .content-block-theme45-cta-1 .content-block-bg {
  background-color: #000;
  opacity: .5;
}

/* line 5951, app/assets/stylesheets/styles/events.scss */
.website.t46 {
  font-family: 'Cantarell', sans-serif;
}

/* line 5956, app/assets/stylesheets/styles/events.scss */
.website.t46 .h1 {
  font-size: 80px;
}

/* line 5960, app/assets/stylesheets/styles/events.scss */
.website.t46 .h3 {
  font-size: 30px;
}

/* line 5964, app/assets/stylesheets/styles/events.scss */
.website.t46 .h5 {
  font-size: 20px;
}

/* line 5969, app/assets/stylesheets/styles/events.scss */
.website.t46 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 5975, app/assets/stylesheets/styles/events.scss */
.website.t46 .button {
  font-size: 18px;
}

/* line 5979, app/assets/stylesheets/styles/events.scss */
.website.t46 .button-dark {
  background-color: #fff;
  color: #000;
}

/* line 5984, app/assets/stylesheets/styles/events.scss */
.website.t46 .button-light {
  background-color: #000;
  color: #fff;
}

/* line 5989, app/assets/stylesheets/styles/events.scss */
.website.t46 .button-small {
  padding: 10px 16px;
  font-size: 14px;
}

/* line 5995, app/assets/stylesheets/styles/events.scss */
.website.t46 .content-block-theme45-banner-1 {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 6002, app/assets/stylesheets/styles/events.scss */
.website.t46 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

/* line 6011, app/assets/stylesheets/styles/events.scss */
.website.t46 .content-block-theme45-about-1 {
  padding-top: 120px;
}

/* line 6015, app/assets/stylesheets/styles/events.scss */
.website.t46 .content-block-theme46-about-2 {
  padding-top: 0;
}

/* line 6019, app/assets/stylesheets/styles/events.scss */
.website.t46 .content-block-theme46-bio-1 {
  color: #fff;
  padding-top: 90px;
  padding-bottom: 110px;
}

/* line 6025, app/assets/stylesheets/styles/events.scss */
.website.t46 .content-block-theme46-bio-1 .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 6033, app/assets/stylesheets/styles/events.scss */
.website.t46 .content-block-theme46-photo-1 {
  color: #fff;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1585700044/themes/theme%20assets/sven-mieke-Lx_GDv7VA9M-unsplash2_avrdaa.jpg);
  padding-top: 180px;
  padding-bottom: 270px;
}

/* line 6040, app/assets/stylesheets/styles/events.scss */
.website.t46 .content-block-theme46-photo-1 .content-block-bg {
  background-color: #000;
  opacity: 0;
}

/* line 6048, app/assets/stylesheets/styles/events.scss */
.website.t46 .content-block-theme46-banner-1 {
  color: #fff;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1585693470/themes/theme%20assets/damir-spanic-BzJO7pO1K3g-unsplash-_1_2_x78s3v.jpg);
  background-position: 0% 20%;
  padding-top: 180px;
  padding-bottom: 270px;
}

/* line 6055, app/assets/stylesheets/styles/events.scss */
.website.t46 .content-block-theme46-banner-1 .content-block-bg {
  background-color: #000;
  opacity: .1;
}

/* line 6071, app/assets/stylesheets/styles/events.scss */
.website.t83 {
  font-family: 'Nunito Sans', sans-serif;
}

/* line 6075, app/assets/stylesheets/styles/events.scss */
.website.t83 .h1, .website.t83 .h2, .website.t83 .h3 {
  font-family: 'Cedarville Cursive', cursive;
}

/* line 6079, app/assets/stylesheets/styles/events.scss */
.website.t83 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 6084, app/assets/stylesheets/styles/events.scss */
.website.t83 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6089, app/assets/stylesheets/styles/events.scss */
.website.t83 .content-block-about {
  padding-top: 80px;
}

/* line 6108, app/assets/stylesheets/styles/events.scss */
.website.t83 .content-block-map {
  color: #fff;
}

/* line 6112, app/assets/stylesheets/styles/events.scss */
.website.t83 .content-block-map .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 6118, app/assets/stylesheets/styles/events.scss */
.website.t83 .content-block-countdown {
  padding-top: 32px;
  padding-bottom: 38px;
}

/* line 6123, app/assets/stylesheets/styles/events.scss */
.website.t83 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1610744047/themes/theme%20assets/roberto-nickson-llkVQVjns80-unsplash-2_okbnye.jpg);
}

/* line 6136, app/assets/stylesheets/styles/events.scss */
.website.t84 {
  font-family: 'Nunito Sans', sans-serif;
}

/* line 6140, app/assets/stylesheets/styles/events.scss */
.website.t84 .h1, .website.t84 .h2, .website.t84 .h3 {
  font-family: 'Cherry Swash', cursive;
}

/* line 6144, app/assets/stylesheets/styles/events.scss */
.website.t84 .button, .website.t84 .button.button-light {
  background-color: #60abaa;
  color: #fff;
}

/* line 6149, app/assets/stylesheets/styles/events.scss */
.website.t84 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 6154, app/assets/stylesheets/styles/events.scss */
.website.t84 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6159, app/assets/stylesheets/styles/events.scss */
.website.t84 .content-block-about {
  padding-top: 80px;
}

/* line 6173, app/assets/stylesheets/styles/events.scss */
.website.t84 .content-block-schedule .content-block-bg {
  background: #d6efec;
  opacity: 1;
}

/* line 6190, app/assets/stylesheets/styles/events.scss */
.website.t84 .content-block-map {
  color: #fff;
}

/* line 6194, app/assets/stylesheets/styles/events.scss */
.website.t84 .content-block-map .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 6200, app/assets/stylesheets/styles/events.scss */
.website.t84 .content-block-countdown {
  padding-top: 32px;
  padding-bottom: 38px;
}

/* line 6205, app/assets/stylesheets/styles/events.scss */
.website.t84 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1610749871/themes/theme%20assets/babyshowerboy_kgmgb7.jpg);
}

/* line 6216, app/assets/stylesheets/styles/events.scss */
.website.t85 {
  font-family: 'Nunito Sans', sans-serif;
}

/* line 6221, app/assets/stylesheets/styles/events.scss */
.website.t85 .h1, .website.t85 .h2, .website.t85 .h3 {
  font-family: 'Abhaya Libre', serif;
}

/* line 6228, app/assets/stylesheets/styles/events.scss */
.website.t85 .content-block-navigation .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 6234, app/assets/stylesheets/styles/events.scss */
.website.t85 .content-block-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1611172847/themes/theme%20assets/1460087_1_eunkuq.jpg);
  background-position: 0 40%;
}

/* line 6239, app/assets/stylesheets/styles/events.scss */
.website.t85 .content-block-banner-1 .content-block-bg {
  background-color: #000;
  opacity: .28;
}

/* line 6244, app/assets/stylesheets/styles/events.scss */
.website.t85 .content-block-banner-1 .plead {
  color: #ccc;
}

/* line 6251, app/assets/stylesheets/styles/events.scss */
.website.t85 .content-block-photos-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1611172853/themes/theme%20assets/1460108_2_clzwuk.jpg);
}

/* line 6254, app/assets/stylesheets/styles/events.scss */
.website.t85 .content-block-photos-1 .content-block-bg {
  background-color: #000;
  opacity: .1;
}

/* line 6261, app/assets/stylesheets/styles/events.scss */
.website.t85 .content-block-photos-2 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1611172855/themes/theme%20assets/1460093_mmeulf.jpg);
}

/* line 6264, app/assets/stylesheets/styles/events.scss */
.website.t85 .content-block-photos-2 .content-block-bg {
  background-color: #000;
  opacity: .1;
}

/* line 6271, app/assets/stylesheets/styles/events.scss */
.website.t85 .content-block-registry .content-block-bg {
  background-color: #666;
  opacity: .1;
}

/* line 6286, app/assets/stylesheets/styles/events.scss */
.website.t86 {
  font-family: 'Nunito Sans', sans-serif;
}

/* line 6290, app/assets/stylesheets/styles/events.scss */
.website.t86 .h1, .website.t86 .h2, .website.t86 .h3 {
  font-family: 'Cherry Swash', cursive;
}

/* line 6294, app/assets/stylesheets/styles/events.scss */
.website.t86 .button, .website.t86 .button.button-light {
  background-color: #f5bcbf;
  color: #fff;
}

/* line 6299, app/assets/stylesheets/styles/events.scss */
.website.t86 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 6304, app/assets/stylesheets/styles/events.scss */
.website.t86 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6309, app/assets/stylesheets/styles/events.scss */
.website.t86 .content-block-about {
  padding-top: 80px;
}

/* line 6316, app/assets/stylesheets/styles/events.scss */
.website.t86 .content-block-schedule .content-block-bg {
  background: #ffefef;
  opacity: 1;
}

/* line 6322, app/assets/stylesheets/styles/events.scss */
.website.t86 .content-block-map {
  color: #fff;
}

/* line 6326, app/assets/stylesheets/styles/events.scss */
.website.t86 .content-block-map .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 6332, app/assets/stylesheets/styles/events.scss */
.website.t86 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1611172643/themes/theme%20assets/babyshowergirl2_duns5i.jpg);
}

/* line 6346, app/assets/stylesheets/styles/events.scss */
.website.t87 {
  font-family: 'Cormorant', sans-serif;
}

/* line 6350, app/assets/stylesheets/styles/events.scss */
.website.t87 .h1 {
  font-family: 'Allura', cursive;
}

/* line 6354, app/assets/stylesheets/styles/events.scss */
.website.t87 .p {
  font-family: 'Cormorant', sans-serif;
}

/* line 6363, app/assets/stylesheets/styles/events.scss */
.website.t87 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 6368, app/assets/stylesheets/styles/events.scss */
.website.t87 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6373, app/assets/stylesheets/styles/events.scss */
.website.t87 .content-block-about-5 {
  padding-top: 80px;
}

/* line 6377, app/assets/stylesheets/styles/events.scss */
.website.t87 .content-block-about-1 {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 90px;
}

/* line 6384, app/assets/stylesheets/styles/events.scss */
.website.t87 .content-block-about-1 .content-block-bg {
  background: #1a1a1a;
  opacity: 1;
}

/* line 6393, app/assets/stylesheets/styles/events.scss */
.website.t87 .content-block-schedule .content-block-bg {
  background: #ffefef;
  opacity: 1;
}

/* line 6400, app/assets/stylesheets/styles/events.scss */
.website.t87 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1612908471/themes/theme%20assets/memorial_bkia0u.jpg);
}

/* line 6412, app/assets/stylesheets/styles/events.scss */
.website.t88 .h1, .website.t88 .h2, .website.t88 .h3, .website.t88 .p {
  font-family: 'Didact Gothic';
}

/* line 6422, app/assets/stylesheets/styles/events.scss */
.website.t88 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
  font-family: 'Didact Gothic';
}

/* line 6428, app/assets/stylesheets/styles/events.scss */
.website.t88 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6433, app/assets/stylesheets/styles/events.scss */
.website.t88 .content-block-about-5 {
  padding-top: 100px;
}

/* line 6437, app/assets/stylesheets/styles/events.scss */
.website.t88 .content-block-about-1 {
  padding-top: 80px;
  padding-bottom: 90px;
}

/* line 6451, app/assets/stylesheets/styles/events.scss */
.website.t88 .content-block-text-1 {
  color: #fff;
}

/* line 6455, app/assets/stylesheets/styles/events.scss */
.website.t88 .content-block-text-1 .content-block-bg {
  background: #000;
  opacity: .92;
}

/* line 6462, app/assets/stylesheets/styles/events.scss */
.website.t88 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1614865474/themes/theme%20assets/girl2_st4ott.jpg);
}

/* line 6477, app/assets/stylesheets/styles/events.scss */
.website.t89 .h1, .website.t89 .h2, .website.t89 .h3 {
  font-family: 'Arvo', cursive;
}

/* line 6481, app/assets/stylesheets/styles/events.scss */
.website.t89 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 6486, app/assets/stylesheets/styles/events.scss */
.website.t89 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6491, app/assets/stylesheets/styles/events.scss */
.website.t89 .content-block-about-5 {
  padding-top: 80px;
}

/* line 6495, app/assets/stylesheets/styles/events.scss */
.website.t89 .content-block-about-1 {
  padding-top: 80px;
  padding-bottom: 90px;
}

/* line 6503, app/assets/stylesheets/styles/events.scss */
.website.t89 .content-block-text-1 {
  color: #fff;
}

/* line 6507, app/assets/stylesheets/styles/events.scss */
.website.t89 .content-block-text-1 .content-block-bg {
  background: #000;
  opacity: .92;
}

/* line 6514, app/assets/stylesheets/styles/events.scss */
.website.t89 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1615492926/themes/theme%20assets/graduation_ikwltg.jpg);
}

/* line 6528, app/assets/stylesheets/styles/events.scss */
.website.t90 {
  font-family: "proxima-nova", sans-serif;
}

/* line 6532, app/assets/stylesheets/styles/events.scss */
.website.t90 .modal-body {
  padding: 40px 26px;
}

/* line 6538, app/assets/stylesheets/styles/events.scss */
.website.t90 .button.button-dark {
  background: #2C3E50;
  border-radius: .25em;
  font-size: 16px;
}

/* line 6543, app/assets/stylesheets/styles/events.scss */
.website.t90 .button.button-dark:hover {
  background: #1a252f;
}

/* line 6558, app/assets/stylesheets/styles/events.scss */
.website.t91 {
  font-family: 'DM Sans', sans-serif;
}

/* line 6561, app/assets/stylesheets/styles/events.scss */
.website.t91 .p, .website.t91 .plead {
  font-family: 'DM Sans', sans-serif;
}

/* line 6565, app/assets/stylesheets/styles/events.scss */
.website.t91 .navbar-nav .nav-item {
  color: black;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

/* line 6570, app/assets/stylesheets/styles/events.scss */
.website.t91 .button {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: bold;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

/* line 6579, app/assets/stylesheets/styles/events.scss */
.website.t91 .button.button-light {
  background: black;
  color: #fff;
}

/* line 6582, app/assets/stylesheets/styles/events.scss */
.website.t91 .button.button-light:hover {
  background: black;
  color: #fff;
}

/* line 6589, app/assets/stylesheets/styles/events.scss */
.website.t91 .button.button-dark {
  background: transparent;
  color: black;
  border: 1px solid black;
}

/* line 6594, app/assets/stylesheets/styles/events.scss */
.website.t91 .button.button-dark:hover {
  background: transparent;
  color: black;
  border: 1px solid black;
}

/* line 6609, app/assets/stylesheets/styles/events.scss */
.website.t92 .content-block-banner, .website.t92 .content-block-footer {
  color: #000;
}

/* line 6613, app/assets/stylesheets/styles/events.scss */
.website.t92 .h1 {
  font-family: "Just Another Hand";
  font-size: 80px;
}

/* line 6618, app/assets/stylesheets/styles/events.scss */
.website.t92 .h2 {
  font-family: "Just Another Hand";
  font-size: 40px;
}

/* line 6623, app/assets/stylesheets/styles/events.scss */
.website.t92 .h3 {
  font-family: "Didact Gothic";
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 6631, app/assets/stylesheets/styles/events.scss */
.website.t92 .p {
  font-family: "Didact Gothic";
}

/* line 6635, app/assets/stylesheets/styles/events.scss */
.website.t92 .button.button-dark {
  font-family: "Didact Gothic";
  background: #A980FF;
  color: fff;
}

/* line 6641, app/assets/stylesheets/styles/events.scss */
.website.t92 .button.button-dark:hover {
  background: #A980FF;
  color: #fff;
}

/* line 6660, app/assets/stylesheets/styles/events.scss */
.website.t93 .h1 {
  font-size: 100px;
  font-family: Anton;
  text-transform: uppercase;
}

/* line 6667, app/assets/stylesheets/styles/events.scss */
.website.t93 .h2 {
  font-size: 60px;
  font-family: Anton;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 6674, app/assets/stylesheets/styles/events.scss */
.website.t93 .h3 {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  font-family: Anton;
  letter-spacing: 2px;
}

/* line 6683, app/assets/stylesheets/styles/events.scss */
.website.t93 .h4 {
  font-family: Anton;
  letter-spacing: 2px;
  font-size: 16px;
}

/* line 6689, app/assets/stylesheets/styles/events.scss */
.website.t93 .content-block-contact {
  color: #fff;
}

/* line 6693, app/assets/stylesheets/styles/events.scss */
.website.t93 .navbar-nav .nav-item {
  font-size: 14px;
  font-family: Anton;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 6700, app/assets/stylesheets/styles/events.scss */
.website.t93 .button {
  font-size: 18px;
  font-family: Anton;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 6707, app/assets/stylesheets/styles/events.scss */
.website.t93 .content-block-contact .button {
  background: white;
  color: #000;
  border: none;
}

@media (max-width: 768px) {
  /* line 6715, app/assets/stylesheets/styles/events.scss */
  .website.t93 .h1 {
    font-size: 60px !important;
  }
  /* line 6719, app/assets/stylesheets/styles/events.scss */
  .website.t93 .h2 {
    font-size: 40px !important;
  }
}

/* line 6737, app/assets/stylesheets/styles/events.scss */
.website.t94 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 6742, app/assets/stylesheets/styles/events.scss */
.website.t94 .h1, .website.t94 .h2 {
  font-family: 'DM Serif Display', serif;
}

/* line 6746, app/assets/stylesheets/styles/events.scss */
.website.t94 .h1 {
  font-size: 80px;
  line-height: 80px;
}

/* line 6751, app/assets/stylesheets/styles/events.scss */
.website.t94 .h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
}

/* line 6757, app/assets/stylesheets/styles/events.scss */
.website.t94 .p {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 6762, app/assets/stylesheets/styles/events.scss */
.website.t94 .button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #004014;
}

/* line 6770, app/assets/stylesheets/styles/events.scss */
.website.t94 .button:hover {
  background-color: #013c13;
}

/* line 6774, app/assets/stylesheets/styles/events.scss */
.website.t94 .content-block-footer .p {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 6781, app/assets/stylesheets/styles/events.scss */
  .website.t94 .h1 {
    font-size: 60px !important;
  }
  /* line 6785, app/assets/stylesheets/styles/events.scss */
  .website.t94 .h2 {
    font-size: 40px !important;
  }
}

/* line 6799, app/assets/stylesheets/styles/events.scss */
.website.t95 {
  font-family: 'Oswald';
}

/* line 6805, app/assets/stylesheets/styles/events.scss */
.website.t95 .h1 {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

/* line 6812, app/assets/stylesheets/styles/events.scss */
.website.t95 .h2 {
  font-size: 30px;
}

/* line 6820, app/assets/stylesheets/styles/events.scss */
.website.t95 .button {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  background-color: #58070e;
  border: 2px solid #7d0c0b;
}

/* line 6828, app/assets/stylesheets/styles/events.scss */
.website.t95 .button:hover {
  background-color: #7d0c0b;
}

/* line 6832, app/assets/stylesheets/styles/events.scss */
.website.t95 .content-block-footer .p {
  font-size: 13px;
}

@media (max-width: 768px) {
  /* line 6839, app/assets/stylesheets/styles/events.scss */
  .website.t95 .h1 {
    font-size: 50px !important;
    letter-spacing: 4px;
  }
  /* line 6845, app/assets/stylesheets/styles/events.scss */
  .website.t95 .h2 {
    font-size: 24px !important;
  }
}

/* line 6863, app/assets/stylesheets/styles/events.scss */
.website.t96 .h1 {
  font-family: 'DM Serif Display', serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 20px;
}

/* line 6871, app/assets/stylesheets/styles/events.scss */
.website.t96 .h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 30px;
}

/* line 6879, app/assets/stylesheets/styles/events.scss */
.website.t96 .plead {
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 600;
}

/* line 6887, app/assets/stylesheets/styles/events.scss */
.website.t96 .h4 {
  font-family: 'Barlow', sans-serif;
}

/* line 6891, app/assets/stylesheets/styles/events.scss */
.website.t96 .button {
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #000;
  color: #fff;
}

/* line 6901, app/assets/stylesheets/styles/events.scss */
.website.t96 .button:hover {
  background-color: #082721;
}

/* line 6906, app/assets/stylesheets/styles/events.scss */
.website.t96 .p {
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
}

/* line 6911, app/assets/stylesheets/styles/events.scss */
.website.t96 .content-block-footer .p {
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
}

/* line 6918, app/assets/stylesheets/styles/events.scss */
.website.t96 .content-block-footer .p a {
  color: #fff;
  text-decoration: underline;
}

/* line 6924, app/assets/stylesheets/styles/events.scss */
.website.t96 #footer1 .content-block-bg {
  background-color: #082721;
}

@media (max-width: 768px) {
  /* line 6931, app/assets/stylesheets/styles/events.scss */
  .website.t96 .h1 {
    font-size: 40px !important;
    letter-spacing: 4px;
  }
  /* line 6937, app/assets/stylesheets/styles/events.scss */
  .website.t96 .h2 {
    font-size: 24px !important;
  }
}

/* line 6962, app/assets/stylesheets/styles/events.scss */
.create-new .top {
  margin-top: 100px !important;
}

/* line 6966, app/assets/stylesheets/styles/events.scss */
.create-new .create-new-breadcrumbs {
  position: absolute;
  top: 0;
  text-align: left;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 16px;
  color: black;
  border-bottom: 1px solid #e8e8e8;
  z-index: 9;
  font-weight: 600;
}

/* line 6982, app/assets/stylesheets/styles/events.scss */
.create-new .create-new-breadcrumbs strong {
  color: #334999;
}

/* line 6988, app/assets/stylesheets/styles/events.scss */
.create-new .radio {
  margin-bottom: 0 !important;
}

/* line 6992, app/assets/stylesheets/styles/events.scss */
.create-new .form-header-inline {
  margin-top: 36px;
  margin-bottom: 20px;
  border-top: 1px solid #efefef;
  padding-top: 10px;
}

/* line 7001, app/assets/stylesheets/styles/events.scss */
.create-new .theme-list .panel-body {
  padding: 0 15px;
}

/* line 7003, app/assets/stylesheets/styles/events.scss */
.create-new .theme-list .panel-body a {
  font-size: 14px;
}

/* line 7009, app/assets/stylesheets/styles/events.scss */
.create-new .theme-list a {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  color: black;
  margin-right: 30px;
  padding: 6px 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
}

/* line 7020, app/assets/stylesheets/styles/events.scss */
.create-new .theme-list a:hover {
  color: #334999;
}

/* line 7025, app/assets/stylesheets/styles/events.scss */
.create-new .theme-list a.theme-filter:hover {
  color: #334999;
  background-color: #efefef;
}

/* line 7031, app/assets/stylesheets/styles/events.scss */
.create-new .theme-list a.active {
  color: #334999;
  background-color: #efefef;
}

/* line 7035, app/assets/stylesheets/styles/events.scss */
.create-new .theme-list a.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #efefef;
  border-width: 8px;
  margin-top: -8px;
}

/* line 7056, app/assets/stylesheets/styles/events.scss */
.create-new .theme h3 {
  margin-top: 10px;
}

/* line 7063, app/assets/stylesheets/styles/events.scss */
.create-new .screen-link .btn {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  top: 30%;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  margin-top: -26px;
}

/* line 7077, app/assets/stylesheets/styles/events.scss */
.create-new .screen-link:hover img {
  opacity: .5;
}

/* line 7081, app/assets/stylesheets/styles/events.scss */
.create-new .screen-link:hover .btn {
  visibility: visible;
  opacity: 1;
}

/* line 7089, app/assets/stylesheets/styles/events.scss */
.create-new .intersticial-loading {
  opacity: 0;
  transition: .2s ease all;
  color: #fff;
}

/* line 7094, app/assets/stylesheets/styles/events.scss */
.create-new .intersticial-loading.active {
  opacity: .8;
}

/* line 7098, app/assets/stylesheets/styles/events.scss */
.create-new .intersticial-loading.complete {
  opacity: 1;
}

/* line 7101, app/assets/stylesheets/styles/events.scss */
.create-new .intersticial-loading.complete i {
  color: rebeccapurple;
}

/* line 7113, app/assets/stylesheets/styles/events.scss */
#theme-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
}

/* line 7124, app/assets/stylesheets/styles/events.scss */
#theme-loader h2 {
  margin-top: 140px;
}

/* line 7128, app/assets/stylesheets/styles/events.scss */
#theme-loader.active {
  opacity: 1;
  visibility: visible;
}

/* line 7135, app/assets/stylesheets/styles/events.scss */
.form-group-manually-disabled {
  opacity: .4;
}

/* line 7141, app/assets/stylesheets/styles/events.scss */
.uploadcare-tab-effects--title, .uploadcare--powered-by {
  visibility: hidden;
}

/* line 7145, app/assets/stylesheets/styles/events.scss */
.uploadcare--powered-by {
  display: none;
}

/* line 7154, app/assets/stylesheets/styles/events.scss */
.uploadcare--footer__button.uploadcare--preview__done {
  border-radius: 6px;
  color: #fff;
  border: none;
  background: #334999;
  font-family: "proxima-nova", sans-serif;
  cursor: pointer;
}

/* line 7170, app/assets/stylesheets/styles/events.scss */
.uploadcare--preview__back {
  background-color: #a0a6ab;
  border-radius: 6px;
  color: #fff;
  border: none;
  font-family: "proxima-nova", sans-serif;
  cursor: pointer;
}

/* line 7179, app/assets/stylesheets/styles/events.scss */
.uploadcare--preview__back:hover, .uploadcare--footer__button.uploadcare--preview__done:hover {
  background-color: #287e91;
  color: #fff;
}

/* line 7194, app/assets/stylesheets/styles/events.scss */
.newcalendarquiz .well-select {
  background-color: #fff;
  border: 2px solid #efefef;
}

/* line 7198, app/assets/stylesheets/styles/events.scss */
.newcalendarquiz .well-select i {
  font-size: 44px;
  margin-bottom: 14px;
}

/* line 7209, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker.fp-select {
  cursor: pointer;
}

/* line 7213, app/assets/stylesheets/styles/events.scss */
.sidebar .fp-sample {
  display: none;
}

/* line 7216, app/assets/stylesheets/styles/events.scss */
.sidebar .form-group .font-picker.fp-select {
  display: block;
  background: #fff;
}

/* line 7220, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker .fp-modal-backdrop {
  background: #f8f9fc;
  opacity: 1;
}

/* line 7225, app/assets/stylesheets/styles/events.scss */
.sidebar .ec-editor-element-editor .font-picker .fp-modal {
  background: #f8f9fc;
  opacity: 1;
  box-shadow: none;
}

/* line 7231, app/assets/stylesheets/styles/events.scss */
.sidebar .fp-header h5 {
  display: none;
}

/* line 7235, app/assets/stylesheets/styles/events.scss */
.sidebar .fp-close:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f060";
  color: black;
}

/* line 7241, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker .fp-header .fp-icons {
  float: left;
  color: transparent;
  font-size: 16px;
}

/* line 7247, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker .fp-header {
  padding-top: 0;
}

/* line 7251, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker .fp-results li > small {
  display: none;
}

/* line 7256, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker .fp-pill.checked {
  background-color: #1f2834;
  color: #fff;
}

/* line 7261, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker .fp-results li.fp-active {
  background-color: #334999;
}

/* line 7265, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker .fp-btn {
  background-color: #1f2834;
  color: #fff;
}

/* line 7269, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker .fp-btn:hover {
  box-shadow: none;
}

/* line 7274, app/assets/stylesheets/styles/events.scss */
.sidebar .font-picker .fp-modal {
  position: absolute;
  background: #f8f9fc;
  max-width: 100%;
  width: 100%;
}

/* line 7281, app/assets/stylesheets/styles/events.scss */
.sidebar .fp-modal-backdrop {
  display: none !important;
}

/* line 7293, app/assets/stylesheets/styles/events.scss */
#content_block_modal .modal-content {
  background: #fff;
}

/* line 7298, app/assets/stylesheets/styles/events.scss */
#content_block_modal .content-block-options {
  padding-bottom: 100px;
}

/* line 7302, app/assets/stylesheets/styles/events.scss */
#content_block_modal .content-block-list-container {
  max-height: 500px;
  overflow: scroll;
}

/* line 7315, app/assets/stylesheets/styles/events.scss */
#content_block_modal h2 {
  font-size: 24px;
  font-family: outfit,sans-serif;
  margin-top: 0;
}

/* line 7320, app/assets/stylesheets/styles/events.scss */
#content_block_modal h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #334999;
  margin-top: 10px;
}

/* line 7332, app/assets/stylesheets/styles/events.scss */
#content_block_modal .modal-body {
  padding: 24px;
  padding-bottom: 0;
}

/* line 7337, app/assets/stylesheets/styles/events.scss */
#content_block_modal .modal-header {
  background: #f8f9fc;
  color: #000;
  padding: 22px 26px 12px 26px;
  position: relative;
}

/* line 7343, app/assets/stylesheets/styles/events.scss */
#content_block_modal .modal-header p {
  opacity: .6;
}

/* line 7347, app/assets/stylesheets/styles/events.scss */
#content_block_modal .modal-header .modal-close {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 20px;
  display: block;
  opacity: .5;
}

/* line 7355, app/assets/stylesheets/styles/events.scss */
#content_block_modal .modal-header .modal-close:hover {
  opacity: 1;
}

/* line 7363, app/assets/stylesheets/styles/events.scss */
#content_block_modal .modal-title {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

/* line 7375, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .modal-content {
  background: #fff;
}

/* line 7380, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .content-block-options {
  padding-bottom: 100px;
}

/* line 7384, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .content-block-list-container {
  max-height: 500px;
  overflow: scroll;
}

/* line 7397, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal h2 {
  font-size: 24px;
  font-family: outfit,sans-serif;
  margin-top: 0;
}

/* line 7402, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #334999;
  margin-top: 10px;
}

/* line 7413, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .dropable {
  min-height: 300px;
}

/* line 7418, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .modal-body {
  padding: 30px 40px;
  padding-bottom: 20px;
}

/* line 7423, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .modal-header {
  background: #f8f9fc;
  color: #000;
  padding: 22px 26px 0px 26px;
  position: relative;
}

/* line 7429, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .modal-header p {
  opacity: .6;
  margin-bottom: 16px;
}

/* line 7434, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .modal-header .modal-close {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 20px;
  display: block;
  opacity: .5;
}

/* line 7442, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .modal-header .modal-close:hover {
  opacity: 1;
}

/* line 7450, app/assets/stylesheets/styles/events.scss */
#image_uploader_modal .modal-title {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

/* line 7467, app/assets/stylesheets/styles/events.scss */
.editor-save-btn .btn-tooltip {
  position: absolute;
  width: 218px;
  top: 60px;
  background-color: #1f2834;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  padding: 18px;
  color: #fff;
  left: -50px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: .3s linear all;
}

/* line 7481, app/assets/stylesheets/styles/events.scss */
.editor-save-btn .btn-tooltip p {
  color: #fff;
  font-size: 14px;
}

/* line 7487, app/assets/stylesheets/styles/events.scss */
.editor-save-btn .btn-tooltip.active {
  visibility: visible;
  opacity: 1;
}

/* line 7498, app/assets/stylesheets/styles/events.scss */
.editor-save-btn .btn-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #1f2834;
  border-width: 9px;
  margin-left: -9px;
}

/* line 1, app/assets/stylesheets/styles/checkout.scss */
.show_buy,
.select_buy,
.show_confirm,
.show_pay {
  background: #fff;
  background: #f8f9fc;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 11, app/assets/stylesheets/styles/checkout.scss */
.show_buy h1,
.select_buy h1,
.show_confirm h1,
.show_pay h1 {
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 38px;
}

/* line 18, app/assets/stylesheets/styles/checkout.scss */
.show_buy p.lead, .show_buy div.lead > p,
.select_buy p.lead,
.select_buy div.lead > p,
.show_confirm p.lead,
.show_confirm div.lead > p,
.show_pay p.lead,
.show_pay div.lead > p {
  font-size: 18px;
  line-height: 28px;
}

/* line 23, app/assets/stylesheets/styles/checkout.scss */
.show_buy .breadcrumb,
.select_buy .breadcrumb,
.show_confirm .breadcrumb,
.show_pay .breadcrumb {
  margin-bottom: 40px;
}

/* line 26, app/assets/stylesheets/styles/checkout.scss */
.show_buy .breadcrumb span,
.select_buy .breadcrumb span,
.show_confirm .breadcrumb span,
.show_pay .breadcrumb span {
  display: none;
}

/* line 31, app/assets/stylesheets/styles/checkout.scss */
.show_buy .intl-tel-input.allow-dropdown .flag-container,
.show_buy .intl-tel-input.separate-dial-code .flag-container,
.select_buy .intl-tel-input.allow-dropdown .flag-container,
.select_buy .intl-tel-input.separate-dial-code .flag-container,
.show_confirm .intl-tel-input.allow-dropdown .flag-container,
.show_confirm .intl-tel-input.separate-dial-code .flag-container,
.show_pay .intl-tel-input.allow-dropdown .flag-container,
.show_pay .intl-tel-input.separate-dial-code .flag-container {
  height: 50px;
}

/* line 37, app/assets/stylesheets/styles/checkout.scss */
.checkout-header {
  background: #000;
  background: #1f2834;
  color: #fff;
  z-index: 9;
  position: relative;
}

/* line 44, app/assets/stylesheets/styles/checkout.scss */
.checkout-header li {
  padding: 12px;
}

/* line 47, app/assets/stylesheets/styles/checkout.scss */
.checkout-header li.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 16px;
}

/* line 50, app/assets/stylesheets/styles/checkout.scss */
.checkout-header li.border-left span {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 56, app/assets/stylesheets/styles/checkout.scss */
.checkout-header .timer {
  color: #334999;
}

/* line 60, app/assets/stylesheets/styles/checkout.scss */
.checkout-header .checkout-left {
  display: inline-block;
}

/* line 64, app/assets/stylesheets/styles/checkout.scss */
.checkout-header .checkout-right {
  float: right;
}

/* line 68, app/assets/stylesheets/styles/checkout.scss */
.checkout-header .checkout-right li {
  float: right;
}

/* line 72, app/assets/stylesheets/styles/checkout.scss */
.checkout-header .breadcrumb {
  margin-bottom: 0;
  color: #fff;
}

/* line 78, app/assets/stylesheets/styles/checkout.scss */
.checkout-banner {
  height: 200px;
  z-index: 9;
  position: relative;
  background-size: cover;
  background-position: 50%;
}

/* line 86, app/assets/stylesheets/styles/checkout.scss */
.checkout-container {
  background: #f8f9fc;
  padding-top: 36px;
  padding-bottom: 50px;
}

/* line 93, app/assets/stylesheets/styles/checkout.scss */
.checkout-container section {
  margin-bottom: 56px;
}

/* line 96, app/assets/stylesheets/styles/checkout.scss */
.checkout-container section .ticket-holder {
  margin-bottom: 40px;
}

/* line 101, app/assets/stylesheets/styles/checkout.scss */
.checkout-container section.section-small {
  margin-bottom: 20px;
}

/* line 106, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-header-text {
  margin-bottom: 70px;
}

/* line 110, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left {
  width: 76%;
  padding: 0px 30px;
  float: left;
}

/* line 115, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left.checkout-left-lg {
  width: 68%;
}

/* line 119, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left .checkout-left-content {
  width: 100%;
  max-width: 800px;
  float: right;
  background: #fff;
  padding: 20px 50px 50px 50px;
  border: 1px solid #ececec;
  box-shadow: 2px 2px 20px #0000000a;
}

/* line 128, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left .checkout-left-content .ticket-holder {
  margin-bottom: 60px;
}

/* line 131, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left .checkout-left-content .ticket-holder:last-child {
  margin-bottom: 40px;
}

/* line 140, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left .checkout-left-content .checkout-header-text {
  margin-top: 20px;
}

/* line 146, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left .checkout-table {
  margin-top: 60px;
}

/* line 150, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left .clearfix {
  min-height: 440px;
}

/* line 154, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left h1 {
  font-weight: 900;
}

/* line 158, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-left h3 {
  margin-bottom: 26px;
}

/* line 167, app/assets/stylesheets/styles/checkout.scss */
.checkout-container.checkout-container-whitelabel .checkout-left {
  width: 100%;
}

/* line 170, app/assets/stylesheets/styles/checkout.scss */
.checkout-container.checkout-container-whitelabel .checkout-left .checkout-left-content {
  margin: 0 auto;
  float: none;
}

/* line 177, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-right {
  width: 24%;
  padding: 0px 72px 0px 0;
  float: right;
}

/* line 182, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-right.checkout-right-lg {
  width: 32%;
}

/* line 186, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-right .checkout-right-cover {
  background: #f8f9fc;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 32%;
  border-left: 1px solid #e6e6e6;
}

/* line 196, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-right .checkout-right-content {
  position: relative;
  width: 100%;
  max-width: 300px;
  float: left;
}

/* line 202, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .checkout-right .checkout-right-content .well {
  margin-bottom: 40px;
}

/* line 208, app/assets/stylesheets/styles/checkout.scss */
.checkout-container .help-block2 {
  max-width: 400px;
  margin-top: 20px;
}

/* line 218, app/assets/stylesheets/styles/checkout.scss */
.checkout-table {
  margin-top: 20px;
}

/* line 222, app/assets/stylesheets/styles/checkout.scss */
.checkout-table .form-header {
  margin-bottom: 26px;
}

/* line 225, app/assets/stylesheets/styles/checkout.scss */
.checkout-table .form-header h5 {
  font-size: 15px;
}

/* line 230, app/assets/stylesheets/styles/checkout.scss */
.checkout-table .table {
  border-top: 1px solid #ccc;
  border-collapse: initial;
  padding-top: 12px;
}

/* line 236, app/assets/stylesheets/styles/checkout.scss */
.checkout-table .table td {
  border-top: none;
  font-size: 15px;
  font-weight: 600;
  border-top: 0;
}

/* line 241, app/assets/stylesheets/styles/checkout.scss */
.checkout-table .table td.ticket-quantity h5 {
  font-size: 20px;
  position: relative;
  top: -2px;
}

/* line 249, app/assets/stylesheets/styles/checkout.scss */
.checkout-table .table td h5 {
  margin: 0;
}

/* line 253, app/assets/stylesheets/styles/checkout.scss */
.checkout-table .table td small, .checkout-table .table td div.small > p {
  opacity: 0.5;
  font-size: 12px;
  line-height: 17px;
  margin-top: 6px;
  display: block;
  font-weight: 400;
}

/* line 264, app/assets/stylesheets/styles/checkout.scss */
.ticket-container {
  background: #fff;
  border: 1px solid #ddd;
  padding: 40px 50px;
  border-top: 3px solid #1f2834;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 2px 2px 20px #0000000a;
}

/* line 273, app/assets/stylesheets/styles/checkout.scss */
.ticket-container h3 {
  margin: 0;
  margin-bottom: 10px !important;
}

/* line 278, app/assets/stylesheets/styles/checkout.scss */
.ticket-container h5 {
  margin-top: 0;
}

/* line 282, app/assets/stylesheets/styles/checkout.scss */
.ticket-container .morecontent span {
  display: none;
}

/* line 285, app/assets/stylesheets/styles/checkout.scss */
.ticket-container .morelink {
  display: inline-block;
}

/* line 289, app/assets/stylesheets/styles/checkout.scss */
.ticket-container .ticket-description, .ticket-container div.ticket-description > p {
  color: #999;
  font-size: 14px;
  line-height: 22px;
}

/* line 296, app/assets/stylesheets/styles/checkout.scss */
.ticket-container.ticket-container-isticket:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 28px;
  display: block;
  background: #fff;
  margin-top: -14px;
  left: -1px;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 1px solid #ccc;
  border-left: 0;
}

/* line 314, app/assets/stylesheets/styles/checkout.scss */
.ticket-container.ticket-container-isticket:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 28px;
  display: block;
  background: #fff;
  margin-top: -14px;
  right: -1px;
  border-radius: 50%;
  border-left: 1px solid #ddd;
  background-color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border: 1px solid #ccc;
  border-right: 0;
}

/* line 334, app/assets/stylesheets/styles/checkout.scss */
.confirm-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  border: 1px solid #e9e9e9;
}

/* line 344, app/assets/stylesheets/styles/checkout.scss */
.confirm-container .ticket-btn-container {
  margin: 30px 0;
}

/* line 350, app/assets/stylesheets/styles/checkout.scss */
.confirm-container h3 {
  margin-bottom: 14px;
}

/* line 354, app/assets/stylesheets/styles/checkout.scss */
.confirm-container .btn-facebook {
  background: #3b5998;
}

/* line 359, app/assets/stylesheets/styles/checkout.scss */
.checkout-editor-container {
  position: fixed;
  left: 0;
  bottom: -80px;
  z-index: 99999;
  width: 100%;
  background-color: black;
  background-color: rgba(51, 73, 153, 0.98);
  color: #fff;
  padding: 20px;
  line-height: 28px;
  transition: 0.3s bottom ease;
}

/* line 372, app/assets/stylesheets/styles/checkout.scss */
.checkout-editor-container.active {
  bottom: 0px;
}

/* line 376, app/assets/stylesheets/styles/checkout.scss */
.checkout-editor-container a {
  text-decoration: underline;
  color: #fff;
}

/* line 380, app/assets/stylesheets/styles/checkout.scss */
.checkout-editor-container a:hover {
  opacity: 0.8;
}

/* line 385, app/assets/stylesheets/styles/checkout.scss */
.checkout-editor-container .fa-inverse {
  color: #334999;
}

/* line 390, app/assets/stylesheets/styles/checkout.scss */
.checkout-summary-container {
  margin: 20px 0 0 0;
}

/* line 394, app/assets/stylesheets/styles/checkout.scss */
.checkout-summary {
  background-color: #fdfdfd;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 20px;
  display: block;
}

/* line 402, app/assets/stylesheets/styles/checkout.scss */
.ticket-container .form-group .btn {
  margin-top: 0;
}

/* line 406, app/assets/stylesheets/styles/checkout.scss */
.show_pay #creditcards {
  margin-right: 0;
}

/* line 411, app/assets/stylesheets/styles/checkout.scss */
.ec-ad h2 {
  letter-spacing: -1px;
}

/** The Magic **/
/* line 423, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

/* line 437, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
/* line 454, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
  background-color: #fff;
  color: #555;
  border-radius: 0;
  color: black;
  border-radius: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

/* line 468, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb .btn:hover {
  background: none;
  color: initial;
}

/* line 473, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb span.btn:hover {
  cursor: default;
}

/* line 477, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}

/* line 480, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

/* line 484, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb .btn-active {
  color: #334999;
}

/** Default button **/
/* line 489, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}

/* line 492, app/assets/stylesheets/styles/checkout.scss */
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

/* line 503, app/assets/stylesheets/styles/checkout.scss */
.checkout-body {
  width: 100%;
  max-width: 800px;
  margin: 36px auto 0 auto;
  background: #fff;
  padding: 50px;
  border: 1px solid #ececec;
  box-shadow: 2px 2px 20px #0000000a;
}

/* line 514, app/assets/stylesheets/styles/checkout.scss */
.checkout-body .ticket-holder {
  margin-bottom: 40px;
}

/* line 524, app/assets/stylesheets/styles/checkout.scss */
.checkout-body section.section-small {
  margin-bottom: 20px;
}

/* line 529, app/assets/stylesheets/styles/checkout.scss */
.checkout-body .checkout-header-text {
  margin-bottom: 70px;
}

/* line 533, app/assets/stylesheets/styles/checkout.scss */
.checkout-body h1 {
  font-weight: 900;
}

/* line 537, app/assets/stylesheets/styles/checkout.scss */
.checkout-body h3 {
  margin-top: 0;
  margin-bottom: 26px;
}

/* line 544, app/assets/stylesheets/styles/checkout.scss */
.checkout-header-2 {
  background: #fff;
  color: #222;
  z-index: 9;
  position: relative;
  padding: 14px;
  border-bottom: 1px solid #ccc;
  z-index: 9999;
}

/* line 554, app/assets/stylesheets/styles/checkout.scss */
.checkout-header-2 h5 {
  font-weight: 800;
  margin: 0;
  margin-top: 5px;
  font-size: 13px;
}

/* line 562, app/assets/stylesheets/styles/checkout.scss */
.select_buy, .show_buy, .show_confirm {
  background-color: #f8f9fc;
}

/* line 566, app/assets/stylesheets/styles/checkout.scss */
.select_buy .checkout-left {
  float: none;
  max-width: 920px;
  margin: 0 auto;
}

/* line 573, app/assets/stylesheets/styles/checkout.scss */
.select_buy .checkout-container {
  padding-top: 30px;
}

/* line 588, app/assets/stylesheets/styles/checkout.scss */
.checkout-tos {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 140px;
  width: 100%;
  background: #fff;
  padding: 20px 20px 14px 20px;
}

/* line 598, app/assets/stylesheets/styles/checkout.scss */
.checkout-tos span.checkout-poweredby {
  font-weight: 600;
}

/* line 604, app/assets/stylesheets/styles/checkout.scss */
.checkout-tos .checkout-logo {
  display: inline-block;
  float: right;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

/* line 611, app/assets/stylesheets/styles/checkout.scss */
.checkout-tos .checkout-logo svg {
  height: 22px;
  width: 176px;
}

/* line 617, app/assets/stylesheets/styles/checkout.scss */
.checkout-tos.sticky {
  position: absolute;
  bottom: 0;
}

/* line 622, app/assets/stylesheets/styles/checkout.scss */
.checkout-tos.static {
  position: static;
}

@media screen and (max-width: 768px) {
  /* line 630, app/assets/stylesheets/styles/checkout.scss */
  .events .checkout-container {
    padding-top: 20px;
  }
  /* line 633, app/assets/stylesheets/styles/checkout.scss */
  .events .checkout-container .checkout-left {
    width: 100%;
    padding: 0;
  }
  /* line 638, app/assets/stylesheets/styles/checkout.scss */
  .events .checkout-container .checkout-right {
    display: none;
  }
  /* line 643, app/assets/stylesheets/styles/checkout.scss */
  .checkout-body {
    width: 100%;
    padding: 30px;
  }
  /* line 648, app/assets/stylesheets/styles/checkout.scss */
  .checkout-container .checkout-left .checkout-left-content {
    padding: 20px 30px 30px 30px;
  }
  /* line 652, app/assets/stylesheets/styles/checkout.scss */
  .ticket-container {
    padding: 30px;
  }
  /* line 656, app/assets/stylesheets/styles/checkout.scss */
  .form-group-submit .btn-md {
    width: 100%;
  }
  /* line 660, app/assets/stylesheets/styles/checkout.scss */
  .checkout-tos {
    text-align: center;
  }
  /* line 664, app/assets/stylesheets/styles/checkout.scss */
  .checkout-logo-container {
    text-align: center;
    margin-top: 50px;
  }
  /* line 668, app/assets/stylesheets/styles/checkout.scss */
  .checkout-logo-container .checkout-logo {
    float: none !important;
    margin-left: 0 !important;
    display: block !important;
    top: 0 !important;
    margin-top: 14px;
  }
  /* line 675, app/assets/stylesheets/styles/checkout.scss */
  .checkout-logo-container .checkout-logo svg {
    height: 28px !important;
  }
}

/* line 686, app/assets/stylesheets/styles/checkout.scss */
#calendar .fc-daygrid-day {
  background-color: #fff;
}

/* line 690, app/assets/stylesheets/styles/checkout.scss */
#calendar .fc-h-event {
  background-color: #334999;
}

/* line 4, app/assets/stylesheets/styles/themes_old.scss */
#event-body {
  position: relative;
  margin-top: 40px;
}

/* line 19, app/assets/stylesheets/styles/themes_old.scss */
#event-body hr {
  border-color: #999;
}

/* line 23, app/assets/stylesheets/styles/themes_old.scss */
#event-body .lead {
  color: #999;
  font-size: 23px;
  line-height: 39px;
}

/* line 30, app/assets/stylesheets/styles/themes_old.scss */
#event-body section {
  margin: 0 0 26px 0;
}

/* line 34, app/assets/stylesheets/styles/themes_old.scss */
#event-body section h4 {
  opacity: .4;
}

/* line 38, app/assets/stylesheets/styles/themes_old.scss */
#event-body section .btn-small {
  margin-right: 5px;
}

/* line 43, app/assets/stylesheets/styles/themes_old.scss */
#event-body .section {
  margin-bottom: 50px;
}

/* line 47, app/assets/stylesheets/styles/themes_old.scss */
#event-body h3 {
  margin-bottom: 20px;
}

/* line 51, app/assets/stylesheets/styles/themes_old.scss */
#event-body h4 {
  margin-top: 42px;
}

/* line 55, app/assets/stylesheets/styles/themes_old.scss */
#event-body .map-container {
  margin-top: 40px;
}

/* line 62, app/assets/stylesheets/styles/themes_old.scss */
#event-body .event-creator .image-holder .avatar {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-position: center center;
}

/* line 69, app/assets/stylesheets/styles/themes_old.scss */
#event-body .event-creator .image-holder img {
  height: 100%;
  width: 100%;
}

/* line 78, app/assets/stylesheets/styles/themes_old.scss */
#event-body .event-creator h5 {
  font-size: 15px;
  margin-bottom: 0;
}

/* line 83, app/assets/stylesheets/styles/themes_old.scss */
#event-body .event-creator .event-creator-links a {
  display: block;
  margin-bottom: 5px;
  font-size: 90%;
}

/* line 101, app/assets/stylesheets/styles/themes_old.scss */
.event-website .container,
.froala-editor-container .container {
  max-width: 100%;
}

/* line 104, app/assets/stylesheets/styles/themes_old.scss */
.event-website .container .container,
.froala-editor-container .container .container {
  padding-left: 0;
  padding-right: 0;
}

/* line 110, app/assets/stylesheets/styles/themes_old.scss */
.event-website .event-website-section,
.froala-editor-container .event-website-section {
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 115, app/assets/stylesheets/styles/themes_old.scss */
.event-website .event-website-section-sm,
.froala-editor-container .event-website-section-sm {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 128, app/assets/stylesheets/styles/themes_old.scss */
.event-website-1,
.event-website-2,
.event-website-3,
.event-website-4,
.event-website-5,
.event-website-6,
.event-website-7,
.event-website-8,
.event-website-9,
.event-website-100,
.event-website-101,
.event-website-102,
.event-website-103 {
  background: #fff;
}

/* line 146, app/assets/stylesheets/styles/themes_old.scss */
.event-website-1 .jumbotron,
.event-website-2 .jumbotron,
.event-website-3 .jumbotron,
.event-website-4 .jumbotron,
.event-website-5 .jumbotron,
.event-website-6 .jumbotron,
.event-website-7 .jumbotron,
.event-website-8 .jumbotron,
.event-website-9 .jumbotron,
.event-website-100 .jumbotron,
.event-website-101 .jumbotron,
.event-website-102 .jumbotron,
.event-website-103 .jumbotron {
  color: #fff;
  padding: 220px 0 0;
  background-image: url(https://images.unsplash.com/photo-1464823063530-08f10ed1a2dd?dpr=1.3320000171661377&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=);
  background-image: url(https://images.unsplash.com/photo-1478145046317-39f10e56b5e9?dpr=1.3320000171661377&auto=format&fit=crop&w=1500&h=2250&q=80&cs=tinysrgb&crop=);
  margin-bottom: 0;
  position: relative;
  min-height: 300px;
}

/* line 158, app/assets/stylesheets/styles/themes_old.scss */
.event-website-1 .jumbotron .navbar,
.event-website-2 .jumbotron .navbar,
.event-website-3 .jumbotron .navbar,
.event-website-4 .jumbotron .navbar,
.event-website-5 .jumbotron .navbar,
.event-website-6 .jumbotron .navbar,
.event-website-7 .jumbotron .navbar,
.event-website-8 .jumbotron .navbar,
.event-website-9 .jumbotron .navbar,
.event-website-100 .jumbotron .navbar,
.event-website-101 .jumbotron .navbar,
.event-website-102 .jumbotron .navbar,
.event-website-103 .jumbotron .navbar {
  border: none;
}

/* line 162, app/assets/stylesheets/styles/themes_old.scss */
.event-website-1 .jumbotron .cover,
.event-website-2 .jumbotron .cover,
.event-website-3 .jumbotron .cover,
.event-website-4 .jumbotron .cover,
.event-website-5 .jumbotron .cover,
.event-website-6 .jumbotron .cover,
.event-website-7 .jumbotron .cover,
.event-website-8 .jumbotron .cover,
.event-website-9 .jumbotron .cover,
.event-website-100 .jumbotron .cover,
.event-website-101 .jumbotron .cover,
.event-website-102 .jumbotron .cover,
.event-website-103 .jumbotron .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}

/* line 175, app/assets/stylesheets/styles/themes_old.scss */
.event-website-1 .content-block,
.event-website-2 .content-block,
.event-website-3 .content-block,
.event-website-4 .content-block,
.event-website-5 .content-block,
.event-website-6 .content-block,
.event-website-7 .content-block,
.event-website-8 .content-block,
.event-website-9 .content-block,
.event-website-100 .content-block,
.event-website-101 .content-block,
.event-website-102 .content-block,
.event-website-103 .content-block {
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 189, app/assets/stylesheets/styles/themes_old.scss */
.event-website-2 .jumbotron {
  background-image: url(/themes2/theme2_bg.jpg);
  min-height: 260px;
}

/* line 194, app/assets/stylesheets/styles/themes_old.scss */
.event-website-2 .map-container {
  margin-bottom: 44px;
}

/* line 198, app/assets/stylesheets/styles/themes_old.scss */
.event-website-2 img {
  max-width: 100% !important;
}

/* line 206, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 213, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top {
  background: transparent;
  min-height: 0;
  position: absolute;
  width: 100%;
  transition: background .2s ease;
}

/* line 221, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 228, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 12px 8px 0;
  font-size: 13px;
  padding: 10px;
}

/* line 234, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top li a, .event-website-3 .navbar.navbar-default.navbar-fixed-top li input {
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Fjalla One', sans-serif;
  padding: 20px 5px;
  margin-right: 30px;
  background: none;
  border: none;
  color: #fff;
}

/* line 245, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-3 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 251, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 h1, .event-website-3 h2, .event-website-3 h3, .event-website-3 h4 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}

/* line 256, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 19px;
}

/* line 263, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 p {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
}

/* line 269, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .ec-powered-by {
  font-size: 14px;
}

/* line 274, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .jumbotron {
  padding: 220px 0 300px 0;
  background-image: url(/themes2/theme3_bg.jpg);
}

/* line 279, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .jumbotron h1 {
  font-size: 110px;
  font-weight: 400;
}

/* line 284, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .jumbotron p {
  color: #fff;
}

/* line 288, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .jumbotron .btn {
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}

/* line 296, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 302, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .1;
}

/* line 308, app/assets/stylesheets/styles/themes_old.scss */
.event-website-3 .section {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 316, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-3 .jumbotron h1 {
    font-size: 62px;
  }
}

/* line 328, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 {
  font-family: 'Open Sans', sans-serif;
}

/* line 332, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 h1, .event-website-4 h2, .event-website-4 h3, .event-website-4 h4, .event-website-4 h5 {
  text-transform: uppercase;
}

/* line 337, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 h1 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 34px;
  font-weight: 700;
}

/* line 345, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 h2 {
  letter-spacing: 3px;
  font-size: 26px;
}

/* line 350, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 p {
  font-family: 'Cardo', serif;
}

/* line 354, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .btn {
  font-family: 'Open Sans', sans-serif;
  background: #438da6;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 362, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .jumbotron .btn {
  border: 2px solid #fff;
  background: transparent;
}

/* line 366, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 371, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 p.lead {
  color: #fff;
  font-style: italic;
  margin-bottom: 32px;
}

/* line 378, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 384, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .navbar .navbar-collapse {
  text-align: center;
}

/* line 388, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 396, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 402, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 409, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top li a, .event-website-4 .navbar.navbar-default.navbar-fixed-top li input {
  background: none;
  border: none;
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 26px 20px;
}

/* line 420, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-4 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 425, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top li input {
  padding: 20px;
  font-weight: 700;
  outline: none;
}

/* line 434, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .jumbotron {
  padding: 200px 0 220px;
  background-image: url(/themes2/theme4_bg.jpg);
}

/* line 439, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .4;
}

/* line 445, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .section {
  margin-top: 70px;
  margin-bottom: 60px;
}

/* line 451, app/assets/stylesheets/styles/themes_old.scss */
.event-website-4 .section-sm {
  margin-top: 6px;
  margin-bottom: 20px;
}

/* line 463, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 {
  font-family: 'Montserrat', sans-serif;
}

/* line 469, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* line 474, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 p {
  font-family: 'Cardo', serif;
}

/* line 478, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 p.lead {
  color: #fff;
  font-style: italic;
}

/* line 484, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 492, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 498, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 504, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top li a {
  opacity: .7;
}

/* line 507, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top li a:hover {
  opacity: 1;
}

/* line 515, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 .jumbotron {
  padding: 240px 0 340px 0;
}

/* line 519, app/assets/stylesheets/styles/themes_old.scss */
.event-website-5 .section {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 529, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 {
  background: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
}

/* line 537, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 h1 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* line 545, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .event-website-6-container {
  background: #fff;
  padding: 24px 60px 0 60px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

/* line 555, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .nav-mod-links a, .event-website-6 .nav-mod-links input {
  color: #000;
  font-size: 13px;
  display: inline-block;
  margin: 2px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  opacity: .3;
}

/* line 565, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .nav-mod-links form {
  display: inline;
}

/* line 569, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .nav-mod-links input {
  border: none;
  background: none;
  font-weight: 500;
}

/* line 574, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .nav-mod-links input:hover {
  text-decoration: underline;
}

/* line 584, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .nav-mod-header {
  margin: 100px 0 50px;
}

/* line 587, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .nav-mod-header .btn {
  background: #1a1a1a;
}

/* line 590, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .nav-mod-header .btn:hover {
  background: #555;
}

/* line 599, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .section {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 604, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .img-responsive {
  margin: 0 auto;
}

/* line 609, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 hr {
  border-color: #dadada;
}

/* line 613, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 p {
  font-weight: 400;
}

/* line 617, app/assets/stylesheets/styles/themes_old.scss */
.event-website-6 .map-container {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 626, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-6 .event-website-6-container {
    background: #fff;
    padding: 24px 20px 60px 20px;
  }
}

/* line 640, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 {
  font-family: 'PT Sans', sans-serif;
}

/* line 646, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .jumbotron {
  background-image: url(/themes2/theme7_bg.jpg);
  min-height: 580px;
}

/* line 654, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .navbar .navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-top: 2px;
}

/* line 664, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .navbar li a {
  opacity: .7;
  color: #000;
}

/* line 668, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .navbar li a:hover {
  opacity: 1;
  color: #000;
}

/* line 676, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .btn {
  background: #252a2d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 682, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 688, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 32px;
  color: #888;
  line-height: 1.3;
}

/* line 698, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 hr {
  border-color: #999;
}

/* line 704, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .location-container {
  background: #252a2d;
  color: #fff;
  margin-top: 80px;
}

/* line 710, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .location-container .location-container-left {
  float: left;
  width: 50%;
  padding: 80px;
}

/* line 716, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .location-container .location-container-right {
  float: right;
  width: 50%;
  padding: 80px;
}

/* line 726, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .location-container i {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  opacity: .5;
}

/* line 733, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .location-container p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}

/* line 745, app/assets/stylesheets/styles/themes_old.scss */
.event-website-7 .ec-powered-by {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 754, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-7 .location-container .location-container-left,
.event-website-7 .location-container .location-container-right {
    width: 100%;
    padding: 40px;
  }
  /* line 760, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-7 h2 {
    font-size: 26px;
  }
}

/* line 779, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 h1, .event-website-8 h2, .event-website-8 h3 {
  font-family: 'Playfair Display', serif;
}

/* line 784, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .jumbotron {
  background-image: url(/themes2/theme8_bg.jpg);
  min-height: 580px;
  padding: 250px 0 350px;
}

/* line 789, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .jumbotron h1 {
  font-weight: 400;
  font-size: 60px;
}

/* line 794, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .2;
}

/* line 801, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 #about h2 {
  margin: 60px 0 40px;
}

/* line 806, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 #details h4 {
  margin-top: 40px;
}

/* line 810, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 #details h2 {
  margin: 50px 0 20px;
}

/* line 815, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 821, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .navbar .navbar-collapse {
  text-align: center;
}

/* line 825, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 833, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 839, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 847, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top li a, .event-website-8 .navbar.navbar-default.navbar-fixed-top li input {
  background: none;
  border: none;
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
}

/* line 857, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-8 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 862, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top li input {
  padding: 20px;
  font-weight: 500;
}

/* line 868, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .map-container {
  margin-top: 50px;
}

/* line 873, app/assets/stylesheets/styles/themes_old.scss */
.event-website-8 .ec-powered-by {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 881, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-8 .jumbotron h1 {
    font-size: 48px;
  }
}

/* line 897, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 {
  font-family: 'Open Sans', sans-serif;
}

/* line 906, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 h1 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 34px;
  font-weight: 700;
}

/* line 919, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 p {
  font-family: 'Cardo', serif;
}

/* line 923, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .btn {
  font-family: 'Open Sans', sans-serif;
  background: #438da6;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 931, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .jumbotron .btn {
  border: 2px solid #fff;
  background: transparent;
}

/* line 935, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 940, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 p.lead {
  font-style: italic;
  margin-bottom: 32px;
}

/* line 946, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 952, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .navbar .navbar-collapse {
  text-align: center;
}

/* line 956, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 964, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 970, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 977, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top li a, .event-website-9 .navbar.navbar-default.navbar-fixed-top li input {
  background: none;
  border: none;
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 26px 20px;
  outline: none;
}

/* line 989, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-9 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 999, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .jumbotron {
  padding: 280px 0 300px;
  background-image: url(/themes2/theme4_bg.jpg);
  color: #fff;
}

/* line 1004, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .4;
}

/* line 1009, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .jumbotron p.lead {
  color: #fff;
}

/* line 1014, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .section {
  margin-top: 70px;
  margin-bottom: 60px;
}

/* line 1020, app/assets/stylesheets/styles/themes_old.scss */
.event-website-9 .section-sm {
  margin-top: 6px;
  margin-bottom: 20px;
}

/* line 1036, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 1041, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .event-website-section-sm {
  margin-top: 10px;
}

/* line 1045, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .event-website-section {
  padding: 80px 0;
}

/* line 1053, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 h1, .event-website-100 h2, .event-website-100 h3, .event-website-100 h4 {
  text-transform: uppercase;
}

/* line 1060, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 h1 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
}

/* line 1068, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 h2 {
  letter-spacing: 2px;
}

/* line 1074, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 h3.turner-speaker {
  margin-bottom: 2px;
}

/* line 1083, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 h3.turner-role {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  margin: 26px 0 23px 0;
  color: #0080ff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
}

/* line 1095, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 h1, .event-website-100 h2, .event-website-100 h3, .event-website-100 h4 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}

/* line 1100, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 19px;
}

/* line 1107, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 p {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 20px;
}

/* line 1115, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .btn {
  background: #438da6;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 1122, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron .btn {
  border: 2px solid #fff;
  background: transparent;
}

/* line 1126, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 1131, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 p.lead {
  margin-bottom: 32px;
}

/* line 1148, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 1157, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top .navbar-brand img {
  max-width: 132px;
}

/* line 1163, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 1168, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top .navbar-right {
  margin-right: 12px;
}

/* line 1172, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 1178, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top .navbar-toggle {
  background: #0080FF;
}

/* line 1183, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top li a, .event-website-100 .navbar.navbar-default.navbar-fixed-top li input {
  background: none;
  border: none;
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: 800;
  padding: 30px 10px 20px 10px;
  outline: none;
  font-family: 'Fjalla One', sans-serif;
}

/* line 1198, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-100 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
  color: #0080ff;
}

/* line 1203, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top li a i, .event-website-100 .navbar.navbar-default.navbar-fixed-top li input i {
  font-size: 40px;
}

/* line 1213, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron {
  padding: 140px 0 130px;
  background-image: url(/themes2/theme4_bg.jpg);
}

/* line 1217, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron p.lead {
  color: #fff;
}

/* line 1221, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron h1 {
  font-size: 126px;
  line-height: 100px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  letter-spacing: -4px;
}

/* line 1228, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron .btn {
  border: 3px solid;
  color: #fff;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
  min-width: 200px;
  margin-top: 10px;
}

/* line 1239, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #0080ff;
}

/* line 1246, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron .jumbotron-cover {
  background-color: #0080FF;
  opacity: .2;
  opacity: .2;
}

/* line 1253, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron #clock {
  font-size: 20px;
  margin-top: 100px;
  font-style: italic;
}

/* line 1259, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .jumbotron #clock span {
  display: block;
  font-size: 96px;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}

/* line 1270, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .section {
  margin-top: 70px;
  margin-bottom: 60px;
}

/* line 1276, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .section-sm {
  margin-top: 6px;
  margin-bottom: 20px;
}

/* line 1284, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 #speakers {
  background: #f1f2f5;
}

/* line 1288, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 #photos {
  background: #006ad4;
  color: #fff;
}

/* line 1294, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 #program h4 {
  color: #0080ff;
}

/* line 1298, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 #program h3 {
  text-transform: initial;
  letter-spacing: 0;
  margin-top: 0;
}

/* line 1304, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .turner-image-gallery a {
  width: 16.6666666666%;
  border: 5px solid transparent;
  float: left;
}

/* line 1310, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .turner-image-gallery a:hover img {
  opacity: .7;
}

/* line 1315, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .event-website-section-sm.turner-image-gallery {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 1320, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .event-website-100 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-100 .event-website-100 .navbar.navbar-default.navbar-fixed-top li input:hover {
  color: #0080ff;
}

/* line 1325, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .turner-img-container {
  position: relative;
}

/* line 1329, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .turner-img-container .turner-img-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 128, 255, 0.6);
  text-align: right;
}

/* line 1337, app/assets/stylesheets/styles/themes_old.scss */
.event-website-100 .turner-img-container .turner-img-social a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  /* line 1349, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-100 .jumbotron h1 {
    font-size: 42px;
    line-height: 40px;
  }
  /* line 1355, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-100 .navbar.navbar-default.navbar-fixed-top {
    min-height: 78px;
  }
  /* line 1360, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-100 #clock {
    font-size: 14px !important;
  }
  /* line 1364, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-100 #clock span {
    font-size: 30px !important;
  }
}

/* line 1381, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 {
  background: #f9f9f9;
  font-family: "sofia-pro";
}

/* line 1389, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 h1 {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
}

/* line 1396, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .event-website-section {
  padding: 20px 0 60px;
}

/* line 1401, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .event-website-6-container {
  background: #fff;
  padding: 24px 60px 0 60px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  max-width: 900px;
  margin: 0 auto;
}

/* line 1412, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-links {
  text-align: center;
}

/* line 1416, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-links ul {
  list-style: none;
}

/* line 1417, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-links ul li {
  display: inline;
}

/* line 1419, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-links a, .event-website-101 .nav-mod-links input {
  color: #e07e25;
  display: inline-block;
  margin: 2px 6px;
  opacity: .9;
  font-weight: 700;
}

/* line 1430, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-links form {
  display: inline;
}

/* line 1434, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-links input {
  border: none;
  background: none;
  font-weight: 500;
}

/* line 1439, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-links input:hover {
  text-decoration: underline;
}

/* line 1448, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .om-logo-container {
  margin-top: 60px;
}

/* line 1452, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-header {
  margin: 80px 0 50px;
}

/* line 1455, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-header .btn {
  background: #40af49;
  border-radius: 50px;
  font-size: 18px;
}

/* line 1460, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .nav-mod-header .btn:hover {
  background: #555;
}

/* line 1469, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .section {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 1474, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .img-responsive {
  margin: 0 auto;
}

/* line 1479, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 hr {
  border-color: #dadada;
}

/* line 1483, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 p {
  font-weight: 400;
}

/* line 1487, app/assets/stylesheets/styles/themes_old.scss */
.event-website-101 .map-container {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 1496, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-101 .event-website-6-container {
    background: #fff;
    padding: 24px 20px 60px 20px;
  }
}

/* line 1514, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 1521, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top {
  background: black;
  min-height: 0;
  position: absolute;
  width: 100%;
  transition: background .2s ease;
}

/* line 1529, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top .navbar-brand {
  padding: 0;
  height: inherit;
}

/* line 1533, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top .navbar-brand img {
  width: 120px;
}

/* line 1538, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 1545, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 12px 8px 0;
  font-size: 13px;
  padding: 10px;
}

/* line 1551, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top li a, .event-website-102 .navbar.navbar-default.navbar-fixed-top li input {
  opacity: .7;
  padding: 15px 5px;
  margin-right: 30px;
  background: none;
  border: none;
  font-weight: 400;
  padding: 9px 5px;
  margin-right: 20px;
  background: none;
  border: none;
  line-height: 21px;
}

/* line 1564, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-102 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 1570, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 h1, .event-website-102 h2, .event-website-102 h3, .event-website-102 h4 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}

/* line 1576, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 19px;
}

/* line 1582, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 h2 {
  font-size: 60px;
}

/* line 1586, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .btn {
  background-color: #ff0000;
}

/* line 1589, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .btn:hover {
  background-color: #b21212;
}

/* line 1594, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .form-group i {
  color: #26bf4d;
}

/* line 1599, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .jetset-cta {
  margin-top: 40px;
}

/* line 1603, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 p {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
}

/* line 1609, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .ec-powered-by {
  font-size: 14px;
}

/* line 1614, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .jumbotron {
  padding: 420px 0 0 0;
  background-image: url(/themes2/theme3_bg.jpg);
}

/* line 1619, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .jumbotron h1 {
  font-size: 206px;
  line-height: 134px;
  font-weight: 400;
}

/* line 1625, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .jumbotron p {
  color: #fff;
}

/* line 1629, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .jumbotron .btn {
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}

/* line 1637, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 1643, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .1;
}

/* line 1649, app/assets/stylesheets/styles/themes_old.scss */
.event-website-102 .section {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 1657, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-102 .jumbotron {
    padding-top: 240px;
  }
  /* line 1661, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-102 .jumbotron h1 {
    font-size: 97px;
    line-height: 51px;
  }
}

/* line 1677, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 1686, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top {
  background: black;
  min-height: 0;
  position: absolute;
  width: 100%;
  transition: background .2s ease;
}

/* line 1694, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top .navbar-brand {
  padding: 10px;
  height: inherit;
}

/* line 1698, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top .navbar-brand img {
  width: 185px;
}

/* line 1704, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 1711, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 12px 8px 0;
  font-size: 13px;
  padding: 10px;
}

/* line 1717, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top li a, .event-website-103 .navbar.navbar-default.navbar-fixed-top li input {
  opacity: .7;
  padding: 15px 5px;
  margin-right: 30px;
  background: none;
  border: none;
  font-weight: 400;
  padding: 9px 5px;
  margin-right: 20px;
  background: none;
  border: none;
  line-height: 21px;
  font-size: 15px;
  padding: 20px 5px;
}

/* line 1732, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-103 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 1741, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 h1, .event-website-103 h2, .event-website-103 h3, .event-website-103 h4 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}

/* line 1746, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 19px;
}

/* line 1753, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 p {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
}

/* line 1759, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .ec-powered-by {
  font-size: 14px;
}

/* line 1764, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .jumbotron {
  padding: 220px 0 300px 0;
  background-image: url(/themes2/theme3_bg.jpg);
}

/* line 1769, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .jumbotron h1 {
  font-size: 110px;
  font-weight: 400;
}

/* line 1774, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .jumbotron p {
  color: #fff;
}

/* line 1778, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .jumbotron .btn {
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}

/* line 1786, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 1792, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .1;
}

/* line 1798, app/assets/stylesheets/styles/themes_old.scss */
.event-website-103 .section {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 1806, app/assets/stylesheets/styles/themes_old.scss */
  .event-website-103 .jumbotron h1 {
    font-size: 62px;
  }
}

/* line 6, app/assets/stylesheets/styles/themes.scss */
.event-website-10 h1 {
  font-size: 90px;
}

/* line 10, app/assets/stylesheets/styles/themes.scss */
.event-website-10 h2 {
  font-size: 50px;
}

/* line 14, app/assets/stylesheets/styles/themes.scss */
.event-website-10 h3 {
  margin-top: 10px;
}

/* line 19, app/assets/stylesheets/styles/themes.scss */
.event-website-10 p.small {
  font-size: 15px;
  color: #888;
}

/* line 25, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .navbar {
  position: absolute;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 31, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .navbar .navbar-header {
  min-width: 20%;
}

/* line 35, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .navbar .navbar-right {
  min-width: 20%;
}

/* line 39, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .navbar .navbar-btn {
  margin-top: 14px;
}

/* line 43, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .navbar .navbar-collapse {
  text-align: center;
}

/* line 46, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .navbar .navbar-collapse .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 51, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .navbar .navbar-collapse .navbar-nav li > a {
  color: #fff;
  padding: 19px 15px;
}

/* line 59, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .navbar-brand {
  padding: 0px;
  height: 58px;
}

/* line 63, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .navbar-brand > img {
  height: 100%;
  padding: 15px;
  width: auto;
}

/* line 69, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .website-banner {
  background: #999;
  padding: 220px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}

/* line 77, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .website-banner .website-banner-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000000;
}

/* line 87, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .website-banner .btn:not(.btn-app) {
  padding: 16px 24px;
  font-size: 18px;
}

/* line 93, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .main-details,
.event-website-10 .fr-box.fr-basic .fr-element.main-details {
  color: #fff;
  text-align: center;
}

/* line 98, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .main-details p.lead,
.event-website-10 .fr-box.fr-basic .fr-element.main-details p.lead {
  color: rgba(255, 255, 255, 0.6);
}

/* line 103, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .main-details:not(.fr-element.main-details) {
  visibility: hidden;
}

/* line 107, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .placeholder {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 360px;
  padding-left: 100%;
}

@media screen and (min-width: 768px) {
  /* line 119, app/assets/stylesheets/styles/themes.scss */
  .event-website-10 .jumbotron h1,
.event-website-10 .jumbotron .h1 {
    font-size: 103px;
  }
}

/* line 125, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-countdown {
  color: #fff;
}

/* line 131, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-photos .col,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-photos .col {
  padding: 0;
}

/* line 139, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-speakers .theme-content-block a i,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-speakers .theme-content-block a i {
  color: #ccc;
}

/* line 143, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-speakers .theme-content-block a:hover i,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-speakers .theme-content-block a:hover i {
  color: #1683a5;
}

/* line 149, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .thumbnail {
  padding: 20px;
}

/* line 152, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .thumbnail .thumbnail-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: 50%;
}

/* line 160, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-cta,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-cta {
  color: #fff;
}

/* line 164, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-cta .theme-content-block .btn:not(.btn-app),
.event-website-10 .fr-box.fr-basic .fr-element.content-block-cta .theme-content-block .btn:not(.btn-app) {
  padding: 16px 24px;
  font-size: 18px;
}

/* line 170, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-footer,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-footer {
  color: #fff;
}

/* line 174, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-footer .theme-content-block i,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-footer .theme-content-block i {
  font-size: 20px;
  display: inline-block;
  margin: 0 10px;
}

/* line 180, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-footer .theme-content-block #ec_link,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-footer .theme-content-block #ec_link {
  color: inherit;
  text-decoration: underline;
}

/* line 188, app/assets/stylesheets/styles/themes.scss */
.event-website-10 .content-block-sponsors img,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-sponsors img {
  margin: 0 auto;
  max-width: 100%;
}
