/* Custom CSS */
/* Include your CSS here in order to simplify theme updates */

#navigation {
	position:relative;
	}

.removetransition {

		/*Over-ridding default transition */
		-moz-transition: all 0.0s linear;
		-o-transition: all 0.0s linear;
		-ms-transition: all 0.0s linear;
		transition: all 0.0s linear;
		-webkit-transition: all 0.0s linear;
}

	.eat24 {
		display:block;
		position:absolute;
		top: 50px;
		left: 133px;
		width: 207px;
		height: 42px;
		display: block;
		background: 		url(../../../buttons/images/lrg_blue_btn.png) 0 0;
background-repeat: repeat-x;
			}

	.eat24c {
		display:none;
		margin:auto;
		width: 207px;
		height: 42px;
		background: 		url(../../../buttons/images/lrg_blue_btn.png) 0 0;
background-repeat: repeat-x;
			}

	

.eat24b {
		display:none;
		width: 207px;
		height: 41px;
		background: 		url(../../../buttons/images/lrg_blue_btn.png) 0 0;
background-repeat: repeat-x;

		position:absolute;
		top: 92px;
		left: 520px;
		
			}
		
.eat24:hover { background-position: -207px 0; }
.eat24b:hover { background-position: -207px 0; }
.eat24c:hover { background-position: -207px 0; }

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

	.eat24 {
		display:none;
				}

	.eat24b {
		display:block;
		position:absolute;
		top: 92px;
		left: 520px;

		}
}

@media screen and (max-width: 880px) {
	
	#header {
		
		}

	.eat24b {
		display:none;
		
		}

	.eat24c {
		display:block;
		}
}

/* Android Landscape */
@media screen and (max-width: 515px) {
	#header {
		position: relative;
		}

	.eat24b {
		position:absolute;
		top: 90px;
		left: 592px;
		}
}


/* iPhone Landscape */
@media screen and (max-width: 480px) {


}


/* iPhone portrait */
@media screen and (max-width: 320px) {
}