	html, body
	{
		height: 100%;
		color: #000000;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #FEF5CC;
		font-family: 'Helvetica', sans-serif;
		font-size: 12pt;
		font-weight: 400;
		color: #000000;
	}
	.image.fit img {
		width: 100%;
		height: auto;
	}
	
	h1, h2, h3
	{
		color: #000000;
		margin: 0;
		padding: 0;
	}
	
	p, ol, ul
	{
		margin-top: 0;
		
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		font-family: 'Helvetica', sans-serif;
		text-align: left;
		color: #000000;
		letter-spacing: 0.10em;
		line-height: 1.4;
		font-weight: 400;
		font-size: 1.8em;
	}
	
	strong
	{
	}
	
	a
	{
		color: #0000FF;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	

	.container
	{
		width: 1200px;
  		max-width: calc(100% - 20px);
  		margin: 0 auto;
  		padding: 0 10px;
		margin: 0px auto;
		
	}
	

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}
		
			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}
			
			form .submit
			{
				margin-top: 2em;
				background: #8DCB89;
				border-radius: 8px;
				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: 0px 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.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: #333333;
		width: 80px;
		height: 80px;
		line-height: 80px;
		border-radius: 40px;
		text-align: center;
		color: #FFFFFF;
	}
	

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
	}

	#button ul
	{
		text-align: center;
		
	}
	
	#button li
	{
		display: inline-block;
		transition-duration: 0.5s;
		border-radius: 8px;
		background-color: #4f524f;
	}
	
	#button li a, #button li span
	{
		display: inline-block;
		margin-left:  0em;
		padding: 1em 1em;
		letter-spacing: 0.20em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
		
	}
	#button li:hover {
		
		background-color: #04AA6D; /* Green */
  		color: white;
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}

	#button li:hover a, #button li.active a, #button li.active span
	{
	}

	#button .current_item a
	{
		background: #6FC06A;
		border-radius: 2px;
		color: #FFF;
	}



	.button:hover
	{
	background-color: #04AA6D; /* Green */
	  color: white;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}		
	
	.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;
		background: #8DCB89;
		border-radius: 5px;
		line-height: 1.8em;
		font-size: 1em;
	}
	
	.button-CN {
		position: fixed;    /* Fixed position */
		top: 10px;          /* 10px from the top */
		right: 10px;        /* 10px from the right */
		padding: 10px 20px; /* Padding inside the button */
		background: rgb(98,108,102);
		background: linear-gradient(90deg, rgba(98,108,102,1) 0%, rgba(159,171,158,1) 100%, rgba(0,212,255,1) 100%);
		color: white;       /* White text color */
		text-decoration: none; /* No underline for the link */
		border: none;       /* No border */
		border-radius: 5px; /* Rounded corners */
		cursor: pointer;    /* Cursor changes to pointer on hover */
		box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3); /* Shadow effect */
		font-weight: 600;
		font-size: 1.0em;
	}
	

	
    
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		font-size: 2.8em;
		color: rgba(0, 0, 0, 0.9);
	}

	.title h3
	{
		font-size: 3.5em;
		color: #060505;
	}
	
	.title h4
	{
		font-size: 3em;
		color: #060505;
	}

	.title h5
	{
		font-size: 3.2em;
		color: rgba(0, 0, 0, 0.9);
	}

	.title .byline
	{
		letter-spacing: 0.10em;
		line-height: 1;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 2em;
		color: #5d4747;
	}

	.title .byline2
	{
		letter-spacing: 0.10em;
		font-weight: 400;
		line-height: 2;
		font-size: 2em;
		color: #000000;
	}

	.title .byline3
	{
		letter-spacing: 0.10em;
		font-weight: 400;
		line-height: 2;
		font-size: 2em;
		color: #2320b3;
	}
	
	.title .byline4
	{
		letter-spacing: 0.10em;
		font-weight: 400;
		line-height: 2;
		font-size: 2em;
		color: #026a11;
	}

	.title .byline5
	{
		letter-spacing: 0.10em;
		font-weight: 400;
		line-height: 2;
		font-size: 0.6em;
		color: #ffffff;
	}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 5em 0em;
		text-align: center;
	}
	
	#logo h1
	{
		font-size: 3.5em;
	}
	
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	
	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: rgba(255,255,255,0.5);
	}

	#logo span a
	{
		color: rgba(255,255,255,0.8);
	}
	
	

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		text-align: center;
	}
	
	#menu ul
	{
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
		transition-duration: 0.5s;
	}
	
	#menu li a, #menu li span
	{
		display: inline-block;
		margin-left:  0em;
		padding: 1em 1em;
		letter-spacing: 0.20em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #FFF;
		
	}
	#menu li:hover {
		
		background-color: #04AA6D; /* Green */
  		color: white;
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	}

	#menu li:hover a, #menu li.active a, #menu li.active span
	{
	}
	
	#menu .current_page_item a
	{
		background: #6FC06A;
		border-radius: 2px;
		color: #FFF;
	}
	

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper1
	{
		
  		margin: 0 auto;
  		padding: 0 10px;
		background: #e9e9e98b;
	}

	#wrapper2
	{
		
  		margin: 0 auto;
  		padding: 0 10px;
		background: #EDEDED;
	}

	#wrapper3
	{

		
  		margin: 0 auto;
  		padding: 0 10px;
		overflow: hidden;
		padding: 8em 0em;
		background: #FFF;
	}
	
	#wrapper4
	{
		
  		margin: 0 auto;
  		padding: 0 10px;
		overflow: hidden;
		padding: 8em 0em;
		background: #FFF;
	}

	#wrapper5
	{
  		margin: 0 auto;
  		padding: 0 10px;
		overflow: hidden;
		padding: 8em 0em;
		background: #4f4f4f;
	}
/*********************************************************************************/
/* 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
	{
		color: #000000;
	}

	.content c1
	{
		color: #000000;
		letter-spacing: 0.10em;
		line-height: 1;
		font-weight: 400;
		font-size: 1em;

	}


/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		text-align: center;
	}

	
	

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		
  		margin: 0 auto;
  		padding: 0 10px;
		background: rgba(54, 54, 54, 0.982);
		text-align: center;
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(255,255,255,0.08);
		color: rgba(247, 244, 244, 0.982)
	}
	
	#copyright p
	{
		
  		margin: 0 auto;
  		padding: 0 10px;
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 15 pt;
		color: rgba(247, 244, 244, 0.982);
	}
	
	#copyright a
	{
		
  		margin: 0 auto;
  		padding: 0 10px;
		letter-spacing: 0.10em;
		text-align: center;
		font-size: 12 pt;
		color: rgba(161, 161, 161, 0.6);
	}

/*********************************************************************************/
/* Contact Us                                                                    */
/*********************************************************************************/

	#Contact
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #EDEDED;
		text-align: center;
	}
	
	#Contact .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#Contact .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
	{
		width: 282px;
	}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 24px;
	}
	
	.column4
	{
		float: right;
	}
	