/*css*/
@import "grid.css";
@import "font-awesome.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
html, body {height:100%;}

body{
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	position:relative;
	min-width:320px;
	-webkit-text-size-adjust: none;
}
.clear { clear:both;}
.logo	{margin:0 auto; padding:0; position: absolute; z-index:99; width:1150px }
.logo img	{height:200px; width:200px;}
/*Images*/
img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:auto;
	
}
ul, li { list-style:disc; padding-left:20px;}
li	{padding-left:0;}
.frame{} /* img border, paddings, shadows */

.img_fleft{
	float:left;display:inline-block;
	margin: 10px 30px 10px 0;
	}
.img_fright{
	float:right;display:inline-block;
	margin:10px 0 10px 30px;
	}
.photosizer {}
.photosizer2 {}
.central { text-align:center;}
.wrapper{width:100%; overflow:hidden; position:relative;}
.extra_wrap{overflow:hidden; display:block;}
.line {border-top: 1px solid #A51037; padding:10px 0 5px 0}

.article_bg { 
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari */
    display: flex;
    align-items: center;
	background:#C1D990; padding:10px 10px 10px 0; margin:20px 0 20px 0;
	border-radius: 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:10px;  
}

.article { max-width: 100%; display:inline-block;}

.fright { float:right;}
.fleft  { float:left;}
.bordertop { border-top:1px solid #A51037; padding-top:10px;}
.borderbot { border-bottom:1px solid #A51037;}
/*Links*/
a{
	color:#A51037 /*ddb705*/;
	text-decoration:underline;
}
	a:hover{
		color:#000;
		text-decoration:underline;
	}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
.btn{
	border: 1px solid #106199;
	background:#A51037;
	display:inline-block;
	text-decoration:none;
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    3px 4px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         3px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
	.btn span{
		display: inline-block;
		border: 1px solid #4e7ec4;
		background: #75abfb;
		padding: 7px 18px 10px 17px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 23px;
		font-weight: normal;
		font-style: italic;
		color: #fff;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
	.btn:hover span{
		background-color:#4e7ec4;
		text-decoration:none;
	}

.website { visibility:hidden; display: none;}
/*Titles*/
h2{
	color:#0b3a82;
	font:bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	line-height:40px;
}
h3{
	color:#06683C;
	font:bold 24px/28px Arial, Helvetica, sans-serif;
	padding-top:10px;
	line-height: 35px;
	border-bottom:1px solid #06683C;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #A51037;
	margin-bottom:20px;
	}
	h4 span{
		vertical-align: top;
		color: #A51037;
		font-weight: 300;
		}
h5{
	color:#00010f;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	line-height:25px;
	}

h6{
	color:#00010f;
	font:bold 20px/25px Arial, Helvetica, sans-serif;
	line-height:39px;
	}
h6 a {text-decoration:none;}
	h6.italic{
		font-family: Georgia, serif;
		font-size: 24px;
		line-height: 34px;
		font-weight: normal;
		font-style: italic;
		color: #A51037;
		margin-bottom: 8px;
		}
	h6.icon_title{
		padding-left:  29px;
		font-family: Georgia, serif;
		font-size: 20px;
		line-height: 25px;
		font-weight: normal;
		font-style: italic;
		color: #A51037;
		margin-bottom: 2px;
		position: relative;
		padding-bottom:15px;
		}
		h6.icon_title a{
			color: inherit;
			text-decoration:none;
			
			}
			h6.icon_title a:hover{
				color: inherit;				
				}
		h6.icon_title:before{
			display: block;
			position: absolute;
			font-family: FontAwesome;
			font-style: normal;
			content: "\f101";/*f18e-arrow, or f06c-leaf*/
			color: #86b1f1;
			font-size: 15px;
			line-height: 25px;
			top: 0px;
			left: 0px;
			}

ul.lnav {
	display: block;
	position: relative;
	font-style: normal;
	}
li.lnav { padding-bottom:20px; list-style-image:url(../images/arrows_green.png);}

a.navlink:link, a.navlink:visited {
	color:#00010f;
	font:bold 20px/25px Arial, Helvetica, sans-serif;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	font-style: italic;
	color: #A51037;
	text-decoration:none;
	}
a.navlink:hover,a.navlink:active {color: #323232; text-decoration:underline;}
a.navlink_on:link, a.navlink_on:visited,a.navlink_on:hover,a.navlink:active {
	color: #323232; text-decoration:underline;
	font:bold 20px/25px Arial, Helvetica, sans-serif;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	font-style: italic;
	color: #A51037;
	margin-bottom: 8px;
	padding-bottom:15px;
	}
.uline { text-decoration:underline;}

h2 a, h3 a, h4 a, h5 a, h6 a{
	color:inherit;
}
	h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	}

.f_list{
	float: left;
	 margin-right: 88px;
	}
	.mr_0{
		margin-right: 0px !important;
		}

/* Indents */
p	{ margin-bottom: 13px; /*as line-height in body*/}
.padtop { margin-top:30px;}
.padbtm { margin-bottom:20px;}
.pad_content  { margin:40px 0 0 20px;}
.pad0 { margin-left:0;}
.m_0{margin-bottom: 0px !important;}
.m_01{margin-bottom: 1px !important;}
.m_05{margin-bottom:5px;}
.m_11{margin-bottom:11px !important;}
.m_10{margin-bottom:10px !important;}
.m_13{margin-bottom:13px !important;}
.m_14{margin-bottom:14px !important;}
.m_15{margin-bottom:15px;}
.m_16{margin-bottom:16px !important;}
.m_19{margin-bottom:19px !important;}
.m_20{margin-bottom:20px !important;}
.m_21{margin-bottom:21px !important;}
.m_23{margin-bottom:23px !important;}
.m_25{margin-bottom:25px;}
.m_30{margin-bottom:30px;}
.m_35{margin-bottom:35px;}
.m_40{margin-bottom:40px;}
.m_45{margin-bottom:45px;}
.m_50{margin-bottom:50px;}
.m_55{margin-bottom:55px;}
.m_60{margin-bottom:60px;}
.m_65{margin-bottom:65px;}
.m_70{margin-bottom:70px;}
.m_75{margin-bottom:75px;}
.m_80{margin-bottom:80px;}
.m_85{margin-bottom:85px;}
.m_90{margin-bottom:90px;}

/* Lists */
.list li{
	margin-top: 1px;
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 25px;
	font-style: italic;
	}
	.list li:first-child{
		margin-top:0;
	}
	.list li a{
		color:#A51037;
		text-decoration:none;
	}
		.list li a:hover{
			color:#000;
			text-decoration:none;
		}

/**/
blockquote{width:100%;}
	cite{text-align:right;}
time{}

/************Header************/
header{
	width:100%;
	}
	.header_box{ 
		padding-top: 10px;
		margin-left:-60px;
		position: relative;
		}
		.header_box:after{
			position: absolute;
			bottom: -16px;
			width: 100%;
			height: 16px;
			content: '';
			}
h1{
	float: left;
	}
	h1 a{}
		h1 a:hover{
			text-decoration:none;
		}
	h1 .slogan{
		display:block;
	}
.topnav { text-align:right; font-size:12px;}
a.topnav:link, a.topnav:visited { padding-left:20px; text-decoration:none;}
a.topnav:hover, a.topnav:active { text-decoration:underline; }
a.topnav_current:link, a.topnav_current:visited, a.topnav_current:hover, a.topnav_current:active { text-decoration:underline; }
nav{
	float: right;
	padding-top: 20px;
	}
nav2{
	float: right;
	}
/*-------------MENU------------*/
	.sf-menu {
		list-style:none;
		margin-left:-50px;
	}
		.sf-menu > li {
			list-style:none; 
			text-transform:uppercase;
			display:block;
			float:left;
			font-size: 14px;
			line-height: 23px;
			margin-left:0;
			margin-bottom:10px;
			
		}
		.sf-menu > li:first-child{
			margin-left:0;
			list-style:none;
		}
			.sf-menu > li > a {
				list-style:none;
				color:#006838;
				text-decoration:none;
				transition: 0.3s;
				display:block;
				width:220px;
				padding:10px;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				/* IE10 Consumer Preview */ 
				background-image: -ms-linear-gradient(right, #F6FAED 0%, #C1D990 100%);			
				/* Mozilla Firefox */ 
				background-image: -moz-linear-gradient(right, #F6FAED 0%, #C1D990 100%);			
				/* Opera */ 
				background-image: -o-linear-gradient(right, #F6FAED 0%, #C1D990 100%);			
				/* Webkit (Safari/Chrome 10) */ 
				background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #F6FAED), color-stop(1, #C1D990));			
				/* Webkit (Chrome 11+) */ 
				background-image: -webkit-linear-gradient(right, #F6FAED 0%, #C1D990 100%);			
				/* W3C Markup, IE10 Release Preview */ 
				background-image: linear-gradient(to left, #F6FAED 0%, #C1D990 100%);
			}
				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color:#A51037;
					text-decoration:none; 
					font-weight:bold;
					/* IE10 Consumer Preview */ 
					background-image: -ms-linear-gradient(right, #C1D990 0%, #F6FAED 100%);			
					/* Mozilla Firefox */ 
					background-image: -moz-linear-gradient(right, #C1D990 0%, #F6FAED 100%);			
					/* Opera */ 
					background-image: -o-linear-gradient(right, #C1D990 0%, #F6FAED 100%);			
					/* Webkit (Safari/Chrome 10) */ 
					background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #C1D990), color-stop(1, #F6FAED));			
					/* Webkit (Chrome 11+) */ 
					background-image: -webkit-linear-gradient(right, #C1D990 0%, #F6FAED 100%);			
					/* W3C Markup, IE10 Release Preview */ 
					background-image: linear-gradient(to left, #C1D990 0%, #F6FAED 100%);
				}
				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
			.sf-menu .menu-arrow{display:none;}

		/* submenu */
		.sf-menu ul {
			list-style:none;
			background:#FFF;
			display:none;
			left: 0;
			padding: 4px 1px 13px;
			position:relative;
			top: 10px;
			width: 240px;
			z-index:99;
			text-align:left;
		}
		.sf-menu ul.current {
			list-style:none;
			background:#FFF;
			display:block !important;
			visibility: visible !important;
			left: 0;
			padding: 4px 1px 13px;
			position:relative;
			top: 10px;
			width: 240px;
			z-index:99;
			text-align:left;
		}
			.sf-menu ul li{
				list-style:none;
				position: relative;
				margin-top: 5px;
				position: relative;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				line-height: 16px;
				font-weight: 300;
				text-transform: none;
				font-style: normal;
				border-top: 1px dotted #646464;
				padding: 6px 16px 0px;
				}
				.sf-menu ul li:first-child{
					margin-top:0;
					border-top: none;
				}
				.sf-menu ul li a{
					list-style:none;
					color: #00683C;
					text-decoration:none;
				}
				.sf-menu ul li > a:hover,
				.sf-menu ul li.sfHover > a,
				.sf-menu ul li.active > a,
				.sf-menu ul li.current > a{
					display:block;
					color:#A51037;
					text-decoration:underline;
				}

				.sf-menu ul li a.sf-with-ul:before {
					list-style:none;
					content: "\f107";
					font-family: FontAwesome;
					font-size: 14px;
					line-height: 14px;
					color: #777777;
					position: absolute;
					right: 13px;
					top: 11px;
					}


		/* subsubmenu */
		.sf-menu ul ul {
			background:#2e2e2e;
			left: 253px;
			top: -3px;
			width: 245px;
		}
			.sf-menu ul ul li a{
				text-decoration:none;
			}
			.sf-menu ul ul li > a:hover,
			.sf-menu ul ul li.sfHover > a,
			.sf-menu ul ul li.active > a{
				text-decoration:none;
			}
	#mm0{
		display:none;
		border: 1px solid #A51037;
		outline: none;
		padding: 3px;
		width: 100%;
	}

	.slide_box{
		overflow: hidden;
		padding: 0;
		margin-top:100px;
		height:440px;
		}

/************buttons***********/
.topbtn { width:100%; display:block;}
a.topbtn:link, a.topbtn:visited {
	font-family: Arial, Helvetica, sans-serif
	font-style: italic;
	padding: 23px;
	color: #323232;
	width:87%;
	font-size:22px;
	text-decoration:none;
	text-transform:capitalize;
	background: #fff;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 20px;
	}
	
a.topbtn:hover, a.topbtn:active {
	color: #A51037;
	background:#E6E6E6;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 20px;
	}

/************Content***********/
.displayblock {display:inline-block; width:100%;}
.box1{
	padding: 22px 22px 15px 22px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 20px;
	}
.box2{
	padding: 25px;
	background-image:url(../images/box2_bg.png);
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	margin-bottom: 30px;
	}
	.title_box{
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: 10px;
		}
		.title_box h4{
			margin-bottom: 14px;
			}

	.full_width{
		width: 100%;
		margin-bottom: 13px;
		}
	.full_height{
		height: 100%;
		}	
	
	.img_to_post{
		position: relative;
		margin-bottom: 5px;
		}
		.img_to_post img{
			width: 100%;
			}
			
		.img_to_post span.img_to_post_date{
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: url(../images/date_bg.png) repeat 0 0;
			padding: 5px 17px 8px 13px;
			margin-bottom:20px;
			font-family: Georgia, serif;
			font-size: 17px;
			line-height: 25px;
			font-style: italic;
			color: #fff;
			}
	.img_to_post2{
		position: relative;
		margin-bottom: 10px;
		}
		.img_to_post2 img{
			width: 300px;
			}			
		.img_to_post2 span.img_to_post_date2{
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: url(../images/date_bg.png) repeat 0 0;
			padding: 5px 17px 8px 13px;
			margin-bottom:8px;
			font-family: Georgia, serif;
			font-size: 17px;
			line-height: 25px;
			font-style: italic;
			color: #fff;
			}
			
			.p_link{
				display: inline-block;
				margin-left: 10px;
				margin-top: 7px;
				vertical-align: top;
				background: url(../images/p_link.png) no-repeat 0px 0px;
				width: 5px;
				height: 9px;
				text-decoration: none;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				}
				.p_link:hover{
					opacity: 0.7;
					}
	
	.simple_link{
		font-family: Georgia, serif;
		font-size: 17px;
		line-height: 25px;
		font-weight: normal;
		font-style: italic;
		color: #323232;
		text-decoration: underline;
		transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		}		
		.simple_link:hover{
			color: #A51037;
			}


.qoute_box{
	overflow: hidden;
	padding-top: 4px;
	}
	.qoute_number{
		float: left;
		width: 56px;
		padding: 1px;
		border: 1px solid #448447;
		background: #439047;
		margin-top: 6px;
		margin-right: 20px;
		border-radius: 49%;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
		}
		.qoute_number span{
			display: block;
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 30px;
			line-height: 30px;
			font-weight: 700;
			color: #fff;
			padding-top: 11px;
			padding-bottom: 15px;
			border: 1px solid #4fab54;
			border-radius: 49%;
			}
	.quote_content{
		overflow: hidden;
		}
		.quote_content h6.italic{
			margin-bottom: 0px;
			}

.mail_linlk{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #777777;
	vertical-align: top;
	text-decoration: underline;
	}
	.mail_linlk:hover{
		color: #A51037;
		}
	
/*----------- Map ------------*/
.map{
	padding-top: 6px;
	float: left;
	width: 440px;
	margin-right: 30px;
	}
	.map iframe{
		width: 100%;
		height: 400px;
		}
	.address_box{
		float: left;
		width: 200px;
		}


address dl{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom: 24px;
}
address dt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #777777;
	margin-bottom: 22px;
	}
address dd{
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #777777;
	}
	address dd a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 23px;
		color: #777777;
		vertical-align: top;
		text-decoration: underline;
		}
		address dd a:hover{
			color: #418e45;
			}
address dl span {
	float:left;
	width: 90px;
}

/************Footer************/
footer{
	width:98.25%;
	padding: 10px;
	font-size: 11px;
	border-top:1px solid #A51037;
	}
	a.footer:link, a.footer:visited{
	color:#000; 
	text-transform:uppercase;
	text-decoration:none;
	}
	a.footer:hover, a.footer:active, a.footer_on {
		color:#a51037;
		text-transform:uppercase;
		text-decoration:underline;
	}
	.small { font-size:11px}
	h4.footer_title{
		font-size: 20px;
		line-height: 23px;
		font-style: italic;
		color: #323232;
		margin-bottom: 16px;
		margin-top: 17px;
		}
	.tagline{
		border-top: 1px solid #d4d4d4;
		padding:20px;
		font-size: 28px;
		font-weight: normal;
		font-style: italic;
		color: #323232;
		margin-bottom: 8px;
		text-align:center;
	}	
	.footer_logo{
		display: inline-block;
		margin-bottom: 15px;
		}
	.footer_addres{
		display: block;
		font-size: 15px;
		line-height: 20px;
		font-style: italic;
		}
	.footer_phone{
		display: block;
		font-size: 21px;
		line-height: 23px;
		font-weight: 400;
		margin-bottom: 20px;
		}
	
	.copyright{
		vertical-align: top;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 18px;
		
		}
		.copyright a{color:inherit; vertical-align: top;}
		.copyright span{vertical-align: top;}
	.footer-link{display:block;}

#toTop {
	background:url(../images/to_top_green.png) center top no-repeat;
	border:none;
	bottom: 70px;
	color:transparent;
	display:none;
	font-size:0;
	height:46px;
	line-height:0;
	overflow:hidden;
	position:fixed;
	right: 50% !important;
	margin-right: -775px !important;
	text-decoration:none;
	width:46px;
	z-index:20;
	border-radius: 49%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#toTop:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow:  none;
	box-shadow:  none;

}

#toTop:active, #toTop:focus {
	outline:none;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media (min-width: 980px) and (max-width: 1199px) {
	.logo	{margin:0 auto; padding:0; position: absolute; z-index:99; width:940px; }
	.logo img	{height:180px; width:180px;}

	h1{
		float: none;
		text-align: center;
		}
/*-------------MENU------------*/
	.sf-menu {
			display: inline-block; margin-left:-40px;
			}
	.sf-menu > li > a {
		width:190px;
		font-size:12px;
	}
	.sf-menu ul, .sf-menu li, sf-menu .current, .sf-menu > li:first-child { margin-left:0; text-align:left;}
	/* submenu */
		.sf-menu ul.current,
		.sf-menu ul {
			left: 0;
			width:190px
		}

	.map {
		padding-top: 6px;
		float: left;
		width: 100%;
		margin-bottom: 30px;
		}

	.address_box {
		width: 100%;
		}
		.address_box address{
			float: left;
			margin-right:  20px;
			}
		address dl{
			margin-bottom: 0px;
			}
	a.topbtn:link, a.topbtn:visited {
		font-family: Georgia, serif;
		font-style: italic;
		padding: 18px 10px 18px 20px;
		color: #323232;
		width:93%;
		font-size:20px;
		text-decoration:none;
		text-transform:capitalize;
		background: #fff;
		-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		margin-bottom: 14px;
		}
		
	a.topbtn:hover, a.topbtn:active {
		color: #A51037;
		background:#E6E6E6;
		-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		margin-bottom: 14px;
		}
	.photosizer { width:90%;}
	.photosizer2 { }
	.img_fleft{
		float: left;display:inline-block;
		margin: 10px 20px 10px 0;
		}
	.img_fright{
		float:right;display:inline-block;
		margin:10px 0 10px 20px;
		}
	.slide_box {margin-left:10px; margin-right:-10px;height:354px;}
	footer {	width:97.85%; padding: 10px;}
}

@media (min-width: 768px) and (max-width: 979px) {
	.logo	{margin:0 auto; padding:0; position: absolute; z-index:99; width:748px }
	.logo img	{height:150px; width:150px;}

	.slide_box {margin-left:10px; margin-right:-10px; height:282px;}

	h4 {
		font-size: 24px;
		line-height: 30px;
		}
/*---------------MENU----------------*/
	.sf-menu {
			display: inline-block; margin-left: -20px;
			}
	.sf-menu > li > a {
		width:150px; margin-left:-20px;
		font-size:12px;
	}
	/* submenu */
		.sf-menu ul.current,
		.sf-menu ul {
			left: -20px;
			width:150px
	}
		
	.address_box address{
			float: none;
			margin-right: 0px;
			}
		address dl{
			margin-bottom: 20px;
			}

	#form .btns {
		margin-right: 12px;
		}
	a.topbtn:link, a.topbtn:visited {
		font-family: Georgia, serif;
		font-style: italic;
		padding: 13px 10px 13px 20px;
		color: #323232;
		width:89%;
		font-size:16px;
		text-decoration:none;
		text-transform:capitalize;
		background: #fff;
		-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		margin-bottom: 10px;
		}
		
	a.topbtn:hover, a.topbtn:active {
		color: #A51037;
		background:#E6E6E6;
		-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		margin-bottom: 10px;
		}
	.img_fleft{
		float:left;display:inline-block;
		margin: 10px 30px 10px 0;
		}
	.img_fright{
		float:right;display:inline-block;
		margin:10px 0 10px 30px;
		}
	.photosizer { width: 100%;}
	.photosizer2 { width:50%;}
	footer {	width:97.50%; padding: 10px;}

}
@media (max-width: 767px) {
	.header_box{ 
		padding-top:0;
		margin-left:-40px;
		position: relative;
		}
		.header_box:after{
			position: absolute;
			bottom: -16px;
			width: 100%;
			height: 16px;
			content: '';
			}
    /*-----------menu------------*/
	.sf-menu {
			display: none;
			}
	.sf-menu > li > a {
		display: none;
	}
	/* submenu */
		.sf-menu ul.current,
		.sf-menu ul {
			display: none;
	}
	.logo	{margin:0 auto; padding:0; position: absolute; z-index:99; width:420px }
	.logo img	{height:150px; width:150px; margin-top:-60px;}

	#mm0{
		display:block;
	}
	a.topbtn:link, a.topbtn:visited {
		font-family: Georgia, serif;
		font-style: italic;
		padding: 10px 10px 10px 20px;
		color: #323232;
		width:93%;
		font-size:18px;
		text-decoration:none;
		text-transform:capitalize;
		background: #fff;
		-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		margin-bottom: 10px;
		}
		
	a.topbtn:hover, a.topbtn:active {
		color: #A51037;
		background:#E6E6E6;
		-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		margin-bottom: 10px;
		}
	.photosizer { }
	.photosizer2 { width:50%;}
	.img_fleft, .img-fright{
		display:block;
		text-align:center;
		}
	.slide_box{
		overflow: hidden;
		margin-left: 10px; margin-right:-10px;
		border-top:5px solid #A51037;
		border-bottom:1px solid #A51037;
		margin-bottom: 0;
		height:200px;
	}
	footer {	width:95.70%; padding: 10px;}
}
@media (max-width: 480px) {
	.nav	{ display:block; text-align:center;}
	.logo	{ margin:0 auto; padding:0; position: relative; z-index:99; width:350px;  }
	.logo img	{height:150px; width:150px; margin-top:10px; margin-left:20px;}
	.slide_box{
		overflow:visible;
		margin-top:-90px;
		width: 350px;
		margin-left:20px;
		margin-right:0;
		border-top:5px solid #A51037;
		border-bottom:1px solid #A51037;
		margin-bottom: 10px;
	}
	/*a.topbtn:link, a.topbtn:visited {
		font-family: Georgia, serif;
		font-style: italic;
		padding: 10px 10px 10px 20px;
		color: #323232;
		width:90%;
		font-size:17px;
		text-decoration:none;
		text-transform:capitalize;
		background: #fff;
		-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		margin-bottom: 10px;
		}
		
	a.topbtn:hover, a.topbtn:active {
		color: #A51037;
		background:#E6E6E6;
		-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		-moz-box-shadow:    0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		box-shadow:         0px 0px 27px 0px rgba(0, 0, 0, 0.07);
		margin-bottom: 10px;
		}*/
	.photosizer { width: 80%;}
	.img_fleft, .img-fright{
		display:block;
		margin: 10px;
		text-align:center;
		}
	.article_bg { 
		display: table;
		background:#C1D990; padding:10px; margin:20px 0 10px 10px;
		border-radius: 10px;
		-moz-border-radius:	10px;
		-webkit-border-radius:10px;  
	}
	.article { max-width: 100%; display:table-row;}
	footer {	width:94.5%; padding: 10px;}
}
