/* #VARIABLES & MIXINS
================================================== */
/* #Basic Styles
================================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Inconsolata:400);
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 14px/22px 'Montserrat', 'Trebuchet MS', sans-serif;
  color: #333;
  overflow: scroll;
  overflow-x: hidden;
  background: #FaF9F6; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:focus {
    color: #51616F; }
  a img {
    border: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Trebuchet MS', sans-serif;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  color: #FFF;
  font-size: 14px;
  line-height: 26px; }

h3 {
  font-size: 16px;
  color: #51616F;
  margin-bottom: 15px;
  line-height: 32px; }

h4 {
  font-size: 13px;
  color: #FFF;
  line-height: 24px;
  margin-bottom: 20px; }

section {
  padding: 90px 0 0 0; }
  section p {
    text-align: justify;
    margin-bottom: 15px; }
  section *:not(.mb10):last-child {
    margin-bottom: 0; }

/* #Main containers + Common styles
================================================== */
.mce-content-body {
  margin: 0;
  padding: 15px; }
  .mce-content-body p {
    text-align: justify;
    margin-bottom: 20px; }

.list-inline {
  list-style: outside none none;
  margin-left: -5px;
  padding-left: 0; }
  .list-inline > li {
    display: inline-block;
    padding: 0 8px; }

.social-list li a {
  -webkit-transition: -webkit- color 0.5s ease;
  -moz-transition: -moz- color 0.5s ease;
  -o-transition: -o- color 0.5s ease;
  transition: color 0.5s ease;
  color: #FFF; }
  .social-list li a.facebook:hover {
    color: #3B5998; }
  .social-list li a.twitter:hover {
    color: #6BACDE; }
  .social-list li a.tripadvisor:hover {
    color: #26A145; }
  .social-list li a.rss:hover {
    color: #F67C16; }

.relative {
  position: relative;
  z-index: 2; }

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

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

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb40 {
  margin-bottom: 40px; }

.mb60 {
  margin-bottom: 60px; }

.mt30 {
  margin-top: 30px; }

.pb0 {
  padding-bottom: 0; }

.pb15 {
  padding-bottom: 15px; }

.pt15 {
  padding-top: 15px; }

.ribbon {
  background: #4CB5E5;
  display: inline-block;
  padding: 0 13px 0 26px;
  text-align: center;
  position: relative;
  height: 26px; }
  .ribbon:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    border: 13px solid #4CB5E5;
    z-index: -1;
    right: -26px;
    border-left-width: 26px;
    border-right-color: transparent; }

.button {
  -webkit-transition: -webkit- all 0.5s ease;
  -moz-transition: -moz- all 0.5s ease;
  -o-transition: -o- all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 4px 10px; }
  .button:hover {
    background: #000;
    color: #FFF; }
  .button.small {
    font-size: 12px; }

/* #HEADER & NAV
================================================== */
header {
  background: #4CB5E5;
  height: 635px;
  width: 100%; }
  header.overlay::before {
    background: #292929 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  header .nav-utility {
    line-height: 44px;
    font-family: Inconsolata;
    font-size: 13px;
    color: #FFF;
    opacity: 0.8; }
  header #logo {
    width: 480px;
    padding: 0 0 420px 0; }
  header nav ul {
    margin: 0;
    width: auto;
    display: inline-block; }
    header nav ul > li {
      display: inline-block;
      list-style: none;
      zoom: 1;
      padding: 10px 0;
      float: left;
      position: relative; }
      header nav ul > li a {
        -webkit-transition: -webkit- opacity 0.3s ease;
        -moz-transition: -moz- opacity 0.3s ease;
        -o-transition: -o- opacity 0.3s ease;
        transition: opacity 0.3s ease;
        padding: 3px 14px;
        display: inline-block;
        color: #FFF;
        opacity: 0.8;
        font-size: 13px;
        letter-spacing: 3px;
        text-transform: uppercase; }
      header nav ul > li:hover a, header nav ul > li.is-active a {
        opacity: 1;
        color: #FFF; }
  header .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    text-indent: -300px;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: right; }
    header .nav-toggle:before {
      color: #FFF;
      font: normal 28px/55px "responsivenav";
      text-transform: none;
      text-align: center;
      position: absolute;
      content: "\2261";
      /* Hamburger icon */
      text-indent: 0;
      speak: none;
      width: 100%;
      left: 0;
      top: 0; }
    header .nav-toggle.active:before {
      font-size: 24px;
      content: "\78";
      /* Close icon */ }
  header .container {
    position: relative;
    z-index: 3; }
  header .background-image-holder {
    -webkit-transition: -webkit- opacity 0.3s ease;
    -moz-transition: -moz- opacity 0.3s ease;
    -o-transition: -o- opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 635px;
    z-index: 1; }
    header .background-image-holder.fadeIn {
      opacity: 1; }
    header .background-image-holder div {
      /*@include filter( blur(1px) );*/
      width: 100%;
      height: 635px; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

/* #HOME
================================================== */
.homeImage {
  height: 500px; }

.news h3 a {
  color: inherit; }
.news span {
  font-family: Inconsolata;
  color: #666;
  display: block;
  margin-bottom: 5px; }

.block img, .block span {
  -webkit-transition: -webkit- all 0.3s ease;
  -moz-transition: -moz- all 0.3s ease;
  -o-transition: -o- all 0.3s ease;
  transition: all 0.3s ease; }
.block img {
  opacity: 0.8; }
.block span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  top: -50px;
  padding: 8px 0;
  background: rgba(81, 97, 111, 0.5);
  font-smaily: Inconsolata; }
  .block span a {
    color: #FFF; }
.block div:hover img {
  opacity: 0.6; }
.block div:hover span {
  background: rgba(81, 97, 111, 0.8); }

/* #PAGE CATEGORIE / PAGE
================================================== */
.pageImage {
  height: 440px; }

.row .row.category {
  margin: 0 0 12px -13px; }
  .row .row.category div {
    float: left; }
  .row .row.category div:nth-of-type(even) {
    padding: 15px 20px;
    background: #4CB5E5;
    height: 100%; }
  .row .row.category div:nth-of-type(odd) {
    padding-right: 0;
    width: 25%;
    height: 205px; }
    .row .row.category div:nth-of-type(odd) a {
      display: block; }
  .row .row.category h3 {
    font: normal 20px/26px Eurostile, Helvetica, Arial, sans-serif; }
  .row .row.category p {
    color: #FFF;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: lighter; }
  .row .row.category i {
    transform: rotate(45deg);
    float: right; }
    .row .row.category i:after {
      clear: both; }
  .row .row.category a {
    -webkit-transition: -webkit- color 200ms ease-in-out;
    -moz-transition: -moz- color 200ms ease-in-out;
    -o-transition: -o- color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
    .row .row.category a:hover {
      color: #FFF; }

/* #PAGE MENU
================================================== */
#accordion {
  padding-top: 50px; }

.ui-icon {
  display: inline-block;
  width: 12px;
  height: 12px; }
  .ui-icon.iconClosed {
    background: url("../img/arrow.png") no-repeat;
    background-size: 10px;
    margin-right: 8px; }
  .ui-icon.iconOpen {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url("../img/arrow.png") no-repeat;
    background-size: 10px;
    margin-right: 12px; }

.menu h3 {
  -webkit-transition: -webkit- background 0.3s ease;
  -moz-transition: -moz- background 0.3s ease;
  -o-transition: -o- background 0.3s ease;
  transition: background 0.3s ease;
  color: #FFF;
  background: #51616F;
  display: inline-block;
  padding: 0 15px; }
  .menu h3.ui-accordion-header-active, .menu h3:hover {
    background: #4CB5E5;
    cursor: pointer; }
.menu .menu_meal span.menu_new {
  color: #E54C4C;
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 10px; }
.menu .menu_meal span.menu_price {
  position: relative;
  float: right; }
.menu .menu_meal .menu_desc {
  color: #888;
  font: 13px/18px 'Inconsolata', 'Courier New', serif;
  display: block;
  margin-top: 2px; }

/* #PAGE MEDIA
================================================== */
#media .imgLiquid {
  -webkit-transition: -webkit- opacity ease 0.5s;
  -moz-transition: -moz- opacity ease 0.5s;
  -o-transition: -o- opacity ease 0.5s;
  transition: opacity ease 0.5s;
  height: 150px;
  margin-bottom: 8px; }
  #media .imgLiquid:hover {
    opacity: 0.7; }
#media h4 {
  font-variant: uppercase;
  color: #4CB5E5;
  margin-bottom: 0;
  line-height: 20px;
  letter-spacing: 2px; }
#media span {
  font-size: 12px;
  color: #999; }

#slider .imgLiquid {
  height: 640px; }

#carousel .imgLiquid {
  height: 150px; }
#carousel li {
  cursor: pointer;
  display: block;
  opacity: 0.5; }
  #carousel li.flex-active-slide {
    cursor: default;
    opacity: 1; }

#wrap-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 0;
  position: relative; }
  #wrap-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/* #PAGE NEWS
================================================== */
.news .newsImage {
  margin-bottom: 20px;
  height: 370px; }

.news .news-info {
  font-family: Inconsolata;
  color: #999;
  margin-bottom: 10px;
  padding: 8px 10px; }
  .news .news-info a {
    -webkit-transition: -webkit- color ease 0.3s;
    -moz-transition: -moz- color ease 0.3s;
    -o-transition: -o- color ease 0.3s;
    transition: color ease 0.3s;
    margin-left: 15px;
    float: right;
    color: #999; }
    .news .news-info a:hover {
      color: #4CB5E5; }
.news img {
  margin-bottom: 20px; }

/* #PAGE CONTACT
================================================== */
#map {
  margin-bottom: 20px; }

@media screen and (min-width: 45.0625em) {
  #map {
    height: 375px; } }
@media screen and (max-width: 45em) {
  #map {
    height: 180px; } }
.contact_form {
  margin: 0; }
  .contact_form input[type="text"],
  .contact_form input[type="email"],
  .contact_form textarea {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: rgba(0, 0, 0, 0.08);
    box-shadow: none;
    padding: 0 10px;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    color: #333;
    border-radius: 0;
    resize: none; }
    .contact_form input[type="text"]:focus,
    .contact_form input[type="email"]:focus,
    .contact_form textarea:focus {
      border: 1px solid #51616F;
      background: #FaF9F6; }
  .contact_form textarea {
    height: 160px; }
  .contact_form input#realPerson {
    width: 50%;
    display: inline-block; }
  .contact_form input[type="submit"] {
    -webkit-transition: -webkit- background-color 0.4s ease;
    -moz-transition: -moz- background-color 0.4s ease;
    -o-transition: -o- background-color 0.4s ease;
    transition: background-color 0.4s ease;
    background-color: #51616F;
    color: #FFF;
    border: none;
    float: right;
    min-width: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding: 10px;
    margin-bottom: 30px; }
    .contact_form input[type="submit"]:hover {
      background-color: #000; }

.notification {
  font-size: 13px;
  line-height: 22px;
  padding: 8px 12px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03); }
  .notification.red {
    background: rgba(247, 101, 112, 0.4);
    color: #EF404D;
    border: 1px solid #EF404D; }
  .notification.green {
    background: rgba(27, 188, 99, 0.3);
    color: #1BBC63;
    border: 1px solid #1BBC63; }

/* Captcha
------------------------------*/
.realperson-challenge {
  display: inline-block;
  color: #000; }

.realperson-text,
.realperson-regen {
  display: inline-block; }

.realperson-text {
  font-family: "Courier New",monospace;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3px;
  margin-left: 10px; }

.realperson-regen {
  -webkit-transition: -webkit- color 400ms ease-out;
  -moz-transition: -moz- color 400ms ease-out;
  -o-transition: -o- color 400ms ease-out;
  transition: color 400ms ease-out;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  color: #999; }
  .realperson-regen:hover {
    color: #4CB5E5; }

/* #PAGE 404
================================================== */
/* #FOOTER
================================================== */
footer {
  background: #000;
  width: 100%;
  margin-top: 90px;
  padding: 70px 0 0 0;
  color: #FFF;
  font-family: Inconsolata; }
  footer #to-top {
    width: 100%;
    text-align: center; }
    footer #to-top i {
      color: rgba(255, 255, 255, 0.15); }
      footer #to-top i:hover {
        -webkit-transition: -webkit- color 300ms ease-in-out;
        -moz-transition: -moz- color 300ms ease-in-out;
        -o-transition: -o- color 300ms ease-in-out;
        transition: color 300ms ease-in-out;
        color: #4CB5E5; }
  footer #conception {
    padding: 45px 0 15px 0; }
    footer #conception img {
      width: 128px; }
    footer #conception a {
      color: #FFF;
      display: block;
      margin: 5px 0;
      font-size: 12px; }
      footer #conception a:hover {
        color: #51616F; }
  footer .social-list {
    margin-bottom: 20px; }

/* #PAGINATION
================================================== */
ul.pagination {
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  margin-left: 0; }
  ul.pagination li {
    list-style: none;
    display: inline-block;
    padding-left: 3px; }
  ul.pagination > li > a {
    -webkit-transition: -webkit- all ease 0.3s;
    -moz-transition: -moz- all ease 0.3s;
    -o-transition: -o- all ease 0.3s;
    transition: all ease 0.3s;
    border: none;
    background-color: #E5E5E5;
    color: #4CB5E5;
    margin: 0 1px;
    padding: 6px 10px;
    text-decoration: none; }
    ul.pagination > li > a:hover, ul.pagination > li > a:active, ul.pagination > li > a.current {
      background-color: #4CB5E5;
      color: #FFF; }
    ul.pagination > li > a:first-child, ul.pagination > li > a:last-child {
      border-radius: 0; }

/* #MEDIA QUERIES
================================================== */
@media screen and (min-width: 767px) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  .nav-toggle {
    display: none; } }
@media all and (max-width: 767px) {
  header #logo {
    width: 380px; }
  header nav {
    padding-left: 50px; }
    header nav ul {
      background: #4CB5E5; }
      header nav ul > li {
        -webkit-transition: -webkit- background 0.3s ease;
        -moz-transition: -moz- background 0.3s ease;
        -o-transition: -o- background 0.3s ease;
        transition: background 0.3s ease;
        display: block;
        width: 100%; }
        header nav ul > li a {
          -webkit-transition: -webkit- opacity 0.3s ease;
          -moz-transition: -moz- opacity 0.3s ease;
          -o-transition: -o- opacity 0.3s ease;
          transition: opacity 0.3s ease;
          padding: 4px 0;
          display: inline-block;
          width: 100%;
          color: #FFF;
          opacity: 0.8;
          font-size: 13px;
          letter-spacing: 3px;
          text-transform: uppercase;
          text-decoration: none; }
        header nav ul > li:hover, header nav ul > li.is-active {
          background: #51616F; }
          header nav ul > li:hover a, header nav ul > li.is-active a {
            opacity: 1;
            color: #FFF; }

  .mb25-xs {
    margin-bottom: 25px; }

  .mb40-xs {
    margin-bottom: 40px; }

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

  .news .newsImage {
    height: 220px; }

  footer {
    margin-top: 45px; } }
@media all and (min-width: 640px) and (max-width: 767px) {
  header {
    height: 435px; }
    header #logo {
      padding: 0 0 240px 0; }
    header .background-image-holder {
      height: 435px; }
      header .background-image-holder div {
        height: 435px; }

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

  #slider .imgLiquid {
    height: 500px; }

  #carousel .imgLiquid {
    height: 100px; } }
@media all and (max-width: 639px) {
  section {
    padding: 50px 0 0 0; }

  header {
    height: 335px; }
    header #logo {
      padding: 0 0 100px 0; }
    header .background-image-holder {
      height: 335px; }
      header .background-image-holder div {
        height: 335px; }

  .ribbon {
    height: auto;
    padding: 0 26px; }
    .ribbon:after {
      border: none; }

  .pageImage {
    margin-top: 20px; }

  #media .imgLiquid {
    height: 200px; }

  #slider .imgLiquid {
    height: 350px; }

  #carousel .imgLiquid {
    height: 80px; } }
/* #FONTS
================================================== */
@font-face {
  font-family: "responsivenav";
  src: url("../fonts/responsivenav.eot");
  src: url("../fonts/responsivenav.eot?#iefix") format("embedded-opentype"), url("../fonts/responsivenav.ttf") format("truetype"), url("../fonts/responsivenav.woff") format("woff"), url("../fonts/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal; }

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