

 body{
  margin:0;
  font-family: Meiryo, sans-serif;
}


div#bsDrawer{
  background:#fff;
  overflow-y: auto  !important;
  overflow-x: hidden !important;
  height: 700px;
}

div#bsDrawer ul{
  margin:0;
  padding:0;
  text-align: left;
}

div#bsDrawer a, div#bsDrawer ul li span{
  color:#5E6368;
  font-weight: normal !important;
}

div#bsDrawer ul li{
  font-size:14px;

    display: block;
    text-decoration: none;
}

a#bsDrawerClose {
 
  font-size: 19px;
  margin: 0;
  padding: 0;
  color: #FFF!important;
  font-weight: bold;
  border-radius: 50%;
  background: #ff6600;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  z-index: 2;
  position: absolute;
  top:0;
  right:0;
}

.drawer-header {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

div#bsDrawer .fixed {
  border-top:1px solid #eee;
   position: fixed;
    margin-top:10px;
    width:300px;
    background: #90c31f;
    position: fixed;
  bottom: 0;
}

div#bsDrawer .fixed .join-free{
  display:block;
  margin:20px auto;
  text-align:center;
  width:90%;
  color:#fff;
}

div#bsDrawer .fixed .join-free li {
    margin: 0;
}

div#bsDrawer .fixed ul li{
  color:#fff;
}

.nav-mobile ul li.last{
  margin-bottom: 250px;
}

a.join-free {
    background: #1a73e8;
    padding: 10px 0;
    margin-right: 10px;
    color: #fff;
  
}

.navbar{
  padding:2px 0 !important;
  margin-top: -2px;
}

div#bsDrawer ul li ul.sub li a{
  color:#777;
} 

.bg-light-custom{
  background: #90c31f;
}

  

.btn-submit {
  background: #ff6523;
  color:#fff;
  border-radius:5px;

}

.message-wrapper , .notify-wrapper{
position: relative;
}

.message-wrapper .count, .notify-wrapper .count{
position: absolute;
top: -6px;
  right: -13px;
background: #ff0000;
color: #fff;
font-size: 13px;
width: 20px;
height: 20px;
border-radius: 50%;
text-align: center;
line-height: 20px;
}

/*burger menu */
.burger-menu{

border: navajowhite;
background: transparent;
color: #fff;
}

.burger-menu .burger-menu-icon{
background: #fff !important;
height: 3px;
width: 30px;
display: block;
color: #fff;
margin: 3px auto;
}

/*end burger*/

/*media*/



@media only screen and (max-width: 768px) {
  
.message-wrapper img, .notify-wrapper img{
  width: 30px !important;
}

.message-wrapper, .notify-wrapper {
  margin: 0 16px !important;
}
}

@media only screen and (max-width: 600px) {

  .navbar-brand{
    margin:0 !important;
    padding:0 !important
   }

   .navbar>.container, .navbar>.container-fluid {
    display: inline-block !important;
  }
  
  .btn-submit {
   
    color: #fff !important;
    border-radius: 3px;
    font-size: 14px;
    text-decoration: none !important;
    padding: 3px 5px!important;
    font-weight: normal;
  }
   

  .message-wrapper .count, .notify-wrapper .count {
    top: 0px;
    font-size: 10px;
    width: 17px;
    height: 17px;
   right: -5px;

}
 
  a#bsDrawerClose{
    padding:0 !important;
  }

  img.logo {
    width: 74px;
    margin-top: -2px;
}

/* .form-inline {
  display: unset !important;
  margin-top: 3px;
} */

div#bsDrawer ul li {
  font-size: 14px;
  padding: 6px 10px;
  border-bottom: 1px solid #e9e06a !important;
  border-radius: 0;
  width: 98%;
  margin: 0 auto;
  color:#5E6368;
}


.side-nav .s-skype{
  font-size:11px !important;
  color:#333 !important;
}

.s-pic {
  width: 80px !important;
}

.message-wrapper, .notify-wrapper {
  margin: 0 6px !important;
}
}

