/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Alex+Brush');
@import url('https://fonts.googleapis.com/css?family=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:#620d0e; font-weight: 600; text-decoration:underline; }
a:hover{color:#000; text-decoration:underline;}

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

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

/*********
HEADER
******/
#header_top{width:100%; background:#f35948;}
#header_inn{width:1280px; margin:0 auto;}
#info{width:36%; float:left; text-align:center; background:#fdf922; padding:11px; font-weight:700; }
#menu{width:55%; float:right;}

/*******
BANNER
*********/
#banner{width:1222px; margin:0 auto;}
#catering{width:32%; float:left; padding:116px 0 0 0; text-align: right; margin-right:2%;}
#logo{width:33%; float:left; padding:51px 0 39px 0; text-align:center;}
#online{width:32%; float:right; padding:116px 0 40px 0;}
#photo{width:1222px; margin:0 auto; padding-bottom:42px;}
#catering1{display:none; text-align:center; padding-bottom:20px; }

/****************/
#content{width:100%; background:#FFF;}
	#content_inn{width:1010px; margin:0 auto; text-align:center; padding:45px 0; }
		#inner{width:1150px; margin:0 auto; padding:45px 0;}
		
#hours_left{float:left; width:50%; padding-top:60px; }
#hours_right{float:right; width:50%; text-align:center;}

#contact_left{float:left; width:45%; text-align:center; }
#contact_right{float:right; width:50%;  }

/*******
FOOTER
*********/
	#footer_bottom{width:100%; background:#000; }
	#footer_inn{width:1240px; margin:0 auto;}
	#left_footer{width:65%; float:left; color:#FFF;  padding:28px 0; font-weight:600;   }	
	#right_footer{width:35%; float:right; text-align: right; padding:30px 0;}

/*******
STYLE
*********/
h1{ font-size:45px; line-height:40px; color:#ef4c32; font-weight:700; margin-top:0; text-transform:uppercase;}
.style1{font-size:24px; font-weight:600; color:#f05d4d; line-height:30px;}
.style2{font-family: 'Alex Brush', cursive; font-size:48px;  line-height:35px;}
.style3{font-size:36px; font-weight:600; color:#ed4b3e; line-height:35px;}

/*******
FORM
*********/
.form1{ width:90%;}
input, textarea, select { height:25px; background:#f2f2f2; 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-right: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;
}