/* Compiled Less CSS File */
/* Generated from "custom.css" */

/*!
 * CUSTOM CSS
 */
/* ==================================================
   CUSTOM COLORS
================================================== */
/* slider transparent overlays */
.bg-dark {
  background-color: rgba(36, 42, 51, 0.2);
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-gray {
  background-color: #f7f8fa;
}
.bg-black {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-zeroDark {
  background-color: #242b35;
}
.bg-zero {
  background-color: #4f87c6;
}
.text-white {
  color: #ffffff;
}
/* shadowcolor */
/* boxshadowcolor */
/* boxshadowcolor */
.box-shadow {
  -webkit-box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
}
.box-shadow-small {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.box-shadow-left {
  box-shadow: -1.5em 0 1em -0.75em rgba(0, 0, 0, 0.25) inset;
}
.box-shadow-right {
  box-shadow: 1.5em 0 1em -0.75em rgba(0, 0, 0, 0.25) inset;
}
.text-shadow {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.listing_gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.45)), color-stop(75%, rgba(0, 0, 0, 0.45)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000', GradientType=0);
}
.listing_gradient_light {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+28,000000+75,000000+100&amp;1+0,0.12+28,0.12+75,1+100 */

  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0.12) 75%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.12)), color-stop(75%, rgba(0, 0, 0, 0.12)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0.12) 75%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0.12) 75%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0.12) 75%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0.12) 75%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */

}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM TRANSITIONS AND ANIMATIONS
================================================== */
.transition-all {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.easeInOutBack {
  -webkit-transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
}
/* ANIMATIONS */
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes counter {
  0% {
    top: 0;
  }
  100% {
    top: -10em;
    opacity: 0;
  }
}
@-webkit-keyframes counter {
  0% {
    top: 0;
  }
  100% {
    top: -10em;
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* Push Navigation */
/* ==================================================
   CUSTOM GLOBAL STYLES
================================================== */
/*body, #wrapper 		{ min-height:100vh; }*/
.gutter-one .row {
  margin-left: -1px;
  margin-right: -1px;
}
.gutter-one div[class*='col-'] {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 1px;
}
.gutter-zero .row {
  margin-left: 0px;
  margin-right: 0px;
}
.gutter-zero div[class*='col-'] {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .gutter-one .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-one div[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
}
.gutter-reset .container,
.gutter-reset .container-fluid {
  margin: 0;
  padding: 0;
}
.gutter-reset .row {
  margin-left: 0px;
  margin-right: 0px;
}
.gutter-reset div[class*='col-'] {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0;
}
.container-gutter-one {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
  position: relative;
}
.col-half-height {
  height: 50%;
  vertical-align: middle;
  position: relative;
}
.col-onethird-height {
  height: 33.333333%;
  vertical-align: middle;
  position: relative;
}
.col-twothird-height {
  height: 66.666666%;
  vertical-align: middle;
  position: relative;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow --> */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 769px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
@media (max-width: 991px) {
  .mobile-none {
    display: none !important;
  }
  .mobile-inverse {
    background-color: #242b35;
    color: #ffffff;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-right {
    text-align: right;
  }
  .mobile-gutter-reset .container,
  .mobile-gutter-reset .container-fluid {
    margin: 0;
    padding: 0;
  }
  .mobile-gutter-reset .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mobile-gutter-reset div[class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
  }
}
@media (max-width: 920px) {
  .tablet-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .desktop-none {
    display: none !important;
  }
  .desktop-center {
    text-align: center;
  }
  .desktop-right {
    text-align: right;
  }
  .desktop-align-middle {
    vertical-align: middle;
  }
}
.form-group-block {
  width: 100%;
}
.form-zero {
  line-height: normal;
  margin: 0px 15px 0 15px !important;
  /* background-color:lighten(@black,10%);.border-radius(2px) !important; width:100%;*/

}
.form-zero .input-group-addon {
  border-width: 0px !important;
}
.form-control-buttons {
  padding-top: 8px;
}
.form-label {
  padding-top: 15px;
  display: inline-block;
  font-weight: normal;
}
.input-group .form-control {
  line-height: normal;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM FONT STYLES
================================================== */
.text-regular {
  font-weight: 300;
}
.text-bold {
  font-weight: 600;
}
.text-right .btn-zero .icon {
  margin-left: 10px;
}
.text-align-middle {
  vertical-align: middle;
}
.line-height-one {
  line-height: 1;
}
.text-small {
  font-size: 12px;
}
.text-md {
  font-size: 16px;
}
.text-lg {
  font-size: 20px;
}
.text-xxl {
  font-size: 40px;
}
.text-xxl-icon {
  font-size: 60px;
}
.text-category {
  font-size: 12px;
  font-family: 'Proxima', Helvetica, Arial, sans-serif;
  color: #bbc4d0;
}
@media (min-width: 768px) {
  /*.text-small			{ font-size:12px; }
  .text-md			{ font-size:20px; }
  .text-lg			{ font-size:28px; }
  .text-xxl			{ font-size:48px; }
  .text-xxl-icon		{ font-size:80px; }
  .text-category		{ font-size:12px; }*/
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM BUTTON STYLES
================================================== */
a,
.btn {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn .fa,
.btn .icon {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .btn-label {
    display: none;
    margin-left: 10px;
  }
}
.btn-zero {
  padding: 15px 0;
  display: inline-block;
}
.btn-zero .icon {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.btn-primary {
  /*.icon, .fa { .scale(1.5); padding:10px 15px; }*/
}
.btn-inverse {
  color: #ffffff !important;
}
.btn-inverse:hover {
  color: #4f87c6 !important;
}
.btn-inverse.btn-default {
  border-color: #ffffff !important;
}
.btn-inverse.btn-default:hover {
  border-color: #4f87c6 !important;
}
button.btn-inverse {
  background-color: transparent;
}
.input-group-btn {
  border-bottom: 1px solid #8094b5;
}
.modal-dialog .modal-header .avatar-menu {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .modal-dialog .form-control {
    /*font-size:28px;*/
  }
}
.page-scroll-top {
  padding: 0px !important;
  margin-bottom: 30px;
  display: inline-block;
}
.page-scroll-top i {
  font-size: 30px;
}
.btn-group-label {
  padding-left: 15px;
}
.btn-filter {
  padding: 10px;
  font-size: 18px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* IE8 */
}
.btn-filter.active {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
  color: #4f87c6 !important;
  box-shadow: none !important;
}
.btn-toggle {
  display: none;
}
.btn-toggle.active {
  display: inline-block !important;
}
@media (min-width: 768px) {
  .nav-active .nav-btn {
    border-bottom: 3px solid #ffffff;
    padding-bottom: 11px !important;
  }
}
.icon-circle {
  border: 1px solid #4d5c72;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 0;
  padding: 0px !important;
}
.icon-circle .icon {
  line-height: 0.9;
}
@media (min-width: 768px) {
  
}
.arrow-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  color: #ffffff;
}
.arrow-nav:hover {
  color: #9cbcdf;
  cursor: pointer;
}
.arrow-left {
  left: 8%;
}
.arrow-right {
  right: 8%;
}
.menu-nav {
  float: left;
  font-size: 24px;
  line-height: 0;
  padding: 15px 16px 15px 16px;
  margin-left: -15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .menu-nav {
    font-size: 18px;
  }
}
.menu-right-nav {
  font-size: 24px;
  line-height: 0;
  padding: 14px 15px 15px;
  cursor: pointer;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .menu-right-nav {
    font-size: 18px;
  }
}
.menu-nav-logo {
  position: relative;
  width: 150px;
  line-height: 0;
  margin-left: 15px;
}
.menu-nav-logo i {
  font-size: 18px;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 23px;
}
#eventz_menu_toggle:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE8 */
  color: #fff !important;
}
#eventz_menu_toggle:hover .menu-nav-logo i {
  color: #fff !important;
}
#eventz_menu_toggle:hover .menu-nav i {
  color: #fff !important;
}
@media (max-width: 1300px) {
  .nav-text {
    display: none;
  }
}
.icon-close {
  position: relative;
  height: 24px;
  width: 24px;
  margin-top: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* X icon in CSS */

}
.icon-close span,
.icon-close span::before,
.icon-close span::after {
  position: absolute;
}
.icon-close span:before,
.icon-close span:after {
  display: inline-block;
  height: 2px;
  width: 24px;
  content: '';
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #ffffff;
}
.icon-close span:before {
  -webkit-transform: translateX(0px) translateY(10px) rotate(45deg);
  -moz-transform: translateX(0px) translateY(10px) rotate(45deg);
  -ms-transform: translateX(0px) translateY(10px) rotate(45deg);
  -o-transform: translateX(0px) translateY(10px) rotate(45deg);
  transform: translateX(0px) translateY(10px) rotate(45deg);
}
.icon-close span:after {
  -webkit-transform: translateX(0px) translateY(10px) rotate(-45deg);
  -moz-transform: translateX(0px) translateY(10px) rotate(-45deg);
  -ms-transform: translateX(0px) translateY(10px) rotate(-45deg);
  -o-transform: translateX(0px) translateY(10px) rotate(-45deg);
  transform: translateX(0px) translateY(10px) rotate(-45deg);
}
.icon-close:hover span:before,
.icon-close:hover span:after {
  background: #4f87c6;
}
.icon-burger {
  position: relative;
  width: 24px;
  height: 12px;
  white-space: nowrap;
  /* hamburger icon in CSS */

}
.icon-burger span,
.icon-burger span::before,
.icon-burger span::after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
}
.icon-burger span {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* line in the center */

}
.icon-burger span:before,
.icon-burger span:after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.icon-burger span:before {
  top: -6px;
}
.icon-burger span:after {
  top: 6px;
}
.wpf-nav-trigger {
  position: relative;
  width: 24px;
  height: 12px;
  white-space: nowrap;
  /* hamburger icon in CSS */

  display: block;
  height: 18px !important;
}
.wpf-nav-trigger span,
.wpf-nav-trigger span::before,
.wpf-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
}
.wpf-nav-trigger span {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* line in the center */

}
.wpf-nav-trigger span:before,
.wpf-nav-trigger span:after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wpf-nav-trigger span:before {
  top: -6px;
}
.wpf-nav-trigger span:after {
  top: 6px;
}
.wpf-nav-trigger span,
.wpf-nav-trigger span::before,
.wpf-nav-trigger span::after {
  background: #ffffff;
}
.wpf-nav-trigger.nav-is-visible span {
  background: rgba(255, 255, 255, 0) !important;
  /* hide line in the center */

}
.wpf-nav-trigger.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.wpf-nav-trigger.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
.wpf-nav-trigger:hover span,
.wpf-nav-trigger:hover span::before,
.wpf-nav-trigger:hover span::after {
  background: #4f87c6;
}
.wpf-trigger .icon-close {
  display: none;
  marign-top: 6px;
}
.wpf-trigger.nav-is-visible .icon-nav {
  display: none;
}
.wpf-trigger.nav-is-visible .icon-close {
  display: inline-block;
}
.store-link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  max-width: 130px;
  padding: 5px 20px;
}
.store-link:hover {
  border-color: #4f87c6;
}
@media only screen and (min-width: 769px) {
  .store-link {
    max-width: 160px;
  }
}
.store-link-dark {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  max-width: 130px;
  padding: 5px 20px;
  border-color: #242b35;
}
.store-link-dark:hover {
  border-color: #4f87c6;
}
@media only screen and (min-width: 769px) {
  .store-link-dark {
    max-width: 160px;
  }
}
.store-link-light {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  max-width: 130px;
  padding: 5px 20px;
  border-color: #ffffff;
}
.store-link-light:hover {
  border-color: #4f87c6;
}
@media only screen and (min-width: 769px) {
  .store-link-light {
    max-width: 160px;
  }
}
.top-nav .appstore,
.top-nav .playstore {
  padding: 6px 15px !important;
}
.top-nav .appstore img,
.top-nav .playstore img {
  width: auto !important;
  height: 36px;
}
.alert-success {
  text-align: center !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM FOOTER STYLES
================================================== */
.modal-dialog .dropdown-toggle {
  display: block;
}
.modal-dialog .dropdown.open > .dropdown-menu {
  width: 100%;
}
footer {
  padding-bottom: 30px;
  font-size: 12px;
  margin-top: 30px;
  padding-top: 30px;
}
footer .copyright {
  font-size: 10px;
}
footer a {
  font-size: 12px;
  padding: 0 5px;
  color: #bbc4d0;
}
footer a:hover {
  color: #242b35;
}
footer a:hover #wplogo path {
  fill: #242b35;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .wpf_slider_infos {
  display: none;
  height: 0;
  overflow: hidden;
  line-height: 0;
}
.wpf_footer_menu {
  list-style: none;
  padding: 15px 0;
  margin: 0;
}
.wpf_footer_menu li {
  display: inline-block;
}
/* WP copyright */
.wpf_wplogo_paragraph {
  height: auto;
  margin: 4px 0 0 10px;
  font-size: 10px;
  display: none;
}
.wpf_wplogo_paragraph span {
  vertical-align: 12%;
}
.wpf_wplogo_paragraph .wp_designby {
  font-size: 9px;
}
.wpf_wplogo_paragraph .wp_link {
  font-weight: bold;
  font-size: 9px;
}
#wplogo {
  width: 18px;
  height: 11px;
  max-width: 18px;
  margin: 0 4px;
}
#wplogo path {
  fill: #bbc4d0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   SOCIALMEDIALINKS STYLES
================================================== */
.facebook {
  color: #3b5998;
}
.twitter {
  color: #00aced;
}
.google {
  color: #dd4b39;
}
.instagram {
  color: #4E433C;
}
@media only screen and (max-width: 769px) {
  
}
.wpf_social_links_paragraph {
  line-height: 1.0em;
  padding: 0;
}
.wpf_social_links_paragraph ul {
  list-style: none;
  display: table;
  width: 100%;
  padding: 15px 0;
  margin: 0px;
}
.wpf_social_links_paragraph li {
  display: inline-block;
  padding-right: 2px;
}
.wpf_social_links_paragraph .wpf_button_social {
  display: table-cell;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 32px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  color: #ffffff;
  background-color: #9ca9bc;
}
.wpf_social_links_paragraph .wpf_button_social i {
  margin: 0;
  padding: 0 0 0 1px;
  font-size: 12pt;
  width: auto;
}
.wpf_social_links_paragraph .wpf_button_social span {
  display: none;
}
.wpf_social_links_paragraph .facebook_link:hover a {
  background-color: #3b5998;
}
.wpf_social_links_paragraph .twitter_link:hover a {
  background-color: #00aced;
}
.wpf_social_links_paragraph .google_link:hover a {
  background-color: #dd4b39;
}
.wpf_social_links_paragraph .youtube_link:hover a {
  background-color: #bb0000;
}
.wpf_social_links_paragraph .vimeo_link:hover a {
  background-color: #aad450;
}
.wpf_social_links_paragraph .xing_link:hover a {
  background-color: #dae600;
}
.wpf_social_links_paragraph .instagram_link:hover a {
  background-color: #4E433C;
}
.wpf_social_links_paragraph .flickr_link:hover a {
  background-color: #ff0084;
}
.wpf_social_links_paragraph .skype_link:hover a {
  background-color: #00aff0;
}
.wpf_social_links_paragraph .linkedin_link:hover a {
  background-color: #007bb6;
}
.wpf_social_links_paragraph .tumblr_link:hover a {
  background-color: #32506d;
}
.wpf_social_links_paragraph .foursquare_link:hover a {
  background-color: #0072b1;
}
.wpf_social_links_paragraph .pinterest_link:hover a {
  background-color: #cb2027;
}
.wpf_social_links_paragraph .dribbble_link:hover a {
  background-color: #ea4c89;
}
.wpf_social_links_paragraph .behance_link:hover a {
  background-color: #1769ff;
}
.wpf_social_links_paragraph .spotify_link:hover a {
  background-color: #7ab800;
}
.wpf_social_links_paragraph .github_link:hover a {
  background-color: #4183c4;
}
.wpf_social_links_paragraph .digg_link:hover a {
  background-color: #000000;
}
.wpf_social_links_paragraph .soundcloud_link:hover a {
  background-color: #ff3a00;
}
.wpf_social_links_paragraph .stumbleupon_link:hover a {
  background-color: #EB4823;
}
.wpf_social_links_paragraph .yahoo_link:hover a {
  background-color: #7B0099;
}
.wpf_social_links_paragraph .vk_link:hover a {
  background-color: #45668e;
}
.eventz_social_links ul {
  padding: 0;
}
.eventz_social_links .wpf_button_social {
  height: 24px;
  width: 24px;
  line-height: 24px;
  background-color: #242b35;
}
.eventz_social_links .wpf_button_social i {
  font-size: 12px;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM LOADING STYLES
================================================== */
.spinner {
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #4f87c6;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
/* Big counter */
.la-anim-11 {
  display: inline-block;
  visibility: hidden;
  overflow: hidden;
  height: 1em;
  text-align: right;
  font-weight: 300;
  font-size: 5em;
  line-height: 1em;
  pointer-events: none;
}
.la-anim-11:after {
  position: relative;
  width: 100%;
  color: rgba(0, 0, 0, 0.1);
  content: "0%\A 10%\A 22%\A 36%\A 48%\A 53%\A 64%\A 71%\A 83%\A 100%\A";
  white-space: pre;
}
@media (min-width: 768px) {
  .la-anim-11 {
    font-size: 10em;
  }
}
.la-anim-11.la-animate {
  visibility: visible;
}
.la-anim-11.la-animate:after {
  -webkit-animation: counter 6s steps(10);
  animation: counter 6s steps(10);
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM NAVBAR STYLES
================================================== */
.navbar-default .navbar-nav li a,
.side-nav-left button,
.side-nav-left a,
.side-nav-right button,
.side-nav-right a {
  font-weight: 600;
  font-size: 14px;
}
.nav-active > a {
  font-weight: bold;
}
.navbar-nav .badge {
  /*width:20px; padding:0;*/
}
.nav-custom {
  padding: 0px !important;
}
.nav-custom a {
  display: block;
  color: #555555;
}
.nav-custom a:hover {
  color: #4f87c6;
}
.nav-custom li.active a {
  color: #4f87c6 !important;
}
.nav-custom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-custom ul > li {
  margin-left: 15px;
}
.nav-custom ul > li i {
  margin-right: 15px;
}
.nav-divider-top {
  margin-top: 10px;
  width: 1px;
  height: 20px;
  display: inline-block;
  border-right: 1px solid #ffffff;
}
.side-nav-left,
.side-nav-right {
  position: relative;
  top: 0;
  z-index: 999;
}
.side-nav-left .nav-custom,
.side-nav-right .nav-custom {
  background-color: #ffffff;
}
/* Top Navigation */
.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
}
@media (min-width: 768px) {
  .top-nav > li {
    display: inline-block;
    float: left;
  }
  .top-nav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/* ////////// PUSH NAVIGATION /////////// */
/* navbar-push styles */
.navbar-default .nav-active a {
  color: #4f87c6 !important;
}
.navbar-default .wpf-nav-trigger span,
.navbar-default .wpf-nav-trigger span::before,
.navbar-default .wpf-nav-trigger span::after {
  background: #737373;
}
.navbar-default .icon-close span:before,
.navbar-default .icon-close span:after {
  background: #737373;
}
.navbar-default .logo-negativ {
  display: none;
}
.navbar-inverse {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  background-color: #4f87c6;
  border-color: #4f87c6;
}
.navbar-inverse a,
.navbar-inverse button {
  color: #ffffff;
}
.navbar-inverse a:hover,
.navbar-inverse button:hover {
  color: #8094b5;
}
.navbar-inverse a.active,
.navbar-inverse button.active {
  color: #8094b5;
}
.navbar-inverse .nav-active a,
.navbar-inverse .nav-active button {
  color: #8094b5;
}
.navbar-inverse .wpf-nav-trigger span,
.navbar-inverse .wpf-nav-trigger span::before,
.navbar-inverse .wpf-nav-trigger span::after {
  background: #ffffff;
}
.navbar-inverse .icon-close span:before,
.navbar-inverse .icon-close span:after {
  background: #ffffff;
}
.navbar-inverse .logo-positiv {
  display: none;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-toggle-right {
    padding: 10px 0;
  }
  .navbar-inverse .icon-nav {
    font-size: 18px;
  }
  .navbar-inverse .icon-close {
    font-size: 24px;
    margin-top: -2px;
  }
}
.navbar-toggle:hover .wpf-nav-trigger span,
.navbar-toggle:hover .wpf-nav-trigger span::before,
.navbar-toggle:hover .wpf-nav-trigger span::after {
  background: #8094b5 !important;
}
.navbar-toggle:hover .wpf-nav-trigger.nav-is-visible span {
  background: rgba(46, 50, 51, 0) !important;
  /* hide line in the center */
}
.navbar-toggle:hover .icon-close span,
.navbar-toggle:hover .icon-close span::before,
.navbar-toggle:hover .icon-close span::after {
  background: #8094b5 !important;
}
.wrapper-close {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.wrapper-close.active {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  bottom: 0;
}
.eventz_menu_open .wrapper-close.active {
  left: 250px;
}
/* MOBILE FIRST SETTINGS */
/* navbar-push setings */
@media (max-width: 767px) {
  body {
    position: relative;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow-x: hidden;
  }
  #eventz_detail_event {
    margin-top: -48px;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  .navbar-nav .dropdown-menu {
    position: relative;
    width: calc(95%);
    margin-left: 5px;
    background-color: transparent !important;
    box-shadow: none;
  }
  .navbar-nav > li > a i.fa-caret-down {
    float: right;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar-brand {
    margin-left: -15px;
  }
  .icon-nav {
    display: inline-block;
  }
  .navbar-sticky-header {
    width: 100vw;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .hide {
    display: none;
  }
  .navbar-push-content {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .navbar-push-left,
  .navbar-push-right {
    position: fixed;
    z-index: -1;
    overflow: hidden !important;
    background-color: #242b35;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 250px;
    height: 100vh !important;
    display: block !important;
    top: 0;
    bottom: 0;
  }
  .navbar-push-left.in,
  .navbar-push-right.in {
    top: 0 !important;
    bottom: 0 !important;
    display: block !important;
    width: 250px;
    height: 100vh !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    /* IE8 */
  }
  .navbar-push-left.in .navbar-nav,
  .navbar-push-right.in .navbar-nav {
    margin-bottom: 90px;
  }
  .navbar-push-left {
    left: -250px;
    box-shadow: -1.5em 0 1em -0.75em rgba(0, 0, 0, 0.25) inset;
  }
  .navbar-push-left.in {
    left: 0 !important;
  }
  .navbar-push-right {
    right: -250px;
    box-shadow: 1.5em 0 1em -0.75em rgba(0, 0, 0, 0.25) inset;
  }
  .navbar-push-right.in {
    right: 0 !important;
  }
  .out-left,
  .out-right {
    overflow: hidden !important;
    position: fixed !important;
  }
  .out-left {
    left: -250px !important;
    right: 250px !important;
  }
  .out-left .navbar-push {
    left: -250px !important;
    right: 250px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .out-right {
    left: 250px !important;
    right: -250px !important;
  }
  .out-right .navbar-push {
    left: 250px !important;
    right: -250px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .remove-left {
    left: 250px !important;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .remove-right {
    right: 250px !important;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .is-sticky .navbar-inverse {
    /*background-color:@brand-primary !important;*/
  }
  .is-sticky .side-nav-left,
  .is-sticky .side-nav-right {
    background-color: #ffffff;
    left: 0;
    right: 0;
    width: 100vw !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .is-sticky .side-nav-left .navbar,
  .is-sticky .side-nav-right .navbar {
    height: auto !important;
  }
  .is-sticky .side-nav-left .navbar-header,
  .is-sticky .side-nav-right .navbar-header {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggle {
    margin-right: 0;
  }
  .side-nav-left .nav-custom,
  .side-nav-right .nav-custom {
    height: 80vh;
    overflow: auto;
  }
  .side-nav-left .page-header,
  .side-nav-right .page-header {
    display: none;
  }
  .top-nav {
    border-bottom: 1px solid #e7e7e7;
  }
  .top-nav li:last-child {
    margin-bottom: 15px;
  }
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   SITEPIC RESIZER
================================================== */
/* toggle eventzpic view */
.has-bg {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.45)), color-stop(75%, rgba(0, 0, 0, 0.45)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000', GradientType=0);
}
.min-max-container {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) {
  .min-max-container {
    padding: 30px 15px 0 15px;
  }
}
.maximize,
.minimize {
  display: none;
  color: #ffffff;
  font-size: 18px;
  padding: 0;
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 15px;
}
.maximize:hover,
.minimize:hover {
  color: #9cbcdf;
  cursor: pointer;
}
@media (min-width: 769px) {
  .maximize.active,
  .minimize.active {
    display: inline-block !important;
  }
}
.maximize .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.minimize .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM MESSAGEBOX STYLES
================================================== */
@media (max-width: 767px) {
  .username {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .username {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .username {
    display: inline-block !important;
  }
}
ul.message-dropdown {
  padding: 0;
}
@media (max-width: 767px) {
  ul.message-dropdown {
    margin-left: 0px !important;
  }
}
@media (min-width: 768px) {
  ul.message-dropdown {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
li.message-preview {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  li.message-preview {
    width: 275px;
  }
}
@media (max-width: 767px) {
  li.message-preview > a {
    padding: 15px 15px 0 15px !important;
  }
}
@media (min-width: 768px) {
  li.message-preview > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
li.message-footer {
  margin: 5px 0;
}
ul.alert-dropdown {
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  ul.alert-dropdown {
    margin-left: 0px !important;
  }
  ul.alert-dropdown .label {
    float: right;
  }
  ul.alert-dropdown a {
    padding: 15px 15px 15px 30px !important;
  }
}
@media (min-width: 768px) {
  ul.alert-dropdown {
    width: 200px;
  }
}
ul.user-dropdown {
  padding: 0;
}
@media (max-width: 767px) {
  ul.user-dropdown {
    margin-left: 0px !important;
  }
  ul.user-dropdown a {
    padding: 15px 15px 15px 30px !important;
  }
}
@media (min-width: 768px) {
  ul.user-dropdown {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM FLOT CHART CONTAINER
================================================== */
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM PANELS
================================================== */
.panel-zero {
  padding: 0;
}
.panel-map {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}
.panel-map .panel-header {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .panel-map .panel-image {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.panel-image {
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.panel-header-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #8094b5;
}
.panel-header-icon-small {
  margin-right: 5px;
}
.panel-listing {
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.panel-listing figure,
.panel-listing figcaption,
.panel-listing img {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.col-md-6 .panel-body,
.col-lg-6 .panel-body {
  min-height: 50px;
}
/* Products */
.img-spacer {
  padding: 0 15px !important;
  position: relative;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.bg-img-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 769px) {
  .panel-zero {
    padding: 0 20px;
  }
  .panel-full-height {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0px;
  }
  .panel-full-height .panel-header {
    display: table-row;
    width: 100%;
    height: 20%;
  }
  .panel-full-height .panel-body {
    display: table-row;
    width: 100%;
    height: 80%;
  }
  .panel-full-height .panel-footer {
    display: table-cell;
    width: 100%;
    height: 20%;
    vertical-align: middle;
  }
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM MAP
================================================== */
/*#cd-google-map, .map-container	{ @media only screen and (max-width: 768px) { display:none; } }
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover, #cd-zoom-in, #cd-zoom-out { background-color:@black; &:hover { background-color:@brand-primary; } }*/
.map-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.map-container .map {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#eventz_view_map_zoom_in,
#eventz_view_map_zoom_out,
#eventz_view_map_zoom_bounds {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background-color: transparent;
}
#eventz_view_map_zoom_in i,
#eventz_view_map_zoom_out i,
#eventz_view_map_zoom_bounds i {
  font-size: 20px;
  color: #ffffff;
  margin-left: 6px;
  margin-top: 5px;
  color: #242b35;
}
#eventz_view_map_zoom_in:hover i,
#eventz_view_map_zoom_out:hover i,
#eventz_view_map_zoom_bounds:hover i {
  color: #4f87c6;
}
#eventz_view_map_zoom_out {
  top: 50px;
}
#eventz_view_map_zoom_bounds {
  top: 80px;
}
.infoBox img {
  width: auto;
  height: auto;
}
.infoBox .panel img {
  width: 100%;
  height: auto;
}
.infoBox > img {
  z-index: 1000;
}
/*.eventz_map_infowindow { background:#fff; padding:5px; z-index:1000; font-size:13px; line-height:16px;
	.eventz_map_infowindow_pic { padding-bottom:10px; }
	.btn { margin-top:10px; }
}*/
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM ABSÄTZE
================================================== */
.content-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.content-padding-md {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-padding-lg {
  padding-top: 45px;
  padding-bottom: 45px;
}
figure {
  position: relative;
}
figure i {
  /*font-size:80px !important; padding:40px;*/
}
figure,
img {
  width: 100%;
  height: auto;
}
figure,
img,
.thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
  color: #ffffff;
}
.content-divider-sm {
  height: 15px;
}
.content-divider-md {
  height: 30px;
}
.content-divider-lg {
  height: 60px;
}
.level-up {
  z-index: 3;
}
.space-top {
  margin-top: 15px;
}
.space-bottom {
  margin-bottom: 15px;
}
.divider {
  height: 1px;
  background-color: #e5e5e5;
  margin: 10px 0 !important;
  position: relative;
}
.divider-sitepic {
  min-height: 35vh;
  position: relative;
}
@media (min-width: 768px) {
  .avatar {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
.avatar-menu {
  margin-bottom: 30px;
}
.avatar-circle {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: 2px solid #f7f8fa;
  background-color: #1a1f26;
  height: 120px;
  width: 120px;
  line-height: 120px;
  display: inline-block;
}
.img-avatar {
  max-width: 48px;
  border: 2px solid #E6E6E6;
  margin-top: 5px;
}
.pull-right.img-avatar {
  margin-left: 15px;
}
.pull-left.img-avatar {
  margin-right: 15px;
}
.caption-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.caption-center .eventz_listing_date {
  color: #ffffff;
}
.caption-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
}
.caption-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.caption-content {
  padding: 15px;
}
.content-inverse {
  color: #ffffff;
}
.content-inverse a {
  color: #ffffff;
}
.content-inverse a:hover {
  color: #4f87c6;
}
.content-inverse-dark {
  background-color: #242b35;
  color: #ffffff;
}
.content-inverse-gray {
  background-color: #627590;
  color: #ffffff;
}
.content-bg-image {
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-bg-image .jumbotron {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border-color: transparent;
  margin-bottom: 0px;
}
@media (min-width: 970px) {
  .content-bg-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1170px) {
  .content-bg-image {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.company-logo-content {
  max-width: 140px;
  margin: 15px 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .caption-content {
    padding: 30px;
  }
  .space-top {
    margin-top: 30px;
  }
  .space-bottom {
    margin-bottom: 30px;
  }
  .content-bg-image {
    padding: 80px 45px;
  }
}
@media (max-width: 767px) {
  .company-logo-content {
    max-width: 80px;
    margin-bottom: 10px;
  }
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM SECTIONS
================================================== */
section {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media (min-width: 970px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1170px) {
  section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.section-fluid {
  padding: 0 !important;
  position: relative;
}
.section-content-paragraph {
  overflow: hidden;
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .section-content-paragraph {
    padding: calc(30px);
  }
}
@media (max-width: 767px) {
  .section-content-image.pull-right,
  .section-content-image.pull-left {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .section-content-image.pull-right,
  .section-content-image.pull-left {
    max-width: 50%;
  }
  .img-right .section-content,
  .img-left .section-content {
    position: absolute;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .img-right .section-content {
    left: 0;
    padding-right: 40px;
  }
  .img-left .section-content {
    right: 0;
    padding-left: 40px;
  }
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM FLEXBOX
================================================== */
.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
  margin: -0.2px;
  /* hack adjust for wrapping */
}
.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div {
  width: 100%;
}
.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.flex-grow {
  display: flex;
  flex: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   CUSTOM PARALLAX
================================================== */
.parallax-background {
  background-attachment: inherit;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.wpf-dynpic-paragraph {
  background-attachment: inherit;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
.file-inputs {
  width: 100%;
  border-radius: 0px;
}
.file-input-wrapper a {
  padding: 12px 0;
  font-size: 14px;
  color: #959595;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   PAGESCROLL DOTNAV
================================================== */
.pagescroll-dotnav {
  position: fixed;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.pagescroll-dotnav li.active .dot-nav span {
  background-color: #4f87c6;
}
@media (max-width: 767px) {
  .pagescroll-dotnav {
    display: none;
  }
}
.dot-nav {
  padding: 10px !important;
  line-height: 0px;
  height: 4px;
  width: 4px;
}
.dot-nav span {
  display: inline-block;
  height: 2px;
  width: 2px;
  background-color: #ccc;
}
.dot-nav:hover span {
  background-color: #4f87c6;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   SLIDERS
================================================== */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-pagination {
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 104;
}
.owl-pagination .owl-page {
  float: left;
}
.owl-pagination .owl-page span {
  border-bottom: 2px solid;
  border-color: #ffffff;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 1px;
  filter: alpha(opacity=10);
  /*IE7 fix*/
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* IE8 */
}
.owl-pagination .owl-page:hover span {
  border-color: #4f87c6;
  text-decoration: none;
  /*IE7 fix*/
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
  cursor: pointer;
}
.owl-pagination .owl-page.active span {
  border-color: #4f87c6;
  /*IE7 fix*/
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
@media (min-width: 769px) {
  .owl-pagination {
    right: 30px;
  }
}
.owl-detail-mode .owl-pagination {
  display: block;
  position: static;
  /*position:absolute; bottom:15px; right:30px; z-index:104;*/

}
.owl-detail-mode .owl-pagination .owl-page span {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE8 */
}
.owl-detail-mode .owl-buttons .owl-prev,
.owl-detail-mode .owl-buttons .owl-next {
  color: #4f87c6;
}
.owl-detail-mode .owl-buttons .owl-prev:hover,
.owl-detail-mode .owl-buttons .owl-next:hover {
  color: #4f87c6;
}
.owl-detail-mode .owl-buttons .owl-prev {
  left: -30px;
}
.owl-detail-mode .owl-buttons .owl-next {
  right: -30px;
}
.owl-buttons .owl-prev,
.owl-buttons .owl-next {
  position: absolute;
  z-index: 104;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
}
.owl-buttons .owl-prev:hover,
.owl-buttons .owl-next:hover {
  color: #4f87c6;
}
.owl-buttons .owl-prev {
  left: 30px;
}
.owl-buttons .owl-next {
  right: 30px;
}
.owl-slide {
  background-position: center center;
  background-size: 100% auto;
  position: relative;
  background-repeat: no-repeat;
}
.owl-img-link {
  padding: 0;
  margin: 0;
  display: block;
}
#eventz_user_filter_events_outer .owl-carousel .owl-wrapper-outer,
#eventz_user_filter_places_outer .owl-carousel .owl-wrapper-outer,
#eventz_user_filter_events .owl-carousel .owl-wrapper-outer {
  margin-left: 20px;
  margin-right: 30px;
  width: auto;
}
#eventz_user_filter_events_outer .owl-carousel .owl-item,
#eventz_user_filter_places_outer .owl-carousel .owl-item,
#eventz_user_filter_events .owl-carousel .owl-item {
  text-align: center;
  /* width:40px !important; */

}
#eventz_user_filter_events_outer .owl-carousel .owl-item .btn-filter,
#eventz_user_filter_places_outer .owl-carousel .owl-item .btn-filter,
#eventz_user_filter_events .owl-carousel .owl-item .btn-filter {
  padding: 10px 0 !important;
}
#eventz_user_filter_events_outer .owl-buttons .owl-prev,
#eventz_user_filter_places_outer .owl-buttons .owl-prev,
#eventz_user_filter_events .owl-buttons .owl-prev,
#eventz_user_filter_events_outer .owl-buttons .owl-next,
#eventz_user_filter_places_outer .owl-buttons .owl-next,
#eventz_user_filter_events .owl-buttons .owl-next {
  font-size: 18px;
}
#eventz_user_filter_events_outer .owl-buttons .owl-prev,
#eventz_user_filter_places_outer .owl-buttons .owl-prev,
#eventz_user_filter_events .owl-buttons .owl-prev {
  left: 0px;
}
#eventz_user_filter_events_outer .owl-buttons .owl-next,
#eventz_user_filter_places_outer .owl-buttons .owl-next,
#eventz_user_filter_events .owl-buttons .owl-next {
  right: 5px;
}
.wpf_slider_placeholder {
  background-color: rgba(0, 0, 0, 0.4);
}
.owl-carousel-app-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #242b35;
}
/*
 * 	Core Owl Carousel CSS File
 *	v2.0
 */
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  /* fix */

}
.owl-carousel .jumbotron {
  border: none !important;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  /*a	{ .opacity(0); .transition-all; }*/

}
.owl-carousel .owl-item h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-item h3 {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-item p {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-carousel .owl-item.active {
  /*a	{ .transition-delay(0.8s); .opacity(1); }*/

}
.owl-carousel .owl-item.active h2 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.owl-carousel .owl-item.active h3 {
  -webkit-transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  transition-delay: 0.65s;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.owl-carousel .owl-item.active p {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-dot {
  cursor: pointer;
}
/* CUSTOM NAV ARROWS */
.owl-nav-arrow-left,
.owl-nav-arrow-right {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-color: #ccc;
}
.owl-nav-arrow-left:hover,
.owl-nav-arrow-right:hover {
  border-color: #4f87c6;
}
@media (max-width: 767px) {
  .owl-nav-arrow-left,
  .owl-nav-arrow-right {
    height: 20px;
    width: 20px;
  }
}
.owl-nav-arrow-left {
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-nav-arrow-right {
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* mouse grab icon */
.grabbing {
  /*cursor:url(grabbing.png) 8 8, move;*/
}
/*
* 	Owl Carousel Owl-Theme
*	v1.3.3
*/
.owl-theme-default .owl-controls {
  margin-top: 0px;
  /* Styling Next and Prev buttons */

}
.owl-theme-default .owl-controls .owl-dots {
  text-align: center;
}
.owl-theme-default .owl-controls .owl-dot {
  border-bottom: 2px solid;
  border-color: #D9D9D9;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin: 0px 1px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* IE8 */
}
.owl-theme-default .owl-controls .owl-dot:hover {
  border-color: #4f87c6;
  text-decoration: none;
  /*IE7 fix*/
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
  cursor: pointer;
}
.owl-theme-default .owl-controls .owl-dot.active {
  border-color: #4f87c6;
  /*IE7 fix*/
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.owl-theme-default .owl-controls .owl-nav {
  float: right;
}
.owl-theme-default .owl-controls .owl-prev:hover,
.owl-theme-default .owl-controls .owl-next:hover {
  color: #4f87c6;
}
/* Slider with caption */
.owl-carousel-fullscreen .owl-controls {
  margin: 0px !important;
}
.owl-carousel-fullscreen .owl-controls .owl-dots {
  text-align: center !important;
  position: absolute !important;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  z-index: 9;
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .owl-controls .owl-dots {
    bottom: 10px;
  }
}
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-prev,
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
  color: #D4D4D4;
}
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.owl-carousel-fullscreen .owl-controls .owl-nav .owl-nav-text {
  display: none;
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .owl-controls .owl-nav {
    display: none;
  }
  .owl-carousel-fullscreen .owl-controls .owl-nav .owl-prev {
    left: 15px;
  }
  .owl-carousel-fullscreen .owl-controls .owl-nav .owl-next {
    right: 15px;
  }
}
.owl-carousel-fullscreen .owl-spacer {
  /*height:60vh;*/
  width: 100%;
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .owl-spacer {
    /*height:45vh;*/
  }
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .content-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .owl-carousel-fullscreen .btn {
    margin-top: 15px;
  }
}
.owl-item-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.owl-item-content .content-inverse {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.owl-item-content .content-inverse .btn {
  text-shadow: none !important;
}
.owl-item-content .caption-center .jumbotron,
.owl-item-content .caption-top .jumbotron,
.owl-item-content .caption-bottom .jumbotron {
  word-break: break-all;
}
.owl-item-content .text-right .jumbotron {
  max-width: 75%;
  float: right;
}
.owl-item-content .text-left .jumbotron {
  max-width: 75%;
  float: left;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}
/* Static button one link over all slides */
.owl-button-static {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .owl-button-static {
    bottom: 90px;
  }
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  /* Owl Carousel - Video Plugin */

}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Owl Carousel - Lazy Load Plugin */

}
.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  display: inline-block;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  display: inline-block;
}
.owl-carousel .owl-controls .owl-prev .owl-nav-text,
.owl-carousel .owl-controls .owl-next .owl-nav-text {
  margin: 0 5px;
  /*display:none;*/
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .item-video {
  height: 300px;
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
#owl-demo-3 .item img {
  height: 120px !important;
  width: auto !important;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   PLACEHOLDER BOXES
================================================== */
.wpf_boxes_side {
  -webkit-box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 23px 1px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 600ms cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
  /*.transition-all;*/
  position: fixed;
  z-index: 990;
  right: -330px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: auto;
  max-height: 75vh;
  background-color: #0c1724;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.wpf_boxes_side.active {
  right: 10px;
}
.wpf_boxes_side .wpf_boxes_pic img {
  max-height: 60px;
}
.wpf_boxes_side .wpf_boxes_content {
  padding: 15px;
  width: 300px;
  height: auto;
}
.wpf_boxes_side .wpf_boxes_headline {
  height: 44px;
  line-height: 44px;
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 15px;
}
.wpf_boxes_side .wpf_boxes_link {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .wpf_boxes_side {
    top: 25%;
    max-height: 75vh;
    right: -480px;
  }
  .wpf_boxes_side.active {
    right: 0px;
  }
  .wpf_boxes_side .wpf_boxes_pic img {
    max-height: 120px;
  }
  .wpf_boxes_side .wpf_boxes_content {
    width: 450px;
  }
  .wpf_boxes_side .wpf_boxes_content .wpf_detail_headline {
    font-size: 18px;
  }
  .wpf_boxes_side .wpf_boxes_content .wpf_detail_count {
    font-size: 12px;
  }
  .wpf_boxes_side .wpf_boxes_content .wpf_detail_share {
    display: none;
  }
}
.wpf_boxes_toggle {
  cursor: pointer;
  width: auto;
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 28%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .wpf_boxes_toggle {
    top: 25%;
  }
}
.wpf_boxes_show_details,
.wpf_boxes_hide_details {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: auto;
  width: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  vertical-align: middle;
}
.wpf_boxes_show_details span,
.wpf_boxes_hide_details span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  padding: 30px 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .wpf_boxes_show_details,
  .wpf_boxes_hide_details {
    width: 24px;
  }
  .wpf_boxes_show_details span,
  .wpf_boxes_hide_details span {
    display: none;
  }
}
.wpf_boxes_show_details {
  background-color: #4f87c6;
  color: #ffffff;
}
.wpf_boxes_show_details:hover {
  background-color: #3e7abe;
}
.wpf_boxes_hide_details {
  display: none;
  background-color: #4f87c6;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.wpf_boxes_hide_details:hover {
  background-color: #3e7abe;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.wpf_boxes_pic {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.wpf_boxes_pic .wpf_boxes_headline {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 45%;
  width: 100%;
  height: auto;
  line-height: 1.0;
  padding: 0;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   EVENTS SEARCH
================================================== */
@media only screen and (max-width: 768px) {
  .searchbar-hover {
    height: 0px !important;
    overflow: hidden;
    top: -100px;
    background-color: #242b35;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .searchbar-hover.active {
    height: auto !important;
    top: 0;
    display: block;
    padding-top: 50px;
  }
}
#eventz_search_filter_paragraph_stickywrapper {
  /*.transition-all;*/
  background-color: #242b35;
}
@media only screen and (min-width: 769px) {
  #eventz_search_filter_paragraph_stickywrapper {
    /*display:none; height:50px;*/
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  #eventz_search_filter_paragraph_stickywrapper.sticky {
    position: fixed;
    left: 50px;
    right: inherit;
    width: 60%;
  }
  #eventz_search_filter_paragraph_stickywrapper #eventz_datepicker_past {
    display: none;
  }
  #eventz_search_filter_paragraph_stickywrapper.active {
    /*top:48px;*/
    display: block;
  }
  #eventz_search_filter_paragraph_stickywrapper.mymode #eventz_search_paragraph {
    display: none;
  }
  #eventz_search_filter_paragraph_stickywrapper.mymode #eventz_datepicker_past {
    display: block;
  }
}
#eventz_search_filter_paragraph {
  width: 100%;
  position: relative;
}
#eventz_search_filter_paragraph.sticky {
  position: fixed;
  left: 0;
  width: 60%;
  top: 47px;
  left: 50px;
  opactiy: 0.7;
}
#eventz_search_filter_paragraph .form-control {
  border-width: 0px !important;
  font-size: 14px !important;
}
#eventz_search_filter_paragraph div.btn,
#eventz_search_filter_paragraph span.btn {
  background-color: transparent;
  color: #ffffff;
}
#eventz_search_filter_paragraph div.btn:hover,
#eventz_search_filter_paragraph span.btn:hover {
  color: #4f87c6;
}
#eventz_search_filter_paragraph .input-group-btn {
  border-bottom: none;
}
@media only screen and (min-width: 769px) {
  #eventz_search_filter_paragraph {
    /*left:0; position:absolute; z-index:10;  padding-top:0px;*/
  
  }
}
#eventz_search_result {
  color: #ffffff;
  background-color: #242b35;
  padding: 0;
  max-height: 240px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#eventz_search_result .eventz_search_result_listing {
  border-bottom: 1px solid #4c6183;
  padding: 5px;
  cursor: pointer;
}
#eventz_search_result .eventz_search_result_listing:hover {
  background-color: #2e3744;
  color: #8094b5;
}
@media only screen and (min-width: 769px) {
  #eventz_search_result {
    max-height: 350px;
  }
}
#eventz_filter_paragraph {
  background-color: rgba(36, 42, 51, 0.9);
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   EVENTS
================================================== */
/* MENU STYLES */
.eventz_menu_login {
  display: none;
  /*&.eventz_menu_login_hidden { display:none; }*/

}
.user_menu_info {
  display: none;
}
.eventz_menu .btn-text,
.eventz_menu .only-resize {
  display: none;
}
.eventz_menu_sub {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 30px;
}
.eventz_menu_navbar {
  text-align: center;
}
.eventz_menu_navbar .icon {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 0;
}
.eventz_menu_navbar .badge {
  position: absolute;
  top: 0;
  right: -15px;
}
.eventz_menu_avatar {
  margin: 15px auto;
}
/* END MENU STYLES */
/* EVENTZ MENU MIXINS */
/* Width of whole menu when opend and content offset */
/* menu offset - set it to 0 to hide the menu completely*/
.eventz_menu {
  width: 250px;
  margin-left: -250px;
}
.eventz_menu_bg {
  width: 250px;
  margin-left: -250px;
}
.eventz_left {
  left: 0;
  background-color: #f5f5f5;
}
.eventz_right {
  right: 0;
}
.eventz_full {
  left: 0;
}
#eventz_detail_event {
  margin-top: 0;
}
.navbar-scroll-mobile .container-fluid {
  background-color: rgba(36, 42, 51, 0.9) !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#eventz-detail-share-mobile {
  display: none;
}
#eventz_search_paragraph {
  display: none;
}
.eventz_datepicker_container {
  display: none;
}
body.app_mode_0 {
  /*newsfeed*/

}
body.app_mode_0 #goto-eventzfeed,
body.app_mode_0 .footer {
  display: block;
}
body.app_mode_0 #mainsearch {
  display: none;
}
body.app_mode_0 .eventz_view_list {
  padding: 0;
}
body.app_mode_0 .gutter-one div[class*="col-"] {
  margin-bottom: 0px;
}
body.app_mode_0 .panel-listing {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
body.app_mode_0 .panel-listing figure,
body.app_mode_0 .panel-listing figcaption,
body.app_mode_0 .panel-listing img {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
body.app_mode_0 .wpf_slider_placeholder,
body.app_mode_0 #eventz_controls {
  height: 58vh !important;
}
body.app_mode_0 #eventz_view_1,
body.app_mode_0 #eventz_view_2,
body.app_mode_0 #eventz_view_3 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
body.app_mode_0 #eventz_controls_city_like {
  display: block;
  cursor: pointer;
}
body.app_mode_0 #eventz_controls_city_like:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body.app_mode_0 #eventz_controls_mode_icon {
  display: none;
}
@media only screen and (min-width: 769px) {
  body.app_mode_0 .navbar-inverse {
    background-color: transparent;
  }
  body.app_mode_0 .navbar-scroll {
    background-color: #4f87c6;
  }
  body.app_mode_0 .wpf_slider_placeholder,
  body.app_mode_0 #eventz_controls {
    height: 45vh !important;
  }
  body.app_mode_0 .eventz_view_list {
    padding-top: 15px;
  }
  body.app_mode_0 #eventz_search_filter_paragraph_stickywrapper {
    display: none;
  }
  body.app_mode_0 #eventz_right {
    display: none;
  }
  body.app_mode_0 .eventz_left {
    top: 0;
    width: 100%;
    padding-right: 50px;
  }
  body.app_mode_0 .eventz_left_inner {
    margin: 0px auto;
    max-width: 980px;
  }
  body.app_mode_0 #eventz_view_1 {
    width: 100% !important;
    margin: 0px auto;
    max-width: 980px;
  }
  body.app_mode_0 #eventz_controls_cityclick_btn {
    display: inline-block;
  }
}
body.app_mode_1 #eventz_search_paragraph {
  display: block;
}
body.app_mode_1 .eventz_datepicker_container {
  display: block;
}
/*events*/
body.app_mode_2 #eventz_search_paragraph {
  display: block;
}
body.app_mode_2 .eventz_datepicker_container {
  display: block;
}
/*places*/
body.app_mode_3 #eventz_search_paragraph {
  display: block;
}
body.app_mode_3 .eventz_datepicker_container {
  display: block;
}
/*offers*/
body.app_mode_4 #eventz_search_paragraph {
  display: block;
}
body.app_mode_4 .eventz_datepicker_container {
  display: block;
}
/*myevents*/
body.app_mode_5 #eventz_search_paragraph {
  display: block;
}
body.app_mode_5 .eventz_datepicker_container {
  display: block;
}
/*myoffers*/
#eventz_view_1,
#eventz_view_2,
#eventz_view_3 {
  width: 100%;
}
#goto-eventzfeed,
.footer {
  display: none;
}
body.eventz_menu_open #eventz_detail_ajax {
  padding-left: 250px;
}
body.eventz_menu_open .eventz_left {
  margin-left: 250px;
}
body.eventz_menu_open .eventz_right {
  padding-left: 250px;
}
body.eventz_menu_open #eventz_search_filter_paragraph_stickywrapper.sticky {
  left: 250px;
}
body.eventz_menu_open .eventz_menu {
  margin-left: 0px;
}
body.eventz_menu_open .eventz_menu .btn-text {
  display: inline-block;
}
body.eventz_menu_open .eventz_menu .only-resize {
  display: block;
}
body.eventz_menu_open .eventz_menu_navbar {
  text-align: left;
}
body.eventz_menu_open .eventz_menu_navbar .icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-right: 10px;
}
body.eventz_menu_open .eventz_menu_navbar .badge {
  position: relative;
  top: 0;
  right: 0;
}
body.eventz_menu_open .user_menu_info {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
body.eventz_menu_open .eventz_menu_login {
  display: block;
}
body.eventz_menu_open .eventz_menu_login.eventz_menu_login_hidden {
  display: none !important;
}
body.eventz_menu_open .eventz_menu_avatar {
  margin: 30px auto;
}
body.eventz_menu_open .eventz_menu_sub {
  display: block;
}
body.eventz_menu_open .eventz_menu_bg {
  margin-left: 0px;
}
body.eventz_menu_open .eventz_detail,
body.eventz_menu_open #eventz_full {
  margin-left: 250px;
}
body.eventz_menu_open #mainnavbar,
body.eventz_menu_open .navbar-footer {
  left: 250px;
}
@media only screen and (min-width: 769px) {
  
}
@media only screen and (max-width: 767px) {
  .eventz_full {
    position: fixed;
    overflow: hidden;
    top: 48px;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .eventz_full_inner {
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .eventz_left {
    bottom: 0px;
    top: 0px;
  }
  /*body { overflow:hidden; }
  body.eventz_menu_open { overflow:visible !important; }*/
}
/* desktop offset */
@media only screen and (min-width: 768px) {
  .eventz_menu {
    width: 50px;
    margin-left: 0;
    padding-top: 48px;
  }
  .eventz_menu_bg {
    width: 50px;
    margin-left: calc(-200px);
  }
  .eventz_left {
    left: 50px;
    bottom: 0;
    top: 48px;
  }
  .eventz_right {
    right: -50px;
    padding: 0 50px 0 0;
  }
  .eventz_full {
    position: absolute;
    right: 0;
  }
  .eventz_full_inner {
    margin-left: 50px;
  }
  body.eventz_menu_open .eventz_left {
    margin-left: calc(200px);
  }
  body.eventz_menu_open .eventz_right {
    padding-left: calc(200px);
  }
  body.eventz_menu_open .eventz_menu {
    margin-left: 0px;
    width: 250px;
  }
  body.eventz_menu_open .eventz_menu_bg {
    margin-left: 0px;
  }
  body.eventz_menu_open .eventz_detail,
  body.eventz_menu_open #eventz_full {
    margin-left: calc(200px);
  }
  body.eventz_menu_open .eventz_counter_notifications {
    top: 8px;
    right: 8px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/* EVENTZ MENU  */
#mainnavbar .nav-btn .icon {
  margin-top: -3px;
  margin-right: 5px;
}
#mainnavbar .nav-btn .badge {
  margin-left: 5px;
}
#eventz_menu_toggle {
  cursor: pointer;
}
.eventz_left {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  width: 60%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.eventz_left::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.eventz_left_inner {
  position: relative;
  overflow: hidden;
}
.eventz_right {
  position: fixed;
  overflow: hidden;
  top: 48px;
  bottom: 0;
  width: 40%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.eventz_right_inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#eventz_full {
  min-height: 100vh;
  color: #fff;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*margin-top:-48px; padding-top:48px;*/
}
#eventz_full_content {
  padding-top: 100px;
}
.eventz_menu {
  position: fixed;
  bottom: 0;
  top: 0;
  color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  background: #242b35;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.eventz_menu::-webkit-scrollbar {
  display: none;
  width: 0px;
  height: 0px;
}
.eventz_menu_inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.eventz_menu_bg {
  display: none;
  background: #242b35;
  position: fixed;
  z-index: -1;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*#eventz_detail_event				{ overflow-x:hidden; overflow-y:scroll; height:100%; width:100%;}*/
.eventz_map_toggle {
  display: none;
}
#eventz_detail {
  opacity: 0;
  height: 0;
  overflow: hidden;
  background: #ffffff;
  /*.scale(0.9);  .transition-all;*/
}
#eventz_detail_content {
  padding-left: 50px;
}
#eventz_detail_frame {
  height: 100%;
  position: fixed;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
/* = iframe */
#eventz_detail_ajax {
  width: auto;
  height: auto;
  background: #ffffff;
  padding: 0 0 0 50px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#eventz_detail_close_mobile {
  display: none;
}
body.detailmode #eventz_detail_ajax {
  display: block;
}
body.detailmode #eventz_detail,
body.detailmode #eventz_detail_content {
  display: block;
  height: auto;
  opacity: 1;
  z-index: 200;
  /*.scale(1);*/
}
body.detailmode #eventz_right,
body.detailmode #eventz_left {
  display: none;
}
body.detailmode .eventz_menu {
  z-index: 2;
}
body.detailmode .eventz_menu_bg {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body.detailmode #eventz-detail-share-mobile {
    display: inline-block;
  }
  body.detailmode #mainnavbar-sticky-wrapper .navbar-footer {
    display: none;
  }
  body.detailmode #eventz_menu_toggle {
    display: none !important;
  }
  body.detailmode #eventz_detail_close_mobile {
    display: block !important;
  }
  body.detailmode .eventz_listing_eventname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*margin:5px 15px;*/
  }
  body.detailmode #mainsearch,
  body.detailmode #goto-eventzfeed {
    display: none;
  }
}
body.fullmode #eventz_left,
body.fullmode #eventz_right {
  display: none;
}
body.fullmode #eventz_full {
  display: block;
  background: #242b35;
}
#eventz_loading {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #242b35;
  text-align: center;
  color: #8094b5;
}
#eventz_loading .avatar {
  margin-top: 150px;
}
#eventz_loading > div {
  width: 160px;
  position: relative;
  margin: 0px auto;
  margin-top: 150px;
}
#eventz_loading.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  #eventz_detail_ajax {
    padding: 0;
  }
  .eventz_right {
    display: none;
  }
  .eventz_left {
    width: 100%;
  }
  .eventz_map_toggle {
    display: block;
  }
  #eventz_right.eventz_mapview {
    width: 100%;
    display: block;
  }
  #eventz_left.eventz_mapview {
    display: none;
  }
  #eventz_detail_content {
    padding-left: 0px;
  }
}
/* Controls Stage */
#eventz_controls {
  /*position:relative;*/
  line-height: 1.1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#eventz_controls .caption-top,
#eventz_controls .caption-center,
#eventz_controls .caption-bottom {
  z-index: 100;
}
#eventz_controls .caption-bottom {
  right: auto;
}
#eventz_controls_date_selected {
  background: none;
  display: inline-block;
  width: 160px;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
}
#eventz_controls_date_selected:focus {
  background: rgba(0, 0, 0, 0.2);
}
#eventz_controls_city {
  cursor: pointer;
}
#eventz_controls_cityclick_btn {
  margin-top: 30px;
  display: none;
}
#eventz_controls_mytitle {
  display: none;
}
#eventz_controls_city_like {
  display: none;
}
#eventz_controls_mode_icon {
  display: block;
}
#eventz_calendar_frame {
  border-top: 1px solid #fff;
}
#eventz_calendar {
  display: table;
  width: 100%;
}
#eventz_calendar .day {
  text-align: center;
  font-weight: 400;
  display: table-cell;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#eventz_calendar .day_today {
  font-weight: 700;
  color: #fff;
  background: #ccc;
}
#eventz_calendar .day_selected {
  font-weight: 700;
  color: #fff;
  background: #4f87c6;
}
#eventz_calendar .day_weekend {
  font-weight: 700;
}
/* ### Filter ### */
#eventz_filter,
#eventz_my_filter {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#eventz_filter ul,
#eventz_my_filter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#eventz_filter ul li,
#eventz_my_filter ul li {
  display: inline-block;
  border: 1px solid #efefef;
  margin: 4px;
  padding: 4px;
  cursor: pointer;
}
#eventz_filter ul li.active,
#eventz_my_filter ul li.active {
  background: #333;
  color: #fff;
}
#eventz_filter.active {
  height: auto;
  padding: 20px;
}
#eventz_my_filter.active {
  height: auto;
  padding: 20px;
}
.navbar-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  background-color: #242b35;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar-footer ul {
  display: table;
  width: 100%;
  text-align: center;
  margin-top: 2px !important;
}
.navbar-footer li {
  display: table-cell;
}
.navbar-footer li .eventz_section_active i {
  color: #4f87c6;
}
/* ### List und Map Slider ### */
#eventz_view_outer {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.eventz_view_headline {
  display: none;
}
.eventz_view_loading_headline {
  margin-top: 20px;
}
#eventz_view_outer.visible,
#eventz_view_map_outer.visible {
  opacity: 1;
}
#eventz_view_1,
#eventz_view_2,
#eventz_view_3 {
  float: left;
  overflow-x: hidden;
}
#eventz_view_1 {
  min-height: 300px;
}
#eventz_view_2 {
  min-height: 300px;
}
#eventz_view_3 {
  min-height: 300px;
}
#eventz_view_1,
#eventz_view_2,
#eventz_view_3 {
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 0px;
}
@media only screen and (min-width: 769px) {
  #eventz_view_1,
  #eventz_view_2,
  #eventz_view_3 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
  }
}
#eventz_view_outer.active_view_1 {
  /*.translate(0, 0);*/
}
#eventz_view_outer.active_view_1 #eventz_view_2 {
  height: 0;
  overflow: hidden;
  display: none;
}
#eventz_view_outer.active_view_2 {
  /*.translate(-33.333331%, 0);*/
}
#eventz_view_outer.active_view_2 #eventz_view_1 {
  height: 0;
  overflow: hidden;
  display: none;
}
#eventz_view_outer.active_view_3 {
  /*.translate(-66.666661%, 0);*/
}
.eventz_view_list {
  padding: 1px 0px 50px 0px;
}
@media only screen and (min-width: 769px) {
  .eventz_view_list {
    padding: 50px 1px 80px 1px;
  }
}
.eventz_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: none;
}
/* EVENTZ USER MENU */
.eventz_menu_avatar {
  width: 100%;
  max-width: 120px;
  padding: 0 5px;
  position: relative;
}
.eventz_menu_avatar img {
  border: 2px solid #4d5c72;
}
.eventz_menu_avatar .eventz_counter_notifications {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.eventz_menu_navbar {
  float: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
.eventz_menu_navbar li {
  float: none !important;
}
.eventz_menu_navbar li > a,
.eventz_menu_navbar li > span {
  color: #ffffff;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.eventz_menu_navbar li > a:hover,
.eventz_menu_navbar li > span:hover {
  color: #8094b5;
  cursor: pointer;
}
.eventz_menu_navbar > li {
  border-bottom: 1px solid #4d5c72;
}
.eventz_menu_navbar > li:last-child {
  border-bottom: none;
}
.eventz_settings_navbar {
  float: none !important;
}
.eventz_settings_navbar li {
  float: none !important;
}
.eventz_settings_navbar li > a,
.eventz_settings_navbar li > span {
  color: #ffffff;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-block;
  width: 100%;
}
.eventz_settings_navbar li > a:hover,
.eventz_settings_navbar li > span:hover {
  color: #8094b5;
  cursor: pointer;
}
.eventz_settings_navbar > li {
  border-bottom: 1px solid #4d5c72;
}
.eventz_settings_navbar > li:last-child {
  border-bottom: none;
}
.eventz_settings-select_navbar {
  float: none !important;
}
.eventz_settings-select_navbar li {
  float: none !important;
}
.eventz_settings-select_navbar li > a,
.eventz_settings-select_navbar li > span,
.eventz_settings-select_navbar li > .checkbox {
  color: #ffffff;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-block;
  width: 100%;
}
.eventz_settings-select_navbar li > a:hover,
.eventz_settings-select_navbar li > span:hover,
.eventz_settings-select_navbar li > .checkbox:hover {
  color: #8094b5;
  cursor: pointer;
}
.eventz_settings-select_navbar li label {
  width: 100% !important;
  padding-left: 0px !important;
}
.eventz_settings-select_navbar li .checkbox {
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.eventz_settings-select_navbar li .radio input[type="radio"],
.eventz_settings-select_navbar li .radio-inline input[type="radio"],
.eventz_settings-select_navbar li .checkbox input[type="checkbox"],
.eventz_settings-select_navbar li .checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
  margin-top: 2px;
  position: absolute;
  right: 25px;
}
.eventz_settings-select_navbar > li {
  border-bottom: 1px solid #4d5c72;
}
.eventz_settings-select_navbar > li:last-child {
  border-bottom: none;
}
.form-group-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.form-group-list select {
  background-color: #242b35 !important;
}
/* END EVENTZ USER MENU*/
/* END MENU */
#eventz_header_paragraph {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  /*@media only screen and (max-width: 768px) {
		&.resized 			{
				#eventz_pic { max-height:180px; }
				figure 		{ position:inherit; }
		}
	}*/

}
#eventz_header_paragraph.resized {
  height: auto;
}
#eventz_header_paragraph.resized #eventz_pic {
  height: auto;
  min-height: 240px;
}
#eventz_header_paragraph.resized #eventz_pic figure {
  min-height: 240px;
}
@media only screen and (min-width: 769px) {
  #eventz_header_paragraph .eventz_header {
    padding-top: 48px;
  }
  #eventz_header_paragraph .eventz_pic_container {
    display: none;
  }
  #eventz_header_paragraph.resized {
    height: 428px;
  }
  #eventz_header_paragraph.resized .eventz_pic_full {
    display: none;
  }
  #eventz_header_paragraph.resized #eventz_pic {
    height: 340px;
    position: relative;
    z-index: 4;
    /*img { height:340px; }*/
  
  }
  #eventz_header_paragraph.resized #eventz_pic .eventz_pic_container {
    display: block;
    height: 340px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.eventz_header {
  background-color: #000000;
}
.eventz_header .btn-zero {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .eventz_header .container,
  .eventz_header .container-fluid {
    margin: 0;
    padding: 0;
  }
  .eventz_header .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .eventz_header div[class*='col-'] {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0;
  }
}
.eventz-header-icon {
  padding-bottom: 10px;
}
.eventz-header-icon .icon {
  font-size: 34px;
}
.eventz-header-toptitle {
  font-size: 20px;
}
.eventz-header-title {
  font-size: 30px;
}
.eventz-header-info {
  font-size: 12px;
}
@media only screen and (min-width: 980px) {
  .eventz-header-icon {
    padding-bottom: 10px;
  }
  .eventz-header-icon .icon {
    font-size: 48px;
  }
  .eventz-header-toptitle {
    font-size: 30px;
  }
  .eventz-header-title {
    font-size: 48px;
  }
  .eventz-header-info {
    font-size: 14px;
  }
}
.eventz_pic_big {
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* IE8 */
  width: auto !important;
}
#eventz_pic {
  height: auto;
}
#eventz_pic figcaption {
  z-index: 4;
}
#eventz_pic figcaption .caption-bottom {
  bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .eventz_options-panel {
    position: absolute;
    left: 0;
    right: 15px;
    top: -50px;
    z-index: 110;
  }
}
.eventz_options_sticky {
  background: #ffffff;
  padding: 5px;
}
.eventz_options_sticky .panel-body {
  padding-left: 10px;
  padding-right: 10px;
}
h2.eventz_listing_eventname {
  font-size: 21px;
}
@media only screen and (max-width: 481px) {
  h2.eventz_listing_eventname {
    font-size: 14px;
  }
}
/*.eventz_listing_location	{ max-height:20px; }*/
.eventz_listing_date {
  color: #8094b5;
}
.eventz_listing_date span {
  font-size: 12px;
}
.eventz_listing_date .icon {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .eventz_category {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .eventz_category {
    color: #9ca9bc;
  }
}
.eventz_direction {
  color: #8094b5;
}
.panel-map .eventz_direction {
  margin-top: 12px;
}
.caption-top .eventz_category {
  font-size: 20px;
  color: #ffffff;
}
.caption-top .eventz_category,
.caption-top .eventz_hot {
  padding: 0 15px;
}
.eventz_date {
  white-space: nowrap;
}
.eventz_date .icon {
  padding: 0px 15px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.eventz_date .eventz_countdown {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .eventz_date {
    background-color: #242b35;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: bold;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: -8px;
    margin-bottom: 5px;
  }
}
ul.eventz_detail_tabs_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
ul.eventz_detail_tabs_menu li {
  display: table-cell;
  font-size: 12px;
}
ul.eventz_detail_tabs_menu li .icon {
  font-size: 24px;
}
ul.eventz_detail_tabs_menu li .active {
  color: #4f87c6;
}
ul.eventz_detail_tabs_menu li .eventz_btn_icon {
  padding-bottom: 10px;
  position: relative;
}
ul.eventz_detail_tabs_menu li .eventz_btn_icon .badge {
  position: absolute;
  top: -8px;
}
@media only screen and (max-width: 767px) {
  ul.eventz_detail_tabs_menu li .eventz_btn_icon {
    padding-bottom: 0px;
  }
  ul.eventz_detail_tabs_menu li .eventz_btn_text {
    display: none;
  }
}
ul.eventz_attendants {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
ul.eventz_attendants li {
  display: table-cell;
}
ul.eventz_attendants .icon {
  margin-top: -3px;
}
#eventz_share {
  cursor: pointer;
}
#eventz_share_frame {
  display: none;
}
#eventz_share_frame.active {
  display: block;
  padding-top: 10px;
}
#eventz_share_frame_mobile {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 0;
  overflow: hidden;
}
#eventz_share_frame_mobile #eventz_share_frame_mobile_inner {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  padding: 20px;
  position: absolute;
  width: 100%;
  opacity: 0;
}
#eventz_share_frame_mobile.active {
  height: 100%;
  overflow: auto;
}
#eventz_share_frame_mobile.active #eventz_share_frame_mobile_inner {
  opacity: 1;
}
.eventz_gallery_pic {
  width: calc(49%);
  margin: 1px 1px;
  float: left;
}
.hashtag {
  padding: 10px 15px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* eventz_jump2city_history_dropdown_list */
#eventz_jump2city_history_dropdown_list li:first-child {
  margin-top: 15px;
}
#eventz_jump2city_history_dropdown_list li > span {
  padding: 15px;
  font-size: 16px;
  border-top: 1px solid #8094b5;
  width: 100%;
  display: table;
}
#eventz_jump2city_history_dropdown_list li > span:hover {
  cursor: pointer;
  color: #4f87c6;
}
/* end eventz_jump2city_history_dropdown_list */
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   LIGHTGALLERY
================================================== */
#lightGallery-outer {
  background-color: #242b35 !important;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
  background-color: #242b35 !important;
}
#lightGallery-Gallery .thumb_cont {
  background-color: #000000 !important;
}
#lightGallery-Gallery .close {
  color: #ffffff;
}
#lightGallery-Gallery .close:hover {
  color: #4f87c6;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   TIMELINE
================================================== */
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  background-color: #f1f1f1;
}
.timeline > li {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  float: right;
  position: relative;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  border: 7px solid #f1f1f1;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #4f87c6;
}
.timeline > li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading .head {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading .head.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .logo {
  padding: 30px;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image .head {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image .head {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 60px 20px 0px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image .head {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 0px 20px 60px;
  }
}
/* eventz filter togglelist */
@media (min-width: 768px) {
  #eventz_filter_add_paragraph {
    position: relative;
  }
}
.eventz_filter_toggle_btn {
  cursor: pointer;
}
.eventz_filter_toggle_btn:hover {
  color: #4f87c6;
}
.eventz_filter_toggle_stage {
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #ffffff;
}
.eventz_filter_toggle_stage .eventz_filter_toggle_list {
  max-height: 250px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.eventz_filter_toggle_stage ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #242b35;
  padding: 0 15px 0px 15px;
}
.eventz_filter_toggle_stage li {
  border-bottom: 1px solid #4d5c72;
}
.eventz_filter_toggle_stage li span {
  padding: 15px;
}
.eventz_filter_toggle_stage li > ul {
  padding: 0px;
}
.eventz_filter_toggle_stage li > ul li {
  padding-left: 15px;
}
.eventz_filter_toggle_stage li:last-child {
  border-bottom: none !important;
}
.eventz_filter_toggle_stage .label-text {
  margin-left: 15px;
}
.eventz_filter_toggle_stage.active {
  height: auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.eventz_filter_toggle_stage .eventz_filter_select,
.eventz_filter_toggle_stage .eventz_filter_subselect {
  display: block;
  cursor: pointer;
}
.eventz_filter_toggle_stage .eventz_filter_select .icon_zicon_ok_attend,
.eventz_filter_toggle_stage .eventz_filter_subselect .icon_zicon_ok_attend {
  display: none;
}
.eventz_filter_toggle_stage .eventz_filter_select.active .icon_zicon_ok_attend,
.eventz_filter_toggle_stage .eventz_filter_subselect.active .icon_zicon_ok_attend {
  display: inline-block;
}
@media (min-width: 768px) {
  .eventz_filter_toggle_stage {
    max-height: 340px;
    /*.eventz_filter_toggle_list { max-height:600px; overflow-y:auto; }
  	ul						{ list-style:none; padding:0; margin:0; background-color:@black; padding:0 15px 0px 15px; display:table;
  		> ul 				{ float:left; }
  	}
  	> li					{ padding: 15px; border-bottom:1px solid lighten(@black,20%); }
  	> li:last-child			{ border-bottom:none !important; }
  	li 						{ display:table-cell; }
  	.label-text				{ margin-left:15px; }
  	&.active				{ height:auto !important; .opacity(1); }
  
  	.eventz_filter_select, .eventz_filter_subselect { display:block; cursor:pointer;
  		.icon_zicon_ok_attend { display:none; }
  		&.active 				{ .icon_zicon_ok_attend { display:inline-block; } }
  	}*/
  
  }
}
/* Initial Login List */
.eventz_select_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*background-color:@black; padding:0 15px 0px 15px;*/
}
.eventz_select_list li {
  padding: 15px;
  border-bottom: 1px solid #4d5c72;
}
.eventz_select_list .eventz_filter_select,
.eventz_select_list .eventz_filter_subselect {
  display: block;
  cursor: pointer;
}
.eventz_select_list .eventz_filter_select .icon_zicon_ok_attend,
.eventz_select_list .eventz_filter_subselect .icon_zicon_ok_attend {
  display: none;
}
.eventz_select_list li:last-child {
  border-bottom: none !important;
}
.eventz_select_list .label-text {
  margin-left: 15px;
}
.eventz_select_list.active {
  height: auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
@media (min-width: 768px) {
  
}
.eventz_select_list .eventz_filter_select.active .icon_zicon_ok_attend,
.eventz_select_list .eventz_filter_subselect.active .icon_zicon_ok_attend {
  display: inline-block;
}
/* Credits List */
#eventz_credits_list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #242b35;
  padding: 0 15px 0px 15px;
}
#eventz_credits_list li {
  padding: 15px;
  border-bottom: 1px solid #4d5c72;
}
#eventz_credits_list li.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE8 */
}
#eventz_credits_list a {
  color: #ffffff;
}
#eventz_credits_list .list-icon {
  float: left;
  font-size: 32px;
  margin-right: 30px;
  line-height: 32px;
}
/* DATEPICKER */
.eventz_datepicker_container {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 100%;
  max-width: 120px;
  z-index: 999;
}
@media (min-width: 768px) {
  .eventz_datepicker_container {
    left: 15px;
  }
}
#eventz_datepicker {
  position: relative;
  cursor: pointer;
  border-width: 0px !important;
}
#eventz_controls_date {
  width: 250px;
  background-color: #242b35;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 */
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#eventz_controls_date.active {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
  height: auto;
  overflow: visible;
}
#eventz_controls_date.active .datepicker-inline {
  display: inline-block !important;
}
#eventz_controls_date.active .eventz_datepicker_buttons {
  display: block;
}
.eventz_datepicker_buttons {
  border-bottom: 1px solid #8094b5;
  width: 100%;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.eventz_datepicker_buttons .btn {
  color: #ffffff;
}
.eventz_datepicker_buttons .btn:hover {
  color: #4f87c6;
}
.eventz_datepicker_arrow {
  margin-left: 15px;
}
input#eventz_controls_date_selected {
  background-color: transparent !important;
  cursor: pointer;
}
.datepicker {
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #242b35;
  color: #ffffff;
  direction: ltr;
}
.datepicker-inline {
  width: 240px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: none /*inline-block*/;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: none /*inline-block*/;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 30px;
  height: 24px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: none;
}
.datepicker td.active,
.datepicker th.active {
  background-color: #4f87c6;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #4f87c6;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #8094b5;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #ffffff;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #4f87c6;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #8094b5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  color: #4f87c6;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #ffffff;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #ffffff;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch:hover {
  background-color: transparent !important;
  color: #4f87c6;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #4f87c6;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #8094b5;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/* Helper */
.cursor {
  cursor: pointer;
}
/* Login helper classes */
.show4account,
.nav .show4account,
.top-nav .show4account {
  display: none;
}
.login-opacity {
  opacity: 0.2;
  cursor: default;
}
.login-opacity.login-opacity-active {
  opacity: 1;
  cursor: pointer;
}
/* List Group */
.list-group li.selectable {
  cursor: pointer;
}
.list-group li.selected {
  font-weight: bold;
}
/* Notification */
.gutter-one .eventz_notification.col-xs-12 {
  margin-top: 0px !important;
  margin-bottom: 2px !important;
}
.gutter-one .eventz_notification.col-xs-12 .icon_zicon_cross {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* IE8 */
}
.gutter-one .eventz_notification.col-xs-12 .icon_zicon_cross:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.gutter-one .eventz_notification.col-xs-12 .panel-body {
  padding: 0;
  margin: 0;
}
.gutter-one .eventz_notification.col-xs-12 .eventz_notification_date {
  font-size: 9px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* IE8 */
  padding-bottom: 5px;
}
.gutter-one .eventz_notification.col-xs-12 h2 {
  margin: 0;
  padding: 0 0 0 0;
  font-size: 20px;
  font-weight: bold;
}
.gutter-one .eventz_notification.col-xs-12 hr {
  margin: 5px 0;
}
.gutter-one .eventz_notification div[class*="col-"] {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.eventz_notification_feed.col-xs-12 {
  margin-top: 0px !important;
  margin-bottom: 2px !important;
}
.eventz_notification_feed.col-xs-12 .icon_zicon_cross {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* IE8 */
}
.eventz_notification_feed.col-xs-12 .icon_zicon_cross:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE8 */
}
.eventz_notification_feed.col-xs-12 .panel-body {
  padding: 0;
  margin: 0;
}
.eventz_notification_feed.col-xs-12 .eventz_notification_date {
  font-size: 9px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* IE8 */
  padding-bottom: 5px;
}
.eventz_notification_feed.col-xs-12 h2 {
  margin: 0;
  padding: 0 0 0 0;
  font-size: 20px;
  font-weight: bold;
}
.eventz_notification_feed.col-xs-12 hr {
  margin: 5px 0;
}
.eventz_notification_feed div[class*="col-"] {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.eventz_read {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE8 */
}
/* Listing - load more */
.eventz_loadmore {
  display: none;
}
.eventz_view_loading {
  display: none;
  margin: 20px 0;
}
/* Modal window scrolling fix */
#wrapper .modal {
  overflow: auto !important;
}
/* Animate.css */
.animated_quick {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
}
/* Custom Collapse */
.eventz_collapse {
  max-height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.eventz_collapse.collapseActive {
  max-height: 5000px;
}
/* Bubble */
.eventz_speakbubble_hero .icon {
  font-size: 40px;
  color: #8094b5;
}
@media (min-width: 768px) {
  .eventz_speakbubble_hero .icon {
    font-size: 80px;
  }
}
.eventz_speakbubble {
  position: relative;
  border: 2px solid white;
  border-radius: 2px;
  background-color: white;
  font-size: 14px;
  padding: 10px;
}
.eventz_speakbubble:after,
.eventz_speakbubble:before {
  right: 100%;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.eventz_speakbubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 5px;
  margin-top: -5px;
}
.eventz_speakbubble:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 8px;
  margin-top: -8px;
}
/* Pluse */
.animated-modal {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes animated-modal-pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes animated-modal-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.animated-modal-pulse {
  -webkit-animation-name: animated-modal-pulse;
  animation-name: animated-modal-pulse;
}
/* Pluse Stäääiid off sii ard 2.0 */
.eventz_loading_pluse {
  background-color: #4f87c6;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8 */
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.eventz_loading_pluse_small {
  width: 128px;
  height: 128px;
  position: absolute;
  margin: 16px 0 0 16px;
  background-color: #4f87c6;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8 */
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.eventz_loading_pluse_middle {
  width: 144px;
  height: 144px;
  position: absolute;
  margin: 8px 0 0 8px;
  background-color: #4f87c6;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8 */
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.eventz_loading_pluse_big {
  width: 160px;
  height: 160px;
  background-color: #4f87c6;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8 */
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.eventz_loading_pluse_text {
  width: 120px;
  height: 120px;
  text-align: center;
  color: #fff;
  font-size: 14pt;
  font-weight: 700;
  margin: 20px 0 0 20px;
  background-color: #4f87c6;
  border-radius: 100%;
  z-index: 10;
  position: absolute;
  line-height: 120px;
  /*-webkit-animation: scaleout 2.0s infinite ease-in-out;
  animation: scaleout 2.0s infinite ease-in-out;*/

}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* LISTINGS */
.caption-bottom .eventz_listing_eventname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 15px;
}
#eventz_row_personal_offers h2,
#eventz_row_personal_events h2,
#eventz_row_personal_news h2,
#eventz_row_personal_offers h3,
#eventz_row_personal_events h3,
#eventz_row_personal_news h3 {
  opacity: 1;
}
#eventz_row_personal_offers .panel,
#eventz_row_personal_events .panel,
#eventz_row_personal_news .panel {
  margin: 10px;
}
#eventz_row_personal_offers blockquote,
#eventz_row_personal_events blockquote,
#eventz_row_personal_news blockquote {
  font-style: italic;
}
.wpf_eventz_listing {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpf_eventz_listing > div {
  width: 100%;
  display: flex;
}
.wpf_eventz_listing > div > div {
  width: 100%;
  display: flex;
}
.wpf_eventz_listing > div > div > div {
  width: 100%;
}
.wpf_eventz_listing .panel-body {
  padding: 15px;
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .wpf_eventz_listing {
    flex-direction: row;
  }
  .wpf_eventz_listing > div {
    width: 30%;
  }
}
.wpf_eventz_listing_50 {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.wpf_eventz_listing_50 ins {
  width: auto;
  display: flex;
  margin: auto;
}
.wpf_eventz_listing_50 > div {
  background-color: #fff;
  width: 100%;
  display: flex;
}
.wpf_eventz_listing_50 > div > div {
  width: 100%;
}
.wpf_eventz_listing_50 > div > div > div {
  width: 100%;
}
.wpf_eventz_listing_50 .panel-body {
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .wpf_eventz_listing_50 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wpf_eventz_listing_50 figure {
    /*min-height:370px;*/
  }
  .wpf_eventz_listing_50 > div {
    width: 48%;
    margin-bottom: 20px;
  }
  .wpf_eventz_listing_50 ins {
    width: 100%;
    max-width: 400px;
  }
}
#eventz_view_1_list {
  display: inline-block;
  width: 100%;
}
.wpf_eventz_adsbygoogle {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
}
.wpf_eventz_adsbygoogle_inner {
  width: 100%;
  text-align: center;
}
.wpf_cookie-alert {
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
}
.wpf_cookie-alert .media-cookie-alert,
.wpf_cookie-alert .inner {
  padding: 5px 10px;
}
.wpf_cookie-alert .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wpf_cookie-alert .footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.wpf_cookie-alert .footer .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#eventz_agb_content_holder section {
  padding: 10px 0px;
}
#eventz_agb_content_holder section .container {
  width: 100%;
}
.wpf_template_microsite #eventz_menu_toggle {
  position: fixed;
  left: 0;
  right: inherit;
  top: 0;
  height: 48px;
  width: 50px;
  z-index: 1061;
  text-align: center;
  display: flex;
}
.wpf_template_microsite #eventz_menu_toggle:hover {
  opacity: 1;
}
.wpf_template_microsite #eventz_menu_toggle .menu-nav {
  margin-left: 0px;
}
.wpf_template_microsite #eventz_detail_close_mobile {
  position: fixed;
  left: 0;
  right: inherit;
  top: 0;
  height: 48px;
  width: 50px;
  z-index: 1061;
  text-align: center;
}
.wpf_template_microsite .badge {
  display: inline-block;
  padding: 0px 8px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  background-color: #4f87c6;
  border-radius: 999px;
}
.wpf_template_microsite .eventz_menu_navbar > li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}
.wpf_template_microsite .eventz_menu_login a {
  background-color: #4f87c6;
  border-color: #4f87c6;
}
/* ///////////////////////////////// END ////////////////////////////////////////////////////////////////////////// */
/* ==================================================
   FLEXBOX
================================================== */
/* These are the conditional mixins for the different syntax for IE10 Flexbox*/
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row-wrap {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-col-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .flex-col-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-top-content {
  justify-content: flex-start;
}
.flex-center-content {
  justify-content: center;
}
.flex-bottom-content {
  justify-content: flex-end;
}
.flex-content-end {
  justify-content: flex-end;
}
.flex-content-space {
  justify-content: space-between;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-space-around {
  justify-content: space-around;
}
.flex-start-item {
  align-items: flex-start;
}
.flex-center-item {
  align-items: center;
}
.flex-end-item {
  align-items: flex-end;
}
.flex-grow {
  display: flex;
  flex: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
}
.flex-item {
  -webkit-flex: 1 auto;
  flex: 1 auto;
}
.flex-align-center {
  align-items: center;
}
.flex-full {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.flex-it {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.flex-it-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 2 1 0;
  -ms-flex: 2 1 0;
  flex: 2 1 0;
}
.flex-it-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 3 1 0;
  -ms-flex: 3 1 0;
  flex: 3 1 0;
}
.rowflex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*.flex-it 				{ -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }*/
.flex-grow-inherit {
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
  -moz-flex-grow: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
}
.row-flex {
  margin-left: 0px;
  margin-right: 0px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .row-flex > div[class*='col'],
  .row-flex > aside[class*='col'] {
    /*.flex; .flex-wrap;*/
  }
  .row-flex > div[class*='col'] .card,
  .row-flex > aside[class*='col'] .card,
  .row-flex > div[class*='col'] .post,
  .row-flex > aside[class*='col'] .post {
    /*.flex-it; .flex-col; .flex-content-space;*/
  }
}
@media (min-width: 992px) {
  .row-flex-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .row-flex-col > div[class*='col'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
  }
}
/* flex-helpers */
.flex-row-center-space {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.row-flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-col-space {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.flex-col-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
/* end flex-helpers*/
/*for Google Autocomplete */
.pac-container {
  z-index: 2000;
}
/* Premium Offers Subsciptions Models */
.eventz_premium_offer_teaser {
  position: relative;
}
.eventz_premium_offer_teaser .eventz_premium_offer_teaser_layer {
  display: none;
  padding: 10px;
  text-align: center;
}
.eventz_premium_offer_teaser.tease .eventz_premium_offer_teaser_layer {
  display: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.eventz_premium_offer_teaser.tease .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 900px;
  }
}
.eventz_subscriptions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .eventz_subscriptions .twice .eventz_subscription_panel .eventz_subscriptions_header:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #4f87c6;
    bottom: 0;
    left: 53%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (min-width: 769px) {
  .eventz_subscriptions .twice .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model {
    max-width: 50%;
    border-left: 1px solid white;
    border-right: 1px solid;
  }
  .eventz_subscriptions .twice .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model:first-child {
    border-left: 0;
  }
  .eventz_subscriptions .twice .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model:last-child {
    border-right: 0;
  }
}
.eventz_subscriptions .eventz_subscription {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 5px;
}
@media (min-width: 769px) {
  .eventz_subscriptions .eventz_subscription {
    width: 50%;
    max-width: 50%;
  }
  .eventz_subscriptions .eventz_subscription.twice {
    width: 66%;
    max-width: 66%;
  }
}
@media (min-width: 992px) {
  .eventz_subscriptions .eventz_subscription {
    width: 33%;
  }
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_header {
  padding: 10px;
  background-color: #4f87c6;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  min-height: 85px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_header .title {
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 769px) {
  .eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_header.desktop-none {
    display: none;
  }
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_header:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #4f87c6;
  bottom: 0;
  left: 20px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 769px) {
  .eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_header {
  margin-top: 10px;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  color: #333;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-weight: 600;
  padding: 40px 30px 0 30px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_price .currency {
  font-size: 30px;
  padding-right: 10px;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_price .price {
  font-size: 40px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_price .price span {
  font-size: 25px;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_price .price_hint {
  font-size: 20px;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_price.active {
  display: none;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_couponprice {
  display: none;
  position: relative;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: green;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_couponprice .coupon_hint {
  font-weight: 600;
  width: 100%;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_couponprice .original_price {
  width: 100%;
  text-decoration: line-through;
  color: grey;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_couponprice.activated {
  display: inherit;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_price_duration {
  padding: 10px;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_price_duration span {
  font-size: 12px;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_details {
  background-color: #eee;
  min-height: 170px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_features {
  padding: 10px 30px;
  text-align: left;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_features ul,
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_features li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_features li {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  padding-bottom: 10px;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_features li:before {
  position: absolute;
  content: '\e64f';
  font-family: 'icons';
  top: 0;
  left: 0;
  font-size: 20px;
  color: green;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_infos {
  padding: 0 10px;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_gotcoupon {
  padding: 10px 10px 20px 10px;
  color: #4f87c6;
  cursor: pointer;
  text-decoration: underline;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_gotcoupon:hover,
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_gotcoupon:focus,
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_gotcoupon:active {
  color: #4f87c6;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_buynow a {
  display: block;
  color: #ffffff;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_buynow a:hover,
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_buynow a:focus,
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_buynow a:active {
  color: #ffffff;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_buynow .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: normal;
}
.eventz_subscriptions .eventz_subscription .eventz_subscription_panel .eventz_subscriptions_price_models .eventz_subscriptions_price_model .eventz_subscriptions_buynow .btn i {
  font-size: 30px;
}
.eventz_subscriptions.eventz_subscriptions_justbutton .wpf_eventz_premium_showmodal {
  cursor: pointer;
}
.eventz_subscriptions.eventz_subscriptions_justbutton .eventz_subscriptions_header:before {
  display: none;
}
.eventz_subscriptions.eventz_subscriptions_justbutton .eventz_subscriptions_buynow {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.eventz_subscriptions.eventz_subscriptions_justbutton .eventz_subscriptions_buynow .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.wpf_eventz_premium_showmodal {
  white-space: normal;
}
.eventz_subscriptions_agb {
  text-align: center;
}
.eventz_subscriptions_agb a {
  text-decoration: underline;
}
@media (min-width: 480px) and (max-width: 769px) {
  .eventz_tabs_menu_wrapper {
    margin: 0 30px;
  }
}
.eventz_tabs_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #8094b5;
}
.eventz_tabs_menu li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 0;
}
.eventz_tabs_menu li a {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 769px) {
  .eventz_tabs_menu li a {
    max-width: 70px;
  }
}
.eventz_tabs_menu li a:hover,
.eventz_tabs_menu li a:focus,
.eventz_tabs_menu li a:active {
  border-color: transparent;
}
.eventz_tabs_menu li.active a,
.eventz_tabs_menu li.active a:hover,
.eventz_tabs_menu li.active a:focus,
.eventz_tabs_menu li.active a:active {
  color: white!important;
  background-color: black!important;
  border-color: transparent!important;
}
.eventz_tabs_content {
  padding: 0;
}
.eventz_tabs_content .tab-pane > div {
  border-bottom: 1px solid #8094b5;
  padding: 15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.eventz_tabs_content .tab-pane > div:last-child {
  border-bottom: 0;
}
.eventz_tabs_content .tab-pane > div .image {
  width: 100px;
  text-align: center;
}
.eventz_tabs_content .tab-pane > div .image .icon {
  font-size: 35px;
}
.eventz_tabs_content .tab-pane > div .name {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0 10px;
}
.eventz_tabs_content .tab-pane > div .name span {
  color: grey;
}
.eventz_tabs_content .tab-pane > div .action {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.eventz_tabs_content .tab-pane > div .link {
  padding: 0 0 5px 5px;
}
.eventz_tabs_content .tab-pane > div .btn-default {
  border-color: transparent;
  color: white;
}
.eventz_tabs_content .tab-pane > div .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
}
.wpf_eventz_mysubscriptions_template .owl-paragraph {
  max-width: 600px;
  margin: auto;
}
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-wrapper {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.wpf_eventz_mysubscriptions_template .owl-paragraph .eventz_subscription {
  margin: auto;
  height: 100%;
}
@media (min-width: 992px) {
  .wpf_eventz_mysubscriptions_template .owl-paragraph .eventz_subscription {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .wpf_eventz_mysubscriptions_template .owl-paragraph .eventz_subscription.twice {
    width: 66%;
  }
}
@media (min-width: 992px) {
  .wpf_eventz_mysubscriptions_template .owl-paragraph .eventz_subscription .eventz_subscriptions_price_models {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-carousel {
  padding-bottom: 30px;
}
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-pagination {
  right: inherit;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-pagination .owl-page span {
  background-color: white;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  border: 0;
  width: 10px;
  height: 10px;
  margin: 3px;
}
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-pagination .owl-page.active span {
  background-color: #4f87c6;
}
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-prev,
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-next {
  font-size: 15px;
  background-color: #4f87c6;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  padding: 2px 5px 4px 6px;
}
@media (max-width: 481px) {
  .wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-prev,
  .wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-next {
    bottom: -15px;
    top: inherit;
  }
}
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-prev:hover,
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-next:hover,
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-prev:focus,
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-next:focus,
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-prev:active,
.wpf_eventz_mysubscriptions_template .owl-paragraph .owl-controls .owl-next:active {
  color: #ffffff;
}
.modal.fullcontent .close {
  color: white;
}
.modal.fullcontent .container {
  padding: 0;
  margin: 0;
  width: 100%!important;
}
.modal.fullcontent .container .modal-dialog {
  margin: 0;
  width: 100%!important;
}
.modal.fullcontent .container .modal-dialog .modal-body {
  padding: 0;
}
.eventz_premium_passport_content {
  font-size: 18px;
  padding-bottom: 20px;
  background-color: #242b35;
  height: 100vh;
}
.eventz_premium_passport_content .eventz_premium_passport_content_header {
  border-bottom: 10px solid white;
  position: relative;
  padding: 20px 0 80px 0;
  background-color: #4f87c6;
}
@media (min-width: 769px) {
  .eventz_premium_passport_content .eventz_premium_passport_content_header {
    padding: 20px 0 100px 0;
  }
}
.eventz_premium_passport_content .eventz_premium_passport_content_header .eventz_premium_passport_content_logo img {
  max-height: 80px;
  width: auto;
}
@media (min-width: 769px) {
  .eventz_premium_passport_content .eventz_premium_passport_content_header .eventz_premium_passport_content_logo img {
    max-heigth: 100px;
  }
}
.eventz_premium_passport_content .eventz_premium_passport_content_header .eventz_premium_passport_content_avatar {
  position: absolute;
  bottom: 0;
  height: 130px;
  width: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  border: 10px solid white;
}
@media (min-width: 769px) {
  .eventz_premium_passport_content .eventz_premium_passport_content_header .eventz_premium_passport_content_avatar {
    height: 180px;
    width: 180px;
  }
}
.eventz_premium_passport_content .eventz_premium_passport_content_body {
  padding-top: 70px;
}
@media (min-width: 769px) {
  .eventz_premium_passport_content .eventz_premium_passport_content_body {
    padding-top: 100px;
  }
}
.eventz_premium_passport_content .eventz_premium_passport_content_body .eventz_premium_passport_content_subscription {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.eventz_premium_passport_content .eventz_premium_passport_content_body .eventz_premium_passport_content_period {
  margin-bottom: 20px;
}
.eventz_premium_passport_content .eventz_premium_passport_content_body .eventz_premium_passport_content_qrcode img {
  max-width: 130px;
}
@media (min-width: 769px) {
  .eventz_premium_passport_content .eventz_premium_passport_content_body .eventz_premium_passport_content_qrcode img {
    max-width: 180px;
  }
}
.eventz_listing_hover .wpf_eventz_premium_offer_badge {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.eventz_listing_hover .wpf_eventz_premium_offer_badge .icon {
  font-size: 30px;
  background-color: #4f87c6;
  border-radius: 99px;
}
.eventz_premium_offers_subscriptions_available_cities {
  text-transform: uppercase;
}
.btn-fixedprimary {
  color: #ffffff;
  background-color: #4f87c6;
  border-color: #4f87c6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn-fixedprimary:hover,
.btn-fixedprimary:focus,
.btn-fixedprimary:active {
  color: #ffffff;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section {
  margin-bottom: 100px;
  border-bottom: 1px solid;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section h1 {
  font-size: 23px;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section h1 {
    font-size: 28px;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section h2 {
  font-size: 18px;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section h2 {
    font-size: 23px;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container {
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container {
    width: 710px;
  }
}
@media (min-width: 992px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container {
    width: 990px;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title_avatar {
  text-align: center;
  max-width: 140px;
  padding-top: 20px;
  display: none;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title_avatar {
    display: block;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title_avatar .wpf_eventz_item_detail_new_title_avatar_name {
  padding: 0 10px;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title_avatar .wpf_eventz_item_detail_new_title_avatar_name h2 {
  font-size: inherit;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_name {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 20px 20px 0 20px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_name .wpf_eventz_item_detail_new_title_avatar {
  padding-top: 0;
  display: block;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_name .wpf_eventz_item_detail_new_title_avatar {
    display: none;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_name .wpf_eventz_item_detail_new_title_avatar .wpf_eventz_item_detail_new_title_avatar_img {
  max-width: 70px;
  margin: auto;
  padding-right: 10px;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_name .wpf_eventz_item_detail_new_title_name_info {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue {
  position: relative;
  width: 100%;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue {
    width: 300px;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .sticky-wrapper.is-sticky {
  margin-top: -45px;
  width: 300px;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .sticky-wrapper.is-sticky .wpf_eventz_item_detail_new_title_menue_container {
  margin-top: 0;
  margin-bottom: 0;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container {
    margin-top: -45px;
    width: 300px;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_date {
  background-color: #242b35;
  color: #ffffff;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_date .icon {
  padding: 0px 15px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_date .eventz_countdown {
  text-align: left;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_counter {
  padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options {
  padding: 5px;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div {
  background-color: #4f87c6;
  color: #ffffff;
  margin-bottom: 1px;
  padding: 10px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div:hover,
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div:active,
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div:focus {
  background-color: #376eab;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div.used {
  background-color: #5cb85c;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div.used:hover,
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div.used:active,
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div.used:focus {
  background-color: #449d44;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div > span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div > span .eventz_btn_icon {
  padding-right: 10px;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div > span .badge {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div > span .badge {
    color: #242b35;
    background: #ffffff;
    margin-left: 10px;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_menue .wpf_eventz_item_detail_new_title_menue_container .wpf_eventz_item_detail_new_title_menue_options > div > span .eventz_btn_text {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue {
  width: 100%;
  background-color: #242b35;
  color: #ffffff;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  bottom: 0;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue {
    position: absolute;
    background-color: inherit;
    color: inherit;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding-left: 20px;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content {
    margin-top: 0;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div {
  padding: 0 10px 10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div:hover,
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div:focus,
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div:active {
  color: #4f87c6;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div > span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 481px) and (max-width: 768px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div > span {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div > span .eventz_btn_icon {
  font-size: 24px;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div > span .badge {
  margin-top: -15px;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div > span .eventz_btn_text {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 12px;
  min-height: 35px;
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div > span .eventz_btn_text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content > div > span .eventz_btn_text {
    display: block;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content .wpf_eventz_item_detail_new_share_button {
  display: none;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_content .wpf_eventz_item_detail_new_share_button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_spacer {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_section .wpf_eventz_item_detail_new_section_container .wpf_eventz_item_detail_new_title_container .wpf_eventz_item_detail_new_title .wpf_eventz_item_detail_new_title_submenue .wpf_eventz_item_detail_new_title_submenue_spacer {
    width: 300px;
  }
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
  display: none;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box.active {
  display: inherit;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box .wpf_eventz_item_detail_new_share_outer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background: rgba(0, 0, 0, 0.5);
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box .wpf_eventz_item_detail_new_share_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 50px;
  z-index: 112;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box .wpf_eventz_item_detail_new_share_inner .wpf_eventz_item_detail_new_share_content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #4f87c6;
  padding: 20px;
  min-width: 320px;
  animation: littlescaler 5s infinite;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box .wpf_eventz_item_detail_new_share_inner .wpf_eventz_item_detail_new_share_content:hover,
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box .wpf_eventz_item_detail_new_share_inner .wpf_eventz_item_detail_new_share_content:focus,
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box .wpf_eventz_item_detail_new_share_inner .wpf_eventz_item_detail_new_share_content:active {
  animation: none;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box .wpf_eventz_item_detail_new_share_inner .wpf_eventz_item_detail_new_share_content .wpf_eventz_item_detail_new_share_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
.wpf_eventz_item_detail_new .wpf_eventz_item_detail_new_share_box .wpf_eventz_item_detail_new_share_inner .wpf_eventz_item_detail_new_share_content .wpf_eventz_item_detail_new_share_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
@keyframes 3dmove {
  0% {
    transform: perspective(320px) rotateY(0deg) scale(1);
  }
  33% {
    transform: perspective(320px) rotateY(29deg) scale(1.25);
  }
  66% {
    transform: perspective(320px) rotateY(-29deg) scale(1.5);
  }
  100% {
    transform: perspective(320px) rotateY(0deg) scale(1);
  }
}
@keyframes littlescaler {
  0%,
  80%,
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  40% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
.wpf_eventz_voting .caption-top {
  z-index: 8;
}
.pointer {
  cursor: pointer;
}