@charset "utf-8";
/* CSS Document */
.top-nav-collapse {
  background-color: rgba(0, 0, 0, 0.90) !important;
}
.navbar:not(.top-nav-collapse) {
  background: rgba(0, 0, 0, 0.90) !important;
}
@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: rgba(0, 0, 0, 0.90) !important;
  }
}
/*h6 {
            line-height: 1.7;
        }*/
.rgba-gradient {
  background: -moz-linear-gradient(45deg, rgba(127, 84, 7, 0.25), rgba(221, 207, 182, 0.25) 100%);
  background: -webkit-linear-gradient(45deg, rgba(127, 84, 7, 0.25), rgba(221, 207, 182, 0.25) 100%);
  background: -webkit-gradient(linear, 45deg, from(rgba(127, 84, 7, 0.25)), to(rgba(221, 207, 182, 0.25)));
  background: -o-linear-gradient(45deg, rgba(127, 84, 7, 0.25), rgba(221, 207, 182, 0.25) 100%);
  background: linear-gradient(to 45deg, rgba(127, 84, 7, 0.25), rgba(221, 207, 182, 0.25) 100%);
}
@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.dotted-bg {
  background-size: initial;
  background-repeat: repeat;
  /*background-image: url("../images/misc/bg_pattern_001.png") !important;*/
  background-color: rgba(255, 255, 255, 1.00);
}
.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 {
  max-width: 100%;
  height: auto;
  transition: 0.8s;
  opacity: 1.0;
}
.img-responsive-hover:hover {
  transition: 0.4s;
  opacity: 0.7;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.img-fadeout-hover {
  max-width: 100%;
  height: auto;
  transition: 0.8s;
  opacity: 1.0;
}
.img-fadeout-hover:hover {
  transition: 0.4s;
  opacity: 0.7;
}

