* {
  outline: none !important;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
  min-width: 303px;
}
html.swal2-shown {
  overflow-y: hidden;
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #545454;
  background-color: #fff;
  margin: 0;
  padding: 0;
  padding-right: 0 !important;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: initial !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*,
button,
input,
i,
a {
  -webkit-font-smoothing: antialiased;
}
*,
*:active,
*:hover {
  outline: none!important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
.body-noOverflowY {
  overflow-y: hidden;
}
#mainContent {
  width: 100%;
}
.noMarginRight {
  margin-right: 0px !important;
}
.modal {
  z-index: 5070;
}
.dropdown-menu {
  z-index: 8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease, -ms-transform 200ms ease, transform 200ms ease;
  -moz-transition: opacity 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease, -ms-transform 200ms ease, transform 200ms ease;
  -o-transition: opacity 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease, -ms-transform 200ms ease, transform 200ms ease;
  -ms-transition: opacity 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease, -ms-transform 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease, -ms-transform 200ms ease, transform 200ms ease;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  padding: 8px 17px;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu.dropdown-menu-right > li > a,
.dropdown-menu.dropdown-menu-right > li > span {
  text-align: right;
}
.dropdown-menu:not([class*="bgm-"]) > li > a,
.dropdown-menu:not([class*="bgm-"]) > li > span {
  color: #4c4c4c;
}
.dropdown .dropdown-menu,
.btn-group .dropdown-menu {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}
.dropdown .dropdown-menu.pull-right,
.bootstrap-select .dropdown-menu.pull-right,
.btn-group .dropdown-menu.pull-right,
.dropdown .dropdown-menu.dropdown-menu-right,
.bootstrap-select .dropdown-menu.dropdown-menu-right,
.btn-group .dropdown-menu.dropdown-menu-right {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.dropdown.open > .dropdown-menu,
.dropup.open > .dropdown-menu,
.btn-group.open > .dropdown-menu,
.bootstrap-select.open .dropdown-menu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
#customNavigation {
  /*************** Hamburger icon animation **********************/
  /*************** Hamburger icon animation **********************/
  /*    #oNasDropDown {
            -webkit-transform-origin: top left;
            -moz-transform-origin: top left;
            -ms-transform-origin: top left;
            transform-origin: top left;
        }*/
  /************** Drop-down for logged user **********************/
  /************** Drop-down for logged user **********************/
}
#customNavigation.navigationMain {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: inherit;
  background: #f9f9f9;
}
#customNavigation .navigationContentHeight {
  height: 55px;
}
#customNavigation .navigationContent {
  position: relative;
  background: transparent;
}
#customNavigation .navigationContent-scrolled {
  background: #fff;
}
#customNavigation .maiLogoHref {
  display: none;
}
@media only screen and (max-width: 767px) {
  #customNavigation .maiLogoHref {
    display: inline-block;
  }
}
#customNavigation .maiLogoImage {
  height: 42px;
  /*margin-top: 3px;*/
  margin-left: 7px;
  opacity: 0;
}
#customNavigation .navigationDivLeft {
  position: absolute;
  left: 0;
  z-index: 1;
  padding: 7px 7px 7px 0px;
}
#customNavigation .navigationDivCenter {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 0;
  cursor: default;
}
#customNavigation .navigationMenuHref {
  display: inline-block;
  height: 55px;
}
#customNavigation .navigationMenuItem {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 55px;
  cursor: pointer;
  border: 0px;
  color: #757575;
  background-color: transparent;
  padding: 0px 15px;
  -webkit-transition: color 500ms ease, -webkit-box-shadow 500ms ease, -moz-box-shadow 500ms ease, -o-box-shadow 500ms ease, -ms-box-shadow 500ms ease, box-shadow 500ms ease, color 500ms ease;
  -moz-transition: color 500ms ease, -webkit-box-shadow 500ms ease, -moz-box-shadow 500ms ease, -o-box-shadow 500ms ease, -ms-box-shadow 500ms ease, box-shadow 500ms ease, color 500ms ease;
  -o-transition: color 500ms ease, -webkit-box-shadow 500ms ease, -moz-box-shadow 500ms ease, -o-box-shadow 500ms ease, -ms-box-shadow 500ms ease, box-shadow 500ms ease, color 500ms ease;
  -ms-transition: color 500ms ease, -webkit-box-shadow 500ms ease, -moz-box-shadow 500ms ease, -o-box-shadow 500ms ease, -ms-box-shadow 500ms ease, box-shadow 500ms ease, color 500ms ease;
  transition: color 500ms ease, -webkit-box-shadow 500ms ease, -moz-box-shadow 500ms ease, -o-box-shadow 500ms ease, -ms-box-shadow 500ms ease, box-shadow 500ms ease, color 500ms ease;
}
#customNavigation .navigationMenuItem.active {
  color: #d34c7d;
  -webkit-box-shadow: inset 0 -3px 0 #d34c7d;
  -moz-box-shadow: inset 0 -3px 0 #d34c7d;
  -ms-box-shadow: inset 0 -3px 0 #d34c7d;
  -o-box-shadow: inset 0 -3px 0 #d34c7d;
  box-shadow: inset 0 -3px 0 #d34c7d;
}
#customNavigation .navigationMenuItem:hover {
  color: #d34c7d;
}
#customNavigation .navigationDivRight {
  position: absolute;
  right: 0;
  padding: 7px 0 7px 7px;
}
#customNavigation #singUpButtonOutterId {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#customNavigation #singUpButtonOutterId.buttonShow {
  opacity: 1;
}
#customNavigation .singUpButton {
  font-size: 13px;
  width: 130px;
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
#customNavigation #mobileMenuOutterId {
  height: 55px;
  display: none;
}
#customNavigation .hamburgerMenuButton {
  background-color: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 55px;
  width: 80px;
}
#customNavigation #onlineReserv {
  display: block;
  font-size: 13px;
  padding: 0 24px !important;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
#customNavigation #onlineReserv:hover {
  color: #fff;
}
#customNavigation .sluzbySubMenu {
  position: absolute;
  top: 58px;
  left: 200px;
  /*width: 160px;*/
  /*height: 262px;*/
  /*background: red;*/
  background-color: #fff;
  transform: scale(0);
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transform-origin: top center;
  transition: transform,opacity;
  transition-duration: 250ms;
  z-index: 8;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
}
#customNavigation .sluzbySubMenu.o {
  transform: scale(1);
  opacity: 1;
}
#customNavigation .sluzbySubMenu button,
#customNavigation .sluzbySubMenu a {
  display: flex;
  width: 100%;
  height: 50px;
  color: #545454;
  font-weight: bold;
  transition: background-color;
  transition-duration: 300ms;
  padding: 0px 20px !important;
  text-decoration: none;
  border: 0px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}
#customNavigation .sluzbySubMenu button:hover,
#customNavigation .sluzbySubMenu a:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#customNavigation .sluzbySubMenu button.active,
#customNavigation .sluzbySubMenu a.active {
  color: #d34c7d !important;
  background-color: #f9f9f9;
  box-shadow: inset 3px 0 0 #d34c7d;
}
#customNavigation .sluzbySubMenu button.sep,
#customNavigation .sluzbySubMenu a.sep {
  border-bottom: 1px solid #e1e1e1;
}
#customNavigation .sluzbySubMenu.multi button:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 12px;
}
#customNavigation .sluzbySubMenu.subMenu2 {
  top: 0px;
  left: calc(100% - 12px);
  transform-origin: top left;
  max-height: calc(100vh - 130px);
  overflow: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #customNavigation .navigationMenuItem {
    font-size: 14px;
    padding: 0 10px;
  }
  #customNavigation .singUpButton {
    font-size: 11px;
    padding: 0 20px;
  }
  #customNavigation #onlineReserv {
    font-size: 11px;
    padding: 0 16px !important;
  }
}
@media only screen and (max-width: 767px) {
  #customNavigation #singUpButtonOutterId {
    display: none;
  }
  #customNavigation #onlineReserv {
    display: none;
  }
  #customNavigation #mobileMenuOutterId {
    display: block;
  }
  #customNavigation .navigationDivRight {
    padding: 0px;
  }
  #customNavigation .navigationContent {
    background-color: #f9f9f9;
  }
  #customNavigation #fullScreenMenu {
    background-color: #ffffff;
  }
  #customNavigation .navigationMenuItem {
    display: none;
  }
}
#customNavigation #nav-icon3 {
  width: 30px;
  height: 17px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#customNavigation #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #d34c7d;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#customNavigation #nav-icon3 span:nth-child(1) {
  top: 0px;
}
#customNavigation #nav-icon3 span:nth-child(2),
#customNavigation #nav-icon3 span:nth-child(3) {
  top: 7px;
}
#customNavigation #nav-icon3 span:nth-child(4) {
  top: 14px;
}
#customNavigation #nav-icon3.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
#customNavigation #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#customNavigation #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#customNavigation #nav-icon3.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}
#customNavigation #oNasButtonOutterId {
  display: inline-block;
}
#customNavigation #singUpButtonOutterId .dropdown-menu.dropdown-menu-right > li > a,
#customNavigation #oNasButtonOutterId .dropdown-menu.dropdown-menu-right > li > a,
#customNavigation #singUpButtonOutterId .dropdown-menu.dropdown-menu-right > li > span,
#customNavigation #oNasButtonOutterId .dropdown-menu.dropdown-menu-right > li > span {
  text-align: left;
  line-height: 50px;
  font-size: 16px;
  padding: 0px 16px !important;
}
#customNavigation #singUpButtonOutterId .dropdown-menu.dropdown-menu-left > li > a,
#customNavigation #oNasButtonOutterId .dropdown-menu.dropdown-menu-left > li > a,
#customNavigation #singUpButtonOutterId .dropdown-menu.dropdown-menu-left > li > span,
#customNavigation #oNasButtonOutterId .dropdown-menu.dropdown-menu-left > li > span {
  text-align: left;
  line-height: 50px;
  font-size: 16px;
  padding: 0px 16px !important;
}
#customNavigation #singUpButtonOutterId ul li:not(.divider),
#customNavigation #oNasButtonOutterId ul li:not(.divider) {
  height: 50px;
}
#customNavigation #singUpButtonOutterId .dropdown-menu:not([class*="bgm-"]) > li > a,
#customNavigation #oNasButtonOutterId .dropdown-menu:not([class*="bgm-"]) > li > a,
#customNavigation #singUpButtonOutterId .dropdown-menu:not([class*="bgm-"]) > li > span,
#customNavigation #oNasButtonOutterId .dropdown-menu:not([class*="bgm-"]) > li > span {
  color: #545454;
  font-weight: bold;
}
#customNavigation #singUpButtonOutterId .activeSub,
#customNavigation #oNasButtonOutterId .activeSub {
  color: #d34c7d !important;
  background-color: #f9f9f9;
  -webkit-box-shadow: inset 3px 0 0 #d34c7d;
  -moz-box-shadow: inset 3px 0 0 #d34c7d;
  -ms-box-shadow: inset 3px 0 0 #d34c7d;
  -o-box-shadow: inset 3px 0 0 #d34c7d;
  box-shadow: inset 3px 0 0 #d34c7d;
}
/*************************** FullScreen menu **********************************/
#fullScreenMenu.fullScreenMenuOutter {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  min-width: 200px;
  overflow-y: auto;
  display: none;
  max-height: calc(100vh - 55px);
  max-height: calc(100dvh - 55px);
  -webkit-box-shadow: 0em 0.125em 0.625em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0em 0.125em 0.625em rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0em 0.125em 0.625em rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0em 0.125em 0.625em rgba(0, 0, 0, 0.2);
  box-shadow: 0em 0.125em 0.625em rgba(0, 0, 0, 0.2);
}
#fullScreenMenu .fullScreenMenuOverlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
}
#fullScreenMenu .menuButtonOutterLi {
  border-top: 1px solid rgba(211, 76, 125, 0.2);
  height: 55px;
  padding: 0px 0px;
}
#fullScreenMenu .menuButtonOutterLi:hover {
  /*.menuButtonOutterLiShadow;*/
}
#fullScreenMenu .multiMenuButtonOutterLi {
  height: 55px;
  overflow: hidden;
}
#fullScreenMenu .multiMenuButtonOutterUl {
  padding: 0px;
}
#fullScreenMenu .menuButtonOutterLiSub {
  height: 165px;
  overflow: hidden;
}
#fullScreenMenu .menuButton {
  position: relative;
  margin: 0px;
  padding: 0px 25px;
  border: 0px;
  height: 100%;
  width: 100%;
  text-align: left;
  color: #757575;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
}
#fullScreenMenu .menuButton.active {
  color: #d34c7d;
  -webkit-box-shadow: inset 3px 0 0 #d34c7d;
  -moz-box-shadow: inset 3px 0 0 #d34c7d;
  -ms-box-shadow: inset 3px 0 0 #d34c7d;
  -o-box-shadow: inset 3px 0 0 #d34c7d;
  box-shadow: inset 3px 0 0 #d34c7d;
}
#fullScreenMenu .menuButton.login {
  color: #fff;
  background-color: #d34c7d;
}
#fullScreenMenu .innerMenu li button {
  padding: 0px 50px;
}
#fullScreenMenu .innerMenu li button:before {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
  left: 1.75rem;
  top: 1.375rem;
  border-left: .0625rem solid #757575;
  border-bottom: .0625rem solid #757575;
  opacity: .4;
}
#fullScreenMenu .innerInnerMenu li button {
  padding: 0px 75px;
}
#fullScreenMenu .innerInnerMenu li button:before {
  left: 3.375rem;
}
#fullScreenMenu .clickable {
  position: relative;
  padding-right: 50px;
  cursor: default;
}
#fullScreenMenu .clickable:after {
  font-size: 21px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f142';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  line-height: 54px;
}
/*************************** FullScreen menu **********************************/
/*************************** Page loader BIG **************************************/
#reviveLoader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#reviveLoader.loaded {
  opacity: 0;
}
#reviveLoader .preloaderLogo {
  width: 80%;
  vertical-align: middle;
}
.loader-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6.25em 0em 0em -6.25em;
  width: 12.5em;
  height: 12.5em;
}
.loader-ring-light {
  width: 12.5em;
  height: 12.5em;
  -webkit-border-radius: 12.5em;
  -moz-border-radius: 12.5em;
  -ms-border-radius: 12.5em;
  border-radius: 12.5em;
  animation: rotate-360 10s linear infinite;
}
.loader-ring-track {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 12.5em;
  height: 12.5em;
  line-height: 12.5em;
  text-align: center;
  -webkit-border-radius: 12.5em;
  -moz-border-radius: 12.5em;
  -ms-border-radius: 12.5em;
  border-radius: 12.5em;
  -webkit-box-shadow: 0 0 0.625em 0.25em rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0.625em 0.25em rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 0 0.625em 0.25em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0.625em 0.25em rgba(0, 0, 0, 0.1) inset;
}
@-webkit-keyframes rotate-360 {
  0% {
    -webkit-box-shadow: 0 0.3125em 0 #dd759b inset;
    -moz-box-shadow: 0 0.3125em 0 #dd759b inset;
    -ms-box-shadow: 0 0.3125em 0 #dd759b inset;
    box-shadow: 0 0.3125em 0 #dd759b inset;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0.3125em 0 #dd759b inset;
    -moz-box-shadow: 0 0.3125em 0 #dd759b inset;
    -ms-box-shadow: 0 0.3125em 0 #dd759b inset;
    box-shadow: 0 0.3125em 0 #dd759b inset;
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-moz-keyframes rotate-360 {
  0% {
    -webkit-box-shadow: 0 0.3125em 0 #dd759b inset;
    -moz-box-shadow: 0 0.3125em 0 #dd759b inset;
    -ms-box-shadow: 0 0.3125em 0 #dd759b inset;
    box-shadow: 0 0.3125em 0 #dd759b inset;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0.3125em 0 #dd759b inset;
    -moz-box-shadow: 0 0.3125em 0 #dd759b inset;
    -ms-box-shadow: 0 0.3125em 0 #dd759b inset;
    box-shadow: 0 0.3125em 0 #dd759b inset;
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-o-keyframes rotate-360 {
  0% {
    -webkit-box-shadow: 0 0.3125em 0 #dd759b inset;
    -moz-box-shadow: 0 0.3125em 0 #dd759b inset;
    -ms-box-shadow: 0 0.3125em 0 #dd759b inset;
    box-shadow: 0 0.3125em 0 #dd759b inset;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0.3125em 0 #dd759b inset;
    -moz-box-shadow: 0 0.3125em 0 #dd759b inset;
    -ms-box-shadow: 0 0.3125em 0 #dd759b inset;
    box-shadow: 0 0.3125em 0 #dd759b inset;
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes rotate-360 {
  0% {
    -webkit-box-shadow: 0 0.3125em 0 #dd759b inset;
    -moz-box-shadow: 0 0.3125em 0 #dd759b inset;
    -ms-box-shadow: 0 0.3125em 0 #dd759b inset;
    box-shadow: 0 0.3125em 0 #dd759b inset;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0.3125em 0 #dd759b inset;
    -moz-box-shadow: 0 0.3125em 0 #dd759b inset;
    -ms-box-shadow: 0 0.3125em 0 #dd759b inset;
    box-shadow: 0 0.3125em 0 #dd759b inset;
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
/*************************** Page loader BIG **************************************/
/*************************** Page loader SMALL **************************************/
#reviveLoaderSmall {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
#reviveLoaderSmall.loaded {
  opacity: 0;
}
#reviveLoaderSmall .preloaderLogo {
  width: 60%;
  vertical-align: middle;
}
.loader-ring-small {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4em 0em 0em -4em;
  width: 8em;
  height: 8em;
}
.loader-ring-light-small {
  width: 8em;
  height: 8em;
  -webkit-border-radius: 8em;
  -moz-border-radius: 8em;
  -ms-border-radius: 8em;
  border-radius: 8em;
  animation: rotate-360-small 10s linear infinite;
}
.loader-ring-track-small {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 8em;
  height: 8em;
  line-height: 8em;
  text-align: center;
  -webkit-border-radius: 8em;
  -moz-border-radius: 8em;
  -ms-border-radius: 8em;
  border-radius: 8em;
  -webkit-box-shadow: 0em 0em 0.625em 0.25em rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0em 0em 0.625em 0.25em rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0em 0em 0.625em 0.25em rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0em 0em 0.625em 0.25em rgba(0, 0, 0, 0.1) inset;
}
@-webkit-keyframes rotate-360-small {
  0% {
    -webkit-box-shadow: 0 0.25em 0 #dd759b inset;
    -moz-box-shadow: 0 0.25em 0 #dd759b inset;
    -ms-box-shadow: 0 0.25em 0 #dd759b inset;
    box-shadow: 0 0.25em 0 #dd759b inset;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0.25em 0 #dd759b inset;
    -moz-box-shadow: 0 0.25em 0 #dd759b inset;
    -ms-box-shadow: 0 0.25em 0 #dd759b inset;
    box-shadow: 0 0.25em 0 #dd759b inset;
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-moz-keyframes rotate-360-small {
  0% {
    -webkit-box-shadow: 0 0.25em 0 #dd759b inset;
    -moz-box-shadow: 0 0.25em 0 #dd759b inset;
    -ms-box-shadow: 0 0.25em 0 #dd759b inset;
    box-shadow: 0 0.25em 0 #dd759b inset;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0.25em 0 #dd759b inset;
    -moz-box-shadow: 0 0.25em 0 #dd759b inset;
    -ms-box-shadow: 0 0.25em 0 #dd759b inset;
    box-shadow: 0 0.25em 0 #dd759b inset;
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-o-keyframes rotate-360-small {
  0% {
    -webkit-box-shadow: 0 0.25em 0 #dd759b inset;
    -moz-box-shadow: 0 0.25em 0 #dd759b inset;
    -ms-box-shadow: 0 0.25em 0 #dd759b inset;
    box-shadow: 0 0.25em 0 #dd759b inset;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0.25em 0 #dd759b inset;
    -moz-box-shadow: 0 0.25em 0 #dd759b inset;
    -ms-box-shadow: 0 0.25em 0 #dd759b inset;
    box-shadow: 0 0.25em 0 #dd759b inset;
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes rotate-360-small {
  0% {
    -webkit-box-shadow: 0 0.25em 0 #dd759b inset;
    -moz-box-shadow: 0 0.25em 0 #dd759b inset;
    -ms-box-shadow: 0 0.25em 0 #dd759b inset;
    box-shadow: 0 0.25em 0 #dd759b inset;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-box-shadow: 0 0.25em 0 #dd759b inset;
    -moz-box-shadow: 0 0.25em 0 #dd759b inset;
    -ms-box-shadow: 0 0.25em 0 #dd759b inset;
    box-shadow: 0 0.25em 0 #dd759b inset;
    -webkit-transform: rotate(1800deg);
    -moz-transform: rotate(1800deg);
    -o-transform: rotate(1800deg);
    -ms-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
/*************************** Page loader SMALL **************************************/
#scrollbar-measure {
  position: absolute;
  top: -624.9375em;
  width: 3.125em;
  height: 3.125em;
  overflow: scroll;
}
.page {
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}
.img-show-wfi {
  opacity: 1 !important;
}
.crawlerLink {
  padding: 0px !important;
  margin: 0px !important;
}
.commonButton {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-weight: 600;
  border: 0px;
  /*background-color: @menuTextHover-color;*/
  background: linear-gradient(90deg, #757575, #979797, #757575);
  color: white;
  vertical-align: middle;
  /*.transitionFunction(background-color @globalTransitionSpeed ease);*/
  /*.transitionFunction(background-image @globalTransitionSpeed ease);*/
  /*&:hover {*/
  /*background-color: @pinkDark-color;*/
  /*background: linear-gradient(90deg, #ac003e, #d34c7d, #ac003e);*/
  /*}*/
}
button {
  background: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:active,
button:focus {
  outline: none;
}
/*.modal-backdrop { //pri mobilnom výbere dátumu bol backdrop ponad kalendár
    z-index: 1050;
}*/
.bootstrap-dialog .modal-dialog {
  max-width: 500px;
  margin: 0 auto;
  z-index: 1050;
}
.bootstrap-dialog .bootstrap-dialog-footer {
  padding: 0 26px 10px;
}
.bootstrap-dialog .bootstrap-dialog-footer-buttons {
  text-align: right;
}
.wf-c-a {
  color: #d34c7d !important;
}
/*# sourceMappingURL=style.css.map */