/* mbhuju@gmail.com */

@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Montserrat:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

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:#dd0000; font-weight: 600; text-decoration:underline; }
a:hover{color:#000; text-decoration:underline;}

a.more:link, a.more:active, a.more:visited{  font-weight: 600;}
a.more:hover{ text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#969696; font-weight:600;  text-decoration:none;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited { display:inline-block; color: #ffffff; background: #ca0b13; font-family:'Oswald', sans-serif; padding:15px 35px;  font-weight:700;  text-decoration: none; text-transform:uppercase; border-radius:30px; font-size:24px; margin-top:20px;}
a.btnlink:hover { background: #ff0000; text-decoration: none;}

/*********
HEADER
******/

#header-top{width:100%; background:url(../images/bg.png) repeat-x; }
#header_inn{width:1280px; margin:0 auto;  }
#logo{width:27%; float:left; padding:35px 0 195px 0; text-align:center;}
#right_part{width:60%; float:right; padding-top:25px;}


#menu{width:65%; float:left; margin-left:20%;}
#info{width:100%; margin:0 auto; padding:40px 0 0 0; text-align:center; }

#facebook{width:15%; float:right; }
/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg1.png) repeat-x; margin-top:100px; }
#banner_inn{width:1190px; margin:0 auto;}


/****************/
#content{width:100%; background:#fff;}
#content_inn{width:1190px; margin:0 auto;  }
	#left{width:55%; float: left; padding:90px 0 50px 0; margin-left:5%;}
	#right{width:37%; float:right; padding:35px 0 50px 0; text-align:center;}
		#inner{width:98%; margin:0 auto; padding:45px 0;}
		
#hours_left{float:left; width:50%; padding-top:40px; }
#hours_right{float:right; width:50%; text-align:center;}

#contact_left{float:left; width:50%; padding-top:80px; text-align:center;}
#contact_right{float:right; width:40%; text-align:center; margin-right:5%;}
.deliver{display:inline-block; background:#fff200; font-family:'Oswald', sans-serif; padding:15px 35px; margin-top:15px; border-radius:30px; font-size:24px; text-transform:uppercase; font-weight:700;}

/*******
FOOTER
*********/
	#footer_bottom{width:100%; background:#000; }
	#footer_inn{width:1175px; margin:0 auto;}
	#left_footer{width:60%; float:left; color:#FFF; padding:30px 0; font-weight:700;}	
	#right_footer{width:35%; float:right; text-align: right; padding:30px 0;}

/*******
STYLE
*********/
h1{font-family:'Oswald', sans-serif; font-size:40px; line-height:40px; color:#ed1c24; text-transform: uppercase; font-weight:600; margin-top:0;}
.style1{font-family:'Oswald', sans-serif; font-size:24px; font-weight:600; color:#e2444a; line-height:30px;}
.style2{font-size:12px; font-weight:bold; color:#ec2c32; line-height:16px;}
.style3{font-family:'Oswald', sans-serif; font-size:36px; font-weight:500; color:#fff; line-height:40px; text-transform:uppercase; text-shadow:2px 2px #000;}
.style4{font-family:'Oswald', sans-serif; font-size:48px; font-weight:500; color:#fff200; line-height:60px; text-transform:uppercase; text-shadow:2px 2px #000;}
.style5{font-size:18px;  line-height:30px;}
.style6{font-family:'Oswald', sans-serif; text-transform:uppercase; font-weight:500; font-size:48px;  color:#ed1c24; line-height:45px;}
.style7{font-family:'Oswald', sans-serif; font-size:24px; font-weight:600; color:#ce5733; line-height:30px;}
.style8{font-family: "Dancing Script", cursive; font-size:45px; font-weight:700; color:#000; line-height:35px;}
 

/*******
FORM
*********/
.form1{ width:100%;}
input, textarea, select { height:25px; background:#adb5d7; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:128px; height:40px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#fe0000; 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;}

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