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

body{margin:0px; font-family: Arial, Helvetica, sans-serif; font-size:20px; color:#0d0303; font-weight:400; line-height:30px; background:#000; } 

a:link, a:active, a:visited{ color:#e84808; font-weight:700; text-decoration:none; }
a:hover{color:#0d0303; text-decoration:underline;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#eae2c7; font-weight:700; line-height:40px;  text-decoration:none; text-transform:capitalize;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#0e7c36;  padding:10px 35px; font-weight:700; font-size:18px; border-radius:40px;  text-decoration:none; text-transform:uppercase; display: inline-block; margin-top:20px; border:1px solid #59a935; -webkit-transition: background 2s; /* For Safari 3.0 to 6.0 */   transition: background 2s; /* For modern browsers */}
a.btnlink:hover {background:#316442; text-decoration:none; color:#fff;}

/*********
HEADER
******/
#header_bg {
    position: relative;
	background:url(../images/bg.jpg) center center;
	background-size:cover;
}

#header_top{width:100%; background:url(../images/bg1.png); padding:10px 0; }
#gluten img{padding-bottom:90px;}

#header_inn{width:1280px; margin:0 auto;}
#logo{float:left; width:32%; padding:75px 0;}
#gluten{float:right; width:65%; padding:50px 0; text-align:right;}


/*******
BANNER
*********/
#banner{width:1280px; margin:0 auto; text-align:center; padding:30px 0 80px 0; color:#FFF; font-size:50px; text-transform:uppercase; line-height:55px; font-weight:900; text-shadow:1px 3px 5px #000; }

/****************/
#content{width:100%; background:#fff;}
	#content_inn{width:1180px; margin:0 auto; padding:70px 0; }
	
	#inner{width:1150px; margin:0 auto; padding:50px 0;}

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

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


.bg-image {
    position: relative;
}
.bg-image img {
    display: block;
    width: 100%;    
    margin: 0 auto;
}


.coupon1{width:32%; height:auto; float:left; text-align:center; margin-right:2%; padding-bottom:30px; }
.coupon2{width:32%; height:auto; float:right; text-align:center; padding-bottom:30px;}
.coupon_inner{width:90%; height:auto; margin:0 auto; background:#fff; border:2px dashed #000; text-align:center;}
.coupon_inn{width:350px; height:auto; margin:0 auto; background:#fff; text-align:center;}
.print{width:100%; height:auto; float:left; text-align:center; margin-top:10px; }
.center_div{width:100%; margin:0 auto; text-align:center;}

/*******
FOOTER
*********/
	#footer_inn{width:1240px; margin:0 auto; padding:30px 0; }
	#left_footer{width:60%; float:left;  font-weight:700;  color:#fff;  text-transform:uppercase;}
	#right_footer{width:35%; float:right; text-align:right; padding-top:10px;}

/*******
STYLE
*********/
h1{ font-size:45px; line-height:40px;  font-weight:900; color:#248c00; margin-top:0; text-transform:uppercase;}

.style1{font-size:26px; font-weight:800; color:#e84808; line-height:30px;}

.style2{font-size:60px; font-weight:900; line-height:60px;}

.style3{font-family: "Mea Culpa", cursive;  font-size:60px; font-weight:400; color:#0d0303; line-height:60px;}

.style4{ font-size:60px; font-weight:900; line-height:60px; text-transform:uppercase;}

.style5{font-size:20px; font-weight:700; color:#e84808; line-height:30px;}

.style6{font-size:18px; font-weight:700; color:#248c00; line-height:30px;}

/*******
FORM
*********/
#contactform{width:95%; font-family:'Montserrat', sans-serif; font-size:16px; line-height:26px;}
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:#248c00; border:1px solid #248c00; 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:80%; margin-bottom:8px;}
.inputsizesmall{ width:140px; margin-bottom:8px;}
.inputsizesm{ width:90%; margin-bottom:8px;}
.inputsizemd{ width:300px; margin-bottom:8px;}
select{width:50%; margin-bottom:8px;}
.contact{font-size:16px;}

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


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

