/*@media only screen and (min-width: 321px) and (max-width: 420px) {
  #header .mobile_content .tb_wrap .mobile-logo{
    margin: 10px auto !important;
  }
}

@media only screen and (max-width: 320px) {
  #header .mobile_content .tb_wrap .mobile-logo{
    margin: 3px auto !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) and (orientation : landscape) {
  #header .mobile_content .tb_wrap .mobile-logo {
      margin: 18px auto !important;
  }
}*/

@media only screen and (max-width: 767px){

	#header .mobile_content .tb_wrap .mobile-logo{
		margin-top:25px !important;
	}	

  #site_logo img {
    margin-top: -55px !important;

  }

  div.mobile-logo-container div.tb_wrap {
      display: list-item;
  }

}