/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Lobster|Abril+Fatface|Raleway:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Roboto+Slab:300,400,700|Open+Sans:400,600,700|Montserrat:300,400,500,600,700');

body{margin:0px; font-family: 'Montserrat', sans-serif;  font-size:16px; color:#000; font-weight: normal; line-height:24px; }

a:link, a:active, a:visited{ color:#dd0000; font-weight: bold; text-decoration:underline; }
a:hover{color:#000; text-decoration:underline;}

a.more:link, a.more:active, a.more:visited{ color:#cd5257;font-weight: normal; text-decoration:none;}
a.more:hover{color:#cd5257; text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#888888; font-weight:bold;  text-decoration:none;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited { color: #ffffff; background: #d43c42; padding: 8px 20px; font-weight:bold;  text-decoration: none; text-transform:uppercase;}
a.btnlink:hover { background: #ff0000; text-decoration: none;}

/*********
HEADER
******/
#headerbg {
    position: relative;
	background: url(../images/bg.jpg) center top;
	background-size:cover;
}
#header-top{width:100%; background:#000;}
#header_inn{width:1240px; margin:0 auto;}
#location{width:25%; margin-left:2%; float:left; padding:18px 0 16px 0; color:#FFF; font-size:14px; font-weight:bold;}
#call{width:15%; float:left; padding:18px 0 16px 0; color:#FFF; font-size:14px; font-weight:bold;}
#catering{width:13%; float:left; background:#c3922e; border-radius:25px; font-family: 'Oswald', sans-serif; text-align:center; font-size:18px; padding:8px; text-transform:uppercase; font-weight:400; font-size:18px; color:#FFF; margin-left:25%; margin-top:8px; }
#online{width:10%; float:left; background:#c4151c; border-radius:25px; font-family: 'Oswald', sans-serif; text-align:center; font-size:18px; padding:8px; color:#FFF; margin-top:8px; text-transform:uppercase; font-weight:400; margin-left:1%; }
#facebook{width:5%; float:right; padding:8px 0; }

/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg.png) repeat-x;}
	#banner_inn{width:1280px; margin:0 auto;}
	#logo{width:30%; float:left; padding:27px 0 0 0; text-align:center;}
	#menu{width:70%; float:right; padding:90px 0 0 0;}
	#photo{width:1185px; margin:0 auto; padding-bottom:85px;}
#gap{height:150px;}
/****************/
#content{width:100%; background:#FFF;}
	#content_inn{width:970px; margin:0 auto; padding:90px 0 70px 0; text-align:center; }

		#inner{width:1100px; margin:0 auto; padding:55px 0;}
		
#hours_left{float:left; width:50%; padding-top:60px; }
#hours_right{float:right; width:50%; text-align:center;}

#contact_left{float:left; width:50%; padding-top:60px; text-align:center;}
#contact_right{float:right; width:40%; text-align:center; margin-right:10%;}
.coupon{width:100%; height:auto; margin:0 auto;}
.coupon1{width:32%; height:auto; float:left; text-align:center; margin-right:2%;   }
.coupon2{width:32%; height:auto; float:left; text-align:center;  }
.coupon3{width:32%; height:auto; float:right; text-align:center; }
.coupon_inner{width:100%; height:auto; margin:0 auto; background:#fff;}
.coupon_inner1{width:350px; height:auto; margin:0 auto; background:#fff;}
.print{width:100%; height:auto; float:left; text-align:center; }
.center_div{width:100%; margin:0 auto; text-align:center;}
/*******
FOOTER
*********/
	#footer_bottom{width:94%; background:#303030; text-align:center; padding:3%; color:#FFF; }


/*******
STYLE
*********/
h1{font-family: 'Oswald', sans-serif; font-size:45px; line-height:50px; color:#c4151c; text-transform: uppercase; margin-top:0;}
.style1{font-size:24px; font-weight:bold; color:#e0333a; line-height:30px;}
.style2{font-size:12px; font-weight:bold; color:#ff0000; line-height:16px;}
.style3{font-size:36px; font-weight:600; color:#c4151c; line-height:40px; text-transform:uppercase; }
.style4{font-size:24px; font-weight:600; color:#c3922e; }

/*******
FORM
*********/
.form1{ width:100%;}
input, textarea, select { height:25px; background:#adb5d7; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:128px; height:40px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#fe0000; border:1px solid #000000; font-size:15px; margin-top:20px; text-align:center; text-transform:uppercase;}
.email_error{ padding:2px; border:1px solid red; color:red; margin-bottom:5px;}
.inputsize{ width:100%;}
.inputzipsize{ width:50px;}
.textright{ text-align:right;}

/*******
MISC
*********/
.img{border:1px solid #cecac8; padding:5px; }
.imgright{ max-width:95%; float:right; margin-left:30px; }
.imgleft{ max-width:95%; float:left; margin-right:10px; padding-top:8px; }


.clear{clear:both;}
img{max-width:100%;}
a[href^=tel] { color: inherit; text-decoration: none; }

.tbar{ border-bottom:#b2b2b2 1px solid; padding:10px;}

.back-to-top { position: fixed; bottom: 2em; right: 40px; display: none;}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}