@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Roboto+Slab:700);
body {
  background: #4a797f url(../img/bg-body-water-rock.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  color: #3d4952;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.site-page-wrapper {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1300px) {
  body {
    background: #4a797f url(../img/bg-body-water-rock.jpg) no-repeat top center no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
  }
  .site-page-wrapper {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    width: 1280px;
  }
}
h1,
.h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 6px;
}
h2,
.h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 1px;
}
h3,
.h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
h4,
.h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 1px;
}
h5,
.h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: #33465d;
  margin-top: 0;
}
p + h1,
p + .h1,
p + h2,
p + .h2,
p + h3,
p + .h3,
p + h4,
p + .h4,
p + h5,
p + .h5,
div + h1,
div + .h1,
div + h2,
div + .h2,
div + h3,
div + .h3,
div + h4,
div + .h4,
div + h5,
div + .h5,
ul + h1,
ul + .h1,
ul + h2,
ul + .h2,
ul + h3,
ul + .h3,
ul + h4,
ul + .h4,
ul + h5,
ul + .h5,
ol + h1,
ol + .h1,
ol + h2,
ol + .h2,
ol + h3,
ol + .h3,
ol + h4,
ol + .h4,
ol + h5,
ol + .h5 {
  margin-top: 30px;
}
p,
ul,
ol {
  margin-bottom: 15px;
}
hr {
  border-color: #bfc8cf;
}
figcaption {
  font-weight: bold;
}
/* Social media fontawesome colors */
a .fa-twitter-square {
  color: #00aced;
}
a .fa-facebook-square {
  color: #3b5998;
}
a .fa-youtube-square {
  color: #bb0000;
}
a .fa-google-plus-square {
  color: #dd4b39;
}
a .fa-linkedin-square {
  color: #007bb6;
}
a .fa-instagram {
  color: #517fa4;
}
.site-header {
  padding: 16px 0;
}
.site-logo-wrapper {
  padding-top: 18px;
}
.site-logo {
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
.site-tagline {
  color: #33465d;
}
.navbar-inverse {
  background-color: #33465d;
  border-color: #33465d;
  border-bottom-color: #33465d;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #212d3c;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #212d3c;
}
.site-nav {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.site-social-media {
  font-size: 24px;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .site-social-media {
    margin-top: 32px;
  }
}
.site-utility-menu a {
  color: #33465d;
}
.site-utility-menu a .glyphicon {
  color: #842a14;
}
.list-contact-info {
  font-size: 14px;
  line-height: 20px;
}
.site-content-area {
  background-color: #fff;
  padding-bottom: 48px;
}
.site-page-title {
  background-color: #faf7d9;
  border-bottom: 1px solid #eee47f;
  padding: 20px 0 16px;
  margin-bottom: 40px;
}
.home .site-page-title {
  border-bottom: none;
  height: 0;
  padding: 0;
}
.site-page-title h1 {
  color: #842a14;
  margin-bottom: 0;
}
.site-page-title hr {
  margin-bottom: 10px;
}
@media (max-width: 530px) {
  .carousel-caption {
    display: none;
  }
  .carousel-indicators {
    bottom: 0;
  }
}
.s-home-welcome h1 {
  font-size: 30px;
  line-height: 32px;
}
@media (min-width: 776px) {
  .s-home-welcome h1 {
    font-size: 36px;
    line-height: 38px;
  }
}
.s-main-page-area {
  margin-bottom: 36px;
}
th {
  font-family: 'Open Sans', sans-serif;
}
.table-bordered {
  border: 1px solid #bfc8cf;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #bfc8cf;
}
.th-total-2,
.td-total-2 {
  width: 50%;
}
.th-total-3,
.td-total-3 {
  width: 33.333%;
}
.th-total-4,
.td-total-4 {
  width: 25%;
}
.th-total-5,
.td-total-5 {
  width: 20%;
}
.site-footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  padding: 12px 0 48px 0;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 36px;
  }
}
.entry-date {
  font-size: 13px;
  font-weight: bold;
}
.s-reverse-hdr {
  color: #fff;
}
.s-reverse-link {
  color: #ffffff;
}
.s-reverse-link:focus,
.s-reverse-link:hover {
  color: #000;
}
.s-0-margin {
  margin: 0;
}
.s-0-margin-top {
  margin-top: 0;
}
.s-0-margin-btm {
  margin-bottom: 0;
}
.s-cozy-margin-top-btm {
  margin-bottom: 10px;
  margin-top: 10px;
}
.s-append-btm {
  margin-bottom: 24px;
}
.s-append-btm-sm {
  margin-bottom: 12px;
}
.s-append-btm-lg {
  margin-bottom: 48px;
}
.s-prepend-top {
  margin-top: 24px;
}
.s-prepend-top-sm {
  margin-top: 12px;
}
.s-prepend-top-lg {
  margin-top: 48px;
}
.s-btn {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.s-btn .fa {
  font-size: 12px;
}
.s-img-inset-right {
  float: right;
  margin: 3px 0 6px 14px;
}
.s-img-inset-left {
  float: left;
  margin: 3px 18px 6px 0;
}
.s-img-inset-right.s-img-half,
.s-img-inset-left.s-img-half {
  max-width: 46%;
}
.s-smaller {
  font-size: 80%;
}
.s-lowercase {
  text-transform: none;
  letter-spacing: 0;
}
.s-line-height-tight {
  display: block;
  line-height: 1.4;
}
.s-li-current,
.s-font-bold {
  font-weight: bold;
}
.s-div-inside-left {
  position: relative;
  overflow: hidden;
}
.s-div-inside-left:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  top: 5%;
  height: 90%;
  left: -10px;
  border-radius: 0.05px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
.s-div-inside-top {
  position: relative;
  overflow: hidden;
}
.s-div-inside-top:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 96%;
  height: 10px;
  top: -10px;
  left: 2%;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
.s-div-outside-bottom {
  position: relative;
}
.s-div-outside-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 96%;
  bottom: 0;
  height: 10px;
  left: 2%;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
.s-div-inset {
  padding: 10px 18px;
}
.carousel {
  /*border: 8px solid #F0F0DD;*/
  /*box-shadow: 0 1px 12px rgba(0,0,0,0.3);*/
}
.carousel-caption {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.carousel-caption {
  padding-bottom: 12px;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    padding-bottom: 12px;
  }
}
.carousel-indicators {
  display: none;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 0;
  }
}
.breadcrumb {
  background-color: transparent;
  color: #53636f;
  font-size: 14px;
  margin-bottom: 0;
  padding: 4px 0;
}
.breadcrumb a {
  color: #53636f;
}
.btn-primary {
  color: #ffffff;
  background-color: #33465d;
  border-color: #33465d;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #455f7e;
  border-color: #455f7e;
}
