/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
[v-cloak] {
  display: none;
}
[v-cloak]::before {
  content: "loading…";
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

html,
body {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.modal-dialog {
  margin: 0px auto !important;
}
#chart-line {
  width: 100%;
  height: 500px;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Vue Modal Style
   ========================================================================== */

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.banners .event-image-card .e-img {
  border-radius: 1px !important;
}
.recommend {
  border: 0;
  border-radius: 0;
}
.recommend .card {
  border: 0;
}
.recommend .event-image-card .e-img {
  border-radius: 0 !important;
}
.iframe .navbar-light .navbar-nav .nav-link {
  color: black;
}

.iFrame .pl-1,
.iframe .px-1 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

/* ==========================================================================
   Iframe Style
   ========================================================================== */

.category-nav ul {
  flex-wrap: wrap;
}
.category-nav ul li {
  margin-bottom: 5px;
}

.iframe .bg-light {
  border-radius: 3px;

  background-color: rgba(248, 249, 250, 0.2) !important;
}
.iframe-header {
  border: 1px solid grey;
  padding-left: 10px;
  background: rgba(179, 179, 179, 0.45098039215686275);
  margin: 1px 0px 16px;
  border-radius: 4px;
}

.iframe-header .new-event-btn {
  padding: 10px;
  text-align: right;
  border-radius: 4px;
  line-height: 31px;
}
.iframe-header .events-btn {
  padding: 10px 0;
  text-align: left;
}
.iframe-header .events-btn a {
  border-radius: 3px;
  line-height: 30px;
}
.iframe-header .new-event-btn a {
  border-radius: 3px;
  line-height: 29px;
}
.iframe-header .ec-tickets {
  margin-top: 10px;
  width: 103%;
  margin-left: -4px;
  border-radius: 4px;
  line-height: 31px;
}
.iframe-header .calendar-btn {
  padding: 10px 0;
  line-height: 23px;
  width: 100%;
  border: none;
  visibility: visible;
  border-radius: 4px;
  line-height: 31px;
}
.iframe-header .calendar-btn .addeventatc {
  width: 107%;
  position: relative;
  left: -15px;
}
.iframe .navbar-light .navbar-toggler {
  border-color: #ffc107;
}
.iframe .navbar-light .navbar-toggler:focus {
  outline: 0;
}

.iframe .navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.png");
}

.iframe .event-page {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0;
}

.iframe .navbar-dark .navbar-nav .nav-link {
  border: none;
  border-radius: 3px;
  margin-right: 3px;
  padding: 5px;
  background: #ffc108;
  color: rgb(54, 52, 42);
}
.iframe .event-page .dropdown {
  display: inline;
}
.iframe .event-page .event-image-card.banner {
  height: 75px;
}
.iframe .event-page .event-image-card.banner div {
  padding: 9px 0px 0px;
  text-align: center;
}
.iframe .event-page .form-control {
  padding: 0.175rem 0.25rem;
}

.iframe .event-page .events-style {
  margin-top: 10px;
  margin-bottom: 26px !important;
}
.iframe .event-page .event-image-card .e-img {
  height: 140px;
}

.iframe .home-event-box .no-css-link .he-img {
  height: 160px;
}

.iframe .list-group-image {
  max-width: 100%;
  flex: auto;
}

.iframe .list-group-image .no-css-link .he-img {
  display: inline-block;
  margin: 6px 6px -2px;
  width: 22%;
  height: 100px;
}

.iframe .event-page .save-event-btn {
  text-align: center;
  padding: 0.75rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
}

/*
.iframe .list-group-image .he-body {
    display: inline-block;
    width: 67%;
}
*/

.iframe nav .btn-outline-warning {
  margin-right: 2px;
  margin-top: 2px;
  color: #000000;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.blue-link {
  color: #ffc107;
}

.blue-link:hover {
  color: #ffc107;
  text-decoration: none;
  opacity: 0.8;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}

.no-css-link {
  text-decoration: none;
}

.no-css-link:hover {
  text-decoration: none;
}

.light-h {
  font-weight: 300;
}

.black-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
  background: #45484d;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #45484d 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.modal-full {
  min-width: 100vw;
  margin: 0;
  overflow: auto;
}

.modal-full .modal-content {
  min-height: 100vh;
  border-radius: 0;
  border: 0;
}

.readonly-input {
  position: relative;
}

.readonly-input .form-control {
  background-color: #f5f5f5;
}

.readonly-input .form-control.not-read-only {
  background-color: white;
}

.readonly-input .form-control:focus {
  border: 1px solid #ced4da;
  outline: 0;
  box-shadow: none;
}

.readonly-input .form-control.not-read-only:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.readonly-input i {
  position: absolute;
  right: 5px;
  top: 5px;
  background: white;
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
}

.readonly-input i:hover {
  background: #ffc107;
}

.readonly-input .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

.readonly-input .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

.readonly-input .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

.readonly-input .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

/* ==========================================================================
   SIGN-IN-MODAL
   ========================================================================== */

#signInModal .modal-header {
  padding: 1rem;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#signInModal .sign-in-body {
  max-width: 300px;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

#signInModal .create-acc-body {
  max-width: 300px;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

#signInModal .si-logo {
  display: inline-block;
  background: black;
  color: #ffc107;
  font-size: 25px;
  padding: 10px 15px;
}

#signInModal .si-logo span {
  color: white;
}

#signInModal h1 {
  font-weight: 300;
  margin-bottom: 5px;
}

#signInModal .create-acc-body h1 {
  margin-top: 5px;
}

#signInModal .create-acc-body .main-f-icon {
  font-size: 30px;
}

#signInModal p {
  font-size: 13px;
  font-weight: 300;
}

#signInModal label {
  font-size: 14px;
  font-weight: 300;
}

#signInModal .create-acc-body .c-acc-pass-help {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
}

#signInModal .create-acc-body .c-acc-pass-help {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
  display: block;
}

#signInModal .create-acc-body hr {
  margin-bottom: 5px;
  border-top: 1px solid #ccc;
}

#signInModal .create-acc-body .text-privacy-c-acc {
  font-size: 12px;
  font-weight: 300;
}

#signInModal .form-control {
  margin-bottom: 1.5rem;
  border-radius: 0;
}

#signInModal .create-acc-body .form-control {
  margin-bottom: 0.5rem;
}

#signInModal .btn-warning {
  border-radius: 0;
}

#signInModal .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

#signInModal .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

#signInModal .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

#signInModal .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  font-size: 13px;
  font-weight: 300;
}

/* ==========================================================================
   PLAN
   ========================================================================== */

.m-pricing-table-4 {
  padding-bottom: 4rem;
}

.m-pricing-table-4 .m-pricing-table-4__top-title span {
  display: inline-block;
  background: black;
  padding: 10px;
  color: #ffc107;
  font-weight: 400;
}
.m-pricing-table-4 .m-pricing-table-4__top-title span > span {
  color: white;
  padding: 0;
}

.m-pricing-table-4 .m-pricing-table-4__top {
  background-color: #fff !important;
}

.m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed {
  width: 95%;
  margin: 0 auto;
}

.m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-header .m-pricing-table-4__top-title {
  padding-top: 1rem;
  margin-bottom: 2rem;
  text-align: right;
}

.m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-header .m-pricing-table-4__top-title > h1 {
  font-size: 2.3rem;
}

.m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-shadow: 0px 0px 10px #fbc00b;
}
.m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body {
  position: relative;
  top: 10px;
}

.m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-3__top-body {
  position: relative;
  top: -10px;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #e1f1ff;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item:last-child {
  border-right: none;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__icon
  > i {
  font-size: 5rem;
  margin-top: 3.6rem;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__subtitle {
  font-size: 1.64rem;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__features {
  font-size: 0.9rem;
  margin-top: 2.14rem;
  margin-bottom: 1.43rem;
  padding: 0 0.71rem 0 0.71rem;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__price {
  font-size: 3.2rem;
  font-weight: 600;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__label {
  font-size: 1.64rem;
  /* vertical-align: 43%; */
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__btn {
  margin-top: 1.43rem;
  margin-bottom: 3.6rem;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__btn
  .btn {
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__top-items-mobile
  .m-pricing-table-4__top-item-mobile {
  padding: 10px 0 10px 0;
}

.m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed {
  width: 80%;
  margin: 0 auto;
}

.m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items {
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

.m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items .m-pricing-table-4__bottom-item {
  display: table-cell;
  padding: 1.43rem 0 1.43rem 0;
  font-weight: 600;
}

.m-pricing-table-4
  .m-pricing-table-4__bottom
  .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed
  .m-pricing-table-4__bottom-items
  .m-pricing-table-4__bottom-item:first-child {
  width: 14.3rem;
  text-align: left;
  padding-left: 1.43rem;
  font-weight: 600;
}

.m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items:nth-child(odd) {
  background-color: #fafbff;
}

.m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-icon {
  position: relative !important;
  left: -10px !important;
}

.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current,
.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current:hover {
  background-color: #ffb822 !important;
}

.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i,
.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i:hover {
  color: #212529 !important;
}

.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
  background-color: #212529 !important;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #e6a10f !important;
}
#show-contact-org {
  background: rgba(247, 247, 247, 0.91) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#show-contact-info {
  background: rgba(247, 247, 247, 0.91) !important;
  text-align: center !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn-primary {
  color: #000 !important;
  background-color: #ffb822 !important;
  border-color: #e6a10f !important;
}

.btn-primary {
  color: #ffb822 !important;
  background-color: #ffffff !important;
  border-color: #e6a10f !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #000 !important;
  background-color: #ffb822 !important;
  border-color: #e6a10f !important;
}

.datepicker tbody tr > td.day.today {
  background: #fecb68 !important;
  color: #ffffff !important;
}

.form-control.focus,
.form-control:focus {
  border-color: #e6a10f !important;

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.mainNav .nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  text-align: center !important;
  display: none !important;
}

.m-pricing-table-4 .m-pricing-table-4__top {
  background-color: #fff !important;
}

.m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items {
  display: table !important;
  width: 100% !important;
  table-layout: fixed !important;
}
.create-event-form {
  padding-top: 0 !important;
}

@media (max-width: 1200px) {
  .m-wizard.m-wizard--4 .m-wizard__head {
    background: rgba(255, 182, 0, 0.27) !important;
    width: 80% !important;
    display: table !important;
    margin: 0 auto !important;
    border-radius: 7px !important;
    padding: 5px 0px 0px 0 !important;
  }
}
.fa-arrow-nav {
  background: #ffc126 !important;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed {
    width: 90%;
    margin: 0 auto;
  }
  .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed {
    width: 90%;
    margin: 0 auto;
  }
  .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body {
    width: 80%;
    margin: 0 auto;
    margin-top: -0.4rem;
  }
  .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items {
    box-shadow: none;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item {
    display: block;
    border-right: none;
    padding-bottom: 3.6rem;
    border-bottom: 1px solid #e1f1ff;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__features {
    padding: 0 0.71rem 0 0.71rem;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-items-mobile {
    display: block;
    margin: 0 auto;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-items-mobile
    .m-pricing-table-4__top-item-mobile {
    padding: 0.71rem 0 0.71rem 0;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-items-mobile
    .m-pricing-table-4__top-item-mobile
    > span:first-child {
    font-weight: 600;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-btn {
    margin-top: 2.86rem;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-btn
    .btn {
    padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  }
  .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed {
    display: none;
  }
}

@media (max-width: 768px) {
  .m-pricing-table-4 .m-pricing-table-4__top {
    background: none;
  }
  .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed {
    width: 100%;
    margin: 0 auto;
  }
  .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-header {
    background-color: #ffc107;
    padding-bottom: 21.43rem;
  }
  .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-header .m-pricing-table-4__top-title > h1 {
    font-size: 1.8rem;
  }
  .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body {
    width: 80%;
    margin: 0 auto;
    margin-top: -21.43rem;
  }
  .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items {
    box-shadow: none;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item {
    display: block;
    border-right: none;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e1f1ff;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__features {
    padding: 0 0.71rem 0 0.71rem;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-items-mobile {
    display: block;
    margin: 2.14rem auto;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-items-mobile
    .m-pricing-table-4__top-item-mobile {
    padding: 0.71rem 0 0.71rem 0;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-items-mobile
    .m-pricing-table-4__top-item-mobile
    > span:first-child {
    font-weight: 600;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-items-mobile
    .m-pricing-table-4__top-btn {
    margin-top: 2.86rem;
  }
  .m-pricing-table-4
    .m-pricing-table-4__top
    .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
    .m-pricing-table-4__top-body
    .m-pricing-table-4__top-items
    .m-pricing-table-4__top-item
    .m-pricing-table-4__top-items-mobile
    .m-pricing-table-4__top-btn
    .btn {
    padding: 0.8rem 3.6rem 0.8rem 3.6rem;
  }
  .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed {
    display: none;
  }
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item {
  background-color: white;
  margin-bottom: 30px;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__subtitle {
  color: #000000;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__features {
  color: #898b96;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__price {
  color: #000000;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__label {
  color: #9699a2;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__top-items-mobile
  .m-pricing-table-4__top-item-mobile {
  color: #9699a2;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__top-items-mobile
  .m-pricing-table-4__top-item-mobile
  > span:first-child {
  color: #575962;
}

.m-pricing-table-4
  .m-pricing-table-4__top
  .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed
  .m-pricing-table-4__top-body
  .m-pricing-table-4__top-items
  .m-pricing-table-4__top-item
  .m-pricing-table-4__top-items-mobile
  .m-pricing-table-4__top-item-mobile:nth-child(odd) {
  background-color: #fafbff;
}

.m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items .m-pricing-table-4__bottom-item {
  color: #a4a6ae;
}

.m-pricing-table-4
  .m-pricing-table-4__bottom
  .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed
  .m-pricing-table-4__bottom-items
  .m-pricing-table-4__bottom-item:first-child {
  color: #000000;
}

.m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items:nth-child(odd) {
  background-color: #fafbff;
}

/* ==========================================================================
   PLANS NEW
   ========================================================================== */
.plans-wrapper {
  background-color: #ffc107;
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0rem -0.3rem 5.07rem -0.29rem #fbc00b;
  margin-bottom: 100px;
}

.plan-title span {
  display: inline-block;
  background: black;
  padding: 10px;
  color: #ffc107;
  font-weight: 400;
}

.plan-title {
  display: inline-block;
  margin-bottom: 30px;
}

.plan-title span > span {
  color: white;
  padding: 0;
}

.plan-box {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.discount-price-info-new {
  font-size: 20px;
  position: absolute;
  top: -22px;
  right: 15px;
  background-color: white;
  border: 2px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.plan-body {
  border-top: 1px solid #d0d0d0;
  padding-top: 15px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
}

.plan-description {
  color: #898b96;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.plan-price {
  display: inline-block;
  margin-bottom: 25px;
  background-color: #ffc107;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
}

.plan-price h4 {
  margin-bottom: 0;
}

.plan-price span {
  color: white;
  font-size: 80%;
}

.credit-plan {
  min-height: 24px;
  margin-bottom: 1rem;
}

.btn-plan-read {
  display: block;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffc107;
  border-radius: 30px;
  border: 2px solid #ffc107;
}
.btn-plan-read:hover,
.btn-plan-read:focus {
  background-color: white;
  border: 2px solid #ffc107;
}

.btn-plan-purchase {
  display: block;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border-radius: 30px;
  border: 2px solid #ffc107;
}

a.btn-plan-purchase {
  color: black !important;
  text-decoration: none !important;
}

.btn-plan-purchase:hover,
.btn-plan-purchase:focus {
  background-color: #ffc107;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

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

.plan-modal .modal-body {
  text-align: center;
}

.plan-modal .modal-body p {
  color: #898b96;
  font-size: 14px;
  line-height: 1.5;
  max-width: 300px;
  margin: 0px auto;
  margin-bottom: 25px;
}

.plan-modal .modal-body h4 {
  display: inline-block;
  margin-bottom: 25px;
  background-color: #ffc107;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
}

.plan-modal .modal-body h4 span {
  color: white;
  font-size: 80%;
}

.plan-modal .modal-body ul li {
  padding: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}
.plan-modal .modal-body ul li:nth-child(odd) {
  background-color: #ffc10726;
}

.plan-modal .btn-plan-purchase {
  width: auto;
}

@media (max-width: 1199.98px) {
  .plan-box .btn-plan-read {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .plans-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  .plan-title h1 {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */

.mainNav.navbar {
  padding: 0rem 1rem;
  background: black;
}

.mainNav.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.svg");
}

.mainNav.navbar-light .navbar-toggler {
  border: none;
  outline: 0;
}

.mainNav .nav-link {
  display: block;
  padding: 1rem 1rem;
  color: white;
}

.mainNav.navbar-light .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  border-left: 1px solid #ffc107;
  font-weight: 500;
}
.mainNav.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ffc107;
}

.mainNav.navbar-light .navbar-nav .nav-link:focus,
.mainNav.navbar-light .navbar-nav .nav-link:hover {
  color: #ffc107;
  outline: 0;
}

.mainNav.navbar-light .navbar-nav .nav-link.blue-link {
  color: #ffc107;
  font-weight: 500;
}

.mainNav.navbar-light .navbar-nav .nav-link.blue-link:hover {
  color: white;
}

.mainNav.navbar-light .navbar-brand {
  color: #ffc107;
}

.mainNav.navbar-light .navbar-brand span {
  color: white;
  position: relative;
  top: -33px;
  right: 68px;
}

.mainNav .dropdown-toggle::after {
  display: none;
}

.mainNav .dropdown-menu {
  left: initial;
  right: 0;
  margin: 1px 0px;
  padding: 0;
  font-size: 15px;
  color: black;
  border: none;
  border-radius: 0;
  outline: none;
  background: rgba(241, 182, 7, 0.8);
}

.mainNav .dropdown-item {
  padding: 16px 20px;
  font-size: 15px;
  color: black;
}

.mainNav .dropdown-item:focus,
.mainNav .dropdown-item:hover {
  color: black;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
}

.mainNav .nav-item i {
  font-size: 18px;
  margin-left: 5px;
  vertical-align: middle;
}

.mainNav .dropdown-item.blue-link {
  color: white;
}

.mainNav .dropdown-item.blue-link:hover {
  color: black;
}

.mainNav .dropdown-item.active,
.mainNav .dropdown-item:active {
  color: rgba(0, 0, 0, 0.7);
  background-color: #f8f9fa;
}

.mainNav .dropdown-divider {
  margin: 0;
  border-top: 1px solid black;
}

@media (min-width: 992px) {
  .mainNav.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mainNav .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .mainNav.navbar {
    padding: 1rem 1rem;
  }
  .mainNav.navbar-light .navbar-nav .nav-link {
    border-left: none;
  }
  .mainNav .navbar-nav {
    text-align: center;
  }
  .mainNav .dropdown-menu {
    outline: none;
    text-align: center;
    border-top: 1px solid #d2d6df;
    border-bottom: 1px solid #d2d6df;
  }
}

/* ==========================================================================
   HOME PAGE
   ========================================================================== */

.home-page {
  background: white;
}

/* ==========================================================================
   HOME CAROUSEL
   ========================================================================== */

.home-slider-img-holder {
  height: 36vw;
  max-height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-transition: height 0.5s ease-in;
  -moz-transition: height 0.5s ease-in;
  transition: height 0.5s ease-in;
}

.home-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgba(241, 182, 7, 0.8);
}

/* ==========================================================================
   EVENT FILTER
   ========================================================================== */

.home-filter-container {
  position: relative;
  margin-top: -100px;
}

.home-filter-box {
  background-color: rgba(18, 18, 18, 0.8);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-top: 5px solid rgba(241, 182, 7, 0.8);
  border-top-left-radius: 135px;
  z-index: 9;
  position: relative;
}

.inner-hbf {
  width: 100%;
  padding: 15px;
  background: #0c0c0c;
}

.inner-hbf h1 {
  max-width: 780px;
  margin: 0px auto;
  color: #ffc107;
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
}

.inner-hbf .form-control,
.inner-hbf .custom-select {
  border-radius: 0;
  outline: 0;
  border: 0;
  height: 38px;
  border-right: 0.5px solid black;
}

.inner-hbf .btn-outline-warning {
  border-radius: 0;
}

.inner-hbf .form-control:focus,
.custom-select:focus,
#pf-label-filed:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ffc107;
  outline: 0;
  box-shadow: none;
}

.place-field-label {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 3;
}

.inner-hbf .form-group {
  margin-bottom: 0;
}

#pf-label-filed {
  max-width: 300px;
  display: inline-block;
}

.inner-hbf .row {
  margin-bottom: -15px;
}

.inner-hbf .row [class*="col"] {
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .home-filter-box {
    text-align: center;
  }
  .home-filter-container {
    margin-top: -50px;
  }
}

@media (max-width: 767.98px) {
  .home-filter-container {
    margin-top: inherit;
  }
  .home-filter-box {
    border-top-left-radius: 0;
  }
}

@media (max-width: 450px) {
  .home-filter-box {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .inner-hbf h1 {
    font-size: 1.7rem;
  }
}

/* ==========================================================================
   HOME EVENTS
========================================================================== */

.home-event-box {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: box-shadow 0.2s cubic-bezier(0, 0.2, 0.4, 0.7);
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

.no-css-link .he-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 200px;
  position: relative;
  background-color: black;
}

.no-css-link:hover .he-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.he-label {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: black;
  z-index: 99;
}

.he-body {
  padding: 5px 15px;
}

.he-date {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  color: #e9e9e9;
  font-size: 12px;
  line-height: 18px;
  height: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 0 0;
  font-weight: 300;
  margin-bottom: 5px;
  color: #ffb000;
}

.he-name {
  display: block;
  display: -webkit-box;
  max-height: 38px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 15px;
  line-height: 19px;
  max-height: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0;
  height: 2.5em;
}

.he-location {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #e9e9e9;
  font-size: 13px;
  line-height: 18px;
  height: 2em;
  padding: 5px 0 0;
  font-weight: 300;
  margin-bottom: 0;
}

.he-footer {
  position: relative;
  max-height: 3em;
  line-height: 40px;
  padding-right: 80px;
  border-top: 1px solid #eff2f5;
  padding-left: 15px;
}

.he-tags {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.he-tags a {
  color: white;
  font-size: 13px;
  margin-right: 10px;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 300;
}

.he-tags a:hover {
  color: #ffc107;
  text-decoration: none;
}

.footer-he-icons {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 38px;
}

.footer-he-icons a {
  display: inline-block;
  color: #ffc107;
  font-size: 20px;
  line-height: 45px;
  width: 40px;
  height: 40px;
  border-left: 1px solid #eff2f5;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

.footer-he-icons a:hover {
  color: white;
  text-decoration: none;
}

/* ==========================================================================
   HOME CATEGORIES
========================================================================== */

.home-categories .black-bg {
  padding-bottom: 30px;
}

.home-category-swiper.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-category-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  position: relative;
}

.home-category-swiper .swiper-slide h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-weight: 500;
  font-size: 1.8rem;
  text-shadow: 1px 1px black;
}

.home-category-swiper .swiper-slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.home-category-swiper .swiper-slide a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.home-category-swiper {
  padding-bottom: 50px;
}

.home-category-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.4;
}

.home-category-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffc107;
}

/* ==========================================================================
   CREATE EVENT
========================================================================== */

.create-event-header {
  border-bottom: 3px solid #ffc107;
}

.create-event-header h1 {
  font-weight: 300;
}

.create-event-header .btn {
  margin-left: 10px;
  border-radius: 0;
}

.create-event-form {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
  margin-bottom: 50px;
}

.ce-form-step {
  border-bottom: 1px solid black;
}

.step-title {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  margin-left: 10px;
  line-height: 36px;
  font-weight: 300;
}

.step-number {
  display: inline-block;
  background: #ffc107;
  font-size: 1.5rem;
  width: 36px;
  text-align: center;
}

.create-event-form .form-group {
  margin-bottom: 1.5rem;
}

.create-event-form label {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.create-event-form .form-control {
  border-radius: 0px;
}

.create-event-form .label-buffer {
  height: 32px;
}

.create-event-form .text-help {
  font-size: 12px;
  color: #777;
}

.socialCaCollapse {
  padding-top: 15px;
}

.socialCaCollapse .form-group {
  margin-bottom: 10px;
}
/* ==========================================================================
PROMOTERS
========================================================================== */
.promoters-wraper {
  padding-top: 80px;
  padding-bottom: 100px;
}

.video-wrap {
  margin-bottom: 40px;
}

.promoters-desc {
  line-height: 22px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
}

.promoters-aside {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

.btn-promote {
  width: 100%;
  text-transform: uppercase;
  background-color: #ffc107;
  color: black;
  border-radius: 0;
  margin-bottom: 20px;
  border: 2px solid transparent;
}

.btn-promote:hover,
.btn-promote:focus {
  background-color: white;
  border: 2px solid #ffc107;
  text-decoration: none;
  color: black;
  box-shadow: 0 0 0 0.2rem #ffc1071f;
}

.how-it-work-section {
  border: 2px solid #ffc107;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.how-it-work-section h4 {
  display: inline-block;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.how-it-work-section p {
  margin-bottom: 5px;
}

.promoters-modal .modal-content {
  border-radius: 0;
  border: 2px solid #ffc107;
}

.promoters-modal .modal-body p {
  margin-bottom: 5px;
}

.testimonial-box {
  height: 100%;
}

.snip1359 {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color: #1e1e1e;
  padding-top: 120px;
  height: 100%;
}
.snip1359 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1359 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1359 figcaption {
  width: 100%;
  background-color: #141414;
  padding: 25px;
  position: relative;
  height: 100%;
}
.snip1359 figcaption:before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #141414;
}
.snip1359 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.snip1359 h3 {
  font-size: 1.3em;
  margin: 25px;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.snip1359 h3 span {
  display: block;
  font-size: 0.65em;
  color: #ffc107;
}
.snip1359 blockquote {
  margin: 0 0 10px;
  padding: 0 0 30px;
  letter-spacing: 1px;
  opacity: 0.8;
  font-style: italic;
  font-weight: 300;
}
.snip1359 blockquote:after {
  font-family: "FontAwesome";
  content: "\201C";
  position: absolute;
  font-size: 180px;
  line-height: 1em;
  color: #212121;
  font-style: normal;
  content: "\201D";
  right: 20px;
  bottom: -105px;
}

@media (min-width: 992px) {
  .mobile-promote-btns {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .promoters-wraper {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .testimonials .col-md-6 {
    margin-bottom: 20px;
  }
  .promoters-aside {
    display: none;
  }
  .mobile-promote-btns {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
  }
}

@media (max-width: 430px) {
  .mobile-promote-btns .btn-promote {
    font-size: 0.6rem;
  }
}

/* ==========================================================================
EVENT
========================================================================== */
.event-page {
  padding-top: 100px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 50px;
}

.event-page .event-title {
  margin-bottom: 15px;
}

.event-page .event-title h1 {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.event-page .event-title a {
  color: #ffc107;
}

.event-page .event-title p {
  margin-bottom: 0;
  font-size: 14px;
}
.event-page .card-header {
  font-weight: 400;
  background-color: rgb(255, 193, 7);
}

.event-page .table-single-event {
  font-weight: 400;
}
.event-page .event-share-section {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  padding: 1.25rem;
}
.event-page .event-share-section p {
  margin-bottom: 0;
}

.event-page .event-details {
  padding: 0 !important;
  font-weight: 400;
}

.event-page .event-image-card {
  margin-bottom: 0;
  border: none;
  /* min-width: 258px; */
}

.event-page .event-image-card .e-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
  background-size: contain;
  /* background-size: cover; */
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 180px;
  /* min-width: 256px; */
  position: relative;
  border-radius: 3px;
}
.event-title h5 {
  overflow-wrap: break-word;
}

.btn {
  border-radius: 3px !important;
}

.mj-embedded-content {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 4px !important;
}

.event-page .banners .event-image-card .e-img {
  margin-top: 12px;
  background-size: contain;
  border-radius: 3px !important;
  height: 100px;
}

.event-page .banners {
  border: none;
  background: transparent;
}

.event-page .event-image-card .e-img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.event-page .save-event-btn {
  text-align: center;
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
}

.event-page #show-contact-info {
  margin-top: 0px !important;
  border-radius: 0;
}

.event-page .recommend .save-event-btn {
  margin-bottom: 0;
}

.event-page .save-event-btn {
  text-align: center;
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1rem;
}

.event-page .event-place {
  font-weight: 400;
  margin-bottom: 1rem;
}
.event-page .event-place p {
  margin-bottom: 0;
}

.event-page .event-organizer {
  font-weight: 400;
}
.event-page .event-organizer a {
  color: #ffc107;
}
.event-page .event-organizer p {
  margin-bottom: 0;
}
.event-page .event-organizer ul {
  list-style: none;
  margin-left: -40px;
}

.event-page .event-contacts-link i {
  color: black;
  margin-right: 5px;
}

.event-page .event-contacts-link {
  font-size: 15px;
}

@media (max-width: 991.98px) {
  .event-page {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .event-page {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .event-page {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   FOOTER
========================================================================== */

.page-footer h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-col p {
  line-height: 22px;
  margin-bottom: 1rem;
  color: #777;
  font-size: 14px;
  max-width: 300px;
}

.page-footer ul.social-links {
  float: none;
  clear: none;
  width: auto;
}

.page-footer ul.social-links i {
  display: block;
  height: 39px;
  width: 39px;
  line-height: 39px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  transition: 0.3s ease;
  margin: 0 10px 10px 0;
  background: #333;
}

.page-footer ul.social-links a:hover i {
  box-shadow: none;
  background: #ffc107;
}

.page-footer ul.social-links a:hover {
  text-decoration: none;
}

.footer-about,
.footer-store {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 27px;
  margin-bottom: 40px;
}

ul.social-links.position-footer {
  text-align: left;
}

ul.social-links {
  float: left;
  clear: both;
  width: 100%;
  padding: 0 !important;
  text-align: left;
  list-style: none;
}

ul.social-links li {
  display: inline-block;
}

.ul-footer-list {
  list-style: none;
  margin-left: -40px;
  line-height: 22px;
  margin-bottom: 1rem;
  color: #777;
  font-size: 14px;
}

.ul-footer-list li {
  padding: 5px 0;
}

.ul-footer-list li a {
  color: #777;
}

.ul-footer-list li a:hover {
  color: #ffc107;
  text-decoration: none;
}

.ul-footer-list li i {
  font-size: 16px;
  color: #272727;
  min-width: 27px;
}

.footer-news-letter p {
  line-height: 22px;
  color: #777;
  font-size: 14px;
  max-width: 300px;
}

.footer-news-letter .form-control {
  border-radius: 0px;
  background-color: #f5f5f5;
}

.footer-news-letter .btn {
  border-radius: 0px;
}

.footer-news-letter .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  font-size: 13px;
}

.footer-news-letter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  font-size: 13px;
}

.footer-news-letter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  font-size: 13px;
}

.footer-news-letter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  font-size: 13px;
}

.p-left-none {
  padding-left: 0 !important;
}
.p-right-none {
  padding-right: 0 !important;
}

.text-brand-w {
  color: #ffc107;
}
.bg-black {
  background: #000000 !important;
}

#chartdiv {
  width: 100%;
  height: 500px;
  font-size: 11px;
}

.amcharts-pie-slice {
  transform: scale(1);
  transform-origin: 50% 50%;
  transition-duration: 0.3s;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  cursor: pointer;
  box-shadow: 0 0 30px 0 #000;
}

.amcharts-pie-slice:hover {
  transform: scale(1.1);
  filter: url(#shadow);
}

@media (max-width: 575.98px) {
  .footer-news-letter .btn {
    display: block;
    width: 100%;
  }
  .footer-col p {
    max-width: 100%;
  }
}

.ctk-date-time-picker .field .field-input {
  border-radius: 0px !important;
  height: 38px !important;
  min-height: 35px !important;
}
@media (min-width: 770px) {
  .ctk-date-time-picker .flex-direction-column {
    right: 186px;
  }
}

@media (max-width: 470px) {
  .iframe-header .calendar-btn .addeventatc {
    width: 122%;
    position: relative;
    left: -15px;
    padding-left: 9px;
    text-align: center;
  }
  .addeventatc .addeventatc_icon {
    display: none;
  }
}

.ctk-date-time-picker .datepicker-header {
  background: #815a00 !important;
}

.no-events-header {
  background: #17150f;
  padding: 20px;
  text-align: center;
  color: #ffb600;
}

.a2a_dd > .a2a_svg {
  background: transparent;
  display: none !important;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 32px;
}
.nav-btn {
  background: transparent;
  border: none;
  line-height: 20px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.top {
  font-size: 50%;
  position: absolute;
}
/*
 .cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top:46%;
}
.cross::before {
    border-bottom: 4px solid grey;
     -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
 }  */

.cross {
  text-decoration: line-through;
}

.discount-price-info {
  font-size: 27px;
  /* height: 30px; */
}

.m-loader.m-loader--light:before {
  border-top-color: #ffffff;
}

.m-loader {
  position: relative;
}
.m-loader:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: m-loader-rotate 0.6s linear infinite;
  -moz-animation: m-loader-rotate 0.6s linear infinite;
  -ms-animation: m-loader-rotate 0.6s linear infinite;
  -o-animation: m-loader-rotate 0.6s linear infinite;
  animation: m-loader-rotate 0.6s linear infinite;
}
.m-loader:before {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  margin-left: -0.7rem;
  border-top-width: 2px;
  border-right-width: 2px;
}
.m-loader.m-loader--lg:before {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-top-width: 3px;
  border-right-width: 3px;
}
.m-loader.m-loader--sm:before {
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  border-top-width: 1px;
  border-right-width: 1px;
}
.m-loader.m-loader--right:before {
  left: auto;
  right: 0.7rem;
}
.m-loader.m-loader--right.m-loader--lg:before {
  right: 1rem;
}
.m-loader.m-loader--right.m-loader--sm:before {
  right: 0.5rem;
}
.m-loader.m-loader--right.btn {
  padding-right: 3.35rem;
}
.m-loader.m-loader--right.btn.m-loader--lg {
  padding-right: 4.75rem;
}
.m-loader.m-loader--right.btn.m-loader--sm {
  padding-right: 2.25rem;
}
.m-loader.m-loader--left:before {
  left: 1.4rem;
}
.m-loader.m-loader--left.m-loader--lg:before {
  left: 2rem;
}
.m-loader.m-loader--left.m-loader--sm:before {
  left: 1rem;
}
.m-loader.m-loader--left.btn {
  padding-left: 3.35rem;
}
.m-loader.m-loader--left.btn.m-loader--lg {
  padding-left: 4.75rem;
}
.m-loader.m-loader--left.btn.m-loader--sm {
  padding-left: 2.25rem;
}

@-webkit-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes m-loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

.m-loader:before {
  border-top-color: #dfe2ea;
}

.m-loader.m-loader--skin-dark:before {
  border-top-color: #acafba;
}

.m-loader.m-loader--brand:before {
  border-top-color: #716aca;
}

.m-loader.m-loader--metal:before {
  border-top-color: #c4c5d6;
}

.m-loader.m-loader--light:before {
  border-top-color: #ffffff;
}

.m-loader.m-loader--accent:before {
  border-top-color: #00c5dc;
}

.m-loader.m-loader--focus:before {
  border-top-color: #9816f4;
}

.m-loader.m-loader--primary:before {
  border-top-color: #5867dd;
}

.m-loader.m-loader--success:before {
  border-top-color: #34bfa3;
}

.m-loader.m-loader--info:before {
  border-top-color: #36a3f7;
}

.m-loader.m-loader--warning:before {
  border-top-color: #ffb822;
}

.m-loader.m-loader--danger:before {
  border-top-color: #f4516c;
}

.border-radius-bottom {
  border-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mj-embedded-title {
  font-size: 19px;
}
.nav-item {
  white-space: nowrap;
}

.recommend .card {
  margin-bottom: 0;
}

.lang-bar div {
  padding: 2px 7px 3px;
  border-radius: 6px;
  color: #fff !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* padding: .84rem 2.14rem; */
  font-size: 0.81rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border: 0;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
}

.lang-bar div.active {
  background-color: rgba(0, 200, 81, 0.45) !important;
}

.sub-p {
  padding-left: 6%;
}

.align-items-center {
  display: flex;
  align-items: center; /*Aligns vertically center */
}

.game-carousel-link,
.game-carousel-link:visited,
.game-carousel-link:hover,
.game-carousel-link:active {
  color: #dd3333;
  text-decoration: none;
}

.game-active-container {
  background-color: greenyellow;
  color: black;
  padding: 4px 8px 4px 8px;
  position: absolute;
  right: 0px;
  bottom: 10px;
  min-width: 80px;
  text-align: center;
}

/**
 * 404 error title
 */
.error-title {
  margin: 40px 0;
}

/**
 * Bootstrap Date Range Picker Custom Style
 */

.vue-daterange-picker td.disabled[data-v-64721b4e] {
  background-color: transparent;
  text-decoration: none;
}

.vue-daterange-picker .daterangepicker td.today {
  background-color: #eaeaea;
}

.vue-daterange-picker .daterangepicker .ranges li:hover,
.vue-daterange-picker .daterangepicker td.in-range {
  background-color: rgba(255, 193, 7, 0.6);
  color: #fff;
}

.vue-daterange-picker .daterangepicker .ranges li.active,
.vue-daterange-picker .daterangepicker td.active,
.vue-daterange-picker .daterangepicker td.active:hover {
  background-color: rgb(255, 193, 7);
}

.vue-daterange-picker .daterangepicker .ranges li.active:hover {
  background-color: rgba(224, 168, 0);
}

.vue-daterange-picker .daterangepicker .applyBtn {
  background-color: #00c853;
  border-color: #00c853;
}

/**
 * Bootstrap Date Range Picker Custom Style for site
 */
.daterangepicker.single.show-ranges[data-v-8cc9549e] {
  width: 364px !important;
}

@media (min-width: 441px) and (max-width: 768px) {
  .vue-daterange-picker.daterangepicker-site-events .daterangepicker.show-ranges .ranges[data-v-8cc9549e] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    border-bottom: 0;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker.show-ranges .ranges[data-v-8cc9549e] ul {
    display: block;
    width: 100px;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker.show-ranges .drp-calendar.left[data-v-8cc9549e] {
    border-left: 1px solid #ddd;
  }
}

@media (min-width: 441px) and (max-width: 680px), (min-width: 768px) and (max-width: 880px) {
  .vue-daterange-picker.daterangepicker-site-events .daterangepicker[data-v-8cc9549e] {
    width: 10px;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker.show-ranges {
    min-width: 184px;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker .ranges,
  .vue-daterange-picker.daterangepicker-site-events .daterangepicker .drp-calendar {
    float: none;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker .ranges {
    border-bottom: 0;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker .ranges ul {
    display: block;
    width: 140px;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker .drp-calendar {
    border-left: 1px solid #ddd;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker.ltr .drp-calendar.right {
    margin-left: 140px;
  }
}

@media (max-width: 441px) {
  .daterangepicker.single.show-ranges .ranges[data-v-8cc9549e]{
    display: none;
  }
  .daterangepicker.single.show-ranges[data-v-8cc9549e] {
    width: 275px !important;
    min-width: 262px !important;
}

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker.show-ranges {
    min-width: 170px;
    width: 170px;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker .drp-calendar.left {
    padding: 8px;
  }

  .vue-daterange-picker.daterangepicker-site-events .daterangepicker .ranges li {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
}

/**
 * Bootstrap Date Range Picker Custom Style for iFrame
 */

@media (min-width: 768px) and (max-width: 830px), (min-width: 990px) and (max-width: 998px) {
  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker[data-v-8cc9549e] {
    width: 10px;
  }
  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker.show-ranges {
    min-width: 184px;
  }

  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker .ranges,
  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker .drp-calendar {
    float: none;
  }

  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker.show-ranges .ranges[data-v-8cc9549e] {
    border-bottom: 0;
  }

  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker.show-ranges .ranges[data-v-8cc9549e] ul {
    display: block;
    width: 140px;
  }

  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker.show-ranges .drp-calendar.left[data-v-8cc9549e],
  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker .drp-calendar {
    border-left: 1px solid #ddd;
  }

  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker.ltr .drp-calendar.right {
    margin-left: 140px;
  }
}

@media (min-width: 830px) and (max-width: 990px) {
  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker.openscenter[data-v-8cc9549e] {
    left: auto;
    right: 10px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker.openscenter::after,
  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker.openscenter::before {
    left: auto;
    right: 9px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 539px) {
  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker {
    min-width: 270px;
    width: 270px;
  }

  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker.show-ranges .drp-calendar.left[data-v-8cc9549e] {
    padding: 8px;
  }

  .vue-daterange-picker.daterangepicker-iframe-events .daterangepicker .ranges li {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    max-width: none;
  }
}

/**
 * Event box
 */

.event-image {
  display: flex;
  flex-flow: column wrap;
  height: 200px;
  text-align: center;
  transition: transform 0.35s;
}

.event-image:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.event-image img {
  max-width: 100%;
  max-height: 200px;
  margin: auto;
}

.event-image,
.event-image img {
  background-color: #000;
}

.recommend .event-image,
.recommend .event-image img,
.banners .event-image,
.banners .event-image img {
  background-color: transparent;
}

.recommend .event-image {
  height: auto;
  margin: 0 20px;
}

.recommend .event-image img {
  max-height: 180px;
}

.banners .event-image,
.banners .event-image-card.event-image {
  height: 100px;
}

.banners .event-image img,
.banners .event-image-card.event-image img {
  max-height: 100px;
}

.event-image-card.event-image {
  height: 180px;
}

.event-image-card.event-image img {
  max-height: 180px;
}

.event-image-card.event-image,
.event-image-card.event-image img {
  background-color: transparent;
}

.iframe .home-event-box .no-css-link .event-image {
  height: 160px;
}

.iframe .home-event-box .no-css-link .event-image img {
  max-height: 160px;
}

.card.event-image-card.event-image {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.navbar-brand {
  display: flex;
  align-items: center;
  position: relative;
}

.navbar-brand img {
  max-width: 205px;
  min-width: 100px;
  width: 100%;
}

@media (min-width: 992px) {
  .navbar-brand img {
    height: 90px;
  }
}

.mainNav.navbar-light .navbar-brand span {
  position: absolute;
  top: 0;
  right: 0;
}

.list-group-image .home-event-box {
  position: relative;
}

.list-group-image .home-event-box > .no-css-link {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.list-group-image .home-event-box > .no-css-link .event-image {
  width: 260px;
}

/*
.list-group-image .home-event-box .he-footer {
    position: absolute;
    bottom: 0;
    left: 260px;
    right: 0;
}
*/

#category_id-error {
  order: 3;
}

/**
 * Facebook & Google Login Buttons
 */

.btn-facebook,
.btn-facebook:hover {
  display: block;
  color: #fff;
  background-color: #3b5998;
}

.btn-google,
.btn-google:hover {
  display: block;
  color: #fff;
  background-color: #ea4335;
}

.event-cashback {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  line-height: 0;
  padding: 5px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-decoration: none !important;
}

.event-cashback .tooltip {
  position: static;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #ffc107;
  background-color: #000;
  color: #fff;
}

.event-cashback:hover .tooltip {
  opacity: 1;
}

.event-cashback .flaticon-piggy-bank {
  align-self: flex-start;
  color: #ffc107;
  font-size: 2rem;
}

.m-pricing-table-4__subtitle {
  margin-top: 5px;
}

.m-pricing-table-4__subtitle > span {
  padding-bottom: 5px;
  position: relative;
}

.m-pricing-table-4__subtitle > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fbc00b;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: titleBorder 1s ease;
  -moz-animation: titleBorder 1s ease;
  -o-animation: titleBorder 1s ease;
  animation: titleBorder 1s ease;
}

@-webkit-keyframes titleBorder {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes titleBorder {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes titleBorder {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes titleBorder {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

#awards-inputs-container {
  padding: 0 !important;
}

#awards-add-btn-container {
  margin-left: -20px;
  padding: 0 !important;
}

#awards-add-btn-container > span {
  padding: 0 0 0 20px !important;
}

/**
 * Event list view
 */
@media (min-width: 460px) {
  .list-group-image .home-event-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .list-group-image .event-image,
  .list-group-image .he-wrap {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .list-group-image .event-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0;
  }

  .list-group-image .he-wrap {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .list-group-image .he-date {
    white-space: normal;
  }
}

@media (min-width: 460px) and (max-width: 600px) {
  .list-group-image .event-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

/**
 * Menu Logout
 *
 */
#menu-logout .dropdown-menu {
  min-width: 220px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 1px rgba(81, 77, 92, 0.2);
}

#menu-logout .dropdown-menu .m-nav__link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px 0;
  color: #6f727d;
  font-weight: 400;
}

#menu-logout .dropdown-menu .m-nav__link:hover {
  text-decoration: none;
  color: #2739c1;
}

#menu-logout .dropdown-menu .m-nav__link-icon {
  margin-left: 0;
  padding-right: 10px;
}

#menu-logout .dropdown-menu .m-nav__separator {
  margin: 20px 0;
  border-bottom: 1px solid #f4f5f8;
}

/**
 * EPR Card
 */
@-webkit-keyframes headerBorder {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@-moz-keyframes headerBorder {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@-o-keyframes headerBorder {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes headerBorder {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.epr-card {
  border: none;
  box-shadow: 0px 0px 10px #fbc00b;
}

.epr-card-body hr,
.epr-card-footer {
  border-color: #ffc107;
}

.epr-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  margin: 0 20px -1px;
  padding: 0;
  background-color: transparent;
  position: relative;
}

.epr-card-header > * {
  margin-bottom: 0;
}

.epr-card-header .epr-card-title {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-right: auto;
  position: relative;
}

.epr-card-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

.epr-card-header .epr-card-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffc107;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: headerBorder 0.5s ease;
  -moz-animation: headerBorder 0.5s ease;
  -o-animation: headerBorder 0.5s ease;
  animation: headerBorder 0.5s ease;
}

.epr-card-footer {
  background-color: #fff;
}

/**
 * Error Validation
 */
.has-danger .form-control {
  border-color: #f4516c;
}

.has-danger .form-control-feedback {
  color: #f4516c;
}

/**
 * Recommends - swiper
 */
.recommend-swiper-slide {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  background-color: #000;
  z-index: -1;
}

.recommend-swiper-slide::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.recommend-swiper-slide img {
  min-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.recommend-swiper-slide .card {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.recommend-swiper-slide .card-header,
.card-location {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #e9e9e9;
}

.recommend-swiper-slide .card-title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

.recommend-swiper-slide .card-date {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffb000;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #ffc107;
}
.container-set {
  width: 100%;
  padding-top: 5.7%;
  padding-bottom: 15px;
  padding-right: 17.7%;
  padding-left: 17.7%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -18px;
  margin-bottom: -27px;
  min-height: 1000px;
  background-color: transparent !important;
}

.mobile-category-wallpaper {
  display: none;
}

.events-container {
  z-index: 10;
}

@media (max-width: 791px) {
  .col-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .mobile-category-wallpaper {
    display: block;
    margin-top: -11px;
    margin-bottom: 5px;
  }
  .container-set {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: transparent !important;
    margin-top: -16px;
    padding-top: 15px;
  }
}
@media (min-width: 791px) {
  .calendars {
    min-width: 700px;
  }
}

#event-search-wrap{
  position: sticky;
  top: 0px;
  z-index: 10;
}

#event-seach-wrap .form-control,
.border-radius-none {
  border-radius: 0 !important;
}

/**
 * Games - swiper
 */
#games-swiper {
  height: 40px;
  margin: 0;
}

/**
 * Iframe Nav
 */
#iframe-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: end;
}

#iframe-nav .sign-in-link,
#iframe-nav .dropdown-toggle {
  cursor: pointer;
}

#iframe-nav .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 100% !important;
  transform: translateX(-100%) !important;
}

#iframe-nav .dropdown-toggle:hover + .dropdown-menu,
#iframe-nav .dropdown-menu:hover {
  display: block;
}

/**
 * search nav bar
 */
@media (min-width: 768px) {
  #toggle-search {
    display: none;
  }
}

/**
 * search nav bar
 */
.menu-categories {
  margin: 0 0 -10px;
  padding: 10px 0;
  display: flex;
  list-style: none;
  flex-flow: row wrap;
  background-color: rgb(255, 193, 7);
  color: #fff;
}

.menu-categories li {
  padding-left: 10px;
  padding-bottom: 10px;
}

.menu-categories a {
  padding: 5px 0;
  color: #000 !important;
  text-decoration: none !important;
  font-weight: normal;
  position: relative;
  opacity: 0.8;
}

.menu-categories a:hover {
  color: #fff;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.show-game-cat {
  margin-top: -16px;
}

.vs__clear {
  display: none !important;
}

.v-select {
  background: white;
  height: 38px;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0px 0 0px !important;
  background: none;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: 1px solid !important;
  border-radius: 0px !important;
  white-space: nowrap !important;
  height: 38px;
}
.vs__dropdown-menu {
  min-width: 270px !important;
}
.vs__dropdown-option {
  padding: 10px 20px !important;
}
.vs__dropdown-option img {
  width: 30;
  height: 30;
  position: absolute;
  right: 14px;
  margin-top: -4px;
}
.vs__selected {
  margin: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 7px !important;
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.show-calendar {
  /* left: 4% !important; */
}
#event-seach-wrap{
  position: sticky;
  top: 0px;
  z-index: 999120;
}
/********* match-table **********/
.match-table-inner {
    background: #181510;
    border-radius: 0px;
    padding: 10px 10px 10px;
}
  

.profit-tabs-inner {
  border: 0 !important;
  display: -webkit-box ;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profit-tabs-inner li {
  width: 16.66%;
}
.profit-tabs-inner li a {
  display: block;
  border-radius: 10px !important;
  border: 1px solid #f3f3f3 !important;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background: #626262;
  padding: 18px 10px;
}
.profit-tabs-inner li a.active {
  background: #ffb601 !important;
  border: 1px solid #ffb601 !important;
  color: #fff !important;
}
.profit-tabs-inner.style-two {
  margin-bottom: 50px;
}
.profit-tabs-inner.style-two li {
  width: auto;
}
.profit-tabs-inner.style-two li a {
  height: 38px;
  margin-right: 10px;
  
  border: 0 !important;
  background: #626262;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22.5px;
}
.profit-tabs-inner.style-two li a .thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 11px;
}
.profit-tabs-inner.style-two li a h6 {
  margin-bottom: 0;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}
.profit-tabs-inner.style-two li a.active {
  color: #fff !important;
  background: #ffb601 !important;
}
.profit-tabs-inner.style-two li a.active h6 {
  font-weight: 700;
}
.profit-tabs-inner.style-two li a.active:after {
  display: none;
}
  .search-box{
    position: relative;
    background: #0c0c0c;
    padding: 10px;
  }
  .search-box .search-icon{
      position: absolute;
      left: 5px;
      z-index: 10;
      top: 7px;
      width: 22px;
      background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 1px center;
  }
  .search-box .search-input{
    padding-left: 28px;
    border-color: #ffb601;
    border-radius: 2px !important;
  }
  .search-box .search-body{
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
  }
  .search-box .search-body button{
      text-align: left;
      color: white;

  }
  .items-box .item{
      display: flex;
      margin-bottom: 5px;
      background: #626262;
      width: 100%;
      border-right: 1px solid;
      border-radius: 5px 0 0 5px;
  }
  .items-box .item .item-date{
    text-align: left;
    background: #626262;
    color: #fff;
    border-right: 1px solid;
    border-radius: 5px 0 0 5px;
    color: #B3B3B3;
    font-size: 14px;
    padding: 13px 9px;
    min-width: 70px;
  }
  .items-box .item .item-body{
    padding: 5px 5px 0px 5px;
    background: #262626;
    border-radius: 0 5px 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    
  }
  .text-yellow{
      color: #ffc107;
  }
  .item-event-name{
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: -19px;
  }
  .item-table-results .badge-light {
    color: #ffffff;
    background-color: #a3a3a3;
    font-size: 14px;
    /* margin-left: 10px; */
    padding: 4px 0px;
    position: relative;
    height: 26px;
    width: 84%;
  }
  
  .item-table-results{

  }
  .item-table-results th,.item-table-results tr{
    padding: 5px 0px;
    text-align: center;
    color: white;
  }
  .item-table-results tr{
    border-bottom: 1px solid #ffc007;
    border-left: 1px solid #ffc007;
  }

  .item-table-results tr td:nth-child(3){
    border-right: 1px solid #ffc007;
  }
  .item-table-results tr td:nth-child(5){
    border-right: 1px solid #ffc007;
  }
  .item-table-results tr td:last-child{
    border-right: 1px solid #ffc007;
  }
  .item-table-results th{
    border-right: 1px solid #ffc007;
    border-top: 1px solid #ffc007;
    border-left: 1px solid #ffc007;
  }
  .item-table-results tr td:nth-child(3) span{
    /* margin-right: 10px; */
  }
  .item-table-results tr td:nth-child(5) span{
    /* margin-right: 10px; */
  }
  .item-table-results tr td:nth-child(7) span{
    /* margin-right: 10px; */
  }
  .pull-ce{
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    top: 2px;
  }
  .pull-le{
    position: absolute;
    top: 6px;
    left: 3px;
  }
  .pull-ri{
    position: absolute;
    top: 6px;
    right: 3px;
  }
  .p-relative{
    position: relative;
  }
  

.league-btn.active{
  background: #ffb601;
}

.bet-button{
  padding: 0px 35px;
  height: 27px;
  margin-top: -21px;
  background: url("/images/betano.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ff6600;
  background-position: center;
  width: 23vw;
  max-width: 150px;
}
.item-body h6{
  height: 30px;
}

.score-item{
  height: 28px;
  line-height: 30px;
  border: 0 solid transparent;
  border-radius: 3px;
  background-color: #4a4a4a;
  flex: 1;
  font-size: 11px;
  font-weight: bold;
  padding: 0 5px;
  width: 16vw;
  max-width: 70px;
  font-weight: 400;
}

.score-item:hover{
  background-color: #ff9900;
}
.score-item-results{
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
}
.score-item label:nth-child(1){
  color: gray;
}
.score-item label:nth-child(2){
  color: white;
}
.score-item-base{
  display: flex ;
}   
.score-item-date{
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  flex: 0.5;
  font-size: 16px;
  font-weight: 400;
  color: #ff6600 !important;
}
.score-item-name{
  line-height: 1.2;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  font-size: 16px;
  font-weight: 300;
}
.score-item-name1{
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  flex: 1;
  font-size: 16px;
  font-weight: 300;
}
.score-item-time{
  line-height: 1.2;
  align-items: flex-start;
  display: flex;
  justify-content: center;
  flex: 0.4;
  font-size: 14px;
  font-weight: 400;
  color: #ff6600 !important;
}
.text-orange{
  color: #ff6600 !important;
}
.league-name{
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  padding-top: 0px;
  color: white;
  background: #262626;
  font-weight: 600;
}
/*--------------------------------------------------
    ## All responsive style
---------------------------------------------------*/
@media all and (min-width: 1600px) {
	.container {
		max-width: 1280px;
	}
	.banner-inner-2 {
	    position: relative;
	    padding: 459px 0 337px 0;
	}
	.profit-tabs-inner.style-two li a {
		padding: 0 30.9px;
	}
	.predict-table-inner .table tbody tr td .media.match-name {
		width: 417px;
	}
	.predict-table-inner .table {
		margin-bottom: -5px;
	}
	.predict-table-inner .tab-onthe-tab .table-list li {
		width: 100px;
		text-align: center;
		margin: 0 5px;
	}
	.predict-table-inner .table {
		min-width: 965px;
	}
	.predict-table-inner .table tbody tr td .single-td {
		width: 100px;
	}
	.single-ticket-wrap::before,
	.single-ticket-wrap::after {
		background-position: center;
	}
	.single-betfor-wrap ul.info li {
		font-size: 16px;
	}
	.single-betfor-wrap ul.single-match-inner .match-details {
		padding: 0 65px;
	}
	.blog-details-page-content .single-blog-inner .details .progress-counter-inner .single-progress-counter {
		margin-right: 30px;
	}
}
@media all and (max-width: 1440px) {
	.gamer-details {
		padding: 15px;
	}
	.gamer-details p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.gamer-details h5 {
		margin-bottom: 10px;
	}
	.gamer-details .ratting-inner {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.gamer-details .btn {
		height: 35px;
		line-height: 35px;
		font-size: 14px;		
		padding: 0 8px;
	}
	.plan-inner {
		padding: 70px 40px 40px 40px;
	}
	.single-plan-wrap .btn {
		padding: 0 30px;
	}
	.single-plan-wrap .details p {
		color: #fff;
		font-size: 14px;
	}
	.single-plan-wrap {
		padding: 40px 30px 40px 0;
	}
}
@media all and (max-width: 1199px) {
	.nav-right-part .btn {
		height: 50px;
	    line-height: 52px;
	    padding: 0 19px;
	    font-size: 14px;
	}
	.banner-inner .title {
	    color: #fff;
	    font-size: 50px;
	}
	.section-title .title {
		font-size: 45px;
	}
	.section-title.style-small .title {
	    font-size: 24px;
	}
}
@media all and (max-width: 991px) {
	.navbar {
		padding: 0;
	}
	.td-sidebar {
		margin-top: 90px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
	    padding-right: 0;
	}
	.search-bar-btn {
		color: #fff;
	}
	.banner-inner {
	    position: relative;
	    padding: 160px 0 170px 0;
	}
	.banner-inner-2 {
	    position: relative;
	    padding: 28px 0 170px 0;
	    text-align: center;
	}
	.banner-area-2 .thumb {
		text-align: center;
		margin-top: 190px;
	}
	.navbar-top ul li p, 
	.navbar-top ul li a {
	    font-size: 11px;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav {
	    padding: 10px;
	    margin: 0;
	}
	.single-fact-inner p {
		font-size: 16px;
	}
	.single-fact-inner h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.profit-tabs-inner.style-two li a h6 {
		font-size: 14px;
	}
	.profit-tabs-inner.style-two li a {
		padding: 0 12.5px;
	}
	.predict-table-inner .table-head .table-title {
		font-size: 13px;
	}
	.profit-tabs-inner.style-two li {
		width: 50%;
		text-align: center;
	}
	.profit-tabs-inner.style-two li a {
		margin: 0 10px 20px;
		border-radius: 10px!important;
	}
	.profit-tabs-inner.style-two li:last-child a,
	.profit-tabs-inner.style-two li:first-child a {
		border-radius: 10px!important;
	}
	.predict-table-inner .tab-onthe-tab .nav-pills {
		margin-bottom: 47px;
	}
	.predict-table-inner .tab-onthe-tab .table-list {
		margin: 0;
		margin-bottom: -51px;
    	margin-top: 19px;
	}
	.single-betfor-wrap ul.info li {
		font-size: 13px;
	}
	.single-betfor-wrap ul.single-match-inner {
		padding: 5px 25px 30px;
	}
	.single-ticket-wrap::before,
	.single-ticket-wrap::after {
		background-size: contain;
	}
	.single-process-inner .details h4 {
		font-size: 19px;
	}
	.single-process-inner .details p {
		font-size: 13px;
	}
	.gamer-details {
		padding: 30px;
	}
}
@media all and (max-width: 767px) {
  .predict-table-inner>div{
    padding-left: 5px;
    padding-right: 5px;
  }
	.single-blog-inner .thumb img {
		width: 100%;
	}
	.banner-inner .title {
	    color: #fff;
	    font-size: 40px;
	}
	.section-title .title {
		font-size: 35px;
	}
	.profit-tabs-inner li {
	    width: 32.33%;
	    margin-bottom: 15px;
	}
	.profit-tabs-inner li:nth-child(3) a {
	    margin-right: 0;
	}
	.triper-table-head {
	    font-size: 12px;
	}
	.profit-table-inner .table {
		min-width: 768px;
	}
	.team-details-area .price-list li {
	    width: 100%;
	}
}
@media all and (max-width: 575px) {
	.toggle-btn{
	    top: 3px;
	}
	.service-bg {
	    margin-top: -130px;
	}
	.single-testimonial-inner {
	    padding: 30px 10px;
	}
	.testimonial-slider .item {
	    padding: 50px 20px;
	}
	.upcoming-match-inner .middle-thumb {
		margin: 15px 0;
	}
	.upcoming-match-inner {
	    text-align: center;
	}
	.tipster-slider .owl-nav {
		display: none;
	}
	.profit-tabs-inner li a {
	    font-size: 14px;
	}
	.single-testimonial-inner-2 {
	    background: #F3F3F3;
	    padding: 25px 30px;
	}
	.single-testimonial-inner-2 .side-icon {
	    right: 30px;
	    top: 30px;
	    width: 29px !important;
	}
	.footer-subscribe .footer-subscribe-inner .single-subscribe-inner input {
	    height: 50px;
	}
	.footer-subscribe .footer-subscribe-inner .single-subscribe-inner .btn {
	    right: 0;
	    width: 100%;
	}
	.footer-subscribe .footer-subscribe-inner {
	    padding: 30px;
	}
	.contact-g-map iframe {
	    height: 370px;
	}
	.back-to-top {
	    right: 15px;
	    bottom: 20px;
	}
}
@media all and (max-width: 360px) {
  .score-item-date{
    display: none;
  }
	.service-bg {
	    padding: 90px 25px 10px;
	    margin-top: -120px;
	}
	.banner-inner .title {
	    font-size: 35px;
	}
	.section-title .title {
		font-size: 30px;
	}
	.nav-right-part {
	    display: none;
	}
	.profit-tabs-inner li {
	    width: 50%;
	    margin-bottom: 15px;
	}
	.profit-tabs-inner li:nth-child(2) a,
	.profit-tabs-inner li:nth-child(4) a {
	    margin-right: 0;
	}
	.predict-table-inner .table-head h6 {
		font-size: 14px;
	}
	.team-details-area .price-list li {
	    font-size: 12px;
	}
}
