@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,700,800');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
img.img-responsive {
  display: inline;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.delay {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
p {
  color: color3;
}
p a:link {
  color: #6ab5ee;
  text-decoration: none;
}
p a:visited {
  color: #684c27;
}
p a:hover {
  color: #684c27;
  text-decoration: none;
}
.col-header {
  padding: 10px 0px;
  text-align: center;
}
.col-header .col-logo {
  padding: 20px 0px;
}
@media (min-width: 576px) {
  .col-header .col-logo {
    text-align: center;
    display: inherit;
  }
  .col-header .col-logo img {
    display: inline;
  }
}
@media (min-width: 768px) {
  .col-header .col-logo {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .col-header .col-logo {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .col-header .col-logo {
    text-align: left;
  }
}
.col-header .col-social {
  padding: 0px 15px 20px;
}
@media (min-width: 576px) {
  .col-header .col-social {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .col-header .col-social {
    text-align: center;
    padding: 35px 15px 22px;
    float: right;
  }
}
@media (min-width: 992px) {
  .col-header .col-social {
    text-align: right;
    padding: 25px 5px 20px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .col-header .col-social {
    text-align: right;
    padding: 25px 15px 22px;
    float: right;
  }
}
.col-header .col-phone {
  color: #684c27;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  padding: 0px 0 20px 0;
}
.col-header .col-phone a:link {
  color: #684c27;
  text-decoration: none;
  font-weight: bold;
}
.col-header .col-phone a:visited {
  color: #684c27;
}
.col-header .col-phone a:hover {
  color: #684c27;
}
@media (min-width: 768px) {
  .col-header .col-phone {
    text-align: right;
  }
  .col-header .col-phone a:link {
    color: #684c27;
    text-decoration: none;
  }
  .col-header .col-phone a:visited {
    color: #684c27;
  }
  .col-header .col-phone a:hover {
    color: #684c27;
  }
}
@media (min-width: 768px) {
  .col-header .col-phone {
    float: right;
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  .col-header .col-phone {
    float: right;
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .col-header .col-phone {
    float: right;
    padding-top: 30px;
  }
}
.col-header .col-phone .phoneIcon {
  float: left;
}
.col-header .col-phone .phoneAndTitle {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-header .col-phone .phoneAndTitle {
    width: 80%;
  }
}
.col-header .col-phone .phoneAndTitle .phoneTitle {
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .col-header .col-phone .phoneAndTitle .phoneTitle {
    font-size: 16.5px;
  }
}
@media (min-width: 992px) {
  .col-header .col-phone .phoneAndTitle .phoneTitle {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .col-header .col-phone .phoneAndTitle .phoneTitle {
    font-size: 18px;
  }
}
.col-header .col-phone .phoneAndTitle .phone {
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  font-size: 31px;
  line-height: 100%;
}
@media (min-width: 992px) {
  .col-header .col-phone .phoneAndTitle .phone {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .col-header .col-phone .phoneAndTitle .phone {
    font-size: 31px;
  }
}
.col-header .col-phone .phoneAndTitle .phone a:link {
  font-weight: 200;
  color: #684c27;
  text-decoration: none;
}
/* Social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  float: none;
}
@media (min-width: 768px) {
  ul.social-network {
    float: right;
  }
}
ul.social-network2 {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  float: left;
}
ul.social-network li {
  display: inline;
  margin: 0 0px;
}
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color: #849c6a;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoMapit:hover {
  background-color: #684c27;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoFacebook:hover {
  background-color: #684c27;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 45px;
  height: 45px;
  font-size: 25px;
  background-color: #849c6a;
}
.social-circle li i {
  margin: 0;
  line-height: 46px;
  text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.text-center {
  text-align: center;
  bottom: 20%;
  position: absolute;
}
#first-slider .carousel-indicators {
  bottom: 10%;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 225px;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  #first-slider .carousel .item {
    min-height: 325px;
  }
}
@media (min-width: 992px) {
  #first-slider .carousel .item {
    min-height: 550px;
  }
}
.carousel-inner .item .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#first-slider h3 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-family: 'Work Sans', sans-serif;
  font-size: 200%;
  color: #fff;
  position: relative;
  background-color: rgba(93, 170, 239, 0.75);
  border-radius: 250px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  top: 70px;
  text-align: center;
  float: right;
  margin-right: 10%;
}
#first-slider .carousel-control {
  width: 30%;
}
#first-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #fff;
}
#first-slider .carousel-indicators .active {
  width: 15px;
  height: 15px;
  background-color: #849c6a;
  border: none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .fa-angle-left {
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}
.carousel-control .fa-angle-right {
  right: 50%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}
.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
  background-image: url(../img/hero-001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide1 {
    background-position: -150px 0px;
  }
}
#first-slider .slide2 {
  background-image: url(../img/hero-002.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide2 {
    background-position: -100px 0px;
  }
}
#first-slider .slide3 {
  background-image: url(../img/hero-003.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide3 {
    background-position: -250px 0px;
  }
}
#first-slider .slide4 {
  background-image: url(../img/hero-004.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide4 {
    background-position: -200px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #first-slider .slide4 {
    background-position: -150px 0px;
  }
}
#first-slider .slide5 {
  background-image: url(../img/hero-005.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide5 {
    background-position: -250px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #first-slider .slide5 {
    background-position: -400px 0px;
  }
}
#first-slider .slide6 {
  background-image: url(../img/hero-006.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide6 {
    background-position: -140px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #first-slider .slide6 {
    background-position: -250px 0px;
  }
}
#first-slider .slide7 {
  background-image: url(../img/hero-007.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide8 {
  background-image: url(../img/hero-008.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide8 {
    background-position: -50px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #first-slider .slide8 {
    background-position: -250px 0px;
  }
}
#first-slider .slide9 {
  background-image: url(../img/hero-009.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide9 {
    background-position: -100px 0px;
  }
}
#first-slider .slide10 {
  background-image: url(../img/hero-010.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  #first-slider .slide10 {
    background-position: -150px 0px;
  }
}
.col-nav {
  background-color: #849c6a;
}
.affix {
  top: 0;
  width: 100%;
}
.affix + .container-fluid {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
    clear: both;
  }
}
.navbar-default {
  background: none;
  border: 0px;
  margin: 0px;
  z-index: 500;
  border-radius: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #5d6f4a;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #5d6f4a;
}
.navbar-default .navbar-nav > li,
.navbar-default .navbar-nav > li > a {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.navbar-nav {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .navbar-nav {
    width: 100.1%;
    display: table;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: none;
    display: table-cell;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  padding: 25px 40px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 200;
  font-size: 170%!important;
  text-align: center;
}
@media (min-width: 576px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 170%!important;
    padding: 24px 10px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 150%!important;
    padding: 25px 13px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 150%!important;
    padding: 28px 8px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 185%!important;
    padding: 30px 10px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li:first-child.active > a,
  .navbar-default .navbar-nav > li:first-child > a:hover,
  .navbar-default .navbar-nav > li:first-child > a:focus {
    border-radius: 0px 0 0 0px;
  }
  .navbar-default .navbar-nav > li:last-child.active > a,
  .navbar-default .navbar-nav > li:last-child > a:hover,
  .navbar-default .navbar-nav > li:last-child > a:focus {
    border-radius: 0 0px 0px 0;
  }
}
.navbar-default .navbar-collapse {
  padding: 0;
}
.navbar-collapse,
.navbar-form {
  order-color: none;
  border: 0px;
  -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
}
.navbar-toggle {
  margin-right: 0;
  width: 100%;
  border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
  color: #fff;
}
.fa {
  color: #fff;
}
.col-contact {
  background-image: url(../img/social-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 470px;
  position: relative;
}
@media (max-width: 768px) {
  .col-contact {
    background-position: -300px 0px;
    background-size: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-contact {
    background-position: -350px 0px;
    background-size: cover;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .col-contact {
    background-position: -300px 0px;
    background-size: cover;
  }
}
.col-contact .container {
  padding: 150px 0px;
}
.col-contact .contact {
  padding: 10px 20px 30px 20px;
  background-color: rgba(93, 170, 239, 0.85);
  border-radius: 20px;
  /*margin: 0px 30px;*/
}
.col-contact .contact h1 {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 5px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-contact .contact h1 {
    text-align: left;
  }
}
.col-contact .contact p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
}
.col-contact .contact p a:link,
.col-contact .contact p a:visited,
.col-contact .contact p a:active {
  color: #f5efbd;
}
.col-contact .contact p a:hover {
  color: #fff;
}
#col-featured {
  background-color: #f5efbd;
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
  min-height: 160px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #col-featured {
    min-height: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #col-featured {
    min-height: 140px;
  }
}
@media (min-width: 1200px) {
  #col-featured {
    min-height: 160px;
  }
}
#col-featured .container {
  position: relative;
  z-index: 1;
}
#col-featured a {
  text-decoration: none;
}
#col-featured #bottom-right-image {
  position: absolute;
  bottom: -39px;
  right: 0;
  z-index: 0;
}
.content-bottom .row {
  margin-bottom: 70px;
  padding: 25px;
}
.container.hero.nogap {
  margin-bottom: 0px;
}
.content-main .row {
  padding: 40px 0px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #684c27;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .hovereffect .overlay {
    padding: 0px 20px 50px;
  }
}
@media (min-width: 1200px) {
  .hovereffect .overlay {
    padding: 20px 20px 50px;
  }
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(105%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, -webkit-transform 0.55s;
  -o-transition: opacity 0.55s, transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  transition: opacity 0.55s, transform 0.55s, -webkit-transform 0.55s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hovereffect:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  opacity: 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .hovereffect a,
  .hovereffect h2 {
    margin-top: 10px;
  }
}
.hovereffect a,
.hovereffect:hover h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  opacity: 1;
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  text-transform: none;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
}
.hovereffect:hover a,
.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.feature-box {
  margin-bottom: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .feature-box {
    width: 64%;
    margin-left: 18%;
  }
}
.feature-box figure {
  height: 195px;
  overflow: hidden;
}
.feature-box figure img {
  width: 100%;
  height: auto;
}
.feature-box .feature-details {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
}
@media (max-width: 992px) {
  .feature-box .feature-details {
    height: auto;
  }
}
.feature-box .feature-details p {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
}
.feature-box .feature-details h4 {
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 200;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-box .feature-details h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .feature-box {
    margin-bottom: 20px;
  }
}
.col-content {
  padding: 52px 0px 40px 0px;
  background-color: #8cbd96;
}
.col-content h1,
.col-content h2,
.col-content h3,
.col-content h4,
.col-content h5 {
  color: #5d6f4a;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.col-content h1 small,
.col-content h2 small,
.col-content h3 small,
.col-content h4 small,
.col-content h5 small {
  font-size: 60%;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #f5efbd;
}
.col-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: .9;
}
.col-content h2 {
  font-size: 28px;
}
.col-content h3 {
  font-size: 22px;
}
.col-content h4 {
  font-size: 20px;
}
.col-content p,
.col-content ul li {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
.col-content li a:link,
.col-content li a:visited,
.col-content li a:active {
  color: #f5efbd;
  text-decoration: none;
}
.col-content li a:hover {
  color: #5d6f4a;
}
.col-content p {
  margin-bottom: 26px;
}
.col-content p a:link,
.col-content p a:visited,
.col-content p a:active {
  color: #f5efbd;
}
.col-content p a:hover {
  color: #5d6f4a;
}
.col-content ul {
  margin-bottom: 0;
}
.col-content .alert-success {
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  background-color: #d8ebfe;
  border: 0px solid #684c27;
  border-left-width: 5px;
  border-radius: 3px;
}
.col-content .center-text {
  text-align: center;
}
.col-content .gap {
  padding: 0 0 32px;
}
.col-content .container {
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .col-content .container {
    padding: 0px 25px;
  }
}
@media (min-width: 992px) {
  .col-content .container {
    padding: 0px 30px;
  }
}
.col-content .gallery img {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .col-content .gallery img {
    width: 45%;
  }
}
.col-content ul li .small {
  font-size: 11px;
}
.col-content .testimonial {
  background-color: #a3caab;
  padding: 30px 30px;
  border-radius: 20px;
}
.col-content .testimonial p {
  font-family: 'Satisfy', cursive;
  font-size: 200%;
  text-align: center;
}
.col-content .well {
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
}
.bio-img {
  text-align: center;
}
.bio-img img {
  float: none;
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
.card {
  padding: 20px 10px;
}
hr {
  height: 12px;
  background: url(../img/hr.png) no-repeat;
  background-position: center top;
  border: 0;
  margin: 40px 0;
}
footer {
  padding: 52px 0px;
  color: #fff;
  background-image: url(../img/footer-bg.jpg);
  background-attachment: fixed;
  background-position: top;
}
footer p {
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
footer p a:link {
  color: #684c27;
}
footer p a:hover {
  color: #fff;
}
footer p a:visited {
  color: #684c27;
}
footer .copyright {
  text-align: center;
}
@media (min-width: 768px) {
  footer .copyright {
    text-align: left;
  }
}
footer .footer-nav {
  padding: 0 0 30px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer-nav {
    text-align: left;
  }
}
footer .footer-nav a:link {
  color: #684c27;
  padding: 0 8px;
}
footer .footer-nav a:hover {
  color: #fff;
}
footer .footer-nav a:visited {
  color: #684c27;
}
.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .google-maps {
    padding-bottom: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .google-maps {
    padding-bottom: 55%;
  }
}
@media (min-width: 1200px) {
  .google-maps {
    padding-bottom: 30%;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0px;
}
.nopadding {
  padding: 0px!important;
}
.noleftpadding {
  padding-left: 0px !important;
}
.norightpadding {
  padding-right: 0px!important;
}
.nomargin {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .noleftpad767 {
    padding-left: 0px!important;
  }
}
.btn-primary {
  background-color: #684c27;
  border-color: #684c27;
}
.btn-primary:hover {
  background-color: #849c6a;
  border-color: #849c6a;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primaryvisited {
  background-color: #684c27;
  border-color: #684c27;
}
