@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:800&display=swap");
@font-face {
  font-family: "SF Display";
  font-weight: 900;
  src: url("https://sf.abarba.me/SF-UI-Display-Black.otf"); }

/** Bold */
@font-face {
  font-family: "SF Display";
  font-weight: 700;
  src: url("https://sf.abarba.me/SF-UI-Display-Bold.otf"); }

/** Heavy */
@font-face {
  font-family: "SF Display";
  font-weight: 800;
  src: url("https://sf.abarba.me/SF-UI-Display-Heavy.otf"); }

/** Light */
@font-face {
  font-family: "SF Display";
  font-weight: 200;
  src: url("https://sf.abarba.me/SF-UI-Display-Light.otf"); }

/** Medium */
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url("https://sf.abarba.me/SF-UI-Display-Medium.otf"); }

/** Regular */
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("https://sf.abarba.me/SF-UI-Display-Regular.otf"); }

/** Semibold */
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url("https://sf.abarba.me/SF-UI-Display-Semibold.otf"); }

/** Thin */
@font-face {
  font-family: "SF Display";
  font-weight: 300;
  src: url("https://sf.abarba.me/SF-UI-Display-Thin.otf"); }

/** Ultralight */
@font-face {
  font-family: "SF Display";
  font-weight: 100;
  src: url("https://sf.abarba.me/SF-UI-Display-Ultralight.otf"); }

/** Raleway Medium */
@font-face {
  font-family: 'Raleway';
  font-weight: 500; }

/** Raleway ExtraBold */
@font-face {
  font-family: 'Raleway';
  font-weight: 800; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 16px; }

body, button, input, select, textarea {
  font-family: 'SF Display', sans-serif;
  color: #2B2B2B;
  font-weight: 400; }

a, button, svg {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:hover, a:focus, a:active, a:focus-within, button:hover, button:focus, button:active, button:focus-within, svg:hover, svg:focus, svg:active, svg:focus-within {
    outline: none !important;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }

a {
  color: #2196f3; }
  a:hover {
    color: #722323; }

.display-lg {
  display: none !important; }
  @media (min-width: 992px) {
    .display-lg {
      display: block !important; } }

.show-flex-lg {
  display: none !important; }
  @media (min-width: 992px) {
    .show-flex-lg {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

	  
@media (max-width: 992px){
.container {
   max-width: 100%;
}
}

.navbar-collapse{
flex-grow: unset;
}

@media (min-width: 992px) {
  .hide-lg {
    display: none !important; } }

.slick-slide {
  outline: none !important; }

.simplebar-content-wrapper {
  scroll-behavior: smooth; }

.simplebar-track.simplebar-horizontal {
  background-color: #DEDEDE;
  border-radius: 3px;
  height: 6px !important; }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0px !important;
    height: 6px !important; }

.simplebar-scrollbar:before {
  background-color: #A3A3A3 !important;
  opacity: 1 !important;
  border-radius: 3px; }

.bg-blue {
  background-color: #386FA6 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-600 {
  font-weight: 600 !important; }

.text-red {
  color: #C84D4D !important; }

.text-green {
  color: #16687D !important; }

.text-blue {
  color: #386FA6 !important; }

.text-light {
  color: #9B9B9B !important; }

.text-white {
  color: #FFFFFF !important; }

.text-primary {
  color: #2B2B2B !important; }

.block-title {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0.77px;
  color: #2B2B2B; }
  .block-title.white {
    color: #9B9B9B; }
  .block-title.big {
    font-size: 57px; }
  .block-title.small {
    font-size: 36px;
    font-weight: 800; }
  @media (max-width: 992px) {
    .block-title {
      font-size: 33px; }
      .block-title.big {
        font-size: 46px; }
      .block-title.small {
        font-size: 20px;
        font-weight: 800; } }

.subtitle {
  font-size: 24px;
  font-weight: 500; }

.block-content p, .block-content ul {
  font-size: 21px;
  line-height: 1.6;
  margin-top: 21px; }
  .block-content p.big {
    font-size: 22px; }

.block-content b {
  font-weight: 700; }

@media (max-width: 992px) {
  .block-content p, .block-content ul  {
    font-size: 16px; }
    .block-content p.big {
      font-size: 18px; } }

.btn {
  padding: 15px 42px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 46px;
  -webkit-box-shadow: transparent;
          box-shadow: transparent; }

.btn-gradient-primary {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#F4787F), to(#FF5A5F));
  background: linear-gradient(90deg, #F4787F 0%, #FF5A5F 100%);
  -webkit-box-shadow: 0 4px 12px 0 rgba(241, 105, 110, 0.35);
          box-shadow: 0 4px 12px 0 rgba(241, 105, 110, 0.35); }
  .btn-gradient-primary:hover {
    color: #FFFFFF;
    -webkit-box-shadow: 0 2px 6px 0 rgba(241, 105, 110, 0.35);
            box-shadow: 0 2px 6px 0 rgba(241, 105, 110, 0.35); }
  .btn-gradient-primary:focus, .btn-gradient-primary:active {
    -webkit-box-shadow: 0 0 4px 0 rgba(241, 105, 110, 0.35);
            box-shadow: 0 0 4px 0 rgba(241, 105, 110, 0.35); }

.btn-outline-red {
  background-color: transparent;
  color: #FF5A5F;
  border: 1px solid #FF5A5F; }
  .btn-outline-red:hover {
    color: #ffffff;
    background-color: #FF5A5F; }

.btn-white {
  color: #16687D;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 9px 0 rgba(208, 208, 208, 0.46);
          box-shadow: 0 2px 9px 0 rgba(208, 208, 208, 0.46); }
  .btn-white .icon {
    max-height: 24px; }
  .btn-white:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.46);
            box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.46); }
  .btn-white:focus, .btn-white:active {
    -webkit-box-shadow: 0 0 4px 0 rgba(208, 208, 208, 0.46);
            box-shadow: 0 0 4px 0 rgba(208, 208, 208, 0.46); }

input {
  outline: none !important; }

.input-default {
  position: relative; }
  .input-default input {
    width: 100%;
    border: none;
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(177, 177, 177, 0.46);
            box-shadow: 0 1px 5px 0 rgba(177, 177, 177, 0.46);
    padding: 9px 18px; }
  .input-default i {
    position: absolute;
    right: 18px;
    font-size: 16px;
    bottom: calc(50% - 8px);
    color: #999999; }

.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  padding: 14px 16px;
  background-color: #F6F6F6;
  border-radius: 4px;
  height: 46px;
  border: none; }
  .form-control::-webkit-input-placeholder {
    color: #9B9B9B; }
  .form-control::-moz-placeholder {
    color: #9B9B9B; }
  .form-control:-ms-input-placeholder {
    color: #9B9B9B; }
  .form-control::-ms-input-placeholder {
    color: #9B9B9B; }
  .form-control::placeholder {
    color: #9B9B9B; }
  .form-control:focus, .form-control:active {
    background-color: #F6F6F6; }
  @media (max-width: 556px) {
    .form-control {
      padding: 14px 4px;
      font-size: 14px; } }

.select-wrapper {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
  .select-wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .select-wrapper:after {
    position: absolute;
    right: 8px;
    content: '▼';
    font-size: 11px;
    -webkit-transform: scale(1, 0.6);
            transform: scale(1, 0.6);
    color: #16687D;
    top: calc(50% - 7px);
    pointer-events: none; }

.custom-checkbox {
  padding-left: 38px;
  min-height: 32px; }
  .custom-checkbox .custom-control-label {
    color: #9B9B9B;
    line-height: 1.15;
    padding-top: 7px; }
    .custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
      height: 24px;
      width: 24px;
      left: -34px;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-radius: 50%;
      border-color: #D5D5D5 !important; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #C84D4D;
    border-color: #C84D4D !important; }
  .custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #C84D4D15;
    border-color: #C84D4D15 !important; }

.modal .modal-content {
  border-radius: 0;
  border: none; }

.modal .modal-body {
  padding: 48px 14px; }

.modal .modal-header {
  position: relative;
  padding: 0;
  z-index: 100;
  border: none;
}

.modal .modal-footer{
  border: none;
}

.modal .close {
  position: relative;
  top: 24px;
  left: -14px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  color: #16687D;
  padding: 0;
  font-size: 36px;
  opacity: 1;
  border-radius: 50%; }
  .modal .close span {
    margin-top: -3px; }
  .modal .close:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.46);
            box-shadow: 0 1px 3px 0 rgba(208, 208, 208, 0.46); }

.modal .modal-title {
  font-size: 30px;
  font-weight: 700;
  color: #4A4A4A;
  padding: 0px 20px;}

.modal .modal-subtitle {
  font-size: 24px;
  font-weight: 500; }

.modal .modal-title-caption {
  color: #9B9B9B; }

.select-ticket-modal .modal-dialog {
  max-width: 667px; }

.select-ticket-modal .modal-body {
  max-width: 370px;
  margin: 0 auto;
  text-align: center; }
  .select-ticket-modal .modal-body .subtitle {
    margin-top: 26px; }
  .select-ticket-modal .modal-body .modal-title-caption {
    margin-top: 11px; }
  .select-ticket-modal .modal-body .pracing-list {
    padding: 0 18px;
    margin-top: 50px; }
    .select-ticket-modal .modal-body .pracing-list .list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 0 15px 20px;
      text-align: left;
      border-left: 4px solid #F6565B; }
      .select-ticket-modal .modal-body .pracing-list .list-item:not(:first-child) {
        margin-top: 21px; }
      .select-ticket-modal .modal-body .pracing-list .list-item .item-title {
        font-size: 18px;
        font-weight: 500;
        color: #4A4A4A; }
      .select-ticket-modal .modal-body .pracing-list .list-item .price-count {
        margin-top: 4px;
        font-size: 16px;
        font-weight: 700;
        color: #F6565B; }
      .select-ticket-modal .modal-body .pracing-list .list-item .item-caption {
        margin-top: 4px;
        color: #9B9B9B; }
      .select-ticket-modal .modal-body .pracing-list .list-item select.form-control {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        padding: 0 24px 0 12px;
        height: 34px;
        background-color: #fff;
        border: 1px solid #D6D6D6;
        color: #9B9B9B;
        width: auto;}
  .select-ticket-modal .modal-body .btn {
    margin-top: 55px; }

.sign-up-modal .modal-dialog {
  max-width: 571px; }

.sign-up-modal .modal-body {
  padding: 20px 34px 34px; }
  .sign-up-modal .modal-body .modal-title {
    font-size: 28px;
    font-weight: 700; }
  .sign-up-modal .modal-body .modal-subtitle {
    font-size: 16px;
    font-weight: 600; }
  .sign-up-modal .modal-body .separator {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sign-up-modal .modal-body .separator span {
      width: 45px;
      background-color: #fff;
      text-align: center;
      z-index: 100;
      color: #717171; }
    .sign-up-modal .modal-body .separator:after {
      position: absolute;
      content: '';
      right: 0;
      left: 0;
      height: 1px;
      top: 50%;
      background-color: #D6D6D6; }
  .sign-up-modal .modal-body .log-in {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #D6D6D6; }
    .sign-up-modal .modal-body .log-in a {
      font-weight: 600; }
  .sign-up-modal .modal-body .btn {
    border-radius: 4px;
    text-transform: none; }

.image-wrapper {
  position: relative; }
  .image-wrapper:after {
    position: absolute;
    content: '';
    background-image: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/bg-style-1.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 115%;
    width: 130%;
    left: -52px;
    top: -30px;
    z-index: 1; }
  .image-wrapper:before {
    position: absolute;
    content: '';
    height: 127%;
    width: calc(100% + 52px);
    background-image: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/front-bg-1.svg"), url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/front-bg-1-1.svg");
    background-size: 197px 91px, 129px 190px;
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    left: -48px;
    bottom: -71px;
    z-index: 101; }
  .image-wrapper.style-2:after {
    background-image: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/bg-style-2.svg");
    background-size: 415px 225px;
    background-repeat: no-repeat;
    background-position: bottom right;
    right: -20px;
    bottom: -37px;
    top: unset;
    left: unset; }
  .image-wrapper.style-2:before {
    background-image: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/front-bg-1.svg");
    background-size: 197px 91px;
    background-repeat: no-repeat;
    background-position: top left;
    top: -40px;
    left: -52px;
    bottom: unset;
    right: unset; }
  .image-wrapper.style-3:after {
    background-image: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/bg-style-3.svg");
    background-size: 411px 223px;
    background-repeat: no-repeat;
    background-position: bottom right;
    right: -48px;
    bottom: -37px;
    top: unset;
    left: unset; }
  .image-wrapper.style-3:before {
    background-image: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/front-bg-2-2.svg");
    background-size: 197px 91px;
    background-repeat: no-repeat;
    background-position: top right;
    top: -35px;
    left: unset;
    bottom: unset;
    right: -10px; }
  .image-wrapper.gradient-style:after {
    background: -webkit-gradient(linear, left top, right top, from(#F4787F), to(#FF5A5F));
    background: linear-gradient(90deg, #F4787F 0%, #FF5A5F 100%);
    right: unset;
    bottom: unset;
    height: 80%;
    width: 60%;
    top: -22px;
    left: -20px; }
  .image-wrapper.gradient-style:before {
    display: none; }
  .image-wrapper img {
    position: relative;
    z-index: 100;
    max-width: 100%;
	-o-object-fit: cover;
    object-fit: contain; 
	border-radius: 10px;}
  @media (max-width: 992px) {
    .image-wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: 400px;
      width: 100%; }
      .image-wrapper:not(.style-2):not(.style-3) {
        padding: 0px; }
      .image-wrapper:after {
        height: 110%;
        width: calc(100% + 50px);
        left: -5px;
        top: -20px; }
      .image-wrapper:before {
        height: 113%;
        width: calc(100% + 32px);
        background-size: 131px 62px, 87px 128px;
        left: -32px;
        bottom: -28px; }
      .image-wrapper.style-2:after {
        background-size: 293px 160px;
        right: -45px;
        bottom: -12px; }
      .image-wrapper.style-2:before {
        background-size: 139px 65px;
        top: -26px;
        left: -37px; }
      .image-wrapper.style-3:after {
        background-size: 277px 151px;
        right: -39px;
        bottom: -28px; }
      .image-wrapper.style-3:before {
        background-size: 131px 61px;
        top: -22px;
        left: -25px; } }

.swiper-more-events-wrapper {
  position: relative;
  padding: 25px 15px 40px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  height: 100%;
  overflow: hidden; }
  .swiper-more-events-wrapper .swiper-slide {
    width: auto; }
  .swiper-more-events-wrapper.swiper-container-horizontal > .swiper-scrollbar {
    left: 15px;
    height: 6px; }
    .swiper-more-events-wrapper.swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
      background: #A3A3A3; }

.swiper-events-wrapper,
.swiper-events-community-wrapper {
  position: relative;
  padding: 60px 30px 40px;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
  height: 100%;
  overflow: hidden; }
  .swiper-events-wrapper .swiper-slide,
  .swiper-events-community-wrapper .swiper-slide {
    width: auto; }
  .swiper-events-wrapper.swiper-container-horizontal > .swiper-scrollbar,
  .swiper-events-community-wrapper.swiper-container-horizontal > .swiper-scrollbar {
    left: 30px;
    width: calc(100% - 60px);
    height: 6px; }
    .swiper-events-wrapper.swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
    .swiper-events-community-wrapper.swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
      background: #A3A3A3; }

.header-nav {
  padding: 5px 10px; // padding: 16px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff; 
    position: fixed;
    width: 100%;
    z-index: 1000;
	}
  .header-nav .navbar-brand {
    padding: 2px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff8488;
    margin-right: 12px; }
    .header-nav .navbar-brand:hover {
      color: #C84D4D; }
    .header-nav .navbar-brand .logo-img {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      max-height: 42px;
      margin-right: 14px; }
  .header-nav .navbar-nav {
    margin: 0 auto; }
    .header-nav .navbar-nav .nav-item,  .header-nav .navbar-nav a{
      color: #2B2B2B;
      font-weight: 500;
      text-decoration: none;
      margin: auto 0px;
	  padding: 1rem;}
      .header-nav .navbar-nav .nav-item:not(:last-child) {
        //margin-right: 30px;
		}
      .header-nav .navbar-nav .nav-item:last-child {
        margin-right: 12px; }
      .header-nav .navbar-nav .nav-item:hover,  .header-nav .navbar-nav a:hover{
        color: #C84D4D; }
  @media (max-width: 992px) {
    .header-nav .nav-item {
      margin: 10px 0; }
    .header-nav .navbar-brand {
      font-size: 16px; } }

.navbar-nav .dropdown-menu {
    background-color: #efefef;
	margin-bottom: 20px;
}

.footer .app-ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 43px; }
  .footer .app-ways img {
    max-height: 50px; }
    .footer .app-ways img:first-child {
      margin-right: 16px; }

.footer .main-wrapper {
  padding: 70px 0 60px;
  background-color: #2B2B2B;
  color: #717171;
  font-size: 17px; }
  .footer .main-wrapper .footer-brand {
    padding: 2px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 12px;
    //white-space: nowrap;
    text-decoration: none; }
    .footer .main-wrapper .footer-brand:hover {
      color: #717171; }
    .footer .main-wrapper .footer-brand .logo-img {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      max-height: 42px;
      margin-right: 14px; }
  .footer .main-wrapper .links-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer .main-wrapper .links-column .footer-title {
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 21px; }
    .footer .main-wrapper .links-column a {
      color: #ffffff;
      text-decoration: none;
      margin-bottom: 21px;
      //white-space: nowrap; 
	  display: inline-block;
	  }
      .footer .main-wrapper .links-column a:hover {
        color: #FFFFFF; }

.footer .all-cities-wrapper {
  padding: 64px 0 64px;
  background-color: #000;
  color: #FFFFFF;
  position: relative;
  z-index: 888; }
  .footer .all-cities-wrapper .title {
    color: #CFD2DC;
    font-size: 20px;
    text-transform: uppercase; }
  .footer .all-cities-wrapper .links-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer .all-cities-wrapper .links-column a {
      margin-bottom: 16px;
      color: #FFFFFF;
      text-decoration: none;
      white-space: nowrap;
      opacity: 0.48; 
	  display: inline-block; }
      .footer .all-cities-wrapper .links-column a:hover {
        opacity: 1; }

@media (max-width: 992px) {
  .footer .main-wrapper .links-column a {
    color: #FFFFFF;
	opacity: 1;}	  
  .footer .all-cities-wrapper .links-column a {
    color: #ffffff;
    opacity: 1; }
  .footer .app-ways {
    margin-top: 0; }
  .footer .main-wrapper {
    padding: 32px 27px; }
    .footer .main-wrapper .links-column .footer-title {
      text-transform: none; }
    .footer .main-wrapper .container {
      padding: 0;
      margin: 0; }
      .footer .main-wrapper .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .footer .main-wrapper .container .row > div {
          border-bottom: 1px solid #585858;
          margin-bottom: 16px; }
          .footer .main-wrapper .container .row > div.clear-border {
            border-bottom: none;
            margin-bottom: 0; }
  .footer .all-cities-wrapper {
    padding: 20px 24px; }
    .footer .all-cities-wrapper .links-column a {
      margin-bottom: 0; } }

.event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 331px;
  min-width: 331px;
  -webkit-box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden; }
  .event-img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 193px;
    width: 100%;}
  .event-card .event-card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 17px 26px 30px; }
  .event-card .content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .event-card .content-header .start-date a{
      font-size: 18px;
      font-weight: 600;
      color: #505050;
      margin-right: 10px; }
    .event-card .content-header .time-left {
      font-size: 16px;
      font-weight: 500;
      color: #918888;
      white-space: nowrap; }
  .event-card .event-title {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 700;
    max-height: 100px;
    overflow: hidden;	}
  .event-card .event-address {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px; }
  .event-card .event-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px; }
    .event-card .event-members .member-img {
      height: 42px;
      width: 42px;
      border: 2px solid #FFFFFF;
      margin-left: -15px; }
      .event-card .event-members .member-img:first-child {
        margin-left: 0; }
      .event-card .event-members .member-img:hover {
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        border-color: #C84D4D;
        z-index: 100;
        cursor: pointer; }
    .event-card .event-members .more-members {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 15px; }
      .event-card .event-members .more-members .plus-count {
        line-height: 1;
        font-size: 22px;
        font-weight: 700;
        color: #C84D4D; }
      .event-card .event-members .more-members .caption {
        line-height: 1;
        font-size: 15px;
        font-weight: 500;
        color: #717171; }
  .event-card.simple {
    width: 300px;
    min-width: 300px; }
    .event-card.simple .event-img {
      height: 193px; }
    .event-card.simple .event-card-content {
      padding: 17px 26px; }
  .event-card.more-type {
    width: 402px;
    min-width: 402px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(208, 208, 208, 0.46);
            box-shadow: 0 2px 12px 0 rgba(208, 208, 208, 0.46); }
    .event-card.more-type .event-card-content {
      padding: 20px 7px 20px 22px;
      position: relative; }
      .event-card.more-type .event-card-content .card-status {
        position: absolute;
        right: 0;
        top: -24px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px;
        border-radius: 5px 5px 0 0;
        padding: 0 20px;
        background: -webkit-gradient(linear, left top, right top, from(#F4787F), to(#FF5A5F));
        background: linear-gradient(90deg, #F4787F 0%, #FF5A5F 100%);
        color: #ffffff; }
    .event-card.more-type .content-header .start-date {
      font-size: 16px;
      font-weight: 400;
      color: #FF5A5F; }
    .event-card.more-type .content-header .time-left {
      font-size: 14px;
      font-weight: 400; }
    .event-card.more-type .event-title {
      margin-top: 6px;
      font-size: 18px; }
    .event-card.more-type .event-address {
      margin-top: 6px;
      font-size: 16px;
      color: #9B9B9B;
      font-weight: 400; }
    .event-card.more-type .event-members .member-img {
      margin-left: 10px; }
      .event-card.more-type .event-members .member-img:first-child {
        margin-left: 0; }
    .event-card.more-type .event-members .more-members {
      background-color: #16687D;
      border-radius: 50%;
      height: 42px;
      width: 42px;
      text-align: center; }
      .event-card.more-type .event-members .more-members .plus-count, .event-card.more-type .event-members .more-members .caption {
        font-size: 10px;
        font-weight: 400;
        color: #ffffff; }
  @media (max-width: 492px) {
    .event-card {
      width: 100%;
      min-width: 100%; }
      .event-card .event-img {
        height: 167px; }
      .event-card .event-card-content {
        padding: 16px 23px 26px; }
      .event-card .content-header .start-date {
        font-size: 15px; }
      .event-card .content-header .time-left {
        font-size: 14px;
        font-weight: 400; }
      .event-card .event-title {
        font-size: 18px; }
      .event-card .event-address {
        margin-top: 12px;
        font-size: 16px; }
      .event-card .event-members .member-img {
        width: 37px;
        height: 37px;
        margin-left: -10px; }
      .event-card .event-members .more-members .plus-count {
        font-size: 16px; }
      .event-card .event-members .more-members .caption {
        font-size: 13px;
        font-weight: 400; }
      .event-card.simple {
        width: 218px;
        min-width: 218px; }
        .event-card.simple .event-card-content {
          padding: 17px 19px; }
      .event-card.more-type {
        width: 290px;
        min-width: 290px; }
        .event-card.more-type .event-members .member-img {
          margin-left: 6px; }
        .event-card.more-type .event-members .more-members {
          height: 37px;
          width: 37px;
          margin-left: 6px; } }

.example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home-page .block-title {
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 1.25px;
  line-height: 1.2; }
  .home-page .block-title.hero {
    font-size: 55px; }

.home-page .hero-section {
  padding: 115px 0 90px;
  overflow: hidden; }
  .home-page .hero-section .content {
    margin-top: 36px;
    font-size: 20px;
    line-height: 2.5rem;
    color: #4A4A4A; }
  .home-page .hero-section .btn {
    margin-top: 33px;
    width: 270px;
    max-width: 100%; }
  .home-page .hero-section .caption {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 500; }

.home-page .cities-section {
  background: #F9F9F9;
  padding: 110px 0 52px; }
  .home-page .cities-section .tne-cities-container {
    scroll-behavior: smooth;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 52px;
    padding: 0 0 36px;
    overflow-x: auto;
    white-space: nowrap; }
    .home-page .cities-section .tne-cities-container::-webkit-scrollbar-track {
      border-radius: 3px;
      background-color: #DEDEDE; }
    .home-page .cities-section .tne-cities-container::-webkit-scrollbar {
      height: 6px;
      background-color: transparent; }
    .home-page .cities-section .tne-cities-container::-webkit-scrollbar-thumb {
      border-radius: 3px;
      height: 6px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      background-color: #A3A3A3; }
  .home-page .cities-section .tne-cities-roll {
    //display: -webkit-box;
    //display: -ms-flexbox;
    //display: flex;
    text-align: center;	}
  .home-page .cities-section .tne-cities-roll.second {
    padding-left: 90px; }
  .home-page .cities-section .tne-city-plate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/los-angeles.jpg");
    background-size: cover;
    height: 150px;
    width: 150px;
    min-height: 150px;
    min-width: 150px;
    max-height: 150px;
    max-width: 150px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-box-shadow: inset 1px 1px 50px rgba(0, 0, 0, 0.5);
            box-shadow: inset 1px 1px 50px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 11px white;
    text-decoration: none;
    color: #FFFFFF;
    word-break: break-word;
    white-space: pre-line;
    padding: 5px;
	text-align: center;
	display: inline-block;
    vertical-align: middle;
	padding-top: 50px;
	}
	.home-page .cities-section .tne-city-plate-small {
	height: 100px;
    width: 100px;
    min-height: 100px;
    min-width: 100px;
    max-height: 100px;
    max-width: 100px;
	font-size: 0.9rem;
    padding-top: 35px;
	}
    .home-page .cities-section .tne-city-plate:last-child {
      margin-right: 0; }
  .home-page .cities-section .city-items-wrapper {
    margin-top: 40px;
    position: relative; }
    .home-page .cities-section .city-items-wrapper .slick-prev, .home-page .cities-section .city-items-wrapper .slick-next {
      position: absolute;
      top: 0;
      padding: 0;
      width: 24px;
      height: 100px;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #16687D;
      font-size: 24px; }
    .home-page .cities-section .city-items-wrapper .slick-prev {
      left: 0; }
    .home-page .cities-section .city-items-wrapper .slick-next {
      right: 0; }
  .home-page .cities-section .slick-city-wrapper {
    margin: 0 24px; }
    .home-page .cities-section .slick-city-wrapper .slide-item > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 12px; }
      .home-page .cities-section .slick-city-wrapper .slide-item > a span {
        font-size: 16px;
        color: #16687D;
        margin-top: 12px; }
    .home-page .cities-section .slick-city-wrapper .tne-city-plate {
      min-height: 100px;
      min-width: 100px;
      max-height: 100px;
      max-width: 100px;
      margin: 0; }

.home-page .how-it-works-section {
  padding: 53px 0 204px; }
  .home-page .how-it-works-section .custom-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .home-page .how-it-works-section .custom-row > div {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
  .home-page .how-it-works-section .block-title {
    text-align: center;
    margin-bottom: 104px; }
  .home-page .how-it-works-section .number {
    background: -webkit-gradient(linear, left top, right top, from(#F4787F), to(#FF5A5F));
    background: linear-gradient(90deg, #F4787F 0%, #FF5A5F 100%);
    -webkit-box-shadow: 0 4px 12px 0 rgba(241, 105, 110, 0.35);
            box-shadow: 0 4px 12px 0 rgba(241, 105, 110, 0.35);
    color: white;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    font-weight: 500; }
  .home-page .how-it-works-section .title {
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1.25px;
    margin-top: 40px; }
  .home-page .how-it-works-section .content {
    font-size: 18px;
    color: #717171;
    margin-top: 36px;
    line-height: 2.5rem;
    max-width: 300px; }

.home-page .who-attend-section {
  overflow: hidden;
  padding: 100px 0 170px;
  background-color: #F9F9F9; }
  .home-page .who-attend-section .content {
    margin-top: 36px;
    font-size: 21px; 
	line-height: 2.5rem;
	}

.home-page .about-section {
  padding: 274px 0 120px;
  overflow: hidden; }
  .home-page .about-section .who-we-are {
    margin-top: 154px; }
  .home-page .content{
	  font-size: 18px;
    letter-spacing: 1px;
    line-height: 2.5rem;
  }
  .home-page .about-section .content {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2.5rem;
    color: #717171;
    margin-top: 54px; }

.home-page .reviews-section {
  padding: 48px 0 154px; }
  .home-page .reviews-section .block-title {
    text-align: center; }
  .home-page .reviews-section .slick-comments-wrapper {
    margin-top: 112px; }
    .home-page .reviews-section .slick-comments-wrapper .comment-item {
      padding-top: 110px;
      margin: 0 138px;
      outline: none !important;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important;
      position: relative;
      display: inline-block;
      width: 640px;
      max-width: 95vw;
      -webkit-box-shadow: 0 2px 7px 0 rgba(206, 206, 206, 0.46);
              box-shadow: 0 2px 7px 0 rgba(206, 206, 206, 0.46);
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1, 0.7);
              transform: scale(1, 0.7);
      cursor: -webkit-grab;
      cursor: grab;
      border-radius: 7px; }
      .home-page .reviews-section .slick-comments-wrapper .comment-item .avatar {
        position: absolute;
        height: 148px;
        width: 148px;
        border-radius: 50%;
        top: -73px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
      .home-page .reviews-section .slick-comments-wrapper .comment-item .content {
        padding: 0 50px 38px;
        border-bottom: 1px solid #C0BFC050;
        text-align: center;
        font-size: 18px;
        color: #717171; }
      .home-page .reviews-section .slick-comments-wrapper .comment-item .author {
        padding: 22px;
        font-family: "Raleway", sans-serif;
        color: #16687D;
        font-size: 46px;
        font-weight: 500;
        text-align: center; }
      .home-page .reviews-section .slick-comments-wrapper .comment-item .avatar, .home-page .reviews-section .slick-comments-wrapper .comment-item .content, .home-page .reviews-section .slick-comments-wrapper .comment-item .author {
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .home-page .reviews-section .slick-comments-wrapper .comment-item.slick-active {
      max-height: 1000px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-box-shadow: 0 2px 34px 0 rgba(221, 221, 221, 0.46);
              box-shadow: 0 2px 34px 0 rgba(221, 221, 221, 0.46); }
      .home-page .reviews-section .slick-comments-wrapper .comment-item.slick-active .avatar, .home-page .reviews-section .slick-comments-wrapper .comment-item.slick-active .content, .home-page .reviews-section .slick-comments-wrapper .comment-item.slick-active .author {
        opacity: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .home-page .reviews-section .slick-comments-wrapper .slick-track {
      padding: 80px 0; }
  .home-page .reviews-section .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
    .home-page .reviews-section .slick-dots > li {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer;
      border-radius: 50%;
      overflow: hidden; }
      .home-page .reviews-section .slick-dots > li > button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 10px;
        height: 10px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        background-color: #D8D8D8;
        border: 0;
        outline: none; }
    .home-page .reviews-section .slick-dots > li.slick-active > button {
      background: -webkit-gradient(linear, left top, right top, from(#F4787F), to(#FF5A5F));
      background: linear-gradient(90deg, #F4787F 0%, #FF5A5F 100%); }

@media (max-width: 992px) {
  .home-page .block-title {
    font-size: 32px;
    letter-spacing: 0.56px; }
    .home-page .block-title.hero {
      font-size: 40px; }
  .home-page .hero-section {
    padding: 0 0 36px; }
    .home-page .hero-section .block-title-mobile {
      width: 100%;
      padding: 67px 0;
      font-weight: 800;
      font-size: 40px;
      text-align: center;
      background-image: url(https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/about-top1-dark1.jpg);
      background-repeat: no-repeat;
      background-size: cover;
	  margin-top: 60px;
	  color: white;}
    .home-page .hero-section .content {
      font-size: 20px;
      line-height: 1.7;
      color: #131313;
      margin-top: 24px; }
    .home-page .hero-section .btn {
      margin-top: 8px;
      width: 100%; }
    .home-page .hero-section .caption {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 10px;
      color: #585858; }
  .home-page .cities-section {
    padding: 36px 0;
    background-color: #fff; }
  .home-page .how-it-works-section {
    padding: 36px 0 0; }
    .home-page .how-it-works-section .block-title {
      text-align: left;
      margin-bottom: 72px; }
    .home-page .how-it-works-section .custom-row > div {
      max-width: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 34px; }
      .home-page .how-it-works-section .custom-row > div .number {
        max-width: 30px;
        max-height: 30px;
        font-size: 18px;
        margin-right: 18px;
        font-weight: 500;
        line-height: 32px; }
      .home-page .how-it-works-section .custom-row > div .title {
        margin-top: 0;
        font-size: 22px; }
      .home-page .how-it-works-section .custom-row > div .content {
        max-width: 100%;
        width: 100%;
        margin-top: 16px;
        color: #4A4A4A; }
  .home-page .who-attend-section {
    padding: 30px 0 112px; }
    .home-page .who-attend-section .image-wrapper {
      margin-top: 72px; }
  .home-page .about-section {
    padding: 72px 0 45px; }
    .home-page .about-section .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .home-page .about-section .content {
      margin-top: 36px;
      color: #2B2B2B; }
    .home-page .about-section .members {
      padding-top: 36px;
      margin-top: 36px;
      border-top: 1px solid #979797; }
    .home-page .about-section .image-wrapper {
      margin-top: 72px; }
    .home-page .about-section .who-we-are {
      padding: 0;
      margin-top: 78px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .home-page .about-section .who-we-are .img {
        margin-top: 24px; }
  .home-page .reviews-section {
    padding: 27px 0 54px; }
    .home-page .reviews-section .slick-comments-wrapper {
      margin-top: 36px; }
      .home-page .reviews-section .slick-comments-wrapper .slick-track {
        padding-bottom: 24px; }
      .home-page .reviews-section .slick-comments-wrapper .comment-item {
        padding-top: 60px; }
        .home-page .reviews-section .slick-comments-wrapper .comment-item .avatar {
          height: 100px;
          width: 100px;
          top: -50px; }
        .home-page .reviews-section .slick-comments-wrapper .comment-item .content {
          padding: 0 0 16px;
          margin: 0 10px;
          font-size: 16px; }
        .home-page .reviews-section .slick-comments-wrapper .comment-item .author {
          padding: 8px;
          font-size: 23px; } }

.city-page .slick-arrow,
.city-page .slider-arrow {
  padding: 10px 16px;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .city-page .slick-arrow:hover:not(.swiper-button-disabled) .icon,
  .city-page .slider-arrow:hover:not(.swiper-button-disabled) .icon {
    color: #C84D4D; }
  .city-page .slick-arrow .icon,
  .city-page .slider-arrow .icon {
    font-size: 44px;
    font-weight: 100;
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1); }
  .city-page .slick-arrow.swiper-button-disabled,
  .city-page .slider-arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default !important; }

.city-page section {
  padding: 106px 0 106px;
  overflow: hidden; }

.city-page .hero-section {
  position: relative;
  padding: 115px 0 90px;
  overflow: hidden; }
  .city-page .hero-section .mobile-image-wrapper {
    height: 300px;
    margin-top: -60px;
    margin-bottom: -30px; }
  .city-page .hero-section .mobile-image {
    background-image: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/mobile-page-top-image-solid.jpg");
    background-repeat: no-repeat;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    position: absolute;
    right: -58px;
    top: -90px; }
  .city-page .hero-section .content {
    margin-top: 36px;
    font-size: 20px;
    line-height: 2.5rem;
    color: #4A4A4A; }
  .city-page .hero-section .btn {
    margin-top: 33px;
    width: 270px;
    max-width: 100%; }
  .city-page .hero-section .caption {
    margin-top: 23px;
    font-size: 18px;
    font-weight: 500; }
  @media (max-width: 992px) {
    .city-page .hero-section {
      padding: 158px 27px 42px 28px; }
      .city-page .hero-section .block-title.hero {
        width: 100%;
        font-size: 40px;
        line-height: 50px;
        font-weight: 900;
        letter-spacing: 0.68px;
        margin-bottom: 18px; }
      .city-page .hero-section .content {
        font-size: 20px;
        line-height: 36px;
        color: #2B2B2B;
        font-weight: 400; }
      .city-page .hero-section .caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 10px;
        color: #585858; }
      .city-page .hero-section .btn {
        margin-top: 8px;
        width: 100%; } }

.home-page .cities-section,
.city-page .upcoming-section {
  padding: 60px 0 68px;
  background: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/city-page-wave.svg") top left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), color-stop(10%, #F9F9F9), to(#F9F9F9));
  background: url("https://amazon8res.s3.amazonaws.com/themes/classic/res-img/images/city-page-wave.svg") top left no-repeat, linear-gradient(to bottom, #fff, #fff 10%, #F9F9F9 10%, #F9F9F9);
  background-size: 100% auto;
  overflow: hidden; }
  .city-page .upcoming-section .events-wrapper {
    margin-top: 45px;
    scroll-behavior: smooth;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .city-page .upcoming-section .events-wrapper::-webkit-scrollbar-track {
      border-radius: 3px;
      background-color: #DEDEDE; }
    .city-page .upcoming-section .events-wrapper::-webkit-scrollbar {
      height: 6px;
      background-color: transparent; }
    .city-page .upcoming-section .events-wrapper::-webkit-scrollbar-thumb {
      border-radius: 3px;
      height: 6px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      background-color: #A3A3A3; }
    .city-page .upcoming-section .events-wrapper .event-card {
      margin-right: 32px; }
  .city-page .upcoming-section .action-btn {
    margin-top: 50px; }
  @media (max-width: 992px) {
    .city-page .upcoming-section {
      padding: 68px 0 40px; } }

.city-page .comunity-events {
  padding: 83px 0 69px;
  overflow: hidden; }
  .city-page .comunity-events .events-community-wrapper {
    margin-top: 45px;
    scroll-behavior: smooth;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .city-page .comunity-events .events-community-wrapper::-webkit-scrollbar-track {
      border-radius: 3px;
      background-color: #DEDEDE; }
    .city-page .comunity-events .events-community-wrapper::-webkit-scrollbar {
      height: 6px;
      background-color: transparent; }
    .city-page .comunity-events .events-community-wrapper::-webkit-scrollbar-thumb {
      border-radius: 3px;
      height: 6px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      background-color: #A3A3A3; }
    .city-page .comunity-events .events-community-wrapper .event-card {
      margin-right: 30px; }
  .city-page .comunity-events .action-btn {
    margin-top: 50px; }
  @media (max-width: 992px) {
    .city-page .comunity-events {
      padding: 40px 0; } }

.city-page .city-content-section {
  padding: 100px 0 113px;
  background-color: #F9F9F9; }
  @media (max-width: 992px) {
    .city-page .city-content-section .image-wrapper {
      margin-top: 72px; }
    .city-page .city-content-section .block-content p, .city-page .city-content-section .block-content ul {
      font-size: 19px; } }

.city-page .its-easier {
  padding: 75px 0 104px; }
  .city-page .its-easier .members-block {
    margin-top: 104px;
    border-top: 1px solid rgba(151, 151, 151, 0.3);
    padding-top: 84px;
    padding-bottom: 90px; }
  .city-page .its-easier .aproach-block {
    margin-top: 56px;
    padding-bottom: 48px; }

@media (max-width: 992px) {
  .city-page .members-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .city-page .image-wrapper {
    margin-top: 72px; }
  .city-page .block-content p, .city-page .block-content ul {
    font-size: 19px; } }

.city-page .venues-n-expect {
  padding: 110px 0 120px;
  background-color: #386FA6; }
  .city-page .venues-n-expect .block-title, .city-page .venues-n-expect .block-content {
    color: #FFFFFF; }
  .city-page .venues-n-expect .block-title {
    font-size: 48px; }
  .city-page .venues-n-expect .block-content {
    margin-top: 42px; }
    .city-page .venues-n-expect .block-content p {
      margin-top: 36px;
      font-size: 20px;
      font-weight: 300; }
  .city-page .venues-n-expect .what-expect {
    margin-top: 200px; }
  @media (max-width: 992px) {
    .city-page .venues-n-expect {
      padding: 52px 0 71px;
      background-color: #34456F; }
      .city-page .venues-n-expect .image-wrapper {
        margin-top: 54px; }
      .city-page .venues-n-expect .block-title {
        font-size: 36px; }
      .city-page .venues-n-expect .block-content {
        margin-top: 30px; }
        .city-page .venues-n-expect .block-content p {
          margin-top: 30px;
          font-size: 19px;
          font-weight: 300; }
      .city-page .venues-n-expect .what-expect {
        margin-top: 64px;
        padding-top: 42px;
        border-top: 1px solid #687082;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

.city-page .hot-spots-section {
  padding: 106px 0 126px; }
  .city-page .hot-spots-section .slick-hot-spot-wrapper {
    margin-top: 42px;
    padding: 0 75px;
    max-height: 360px; }
    .city-page .hot-spots-section .slick-hot-spot-wrapper .slick-slide {
      margin: 0 15px; }
    .city-page .hot-spots-section .slick-hot-spot-wrapper .slider-image {
      height: 100%;
      width: 570px;
      -o-object-fit: cover;
         object-fit: cover; }
  .city-page .hot-spots-section .hot-spot-slider {
    position: relative; }
    .city-page .hot-spots-section .hot-spot-slider .slider-controls {
      position: absolute;
      height: 46px;
      top: calc(50% - 23px);
      z-index: 100;
      width: 616px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      left: calc(50% - 308px); }
      .city-page .hot-spots-section .hot-spot-slider .slider-controls .slick-arrow,
      .city-page .hot-spots-section .hot-spot-slider .slider-controls .slider-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 46px;
        width: 46px;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        background-color: #F9F9F9; }
        .city-page .hot-spots-section .hot-spot-slider .slider-controls .slick-arrow svg,
        .city-page .hot-spots-section .hot-spot-slider .slider-controls .slider-arrow svg {
          height: 40px;
          width: 40px; }
          .city-page .hot-spots-section .hot-spot-slider .slider-controls .slick-arrow svg path,
          .city-page .hot-spots-section .hot-spot-slider .slider-controls .slider-arrow svg path {
            fill: #918888; }
        .city-page .hot-spots-section .hot-spot-slider .slider-controls .slick-arrow:hover svg path,
        .city-page .hot-spots-section .hot-spot-slider .slider-controls .slider-arrow:hover svg path {
          fill: #717171; }
  @media (max-width: 992px) {
    .city-page .hot-spots-section {
      padding: 47px 0 63px; }
      .city-page .hot-spots-section .slick-hot-spot-wrapper {
        margin-top: 35px;
        padding: 0; }
        .city-page .hot-spots-section .slick-hot-spot-wrapper .slider-image {
          width: 289px; }
      .city-page .hot-spots-section .hot-spot-slider {
        padding: 0; }
        .city-page .hot-spots-section .hot-spot-slider .slider-controls {
          width: 334px;
          left: calc(50% - 168px); } }

.swiper_slides-fade .swiper-slide {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0; }
  .swiper_slides-fade .swiper-slide.swiper-slide-active,
  .swiper_slides-fade .swiper-slide.swiper-slide-active ~ * {
    opacity: 1; }

.payment-page .content-wrapper {
  padding: 60px 0 154px; }
  .payment-page .content-wrapper .container {
    max-width: 600px; }
  .payment-page .content-wrapper .buy-ticket-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .payment-page .content-wrapper .buy-ticket-form .block-title {
      font-weight: 800; }
    .payment-page .content-wrapper .buy-ticket-form .total {
      margin-top: 16px;
      font-size: 18px;
      color: #747474; }
    .payment-page .content-wrapper .buy-ticket-form .cards-image {
      width: 240px; }
    .payment-page .content-wrapper .buy-ticket-form form {
      margin-top: 54px;
      width: 100%; }
      .payment-page .content-wrapper .buy-ticket-form form .custom-checkbox {
        margin-top: 55px; }
      .payment-page .content-wrapper .buy-ticket-form form .terms-text {
        margin-top: 54px;
        text-align: center;
        font-size: 14px;
        color: #918888; }
  @media (max-width: 992px) {
    .payment-page .content-wrapper {
      padding: 30px 0 35px; }
      .payment-page .content-wrapper .subtitle {
        font-size: 26px; }
      .payment-page .content-wrapper .total {
        margin-top: 35px;
        font-size: 14px; }
      .payment-page .content-wrapper form {
        margin-top: 32px; }
        .payment-page .content-wrapper form .custom-checkbox {
          margin-top: 32px; }
        .payment-page .content-wrapper form .terms-text {
          margin-top: 32px; } }
.payment-page-small-info{
	color: #adadad;
    text-align: right;
font-size: 0.8rem;}

.event-page .content-wrapper .hero-section .hero-img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 543px; }

.event-page .content-wrapper .hero-section .event-info {
  position: relative;
  padding: 35px 24px;
  height: 100%;
  background-color: #FFFFFF; }
  .event-page .content-wrapper .hero-section .event-info .upload-btn {
    position: absolute;
    right: 15px;
    top: -20px;
    padding: 7px;
    height: 36px;
    width: 36px;
    opacity: 0.8; }
  .event-page .content-wrapper .hero-section .event-info .icon {
    height: 20px; }
  .event-page .content-wrapper .hero-section .event-info .block-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px; }
  .event-page .content-wrapper .hero-section .event-info .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px; }
    .event-page .content-wrapper .hero-section .event-info .list-item .list-item-icon {
      margin-right: 20px;
      height: 24px;
      margin-top: 4px; }
    .event-page .content-wrapper .hero-section .event-info .list-item .list-item-title {
      font-weight: 500; }
    .event-page .content-wrapper .hero-section .event-info .list-item .list-item-text {
      margin-top: 3px;
      color: #9B9B9B; }
    .event-page .content-wrapper .hero-section .event-info .list-item .list-item-links {
      margin-top: 3px; }
      .event-page .content-wrapper .hero-section .event-info .list-item .list-item-links a {
        margin-right: 10px;
        color: #16687D;
        font-weight: 600;
        font-size: 14px; }

.event-page .content-wrapper .call-to-action {
  padding: 24px 0 30px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(208, 208, 208, 0.46);
          box-shadow: 0 2px 10px 0 rgba(208, 208, 208, 0.46);
  background-color: #fff; }
  .event-page .content-wrapper .call-to-action .btn-gradient-primary {
    margin-right: 36px;
    width: 295px; }
  .event-page .content-wrapper .call-to-action .cta-text {
    color: #A9A9A9; }
  .event-page .content-wrapper .call-to-action .icon-btn {
    padding: 7px;
    height: 36px;
    width: 36px; }
    .event-page .content-wrapper .call-to-action .icon-btn .icon {
      height: 20px; }

.event-page .content-wrapper .event-details {
  padding: 51px 0 60px; }
  .event-page .content-wrapper .event-details .block-content {
    margin-top: 35px; }
    .event-page .content-wrapper .event-details .block-content p {
      color: #676767;
      line-height: 1.5em;
      font-size: 18px;
      margin-bottom: 28px;
      margin-top: 0; }
    .event-page .content-wrapper .event-details .block-content [data-acord="text"] {
      overflow: hidden;
      max-height: 19.5em;
      -webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
      transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1); }
      .event-page .content-wrapper .event-details .block-content [data-acord="text"].active {
        max-height: 10000px;
        overflow: auto;
        -webkit-transition: max-height 3s;
        transition: max-height 3s; }
  .event-page .content-wrapper .event-details [data-acord-toggle] .more {
    display: block; }
  .event-page .content-wrapper .event-details [data-acord-toggle] .less {
    display: none; }
  .event-page .content-wrapper .event-details [data-acord-toggle].active .more {
    display: none; }
  .event-page .content-wrapper .event-details [data-acord-toggle].active .less {
    display: block; }
  .event-page .content-wrapper .event-details [data-acord="members"] {
    overflow: hidden;
    // max-height: 428px;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1); }
    .event-page .content-wrapper .event-details [data-acord="members"].active {
      max-height: 10000px;
      -webkit-transition: max-height 3s;
      transition: max-height 3s; }
  .event-page .content-wrapper .event-details .members-list {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .event-page .content-wrapper .event-details .members-list .list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 36px; }
      .event-page .content-wrapper .event-details .members-list .list-item .member-img {
        margin-right: 12px;
        height: 72px;
        width: 72px;
        -webkit-box-shadow: 0 2px 8px 0 rgba(155, 155, 155, 0.5);
		box-shadow: 0 2px 8px 0 rgba(155, 155, 155, 0.5);
		object-fit: cover;}
      .event-page .content-wrapper .event-details .members-list .list-item .name {
        font-weight: 500; }

.event-page .content-wrapper .event-location .map-wrapper {
  width: 100%;
  max-height: 300px;
  overflow: hidden; }

.event-page .content-wrapper .event-location .location-content {
  margin-top: 46px;
  text-align: center; }
  .event-page .content-wrapper .event-location .location-content .title {
    font-size: 32px;
    font-weight: 600; }
  .event-page .content-wrapper .event-location .location-content .subtitle {
    font-size: 18px;
    margin-top: 21px;
    color: #9B9B9B;
    font-weight: 400; }

.event-page .content-wrapper .event-location .more-question {
  margin-top: 46px;
  font-size: 18px;
  color: #383838; }

.event-page .content-wrapper .more-events {
  padding: 105px 0 105px; }
  .event-page .content-wrapper .more-events .more-events-wrapper {
    margin-top: 27px;
    scroll-behavior: smooth;
    padding-bottom: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .event-page .content-wrapper .more-events .more-events-wrapper::-webkit-scrollbar-track {
      border-radius: 3px;
      background-color: #DEDEDE; }
    .event-page .content-wrapper .more-events .more-events-wrapper::-webkit-scrollbar {
      height: 6px;
      background-color: transparent; }
    .event-page .content-wrapper .more-events .more-events-wrapper::-webkit-scrollbar-thumb {
      border-radius: 3px;
      height: 6px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      background-color: #A3A3A3; }
    .event-page .content-wrapper .more-events .more-events-wrapper .event-card {
      margin-right: 40px; }
  .event-page .content-wrapper .more-events .block-title {
    text-align: center; }

@media (max-width: 992px) {
  .event-page .content-wrapper .hero-section .event-info .block-title {
    font-size: 24px;
    margin-bottom: 34px; }
  .event-page .content-wrapper .call-to-action {
    position: fixed;
    bottom: 0;
    z-index: 777;
    width: 100%;
    padding: 17px 0 24px; }
    .event-page .content-wrapper .call-to-action .btn-gradient-primary {
      margin: 0 auto; }
  .event-page .content-wrapper .event-details .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .event-page .content-wrapper .event-details .members-list {
    margin-top: 23px; }
    .event-page .content-wrapper .event-details .members-list .list-item {
      margin-bottom: 25px; }
    .event-page .content-wrapper .event-details .members-list .member-img {
      margin-right: 9px;
      height: 50px;
      width: 50px; }
  .event-page .content-wrapper .event-location .location-content {
    margin-top: 18px; }
    .event-page .content-wrapper .event-location .location-content .title {
      font-size: 14px;
      font-weight: 500; }
    .event-page .content-wrapper .event-location .location-content .subtitle {
      margin-top: 4px;
      font-size: 12px; }
  .event-page .content-wrapper .event-location .more-question {
    margin-top: 63px; }
  .event-page .content-wrapper .more-events {
    padding: 60px 0 50px; }
    .event-page .content-wrapper .more-events .block-title {
      text-align: left; } }
.infopage-main {
	padding-top:100px;
}
.infopage-centerwrapper{
    margin: 3rem auto;
    width: 100%;
}
.infopage-main section{
    padding: 1rem;
}


.infopage-main  .home-location-city {
    display: inline-block;
    float: right;
    width: 165px;
    height: 100px !important;
    margin: 0px;
    margin-top: 0px;
    color: white;
    background-size: cover;
    background-position: center;
}
@media (max-width: 420px) {
    .infopage-main  .home-location-city{
        width: 125px;
    }
}
.home-location-city-title {
    display: block;
    font-weight: normal;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
}
.home-location-wrapper {
    display: inline-block;
    margin: 20px 20px 0px 0px;
}

@media (max-width: 420px) {
    .home-location-wrapper {
        margin: 10px 10px 0px 0px;
    }
}
.centered-container {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 1rem;
}
.event-card-link{
   text-decoration: none;
}
.avatar{
	-o-object-fit: cover;
    object-fit: cover;
}
.error{
	color: #fd4852;
background-color: yellow;
}
#payment-form label{
	color: #9a9a9a;
}
.home-page .home-location-city {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0px;
    margin-top: 0px;
    color: white;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.home-location-city-title2 {
       top: 60px;
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
}
.about_event img {
    width:100%
}
.about_event p,
.about_event div {
  overflow: auto;
}
.events-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.events-wrapper .event-card {
  margin-top: 20px;
}
.events-community-wrapper {
  overflow: auto;
}