

.content_main
{
	/*positioning*/
	position: relative;
	z-index: 10;
	width: 50%; /*Textual*/
    height: 100%;
	color: White;
	font-family: Arial;
	font-size: 14px; /*Borders*/
	-moz-border-radius: 20px;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px; /*background*/
	background: #111;
	background: url('../media/img/bg-black.png');
	background-repeat: repeat; /*Inner Layout*/
	margin-top: 20px;
	margin-left: auto;
	margin-right: 20px;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content_for_realizations
{
	/*positioning*/
	position: relative;
	z-index: 10;
	width: 100%; /*Textual*/
	color: White;
	font-family: Arial;
	font-size: 14px; /*Borders*/
	background: #111;
	background: url('../media/img/bg-black.png');
	background-repeat: repeat; /*Inner Layout*/
}

.parallax_1, .parallax_2
{
	z-index:-1;
	top: 0; 
	left: 0; 
	position: fixed; 
	width:60%;
    max-width:1050px;
    min-width:1000px;
    min-height:1250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:1300px;
	background-repeat:no-repeat;
	background-color:Transparent;
}

.parallax_2
{
	z-index:-2;
	top: -30; 
	left: -60px; 
	position: fixed; 
	height:1300px;
}

.description_background
{
	width:100%; 
    background-repeat:no-repeat; 
    background-position: 0px 71px;
    background-size: 100%;
}

.subHeroDynamic1
{
width:50%;
max-width:50%;
margin-right: 10px;
float:left;
}


