/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

body{margin:0px; font-family:'Montserrat', sans-serif; font-size:18px; color:#000; font-weight: normal; line-height:28px; }

a:link, a:active, a:visited{ color:#ed1c24; font-weight:700; text-decoration:none; }
a:hover{color:#000; text-decoration:underline;}


td a:link, td a:active, td a:visited{ font-size:14px; }

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:10px; color:#767676; font-weight:700; text-transform:uppercase; line-height:30px;  text-decoration:none;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#fd0200; padding:8px 15px; font-weight:600;  text-decoration:none; text-transform:uppercase; display: inline-block; font-size:15px;}
a.btnlink:hover {background:#fd0200; text-decoration:none;}

/*********
HEADER
******/
#header_top{width:100%; background:#ed1c24;}
#header_inn{width:1250px; margin:0 auto;}
#logo{float:left;}
#right_part{width:53%; float:right;}
#menu{background:#000; border-bottom-left-radius:20px; border-bottom-right-radius:20px;}
#address{text-align:right; float:left; color:#FFF; padding:30px 0; font-size:24px; margin-left:7%; font-weight:900;}
#facebook{float:right; padding:30px 0; margin-right:7%;}
#online{width:1250px; margin:0 auto; text-align:right; padding-bottom:210px;}

/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg.png);}
#banner_inn{width:1251px; margin:0 auto; }

/****************/
#content{width:100%; background:#FFF; }
	#content_inn{width:870px; margin:0 auto; padding-bottom:60px; text-align:center; }
	
	#inner{width:1150px; margin:0 auto; padding:45px 0;}
	


#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_bottom{width:100%; background:#000; }
	#footer_inn{width:1250px; margin:0 auto; color:#FFF; padding:40px 0; font-weight:900; font-size:18px; text-align:center; text-transform:uppercase;}


/*******
STYLE
*********/
h1{font-size:42px; line-height:40px; color:#c0191f; font-weight:700; margin-top:0; text-transform: uppercase;}
.style1{font-size:22px; font-weight:700; color:#ed1c24; line-height:30px;}
.style2{font-family:'Poppins', sans-serif; font-size:48px; font-weight:700; color:#ed1c24; line-height:50px; text-transform: uppercase;}
.style3{font-size:30px; font-weight:900; color:#ed1c24; line-height:30px; text-transform: uppercase;}
.style4{font-family: 'Lobster Two', cursive; font-size:36px; font-weight:400; 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-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%;
}