	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #FFF;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		color: #000000;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color: #8dc63f;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
	}
	
	strong
	{
		color: #8dc63f;
	}
	
	a
	{
		color: #8dc63f;
	}
	
	a:hover
	{
		text-decoration: none;
	}
	
	.container
	{
		overflow: hidden;
		margin: 0em auto;
		width: 100%;
	}
	
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 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: 1em;
	}
	
	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: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		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;
		margin-top: 2em;
		padding: 1em 2em 1em 2em;
		background: #8dc63f;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
	.button:before
	{
	}
		
/*********************************************************************************/
/* 4-column                                                                      */
/*********************************************************************************/

	.boxA,
	.boxB,
	.boxC,
	.boxD
	{
		max-width: 21%;
		text-align: center;
		vertical-align: top;
	}

	.boxA h2,
	.boxB h2,
	.boxC h2,
	.boxD h2
	{
		min-height: 2.5em;
		margin-bottom: 0.1em;
		font-weight: 600;
		font-size: 1.6em;		
	}

	.boxA span,
	.boxB span,
	.boxC span,
	.boxD span
	{
		min-height: 2em;
	}

	.boxA p,
	.boxB p,
	.boxC p,
	.boxD p
	{
		padding: 0em 0em;
		min-height: 9em;
	}

	.boxA,
	.boxB,
	.boxC,
	.boxD
	{
		display:inline-block;
		margin-right: 20px;
	}
	
	.boxE
	{
		margin-left: 20px;
		float: right;
	}

/*********************************************************************************/
/* Products                                                                      */
/*********************************************************************************/
	.product-list div
	{
		padding: 0em 2em 1em 2em;
	}

	.prod-descr 
	{
		font-size: 1.3em;
	}

	.prod-descr-sub
	{
		font-size: 1.1em;
  		text-align: justify;
  		text-justify: inter-word;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		padding: 5em 0em;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		top: 2em;
		left: 0;
	}
	
	#logo h1
	{
	}
	
	#logo a
	{
		text-decoration: none;
		color: #8dc63f;
	}

	#logo img
	{
		padding: 0em 0em 0em 0.5em;
		max-width: 30%;
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: absolute;
		top: 5em;
		right: 0.5em;
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li:before
	{
		content: "+";
		padding: 1em 1.5em;
		font-weight: 700;
		color: rgba(0,0,0,.6);
	}
	
	#menu li a, #menu li span
	{
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.0em;
		padding: 0em 0em 0em 0em;
		color: rgba(0,0,0,.4);
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		color: rgba(0,0,0,.6);
	}
	
	#menu .current_page_item a
	{
		color: rgba(0,0,0,.8);
	}
	
	#menu .icon
	{
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner-home
	{
		margin: 0 auto;
		overflow: hidden;
		padding: 15em 0em;
		/*background: url(images/banner.jpg) no-repeat center;*/
		background: url(images/banner-products.jpg) no-repeat center;	
		background-size: cover;
		border-top: 1px solid rgba(0,0,0,0.08);
	}

	#banner-who
	{
		margin: 0 auto;
		overflow: hidden;
		padding: 15em 0em;
		background: url(images/banner-who.jpg) no-repeat center;
		background-size: cover;
		border-top: 1px solid rgba(0,0,0,0.08);
	}


	#banner-products
	{
		margin: 0 auto;
		overflow: hidden;
		padding: 15em 0em;
		background: url(images/banner-products.jpg) no-repeat center;
		background-size: cover;
		border-top: 1px solid rgba(0,0,0,0.08);
	}

	#banner-contacts
	{
		margin: 0 auto;
		overflow: hidden;
		padding: 15em 0em;
		background: url(images/banner-who.jpg) no-repeat center;
		background-size: cover;
		border-top: 1px solid rgba(0,0,0,0.08);
	}

	#banner-markets
	{
		margin: 0 auto;
		overflow: hidden;
		padding: 15em 0em;
		background: url(images/banner-markets.jpg) no-repeat center;
		background-size: cover;
		border-top: 1px solid rgba(0,0,0,0.08);
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#pagedesc
	{
		position: relative;
		overflow: hidden;
		padding: 2em 2em;
		max-width: 70%;
		text-align:center;
		font-size: 1.5em;
	}	

	#page
	{
		position: relative;
		overflow: hidden;
		padding: 0.2em 0em;
		max-width: 99%;
		text-align:center;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	
	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(0,0,0,0.6);
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(0,0,0,1);
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	
	#featured .align-left
	{
		float: left;
		width: 30%;
		height: 100%;
		padding: 15em 1em 1em 1em;
		background: url(images/logo_big.png) no-repeat center;
		background-size: contain;
	}
	
	#featured .fa
	{
		font-size: 12em;
		color: #8dc63f;
	}

	#featured .align-right
	{
		float: right;
		max-width: 50%;
		font-size: 1.4em;
	}


	.box
	{
		margin-bottom: 2em;
		padding-bottom: 2em;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	
	.box span
	{
		margin: 0;
		padding: 1em 1em;
		background: #8dc63f;
		display: block;
		line-height: 1em;
		text-align: center;
		/*text-transform: uppercase;*/
		font-weight: 600;
		font-size: 1.1em;
		color: #FFF;
	}
