form ol {list-style-type: none;
padding: 1px;
}
footer input, footer textarea {
    color: #111;
  
  }
body, .htmlarea-content-body {
       background:  #17B426 url("../../../user_upload/i/bg-min_nix.jpg") fixed;
       background-size: cover;}


.section-light, .section-primary {
   
    background-color: transparent;
  }

footer label {
   
    width: 120px;
}
.caption {
  color: #222;
  }
.footer-section a:hover, .footer-section a:focus {
  color: #FFFF05;
}
.footer-section a {
    color:#E0001A;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.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: #FFFF05;
}
.carousel .item h1, .carousel .item h2, .carousel .item h3, .carousel .item h4, .carousel .item h5, .carousel .item h6 {
    text-shadow: 5px 5px 5px rgba(150, 150, 150, 1);
}
a {
    color: #E0001A;
    text-decoration: none;
}
a:hover, a:focus {
    color: #0a6884;
    text-decoration: none;
}

@media (max-width: 991px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFF05;
}
}

@media (min-width: 992px) {
 
  .navbar-main > li > .navbar-text,
  .navbar-main > li > a {
    height: 140px;
    line-height: 40px;
    padding: 40px 20px;
  }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFF05;
    
  border:none;
    
}
.section {
     padding-top: 3em;
    padding-bottom: 3em;
}
}


@media (min-width: 1200px){
.section {
     padding-top: 3em;  
    padding-bottom: 3em;
}
}
.footer-section {
    border-top: none;
    color: #17B426;;
    background-color: #EFCF96;
   
}
.meta-section
{
   border-top: none;
  background-color: transparent;
   
}
.navbar-default .navbar-nav > li > a {
    color: #E0001A;
}

.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;
}



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 {