@import url(http://fonts.googleapis.com/css?family=Roboto);

.landing_page_box {
    background: #252525 url("../images/landing_bg.jpg") no-repeat scroll center 50px ;
    float: left;
    margin-top: -41px;
    min-height: 749px;
    padding-top: 41px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.landing_center{
	/*background: url(../images/landing_center.png) center 0 no-repeat;*/
	float: left;
    height: 637px;
    width: 100%;
    margin-top:47px;
    overflow: hidden;
    position: relative;
}

.landing_indsti{
	float: left;
	min-height: 700px;
    width: 510px;
}

.landing_indsti a{
	display: block;
    height: 633px;
    transform: rotate(22deg);
    -webkit-transform: rotate(22deg);
    -ms-transform:rotate(22deg); /* IE 9 */
	
    width: 461px;
}

.landing_prof{
	float: right;
    min-height: 700px;
    width: 490px;
}

.landing_prof a{
	 display: block;
    height: 633px;
    margin: 0 0 0 -10px;
    transform: rotate(21deg);
    transform: rotate(21deg);
    -webkit-transform: rotate(21deg);
    -ms-transform:rotate(21deg); /* IE 9 */
	
    width: 461px;
}

.landing_center ul{
	font-style: italic;
	color: #fff;
	font-size:12px;
	line-height: 24px;
	position: relative;
	z-index: 1
}

.landing_center ul li{
	background: url("../images/landing_bult.png") no-repeat scroll left 10px rgba(0, 0, 0, 0);
    display: block;
    padding-left: 15px;;
}

.landing_indsti > ul {
    margin: -65px 0 0 37px;
}

.landing_prof > ul {
    margin: -66px 0 0 89px;
}

.landing_page_box a.logo {
    position: absolute;
    right: 37px;
    top: 15px;
}

.ind_lan{
    position: absolute;
    width: 50%;
    left: 0;
    z-index: 1
    
    
} 
.ind_lan .lan_wrap {
    float: right;
    margin: 0 -88px 0 0;
}
.per_lan{ 
    position: absolute;
    width: 50%;
    right: 0;
    z-index: 1
    
    
}

.per_lan .lan_wrap {
    float: left;
    margin: 60px 0 0 -136px;
}

@media only screen 
and (max-width : 1026px) {
/* Styles */
    body, html{
        width:1600px;
       
    }

    .landing_page_box{
         min-height: 800px;
    }
}

@media only screen 
and (max-width : 800px) {
/* Styles */
    .landing_page_box{
         min-height: 1600px;
    }
    body, html{
        width:1400px;
       
    }
}