	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #151515;
		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		font-weight: 300;
		color: #6c6c6c
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		font-weight: 600;
		color: #454445;
	}

	h4
	{
		margin: 0;
		padding: 0;
		font-weight: 450;
		color: #454445;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #068900;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		margin: 0px auto;
		width: 1200px;
	}

	/** BOX STYLE 1 */

.box-style1 {
	background: #FFFFFF;
	border-top: 4px solid #4B4B4B;
	border-bottom: 2px solid #BACCD7;
}

.box-style1 .title {
	padding: 20px 30px 10px 30px;
	letter-spacing: -1px;
	font-size: 20px;
	color: #273035;
}

.box-style1 .titleA {
	padding: 20px 30px 10px 30px;
	color: #273035;
	font-size: 30px;
}

.box-style1 .content {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	border-top: 3px solid #4B4B4B;
	color: #000000;
	min-height: 230px;
}

.box-style1 .contentA {
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	border-top: 3px solid #4B4B4B;
	color: #000000;
	min-height: 230px;
	margin-bottom: 10px;	
	
}
.box-style1 .contentB {
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inherit;
	float: none;
	min-height: 230px;
	border: 1px solid #B9B9B9;
	margin-bottom: 10px;
	font-size: 12px;
}

.box-style1 .contentC {
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inherit;
	float: none;
	min-height: 120px;
	border: 1px solid #B9B9B9;
	margin-bottom: 10px;
	font-size: 12px;
}

.box-style1 .meta {
	height: 64px;
	background: #E7EDF1;
}

.box-style1 .meta .tags {
	float: left;
	padding: 0px 0px 0px 30px;
	line-height: 64px;
	text-transform: uppercase;
	font-size: 11px;
	color: #909CA3;
}

.box-style1 .meta .tags a {
	color: #909CA3;
}

.box-style1 .meta .more {
	display: block;
	float: right;
	height: 34px;
	margin: 16px 30px 0px 0px;
	padding: 0px 30px;
	background: url(background/more-bg.jpg) repeat-x left top;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style1 .posted {
	display: block;
	float: left;
	height: 34px;
	margin: 0px 20px 0px 30px;
	padding: 0px 30px;
	background: url(background/posted-bg.jpg) repeat-x left top;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

.box-style1 .comments {
	float: left;
	padding: 0px 0px 0px 0px;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 11px;
	color: #6F7578;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

	.image-small img
	{
		display: block;
		width: 15%;
		margin: 0 0 2em 0;
	}

.image-small2 img
	{
		display: block;
		width: 15%;
		margin: 0 0 2em 2em;
	}
/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
		margin: 0;
		padding: 0em 0em 0em 0em;
		overflow: hidden;
		list-style: none;
		color: #6c6c6c
	}
	
	ul.style1 li
	{
		overflow: hidden;
		display: block;
		padding: 2.80em 0em;
		border-top: 1px solid #D1CFCE;
	}
	
	ul.style1 li:first-child
	{
		padding-top: 0;
		border-top: none;
	}
	
	ul.style1 .image-left
	{
		margin-bottom: 0;
	}
	
	ul.style1 h3
	{
		padding: 1.2em 0em 1em 0em;
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 600;
		color: #454445;
	}
	
	ul.style1 a
	{
		text-decoration: none;
		color: #525252;
	}

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

	ul.style2
	{
		margin: 0;
		padding-top: 1em;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 2.5em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 70px;
		height: 70px;
		line-height: 70px;
		border-radius: 35px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 1em 3em;
		background: #068900;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
		color: #FFF;
	}

		.button:hover
		{
			-moz-transition: opacity 0.25s ease-in-out;
			-webkit-transition: opacity 0.25s ease-in-out;
			-o-transition: opacity 0.25s ease-in-out;
			-ms-transition: opacity 0.25s ease-in-out;
			transition: opacity 0.25s ease-in-out;
			background: #48ED22;
		}
		
		.button:active
		{
			-moz-transition: opacity 0.25s ease-in-out;
			-webkit-transition: opacity 0.25s ease-in-out;
			-o-transition: opacity 0.25s ease-in-out;
			-ms-transition: opacity 0.25s ease-in-out;
			transition: opacity 0.25s ease-in-out;
			background: #40D31F;
		}
		
		.button-big
		{
			padding: 1.6em 4em;
			font-size: 1.4em;
			font-weight: 900;
		}
			
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}

	.title h2
	{
		font-weight: 400;
		font-size: 2.8em;
		color: #323232;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.8em;
		color: #068900;
	}

.title .byline2
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #068900;
	}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
	#header-wrapper
	{
	}

	#header
	{
		position: relative;
		height: 210px;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: 3em;
		left: 0;
		width: 100%;
	}
	
	#logo h1
	{
		display: inline-block;
		font-size: 2.5em;
		text-transform: uppercase;
		font-weight: 700;
		color: #FFF;
	}

	#logo h4
	{
		display: inline-block;
		font-size: 2.5em;

		font-weight: 700;
		color: #FFF;
	}


	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: absolute;
		right: 0;
		top: 3.5em;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		display: block;
		margin: 0px 1px;
		padding: 0em 1.5em;
		letter-spacing: 0.20em;
		line-height: 50px;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		background: #068900;
		color: #FFF;
	}
	
	#menu .current_page_item a
	{
		background: #068900;
		color: #FFF;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #F6F6F6;
	}

	#banner .box-left
	{
		float: left;
	}

	#banner .box-right
	{
		float: right;
	}
	
	#banner h2
	{
		margin: 0em;
		padding: 0em;
		font-weight: 400;
		font-size: 3em;
		color: #3E454C;
	}
	
	#banner span
	{
		display: block;
		padding-top: 0.50em;
		font-size: 1.4em;
		color: #068900;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/
.mySlides {display:none;}
	#wrapper
	{
		background: #FFF;
	}
	
	#page
	{
		overflow: hidden;
		padding: 6em 0em;
	}

	#page1x {
	overflow: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
}

	#page2x {
	overflow: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
}

	#page3x {
	overflow: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
}
	#page4x {
	overflow: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
}
#page5x {
	overflow: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
}
#page6x {
	overflow: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
}
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 700px;
	}
	#content2
	{
		float: left;
		width: 1200px;
	}
	
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 450px;
	}

	#sidebar2
	{
		float: right;
		width: 900px;
	}

#sidebar3
	{
		float: right;
		width: 900px;
	}
#sidebar4
	{
		float: right;
		width: 900px;
	}
#sidebar5
	{
		float: right;
		width: 900px;
	}
#sidebar6
	{
		float: right;
		width: 900px;
	}
#sidebar7
	{
		float: right;
		width: 900px;
	}
#sidebar8
	{
		float: right;
		width: 900px;
	}
#sidebar9
	{
		float: right;
		width: 900px;
	}
#sidebar10
	{
		float: right;
		width: 900px;
	}
#sidebar11
	{
		float: right;
		width: 900px;
	}
	#sidebar12
	{
		float: right;
		width: 900px;
	}

#sidebar13
	{
		float: right;
		width: 900px;
	}
#sidebar14
	{
		float: right;
		width: 900px;
	}
#sidebar15
	{
		float: right;
		width: 900px;
	}
#sidebar16
	{
		float: right;
		width: 900px;
	}
#sidebar17
	{
		float: right;
		width: 900px;
	}
#sidebar18
	{
		float: right;
		width: 900px;
	}
#sidebar19
	{
		float: right;
		width: 900px;
	}
#sidebar20
	{
		float: right;
		width: 900px;
	}

#sidebar21
	{
		float: right;
		width: 900px;
	}
#sidebar22
	{
		float: right;
		width: 900px;
	}

#sidebar23
	{
		float: right;
		width: 900px;
	}
#sidebar24
	{
		float: right;
		width: 900px;
	}
#sidebar25
	{
		float: right;
		width: 900px;
	}
#sidebar26
	{
		float: right;
		width: 900px;
	}
#sidebar27
	{
		float: right;
		width: 900px;
	}
#sidebar28
	{
		float: right;
		width: 900px;
	}
#sidebar29
	{
		float: right;
		width: 900px;
	}
#sidebar30
	{
		float: right;
		width: 900px;
	}


#sidebar31
	{
		float: right;
		width: 900px;
	}
#sidebar32
	{
		float: right;
		width: 900px;
	}

#sidebar33
	{
		float: right;
		width: 900px;
	}
#sidebar34
	{
		float: right;
		width: 900px;
	}
#sidebar35
	{
		float: right;
		width: 900px;
	}
#sidebar36
	{
		float: right;
		width: 900px;
	}
#sidebar37
	{
		float: right;
		width: 900px;
	}
#sidebar38
	{
		float: right;
		width: 900px;
	}
#sidebar39
	{
		float: right;
		width: 900px;
	}

#sidebar40
	{
		float: right;
		width: 900px;
	}
#sidebar41
	{
		float: right;
		width: 900px;
	}

#sidebar42
	{
		float: right;
		width: 900px;
	}

#sidebar43
	{
		float: right;
		width: 900px;
	}

#sidebar44
	{
		float: right;
		width: 900px;
	}

#stwo-col
	{
		margin-top: 2em;
	}

	#stwo-col h2
	{
		display: block;
		padding-bottom: 1.5em;
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 600;
		color: #454445;
	}

	#stwo-col .sbox1
	{
		float: left;
		width: 210px;
	}

	#stwo-col .sbox2
	{
		float: right;
		width: 210px;
	}

/*********************************************************************************/
/* Featured                                                                        */
/*********************************************************************************/

	#featured
	{
		height: 30em;
		background-image: url("");
		background-position: center;
		background-size: cover;
	}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
		padding: 5em 0em;
		text-align: center;
	}
	
	#footer header
	{
	}
	
	#footer header h2
	{
		color: #FFF;
	}
	

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 2em 0em 5em 0em;
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: #6F6F6F;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}

/*********************************************************************************/
/* One Column                                                                    */
/*********************************************************************************/

	#onecolumn
	{
		margin-top: 4em;
	}
	
	#onecolumn .title
	{
		margin-bottom: 1em;
	}

	#onecolumn .title h2
	{
		font-size: 1.8em;
	}

