@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('../fonts/helveticaneuecyr-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helveticaneuecyrmedium';
    src: url('../fonts/helveticaneuecyr-medium-webfont.eot');
    src: url('../fonts/helveticaneuecyr-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-medium-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body{
	background-color: #333333;
	margin: 0;
	padding: 0;
}

#divContent{
	width: 980px;
	height:600px
	margin: 0;
	padding: 0;
	}


.project_box{
	width: 980px;
	height:auto;
	float:left;

}


.project_heading{
	width: 980px;
	height: 153px;
	float:left;
	margin-top: 20px;
	}


.project h1{
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 100px;
	color: #FFF;
	line-height: normal;
	margin: 0;
}



.project_video{
	width: 640px;
	height: 360px;
	float:left;
	background-color: #666;
	}

	
.project_video_label{
	float:left;
	height: auto;
	width: 640px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.project_video_label h1{
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	line-height: normal;
	margin: 0; 
	}	
	
	
.project_video_arrow_container{
	float:left;
	height: 46px;
	width: 100px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 40px;
	}
	


.project_video_arrow_right{
	float:left;
	height: 46px;
	width: 46px;
	text-align: left;
	margin-left: 4px;
	}	
	
	
	

 .arrow_right a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:46px;
	height:46px;
	background-image: url(../images/project_arrows.png);
	background-repeat: no-repeat;
	background-position: -52px 0px;
 }

 .arrow_right a:hover {
	background-position: -52px -46px;
 }		
 
 

.project_video_arrow_left{
	float:left;
	height: 46px;
	width: 46px;
	text-align: left;
	margin-right: 4px;
	}	


 .arrow_left a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:46px;
	height:46px;
	background-image: url(../images/project_arrows.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
 }

 .arrow_left a:hover {
	background-position: -1px -46px;
 }
 
	
.project_video_close_btn_container{
	float:left;
	height: 46px;
	width: 46px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 154px;
	}				
	

.project_video_info{
	width: 300px;
	height: 360px;
	float:left;
	margin-left: 40px;
	}
	
.project_video_info span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0; 
	}		
	
.project_video_info p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	margin: 0;
	}
	
	
.project_video_info h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0; 
	}	
	
.project_video_categorie_label_container{
	width: 220px;
	height: 40px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
	margin-bottom: 0px;
	padding-top: 10px;
	}
	
	
.project_video_categorie_label_container a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
	
.project_video_categorie_label_container a:hover{
	color: #FF0;
	text-decoration: none;
	cursor:pointer;
	-webkit-transition: color 0.3s ease-out 0s;
	-moz-transition: color 0.3s ease-out 0s;
	-o-transition: color 0.3s ease-out 0s;
	transition: color 0.3s ease-out 0s;
	}				
	
.project_video_number{
	width: 40px;
	height: 40px;
	float:left;
	margin-top: 10px;
	margin-left: 40px;
	}	
	
.project_video_number h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 20px;
	color: #FF0;
	line-height: normal;
	margin: 0;	
	}		

.project_video_categorie_label_icon{
	width: 33px;
	height: 33px;
	float:left;
	}
	
.project_video_categorie_label{
	width: 160px;
	height: 20px;
	float:left;
	margin-top: 8px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}	


.project_video_categorie_label a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
	
.project_video_categorie_label a:hover{
	color: #FF0;
	text-decoration: none;
	cursor:pointer;
	-webkit-transition: color 0.3s ease-out 0s;
	-moz-transition: color 0.3s ease-out 0s;
	-o-transition: color 0.3s ease-out 0s;
	transition: color 0.3s ease-out 0s;
	}		
	
.project_video_categorie_btn{
	width: 220px;
	height: 40px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474747;
	margin-bottom: 10px;
	padding-top: 10px;
	}
	
		
	
.project_video_categorie_info{
	width: 220px;
	height: auto;
	float:left;
	margin-top: 10px;	
    margin-bottom: 10px;	
	}
	
	
.project_video_categorie_info a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
	}
	
.project_video_categorie_info a:hover{
	color: #F00;
	}	
	
	
	
.project_video_categorie_social_media{
	width: 220px;
	height: 40px;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #474747;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;	
	}
	


.project_video_categorie_social_media span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

.project_video_categorie_social_media a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out 0s;
	-moz-transition: color 0.3s ease-out 0s;
	-o-transition: color 0.3s ease-out 0s;
	transition: color 0.3s ease-out 0s;	
}

.project_video_categorie_social_media a:hover{
	color: #FF0;
}	




/* Project Info */




.project_info{
	width: 980px;
	height: 360px;
	float:left;

	}
	
		
.project_info_label{
	float:left;
	height: auto;
	width: 640px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.project_info_label h1{
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	line-height: normal;
	margin: 0; 
	}
	
	
	

.project_info_container{
	width: 980px;
	height: auto;
	float:left;
	}
	
	
	
.project_info p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #999;
	line-height: 50px;
	margin: 0;
	}
	
	
	
.project_info a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
	}
	
.project_info a:hover{
	color: #F00;
	}
	
	
	
/* Project Video Nav */	
	
	
	
	
#arrow_left {
	position: absolute;
	height: 46px;
	width: 46px;
	left: 670px;
	top: 10px;
}

 .arrow_left a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:46px;
	height:46px;
	background-image: url(../images/project_arrows.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
 }

 .arrow_left a:hover {
	background-position: -1px -46px;
 }


#arrow_right {
	position: absolute;
	height: 46px;
	width: 46px;
	left: 734px;
	top: 10px;
}

 .arrow_right a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:46px;
	height:46px;
	background-image: url(../images/project_arrows.png);
	background-repeat: no-repeat;
	background-position: -52px 0px;
 }

 .arrow_right a:hover {
	background-position: -52px -46px;
 }		





#show_hide{
	position: absolute;
	height: 46px;
	width: 46px;
	left: 934px;
	top: 10px;
}

#show_hide a{
	position: absolute;
	height: 46px;
	width: 46px;


}


#show_hide a:hover{
	position: absolute;
	height: 46px;
	width: 46px;


}


 .close_btn a {
	outline: none;/* get rid of dotted borders in FireFox */
	text-indent: -5000px;/* this move the text outside of the screen area */
	display:block;
	width:46px;
	height:46px;
	background-image: url(../images/project_close_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
 }

 .close_btn a:hover {
	background-position: 0px -46px;
 } 	
	
	



/* News Panel */


.target{
	height:auto;
	width: 100%;
	right:0px;
	top:0px;
	margin-top: 0px;
	display:none;
	background:#fff;
	position: fixed;
	z-index: 90000;
}
		
.panel_handle{
	width: 100px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0;
		margin-top: 0px;
	cursor: pointer;
	background-color: #000;
	float: left;
	background-image: url(../slide_panel_images/slide_panel_tab_close_btn.jpg);
	background-repeat: no-repeat;
	background-position: left 270px;
	z-index: 100000;
}



  
#news {
	height:6000px;
	margin-left: 180px;
	margin-top: 0px;
	z-index: 100000;
}


  
/*
.news{
	height:680px;
	width: 980px;
	display:block;
	position: fixed;
	float:left;
	z-index: 100000;
	margin-top: 0px;
  }	

.news_projects{
	height:680px;
	width: 980px;
	display:block;
	position: fixed;
	float:left;
	z-index: 100000;
	background-color: #0F0;
  }	  


#news iframe {
	margin-left: 200px;
	margin-top: 10px;
	z-index: 100000;
} */		
			
