#footer .footer-ribbon {
    margin: -20px 0px 0px;
}
#footer p {
    color: rgba(189,189,189,1.00)
}
#footer a:not(.btn):not(.no-footer-css) {
    color: #a9b900;
}
.overflow-hidden {
    overflow: hidden !important;
    padding: 3px 0px 3px 0px;
}
.text-12 {
    font-size: 29px !important;
}
hr.solid {
    background: rgb(169 185 0);
}
#header .header-top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    min-height: 15px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #a9b900;
}
.sprung {visibility: hidden; height: 0px !important; position: absolute; margin: -110px;}

.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%;
}

@media (min-width: 992px){
#header .header-nav-bar.header-nav-bar-top-border {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
    background-color: #a9b900;
        color: rgba(255,255,255,1.00)
}
    }
@media (max-width: 575px){
body {
    font-size: 16px;
}
    }

