body {
  /**font-family: 'Lato', sans-serif;**/
  font-family: 'Noto Serif', serif;
  font-size: 15px;
  /**background-color: #e6ded6;**/
  background-color: #f9f2ec;
  /**background-color: #fef3f3;**/
}

hr {
  border-top: 0px;
}

a, a:hover {
  color: #80734d;
}

.btn-gray {
  background-color: hsl(0, 0%, 35%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#595959");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#777777), to(#595959));
  background-image: -moz-linear-gradient(top, #777777, #595959);
  background-image: -ms-linear-gradient(top, #777777, #595959);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #595959));
  background-image: -webkit-linear-gradient(top, #777777, #595959);
  background-image: -o-linear-gradient(top, #777777, #595959);
  background-image: linear-gradient(#777777, #595959);
  border-color: #595959 #595959 hsl(0, 0%, 32%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
  -webkit-font-smoothing: antialiased;
}

.lobster-font {
  font-family: 'Playfair Display', serif;
  color: #000000;
}

.bottom-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 1100px;
}

.container-max-width {
  max-width: 1100px;
}

.sub-spacing {
  padding-left: 10px;
  color: #000000;
}

.container-center {
  margin: 0 auto;
  padding: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #ffffff;
}

.copyright-text {
  text-align: center;
  padding-top: 40px
}

.contact-panel {
  padding: 30px;
}

.submit-button {
  margin-bottom: -10px;
}

.footer-col {
  padding-top: 20px;
}

.promo-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
}

.promo-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.maps iframe {
	top: 0;
	left: 0;
	width: 95%;
	height: 100%;
}


label {
  padding-right: 100px;
}

.solid-border {
  /**border: 3px solid #cecece;**/
  /*box-shadow:
    0 0 0 4px hsl(0, 0%, 85%),
    0 0 0 8px hsl(0, 0%, 90%);*/
  border: 1px solid #D3C6BB;
}

.bottom-spacing {
  padding-bottom: 30px;
}

hr.divider-bigger-margin {
  max-width: 1040px;
  border-top: 1px solid #cecece;
  margin-bottom: 50px;
}

hr.divider-simple {
  max-width: 1040px;
  border-top: 1px double #cfbfb0;
}

.logo-spacing {
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-header {
  color: #000000;
  margin-bottom: 30px;
}

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

.header-text {
  color: #000000;
}

.panel-color {
  background: #FFFFFF;
}

.panel-rounded {
  border-radius: 4px;
}

.checkbox-spacing {
  padding-right: 20px;
}

.reduce-top-margin {
  margin-top: -25px;
}

.image-margin {
  margin-bottom: 20px;
}

.modal-content-full-size {
  max-width: 100%;
  width: auto;
  display: inline-block;
}

.modal-large {
  width: 90%;
  max-width:1000px;
}

.checkbox-spacing {
  margin-right: 5px !important;
}

.video-spacing {
  margin-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}
#carousel-custom {
    margin: 20px auto;
    width: 100%;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

#carousel-custom .carousel-inner .item img {
    margin: auto;
}
