html {
  font-size: 1rem; }

font {
  font-size: inherit !important; }

html {
  font-size: 13px; }

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Fedra Sans Book", Arial, sans-serif;
  font-variant-numeric: lining-nums; }

.row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; }

.justify-content-between {
  -webkit-justify-content: space-between !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
  font-family: "Fedra Sans Demi", Arial, sans-serif; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-size: inherit !important; }

h3 {
  margin-bottom: 0.5em !important; }

a {
  color: #0075BB !important;
  text-decoration: none !important; }
  a:hover {
    text-decoration: underline !important; }
  a.underlined {
    text-decoration: underline !important; }
    a.underlined:hover {
      text-decoration: underline !important; }
  a.underlineOnHover:hover {
    text-decoration: underline !important; }

.a-inherit-color a, .a-inherit a, a.a-inherit-color, a.a-inherit {
  color: inherit !important; }

.a-inherit-decoration a:hover, .a-inherit a:hover, a.a-inherit-decoration:hover, a.a-inherit:hover {
  text-decoration: none !important; }

.hidden {
  display: none !important; }

.nocss-display-inline {
  display: inline !important; }

.nocss-display-block {
  display: block !important; }

.nocss-display-flex {
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.svg > svg {
  width: 100%;
  height: 100%; }

.svg-white > svg path {
  fill: white; }

.svg-white > svg polygon {
  fill: white !important; }

/* lightbox-able images */
img[class*="wp-image-"], img.pswipe, .gallery img {
  cursor: pointer; }

/* COLORS */
/* MIXINS */
/* GLOBAL */
span.notranslate {
  display: inherit !important;
  font-size: inherit !important; }

#loaderGif {
  position: fixed;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  height: 70px;
  width: 70px;
  display: none;
  animation: spin 1s linear infinite;
  z-index: 1000; }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.tmpBorder {
  border: solid 1px; }

.bg-white {
  background-color: #fff !important; }

.bg-silver {
  background-color: #efefef !important; }

.bg-blue {
  background-color: #0075BB !important; }
  .bg-blue-light {
    background-color: #a2dcff; }

.bg-green {
  background-color: #4C9B31 !important; }
  .bg-green-light {
    background-color: #dff3d8; }

.bg-red {
  background-color: #d52b1e !important; }

.bg-header-turista {
  background: url("../img/header-bg-turista.jpg") no-repeat top center;
  position: relative; }

.bg-header-obcan {
  position: relative; }

.bg-padding-top {
  padding-top: 2em; }

.font-bold {
  font-family: "Fedra Sans Medium", "Arial Black", sans-serif !important; }

.font-blue {
  color: #0075BB !important; }

.font-green {
  color: #4C9B31 !important; }

.font-white {
  color: #fff !important; }

.font-grey {
  color: #686868 !important; }

.font-black {
  color: #000 !important; }

.font-red {
  color: #d52b1e !important; }

input {
  width: 100%;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  padding-right: 2em;
  background-color: transparent;
  color: #fff; }
  input::placeholder {
    color: inherit; }
  input.grey {
    color: #686868;
    border-color: #686868; }
  input.blue {
    color: #686868;
    border-color: #0075BB; }
  input.green {
    color: #686868;
    border-color: #4C9B31; }
  input.profile {
    color: #686868;
    border-color: #686868;
    border-bottom: 1px solid;
    margin-bottom: 20px; }
    input.profile[type=submit] {
      border: 1px solid;
      cursor: pointer; }
    input.profile[type=file] {
      border: none; }
  input.newsletter {
    width: 15px;
    margin-right: 5px; }
  input.login {
    color: #686868;
    border: 1px solid #0075BB; }
  input.login::placeholder {
    color: #686868; }

textarea {
  width: 100%;
  border: none;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  background-color: transparent;
  color: #fff; }
  textarea::placeholder {
    color: inherit; }

.select-wrap {
  width: 100%;
  position: relative;
  white-space: nowrap; }
  .select-wrap .fa {
    position: absolute;
    right: 0.5em;
    top: 0.5em; }

select {
  width: 100%;
  border: none;
  border-bottom: solid 1px #fff;
  border-radius: 0;
  -webkit-appearance: none;
  padding-bottom: 5px;
  padding-right: 1em;
  background-color: transparent;
  color: #fff; }
  select.grey {
    color: #686868;
    border-color: #686868; }
  select.blue {
    color: #686868;
    border-color: #0075BB; }
  select.green {
    color: #686868;
    border-color: #4C9B31; }

select::-ms-expand {
  display: none; }

button.nostyle {
  background: none;
  padding: none;
  margin: none;
  border: none; }

/* CHECKBOX */
.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.5em;
  width: 1.5em;
  background-color: #fff;
  border-radius: 2px; }
  .checkbox-container {
    display: block;
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox-container input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .checkbox-container input:checked ~ .checkbox {
        background-color: #fff; }
      .checkbox-container input:checked ~ .checkbox:after {
        display: block; }
  .checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 0.4em;
    top: 0.2em;
    width: 0.7em;
    height: 1em;
    border: solid #0075BB;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* BUTTONS */
.button {
  width: auto;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px inherit;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  cursor: pointer;
  white-space: normal; }
  .button i {
    padding-left: 1em; }
  .button:hover {
    opacity: .85;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
    text-decoration: none !important; }
  .button-margin {
    margin: 5px 0px;
    text-align: left; }
  .button-withIcon {
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    min-width: 230px; }
    .button-withIcon p {
      margin: auto 0; }
  .button-fullWidth {
    width: 100%; }
  .button-left {
    float: left;
    margin-right: 100%; }
  .button-right {
    float: right;
    margin-left: 100%; }
  .button-center {
    margin: 1em auto;
    min-width: 130px; }
  .button-square {
    border-radius: 0;
    border: none; }
  .button-profile {
    margin: 1em 0.2em 2em;
    min-width: 180px; }
  .button-newsletter {
    border: 1px solid;
    cursor: pointer;
    color: #686868;
    background-color: transparent;
    width: 100%;
    padding-bottom: 5px;
    padding-right: 2em; }

.text-none {
  margin-right: 5px; }

.link-button {
  cursor: pointer; }

@media (max-width: 767px) {
  .button-right {
    width: 100%; } }

/* LIST */
ul.inline {
  list-style: none;
  padding: 0px !important; }
  ul.inline li {
    display: inline-block; }

/* HEADERS */
.homepage-image {
  width: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -999;
  height: 100%; }

.header-main-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .header-main-bg-obcan {
    min-height: 25em;
    padding: 0;
    overflow: hidden; }
  .header-main-bg-turista {
    min-height: 40em; }

.header-main-logo {
  height: 6.5em;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden; }
  @media (min-width: 990px) {
    .header-main-logo {
      padding-left: 50px;
      padding-right: 50px; } }

.header-main-search .row {
  height: 3.25em; }

.header-main-search .search-search, .header-main-search .search-fb, .header-main-search .search-yt, .header-main-search .search-user, .header-main-search .search-logout, .header-main-search .search-lang, .header-main-search .search-field {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
  cursor: pointer; }
  .header-main-search .search-search .fa, .header-main-search .search-fb .fa, .header-main-search .search-yt .fa, .header-main-search .search-user .fa, .header-main-search .search-logout .fa, .header-main-search .search-lang .fa, .header-main-search .search-field .fa {
    font-size: 1.8em; }
  .header-main-search .search-search span, .header-main-search .search-fb span, .header-main-search .search-yt span, .header-main-search .search-user span, .header-main-search .search-logout span, .header-main-search .search-lang span, .header-main-search .search-field span {
    font-size: 1.3em; }

.header-main-search .search-fb {
  background-color: #0075BB; }
  .header-main-search .search-fb:hover {
    background-color: #006fb1; }

.header-main-search .search-yt {
  background-color: #d52b1e; }
  .header-main-search .search-yt:hover {
    background-color: #cc291d; }

.header-main-search .search-user {
  background-color: #fed100; }
  .header-main-search .search-user:hover {
    background-color: #f4c900; }
  .header-main-search .search-user.image {
    background-position: center center;
    background-size: cover; }

.header-main-search .search-logout {
  background-color: #3c3c3c; }
  .header-main-search .search-logout:hover {
    background-color: #373737; }

.header-main-search .search-lang {
  background-color: #4C9B31;
  padding: 0; }
  .header-main-search .search-lang a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-transform: uppercase; }
  .header-main-search .search-lang:hover {
    background-color: #48932f; }

.header-main-search .search-field {
  background-color: #fff;
  border-bottom: #686868 0.5px solid;
  position: relative; }
  .header-main-search .search-field input {
    border: none;
    width: 100%;
    padding-right: 2em; }
  .header-main-search .search-field .fa {
    position: absolute;
    top: 0.4em;
    right: 0.5em;
    color: #404040;
    font-size: 1.8em;
    cursor: pointer; }

.header-main-search .search-tags {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  color: #404040;
  white-space: nowrap;
  overflow: hidden; }
  .header-main-search .search-tags-outer {
    background-color: #efefef;
    padding-right: 20px;
    position: relative; }
  .header-main-search .search-tags a {
    margin-left: 8px;
    color: #686868 !important; }
    .header-main-search .search-tags a:after {
      content: ","; }
    .header-main-search .search-tags a:last-child:after {
      content: ""; }
  .header-main-search .search-tags:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-shadow: inset -30px 0 20px #efefef;
    pointer-events: none; }

.header-main-title {
  width: 90%;
  position: absolute;
  bottom: 2em;
  left: 8%;
  text-align: center;
  color: #fff; }
  .header-main-title h1 {
    font-size: 4em;
    margin-bottom: 0.3em; }
  .header-main-title .button {
    padding: 1em 2em;
    margin: 0.2em;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    cursor: pointer; }
    .header-main-title .button:hover, .header-main-title .button.active {
      text-decoration: none;
      background-color: #4C9B31;
      color: #fff; }

.header-main-mobile {
  display: none; }
  .header-main-mobile-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .header-main-mobile-bg-obcan {
      min-height: 25vh; }
  .header-main-mobile-row {
    width: 100%;
    margin: 0 !important;
    border-bottom: 3px solid #0075BB;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    background-color: #fff; }
    .header-main-mobile-row-turista {
      border-color: #4C9B31; }
    .header-main-mobile-row.search-active .header-main-mobile-user,
    .header-main-mobile-row.search-active .header-main-mobile-logo {
      display: none; }
    .header-main-mobile-row.search-active .header-main-mobile-input {
      display: block; }
    .header-main-mobile-row .search-user {
      background-position: center;
      background-size: cover; }
  .header-main-mobile-user, .header-main-mobile-logout, .header-main-mobile-search, .header-main-mobile-input {
    margin: 1em 0.5em;
    text-align: center;
    -webkit-flex: 0 0 16.66667%; }
    .header-main-mobile-user .fa, .header-main-mobile-logout .fa, .header-main-mobile-search .fa, .header-main-mobile-input .fa {
      font-size: 2em;
      cursor: pointer; }
  .header-main-mobile-logo {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-flex: 0 0 50%;
    max-height: 55px;
    padding: 0;
    cursor: pointer; }
    .header-main-mobile-logo img {
      width: 100%;
      max-height: 80%; }
    .header-main-mobile-logo svg {
      max-height: 50px;
      max-width: 200px; }
  .header-main-mobile-input {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 1em 20px;
    margin: 0; }
    .header-main-mobile-input input {
      width: 100%; }
  .header-main-mobile-lang {
    position: absolute;
    right: 0;
    text-align: center;
    padding: 0; }
    .header-main-mobile-lang a {
      font-size: 1.4rem;
      padding: 0.3em;
      display: block;
      text-transform: uppercase; }

.header-sub-title {
  position: absolute;
  bottom: 1em;
  padding-left: 1em;
  color: #fff; }
  .header-sub-title h1 {
    font-size: 4em; }

.header-content {
  width: 100%;
  padding: 1em 1em 0.3em;
  position: fixed;
  z-index: 999; }
  .header-content-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .header-content-bg .page-header-image {
      object-fit: cover;
      width: 100%;
      height: 20em; }
      @media (max-width: 767px) {
        .header-content-bg .page-header-image {
          height: 12em !important; } }
  .header-content .row {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    margin: 0; }
  .header-content-logo {
    min-width: 12em;
    margin-bottom: 0.5em;
    margin-right: 5em;
    cursor: pointer;
    width: 180px; }
    .header-content-logo img {
      width: 100%; }
    .header-content-logo svg {
      max-height: 21px;
      max-width: 150px; }
  .header-content a {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase; }
    .header-content a:hover {
      color: #fff;
      text-decoration: none; }
  .header-content .content-menu-desktop {
    white-space: nowrap; }
    .header-content .content-menu-desktop h5 {
      font-size: 1.1em;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      margin-right: 1.75em; }
      @media (max-width: 1300px) {
        .header-content .content-menu-desktop h5 {
          font-size: 0.8em; } }
    .header-content .content-menu-desktop-icon {
      display: inline-block;
      margin-right: 5px; }
      .header-content .content-menu-desktop-icon svg {
        fill: #fff;
        height: 1.2em;
        width: 1.2em; }
      @media (max-width: 1100px) {
        .header-content .content-menu-desktop-icon {
          display: none; } }
    @media (max-width: 1200px) {
      .header-content .content-menu-desktop.only-big-screen {
        display: none; } }
  .header-content .content-menu-mobile {
    display: none;
    color: #fff;
    font-size: 2em;
    margin-bottom: 0.3em; }
  .header-content .content-menu-collapsed {
    padding: 1em;
    position: absolute;
    top: 3.8em;
    left: 0;
    width: 100%;
    float: right;
    display: none;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; }

@media (max-width: 767px) {
  .header-main {
    display: none; }
    .header-main-bg {
      display: none; }
    .header-main-title {
      bottom: 0.3em; }
      .header-main-title h1 {
        font-size: 2em;
        margin-bottom: 0; }
      .header-main-title .button {
        width: 70%;
        display: block;
        text-align: center;
        padding: 1em;
        margin: 0.2em auto; }
    .header-main-mobile {
      width: 100%;
      display: block;
      padding: 0;
      overflow: hidden; }
      .header-main-mobile-bg {
        margin: 0; }
  .header-sub-title {
    position: absolute;
    bottom: 0.5em;
    left: 5em;
    color: #fff; }
    .header-sub-title h1 {
      font-size: 3em; }
  .header-content .page-header-menu {
    padding-left: 1.5em; } }

@media (max-width: 992px) {
  .header-content .row {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .header-content .content-menu-desktop {
    display: none; }
  .header-content .content-menu-mobile {
    display: block; }
  .header-content .content-menu-collapsed {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

/* MENU MAIN */
.menu-wrap .hp-first {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu-wrap .hp-first li a {
    margin: 0 !important;
    padding: 15px;
    padding-top: 2em;
    padding-bottom: 1em;
    display: block; }

.menu-wrap .pg-first {
  list-style: none;
  padding: 0;
  margin: 0; }
  .menu-wrap .pg-first li {
    display: inline-block; }

.menu-wrap .hp-second, .menu-wrap .pg-second {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu-wrap .hp-second li, .menu-wrap .pg-second li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .menu-wrap .hp-second li a, .menu-wrap .pg-second li a {
      margin: 6.5px !important; }

.menu-wrap .pg-second {
  padding: 1em 0 !important; }

.menu-wrap .hp-third {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-wrap.menu-homepage {
  padding-bottom: 50px;
  margin-bottom: -50px; }
  .menu-wrap.menu-homepage .menu-secondary_ {
    padding: 20px 0; }

.menu-wrap.menu-page {
  transition: top 0.5s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 10; }
  .menu-wrap.menu-page .main-menu-only {
    display: none; }
  .menu-wrap.menu-page.scroll-up {
    top: -100px; }
  .menu-wrap.menu-page .menu-secondary {
    position: absolute;
    left: 0;
    z-index: 10; }
    .menu-wrap.menu-page .menu-secondary_ {
      margin-bottom: 200px; }
      .menu-wrap.menu-page .menu-secondary_ .second-menu {
        padding: 10px 0; }
  .menu-wrap.menu-page .menu-mobile-item {
    width: 100%; }
    .menu-wrap.menu-page .menu-mobile-item .menu-mobile-item_ {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      align-items: center;
      -webkit-align-items: center;
      padding: 0.5em;
      padding-right: 2em;
      border: none; }
      .menu-wrap.menu-page .menu-mobile-item .menu-mobile-item_ .menu-mobile-icon {
        -webkit-flex-basis: 20%;
        flex-basis: 20%;
        text-align: right;
        padding-right: 15px;
        height: 2em; }
        .menu-wrap.menu-page .menu-mobile-item .menu-mobile-item_ .menu-mobile-icon svg {
          fill: #fff;
          height: 100%; }
      .menu-wrap.menu-page .menu-mobile-item .menu-mobile-item_ .menu-mobile-text {
        color: #fff; }
      .menu-wrap.menu-page .menu-mobile-item .menu-mobile-item_ i {
        margin-left: auto;
        font-size: 1.2rem;
        color: #fff;
        transition: 0.5s transform ease-in-out; }

.menu-item {
  text-align: center;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s; }
  .menu-item .fa {
    color: #0075BB;
    font-size: 5em;
    transition: color 0.2s; }
  .menu-item svg {
    fill: #0075BB;
    transition: fill 0.2s; }
  .menu-item p {
    margin-top: 1em;
    text-transform: uppercase;
    color: #404040;
    transition: color 0.2s; }
  .menu-item:hover, .menu-item.active {
    background-color: #0075BB; }
    .menu-item:hover .fa, .menu-item.active .fa {
      color: #fff; }
    .menu-item:hover svg, .menu-item.active svg {
      fill: #fff; }
    .menu-item:hover path, .menu-item.active path {
        fill: #fff; }
    .menu-item:hover p, .menu-item.active p {
      color: #fff; }
  .menu-item:last-child:hover, .menu-item:last-child.active {
    background-color: #4C9B31; }

.menu-secondary {
  transition: max-height .2s;
  padding: 0; }
  .menu-secondary.collapsed {
    position: absolute;
    max-height: .5em;
    overflow: hidden; }
  .menu-secondary.menu-no-padding .menu-secondary_ {
    padding: 0; }
    .menu-secondary.menu-no-padding .menu-secondary_ .second-menu {
      padding: 20px 0; }
  .menu-secondary.menu-page .menu-secondary_ .second-menu {
    padding: 20px 0; }
  .menu-secondary .tag-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center; }
    .menu-secondary .tag-wrap:last-child .tag-button {
      color: #4C9B31 !important; }
      .menu-secondary .tag-wrap:last-child .tag-button:hover {
        color: #fff !important; }
  .menu-secondary .tag-button {
    padding: 0.5em 1em;
    margin: 0.5em 0.5em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    color: #0075BB;
    border-radius: 2px; }
    .menu-secondary .tag-button:hover, .menu-secondary .tag-button.active, .menu-secondary .tag-button:focus {
      box-shadow: inset 0 0 0 1.5px #fff;
      background: none !important;
      color: #fff !important; }
  .menu-secondary .tag-options {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center; }
    .menu-secondary .tag-options .option {
      margin: 0.5em 0.25em; }
      .menu-secondary .tag-options .option a {
        color: #fff;
        font-size: 1.3em;
        cursor: pointer; }
        .menu-secondary .tag-options .option a:after {
          content: "\00B7";
          margin-left: 0.5em;
          font-weight: bold;
          display: inline-block;
          text-decoration: none;
          height: 1em;
          overflow: hidden; }
        .menu-secondary .tag-options .option a:hover {
          text-decoration: underline; }
      .menu-secondary .tag-options .option:last-child a:after {
        content: ""; }
  .menu-secondary .third-menu {
    clear: both;
    width: 100%;
    margin-top: -10px;
    padding-bottom: 10px; }
    .menu-secondary .third-menu a {
      text-transform: none;
      text-decoration: none !important; }
    .menu-secondary .third-menu a:hover {
      text-decoration: underline !important; }
  .menu-secondary #menu-dump {
    display: none; }

.menu-mobile {
  display: none;
  background-color: #efefef;
  border-radius: 4px;
  transform: translate(0px, -1em); }
  .menu-mobile.hp-m-first, .menu-mobile .pg-m-first {
    list-style: none;
    padding: 0; }
  .menu-mobile .pg-m-first {
    margin-bottom: 0;
    width: 100%; }
  .menu-mobile .hp-m-second, .menu-mobile .pg-m-second {
    list-style: none; }
    .menu-mobile .hp-m-second li, .menu-mobile .pg-m-second li {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .menu-mobile .hp-m-second li a, .menu-mobile .pg-m-second li a {
        margin: 0.5em !important; }
  .menu-mobile .hp-m-third, .menu-mobile .pg-m-third {
    list-style: none;
    padding: 0; }
    .menu-mobile .hp-m-third li, .menu-mobile .pg-m-third li {
      display: inline; }
      .menu-mobile .hp-m-third li a, .menu-mobile .pg-m-third li a {
        margin: 0 !important;
        margin-right: 0.5em !important; }
  .menu-mobile-top {
    width: 100%;
    padding: 10px 25px 15px; }
  .menu-mobile-item-top {
    float: left;
    display: inline;
    text-transform: none !important;
    margin-right: 1.5em;
    margin-bottom: 5px; }
    .menu-mobile-item-top-lang {
      text-transform: uppercase !important; }
  .menu-mobile-item_ {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    padding: 0.5em;
    padding-right: 1.5em;
    width: 100%;
    border-bottom: #d6d6d6 solid 1px; }
  .menu-mobile-item i {
    margin-left: auto;
    font-size: 1.8rem;
    color: #404040;
    transition: 0.5s transform ease-in-out; }
  .menu-mobile-item:last-child .menu-mobile-item_ {
    border: none; }
  .menu-mobile-item.active i {
    transform: rotate(180deg); }
  .menu-mobile-item.active .menu-mobile-item_ {
    border: none; }
  .menu-mobile-item.active .menu-mobile-tag-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .menu-mobile-item.active .menu-mobile-tag-button {
    color: #FFFFFF; }
  .menu-mobile-icon {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    text-align: right;
    padding-right: 15px; }
    .menu-mobile-icon svg {
      height: 2.5em;
      fill: #0075BB; }
  .menu-mobile-text {
    color: #404040;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 0.1em; }
  .menu-mobile-tag-wrap {
    display: none;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 5px; }
  .menu-mobile-tag-button {
    padding: 0.5em 1em;
    margin: 0.5em 0.5em;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem; }

@media (max-width: 767px) {
  .menu {
    display: none; }
    .menu-secondary {
      display: none; }
    .menu-mobile {
      display: block; } }

/* PAGE SEARCHBAR */
.page-searchbar input[type="text"] {
  color: #404040;
  padding: 10px;
  font-size: 1.3rem; }
  .page-searchbar input[type="text"]::placeholder {
    color: #686868; }

.page-searchbar input[type="submit"] {
  clear: both;
  margin: 10px; }

/* GRID */
.grid {
  margin-top: 4em;
  margin-bottom: 2em;
  padding-bottom: 4em; }
  .grid h2 {
    margin-bottom: 0.8em; }
    .grid h2 a {
      color: #686868;
      text-decoration: underline; }
      .grid h2 a .fa {
        font-size: 0.8em;
        margin-left: 0.5em; }
      .grid h2 a:hover {
        color: #404040; }
  .grid-item {
    margin-bottom: 2em;
    cursor: pointer; }
    .grid-item .image {
      position: relative;
      background: #000; }
      .grid-item .image img {
        width: 100%;
        height: 170px;
        object-fit: cover; }
      .grid-item .image.squared {
        width: 100%;
        position: relative;
        padding-top: 100%; }
        .grid-item .image.squared img {
          position: absolute;
          top: 0;
          height: 100%; }
      .grid-item .image-arrow {
        position: absolute !important;
        width: auto !important;
        max-width: 80px !important;
        height: auto !important;
        max-height: 80px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        opacity: 0; }
      .grid-item .image-date {
        position: absolute;
        bottom: -1em;
        left: 0;
        background-color: #0075BB;
        color: #fff;
        padding: 3px 10px 5px; }
        .grid-item .image-date-spaced {
          padding: 5px 20px 7px; }
    .grid-item .description {
      color: #404040;
      padding: 3px 10px 5px;
      font-size: 1.1em; }
      .grid-item .description-light {
        color: #686868; }
    .grid-item:hover .image img {
      opacity: 0.5; }
    .grid-item:hover .image-arrow {
      opacity: 0.8 !important; }
    .grid-item:hover .description {
      background-color: #0075BB;
      color: #fff; }
      .grid-item:hover .description-light {
        color: #fff;
        opacity: 0.8; }
  .grid-green .image-date {
    background-color: #4C9B31; }
  .grid-green .grid-item:hover .description {
    background-color: #4C9B31; }
  .grid.article-gallery {
    margin-bottom: 0;
    padding-bottom: 2em; }
    .grid.article-gallery h3 {
      margin-bottom: 1em !important; }

@media (max-width: 768px) {
  .my-gallery figure .image-arrow {
    display: none; } }

/* DEFAULT WP GALLERY */
.gallery {
  margin-right: -15px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .gallery-item {
    padding-right: 15px; }
  .gallery-icon {
    height: 200px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-size: cover;
    background-position: center; }
    .gallery-icon a {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      height: 100%; }
    .gallery-icon img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .gallery-caption, .gallery .wp-caption-text {
    background-color: #efefef;
    padding: 10px;
    text-align: center; }

@media (max-width: 767px) {
  .grid-item .image.squared .image-date {
    width: 100%;
    text-align: center; }
  .grid-more {
    width: 100%;
    overflow: hidden; } }

/* NEWSLETTER MAIN */
.newsletter {
  color: #fff;
  padding-top: 3em;
  padding-bottom: 3em; }
  .newsletter h2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .newsletter-bg {
    background: url("../img/newsletter-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .newsletter-column {
    margin-bottom: 2em; }
  .newsletter-input {
    margin: 1em 0;
    padding: 0.5em 1em;
    border-radius: 5px;
    border: none;
    width: 100%;
    line-height: 1.5;
    height: 2.5em; }
  .newsletter-link a {
    color: #fff !important;
    text-decoration: underline !important; }
  .newsletter-link a:hover {
    text-decoration: none !important; }
  .newsletter-btn {
    margin-top: 1em;
    min-width: 120px;
    border: none;
    border-radius: 5px;
    line-height: 1.5; }
  .newsletter-social {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    margin: 2em 0; }
    .newsletter-social .fa {
      font-size: 2em;
      -webkit-flex-basis: 1.5em;
      flex-basis: 1.5em; }
    .newsletter-social p {
      margin: auto 0; }
  .newsletter-mobile {
    display: none;
    justify-content: space-around;
    -webkit-justify-content: space-around; }
    .newsletter-mobile-social {
      margin-top: 1em;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-flex: 0 0 50%; }
      .newsletter-mobile-social .fa {
        font-size: 3em;
        text-align: center; }

.mail-sent {
  background-color: #fff9bd !important; }
  .mail-sent h4 {
    margin-top: 0.5em !important; }

.mail-confirmed {
  background-color: #d1ffbd !important; }
  .mail-confirmed h4 {
    margin-top: 0.5em !important; }

.mail-cancelled {
  background-color: #bdd8ff !important; }
  .mail-cancelled h4 {
    margin-top: 0.5em !important; }

@media (max-width: 767px) {
  .newsletter-column p {
    text-align: center; }
  .newsletter-input {
    text-align: center; }
  .newsletter-btn p {
    -webkit-flex-basis: 90%;
    flex-basis: 90%; }
  .newsletter-social {
    display: none; }
  .newsletter-mobile {
    display: block; } }

/* NEWSLETTER PAGE */
.toggle-line {
  margin: 20px 0 10px; }
  .toggle-line label {
    margin-right: 20px; }

.collapsible-content {
  margin: 14px 0 0 20px; }
  .collapsible-content label {
    margin-right: 20px; }

/* EVENTS */
.events {
  background-color: #efefef; }
  .events .container {
    padding: 4em 0; }
  .events h2 {
    margin-bottom: 0.8em; }
  .events-filter {
    padding: 1em 1.5em;
    margin-bottom: 1em;
    background-color: #0075BB;
    color: #fff; }
    .events-filter h3 {
      margin-bottom: 0 !important; }
    .events-filter.inner {
      padding: 0;
      margin: 0;
      background-color: transparent; }
    .events-filter > * {
      margin-bottom: 1em; }
    .events-filter-more {
      white-space: nowrap;
      font-style: italic;
      color: inherit !important; }
      .events-filter-more .fa {
        font-size: 0.8em;
        margin-left: 0.5em; }
      .events-filter-more:hover {
        opacity: 0.8; }
    .events-filter .nowrap {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      -webkit-flex-direction: row;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      align-items: center;
      -webkit-align-items: center;
      white-space: nowrap; }
  .events-row {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center; }
  .events-icon {
    -webkit-flex-basis: 4em;
    flex-basis: 4em; }
    .events-icon .fa {
      font-size: 3em; }
  .events-text {
    padding-top: 0.5em;
    line-height: 0.5em;
    color: #686868;
    white-space: nowrap;
    overflow: hidden; }
    .events-text p:first-child {
      color: #404040; }
    .events-text a {
      color: #404040; }
      .events-text a:hover {
        color: #404040; }

.event {
  padding: 0.5em;
  margin-bottom: 1.5em;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .event-title {
    text-transform: uppercase;
    font-weight: bold; }
    .event-title-row {
      margin-top: -0.5em;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      align-items: center;
      -webkit-align-items: center; }
      .event-title-row a {
        text-transform: uppercase;
        margin: 1em;
        padding: 0.2em 0.5em;
        background: #4C9B31;
        font-size: 0.9rem;
        color: white !important;
        text-decoration: none !important; }
        .event-title-row a:hover {
          opacity: 0.8; }
  .event img {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%; }
  .event-more, .event-action {
    white-space: nowrap;
    font-style: italic;
    color: inherit !important; }
    .event-more:hover, .event-action:hover {
      opacity: 0.8; }
  .event-more .fa {
    font-size: 0.8em;
    margin-left: 0.5em; }
  .event-action .fa {
    margin-right: 0.5em; }

@media (max-width: 767px) {
  .events {
    display: none; } }

.loading {
  margin-top: 2em;
  margin-bottom: 4em;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.15rem;
  color: #686868;
  text-transform: uppercase; }
  .loading .fa {
    font-size: 1.3rem;
    margin-right: 10px; }

/* POHODA MAIN */
.pohoda {
  color: #fff;
  padding-top: 4em;
  padding-bottom: 6em; }
  .pohoda h2 {
    margin-bottom: 2em; }
  .pohoda-bg {
    background: url("../img/pohoda-bg-obcan.png") no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .pohoda-btn {
    margin-top: 3em;
    text-align: center;
    border: solid 1px #0075BB; }
    .pohoda-btn p {
      margin: auto 0; }

/* OBCAN VZN TABLE */
.vzn-filter-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  white-space: nowrap; }

.vzn .table {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .vzn .table-row {
    border-top: solid 1px #cdcdcd; }
    .vzn .table-row:hover {
      background-color: #efefef; }
    .vzn .table-row.more:hover {
      background-color: #fff; }
    .vzn .table-row .btn-primary {
      margin: 1em auto; }
    .vzn .table-row a i {
      margin-right: 5px; }
  .vzn .table-col {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 0px;
    padding-right: 0.8em; }
    /*.vzn .table-col:first-child {
      padding-left: 0.8em; }*/
    .vzn .table-col.centered {
      text-align: center; }
    /*.vzn .table-col.right {
      text-align: right; }*/
    .vzn .table-col a {
      text-decoration: none; }
      .vzn .table-col a:hover {
        color: inherit;
        text-decoration: underline; }

@media (min-width: 768px) {
  .vzn .table-col.right {
      text-align: right; }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .table-col.number {
    white-space: nowrap; } }

@media (max-width: 991px) {
  .vzn.table-outer {
    width: 100%;
    overflow-x: auto; }
    .vzn.table-outer .table {
      width: 150% !important;
      max-width: 150% !important; } }

/* PARTNERS */
.partners {
  overflow: hidden;
  padding: 0 30px;
  padding-top: 5em;
  padding-bottom: 6em; }
  .partners h2 {
    margin-bottom: 2em; }
  .partners-grid {
    justify-content: center;
    -webkit-justify-content: center; }
    .partners-grid .partner {
      height: 120px;
      padding-bottom: 10px; }
      .partners-grid .partner a {
        height: 100%;
        display: flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        padding: 20px; }
      .partners-grid .partner img {
        max-width: 200px;
        max-height: 80px;
        height: auto;
        width: auto; }

/* FILE ATTACHMENTS */
.files-box-block {
  overflow: hidden; }

.files-box {
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 0;
  background-color: #efefef;
  max-width: 100%; }
  .files-box.align-left {
    float: left; }
  .files-box.align-right {
    float: right; }
  .files-box .file-wrap {
    overflow: hidden;
    margin: 0;
    margin-bottom: 10px;
    text-decoration: none !important;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .files-box .file-wrap i {
      font-size: 2.4rem;
      margin-right: 10px; }
    .files-box .file-wrap .file-title {
      font-size: 1rem;
      line-height: 1.3em; }
    .files-box .file-wrap .file-info {
      overflow: hidden; }
      .files-box .file-wrap .file-info .file-name {
        font-size: 1rem; }
        .files-box .file-wrap .file-info .file-name a.post-documents {
          color: #404040 !important;
          font-weight: bold;
          line-height: 1em;
          text-decoration: underline !important; }
      .files-box .file-wrap .file-info .file-size {
        font-size: 0.9rem; }
    .files-box .file-wrap a.file-download {
      color: #404040 !important;
      text-decoration: underline !important; }

/* SITEMAP */
.sitemap {
  padding-top: 4em;
  padding-bottom: 4em; }
  .sitemap h4 {
    margin-bottom: 1.5em;
    color: #404040; }
  .sitemap a {
    color: #686868; }
    .sitemap a:hover {
      color: #686868; }
  .sitemap-bg {
    background-color: #efefef; }

/* FOOTER */
.footer {
  color: #fff;
  padding: 4em 0; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff; }
  .footer-logo {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 3em; }
    .footer-logo img {
      width: 35%; }
  .footer-bg {
    background-color: #3c3c3c; }
    .footer-bg .footer-menu {
      list-style: none;
      padding: 0; }

@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 1em; }
    .footer-logo img {
      width: 80%; } }

/* SOCIAL STICKERS */
.stickers {
  position: fixed;
  top: 30vh;
  right: 0;
  z-index: 100;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
  -webkit-align-items: flex-end; }
  .stickers-search, .stickers-fb, .stickers-yt, .stickers-user, .stickers-logout, .stickers-lang {
    width: 4em;
    padding: 10px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    transition: width 0.1s linear;
    cursor: pointer; }
    .stickers-search .fa, .stickers-fb .fa, .stickers-yt .fa, .stickers-user .fa, .stickers-logout .fa, .stickers-lang .fa {
      font-size: 1.8em; }
    .stickers-search span, .stickers-fb span, .stickers-yt span, .stickers-user span, .stickers-logout span, .stickers-lang span {
      font-size: 1.3em; }
    .stickers-search:hover, .stickers-search:focus, .stickers-fb:hover, .stickers-yt:hover, .stickers-user:hover, .stickers-logout:hover, .stickers-lang:hover {
      width: 6em; }
  .stickers-search {
    background-color: #404040;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around; }
    .stickers-search input {
      display: none;
      padding: 5px;
      border: none;
      border-bottom: solid 1px #fff;
      background-color: transparent;
      color: #fff;
      width: 15em; }
      .stickers-search input::placeholder {
        color: #686868; }
    .stickers-search:hover, .stickers-search:focus {
      width: 20em; }
      .stickers-search:hover input, .stickers-search:focus input {
        display: block; }
  .stickers-fb {
    background-color: #0075BB; }
  .stickers-yt {
    background-color: #d52b1e; }
  .stickers-user {
    background-color: #fed100; }
    .stickers-user.image {
      background-position: center center;
      background-size: cover; }
      .stickers-user.image i {
        visibility: hidden; }
  .stickers-logout {
    background-color: #3c3c3c; }
  .stickers-lang {
    background-color: #4C9B31;
    padding: 0; }
    .stickers-lang a {
      padding: 10px;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      text-transform: uppercase; }

/* LOCATION CONTENT */
.location {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  .location-path {
    text-align: left; }
  .location-actions {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .location-actions p {
      margin-left: 1em !important;
      margin-right: 0 !important; }
  .location p {
    margin-bottom: 0;
    color: #686868;
    cursor: pointer;
    margin-right: 1em; }
    .location p a {
      white-space: nowrap; }
    .location p .fa {
      color: #404040; }

@media (max-width: 767px) {
  .location-path {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .location-path p, .location-path p a {
      font-size: 0.85rem; }
  .location-actions {
    display: none; }
  .content-social {
    margin-bottom: 1em !important; } }

/* CONTENT GRID */
.content {
  color: #404040;
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.7; }
  .content h1 .fa,
  .content h3 .fa,
  .content h4 .fa,
  .content h5 .fa {
    font-size: inherit; }
  .content h2 .select-wrap {
    font-size: 0.7em;
    width: auto;
    display: inline-block; }
  .content a {
    color: inherit;
    text-decoration: underline; }
    .content a:hover {
      color: #686868; }
  .content ul.guidepost {
    list-style-type: none;
    padding: 0px;
    line-height: 41px; }
    .content ul.guidepost i {
      margin-left: 10px; }
  .content-wrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start; }
  .content-main {
    -webkit-flex-basis: 65%;
    flex-basis: 65%;
    overflow: hidden; }
    .content-main-source {
      color: #686868; }
    .content-main h1 {
      margin-bottom: 0.5em; }
    .content-main .article-content {
      letter-spacing: 0.01em;
      word-spacing: 0.02em;
      font-size: 1.2rem; }
    .content-main :not(.button) > p {
      margin-top: 0;
      margin-bottom: 1rem; }
    .content-main span, .content-main strong, .content-main a {
      font-size: inherit; }
    .content-main table {
      display: block;
      table-layout: fixed;
      max-width: 100% !important;
      height: auto !important;
      border-collapse: collapse;
      width: auto !important;
      margin-bottom: 15px; }
      .content-main table a {
        /*white-space: nowrap;*/ }
      .content-main table tbody td {
        border: 1px solid #fff;
        background-color: #efefef; }
        .content-main table tbody td:first-child {
          border-left: none; }
        .content-main table tbody td:last-child {
          border-right: none; }
      .content-main table td, .content-main table th {
        width: auto !important;
        padding: 0.5em;
        overflow: hidden;
        word-break: break-word;
        min-width: 100px; }
      .content-main table th, .content-main table thead td {
        background-color: #0075BB;
        color: #fff;
        font-weight: normal !important; }
      @media (max-width: 767px) {
        .content-main table {
          overflow-x: auto;
          width: auto !important; }
          .content-main table.fullwidth {
            display: table;
            width: 100% !important; } }
    .content-main hr {
      width: 100%;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
  .content-side {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
    .content-side .grid-item {
      width: 90%;
      margin: 1em auto; }
  .content-menu {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
    .content-menu .pg-side-first {
      list-style: none; }
    .content-menu .pg-side-second {
      list-style: none;
      padding: 0; }
    .content-menu-wrap {
      padding: 1em 2em 2em; }
    .content-menu-section {
      margin-top: 1em;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 0; }
      .content-menu-section a {
        color: inherit; }
        .content-menu-section a:hover {
          color: inherit;
          opacity: 0.8; }
    .content-menu-options {
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .content-menu-options .option {
        margin-right: 0.5em;
        color: inherit; }
        .content-menu-options .option:after {
          content: "\00B7";
          margin-left: 0.5em;
          font-weight: bold;
          display: inline-block;
          text-decoration: none !important; }
        .content-menu-options .option:hover {
          color: inherit;
          opacity: 0.8; }
      .content-menu-options li:last-child a:after {
        content: ""; }
  .content-news {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1em; }
    .content-news a {
      text-decoration: none; }
      .content-news a:hover {
        color: inherit; }
    .content-news h3 {
      font-weight: bold; }
    .content-news :not(.button) > p {
      margin-bottom: 0.5em !important; }
    .content-news-left {
      padding: 1em 1.5em 1em;
      -webkit-flex-basis: 70%;
      flex-basis: 70%; }
    .content-news-right {
      padding: 1em 1.5em 1em 0;
      -webkit-flex-basis: 30%;
      flex-basis: 30%; }
      .content-news-right img {
        width: 100%;
        margin-bottom: 1em;
        height: 175px;
        object-fit: cover; }
    @media (max-width: 767px) {
      .content-news {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .content-news-left {
          -webkit-flex-basis: 100%;
          flex-basis: 100%;
          max-width: 100% !important; }
        .content-news-right {
          -webkit-flex-basis: 100%;
          flex-basis: 100%;
          max-width: 100% !important;
          padding: 0 1.5em 1em; } }
  .content-social {
    border-top: 2px solid #efefef;
    margin-top: 2em; }
    .content-social p {
      margin: 0.5rem 0rem !important; }
    .content-social .btn-fb, .content-social .btn-twitter, .content-social .btn-google, .content-social .btn-mail {
      width: 40px;
      height: 40px;
      display: -webkit-inline-flex;
      display: inline-flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      margin-right: 3px;
      cursor: pointer; }
      .content-social .btn-fb:hover, .content-social .btn-twitter:hover, .content-social .btn-google:hover, .content-social .btn-mail:hover {
        text-decoration: none !important; }
      .content-social .btn-fb .fa, .content-social .btn-twitter .fa, .content-social .btn-google .fa, .content-social .btn-mail .fa {
        color: white;
        font-size: 1.5em;
        margin-top: 3px; }
    .content-social .btn-fb {
      background-color: #3b5998; }
    .content-social .btn-twitter {
      background-color: #0075BB; }
    .content-social .btn-google {
      background-color: #d52b1e; }
    .content-social .btn-mail {
      background-color: #3c3c3c; }
      .content-social .btn-mail i {
        font-size: 2em !important;
        margin-top: -2px !important;
        font-weight: bold; }
  .content .img-fullWidth {
    width: 100%; }
  .content .block-left {
    float: left;
    clear: left;
    margin-right: 15px;
    padding: 0.5em 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center; }
    .content .block-left-topSpace {
      float: left;
      width: 0px;
      height: 5em; }
  .content .block i {
    font-size: 2em; }
  .content .block p {
    margin: 0; }
    .content .block p a {
      font-size: 1.2em; }
  .content-qa {
    padding: 1em;
    margin-bottom: 1em;
    text-align: justify; }
    .content-qa .icon {
      text-align: center; }
      .content-qa .icon .fa {
        font-size: 4em;
        color: #0075BB; }
        @media (max-width: 768px) {
          .content-qa .icon .fa {
            font-size: 3em; } }
    .content-qa .map {
      text-align: right; }
  .content.searchbar-page {
    min-height: 150px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center; }
    .content.searchbar-page .content-wrap {
      justify-content: space-around;
      -webkit-justify-content: space-around;
      width: 100%; }

/* GOOGLE TRANSLATE SELECT */
#google_translate_element_ {
  width: 150px;
  padding: 5px;
  background-color: #efefef;
  box-shadow: 0 0 10px -4px #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
  #google_translate_element_ .skiptranslate {
    display: block !important;
    text-align: right; }
    #google_translate_element_ .skiptranslate div, #google_translate_element_ .skiptranslate span {
      clear: both;
      display: block !important; }
    #google_translate_element_ .skiptranslate div {
      margin-bottom: 5px;
      position: relative; }
  #google_translate_element_ select {
    color: #686868;
    margin: 0;
    padding: 2px;
    border: 1px solid #686868; }
    #google_translate_element_ select option {
      color: #686868; }
  #google_translate_element_ a {
    color: #000; }

/* GOOGLE TRANSLATE BAR */
html.translated-ltr .tooltip {
  top: -40px !important; }

html.translated-ltr .menu-wrap.menu-page {
  top: 39px; }

@media (max-width: 767px) {
  body, .menu-page {
    top: 0 !important; }
  iframe.skiptranslate {
    display: none; }
  .content-main {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100% !important; }
  .content-side, .content-menu {
    display: none; }
  .content .block {
    width: 100%;
    margin-bottom: 0.5em; } }

@media (max-width: 991px) {
  .content-wrap.mobile-show-side {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .content-wrap.mobile-show-side .content-main h1 {
      display: none; }
    .content-wrap.mobile-show-side .content-side, .content-wrap.mobile-show-side .content-menu {
      display: block; }
    .content-wrap.mobile-show-side .content-side {
      width: 100%;
      margin-bottom: 2em; } }

/* WATCHDOG */
.watchdog-button {
  padding: 9px 17px;
  margin-top: 1px; }

.watchdog-table td {
  vertical-align: middle; }

/* INFO FORM */
.info {
  padding-top: 5em;
  padding-bottom: 5em; }
  .info-square {
    width: 5em;
    height: 5em;
    background-color: #4C9B31;
    position: relative; }
    .info-square span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 4em;
      font-weight: bold; }
  .info input {
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: inherit;
    padding: 0.5em 0.8em;
    margin-bottom: 1em; }
    .info input::placeholder {
      color: #686868; }
  .info textarea {
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: inherit;
    padding: 0.5em 0.8em;
    margin-bottom: 1em;
    resize: none; }
    .info textarea::placeholder {
      color: #686868; }
  .info-newsletter {
    text-align: justify; }
  .info .button {
    margin-bottom: 1em; }

/* BREAKPOINT GLOBAL */
@media (min-width: 768px) {
  .only-mobile {
    display: none; } }

@media (max-width: 767px) {
  .sitemap,
  .footer {
    text-align: center; }
  .only-desktop {
    display: none; }
  .only-mobile {
    display: block; } }

/* IE STYLES */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-news-right {
    flex-basis: auto;
    -webkit-flex-basis: auto; } }

@media screen and (-ms-high-contrast: active) and (max-width: 767px), (-ms-high-contrast: none) and (max-width: 767px) {
  .content-wrap, .content-main, .content-menu, .content-side {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    width: 100%; } }

/* PRINT STYLES */
@media print {
  .noprint {
    display: none; } }

/* QnA */
.submit-btn .button-withIcon {
  min-width: auto; }

.qa-form {
  padding: 2em 1.5em 0.5em 1.5em;
  margin-bottom: 1em;
  background-color: #0075BB;
  color: #fff;
  overflow: hidden; }
  .qa-form h3 {
    margin-bottom: 0 !important; }
  @media (max-width: 1199px) {
    .qa-form .row {
      margin-bottom: 0; }
    .qa-form label {
      margin-top: 0.4em;
      margin-bottom: 0.2em; } }
  .qa-form.inner {
    padding: 0;
    margin: 0;
    background-color: transparent; }
  .qa-form > * {
    margin-bottom: 1em; }
  .qa-form-more {
    white-space: nowrap;
    font-style: italic;
    color: inherit !important; }
    .qa-form-more .fa {
      font-size: 0.8em;
      margin-left: 0.5em; }
    .qa-form-more:hover {
      opacity: 0.8; }
  .qa-form .nowrap {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    white-space: nowrap;
    align-items: initial;
    -webkit-align-items: initial; }
  .qa-form input, .qa-form select, .qa-form textarea {
    padding-left: 0.5em;
    padding-bottom: 0; }
  @media (max-width: 1199px) {
    .qa-form-button {
      margin-top: 10px; } }
  .qa-form-button button {
    padding: 0.5em 1em 0.3em 1em; }
  .qa-form-button-label {
    padding-top: 3px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .qa-form-button-label {
        padding-left: 3px;
        padding-right: 3px; } }
  .qa-form .dropzone {
    border: none; }
  .qa-form-submit-btn {
    margin-top: 30px; }
    @media (max-width: 1199px) {
      .qa-form-submit-btn {
        margin-bottom: 15px !important;
        float: right; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .qa-form .left-label {
      padding: 0px;
      padding-left: 15px; } }

.qa-new-button {
  font-size: 1.2em;
  padding: 0.5em 0;
  text-align: center; }
  @media (max-width: 991px) {
    .qa-new-button {
      margin-bottom: 20px; } }

.qa-filter {
  margin-top: 20px; }
  @media (max-width: 991px) {
    .qa-filter .select-wrap {
      margin-bottom: 12px; } }

.qa-col-name-date {
  padding-right: 0; }

.qa-name-date {
  margin-bottom: 0 !important; }

.qa-col-attachments {
  padding-left: 0; }
  @media (max-width: 500px) {
    .qa-col-attachments {
      padding-left: 15px; } }

.qa-col-answer {
  padding-left: 0; }

/* Council meetings */
.council-meetings {
  margin: 25px 0 35px 0; }
  .council-meetings .year-row {
    margin-top: 5px;
    margin-left: 20px; }
    .council-meetings .year-row .year-meeting {
      line-height: 25px; }
  .council-meetings-detail-row {
    margin-bottom: 20px; }

/* ADIN EDIT BUTTON */
.admin-edit-button {
  position: fixed;
  z-index: 9999;
  bottom: 0px; }
  .admin-edit-button i {
    padding: 10px;
    background: #404040;
    color: white; }

/* GALLERY */
.my-gallery {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 -7.5px; }
  .my-gallery:after {
    content: "";
    flex: auto;
    -webkit-flex: auto; }
  .my-gallery figure {
    padding: 0 7.5px; }
    .my-gallery figure .image {
      position: relative;
      background: #000;
      padding-top: 75%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .my-gallery figure .image img {
        width: 100%;
        object-fit: cover; }
      .my-gallery figure .image-arrow {
        position: absolute !important;
        width: auto !important;
        max-width: 80px !important;
        height: auto !important;
        max-height: 80px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        opacity: 0; }
    .my-gallery figure:hover .image img {
      opacity: 0.5; }
    .my-gallery figure:hover .image-arrow {
      opacity: 0.8 !important; }

.pswp__caption__center {
  max-width: 550px !important; }

/* SKIP CONTENT */
.skip-content:focus {
  position: absolute;
  z-index: 9999;
  padding: 3px 6px;
  background: white;
  color: #0075BB !important;
  border-radius: 9px;
  top: 5px;
  left: 5px; }

/* SEARCH */
.search-page .badge {
  padding: 5px 6px;
  margin-left: 10px;
  font-size: 0.9rem;
  letter-spacing: 1px; }

.search-page .content-main {
  flex-basis: 100%;
  -webkit-flex-basis: 100%; }

.search-page form .search-panel {
  border: 1px solid #eaeaea;
  outline: none;
  height: 44px;
  vertical-align: top;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: white;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .search-page form .search-panel:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .search-page form .search-panel input {
    display: inline-block;
    width: calc(100% - 30px);
    border: none;
    height: 100%;
    padding-left: 20px;
    padding-bottom: 2px;
    margin-left: 0px; }
  .search-page form .search-panel button {
    display: inline-block;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: -10px; }

.search-page .search-results {
  margin-top: 10px; }

.search-item {
  margin-bottom: 10px; }
  .search-item h3 {
    margin-bottom: 0px !important; }
    .search-item h3 strong {
      font-size: 1.3rem; }
  .search-item .date {
    font-weight: bold; }

/* USER SETTINGS */
.user-settings-page .content-menu {
  flex-basis: 20%;
  -webkit-flex-basis: 20%; }

.user-settings-page .content-main {
  flex-basis: 75%;
  -webkit-flex-basis: 75%; }
  @media (max-width: 767px) {
    .user-settings-page .content-main {
      flex-basis: 100%;
      -webkit-flex-basis: 100%; } }

.user-settings-page .cancel-button {
  margin-top: 14px; }

@media (max-width: 767px) {
  .user-settings-page .content-wrap {
    flex-direction: column;
    -webkit-flex-direction: column; }
    .user-settings-page .content-wrap .content-menu,
    .user-settings-page .content-wrap .content-main {
      display: block; } }

ul.user-setting-menu {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  ul.user-setting-menu li {
    margin-bottom: 14px;
    border: 2px solid #0075BB;
    text-align: center; }
    @media (max-width: 767px) {
      ul.user-setting-menu li {
        border: none;
        padding: 0.2em 0.5em;
        box-shadow: none !important;
        float: left; } }
  @media (max-width: 767px) {
    ul.user-setting-menu {
      overflow: hidden;
      margin-bottom: 1em; } }

.user-setting-block {
  background: #efefef;
  padding: 20px; }
  .user-setting-block i {
    cursor: pointer; }
  .user-setting-block table {
    border: 1px solid #0075BB;
    display: inline-table;
    width: 100% !important; }
    .user-setting-block table tbody tr {
      background-color: white;
      font-weight: bold; }
      .user-setting-block table tbody tr td {
        border: none;
        background-color: unset; }
        .user-setting-block table tbody tr td a {
          color: black !important; }
    .user-setting-block table tbody tr:nth-of-type(odd) {
      background-color: #ebf1f8; }
    .user-setting-block table td {
      border-top: none; }
  .user-setting-block h1 {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: bold !important; }
  .user-setting-block p {
    margin: 0px !important; }
  .user-setting-block form input {
    margin: 0px;
    padding: 5px 10px;
    background: white;
    border: 1px solid #0075BB;
    font-weight: 800;
    font-size: 1.1rem;
    color: #7b7b7b;
    margin-bottom: 14px; }
  .user-setting-block form label {
    font-family: "Fedra Sans Medium", "Arial Black", sans-serif !important; }
  .user-setting-block form img {
    background: white;
    width: 100%; }
  .user-setting-block form i.deleteDocumentButton {
    position: absolute;
    top: 0;
    right: 17px;
    font-size: 2rem;
    cursor: pointer; }
  .user-setting-block .description {
    margin-left: 20px !important; }
  .user-setting-block-row {
    margin-top: 14px; }
  .user-setting-block .email {
    margin-bottom: 14px !important; }
  .user-setting-block span label {
    font-size: 1.2rem; }
  .user-setting-block .message h4 {
    margin: 0 0 1em 0; }

/* Gravity Forms */
.gf-blue input, .gf-blue textarea, .gf-blue select {
  color: #404040;
  border: 1px solid #0075BB;
  width: 100% !important;
  padding-left: 8px !important; }

.gf-blue input[type=file] {
  border: 0;
  padding-left: 0 !important; }

.gf-blue input[type=submit] {
  color: #fff;
  background-color: #0075BB !important; }

.gf-blue textarea {
  margin-bottom: -6px; }

.gf-blue .gfield_description {
  padding: 8px 12px !important;
  background-color: #e2eaf5; }

.gf-blue .gfield_label {
  color: #fff;
  background-color: #0075BB;
  margin: 0;
  padding: 10px; }

.gf-blue .gfield_required {
  color: #fff !important; }

.gf-blue .ginput_complex.ginput_container {
  background-color: #e2eaf5; }
  .gf-blue .ginput_complex.ginput_container input {
    background-color: #fff; }
  .gf-blue .ginput_complex.ginput_container label {
    padding: 5px 12px;
    margin: 0 !important; }
  .gf-blue .ginput_complex.ginput_container select {
    margin-bottom: 0 !important;
    background-color: #fff; }

.gf-green input, .gf-green textarea, .gf-green select {
  color: #404040;
  border: 1px solid #4C9B31;
  width: 100% !important;
  padding-left: 8px !important; }

.gf-green input[type=file] {
  border: 0;
  padding-left: 0 !important; }

.gf-green input[type=submit] {
  color: #fff;
  background-color: #4C9B31 !important; }

.gf-green textarea {
  margin-bottom: -6px; }

.gf-green .gfield_description {
  padding: 8px 12px !important;
  background-color: #e2f5e2; }

.gf-green .gfield_label {
  color: #fff;
  background-color: #4C9B31;
  margin: 0;
  padding: 10px; }

.gf-green .gfield_required {
  color: #fff !important; }

.gf-green .ginput_complex.ginput_container {
  background-color: #e2f5e2; }
  .gf-green .ginput_complex.ginput_container input {
    background-color: #fff; }
  .gf-green .ginput_complex.ginput_container label {
    padding: 5px 12px;
    margin: 0 !important; }
  .gf-green .ginput_complex.ginput_container select {
    margin-bottom: 0 !important;
    background-color: #fff; }

.gf-gray input, .gf-gray textarea, .gf-gray select {
  color: #404040;
  border: 1px solid #949494;
  width: 100% !important;
  padding-left: 8px !important; }

.gf-gray input[type=file] {
  border: 0;
  padding-left: 0 !important; }

.gf-gray input[type=submit] {
  color: #fff;
  background-color: #949494 !important; }

.gf-gray textarea {
  margin-bottom: -6px; }

.gf-gray .gfield_description {
  padding: 8px 12px !important;
  background-color: #efefef; }

.gf-gray .gfield_label {
  color: #fff;
  background-color: #949494;
  margin: 0;
  padding: 10px; }

.gf-gray .gfield_required {
  color: #fff !important; }

.gf-gray .ginput_complex.ginput_container {
  background-color: #efefef; }
  .gf-gray .ginput_complex.ginput_container input {
    background-color: #fff; }
  .gf-gray .ginput_complex.ginput_container label {
    padding: 5px 12px;
    margin: 0 !important; }
  .gf-gray .ginput_complex.ginput_container select {
    margin-bottom: 0 !important;
    background-color: #fff; }

.ginput_container {
  margin: 0 !important; }

.ginput_container_textarea .gfield_description {
  margin-top: -6px; }

.ui-datepicker select {
  width: auto;
  border: 1px solid;
  color: #404040;
  padding: 0;
  -webkit-appearance: menulist; }

.ui-datepicker thead {
  border-bottom: 0 !important; }

.ui-datepicker-header {
  background-color: #fff !important; }

.ui-datepicker-calendar .ui-state-active {
  margin: 0 !important; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 100% !important; }

/* Slovensko Digital Autoform */
.ui-autocomplete {
  width: inherit;
  position: absolute;
  z-index: 1000;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.ui-autocomplete > li {
  padding: 6px 12px;
  cursor: pointer;
  cursor: hand;
  transition: background-color ease-in-out 0.15s; }

.ui-autocomplete > li.terminated {
  text-decoration: line-through; }

.ui-autocomplete > li.ui-state-focus {
  background-color: #eeeeee; }

.ui-helper-hidden-accessible {
  display: none; }

.jotform-feedback-link {
  color: #fff !important; }

/* Popoover */
.popover {
  width: 100%; }

.popover-body input {
  padding-right: 0; }

/* Login */
#loginModal .modal-header, #shareModal .modal-header, #infoModal .modal-header {
  background-color: #0075BB;
  color: white; }
  #loginModal .modal-header button, #shareModal .modal-header button, #infoModal .modal-header button {
    opacity: 1; }
    #loginModal .modal-header button i, #shareModal .modal-header button i, #infoModal .modal-header button i {
      color: white;
      cursor: pointer; }

#loginModal .modal-body .login-text-wrap, #shareModal .modal-body .login-text-wrap, #infoModal .modal-body .login-text-wrap {
  margin: 0 10px; }
  #loginModal .modal-body .login-text-wrap .text-center, #shareModal .modal-body .login-text-wrap .text-center, #infoModal .modal-body .login-text-wrap .text-center {
    margin-bottom: 10px; }

#loginModal .modal-body .login-form, #shareModal .modal-body .login-form, #infoModal .modal-body .login-form {
  margin-top: 14px; }
  #loginModal .modal-body .login-form .col-12, #shareModal .modal-body .login-form .col-12, #infoModal .modal-body .login-form .col-12 {
    padding: 0 25px; }
  #loginModal .modal-body .login-form .reg-terms-toggle, #shareModal .modal-body .login-form .reg-terms-toggle, #infoModal .modal-body .login-form .reg-terms-toggle {
    cursor: pointer; }
  #loginModal .modal-body .login-form #reg-terms, #shareModal .modal-body .login-form #reg-terms, #infoModal .modal-body .login-form #reg-terms {
    border: 1px solid #0075BB;
    padding: 10px 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    max-height: 200px;
    overflow-y: scroll;
    display: none; }
    #loginModal .modal-body .login-form #reg-terms.active, #shareModal .modal-body .login-form #reg-terms.active, #infoModal .modal-body .login-form #reg-terms.active {
      display: block; }

#loginModal .modal-body .bottom-row, #shareModal .modal-body .bottom-row, #infoModal .modal-body .bottom-row {
  border-top: 1px solid #b4b4b4;
  padding-top: 14px;
  margin-top: 14px; }
  #loginModal .modal-body .bottom-row .fb-google-row, #shareModal .modal-body .bottom-row .fb-google-row, #infoModal .modal-body .bottom-row .fb-google-row {
    padding: 0 25px; }
    #loginModal .modal-body .bottom-row .fb-google-row .row, #shareModal .modal-body .bottom-row .fb-google-row .row, #infoModal .modal-body .bottom-row .fb-google-row .row {
      margin-top: 14px; }
    @media (max-width: 575px) {
      #loginModal .modal-body .bottom-row .fb-google-row .fb-row, #shareModal .modal-body .bottom-row .fb-google-row .fb-row, #infoModal .modal-body .bottom-row .fb-google-row .fb-row {
        margin-bottom: 14px; } }

#infoModal .font-h4 {
  font-size: 1.2rem; }

.customFbSignIn {
  background-color: #21599d;
  color: white;
  padding: 8px;
  cursor: pointer; }

.fa-facebook-square {
  font-size: 1.9rem; }

.customFbSignIn span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px; }

.customFbSignIn span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: -8px; }

.customGPlusSignIn {
  background-color: #0086f9;
  color: white;
  padding: 8px;
  cursor: pointer; }

.fa-google {
  font-size: 1.9rem; }

.customGPlusSignIn span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px; }

.customGPlusSignIn span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: -8px; }

/* Tables */
.width-70 {
  min-width: 70px; }

.width-100 {
  min-width: 100px; }

.width-150 {
  min-width: 150px; }

.width-200 {
  min-width: 200px; }

/* COOKIE BAR */
#catapult-cookie-bar {
  padding: 5px 0 !important; }
  #catapult-cookie-bar button {
    padding: 2px 4px !important; }

/* CATEGORY */
.category-description {
  margin-bottom: 10px; }

blockquote, .blockquote {
  border: 2px solid #EDEDED;
  border-left: 0;
  border-right: 0;
  color: #0075BB;
  font-size: 1.5rem !important;
  padding: 1rem 0;
  margin: 1rem 0;
  display: block; }
  blockquote p, .blockquote p {
    margin: 0 !important; }
  
/* Protected page */
.post-password-form label{
  color: #fff;
  background-color: #0075BB;
  width: 60%;
  padding: 0 7px; }
  .post-password-form label input[type=password]{
    color: #404040;
    border: 1px solid #0075BB;
    width: 103.2% !important;
    padding-left: 8px !important;
    background-color: white;
    margin: 0 -7px; }

.post-password-form input[type=submit]{
    color: #fff;
    background-color: #0075BB !important;
    width: 60%; }

.first-menu svg{
    width: 60px;
    fill: #0075BB;
    height:60px; }
    
.first-menu:hover svg, .active.first-menu svg{
    fill: #ffffff; }