@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: 'Arbutus Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Arbutus Slab Regular'), local('ArbutusSlab-Regular'), url(https://fonts.gstatic.com/s/arbutusslab/v7/oY1Z8e7OuLXkJGbXtr5ba7ZlbKUZ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: local('Courgette Regular'), local('Courgette-Regular'), url(https://fonts.gstatic.com/s/courgette/v6/wEO_EBrAnc9BLjLQAUk1VvoP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc9.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;
}
.col-header {
  padding: 0px 0px;
  text-align: center;
}
.col-header .col-logo {
  padding: 0;
}
@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;
    padding: 20px 0px;
  }
}
@media (min-width: 992px) {
  .col-header .col-logo {
    text-align: left;
  }
}
.col-header .col-tagline {
  padding-top: 50px;
}
.col-header .col-social {
  padding: 10px 15px 22px;
}
@media (min-width: 576px) {
  .col-header .col-social {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .col-header .col-social {
    text-align: center;
    padding: 5px 15px 22px;
  }
}
@media (min-width: 992px) {
  .col-header .col-social {
    text-align: right;
    padding: 32px 15px 22px;
  }
}
@media (min-width: 1200px) {
  .col-header .col-social {
    text-align: right;
    padding: 32px 15px 22px;
  }
}
.col-header .col-phone {
  color: #28515c;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding: 05px 0 20px 0;
}
.col-header .col-phone a:link {
  color: #28515c;
  text-decoration: none;
}
.col-header .col-phone a:visited {
  color: #28515c;
}
.col-header .col-phone a:hover {
  color: #28515c;
}
@media (min-width: 768px) {
  .col-header .col-phone {
    text-align: right;
  }
  .col-header .col-phone a:link {
    color: #fff;
    text-decoration: none;
    padding-right: 8px;
  }
  .col-header .col-phone a:visited {
    color: #fff;
  }
  .col-header .col-phone a:hover {
    color: #fff;
  }
}
.col-header .col-phone2 {
  color: #28515c;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  padding: 05px 0 20px 0;
}
.col-header .col-phone2 a:link {
  color: #28515c;
  text-decoration: none;
}
.col-header .col-phone2 a:visited {
  color: #28515c;
}
.col-header .col-phone2 a:hover {
  color: #28515c;
}
@media (min-width: 768px) {
  .col-header .col-phone2 {
    text-align: right;
  }
  .col-header .col-phone2 a:link {
    padding-right: 8px;
  }
}
.main-header {
  min-height: 129px;
  position: absolute;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 134px;
}
@media (max-width: 767px) {
  .main-header {
    min-height: 178px;
    position: relative;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    left: auto;
    top: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header {
    top: 100px;
  }
}
/* Social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  float: right;
}
@media (max-width: 575.98px) {
  ul.social-network {
    float: none;
  }
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color: #7ab20c;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoMapit:hover {
  background-color: #7ab20c;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoLinkedin:hover {
  background-color: #7ab20c;
}
.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;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}
.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: #e6c988;
}
.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;
}
.insurance {
  color: #28515c;
  background-color: #e5efcc;
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 992px) {
  .insurance {
    font-size: 20px;
    padding: 20px;
    right: 0;
  }
}
.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: -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: 'Courgette', cursive;
  font-size: 200%;
  line-height: 1.4;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: relative;
  top: -10px;
}
@media (min-width: 768px) {
  #first-slider h3 {
    top: 40px;
    margin-left: 120px;
  }
}
@media (min-width: 992px) {
  #first-slider h3 {
    font-size: 240%;
    top: 25px;
    margin-left: 220px;
  }
}
@media (min-width: 1200px) {
  #first-slider h3 {
    font-size: 280%;
    top: 35px;
    margin-left: 300px;
  }
}
#first-slider .carousel-control {
  width: 30%;
}
#first-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0);
  border: solid 2px #fff;
}
#first-slider .carousel-indicators .active {
  width: 16px;
  height: 16px;
  background-color: #28515c;
  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;
  background-position: center top;
}
#first-slider .slide2 {
  background-image: url(../img/hero-002.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#first-slider .slide3 {
  background-image: url(../img/hero-003.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#first-slider .slide4 {
  background-image: url(../img/hero-004.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#first-slider .slide5 {
  background-image: url(../img/hero-005.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.affix {
  top: 0;
  width: 100%;
}
.affix + .container-fluid {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
.navbar-default {
  background-color: #28515c;
  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: #7ab20c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #7ab20c;
}
.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: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 200;
  font-size: 170%;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 110%;
    padding: 25px 13px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 130%;
    padding: 25px 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 130%;
    padding: 25px 30px;
  }
}
@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: 10px 0 0 10px;
  }
  .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 10px 10px 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-color: #5c3026;
  position: relative;
}
.col-contact .container {
  padding: 32px 0px;
  background-image: url(../img/featured-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-contact .container {
    background-size: 90% 100%;
  }
}
.col-contact .contact {
  padding: 20px 0px 30px 0px;
}
.col-contact .contact h1 {
  font-family: 'Open Sans', sans-serif;
  color: #e6c988;
  font-weight: 600;
  font-size: 26px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .col-contact .contact h1 {
    font-size: 24px;
  }
}
.col-contact .contact p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 26px;
}
.col-contact .contact .physicallocation {
  padding-left: 30px;
}
.col-contact .contact .mailing {
  padding-left: 30px;
}
.col-contact .contact .contactus {
  padding-left: 30px;
}
.col-contact .feature {
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 200;
  font-size: 20px;
  padding-bottom: 35px;
  letter-spacing: 0.5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-contact .feature {
    font-size: 18px;
  }
}
.col-forms {
  padding-top: 35px;
  padding-bottom: 45px;
  background-color: #e6c988;
  color: #454547;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}
.col-forms a:link {
  color: #5c3026;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.col-forms a:visited {
  color: #7ab20c;
}
.col-forms a:hover {
  color: #7ab20c;
  text-decoration: none;
}
.col-forms h2 {
  color: #28515c;
  font-family: 'Arbutus Slab', serif;
  font-size: 30px;
}
.col-forms h2 small {
  color: #28515c;
}
.col-forms .fa {
  color: inherit;
}
.col-forms .form-border {
  border-bottom: 1px solid #5c3026;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .col-forms .form-border {
    border-right: 1px solid #5c3026;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .col-forms .extra-padding {
    padding: 0 35px;
  }
}
.col-forms ul {
  padding-left: 12px;
}
.col-forms ul li {
  font-size: 14px;
}
.col-forms ul li span {
  font-size: 16.5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-forms {
    font-size: 14px;
    letter-spacing: -0.25px;
  }
}
.col-content {
  padding: 45px 0px 45px 0px;
}
.col-content h1,
.col-content h2,
.col-content h3,
.col-content h4,
.col-content h5 {
  color: #28515c;
  font-family: 'Arbutus Slab', 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: 400;
  font-family: 'Open Sans', sans-serif;
  color: #28515c;
}
.col-content h1 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 0.9;
}
.col-content h2 {
  font-size: 30px;
}
.col-content h3 {
  font-size: 25px;
}
.col-content h4 {
  font-size: 20px;
}
.col-content p,
.col-content ul li {
  color: #454547;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
.col-content p a:link,
.col-content ul li a:link {
  color: #7ab20c;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.col-content p a:visited,
.col-content ul li a:visited {
  color: #7ab20c;
}
.col-content p a:hover,
.col-content ul li a:hover {
  color: #5c3026;
  text-decoration: none;
}
.col-content p {
  margin-bottom: 26px;
}
.col-content ul {
  margin-bottom: 0;
}
.col-content .center-text {
  text-align: center;
}
.col-content .gap {
  padding: 32px 0px;
}
.col-content .container {
  padding: 0px 30px;
}
@media (min-width: 768px) {
  .col-content .container {
    padding: 0px 60px;
  }
}
@media (min-width: 992px) {
  .col-content .container {
    padding: 0px 80px;
  }
}
.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-liteblue {
  background-color: #e0eef2;
  padding: 50px 0px 70px 0px;
}
@media (min-width: 992px) {
  .col-content-liteblue .fb-feed {
    margin-top: 20px;
    padding-left: 30px;
  }
}
.card {
  padding: 20px 10px;
}
hr {
  background: url(../img/hr.png) no-repeat top center;
  height: 12px;
  border: none !important;
  margin: 40px 0px;
}
footer {
  padding: 52px 0px;
  background-color: #28515c;
  color: #fff;
}
footer p {
  color: #fff;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
}
footer p a:link {
  color: #7ab20c;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
footer p a:hover {
  color: #fff;
}
footer p a:visited {
  color: #7ab20c;
}
footer .footer-nav {
  padding-bottom: 20px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
footer .footer-nav a:link {
  color: #fff;
  padding: 0 8px;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
footer .footer-nav a:hover {
  color: #7ab20c;
}
footer .footer-nav a:visited {
  color: #fff;
}
.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: 60%;
  }
}
.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;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nobtmpad768 {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .nobtmpad767 {
    padding-bottom: 0px !important;
  }
}
.nomargin {
  margin: 0 !important;
}
.row {
  margin: 0;
}
.btn-primary {
  background-color: #7ab20c;
  border-color: #7ab20c;
}
.btn-primary:hover {
  background-color: #28515c;
  border-color: #28515c;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primaryvisited {
  background-color: #7ab20c;
  border-color: #7ab20c;
}

/*# sourceMappingURL=custom.css.map */