@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/WorkSans-Regular.woff2") format("woff2"), url("../../fonts/WorkSans-Regular.woff") format("woff"), url("../../fonts/WorkSans-Regular.ttf") format("truetype");
}
body {
  background-color: #ebebeb;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
}

a:not(.btn), a:hover:not(.btn), a:active:not(.btn), a:visited:not(.btn) {
  color: #303030;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1 {
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  position: absolute;
}

/* NAVIGATION */
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.navbar-default {
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  background-color: #ffffff;
}

.navbar-brand {
  padding: 5px 15px;
}

.navbar-brand img {
  height: 100%;
  width: auto;
  margin-right: 20px;
}

.navbar-nav a i {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border: 1px solid #dfdfdf;
  color: #4db8ff;
  padding: 8px;
  border-radius: 100%;
  text-align: center;
}

.navbar-nav a:hover i {
  background-color: #f2f2f2;
}

.navbar-nav a i.fa-green {
  border: 1px solid #9c0;
  color: #9c0;
}

.navbar-hide {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-hide {
    display: none;
  }

  .navbar-right a i {
    margin-right: 0;
  }

  .navbar-right a {
    padding: 8px !important;
  }
}
/* FILTRACE */
.filter-menu {
  background: #4db8ff;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
}

.filter-menu .navbar-toggle i {
  color: #ffffff;
  margin-left: 10px;
}

.navbar-collapse-title {
  float: left;
  color: #ffffff;
  font-size: 16px;
}

.filter-menu .navbar-toggle:hover, .filter-menu .navbar-toggle:focus {
  background-color: #ffffff;
}

.filter-menu .navbar-toggle:hover i, .filter-menu .navbar-toggle:focus i {
  color: #4db8ff;
}

.filter-menu .navbar-toggle:hover .navbar-collapse-title, .filter-menu .navbar-toggle:focus .navbar-collapse-title {
  color: #4db8ff;
}

.filter-menu input.filter-city {
  margin-top: 10px;
}

.filter-menu .filter-date {
  width: 120px;
  margin-right: 10px;
}

.filter-menu .filter-event {
  width: calc(100% - 136px);
}

.form-inline .form-group.filter-date, .form-inline .form-group.filter-event {
  display: inline-block;
}

.filter-menu form {
  text-align: center;
}

.filter-menu .form-control {
  border: 0;
}

.filter-city-info {
  float: left;
  color: #ffffff;
  line-height: 54px;
  white-space: nowrap;
}

.city-locate {
  border: 1px solid #ffffff;
  padding: 9px 13px;
  border-radius: 4px;
  margin: 0 15px;
  display: inline;
}

.city-locate:hover, .city-locate:hover i {
  background-color: #ffffff;
  color: #4db8ff;
}

.city-locate i {
  color: #ffffff;
}

.city-locale-hide {
  display: none;
}

.city-locate-full {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 6px 12px 7px;
  vertical-align: middle;
}

.city-locate-full:hover {
  border-right: 1px solid #4db8ff;
}

.city-locate-full i {
  color: #ffffff;
}

.city-locate-full:hover i {
  color: #4db8ff;
}

.city-locate-full:hover {
  background-color: white;
}

.search-trash-full {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 4px;
  padding: 6px 12px 7px;
  vertical-align: middle;
}

.search-trash-full:hover {
  border-right: 1px solid #4db8ff;
}

.search-trash-full i {
  color: #ffffff;
}

.search-trash-full:hover i {
  color: #4db8ff;
}

.search-trash-full:hover {
  background-color: white;
}

.filter-trash {
  width: 46px;
}

.filter-trash-btn {
  padding: 9px 13px;
}

.filter-menu .navbar-toggle.filter-trash-btn i {
  margin: 0;
}

@media (max-width: 804px) {
  .form-group.filter-trash {
    display: none;
  }
}
@media (min-width: 768px) {
  .filter-menu input {
    margin: 10px 5px;
  }

  .filter-menu .filter-date {
    width: auto;
    margin-right: 0;
  }

  .filter-menu input.filter-city {
    width: 300px;
    margin-left: -5.5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .filter-menu .filter-date input {
    width: 120px;
  }

  .filter-menu .filter-event {
    width: auto;
  }

  .filter-city-info {
    display: none;
  }

  .city-locale-hide {
    display: inline;
  }
}
/* SUBFILTR */
.filter-submenu {
  background-color: #ffffff;
  padding: 0 15px 5px;
}

.filter-submenu .btn-group {
  margin: 10px 5px 0;
}

.filter-submenu .btn {
  color: #4db8ff;
  border: 1px solid #4db8ff;
  background-color: transparent;
  outline: none;
  padding: 3px 12px;
}

.filter-submenu .btn:hover, .filter-submenu .btn:active {
  color: #ffffff;
  border: 1px solid #4db8ff;
  background-color: #4db8ff;
  outline: none;
}

/* PAGE CONTENT */
.page-box {
  background-color: #ffffff;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 15px;
}

@media (min-width: 992px) {
  .page-box {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
  }
}
/* DAYS */
.day {
  border-left: 5px solid transparent;
  padding: 10px 0;
}

.day-box {
  padding: 10px 15px 15px;
}

.day-box .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.day-box .row:nth-child(even) .day {
  background-color: #F2F2F2;
}

.day-box .row:hover .day {
  background-color: #e0e0e0;
}

.day-title {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 15px 10px !important;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.day-title-weekend {
  color: #E6005D;
}

.day div {
  padding: 2px 10px;
  display: inline-block;
  vertical-align: middle;
}

.day .day-time {
  width: 130px;
}

.day .day-type {
  width: calc(100% - 140px);
  color: #E6005D;
}

.day .day-name {
  width: 100%;
  font-weight: bold;
}

.day-canceled {
  border-left: 5px solid #E6005D !important;
}

.day-current {
  border-left: 5px solid #99CC00 !important;
}

.day-past {
  border-left: 5px solid #b3b3b3 !important;
}

.day-past, .day-past .day-type, .day-grey, .day-past .text-pink {
  color: #b2b2b2;
}

.day-wrap {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .day .day-type {
    width: 200px;
  }

  .day .day-name {
    width: calc(100% - 345px);
  }
}
@media (min-width: 992px) {
  .day-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .day .day-type {
    width: 200px;
    color: inherit;
  }

  .day .day-name {
    width: calc(100% - 705px);
  }

  .day .day-place {
    width: 250px;
  }

  .day .day-admission {
    width: 100px;
    text-align: right;
  }

  .day-box .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* FOOTER + BUTTONS */
.show-days {
  text-align: center;
}

.show-days a {
  color: #ffffff;
  background-color: #4db8ff;
  border: 1px solid #4db8ff;
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  border-radius: 4px;
}

.show-days a:hover {
  color: #4db8ff;
  background-color: #ffffff;
}

.show-events {
  text-align: center;
}

.show-events a:hover {
  color: #ffffff;
  background-color: #4db8ff;
}

.show-events a {
  color: #4db8ff;
  background-color: #ffffff;
  border: 1px solid #4db8ff;
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  border-radius: 4px;
}

.event-days .show-events .loadMoreEventsHr {
  margin-top: 15px;
}

.event-days .show-events a {
  margin-top: 0;
  margin-bottom: 15px;
  background-color: transparent;
}

.event-days .show-events a:hover {
  background-color: #4db8ff;
}

.copyright {
  text-align: center;
  color: #b2b2b2;
  margin: 20px auto 10px;
}

/* SLIDER */
.adbanners .row .container .row .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.adbanners .page-box {
  padding: 15px;
}

.bx-viewport {
  height: auto;
}

.bxslider-textbox {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  width: 100%;
  height: 100%;
  display: none;
}

ul.slider li:hover .bxslider-textbox {
  display: block;
}

.bxslider-titlebox {
  font-size: 18px;
  text-align: center;
  margin-top: 18%;
  font-weight: bold;
  padding: 0 20px;
}

.bxslider-townbox, .bxslider-eventbox {
  display: inline-block;
  vertical-align: middle;
  line-height: 8px;
  position: absolute;
}

.bxslider-townbox {
  left: 10px;
  bottom: 10px;
}

.bxslider-eventbox {
  right: 10px;
  bottom: 14px;
}

@media (min-width: 992px) {
  .adbanners .row .container .row .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ================================================================================================================== */
/* DETAIL */
/* ================================================================================================================== */
.event-title-wrap {
  background-color: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
}

.event-title {
  font-size: 28px;
  font-weight: bold;
}

.event-type {
  margin-top: 10px;
}

.event-day {
  margin: 15px 15px 0;
}

.event-day, .event-day-content {
  border: 1px solid #dfdfdf;
  padding: 0px 15px;
  margin-top: 15px;
  background-color: #ffffff;
}

.event-day-content {
  padding: 0;
  border-left: 0;
  border-right: 0;
}

.event-day-content-wrap {
  padding: 0px 15px;
}

.event-day-content h3, .sidebar-wrap h3 {
  padding: 10px 15px;
}

.event-day-content p {
  padding: 10px 0;
}

.sidebar-wrap p {
  padding: 15px;
  line-height: 1.6;
}

.event-day-content h3, .sidebar-wrap h3 {
  border-bottom: 1px solid #dfdfdf;
  font-size: 18px;
  font-weight: bold;
}

.event-day-content p {
  line-height: 24px;
}

.event-day-dateinfo, .event-day-placeinfo {
  padding: 10px 15px;
}

.event-day-placeinfo {
  border-top: 1px dashed #dfdfdf;
  width: auto;
  margin-left: 2px;
}

.day-canceled .event-day-placeinfo, .day-current .event-day-placeinfo, .day-past .event-day-placeinfo {
  margin-left: 0px;
}

.event-day-date, .event-day-city {
  font-weight: bold;
}

.event-day-date span, .event-day-city span {
  font-weight: normal;
}

.event-day-time, .event-day-placetype {
  margin-top: 5px;
}

.event-day-time span {
  margin-left: 15px;
}

.text-pink {
  color: #E6005D;
}

.event-days-more {
  text-align: center;
}

.event-days-more a {
  display: inline-block;
  margin: 15px auto;
  text-align: center;
  border: 1px solid #4db8ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  color: #4db8ff;
}

.event-days-more a:hover {
  background-color: #4db8ff;
  color: #ffffff;
}

.event-info {
  padding-right: 0;
  padding-left: 0;
}

.map-container {
  padding: 15px;
}

#m {
  min-height: 380px;
}

@media (min-width: 992px) {
  .event-day-placeinfo {
    border-top: 0;
    border-left: 1px dashed #dfdfdf;
  }

  .event-info {
    padding-left: 15px;
  }

  .event-day {
    margin: 15px 15px 0;
  }

  .event-day-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }
}
/* EVENT DETAIL SIDEBAR */
.sidebars {
  padding-left: 0;
  padding-right: 0;
}

.sidebar-wrap {
  margin-top: 15px;
  background-color: #ffffff;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.sidebar-wrap a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  text-align: center;
  color: #4db8ff;
  border: 1px solid #4db8ff;
  width: calc(50% - 8px);
}

.sidebar-wrap a:hover {
  color: #ffffff;
  background-color: #4db8ff;
}

.sidebar-wrap.service a {
  color: #E6005D;
  border: 1px solid #E6005D;
}

.sidebar-wrap a.disabled {
  border-color: #dfdfdf;
  color: #dfdfdf;
  pointer-events: none;
}

.sidebar-wrap.service a:hover {
  color: #ffffff;
  background-color: #d90057;
}

.sidebar-wrap.service a.promote {
  color: #ffffff;
  background-color: #E6005D;
  width: 100%;
  margin-top: 10px;
}

.sidebar-wrap.service a.promote:hover {
  color: #d90057;
  background-color: #ffffff;
}

.sidebar-wrap a:nth-child(2) {
  margin-left: 10px;
}

.sidebar-wrap a.buytickets {
  color: #ffffff;
  background-color: #4db8ff;
  width: 100%;
  margin-top: 10px;
}

.sidebar-wrap a.buytickets:hover {
  background-color: #ffffff;
  color: #4db8ff;
}

div.poster-sm {
  /*display: none;*/
  min-height: initial;
  position: relative;
}

div.poster {
  position: relative;
}

.poster-sm img {
  width: 100%;
}

.poster img {
  width: 100%;
}

.sidebar-wrap.poster a {
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: black;
}

.sidebar-wrap.poster-sm a {
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: black;
}

.poster a[href] img:hover {
  opacity: 0.5;
}

.poster-sm a[href] img:hover {
  opacity: 0.5;
}

.poster a[href]:hover span.glyphicon-search {
  display: block;
  opacity: 1;
}

.poster-sm a[href]:hover span.glyphicon-search {
  display: block;
  opacity: 1;
}

.poster a[href] span.glyphicon-search {
  display: none;
}

.poster-sm a[href] span.glyphicon-search {
  display: none;
}

.poster a[href] span.glyphicon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  color: white;
}

.poster-sm a[href] span.glyphicon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  color: #4db8ff;
}

.sidebars-right {
  display: grid;
}

.sidebars-right .sidebar-wrap {
  width: 100%;
}

.poster-modal .modal {
  padding: 15px !important;
  text-align: center;
}

.poster-modal .modal-dialog {
  /*width: 100%;*/
  /*!*height: 100%;*!*/
  /*margin: auto;*/
  /*max-width: 1270px;*/
  max-width: 100%;
  width: auto !important;
  display: inline-block;
  margin: 0;
}

.poster-modal .modal-content {
  /*height: 100%;*/
}

.poster-modal .modal-body {
  overflow-x: scroll;
  text-align: center;
}

.poster-modal img {
  /*width: 100%;*/
}

.modal-header .modal-title {
  display: inline;
}

@media (max-width: 767px) {
  .poster-sm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebars-right {
    padding-left: 15px;
  }

  .sidebar-wrap {
    display: inline-block;
    width: calc(50% - 7px);
    vertical-align: top;
    float: right;
    border-left: 1px solid #dfdfdf;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .poster-sm {
    display: inline-block;
  }

  .poster {
    display: none;
  }

  .poster, .poster-sm {
    min-height: 380px;
    float: left;
    border-left: 0;
    border-right: 1px solid #dfdfdf;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 0px 4px 4px 0px;
  }
}
@media (min-width: 992px) {
  div.poster-sm {
    display: none;
  }

  .sidebars {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sidebar-wrap {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}
/* ERROR */
.error404container {
  margin: 0 auto;
  text-align: center;
}

.error404 {
  margin: 5px auto 0px;
}

h2.error404 {
  margin: 40px 0;
}

a.error404 {
  display: inline-block;
  color: #337ab7;
}

#loadingOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-top: 50%;
  cursor: wait;
}
#loadingOverlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  margin-top: -18px;
  margin-left: -18px;
}

.loadMoreEventsHr {
  margin: 0;
  margin-top: 16px;
}

/*https://www.w3schools.com/howto/howto_css_custom_checkbox.asp*/
.checkbox-container-group {
  margin: 5px 5px 0;
  display: inline-block;
}

.checkbox-container {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: -6px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .btn {
  background-color: #4db8ff;
  color: white;
}

.checkbox-container-group .checkbox-container:not(:first-child):not(:last-child) .btn {
  border-radius: 0;
}

.checkbox-container-group .checkbox-container:first-child:not(:last-child) .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.checkbox-container-group .checkbox-container:last-child:not(:first-child) .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.checkbox-container-group .checkbox-container:not(:last-child) .btn {
  border-right: none;
}

#filter-menu-collapse {
  text-align: center;
}

.selectize-control {
  padding: 0;
}

#searchBox .selectize-control.form-control {
  width: 300px;
  margin: 10px 5px;
  margin-left: -5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#searchBox .selectize-control .selectize-input {
  white-space: nowrap;
  break-inside: avoid-column;
  text-align: left;
}

#searchBox .selectize-control .selectize-dropdown {
  text-align: left;
}

.selectize-control .selectize-input {
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  padding-left: 12px;
}

.selectize-control .selectize-input.focus {
  padding-left: 12px;
}

.selectize-control .selectize-input:after {
  border: none !important;
}

.selectize-control .selectize-input.focus {
  box-shadow: none;
}

.selectize-control .selectize-input * {
  font-size: 14px;
}

.selectize-control .selectize-dropdown {
  box-shadow: none;
  padding: 0;
  height: auto;
  border: 1px solid #ebebeb;
  /*background-color: white;*/
}

.selectize-control .selectize-dropdown .option {
  /*box-shadow: none;*/
  background-color: white;
}

.selectize-control .selectize-dropdown .option:hover {
  background-color: #ebebeb;
}

.selectize-control .selectize-dropdown .option.active {
  background-color: #ebebeb;
}

/*.selectize-control .selectize-dropdown.active {*/
/*background-color: inherit;*/
/*}*/
/*.selectize-control .selectize-dropdown .selectize-dropdown-content {*/
/*background-color: inherit;*/
/*}*/
.error-content {
  max-width: 450px;
  text-align: center;
  margin: 0px auto;
  margin-top: 15px;
}
.error-content h3 {
  font-size: 20px;
  padding: 15px 15px;
}
.error-content img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.error-content p {
  padding: 0;
  margin-bottom: 30px;
}
.error-content .error-content-body {
  padding-left: 15px;
  padding-right: 15px;
}
.error-content .error-content-footer {
  border-top: 1px solid #dfdfdf;
  padding: 15px 15px;
}
.error-content .error-content-footer a {
  margin-top: 0;
}

#top-padder {
  padding-top: 54px;
}

#hambac-wrapper {
  z-index: 99;
  width: 100%;
}

#header-wrapper {
  z-index: 99;
}

.header {
  width: 100%;
}
.header .nav > li > a {
  padding-left: 0;
  padding-right: 0;
}
.header .hamburger:hover {
  background-color: #f2f2f2;
}
.header .hamburger:focus {
  background-color: #f2f2f2;
}
.header .navbar-toggle {
  float: left;
  border: 0;
  margin-left: 30px;
  margin-right: 15px;
}
.header .navbar-right {
  float: right !important;
}
.header .navbar-nav {
  margin: 0;
}
.header .navbar-nav a i {
  border: 0;
}
.header .navbar-nav span {
  margin-left: 10px;
  margin-right: 10px;
}
.header .navbar-nav li {
  border: 0;
}
.header .navbar-right {
  margin-right: 15px;
}

#hambac-menu {
  display: none;
  left: -300px;
  position: fixed;
  z-index: 99;
  background-color: #ebebeb;
  height: 100%;
  width: 285px;
}
#hambac-menu .follow-bar i {
  margin-left: 15px;
  margin-right: 15px;
  color: #777777;
  font-size: 30px;
}
#hambac-menu .follow-bar i:hover {
  color: #4db8ff;
}
#hambac-menu .follow-bar div {
  text-align: center;
}
#hambac-menu .follow-bar td {
  text-align: center;
}
#hambac-menu .follow-bar table {
  width: 100%;
}
#hambac-menu .copyright-menu-footer {
  margin-top: 30px;
  text-align: center;
}
#hambac-menu .item {
  border-left: 7px solid white;
  background-color: white;
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
  margin: 0;
  font-size: 18px;
}
#hambac-menu .item i {
  color: #4db8ff;
  margin-right: 15px;
  padding-left: 18px;
  padding-right: 25px;
}
#hambac-menu .item i.fa-info {
  margin-left: 5px;
  margin-right: 20px;
}
#hambac-menu .item.active {
  border-left: 7px solid #4db8ff;
}
#hambac-menu .item:hover {
  background-color: #f2f2f2;
  border-left: 7px solid #f2f2f2;
}
#hambac-menu .item:hover.active {
  border-left: 7px solid #4db8ff;
}
#hambac-menu .level2 .item {
  border-left: 7px solid white;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ebebeb;
  padding: 15px;
  margin: 0;
  font-size: 18px;
}
#hambac-menu .level2 .item i {
  color: #4db8ff;
  margin-right: 15px;
  padding-left: 18px;
  padding-right: 25px;
}
#hambac-menu .level2 .item i.fa-info {
  margin-left: 5px;
  margin-right: 20px;
}
#hambac-menu .level2 .item.active {
  border-left: 7px solid #4db8ff;
}
#hambac-menu .level2 .item:hover {
  background-color: #f2f2f2;
  border-left: 7px solid #f2f2f2;
}
#hambac-menu .level2 .item:hover.active {
  border-left: 7px solid #4db8ff;
}
#hambac-menu .show-days {
  padding: 30px;
}
#hambac-menu .add-event {
  margin: 0px;
  width: 100%;
}
#hambac-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#hambac-menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1805px) {
  #hambac-menu-overlay {
    display: none !important;
  }

  #hambac-menu {
    display: block;
    left: 0;
  }
  #hambac-menu.hidden {
    display: none;
  }
}
#searchForm div.container-fluid {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@keyframes hambac-overlay-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hambac-overlay-hide-animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hambac-menu-animation {
  from {
    left: -300px;
  }
  to {
    left: 0;
  }
}
@keyframes hambac-menu-hide-animation {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}
.hambac-overlay-animate {
  animation-name: hambac-overlay-animation;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
}

.hambac-overlay-hide-animate {
  animation-name: hambac-overlay-hide-animation;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
}

.hambac-menu-animate {
  animation-name: hambac-menu-animation;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
}

.hambac-menu-hide-animate {
  animation-name: hambac-menu-hide-animation;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
}

.search-form-container .row .container .row .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .search-form-container .row .container .row .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event-detail-title {
  padding-left: 0;
  padding-right: 0;
}
.event-detail-title .event-day-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .event-detail-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }

  .kontakt-tablet-phone {
    display: none;
  }
}
@media (max-width: 992px) {
  .kontakt-pc {
    display: none;
  }
}
#hambac-menu-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#hambac-menu-container-content {
  width: 100%;
}

.kontakt {
  padding-left: 0;
}
.kontakt i {
  margin-right: 15px;
  color: lightgreen;
}
.kontakt hr {
  margin: 0;
}

.provozovatel table td:first-child {
  text-align: right;
  color: lightgrey;
  padding-right: 15px;
}

#admin-layout body {
  padding: 20px;
}
#admin-layout .navbar-header {
  padding: 7px 7px;
}
#admin-layout .grido .filter {
  display: none;
}
#admin-layout .dropdown a {
  padding-left: 10px;
  margin-right: 10px;
}
#admin-layout .site-status-info {
  text-align: center;
}
#admin-layout .grido th.column {
  text-transform: none;
}

#front-layout body {
  background-color: white;
  padding: 20px;
}
#front-layout .lb-caption {
  color: black;
}
#front-layout .copyright {
  margin: 8px auto 10px;
  text-align: right;
}
#front-layout .zahlavi {
  text-transform: uppercase;
}
#front-layout .nav > li > a {
  padding: 10px 15px;
}
#front-layout .logo-col {
  text-align: right;
}
#front-layout .logo-col img {
  width: 150px;
  max-width: 130%;
}
#front-layout .lb-nav a.lb-next {
  background: none;
}
#front-layout .lb-nav a.lb-prev {
  background: none;
}
#front-layout .lb-data .lb-close {
  width: 20px;
  height: 20px;
  background: url("/js/plugins/lightbox2/dist/images/close_black.png") top right no-repeat;
  background-size: 20px;
}
#front-layout .container {
  max-width: 90% !important;
}
#front-layout .navbar-nav li {
  border-left: 0;
}
#front-layout .navbar-nav li a:hover {
  background-color: white;
}
#front-layout .navbar-nav li a:focus {
  background-color: white;
}
#front-layout .navbar-header {
  padding-top: 7px;
}
#front-layout .navbar-default {
  border: 0;
}
#front-layout .all-categories {
  color: #cb0827;
}
#front-layout .stillLife {
  color: #5a7cc2;
}
#front-layout .landscape {
  color: #78e6d0;
}
#front-layout .portrait {
  color: #ed7464;
}
#front-layout .footer {
  margin-top: 100px;
}
#front-layout #content {
  padding-left: 25px;
  padding-top: 10px;
}
#front-layout .artworks {
  margin: 0px auto;
}
#front-layout .artwork {
  text-align: center;
  margin-top: 16px;
}
#front-layout .artwork img {
  width: 100%;
}
#front-layout .artwork:hover img {
  -webkit-box-shadow: 0px 38px 47px 1px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 38px 47px 1px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 38px 47px 1px rgba(0, 0, 0, 0.21);
  cursor: pointer;
}
#front-layout .artwork-detail {
  margin-top: 4px;
  text-align: left;
}
#front-layout .about-author-page img {
  width: 100%;
}
#front-layout #hambac-wrapper {
  max-width: 1200px;
  margin: 0px auto;
}
#front-layout .about-author-page {
  margin: 0px auto;
}
#front-layout .lightboxOverlay {
  background-color: white;
  opacity: 1;
}

.grido table tfoot td.row-grid-bottom {
  text-align: right;
}

.row-grid-bottom>div {
  display: inline-block;
}

@media (min-width: 768px) {
  .header .navbar-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  #front-layout .navbar-nav {
    text-align: center;
  }
  #front-layout .logo-col {
    text-align: center;
  }
  #front-layout .copyright {
    text-align: center;
  }
  #front-layout .about-author-page .col-sm-8 {
    margin-top: 10px;
  }
}
