@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   Header Section
   ========================================================================== */
.header_section{
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    /*! padding: 10px 0; */
}
.navbar-header-1 {padding-top: 6px;
    text-align: center;}
.navbar-header-2 {float:right; padding-top: 6px;}
.navbar-fixed.header_section{
    height: 69px;
    background: #7a8634;
    content: '';
    padding: 0;
    box-shadow: -1px 6px 23px -5px rgba(0,0,0,0.6);
    -webkit-box-shadow: -1px 6px 23px -5px rgba(0,0,0,0.6);
    -moz-box-shadow: -1px 6px 23px -5px rgba(0,0,0,0.6);
}


.navbar-fixed
.navbar-fixed .logo-dark,
.navbar-fixed.header_section,
.header_section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    /*! position: relative; */
    /*! padding: 2.5%; */
}
.navbar-header {
    padding: 17px 0;
}


.navbar-header-2 .brand img{width: 174px;float: right;margin-top: 1px;}
.navbar-header-1 .brand img{width: 174px;float: left;margin-top: 1px;}

.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed .navbar-header .nav-btn .icon-bar{
    background-color: #fff;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

@media (max-width: 450px) 
{.navbar-header-1 .brand img {
    float: none;
    display: block;
    margin: auto;
    padding-top: 2%;
    }
   
  .navbar-header-2 {
    display: none;
  }
