/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');


body{margin:0px; font-family: 'Arimo', sans-serif;  font-size:16px; color:#000; font-weight: normal; line-height: 24px; background:#000;}

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

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

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#9e9e9e; text-decoration:none;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited { color: #ffffff; background: #BF1E2E; padding: 8px 20px; text-decoration: none; text-transform:uppercase;}
a.btnlink:hover { background: #a60919; text-decoration: none;}

/*********
HEADER
******/
#header{width:100%; background:url(../images/header_bg.png)repeat-x #761b04; padding:45px 0;}
	#header_inn{width:1180px; margin:0 auto;}
		#header_left{width:31%; margin-right:5%; float:left; margin-top:40px;}
		#header_center{width:33%; float:left;}
		#header_right{width:31%; float:right; margin-top:40px;}
			

/*******
BANNER
*********/



/*******
CONTENT
*********/
#content{width:100%; background:url(../images/content_bg.png)repeat-x #fec753; padding:40px 0 60px 0;}
	#inner{width:1080px; margin:0 auto;}
		#content_left{width:45%; float:left; text-align:center;}
		#content_right{width:45%; float:right; text-align:center;}
			.visit_link {background: #531100; padding: 2%;}
			a.visit_link {color: #fff; text-transform: uppercase; text-decoration: none;}
/*******
FOOTER
*********/
#footer{width:100%; background:#000; padding:40px 0 65px 0;}
	#footer_inn{margin:0 auto; text-align:center;}

/*******
STYLE
*********/
h1{ font-size:35px; line-height:35px; color:#bf1e2e; text-transform: uppercase; margin-top:0;}
.style1{ font-size:25px; font-weight:400; color:#2b395f; line-height:30px;}

.style2{font-family: 'Abril Fatface', cursive; font-size:36px; color:#ad3a05; line-height:35px;  text-transform:uppercase;}
.style3{font-family: 'Abril Fatface', cursive; font-size:30px; color:#000; line-height:35px;}
.style4{ font-family: 'Poppins', sans-serif; font-size:18px; }

/*******
FORM
*********/
.form1{ width:100%;}
input, textarea, select { height:25px; background:#f5f5f5; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:150px; height:40px; font-weight:bold; text-align:center; color:#FFFFFF;	background:#0271b2; border:1px solid #000000; font-size:15px; margin-top:10px; text-align:center;}
.email_error{ padding:2px; border:1px solid red; color:red; margin-bottom:5px;}
.inputsize{ width:100%;}
.inputzipsize{ width:50px;}
.textright{ text-align:right;}

/*******
MISC
*********/
.img{border:1px solid #D7D7D5; padding:5px; }
.imgright{border:1px solid #D7D7D5; padding:5px; max-width:95%; float:right; margin-left:30px; }
.imgleft{border:1px solid #D7D7D5; padding:5px; max-width:95%; float:left; margin-right:30px; }


.clear{clear:both;}
img{max-width:100%;}
a[href^=tel] { color: inherit; text-decoration: none; }


.back-to-top { position: fixed; bottom: 2em; right: 40px; display: none;}
