/* Generated by less 2.2.0 */
.thin {
  font-weight: 300;
}
.light {
  font-weight: 100;
}
.rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bigrounded {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.responsive {
  max-width: 100%;
  height: auto;
}
.banner {
  height: 270px;
  background-size: 100% 100%;
  background-attachment: fixed;
  display: block;
  width: 100%;
}
* {
  box-sizing: border-box;
}
::selection {
  background: #f8f2de;
  /* WebKit/Blink Browsers */
  color: black;
}
::-moz-selection {
  background: #f8f2de;
  /* Gecko Browsers */
  color: black;
}
body {
  margin: 0;
  font-size: 16px;
  font-family: "Hind", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  line-height: 2em;
  background: #414141 url("../img/wood.png") repeat center top;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto Slab", Georgia, sans-serif;
  color: #7e84a4;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #947256;
}
.btn-default {
  background: #788bab;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
}
.btn-default:hover {
  background: #baaaaa;
}
.btn-jumbo {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.btn-jumbo:hover {
  background: rgba(0, 0, 0, 0.85);
  color: white;
}
.alert-danger {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1em;
  border: 1px solid #bd4858;
  background: #f9f0ee;
  color: red;
}
#logo {
  position: relative;
  top: -5px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #logo {
    width: 126px;
    height: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 868px) {
  #logo {
    width: 180px;
    height: 100px;
  }
}
.container {
  display: block;
  margin: 0 auto;
  padding: 0 5.5em;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 2em;
  }
}
.main {
  background: white;
  margin-top: -30px;
}
.lead {
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .lead {
    line-height: 2em;
    padding: 1em;
  }
}
.divider {
  display: block;
  height: 2.5em;
}
.navbar-inverse {
  height: 170px;
  background: rgba(29, 52, 66, 0.48);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .navbar-inverse {
    height: 90px;
  }
}
.navbar-right {
  position: absolute;
  right: 4em;
  color: white;
}
.navbar-toggle {
  background: #222;
  color: white;
}
.navbar-nav li a,
.navbar-nav li a:link {
  padding: .5em 1.5em;
  color: white;
  height: 50px;
  line-height: 35px;
}
.navbar-nav li a:hover {
  color: white;
  background: #222;
  text-decoration: none;
}
.navbar-nav li .dropdown-menu {
  padding: 0;
  font-size: 1em;
}
.navbar-nav li .dropdown-menu li a {
  background: #222;
}
.navbar-nav li .dropdown-menu li a:hover {
  color: white;
  background: #787789;
  text-decoration: none;
}
.main_nav {
  background: rgba(0, 0, 0, 0.45);
  position: relative;
  top: 120px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_nav li a,
.main_nav li a:link,
.main_nav li a:visited {
  background: transparent;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_nav li a:hover {
  background: #222;
}
.main_nav li:hover {
  background: #222;
}
@media screen and (max-width: 768px) {
  .main_nav li:hover {
    color: white;
    background: #787789;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .main_nav {
    background: #333;
    top: 20px;
    box-sizing: border-box;
    padding-left: 1.1em;
  }
}
.navbar-collapse {
  overflow-x: hidden;
}
#testimonial {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f2ebe3;
  padding: 1em 1.5em;
}
.testimonial-box {
  font-family: "Hind", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 300;
  color: #222;
  background: transparent;
  box-sizing: border-box;
  padding: 20px 5px;
}
.testimonial-box blockquote {
  font-style: italic;
  border: 0px solid;
  page-break-inside: auto;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .testimonial-box blockquote {
    font-size: .9em;
    line-height: 1.5em;
  }
}
.testimonial-box img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0px 0px 10px grey;
  padding: 0;
  margin: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .testimonial-box img {
    display: none;
  }
}
.jumbotron {
  height: 285px;
}
@media screen and (max-width: 768px) {
  .jumbotron {
    height: 170px;
  }
}
.jumbotron h1 {
  position: absolute;
  top: 170px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
@media screen and (max-width: 768px) {
  .jumbotron h1 {
    top: 85px;
    left: 30px;
  }
}
.jumbo1 {
  background: #333333 url(../img/jumbo1.jpg) no-repeat center top;
  background-size: cover;
}
.jumbo2 {
  background: #333333 url(../img/jumbo2.jpg) no-repeat center top;
  background-size: cover;
}
.jumbo3 {
  background: #333333 url(../img/jumbo3.jpg) no-repeat center top;
  background-size: cover;
}
.jumbo4 {
  background: #333333 url(../img/jumbo4.jpg) no-repeat center top;
  background-size: cover;
}
.mainjumbo {
  display: block;
  width: 100%;
  height: 750px;
  background: #788bab url("../img/jumbohome.jpg") no-repeat center top;
  background-size: 100% 100%;
  background-attachment: fixed;
  z-index: 0;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .mainjumbo {
    height: 300px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .mainjumbo {
    height: 460px;
  }
}
.mainjumbo h2 {
  color: white;
  text-shadow: 1px 1px 5px black;
  font-size: 3em;
  line-height: 2em;
}
.mainjumbo .container {
  margin-top: 170px;
}
#formblock {
  float: none;
}
.form-control:focus {
  box-shadow: 0px 0px 5px #baaaaa;
  border: 1px solid #baaaaa;
}
.center {
  display: block;
  margin: 0 auto;
}
.right {
  float: right;
}
@media screen and (max-width: 640px) {
  img.right {
    float: none;
  }
}
.left {
  float: left;
  margin-right: 2em;
}
.padded {
  padding: .75em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
a img {
  transition: all .5s;
}
aside {
  background: #baaaaa;
  color: #291d14;
}
aside a {
  color: #291d14;
}
aside .container {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  aside .container {
    padding: 1.5em;
  }
}
.social {
  width: 40px;
  height: 40px;
}
.bigsocial {
  width: 60px;
  height: 60px;
}
footer {
  background: #787789;
  text-align: center;
  padding: 10px 2px;
  margin-bottom: -50px;
  color: white;
}
footer p {
  color: white;
  font-size: 0.875em;
  font-weight: 300;
}
footer ul {
  list-style: none;
}
footer ul li {
  display: inline-block;
  margin: 0;
  border-right: 1px solid #b6b5c9;
}
footer ul li a,
footer ul li a:link,
footer ul li a:visited {
  padding: 0 15px;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer ul li a:hover {
  text-decoration: underline;
  color: papayawhip;
}
footer ul:last-child {
  border-right: 0px solid black;
}
.caption-box {
  font-family: "Hind", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 300;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 20px 5px;
  position: absolute;
  top: -20px;
  width: 100%;
  height: 85px;
}
.caption-box a {
  text-decoration: underline;
  color: lightblue;
}
.caption-box-res {
  font-family: "Hind", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 300;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 20px 5px;
  position: absolute;
  top: -20px;
  width: 100%;
  height: 50px;
}
.fotomain {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .fotomain {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .fotorama {
    min-height: 260px;
  }
}
.caption-box-main {
  padding: 0 4em;
  background: transparent;
  width: 1170px;
  max-width: 100%;
  margin: 200px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .caption-box-main {
    top: 95px;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
  }
}
.caption-box-main h2 {
  color: white;
  text-shadow: 1px 1px 5px black;
  font-size: 3em;
  line-height: 2em;
  font-family: "Roboto Slab", Georgia, sans-serif;
}
@media screen and (max-width: 768px) {
  .caption-box-main h2 {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 767px) and (max-width: 1170px) {
  .caption-box-main h2 {
    font-size: 1.5em;
  }
}
.caption-box-main .accented {
  color: #343d59;
  text-shadow: 0px 0px 10px white;
}
@media screen and (max-width: 768px) {
  .caption-box-main .accented {
    font-size: 1em;
  }
}
.socials {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.fb {
  background: url(../img/Facebookbw.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.fb:hover {
  background: url(../img/Facebook.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.twi {
  background: url(../img/twitterbw.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.twi:hover {
  background: url(../img/Twitter.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.google {
  background: url(../img/google_bw.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.google:hover {
  background: url(../img/Google+.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.inst {
  background: url(../img/instagrambw.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.inst:hover {
  background: url(../img/Instgram.png) no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #baaaaa;
}
.infos {
  position: absolute;
  top: 25px;
}
.infos a {
  color: white;
}
.faded:hover {
  opacity: .5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel {
  max-width: 100%;
  min-height: 375px;
}
.carousel blockquote {
  font-style: italic;
  border: 0px solid;
  padding: 1em;
  margin: 0;
  font-size: 1em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .carousel blockquote {
    font-size: .9em;
    line-height: 1.5em;
  }
}
.img-testimonial {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0px 0px 10px grey;
  padding: 0;
  margin: 3em 1em 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .img-testimonial {
    display: none;
  }
}
.fa-quote-left,
.fa-quote-right {
  color: #baaaaa;
}
.carousel-control {
  width: 10%;
}
.carousel-control.left,
.carousel-control.right {
  background: transparent;
}
.carousel-control.left {
  position: absolute;
  left: -50px;
}
.carousel-control.right {
  position: absolute;
  right: -50px;
}
.carousel-indicators {
  position: absolute;
  bottom: -50px;
  z-index: 15;
  width: 60%;
  text-align: center;
  list-style: none;
  margin-left: -30%;
}
.carousel-indicators li {
  display: inline-block;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #787789;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  background: #baaaaa;
}
.carousel-inner .item {
  opacity: 0;
  transition: opacity 1s;
}
.carousel-inner .active {
  opacity: 1;
}
.carousel-inner .active.left,
.carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
  opacity: 1;
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: all;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.2);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.long {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
