	html, body
	{
		height: 100%;
	}
	
	body
	{
		margin: 0px;
		padding: 0px;
		background: #ffffff url(images/background/background01.png) no-repeat fixed center;
		font-family: 'Open Sans', sans-serif;
		font-size: 10pt;
		font-weight: 400;
		color: #8d8d8d;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color: #333;
	}
	
	p, ol, ul
	{
		margin-top: 0;
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 100%;
	}
	
	strong
	{
		color: #525252;
	}
	
	a
	{
		color: #525252;
	}
	
	a:hover
	{
		text-decoration: none;
	}

	.container
	{
		margin: 0px auto;
		width: 1150px;
	}
	
/*********************************************************************************/
/* 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;
	}

/*********************************************************************************/
/* 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.10em;
		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;
		width: 30px;
		height: 30px;
		background: #3f3f3f;
		line-height: 30px;
		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 1em 0em;
		letter-spacing: 0.10em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 800;
		font-size: 0.90em;
		color: #333;
	}
	
	.button:before
	{
		display: inline-block;
		background: #8aa2fc;
		margin-right: 1em;
		padding: 8px;
		text-align: center;
		color: #FFF;
	}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		background: #13d12f;
		border-top: 1px solid #47A665;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 0.1em 0em;
		text-transform: uppercase;
	}

	#logo h1
	{
		text-align: left;
		font-weight: 900;
		font-size: 2.5em;
		
		
	}
	
	#logo h1 a
	{
	}

	#logo span
	{
		padding: 0em 0em 0em 0.5em;
	}
	
	#logo h1:before
	{
		
	}
	
	#logo a 
	{
		text-align: right;
		font-weight: 900;
		font-size: 1.5em;		
		color: #51AD6F;
	}


/*********************************************************************************/
/* Menu      padding: 1px 100px 2px 0px;                                                                    */
/*********************************************************************************/

	#menu ul
	{
		margin: 1;
		padding: 1px;		
		list-style: none;
		line-height: normal;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu a
	{
		display: block;
		padding: 0.1em 1em;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.3em;
		font-weight: 900;
		color: #FFF;
	}
	
	#menu .current_page_item a
	{
		background: #7BDB99;
		color: #FFF;
	}
	
	#menu a:hover
	{
		background: #7BDB99;
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		margin-bottom: 3em;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page-wrapper
	{
		padding: 4em 0em 6em 0em;
		background: #FFF;
		border-top: 1px solid #47A665;
	}

	#page
	{
		overflow: hidden;
		padding-top: 6em;
		border-top: 1px solid #E5E5E5;
		color: #717171;
	}

	#page .title
	{
		margin-bottom: 2em;
	}
	
	#page .title h2
	{
		font-size: 2em;
		font-weight: 800;
		color: #333;
	}
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 588px;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 588px;
	}
	
	#sidebar-Left
	{
		float: left;
		width: 588px;
	}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer-wrapper
	{
		padding: 6em 0em 6em 0em;
		background: #f4f4f4;
		border-bottom: 1px solid #EDEDED;
		border-top: 1px solid #EDEDED;
	}

	#footer {
		overflow: hidden;
		color: #666666;
	}
	
	#footer h2
	{
		letter-spacing: 0.10em;
		padding-bottom: 1em;
		font-size: 1.3em;
		font-weight: 700;
		color: #333;
	}

	#footer #fbox1 {
		float: left;
		width: 282px;
		margin-right: 24px;
	}
	
	#footer #fbox2 {
		float: left;
		width: 282px;
		margin-right: 24px;
	}
	
	#footer #fbox3 {
		float: left;
		width: 282px;
	}

	#footer #fbox4 {
		float: right;
		width: 282px;
	}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		padding: 6em 0em;
		font-size: 0.85em;
		letter-spacing: 0.10em;
		text-align: center;
		color: #6A6A6A;
	}
	
	#copyright a
	{
		color: #747474;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		overflow: hidden;
		padding-bottom: 0em;
		color: #eb0e0e;
		background-color: rgba(255,253,207,0.8);
	}
	
	#featured img
	{
		margin-bottom: 2em;
	}
	
	#featured .box
	{
		padding-bottom: 1em;
	}
	
	#featured .title
	{
		margin-bottom: 1em;
	}
	
	#featured .title h2
	{
		
		font-size: 16px;
		font-weight: bolder;
		color: #333;
	}
	#featured .title h3
	{
		
		font-size: 13px;
		font-weight: normal;
		color: #333;
	}
	
	#featured .content h2
	{
		
		font-size: 15px;
		font-weight: bolder;
		color: #333;
	}
	#featured .content h3
	{
		
		font-size: 13px;
		font-weight: normal;
		color: #333;
	}
	
	#featured .subtitle
	{
		padding-bottom: 1em;
		font-size: 1.3em;
		font-weight: 700;
		color: #333;
	}

	#featured #box1 {
		float: left;
		width: 282px;
		height: 200px;
		margin-right: 1px;
	}
	
	#featured #box2 {
		float: left;
		width: 282px;
		height: 200px;
		margin-right: 1px;
	}
	
	#featured #box3 {
		float: left;
		width: 282px;
		height: 200px;
		margin-right: 1px;
	}

	#featured #box4 {
		float: left;
		width: 282px;
		height: 200px;
		margin-right: 1px;
	}

	#featured .picture {
				
		filter: drop-shadow(0px 2px 1px #000000);
	}



.w3-hover-opacity:hover{opacity:0.60}

.w3-modal{z-index:300;display:none;padding-top:10px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8)}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-hover-red:hover{color:#ffff08!important;background-color:#07d7f7!important}
.w3-xlarge{font-size:50px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-display-topright{position:absolute;right:0;top:0}
.w3-modal-content{margin:auto;background-color:#ff00fb;position:relative;padding:0;outline:0;width:500px;height:500px}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.foodw3-hover-opacity:hover{opacity:0.60}

.foodw3-modal{z-index:300;display:none;padding-top:10px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8)}
.foodw3-button:hover{color:#000!important;background-color:#ccc!important}
.foodw3-hover-red:hover{color:#ffff08!important;background-color:#07d7f7!important}
.foodw3-xlarge{font-size:50px!important}
.foodw3-display-topright{position:absolute;right:0;top:0}
.foodw3-modal-content{margin:auto;background-color:#7d6a7d;position:relative;padding:0;outline:0;width:893px;height:639px}
.foodw3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.hp-hover-opacity:hover{opacity:0.60}
.hp-hover-opacity{filter: drop-shadow(0px 1px 3px #000000)}

.hp-modal{z-index:300;display:none;padding-top:10px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8)}
.hp-button:hover{color:#000!important;background-color:#ccc!important}
.hp-hover-red:hover{color:#ffff08!important;background-color:#07d7f7!important}
.hp-xlarge{font-size:50px!important}
.hp-display-topright{position:absolute;right:0;top:0}
.hp-modal-content{margin:auto;background-color:#7d6a7d;position:relative;padding:0;outline:0;width:520px;height:520px}
.hp-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.hd-hover-opacity:hover{opacity:0.60}
.hd-hover-opacity{filter: drop-shadow(0px 1px 3px #000000)}

.hd-modal{z-index:300;display:none;padding-top:10px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8)}
.hd-button:hover{color:#000!important;background-color:#ccc!important}
.hd-hover-red:hover{color:#ffff08!important;background-color:#07d7f7!important}
.hd-xlarge{font-size:50px!important}
.hd-display-topright{position:absolute;right:0;top:0}
.hd-modal-content{margin:auto;background-color:#7d6a7d;position:relative;padding:0;outline:0;width:212px;height:664px}
.hd-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.sp-hover-opacity:hover{opacity:0.60}
.sp-hover-opacity{filter: drop-shadow(0px 1px 3px #000000)}

.sp-modal{z-index:300;display:none;padding-top:10px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.8)}
.sp-button:hover{color:#000!important;background-color:#ccc!important}
.sp-hover-red:hover{color:#ffff08!important;background-color:#07d7f7!important}
.sp-xlarge{font-size:50px!important}
.sp-display-topright{position:absolute;right:0;top:0}
.sp-modal-content{margin:auto;background-color:#7d6a7d;position:relative;padding:0;outline:0;width:600px;height:300px}
.sp-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}


