@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,300');
@import url('font-awesome.min.css');

/*
	Standout by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	.googleMap {
		width: 100%;
		height: 18em;
	}

	body
	{
		background: #f5f5f5 url(images/bg01.jpg) repeat;
		font-family: 'Open Sans', sans-serif;
		font-size: 10pt;
		color: #8c8c8c;
	}

	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
			
	br.clear
	{
		clear: both;
	}
	
	h1, h2, h3
	{
		font-weight: 300;
		color: #262626;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1.75em;
	}
	
	p
	{
		line-height: 1.75em;
		font-size: 1.1em;
	}
	
	a
	{
		color: #ec1f1f;
	}
	
	section,
	article
	{
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.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 0em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

	.button
	{
		background: #ec1f1f;
		text-decoration: none;
		font-style: italic;
		color: #FFFFFF;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}
	
		.button:hover
		{
			background: #fc2f2f;
		}
		
		.button:active
		{
			background: #dc0f0f;
		}
	
	ul.style1
	{
	}

		ul.style1 li
		{
			position: relative;
			line-height: 1.5em;
			padding: 0.75em 0 0.75em 0;
			border-top: solid 1px #E8E8E8;
		}
	
		ul.style1 a
		{
			text-decoration: underline;
			color: #8d8d8d;
		}
		
			ul.style1 a:hover
			{
				text-decoration: none;
			}
		
		ul.style1 li.first
		{
			padding-top: 0;
			border-top: 0;
		}
		
	ul.style2
	{
		cursor: default;
	}
	
		ul.style2 li
		{
			position: relative;
			display: inline-block;
			margin-right: 0.75em;
		}
		
		ul.style2 a
		{
			display: block;
			background: #c0c0c0;
			white-space: nowrap;
			width: 42px;
			height: 42px;
			overflow: hidden;
			color: #fff;

			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;			
		}
		
			ul.style2 a:before
			{
				display: block;
				font-size: 24px;
				width: 42px;
				height: 42px;
				line-height: 42px;
				text-align: center;
			}

		ul.style2 a:hover
		{
			background: #a0a0a0;
		}

	ul.style3
	{
	}
	
		ul.style3 li
		{
			padding: 1.50em 0em 1.90em 0em;
			border-top: 1px solid #e8e8e8;
		}
		
		ul.style3 a
		{
			text-decoration: none;
			color: #6e6d6d;
		}
		
			ul.style3 a:hover
			{
				text-decoration: underline;
			}
			
		ul.style3 .posted
		{
			font-size: 0.90em;
			color: #b6b6b6;
		}
		
		ul.style3 .first
		{
			padding-top: 0em;
			border-top: none;
		}


	ul.style4
	{
		margin-bottom: 2em;
		text-align: center;
		overflow: hidden;
	}
	
		ul.style4 li
		{
			display: inline-block;
			margin: 0 1em 0 1em;
			padding: 0.70em 1em;
			text-decoration: none;
			font-size: 1.25em;
			font-style: italic;
			color: #787878;
			cursor: pointer;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
		}
		
		ul.style4 li:hover,
		ul.style4 li.active
		{
			background: #ededed;
			color: #454545;
		}

	ul.style5
	{
	}

		ul.style5 li
		{
			position: relative;
			overflow: hidden;
			line-height: 1.5em;
			margin: 0 0 1.25em 0;
		}
	
		ul.style5 a
		{
			display: block;
			text-decoration: underline;
			color: #8d8d8d;
			margin-left: 5.5em;
		}
		
			ul.style5 a:hover
			{
				text-decoration: none;
			}
		
		ul.style5 .date
		{
			position: absolute;
			left: 0;
			top: 0;
			margin-right: 1em;
			text-decoration: none;
			color: #b3b3b3;
			width: 5em;
		}

	.category
	{
		display: none;
	}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
	}
	
	#footer-wrapper
	{
		overflow: hidden;
	}
	
/*********************************************************************************/
/* Bar                                                                           */
/*********************************************************************************/

	#bar
	{
		position: relative;
		overflow: hidden;
		background: #101010 url(images/bg02.jpg) no-repeat center top;
		background-size: 100% 100%;
	}	
	
		#bar h2
		{
			color: #FFFFFF;
		}
		
		#bar p
		{
			color: #727272;
		}
	
/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

	#slider
	{
		background: #f4f4f4;
	}
	
/*********************************************************************************/
/* Poptrox                                                                       */
/*********************************************************************************/

	.poptrox-popup
	{
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.25);
	}
	
		.poptrox-popup .caption
		{
			font-style: italic;
		}
		
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		overflow: hidden;
		background: #FFFFFF;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
		background: url(images/bg03.png) no-repeat center top;
	}
	
		#footer h2
		{
			color: #000000;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		overflow: hidden;
		border-top: 1px solid #d7d7d7;
		text-align: center;
		color: #b8b8b8;
	}