/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap');

body{margin:0px; font-family: "Arimo", sans-serif; font-size:18px; color:#000; font-weight: normal; line-height:175%; }

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

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

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#a3a3a3; font-weight:700;  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:#5f1517; text-decoration:none;}


.container{ width:1250px; margin: 0 auto;}
/*********
HEADER
******/
.logo{ width:40%; float: left; padding-top: 25px;}
.splash{ width:25%; float: left; text-align: center; padding: 10px 0;}
.headerright{ width: 35%; float: right; padding-top: 10px;}
.add{ text-align:right; font-family: "Oswald", sans-serif; font-size: 30px; line-height: 50px; font-weight: 600;}


#menu{width:100%; background: #521213; padding: 15px 0; text-align: center; color: #fff; font-family: "Oswald", sans-serif;}

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

/****************/
#content{width:100%; padding: 50px 0; }

.contentleft{ width:45%; float: left;}
.contentright{ width:45%; float: right;}


/*******
FOOTER
*********/
	#footerbg{width:100%; background: #521213; color: #fff; padding: 15px 0; }
	#left_footer{width:45%; float:left;   }	
	#right_footer{width:50%; float:right; text-align: right; font-size: 12px; }

/*******
STYLE
*********/
h1{font-family: "Oswald", sans-serif; font-size:45px; line-height:40px; color:#521213; font-weight:600; margin-top:0; text-transform:uppercase;}
.style1{font-family: "Oswald", sans-serif; font-size: 40px; line-height: 40px; font-weight: 600; color: #b02a43;}
.style2{font-family: "MonteCarlo", cursive; font-size: 40px; line-height: 40px; font-weight: 200; }
.style3{font-family: "Oswald", sans-serif; font-size: 25px; line-height: 40px; font-weight: 600; color: #b02a43;}


/*******
FORM
*********/
#contactform{width:80%;}
input, textarea, select {padding:5px 10px; font-family: "Arimo", sans-serif; border:1px solid #dedede; font-size:16px; background:#FFF;}
textarea{height:100px;}
.btn{ height:40px; font-weight:bold; font-family: "Arimo", 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-left:50px; }
.imgleft{ max-width:95%; float:left; margin-right:50px; }


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

.cart_button{
    font-size:11pt;
}

.search_button{
    font-size:11pt;
}

.search_button img{
    width:24px;
    height:24px;
}