﻿/* Desktop (>= 480px) */


      html {

  margin-bottom: 0px;
  margin-top: 0px;

	}

					/* BG */
	body
	{
 margin-top: -12px;
		background-color: #fff; 
		background-image: url("images/bgg.webp");
		background-attachment: fixed;
		background-repeat: repeat;
	}


/* Wrappers */

	#main-wrapper
	{
		background: transparent;
		padding: 2em 0 4em 0;
	}

	#header-wrapper
	{
		
		height: 102px;
background: #fff;
		position: relative;
		padding: 2.25em 0 2.25em 0;
	}

	#footer-wrapper
	{
		padding: 3.5em 0 5em 0;
		box-shadow: inset 0px 10px 60px 0px rgba(0,0,0,0.15);
	}

/* Site Header */

	#site-header
	{
		position: relative;
		background: url('images/logo.webp');
		background-size: 100% 190px;
		height: 190px;

	}

	#logowide
	{

  background: url("images/logowid.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
	}



/* Logo */

	#logo
	{
		position: absolute;
		left: 40px;
		top: 0;
		height: 85px;
		line-height: 85px;
	}

		#logo h1
		{
			font-size: 2.25em;
			letter-spacing: -1px;
			color: #fff;
		}
		
		#logo span
		{
			display: inline-block;
			border-left: solid 2px #ffffff;
			margin-left: 1em;
			padding-left: 1em;
		}

/* Site Nav */

	#nav
	{
		position: absolute;
		top: 0;
 			margin-top: 180px;
		font-family: 'Open Sans Condensed',
		sans-serif;
		font-size: 14px; 
		text-align: center;
		opacity: 0;
	}

		#nav ul
		{
			list-style: none;
			overflow: hidden;
		}

			#nav ul li
			{
				display: block;
				float: left;
				text-decoration: none;
				font-size: 1.2em;
				height: 90px;
				line-height: 90px;
				margin: 0 0 0 2em;
			}

				#nav ul li a
				{
					color: #eeeeee;
					text-decoration: none;
					outline: 0;
				}

				#nav ul li a:hover
				{
					color: #ffcc00;
				}

			
				#nav ul li.current_page_item a
				{
					color: #ccc;
				}

/* Banner */

	#banner
	{
		margin: 0 0 3em 0;
	}

		#banner a
		{
		}

			#banner a img
			{
				width: 100%;
				display: block;
			}

		#banner .caption
		{
			background: #1e1e1e url('          ') top left repeat-x;
			font-size: 2em;
			color: #aaaaaa;
			text-align: center;
			text-shadow: -1px -1px 1px rgba(0,0,0,1);
			padding: 0.6em 0 0.6em 0;
		}

			#banner .caption span
			{
			}
			
				#banner .caption span strong
				{
					color: #fff;
				}
		
			#banner .caption .button
			{
				border: solid 1px #001916;
				margin-left: 0.8em;
			}




   #relieve{   
      -moz-box-shadow: 0px 0px 30px #000000; 
      -webkit-box-shadow: 0px 0px 30px #000000; 
      box-shadow: 0px 0px 30px #000000;
      
      padding: 0px;
      border: 0px solid #ccc;

   }
   </style>

/* Site Footer */
	
	#site-footer
	{
		text-shadow: 1px 2px 0px #fff;
	}

		#site-footer a
		{
			text-decoration: none;
			color: #525252;
		}

		#site-footer a:hover
		{
			text-decoration: underline;
		}


		#site-footer ul li
		{
			line-height: 2.5em;
		}

		#site-footer .divider
		{
			border-top: solid 1px #d0d0d0;
			border-bottom: solid 1px #d0d0d0;
			height: 4px;
			margin: 1em 0 1em 0;
		}

/* Copyright */
	
	#copyright
	{
		text-align: center;
		color: #868686;
		font-size:  12pt;
		padding: 2em;
	}

		#copyright a
		{
			color: #868686;
		}
		
