/* Typography */
/* Colors */
/* Resolutions */
/* From XS to ... */
/* From MS to ... */
/* From SM to ... */
/* From MD to ... */
/* box shadow */
/* border radius */
/* background size */
/* transition */
/* placeholder color */
/* black & white filter */
/* remove b&w filter */
/* scale */
/* rotate */
/* transform */
/* translate3d */
/* animation-duration */
/* drop-shadow */
/* keyframes */
/* animation */
/* animation delay */
/* background opacity */
/* Greadient Background - Vertical */
/* Greadient Background - Directional */
/* Greadient Background - Radial */
/* Greadient Background - Stripes */
@font-face {
  font-family: 'brother_1816regular';
  src: url("../fonts/brother-1816-regular.woff2") format("woff2"), url("../fonts/brother-1816-regular.woff") format("woff"), url("../fonts/brother-1816-regular.otf") format("otf");
  font-weight: normal;
  font-style: normal; }
/*@import "inc/swiper";
@import "inc/_select2";
@import "inc/_select2-theme";
@import "inc/magnific-popup";
@import "inc/ion.rangeSlider"; 
@import "inc/ion.rangeSlider.skinNice"; */
html,
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #827858;
  -webkit-font-smoothing: antialiased; }

@media (min-width: 0px) and (max-width: 767px) {
  body {
    margin-top: 90px; } }

::-moz-selection {
  text-shadow: none;
  background: #766b4d;
  color: #ffffff; }

::selection {
  text-shadow: none;
  background: #766b4d;
  color: #ffffff; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

/*****************
*   Typography   *
******************/
p {
  margin: 0 0 15px; }
  p + .btn {
    margin-top: 5px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #827858;
  font-style: normal; }

h1 {
  font-size: 300%;
  margin-bottom: 40px; }

h2 {
  font-size: 240%;
  margin-bottom: 40px; }

h3 {
  font-size: 160%;
  margin-bottom: 20px; }

h4 {
  font-size: 133%;
  margin-bottom: 10px; }

h5 {
  font-size: 100%;
  margin-bottom: 10px; }

.title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px; }
  .title.title-inline {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  .title.title-dotted {
    border-top: 2px dotted #000000;
    border-bottom: 2px dotted #000000;
    padding: 20px 0; }
  .title.title-sm {
    margin-top: 0;
    margin-bottom: 10px; }
    .title.title-sm.title-dotted {
      padding: 10px 0; }
  .title.title-white {
    color: #ffffff; }
    .title.title-white.title-dotted {
      border-color: #ffffff; }
  .title span {
    font-size: 166%;
    display: block; }
  .title small {
    display: block;
    margin-bottom: 5px;
    color: inherit;
    font-size: 50%; }

/* Buttons */
.btn-primary {
  text-align: center;
  color: #ffffff;
  font-size: 85%;
  position: relative;
  line-height: 22px;
  padding: 0 12px;
  border: 0;
  background: #e6ddb7;
  background: -moz-linear-gradient(top, #e6ddb7 0%, #543424 100%);
  background: -webkit-linear-gradient(top, #e6ddb7 0%, #543424 100%);
  background: linear-gradient(to bottom, #e6ddb7 0%, #543424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ddb7', endColorstr='#543424',GradientType=0 ); }
  .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover {
    box-shadow: none;
    background: #78a637;
    border-color: #78a637; }
  .btn-primary:before {
    position: absolute;
    left: -2px;
    top: -2px;
    content: "";
    border: 1px solid #afafaf;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 5px; }

.btn-submit {
  text-transform: uppercase;
  color: #4c2b1b;
  padding: 8px 18px;
  border: 0;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #827858 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #827858 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #827858 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#827858',GradientType=0 );
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }
  .btn-submit:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

/* General */
a, .btn {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }

a {
  color: #4c2b1b; }
  a:hover {
    text-decoration: none;
    color: #766b4d; }
  a:active, a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none; }

.container {
  overflow: hidden;
  width: 100%;
  max-width: 1034px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .container {
      padding: 0; } }

/*@include target-lg {
}*/
/* Navbar */
.navbar-default {
  position: relative;
  z-index: 3;
  border: 0;
  margin-bottom: 20px;
  width: 202px;
  padding-bottom: 100px;
  background: #e6ddb7;
  float: left;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }
  .navbar-default .navbar-header {
    float: none; }
  .navbar-default .navbar-brand {
    padding: 0;
    text-align: center;
    height: 90px;
    float: none; }
    @media (min-width: 768px) {
      .navbar-default .navbar-brand {
        height: 180px;
        line-height: 180px;
        display: block;
        background: #ffffff; } }
    .navbar-default .navbar-brand:hover {
      background: #ffffff; }
      .navbar-default .navbar-brand:hover img {
        opacity: .7; }
    .navbar-default .navbar-brand img {
      display: inline-block;
      margin-top: -10px;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
  .navbar-default .navbar-toggle {
    margin-top: 26px; }
  .navbar-default .navbar-collapse {
    padding: 0;
    border: 0;
    box-shadow: none; }
    @media (min-width: 0px) and (max-width: 767px) {
      .navbar-default .navbar-collapse {
        padding-top: 35px; } }
    .navbar-default .navbar-collapse #main-menu {
      padding-left: 25px;
      padding-right: 25px; }
  .navbar-default .navbar-nav {
    position: relative;
    float: none; }
    .navbar-default .navbar-nav:before {
      position: absolute;
      z-index: 0;
      left: 50%;
      transform: translateX(-50%);
      top: -136px;
      content: url(../img/shadow-menu-top.png); }
    .navbar-default .navbar-nav:after {
      position: absolute;
      z-index: 0;
      left: 50%;
      transform: translateX(-50%);
      bottom: -187px;
      content: url(../img/shadow-menu-bottom.png); }
    .navbar-default .navbar-nav > li {
      float: none;
      position: relative;
      z-index: 1; }
      .navbar-default .navbar-nav > li:not(.language) + li {
        border-top: 1px solid #ffffff; }
      .navbar-default .navbar-nav > li > a {
        color: #414042;
        padding: 8px 0px;
        line-height: 20px;
        font-size: 90%; }
        .navbar-default .navbar-nav > li > a:hover {
          color: #4c2b1b; }
      .navbar-default .navbar-nav > li:hover > a {
        color: #4c2b1b; }
      .navbar-default .navbar-nav > li.active > a {
        font-weight: bold;
        background: none !important;
        color: #4c2b1b; }
      .navbar-default .navbar-nav > li:not(.language) .dropdown-menu {
        background: #e6ddb7;
        border-radius: 0;
        left: -15px;
        min-width: inherit;
        border: 0;
        width: calc(100% + 30px);
        padding-top: 10px;
        margin-top: -10px;
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
        .navbar-default .navbar-nav > li:not(.language) .dropdown-menu > li > a {
          padding: 5px 15px;
          color: #414042;
          font-size: 90%; }
          @media (min-width: 0px) and (max-width: 767px) {
            .navbar-default .navbar-nav > li:not(.language) .dropdown-menu > li > a {
              text-align: center; } }
          .navbar-default .navbar-nav > li:not(.language) .dropdown-menu > li > a:hover {
            background: none;
            color: #78a637; }
          .navbar-default .navbar-nav > li:not(.language) .dropdown-menu > li > a:before {
            content: "/ "; }
        .navbar-default .navbar-nav > li:not(.language) .dropdown-menu > li.active > a {
          background: none;
          color: #78a637; }
    .navbar-default .navbar-nav .dropdown {
      z-index: 2; }
      .navbar-default .navbar-nav .dropdown:hover .dropdown-menu {
        display: block; }
      .navbar-default .navbar-nav .dropdown.language {
        position: relative;
        z-index: 12; }
        .navbar-default .navbar-nav .dropdown.language > a {
          padding: 8px 0 1px;
          text-align: center; }
        .navbar-default .navbar-nav .dropdown.language .dropdown-menu {
          background: rgba(76, 43, 26, 0.7);
          left: 50%;
          padding-bottom: 0;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%);
          min-width: inherit; }
          .navbar-default .navbar-nav .dropdown.language .dropdown-menu > li + li {
            margin-top: -8px; }
          .navbar-default .navbar-nav .dropdown.language .dropdown-menu > li > a {
            padding: 3px 3px 3px 7px; }
            .navbar-default .navbar-nav .dropdown.language .dropdown-menu > li > a:hover {
              background: transparent;
              opacity: .7; }
          .navbar-default .navbar-nav .dropdown.language .dropdown-menu:before {
            display: none; }
  @media (min-width: 0px) and (max-width: 767px) {
    .navbar-default {
      position: fixed;
      z-index: 11;
      left: 0;
      top: 0;
      width: 100%;
      padding-bottom: 13px;
      min-height: inherit !important; }
      .navbar-default .navbar-nav {
        margin: 0;
        text-align: center; }
      .navbar-default .navbar-brand {
        margin: 0 15px; }
        .navbar-default .navbar-brand img {
          width: 110px;
          height: auto;
          margin-top: 8px; } }
  .navbar-default .social-ctnr {
    text-align: center;
    position: relative; }
    @media (min-width: 0px) and (max-width: 767px) {
      .navbar-default .social-ctnr li {
        display: block; } }
  .navbar-default .social {
    margin: 60px 0 25px; }
    .navbar-default .social a {
      font-size: 30px;
      margin: 0 5px;
      color: #766b4d; }
      .navbar-default .social a:hover {
        color: #4c2b1b; }
  .navbar-default .btn-visit {
    position: relative;
    line-height: 55px;
    display: inline-block;
    color: #766b4d;
    text-transform: uppercase;
    font-weight: 600; }
    .navbar-default .btn-visit .chevron {
      margin: -3px 5px 0 0;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .navbar-default .btn-visit .logo {
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      position: relative;
      top: -4px;
      left: 3px; }
    .navbar-default .btn-visit:after {
      position: absolute;
      right: -3px;
      top: -4px;
      z-index: 2;
      opacity: 0;
      content: url(../img/logo-ofarol.png);
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .navbar-default .btn-visit:hover .logo {
      opacity: 0; }
    .navbar-default .btn-visit:hover .chevron {
      margin: -3px 0 0 5px; }
    .navbar-default .btn-visit:hover:after {
      opacity: 1; }
  .navbar-default + div {
    background: url(../img/bg-slider.png) no-repeat top left; }
    @media (min-width: 768px) {
      .navbar-default + div {
        float: left;
        width: calc(100% - 202px);
        max-width: 802px; } }

.page-54 .navbar-default + div {
  background: none; }

.navbar-brand {
  position: relative;
  z-index: 12 !important;
  padding: 30px;
  margin: 0; }
  .navbar-brand img {
    position: relative;
    z-index: 3; }

/* Home */
.home-slider,
.about-slider {
  height: 300px; }
  .home-slider .swiper-container,
  .about-slider .swiper-container {
    height: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); }
    .home-slider .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets,
    .about-slider .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
      left: 0;
      bottom: 10px; }
      .home-slider .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
      .about-slider .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        background: url(../img/dot.png) no-repeat; }
        .home-slider .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .about-slider .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-image: url(../img/dot-active.png); }
  .home-slider .slide-01,
  .about-slider .slide-01 {
    background-image: url(../img/slides/01.jpg); }
  .home-slider .slide-02,
  .about-slider .slide-02 {
    background-image: url(../img/slides/01.jpg); }
  .home-slider .slide-03,
  .about-slider .slide-03 {
    background-image: url(../img/slides/01.jpg); }
  .home-slider .slide-04,
  .about-slider .slide-04 {
    background-image: url(../img/slides/01.jpg); }

.welcome {
  position: relative; }
  .welcome .title {
    margin: 35px 0 35px; }
    .welcome .title + p {
      font-style: italic;
      font-weight: 300;
      font-size: 110%;
      color: #887d5e; }
  .welcome .btn {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 263px; }
    .welcome .btn + img {
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 340px;
      margin-left: -100px; }

.menu-slider {
  position: relative;
  padding: 40px 15px 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .menu-slider {
      padding: 40px 15px 0; } }
  .menu-slider .swiper-wrapper {
    margin-left: -4px; }
  .menu-slider .swiper-slide {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .menu-slider .swiper-slide {
        margin-right: 20px !important; } }
  .menu-slider .item-ctnr {
    display: block;
    position: relative;
    z-index: 1; }
    .menu-slider .item-ctnr:after {
      position: absolute;
      z-index: 0;
      left: 5px;
      bottom: -20px;
      content: url(../img/shadow-highlight.png); }
  .menu-slider .item {
    margin: 10px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    .menu-slider .item:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      -webkit-filter: grayscale(0);
      filter: none; }
  .menu-slider .btn {
    margin-top: 20px; }

.suggestions-slider,
.news-slider,
.gallery-slider {
  position: relative;
  padding: 20px 30px 10px; }
  .suggestions-slider .swiper-button-prev,
  .news-slider .swiper-button-prev,
  .gallery-slider .swiper-button-prev {
    left: -10px; }
  .suggestions-slider .swiper-button-next,
  .news-slider .swiper-button-next,
  .gallery-slider .swiper-button-next {
    right: -10px; }

.suggestions-slider,
.news-slider {
  padding: 43px 30px; }
  .suggestions-slider .news-title,
  .news-slider .news-title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0 15px; }
    .suggestions-slider .news-title span,
    .news-slider .news-title span {
      font-size: 24px;
      display: block;
      color: #4c2b1b;
      text-align: center;
      margin-bottom: 8px; }
    .suggestions-slider .news-title + p,
    .news-slider .news-title + p {
      font-style: italic; }
  .suggestions-slider .item,
  .news-slider .item {
    margin: 0 5px;
    display: block;
    padding-bottom: 2px; }
    .suggestions-slider .item img,
    .news-slider .item img {
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      filter: gray;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 0px) and (max-width: 767px) {
        .suggestions-slider .item img,
        .news-slider .item img {
          margin-top: 43px; } }
    .suggestions-slider .item > a,
    .news-slider .item > a {
      display: block;
      position: relative; }
      .suggestions-slider .item > a:before,
      .news-slider .item > a:before {
        position: absolute;
        z-index: -1;
        left: 50%;
        bottom: -25px;
        content: url(../img/shadow-highlight.png);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }
    .suggestions-slider .item p,
    .news-slider .item p {
      line-height: 22px;
      font-size: 90%;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
      .suggestions-slider .item p:not(.opened),
      .news-slider .item p:not(.opened) {
        height: 240px;
        overflow: hidden;
        text-overflow: ellipsis; }
    .suggestions-slider .item:hover img,
    .news-slider .item:hover img {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      -webkit-filter: grayscale(0);
      filter: none; }
    .suggestions-slider .item .btn,
    .news-slider .item .btn {
      margin: 0 auto; }

.suggestions-slider {
  text-align: center; }
  @media (min-width: 0px) and (max-width: 767px) {
    .suggestions-slider {
      padding: 0;
      margin-top: -30px; }
      .suggestions-slider .swiper-button-prev {
        left: -25px; }
      .suggestions-slider .swiper-button-next {
        right: -25px; } }
  .suggestions-slider .item > a:not(:first-child):before {
    display: none; }
  @media (min-width: 992px) {
    .suggestions-slider {
      text-align: left;
      padding: 0; }
      .suggestions-slider .item {
        margin-top: 40px; }
        .suggestions-slider .item > a:before {
          -webkit-transition: all ease-in-out 0.6s;
          -moz-transition: all ease-in-out 0.6s;
          -ms-transition: all ease-in-out 0.6s;
          -o-transition: all ease-in-out 0.6s;
          transition: all ease-in-out 0.6s; }
        .suggestions-slider .item img {
          transform: translate3d(0);
          margin-bottom: 30px;
          border: 5px solid #e6ddb7; }
        .suggestions-slider .item > div {
          height: 0;
          opacity: 0;
          overflow: hidden;
          padding-bottom: 10px;
          -webkit-transition: all ease-in-out 0.6s;
          -moz-transition: all ease-in-out 0.6s;
          -ms-transition: all ease-in-out 0.6s;
          -o-transition: all ease-in-out 0.6s;
          transition: all ease-in-out 0.6s; }
      .suggestions-slider .swiper-slide-next {
        z-index: 1001; }
        .suggestions-slider .swiper-slide-next .item {
          height: auto; }
          .suggestions-slider .swiper-slide-next .item > a:before {
            bottom: -40px; }
          .suggestions-slider .swiper-slide-next .item img {
            transform: scale(1.25);
            border-color: #191942;
            -webkit-filter: grayscale(0);
            filter: none; }
          .suggestions-slider .swiper-slide-next .item > div {
            opacity: 1;
            height: auto; } }

.gallery-slider .swiper-wrapper {
  margin-left: -4px; }
.gallery-slider .swiper-slide {
  text-align: center; }
.gallery-slider .item {
  position: relative;
  z-index: 1;
  display: block;
  margin: 18px 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .gallery-slider .item:before {
    position: absolute;
    z-index: -1;
    left: -8px;
    bottom: -30px;
    content: url(../img/shadow-highlight.png); }
  .gallery-slider .item > img {
    border-radius: 3px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .gallery-slider .item > div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 21px;
    padding: 10px;
    color: #ffffff;
    font-size: 85%;
    text-transform: uppercase;
    background: rgba(74, 41, 25, 0.6);
    text-align: center;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .gallery-slider .item.btn-video:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: url(../img/icons/ic-play.png);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .gallery-slider .item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
    .gallery-slider .item:hover > div {
      background: rgba(120, 166, 55, 0.6); }
    .gallery-slider .item:hover > img {
      -webkit-filter: grayscale(0);
      filter: none; }

.swiper-slide {
  background-position: center; }

.swiper-button-prev {
  left: -20px;
  background-size: auto;
  background-image: url(../img/icons/ic-chevron-left.png);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .swiper-button-prev:hover {
    background-image: url(../img/icons/ic-chevron-left-active.png); }

.swiper-button-next {
  right: -20px;
  background-size: auto;
  background-image: url(../img/icons/ic-chevron-right.png);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .swiper-button-next:hover {
    background-image: url(../img/icons/ic-chevron-right-active.png); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

.call-to-action {
  padding: 18px 20px 10px;
  text-align: center;
  border-top: 1px dotted #e6ddb7;
  border-bottom: 1px dotted #e6ddb7;
  position: relative;
  /*&:after {
      position: absolute;
      left: 50%;
      bottom: 0;
      content: "..................................................................";
      @include transform(translateX(-50%));
  }*/ }
  .call-to-action a {
    display: inline-block;
    padding-top: 5px;
    font-family: "Trajan Regular", sans-serif;
    font-size: 25px;
    color: #e6ddb7;
    position: relative; }
    .call-to-action a:after, .call-to-action a:before {
      position: absolute;
      left: -80px;
      top: -8px;
      content: url(../img/icons/ic-restaurant.png); }
    .call-to-action a:after {
      z-index: 2;
      opacity: 0;
      content: url(../img/icons/ic-restaurant-active.png);
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .call-to-action a > span {
      font-size: 13px;
      display: block; }
      .call-to-action a > span span {
        font-family: "Trajan Bold", sans-serif;
        text-decoration: underline;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
    .call-to-action a:hover {
      text-decoration: none; }
      .call-to-action a:hover:after {
        opacity: 1; }
      .call-to-action a:hover > span span {
        color: #4c2b1b; }

/* Inner pages */
.page-content {
  font-style: italic; }

.inner {
  position: relative; }
  .inner .title {
    margin-top: 0; }
  .inner .page-content {
    padding: 0 15px 40px 0; }
  .inner .sidebar .sidebar-title {
    font-family: "Trajan Regular", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #827858;
    margin-top: 0;
    margin-bottom: 25px; }
    .inner .sidebar .sidebar-title strong {
      font-family: "Trajan Bold", sans-serif;
      font-weight: 400; }
  .inner .sidebar ul {
    display: inline-block; }
  .inner .sidebar .btn {
    font-family: "Tangerine", cursive;
    color: #c9bf93;
    font-size: 200%;
    font-weight: 600;
    margin-left: 20px;
    padding: 0 0 0 25px;
    background: url(../img/icons/ic-chevron-right-ns.png) no-repeat left center; }
    .inner .sidebar .btn:hover {
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

/* Menu */
.menu-container {
  background: url(../img/menus/texture-menu-dishes.jpg);
  position: relative;
  z-index: 1; }
  .menu-container:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    content: "";
    background: #78a637;
    width: 100%;
    z-index: -1; }

.menu-header {
  position: relative;
  height: 258px; }
  .menu-header .menu-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  @media (min-width: 0px) and (max-width: 767px) {
    .menu-header {
      height: 208px; }
      .menu-header .menu-title {
        height: auto;
        max-width: 260px;
        margin-top: 10px; } }

@media (min-width: 768px) {
  .content {
    border-top: 1px solid transparent;
    margin-top: 52px; } }
.content .page-title {
  text-align: center;
  font-size: 26px;
  margin-top: 65px; }
.content.menu {
  margin-top: 0;
  color: #4c2b1b;
  padding-top: 0;
  padding-bottom: 0;
  /*&.suggestions > div {
       padding: 65px 53px;
  }*/
        /*.suggestions {
            margin-top: -218px;
            
            li {
                margin-top: 18px;
                margin-bottom: 18px;
                
                a {
                    display: block;
                    position: relative;

                    .btn {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        color: $white;
                        text-transform: none;
                        font-size: 13px;
                        color: $brand-primary;
                        font-family: $font-primary;
                        opacity: 0;
                        @include transform(translateX(-50%) translateY(-30%));
                        @include transition(all ease-in-out 0.3s);
                        
                        &:hover {
                            color: $white;
                        }
                    }
                    
                    &:hover {
                        .btn {
                            opacity: 1;
                            @include transform(translateX(-50%) translateY(-50%));
                        }
                        
                        > img {
                          -webkit-filter: grayscale(0);
                          filter: none;
                        }
                    }
                    
                    &.btn-book-now {
                        background: url(../img/btn-book-now.png) no-repeat;
                        font-family: $font-secondary;
                        color: $brand-secondary;
                        font-size: 24px;
                        text-align: center;
                        width: 100%;
                        height: 258px;
                        display: table;
                        border-radius: 3px;
                        @include box-shadow(0 0 7px rgba(0, 0, 0, 0.5));
                        
                        > span {
                            display: table-cell;
                            height: 100%;
                            vertical-align: middle;
                            @include transition(all ease-in-out 0.3s);
                            
                            span {
                                font-family: $font-secondary-bold;
                            }
                            
                            img {
                                margin-top: 20px;
                            }
                        }
                        
                        &:hover {
                            > span {
                                opacity: .7;
                            }
                        }
                    }
                
                    > img {
                        border-radius: 3px;
                        border: 3px solid #766b4d;
                        @include transition(all ease-in-out 0.3s);
                        filter: gray;
                        -webkit-filter: grayscale(1);
                        filter: grayscale(1);
                    }
                }
                
                .dish-name {
                    position: absolute;
                    left: 3px;
                    bottom: 3px;
                    text-transform: uppercase;
                    height: 60px;
                    width: calc(100% - 6px);
                    margin: 0;
                    font-weight: 600;
                    font-size: 14px;
                    color: $white;
                    text-align: center;
                    padding: 10px;
                    background: rgba(0,0,0,.55);
                    display: table;
                    
                    span {
                        display: table-cell;
                        vertical-align: middle;
                        height: 100%;
                    }
                }
            }
        }*/ }
  @media (min-width: 0px) and (max-width: 767px) {
    .content.menu {
      padding: 0; } }
  .content.menu > .heading {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 -32px;
    padding-top: 9px;
    height: 52px;
    font-size: 22px;
    color: #414042;
    text-transform: uppercase;
    background: url(../img/bg-menu-title.png) no-repeat center; }
  .content.menu > div {
    background: #ffffff;
    max-width: 912px;
    min-height: 520px;
    margin: -30px auto 0;
    padding: 65px 75px;
    border: 3px solid #766b4d;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
    @media (min-width: 0px) and (max-width: 767px) {
      .content.menu > div {
        padding: 45px 10px; } }
  .content.menu.suggestions > div {
    padding: 65px 35px; }
  .content.menu ul {
    list-style: none;
    padding: 0; }
  .content.menu ul:not(.suggestions) li {
    position: relative;
    padding: 10px 0 15px; }
    .content.menu ul:not(.suggestions) li:after {
      position: absolute;
      left: 50%;
      width: 260px;
      height: 3px;
      bottom: 3px;
      /*content: "..................................................................";*/
      opacity: .5;
      content: "";
      background: url(../img/icons/ic-dot.png) repeat-x bottom;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
    .content.menu ul:not(.suggestions) li strong {
      font-weight: 400;
      color: #808285;
      font-size: 90%; }
    .content.menu ul:not(.suggestions) li em, .content.menu ul:not(.suggestions) li i {
      color: #58595b;
      font-size: 85%;
      margin-top: -5px;
      display: block; }
    .content.menu ul:not(.suggestions) li .group,
    .content.menu ul:not(.suggestions) li .weekday {
      color: #4c2b1b;
      font-size: 115%;
      font-family: "Trajan Bold", sans-serif;
      margin-top: 20px;
      display: inline-block;
      white-space: nowrap;
      position: relative; }
      .content.menu ul:not(.suggestions) li .group:before,
      .content.menu ul:not(.suggestions) li .weekday:before {
        content: "- "; }
      .content.menu ul:not(.suggestions) li .group:after,
      .content.menu ul:not(.suggestions) li .weekday:after {
        content: " -"; }
      .content.menu ul:not(.suggestions) li .group + em,
      .content.menu ul:not(.suggestions) li .group + i,
      .content.menu ul:not(.suggestions) li .weekday + em,
      .content.menu ul:not(.suggestions) li .weekday + i {
        font-family: "Lato", sans-serif;
        font-size: 90%;
        color: #000000;
        display: block; }
        .content.menu ul:not(.suggestions) li .group + em + br,
        .content.menu ul:not(.suggestions) li .group + i + br,
        .content.menu ul:not(.suggestions) li .weekday + em + br,
        .content.menu ul:not(.suggestions) li .weekday + i + br {
          display: none; }
    .content.menu ul:not(.suggestions) li .price {
      color: #4c2b1b;
      font-size: 16px;
      font-family: "Trajan Bold", sans-serif;
      float: right; }
  .content.menu .menu-type {
    font-family: "Tangerine", cursive;
    color: #e6ddb7;
    font-size: 40px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: url(../img/icons/ic-dot.png) repeat-x bottom; }

.panel-default {
  background: none;
  border: 0;
  box-shadow: none;
  text-align: center; }
  .panel-default > .panel-heading {
    background: none;
    border-bottom: 1px solid #4c2b1b;
    padding-left: 0;
    padding-right: 0; }
    .panel-default > .panel-heading .panel-title > span,
    .panel-default > .panel-heading .panel-title a {
      display: block;
      font-size: 125%;
      font-weight: 600;
      text-transform: uppercase;
      color: #4c2b1b; }
    .panel-default > .panel-heading .panel-title a {
      position: relative; }
      .panel-default > .panel-heading .panel-title a:hover {
        opacity: .7; }
      .panel-default > .panel-heading .panel-title a:active, .panel-default > .panel-heading .panel-title a:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none; }
      .panel-default > .panel-heading .panel-title a:after {
        position: absolute;
        right: 20px;
        top: 0px;
        opacity: .5;
        font-family: "Ionicons";
        content: "\f3d0";
        /*content: url(../img/icons/ic-chevron-down.png);*/ }
      .panel-default > .panel-heading .panel-title a[aria-expanded=true]:after {
        opacity: 1;
        /*content: url(../img/icons/ic-chevron-up.png); */
        content: "\f3d8"; }
  .panel-default + .menu-type {
    margin-top: 60px; }

/* Contacts */
.address {
  font-family: "Trajan Regular", sans-serif;
  color: #414042;
  line-height: 120%;
  margin-top: 10px;
  font-size: 90%; }
  .address hr {
    margin: 6px 0 10px; }

.map-canvas {
  height: 300px;
  border-radius: 5px; }

/* Booking */
.booking-options {
  margin-bottom: 30px; }
  .booking-options .form-control-ctnr {
    display: inline-block;
    width: 82px;
    margin: 0 10px 15px 0; }

/* Gallery */
@media (min-width: 768px) {
  .gallery {
    margin-top: 32px; } }
.gallery label {
  text-transform: uppercase;
  font-size: 85%;
  padding: 0;
  color: #ffffff; }
.gallery .filters-container {
  padding: 0 30px; }
  @media (min-width: 0px) and (max-width: 767px) {
    .gallery .filters-container {
      padding: 0 20px; } }
.gallery .filters {
  margin-left: 0; }
  .gallery .filters li {
    float: left;
    padding: 0; }
    .gallery .filters li + li {
      margin-left: -1px; }
    .gallery .filters li:first-child a {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .gallery .filters li:last-child a {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .gallery .filters li a {
      border: 1px solid #78a637;
      background: rgba(255, 255, 255, 0.8);
      color: #414042;
      font-size: 80%;
      display: block;
      padding: 0 15px; }
      .gallery .filters li a:hover, .gallery .filters li a.active {
        background: #78a637;
        color: #ffffff; }

/* Forms */
label {
  font-weight: 400;
  font-size: 90%;
  padding-left: 3px; }

textarea {
  resize: none; }

.form-control-ctnr {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 3px; }
  .form-control-ctnr .form-control {
    border-radius: 3px;
    border: 0;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }
    .form-control-ctnr .form-control:focus {
      box-shadow: none; }

.checkbox-ctnr {
  position: relative;
  cursor: pointer; }
  .checkbox-ctnr input[type=checkbox] {
    opacity: 0; }
    .checkbox-ctnr input[type=checkbox] + span {
      position: absolute;
      left: 3px;
      top: 3px;
      width: 34px;
      height: 34px;
      display: block;
      border-radius: 3px;
      content: "";
      background: #ffffff;
      box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .checkbox-ctnr input[type=checkbox]:checked + span {
      background: #23497d;
      background: -moz-linear-gradient(top, #23497d 0%, #14123d 100%);
      background: -webkit-linear-gradient(top, #23497d 0%, #14123d 100%);
      background: linear-gradient(to bottom, #23497d 0%, #14123d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23497d', endColorstr='#14123d',GradientType=0 ); }
  .checkbox-ctnr:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 3px;
    content: ""; }

.form-group.location {
  display: none; }

/* General */
section {
  padding: 32px; }

.text-primary {
  color: #4c2b1b; }

.text-left {
  text-align: left; }

hr {
  border: 0;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 15px;
  background: url(../img/icons/ic-dot.png) repeat-x; }

/* Footer */
footer {
  position: relative;
  z-index: 0;
  padding: 30px 15px 32px;
  text-align: center;
  background: #78a637;
  color: #ffffff;
  /* menu pages */ }
  @media (min-width: 768px) {
    footer {
      border-bottom-right-radius: 5px;
      height: 47px; } }
  footer:before {
    position: absolute;
    left: 32px;
    top: -30px;
    height: 50px;
    width: calc(100% - 64px);
    content: "";
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
  .page-54 footer {
    margin-top: -20px; }
    .page-54 footer:before {
      display: none; }
  footer .logos {
    text-align: center; }
    footer .logos a + img {
      margin: 20px auto;
      display: block; }
    .home footer .logos {
      display: none; }
  footer .fb-like-container {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      footer .fb-like-container {
        position: absolute;
        right: 30px;
        top: 28px; } }
  footer .copyright {
    font-size: 80%;
    line-height: 120%;
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .copyright {
        font-size: 70%;
        max-width: 310px;
        margin: -2px auto 0; } }
    footer .copyright a {
      color: #ffffff; }
      footer .copyright a:hover {
        text-decoration: underline; }

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