
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #32d872 url(images/bg01.png) repeat;
	background-blend-mode: darken;
	background-color:rgba(0,0,0,0.6);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4b4b4b;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 200;
	color: #222222;
}

h2 {
	font-size: 3em;
}

p, ol, ul {
	margin-top: 0px;
	padding: 0px;
}

p, ol {
	line-height: 160%;
}



a {
	color: #5C5539;
}

a:hover {
	text-decoration: none;
}

a img {
	
	border: none;
}


.box {
	display: flex;
	align-items:top;
 }

img.alignleft {
	float: left;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 50px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
	vertical-align: middle;
}

hr {
	display: none;
}


article{
	display: inline-block;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #FFFFFF;
box-shadow: 
        inset 0px 11px 8px -20px #CCC,
        inset 0px -11px 8px -10px #CCC;}

.container {
	width: auto;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	

}

#header {
	overflow: hidden;
	width: auto;
	margin: 30px auto;
	padding: 0px 130px;
}


#wide-content {
	border: 10px solid #f1f1f1;
	/* border: 5px solid #ebe9e9; */
	padding: 50px;

}

#wide-content h2 {
	/* padding: 0px 0px 50px 0px; */
	letter-spacing: -1px;
	font-size: 32px;
	color: #222222;
}



.grid-container {
	
	display: flex;
	flex-direction: row;
	/* grid-template-columns: 4fr 3fr;*/
    /* grid-gap: 5%;  */
	flex-wrap: wrap;

}




.grid-child.txt {

	flex: 60%;
	margin-right: 100px;


}

.grid-child.img {

	position: relative;


}


.grid-child.txt2 {


	margin-right: 10px;


}

.grid-child.img2 {


	position: relative;


}




.grid-container2 {
	
	display: block;


}

/* Logo */

#logo {
	float: left;
	/* width: 330px; */
	height: 120px;
	padding: 0px 0px 0px 40px;
}

#logo h1 {
	padding: 30px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-size: 3.2em;
}

#logo h1 a {
	text-decoration: none;
	color: #7c0404;
}


/* Menu */

#menu {
	float: right;
	padding: 0px 40px 0px 0px;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 40px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: flex;
	margin-left: 1px;
	padding: 7px 20px 7px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
}



#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 5px;
	color: #05692b;
}



/* Page */

#page-wrapper {
	overflow: hidden;
}

#page {
	display: flex;
	flex-direction: row;
	/* grid-template-columns: 4fr 3fr;*/
    /* grid-gap: 5%;  */
	flex-wrap: wrap;

	overflow: hidden;
	width: auto;
	margin: 0px auto;
	padding: 50px 100px;
	color: #8F8F8F;
}


#page2 {

	overflow: hidden;
	width: auto;
	margin: 0px auto;
	padding: 50px 100px;
	color: #8F8F8F;
}


#page3 {

	overflow: hidden;
	width: auto;
	margin: 0px auto;
	padding: 50px 100px;
	color: #000000;
}

/** CONTENT */

#content {
	overflow: hidden;
	/* float: left; */
	width: auto;
	padding: 0px 0px 0px 0px;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 32px;
	color: #222222;
}

#content .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	
	/* flex: 20%; */
	height: 600px;
	padding: 0px 20px 20px 50px;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}





/* #sidebar p {
	font-size: 16px;
	color: #f1f1f1;
}

#sidebar a {
	font-size: 18px;
	color: #93776E;
} */


/* Footer */

#footer {
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #f1f1f1;
}

#footer a {
	color: #f1f1f1;
}

/* Three Column Footer Content */


#footer-bg {
	overflow: hidden;
	padding: 40px 0px;
	background:#E5E0DD url(images/main-bsg.png) repeat;
}

#footer-content {
	color: #f1f1f1;;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 200;
	color: #93776E;
}



#footer-content a:hover {
	text-decoration: underline;
}


#column1 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#column1 p {
	line-height: 1;
}

#column2 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#column3 {
	float: left;
	width: 280px;
}

#column4 {
	float: right;
	width: 260px;
}


/* Banner Style */


#banner {
	overflow: hidden;
	width: 1160px;
	margin: 20px auto 50px auto;
}

#banner .img-border {
	height: 500px;
	border: 20px solid #FFFFFF;
}

/* Button Style */

.button-style {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 30px;
	background: #05692b;
	border-radius: 5px;
}

.button-style a {
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

.button-style a:hover
{
	text-decoration: none;
	color: #FFF;
}

/* List Style 1 */

ul.style1 {
	margin: 0px;
	padding: 35px;
	list-style: none;
}

ul.style1 li {
	padding: 35px 0px 25px 0px;
	border-top: 1px solid #c8c8c8;
}

ul.style1 a {
	text-decoration: none;
	color: #FFFFFF;
}

ul.style1 a:hover {
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style1 h3
{
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

ul.style1 .button-style a:hover
{
	text-decoration: none !important;
	color: #FFF !important;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #c8c8c8;
}

ul.style3 a {
	text-decoration: none;
	color: #949494;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {

	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style3 .date {
	width: 100px;
	border-radius: 5px;
	background-color: #05692b;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
}

ul.style3 .first .date
{
	margin-top: 0px;
}


/* Recent News */

#recent-news {
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	background: #36332E;
	color: #8C8C8C;
}

#recent-news h2 {
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #EDEDED;
}

#recent-news .date {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: normal;
	color: #E3E3E3;
}

#recent-news p {
	font-style: italic;
}

#recent-news a {
	font-style: normal;
	color: #B8B8B8;
}

#recent-news #rbox1 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox2 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox3 {
	float: left;
	width: 250px;
}

#recent-news #rbox4 {
	float: right;
	width: 250px;
}

/* Button Style */

.button-style1 {
	margin-top: 30px;
}

.button-style1 a {
	padding: 10px 25px;
	background: #05692b;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FCE3BB;
	color: #36332E !important;
}





/* Slideshow container */
#slideshow-container {
	/* overflow: hidden; */
	float: right;
	flex: 60%;
	position: relative;
  }
  
 

  
  /* Caption text */
  .text {
	color: #717171;
	font-size: 15px;
	padding: 8px 12px;
	position: relative;
	bottom: 8px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #717171;
	font-size: 12px;
	padding: 8px 12px;
	position: relative;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active {
	background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
	.text {font-size: 11px}
  }


  