/* custom css */
/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* google fonts */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  background-attachment: fixed;
  background-image: url(../images/misc/bg_body.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* 
    Bootstrap overrides
*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 5px;
}
h1, .h1 {
  font-size: 2rem;
}
h2, .h2 {
  font-size: 1.6rem;
}
h3, .h3 {
  font-size: 1.4rem;
}
h4, .h4 {
  font-size: 1.2rem;
}
h5, .h5 {
  font-size: .9rem;
}
h6, .h6 {
  font-size: .8rem;
}
.horizontal-padding-gmap {
  padding: 0px 0px 0px 0px;
}
@media (min-width: 576px) {
  body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
  }
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
  .horizontal-padding-gmap {
    padding: 0px 50px 0px 50px;
  }
}
@media (min-width: 1200px) {}
b, strong {
  font-weight: 600;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/*
    end Bootstrap overrides
*/
a {
  color: #6271DD;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover, a:focus {
  text-decoration: none;
  /*color: #2a95be;*/
  color: rgba(0, 192, 128, 1.00);
}
.fa-icons-footer {
  transition: 0.8s;
  color: rgba(0, 105, 92, 1.00);
}
.fa-icons-footer:hover {
  color: rgba(237, 125, 0, 1.00);
}
.navbar-twin-forks {
  font-size: 1.05rem;
  font-weight: 900;
  color: rgba(0, 0, 127, 1.00);
}
.navbar-twin-forks .navbar-brand {
  color: rgba(0, 0, 127, 1.00);
}
.navbar-twin-forks .navbar-brand:hover, .navbar-twin-forks .navbar-brand:focus {
  color: rgba(191, 0, 3, 1.00);
}
.navbar-twin-forks .navbar-nav .nav-link {
  color: rgba(0, 0, 127, 1.00);
}
.navbar-twin-forks .navbar-nav .nav-link:hover, .navbar-twin-forks .navbar-nav .nav-link:focus {
  color: rgba(191, 0, 3, 1.00);
}
.navbar-twin-forks .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 1.00);
}
.navbar-twin-forks .navbar-nav .show > .nav-link, .navbar-twin-forks .navbar-nav .active > .nav-link, .navbar-twin-forks .navbar-nav .nav-link.show, .navbar-twin-forks .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 1.00);
}
.navbar-twin-forks .navbar-toggler {
  font-size: 1.05rem;
  font-weight: 800;
  color: rgba(0, 0, 86, 1.00);
  border-color: rgba(1, 0, 124, 0.10);
}
@media (min-width: 1px) {
  .navbar-twin-forks {
    font-size: 1.05rem;
  }
  .navbar-twin-forks .navbar-toggler {
    font-size: 1.05rem;
  }
}
@media (min-width: 900px) {
  .navbar-twin-forks {
    font-size: 1.25rem;
  }
  .navbar-twin-forks .navbar-toggler {
    font-size: 1.25rem;
  }
}
.navbar-twin-forks .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  color: rgba(0, 0, 86, 1.00);
  border-color: rgba(1, 0, 124, 0.10);
}
.navbar-twin-forks .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-twin-forks .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-twin-forks .navbar-text a:hover, .navbar-twin-forks .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0%;
  text-align: center;
  top: 0;
}
.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.bg-twin-forks {
  background-color: rgba(255, 255, 255, 0.90);
}
a.bg-twin-forks:hover, a.bg-twin-forks:focus, button.bg-twin-forks:hover, button.bg-twin-forks:focus {
  background-color: rgba(13, 35, 71, 1.00);
}
.bg-home-page {
  background: url(../images/misc/bg_home_page.jpg) no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.font-16px {
  font-size: 17px;
}
.font-18px {
  font-size: 18px;
}
.font-24px {
  font-size: 24px;
}
.font-30px {
  font-size: 30px;
}
.color-black {
  color: black;
}
.color-red {
  color: rgba(175, 0, 0, 1.00);
}
.color-white {
  color: white;
}
.color-green {
  color: #006402;
}
.color-blue {
  color: blue;
}
.color-navy {
  color: rgba(13, 29, 55, 1.00);
}
.color-yellow {
  color: gold;
}
.color-coral {
  color: #d7b56d;
}
.color-brown {
  color: rgba(100, 37, 0, 1.00);
}
.color-teal-darken-3 {
  color: #00695c;
}
.color-teal-light {
  color: #1d924d;
}
.column-title {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #DC8900;
  margin: 5px 0px 5px 0px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(132, 82, 0, 1.00);
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(132, 82, 0, 1.00);
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: rgba(9, 71, 0, 1.00);
}
.no-padding {
  padding: 0px 0px 0px 0px;
}
.bg-invisible {
  background-color: rgba(255, 255, 255, 0.00);
}
.border-invisible {
  border-color: rgba(255, 255, 255, 0.00);
}
#twin-forks-header-logo {
  background-color: rgba(255, 255, 255, 0.00);
  /*padding: 20px 20px 20px 20px;
    margin: 20px 0px 20px 0px;*/
  background-attachment: fixed;
  background-image: url(../images/misc/header_bg_001.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 1px) {
  #twin-forks-header-logo {
    min-height: 160px;
  }
}
@media (min-width: 768px) {
  #twin-forks-header-logo {
    min-height: 240px;
  }
}
#twin-forks-navbar {
  padding: 0px 0px 0px 0px;
}
#twin-forks-body {
  background-color: rgba(255, 255, 255, 0.00);
  margin: 20px 0px 20px 0px;
}
.body-bg {
  background-color: rgba(255, 255, 255, 0.80);
  padding: 20px 20px 20px 20px;
}
#twin-forks-carousel {
  background-color: rgba(255, 255, 255, 0.00);
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 20px 0px;
}
#twin-forks-footer {
  background-color: rgba(255, 255, 255, 0.80);
  padding: 20px 20px 20px 20px;
  margin: 20px 0px 20px 0px;
}
.gmap-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.gmap-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.responsive-container {
  position: relative;
  padding-bottom: 45%;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.responsive-container, .responsive-container iframe {
  max-width: 960px;
  max-height: 540px;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-responsive-hover {
  display: block;
  max-width: 100%;
  height: auto;
  transition: 0.8s;
  opacity: 1.0;
}
.img-responsive-hover:hover {
  transition: 0.8s;
  opacity: 0.7;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
@media (min-width: 1px) {
  .img-left-then-centered {
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 0px 0px 0px 0px;
  }
  .img-right-then-centered {
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 0px 0px 0px 0px;
  }
}
@media (min-width: 768px) {
  .img-left-then-centered {
    float: left;
    display: block;
    padding: 0px 3px 0px 0px;
  }
  .img-right-then-centered {
    float: right;
    display: block;
    padding: 0px 0px 0px 3px;
  }
}
.rotate-icon {}
.rotate-icon:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 450ms ease-in 0s;
  -o-transition: all 450ms ease-in 0s;
  transition: all 450ms ease-in 0s;
}