@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: #e5e0d6;
	margin: 0;
	padding: 0;
	color: #000;
}
	
#wrapper {
	width: 100%;
	position: relative;
	background-color: #e5e0d6;
	height: auto;
}

/* Header */

#head_container {
	width: 100%;
	background-color: #e5e0d6;
	height: 284px;
}

 #menu{
	background: #e5e0d6;
	height:213px;
	z-index: 10000;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
    border-bottom-color: #cc0000;*/
 }
 

 
#menu.fixed{
	background: #e5e0d6;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index: 20000;
}
 
 #menu.fixed+#main{
     margin-top:20px;
	 z-index: 10000;
 }

.header {
	clear: both;
	width: 980px;
	height: 108px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;	
}

.header_half{
	clear: both;
	width: 980px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;	
}

.header_logo_container {
	width: 980px;
	height: 72px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.header_logo {
	width: 136px;
	height: 102px;
	float:left;	
}

/*.header_logo_half {
	width: 138px;
	height: 48px;
	margin-top: 20px;
	float:left;	
}

.header_logo_small {
	width: 122px;
	height: 10px;
	margin-top: 20px;
	float:left;	
}*/

.header_logo_half {
	width: 138px;
	height: 62px;
	margin-top: 10px;
	float:left;	
}

.header_logo_small {
	width: 122px;
	height: 20px;
	margin-top: 16px;
	float:left;	
}



.header_link {
	width: 400px;
	height: 20px;
	float:left;
	margin-left: 160px;
	/*margin-top: 44px;*/
	margin-top: 20px;
	text-transform: uppercase;
}

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

.header_link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	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;
}

.header_link a:hover{
	color: #666;
}


.header_social_media {
	width: 210px;
	height: 20px;
	margin-left: 88px;
	/*margin-top: 38px;*/
	margin-top: 14px;
	text-transform: uppercase;
	float: left;
	text-align: right;
}

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

.header_social_media a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	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;	
}

.header_social_media a:hover{
	color: #FF0000;
}

/* Navigation */

.nav{
	width: 980px;
	height: 160px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.nav_btn_container{
	width: 196px;
	height: 160px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	float:left;
	text-decoration: none;	
}



.nav_btn_container:hover{
	width: 196px;
	height: 160px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	float:left;
	background-color:#fff;
	cursor:pointer;
	outline: 0;
	-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;	
		text-decoration: none;	
}

.nav_btn_section{
	width: 180px;
	height: 80px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
	text-decoration: none;	
}


.nav_btn_container h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-weight: bold;
	font-size: 16px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;	
}

.nav_btn_container span{
	font-size: 20px;
	color: #000;
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 30px;
	text-decoration: none;
}

.nav_btn_container:hover span{
	color: #F00;
	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;	
		text-decoration: none;	
}


.nav_btn_container p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e5e0d6;
	line-height: 18px;
	margin-left: 30px;
	margin-top: 10px;
	text-decoration: none;	
}

.nav_btn_container:hover p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 30px;
	cursor:pointer;
	outline: 0;
	-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;	
}


/* Banner */

#banner_container {
	width: 100%;
	background-color: #FF0000;
	height: 350px;
}

.banner_slider{
	width: 980px;
	height: 350px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;

}

.banner_slider_image{
	width: 980px;
	height: 292px;
	float:left;
}

.banner_slider_showreel_btn{
	width: 290px;
	height: 58px;
	float:left;
	background-color: #333333;
}

.banner_slider_showreel_btn_label{
	width:192px;
	height:20px;
	margin-top:20px;
	margin-left: 20px;
	margin-right: 20px;
	float:left;
}

.banner_slider_showreel_btn_label a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	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;
}

.banner_slider_showreel_btn_label a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	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;
}

.banner_slider_showreel_btn_icon{
	width:58px;
	height:58px;
	float:left;
	background-image: url(play_showreel_icon.jpg);
}

/* Info */

#info_container {
	width: 100%;
	height: 100px;
	background-color: #e5e0d6;	
}

.intro_info{
	width: 980px;
	height: 160px;
	margin: 0 auto;
}

.intro_content{
	background: #e5e0d6;
	width: 980px;
	height: auto;
}

.intro_content_heading{
	width: 980px;
	height: auto;
	margin-top: 80px;
}

.intro_content_heading a{
	text-decoration: none;
	
}


.intro_content_more_about_btn{
	width: 178px;
	height: 90px;
	margin-top: 0px;
	margin-left: 388px;
	margin-bottom: 0px;
}



.intro_content_more_about_btn_arrow{
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../images/open-close_btn_2.png);
	margin-left: 58px;
	margin-top: 0px;
}



.intro_content_more_about_btn_arrow:hover {
	background-position: center bottom;
}

.intro_content_more_about_btn_arrow img{
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../images/open-close_btn_2.png);
}

.intro_content_more_about_btn_arrow img:hover {
	background-position: center bottom;
}



.intro_content_more_about_btn_text{
	width: 160px;
	height: 20px;
	margin-left: 9px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.intro_content_more_about_btn_text:hover{
	color: #F00;
	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;	
}

.intro_content h1{
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 27px;
	color: #000;
	line-height: normal;
	margin: 0;
}

.intro_content h1 a{
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 27px;
	color: #F00;
	line-height: normal;
}


/* Accordion */

#more_info_container {
	width: 100%;
	height: auto; /*410px*/
	background-color: #e5e0d6;
	z-index: 20000;
}

.more_info{
	width: 980px;
	height: auto; /*410px*/
	margin: 0 auto;
}

/* New projects */

#new_projects_container {
	width: 100%;
	height: 370px;
	background-color: #e5e0d6;	
}

.new_projects_info{
	width: 980px;
	height:auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

.new_projects_heading{
	width: 780px;
	height: 153px;
	float:left;
	margin-top: 20px;
	}

	

	
.new_projects_btn_container{
	width: 200px;
	height: 153px;
	float:left;
	margin-top: 20px;
	}
	
.new_projects_btn_container_text{
	width: 98px;
	height: 20px;
	float:left;
	margin-top: 64px;
	margin-left: 62px;
	}
	
.new_projects_btn_container_text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;	
	}		
	
.new_projects_btn_container_text a:hover{
	color: #000;
	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;		
	}		
	
.new_projects_btn_container_btn{
	width: 40px;
	height: 58px;
	float:left;
	margin-top: 44px;
	}		

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

.new_projects_container{
	width: 245px;
	height: 180px;
	float:left;
	}
	
.new_projects_image{
	width: 245px;
	height: 120px;
	float:left;
	position: relative;	
	}
	
.new_projects_image_red{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	}
	
.new_projects_image_color{
	position: absolute;	
	left: 0; 
	top: 0;
	}
	
.new_projects_award_icon{
	width: 35px;
	height: 56px;
	z-index: 2000;
	position: absolute;
	right: 10px; 
	top: 0;
	}
	
			

.new_projects_label{
	width: 245px;
	height: 50px;
	float:left;
	text-align: center;
	padding-top: 22px;
	}
	
.new_projects_label span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height:normal;
	}	
	
	

/* Project */

#selected_project_container {
	width: 100%;
	height: 620px; /*153px*/
	margin-bottom: 30px;
	background-color: #333333;
	/*background-image: url(selected_projects_bg.jpg);
	background-repeat: repeat-x;*/
}

.selected_project{
	width: 980px;
	height: 153px; /*620px*/
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

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


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

.selected_project_video{
	width: 640px;
	height: 360px;
	float:left;
	}
	
	
	
.selected_projects_image_red{
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
	}
	
.selected_projects_image_color{
	position: relative;
	left: 0; 
	top: -360px;
	}	
	
	
.selected_project_video_label{
	position: absolute;
	height: auto;
	width: 640px;
	z-index: 1000;
	margin-top: 160px;
	text-align: center;
	}
	
.selected_project_video_label h1{
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	line-height: normal;
	margin: 0; 
	}			
	

.selected_project_video_info{
	width: 300px;
	height: 360px;
	float:left;
	margin-left: 40px;
	}
	
.selected_project_video_info span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0; 
	}		
	
.selected_project_video_info p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	margin: 0;
	}
	
.selected_project_video_info h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0; 
	}	
	
.selected_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;
	}
	
	
.selected_project_video_categorie_label_container a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
	
.selected_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;
	}				
	
.selected_project_video_number{
	width: 40px;
	height: 40px;
	float:left;
	margin-top: 10px;
	margin-left: 40px;
	}	
	
.selected_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;	
	}		

.selected_project_video_categorie_label_icon{
	width: 33px;
	height: 33px;
	float:left;
	}
	
.selected_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;
	}	


.selected_project_video_categorie_label a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
	
.selected_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;
	}		
	
.selected_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;
	}
	
		
	
.selected_project_video_categorie_info{
	width: 220px;
	height: auto;
	float:left;
	margin-top: 10px;	
	}	
	
	
	
	
	
	
/* Projects */

#projects_container {
	width: 100%;
	height: auto;
	background-color: #e5e0d6;
}

.projects_info{
	width: 980px;
	height: auto;
	margin: 0 auto;
}



/* About */

#about_container {
	width: 100%;
	height: auto;
	background-color: #e5e0d6;
}

.about_info_nav{
	width: 980px;
	height: auto;
	margin: 0 auto;
	background:#333333;
	height: 80px;
}			

.about_info{
	width: 980px;
	height: 800px;
	margin: 0 auto;
	background-color: #cc3300;
}	
	
#about_info_container {
	width: 100%;
	height: 800px;
	background-color:  #cc3300;
}
	
	
	
	
	
#project_nav_container {
	width: 100%;
	height: auto;
	background: #e5e0d6;
}

.project_nav{
	width: 980px;
	height: auto;
	margin: 0 auto;
	background:#333333;
	height: 80px;
}	


	


	

	
	
/* Contact */			


#contact_wrapper {
	width: 100%;
	background: #e5e0d6;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.contact_content{
	width: 980px;
	color:#000;
	font-size:16px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	/*background: #e5e0d6;*/
	height: 860px;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#fff;
}

.contact_content_box{
	height:auto;
	width:auto;
	margin-top: 10px;
	float:left;
    position: relative;
}

a img {
border:0px;
}

.contact_content h1 {
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:98px;
	line-height: 42px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

.contact_content h2 {
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#323232;
	font-weight:normal;
	margin:0;
	font-size:26px;
}


.contact_content  p {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	margin:0;
	font-weight: bold;
	line-height: 28px;
}

.contact_content a{
	font-family:Arial, Helvetica, sans-serif;
	color:#323232;
	font-size:16px;
	margin:0;
	font-weight: bold;
	line-height: 28px;
	cursor: pointer;
}

.contact_content a:hover{
	color: #000;
}

.contact_content_info_box{
	height:auto;
	width:366px;
	margin-top: 80px;
	float: left;
}


.contact_content_image_container{
	width: 574px;
	height: 600px;
	float:left;
	position: relative;
}


.contact_content_image{
	width: 218px;
	height: 500px;
	z-index: 1000;
	position: absolute;
	left: 199px;
	top: 77px;
}



.contact_content_btn{
	height:70px;
	width:70px;
	margin-left: 420px;
	background-image: url(images/open-close_btn_2.png);
	background-repeat: no-repeat;
	float:left;
	margin-right: 450px;
}

.about_contact_box{
	height:auto;
	width:980px;
	margin-top: 80px;
	float: left;
}

.about_contact_box_left{
	height:auto;
	width:480px;
	float: left;
    margin-right:10px;
}

.about_contact_box_right{
	height:auto;
	width:480px;
	float: left;
    margin-right:10px;
}

.contact_content_box h1 {
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:normal;
	font-size:98px;
	line-height: 42px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

.about_contact_box h2 {
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	margin:0;
	font-size:40px;
}

.about_contact_box h2 a{
	font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
	color:#F00;
	text-decoration: none;
	font-size:40px;
	line-height: normal;
	font-weight:normal;
}

.about_contact_box h2 a:hover{
	color:#999;
}




	

/* Footer */

#footer_container {
	width: 100%;
	background-color: #000;
	height: 200px;
}

.footer{
	width: 980px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

.footer_link {
	width: 480px;
	height: 20px;
	float:left;
	margin-top: 44px;
}


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

.footer_link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	outline: 0;
	-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;
	font-weight: bold;
}

.footer_link a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0;
}




.footer_social_media {
	width: 210px;
	height: 20px;
	float:right;
	margin-top: 44px;
	text-transform: uppercase;
	text-align: right;
}


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

.footer_social_media a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	
	outline: 0;
	-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;	
}

.footer_social_media a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0;
}
