/* colors */
/* fonts */
/* RWD */
/* basic */
/* custom */
/* gradient */
.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.border-bottom {
  border-bottom: 1px solid; }

.border-grey {
  border-color: #b9b9b9; }

.btn.btn-scroll-down {
  width: 50px;
  height: 50px;
  background: #f7941d url('../../images/icons/arrow-down.png') no-repeat center;
  border-radius: 50%; }
  .btn.btn-scroll-down:focus {
    outline: none; }

.btn.btn-primary {
  background: #f7941d;
  border-radius: 20px;
  font-family: 'Pridi', serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 25px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #f9ab4e; }

.btn.btn-orange {
  border-radius: 15px;
  border: 1px solid #dadada;
  font-family: 'Pridi', serif;
  font-size: 14px;
  color: #c1c1c1;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }
  .btn.btn-orange:hover, .btn.btn-orange:focus {
    background: #f7941d;
    border: 1px solid #f7941d;
    color: white;
    outline: none; }

a.more {
  color: #f7941d; }

.close {
  opacity: 0.4; }

html {
  position: relative;
  height: 100%; }

body {
  height: 100%;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  color: #555; }

h1, h2, h3, h4 {
  font-family: 'Pridi', serif;
  color: #000; }

h1.small {
  font-size: 110%;
  text-transform: uppercase;
  margin: 15px 0 15px; }

img {
  max-width: 100%; }

mark {
  background: #fff5ba none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 0 2px; }

.outer-container.homepage {
  background: #ececec;
  width: 100%; }

.outer-wrapper-white, .outer-wrapper-white .outer-container.homepage {
  background: transparent; }

.main-container {
  background: #fff;
  padding-top: 20px;
  /* margin-top: 118px; */
  padding-bottom: 50px; }
  .main-container h2 {
    overflow: hidden;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px; }
  .main-container h2:after {
    background-color: #cecece;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    left: 0.5em;
    margin-right: -100%; }

table.details {
  width: 100%; }
  table.details tr:nth-child(odd) {
    background: #ececec; }
  table.details td, table.details th {
    padding: 10px; }
/* Bootstrap */
.btn {
  border-radius: 0; }

.btn-primary {
  background: #f7941d;
  border: 0; }

.navbar-toggle .icon-bar {
  background: #999;
  border-radius: 2px;
  height: 4px;
  margin-bottom: 7px;
  width: 30px; }

.navbar-toggle {
  padding: 10px 0;
  margin-top: 10px; }

.page-header {
  margin: 0;
  border-bottom: none; }
  .page-header h1 {
    margin-bottom: 25px;
    padding-bottom: 15px; }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .navbar-collapse.in {
    overflow-y: auto !important; } }
/* Layout */
.layout-top {
  position: relative;
  width: 100%;
  z-index: 100;
  margin-bottom: 1px; }

.layout-top.fixed {
  position: fixed; }

.layout-top .photo {
  height: 300px;
  background: center center no-repeat #333;
  background-size: cover; }

.navbar-brand {
  overflow: hidden;
  padding: 0;
  width: 92px;
  height: 90px;
  margin: 10px 0;
  background: url('../../images/layout/logo.png') center center no-repeat; }

.navbar-brand a {
  display: block;
  height: 90px; }

.navbar {
  background: #fff;
  border-radius: 0;
  padding: 0 30px;
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-tbox-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
  .navbar .top {
    float: right;
    padding-top: 10px;
    height: 40px; }
    .navbar .top .theme-picker {
      float: left; }
      .navbar .top .theme-picker a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        border: 1px solid #ccc;
        margin: 0 5px 0 0;
        font-size: 11px;
        font-weight: bold; }
        .navbar .top .theme-picker a, .navbar .top .theme-picker a:hover {
          text-decoration: none; }
        .navbar .top .theme-picker a.normal {
          background-color: white !important; }
          .navbar .top .theme-picker a.normal .no-wcag {
            color: black !important; }
        .navbar .top .theme-picker a.black-on-yellow {
          background-color: #f9e81e !important;
          border-color: #f9e81e; }
          .navbar .top .theme-picker a.black-on-yellow .no-wcag {
            color: black !important; }
        .navbar .top .theme-picker a.yellow-on-black {
          background-color: black !important;
          border-color: black; }
          .navbar .top .theme-picker a.yellow-on-black .no-wcag {
            color: #f9e81e !important; }
    .navbar .top input {
      border: 1px solid #d0d0d0;
      padding: 5px;
      border-radius: 4px;
      font: 14px Roboto;
      color: #353535;
      height: 30px; }
    .navbar .top .search-input {
      background: #fff url("../../images/layout/search.png") right center no-repeat; }
    .navbar .top form {
      display: block;
      float: left;
      margin-left: 15px; }
      @media only screen and (max-width: 991px) {
  .navbar .top form {
    display: none; } }
    .navbar .top form.newsletter label {
      font-weight: normal;
      font: 12px Roboto;
      color: #353535;
      margin: 0;
      float: left;
      border-radius: 0 4px 4px 0; }
      .navbar .top form.newsletter label input {
        margin-left: 10px; }
      .navbar .top form.newsletter button {
        display: inline-block;
        float: left;
        height: 30px;
        width: 30px;
        border: 0;
        margin-left: -4px;
        border-radius: 0 4px 4px 0;
        background: #00aeef url("../../images/icons/arrow-right-white.svg") center center no-repeat;
        background-size: 20px; }
    .navbar .top a {
      display: block;
      float: left;
      margin-left: 15px;
      padding: 0;
      color: #353535;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      font: 14px/28px Roboto; }
      .navbar .top a:hover {
        text-decoration: none;
        color: #f7941d; }

@media only screen and (min-width: 991px) {
  .navbar-nav.navbar-right:last-child {
    clear: right;
    margin-right: 0; }

  .navbar-nav > li > a {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 25px 15px;
    letter-spacing: 1px;
    font-family: 'Pridi', serif;
    font-weight: normal;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .navbar-nav > li > a img {
      position: absolute;
      bottom: 0;
      left: 50%;
      opacity: 0;
      padding: 10px;
      background: #f7941d;
      border-radius: 50%;
      margin-left: -20px;
      max-width: 28px;
      box-sizing: content-box;
      -webkit-transition: 0.1s all;
      -moz-transition: 0.1s all;
      -ms-transition: 0.1s all;
      -o-transition: 0.1s all;
      transition: 0.1s all; }

  .navbar-nav > li > a.active, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background: #f7941d;
    color: white;
    position: relative; }
    .navbar-nav > li > a.active img, .navbar-nav > li > a:hover img, .navbar-nav > li > a:focus img {
      bottom: -20px;
      opacity: 1; }

  .navbar-collapse {
    margin-left: 110px;
    padding: 0; }

  .navbar-wrapper {
    margin-top: 50px; } }

@media only screen and (min-width: 992px) and (max-width: 1259px) {
  .navbar-wrapper {
    font-size: 11px; }
    .navbar-wrapper .navbar-nav > li > a {
      padding: 25px 10px; } }

@media only screen and (max-width: 991px) {
  .navbar-wrapper {
    clear: both; }

  .navbar-nav > li > a {
    text-transform: uppercase;
    color: #000;
    font-family: 'Pridi', serif;
    font-weight: normal; }
    .navbar-nav > li > a img {
      display: none; } }

.sidebar {
  padding-top: 10px;
  padding-bottom: 20px; }

.sidebar ul.vertical-menu {
  margin: 0 0 25px; }
  .sidebar ul.vertical-menu.title {
    margin: 0px; }

.sidebar .vertical-menu a {
  padding-left: 20px; }

ul.vertical-menu {
  margin: 10px 0;
  padding: 0 0 0 5px;
  list-style: none; }
  ul.vertical-menu li {
    border-left: 1px solid #dadada; }
  ul.vertical-menu li.title {
    border: 0;
    color: #00aeef;
    padding: 10px 0;
    font-family: 'Pridi', serif;
    font-size: 120%;
    margin-left: -5px;
    text-transform: uppercase; }
  ul.vertical-menu a {
    display: block;
    padding: 8px 0;
    color: #000;
    transition: 0.3s;
    border-left: 1px solid #dadada;
    margin-left: -1px; }
    ul.vertical-menu a img {
      max-width: 20px;
      margin-right: 5px;
      vertical-align: text-bottom; }
  ul.vertical-menu .active > a {
    font-weight: bold;
    position: relative; }
    ul.vertical-menu .active > a:after {
      background: #00aeef;
      border-radius: 5px;
      content: " ";
      display: block;
      height: 10px;
      left: -5px;
      position: absolute;
      top: 50%;
      width: 10px;
      border: 2px solid #fff;
      margin-top: -5px; }
  ul.vertical-menu a:hover {
    color: #f7941d;
    text-decoration: none;
    border-color: #f7941d; }
  ul.vertical-menu ul {
    list-style: none;
    padding: 5px 0 5px 30px; }
    ul.vertical-menu ul a {
      border-bottom: 0;
      padding: 8px 0;
      border-left: 0; }

.breadcrumbs {
  margin-top: 35px;
  margin-bottom: 10px; }
  .breadcrumbs a, .breadcrumbs span {
    color: #000;
    padding: 10px;
    display: inline-block;
    padding: 5px;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .breadcrumbs span:last-child, .breadcrumbs a:last-child {
    font-weight: bold; }
  .breadcrumbs .separator {
    color: #999; }

.below-columns {
  padding: 50px 0;
  border-top: 1px solid #ccc;
  margin-top: 50px; }

.footer {
  padding-top: 1px; }

.footer .row {
  padding-top: 80px;
  padding-bottom: 40px; }

.footer .ue-container {
  text-align: center;
  padding: 25px; }

.footer .bottom {
  padding: 25px 0;
  color: #454545;
  font-family: 'Pridi', serif; }

.footer .bottom .separator {
  margin-left: 20px;
  padding-left: 20px;
  height: 16px;
  border-left: 1px solid #454545;
  display: inline-block;
  vertical-align: middle; }

.footer .bottom a {
  color: #999; }

.navbar-footer {
  list-style: none;
  text-align: right; }
  .navbar-footer li {
    display: inline-block; }
    .navbar-footer li:not(:last-child):after {
      content: "|";
      display: inline-block;
      margin: 0 8px;
      color: #999; }

.home-slides .wiget-text-photo {
  margin-top: 0;
  height: calc(100vh - 150px);
  position: relative; }
  .home-slides .wiget-text-photo .glass {
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    max-width: 60%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .home-slides .wiget-text-photo .glass:hover {
      background: none; }
    .home-slides .wiget-text-photo .glass h2, .home-slides .wiget-text-photo .glass p {
      font-family: 'Pridi', serif;
      font-size: 36px;
      color: white;
      position: relative;
      padding-left: 50px;
      padding-right: 50px;
      display: inline; }
    .home-slides .wiget-text-photo .glass h2:before, .home-slides .wiget-text-photo .glass p:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #00aeef;
      opacity: 0.9;
      z-index: -1;
      -webkit-transform: skewX(160deg);
      -moz-transform: skewX(160deg);
      -ms-transform: skewX(160deg);
      -o-transform: skewX(160deg);
      transform: skewX(160deg); }
    .home-slides .wiget-text-photo .glass h2:empty, .home-slides .wiget-text-photo .glass p:empty {
      display: none; }
    .home-slides .wiget-text-photo .glass h2:after {
      content: "\A";
      white-space: pre; }
    .home-slides .wiget-text-photo .glass p {
      font-size: 18px;
      padding-left: 30px;
      padding-right: 30px;
      position: relative;
      top: 20px; }
    .home-slides .wiget-text-photo .glass p:before {
      background: #1b75bc;
      opacity: 0.8;
      -webkit-transform: skewX(20deg);
      -moz-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
      -o-transform: skewX(20deg);
      transform: skewX(20deg); }

.home + .lSSlideOuter .lSPager {
  position: relative;
  top: -70px; }
  .home + .lSSlideOuter + .btn.btn-scroll-down {
    position: absolute;
    top: calc(100vh - 28px);
    left: 50vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home + .lSSlideOuter:not(.noPager) + .btn.btn-scroll-down + * {
    margin-top: -25px; }

.layout-top.home .photo {
  display: none; }

.underlined {
  text-align: center;
  font-family: 'Pridi', serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  overflow: visible;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid; }
  .underlined.blue {
    color: #00aeef;
    border-color: #00aeef; }
  .underlined.white {
    color: white;
    border-color: transparent; }
  .underlined.white:after {
    background-color: transparent; }
  .underlined.white:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: white;
    background: -webkit-linear-gradient(0deg, white 0%, white 40%, transparent 40%, transparent 60%, white 60%, white 100%);
    background: linear-gradient(90deg, white 0%, white 40%, transparent 40%, transparent 60%, white 60%, white 100%); }
  .underlined.purple {
    color: #92278f;
    border-color: #92278f; }
  .underlined.red {
    color: #ed1c24;
    border-color: #ed1c24; }
  .underlined:after {
    content: '';
    width: 40px;
    height: 40px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .underlined.news:after {
    background-image: url('../../images/icons/news.png'); }
  .underlined.sb:after {
    background-image: url('../../images/icons/sb.png'); }
  .underlined.event:after {
    background-image: url('../../images/icons/calendar.png'); }
  .underlined.multimedia:after {
    background-image: url('../../images/icons/multimedia.png'); }
  .underlined.tourism:after {
    background-image: url('/images/icons/tourism.png'); }

.sb-zone .inner {
  background: url('../../images/static/sb_bg.jpg') no-repeat center; }

.home-small-widget .inner {
  background-size: cover;
  overflow: hidden;
  padding: 0 20px;
  font: 14px/28px Roboto;
  color: white; }
  .home-small-widget .inner h3 {
    font-size: 22px; }

.small-item, .top-news-wrapper .top-news {
  clear: both; }
  .small-item .thumb, .top-news-wrapper .top-news .thumb {
    float: left;
    width: 90px;
    height: 60px;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../../images/dk-nophoto.jpg');
    margin-right: 20px;
    margin-top: 7px; }
  .small-item > div, .top-news-wrapper .top-news > div {
    padding: 10px 0;
    /*
     border: 2px dotted #dbdbdb;
     border-image: url("../../images/layout/border.png") 100% 0 repeat;
     border-width: $width;
     */ }
  .small-item > div span, .top-news-wrapper .top-news > div span {
    font-size: 12px; }
  .small-item > div h4, .top-news-wrapper .top-news > div h4 {
    margin-top: -5px; }
    .small-item > div h4 a, .top-news-wrapper .top-news > div h4 a {
      font-size: 16px;
      font-family: 'Pridi', serif;
      color: #252525; }

.top-news-wrapper h3 {
  margin-top: 40px;
  padding-bottom: 5px;
  font-family: 'Pridi', serif;
  font-size: 18px;
  color: #252525;
  text-transform: uppercase; }
  .multimedia-section iframe {
    width: 100%;
    height: 450px; }

@media only screen and (min-width: 991px) {
  .home-news {
    display: flex; }
    .home-news .article-box {
      height: 100%; } }

.home-map {
  background: url('/images/static/map-bg.jpg') center center no-repeat;
  background-size: cover; }
  .home-map .row {
    display: flex; }
  .home-map .tourism-zone .inner {
    background: rgba(5, 104, 57, 0.9); }
  .home-map .pins {
    position: relative; }
  .home-map .pins a {
    width: 90px;
    height: 90px;
    display: block;
    position: absolute; }
  .home-map .pins .pin-1 {
    background: url('/images/marker/cluster-ex1.png');
    top: 30%;
    left: 20%; }
  .home-map .pins .pin-2 {
    background: url('/images/marker/cluster-ex2.png');
    top: 60%;
    left: 40%; }
  .home-map .pins .pin-3 {
    background: url('/images/marker/cluster-ex3.png');
    top: 20%;
    left: 60%; }
  .home-map .pins .pin-4 {
    background: url('/images/marker/cluster-ex4.png');
    top: 70%;
    left: 70%; }

.white-arrow-up, .article-box .content:after, .article-list.grid-list-item .content:after, .item-view .text:after {
  border-color: transparent transparent white;
  border-style: solid;
  border-width: 15px;
  bottom: 100%;
  content: " ";
  left: 50%;
  margin-left: -15px;
  position: absolute; }

.article-box {
  position: relative;
  border: 1px solid #dadada; }
  .article-box .thumb {
    background: #ddd center center no-repeat url('../../images/dk-nophoto.jpg');
    background-size: cover;
    display: block;
    height: 180px; }
  .article-box .content {
    padding: 15px;
    position: relative; }
  .article-box .content a:hover {
    text-decoration: none; }
  .article-box .date {
    color: #555;
    font-size: 12px; }
  .article-box h3 {
    font-size: 20px;
    height: 44px;
    line-height: 22px;
    margin: 10px 0 0;
    overflow: hidden; }
  .article-box .category {
    margin-top: 10px; }
  .article-box .category a {
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 4px;
    background: #8dc63f;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff; }
  .article-box p {
    margin: 10px 0 5px;
    line-height: 200%;
    color: #252525; }
  .article-box.horizontal .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
  .article-box.horizontal .content {
    margin-left: 50%; }
    .article-box.horizontal .content:after {
      bottom: 50%;
      left: auto;
      right: 100%;
      border-color: transparent white transparent transparent;
      margin-bottom: -15px; }

.article-list.grid-list-item {
  margin-bottom: 20px; }
  .article-list.grid-list-item .inner {
    border: 1px solid #dadada; }
    .article-list.grid-list-item .inner:after {
      content: '';
      background: url('../../images/logo-ekomuzeum.png') no-repeat;
      position: absolute;
      top: 1px;
      right: 16px;
      width: 50px;
      height: 50px;
      background-size: contain; }
    .article-list.grid-list-item .inner.empty:after {
      background: none; }
  .article-list.grid-list-item .thumb {
    width: 100%;
    height: 150px;
    float: none; }
  .article-list.grid-list-item .content {
    position: relative;
    min-height: 70px;
    margin: 0px;
    padding: 5px;
    line-height: normal; }
    .article-list.grid-list-item .content h3 {
      font-weight: bold;
      margin: 4px 0;
      text-transform: none; }
    .article-list.grid-list-item .content h3 a {
      font-size: 0.7em;
      text-decoration: none; }
    .article-list h3 a {
      color: #000;
      font-size: 18px; }
  .article-list .thumb {
    background: #ddd url('../../images/dk-nophoto.jpg') center center no-repeat;
    background-size: cover;
    display: block;
    height: 150px;
    width: 150px;
    float: left; }
  .article-list .content {
    line-height: 200%;
    margin-left: 170px; }
  .article-list .more {
    float: right; }

.results-list .items {
  display: flex;
  flex-wrap: wrap; }
  .results-list ul.yiiPager {
    clear: both;
    text-align: center;
    padding: 20px 0; }
  .results-list ul.yiiPager .last, .results-list ul.yiiPager .first {
    display: none; }
  .results-list ul.yiiPager .previous > a, .results-list ul.yiiPager .next > a {
    float: none; }
  .results-list ul.yiiPager li > a {
    border: none;
    color: #999;
    line-height: 20px; }
  .results-list ul.yiiPager li:not(.previous):not(.next) > a {
    width: 20px;
    height: 20px;
    border-radius: 50%; }
  .results-list ul.yiiPager li.selected > a {
    font-weight: bold;
    background: #f7941d;
    color: white; }

.item-cols {
  display: flex;
  align-items: stretch; }

.item-view {
  display: block;
  text-decoration: none; }
  .item-view .inner {
    border: 1px solid #dadada;
    height: 100%;
    position: relative; }
  .item-view.special .inner:after {
    content: '';
    background: url('../../images/logo-ekomuzeum.png') no-repeat;
    position: Absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-size: contain; }
  .item-view.dolinakarpia .inner:after {
    content: '';
    background: white url('../../images/layout/logo.png') no-repeat center;
    position: Absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-size: 90%; }
  .item-view:hover {
    text-decoration: none; }
  .item-view .thumb {
    height: 150px;
    display: block;
    background: center center no-repeat #ccc url('../../images/dk-nophoto.jpg');
    background-size: cover; }
  .item-view .text {
    padding: 5px 10px;
    position: relative; }
  .item-view .text .category-icon {
    width: 40px;
    margin-right: 20px; }
    .item-view .text .category-icon + div {
      padding-left: 60px; }
  .item-view .text h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 4px 0; }
  .item-view .text .address {
    margin-top: 0;
    color: #555; }

.results-map {
  overflow: hidden; }
/**
 * Zabuto Calendar
 */
div.zabuto_calendar {
  margin: 0px;
  margin: 30px 0;
  border: 1px solid #dadada; }
  div.zabuto_calendar .table > thead > tr > th, div.zabuto_calendar .table > tbody > tr > th, div.zabuto_calendar .table > tfoot > tr > th, div.zabuto_calendar .table > thead > tr > td, div.zabuto_calendar .table > tbody > tr > td, div.zabuto_calendar .table > tfoot > tr > td {
    /* bootstrap fix */
    border-top: none; }

div.zabuto_calendar .table {
  width: 100%;
  margin: 0;
  padding: 0; }

div.zabuto_calendar .table th, div.zabuto_calendar .table td {
  padding: 4px 2px;
  text-align: center; }

div.zabuto_calendar .table tr th, div.zabuto_calendar .table tr td {
  background-color: transparent; }

div.zabuto_calendar .table tr.calendar-month-header th {
  background-color: transparent; }

div.zabuto_calendar .table tr.calendar-month-header th span {
  cursor: pointer;
  display: inline-block; }

div.zabuto_calendar .table tr.calendar-dow-header th {
  background-color: #f4f4f4;
  color: #353535;
  font-weight: normal;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }

div.zabuto_calendar .table tr.calendar-month-header th {
  padding: 10px; }

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
  border-left: 0;
  border-right: 0; }

div.zabuto_calendar div.calendar-month-navigation {
  cursor: pointer;
  margin: 0;
  padding: 0; }

div.zabuto_calendar tr.calendar-dow-header th, div.zabuto_calendar tr.calendar-dow td {
  width: 14%;
  line-height: 30px; }

div.zabuto_calendar .table tr td div.day {
  margin: 0; }

div.zabuto_calendar .table tr td div.day:first-child {
  padding-top: 7px;
  padding-bottom: 7px; }

div.zabuto_calendar .table tr td div.day a {
  color: #444;
  display: block; }
/* actions and events */
div.zabuto_calendar .table tr td.event div.day, div.zabuto_calendar ul.legend li.event {
  background-color: transparent;
  cursor: pointer; }

div.zabuto_calendar .table tr td.dow-clickable, div.zabuto_calendar .table tr td.event-clickable {
  cursor: pointer; }
/* badge */
div.zabuto_calendar .badge-today, div.zabuto_calendar div.legend span.badge-today {
  background-color: #166984;
  color: #fff;
  text-shadow: none; }

div.zabuto_calendar .badge-today {
  background: #42adde; }

div.zabuto_calendar .badge-event, div.zabuto_calendar div.legend span.badge-event {
  background-color: #ff9b08;
  color: #fff;
  text-shadow: none; }

div.zabuto_calendar .badge-event {
  font-size: 0.95em;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px; }
/* legend */
div.zabuto_calendar div.legend {
  margin-top: 5px;
  text-align: right; }

div.zabuto_calendar div.legend span {
  color: #999;
  font-size: 10px;
  font-weight: normal; }

div.zabuto_calendar div.legend span.legend-text:after, div.zabuto_calendar div.legend span.legend-block:after, div.zabuto_calendar div.legend span.legend-list:after, div.zabuto_calendar div.legend span.legend-spacer:after {
  content: ' '; }

div.zabuto_calendar div.legend span.legend-spacer {
  padding-left: 25px; }

div.zabuto_calendar ul.legend > span {
  padding-left: 2px; }

div.zabuto_calendar ul.legend {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0; }

div.zabuto_calendar ul.legend li {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 5px; }

div.zabuto_calendar ul.legend div.zabuto_calendar ul.legend li:first-child {
  margin-left: 7px; }

div.zabuto_calendar ul.legend li:last-child {
  margin-right: 5px; }

div.zabuto_calendar div.legend span.badge {
  font-size: 0.9em;
  border-radius: 5px 5px 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 3px; }

div.zabuto_calendar td {
  border-top: 0px !important; }

div.zabuto_calendar .table tr td .day.marked {
  cursor: pointer; }
  div.zabuto_calendar .table tr td .day.marked a {
    color: #ed1c24;
    font-weight: bold; }

div.zabuto_calendar .day {
  border-radius: 4px; }

div.zabuto_calendar .day.outofrange {
  color: gray; }

div.zabuto_calendar .table tr td div.day.day-selected {
  background: #ed1c24; }
  div.zabuto_calendar .table tr td div.day.day-selected a {
    color: white; }
/* responsive */
@media only screen and (max-width: 991px) {
  div.zabuto_calendar .table th, div.zabuto_calendar .table td {
    padding: 2px 1px;
    border-color: red; } }

.google-map {
  height: 300px;
  margin: 20px 0; }

.map-popup a {
  color: #f7941d; }
  .map-popup .subtitle {
    color: #555;
    font-size: 12px; }
  .map-popup i {
    float: left;
    width: 60px;
    height: 40px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.form.horizontal .element {
  display: inline-block;
  margin: 5px 15px 5px 0; }
  .form .select {
    display: inline-block;
    position: relative; }
  .form .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dadada;
    padding: 5px 20px 5px 5px;
    border-radius: 4px; }
  .form .select select::-ms-expand {
    /* for IE 11 */
    display: none; }
  .form .select:after {
    border-color: #00aeef transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    top: 50%;
    content: " ";
    right: 10px;
    position: absolute;
    margin-top: -2px; }

.outer-container {
  position: relative;
  z-index: 5;
  width: 1350px;
  margin: 0 auto; }

.outer-container.white {
  background: #fff; }

.popular h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: left; }

.popular ul {
  margin-bottom: 25px; }

.magazine-cell {
  float: left;
  font-size: 12px;
  height: 150px;
  text-align: center;
  width: 120px; }

.magazine-cell img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #ddd;
  display: block;
  height: 100px;
  margin: 10px auto;
  padding: 2px; }

.clear {
  clear: both; }

@media only screen and (max-width: 1259px) {
  .outer-container {
    width: 100%; } }

@media only screen and (min-width: 1260px) and (max-width: 1399px) {
  .outer-container {
    width: 1170px; } }
/* Elements */
h1.top, h2.top, h3.top, h4.top {
  margin-top: 0; }

.carousel {
  background: none repeat scroll 0 0 #eee;
  height: 300px;
  margin-bottom: 20px; }

.carousel .item {
  background: url("../../images/layout/blank.png") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
  height: 300px; }

div.more {
  padding: 20px;
  text-align: center; }
  div.more a {
    display: inline-block;
    padding: 10px 35px 10px 15px;
    border: 1px solid #dadada;
    text-decoration: none;
    color: #f7941d;
    font-family: 'Pridi', serif;
    text-transform: uppercase;
    border-radius: 20px;
    position: relative;
    transition: 0.3s;
    line-height: 16px; }
  div.more a:after {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background: url('/images/icons/arrow-right.svg');
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px; }
  div.more.white a {
    color: #fff; }
  div.more.white a:after {
    background: url('/images/icons/arrow-right-white.svg'); }
  div.more a:hover {
    background: #f7941d;
    border-color: #f7941d;
    color: #fff;
    transition: 0.3s; }
  div.more a:hover:after {
    background: url('/images/icons/arrow-right-white.svg'); }

.gallery {
  padding: 20px 0; }

.gallery a {
  margin: 0 5px 5px 0;
  display: inline-block; }

.gallery-one {
  padding: 20px 0; }

.gallery-one .photo {
  height: 300px;
  position: relative;
  background: center center no-repeat #ccc;
  background-size: cover; }

.gallery-one .glass {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 40%; }

.gallery-one .glass a {
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  margin-top: 10px;
  padding: 10px 25px; }

.wiget-text-photo {
  margin: 20px 0;
  height: 450px;
  position: relative;
  background: center center no-repeat #ccc;
  background-size: cover; }

.wiget-text-photo .glass {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  display: block;
  color: #444;
  transition: 0.3s; }

.wiget-text-photo .glass:hover {
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: 0.3s; }

.wiget-text-photo .glass h2 {
  margin: 0 0 10px; }

img.frame {
  border: 1px solid #ccc;
  padding: 2px; }
/* Items */
.items .item-cell .photo {
  height: 150px;
  width: 150px;
  float: left;
  background: center center no-repeat #ccc;
  background-size: cover; }

.items .item-cell {
  padding: 10px 0;
  height: auto;
  clear: both;
  /*
   border: 2px dotted #dbdbdb;
   border-image: url("../../images/layout/border.png") 100% 0 repeat;
   border-width: $width;
   */ }

.items .item-cell .content {
  width: auto;
  float: none;
  margin-left: 160px;
  padding: 0 15px; }

.items .item-cell.no-photo .content {
  margin-left: 0;
  padding-left: 0; }

.items .item-cell h3 {
  margin-top: 5px; }

.items .item-cell h3 a {
  color: #000; }

.items .item-cell .date {
  color: #888; }

.items .item-cell .more {
  color: #f7941d;
  text-transform: uppercase; }

.list-view .pager {
  clear: both;
  text-align: center;
  padding: 20px 0; }

.list-view .pager .last, .list-view .pager .first {
  display: none; }

.list-view .pager .previous > a, .list-view .pager .next > a {
  float: none; }

.list-view .pager li > a {
  border: none;
  color: #999; }

.list-view .pager li.selected > a {
  color: #555;
  font-weight: bold; }
/* ITEM DETAIL */
.carousel {
  height: 400px;
  margin-bottom: 20px;
  background: #eee;
  box-shadow: 0 0 10px #ddd inset; }

.carousel .item {
  background: url('../../images/layout/blank.png') center center no-repeat;
  background-size: contain;
  height: 400px; }

.carousel .item.horizontal {
  background-size: cover; }

.carousel .carousel-control {
  background: none; }

.item-map {
  height: 300px;
  margin-bottom: 20px;
  margin-top: 0; }

.item-detail .contact .address {
  margin-bottom: 10px; }

.item-detail .gallery-one .photo {
  height: 400px; }

.container-hidden {
  overflow: hidden;
  height: 0; }

.item-detail .contact {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 150%; }

.item-detail .contact a {
  color: #555; }

.item-detail .item-description {
  padding: 10px 0 20px;
  font-size: 16px; }

.item-detail .carousel {
  margin-bottom: 10px; }

.trip-data span {
  display: inline-block;
  margin-right: 15px;
  font-weight: bold; }

.trip-objects {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 180px; }

.trip-objects .wrapper {
  position: absolute;
  height: 150px;
  display: table; }

.trip-objects a.item {
  display: inline-block;
  width: 150px;
  padding: 0 1px; }

.trip-objects .next, .trip-objects .prev {
  display: table-cell;
  width: 32px;
  display: block;
  position: absolute;
  height: 150px;
  z-index: 10; }

.trip-objects .next span, .trip-objects .prev span {
  position: absolute;
  background: url(../../images/layout/arrows.png);
  width: 18px;
  height: 50px;
  top: 50px;
  left: 8px; }

.trip-objects .next:hover {
  transition: 0.5s;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.trip-objects .prev:hover {
  transition: 0.5s;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }

.trip-objects .next {
  right: 0; }

.trip-objects .next span {
  background-position: -18px 0; }

.trip-objects .photo {
  background: url(../../images/layout/blank.png) center center no-repeat #eee;
  display: block;
  height: 150px; }

.trip-objects .title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  padding: 0 5px;
  text-align: center; }

.article-detail .thumb {
  padding: 10px 0;
  text-align: center; }

.article-detail .date {
  text-align: right;
  color: #999;
  font-style: italic; }

.article-detail .lead {
  font-family: 'Pridi', serif; }

.article-detail iframe {
  max-width: 100%; }

.article-view {
  margin-bottom: 15px; }

.article-view .date {
  color: #000; }

.item-view a, .article-view a {
  color: #000; }

.media-youtube {
  padding: 5px 0; }
  .media-youtube iframe {
    width: calc(100% - 10px); }

.attachments h3 {
  font-size: 16px;
  text-transform: uppercase; }

.attachments ul {
  padding: 0;
  /*
   border: 2px dotted #dbdbdb;
   border-image: url("../../images/layout/border.png") 100% 0 repeat;
   border-width: $width;
   */ }

.attachments ul li {
  padding: 15px;
  /*
   border: 2px dotted #dbdbdb;
   border-image: url("../../images/layout/border.png") 100% 0 repeat;
   border-width: $width;
   */
  list-style: none; }

.attachments ul li a {
  float: right;
  padding: 5px 15px;
  color: #fff;
  background: #f7941d;
  display: block;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: -3px; }

.attachments ul li a:hover {
  text-decoration: none;
  background: #f7b21d; }

.article-cols .article-view .thumb {
  background: #ccc none no-repeat scroll center center / cover;
  display: block;
  height: 150px;
  margin-bottom: 10px; }

.article-cols .article-view .category {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase; }

.article-cols .article-view h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 4px 0; }

.article-cols .article-view p {
  color: #5b5b5b; }
/* Poll */
.poll-question ul {
  list-style: none;
  padding-left: 10px; }

.poll .amount {
  margin-bottom: 10px; }

.poll-options li {
  clear: both; }

.poll-options li input[type=radio], .poll-options li input[type=checkbox] {
  float: left; }

.poll-options li label {
  margin-left: 18px;
  display: block; }

.poll .error {
  color: red; }

.gap {
  height: 50px; }
/* Hight contrast */
body.contrast {
  background: #fff;
  font-size: 18px;
  transition: 0.3s;
  color: #000; }

body.contrast .navbar .top a {
  background-color: #000; }

body.contrast .breadcrumbs {
  border: 2px solid #000;
  border-width: 2px 0;
  display: block;
  margin: 10px 15px 0; }

body.contrast ul.vertical-menu {
  border-top: 2px solid #000; }

body.contrast ul.vertical-menu a {
  border-bottom: 2px solid #000; }

body.contrast ul.vertical-menu .active > a, body.contrast ul.vertical-menu a:hover {
  color: #000;
  background: #ffd800; }

body.contrast .footer {
  background-color: #000; }

body.contrast .items .item-cell h3 a {
  color: #000; }
/*
 #partners-modal {
 .modal-dialog {
 width:60vw;
 min-width:250px;
 transform: translate(-50%, -50%);
 position: fixed;
 top: 50%;
 left: 50%;
 font-size:16px;
 .close {
 margin: 5px 15px;
 font-size: 36px;
 position: relative;
 z-index: 100;
 }
 .modal-body {
 padding:60px;
 text-align:center;
 }
 img {
 display:block;
 margin:auto;
 }
 }
 }
 */
/*
 xs < 768px
 sm < 992px
 md < 1200px
 lg > ...  
 */
@media only screen and (max-width: 767px) {
  .navbar {
    padding: 10px; }

  .navbar .top form, .navbar .top a {
    margin: 2px; }

  .footer ul.links {
    margin: 25px -15px; }

  .footer .logo, .footer .date {
    float: none;
    margin: 10px auto 0;
    text-align: center; }

  .footer .row {
    padding: 20px 0 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a {
    margin-left: 15px;
    font-size: 12px; } }

.widget-gallery .carousel, .widget-gallery .carousel-inner {
  height: 300px; }

.widget-poll h3 {
  font-family: 'Roboto', sans-serif;
  line-height: 200%;
  font-size: 14px; }
  .widget-poll label {
    font-weight: normal;
    margin: 15px 0; }

.widget-text .pull-right {
  padding: 0 0 10px 10px; }

.widget-photo-text {
  padding: 10px 0; }
  .widget-photo-text a {
    display: block; }

.item-filter .search input {
  border: 1px solid #d0d0d0;
  padding: 5px;
  border-radius: 4px;
  font: 14px Roboto;
  color: #353535;
  height: 30px;
  background: #fff url("../../images/layout/search.png") right center no-repeat;
  width: 100%; }
  .item-filter .view-type div {
    display: inline-block;
    position: relative; }
    .item-filter .view-type div input {
      position: absolute;
      opacity: 0; }
    .item-filter .view-type div label {
      font: 14px Roboto;
      text-transform: uppercase;
      padding: 3px 7px 3px 30px;
      border-radius: 3px;
      margin: 0 7px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: 7px center;
      -webkit-transition: 0.15s all;
      -moz-transition: 0.15s all;
      -ms-transition: 0.15s all;
      -o-transition: 0.15s all;
      transition: 0.15s all; }
    .item-filter .view-type div label[for=list-view] {
      background-image: url('../../images/icons/list.png'); }
    .item-filter .view-type div label[for=map-view] {
      background-image: url('../../images/icons/map.png'); }
    .item-filter .view-type div input:checked + label, .item-filter .view-type div label:hover {
      background-color: #00aeef;
      color: white; }
    .item-filter .view-type div input:checked + label[for=list-view], .item-filter .view-type div label:hover[for=list-view] {
      background-image: url('../../images/icons/list-hover.png'); }
    .item-filter .view-type div input:checked + label[for=map-view], .item-filter .view-type div label:hover[for=map-view] {
      background-image: url('../../images/icons/map-hover.png'); }

.ui-autocomplete {
  max-width: 500px; }
  .ui-autocomplete .result.ui-menu-item-wrapper {
    clear: both;
    display: block;
    font: 12px Lato;
    color: #555;
    border: none;
    border-bottom: 1px solid #555;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden; }
  .ui-autocomplete .result.ui-menu-item-wrapper:hover, .ui-autocomplete .result.ui-menu-item-wrapper:focus, .ui-autocomplete .result.ui-menu-item-wrapper.ui-state-active {
    background: #f8a036;
    border: none;
    border-bottom: 1px solid #f8a036;
    margin: 0;
    text-decoration: none; }
    .ui-autocomplete .result.ui-menu-item-wrapper:hover, .ui-autocomplete .result.ui-menu-item-wrapper:focus, .ui-autocomplete .result.ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .result.ui-menu-item-wrapper:hover span, .ui-autocomplete .result.ui-menu-item-wrapper:focus span, .ui-autocomplete .result.ui-menu-item-wrapper.ui-state-active span {
      color: white; }
  .ui-autocomplete .result.ui-menu-item-wrapper i {
    float: left;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .ui-autocomplete .result.ui-menu-item-wrapper span {
    font-size: 15px;
    font-weight: 600;
    color: #353535; }

.item-detail .page-header img {
  max-width: 50px;
  margin-right: 20px; }
  .item-detail .page-header h1 {
    font: 36px/36px 'Pridi', serif; }
    .item-detail .page-header h1 small {
      font: 20px/20px 'Pridi', serif;
      display: block; }
  .item-detail .detail-info {
    list-style: none;
    padding: 0; }
  .item-detail .detail-info li {
    margin-bottom: 10px; }
    .item-detail .detail-info li:before {
      content: "";
      width: 30px;
      height: 30px;
      display: inline-block;
      border-radius: 50%;
      background-color: #dadada;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: middle;
      margin-right: 15px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
    .item-detail .detail-info li:not(.address):not(.phone):not(.distance):not(.duration):not(.dificulty):hover:before {
      background-color: #f7941d; }
    .item-detail .detail-info li.www:before {
      background-image: url('../../images/icons/www.png'); }
    .item-detail .detail-info li.email:before {
      background-image: url('../../images/icons/email.png'); }
    .item-detail .detail-info li.address:before {
      background-image: url('../../images/icons/address.png'); }
    .item-detail .detail-info li.phone:before {
      background-image: url('../../images/icons/phone.png'); }
    .item-detail .detail-info li.fb:before {
      background-image: url('../../images/icons/fb.png'); }
    .item-detail .detail-info li.distance:before {
      background-image: url('../../images/icons/distance.png'); }
    .item-detail .detail-info li.duration:before {
      background-image: url('../../images/icons/duration.png'); }

.project-detail .description {
  padding: 20px 0; }

.invert, html.yellow-on-black div.more a:hover, html.yellow-on-black .article-box .category a, html.yellow-on-black .navbar-nav > li > a.active, html.yellow-on-black .navbar-nav > li > a:hover, html.yellow-on-black .navbar-nav > li > a:focus, html.black-on-yellow div.more a:hover, html.black-on-yellow .article-box .category a, html.black-on-yellow .navbar-nav > li > a.active, html.black-on-yellow .navbar-nav > li > a:hover, html.black-on-yellow .navbar-nav > li > a:focus {
  color: #000 !important;
  background-color: #ff0; }

html.yellow-on-black body {
  font-size: 20px; }
  html.yellow-on-black *:not(select):not(.no-wcag) {
    color: #ff0 !important; }
  html.yellow-on-black .no-wcag, html.yellow-on-black input {
    color: inherit !important; }
  html.yellow-on-black .navbar {
    box-shadow: none;
    border-bottom: 2px solid #ff0; }
  html.yellow-on-black ul.vertical-menu li, html.yellow-on-black ul.vertical-menu li a {
    border-color: #ff0 !important; }
  html.yellow-on-black ul.vertical-menu li.active > a:after {
    border-color: #000 !important;
    background: #ff0; }
  html.yellow-on-black input, html.yellow-on-black .article-box, html.yellow-on-black table, html.yellow-on-black div.more a, html.yellow-on-black .item-view .inner {
    border: 1px solid #ff0 !important; }
  html.yellow-on-black, html.yellow-on-black .navbar, html.yellow-on-black input, html.yellow-on-black .outer-container.homepage, html.yellow-on-black .home-map .tourism-zone .inner {
    background-color: #000 !important; }
  html.yellow-on-black .main-container h2::after {
    background-color: #ff0 !important; }
  html.yellow-on-black body, html.yellow-on-black .main-container, html.yellow-on-black .sb-zone .inner, html.yellow-on-black .outer-container.white {
    background: #000 !important; }
  html.yellow-on-black .item-detail .detail-info li:before {
    background-color: black !important; }
  html.yellow-on-black div.more a {
    padding-right: 15px; }
  html.yellow-on-black div.more a::after {
    display: none; }
  html.yellow-on-black .underlined {
    border-color: #ff0 !important; }
  html.yellow-on-black .underlined::after {
    background-color: #000 !important; }
  html.yellow-on-black .white-arrow-up, html.yellow-on-black .article-box .content:after, .article-box html.yellow-on-black .content:after, html.yellow-on-black .article-list.grid-list-item .content:after, .article-list.grid-list-item html.yellow-on-black .content:after, html.yellow-on-black .item-view .text:after, .item-view html.yellow-on-black .text:after, html.yellow-on-black .article-box .content::after, html.yellow-on-black .item-view .text::after {
    display: none; }
  html.yellow-on-black .navbar-nav > li > a img {
    display: none; }

.invert, html.yellow-on-black div.more a:hover, html.yellow-on-black .article-box .category a, html.yellow-on-black .navbar-nav > li > a.active, html.yellow-on-black .navbar-nav > li > a:hover, html.yellow-on-black .navbar-nav > li > a:focus, html.black-on-yellow div.more a:hover, html.black-on-yellow .article-box .category a, html.black-on-yellow .navbar-nav > li > a.active, html.black-on-yellow .navbar-nav > li > a:hover, html.black-on-yellow .navbar-nav > li > a:focus {
  color: #ff0 !important;
  background-color: #000; }

html.black-on-yellow body {
  font-size: 20px; }
  html.black-on-yellow *:not(select):not(.no-wcag) {
    color: #000 !important; }
  html.black-on-yellow .no-wcag, html.black-on-yellow input {
    color: inherit !important; }
  html.black-on-yellow .navbar {
    box-shadow: none;
    border-bottom: 2px solid #000; }
  html.black-on-yellow ul.vertical-menu li, html.black-on-yellow ul.vertical-menu li a {
    border-color: #000 !important; }
  html.black-on-yellow ul.vertical-menu li.active > a:after {
    border-color: #ff0 !important;
    background: #000; }
  html.black-on-yellow input, html.black-on-yellow .article-box, html.black-on-yellow table, html.black-on-yellow div.more a, html.black-on-yellow .item-view .inner {
    border: 1px solid #000 !important; }
  html.black-on-yellow, html.black-on-yellow .navbar, html.black-on-yellow input, html.black-on-yellow .outer-container.homepage, html.black-on-yellow .home-map .tourism-zone .inner {
    background-color: #ff0 !important; }
  html.black-on-yellow .main-container h2::after {
    background-color: #000 !important; }
  html.black-on-yellow body, html.black-on-yellow .main-container, html.black-on-yellow .sb-zone .inner, html.black-on-yellow .outer-container.white {
    background: #ff0 !important; }
  html.black-on-yellow .item-detail .detail-info li:before {
    background-color: black !important; }
  html.black-on-yellow div.more a {
    padding-right: 15px; }
  html.black-on-yellow div.more a::after {
    display: none; }
  html.black-on-yellow .underlined {
    border-color: #000 !important; }
  html.black-on-yellow .underlined::after {
    background-color: #ff0 !important; }
  html.black-on-yellow .white-arrow-up, html.black-on-yellow .article-box .content:after, .article-box html.black-on-yellow .content:after, html.black-on-yellow .article-list.grid-list-item .content:after, .article-list.grid-list-item html.black-on-yellow .content:after, html.black-on-yellow .item-view .text:after, .item-view html.black-on-yellow .text:after, html.black-on-yellow .article-box .content::after, html.black-on-yellow .item-view .text::after {
    display: none; }
  html.black-on-yellow .navbar-nav > li > a img {
    display: none; }
