/** 


/* CSS Resets */ 
ul,p {
	margin: 0; 
	padding: 0;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
h1,h2,h3,a,p { font-family: 'Open Sans', sans-serif; }
a:hover,
a:focus {
	text-decoration: none;
}





/* Flexslider */
.flex-caption,
.flexslider.flexslider .slides img {
	float: left;
	margin-top: 100px;

}
.flex-caption {
  width: 572px;
  padding: 40px;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.flexslider.flexslider-banner .slides img { 
	display: block;
	width: 100%; 
}
.flexslider {
	border: none;
	border-radius: 0;
	margin: 0 auto;	
	width: 100%;
}
.flexslider.flexslider-about {
	max-width: 1300px;
}
.flexslider.flexslider-about img {
	max-width: 528px;
}
.slider-title {
	font-style: regular;
	font-family: Montserrat;
	font-weight: 750;
	font-size: 40px;
	margin-bottom: -10px;
	margin-top: -50px;
	text-transform: uppercase;
	color: #000000;
}
.slider-subtitle {
	font-size: 20px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: left;
	color: #0e7937;


}
.slider-descriptions {
	
	line-height: 1.6;
	margin-bottom: 40px;
	text-align: justify;
	font-size: 18;
	font-weight: lighter;
	color: #000000 #300303;
}
.slider-social { text-align: right; }

