#demo_top {min-height: 55px; background: url('/images/bg_gray.png') repeat 0 0; background-color: #ee5e66}
#demo_top::after {content: ''; display: block; clear: both}
#demo_top div.demo_center {max-width: 1600px; margin: auto; background: green}
#demo_top * {margin: 0; padding: 0; color: #fff}
#demo_top h1 {float: left; margin: 8px 40px 0 40px}

a#logo_small {display: block; float: left; width: 89px; height: 28px; margin: 10px 0 0 20px; background: url('/images/awart_small.png') no-repeat 0 0}

#site_menu {float: left; width: 40px; margin: 5px 40px 0 20px; font-size: 26px; text-align: center; border-radius: 5px; cursor: pointer}
#site_menu:hover {background-color: rgba(255, 255, 255, 0.3)}
#site_menu ul {position: absolute; display: none; top: 40px; padding: 10px 0 15px 0; background-color: #757575; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); z-index: 20}
#site_menu:hover ul {position: absolute; display: block}
#site_menu ul li {display: block; padding: 2px 20px 2px 25px; font-size: 18px; text-align: left; font-style: italic; background-color: #757575}
#site_menu ul li:hover {background-color: #525252}
#site_menu ul li a {border-style: solid; border-width: 0 0 1px 0; border-color: rgba(255, 255, 255, 0.2)}

#dropdown {float: left; position: relative; margin-left: 10%; height: 30px; padding-top: 12px}
#dropdown span {border: 1px dashed #fff; border-width: 0 0 1px 0; cursor: pointer}
#dropdown div {position: absolute; display: none; top: 40px; padding: 10px 10px 15px 10px; background-color: #fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); z-index: 10}
#dropdown span:hover {border-color: transparent}
#dropdown:hover div {display: block}
#dropdown div span {display: block; color: #e63b48; border-color: #e63b48; white-space: nowrap}

#right {float: right; padding: 12px 20px 15px 30px}
#right div.phone {display: inline-block; margin-right: 40px; font-size: 20px}
#right a.order {display: inline-block}

#demo_frame {display: block; width: 100%; height: calc(100% - 56px); border: none}

@media screen and (max-device-width: 1000px)
{
    #demo_top h1 {font-size: 20px}
    #dropdown {display: none}
}

@media screen and (max-device-width: 500px)
{
    #demo_top h1 {display: none}
}