/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Lobster|Abril+Fatface|Poppins:300,400,500,600,700');
@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:#ff0000; font-weight: 500; text-decoration:underline; }
a:hover{color:#000; text-decoration:underline;}

a.more:link, a.more:active, a.more:visited{ font-weight: 400;  text-decoration:none;}
a.more:hover{ text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#929292; font-weight:600;  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:600;  text-decoration: none; text-transform:uppercase;}
a.btnlink:hover { background: #ff0000; text-decoration: none;}

/*********
HEADER
******/
.scrolltext{width:900px; margin:0 auto; background:#ff0000; color:#FFF; font-size:20px; padding:10px 20px; box-sizing: border-box; border-bottom-left-radius:15px; border-bottom-right-radius:15px; font-weight:600;}

#menu{width:960px; margin:0 auto; background:#65a334; border-radius:10px;}
#header_inn{width:1280px; margin:0 auto; text-align:center; padding:36px 0;}
#gap{height:165px}
#promo{width:615px; margin:0 auto; margin-top:100px;  margin-bottom:40px;}
#info{width:454px; float:left; background: #481b97; border-top-left-radius:20px; border-bottom-left-radius:20px; font-weight:normal; line-height:40px; text-align:center; padding:20px 0; font-size:33px; color:#FFF; font-family: 'Lobster', cursive;}
#online{width:161px; float:right; background:#65a334; border-top-right-radius:20px; border-bottom-right-radius:20px; font-weight:normal; line-height:40px; text-align:center; padding:20px 0; font-size:33px; color:#FFF; font-family: 'Lobster', cursive;}
/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg.png) repeat-x;}
#banner_inn{width:1200px; margin:0 auto; }

/****************/
#content{width:100%; background:#fff;}
#content_inn{width:1150px; margin:0 auto; }
	#left{width:50%; float: left; padding:65px 0; }
	#right{width:45%; float:right;  padding:100px 0 70px 0; text-align:center;}
		#inner{width:1180px; margin:0 auto; padding:45px 0;}
		
#hours_left{float:left; width:50%; }
#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%;}

#left_catering, #left_catering1, #left_catering2{width:23%; float:left; margin-right:2.6%; text-align:center;}
#right_catering{width:23%; float:right; text-align:center; }
/*******
FOOTER
*********/
	#footer_bottom{width:100%; background:#11120c; }
	#footer_inn{width:1170px; margin:0 auto;}
	#left_footer{width:60%; float:left; color:#FFF; padding:32px 0; font-weight:600;}	
	#right_footer{width:35%; float:right; text-align: right; padding:33px 0;}

/*******
STYLE
*********/
h1{font-family: 'Abril Fatface', cursive; font-size:45px; line-height:40px; color:#50259b; text-transform: uppercase; font-weight:600; margin-top:0;}
.style1{font-size:22px; font-weight:700; color:#65a334; line-height:30px;}
.style2{font-family: 'Abril Fatface', cursive; font-size:48px; font-weight:400; color:#50259b; line-height:45px;}
.style3{font-size:22px; color:#65a334;  line-height:30px;}
.style5{font-size:18px; color:#ff0000; font-weight:bold;}
.style4{font-size:18px; color:#65a334; font-weight:bold;}
.style5{ color:#ff0000; font-weight:600;}

/*******
FORM
*********/
.form1{ width:100%;}
input, textarea  { height:25px; background:#fcfcfc; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:128px; height:40px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#50259b; 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;}
select{width:100%; height:30px; background:#fcfcfc; border:1px solid #dedede; font-size:13px;}
/*******
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;
}