/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:ital,wght@0,400;0,500;0,600;0,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');


body{margin:0px; font-family:'Montserrat', sans-serif;  font-size:16px; color:#202020; font-weight: normal; line-height:24px;}

a:link, a:active, a:visited{ color:#a91358; font-weight:600; 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{color: #fff; text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited {font-family:'Montserrat', sans-serif; font-size:12px; color:#616161; font-weight:700; line-height:30px;  text-decoration:none; }
a.footermenu:hover{color: #fff;}

a.menu2:link, a.menu2:active, a.menu2:visited{ display:inline-block; font-size:20px;  font-weight:600; background:#b91735; width:100%; padding:8px; color:#fff; line-height:30px; text-decoration:none;}
a.menu2:hover{ text-decoration:none;}

.redbox{width:90%;}

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; margin: 10px;}
a.btnlink:hover {background:#fd0200; text-decoration:none;}

/*********
HEADER
******/
#menu_bg{width:100%; background:#361801;}
#menu_inn{width:1280px; margin:0 auto;}
#menu{width:70%; float:left;}
#icons{width:8%; float:right; padding:11px 0 5px 0; text-align:center;}

#header_inn{width:1280px; margin:0 auto; text-align:center; font-size:36px; color:#FFF; font-weight:bold; padding-bottom:265px; font-family: 'Poppins', sans-serif; text-shadow:2px 3px #000; text-transform:uppercase;}


/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg.png) repeat-x;}
#banner_img{width:1241px; margin:0 auto;}

/****************/
#content{width:100%; background:#fffdf2; }
	#content_inn{width:1215px; margin:0 auto; padding:80px 0 90px 0; }
	.welcome{padding-bottom:50px;}
	#inner{width:1150px; margin:0 auto; padding:45px 0;}

#contact_left{float:left; width:45%; text-align:center;   }
#contact_right{float:right; width:45%; }


.left_text{width:65%; float:left;}
.right_img{width:30%; float:right;}
/*******
FOOTER
*********/
.bg-image {
    position: relative;
}
.bg-image img {
    display: block;
    width: 100%;    
    margin: 0 auto;
}


	#footer_bottom{width:100%; background:#181818; color:#fdfdfd; font-family: 'Oswald', sans-serif; font-size:18px;  padding:30px 0 25px 0; line-height:35px; font-weight:400;  text-align:center;}

/*******
STYLE
*********/
h1{font-family: 'Poppins', sans-serif; font-size:45px; line-height:40px; color:#8d0f49; font-weight:600; margin-top:0; text-transform:uppercase;}
h2{ font-size:24px; line-height:40px; color:#a91358; font-weight:700; margin-top:0; text-transform:uppercase;}

.style1{font-size:22px; font-weight:700; color:#a91358; line-height:30px;}
.style2{font-family: 'Dancing Script', cursive; font-size:48px; font-weight:700; line-height:50px;}
.style3{font-family: 'Poppins', sans-serif; font-size:48px; font-weight:500; color:#72103d; line-height:50px;}
.style4{font-size:22px; font-weight:700; color:#f1a400; line-height:30px;}


/*******
FORM
*********/
#contactform{width:80%;}
input, textarea {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:#a91358; border:1px solid #a91358; 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;}

select {padding:5px 10px; font-family:'Montserrat', sans-serif; border:1px solid #dedede; font-size:16px; background:#FFF; margin-bottom:10px;}
/*******
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: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;
}

:focus {outline:0 !important;}