body, p, i, strong, li, ul, a, h1, h2, h3, h4, h5, h6, div { font-family: 'Open Sans', sans-serif; }
	
	
.site-branding { text-align: center; }

.site-header {background-color: #209300; }

.site-title,
.site-title a { color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	font-size: 40px; }
	
.site-description { color: #fff; 
	margin-top: 0px; }
	
.header_content { text-align: right;
		color: #fff;  }
		
.header_content { padding-bottom: 15px; }

.header_content h2 { margin-bottom: 4px; }
		
.header_content a:link,
.header_content a:visited { color :#fff;
	display: block;
	text-decoration: none;
	white-space: nowrap; }
	
.header_content a:hover,
.header_content a:active { color: #333; }
	
.main_offer { text-align: center; }
		
.main_offer img { max-width: 70%;
padding-top: 15px; }

.social_links { text-align: right; }
	
.metaslider { border-bottom: 6px solid #209300; }

.home_icon_main {
	text-align: center;
	font-size: 70px; }
	
.home_icon_main i { border: 3px solid #209300;
	border-radius: 50%;
	width: 130px;
	color: #209300;
	height: 130px;
	padding-top: 25px; }
	
.large_sign { text-align: center; }

.intro_aside { border: 1px solid #ccc;
text-align: center;
padding: 20px;
font-size: 14px;
background-color: #f7faff; }

/* CONTENT STYLING ============= */

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


a.home_button:link,
a.home_button:visited {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #209300;
	padding: 10px 20px;
	border-radius: 3px;
	width: 70%;
	margin: 0 auto;
	display: block; }
	
a.home_button:hover { background-color: #ccc; }

/* SIDEBAR ================= */

.sidebar { padding-top: 45px; }

.sidebar ul { margin-left: 0;
	padding-left: 20px; }
	
	

/* FOOTER =============== */

.cta-bar-wrap { background-color: #209300;
	float: left;
	width: 100%; }
	
.cta-bar h2 { color :#fff; }

a.cta-button:link,
a.cta-button:visited { -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #216f21;
	padding: 10px 20px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	margin-top: 17px;
	float: left;
	border: 1px solid #fff;
	box-shadow: 2px 2px 2px 0px #0000004d; }
	
a.cta-button:hover,
a.cta-button:active { background-color: #fff;
	color: #216f21;
	border: 1px solid #216f21; }

.site-footer { background-color: #34495E;
	text-align: left;
	padding: 20px 0px;
	color: #fff; }

.site-footer h2 { border-bottom: 1px solid #fff; }


.site-footer a:link,
.site-footer a:visited { color: #fff; 
		text-decoration: none; }

.site-footer a:hover,
.site-footer a:active { color: #ccc; }

#footer1 p { margin: 0px 0px 10px 0px; }

.site-footer input.search-field { margin-bottom: 15px;
	width: 100%;
	padding: 8px; }

.site-footer input.search-submit { background-color: #209300;
	color: #fff;
	border: 0px;
	padding: 10px 20px;
	text-transform: uppercase;
	float: right; }
	
#callout { background-color: #333;
		width: 100%;
		float: left;
		text-align: center;
		color: #fff; }
		
#callout a:link,
#callout a:visited { color: #fff;
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; }

#callout a:hover,
#callout a:active { color: #209300; }

@media only screen and (min-width: 600px)  {
	
	#site-navigation { text-align: center;
		background-color: #1d1d1d;
		padding: 6px 0px; }
	
	#site-navigation div ul { /* display: inline-block; */ }
	
	.main-navigation li { padding: 0px 10px;
			border-right: 1px solid #939393; }
			
			.main-navigation li:last-of-type { border-right: 0px; }
	
	.main-navigation a {
	    display: block;
	    font-weight: 300;
	    text-decoration: none;
	    color: #e7e7e7; }
	    
	.main-navigation a:hover { color: #209300; }
	    
	}