/* mbhuju@gmail.com */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

body{margin:0px; font-family:'Montserrat', sans-serif;  font-size:16px; color:#000; font-weight: normal; line-height:26px; background:#282424;}

a:link, a:active, a:visited{ color:#ce313b; font-weight: 600; text-decoration:underline; }
a:hover{color:#000; text-decoration:underline;}

a.more:link, a.more:active, a.more:visited{ color:#000; font-weight: 400;}
a.more:hover{color:#000; text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#868686; 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
******/
#headerbg {
    position: relative;
	background: url(../images/bg.jpg) center top;
	background-size:cover;
	
}
label{
    color:#000000;
}
#bordertop{height:6px; background:#ec1f27;}
#header-top{width:100%; background:#fffeff; border-bottom:6px solid #ec1f27;  }
#header_inn{width:1260px; margin:0 auto;}
#logo{width:38%; float:left; padding:50px 0 30px 0;}
#right_part{width:60%; float:right;}
#info{width:70%;  font-size:26px; line-height:35px; padding-top:30px;  font-weight:bold; text-align:center; float: left;}
#orderonline{ width:30%; float: right; text-align: center; padding: 15px 0 10px 0;}
#menu{width:100%; background:#ec1f27;}
#gap{height:250px;}
/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg.png) repeat-x; }
#banner_inn{width:1243px; margin:0 auto;}

/****************/
#content{width:100%; background:#FFF;}
#content_inn{width:1160px; margin:0 auto;  }
	#left{width:50%; float: left; padding:95px 0 35px 0; }
	#right{width:44%; float:right; padding:70px 0 60px 0;}
		#inner{width:95%; margin:0 auto; padding:50px 0;}
		
#contact_left{float:left; width:50%; padding-top:60px; text-align:center;}
#contact_right{float:right; width:45%; text-align:center; margin-right:5%;}

.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:100%; height:auto; margin:0 auto; background:#fff;}
.coupon_inn{width:350px; 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_bottom{width:100%; background:#282424; }
	#footer_inn{width:1160px; margin:0 auto;}
	#left_footer{width:35%; float:left; color:#FFF; padding:50px 0; font-weight:700;}
	#facebook{width:4%; float:left; padding:50px 0; margin-right:1%;}
	#form{width:30%; float:left; font-size:18px; color:#FFF; font-weight:bold; padding:20px 0; line-height:30px;}
	#right_footer{width:30%; float:right; text-align: right; padding:50px 0;}

/*******
STYLE
*********/
h1{font-size:45px; line-height:40px; color:#b3bc02; text-transform: uppercase;   font-weight:bold; margin-top:0;}
.style1{font-size:22px; font-weight:bold; color:#ec1f27; line-height:30px;}
.style2{font-family:'Raleway', sans-serif; font-size:45px; font-weight:600; color:#b3bc02; line-height:35px;}
.style3{font-family: 'Great Vibes', cursive; font-size:50px; color:#000; line-height:50px;}
.small{font-size:12px; line-height:18px; font-weight:bold; color:#afb700;}

/*******
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:#b3bc02; border:1px solid #b3bc02; font-size:15px; margin-top:10px; padding:5px 10px; 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-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;
}