@media screen and (max-width: 980px){
.header-image {
    display: block;
    width: 30%;
    height: 60px;
    float: left;
    margin-bottom: 15px;
	margin-top: 100px;
	margin-left: -300px;
}

#steps-wrapper{
	width: 30%;
}

.page-title {
	margin-left: -300px;
}

.reserva-status {
    width: 30%;
    height: 60px;
    float: right;
    background: url(../img/sua-reserva.png) right top no-repeat;
    background-size: contain;
    text-align: right;
	margin-top: 100px;
	margin-left: -300px;
}

.main-categories {
    margin-bottom: 10px;
    padding: 0;
    font-size: 33px;
    text-shadow: none;
    background: url(../img/bg-gfx.png) left top no-repeat #000;
    text-align: center;
    color: #fff;
    clear: both;
    text-transform: uppercase;
	margin-left: -300px;
	cursor:pointer;
}
.sub-categories {
    padding: 0 50px;
    font-size: 23px;
    text-shadow: none;
    background: url(../img/bg-gfx.png) left top no-repeat #000;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-left: -300px;
	overflow-y: hidden;
	overflow-x: scroll;
	cursor:pointer;
}

.reserva-wrapper,
.reserva2-wrapper {
    background-color: #fff;
    padding: 15px;
	margin-top: 100px;
	position: absolute;
	width: 90%;
	left: -280px;
}

.reserva-warning,
.reserva2-warning {
    background-color: #ff0000;
    padding: 15px;
	position: absolute;
	width: 90%;
	left: -280px;
}

section[id="pagina-ementa"] {
    padding-top: 490px !important;
	margin-left: -300px;
}
.items-wrapper {
padding-top: 100px;
width: 100%;
}

#produto{
	margin-left: -500px; 
}

#ex3::-webkit-scrollbar{
top: 35px;
width:15px;
background-color:#1a1a1a;
margin-left: -300px;
}

}

/* ==========================================================================
   general styles
   ========================================================================== */
#ex3::-webkit-scrollbar{
top: 35px;
width:15px;
background-color:#1a1a1a;
padding-left: 300px;
} 

#ex3::-webkit-scrollbar-thumb{
background-color:#00964a;
border-radius:3px;
}





.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a, h1, h2, .ui-mobile label, div.ui-controlgroup-label {
    font-weight: 100 !important;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 100 !important;
    background-color: #000 !important; /* "fixes" 1px body leak in some pages */
}

section:not([id="pagina-inicio"]) {
    background-image: url(http://www.restauranteaasm.com/en/cache/mod_background_image/bg2.jpg);
	background-attachment:fixed;
}

/* space for the menu button so it doesn't block content */
section:not([id="pagina-inicio"]) .ui-content {
    padding-bottom: 70px;
}

.btn-menu {
    display: block;
    width: 65px;
    height: 65px;
    background-image: url(../img/btn-menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: -65px auto 0;
}

nav2 {
    background: #000;
}

nav2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    text-transform: uppercase;
}

nav2 li a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    padding: 5px 10px 5px 15px;
    text-shadow: none;
    background: none;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
}

nav2 i {
    width: 20px;
    text-align: right;
    margin-right: 10px;
}

#active-page,
nav2 li a:active {
    background: #00964a;
}

.show-menu {
    bottom: 0px;
}


/* ==========================================================================
   homepage
   ========================================================================== */

/* homepage slideshow */
.slideshow div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
            
div.current-slide {
    z-index: 2;
}

div.previous-slide {
    z-index: 1;
}

.flags {
    display: block;
    width: 100px;
    height: 56px;
    background: url(../img/flags.png) top left no-repeat;
    background-size: cover;
    position: absolute;
    top: 34px;
    left: -29px;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
    z-index: 2;
}

.flags.switch {
    background-position: bottom left;
}

#logo {
    display: block;
    width: 200px;
    margin: 15% auto 0;
    position: relative;
    z-index: 2;
}


/* ==========================================================================
   ementa
   ========================================================================== */

[data-role="header"] {
    background-image: url(http://www.restauranteaasm.com/en/cache/mod_background_image/bg2.jpg);
    border: none;
    padding-top: 25px;
}

.header-image {
    display: block;
    width: 30%;
    height: 60px;
    float: left;
    margin-bottom: 15px;
	padding-left: 300px;
}

.header-image img {
    height: 60px;
}

.reserva-status {
    width: 30%;
    height: 60px;
    float: right;
    background: url(../img/sua-reserva.png) right top no-repeat;
    background-size: contain;
    text-align: right;
}

.reserva-status a {
    text-decoration: none;
}

.reserva-status p {
    margin: 0;
    text-shadow: none;
    color: #fff;
    margin-right: 65px;
}

.main-categories {
    margin-bottom: 10px;
    padding: 0;
    font-size: 33px;
    text-shadow: none;
    background: url(../img/bg-gfx.png) left top no-repeat #000;
    text-align: center;
    color: #fff;
    clear: both;
    text-transform: uppercase;
	padding-left: 300px;
	cursor:pointer;
}

.main-categories a,
.main-categories a:hover {
    color: #fff;
    font-weight: 100;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
}

.current-area,
.current-cat {
    background-color: #00964a;
    border-radius: 5px;
}

.sub-categories {
    padding: 0 20px;
    font-size: 23px;
    text-shadow: none;
    background: url(../img/bg-gfx.png) left top no-repeat #000;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-left: 300px;
	overflow-y: hidden;
	overflow-x: scroll;
	cursor:pointer;
}

.left-arrow,
.right-arrow {
    height: 42px;
    position: fixed;
    top: 165px;
}

.left-arrow { left: 0; }
.right-arrow { right: 0; }

.sub-categories a,
.sub-categories a:hover {
    color: #fff;
    font-weight: 100;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
}

section[id="pagina-ementa"] {
    padding-top: 190px !important;
	padding-left: 300px;
}

.loader-img {
    display: block;
    margin: 0 auto;
}

/* .items-wrapper {
width: 82%;
} */

.items-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.items-list li {
    background-color: #fff;
    margin-bottom: 15px;
    overflow: auto;
}

.items-list img {
    display: block;
    width: 100%;
}

@media (min-width: 400px) {
    .items-list img {
        width: 170px;
        float: left;
    }
}

.item-info {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: auto;
}

@media (min-width: 400px) {
    .item-info {
        padding-top: 10px;
    }
}

.item-info h2 {
    padding: 0;
    margin: 10px 0 0 0;
}

.btn-check-item {
    padding: 5px 10px;
    display: block;
    background-color: black;
    font-size: 20px;
    color: #fff !important;
    text-shadow: none;
    float: right;
    margin-top: 0px;
}

#itemPopup h1 {
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.qp-list {
    font-size: 20px;
    list-style: none;
    padding: 0;
    margin: .5em .4375em;
	}

.qp-list li {
    overflow: auto;
    margin-bottom: 10px;
}

.qp-list p {
    margin: 0;
    padding: 0;
    float: left;
}

.qp-list span {
    font-size: 22px;
    color: #00964a;
}


/* ==========================================================================
   reserva
   ========================================================================== */

.page-header {
    clear: both;
    padding: 0 15px 5px;
    overflow: auto;
}

.page-title {
    width: 60%;
    text-shadow: none;
    color: #fff;
    font-size: 30px;
    float: left;
    margin: 0;
	padding-right: 300px;
}

.steps-wrapper {
    width: 40%;
    float: right;
    text-align: right;
}

.step-btn {
	font-family: 'Raleway';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #000 !important;
    text-shadow: none;
    text-decoration: none;
}

.active-step {
    background-color: #00964a;
    color: #fff !important;
}

.step-hr {
    width: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    display: inline-block;
}

.reserva-wrapper,
.reserva2-wrapper {
    background-color: #fff;
    padding: 15px;
	margin-left: 300px;
}

.reserva-warning,
.reserva2-warning {
    background-color: #ff0000;
    padding: 15px;
	margin-left: 300px;
}

.secondary-title {
    border-bottom: 2px solid #000;
    margin: 0;
}

.reserva-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reserva-list li {
    overflow: auto;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.item-reserva-nome {
    font-size: 1.2em;
    text-transform: uppercase;
}

.preco-item-reserva {
    font-family: sans-serif;
    color: #00964a;
    font-size: 30px;
    width: 40%;
    float: left;
}

.item-reserva-update {
    width: 60%;
    float: right;
    text-align: right;
}

.btn-add-item,
.update-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 35px;
    color: #fff !important;
    text-shadow: none;
    margin-left: 10px;
}

.disabled-btn {
    background-color: #ccc;
}

.preco-total {
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: right;
}

.preco-total span {
    font-family: sans-serif;
    color: #00964a;
    font-size: 30px;
}

.next-step-btn {
    display: block;
    background-color: #000;
    color: #fff !important;
    text-align: center;
    text-shadow: none;
    font-size: 35px;
    padding: 10px 0;
    text-decoration: none;
}

/* ==========================================================================
   reserva step 2
   ========================================================================== */

.reserva2-wrapper input,
.reserva2-wrapper textarea {
}

label[for="date"] {
    overflow: auto;
}

label[for="date"] .ui-input-text {
    float: left;
    width: 85%;
}

label[for="date"] i {
    float: right;
    font-size: 2em;
    margin: .4em 0;
}

.time-people-wrapper {
    overflow: auto;
}

label[for="time"] {
    width: 45%;
    float: left;
}

label[for="people"] {
    width: 45%;
    float: right;
}

.reserva2-wrapper textarea {
    margin-bottom: 1em;
}