/*  
Theme Name: Travelnative clear theme
Theme URI: https://travelnative.cz;
Description: Travelnative clear theme
Version: 2.2
Author: travelnative.cz
Author URI: https://travelnative.cz;
*/
@font-face {
  font-family: m-light;
  src: url(./font/Lato-Light.ttf); }
@font-face {
  font-family: m-regular;
  src: url(./font/Lato-Regular.ttf); }
@font-face {
  font-family: m-bold;
  src: url(./font/Lato-Bold.ttf); }
@font-face {
  font-family: m-italic;
  src: url(./font/Lato-Italic.ttf); }
@font-face {
  font-family: m-medium;
  src: url(./font/Lato-Medium.ttf); }
@font-face {
  font-family: u-semibold;
  src: url(./font/Urbanist-SemiBold.ttf); }
@font-face {
  font-family: u-regular;
  src: url(./font/Urbanist-Regular.ttf); }
@font-face {
  font-family: b-regular;
  src: url(./font/BlackerSansText-Regular.ttf); }
@font-face {
  font-family: b-light;
  src: url(./font/BlackerSansText-Light.ttf); }
@font-face {
  font-family: b-medium;
  src: url(./font/Blacker_Sans_Text_Medium.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: m-regular; }

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

*:focus {
  outline: none; }

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

.padding_top {
  padding-top: 130px; }

img {
  max-width: 100%; }

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; }

.over_mobile {
  display: none; }

.navbar-toggler {
  display: none; }

.container {
  max-width: 1400px; }

header {
  width: 100%;
  z-index: 9999;
  background: white;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%; }
  header #mini_nav {
    background: #EDE2CA;
    padding: 3px 0px; }
    header #mini_nav .head_contact a {
      display: inline-block;
      color: #5D4A29;
      font-size: 16px;
      font-family: m-regular; }
    header #mini_nav .divider_mini {
      height: 16px;
      width: 2px;
      background: #DFCCA2;
      margin: 0px 10px 0px 10px;
      display: inline-block; }
    header #mini_nav .social_site_head {
      float: right; }
      header #mini_nav .social_site_head a {
        margin-right: 15px; }
        header #mini_nav .social_site_head a:last-of-type {
          margin-right: 0px; }
  header #nav {
    padding: 13px 0px 17px 0px;
    max-height: 100px; }
  header .over_menu {
    border-bottom: 2px solid #EDE2CA;
    padding-bottom: 10px; }
  header .logo {
    display: block;
    position: relative; }
    header .logo img {
      width: 150px; }
  header ul {
    margin: 0;
    padding: 0; }
    header ul li {
      display: inline-block;
      margin-right: 60px;
      height: 100%;
      position: relative; }
      header ul li:last-of-type {
        margin-right: 0px; }
      header ul li.current-menu-item a {
        font-family: m-regular;
        text-decoration: none;
        color: #392501; }
      header ul li.active a {
        font-family: m-regular;
        text-decoration: none;
        color: #A37100;
        text-decoration: unset; }
      header ul li a {
        color: #392501;
        font-size: 18px;
        height: 100%;
        position: relative;
        transition: all 0.15s;
        font-family: m-regular; }
        header ul li a:hover {
          text-decoration: unset;
          color: #A37100; }
  header .navbar {
    padding: 0;
    float: right;
    margin-top: 30px;
    padding-top: 0; }

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

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

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

#content_style h2 {
  font-family: m-bold;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  color: #024E78; }
#content_style h3 {
  font-family: m-bold;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  color: #024E78; }
#content_style p {
  font-size: 18px; }
#content_style ul li {
  font-size: 18px; }

.btn-default {
  font-family: m-bold;
  display: inline-block;
  padding: 20px 28px;
  background-color: #A7C81C;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  outline: 2px solid #fff;
  outline-offset: -7px;
  transition: background-color 0.3s ease; }

.btn-default:hover {
  background-color: #96b518;
  color: white;
  text-decoration: none !important; }

#hero_banner {
  text-align: center;
  height: 550px;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  position: relative; }
  #hero_banner * {
    position: relative;
    z-index: 2; }
  #hero_banner:after {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px; }
  #hero_banner .container, #hero_banner .row, #hero_banner .col-md-12 {
    height: 550px; }
  #hero_banner .btn-default {
    margin-top: 60px; }
  #hero_banner h1 {
    font-family: b-medium;
    font-size: 80px;
    line-height: 90px;
    text-align: center;
    color: #FFFEFD;
    margin-bottom: 60px; }
  #hero_banner h2 {
    font-family: m-regular;
    font-size: 40px;
    color: #FFFEFD;
    text-align: center; }

.title_container .noline_title {
  font-family: b-medium;
  font-size: 50px;
  color: #392501;
  position: relative;
  margin-bottom: 60px; }
.title_container .line_title {
  font-family: b-medium;
  font-size: 50px;
  color: #392501;
  position: relative;
  margin-bottom: 60px; }
  .title_container .line_title:after {
    content: "";
    width: 725px;
    display: block;
    background: #EDE2CA;
    height: 2px;
    margin-top: 15px; }

#list_icon {
  margin: 130px 0px 150px 0px;
  text-align: center; }
  #list_icon .over_circle {
    border: 2px solid #EDE2CA;
    width: 120px;
    height: 120px;
    margin: 0px auto;
    display: flex;
    border-radius: 100%;
    margin-bottom: 30px; }
    #list_icon .over_circle .single_icon {
      max-height: 60px;
      position: relative;
      right: -3px;
      top: 3px; }
  #list_icon p {
    margin: 0;
    font-family: m-regular;
    font-size: 18px;
    text-align: center;
    color: #392501; }

#kde_si_to_s_nami_uzijes {
  margin: 0px 0px 150px 0px; }

#info_img_banner {
  margin: 0px 0px 150px 0px; }

#spokojeni_cestovatele {
  margin: 0px 0px 150px 0px; }

#single_img {
  margin: 0px 0px 165px 0px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  min-height: 720px; }

#jak_to_funguje {
  margin: 0px 0px 150px 0px; }

#kontakt {
  margin: 0px 0px 150px 0px; }

#galerie {
  margin: 0px 0px 150px 0px; }

#blog {
  margin: 0px 0px 120px 0px; }

#faq {
  margin: 0px 0px 100px 0px; }
  #faq .icon_arrow {
    float: right;
    width: 15px;
    height: 20px;
    position: relative;
    top: 5px;
    right: -15px; }
  #faq .single_faq {
    padding: 18px 0px 13px 0px;
    border-bottom: 2px solid #EDE2CA;
    cursor: pointer; }
  #faq h3 {
    color: #392501;
    font-family: m-regular;
    font-size: 20px; }
    #faq h3.active {
      color: #A37100;
      font-family: m-bold; }
  #faq .orange_text {
    color: #A37100;
    font-family: m-bold;
    font-size: 20px;
    margin-bottom: 30px; }
  #faq p {
    color: #392501;
    font-family: m-regular;
    font-size: 20px;
    text-align: center; }
  #faq .over_answer {
    background: #FDF6E9;
    padding: 114px 96px;
    text-align: center;
    height: 100%; }

#kontakt_cta {
  margin: 0px 0px 100px 0px; }

footer {
  padding: 100px 0px 130px 0px;
  background: url(./images/footer.jpg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative; }
  footer * {
    position: relative;
    z-index: 2; }
  footer:after {
    content: "";
    background: rgba(252, 245, 229, 0.7);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute; }
  footer .logo_footer_part {
    border-bottom: 2px solid rgba(163, 113, 0, 0.2);
    margin-bottom: 50px; }
  footer .logo_footer {
    max-width: 132px;
    margin: 0px auto;
    display: block;
    margin-bottom: 30px; }
  footer .social_footer_site img {
    width: 30px; }
  footer .social_footer_site a {
    display: inline-block;
    margin-right: 15px; }
    footer .social_footer_site a:last-of-type {
      margin-right: 0px; }
  footer .footer_info_part h2 {
    font-family: m-bold;
    font-size: 20px;
    color: #392501;
    margin-bottom: 25px; }
  footer .footer_info_part ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  footer .footer_info_part li {
    margin-bottom: 5px; }
    footer .footer_info_part li a {
      font-family: m-regular;
      font-size: 18px;
      color: #584527; }
  footer .footer_info_part p {
    font-family: m-regular;
    font-size: 18px;
    color: #584527 !important; }
  footer .footer_info_part .contact_detail img {
    display: inline-block;
    margin-right: 15px; }
  footer .footer_info_part .contact_detail a {
    font-family: m-regular;
    font-size: 18px !important;
    color: #584527 !important;
    width: 100%;
    display: block;
    margin-bottom: 10px; }

@media screen and (max-width: 991px) {
  .head1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

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

  .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: #024E78;
    border: 2px solid #024E78; }

  .over_mobile {
    display: block; }

  #mobile_menu {
    position: absolute;
    top: 100px;
    z-index: 999;
    background: white;
    width: 100%;
    padding: 20px;
    border-top: 2px solid #024E78; }
    #mobile_menu ul {
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      height: auto; }
      #mobile_menu ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px;
        display: block; }
        #mobile_menu ul li.current-menu-item a {
          color: black; }
        #mobile_menu ul li a {
          font-family: m-bold;
          font-size: 16px;
          color: #181E1E;
          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: m-semibold;
            font-size: 15px;
            color: #181E1E;
            height: 100%;
            display: block; } }

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