	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #00838C;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
	}
	
	a
	{
		color: #0000FF;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	

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

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .submit
			{
				margin-top: 2em;
				background: #B03500;
				line-height: 1.5em;
				font-size: 1.3em;
			}
		
			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 100%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}
				
				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


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

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 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;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* 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: 1.2em;
	}
	
	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: #333333;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #FFFFFF;
	}
	

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

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 1em 2em 1em 2em;
		background: #B03500;
		letter-spacing: 0.20em;
		line-height: 1.8em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.2em;
		color: #FFF;
	}
	
	.button:before
	{
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}
	
	.button-small
	{
		padding: 0.9em 2em;
		line-height: 1.8em;
		font-size: 1em;
	}
		
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		font-size: 2.8em;
		color: rgba(255,255,255,0.9);
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		background-color: white;
	}

	#header
	{
	}

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

	#logo
	{
		padding: 5em 0em;
		text-align: center;
	}
	
	#logo h1
	{
		font-size: 3.5em;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #B03500;
	}
	
	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: rgba(255,255,255,0.5);
	}

	#logo span a
	{
		color: #B03500;
	}
	
	#logo .icon
	{
		font-size: 4em;
		color: rgba(255,255,255,1);
	}
	
	

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

	#menu
	{
		width: 80%;
		margin: 0px auto;
	}
	
	#menu ul
	{
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu li a, #menu li span
	{
		display: inline-block;
		margin-left: 0.50em;
		padding: 1.5em 1.5em;
		letter-spacing: 0.20em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #B03500;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
	}
	
	#menu .current_page_item a
	{
		color: #B03500;
	}
	

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper1
	{
		background: #242424;
	}

	#wrapper2
	{
		background: #EDEDED;
	}

	#wrapper3
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #FFF;
	}
	#wrapper7
	{
		overflow: hidden;
		padding: 8em 0em;
		background:silver;
	}
	
	#wrapper4
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #939E77;
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		padding: 8em 0em;
		text-align: center;
		color: rgba(255,255,255,0.3);
	}
	
	#welcome .content
	{
		padding: 0em 8em;
	}
	
	
	
	#welcome a,
	#welcome strong
	{
		color: rgba(255,255,255,0.6);
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

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

	#footer
	{
		text-align: center;
	}

	
	#footer .title span
	{
		color: rgba(255,255,255,0.4);
	}

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

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(255,255,255,0.3);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.6);
	}

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

	#newsletter
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #EDEDED;
		text-align: center;
	}
	
	#newsletter .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#newsletter .content
	{
		width: 600px;
		margin: 0px auto;
	}
	
/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio
	{
	}
	
	#portfolio .box
	{
		text-align: center;
		color: rgba(0,0,0,0.5);
	}
	
	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1em;
		color: rgba(0,0,0,0.6);
	}

	#portfolio .title
	{
		text-align: center;
	}

	#portfolio .title h2
	{
		color: rgba(0,0,0,0.8);
	}

	.column1,
	.column2,
	.column3,
	.column4,
	.column5,
	.column6,
	.column7,
	.column8,
	.column9,
	.column10,
	.column11,
	.column12,
	.column13,
	.column14,
	.column15,
	.column16,
	.column17,
	.column18,
	.column19,
	.column20,
.column21,
	.column22,
.column23,
	.column24,
	.column25,
.column26,
.column27,
.column28,
.column29,
.column30,
.column31,
.column32,
.column33,
.column34,
.column35,
.column36,
.column37,
.column38,
.column39,
.column40,
.column41,
.column42,
.column43,
.column44,
.column45,
.column46,
.column47,
.column48,
.column49,
.column50,
.column51,
.column52,
.column53,
.column54,
.column55,
.column56,
.column57,
.column58,
.column59,
.column60,
.column61,
.column62,
.column63,
.column64,
.column65,
.column67,
.column68,
.column69,
.column70


	{
		width: 350px;
		height: 720px;
	}
	
	.column1
	{
		float: right;
	
		margin-right: 115px;
	}
	.column2
		{
	float: center;
	
margin-right: 115px;	}
	.column3
	{
	
		float: right;
	
margin-right: 115px;	}
	
	.column4
	{
		
	float: center;
	
margin-right: 115px;	}
	.column5
	{
	
		float: right;
	
margin-right: 115px;	}
		
	.column6
	{
	
		float: center;
	
margin-right: 115px;	}
	.column7
	{
	
		float: right;
	
margin-right: 115px;	}
	.column8
	{
	
		float: center;
	
margin-right: 115px;	}
	.column9
	{
	
		float: right;
	
margin-right: 115px;	}
	.column10
	{
	
		float: center;
	
margin-right: 115px;	}
	
	.column11
	{
	
		float: right;
	
margin-right: 115px;	}
	.column12
	{
	
		float: center;
	
margin-right: 115px;	}
	
	.column13
	{
	
		float: right;
	
margin-right: 115px;	}
	.column14
	{
	
		float: center;
	
margin-right: 115px;	}
	
	.column15
	{
	
		float: right;
	
margin-right: 115px;	}
	.column16
	{
	
		float: center;
	
margin-right: 115px;	}
	
	.column17
	{
	
		float: right;
	
margin-right: 115px;	}
	.column18
	{
	
		float: center;
	
margin-right: 115px;	}
	
	.column19
	{
	
		float: right;
	
margin-right: 115px;	}
	.column20
	{
	
		float: center;
	
margin-right: 115px;	}
	
	.column21
	{
	
		float: right;
	
margin-right: 115px;	}
	.column22
	{
	
		float: center;
	
margin-right: 115px;	}
	
	.column23
	{
	
		float: right;
	
margin-right: 115px;	}
	.column24
	{
	
		float: center;
	
margin-right: 115px;	}
	
	.column25
	{	
		float: right;	
margin-right: 115px;	}
	.column26
	{	
		float: center;	
margin-right: 115px;	}
		.column27
	{	
		float: right;	
margin-right: 115px;	}
	.column28
	{	
		float: center;	
margin-right: 115px;	}
		.column29
	{	
		float: right;	
margin-right: 115px;	}
	.column30
	{	
		float: center;	
margin-right: 115px;	}
		.column31
	{	
		float: right;	
margin-right: 115px;	}
	.column32
	{	
		float: center;	
margin-right: 115px;	}
		.column33
	{	
		float: right;	
margin-right: 115px;	}
	.column34
	{	
		float: center;	
margin-right: 115px;	}
		.column35
	{	
		float: right;	
margin-right: 115px;	}
	.column36
	{	
		float: center;	
margin-right: 115px;	}
		.column37
	{	
		float: right;	
margin-right: 115px;	}
	.column38
	{	
		float: center;	
margin-right: 115px;	}
		.column39
	{	
		float: right;	
margin-right: 115px;	}
	.column40
	{	
		float: center;	
margin-right: 115px;	}
		.column41
	{	
		float: right;	
margin-right: 115px;	}
	.column42
	{	
		float: center;	
margin-right: 115px;	}
		.column43
	{	
		float: right;	
margin-right: 115px;	}
	.column44
	{	
		float: center;	
margin-right: 115px;	}
		.column45
	{	
		float: right;	
margin-right: 115px;	}
	.column46
	{	
		float: center;	
margin-right: 115px;	}
		.column47
	{	
		float: right;	
margin-right: 115px;	}
	.column48
	{	
		float: center;	
margin-right: 115px;	}
		.column49
	{	
		float: right;	
margin-right: 115px;	}
	.column50
	{	
		float: center;	
margin-right: 115px;	}
		.column51
	{	
		float: right;	
margin-right: 115px;	}
	.column52
	{	
		float: center;	
margin-right: 115px;	}
		.column53
	{	
		float: right;	
margin-right: 115px;	}
	.column54
	{	
		float: center;	
margin-right: 115px;	}
		.column55
	{	
		float: right;	
margin-right: 115px;	}
	.column56
	{	
		float: center;	
margin-right: 115px;	}
		.column57
	{	
		float: right;	
margin-right: 115px;	}
	.column58
	{	
		float: center;	
margin-right: 115px;	}
		.column59
	{	
		float: right;	
margin-right: 115px;	}
	.column60
	{	
		float: center;	
margin-right: 115px;	}
	.column61
	{	
		float: right;	
margin-right: 115px;	}
	.column62
	{	
		float: center;	
margin-right: 115px;	}
	.column63
	{	
		float: right;	
margin-right: 115px;	}
	.column64
	{	
		float: center;	
margin-right: 115px;	}
.column65
	{
		float: right;
	
		margin-right: 115px;
	}
	.column66
		{
	float: center;
	
margin-right: 115px;	}
.column67
	{	
		float: right;	
margin-right: 115px;	}
.column68
	{	
		float: center;	
margin-right: 115;	}
.column69
		{
	float: right;
	margin-right: 500px;
	}
.column70
	{	
		float: right;	
margin-right: 800px;	}
.column71
		{
	float: right;
	margin-right: 250px;
	}
.column72
	{	
		float: center;	
margin-right: 500px;	}

