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

input.button_search_header{
	background-image:url(../../images/custom/ico_search_header.png);
	background-color:transparent;
	border:0;
	width:40px;
	height:35px;
	position:relative;
	z-index:999;
	margin:-34px 0 0 -38px;
	cursor:pointer;
	right: 0px;
    top: 12px;
	float: right;
	-webkit-border-radius: 0px;
    border-radius: 0px;
	
	}
	
.search_header_dx input.input_search_header{
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		font-size:1.7rem;
		padding:5px 40px 5px 5px;
		width:130px;
		height:25px;
		border:0;
		background-color:#FFF;
		position:relative;
		z-index:99;
		top:-1px;
		-webkit-border-radius: 0px !important;		
		border-radius: 0px !important;
		margin:1px 0 0 0;
		
		}
		
.megamenu_dark_bar .megamenu > li:hover > a {
		color:#000;
		text-shadow:1px 1px 1px #fff;
	}
	
.megamenu_dark_bar .megamenu li:hover a {
		color:#000;
		text-shadow:1px 1px 1px #fff;
	}
	
.megamenu_dark_bar a.megamenu_drop:vivited{
	color:#000;}
	
	



body{
		padding:0px;
		position:relative;}
	
	#page{
		margin:0;
		width: 98% !important;
		padding:45px 10px 0 10px;
		position:relative;
		z-index:50;
		background: #252e33; /* Old browsers */

		background: -moz-linear-gradient(top,  #252e33 0%, #586d6e 50%, #b9babc 100%); /* FF3.6+ */
		
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252e33), color-stop(50%,#586d6e), color-stop(100%,#b9babc)); /* Chrome,Safari4+ */
		
		background: -webkit-linear-gradient(top,  #252e33 0%,#586d6e 50%,#b9babc 100%); /* Chrome10+,Safari5.1+ */
		
		background: -o-linear-gradient(top,  #252e33 0%,#586d6e 50%,#b9babc 100%); /* Opera 11.10+ */
		
		background: -ms-linear-gradient(top,  #252e33 0%,#586d6e 50%,#b9babc 100%); /* IE10+ */
		
		background: linear-gradient(to bottom,  #252e33 0%,#586d6e 50%,#b9babc 100%); /* W3C */
		
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252e33', endColorstr='#b9babc',GradientType=0 ); /* IE6-9 */

		-webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.5);
        
        box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.5);
		}
		
	
		
	.header_sx{
		float:none;
		margin:10px 0 0 0;
		width:100%;
		text-align:center;}
		
	.header_sx img{
		width:80%;
		height:auto !important;}
		
		
	.page_wrapper, .page_wrapper_vertical{
		width:100%;}
		
	.logo_footer{
		width:100px;
		clear:both;}
		
	.logo_footer img{
	width:100px;
	float:none;}
	
	#footer_fnm{
		margin:0;}
		
	.search_footer{
		clear:both;
		float:none;}
	
	.copyright_footer{
		width:100%;
		margin:0;}
		
	#basic-modal{
		display:none !important;}
		
	#column-1 .breadcrumb-9x1,#container-two-page .breadcrumb-9x1{
		width:100% !important;
		overflow: hidden;
		font-size:11px;}
		
	ul#breadcrumbs_header li {
		float: left;
		background-image:none;
		line-height: 26px;
		list-style: none outside none;
		padding: 3px 5px;
		border-left:1px solid #ccc;
	}	

	.open_closed{
		display:none;}
		
	.page_collapsible{
		display:none;}
	
	#container{
		position: relative !important;
		height:auto;}
	
	#container .element{
		float:none !important;
		left:0 !important;	
		top:0 !important;
		position: absolute !important;
		transform:translate(0px,0px) !important;}
		
	.empty-widget{
		width:0 !important;
		height:0 !important;}
		

.pull_mobile,.header_dx,.page_wrapper,.open_closed{
	display:block;}


.header_dx,.page_wrapper,.open_closed{
	display:none;}

.pull_mobile{
	background-color:#D01C10;
	
	margin:0 0px;
	height:45px;
	right:0;
	left:0;
	top:0;
	position:fixed;
	z-index:99999999;
	-webkit-box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.3);
	text-align:right;}
	
.pull_mobile a{
	color:#fff;
	text-decoration:none;}

#header_fnm{
	margin:0;
	padding:0;}	

.header_sx{
	padding:30px 0;
	max-width:none;
	float:none;
	text-align:center;
	margin:0;
	width:auto;}


#content {
	min-height:inherit;}


/* ######  NAVIGATION #########*/


#left-panel{
		margin:0px 0 0 0;
		position: fixed;
		overflow:auto;
		top:46px;
		bottom:0;
		left:-800px;
		z-index:80;
		text-align:left;
		width:100%;
		background-color: rgba(0, 0, 0, 0.6);
		overflow:auto;
		}	
		

#social-panel{
		margin:0px 0 0 0;
		position: fixed;
		overflow:auto;
		top:46px;
		bottom:0;
		left:-800px;
		z-index:80;
		text-align:left;
		width:100%;
		background-color: rgba(0, 0, 0, 0.6);
		overflow:auto;
		}	


#nav_mobile_sx,.nav_mobile_social_sx{
	display:block;
	width:275px;
	-webkit-box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.5);
        
    box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.5);}


#nav_mobile ul{
	margin:0;
	padding:0;}
	
#nav_mobile ul li{
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'OpenSansCondensedBold';
	font-size:18px;
	color:#fff;
	position:relative;
	z-index:60;}




ul li.level_1 a:link,ul li.level_1 a:visited{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:14px 11px;
	background-color:#c1272d;
	border-bottom:1px solid #ad2328;
	}


ul li.level_2 a:link,ul li.level_2 a:visited{
	background-color:#666666;
	color:#fff;
	border-bottom:1px solid #4d4d4d;}

ul li.level_3 a:link,ul li.level_3 a:visited{
	background-color:#999999;
	border-bottom:1px solid #888888;}

ul li.level_4 a:link,ul li.level_4 a:visited{
	background-color:#b3b3b3;
	border-bottom:1px solid #cfcfcf;	}

ul li.level_5 a:link,ul li.level_5 a:visited{
	background-color:#cccccc;
	border-bottom:1px solid #cfcfcf;
	color:#4d4d4d;
	
}

.no_selected{
	display:none;}
	
ul li.active_mobile a:link,ul li.active_mobile a:visited{
	}
	
img.ico_nav_mobile{
	float:right;
	position:absolute;
	left:225px;
	top:0;
	z-index:99;}


.arrow_mobile_sx{
	width:45px;
	height:45px;
	position:absolute;
	left:230px;
	top:0;
	z-index:99;
	background-image:url(../../images/mobile/icon_closed_mobile.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:45px 45px;
	}
	

.arrow_mobile_dx{
	width:45px;
	height:45px;
	position:absolute;
	left:230px;
	top:0;
	z-index:99;
	background-image:url(../../images/mobile/ico_open_mobile.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:45px 45px;}


.search_form_mobile{
	background-color:#000;
	height:39px;}
	
.search_form_mobile form{
	margin:0;
	padding:0px;}
	
.search_form_mobile input[type="text"]{
	padding:10px;
	border:0;
	width:255px;
	font-size:14px;
	color:#bbbbbb;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	background-image: url(../../images/mobile/ico_lente.png);
	background-size:40px 40px;
	background-position:top right;
	background-repeat:no-repeat;}

.search_form_mobile input[type="submit"]{
	display:none;}


a.open_menu_mobile{
	background-image:url(../../images/mobile/ico_menu.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:45px;
	width:45px;
	background-size:45px 45px;
	float: right;}

a.ico_menu_social-panel{
	background-image:url(../../images/mobile/ico_menu_social-panel.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:45px 45px;
	height:45px;
	width:45px;
	float: right;
	margin:0 1px 0 0px;}
	

a.ico_share_mobile{
	background-image:url(../../images/mobile/ico_share.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:45px 45px;
	height:45px;
	width:45px;
	float: right;
	margin:0 1px 0 0px;}


a.ico_lang_mobile{
	height:19px;
	width:45px;
	padding:13px 0;
	float: right;
	margin:0 1px 0 0px;
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	text-align:center;
	background-image:url(../../images/mobile/ico_background_transparent.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:45px 45px;}
	
	
a.logo_finmeccanica_mobile{
	background-image: url(../../images/mobile/logo_finmeccanica.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:45px 45px;
	height:45px;
	width:45px;
	float: left;
	margin:0;}


/* ######  END NAVIGATION #########*/


.info_footer{
	margin:10px 0;
	padding:10px;}
	
#footer_fnm .search_footer,#footer_fnm .logo_footer{
	display:none;}
	
.page-block{
	position:fixed !important;}
	
	
#column-1 .breadcrumb-9x1{
	width:100%;
	margin:0 !important;}

ul#breadcrumbs_header li.first{
	padding:3px 5px 5px 5px !important;
	border-left:0;
	}


#column-1 #detail_article,#layout-column_column-2 .content_mc #detail_article,#column-2 #detail_article{
	padding:10px;
	margin:0;}

	
.body_article img.body_squared_images{
	width:50%;
	height:auto;
	margin:0 10px 10px 0 !important;
	}
	
#column-1 #detail_article .share_article,#layout-column_column-2 #detail_article .share_article{
	display:none;}
	
	
.copyright_footer {
    float: none;
    font-size: 11px;
    margin: 0 0 0 0;
    width: auto;
}

.link_footer {
    float: none;
    margin: 0 0px 0 0;
    width: 100%;
}

.main-9{
	width:100% !important;}


#layout-column_column-2 #detail_article{
	margin:0 !important;}


#column-1 #detail_article .head_content h2,#column-2 #detail_article .head_content h2{
	width:auto;}


.media_gallery{
	margin:0 !important;
	padding:0 !important;}

.media_gallery ul li{
	background:none;
    border: 0;
	margin:0 !important;
    height: auto;
    padding:5px !important;
    position: relative;
	float:left;
	width:120px !important;
    }
	
.media_gallery ul li img{
	width:120px !important;
	margin:0 !important;
	padding:0 !important;
	height:auto !important;}
	
.column_left{
	display:none;}
	
#container-two-page .breadcrumb-9x1{
	width:100% !important;}
	
.columns-2 #column-2{
	float:none !important;
	width:100% !important;}
	
.column_right{
	width:100%;
	float:none;
	margin:0;}
	
.grafico_stockquote img{
	width:100% !important;
	height:auto !important;}
	
.valori_stock_line2{
	position:absolute;
	bottom:0;
	left:0;
	right:0;}
	
.valori_stock_line1{
	position:absolute;
	bottom:27px;
	left:0;
	right:0;}
	
#column-2 .primary_video_article .image_tn{
	margin: 0px;
    padding: 10px 0;
	width:100%;}
	
img.thumbnail_video{
	margin:0 auto !important;
	left:10px;
}

.primary_video_article{
	padding:0px;
	width:170px;
	margin:10px auto !important;
	position:relative;}
	
.primary_video_article img.button_play{
	left:65px;}
	
	
.pull_mobile_share{
	background-color:#fff;
	padding:10px;
	display:none;
	height:100px;}

.pull_mobile_langs{
	background-color:#fff;
	padding:10px;
	display:none;
	height:100px;}
	
.attachment_doc_article{
	-webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;}

.body_article table{
	width:100% !important;
	-webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;}
		  
	  
.body_article table img{
	width:120px !important;
	height:auto;} 
	
/*  voce selezionata */
/*#nav_mobile ul li.selected_level_2 > a {
        color:#fff !important;
		 background: #000 !important; 
        text-shadow:1px 1px 1px #fff;
    }*/

#content .column_right .body_article img{
	max-width:250px !important;}
	
body#backgroundLayer{
	background:inherit !important;}
	
#container h3{
	line-height:25px !important;}
	
	
	
/* ##########  images content #########*/

#content img.sq-small{
	width:120px !important;
	height:auto !important;}

#content img.sq-medium{
	width:120px !important;
	height:auto !important;}
	
#content img.sq-large{
	width:120px !important;
	height:auto !important;
	}



#content img.rect-small{
	width:120px !important;
	height:auto !important;}

#content img.rect-medium{
	width:120px !important;
	height:auto !important;}
	
#content img.rect-large{
	width:100% !important;
	height:auto !important;
	padding-right:0 !important;
	padding-left:0 !important;
	padding-bottom:10px !important;
	clear:both;
	}


#content .column_right .body_article img {
	max-width:100% !important;
	height:auto !important;}

#layout-column_column-1 .body_article img {
	max-width:100% !important;
	height:auto !important;}


#content .column_right .body_article img.rect-all{
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	padding-right:0 !important;
	padding-left:0 !important;
	padding-bottom:10px !important;
	clear:both;
	margin:0 !important;}
	


#layout-column_column-1 .body_article img.rect-all{
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	padding-right:0 !important;
	padding-left:0 !important;
	padding-bottom:10px !important;
	clear:both;
	margin:0 !important;}
	

.ui-dialog .body_list img.body_squared_images{
	float:left;
	width:110px;
	height:auto !important;
	margin:0 10px 10px 0;}
	
	
#detail_article p:empty{
	display:none;} 
	

#social-panel{
	display:block;}
	
#social-panel ul li#translate_menu .title_translate{
	background-color:#c1272d;
	margin:0;
	padding:14px 11px 14px 55px;
	list-style:none;
	font-family: 'OpenSansCondensedBold';
	font-size:18px;
	color:#fff;
	position:relative;
	z-index:60;
	text-transform:uppercase;
	list-style:none;
	background-image:url(../../images/mobile/ico_lang_menu.png) !important;
	background-position:top left;
	background-repeat:no-repeat;
	background-size:45px 45px;
	display:block;
	text-decoration:none;
	height:17px;}
	
	
.content_nav_lang_mobile{
	background-color:#999999;}

.content_nav_lang_mobile a{
	background-color:#898989;
	color:#fff;
	text-decoration:none;
	padding:14px 11px;
	float:left;
	margin:0 1px 0 0;
	font-family: 'OpenSansCondensedBold';
	font-size:18px;
	text-transform:uppercase;
	min-width:23px;
	text-align:center;
	height:17px;}
	
.title_share_mobile{
	background-color:#c1272d;
	margin:0;
	padding:14px 11px 14px 55px;
	list-style:none;
	font-family: 'OpenSansCondensedBold';
	font-size:18px;
	color:#fff;
	position:relative;
	z-index:60;
	text-transform:uppercase;
	list-style:none;
	background-image:url(../../images/mobile/icon_mobile_share.png) !important;
	background-position:top left;
	background-repeat:no-repeat;
	background-size:45px 45px;
	display:block;
	text-decoration:none;
	height:17px;}


.title_account_mobile{
	background-color:#c1272d;
	margin:0;
	padding:14px 11px 14px 55px;
	list-style:none;
	font-family: 'OpenSansCondensedBold';
	font-size:18px;
	color:#fff;
	position:relative;
	z-index:60;
	text-transform:uppercase;
	list-style:none;
	background-image:url(../../images/mobile/icon_mobile_account.png) !important;
	background-position:top left;
	background-repeat:no-repeat;
	background-size:45px 45px;
	display:block;
	text-decoration:none;
	height:17px;}


li#share_menu ul{
	background-color:#898989;
	height:45px;}

li#share_menu ul li{
	float:left;
	margin:0 1px 0 0;
	list-style:none;
	
	height:45px;}
	
li#share_menu ul li img{
	width:45px;
	height:45px;}

li#social_account_menu ul{
	background-color:#898989;
	}
	
li#social_account_menu ul li{
	list-style:none;
	border-bottom:1px solid #6f6f6f;
	color:#fff;
	height:45px;
	}
	
li#social_account_menu ul li a{
	color:#fff;
	text-decoration:none;
}	

li#social_account_menu img{
	width:45px !important;
	height:auto !important;
	float:left;
	margin:0 10px 0 0;}
	
li#social_account_menu ul li div{
	padding:13px 0 0 0;
	font-family: 'OpenSansCondensedBold';
	font-size:18px;
	color:#fff;}
	
	
.lst_gallery ul li{
	height:160px;
	margin:10px;
	}

.lst_gallery ul li a{
	display:block;}

#column-2 .lst_gallery ul .nofloat{
	display:none !important;
	clear:none !important;}
	
#nav_mobile_sx .level_active a{
	background-image:url(../../images/mobile/ico_arrov_active.png) !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
	background-size:45px 45px;}
	
#nav_mobile_sx .level_active li a{
	background-image:none !important;}
	
#content .body_article table{
	width:100% !important;
	font-size:11px !important;}
	
.body_article p{
	font-size:14px;}
	
.formAdvancedSearch{
	display:none;}
	
.resultsAdavancedSearch{
	width:100%;
	 float: none;
    padding: 10px;
}

.body_article ul li{
	font-size:14px;}
	
/* ##### SITE MAP #########*/	
	
.portlet-site-map{
	padding:5px 0 0 0;
	margin:0;
	background-color:#FFF;
}

.portlet-site-map ul{
	text-align:center;
}

.portlet-site-map ul li{
	text-align:left;
	list-style:none;
	background-color:#F2F2F2;
	float: none;
	width:90%;
	margin:0 auto 20px auto;
	padding:0px;
	line-height:20px;
	text-indent:10px;
}

.portlet-site-map ul li ul {
    height: 300px;
    margin: 30px 0 0 0;
	padding:40px 0 0 0;
    overflow: auto;
}

.portlet-site-map ul li ul li ul{
	overflow:visible;
	height:auto;
	margin:0;
	padding:0;
	}
	
.portlet-site-map ul li ul li ul li ul{
	overflow:visible;
	height:auto;
	margin:0;
	padding:0;
	}
	
.portlet-site-map ul li ul li ul li ul li ul{
	overflow:visible;
	height:auto;
	margin:0;
	padding:0;
	}
	
.portlet-site-map ul li ul li ul li ul li ul li ul{
	overflow:visible;
	height:auto;
	margin:0;
	padding:0;
	}
	
.portlet-site-map ul li ul li ul li ul li ul li ul li ul{
	overflow:visible;
	height:auto;
	margin:0;
	padding:0;
	}
	
.cal-3x3{
	width:100% !important;
	}
	
.ui-datepicker table{
	width:100% !important;
	height:auto !important;
	}

.content_tile_calendar{
	width:100%;}

.ui-datepicker{
	width:100% !important;
	margin:10px;
	}
	

.ui-datepicker td span, .ui-datepicker td a{
	text-align:center;}
	
.ui-dialog{
	width:90% !important;
	height:auto !important;
		margin:10px !important;
		top:50px !important;
		-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.4);
box-shadow: 0 0 3px 3px rgba(0,0,0,0.4); }
		
.ui-dialog  button.ui-button{
	width:30px;
	height:30px;
	margin:0;
	border:2px solid #8C8A8C;
	top:0 !important;
	right:0 !important;}
	
.ui-dialog-titlebar{
	height:20px !important;
	}
	
.ui-dialog .body_list h3 a{
	font-size:16px;
	text-decoration:none;
	font-weight:600;}
	
.scfwc-12x5{
	width:100% !important;
	height:380px;
	}
	
.scfwc-12x5 .content_tile, .scf-12x5 .content_tile{
	width:50%;}
	
.scfwc-12x5 .img_dx_scf, .scf-12x5 .img_dx_scf{
	width:40%;}
	
.lst-9{
	width:100%;}
	
	
	
	
#container .mcaw-12x6{
	width:100% !important;
	height:350px !important;
	}
	
	
	
.ls-borderlesslight .ls-nav-prev, .ls-borderlesslight .ls-nav-next{
	margin:0 !important;
	top:0 !important;}
	
	
.ls-borderlesslight .ls-nav-prev{
	left:0 !important;}
	
.ls-borderlesslight .ls-nav-next{
	right:0 !important;}
	
#container .mcaw-12x6 h5{
	font-size:1.5em;}
	
#backgroundLayer .title_box_banner{
	font-size:2.09em !important;
	width:100% !important;
	height:73px !important;}
	
.ls-bottom-slidebuttons{
	left:10px !important;
	margin:0 !important;
	padding:0 15px 0 0 !important;
	top:-30px !important;}
	
.ls-borderlesslight .ls-shadow{
	display:none;}	
	
.logoDes{
	display:none;
}

.logoDesMob {
	display: block;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

#header_fnm .logoDesMob h2 {
    color: #FFFFFF;
    font-family: league-gothic,sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#access .menu-header ul, div.menu ul {
    display:none;
}

.logoHeader{
	display:none;
}

.logoHeaderMobile{
	display:block;
}

ul li.level_1 a:link, ul li.level_1 a:visited{
	padding:14px 44px 14px 11px;}
	
ul li.level_5 a:link,ul li.level_5 a:visited{
	background-color:#cccccc;
	border-bottom:1px solid #eaeaea;
	color:#4d4d4d;
	
}