body{
	padding:0;
	margin:0;
}
div.container{
	margin:0;	
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	background:url(../img/Untitled-1.jpg) center no-repeat;
	background-size:cover;
	z-index:1;
	
	}
	
	div.container > div{
		margin:0;
		width:100%;
		height:100%;
		display:block;
		position:relative;
		
		z-index:2;
	}
	
	div.container > div div.second{
		bottom:0;
		width:100%;
		height:150px;
		position:absolute;
		z-index:3;
		background:rgba(0,0,0,0.5);
	}
	div.container > div div.second hr{
		color:#000;
		height: 12px;
    	background: #A12253;
		border:none;
		top:0;
	}
	
	div.container > div > div:nth-child(1){
		background:rgba(0,0,0,0.5);
		width:100%;
		height:20px;
		display:block;
		position:relative;
		z-index:4;
	}
	
	div.container > div div.center{
		background:url(../img/jpg.png) top left repeat;
		width:100%;
		height:420px;
		position:relative;
		z-index:4;
	}
	
	div.container > div > div.center > div:nth-child(2){
		background:rgba(255,255,255,0.5);
		width:100%;
		height:250px;
		position:absolute;
		bottom:0;
		z-index:5;
	}
	
	div.textandlogo{
		height:155px;
		width:100%;
		position:absolute;
		display:block;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
	}
	
	div.imgtext{
		height:155px;
		position:relative;
		width:50%;
		display:block;
		float:right;
		top:0;
		bottom:0;
		margin:auto;
	}
	
	div.imglogo{
		height:155px;
		position:relative;
		width:50%;
		display:block;
		float:left;
		top:0;
		bottom:0;
		margin:auto;
	}
	
	div.imglogo .logolight{
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		margin:auto;
	}
	
	div.imglogo .logolight img{
		height:300% !important;
	}
	
	div.container > div > div.center > div:nth-child(2) div.imgtext  img {
		position:absolute;
		top:0;
		bottom:0;
		left:10px;
		margin:auto;
		z-index:6;
		height:100%;
	}
	
	div.container > div > div.center > div:nth-child(2) div.imglogo img {
		position:absolute;
		top:0;
		bottom:0;
		right:10px;
		margin:auto;
		z-index:6;
		height:100%;
	}
	
	div.container > div > div.center > div:nth-child(2) div.greywing{
		width:calc(100% - 554px);
		width:-webkit-calc(100% - 554px);
		width:-moz-calc(100% - 554px);
		width:-o-calc(100% - 554px);
		background:rgba(0, 0, 0, 0.61);
		height:155px;
		display:block;
		position:absolute;
		right:0;
	}
	
	/*div.container > div > div:nth-child(1) {
			background:rgba(0,0,0,0.5);
			width: 100%;
   			height: 20px;
			position:relative;
	}
		
	div.container > div div:nth-child(2){
		background:url(../img/Untitled-2.png);
		width: 100%;
   		height: 400px;
		position:relative;
		top:40px;
	}
	
	div.container > div div:nth-child(2) div:nth-child(1){
		width: 100%;
   		height: 400px;
		position:absolute;
	}
	
	div.container div.center{
		background: rgba(255,255,255,0.5);
		width: 100%;
		height: 200px;
	}
	
	div.center > div:last-child{
		width: 50%;
		height: 200px;
	}*/