@charset "UTF-8";
/*
Theme Name: La Famille Schwab
Theme URI: http://www.clementlagneau.com
Description: ...
Author: Clément Lagneau
Author URI: http://www.clementlagneau.com
Version: 1.0
License: N/A
License URI: N/A
Text Domain: schwab
*/
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  clear: both;
}

.hidden {
  display: none;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}

p, section ul, input {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #444;
  margin-bottom: 20px;
}

strong {
  font-weight: bold;
  color: black;
}

u {
  text-decoration: underline;
}

h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #555;
  margin-bottom: 30px;
}

h2.h2-red, h2 .h2-red,
h2.h2-black, h2 .h2-black {
  font-size: 30px;
  line-height: 40px;
}

h2.h2-red, h2 .h2-red {
  color: #8c6239;
}

h2.h2-black, h2 .h2-black {
  color: black;
}

h2 strong {
  font-size: 34px;
  line-height: 37px;
  font-weight: bold;
  color: black;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}

article {
  overflow: hidden;
  min-height: 400px;
}
article ul {
  list-style: disc;
  margin-left: 35px;
}

section {
  padding: 20px 0;
  position: relative;
}

section.light-grey {
  background-color: #F2F2F2;
}

.form-group input.form-control {
  color: black;
  border-radius: 0;
  padding: 20px 15px;
}

.gallery {
  list-style: none;
}
.gallery .gallery-item {
  float: left;
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.gallery .gallery-item:nth-child(2n) {
  margin-right: 0;
}
.gallery .gallery-item .gallery-icon a {
  height: 150px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  position: relative;
}
.gallery .gallery-item .gallery-icon a::after {
  content: "Voir / See";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-color: rgba(140, 198, 63, 0.8);
  color: white;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  text-transform: uppercase;
  font-weight: bold;
  line-height: 200px;
  text-align: center;
}
.gallery .gallery-item .gallery-icon a:hover::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 1;
}
.gallery .gallery-item .gallery-icon img {
  border: 0;
  display: none;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}
.gallery.gallery-index .gallery-item .gallery-icon a::after {
  content: "Ouvrir / Open";
}

@media (min-width: 768px) {
  .gallery .gallery-item {
    float: left;
    width: 32.7%;
    margin-right: 0.95%;
  }
  .gallery .gallery-item:nth-child(2n) {
    margin-right: 0.95%;
  }
  .gallery .gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .gallery .gallery-item .gallery-icon a {
    height: 200px;
  }
}
@-webkit-keyframes bounceZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*****************************
*** Tooltip
*****************************/
.custom-tooltip-body {
  /*background-color: #333;*/
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 8px;
  position: fixed;
  min-width: 75px;
  width: auto;
  display: inline-block;
  line-height: 13px;
  font-size: 11px;
  border-radius: 4px;
  z-index: 99999;
}

.custom-tooltip-body:first-letter {
  text-transform: uppercase;
}

.custom-tooltip-arrow-left:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  margin-top: -5px;
}

.custom-tooltip-arrow-right:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  margin-top: -5px;
}

.custom-tooltip-arrow-bottom:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  margin-left: -5px;
}

.custom-tooltip-arrow-top:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
  border-width: 5px;
  margin-left: -5px;
}

/***********
*** Alert 
***********/
#alert {
  display: none;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  height: 50px;
  text-align: left;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  z-index: 999;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#alert.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#alert.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

#alert.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#alert.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* Close icon */
.icon-close {
  position: absolute;
  top: 4px;
  right: 15px;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
  margin-top: 4px;
  display: inline-block;
  cursor: pointer;
  background: url(/library/img/library/icon-close-grey.png) no-repeat 50% 50%;
}

.icon-close:hover {
  background: url(/library/img/library/icon-close-hover.png) no-repeat 50% 50%;
}

.icon-close:active {
  background: url(/library/img/library/icon-close-grey.png) no-repeat 50% 50%;
}

/***********
*** Select
***********/
/* Default Theme */
.custom-select {
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.custom-select.custom-select-open .combobox {
  display: block;
}
.custom-select.custom-select-open .select .select-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -6px;
}
.custom-select .combobox {
  display: none;
  position: absolute;
  left: 0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  line-height: 1em;
  background-color: transparent;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 99;
  list-style: none;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.custom-select .combobox li {
  cursor: pointer;
  text-align: left;
  margin: 0;
  color: #666;
  padding: 4px 6px;
  font-size: 13px;
  font-weight: bold;
  background-color: #eee;
}
.custom-select .combobox li:last-child {
  border-bottom: none;
}
.custom-select .combobox li.custom-select-selected {
  background-color: #333;
  color: #fff;
}
.custom-select .combobox li.offset-1 > span {
  padding-left: 15px;
  background: url(img/select-list-offset.png) no-repeat 2px 3px;
}
.custom-select .combobox li:hover, .custom-select .combobox li.active {
  background-color: #26C4EC;
  color: #fff;
}
.custom-select .combobox li span {
  margin: 0 10px;
  font-size: 12px;
}
.custom-select .combobox li a {
  padding: 0 10px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
  display: block;
}
.custom-select .combobox li a:hover {
  text-decoration: none;
}
.custom-select .combobox li > input {
  margin-left: 10px;
}
.custom-select .select {
  display: inline-block;
  color: #333;
  text-decoration: none;
  border: 0;
  padding: 10px 35px 10px 14px;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  line-height: 1em;
  -webkit-user-select: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-select .select:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-select .select .select-icon {
  position: absolute;
  top: 50%;
  height: 18px;
  margin-top: -9px;
  right: 10px;
  line-height: 18px;
  color: #333;
  display: block;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-transform-origin: center 40%;
      -ms-transform-origin: center 40%;
          transform-origin: center 40%;
  -webkit-font-smoothing: antialiased;
}
.custom-select .select .select-icon::before {
  content: "";
}
.custom-select .select > span,
.custom-select .select > a {
  margin: 0;
}
.custom-select .select > a {
  color: #333;
  font-weight: normal;
}
.custom-select .select > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.custom-select.unselectable {
  opacity: 1 !important;
  pointer-events: none;
}
.custom-select.unselectable .select .select-icon {
  display: none;
}
.custom-select.custom-select-open .select, .custom-select.custom-select.current .select,
.custom-select .select.active {
  background-color: #b3b3b3;
}
.custom-select .select:hover a,
.custom-select .select.active a, .custom-select.current .select a {
  color: #fff;
}
.custom-select .disabled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .custom-select.custom-select-open {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
  }
  .custom-select.custom-select-open .select {
    padding: 10px 20px !important;
    font-size: 14px !important;
    height: 40px !important;
  }
  .custom-select.custom-select-open .combobox {
    top: 40px !important;
    bottom: 0 !important;
    max-height: none;
  }
}

/***********
*** Input Checkbox
***********/
.custom-checkbox:not(:checked),
.custom-checkbox:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox:not(:checked) + label,
.custom-checkbox:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.custom-checkbox:not(:checked) + label:before,
.custom-checkbox:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #646464;
  border-radius: 2px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
}

.custom-checkbox:not(:checked) + label:after,
.custom-checkbox:checked + label:after {
  content: url(/galago/img/check.png);
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.custom-checkbox:not(:checked) + label:after {
  opacity: 0;
}

.custom-checkbox:checked + label:after {
  opacity: 1;
}

.custom-checkbox:disabled:not(:checked) + label:before,
.custom-checkbox:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.custom-checkbox:disabled:checked + label:after {
  color: #999;
}

.custom-checkbox:disabled + label {
  color: #aaa;
}

/***********
*** Button
***********/
.custom-btn {
  display: block;
  width: auto;
  min-width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #CCC;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px 0 10px;
  margin: 0;
  outline-style: none;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f4f4f4));
  background: -o-linear-gradient(top, white, #f4f4f4);
  background: linear-gradient(top, white, #f4f4f4);
  text-decoration: none;
}

.custom-btn:hover {
  text-decoration: none;
  border-color: #999;
  color: #333;
}

.custom-btn:active {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) inset;
  color: grey;
  text-decoration: none;
  outline: none;
}

/***********
*** Input Text
***********/
.custom-text {
  width: 250px;
  height: 25px;
  padding-left: 5px;
  background-color: white;
  border: 1px solid #CCC;
  border-radius: 2px;
  font-size: 14px;
  margin-left: 15px;
  color: #333;
}

/* color placeholder */
/*::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}*/
/* Admin bar */
body.customize-support {
  margin-top: 32px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cboxOverlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: white;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 30px;
}

#cboxLoadingGraphic {
  background: url(img/colorbox-loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 20px;
  color: white;
  position: absolute;
  top: -20px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active,
#cboxPrevious:focus,
#cboxNext:focus,
#cboxSlideshow:focus,
#cboxClose:focus {
  outline: none;
}

#cboxPrevious,
#cboxNext {
  width: 50px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: transparent;
}
#cboxPrevious::before,
#cboxNext::before {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 36px;
  margin-top: -18px;
  margin-left: -15px;
  color: grey;
}
#cboxPrevious:hover,
#cboxNext:hover {
  background-color: #8CC63F;
}
#cboxPrevious:hover::before,
#cboxNext:hover::before {
  color: white;
}

#cboxPrevious {
  left: 0;
  display: block;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#cboxPrevious::before {
  content: "\e079";
}
#cboxNext {
  right: 0;
  display: block;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#cboxNext::before {
  content: "\e080";
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
  display: block;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#cboxClose::before {
  content: "\e014";
}
#cboxClose::before {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 20px;
  height: 20px;
  color: white;
}
#cboxClose:hover {
  opacity: 0.7;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/*********************************************
**
** NAVBAR
**
*********************************************/
#navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 99;
  background: transparent;
  border: 0;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 0;
}
#navbar-main a {
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#navbar-main a:hover {
  color: white;
  background-color: #8CC63F;
}
#navbar-main a.navbar-brand {
  font-weight: bold;
  font-size: 12px;
}
#navbar-main .current_page_item a {
  background-color: #8CC63F;
  color: white;
}
#navbar-main.scrolled {
  background: -webkit-gradient(linear, left top, right top, from(#c69c6d), to(#8c6239));
  background: -o-linear-gradient(left, #c69c6d 0%, #8c6239 100%);
  background: linear-gradient(90deg, #c69c6d 0%, #8c6239 100%);
}
#navbar-main.scrolled a:hover {
  background-color: white;
  color: #8CC63F;
}
#navbar-main.scrolled .current_page_item a {
  background-color: #8CC63F;
  color: white;
}
#navbar-main #menu-header {
  float: right;
}
#navbar-main .navbar-toggle {
  border: 0;
  background-color: #8c6239;
}
#navbar-main .navbar-toggle.collapsed {
  background-color: transparent;
}
#navbar-main .navbar-toggle:hover, #navbar-main .navbar-toggle:focus {
  background-color: #8c6239;
}
#navbar-main .navbar-toggle .icon-bar {
  background-color: white;
}
@media screen and (max-width: 767px) {
  #navbar-main .navbar-collapse {
    background-color: #442f1b;
    padding: 0 0;
  }
  #navbar-main .navbar-collapse .navbar-nav {
    float: none;
    width: 100%;
    margin: 0;
  }
  #navbar-main .navbar-collapse .navbar-nav .current-menu-item a {
    background-color: #8c6239;
    border: 0;
  }
  #navbar-main .navbar-collapse .navbar-nav a:hover {
    background-color: white;
    color: #8c6239;
  }
}
#navbar-main .navbar-lang {
  position: absolute;
  top: 19px;
  left: 150px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  z-index: 2;
}
#navbar-main .navbar-lang a {
  padding: 5px;
  border-radius: 15px;
}
#navbar-main .navbar-lang a:hover {
  text-decoration: none;
}
#navbar-main .navbar-lang a.current-lang {
  background-color: #8CC63F;
}
#navbar-main .navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 16px;
  margin-top: -1px;
}

@media (min-width: 768px) {
  #navbar-main a.navbar-brand {
    font-size: 18px;
    position: relative;
    z-index: 1;
  }
  #navbar-main .navbar-lang {
    left: 200px;
  }
}
/*********************************************
**
** BUTTONS
**
*********************************************/
.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.btn::before {
  border-radius: 30px;
}
.btn.btn-md {
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 20px;
}
.btn.btn-lg {
  border-radius: 30px;
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 30px;
}
.btn.btn-lg::before {
  border-radius: 30px;
}
.btn.btn-primary {
  background: -webkit-gradient(linear, left top, right top, from(#c69c6d), to(#8c6239));
  background: -o-linear-gradient(left, #c69c6d 0%, #8c6239 100%);
  background: linear-gradient(90deg, #c69c6d 0%, #8c6239 100%);
  border: 0;
  color: white;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  color: #8CC63F;
}
.btn.btn-primary:hover::before, .btn.btn-primary:focus::before, .btn.btn-primary:active::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  border-color: #8CC63F;
}
.btn.btn-reverse {
  background-color: transparent;
  /* reverse white */
  /* reverse black */
}
.btn.btn-reverse.btn-white {
  color: white;
  border-color: white;
}
.btn.btn-reverse.btn-white:hover {
  border-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}
.btn.btn-reverse.btn-black {
  color: black;
  border-color: black;
}
.btn.btn-reverse.btn-black:hover {
  border-color: black;
  background-color: black;
  color: white;
}

/*********************************************
**
** SLOPING LIMITS
**
*********************************************/
.sloping-top,
.sloping-bottom {
  overflow: hidden;
}

section.sloping-top {
  padding-top: 100px;
}

.sloping-top::before,
.sloping-bottom::after {
  content: "";
  position: absolute;
  left: -5%;
  width: 110%;
  z-index: 2;
  background-color: white;
}

.sloping-top::before {
  top: -30px;
  height: 60px;
}

.sloping-bottom::after {
  bottom: -30px;
  height: 60px;
}

.sloping-left.sloping-top::before,
.sloping-left.sloping-bottom::after {
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}

.sloping-right.sloping-top::before,
.sloping-right.sloping-bottom::after {
  -webkit-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}

.sloping-white:after {
  background-color: white;
}

.sloping-red:after {
  background-color: #C1272D;
}

/*********************************************
**
** CAROUSEL
**
*********************************************/
.carousel {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.carousel .carousel-control {
  position: absolute;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index: 3;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background: none;
  opacity: 1;
}
.carousel .carousel-control.left:hover, .carousel .carousel-control.right:hover {
  opacity: 0.7;
}
.carousel .carousel-control.left {
  background-image: url(img/carousel/arrow-prev.png);
}
.carousel .carousel-control.right {
  background-image: url(img/carousel/arrow-next.png);
  left: auto;
  right: 0;
}
.carousel .carousel-indicators {
  width: 100%;
  bottom: 0;
  left: 50%;
  margin-left: -50%;
  text-align: right;
  padding: 0 20px;
}
.carousel .carousel-indicators li {
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 3px 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.carousel .carousel-indicators .active {
  background-color: #8c6239;
  position: relative;
}
.carousel .carousel-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(43, 49, 51, 0.5);
}
.carousel .carousel-inner .item {
  height: 480px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.carousel .item-infos {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(122, 201, 67, 0.9);
  padding: 100px 20px 0 0;
  overflow: hidden;
}
.carousel .item-infos h2 {
  color: #343d59;
  font-size: 24px;
}
.carousel .item-infos h2:after {
  background-color: #fff;
}
.carousel .item-infos p {
  color: #fff;
}
.carousel #hero-carousel-button {
  position: absolute;
  z-index: 4;
  margin-top: -10px;
}

.carousel, .carousel > .carousel-inner .item {
  height: 0;
  opacity: 0;
}

@media (max-width: 767px) {
  .carousel-indicators {
    display: none;
  }
}
/*********************************************
**
** COUNTDOWN
**
*********************************************/
.countdown-wrapper {
  padding: 0 0 40px;
  margin-bottom: 30px;
  text-align: center;
}
.countdown-wrapper .countdown-block {
  text-align: center;
  display: inline-block;
  width: 32%;
  cursor: default;
}
.countdown-wrapper .countdown-block:hover .countdown-number {
  color: #8c6239;
}
.countdown-wrapper .countdown-block:hover .countdown-text {
  color: black;
}
.countdown-wrapper .countdown-number {
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.countdown-wrapper .countdown-text {
  font-size: 18px;
  color: #666;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.page-header {
  width: 100%;
  height: auto;
  background-position: 0 center;
  background-size: cover;
  background-color: #999;
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
}
.page-header:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-header h1 {
  color: white;
  text-align: center;
  padding: 110px 20px 20px 20px;
  z-index: 2;
  position: relative;
}

/*********************************************
**
** HOMEPAGE
**
*********************************************/
.page-home .hero-logo {
  width: 250px;
  height: auto;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
  z-index: 9;
}
.page-home article {
  overflow: hidden;
}
.page-home article .glyphicon-map-marker,
.page-home article .glyphicon-eye-open {
  font-size: 70px;
  color: #666;
  margin-bottom: 20px;
}
.page-home article section {
  margin-left: -15px;
  margin-right: -15px;
}
.page-home article section .btn {
  margin-bottom: 50px;
}
.page-home article section:last-child {
  padding-bottom: 100px;
}

.home-calendar {
  margin: 20px auto 0;
  padding-top: 8px;
  position: relative;
}
.home-calendar .home-calendar-svg {
  position: absolute;
  top: -20px;
  width: 78px;
  height: 94px;
  margin-left: -39px;
}
.home-calendar .home-calendar-svg > path {
  fill: #8c6239;
}
.home-calendar span {
  display: block;
  font-size: 48px;
  color: #8c6239;
  font-weight: bold;
  text-align: center;
}

.home-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  position: relative;
}
.home-image.home-image-middle {
  background-image: url(img/hotel/resort.jpeg);
}
.home-image .sloping-left.sloping-bottom::after,
.home-image .sloping-right.sloping-bottom::after  {
  bottom: 20px;
}

/*********************************************
**
** DIRECTORY
**
*********************************************/
.page-directory .page-header {
  margin-bottom: 0;
  border: 0;
}
.page-directory .page-content section:first-child {
  padding-top: 0;
}
.page-directory .directory-filters [class*=col-md-] {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.page-directory .directory-filters input[type=text] {
  border: 0;
  background-color: #8c6239;
  color: white;
  padding: 40px;
  font-size: 20px;
  margin-bottom: 0;
}
.page-directory .custom-select.schwab-select {
  width: 100%;
}
.page-directory .custom-select.schwab-select .select {
  width: 100%;
  height: 80px;
  padding: 30px 30px;
  background-color: #442f1b;
  color: white;
}
.page-directory .custom-select.schwab-select .select .select-text {
  font-size: 20px;
  line-height: 20px;
}
.page-directory .custom-select.schwab-select .select .select-icon {
  right: 30px;
  font-size: 18px;
  color: white;
}
.page-directory .custom-select.schwab-select .combobox {
  background-color: #eee;
}
.page-directory .custom-select.schwab-select .combobox li {
  padding: 12px 15px;
}
.page-directory .custom-select.schwab-select .combobox li:hover {
  background-color: #8c6239;
}
.page-directory .custom-select.schwab-select.custom-select-open .select {
  background-color: #111;
}

.directory .directory-item {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: black;
}
.directory .directory-item .directory-item-thumb {
  font-family: "Lato", sans-serif;
  width: 100px;
  height: 100px;
  max-width: 100%;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-color: #442f1b;
  text-align: center;
  color: white;
  font-size: 30px;
  line-height: 98px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.directory .directory-item .directory-item-thumb:hover {
  background-color: #8c6239;
}
.directory .directory-item figcaption {
  font-weight: bold;
}

/*********************************************
**
** PROGRAM / TIMELINE
**
*********************************************/
.timeline {
  background-color: #eee;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.timeline.timeline-vertical .row {
  position: relative;
}
.timeline.timeline-vertical .row [class^=col-] {
  padding-bottom: 20px;
}
.timeline.timeline-vertical .row [class^=col-]::before, .timeline.timeline-vertical .row [class^=col-]::after {
  content: "";
  position: absolute;
}
.timeline.timeline-vertical .row [class^=col-]::before {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 4px solid white;
  background: -webkit-gradient(linear, left top, right top, from(#c69c6d), to(#8c6239));
  background: -o-linear-gradient(left, #c69c6d 0%, #8c6239 100%);
  background: linear-gradient(90deg, #c69c6d 0%, #8c6239 100%);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.timeline.timeline-vertical .row [class^=col-]::after {
  width: 4px;
  top: 45px;
  background-color: #B3B3B3;
  bottom: 7px;
  border-radius: 2px;
}
.timeline.timeline-vertical .row [class^=col-]:hover::before {
  z-index: 2;
  border-color: black;
}
.timeline.timeline-vertical .row [class^=col-]:hover > .timeline-activity {
  -webkit-box-shadow: 3px 0 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 0 20px 0px rgba(0, 0, 0, 0.1);
}
.timeline.timeline-vertical .row [class^=col-] > .timeline-activity {
  background-color: #fff;
  -webkit-box-shadow: 3px 0 30px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 0 30px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.timeline.timeline-vertical .row [class^=col-] > .timeline-activity::after {
  top: 9px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
}
.timeline.timeline-vertical .row [class^=col-] > .timeline-activity > p {
  font-size: 14px;
}
.timeline.timeline-vertical .row [class^=col-] > .timeline-activity > p:last-child {
  margin-bottom: 5px;
}
.timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child {
  padding-right: 45px;
}
.timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child::before, .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child::after {
  right: 0;
}
.timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child::before {
  margin-right: -19px;
}
.timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child::after {
  margin-right: -2px;
}
.timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child > .timeline-activity::after {
  left: 100%;
  border-left-color: #fff;
}
.timeline.timeline-vertical .row.timeline-row-left [class^=col-]:last-child::before, .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:last-child::after {
  content: none;
}
.timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child {
  padding-left: 45px;
}
.timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child::before, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child::after {
  left: 0;
}
.timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child::before {
  margin-left: -19px;
}
.timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child::after {
  margin-left: -2px;
}
.timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child > .timeline-activity::after {
  right: 100%;
  border-right-color: #fff;
}
.timeline.timeline-vertical .row.timeline-row-right [class^=col-]:first-child::before, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:first-child::after {
  content: none;
}
@media (max-width: 767px) {
  .timeline.timeline-vertical .row [class^=col-]::before {
    width: 28px;
    height: 28px;
    top: 5px;
  }
  .timeline.timeline-vertical .row [class^=col-]::after {
    top: 45px;
  }
  .timeline.timeline-vertical .row:not(.timeline-row-last) div:empty {
    display: none;
  }
  .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child {
    padding-left: 30px;
    padding-right: 10px;
    margin-left: 8.33%;
  }
  .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child::before, .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child::after, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child::before, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child::after {
    content: "" !important;
    left: 0 !important;
  }
  .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child::before, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child::before {
    margin-left: -13px !important;
  }
  .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child::after, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child::after {
    margin-left: -2px !important;
  }
  .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:first-child > .timeline-activity::after, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:last-child > .timeline-activity::after {
    right: 100% !important;
    left: auto;
    border-right-color: #fff !important;
    border-left-color: transparent !important;
  }
  .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:last-child::before, .timeline.timeline-vertical .row.timeline-row-left [class^=col-]:last-child::after, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:first-child::before, .timeline.timeline-vertical .row.timeline-row-right [class^=col-]:first-child::after {
    content: none;
  }
}

/*********************************************
**
** PLACE
**
*********************************************/
#map {
  width: 100%;
  height: 500px;
}