/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Mea+Culpa&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

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

a:link, a:active, a:visited{ color:#ff0000; font-weight:700; 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:10px; color:#818181; font-weight:700; line-height:30px;  text-decoration:none;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#fd0200; padding:8px 20px; font-weight:600;  text-decoration:none; text-transform:uppercase; display: inline-block; margin: 10px;}
a.btnlink:hover {background:#fd0200; text-decoration:none;}

.madvuju{ width:1280px; margin:0 auto;}

/*********
HEADER
******/
#header_top{width:100%; background:#dc0000;}
	#app{ width:25%; float:left; padding-top:10px;}
	#menu{width:65%; float:right;}

/*******
BANNER
*********/
#banner{width:100%; text-align:center; position: relative;
	background:url(../images/bg.jpg) center center;
	background-size:cover; }
	.bbg{background:url(../images/bbg.png) repeat-x; padding:75px 0; }
	#orderonline{ width:25%; float:left; padding-top:70px;}
	#logo{ width:50%; float:left;}
	#wedeliver{ width:25%; float:left; padding-top:70px;}

/****************/
#content{width:100%; background:#FFF; padding:60px 0;}
	#inner{width:95%; margin:0 auto;}
	
	#home_left{ width:40%; float:left}
	#home_right{ width:50%; float:right; padding-top:120px;}
	
		
#hours_left{float:left; width:50%; padding-top:30px; }
#hours_right{float:right; width:50%; text-align:center;}

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

/*******
FOOTER
*********/
#footer_bottom{width:100%; background:#000; text-transform:uppercase; }
	#left_footer{width:40%; float:left;  padding:40px 0 30px 0; font-weight:900; font-size:16px; color:#fff;  }	
	#middle_footer{ width:26%; float:left; background:#333333; font-weight:900; font-size:24px; color:#fff; padding:20px 3%; line-height:50px;}
	#right_footer{width:28%; float:right; text-align: right; padding:40px 0 30px 0;}


/*******
STYLE
*********/
h1{ font-size:50px; line-height:40px; color:#ce1418; font-weight:900; margin-top:0; text-transform: uppercase;}
.style1{font-size:22px; font-weight:900; color:#368f0b; line-height:30px;}
.style2{font-size:48px; font-weight:900; line-height:60px; text-transform:uppercase; text-shadow: 2px 2px #fff;}
.style3{font-size:48px; font-weight:900; line-height:60px; color:#d90000; text-transform:uppercase; }
.style4{font-family: 'Mea Culpa', cursive; font-size:60px; line-height:60px;}
.style5{ font-size:30px; color:#368f0b; font-weight:900; line-height:30px;}
.style6{font-family: 'Lobster', cursive; font-size:30px; line-height:30px;}

/*******
FORM
*********/
#contactform{width:80%;}
input, textarea, select {padding:5px 10px; font-family:'Montserrat', sans-serif; border:1px solid #dedede; font-size:16px; background:#FFF;}
textarea{height:100px;}
.btn{ height:40px; font-weight:bold; font-family:'Montserrat', sans-serif; text-align:center; color:#FFFFFF; background:#fe0000; border:1px solid #fe0000; font-size:15px; margin-top:10px; padding:5px 20px; text-transform:uppercase; cursor:pointer;}
.email_error{ padding:2%; width:96%; border:1px solid red; color:red; margin:0 auto; text-align:center;}
.inputsize{ width:95%; margin-bottom:8px;}
.inputzipsize{ width:50px;}

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


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

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

.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;
}


:focus {outline:0 !important;}

iframe, object, embed {
    max-width: 100%;
	margin-top:10px;
}