/*
	Parallelism by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

	html
	{
		height: 100%;
	}

	body
	{
    background: #fff;
	}

	body
	{
		padding: 0;
		font-size: 12pt;
		line-height: 1.75em;
		height: 100%;
		min-height: 450px;
		min-width: 637px;
	}

	/* List */

		ul
		{
		}

			ul.contact
			{
				margin-bottom: 0.5em;
			}
			
				ul.contact li
				{
					margin-left: 1em;
				}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/
	#wrapper
	{
		height: 100%;
		overflow: hidden;
		-webkit-transition: -webkit-filter 0.25s ease-in-out;
	}
	
		#wrapper.overlayed
		{
			-webkit-filter: blur(3px);
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/
	#main
	{
		width: 100%;
		position: absolute;
    background: #000;
    z-index: 2;
    min-height: 292px;
	}

/*********************************************************************************/
/* Reel                                                                          */
/*********************************************************************************/
	#reel 
	{
		position: relative;
    min-height: 292px; 
	}

		#reel .item
		{
			display: block;
			float: left;
			position: relative;
			overflow: hidden;
      min-height: 292px;
		}
  
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	#attribute
	{
		padding: 2em 3em;
		xmin-height: 212px;
		vertical-align: middle;
	}

		#attribute:before
		{
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#attribute .inner
		{
			display: inline-block;
			vertical-align: middle;
		}

		#attribute h1
		{
			font-size: 3em;
			line-height: 1em;
		}
		
		#attribute p
		{
			font-size: 1.25em;
			line-height: 1.5em;
			margin: 0.5em 0 0 0;
		}
/*
		ul.intxt {
			font-weight: bold;
			margin-left: 5%;
			list-style-type: square;
		}
*/
/*********************************************************************************/
/* Arrows                                                                         */
/*********************************************************************************/

	.arrow
	{
		text-decoration: none;
    	text-align: center;
	}
    
	.arrov
	{
		width: 100%;
		/*background: #fff;*/
		position: absolute;
		bottom: 0;
		text-align: center;
	}

    #arr
    {
      width: 100%;
      height: 100%;  
      margin-left: auto;
      background: rgba(250,250,250,0.75);
    } 

		a.arrow:before
		{
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
      		color: rgb(160, 80, 160);
      		/*color: rgb(20, 160, 50);*/
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
      		/*opacity: 0.5;*/
      		/*margin-left: auto;*/
		}
    
    a.arrow
    {
    	opacity: 0.5;
    }
    
    a.arrow:hower
    {
    	opacity: 1.0;
    }
    
		.arrow > .label
		{
			display: none;
		}
    
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		position: fixed;
    text-align: right;
    padding: 1em 2em 0em 0em;
		bottom: 0;
		left: 0;
		width: 100%;
    height: auto;
		overflow: hidden;
    background: rgb(102,102,102);
    color: #fff;
	}

/*********************************************************************************/
/* Navig                                                                           */
/*********************************************************************************/

	#navig
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding: 1.5em 0 1.5em 0;
		overflow: hidden;
	    color: #fff;
	    /*transition: opacity 0.25s ease-in-out;*/
	    /*opacity: 0.5;*/
	} 
    
		#navig > ul
		{
			line-height: 0px;
			position: relative;
			display: inline-block;
			margin: 0;

			height: 21px;       
			border-left: solid 1px rgba(192,192,192,0.35);
			border-right: solid 1px rgba(192,192,192,0.35);
		}
		  
			#navig > ul:before,
			#navig > ul:after
			{
				content: '';
				display: block;
				width: 300%;
				position: absolute;
				top: 50%;
				margin-top: -2px;

				height: 5px;
				border-top: solid 1px rgba(192,192,192,0.35);
				border-bottom: solid 1px rgba(192,192,192,0.35);
			}
		    
			#navig > ul:before
			{
				left: 100%;
				margin-left: 1px;
			}
		
			#navig > ul:after
			{
				right: 100%;
				margin-right: 1px;
			}
		    
			#navig > ul > li
			{
				display: inline-block;
				margin: -9px 0.5em 0 0.5em;
				border-radius: 0.5em;
				padding: 0.85em;
				border: solid 1px transparent;
				-moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-o-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			}
			       
				#navig > ul > li.active
				{
					border-color: rgba(192,192,192,0.35);
				}
			    
				#navig > ul > li > a,
				#navig > ul > li > span
				{
					display: block;
					color: #fff;  
					text-decoration: none;
					border: 0;
					outline: 0;
				}
           
/*********************************************************************************/
/* Popup                                                                         */
/*********************************************************************************/

	.poptrox-popup
	{
		background: #1a1f2c;
		background: rgba(18,21,29,0.9);
		box-shadow: 0px 0px 0px 10px #fff, 0px 10px 60px 10px rgba(8,11,19,0.55);
		cursor: default;
	}
	
		.poptrox-popup .loader
		{
			display: block;
			width: 48px;
			height: 48px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
			background: url('images/loader.gif');
			opacity: 0.25;
		}
		
		.poptrox-popup .caption
		{
			position: absolute;
			bottom: 0;
			left: 0;
			background: #1a1f2c;
			background: rgba(18,21,29,0.85);
			display: block;
			width: 100%;
			line-height: 75px;
			text-align: center;
			font-size: 1.25em;
			color: #000;
		}
		
		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous,
		.poptrox-popup .closer
		{
			text-decoration: none;
			font-weight: normal;
			font-style: normal;
			-moz-transition: opacity 0.25s ease-in-out;
			-webkit-transition: opacity 0.25s ease-in-out;
			-o-transition: opacity 0.25s ease-in-out;
			-ms-transition: opacity 0.25s ease-in-out;
			transition: opacity 0.25s ease-in-out;
			opacity: 0.35;
		}

			.poptrox-popup .nav-next:hover,
			.poptrox-popup .nav-previous:hover,
			.poptrox-popup .closer:hover
			{
				opacity: 1.0;
			}
		
		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous
		{
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;

			width: 150px;
			height: 75px;
			position: absolute;
			bottom: 0;
			cursor: pointer;
			font-size: 3em;
			line-height: 75px;
		}
		
		.poptrox-popup .nav-next
		{
			right: 0;
			text-align: right;
			padding-right: 30px;
		}

			.poptrox-popup .nav-next:before
			{
				content: '\f105';
			}
		
		.poptrox-popup .nav-previous
		{
			left: 0;
			text-align: left;
			padding-left: 30px;
		}

			.poptrox-popup .nav-previous:before
			{
				content: '\f104';
			}
		
		.poptrox-popup .closer
		{
			width: 35px;
			height: 35px;
			font-size: 2em;
			line-height: 35px;
			text-align: center;
			position: absolute;
			top: -70px;
			right: -70px;
			cursor: pointer;
			border-radius: 40px;
			box-shadow: 0px 0px 0px 1px #fff;
		}
		
			.poptrox-popup .closer:before
			{
				content: "\00d7";
			}