button,
button:focus, a {
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease 0s; }

body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', 'serif';
  background: #fff;
  position: relative; }

.row {
  max-width: 75rem; }

.button {
  background: white;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  padding: 1em;
  border: none;
  border-radius: 30px;
  overflow: hidden; }

.button:hover {
  background: white;
  border-radius: 30px; }

.button.animated {
  position: relative;
  border-radius: 30px; }
  .button.animated span {
    z-index: 1;
    position: relative;
    display: block;
    color: black;
    padding: 0px;
    font-size: 1.4em;
    text-transform: none; }
  @media screen and (min-width: 1023px) {
    .button.animated:hover:before {
      width: 100%;
      border-radius: 30px; }
    .button.animated:before {
      transition: all 0.3s ease 0s;
      content: '';
      background: #b4b4b4;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      z-index: 0;
      border: none; } }

.header {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .header .inner {
    position: relative;
    z-index: 3; }

.topbox {
  color: #fff;
  background: #222222; }
  .topbox .topnav > .menu {
    font-size: 0.875rem;
    float: left; }
    .topbox .topnav > .menu a {
      padding: .91rem 0.8rem;
      color: #b2b2b2;
      background: transparent; }
    .topbox .topnav > .menu li.active > a {
      background: transparent;
      color: #f9a15b; }
    .topbox .topnav > .menu > li a:hover:after {
      height: 100%; }
    .topbox .topnav > .menu > li a:after {
      z-index: 0;
      position: absolute;
      transition: all 0.3s ease 0s;
      content: '';
      width: 100%;
      height: 0%;
      left: 0;
      top: 0;
      background: rgba(255, 255, 255, 0.1);
      z-index: 0; }
    .topbox .topnav > .menu > li a {
      position: relative;
      display: block;
      z-index: 1; }

.infobox {
  float: right; }
  .infobox .button {
    margin-bottom: 0;
    background: #a1d1dd;
    color: #fff;
    border-radius: 0;
    display: block;
    padding: 9px;
    font-size: 1.1rem; }
    .infobox .button i {
      font-size: 1.6em;
      float: left;
      line-height: 1;
      margin: -2px 10px 0 9px;
      display: block; }
    .infobox .button strong {
      font-weight: 600;
      float: left;
      line-height: 1.5em; }
    .infobox .button.animated:before {
      background: #f9a15b; }
    .infobox .button:hover span {
      color: #000; }

.homelink {
  display: block;
  padding: 0 0;
  border-radius: 100%;
  margin-bottom: -1rem;
  height: 100px;
  text-align: center; }

span.logo-text {
  display: block;
  font-size: 0.65rem;
  opacity: 0.59;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 300;
  text-align: center;
  position: absolute; }

.search-btn {
  display: block; }

.top-nav {
  display: inline-block; }
  .top-nav > ul.menu > li {
    font-size: 1.4rem;
    margin: 0 10px; }
    .top-nav > ul.menu > li.active > a {
      color: #fff;
      background: #f9a15b; }
      .top-nav > ul.menu > li.active > a i {
        color: #fff; }
    .top-nav > ul.menu > li > a {
      border-radius: 3px;
      height: 100%;
      color: #121212;
      font-weight: bold;
      padding: 0 8px;
      display: table;
      text-transform: uppercase; }
      .top-nav > ul.menu > li > a > * {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        padding: 5px; }
      .top-nav > ul.menu > li > a .ct {
        font-size: 1rem;
        max-width: 112px; }
      .top-nav > ul.menu > li > a .ico {
        color: #f9a15b;
        text-align: center; }
        .top-nav > ul.menu > li > a .ico i {
          line-height: 1;
          display: block;
          font-size: 1.9em; }
          .top-nav > ul.menu > li > a .ico i.icon-kolace {
            font-size: 2.3em; }
          .top-nav > ul.menu > li > a .ico i.icon-calculator2 {
            font-size: 1.5em; }
          .top-nav > ul.menu > li > a .ico i.icon-torty {
            font-size: 1.4em; }
    .top-nav > ul.menu > li:not(.active) a:hover {
      color: #f9a15b; }
  @media screen and (min-width: 1024px) {
    .top-nav > ul.menu > li > a:after,
    .top-nav > ul.menu ul {
      display: none; } }

.text-nav {
  display: inline-block; }
  .text-nav .menu a:after {
    display: block;
    content: '';
    display: block;
    height: 4px;
    background: white;
    border-radius: 5px;
    margin: 4px auto 0 auto;
    width: 0;
    transition: all 0.3s ease 0s; }
  .text-nav .menu li.active > a {
    background: none;
    color: black; }
    .text-nav .menu li.active > a:after {
      width: 100%; }
  .text-nav .menu li a {
    color: white;
    padding: 0.8em 1em calc(0.8em - 4px);
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 5px #323232; }
  @media screen and (min-width: 1023px) {
    .text-nav .menu li:hover a:after {
      width: 100%; } }

#main-menu {
  padding-top: 10px; }
  #main-menu ul {
    display: table; }
    #main-menu ul li {
      display: table-cell;
      vertical-align: middle; }
      #main-menu ul li a {
        text-align: center; }

.mobile-menu {
  padding: 0; }
  @media screen and (max-width: 1023px) {
    .mobile-menu {
      padding-left: 0.7rem; } }

.header-row {
  max-width: 100%;
  padding: 0;
  border-bottom: rgba(255, 255, 255, 0.6) solid 1px;
  height: 84px; }

.language {
  display: inline-block;
  margin-left: 1rem; }
  .language a {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 5px;
    transition: none;
    border: transparent solid 2px; }
  .language a:hover,
  .language a.active {
    border-color: #ebebed;
    transition: none; }

.homelink-box {
  background: #c63a3a;
  padding: 0 1rem; }

.homelink img {
  height: 53px;
  margin: 11px; }

.top-bar-menu {
  display: block;
  margin: 0 auto;
  float: left;
  cursor: pointer;
  background: #fff;
  margin-right: 0;
  padding: 0.2rem 0.3rem;
  background: #a1d1dd; }
  .top-bar-menu .menu-icn {
    display: block;
    width: 33px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding: 8px 3px; }
    .top-bar-menu .menu-icn .line {
      display: block;
      width: 100%;
      transition: 0.35s cubic-bezier(0.06, 0.33, 0.29, 0.9);
      opacity: 1;
      transform-origin: center center;
      height: 2px;
      background: #000;
      border-radius: 3px;
      position: absolute;
      top: 0;
      left: 0; }
      .top-bar-menu .menu-icn .line:nth-child(2) {
        top: 8px; }
      .top-bar-menu .menu-icn .line:nth-child(3) {
        top: 16px; }
    .top-bar-menu .menu-icn strong {
      position: relative;
      display: block;
      height: 18px; }
  .top-bar-menu:hover .menu-icn .line {
    width: 100%; }
  .top-bar-menu[aria-expanded="true"] .line:first-child {
    width: 34px;
    top: 3px;
    left: -9px;
    transform: rotate(-45deg) translateY(8px); }
  .top-bar-menu[aria-expanded="true"] .line:nth-child(2) {
    left: 300%;
    opacity: 0; }
  .top-bar-menu[aria-expanded="true"] .line:nth-child(3) {
    width: 34px;
    top: 3px;
    left: 1px;
    transform: rotate(45deg) translateY(7px); }

.js-off-canvas-overlay {
  background: rgba(255, 255, 255, 0.6); }

@media screen and (max-width: 1500px) {
  #main-menu .facebook {
    margin: 0;
    margin-right: 1rem; } }
@media screen and (max-width: 1023px) {
  .homelink {
    margin-bottom: 40px;
    height: 0; }
    .homelink img {
      height: 37px;
      margin: 0;
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translate(-50%, 0); }

  .top-bar-menu {
    background: transparent; }

  .top-bar-menu .menu-icn .line {
    background: white; }

  #main-menu ul {
    display: flex; }

  body.entry #main-menu {
    margin-top: 0; }

  body:not(.entry) .menu-column {
    padding: 0; }

  .header-row {
    height: 50px;
    background: #c63a3a; }

  #main-menu {
    margin-top: 0;
    padding-top: 1rem;
    text-align: center; }
    #main-menu .text-nav {
      display: inline-block; }
      #main-menu .text-nav li {
        width: 100%; }
        #main-menu .text-nav li a {
          text-align: center; }
      #main-menu .text-nav li:hover a span {
        border-bottom: none; } }
.slider-box {
  background: url(../images/cover-bg.png);
  height: 50.3vw;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 420px; }
  .slider-box h1 {
    text-align: left; }
    .slider-box h1:after {
      content: ''; }

.owl-carousel {
  width: 75rem;
  height: 40vw;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%); }
  .owl-carousel .column {
    padding: 2rem; }
  .owl-carousel .desc {
    color: white;
    text-align: center;
    position: relative; }
    .owl-carousel .desc .box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
    .owl-carousel .desc h1 {
      font-size: 2.6em;
      text-align: center;
      margin-bottom: 0.5rem; }
    .owl-carousel .desc p {
      font-size: 1.2em;
      text-shadow: 0 3px 2px black;
      margin-top: 0; }
  .owl-carousel .row {
    max-width: 85vw; }

.owl-dots {
  margin-left: -55vw;
  margin-top: -2vw !important; }

.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 60px;
  height: 2px;
  margin: 0 1px; }

.owl-carousel .owl-item img {
  border-radius: 50%;
  width: 22vw;
  height: 22vw;
  object-fit: cover;
  box-shadow: 0px 6px 16px #515151;
  margin: auto; }

@media screen and (max-width: 1023px) {
  min-height: 450px;
  .owl-carousel .column {
    padding: 0; }

  .owl-carousel {
    top: 30vw; }

  .owl-carousel .desc {
    font-size: 12px; }

  .owl-carousel .desc h1 {
    font-size: 2em; }

  .owl-carousel .owl-item img {
    width: 25vw;
    height: 25vw;
    margin-top: 3vw; } }
@media screen and (max-width: 1023px) {
  .owl-dots {
    margin-left: -60vw;
    margin-top: -10vw !important; } }
@media screen and (max-width: 900px) {
  .owl-dots {
    margin-left: -55vw;
    margin-top: -4vw !important; } }
@media screen and (max-width: 639px) {
  .owl-dots {
    display: none; }

  .owl-carousel .column {
    padding: 0; }

  .owl-carousel .owl-item img {
    margin-top: 35px;
    min-width: 130px;
    min-height: 130px; }

  .owl-carousel .desc .box {
    position: static;
    top: 0;
    left: 0;
    transform: none; } }
.textblock .desc {
  padding: 1rem; }
  .textblock .desc h2 {
    margin: 0; }
  .textblock .desc li,
  .textblock .desc p {
    line-height: 2;
    font-weight: 600; }
.textblock .bg {
  background-size: cover;
  background-position: center;
  text-align: center; }
.textblock img {
  width: 400px;
  max-width: 100%; }

.image h2 {
  text-align: left; }
.image .bg {
  min-height: 200px; }

.textblock.image:nth-child(even) {
  justify-content: end; }

.image:nth-child(even) .desc {
  order: -1; }

.textblock.image .desc {
  max-width: 900px;
  padding: 3rem 2rem; }

.simple {
  margin-bottom: 5rem;
  margin: 0 auto;
  margin-bottom: 2rem; }
  .simple h1 {
    text-align: center;
    font-size: 2.5em;
    font-weight: lighter;
    color: #866f67;
    margin-top: 0; }
  .simple p {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto; }

@media screen and (max-width: 1023px) {
  .image:nth-child(even) .desc {
    order: 0; }

  .textblock.image .desc,
  .textblock .desc {
    padding: 1rem;
    max-width: 100%; }

  .textblock.image .desc {
    margin-bottom: 0rem; }
    .textblock.image .desc p {
      padding: 0; }

  .simple {
    margin-bottom: 1rem; } }
@media screen and (max-width: 1023px) {
  .simple p {
    padding: 0; }

  .simple {
    margin-bottom: 0; } }
@media screen and (max-width: 639px) {
  .image .bg {
    min-height: 150px; } }
.contact {
  color: white; }
  .contact a {
    color: white; }
  .contact p {
    margin: 0; }
  .contact li {
    list-style: none;
    margin: 1rem 0;
    position: relative; }
  .contact li:first-child {
    margin: 2rem 0; }
  .contact li::before {
    font-family: 'icomoon';
    position: absolute;
    left: -2.6rem;
    top: 0;
    font-size: 1.8em; }
  .contact .address::before {
    content: '\e901'; }
  .contact .phone::before {
    content: '\e900'; }
  .contact .mail::before {
    content: '\e912';
    top: -10px; }

.contact-form-box {
  font-size: 1rem; }
  .contact-form-box h2 {
    color: white; }
  .contact-form-box div.label {
    display: block;
    margin-bottom: 0.9em;
    padding: 0;
    position: relative; }
    .contact-form-box div.label textarea,
    .contact-form-box div.label input {
      padding: 1.4rem; }
    .contact-form-box div.label label {
      padding: 0.7rem; }
  .contact-form-box label {
    transition: 350ms cubic-bezier(0.06, 0.33, 0.29, 0.9);
    display: block;
    position: absolute;
    left: 1rem;
    top: 0.8em;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    font-size: 16px; }
    .contact-form-box label.is-invalid-label {
      background: transparent;
      color: #b83a4b !important; }
  .contact-form-box input:focus ~ label,
  .contact-form-box textarea:focus ~ label,
  .contact-form-box input.active ~ label,
  .contact-form-box textarea.active ~ label {
    top: -2px;
    font-size: 13px;
    left: 13px;
    font-weight: 500;
    color: #fff; }
  .contact-form-box input:focus ~ label.is-invalid-label,
  .contact-form-box textarea:focus ~ label.is-invalid-label {
    color: #b83a4b !important; }
  .contact-form-box input, .contact-form-box textarea {
    display: block;
    transition: 350ms cubic-bezier(0.06, 0.33, 0.29, 0.9);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    outline: none;
    color: white;
    font-weight: 500;
    padding: 15px 15px 10px;
    font-weight: 500;
    /*
            &:focus, &.active {
                border: 2px solid $orange;
            }
    */ }
    .contact-form-box input.is-invalid-input:not(:focus), .contact-form-box textarea.is-invalid-input:not(:focus) {
      border: 2px solid #b83a4b; }
  .contact-form-box button {
    padding: 1em 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
    .contact-form-box button i {
      z-index: 1;
      font-size: 1.8em;
      position: relative;
      float: right;
      margin: -0.2em 0em -0.7em 0.3em; }
  .contact-form-box .label.code input {
    margin-bottom: 0; }
  .contact-form-box textarea {
    resize: none;
    height: 7.7rem; }
  .contact-form-box .form-message.alert {
    background: #b83a4b;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 0; }

.contact-send {
  text-align: center; }
  .contact-send i {
    font-size: 3em; }
  .contact-send h2 {
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 3px; }

.send-button {
  background: #c63a3a; }
  .send-button span {
    color: white !important; }

.contact-form-box textarea {
  border: #c63a3a solid 2px; }

@media screen and (max-width: 1023px) {
  .contact-form-box div.label textarea,
  .contact-form-box div.label input {
    padding: 1rem; }
  .contact-form-box div.label label {
    padding: 0.5rem; } }
.box-can {
  background: #6d6060; }

.box-reziva {
  background: #d4a24c; }

.box-contact {
  background: #c63a3a; }

.menu-button-box-text {
  color: white;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.1; }
  .menu-button-box-text i {
    font-size: 1.8em; }

.can-rez-small {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .can-rez-small div {
    padding: 0.5em 0; }

.menu-right-box {
  height: 100%;
  margin-top: -1px;
  display: table;
  padding: 0; }

.menu-button-box {
  text-transform: uppercase;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 2rem; }
  .menu-button-box .a-first {
    margin-right: 1rem; }

a {
  text-decoration: none; }

h1 {
  text-align: center;
  position: relative;
  font-size: 2.4em; }
  h1:after {
    content: url(../images/vlnky.png);
    position: absolute;
    bottom: -50px;
    transform: translate(-50%, -50%);
    left: 50%; }

.autodoprava {
  background: #f6f6f6;
  padding: 1.5rem 0 3rem 0; }
  .autodoprava h1 {
    margin-top: 0; }

.red-box {
  justify-content: space-between;
  padding: 1rem;
  color: white;
  font-weight: 600;
  font-size: 1.1em;
  text-align: center; }
  .red-box p {
    margin: 0; }
  .red-box i {
    font-size: 1.5em;
    border: white solid 2px;
    border-radius: 50%;
    padding: 10px; }

.red-box-parent {
  width: 100%;
  background: #c63a3a;
  margin-top: 4rem; }

footer {
  background: #454545; }
  footer .copyright {
    padding: 2rem 0;
    border-top: rgba(255, 255, 255, 0.1) solid 1px; }
    footer .copyright a,
    footer .copyright .footer-text {
      font-weight: bold;
      font-size: 0.9rem;
      color: white;
      text-decoration: none;
      font-weight: 600; }
    footer .copyright .neonus-logo {
      color: white;
      font-size: 1.5rem;
      vertical-align: middle; }
    footer .copyright .neonus-div {
      text-align: right; }

.ta-right {
  text-align: right; }

.ta-center {
  text-align: center; }

.o-nas-boximg {
  padding: 1rem 0 4rem 0; }
  .o-nas-boximg .column {
    overflow: hidden;
    height: 100px;
    background-size: cover;
    background-position: center;
    position: relative; }
  .o-nas-boximg img {
    border-radius: 50px;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .o-nas-boximg h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.8);
    font-size: 2.5em;
    width: 100%;
    text-align: center;
    margin: 0;
    text-shadow: 0 1px 5px #323232; }

.can-rez {
  height: 100%;
  display: none;
  width: 120px; }
  .can-rez div {
    display: table-row;
    vertical-align: middle;
    text-align: center; }
    .can-rez div a {
      height: 30%;
      vertical-align: middle;
      display: table-cell; }

.cover-bg-overlay {
  position: absolute;
  bottom: -20px;
  left: 0;
  object-fit: cover;
  object-position: left;
  min-height: 80px; }

.can-rez {
  margin: 0; }

.slider-box {
  overflow: hidden; }

@media screen and (max-width: 1400px) {
  .menu-right-box .box-hide {
    display: none; }
  .menu-right-box .can-rez {
    display: table;
    margin: 0; } }
@media screen and (max-width: 1150px) {
  .o-nas-boximg h2 {
    width: 80%;
    font-size: 1.6em; }

  .o-nas-boximg {
    padding: 0; }
    .o-nas-boximg .column:first-child {
      margin-bottom: 2rem; } }
@media screen and (max-width: 1023px) {
  .can-rez-small-down {
    color: white;
    background: #57493a;
    padding: 1rem 0; }

  .text-nav .menu a::after {
    display: none; }

  #main-menu .text-nav {
    margin-top: 0; }
    #main-menu .text-nav li {
      border-bottom: #797066 solid 1px;
      padding: 5px; }

  #main-menu {
    padding-top: 0; }
    #main-menu .can-rez-small div {
      background: transparent; }
    #main-menu .can-rez-small .box-contact {
      padding: 1rem;
      border-bottom: #797066 solid 1px; }

  h1 {
    font-size: 2em; }
    h1:after {
      bottom: -40px; }

  .menu-right-box .box-hide {
    display: table-cell; }
  .menu-right-box .can-rez {
    display: none; }

  .red-box div:nth-child(1) {
    max-width: 40%; }
  .red-box div:nth-child(2) {
    width: 20%; }
  .red-box div:nth-child(3) {
    max-width: 40%; }

  .autodoprava {
    padding: 1.5rem 0 0rem 0; }

  #main-menu {
    background: #675a4c; } }
@media screen and (max-width: 639px) {
  .o-nas-boximg {
    padding-bottom: 1rem; }
    .o-nas-boximg .column:first-child {
      margin-bottom: 1rem; }

  h1 {
    font-size: 1.8em; }

  .copyright {
    text-align: center; }

  footer .copyright .neonus-div {
    text-align: center; }

  .contact {
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
    text-align: center; }
    .contact h2 {
      margin-bottom: 0; }
    .contact ul {
      display: inline-block;
      text-align: left;
      margin-top: 0; }

  .red-box div:nth-child(1) {
    max-width: 100%;
    width: 100%; }
  .red-box div:nth-child(2) {
    max-width: 100%;
    width: 100%;
    padding: 1.5rem; }
  .red-box div:nth-child(3) {
    max-width: 100%;
    width: 100%; } }
img {
  border-radius: 10px; }

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