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

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

a:link, a:active, a:visited{ color:#ee4038; font-weight: 500; text-decoration:none; }
a:hover{color:#000; text-decoration:none;}

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

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#a0a0a0; 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
******/
#header-top{width:100%; background:url(../images/bg1.png) repeat-x;}
#header_inn{width:1280px; margin:0 auto; margin-bottom:82px;}
#logo{width:32%; float:left;}
#right_part{width:67%; float:right;}
#facebook{width:7%; float:left; padding:12px 0;}
#menu{width:90%; float:right;}
#catering{width:40%; float:left; background:#b71f25; border-radius:20px; text-align:center; padding:18px 30px; color:#FFF; margin-top:34px; font-size:30px; font-family: 'Cinzel', serif; font-weight:bold; text-transform:uppercase;}
#online{width:32%; float:right; background:#367a22; border-radius:20px; text-align:center; padding:18px 30px; color:#FFF; margin-top:34px; font-size:30px; font-family: 'Cinzel', serif; font-weight:bold; text-transform:uppercase; margin-right:2%;} 
#location{width:60%; float:left; text-align:center; font-family: 'Alfa Slab One', cursive; text-shadow:2px 2px #000; color:#FFF; font-size:36px; line-height:35px; margin-top:36px;}
#call{width:35%; float:right; text-align:center; text-shadow:2px 2px #000; color:#FFF; font-family: 'Alfa Slab One', cursive; font-size:36px; line-height:35px; margin-top:36px; margin-right:2%;}
/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg.png);}
	#banner_inn{width:1244px; margin:0 auto; padding:26px 0;}

/****************/
#content{width:100%; background:#fff; margin-top:15px;}
#content_inn{width:1150px; margin:0 auto; }
	#left{width:58%; float:left; padding:80px 0 0 0;}
	#right{width:40%; float:right; padding:97px 0 77px 0; text-align:right;}
	
		#inner{width:1200px; margin:0 auto; padding:55px 0;}
		
#hours_left{float:left; width:50%; margin-top:40px; }
#hours_right{float:right; width:50%; text-align:center;}

#contact_left{float:left; width:50%; padding-top:80px; text-align:center;}
#contact_right{float:right; width:40%; text-align:center; margin-right:5%;}

#catering_bar{width:100%; background:#367a22;}
#inn{width:1088px; margin:0 auto; text-align:center; padding:22px 0 29px 0;}
/*******
FOOTER
*********/
	#footer_bottom{width:100%; background:#0b0b0b; }
	#footer_inn{width:1210px; margin:0 auto;}
	#left_footer{width:60%; float:left; color:#FFF; padding:29px 0;}	
	#right_footer{width:40%; float:right; text-align: right; padding:30px 0;}

/*******
STYLE
*********/
h1{font-family: 'Cinzel', serif; font-size:55px; line-height:40px; font-weight:700; color:#2f8116;  text-transform: uppercase; margin-top:0;}
.style1{font-family: 'Cinzel', serif; font-size:24px; font-weight:bold; color:#d71c23; line-height:30px;}
.style2{font-family: 'Cinzel', serif; font-size:30px; font-weight:bold;  color:#b82025; line-height:30px;}
.style3{font-size:24px; font-weight:bold; color:#fff000; line-height:30px;}
.style4{ color:#fff; line-height:30px;}


/*******
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;
}