.box-c-login.moblie {
  display: none;
}

.navbar.navbar-static-top.header {
  position: fixed;
  width: 100%;
  top: 0px;
}

body .header {
  background-image: none;
  background-color: #5a3914;
  height: 54px;
  box-shadow: 1px 2px 15px #444;
}

.font_hrader {
  font-size: 1.5em;
  color: white;
  font-weight: bold;
  padding-top: 10px;
}

.navbar.footer {
  background-image: none;
  background-color: #5a3914;
  margin-top: 50px;
  color: #fadaab;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0;
}
.bg-color-fix{
  background: white;
    border-radius: 6px;
    padding: 10px;
}
#nav-member-menu>li.active>a, #nav-member-menu>li.active>a:focus, #nav-member-menu>li.active>a:hover{
    cursor: default;
    background-color: #8cc1ef;
    border-radius: 7px;
}
#nav-member-menu>li>a:focus, #nav-member-menu>li>a:hover {
  text-decoration: none; 
  background-color:#aad0f1; 
  border-radius: 7px;
}
.margin-head{
  margin-top: 10px;
  margin-bottom: 10px;
}
.border-radius-header{
  border-radius: 10px;
}
.pd-15{
  padding: 15px;
}
.margin-button{
  margin-top: 1px;
}



@media (min-width: 1200px){
  .navbar.footer {
    margin-top: 12%;
    background-color: rgb(118, 71, 28);
    color: rgb(250, 218, 171);
    text-align: center;
    padding-bottom: 55px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) and (min-width: 320px){
  .navbar.footer {
    margin-top: 23%;
    padding-bottom: 55px;
  }


}