@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
#vanoce {
    padding: 50px 30px;
}

.button-dish {
    display: inline-block;
    margin: 30px;
    padding: 15px 25px;
    font-family: Ostrich;
    font-size: 48px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #d12600;
    border: none;
    border-radius: 15px;
  }
.button-dish:hover {background-color: #ED561A}

#vanoce p {
    font-family: Open Sans;
    font-size: 18px;
    color: #6d6d6d;
    font-weight: 600;
    margin-top: 15px;
}

#vanoce .name {
    font-family: Josefin Sans;
    font-size: 23px;
    color: #424242;
    text-transform: uppercase;
    width: 80%;
}

.new {
    color: #fff;
    background-color: #106AA3;
    font-size: 12px;
    padding: 8px 7px 3px;
    border-radius: 5px;
    vertical-align: top;
    margin-left: 15px;
}

.footer {
  background: #424242;
  height: 60px;
  color: #898989;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 60px; }
  .footer a {
    color: #1E6694;
    text-decoration: none; }

.galerie {
  background: #ececec; }
  .galerie p {
    text-align: center;
    font-family: Open Sans;
    font-size: 28px;
    color: #6d6d6d;
    font-weight: 600;
    position: absolute;
    width: 100%;
    display: block;
    line-height: 250px;
    z-index: 1;
    text-transform: uppercase; }
  .galerie i {
    color: #E0E0E0;
    font-size: 250px;
    width: 100%;
    text-align: center;
    padding-bottom: 50px; }
  .galerie .owl-carousel {
    width: 60%;
    background: white;
    margin: 0 auto;
    position: relative; }
    .galerie .owl-carousel .photo {
      width: 100%;
      height: 600px;
      background-size: cover !important;
      background-position: center !important; }

.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 75px;
  width: 40px;
  background: url("../images/vinor/icons/prev.png");
  background-position: left; }

.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1px;
  height: 75px;
  width: 40px;
  background: url("../images/vinor/icons/next.png");
  background-position: right; }

.owl-dots {
  display: flex;
  margin: 0px auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px; }

.owl-dot {
  width: 14px;
  height: 14px;
  background-color: #f9f9f9;
  border-radius: 100%;
  margin: 2.5px;
  display: flex; }

.owl-carousel .active {
  width: 20px;
  height: 20px; }
  .owl-carousel .active::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #106AA3;
    margin: auto; }

.header-wrapper {
  height: 100vh;
  background: url("../images/vinor/background.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
  display: flex; }

.header {
  height: 100px;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.5s;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 50; }
  .header .logo {
    color: white;
    font-family: Norican;
    font-size: 2vw;
    position: fixed;
    left: 100px;
    cursor: pointer; }
    .header .logo p:nth-child(1) {
      line-height: 40px; }
    .header .logo p:nth-child(2) {
      font-size: 0.8vw;
      font-family: Josefin Sans;
      text-transform: uppercase;
      text-align: right;
      margin-top: -2px;
      margin-right: 5px; }

.nav-open {
  right: 0 !important; }

.open .nav-icon-part:nth-child(1) {
  top: 18px !important;
  width: 0% !important;
  left: 50% !important; }

.open .nav-icon-part:nth-child(2) {
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important; }

.open .nav-icon-part:nth-child(3) {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important; }

.open .nav-icon-part:nth-child(4) {
  top: 18px !important;
  width: 0% !important;
  left: 50 !important; }

.nav-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: fixed;
  z-index: 49;
  width: 100vw;
  height: calc(100vh - 100px);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  right: -200%;
  transition: 0.5s;
  top: 0px;
  padding: 100px 0 0; }
  .nav-mobile a {
    color: White;
    text-decoration: none;
    font-size: 40px;
    font-family: Josefin Sans;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap; }

.nav-icon {
  z-index: 50;
  width: 30px;
  position: absolute;
  right: 50px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
  .nav-icon-part {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #4294C8;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .nav-icon-part:nth-child(1) {
      top: 0px; }
    .nav-icon-part:nth-child(2), .nav-icon-part:nth-child(3) {
      top: 10px; }
    .nav-icon-part:nth-child(4) {
      top: 20px; }

.order {
  color: white;
  font-family: Josefin Sans;
  font-size: 1.5vw;
  position: absolute;
  right: 125px; }
  .order .fa {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 35px;
    color: white; }
  .order-text {
    font-size: 1.25vw;
    text-align: right; }

@media screen and (min-width: 1051px) {
  .menu {
    width: 40%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    .menu a {
      color: white;
      text-decoration: none;
      font-size: 1.2vw;
      line-height: 110px;
      font-family: Josefin Sans;
      text-transform: uppercase; }
  .nav-mobile {
    display: none; }
  .nav-icon {
    display: none; } }

.landing {
  overflow: hidden;
  margin: auto;
  text-align: center; }
  .landing .red {
    font-size: 70px;
    font-family: Norican;
    color: #4294C8;
    text-shadow: 0px 0px 20.16px black;
    font-weight: 100;
    line-height: 60px; }
  .landing .main {
    font-size: 140px;
    font-family: Ostrich;
    color: white;
    font-weight: 100;
    text-shadow: 0px 0px 20.16px rgba(0, 0, 0, 0.31); }
  .landing .button {
    color: white;
    font-family: Open Sans;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: lighter;
    text-shadow: 0px 0px 20.16px rgba(0, 0, 0, 0.31);
    border: solid 3px white;
    display: inline-block;
    padding: 5px 50px;
    border-radius: 50px;
    cursor: pointer; }
  .landing .secondary {
    font-family: Ostrich;
    color: white;
    display: inline-block;
    font-weight: 100;
    position: relative;
    font-size: 50px;
    margin-bottom: 30px; }
  .landing .secondary:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 3px;
    background: white;
    top: calc(50% - 1.5px);
    margin: 0 15px;
    left: -180px; }
  .landing .secondary:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 3px;
    background: white;
    top: calc(50% - 1.5px);
    margin: 0 15px; }
.kontakt {
  background: #ececec;
  padding-top: 50px; }
  .kontakt-row {
    width: 60%;
    display: flex;
    margin: 0 auto;
    padding: 50px 0 75px;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center; }
    .kontakt-row .column {
      width: 100%; }
      .kontakt-row .column .icon {
        width: 55px;
        height: 55px;
        margin: 0 auto;
        opacity: 0.75; }
      .kontakt-row .column .kontakt-info {
        font-family: Open Sans;
        font-size: 1.25vw;
        color: #6d6d6d;
        font-weight: 600;
        margin-top: 15px; }

.section-header {
  text-align: center;
  margin-bottom: 45px;
  font-family: Norican;
  font-size: 60px;
  font-weight: lighter;
  color: #424242;
  position: relative; }
  .section-header::after {
    content: '';
    width: 383px;
    height: 21px;
    background: url("../images/vinor/hr.png");
    position: absolute;
    display: inline-block;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.nabidka {
  background: url("../images/nabidka.jpg") #ececec;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 60px 0; }
  .nabidka-menu {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 3px solid #DDD; }
    .nabidka-menu .row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .nabidka-menu .row p {
        font-family: Josefin Sans;
        font-size: 1.37vw;
        text-transform: uppercase;
        color: #424242;
        cursor: pointer;
        margin: 1.5rem 1.5rem 0 }
        .row p:first-child {
          width: 100%;
          text-align: center; }
        .nabidka-menu .row p::-moz-selection {
          color: #424242;
          background: #dddddd; }
        .nabidka-menu .row p::selection {
          color: #424242;
          background: #dddddd; }
  .nabidka .dresingy {
    font-family: Josefin Sans;
    font-size: 32px;
    color: #424242;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0 10px; }
  .nabidka .dresing {
    text-align: center;
    font-family: Open Sans;
    font-size: 24px;
    color: #6d6d6d;
    font-weight: 600; }
  .nabidka .list {
    width: 50%;
    margin: 0 auto; }
    .nabidka .list .pizza-active::after {
      content: '32cm / 45cm';
      position: absolute;
      font-size: 20px;
      right: 20px;
      bottom: 0;
      text-transform: none; }
    .nabidka .list-header {
      font-family: Josefin Sans;
      font-size: 32px;
      color: #424242;
      text-transform: uppercase;
      text-align: center;
      margin: 50px 0 10px;
      position: relative; }
      .nabidka .list-header::-moz-selection {
        color: #424242;
        background: #dddddd; }
      .nabidka .list-header::selection {
        color: #424242;
        background: #dddddd; }
    .nabidka .list-item {
      border-top: 3px dashed #DDD;
      padding: 25px 0;
      position: relative;
      opacity: 0;
      transition: .2s ease-in; }
      .nabidka .list-item:nth-last-child(1) {
        border-bottom: 3px dashed #DDD; }
      .nabidka .list-item .name {
        font-family: Josefin Sans;
        font-size: 23px;
        color: #424242;
        text-transform: uppercase;
        width: 80%; }
        .nabidka .list-item .name::-moz-selection {
          color: #424242;
          background: #dddddd; }
        .nabidka .list-item .name::selection {
          color: #424242;
          background: #dddddd; }
      .nabidka .list-item .description {
        font-family: Josefin Sans;
        font-size: 14px;
        color: #6d6d6d;
        text-transform: uppercase;
        width: 80%; }
        .nabidka .list-item .description::-moz-selection {
          color: #6d6d6d;
          background: #dddddd; }
        .nabidka .list-item .description::selection {
          color: #6d6d6d;
          background: #dddddd; }
      .nabidka .list-item .price {
        font-family: Josefin Sans;
        font-size: 1.9vw;
        color: #106AA3;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

#wheel {
  margin: 50px auto;
  display: block; }

.rezervace {
  padding: 60px 0;
  text-align: center;
  position: relative; }
  .rezervace::before {
    content: '';
    background: url("../images/rezervace-left.jpg") #f9f9f9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .rezervace::after {
    content: '';
    background: url("../images/rezervace-right.jpg") #f9f9f9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .rezervace-description {
    font-family: Open Sans;
    font-size: 24px;
    color: #6d6d6d;
    font-weight: 600; }
  .rezervace-phone {
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 600;
    color: #6d6d6d;
    margin: 40px 0; }
    .rezervace-phone span {
      font-weight: bold;
      color: #424242; }
  .rezervace .opening-hours {
    width: 25%;
    margin: 0 auto; }
    .rezervace .opening-hours .row {
      width: 100%;
      height: 40px;
      display: flex; }
      .rezervace .opening-hours .row .day {
        font-family: Open Sans;
        font-size: 24px;
        color: #6a6a6a;
        flex: 1;
        text-align: left; }
      .rezervace .opening-hours .row .hours {
        text-align: right;
        font-family: Open Sans;
        font-size: 24px;
        color: #6a6a6a;
        font-weight: 600; }

.rozvoz, .vanoce {
  padding: 60px 0;
  background: #F9F9F9;
  text-align: center; }
  .rozvoz-description, .vanoce-description {
    font-family: Open Sans;
    font-size: 24px;
    color: #6d6d6d;
    font-weight: 600; }
  .rozvoz-phone, .vanoce-phone {
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 600;
    color: #6d6d6d;
    margin: 40px 0; }
    .rozvoz-phone span, .vanoce-phone span {
      font-weight: bold;
      color: #424242; }
  .rozvoz .opening-hours, .vanoce .opening-hours {
    width: 25%;
    margin: 0 auto; }
    .rozvoz .opening-hours .row-hours, .vanoce .opening-hours .row-hours {
      width: 100%;
      height: 40px;
      display: flex; }
      .rozvoz .opening-hours .row-hours .day, .vanoce .opening-hours .row-hours .day {
        font-family: Open Sans;
        font-size: 24px;
        color: #6a6a6a;
        flex: 1;
        text-align: left; }
      .rozvoz .opening-hours .row-hours .hours, .vanoce .opening-hours .row-hours .hours {
        text-align: right;
        font-family: Open Sans;
        font-size: 24px;
        color: #6a6a6a;
        font-weight: 600; }

.vanoce {
  padding: 0 0 60px; }
  .vanoce h1 {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 2.5em;
    color: #424242;
    padding-bottom: 15px; }
  .vanoce .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 50%;
    margin: 0 auto;
    grid-row-gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #DDD; }
  .vanoce .date {
    font-family: Open Sans;
    font-size: 24px;
    color: #6a6a6a;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD; }
  .vanoce .time {
    font-family: Open Sans;
    font-size: 24px;
    color: #6a6a6a;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDD; }

.mamvybrano {
  margin-top: 30px; }

.mamvybranotext {
  font-family: Open Sans;
  font-size: 18px;
  color: #6a6a6a;
  font-weight: 600;
  padding-bottom: 15px; }

@media screen and (max-width: 1400px) {
  .menu {
    width: 55% !important; }
    .menu a {
      font-size: 1.8vw !important; }
  .order {
    right: 75px !important; }
    .order .fa {
      right: -35px !important; }
  .logo {
    left: 50px !important;
    font-size: 2.5vw !important; }
  .opening-hours {
    width: 35% !important; }
  .owl-carousel {
    width: 75% !important; }
  .kontakt-row {
    width: 75% !important; }
    .kontakt-row .kontakt-info {
      font-size: 1.70vw !important; } }

@media screen and (max-width: 650px) {
  .header .logo {
    font-size: 30px !important; }
  .landing .red {
    font-size: 12vw; }
  .landing .main {
    font-size: 20vw; }
    .landing .main::after {
      width: 90% !important; }
  .landing .button {
    font-size: 6vw;
    padding: 5px 20px; }
  .nabidka .nabidka-menu .row p {
    font-size: 3vw !important; }
  .row p:nth-child(n + 5) {
    order: 1; }
  .row p:nth-child(n + 7) {
    order: 2 !important; }
  .nabidka-menu .row p:nth-last-child(1) {
    text-align: center;
    flex-basis: 100%; }
  .rozvoz .opening-hours {
    width: 75% !important; }
  .rezervace {
    background: #f9f9f9; }
    .rezervace::after, .rezervace::before {
      display: none; }
    .rezervace .opening-hours {
      width: 65% !important; }
  .kontakt-row {
    justify-content: space-around;
    flex-wrap: wrap; }
    .kontakt-row .column {
      width: auto; }
    .kontakt-row::after, .kontakt-row::before {
      content: '';
      width: 100%;
      order: 1; }
    .kontakt-row .column:nth-child(n + 3) {
      order: 1; }
    .kontakt-row .column:nth-child(n + 5) {
      order: 2 !important; }
    .kontakt-row .column {
      margin-top: 25px; }
      .kontakt-row .column .kontakt-info {
        font-size: 4.5vw !important; }
  .galerie .owl-carousel {
    height: 400px !important; }
    .galerie .owl-carousel .photo {
      height: 400px !important; }
  body .footer {
    font-size: 2.6vw !important; }
  .header .logo p:nth-child(2) {
    font-size: 12px !important;
    margin-top: -4px !important; }
  .pizza-active::after {
    right: 0 !important; }
  .header .order {
    right: 125px !important;
    font-size: 15px !important; }
    .header .order-text {
      font-size: 15px !important; }
    .header .order .fa {
      font-size: 25px !important;
      right: -25px !important; } }

@media screen and (max-width: 1051px) {
  .menu {
    display: none; }
  .order {
    font-size: 20px !important;
    right: 150px !important; }
    .order-text {
      font-size: 20px !important; }
  .logo {
    font-size: 45px !important; }
  .nabidka-menu {
    width: 75% !important; }
    .nabidka-menu .row p {
      font-size: 2vw !important; }
  .grid {
    width: 75% !important; }
  .list {
    width: 75% !important; }
    .list .description {
      width: 75% !important; }
    .list .price {
      font-size: 3.5vw !important; }
  .opening-hours {
    width: 50% !important; }
  .galerie .owl-carousel {
    width: 100% !important; }
  .kontakt-row {
    width: 95% !important; }
    .kontakt-row .kontakt-info {
      font-size: 2.3vw !important; }
  .footer {
    font-size: 2vw !important; }
  .logo p:nth-child(2) {
    font-size: 15px !important;
    margin-top: 2px !important; } }

@media screen and (max-width: 440px) {
  .logo {
    left: 25px !important; }
  .nav-icon {
    right: 25px; }
  .nabidka .nabidka-menu {
    width: 90% !important; }
  .nabidka .nabidka-menu .row {
      display: flex;
      justify-content: center;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center }
  .nabidka .list {
    width: 90% !important; }
  .vanoce .grid {
    width: 90% !important; }
    .vanoce .grid .date {
      font-size: 18px; }
    .vanoce .grid .time {
      font-size: 18px; }
  .nabidka .nabidka-menu .row p {
    font-size: 3.8vw !important; }
  .section-header::after {
    width: 75% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important; }
  .list .name {
    width: 70% !important;
    font-size: 6vw !important; }
  .list .description {
    font-size: 3.5vw !important;
    width: 70% !important; }
  .list .price {
    font-size: 5.3vw !important; }
  body .rozvoz .opening-hours {
    width: 90% !important; }
  .rezervace .opening-hours {
    width: 85% !important; }
  .rozvoz .opening-hours .row:nth-child(1) > .day {
    color: rgba(0, 0, 0, 0);
    position: relative; }
    .rozvoz .opening-hours .row:nth-child(1) > .day::after {
      content: 'Po-Ne';
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      color: #6a6a6a; }
  .row p:nth-child(n + 5) {
    order: 1; }
  .row p:nth-child(n + 7) {
    order: 2 !important; }
  .nabidka-menu .row p:nth-last-child(1) {
    text-align: center;
    flex-basis: 100%; }
  body .nabidka .nabidka-menu .row p {
    font-size: 5vw !important; }
  .kontakt-row {
    padding-top: 0;
    flex-direction: column; }
    .kontakt-row .column {
      width: 100% !important; }
      .kontakt-row .column .kontakt-info {
        font-size: 5.5vw !important; }
  .header .logo p:nth-child(2) {
    font-size: 3vw !important;
    margin-top: -3px !important; }
  .list-header {
    height: 60px !important;
    margin-top: 30px !important; }
    .list-header::after {
      font-size: 17px !important; }
  .header .order {
    right: 95px !important;
    font-size: 15px !important; }
    .header .order-text {
      font-size: 15px !important;
      display: none; }
    .header .order-phone {
      display: none; }
    .header .order .fa {
      font-size: 25px !important;
      right: -15px !important; } }

* {
  margin: 0px;
  padding: 0px; }

@font-face {
  font-family: Ostrich;
  src: url("../fonts/OstrichSans-Medium.otf"); }

@font-face {
  font-family: Norican;
  src: url("../fonts/Norican.ttf"); }

@font-face {
  font-family: Josefin Sans;
  src: url("../fonts/Josefin Sans.ttf"); }

@font-face {
  font-family: Alex brush;
  src: url("../fonts/Alex brush.ttf"); }

.back-to-top {
  opacity: 0;
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 100%;
  font: normal normal normal 30px/1 FontAwesome;
  display: flex;
  cursor: pointer;
  transition: 0.5s; }
  .back-to-top::after {
    content: "\f077";
    color: white;
    margin: auto;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }

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