/* -------------------------
  Home specific styles
  --------------------------- */
.wrapper {
  height: 100%; }

main {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin-top: 60px; }

section {
  margin: 50px 0; }
  @media (max-width: 767px) {
    section {
      margin: 25px 0; } }
  section.start-section {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("../images/slider/1.jpg");
    background-size: cover;
    background-position: center center;
    display: table; }
    section.start-section .cell-text {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #FFFFFF; }
      section.start-section .cell-text h1 {
        color: #FFFFFF;
        line-height: 140%;
        font-size: 50px;
        font-size: 3.125rem;
        letter-spacing: 6px; }
        @media (max-width: 767px) {
          section.start-section .cell-text h1 {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1.8em; } }
        @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
          section.start-section .cell-text h1 {
            font-size: 40px;
            font-size: 2.5rem; } }
        section.start-section .cell-text h1:after {
          display: block;
          height: 2px;
          width: 50px;
          background-color: #FFFFFF;
          content: " ";
          margin: 3rem auto; }
          @media (max-width: 767px) {
            section.start-section .cell-text h1:after {
              margin: 2rem auto; } }
      section.start-section .cell-text p {
        margin-top: 2rem;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        line-height: 160%; }
  section.video-bg {
    background: none; }
    section.video-bg video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
    section.video-bg .cell-text {
      position: relative;
      background: rgba(0, 0, 0, 0.5); }
  section.slider-section {
    background: none; }
    section.slider-section .homepage-gallery {
      min-width: 100%;
      min-height: 100%; }
      section.slider-section .homepage-gallery .gallery-cell {
        width: 100%;
        height: 500px;
        position: relative;
        background-size: cover; }
        section.slider-section .homepage-gallery .gallery-cell .cell-text {
          display: block;
          top: 55%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          position: absolute;
          width: 100%; }
      section.slider-section .homepage-gallery .flickity-page-dots {
        bottom: 80px; }
        section.slider-section .homepage-gallery .flickity-page-dots .dot {
          background: white; }
  section.screen {
    margin: 0;
    margin-top: -214px;
    height: 100%; }
  section header {
    text-align: center; }
    section header h2 {
      line-height: 1.5em; }
      section header h2:after {
        content: " ";
        display: block;
        background-color: #FF5112;
        height: 2px;
        width: 50px;
        margin: 25px auto; }
        @media (max-width: 767px) {
          section header h2:after {
            margin: 20px auto; } }
    section header p {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #666;
      line-height: 1.5em; }
  section.last-offers {
    margin: 60px 0; }
    section.last-offers article {
      *zoom: 1;
      text-align: center; }
      section.last-offers article:before, section.last-offers article:after {
        content: "";
        display: table; }
      section.last-offers article:after {
        clear: both; }
      section.last-offers article > div:nth-child(3n+3):after {
        content: " ";
        display: table;
        width: 100%;
        height: 1px;
        clear: both; }
      section.last-offers article .item-offer {
        margin: 37.5px 0; }
      section.last-offers article .thumbnail {
        overflow: hidden;
        padding: 0;
        border: none;
        display: block;
        border-radius: 0;
        transition: all 0.5s; }
        section.last-offers article .thumbnail img {
          transition: all 0.5s;
          min-width: 100%; }
        section.last-offers article .thumbnail:hover img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1);
          transition: all 0.5s; }
      section.last-offers article .date {
        margin: 20px 0;
        font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #999;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2px; }
        @media (max-width: 767px) {
          section.last-offers article .date {
            font-size: 12px;
            font-size: 0.75rem; } }
      section.last-offers article hr {
        border-color: #FC4300;
        width: 25px;
        border-width: 2px; }
      section.last-offers article .title {
        line-height: 1.3em;
        margin-bottom: 0rem; }
        @media (max-width: 767px) {
          section.last-offers article .title {
            line-height: 1.5em;
            width: 80%;
            margin: 0 auto; } }
        @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
          section.last-offers article .title {
            line-height: 1.5em;
            font-size: 16px;
            font-size: 1rem; } }
        section.last-offers article .title a {
          color: #2E324E; }
          section.last-offers article .title a:hover {
            color: #FC4300;
            text-decoration: none; }
  section.menu-and-products {
    margin: 20px 0;
    *zoom: 1; }
    section.menu-and-products:before, section.menu-and-products:after {
      content: "";
      display: table; }
    section.menu-and-products:after {
      clear: both; }
    section.menu-and-products div.tile {
      float: left;
      width: 50%;
      position: relative; }
      @media (max-width: 767px) {
        section.menu-and-products div.tile {
          width: 100%; } }
      section.menu-and-products div.tile .content {
        color: white;
        z-index: 10;
        height: 400px;
        width: 100%;
        background-color: transparent;
        transition: all 0.4s;
        text-align: center;
        padding: 100px 0; }
        @media (max-width: 767px) {
          section.menu-and-products div.tile .content {
            background-color: rgba(115, 87, 104, 0.4); } }
        @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
          section.menu-and-products div.tile .content {
            background-color: rgba(115, 87, 104, 0.4); } }
        section.menu-and-products div.tile .content figure {
          font-size: 65px;
          font-size: 4.0625rem; }
        section.menu-and-products div.tile .content p {
          font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 900;
          font-size: 13px;
          font-size: 0.8125rem;
          margin-top: 20px;
          color: white;
          text-transform: uppercase;
          letter-spacing: 2px; }
        section.menu-and-products div.tile .content h3 {
          color: white;
          letter-spacing: 2px;
          margin-top: 10px; }
        section.menu-and-products div.tile .content .more {
          display: inline-block;
          border: 2px solid white;
          padding: 10px 50px;
          color: white;
          text-transform: uppercase;
          font-size: 11px;
          font-size: 0.6875rem;
          font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 700;
          letter-spacing: 2px;
          margin-top: 50px; }
          @media (max-width: 767px) {
            section.menu-and-products div.tile .content .more {
              background: white;
              color: #262626; } }
          @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
            section.menu-and-products div.tile .content .more {
              background: white;
              color: #262626; } }
          section.menu-and-products div.tile .content .more:hover {
            background: white;
            color: #262626;
            text-decoration: none; }
      section.menu-and-products div.tile:hover .content {
        background-color: rgba(27, 23, 28, 0.7); }
      section.menu-and-products div.tile.our-menu {
        background-image: url("../images/img4.jpg");
        background-size: cover;
        min-height: 400px; }
      section.menu-and-products div.tile.our-products {
        background-image: url("../images/img5.jpg");
        background-size: cover;
        min-height: 400px; }
  section.reservation {
    margin: 100px 0 120px; }
    section.reservation form {
      margin-top: 40px;
      margin-bottom: 40px; }
      section.reservation form button {
        width: 100%;
        padding: 15px 30px; }
      section.reservation form p {
        text-align: center;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #666;
        line-height: 1.5em;
        font-size: 14px;
        font-size: 0.875rem; }
        @media (max-width: 767px) {
          section.reservation form p br {
            display: none; } }
        @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
          section.reservation form p br {
            display: none; } }
      section.reservation form .form-group {
        margin: 30px 0; }
        @media (max-width: 767px) {
          section.reservation form .form-group {
            margin: 0; } }
        @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
          section.reservation form .form-group {
            margin: 0; } }
        @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
          section.reservation form .form-group .col-md-3 {
            margin-top: 30px; } }
      @media (max-width: 767px) {
        section.reservation form div[class^='col-'] {
          margin-bottom: 15px; } }
      @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        section.reservation form div[class^='col-'] {
          margin-bottom: 20px; } }

/* -------------------------
  Offer specific styles
  --------------------------- */
.offer header p {
  color: #262626;
  font-size: 14px;
  font-size: 0.875rem; }

.offer article {
  margin: 3rem 0; }
  .offer article img {
    width: 100%;
    margin-bottom: 3rem; }
  .offer article h4 {
    padding-bottom: 0.75rem;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    border-bottom: 2px solid #666; }
  .offer article p {
    color: #262626;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem; }

/* -------------------------
  Menu specific styles
  --------------------------- */
.menu {
  margin: 100px 0; }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .menu {
      margin: 50px 0; }
      .menu:first-child {
        margin-top: 100px; } }
  .menu h2 {
    padding-bottom: 20px;
    border-bottom: 2px solid #FF5112;
    text-align: center;
    margin-bottom: 40px; }
  .menu .row {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .menu .row {
        margin-top: 0;
        margin-bottom: 0; } }
    @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .menu .row {
        margin-top: 0;
        margin-bottom: 0; } }
  .menu .tile {
    *zoom: 1; }
    .menu .tile:before, .menu .tile:after {
      content: "";
      display: table; }
    .menu .tile:after {
      clear: both; }
    @media (max-width: 767px) {
      .menu .tile {
        margin-bottom: 40px; } }
    @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .menu .tile {
        margin-bottom: 40px; } }
    .menu .tile img {
      border-radius: 100%;
      width: 110px;
      height: 110px;
      float: left; }
    .menu .tile .description {
      float: left;
      width: 60%;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .menu .tile .description {
          float: none;
          width: auto;
          margin-left: 140px; } }
      .menu .tile .description h3 {
        text-transform: none;
        letter-spacing: 1px;
        font-size: 20px;
        font-size: 1.25rem; }
        @media (max-width: 767px) {
          .menu .tile .description h3 {
            margin-top: 0;
            line-height: 1.3em; } }
      .menu .tile .description p {
        font-size: 14px;
        font-size: 0.875rem; }
    .menu .tile .price {
      float: right;
      color: #9e6335;
      font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .menu .tile .price {
          float: none;
          margin-left: 140px;
          margin-top: 10px; } }
