@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Fugaz One';
  font-style: normal;
  font-weight: 400;
  src: local('Fugaz One'), local('FugazOne-Regular'), url(https://fonts.gstatic.com/s/fugazone/v7/rax_HiWKp9EAITukFsl8Axha.ttf) format('truetype');
}
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: local('Satisfy Regular'), local('Satisfy-Regular'), url(https://fonts.gstatic.com/s/satisfy/v8/rP2Hp2yn6lkG50LoCZOIGA.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'), url(https://fonts.gstatic.com/s/barlowcondensed/v1/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT3w.ttf) format('truetype');
}
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: #5e3026;
  text-decoration: none;
}
p a:visited {
  color: #d30000;
}
p a:hover {
  color: #d30000;
  text-decoration: none;
}
.col-header {
  padding: 5px 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: 15px 0px 8px;
}
@media (min-width: 576px) {
  .col-header .col-social {
    text-align: center;
    float: none;
  }
}
@media (min-width: 768px) {
  .col-header .col-social {
    text-align: center;
    padding: 20px 0px 0px;
    float: right;
  }
}
@media (min-width: 992px) {
  .col-header .col-social {
    text-align: right;
    padding: 25px 0px 5px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .col-header .col-social {
    text-align: right;
    padding: 20px 0px 0px 0px;
    float: right;
  }
}
.col-header .col-phone {
  color: #d30000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  padding: 0px 0 20px 0;
}
.col-header .col-phone a:link {
  color: #d30000;
  text-decoration: none;
  font-weight: bold;
}
.col-header .col-phone a:visited {
  color: #d30000;
}
.col-header .col-phone a:hover {
  color: #d30000;
}
@media (min-width: 768px) {
  .col-header .col-phone {
    text-align: right;
  }
  .col-header .col-phone a:link {
    color: #d30000;
    text-decoration: none;
  }
  .col-header .col-phone a:visited {
    color: #d30000;
  }
  .col-header .col-phone a:hover {
    color: #d30000;
  }
}
@media (min-width: 768px) {
  .col-header .col-phone {
    float: right;
  }
}
@media (min-width: 992px) {
  .col-header .col-phone {
    float: right;
    padding-top: 5px;
  }
}
@media (min-width: 1200px) {
  .col-header .col-phone {
    float: right;
    padding-top: 0px;
  }
}
.col-header .col-phone .phoneIcon {
  float: left;
}
.col-header .col-phone .phoneAndTitle {
  float: right;
  width: 100%;
}
.col-header .col-phone .phoneAndTitle h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20%;
  color: #6cc065;
}
.col-header .col-phone .phoneAndTitle h3 a:link {
  font-weight: 400;
  color: #6cc065;
}
@media (min-width: 768px) {
  .col-header .col-phone .phoneAndTitle h3 {
    font-size: 20px;
    line-height: 50%;
  }
}
.col-header .col-phone .phoneAndTitle h4 {
  color: #6cc065;
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 70%;
}
@media (min-width: 768px) {
  .col-header .col-phone .phoneAndTitle h4 {
    font-size: 18px;
  }
}
/* Social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
@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: #6cc065;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoMapit:hover {
  background-color: #d30000;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoFacebook:hover {
  background-color: #d30000;
}
.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: #6cc065;
}
.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: 425px;
  }
}
@media (min-width: 1200px) {
  #first-slider .carousel .item {
    min-height: 550px;
  }
}
.carousel-inner .item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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: 'Fugaz One', cursive;
  font-size: 180%;
  color: #eee8aa;
  position: relative;
  width: 550px;
  height: auto;
  line-height: 110%;
  top: 50px;
  text-align: center;
  float: right;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 15px;
}
#first-slider h3 .smaller {
  font-size: 90%;
  line-height: 1.1 !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #fff;
}
#first-slider h3 .boldNorm {
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  #first-slider h3 {
    top: 40px;
  }
}
@media (min-width: 992px) {
  #first-slider h3 {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  #first-slider h3 {
    font-size: 220%;
  }
}
.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: -250px 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: -150px 0px;
  }
}
#first-slider .slide3 {
  background-image: url(../img/hero-003.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#first-slider .slide4 {
  background-image: url(../img/hero-004.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 560px) {
  #first-slider .slide4 {
    background-position: -150px 0px;
  }
}
.col-nav {
  background-color: #5e3026;
}
.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: #6cc065;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #6cc065;
}
.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: left;
    display: table-cell;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  padding: 25px 40px;
  font-family: 'Barlow Condensed', 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 40px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 150%!important;
    padding: 28px 40px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 185%!important;
    padding: 30px 40px;
  }
}
@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-featured {
  background-color: #6cc065;
  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 {
  margin-bottom: -100px;
}
.content-main .row {
  padding: 40px 0px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #d30000;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hovereffect .overlay {
    padding: 0px 20px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hovereffect .overlay {
    padding: 20px 20px 50px;
  }
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 5px);
  -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.3;
  filter: alpha(opacity=30);
  -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: 768px) and (max-width: 991px) {
  .hovereffect a,
  .hovereffect h2 {
    margin-top: 0;
  }
}
.hovereffect a,
.hovereffect:hover h2 {
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-family: 'Fugaz One', cursive;
  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: uppercase;
  font-size: 20px;
  font-family: 'Barlow Condensed', 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: 'Fugaz One', cursive;
  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: center;
}
@media (max-width: 767px) {
  .feature-box {
    margin-bottom: 20px;
  }
}
.col-content {
  padding: 80px 0px 70px 0px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .col-content {
    background-image: url(../img/content-bg-top.jpg), url(../img/content-bg-bottom.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 130% top, bottom left;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .col-content {
    background-image: url(../img/content-bg-top.jpg), url(../img/content-bg-bottom.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 125% top, bottom left;
  }
}
@media (min-width: 1500px) {
  .col-content {
    background-image: url(../img/content-bg-top.jpg), url(../img/content-bg-bottom.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
  }
}
.col-content h1,
.col-content h2,
.col-content h3 {
  color: #d30000;
  font-family: 'Fugaz One', cursive;
  font-weight: 800;
}
.col-content h1 small,
.col-content h2 small,
.col-content h3 small {
  font-size: 60%;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #8db600;
}
.col-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: .9;
}
.col-content h2 {
  font-size: 30px;
}
.col-content h3 {
  font-size: 24px;
}
.col-content h4 {
  font-size: 22px;
  margin-bottom: 0;
  font-family: 'Barlow Condensed', sans-serif;
  color: #d30000;
  font-weight: 600;
  font-style: italic;
  letter-spacing: .75px;
}
.col-content p,
.col-content ul li {
  color: #847e7b;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
.col-content li a {
  color: #6cc065;
}
.col-content p {
  margin-bottom: 26px;
}
.col-content p a:link,
.col-content p a:hover,
.col-content p a:visited,
.col-content p a:active {
  color: #6cc065;
}
.col-content ul {
  margin-bottom: 0;
  list-style-image: url(../img/bullet.png);
}
.col-content .alert-success {
  padding: 10px 30px 30px 30px;
  border-radius: 5px;
  background-color: #d8ebfe;
  border: 0px solid #d30000;
  border-left-width: 5px;
  border-radius: 3px;
}
.col-content .center-text {
  text-align: center;
}
.col-content .gap {
  padding: 32px 0px;
}
.col-content .container {
  padding: 15px 25px;
}
@media (min-width: 768px) {
  .col-content .container {
    padding: 0px 30px;
  }
}
@media (min-width: 992px) {
  .col-content .container {
    padding: 0px 40px;
  }
}
.col-content .gallery img {
  margin: 0 5px 10px 5px;
  width: 145px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .col-content .gallery img {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-content .gallery img {
    width: 135px;
  }
}
.col-content .thumbnail {
  float: left;
}
.col-content ul li .small {
  font-size: 11px;
}
.col-content .well {
  padding-bottom: 250px;
}
@media (min-width: 992px) {
  .col-content .well {
    min-height: 834px;
  }
}
.col-content .fall-event {
  background-image: url(../img/apple-tyme-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.col-content .christmas-event {
  background-image: url(../img/christmas-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.col-content tbody > tr > td img {
  padding: 5px;
  max-width: 224px;
}
.col-content .harvest-pad {
  padding-top: 30px;
}
.card {
  padding: 20px 10px;
}
hr {
  border: 0;
  height: 45px;
  background-image: url(../img/hr.png);
  background-repeat: repeat-x;
  text-align: center;
  margin-bottom: 35px;
}
.col-social2 {
  background-image: url(../img/social-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 470px;
  position: relative;
}
@media (max-width: 768px) {
  .col-social2 {
    background-position: -300px 0px;
    background-size: cover;
  }
}
.col-social2 .testimonial {
  padding: 10px 20px 30px 20px;
  background-color: rgba(140, 186, 222, 0.75);
  border-radius: 20px;
  margin: 0px 30px;
}
.col-social2 .testimonial h1 {
  font-family: 'Fugaz One', cursive;
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  padding-bottom: 5px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-social2 .testimonial h1 {
    text-align: left;
  }
}
.col-social2 .testimonial p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
.col-social2 .testimonial p a:link,
.col-social2 .testimonial p a:visited,
.col-social2 .testimonial p a:active {
  color: #fff;
}
.col-testimonial {
  background-image: url(../img/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.col-testimonial .fb {
  color: #fff;
}
#testimonial4 {
  overflow: hidden;
  min-height: 340px;
  position: relative;
}
#testimonial4 .carousel-inner {
  width: 95%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
  overflow: hidden;
}
.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #8db600;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right {
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}
.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 20px auto;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
}
.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}
.testimonial4_slide p {
  color: #fff;
  font-size: 22px;
  margin: 0px 0 20px 0;
  font-family: 'Satisfy', cursive;
  letter-spacing: 1px;
}
.testimonial4_header h4 {
  font-family: 'Fugaz One', cursive;
  text-transform: none;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .testimonial4_control_button .carousel-control {
    display: none;
  }
  .testimonial4_header {
    width: 95%;
  }
  .testimonial4_header h4 {
    font-size: 20px;
  }
  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial4_control_button .carousel-control.left {
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right {
    right: 2%;
  }
  .testimonial4_header {
    width: 95%;
  }
  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial4_control_button .carousel-control.left {
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right {
    right: 5%;
  }
}
@-webkit-keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
footer {
  padding: 52px 0px;
  color: #fff;
  background: -webkit-linear-gradient(#49a042, #6cc065);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#49a042, #6cc065);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#49a042, #6cc065);
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, left bottom, from(#49a042), to(#6cc065));
  background: linear-gradient(#49a042, #6cc065);
  /* Standard syntax */
}
footer .copyright {
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 1.5;
}
footer .copyright a:link {
  color: #fff;
}
footer .copyright a:hover {
  color: #5e3026;
}
footer .copyright a:visited {
  color: #fff;
}
@media (min-width: 992px) {
  footer .copyright {
    text-align: left;
    padding-top: 0;
  }
}
footer .footer-nav {
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 1.8;
}
footer .footer-nav a:link {
  color: #fff;
  padding: 0 8px;
}
footer .footer-nav a:hover {
  color: #5e3026;
}
footer .footer-nav a:visited {
  color: #fff;
}
@media (min-width: 992px) {
  footer .footer-nav {
    text-align: right;
    padding-top: 0;
  }
}
.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: 40%;
  }
}
@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;
}
.btn-primary {
  background-color: #d30000;
  border-color: #d30000;
}
.btn-primary:hover {
  background-color: #6cc065;
  border-color: #6cc065;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primaryvisited {
  background-color: #d30000;
  border-color: #d30000;
}
