/*==========Mobile Navigation==========*/
#mobile0 {width: 95%; margin: 0 auto; }
#mobile1 {float: left;
  margin-right: 10px;
  width: 50%;
  text-align:center;
  padding: 5px 20px;
  font-weight: bold; 
  font-size: 16px;
  color:#fff;
  background: #0392ce;
	line-height: 40px;
  height: 50px;
}
#mobile1 a {color: #fff;}
#mobile1 a:hover {color: #243d81;}
#mobile2 {float:left; 
  height: 50px;
  background: #fff; 
  border: 1px solid rgba(201,201,201,0.7);
  width: 46%;
  text-align:center;
  padding: 5px 20px; 
  color:#0392ce; 
  font-weight: 600; 
  font-size: 16px; 
  line-height: 18px;
}
#mobile2 a {color: rgb(141,141,141)}
#mobile2 a:hover {color: #243d81;}


@media screen and (max-width: 360px) {
  #mobile2 {font-size: 14px;}
  }

#menu-main-menu li {margin-right: 25px;}


@media screen and (min-width: 280px) and (max-width: 319px) {
  #mobile1 {font-size: 12px;}
  #mobile2 {font-size: 12px;}
}