/* 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=Alfa+Slab+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

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

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

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

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#bbeef7;font-family: "Poppins", sans-serif; font-weight:700; line-height:30px;  text-decoration:none; }
a.footermenu:hover{color:#fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#ae2900; padding:15px 25px; border-radius:10px; font-weight:700; line-height:35px; font-size:28px; margin-top:15px;  text-decoration:none; text-transform:uppercase; display: inline-block;  -webkit-transition: background 2s; /* For Safari 3.0 to 6.0 */   transition: background 2s; /* For modern browsers */}
a.btnlink:hover {background:#7b1e01; text-decoration:none; color:#fff;}

/*********
HEADER
******/
#top_bg{width:100%; background:url(../images/top_bg.jpg) repeat-x #000;}
#top_inn{width:1315px; margin:0 auto;}
#logo{width:20%; float:left;}
#order{width:15%; float:left; text-align:center; margin-left:8%; background:#09F; margin-top:40px; font-size:20px; font-family: "Alfa Slab One", serif; color:#FFF; padding:10px; border-radius:10px; }
#right_part{width:50%; float:right;}
#top{border-bottom:1px solid #FFF; padding:10px 0; font-family: "Poppins", sans-serif; font-size:14px; color:#0df3fc; font-weight:700; width:85%; float:right; text-transform:uppercase; margin-bottom:15px;}
#location{width:65%; float:left;}
#phone{width:30%; float:right; text-align:center;}
#menu{width:80%; float:left; margin-left:10%;}
#facebook{text-align:right; width:10%; float:right;}

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


/****************/
#content{width:100%; background:#fff; padding-bottom:50px;}
#content_inn{width:1100px; margin:0 auto; }
#left{width:54%; float:left; padding:180px 0 80px 0;}
#right{width:35%; float:right; padding:100px 0 50px 0;}

#inn{width:1200px; margin:0 auto; text-align:center; padding:40px 0; font-family: "Poppins", sans-serif; font-size:24px;}

	#inner{width:1200px; margin:0 auto; padding-top:45px; }

#contact_left{width:45%; float:left; text-align:center;  }
#contact_right{width:45%; float:right; text-align:center; }


/*******
FOOTER
*********/
#footer_bottom{width:100%; background:#000;}
	#footer_inn{width:1280px; margin:0 auto;}
	#left_footer{width:40%; float:left;  text-transform:uppercase; font-family: "Poppins", sans-serif; font-weight:700; padding:35px 0 25px 0; color:#d3c1c1; line-height:24px;}
	#logos{float:left; width:12%; padding:30px 0; margin-right:1%; }
	#right_footer{width:35%; float:right; text-align:right; padding:45px 0 30px 0;}

/*******
STYLE
*********/
h1{font-family: "Alfa Slab One", serif;  font-size:42px; line-height:40px; color:#be1621;  font-weight:400; margin-top:0; text-transform:uppercase;}

.style1{font-family: "Poppins", sans-serif;  font-size:26px; font-weight:700; color:#02c9f4; line-height:30px; }

.style2{font-family: "Poppins", sans-serif;  font-size:30px; font-weight:400; color:#02c9f4; line-height:35px; text-transform:uppercase; }
.style3{font-family: "Playball", cursive;  font-size:48px; font-weight:400; color:#be1621; line-height:53px; }

.style4{font-family: "Playball", cursive;  font-size:48px; font-weight:400; color:#02c9f4; line-height:53px; }
.style5{font-family: "Poppins", sans-serif;  font-size:30px; font-weight:700; color:#be1621; line-height:35px; text-transform:uppercase; }


/*******
FORM
*********/
#contactform{width:95%;  font-family:'Montserrat', sans-serif; font-size:16px; line-height:26px;}
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:#fff; background:#be1621; border:1px solid #be1621; 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;}
.inputsizesmall{ width:100px; margin-bottom:8px;}
.inputsizesm{ width:40px; margin-bottom:8px;}
select{width:98%; margin-bottom:8px;}

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


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

