form ol {list-style-type: none;}
footer input, footer textarea {
    color: #111;
  
  }
body, .htmlarea-content-body {
       background:  transparent url("../../../i/HG.jpg") fixed !important;
       background-size: cover !important;
       background-color: #ffe3aa !important;
  
}
a, .section-primary a:not(.btn)
{
  color: #0d4a4d;
}

.section-primary a:not(.btn):focus,
.section-primary a:not(.btn):hover,
a:hover {
  color: #003133;
  }
.nav-link{
  font-size: 1.3rem !important;
}
.section{
       background-color: transparent;
       color: #553900;
}
.section-primary {
    color: #553900;
}
.navbar.navbar-top {
    margin-bottom: 0px;
}
footer label {
   
    width: 120px;
}

.footer-section a:hover, .footer-section a:focus {
  color: #FDDC01;
}

.navbar-default {
    background-color: #d4b26a;
    border-color: #aa8539;
  font-size: 150%;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #111;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Share", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #AA0601;
}

.footer-section a {
    color: #AA0601;
}


.carousel .item h1, .carousel .item h2, .carousel .item h3, .carousel .item h4, .carousel .item h5, .carousel .item h6{

text-shadow: 0px 0px 13px rgba(3, 96, 100, 1);
}
.navbar-default-transition .navbar-nav > .open > a, .navbar-inverse-transition .navbar-nav > .open > a, .navbar-default-transition .navbar-nav > .active > a, .navbar-inverse-transition .navbar-nav > .active > a, .navbar-default-transition .navbar-nav > li > a, .navbar-inverse-transition .navbar-nav > li > a, .navbar-default-transition .navbar-nav > .open > a:hover, .navbar-inverse-transition .navbar-nav > .open > a:hover, .navbar-default-transition .navbar-nav > .active > a:hover, .navbar-inverse-transition .navbar-nav > .active > a:hover, .navbar-default-transition .navbar-nav > li > a:hover, .navbar-inverse-transition .navbar-nav > li > a:hover, .navbar-default-transition .navbar-nav > .open > a:focus, .navbar-inverse-transition .navbar-nav > .open > a:focus, .navbar-default-transition .navbar-nav > .active > a:focus, .navbar-inverse-transition .navbar-nav > .active > a:focus, .navbar-default-transition .navbar-nav > li > a:focus, .navbar-inverse-transition .navbar-nav > li > a:focus
{
  text-shadow: 0px 0px 13px rgba(3, 96, 100, 1);
}

@media (max-width: 991px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FDDC01;
}
}
.footer-section {
    border-top: none;
    color: #ffffff;
    background-color: #d4b26a;
   
}
.meta-section
{
   border-top: none;
  background-color: transparent;
   
}
.navbar-default .navbar-nav > li > a {
    color: #AA0601;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #AA0601 !important;
    background:  transparent url("../../../i/stern_kl.png") 100% 40% no-repeat !important;
  border:none !important;
    
}
.navbar-main > li > a .bar {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: transparent;
    opacity: 0;
    -webkit-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    -o-transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
    transition: top 0.19s ease-in-out 0s, opacity 0.25s ease-in-out;
}

.panel-title a { display:block; padding: 10px 15px; }
.panel-heading { padding: 0px 0px; }





iframe {
  max-width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}