@import url("fonts.css");
@import url(../css/bootstrap/bootstrap-reboot.min.css);
@import url(../css/bootstrap/bootstrap.min.css);
@import url(../css/bootstrap/bootstrap-grid.min.css);
@import url(../fontawesome/css/all.css);
@import url(../css/hamburgers.min.css);
@import url(../lg/css/lightgallery.min.css);
@import url(../css/sal.css);
@import url(../owl-carousel/owl.carousel.min.css);
@import url(../owl-carousel/owl.theme.default.min.css);
@import url(../css/quill.snow.css);
body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
.space {
  display: block;
  height: 2em;
}
.text-pop {
  color: #916099;
}
ul.list {
  padding: 1em;
}
ul.list li {
  padding-left: 0.5em;
}
ol {
  padding: 1.3em;
}
ul {
  list-style: disc;
}
.text-justify {
  text-align: justify;
}
nav {
  position: relative;
  z-index: 999;
}
nav .hamburger-pre {
  position: fixed;
  right: 65px;
  text-transform: uppercase;
  font-size: 0.9em;
  top: 15px;
  cursor: pointer;
}
nav .hamburger {
  display: block !important;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999;
  padding: 0;
  cursor: pointer;
}
nav .hamburger .hamburger-inner,
nav .hamburger .hamburger-inner::before,
nav .hamburger .hamburger-inner::after {
  background: #606c76;
}
nav .hamburger.is-active .hamburger-inner,
nav .hamburger.is-active .hamburger-inner:after,
nav .hamburger.is-active .hamburger-inner:before {
  background: #606c76 !important;
}
nav > ul {
  border-bottom: 3px solid #ccc;
}
nav ul {
  flex-direction: column;
  background: white;
  position: fixed;
  left: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
nav ul li {
  width: 100%;
}
nav ul li a {
  display: block;
  margin: 10px auto;
  padding: 0px 15px;
  margin: 15px;
  font-size: 0.75em;
  color: #606c76;
  font-family: "Quicksand", sans-serif;
}
nav ul li a:hover {
  color: #606c76;
}
nav ul li.dropdown::after {
  border: none !important;
}
nav ul li {
  width: 100%;
  height: 100%;
}
nav ul ul {
  display: block !important;
  position: static !important;
  padding: 0;
  width: 100% !important;
  background: #f1f1f1;
  padding: 15px 0;
}
nav ul ul li {
  width: 100%;
}
nav ul ul li a {
  width: 100%;
  display: block;
}
.nav-scroll-bg {
  width: 100vw;
  position: fixed;
  height: 60px;
  background: white;
  top: 0;
  left: 0;
  z-index: 888;
  opacity: 0;
  box-shadow: 0 0 5px #999;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d8e0f2;
  color: #9592a6;
  padding-top: 5em;
  padding-bottom: 5em;
}
footer span.title {
  font-family: "Quicksand", sans-serif;
  font-size: 2em;
}
footer span.subtitle {
  opacity: 0.5;
}
footer ul {
  padding: 0;
  margin: 2em 0 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
footer ul li a {
  padding: 0 15px;
  color: #9592a6;
}
footer ul li a:hover {
  color: #9592a6;
}
@media screen and (max-width: 540px) {
  footer a,
  nav a {
    font-size: 0.8em;
  }
}
body {
  background: #fff;
  color: #606c76;
}
.content,
.green,
.inverse > * {
  hyphens: auto;
}
.landing {
  height: 39vh;
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.landing .background {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  background: #828282;
  background: url(../img/img01.jpg);
  opacity: 0.5;
  background-size: cover;
  width: 117vw;
  height: 39vh;
}
.landing > * {
  position: relative;
  z-index: 2;
}
.landing img.logo-image {
  width: 21vw;
}
.landing h1 {
  margin-top: 1em;
  font-family: "Quicksand", sans-serif;
  font-size: 1.6vw;
  opacity: 1;
  position: relative;
  top: -2px;
  transition: all 0.5s ease-in 1.6s;
}
.intro {
  min-height: 61vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
}
.intro i {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-8px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-b0 {
  opacity: 1 !important;
  bottom: 0 !important;
}
.col,
.col-8 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.col a,
.col-8 a {
  color: #333;
}
.col h1,
.col-8 h1 {
  text-transform: uppercase;
  font-weight: 100;
}
.col h2,
.col-8 h2 {
  text-transform: uppercase;
  font-weight: 100;
  color: #b5aabf;
}
.col h3,
.col-8 h3 {
  margin-bottom: 1em;
  font-weight: 300;
  font-family: "Montserrat", serif;
  color: #916099;
}
.col-md-8 a {
  color: #333;
}
.contact {
  display: grid;
}
.contact table td:first-child {
  padding-right: 15px;
}
.inverse {
  background: #9592a6;
  color: #f2f0f2;
}
.inverse a {
  color: white;
}
.inverse h2 {
  color: #d2d2d2;
}
.inverse h3 {
  color: #f2f0f2;
}
.inverse .content {
  color: #f2f0f2;
}
.inverse .content p {
  color: #f2f0f2;
}
.green {
  background: #c8dcc5;
  color: #5f5f5f;
}
.green h2 {
  color: #777;
}
.green h3 {
  color: #5f5f5f;
}
.green .content {
  color: #5f5f5f;
}
.green .content p {
  color: #605f5f;
}
@media screen and (max-width: 576px) {
  .col h2,
  .inverse h2,
  .green h2 {
    font-size: 1.5em !important;
  }
  .col h3,
  .inverse h3,
  .green h3 {
    font-size: 1.2em !important;
  }
  .col p,
  .col li,
  .inverse p,
  .inverse li,
  .green p,
  .green li {
    font-size: 0.9em !important;
    line-height: 1.3em !important;
  }
  .landing span {
    margin: 0;
    margin-padding: 0;
  }
  .landing img.logo-image {
    width: 30vw;
  }
  .landing span {
    font-size: 5vw;
  }
  .intro p {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 768px) {
  .landing {
    height: 25vh;
  }
  .landing .background {
    height: 25vh;
  }
  .intro {
    height: 75vh;
  }
}
article.news header h2 {
  margin-bottom: 0;
}
article.news header a:hover {
  text-decoration: none;
}
article.news header p {
  font-size: 0.9em;
  font-weight: 100;
}
.landing-small {
  width: 100vw;
  position: relative;
  background: url(../img/img01.jpg);
  background-position-x: -50px;
  background-size: cover;
  height: 55px;
  opacity: 0.5;
}
.landing-gal {
  width: 100vw;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 300px !important;
  width: 115vw !important;
  left: -50px !important;
  opacity: 0.7 !important;
}
.form input {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}
.form input:focus {
  outline: none;
}
.form .buttons {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.form .buttons button {
  background: white;
  border: 1px solid #ccc;
  font-size: 0.8em;
}
#preview::before {
  content: attr(data-before);
  text-transform: uppercase;
  font-weight: 1.2em;
}
.news_success {
  text-align: center;
  display: none;
}
