body {
  width: 100%;
  height: 100%;
  font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
  color: #50462A;
  background-color: #EEE1BC; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px; }

p {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    p {
      margin: 0 0 35px;
      font-size: 20px;
      line-height: 1.6; } }

a {
  color: #5A4D28;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    color: #131109; }

.light {
  font-weight: 400; }

.no-padding {
  padding: 0; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.navbar-custom {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff; }
  .navbar-custom .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #3C3932; }
    .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active {
      outline: none; }
  .navbar-custom .navbar-brand img {
    display: none;
    height: 44px;
    width: auto;
    margin-left: 40px; }
  .navbar-custom .nav li a {
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
    .navbar-custom .nav li a:hover {
      outline: none;
      background-color: rgba(255, 255, 255, 0.3); }
    .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
      outline: none;
      background-color: transparent; }
  @media (min-width: 768px) {
    .navbar-custom {
      padding: 20px 0;
      border-bottom: none;
      letter-spacing: 1px;
      background: transparent;
      -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
      -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
      transition: background .5s ease-in-out,padding .5s ease-in-out; }
      .navbar-custom.top-nav-collapse {
        color: #3C3932;
        padding: 0;
        background: #fff; }
        .navbar-custom.top-nav-collapse .nav li a {
          color: #3C3932;
          text-shadow: none; }
          .navbar-custom.top-nav-collapse .nav li a:hover {
            color: #fff;
            background-color: #5A4D28; }
        .navbar-custom.top-nav-collapse .navbar-brand img {
          display: inline-block; } }
  @media (max-width: 767px) {
    .navbar-custom .nav li a {
      color: #3C3932;
      text-shadow: none; }
      .navbar-custom .nav li a:hover, .navbar-custom .nav li a.active {
        color: #fff;
        background-color: #5A4D28; } }

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }
  .intro .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .intro .intro-body .brand-heading {
      font-size: 40px; }
    .intro .intro-body .intro-text {
      font-size: 28px;
      margin: 60px 0;
      text-shadow: 3px 3px 2px #000; }
  @media (min-width: 768px) {
    .intro {
      height: 100%;
      padding: 0; }
      .intro .intro-body .brand-heading {
        font-size: 100px; }
      .intro .intro-body .intro-text {
        font-size: 26px; } }

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out; }
  .btn-circle:hover, .btn-circle:focus {
    outline: none;
    color: white;
    background: rgba(255, 255, 255, 0.1); }
  .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s; }
  .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  from {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }
.content-section {
  padding-top: 60px;
  padding-bottom: 60px; }

.bg-white {
  background-color: #fff; }

.bg-dark {
  color: #B4AD98;
  background-color: #282211; }

#about img {
  margin: auto;
  max-width: 300px; }
  @media (max-width: 767px) {
    #about img {
      margin-bottom: 30px; } }

#tarifs {
  padding: 0 !important; }
  #tarifs .tarifs-section {
    padding: 60px 0;
    width: 100%;
    color: white;
    background: url(../img/tarifs-bg.jpg) no-repeat center center scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; }
  #tarifs table thead th {
    font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
    background-color: #fff;
    color: #3C3932;
    text-align: center;
    padding: 12px 8px;
    width: 16%; }
  #tarifs table tbody {
    border-collapse: collapse; }
    #tarifs table tbody tr th, #tarifs table tbody tr td {
      padding: 15px 10px;
      border-bottom: 1px solid #fff; }
    #tarifs table tbody tr th {
      background-color: #fff;
      color: #3C3932;
      font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
      text-align: right;
      width: 80px; }
    #tarifs table tbody tr td {
      text-align: center;
      font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #tarifs .tarifs-periods {
    background-color: #fff;
    color: #504C43;
    font-size: 12px;
    font-weight: bold; }
    #tarifs .tarifs-periods td {
      padding-top: 0; }

#about p {
  text-align: left;
  padding-left: 30px; }

#map {
  width: 100%;
  height: 200px;
  margin-top: 0; }

@media (min-width: 767px) {
  .content-section {
    padding-top: 100px;
    padding-bottom: 100px; }

  .download-section {
    padding: 100px 0; }

  #map {
    height: 400px;
    margin-top: 0; } }
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0; }

.btn-default {
  border: 1px solid #5A4D28;
  color: #5A4D28;
  background-color: transparent; }
  .btn-default:hover, .btn-default:focus {
    border: 1px solid #5A4D28;
    outline: none;
    color: black;
    background-color: #5A4D28; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0; }
  footer p {
    margin: 0; }
  footer a {
    color: #C8B37A; }
    footer a:hover {
      color: #E6D8B0; }

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2); }

img::selection {
  background: transparent; }

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

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    color: white;
    opacity: 0;
    display: block;
    background: rgba(90, 77, 40, 0.75);
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
        padding: 0 15px; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

#locations .portfolio-item {
  margin: 0 0 15px;
  right: 0; }
  #locations .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto; }
    #locations .portfolio-item .portfolio-link .portfolio-hover {
      background: rgba(90, 77, 40, 0.1);
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all ease 0.5s;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s; }
      #locations .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #locations .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        position: absolute;
        width: 100%;
        height: 20px;
        font-size: 20px;
        text-align: center;
        top: 50%;
        margin-top: -12px;
        color: white; }
        #locations .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; }
        #locations .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #locations .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; }
  #locations .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #EEE1BC;
    text-align: center;
    padding: 25px; }
    #locations .portfolio-item .portfolio-caption h4 {
      text-transform: none;
      margin: 0; }
    #locations .portfolio-item .portfolio-caption p {
      font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #5A4D28;
      font-style: italic;
      font-size: 14px;
      margin: 0; }
#locations * {
  z-index: 2; }

.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto; }
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 60px 0;
  text-align: center; }
  .portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em; }
  .portfolio-modal .modal-content p {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px; }
  .portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0; }
  .portfolio-modal .modal-content img {
    margin-bottom: 30px; }
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 999; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #5A4D28;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051; }
    .portfolio-modal .close-modal .lr .rl {
      height: 75px;
      width: 1px;
      background-color: #5A4D28;
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Safari and Chrome */
      z-index: 1052; }
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none; }

.location-gallery-container {
  padding: 50px 30px; }

#links {
  margin: 30px 0; }

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