@charset "UTF-8";
/*  
Theme Name: Domov Hostomice clear theme
Theme URI: https://domovhostomice.cz;
Description: Domov Hostomice clear theme
Version: 2.2
Author: domovhostomice.cz
Author URI: https://domovhostomice.cz;
*/
@font-face {
  font-family: m-regular;
  src: url(./font/PlayfairDisplay-Regular.ttf); }
@font-face {
  font-family: m-semibold;
  src: url(./font/PlayfairDisplay-SemiBold.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/PlayfairDisplay-Bold.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/PlayfairDisplay-Medium.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/PlayfairDisplay-Italic.ttf); }
@font-face {
  font-family: o-regular;
  src: url(./font/OpenSans-Regular.ttf); }
@font-face {
  font-family: o-semibold;
  src: url(./font/OpenSans-SemiBold.ttf); }
@font-face {
  font-family: o-bold;
  src: url(./font/OpenSans-Bold.ttf); }
@font-face {
  font-family: o-medium;
  src: url(./font/OpenSans-Medium.ttf); }
@font-face {
  font-family: o-italic;
  src: url(./font/OpenSans-Italic.ttf); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  font-family: 'o-regular', sans-serif; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

*:focus {
  outline: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

img {
  max-width: 100%; }

hr {
  display: block;
  height: 2px;
  border: none;
  margin: 0 0 20px 0;
  background-color: #c07b17; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.rozcestnik-wrapper {
  margin-top: 40px;
  margin-bottom: 40px; }

.rozcestnik-item {
  margin-bottom: 30px;
  text-align: center; }

.rozcestnik-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  /* klidně si uprav */
  background: #70080d;
  text-decoration: none !important;
  padding: 30px 20px; }

.rozcestnik-title {
  color: #ffffff;
  font-weight: bold;
  font-family: "m-bold", sans-serif;
  text-align: center;
  font-size: 20px; }

/* Hover efekt – volitelné */
.rozcestnik-box:hover .rozcestnik-title {
  text-decoration: underline; }

.flex {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-l {
  display: flex;
  justify-content: left;
  align-items: center; }

.container {
  max-width: 1366px; }

.padding_main {
  padding: 50px 0px 80px 0px; }

.float_button {
  background: #70080d;
  border: 1px solid white;
  color: white !important;
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 7px 15px;
  font-family: o-semibold;
  border-radius: 15px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.15s; }

.float_button:hover {
  background: white !important;
  border: 1px solid #70080d !important;
  color: #70080d !important; }

#content_page table {
  border-collapse: separate;
  width: 100%; }

#content_page th {
  background: #70080d;
  color: white !important;
  font-family: m-bold; }

#content_page td, th {
  text-align: left;
  padding: 20px;
  color: #6f6a73;
  border-radius: 5px; }

#content_page tr:nth-child(odd) {
  background-color: #f6f6f9; }

h1 {
  color: #4f4f4f;
  font-size: 40px;
  font-family: m-regular;
  position: relative;
  text-align: center; }
  h1.line {
    margin-bottom: 50px; }
    h1.line:after {
      content: "";
      background: #C07B17;
      height: 5px;
      max-width: 120px;
      display: block;
      margin-top: 10px; }
  h1.line_center {
    margin-bottom: 50px; }
    h1.line_center:after {
      content: "";
      background: #C07B17;
      height: 5px;
      max-width: 120px;
      display: block;
      margin: 0px auto;
      margin-top: 10px; }

h2 {
  color: #4f4f4f;
  font-size: 36px;
  font-family: m-regular;
  position: relative; }
  h2.line {
    margin-bottom: 50px; }
    h2.line:after {
      content: "";
      background: #C07B17;
      height: 5px;
      max-width: 120px;
      display: block;
      margin-top: 10px; }
  h2.line_center {
    margin-bottom: 50px; }
    h2.line_center:after {
      content: "";
      background: #C07B17;
      height: 5px;
      max-width: 120px;
      display: block;
      margin: 0px auto;
      margin-top: 10px; }
  h2.line_center_b {
    margin-bottom: 50px; }
    h2.line_center_b:after {
      content: "";
      background: #70080d;
      height: 5px;
      max-width: 120px;
      display: block;
      margin: 0px auto;
      margin-top: 10px; }
  h2.line_left_b {
    margin-bottom: 20px; }
    h2.line_left_b:after {
      content: "";
      background: #70080d;
      height: 5px;
      max-width: 120px;
      display: block;
      margin-top: 10px; }

.kontakty h3 {
  font-size: 18px;
  font-family: o-bold;
  border-bottom: 2px solid #c07b17;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0; }
.kontakty .single_line {
  margin-bottom: 50px; }
  .kontakty .single_line h3 {
    text-align: center;
    margin-bottom: 10px; }
.kontakty .single_kontakt_line {
  margin-bottom: 20px; }

#content_page a {
  color: black;
  text-decoration: underline; }

.galerie {
  margin-top: 50px; }
  .galerie.small_margin {
    margin-top: -6px; }
    .galerie.small_margin .single_img_over {
      overflow: hidden;
      padding: 0;
      margin-bottom: 0; }
  .galerie h2 {
    text-align: center; }
  .galerie .single_img_over {
    overflow: hidden;
    margin-bottom: 30px; }
    .galerie .single_img_over:hover .single_img {
      transform: scale(1.2); }
  .galerie .single_img {
    height: 250px;
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
    transition: all 300ms; }

.post_detail_style a {
  color: black;
  text-decoration: underline; }

header {
  background: white;
  width: 100%;
  padding: 10px 0px;
  z-index: 999;
  height: 93px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  header .logo {
    display: block;
    position: relative;
    top: 5px; }
    header .logo img {
      max-width: 255px; }
  header ul {
    margin: 0;
    padding: 0;
    height: 73px; }
    header ul > li {
      display: inline-block;
      margin-right: 30px;
      height: 100%;
      position: relative; }
      header ul > li:last-of-type {
        margin-right: 0px; }
      header ul > li.current-menu-item > a:after, header ul > li.current-menu-ancestor > a:after, header ul > li.current-menu-parent > a:after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        width: 50px;
        margin-left: -25px;
        height: 3px;
        background-color: #70080d;
        transition: all 0.15s; }
      header ul > li a {
        color: #70080d;
        font-family: o-semibold;
        font-size: 15px;
        height: 100%;
        text-transform: uppercase;
        position: relative;
        transition: all 0.15s; }
        header ul > li a:hover {
          color: #70080d;
          transition: all 0.15s;
          text-decoration: none; }
          header ul > li a:hover:after {
            content: "";
            position: absolute;
            bottom: -7px;
            left: 50%;
            width: 50px;
            margin-left: -25px;
            height: 3px;
            background-color: #70080d;
            transition: all 0.15s; }
  header .sub-menu {
    position: absolute;
    background: white;
    margin-top: 0px;
    width: 100%;
    min-width: 190px;
    height: auto !important;
    display: none;
    padding: 0;
    top: 58px;
    left: 0px;
    padding-top: 25px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 999; }
    header .sub-menu li {
      width: 100%;
      margin: 0;
      height: auto !important;
      margin-bottom: 15px;
      padding: 0 !important; }
      header .sub-menu li a {
        width: 100%;
        color: #70080d !important;
        font-family: o-medium;
        height: 60px;
        display: flex;
        justify-content: left;
        align-items: center;
        padding-left: 20px;
        height: auto !important;
        font-size: 15px !important;
        text-transform: unset !important; }
        header .sub-menu li a:hover {
          border-bottom: unset !important;
          text-decoration: underline; }
          header .sub-menu li a:hover:after {
            border-bottom: unset !important;
            content: unset !important; }
      header .sub-menu li.current-menu-item > a {
        text-decoration: underline;
        color: #70080d !important; }
        header .sub-menu li.current-menu-item > a:after {
          content: none; }
  header ul li:hover ul {
    display: block; }
  header ul li:hover ul li:hover ul {
    display: block !important; }
  header .navbar {
    padding: 0;
    float: right;
    margin-top: 0;
    height: 73px;
    padding-top: 50px; }

#home_info {
  padding: 50px 0px; }
  #home_info h2 {
    margin-bottom: 50px; }
    #home_info h2:after {
      content: "";
      background: #C07B17;
      height: 5px;
      max-width: 100%;
      display: block;
      margin: 0px auto;
      margin-top: 10px;
      width: 100%;
      position: absolute; }

#home_services {
  padding: 50px 0px; }
  #home_services h2 {
    margin-bottom: 50px;
    text-align: center; }
    #home_services h2:after {
      content: "";
      background: #C07B17;
      height: 5px;
      max-width: 100%;
      display: block;
      margin: 0px auto;
      margin-top: 10px;
      width: 100%;
      position: absolute; }
  #home_services h3 {
    margin-bottom: 20px;
    text-align: left;
    color: #70080d;
    font-size: 30px;
    font-family: m-regular;
    position: relative; }
    #home_services h3:after {
      content: unset !important; }
  #home_services .subtitle {
    color: #4f4f4f;
    margin-bottom: 0;
    font-family: o-bold; }
  #home_services .ico_service {
    width: 40px;
    margin-bottom: 10px; }
  #home_services .single_service {
    margin-bottom: 30px; }
    #home_services .single_service .single_row_service .single_image_service {
      height: 275px;
      width: 100%;
      background-size: cover !important;
      background-position: center center !important; }

#kariera {
  padding: 50px 0px;
  background: #70080d; }
  #kariera h2 {
    margin-bottom: 50px;
    text-align: center;
    color: white; }
    #kariera h2:after {
      content: "";
      background: #C07B17;
      height: 5px;
      max-width: 100%;
      display: block;
      margin: 0px auto;
      margin-top: 10px;
      width: 100%;
      position: absolute; }
  #kariera h3 {
    margin-bottom: 20px;
    text-align: left;
    color: #70080d;
    font-size: 30px;
    font-family: m-regular;
    position: relative; }
    #kariera h3:after {
      content: unset !important; }
  #kariera .date {
    margin-bottom: 0px; }
  #kariera .link_kariera {
    color: #70080d;
    text-decoration: underline; }
    #kariera .link_kariera:hover {
      color: #70080d; }
  #kariera .single_kariera {
    margin-bottom: 30px;
    text-decoration: none !important; }
    #kariera .single_kariera:hover {
      text-decoration: none !important; }
      #kariera .single_kariera:hover .link_kariera {
        text-decoration: none; }
    #kariera .single_kariera .single_row_kariera {
      background: white;
      padding: 20px; }
  #kariera p {
    color: #212529; }

#zajimavosti {
  padding: 0px 0px 50px 0px; }
  #zajimavosti h2 {
    margin-bottom: 50px;
    text-align: center; }
    #zajimavosti h2:after {
      content: "";
      background: #C07B17;
      height: 5px;
      max-width: 100%;
      display: block;
      margin: 0px auto;
      margin-top: 10px;
      width: 100%;
      position: absolute; }
  #zajimavosti h3 {
    margin-bottom: 0px;
    text-align: center;
    color: #70080d;
    font-size: 30px;
    font-family: m-regular;
    position: relative; }
    #zajimavosti h3:after {
      content: unset !important; }
  #zajimavosti .single_row_zajimavosti {
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 340px; }
  #zajimavosti .single_zajimavosti {
    margin-bottom: 30px;
    text-decoration: none !important; }
    #zajimavosti .single_zajimavosti:hover {
      text-decoration: none !important; }
    #zajimavosti .single_zajimavosti .single_row_kariera {
      background: white;
      padding: 20px; }
  #zajimavosti p {
    color: #212529;
    margin-bottom: 0px; }
  #zajimavosti .box1 {
    background: #70080d;
    text-align: center;
    padding: 15px 15px; }
    #zajimavosti .box1 h3 {
      color: white;
      font-family: m-bold; }
  #zajimavosti .box2 {
    background: white;
    text-align: center;
    padding: 15px 15px; }
    #zajimavosti .box2 p {
      color: #70080d; }

#galerie_prohlidka {
  padding: 0px 0px 50px 0px; }
  #galerie_prohlidka h2 {
    margin-bottom: 50px;
    text-align: center; }
    #galerie_prohlidka h2:after {
      content: "";
      background: #C07B17;
      height: 5px;
      max-width: 100%;
      display: block;
      margin: 0px auto;
      margin-top: 10px;
      width: 100%;
      position: absolute; }
  #galerie_prohlidka h3 {
    margin-bottom: 0px;
    text-align: center;
    color: #70080d;
    font-size: 30px;
    font-family: m-regular;
    position: relative; }
    #galerie_prohlidka h3:after {
      content: unset !important; }
  #galerie_prohlidka .single_row_prohlidka {
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 340px; }
  #galerie_prohlidka .single_prohlidka {
    margin-bottom: 30px;
    text-decoration: none !important; }
    #galerie_prohlidka .single_prohlidka:hover {
      text-decoration: none !important; }
    #galerie_prohlidka .single_prohlidka .single_row_prohlidka {
      background: white;
      padding: 20px; }
  #galerie_prohlidka p {
    color: #212529;
    margin-bottom: 0px; }
  #galerie_prohlidka .box1 {
    background: #70080d;
    text-align: center;
    padding: 15px 15px; }
    #galerie_prohlidka .box1 h3 {
      color: white;
      font-family: m-bold; }
  #galerie_prohlidka .box2 {
    background: white;
    text-align: center;
    padding: 15px 15px; }
    #galerie_prohlidka .box2 p {
      color: #70080d; }

.button_def {
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #c07b17 !important;
  padding: 8px 15px;
  letter-spacing: 0.5px;
  font-size: 16px;
  text-decoration: none !important;
  margin-top: 15px;
  position: relative;
  bottom: 0; }
  .button_def:hover {
    text-decoration: none;
    color: white !important;
    background: #70080d !important; }
  .button_def.red {
    background: #70080d; }
    .button_def.red:hover {
      background: #c07b17 !important; }
  .button_def.left_side {
    float: left; }
  .button_def.right_side {
    float: right; }

#top_image {
  height: 600px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important; }
  #top_image .container, #top_image .row, #top_image .col-md-6 {
    height: 600px; }
  #top_image .title {
    font-size: 70px;
    color: white;
    font-family: m-semibold;
    text-align: left;
    line-height: 75px;
    margin-bottom: 25px;
    text-shadow: 2px -1px 2px rgba(0, 0, 0, 0.6); }
  #top_image .subtitle {
    font-size: 20px;
    color: white;
    font-family: o-medium;
    text-align: left;
    text-shadow: 2px -1px 2px rgba(0, 0, 0, 0.6); }
  #top_image .default_button {
    float: left; }

.important_information {
  background: rgba(250, 250, 250, 0.8);
  height: 600px;
  width: 100%;
  padding: 20px; }
  .important_information .title_important {
    color: #70080d;
    text-align: center;
    font-family: m-bold;
    font-size: 28px;
    margin-bottom: 20px; }
  .important_information .ico_important {
    width: 50px;
    margin: 0px auto;
    display: block; }
  .important_information .single_important {
    margin-bottom: 20px;
    border-bottom: 3px solid #C07B17;
    padding-bottom: 20px; }
    .important_information .single_important:last-of-type {
      border-bottom: 0px; }
    .important_information .single_important .link_important {
      margin-bottom: 0px;
      color: #212529;
      text-decoration: underline; }
    .important_information .single_important h3 {
      margin-bottom: 10px;
      color: #70080d;
      font-family: 'm-bold'; }
    .important_information .single_important p {
      margin-bottom: 0px; }

#post_list {
  margin-top: 60px;
  margin-bottom: 60px; }
  #post_list h2 {
    text-align: center; }

#list_icon .single_icon {
  text-align: center;
  padding: 0px; }
  #list_icon .single_icon .over_icon {
    padding: 35px 0px 40px 0px; }
  #list_icon .single_icon img {
    height: 100px;
    margin: 0px auto;
    display: block; }
  #list_icon .single_icon .icon_title {
    font-size: 32px;
    font-family: m-regular;
    margin-bottom: 0px;
    margin-top: 20px; }
  #list_icon .single_icon .icon_text {
    font-size: 16px;
    color: black;
    margin-bottom: 0px;
    margin-top: 15px;
    font-family: o-medium; }

.pagination {
  text-align: center;
  margin: 0px auto;
  display: block;
  margin-top: 20px; }

.single_post_way {
  border-top: 2px solid #c07b17;
  margin-bottom: 10px;
  margin-top: 20px; }

.link_page_select {
  text-align: center;
  color: #70080d;
  font-size: 18px;
  font-family: o-semibold;
  text-transform: uppercase; }
  .link_page_select a {
    color: #70080d;
    font-size: 18px;
    font-family: o-semibold;
    text-transform: uppercase; }

.center_form {
  text-align: center; }

.result_form {
  margin-top: 20px; }

.search-submit {
  cursor: pointer;
  border: none !important; }
  .search-submit:hover {
    border: none !important; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  height: 35px;
  border: 2px solid #70080d;
  padding-left: 10px;
  position: relative;
  top: -2px; }

.breadcrumbs {
  padding: 8px 15px;
  margin-bottom: 30px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumbs .fa {
  font-size: 14px; }

.breadcrumbs a {
  color: black !important;
  text-decoration: underline !important;
  font-size: 16px; }

.breadcrumbs a:hover {
  text-decoration: none; }

.page-numbers {
  display: inline-block;
  line-height: 32px;
  padding: 0 13px;
  border-radius: 2px; }
  .page-numbers li {
    display: inline-block; }
    .page-numbers li span.current {
      background-color: #70080d;
      color: #fff; }
    .page-numbers li:hover a {
      background-color: #70080d;
      color: #fff !important; }

.list_post a {
  text-decoration: none !important; }
.list_post .single_post:nth-child(even) .over_single_post {
  background: white; }
.list_post .single_post {
  margin-bottom: 30px; }
  .list_post .single_post.red_style .over_single_post {
    background: #b20101 !important;
    transition: all 0.15s; }
  .list_post .single_post.red_style .date_post {
    color: white !important;
    transition: all 0.15s; }
  .list_post .single_post.red_style .title_post {
    color: white !important;
    transition: all 0.15s; }
  .list_post .single_post.red_style .button {
    background: white;
    color: #c07b17;
    transition: all 0.15s; }
  .list_post .single_post:hover .over_single_post {
    background: #b20101 !important;
    transition: all 0.15s; }
  .list_post .single_post:hover .date_post {
    color: white !important;
    transition: all 0.15s; }
  .list_post .single_post:hover .title_post {
    color: white !important;
    transition: all 0.15s; }
  .list_post .single_post:hover .button {
    background: white;
    color: #c07b17;
    transition: all 0.15s; }
  .list_post .single_post .over_content {
    padding: 20px 25px;
    min-height: 205px; }
    .list_post .single_post .over_content.smaller {
      min-height: 140px; }
  .list_post .single_post .over_single_post {
    background: #E6E6E6;
    position: relative; }
    .list_post .single_post .over_single_post .image_post {
      height: 190px;
      width: 100%;
      background-size: cover !important;
      background-position: center center !important; }
    .list_post .single_post .over_single_post .date_post {
      color: black;
      height: 24px; }
    .list_post .single_post .over_single_post .title_post {
      font-family: o-bold;
      color: black; }
  .list_post .single_post .button {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #c07b17;
    padding: 5px 10px;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
    position: absolute;
    bottom: 20px; }

#faq .faq_page .faq_overlay {
  padding-top: 30px; }
  #faq .faq_page .faq_overlay .faq_container {
    cursor: pointer; }
  #faq .faq_page .faq_overlay .faq_question {
    margin: 0px;
    display: inline-block;
    cursor: pointer; }
  #faq .faq_page .faq_overlay .faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px; }
  #faq .faq_page .faq_overlay .faq_question h2 {
    margin: 0;
    padding: 0 0 5px 0;
    cursor: pointer;
    text-align: left;
    color: black;
    font-size: 18px;
    font-family: o-semibold;
    letter-spacing: 1px;
    padding-right: 30px;
    margin-top: 0px; }
  #faq .faq_page .faq_overlay table {
    border-collapse: collapse;
    width: 100%; }
  #faq .faq_page .faq_overlay .faq_answer a {
    color: black;
    text-decoration: underline; }
  #faq .faq_page .faq_overlay .faq_answer p {
    padding-left: 0px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 24px;
    color: black;
    font-family: o-regular; }
  #faq .faq_page .faq_overlay .faq_answer {
    padding-top: 15px;
    padding-bottom: 15px; }
  #faq .faq_page .faq_overlay .single-faq-row {
    margin-bottom: 27px;
    border-bottom: 2px solid #c07b17;
    padding-bottom: 27px; }
  #faq .faq_page .faq_overlay .faq.open .fa-angle-down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #faq .faq_page .faq_overlay .faq.open h2 {
    color: black; }
  #faq .faq_page .faq_overlay .img_faq {
    margin-right: 15px;
    color: #01295C;
    position: absolute;
    margin-top: 0px;
    font-size: 22px;
    right: 0;
    width: 31px;
    transition: all .2s;
    top: -7px; }
  #faq .faq_page .faq_overlay .faq.open .img_faq {
    rotate: 180deg; }
  #faq .faq_page .faq_overlay .faq.open g {
    fill: #6E9BDF !important; }
  #faq .faq_page .faq_overlay .faq.open text {
    fill: #6E9BDF !important; }
  #faq .faq_page .faq_overlay .faq .fa-angle-down {
    transition: all .2s; }
  #faq .faq_page .faq_overlay .faq.open .fa-angle-down {
    color: #6E9BDF; }
  #faq .faq_page .faq_overlay .faq .fa-angle-down {
    margin-right: 15px;
    color: #01295C;
    position: absolute;
    margin-top: 0px;
    font-size: 22px;
    right: 0; }

#partneri {
  background: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 70px; }
  #partneri h2 {
    text-align: center; }
  #partneri .vice_spoluprace {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #70080d;
    text-align: center;
    display: block;
    margin-top: 50px;
    font-family: o-semibold; }

#content_detail .title_post {
  font-family: o-bold;
  text-transform: uppercase;
  color: #70080d;
  margin-bottom: 40px; }

.fotogalerie_button {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 5px 30px;
  display: inline-block;
  color: #fff !important;
  background-color: #70080d;
  transition: all 0.15s;
  letter-spacing: 1px;
  margin-top: 15px;
  text-decoration: none !important; }
  .fotogalerie_button:hover {
    background-color: #c07b17 !important;
    color: white; }

.center_button {
  text-align: center; }

.default_button {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 5px 30px;
  display: inline-block;
  color: #fff !important;
  background-color: #70080d;
  transition: all 0.15s;
  letter-spacing: 1px;
  margin-top: 15px;
  text-decoration: none !important; }
  .default_button:hover {
    background-color: #c07b17 !important;
    color: white; }

a:focus-visible {
  outline: 2px solid black !important; }

*:focus {
  outline: none; }

#kouzlo_mista .over_kouzlo_text {
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 15px;
  padding-bottom: 50px; }
#kouzlo_mista .default_button {
  float: right; }

#mapa iframe {
  width: 100%;
  height: 500px; }

footer {
  color: #fff;
  background-color: #70080d;
  padding: 50px 15px;
  text-align: center; }
  footer .copyright {
    display: inline-block;
    margin-right: 30px;
    position: relative; }
    footer .copyright:after {
      content: "";
      width: 2px;
      height: 16px;
      background: white;
      position: absolute;
      right: -18px;
      top: 5px; }
    footer .copyright p {
      color: white;
      margin-bottom: 0px; }
  footer .footer_menu {
    display: inline-block;
    position: relative; }
    footer .footer_menu ul {
      display: block;
      margin: 0;
      padding: 0; }
      footer .footer_menu ul li {
        display: inline-block;
        margin-right: 25px;
        position: relative; }
        footer .footer_menu ul li:after {
          content: "";
          width: 2px;
          height: 16px;
          background: white;
          position: absolute;
          right: -15px;
          top: 5px; }
        footer .footer_menu ul li:last-of-type {
          margin-right: 0px; }
        footer .footer_menu ul li a {
          color: white; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

@media screen and (max-width: 1200px) {
  #kouzlo_mista .default_button {
    float: right;
    margin-bottom: 50px; } }
@media screen and (max-width: 1140px) {
  header ul li {
    margin-right: 20px; } }
@media screen and (max-width: 1080px) {
  header ul li {
    margin-right: 11px; } }
@media screen and (max-width: 1010px) {
  header ul li {
    margin-right: 8px; } }
@media screen and (max-width: 991px) {
  #list_icon .single_icon .icon_title {
    font-size: 26px; }

  #top_image {
    height: 450px; }

  #top_image .container, #top_image .row, #top_image .col-md-6 {
    height: 450px; }

  #top_image .title {
    font-size: 50px;
    line-height: 50px; }

  #partneri {
    padding-top: 40px;
    padding-bottom: 70px; }

  .padding_main {
    padding: 25px 0px 50px 0px; }

  .list_post .single_post {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .galerie .single_img_over {
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%; }

  .galerie .single_img_over:hover .single_img {
    transform: unset; }

  .head1 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%; }

  .head2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 32px;
    margin-top: 16px;
    margin-right: 5px;
    display: block;
    float: right;
    color: black; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 93px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px; }
    #mobile_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      height: auto !important; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px;
        display: block; }
        #mobile_menu ul li.current-menu-item a {
          color: black;
          text-decoration: underline; }
          #mobile_menu ul li.current-menu-item a:after {
            content: unset !important; }
        #mobile_menu ul li:hover a {
          text-decoration: underline; }
          #mobile_menu ul li:hover a:after {
            content: unset !important; }
        #mobile_menu ul li a {
          font-family: o-semibold;
          font-size: 16px;
          color: #181E1E;
          text-transform: uppercase;
          height: 100%;
          display: block;
          text-decoration: none; }
      #mobile_menu ul .sub-menu {
        padding-left: 20px; }
        #mobile_menu ul .sub-menu li {
          border-bottom: 0px solid black;
          padding: 10px; }
          #mobile_menu ul .sub-menu li a {
            font-family: o-semibold;
            font-size: 15px;
            color: #181E1E;
            text-transform: uppercase;
            height: 100%;
            display: block; } }
@media screen and (max-width: 767px) {
  .single_img {
    margin-bottom: 20px; }

  #top_image {
    position: relative;
    background-position: left center !important; }

  #top_image {
    position: relative; }
    #top_image:after {
      content: "";
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, 0.6); }

  #top_image .title {
    position: relative;
    z-index: 9; }

  #top_image .subtitle {
    position: relative;
    z-index: 9; }

  #top_image .default_button {
    position: relative;
    z-index: 9; }

  .top_h_1 {
    display: none; }

  .flex-l {
    display: flex;
    justify-content: center;
    align-items: center; }

  #kouzlo_mista img {
    width: 100%; }

  .single_logo {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }

  .list_post .single_post {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  footer .copyright:after {
    content: unset !important; }

  footer .copyright {
    display: block; }

  .galerie .single_img_over {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media screen and (max-width: 600px) {
  .list_post .single_post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
@media screen and (max-width: 500px) {
  .galerie .single_img_over {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .single_logo {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  #top_image {
    height: 380px; }

  #top_image .container, #top_image .row, #top_image .col-md-6 {
    height: 380px; }

  #top_image .title {
    font-size: 40px;
    line-height: 40px; }

  #top_image .subtitle {
    font-size: 18px;
    color: white;
    font-family: o-medium;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
