			 :root {
		            --grey-background: #f2f2f2;
                	--main-background: var(--grey-background);
                	--section-background: #fff;
                	--section-width: 1284px;
                	--section-padding: 42px;
                	--section-margin-top: 50px;
                	
                	
                	--content-width: 1200px;
                	
                	--content-min-height: 320px;
                	
                	--aqua-blue: #0099ff;
                	
                	--main-text-color: #000;
                	
                	--control-grey: #acacac;
                	
                	--slider-blend-width: 358px;
                	
                	--slider-item-width: 530px;
                	--slider-item-height: 350px;
                	
                	
                	--slider-item-width-mobile: 100vw;
                	--slider-item-height-mobile: calc(100vw * 0.75);
                }

		/*footer*/
			
			body > footer
				{
					display: block;
					width: 100%;
					/*height: 150px;*/
					height: auto;
					
					background-color: #bddffb;
					/*margin: 50px 0px 0px 0px;*/
					margin: -10px 0 0 0;
				}
				
				footer{
					display: inline-block;
					margin: auto;
					/*width: var(--section-width);*/
					background-color: var(--section-background);
					min-height: 100px;
					/*padding: 0 10px 0 10px;*/
					box-sizing: border-box;
					position: relative;
					
					
				}
				
				/*footer section{
					width: var(--section-width);
					margin: auto;
					background-color: #bddffb;
				}*/
				
						
			
			footerbox
			{
				display: block;
				position: relative;
				top: 25px;
				background-color: #bddffb;
				/*padding: 0 10px 0 10px;*/
			}
			
			logobox
			{
				display: block;
				position: relative;
				
			}
			
			logobox img
			{
				width: 160px;
				height: 70px;
			}
			
			socialweb
			{
				display: block;
				
				float: right;
				
				padding: 25px 10px 0px 0px;
			}
			
			socialweb > a > img
			{
				display: inline-block;
				
				padding: 0px 2px;
			}
			
			socialweb > a > img
			{
				width: 30px;
				height: 30px;
			}
			
			clear
			{
				clear: both;
				display: block;
				content: "";
			}
			
			menu.footer > a {
				text-decoration: none;
				color: #000;
				padding: 0px 20px;
			}
			
			menu.footer > a > menuitem:hover
			{
				border-bottom: 1px solid #000;
				color: #06b4e4;
			}
			
			menu.footer > a > menuitem {
				border-radius: none;
				
			}
			
			copyrightbox
			{
				display: block;
				
				float: left;
				
				color: #000;
				font-size: 14px;
				
				padding: 10px 0px 0px 0px;
			}
			
			section#center
			{
				/*position: fixed;*/
			}
			
			centerbox
			{
				/*position: absolute;
				top: 35%;
				left: 50%;
				height: 30%;
				width: 50%;
				margin: -20% 0 0 -25%;*/
				
				
			}
			
			footer menu > menuitem > a {
				display: inline-block;
				border: 1px solid transparent;
				font-family: 'Circe',sans-serif;
				padding: 0;
				margin: 0px 15px;
				text-transform: none;
				letter-spacing: 0;
			}
			
			
			menu.footer {
				float: right;
				padding: 5px 0px 0px 0px;
				margin: 0px 0px 30px 0px;
			}