/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	html
	{
		height: 100%;
		background: url('images/bg1.jpg');
	}

	body
	{
		background: url('images/bg4.png') center center no-repeat;
		background-size: 100% 100%;
		height: 100%;
		width: 100%;
		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		position: absolute;
		top: 0;
		line-height: 1.75em;
		color: #424548;
		overflow-x: hidden !important;
	}
	
	h1,h2,h3,h4,h5,h6
	{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #252b2f;
		letter-spacing: 0.2em;
	}
	
	h1 span, h2 span, h3 span, h4 span, h5 span, h6 span
	{
		font-weight: 300;
	}
	
	h2
	{
		margin: 0 0 0.75em 0;
	}

	h3
	{
		margin: 0 0 0.5em 0;
	}

	p, ul, ol
	{
		margin: 0 0 1.5em 0;
	}

	p:last-child, ul:last-child, ol:last-child
	{
		margin-bottom: 0;
	}

	hr
	{
		position: relative;
		display: block;
		border: solid 1px rgba(0,0,0,0.15);
		border-left: 0;
		border-right: 0;
		height: 10px;
		box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5), 0px 1px 0px 0px rgba(255,255,255,0.5);
		margin: 2em 0 2em 0;
	}

	a
	{
		color: #007fb1;
		text-decoration: underline;
	}
	
		a:hover
		{
			text-decoration: none;
		}

	form
	{
	}
	
		form label
		{
			font-family: 'Open Sans Condensed', sans-serif;
			display: block;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			font-size: 1em;
		}
	
		form input.text, form input.password, form select, form textarea
		{
			display: block;
			margin: 0.25em 0 0.25em 0;
			width: 100%;
			box-sizing: border-box;
			-ms-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: solid 1px rgba(0,0,0,0.35);
			box-shadow: inset 0px 0px 5px 0px #ccc;
			padding: 0.75em;
			font-family: sans-serif;
			font-size: 1em;
			color: #444;
			-webkit-appearance: none;
		}

		form input.text:focus, form input.password:focus, form select:focus, form textarea:focus
		{
			box-shadow: 0px 0px 3px 1px #55bbff;
		}
		
		form textarea
		{
			height: 13em;
		}
		
		form input.button
		{
			margin-top: 1em;
			-webkit-appearance: none;
		}

	.image
	{
	}
	
	.image-left
	{
		float: left;
		width: 18em;
		margin: 0.5em 2em 1em 0;
	}

	.image-full
	{
		display: block;
		width: 100%;
	}

		.image-full img
		{	
			display: block;
			width: 100%;
		}

	.button
	{
		font-family: 'Open Sans Condensed', sans-serif;
		position: relative;
		display: inline-block;
		background: url('images/bg3.jpg');
		color: #fff;
		text-shadow: none;
		text-decoration: none;
		padding: 0.75em 60px 0.75em 1.5em;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		font-size: 1em;
		border: 0;
		cursor: pointer;
	}
	
		.button:before
		{
			content: '';
			position: absolute;
			right: 1.5em;
			top: 50%;
			margin-top: -12px;
			display: block;
			width: 24px;
			height: 24px;
			background: url('images/sprites.png') top left no-repeat;
		}
		
		input.button
		{
			padding-right: 1.5em;
		}
		
	ul.contact
	{
	}
	
		ul.contact li
		{
			position: relative;
			padding-left: 36px;
			margin: 0 0 1em 0;
		}
		
		ul.contact li:before
		{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 24px;
			height: 24px;
			background: url('images/sprites.png') no-repeat;
		}
		
		ul.contact li.address:before
		{
			background-position: -72px 0px;
		}
		
		ul.contact li.social:before
		{
			background-position: -48px 0px;
		}
		
		ul.contact li.email:before
		{
			background-position: -24px 0px;
		}

	ul.style1
	{
	}
	
		ul.style1 li
		{
			padding: 0.5em 0 0.5em 0;
			border-top: solid 1px rgba(0,0,0,0.15);
			box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
		}
		
		ul.style1 li:first-child
		{
			border-top: 0;
			box-shadow: none;
		}

/*********************************************************************************/
/* Poptrox                                                                       */
/*********************************************************************************/

	.poptrox-popup
	{
		background: #fff url('images/bg2.jpg') center center !important;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	}
	
	.poptrox-popup .closer
	{
		background: url('images/bg3.jpg') !important;
		box-shadow: inset 5px 0px 8px 0px rgba(0,0,0,0.25);
	}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		text-align: center;
	}

		#header nav
		{
			position: relative;
		}

			#header nav a
			{
				color: #8b97a1;
				text-transform: uppercase;
				text-decoration: none;
				font-family: 'Open Sans Condensed', sans-serif;
				letter-spacing: 0.15em;
				outline: 0;
				transition: color .35s ease-in-out;
				-moz-transition: color .35s ease-in-out;
				-webkit-transition: color .35s ease-in-out;
			}
			
			#header nav a:hover
			{
				color: #fff;
			}
	
		#header h1
		{	
			display: inline-block;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: 0.15em;
		}
		
			#header h1 span
			{
				font-weight: 300;
				color: #a4b0bb;
			}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		font-family: 'Open Sans Condensed', sans-serif;
		position: relative;
		text-align: center;
		font-size: 0.8em;
		color: rgba(255,255,255,0.2);
		text-transform: uppercase;
		letter-spacing: 0.2em;
		padding: 1em 0 2em 0;
	}