/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Raleway:400,500,600,700|Signika:400,600,700');

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

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

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

a.btnlink:link, a.btnlink:active, a.btnlink:visited {font-family: 'Raleway', sans-serif; color: #ffffff; background: #000; display:inline-block; text-transform:uppercase; padding: 12px 20px; margin-bottom:10px; text-align:center; color:#FFF;  text-decoration: none; text-transform:uppercase;}
a.btnlink:hover { background: #000; text-decoration: none;}

/*********
HEADER
******/
#header{width:100%; background:#eeeeee;}
	#header_inn{width:1280px; margin:0 auto; }
	#logo{width:40%; float:left;}
	#right_part{width:40%; float:right; padding:38px 0 36px 0;}
	
#reserve{width:33%; float:left; background:#ed1c24; margin-left:25%; text-align:center; text-transform:uppercase; color:#FFF; padding:4px 0; font-weight:700;}
#purchase{width:40%; float:right; background:#000; text-align:center; text-transform:uppercase; color:#FFF; padding:4px 0; font-weight:700;}

#inn{width:70%; margin:0 auto;}
#online{width:50%; float:left; margin-top:10px; }
#catering{width:50%; float:right; margin-top:10px;}
/*******
BANNER
*********/
	


/*******
CONTENT
*********/
	#content_inn{width:915px; margin:50px auto; padding:50px;  background:#eeeeee;  }
		#coninn{ width:95%; margin:0 auto;}
	#left{width:49.5%; float:left; background:url(../images/bg.png);  text-align:center; padding-bottom:25px;}
	#right{width:49.5%; float:right; text-align:center; background:url(../images/bg.png); padding-bottom:25px;}

#inner{width:915px; margin:0 auto; background:url(../images/bg.png); margin-top:60px; margin-bottom:60px;  }
#main{width:90%; margin:0 auto;}

/*******
FOOTER
*********/
#footer{width:100%; background:#eeeeee;}
	#footer_inn{width:1230px; margin: 0 auto; padding-bottom:20px;}
	#left_footer{width:30%; float:left; padding:15px 0 10px 0; }
	#join{width:10%; float:left; background:#545a3c; color:#FFF; text-transform:uppercase; color:#FFF; padding:4px 10px; font-weight:700; text-align:center; margin-top:22px; }
	#right_footer{width:15%; float:right; background:#ed1c24; text-align:center;  text-transform:uppercase; color:#FFF; padding:4px 10px; font-weight:700; margin-top:26px; }
		

/*******
STYLE
*********/
h1{ font-size:45px; line-height:35px; color:#ed2224; text-transform: uppercase; margin-top:0;}
.style1{font-size:14px; font-weight:bold; line-height:10px; text-transform:uppercase;}
.style2{font-size:48px; font-weight:bold; color:#5c9b7b; line-height:50px; text-transform:uppercase;}
.style3{font-size:20px; font-weight:bold;  line-height:24px; text-transform:uppercase;}


/*******
FORM
*********/
.form1{ width:100%;}
input, textarea, select { height:25px; background:#fff; 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 #D7D7D5; padding:5px; }
.imgright{border:1px solid #D7D7D5; padding:5px; 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; }



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