/* 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=Lobster+Two:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');


body{margin:0px; font-family:'Montserrat', sans-serif;  font-size:17px; color:#000; font-weight: normal; line-height:26px; background:#527368;}

a:link, a:active, a:visited{ color:#239770; font-weight:600; text-decoration:underline; }
a:hover{color:#000; text-decoration:underline;}

a.more:link, a.more:active, a.more:visited { font-size:15px; color:#239770; font-weight:700;  text-decoration:underline;}
a.more:hover{ text-decoration:underline; color:#000; }

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

a.more02:link, a.more02:active, a.more02:visited { font-size:15px; color:#239770; font-weight:700;  text-decoration:underline;}
a.more02:hover{ text-decoration:underline; color:#000; }

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#a6bcb5; font-weight:700; line-height:30px;  text-decoration:none; text-transform:capitalize;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#cba821; padding:8px 15px; font-weight:600; font-size:15px; line-height:24px;  text-decoration:none; text-transform:uppercase; display: inline-block;}
a.btnlink:hover {background:#cba821; text-decoration:none;}


/*********
HEADER
******/
#menu_bg{width:100%; background:#527368;}
#menu{width:1280px; margin:0 auto;}

#header_top{width:100%; background:url(../images/bg.png);}
#header_inn{width:1280px; margin:0 auto;}
#logo{width:22%; float:left; padding:33px 0 20px 0; text-align:center;}
#address{width:55%; float:left; text-align:right; padding:88px 0 0 0; color:#527368; font-size:18px; line-height:30px; font-weight:600; text-transform:  uppercase; margin-left:5%; }
#call{width:14%; float:right; padding:88px 0 20px 0; color:#527368; font-size:18px; line-height:30px; font-weight:600; }

/*******
BANNER
*********/
#banner_inn{width:1220px; margin:0 auto; }
#left_address{width:40%; float:left; padding:80px 0 0 0; text-align:right; font-size:36px; line-height:40px; text-transform: capitalize; font-family: 'Cinzel', serif; font-weight:400; }
#right_pic{width:55%; float:right; padding-bottom:75px;}


/****************/
#content{width:100%; background:#fff; padding:60px 0; }
	#content_inn{width:1220px; margin:0 auto; }
	#left{width:38%; float:left; text-align:center;}
	#right{width:58%; float:right; }
	#inn{width:85%;}
	#inner{width:1150px; margin:0 auto;}

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

#hours_left{float:left; width:50%; padding-top:20px;  }
#hours_right{float:right; width:45%; text-align:center; }

.retail{width:49%; float:left; text-align:center; padding-top:40px;}
.bread{width:32%; float:left;}

/*******
FOOTER
*********/
#footer_bottom{width:100%; background:#527368;}
	#footer_inn{width:1230px; margin:0 auto; padding:15px 0 30px 0; color:#FFF; font-size:20px;  font-weight:900; line-height:24px; text-align:center;}


/*******
STYLE
*********/
h1{ font-size:42px; line-height:40px; color:#527368; font-weight:700; margin-top:0; text-transform:uppercase;}
.style1{font-size:24px; font-weight:600; color:#cba821; line-height:30px;}
.style2{font-weight:700; color:#527368; line-height:30px; text-transform:uppercase;}
.style3{font-size:48px; font-weight:300; color:#cba821; line-height:55px;  text-transform:uppercase;}
.style4{font-size:48px; font-weight:900; color:#527368; line-height:50px;  text-transform:uppercase;}

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


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

#order_popup .option_list_container .option_list[data-orientation="2"]{
    padding:0px!
}