/* 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=Abril+Fatface|Lobster');


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

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

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

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#7a7a7a; text-decoration:none; line-height:30px;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited { color: #ffffff; background: #BF1E2E; padding: 8px 20px; text-decoration: none; text-transform:uppercase;}
a.btnlink:hover { background: #a60919; text-decoration: none;}

/*********
HEADER
******/
#header{width:100%; background:#379c49; padding:30px 0 20px 0;}
	#header_inn{width:1150px; margin:0 auto;}
		#header_left{width: 25%; float: left; background: #000; padding: 23px 0; text-align: center; border-radius: 20px; margin-top:5px;}
		#header_mid{width:50%; float:left; text-align:center;}
		#header_right{width: 25%; float: right; background: #000; padding: 23px 0; text-align: center; border-radius: 20px; margin-top:5px;}
	
			
#menu{width:100%; background:#e5203c;}
	#menu_inn{margin:0 auto;}
/*******
BANNER
*********/
#banner{width:100%; background:url(../images/banner_bg.jpg)repeat-x; background-size: contain; padding:15px 0;}



/*******
CONTENT
*********/
#content{width:100%; background:#fff; padding:50px 0;}
	#inner{width:1150px; margin:0 auto;}
	
#hours_left{float:left; width:50%; margin-top:30px;}
#hours_right{float:right; width:50%;}

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


#coupon{width:100%; height:auto; margin:0 auto;}
#coupon1{width:32%; height:auto; float:left; text-align:center; margin-right:2%;   }
#coupon2{width:32%; height:auto; float:left; text-align:center;  }
#coupon3{width:32%; height:auto; float:right; text-align:center; }
#coupon_inner{width:100%; height:auto; margin:0 auto; background:#fff;}
#coupon_inner1{width:300px; height:auto; margin:0 auto; background:#fff;}
#print{width:100%; height:auto; float:left; text-align:center; }
#center_div{width:100%; margin:0 auto; text-align:center;}
/*******
FOOTER
*********/
#footer{width:100%; background:#000; padding:25px 0;}
	#footer_inn{margin:0 auto; color:#fff;}

/*******
STYLE
*********/
h1{font-family: 'Abril Fatface', cursive; font-size:35px; line-height:35px; color:#379c49; text-transform: uppercase; margin-top:0;}
.style1{font-family: 'Lobster', cursive;  font-size:25px; font-weight:400; color:#e5203c; line-height:30px;}

.style2{font-family: 'Lobster', cursive; color:#fffc00; font-size:30px; }
.style3{font-family: 'Lobster', cursive; font-size:18px; color:#fff;}
.style4{font-family: 'Poppins', sans-serif; font-size:22px; font-weight:500; color:#fff; text-transform:uppercase;}
.style5{font-family: 'Poppins', sans-serif; font-size:36px; font-weight:800; color:#fff; line-height:45px;}

.smalltext{font-size:12px; color:#23a306; line-height:18px; font-weight:bold;}

/*******
FORM
*********/
.form1{ width:100%;}
input, textarea, select { height:25px; background:#f5f5f5; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:150px; height:40px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#0271b2; border:1px solid #000000; font-size:15px; margin-top:10px; text-align:center;}
.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{border:1px solid #D7D7D5; padding:5px; max-width:95%; float:left; margin-right:30px; }


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

#menuitem_left{ width:45%; float:left;}
#menuitem_right{ width:45%; float:right;}
.tbar{ border-bottom:#b2b2b2 1px dashed; padding:10px;}

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