/* Intro page
====================================================================== */

body {
		/*font-size: 13px;
		line-height: 21px;*/
		background: #d9dbe0 url(../images/bg/noise.png) repeat;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		margin: 0 auto;
	}
 
	#wrapper {
		width: 1020px;
		/*min-height: 768px;*/
		height: 100%;
		background: #fff;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.2);
		position: relative;
		display: block;
	}

	#wrapper .container{
		position: relative;
		width: 1030px;
		margin: 0 auto;
		padding: 0;
	}
	#wrapper .intro-page{
		height: 100%;
		background: #82aeea url('../images/intro-background-image2.png') no-repeat -12px top;
		display: block;
	}
		#wrapper .intro-page .logo{
			height: 297px;
			width: 100%;
			/*position: relative;
			top: 350px;*/
			margin: 362px auto 10px auto;
			display: inline-block;
			clear: both;
			text-align: center;
		}
			#wrapper .intro-page .logo a{
				display: inline-block;
				margin-left: 5px;				
			}
			#wrapper .intro-page a img{
				border: none;
				outline: none;
			}

		#wrapper .intro-page .languages{
			width: 100%;
			margin: 0 auto;
			display: inline-block;
			position: relative;
			top: -90px;
			clear: both;
			text-align: center;
		}
			#wrapper .intro-page .languages a{
				display: inline-block;
				opacity: 0.7;
				border: none;
				outline: none;
			}
			#wrapper .intro-page .languages a#ro{
				margin: 0 50px 0 12px;
			}

			#wrapper .intro-page .languages a:hover{
				  opacity: 1;
			}
