/* Generated by less 3.10.3 */
/*

           ....   ...      ......     .........    .......    ....     .......    ....   ....
           ::::  :::      :::: ::     ::::   ::::  ::::::::   ::::    ::::  ::    ::::  ::::
           &&&&::||      &&&&   &&&   &&&&   &&&&  &&&&  &&&& &&&&   &&&&   &&&   &&&&::||
           ####  ####   ####=====###  ########     ####     ######  ####=====###  ####  ####
           ####   #### ####       ### ####  ####   ####      ##### ####       ### ####   ####
   ==================================================================================================
   ||                      // + [- |V| /D |_ [-  0 /=  +|-| [-  (, 0 |) 5    \\                    ||
   ==================================================================================================
   ########          ########          ########          ########          ########          ########
   ########          ########          ########          ########          ########          ########
   /      \          /      \          /      \          /      \          /      \          /      \
  /        \        /        \        /        \        /        \        /        \        /        \
  6********9        6********9        6********9        6********9        6********9        6********9
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   ##:::..           ##:::..           ##:::..           ##:::..           ##:::..           ##:::..
   {&&&&&}           {&&&&&}           {&&&&&}           {&&&&&}           {&&&&&}           {&&&&&}
   /&&&&&\           /&&&&&\           /&&&&&\           /&&&&&\           /&&&&&\           /&&&&&\
  /&&&&&&&\         /&&&&&&&\         /&&&&&&&\         /&&&&&&&\         /&&&&&&&\         /&&&&&&&\
  |&&&&&&&|         |&&&&&&&|         |&&&&&&&|         |&&&&&&&|         |&&&&&&&|         |&&&&&&&|
  ===================================================================================================
  ||                         **** A FRONT-END FRAMEWORK FOR THE MASSES ****                        ||
  ||                                    MADE WITH <3 BY KOZMO                                      ||
  ===================================================================================================
                                      /^^^^^^^^^^^^^^^^^^^^^^^\
                                      |      NOS = ROW        |
                                      |                       |
                                      |      ZEB = COLUMN     |
                                      \^^^^^^^^^^^^^^^^^^^^^^^/
*/
/* YOU DO NOT MESS WITH KARNAKK! CREATE A NEW LESS/CSS FILE AND DO YOUR STUFF THERE */
/* Imports */
/* NEO MOV BRAND COLORSSSSS  */
/*====*/
/*BG´s*/
@import "../Owners-Link/css/reset.css";
.unuscolor-bg {
  background-color: #000000;
}
.duocolor-bg {
  background-color: #848484;
}
.trescolor-bg {
  background-color: #2d85d4;
}
.quattorcolor-bg {
  background-color: #acacac;
}
.quinquecolor-bg {
  background-color: #f3f5f8;
}
.sexcolor-bg {
  background-color: #2f2f2f;
}
.septemcolor-bg {
  background-color: #ff9525;
}
.albus-bg {
  background-color: #ffffff;
}
.nigrum-bg {
  background-color: #000000;
}
/* txt */
.unuscolor-txt {
  color: #000000;
}
.duocolor-txt {
  color: #848484;
}
.trescolor-txt {
  color: #2d85d4;
}
.quattorcolor-txt {
  color: #acacac;
}
.quinquecolor-txt {
  color: #f3f5f8;
}
.sexcolor-txt {
  color: #2f2f2f;
}
.septemcolor-txt {
  color: #ff9525;
}
.albus-txt {
  color: #ffffff;
}
.nigrum-txt {
  color: #000000;
}
/* hover */
.unus-hover:hover {
  background-color: #000000;
  transition: 0.3s;
}
.unus-hover:active {
  background-color: #000000;
  transition: 0.3s;
}
.duo-hover:hover {
  background-color: #6b6b6b;
  transition: 0.3s;
}
.duo-hover:active {
  background-color: #5e5e5e;
  transition: 0.3s;
}
.tres-hover:hover {
  background-color: #236bab;
  transition: 0.3s;
}
.tres-hover:active {
  background-color: #1f5d96;
  transition: 0.3s;
}
.quattor-hover:hover {
  background-color: #939393;
  transition: 0.3s;
}
.quattor-hover:active {
  background-color: #868686;
  transition: 0.3s;
}
.quinque-hover:hover {
  background-color: #d3dae5;
  transition: 0.3s;
}
.quinque-hover:active {
  background-color: #c3cddc;
  transition: 0.3s;
}
.sex-hover:hover {
  background-color: #161616;
  transition: 0.3s;
}
.sex-hover:active {
  background-color: #090909;
  transition: 0.3s;
}
.septem-hover:hover {
  background-color: #f17c00;
  transition: 0.3s;
}
.septem-hover:active {
  background-color: #d76f00;
  transition: 0.3s;
}
/* ALERTS */
.alert-red-bg {
  background-color: rgba(255, 0, 0, 0.5);
}
.alert-success-bg {
  background-color: rgba(45, 133, 212, 0.5);
}
.alert-flavo-bg {
  background-color: yellow;
}
.alert-viridi-bg {
  background-color: green;
}
/*@import "inputs";
    @import "main-text";
    @import "media-queries";
    /* Reset */
/**/
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  line-height: 1.3;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
body,
html {
  width: 100%;
  height: 100%;
  display: table;
  text-rendering: optimizeLegibility;
}
main {
  position: relative;
  height: auto;
  min-height: calc(100vh - 20vh);
  /*border: 2px dashed blue;*/
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
[class*="zeb-"] {
  /*width: 100%;*/
  float: left;
  /*margin: 10px 0;*/
}
.nos::after {
  content: "";
  clear: both;
  display: block;
}
.main-nos {
  max-width: 1141px;
  margin: 0 auto;
  position: relative;
}
#wrapper {
  min-height: 100vh;
  /*margin-bottom: -200px;*/
  display: table;
}
* p {
  color: #2f2f2f;
}
#wrapper:after {
  content: '';
  display: block;
}
header {
  position: relative;
  top: 0;
  width: 100%;
  /*min-height: ~"calc(100vh - 95vh)";*/
  height: auto;
  min-height: 50px;
  z-index: 99;
  box-shadow: 0 3px 10px #333;
  /*nav {
            position: absolute;
            bottom: 0;
            right: 0;
            ul {
                #flexxer;
                #flexxer-row;
                float: right;
                margin: 10px 0;
            }
            li {
                flex: 1 0 auto;
                word-spacing: 2px;
                padding: 0 25px;
                border-left: 1px solid @albus;
                &:nth-child(1) {
                    border-left: none;
                }
            }
            a {
                text-decoration: none;
                .albus-txt;
                font-size: 0.8em;
                vertical-align: top;
                &:hover {
                    text-decoration: underline;
                }
            }
        }*/
}
header figure {
  position: absolute;
  display: table;
  padding: 0;
  margin: 20px;
}
header img {
  width: auto;
  padding: 10px;
}
@media and (max-width: 992px) {
  header img {
    width: 95%;
  }
}
@media and (max-width: 425px) {
  header img {
    width: 55%;
    padding: 0 10px;
  }
}
.k-header-main-menu-container-small {
  display: none;
}
/*.footer,
    #wrapper:after {
        height: 200px;
    }*/
footer {
  position: relative;
  height: auto;
  display: table-row;
  width: 100%;
  /*code {
            background-color: darken(@unuscolor, 15%);
            font-size: 0.8em;
            text-align: center;
            display: block;
            .septemcolor-txt;
            padding: 3px 0;
        }*/
}
footer ul {
  columns: 3 auto;
  padding: 10px;
  text-align: center;
}
footer li {
  margin: 5px 0;
}
footer a {
  text-decoration: none;
  color: #ff9525;
  vertical-align: top;
}
footer a:hover {
  text-decoration: underline;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* ** flex box ** */
#flexxer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#flexxer-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#flexxer-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#wrapit {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/**/
.just-center {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.just-start {
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
}
.just-end {
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
}
.just-around {
  justify-content: space-around;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
}
.just-between {
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
}
/**/
.align-center {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.align-stretch {
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.align-start {
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.align-end {
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
}
.align-base {
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
/**/
.k-fixed-bg.k-bg-1 {
  background-image: url("");
}
.k-fixed-bg.k-bg-1:before {
  content: '';
  filter: hue-rotate(290deg);
  -webkit-filter: hue-rotate(290deg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 53, 75, 0.5);
}
.k-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}
/**/
.k-container {
  padding: 0.01em 16px;
}
.k-container :before {
  content: "";
  display: table;
  clear: both;
}
.k-container :after {
  content: "";
  display: table;
  clear: both;
}
.k-panel {
  position: relative;
  padding: 0.01em 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.k-panel :before {
  content: "";
  display: table;
  clear: both;
}
.k-panel :after {
  content: "";
  display: table;
  clear: both;
}
.k-block {
  display: block;
  width: 100%;
}
.k-card,
.k-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.k-card-4,
.k-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.k-left-align {
  text-align: left!important;
}
.k-right-align {
  text-align: right!important;
}
.k-justify {
  text-align: justify!important;
}
.k-center {
  text-align: center!important;
}
.k-margin {
  margin: 16px !important;
}
.k-margin-top {
  margin-top: 16px !important;
}
.k-margin-bottom {
  margin-bottom: 16px !important;
}
.k-margin-left {
  margin-left: 16px !important;
}
.k-margin-right {
  margin-right: 16px !important;
}
.k-display-topleft {
  position: absolute;
  left: 0;
  top: 0;
}
.k-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}
.k-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0;
}
.k-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0;
}
.k-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.k-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.k-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.k-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.k-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.k-display-container:hover .k-display-hover {
  display: block;
}
.k-display-container:hover span.k-display-hover {
  display: inline-block;
}
.k-display-hover {
  display: none;
}
.k-display-position {
  position: absolute;
}
.k-left {
  float: left !important;
}
.k-right {
  float: right !important;
}
.k-show {
  display: block!important;
  transition: 0.2s;
  animation-name: kshow;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes kshow {
  from {
    top: 0;
  }
  to {
    top: 200px;
  }
}
.k-hide {
  display: none;
}
.border-test {
  border: 3px dashed red;
}
/* top menu */
.k-bar {
  width: 100%;
  overflow: hidden;
}
.k-bar .k-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  outline: none;
  display: block;
}
.k-bar .k-dropdown-hover,
.k-bar .k-dropdown-click {
  position: static;
  float: left;
}
.k-bar .k-button {
  white-space: normal;
}
.k-bar-block .k-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  outline: none;
  white-space: normal;
  float: none;
}
.k-bar-block.k-center .k-bar-item {
  text-align: center;
}
/**/
.k-parallax-cover {
  position: relative;
}
.kbg1 {
  min-height: 50vh;
  background-image: url('/media/img/landscape.jpg');
}
.k-parallax-fx {
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-attachment: fixed;
  background-position: center top;
}
.k-full-width {
  display: block;
  width: 100%;
}
/* BUTTONS */
.k-btn {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.k-btn:active {
  background-color: #2d85d4;
}
.k-btn:focus {
  background-color: #236bab;
}
.k-btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**/
.k-cell-row {
  display: table;
  width: 100%;
}
.k-cell {
  display: table-cell;
}
.k-cell-top {
  vertical-align: top;
}
.k-cell-middle {
  vertical-align: middle;
}
.k-cell-bottom {
  vertical-align: bottom;
}
/* dropdown */
.k-dropdown-click,
.k-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.k-dropdown-hover:hover .k-dropdown-content {
  display: block;
  z-index: 1;
}
/*.k-dropdown-hover:first-child,
.k-dropdown-click:hover {
    background-color: #999;
    color: #666;
}
.k-dropdown-hover:hover > .k-button:first-child,
.k-dropdown-click:hover > .k-button:first-child {
    background-color: #333;
    color: #333;
}*/
.k-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 130px;
  margin: 0;
  padding: 0;
  box-shadow: 0 3px 15px #111;
  border-radius: 2px;
}
.k-bar-block .k-dropdown-hover,
.k-bar-block .k-dropdown-click {
  width: 100%;
}
.k-bar-block .k-dropdown-hover .k-dropdown-content,
.k-bar-block .k-dropdown-click .k-dropdown-content {
  min-width: 100%;
}
.k-bar-block .k-dropdown-hover .k-button,
.k-bar-block .k-dropdown-click .k-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}
.k-bar .k-dropdown-hover,
.k-bar .k-dropdown-click {
  position: static;
  float: left;
}
.k-active-tab {
  background-color: #000000;
}
.city {
  padding: 10px;
}
/* MOBILE MENU */
.k-mob-menu-container {
  position: absolute;
  right: 1%;
  top: 1%;
}
.k-mob-menu-icon i {
  font-size: 3em;
  cursor: pointer;
  z-index: 10;
}
.k-mob-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.k-mob-menu-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.k-mob-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.k-mob-menu a:hover,
.k-mob-menu a:focus {
  color: #f1f1f1;
}
.k-mob-menu .closebtn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 3em;
  border-left: none;
}
@media screen and (max-height: 450px) {
  .k-mob-menu a {
    font-size: 20px;
  }
  .k-mob-menu .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.k-padding-huge {
  padding: 20vh 0;
}
.k-padding-big {
  padding: 7vh 0;
}
.k-padding-small {
  padding: 3vh 0;
}
.k-padding-tiny {
  padding: 1vh 0;
}
/* ////// ++++ modal */
#k-wrk1 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#k-wrk1:hover {
  opacity: 0.7;
}
.k-modal-class {
  display: none;
  position: absolute;
  z-index: 104;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.k-modal-class-fixed {
  display: none;
  position: fixed;
  z-index: 104;
  padding-top: 100px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: auto;
  background-color: rgba(132, 132, 132, 0.7);
}
.k-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
#k-img-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
  height: 150px;
  font-size: 1em;
}
.k-modal-content,
#k-img-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.3s;
  animation-name: zoom;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0);
  }
  90% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.k-close {
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.5s;
}
.k-close:hover,
.k-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .k-modal-content {
    width: 100%;
  }
}
.vert-center {
  vertical-align: middle;
}
.k-title-padding {
  padding: 8px;
}
.k-warning-panel {
  margin: 20px 0;
  border: 1px solid red;
}
.k-block-padding {
  padding: 10px;
}
.k-input-success {
  border: 1px solid green!important;
}
.k-input-error {
  border: 1px solid red!important;
}
.club-points-label {
  border-radius: 3px;
}
.club-points-label > div {
  font-size: 1em;
}
/**/
.ol-asap-promos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ol-asap-promos-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ol-asap-promos-container ul li {
  flex-basis: 32.5%;
  -ms-flex-preferred-size: 32.5%;
  margin-bottom: 15px;
  /*border: 1px dashed blue;*/
}
@media screen and (max-width: 425px) {
  .ol-asap-promos-container ul li {
    flex-basis: 99%;
    -ms-flex-preferred-size: 99%;
  }
}
@media screen and (min-width: 426px) and (max-width: 1024px) {
  .ol-asap-promos-container ul li {
    flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
  }
}
@media screen and (max-width: 1140px) {
  .ol-asap-promos-container {
    padding: 10px;
  }
}
/* +-+-+- nu asap cards  +-+-+++ */
.asap-nu-card {
  flex-basis: 32.5%;
  -ms-flex-preferred-size: 32.5%;
  display: block;
  height: fit-content;
  margin-bottom: 10px;
  /*#flexxed(1;1;25%);*/
}
.asap-nu-card .caps {
  text-transform: uppercase;
}
@media screen and (max-width: 425px) {
  .asap-nu-card {
    flex-basis: 99%;
    -ms-flex-preferred-size: 99%;
  }
}
@media screen and (min-width: 426px) and (max-width: 1024px) {
  .asap-nu-card {
    flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1365px) {
  .asap-nu-card {
    flex-basis: 32.5%;
    -ms-flex-preferred-size: 32.5%;
  }
}
.asap-nu-card .asap-nucard-img-container {
  overflow: hidden;
  position: relative;
}
.asap-nu-card .asap-nucard-img-container .asap-nucard-img-title {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.asap-nu-card .asap-nucard-img-container .asap-nucard-img-title ol > li {
  display: inline-flex;
  align-items: baseline;
}
.asap-nu-card .asap-nucard-img-container .asap-nucard-img-title ol > li i {
  padding: 0 3px;
}
.asap-nu-card .asap-nucard-img-container .asap-nucard-img {
  position: relative;
  display: block;
  overflow: hidden;
  height: -webkit-fill-available;
  min-height: 180px;
  max-height: 180px;
}
.asap-nu-card .asap-nucard-img-container .asap-nucard-img img {
  width: 100%;
}
.asap-nu-card .asap-nucard-img-container .asap-nucard-img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(22, 22, 22, 0.8) 10%, rgba(0, 0, 0, 0) 90%);
}
.asap-nu-card table {
  border-collapse: collapse;
  width: 100%;
}
.asap-nu-card table th {
  font-size: 0.7em;
  padding: 0!important;
}
.asap-nu-card table td {
  line-height: 0.3;
}
.asap-nu-card table tr:nth-child(even) {
  background-color: transparent!important;
}
.asap-nu-card table tr th {
  padding: 5px 0;
}
.asap-nu-card table tr td {
  padding: 5px 0;
}
.asap-nu-card button {
  margin: 0;
}
.asap-nu-card .k-display-bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
}
.mystyle {
  display: block!important;
}
.asap-nu-card-container-bshad {
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px;
}
.asap-nu-cards-moredates-container {
  max-height: 100px;
  overflow: scroll;
  overflow-x: hidden;
}
.asap-nu-cards-moredates-container td {
  line-height: 1!important;
  font-size: 0.7em;
}
.asap-nu-cards-moredates-container td a {
  cursor: pointer;
}
.asap-nu-cards-moredates-container::-webkit-scrollbar {
  width: 0.3em;
  position: absolute;
}
.asap-nu-cards-moredates-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.asap-nu-cards-moredates-container::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.asap-nu-cards-moredates p {
  font-size: 0.7em;
}
#asapmoredates table tr td:nth-child(1) {
  width: 40%;
}
#asapmoredates table tr td:nth-child(2) {
  width: 40%;
}
#asapmoredates table tr td:nth-child(3) {
  width: 10%;
}
#asapmoredates table tr td:nth-child(4) {
  width: 10%;
}
.asap-nu-card-star-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.asap-nu-card-star-rating li {
  padding: 1px;
}
.asap-nu-card-star-rating i {
  color: orange;
}
.asap-nu-card-star-rating i:before {
  font-size: 0.7em !important;
}
.shadowy-text {
  text-shadow: 0 1px 1px #000;
}
/**/
.club-points-label {
  background-color: #232a41;
  color: #fff !important;
  padding: 5px;
  border-radius: 5px;
  margin: 5px 0px!important;
  font-size: 11px!important;
}
.club-points-label .n-points {
  font-weight: bolder;
  color: #fff !important;
}
/* +-+-+-+-+- MEDIA QUERIES -+-+-+-+-+ */
