@charset 'UTF-8';

/*
	Parallelism 1.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	body
	{
		position: relative;
		background: url('../images/bg.jpg');
		background-size: cover;
		color: #999;
		color: rgba(255,255,255,0.6);
		font-family: 'Source Sans Pro';
		font-weight: 300;
		text-transform: none;
	}
	
		body:after
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url('images/overlay.png');
		}

	a
	{
		color: #fff;
		color: rgba(255,255,255,0.85);
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 400;
		color: #fff;
	}
	
	strong, b
	{
		font-weight: 400;
	}
	
	ul.contact
	{
		cursor: pointer;
		margin: 0 0 1em 0;
	}
	
		ul.contact li
		{
			display: inline-block;
			font-size: 1.5em;
		}
		
		ul.contact li span
		{
			display: none;
		}
		
		ul.contact li a
		{
			opacity: 0.35;
			-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;
		}
		
			ul.contact li a:hover
			{
				opacity: 1.0;
			}
	
	.thumb
	{
		display: block;
		position: relative;
		background: #1a1f2c;
		background: rgba(255,255,255,0.25);
	}
	
		.thumb h2
		{
			position: absolute;
			bottom: 0;
			left: 0;
			background: #1a1f2c;
			background: rgba(18,21,29,0.85);
			width: 100%;
			padding: 1em;
			font-weight: 300;
			line-height: 1em;
			z-index: 2;
		}
		
		.thumb img
		{
			display: block;
			z-index: 1;
		}

/*********************************************************************************/
/* Icons                                                                         */
/* Powered by Font Awesome by Dave Gandy | http://fontawesome.io                 */
/* Licensed under the SIL OFL 1.1 (font), MIT (CSS)                              */
/*********************************************************************************/

	.fa
	{
		text-decoration: none;
	}

		.fa.solo
		{
		}
		
			.fa.solo span
			{
				display: none;
			}

		.fa: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;
		}


/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper
	{
		position: relative;
		z-index: 1;
	}
	
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background: #FF1919;
		color: #fff;
	}
	
		#header:before
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url('images/overlay.png');
		}
		
		
.obfuscate { unicode-bidi: bidi-override; direction: rtl; }