/* 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=Mea+Culpa&display=swap');


body{margin:0px; font-family:'Montserrat', sans-serif;  font-size:16px; color:#000; font-weight: normal; line-height:24px; background:#000;}

a:link, a:active, a:visited{ color:#ff0000; font-weight:700; text-decoration:underline; }
a:hover{color:#000; text-decoration:underline;}


a.more:link, a.more:active, a.more:visited {  font-weight:900;  text-decoration:none;}
a.more:hover{ text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#868686; font-weight:700; line-height:20px;  text-decoration:none; text-transform:capitalize;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#fd0200; padding:5px 15px; font-weight:600;  text-decoration:none; text-transform:uppercase; display: inline-block; }
a.btnlink:hover {background:#fd0200; text-decoration:none;}

/*********
HEADER
******/
#headerbg {
    position: relative;
	background: url(../images/bg.jpg) center top;
	background-size:cover;
}


#menu_bg{width:100%; background:#000;}
#menu{width:1075px; margin:0 auto; padding:10px 0;}

#header_top{width:100%; background:#fff;}
#header_inn{width:1280px; margin:0 auto;}
#logo{width:35%; float:left;}
#location{width:20%; float:left; text-align:center; padding:35px 0 20px 0; font-size:18px; color:585858; font-weight:900;  }
#call{width:15%; float:left; padding:35px 0 20px 0; font-size:18px; color:585858; font-weight:900; text-align:center; line-height:30px; }
#online{width:17%; float:right;}
#app{float:left; width:12%; text-align:center; padding-top:20px;}
/*******
BANNER
*********/
#banner_bg{width:100%; background:url(../images/bg.png) repeat-x;}
#banner_inn{width:1235px; margin:0 auto;}
.photo1{width:32.46964%; float:left; margin-right:1.29555%;}
.photo2{width:32.46964%; float: right;}

/****************/
#content{width:100%; background:#fff; }
	#content_inn{width:1030px; margin:0 auto; padding:60px 0; text-align:center;  }
	#inner{width:1150px; margin:0 auto; padding:45px 0;}

#green_box{width:800px; margin:0 auto; background:#3d8f01; text-align:center; color:#FFF; border-radius:15px; padding:18px 10px; text-transform:uppercase; margin-top:60px;}

#contact_left{float:left; width:50%; text-align:center; padding-top:80px;  }
#contact_right{float:right; width:45%; text-align:center;}

#hours_left{float:left; width:50%;   }
#hours_right{float:right; width:45%; text-align:center;}

/*******
FOOTER
*********/
	#footer_bottom{width:100%; background:#000; }
	#footer_inn{width:1245px; margin:0 auto;}
	#icons{width:6%; float:left; padding:30px 0; margin-right:1%;}
	#left_footer{width:50%; float:left; color:#FFF; padding:35px 0 30px 0; font-weight:700; line-height:24px; }	
	#right_footer{width:35%; float:right; text-align: right; padding:30px 0;}

/*******
STYLE
*********/
h1{font-family:"Times New Roman", Times, serif; font-size:42px; line-height:40px; color:#3d8f01; font-weight:700; margin-top:0; text-transform:uppercase;}
.style1{font-size:24px; font-weight:700; color:#ff0007; line-height:30px;}
.style2{font-family: 'Mea Culpa', cursive; font-size:48px; font-weight:400;  line-height:40px;}
.style3{ font-family:"Times New Roman", Times, serif; font-size:48px; font-weight:700; color:#ff0007; line-height:40px;}
.style4{font-size:18px; font-weight:700; line-height:40px;}

/*******
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:#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:30px; }
.imgleft{ max-width:95%; float:left; margin-right:30px; }


.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;}