nav { display: none !important; }
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background: #F2F2F2;*/
    margin: 0 !important;
    padding: 0 !important;
}

.content{
    padding-left: 0px;
    margin-top: 0px;
}

#tgs-user-profile{
    display: inline;
}

#edit-openid-identifier{
    font-size: 14px;
    padding: 5px 5px 5px 25px;
}

/** end login dialog **/

a:hover, a:focus { text-decoration: none !important; }
.bwt-item { width: 24px; height: 16px; display: inline-block; vertical-align: top; position: absolute; }

#header { display: none; }
#home-main-content {
    text-align: center;
}
#first-title {
    font-size: 40px;
    font-weight: 600;
    color: #1D2E42;
    padding-top: 0.5em;
    line-height: 1em;
}

#image-main-div { text-align: center; }
.image-menu {
	background: url("") no-repeat scroll 0 0 / auto 100%  rgba(0, 0, 0, 0);
    width: 219px;
    height: 219px;
    margin: auto;
}
#image-title {
  display: block;
  width: 480px;
  height: 200px;
  margin: auto;
  background-size: 480px 200px;
  background-image: url("../../../../sites/default/files/icon_login_logo@2x.png");
  margin-bottom: 20px;
}

@media
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
      #first-title { padding-bottom: 40px; }
}
.image-label { font-size: 24px; color: #333333; }

@media screen and (max-width: 767px) {
    #tgs-user-profile{
        display: none;
    }
}

@media screen and (max-width: 660px) {
    #home-search-box{
        width: 70%;
    }
}

@media screen and (max-width: 425px) {
    #second-title-th { font-size: 26px; }
}

@media screen and (max-width: 383px) {
    #first-title { font-size: 69px; }
    #second-title-th { font-size: 26px; }
    #second-title-en { font-size: 29px; }
}

@media screen and (max-width: 360px) {
    #first-title { font-size: 58px; }
    #second-title-th { font-size: 25px; }
    #second-title-en { font-size: 27px; }
}

@media screen and (max-width: 333px) {
    #first-title { font-size: 58px; }
    #second-title-th { font-size: 23px; }
    #second-title-en { font-size: 25px; }
    #home-search-box, #home-search button{ font-size: 13px; }
}

footer.home-footer {
  background: none;
  color: #000;
  border: none;
  margin: 0;
  padding: 0;
}
