#header_mobile,
.content_mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body,
  html {
    height: 100%;
  }
  div.body {
    min-height: 100%;
  }
/*  img {
    max-width: 100%;
  }*/
  .mobile_hidden,
  .above-content {
    display: none !important;
  }
  table.content {
    max-width: 700px;
    margin: -45px auto 0;
  }
  td.content-default {
    width: 650px;
    padding: 45px 25px 25px;
  }
  div.body {
    min-width: 762px;
    overflow: hidden;
    z-index: 10000000000;
  }
  #header_mobile {
    display: block;
    max-width: 700px;
    margin: auto;
    position: relative;
    padding: 5px 0 75px;
    z-index: 50;
  }
  #header_mobile .logo {
    margin-left: -125px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    width: auto;
  }
  .icons_mobile {
	  height:20px;
	  text-align:center;
  }
  .open_menu {
    display: block;
    height: 61px;
    width: 193px;
    position: absolute;
    bottom: 0;
    left: -7px;
    background: url("/skins/sosp2011/images/bg_open_menu.png");
  }
  .another {
    display: block;
    height: 61px;
    width: 58px;
    position: absolute;
    bottom: 0;
    left: 200px;
    background: url("/skins/sosp2011/images/bg_another.png");
  }
  .menu_button_mobile {
	text-align: center;
	font-family: Myriad Pro;
	font-size: 28px;
	font-weight: 700;
	text-decoration: none !important;
	color: #fff !important;
	line-height: 74px;
  }

  .mobile_search {
    position: absolute;
    bottom: 3px;
    right: -5px;
    width: 290px;
  }
  table.searchbar {
    width: 100%;
    height: 50px;
    margin: 0;
    border-radius: 5px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
  }
  input.searchbar {
    font-size: 18px;
  }
  .icons span {
    display: none;
  }
  table.menu {
    height: 20px;
  }
  td.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 20000000;
    width: auto;
    padding: 100px 0 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  td.menu.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .close_menu {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0 0 0 -20px;
  }
  .close_menu:before,
  .close_menu:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 50px;
    background: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -2px 0 0 -25px;
  }
  .close_menu:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  ul.dropdown {
    float: none;
    height: 100%;
    overflow: auto;
  }
  ul.dropdown li {
    float: none;
    margin: auto;
    height: auto;
    width: auto;
    background: none;
  }
  ul.dropdown li.hover,
  ul.dropdown li:hover {
    background: none;
  }
  ul.dropdown a {
    padding-top: 0;
    width: auto;
    height: auto;
    font-size: 36px;
    line-height: 1;
    padding: 5px 0;
  }
  ul.dropdown ul {
    position: static;
    visibility: visible;
    padding: 10px 0;
  }
  ul.dropdown ul li {
    height: auto;
    width: auto;
    text-align: center;
    background: none;
  }
  ul.dropdown ul a {
    height: auto;
    width: auto;
    font-size: 30px;
    padding: 10px 0;
  }
  td.center980,
  td.stamp-top {
    width: 700px;
  }
  #gbooking-button {
    position: absolute !important;
    top: -18px;
    left: 50%;
    margin: 0 0 0 180px;
  }
  div.shadow-top,
  table.footer {
    width: 700px;
    display: block;
    margin: auto;
  }
  td.footer {
    padding-bottom: 30px;
  }
  .footer-inner tr,
  .footer-inner .stamp,
  .footer-inner .footer-content,
  .footer-inner .footer-spacer,
  .footer-inner .footer-atomsite,
  .footer-inner .footer-endspacer {
    display: block;
    width: auto;
  }
  .footer-content {
    padding-left: 40px;
    padding-right: 30px;
  }
  .footer-content .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
  td.footer-atomsite {
    padding: 0 30px 30px;
    text-align: center !important;
  }
  td.footer-atomsite table {
    display: block;
    width: 100%;
  }
  .content_mobile {
    display: block;
    max-width: 650px;
    margin: -45px auto 0;
    padding: 65px 25px 25px;
    background: #fff;
  }
  .column {
    overflow: hidden;
  }
  .column_left {
    float: left;
    width: 300px;
  }
  .column_right {
    float: right;
    width: 300px;
  }
  .column + table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  .column + table td:first-child {
    padding-left: 0;
  }
  .column + table td:last-child {
    padding-right: 0;
  }
  #slides2 {
    width: 268px;
    margin: auto;
  }
  .hotmenu2 {margin-right:-25px;}
  .hotmenu2 div {margin:0 25px 25px 0;}

}
