*{ margin:0; padding:0;}
body{ background:url(../images/el-pollo-lico-bg.jpg) no-repeat center fixed;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;  background-size: cover;}
.contain{ width:1024px; margin:0 auto;}
.clear{ clear: both;}
.bg-overlay { background: rgba(0, 0, 0, 0.45); padding:25px 0;}

.backtohome-btn{ background:#12114d; font-family: 'Lato', sans-serif; font-size:15px; font-weight:500; color:#fff;
	padding: 11px 15px 10px; display: inline-block; *display: inline; text-decoration:none; position:absolute; left: 0; top:45px;   
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
	transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out;}
.backtohome-btn:hover{ background:#c8a606;}

#header{ background:#FFFFFF; text-align:center; padding: 10px 0; border-bottom:2px solid #c8a606;}
#header .contain{ position:relative;}
#header img{ max-height:130px; display: inline-block;  
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
    transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out;
	/*-webkit-transform: translate3d(0,0,0);*/} 
#body{}
.order-container{ padding:15px; background:#ffffff;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;}	
#footer{ background:#12114d; text-align:center; padding:15px 0;}
#footer p{ font-family: 'Lato', sans-serif; font-size:15px; color:#ffffff; font-weight:500}
#footer p a{ color:#ffffff; text-decoration:underline; }

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.contain{ width:100%;}
}