/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

body{margin:0px; font-family: 'Archivo', sans-serif; font-size:18px; color:#000; font-weight: normal; line-height:30px; }

a:link, a:active, a:visited{ color:#06923e; font-weight:700; text-decoration:underline; }
a:hover{color:#000; text-decoration:underline;}

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

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

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#e1e1e1; font-weight:700; line-height:50px;  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:#047832; text-decoration:none;}

/*********
HEADER
******/
#header_inn{width:1280px; margin:0 auto; text-align:center; font-size:40px; color:#FFF; text-shadow:1px 3px #000; font-family: 'Oswald', sans-serif; text-transform:uppercase; line-height:50px; font-weight:700; padding-bottom:120px;}

#menu{ width:860px; margin:0 auto; background:#037832; margin-top:35px; border-radius:20px;}

/*******
BANNER
*********/
#banner_inn{width:1086px; margin:0 auto;  }
#photo{position:relative; bottom:0; top:-100px;   }
.photo1{width:32.22836%; float:left; margin-right:1.65746%;   }
.photo2{width:32.22836%; float:right;  }

/****************/
#content{width:1160px; margin:0 auto; background:#FFF;  border-radius:20px;   }
	#content_inn{width:1055px; margin:0 auto; padding-bottom:60px;  }
	#left{width:46%; float:left; padding:50px 0;}
	#right{width:48%; float:right; padding:50px 0; margin-right:2%;}
	
	#inner{width:1050px; margin:0 auto; padding:45px 0;}
	
		
#hours_left{float:left; width:50%; padding-top:40px; }
#hours_right{float:right; width:45%; text-align:center;}

#contact_left{float:left; width:45%; text-align:center; padding-top:80px;}
#contact_right{float:right; width:45%; text-align:center; margin-right:5%;}

/*******
FOOTER
*********/
	#footer_inn{width:1160px; margin:0 auto; color:#FFF; padding:0 0 50px 0; font-weight:900; font-size:24px; text-align:center;}

/*******
STYLE
*********/
h1{font-family: 'Oswald', sans-serif; font-size:42px; line-height:40px; color:#047832; font-weight:700; margin-top:0; text-transform: uppercase;}
.style1{font-size:22px; font-weight:700; color:#06923e; line-height:30px;}
.style2{font-size:48px; font-weight:700; line-height:50px;}
.style3{font-family: 'Oswald', sans-serif; font-size:48px; font-weight:700; color:#047832; line-height:50px; text-transform:uppercase;}
.style4{font-family: 'Lobster Two', cursive; font-size:48px; font-weight:400; line-height:50px;}
.style5{font-family: 'Lobster Two', cursive; font-size:36px; font-weight:400; color:#e2270a; line-height:40px;}

.smallfont{font-size:12px; color:#F00; line-height:18px; font-weight:700;}

/*******
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-right:30px; }
.imgleft{ max-width:95%; float:left; margin-right:10px; }


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

iframe, object, embed {
    max-width: 100%;
}