/* * * header * */
a:hover {
	text-decoration:none;
}
#head_top {
	background-color:#EEEEEE;
	padding:4px 0 5px 0;
}
#dati_contact {
	font-family: 'open_sanssemibold';
	color:#666666;
	margin:2px 0 0 0;
}
#dati_contact .glyphicon {
	margin:0 4px 0 0;
}
.num_verde {
	float:left;
	font-size:12px;
	margin:0 11px 0 0;
}
.email {
	float:left;
	font-size:12px;
}
.menu_lang {
	float:right;
	font-family: 'open_sansregular';
}
.menu_lang .dropdown-menu {
	left:auto;
	right:0!important;
	min-width: 120px;
	z-index: 1200;
	margin:5px 0 0 0;
}
.btn-lang {
	padding:0;
}
.btn-lang:active {
	box-shadow:none;
}
.it {
	display:block;
	background:url(../img/it.png) no-repeat left top;
}
.en {
	background:url(../img/en.png) no-repeat left top;
	display:block;
}
.fr {
	background:url(../img/fr.png) no-repeat left top;
	display:block;
}
.de {
	background:url(../img/de.png) no-repeat left top;
	display:block;
}
.es {
	background:url(../img/es.png) no-repeat left top;
	display:block;
}
.menu_lang .selected span {
	padding:0 0 0 22px;
	background-position:left 2px;
}
.menu_lang .selected {
	color: #666666;
	background:url(../img/arrow-ml.png) no-repeat right 9px;
	padding:0 12px 0 0;
}
.menu_lang .dropdown-menu a span {
	padding:0 0 0 22px;	
	font-size:13px;
}
.menu_lang .dropdown-menu > li > a {
    padding: 3px 10px;
	line-height: 1.1;
	color:#333;
}
.menu_lang .dropdown-menu > li > a:hover,
.menu_lang .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333;
  background-color: #eee!important;
}
#logo {
	float:left;
	border-right:2px solid #DDDDDD;
	padding:0 16px 0 0;
	width:304px;
}
@media (max-width: 767px) { 
	#logo {
		float:left;
		border-right:none;
		padding:0;
		width:304px;
	}
}
.slogan {
	padding:0 0 0 16px;
	float:left;
	width:570px;
	font-family: 'open_sansregular';
	color:#575756;
	font-size:14px;
}
@media (max-width: 1199px) {
	.slogan {
		width:441px;
	}
}
@media (max-width: 991px) { 
	.slogan {
		width:415px;
	}
}
#head_bottom {
	padding:26px 0 26px 0;
background-color:#fff;
}
@media (min-width: 1400px) { 
	#head_bottom {
background-color:#ffffff;
	}
}
@media (max-width: 767px) { 
	#head_bottom {
background-color:#ffffff;
	}
}
/* * * menu * */
.navbar-collapse {
	padding:0;
}
@media (max-width: 992px) { 
	.navbar-collapse {
		padding:0 15px 0 15px;
	}
}
.navbar-default {
	border-radius:0!important;
	 background-image:none!important;
}
.menu1 {
	box-shadow:none;
	margin:0;
	border-radius:0!important;
	background-color:#eb5f1d;
	border:none;
}
.navbar-nav > li {
   font-family: 'open_sansregular';
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li > a  {
	padding:10px 14px 10px 14px;
	text-shadow:none;
}
@media (min-width: 767px) and (max-width: 991px) {
	.navbar-nav > li > a  {
		padding:10px 11px 10px 11px;
	}
}
.navbar {
	min-height:40px;
}
.navbar-default .navbar-nav > .active > a {
    background-image: none;
    box-shadow:none;
	background-color:#ccc;
	color:#fff;
	text-shadow:none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ccc;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color:  #575756;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #0086be!important;
  color: #fff;
}
ul.nav li.dropdown:hover > ul.dropdown-menu{
    margin: 0;
    display: block;    
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
		height: auto;
}
.dropdown-menu {
    border-radius: 0px;
	border-top:none;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.navbar-nav > li > a .caret {
	margin:0 0 0 7px;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    float: right;
    margin-bottom: 13px;
    margin-right: 15px;
    margin-top: 13px;
    padding: 0;
    position: relative;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
}
.navbar-collapse {
	box-shadow:none;
}
@media (max-width: 767px) {
  .navbar-nav li.dropdown:hover .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
	 font-family: 'open_sansregular';
  }
  .navbar-nav li.dropdown:hover  .dropdown-menu > li > a,
  .navbar-nav li.dropdown:hover.dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav li.dropdown:hover .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav li.dropdown:hover .dropdown-menu > li > a:hover,
  .navbar-nav li.dropdown:hover .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-collapse {
	box-shadow:none;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.navbar-collapse {
	padding:0;
	}
}
@media (max-width: 767px) {
.eti_nav_header {
	float:right;
	color:#fff;
	 font-family: 'open_sansregular';
	 margin:10px 10px 0 0;
	}
}

.dropdown-menu > li > a {
	color:#333;
}
@media (max-width: 767px) { 
	.dropdown-menu > li > a {
		color:#fff;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
	  background-color: #0086be;
	  color:#fff;
	}
	.navbar-collapse {
    background-color:#004b8a;
	border-top:1px solid #B40315!important;
	}
	.navbar-nav {
		margin: 0px -15px 7.5px -15px;
	}
}
/* * * slide * * */

.cont_caption {
	background:url(../img/bg-caption.png) repeat-x left top;
	width:523px;
	padding:15px;
	overflow:hidden;
}
.tit_bn {
	 font-family: 'open_sanssemibold';
	 margin:0 0 0 0;
	 color:#fff;
	 font-size:25px;
}
.tit_bn a {
	color:#fff;
}
.cont_caption p {
	 font-family: 'open_sansregular';
	 margin:7px 0 7px 0;
	 color:#fff;
	 font-size:13px;
}
.bn_btn {
	 font-family: 'open_sansregular';
	 margin:2px 0 0 0;
	 color:#d84b06;
	 font-size:13px;
	 padding:0 18px 0 0;
	 float:left;
}
.bn_btn:hover {
	color:#0086be;
}
@media (max-width: 767px) {
	.cont_caption {
	width:auto;
	}
	.flex-caption {
		bottom: 0px!important;
	}
	.tit_bn {
	 font-size:20px;
}
}
@media (max-width: 667px) {
	.tit_bn {
	 font-size:16px;
}
}
/* * * messaggio home h1 * */
.cont_mh {
	text-align:center;
	padding:50px 0 50px 0;
	background-color:#f2f2f4;
}
.cont_mh h1 {
	margin:0 0 15px 0;
	text-transform:uppercase;
	color:#555;
	font-family: 'open_sanssemibold';
	font-size:21px;
	line-height:30px;
}
.cont_mh p {
	 font-family: 'open_sansregular';
	 margin:0;
	 font-size:15px;
	 color:#888;
	 line-height:24px;
}
@media (max-width: 767px) {
	.cont_mh h1 {
		margin:0 0 15px 0;
		font-size:18px;
		line-height:27px;
	}
	.cont_mh p {
		 font-size:13px;
		 color:#888;
		 line-height:24px;
	}
	.cont_mh {
	padding:40px 0 40px 0;
	}
}
/* * * vetrine home con icone * */
.cont_vetrine_h {
	margin:65px 0 50px 0;
}
.ve_h {
	position:relative;
	background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    color: #666666;
    margin-top: 35px;
	margin-bottom:20px;
}
@media (max-width: 767px) {
	.ve_h {
		margin-bottom:77px;
	}
	.cont_vetrine_h {
	margin:65px 0 0px 0;
}
}
.ve_h .circlebox {
	left: 50%;
	margin-left: -35px;
	top: -36px;
}
.ve_h:hover .circlebox:before {
	opacity:1;
	transform:scale(1)
}
.ve_h:hover .circlebox {
	background-color: #2F3F4D;
}
.circlebox {
	background-color: #004b8a;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 36px;
    height: 70px;
    left: 0;
    line-height: 70px;
    position: absolute;
    text-align: center;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    top: 0;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    width: 70px;
}

.circlebox:before {
	border-radius: 50%;
    box-shadow: 0 0 0 3px #666666;
    content: "";
    display: block;
     height: 80px;
    left: -5px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    top: -5px;
    transform: scale(0.8);
    transition: all 0.25s ease 0s;
    width: 80px;
} 
.circlebox:before {
	 box-shadow: 0 0 0 3px #2F3F4D;
}
.veh_top {
	padding: 55px 20px 20px;
	text-align:center;
	min-height:202px;
}

@media (min-width: 991px) and (max-width: 1200px) {
	.veh_top { 
		min-height:248px;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.veh_top { 
		min-height:202px;
	}
}
@media (max-width: 767px) {
	.veh_top { 
		min-height:0px;
	}
}
.veh_top h2 {
	 font-family: 'open_sansregular';
	 margin:0 0 14px 0;
	 font-size:20px;
	 line-height:25px;
	 color:#3E5873;
}
.veh_top h2 a {
	color:#3E5873;
}

.veh_top p {
	font-family: 'open_sansregular';
	color:#576676;
	font-size:13px;
	line-height:21px;
	margin:0;
}
/* * * vetrine bottm * */
.cont_vb {
	position:relative;
	margin:0 0 40px 0;
}
.txt_veb img {
	position:absolute;
}
.txt_veb {
	position:absolute;
	bottom:0;
	background:url(../img/bg-vb.png) repeat left top;
	width:100%;
	padding:10px 10px 10px 10px;
}
.txt_veb h2 {
	margin:0;
	text-transform:uppercase;
	font-size:15px;
	font-family: 'open_sanssemibold';
	color:#fff;
}
.txt_veb h2 a {
	color:#fff;
}
.cont_ve_bottom {
	background-color:#fff;
	padding:70px 0 30px 0;
	border-top:1px solid #DCDDE0;
}

.pm-caption h1 span:before, .pm-caption h1 span:after {
    border-top: 1px solid white;
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    width: 15%;
}
/* * * footer * * */
.footer {
	border-top:1px solid #D2D2D2;	
	padding:30px 0 25px 0;
	background-color:#E2E3E7;
}
.dati {
	font-family: 'open_sansregular';
	font-size:12px;	
	line-height:23px;
	color:#6e6e6e;
	margin:0 0 20px 0;
}
.dati span {
	font-family: 'open_sanssemibold';
	font-size:13px;	
	color:#555;
}
.foot_nav {
	list-style-type:none;	
	padding:0;
	margin:0;
	font-family: 'open_sansregular';
	font-size:12px;	
	margin:0 0 20px 0;
}
.foot_nav li.tit_nav {
	font-family: 'open_sanssemibold';
	font-size:13px;	
	color:#555;
}
.foot_nav li a {
	color:#6e6e6e;
}
.foot_nav li a:hover {
	color:#333;
	text-decoration:none;
}
.foot_nav li {
	margin:0 0 8px 0;
}
#sub_footer {
	background-color:#DBDBDB;
	padding:5px 0 2px 0;
}
.crediti_bis, .crediti {
	font-family: 'open_sansregular';
	font-size:12px;
}
.crediti span {
	color:#0189B6;
	font-family:Arial;
	font-size:1.35em;
	vertical-align:middle;
}
.crediti_bis a, .crediti a {
	color:#555;
}
.crediti_bis a:hover, .crediti a:hover {
	color:#222;
}
/* * * * */
.box_login {
	float:right;
	margin:0 15px 0 0;
}
.btn-log {
	color:#666;
	padding:0;
	font-size:13px;
	font-family: 'open_sansregular';
	border:none;
}
.btn-log:active {
	box-shadow:none;
}
.btn-log:hover, .btn-log:focus {
	color:#004b8a;
}

.btn-log span {
	margin:0 5px 0 0;	
}
.box_login .dropdown-menu {
    left: auto;
    min-width:244px;
    right: 0 !important;
    z-index: 1200;
	padding: 5px 15px 5px 15px;
	margin:5px 0 0 0;
}
.box_login label {
	font-weight:normal;	
	font-family: 'open_sanssemibold';
	font-size:13px;
	margin:8px 0 2px 0;
}
.box_login .btn-blue {
		margin:11px 0 5px 0;
		background-color:#E7E7E7;
}
.box_login .btn-blue:hover {
	background-color:#ccc;
	color:#333;
}
.d_log {
	font-family: 'open_sansregular';
	font-size:13px;
	margin:3px 0 0 0;
}
/* * * box dati login * */
.box_login .btn-logout {
	color:#fff;
	float:left;
	background-color:#004b8a;
}
.dropdown-menu > li > a.btn-blue:hover {
	background-color:#ccc!important;
	color:#333;
	background-image:none;
}
/* * *ricerca * */

.ric_top {
	float:right;
	margin:3px 0 0 0;
	border:1px solid #CCCCCC;
	border-radius: 4px;
	-webkit-box-shadow:  inset 0px 2px 3px 0px rgba(0, 0, 0, 0.075);
	box-shadow:  inset 0px 2px 3px 0px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
	padding:5px 7px 5px 7px;
	height: 33px;
	background-color: #ffffff;
}
.txt_cerca {
	border:medium none;
	font-size:14px;
	color:#555;
}
.btn_cerca {
	border:medium none;
	background:url(../img/search_icon.png) no-repeat left top;
	width:14px;
	height:14px;
}
/* * * bread * * */
.breadcrumb {
	padding:0;
	background-color:transparent;
	margin:20px 0 0 0;
	font-family: 'open_sansregular';
	font-size:13px;
}
/* * * testi * */
h1.testi {
	font-family: 'open_sanssemibold';
	font-size:28px;
	margin:25px 0 14px 0;
	font-weight:normal;
}
.abstract {
	font-family: 'open_sansregular';
	font-size:15px;	
	line-height:24px;
	color:#666;	
	margin:0 0 14px 0;
}
.body_text p {
	font-family: 'open_sansregular';
	font-size:14px;	
	line-height:24px;
	color:#333;	
	margin:0 0 14px 0;
}
.body_text a {
	color:#2E52A5;
}
.body_text a:hover {
	color:#137af9;
	text-decoration:none;
}
.img_left {
	float:left;
	margin:6px 15px 4px 0;	
}
.img_right {
	float:right;
	margin:6px 0 4px 15px;	
}
.thumbnail {
    border: none!important;
    border-radius:0!important;
    display: block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding:0!important;
    transition:none;
	margin:0 0 2px 0;
}
.gallery {
	margin:20px 0 20px 0;	
}
.img_gallery {
	margin:0 0 17px 0;
}

.dida {
	text-align:center;
	font-family: 'open_sansregular';
	font-size:13px;	
	width:100%;
	display:block;
	
	line-height:17px;
	min-height:36px;
	height:auto !important;
	height:36px;
}
.foto_espansa {
	margin:0 0 20px 0;
}
.dida_esp {
	text-align:center;
	font-family: 'open_sansregular';
	font-size:13px;	
}
/* * * allegati * */
h4.testi {
	font-family: 'open_sansregular';
	font-size:14px;
	text-transform:uppercase;	
	margin:0 0 25px 0;
}
.body_text {
	margin:0 0 30px 0;
}
h4.testi span {
	background-color:#fff;
	padding:0 12px 0 0;
}
.box_allegati {
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
}
ul.allegati {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
ul.allegati li.file {
    background-repeat: no-repeat;
    height: auto !important;
    list-style-type: none;
    margin: 0 0 16px;
    min-height: 32px;
    padding: 0 0 0 42px;
    text-align: left;
}
ul.allegati li.file a {
    letter-spacing: 0;
    text-decoration: none !important;
}
ul.allegati li.file .tit_allegato {
  font-family: 'open_sanssemibold';
	font-size:14px;
	font-weight:normal;
    margin: 0 0 7px;
    padding: 0;
	line-height:21px;
}
ul.allegati li.file .tit_allegato a {
    color: #2E5883;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}
ul.allegati li.file .tit_allegato a:hover {
    color: #3D75AD;
}
h4.nome-file {
    margin: 0;
    padding: 0;
}
.descr_allegato {
    color: #666666;
    display: block;
  	 font-family: 'open_sansregular';
	line-height:22px;
    font-size: 14px;
    margin: 0 0 3px;
    text-align: left;
}
li.file .filetype {
    color: #777777;
    font-size: 12px;
}
li.file {
    background: url("../img/files/ico_nofile.png") no-repeat scroll left top transparent;
}
li.file.doc {
    background: url("../img/files/ico_doc.png") no-repeat scroll left top transparent;
}
li.file.docx {
    background: url("../img/files/ico_doc.png") no-repeat scroll left top transparent;
}
li.file.rtf {
    background: url("../img/files/ico_rtf.png") no-repeat scroll left top transparent;
}
li.file.txt {
    background: url("../img/files/ico_txt.png") no-repeat scroll left top transparent;
}
li.file.xls {
    background: url("../img/files/ico_xls.png") no-repeat scroll left top transparent;
}
li.file.xlsx {
    background: url("../img/files/ico_xls.png") no-repeat scroll left top transparent;
}
li.file.ppt {
    background: url("../img/files/ico_ppt.png") no-repeat scroll left top transparent;
}
li.file.pptx {
    background: url("../img/files/ico_ppt.png") no-repeat scroll left top transparent;
}
li.file.jpg {
    background: url("../img/files/ico_jpg.png") no-repeat scroll left top transparent;
}
li.file.jpeg {
    background: url("../img/files/ico_jpg.png") no-repeat scroll left top transparent;
}
li.file.gif {
    background: url("../img/files/ico_gif.png") no-repeat scroll left top transparent;
}
li.file.png {
    background: url("../img/files/ico_png.png") no-repeat scroll left top transparent;
}
li.file.bmp {
    background: url("../img/files/ico_bmp.png") no-repeat scroll left top transparent;
}
li.file.eps {
    background: url("../img/files/ico_eps.png") no-repeat scroll left top transparent;
}
li.file.tiff {
    background: url("../img/files/ico_tiff.png") no-repeat scroll left top transparent;
}
li.file.mp3 {
    background: url("../img/files/ico_mp3.png") no-repeat scroll left top transparent;
}
li.file.mp4 {
    background: url("../img/files/ico_mp4.png") no-repeat scroll left top transparent;
}
li.file.mpeg {
    background: url("../img/files/ico_mpeg.png") no-repeat scroll left top transparent;
}
li.file.flv {
    background: url("../img/files/ico_flv.png") no-repeat scroll left top transparent;
}
li.file.avi {
    background: url("../img/files/ico_avi.png") no-repeat scroll left top transparent;
}
li.file.mov {
    background: url("../img/files/ico_mov.png") no-repeat scroll left top transparent;
}
li.file.pdf {
    background: url("../img/files/ico_pdf.png") no-repeat scroll left top transparent;
}
li.file.zip {
    background: url("../img/files/ico_zip.png") no-repeat scroll left top transparent;
}
li.file.rar {
    background: url("../img/files/ico_rar.png") no-repeat scroll left top transparent;
}
li.file.dwf {
    background: url("../img/files/ico_dwf.png") no-repeat scroll left top transparent;
}
li.file.dwfx {
    background: url("../img/files/ico_dwfx.png") no-repeat scroll left top transparent;
}
li.file.htm {
    background: url("../img/files/ico_htm.png") no-repeat scroll left top transparent;
}
li.file.swf {
    background: url("../img/files/ico_swf.png") no-repeat scroll left top transparent;
}
/* * * box_link * */
.box_link {
    margin: 0 0 30px;
}
.box_link ul {
	margin:0;
	padding:0;
}
.box_link ul li {
    list-style-type: none;
    margin: 0 0 15px;
}
.box_link ul li .tit_link {
   font-family: 'open_sanssemibold';
	font-size:14px;
	font-weight:normal;
	line-height:21px;
}
.box_link ul li .tit_link a {
    color: #2E5883;
    letter-spacing: normal !important;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}
.box_link ul li .tit_link a:hover {
    color: #3D75AD;
}
.box_link ul li .descr_link {
    color: #666666;
    font-size: 14px;
    margin: 0 0 3px;
	font-family: 'open_sansregular';
	line-height:22px;
}
/* *  mappa * */
.mappa {
    height: 360px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.box_mappa {
	margin:0 0 30px 0;	
}

/* *  video * */
.box_video {
	margin:0 0 30px 0;	
}
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* *  liste * */
h2.testi {
	font-family: 'open_sanssemibold';
	font-size:21px;
	margin:34px 0 14px 0;
	font-weight:normal;
}
.body_text ul li, .body_text ol li {
	font-family: 'open_sansregular';
	font-size:13px;
	line-height:24px;
	color:#333;
	margin:0 0 7px 0;
}
/* *  tabelle * */

table {
	margin:30px 0 20px 0!important;
	width:100%;
}
.body_text table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
	 border: 1px solid #ddd;
}
.body_text table > thead > tr > th {
    border-bottom: 0px solid #ddd;
    vertical-align: bottom;
	border: 0px solid #ddd;
}
.body_text table > thead > tr > th, .body_text table > tbody > tr > th, .body_text table > tfoot > tr > th, .body_text table > thead > tr > td, .body_text table > tbody > tr > td, .body_text table > tfoot > tr > td {
    border-top: 0px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.body_text table > thead > tr > th, .body_text table > tbody > tr > th, .body_text table > tfoot > tr > th, .body_text table > thead > tr > td, .body_text table > tbody > tr > td, .body_text table > tfoot > tr > td {
    border: 0px solid #ddd;
}
/* *  smistamento * * */
.box_smi {
    margin: 0 0 30px 0;
}
h3.smi a {
 	font-family: 'open_sanssemibold';
	font-size:14px;
	color:#2E5883;
}
h3.smi a:hover {
  color:#3D75AD;
  text-decoration:none;
}
h3.smi {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.descr_smi {
    color: #666666;
   font-family: 'open_sansregular';
	font-size:14px;
    line-height: 1.55em;
    margin: 6px 0 0;
}
.bl_smi {
    margin: 0 0 20px;
}
/* * * menu sx * */
#menu_sx {
	background-color:#F3F4F8;	
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	padding:11px 0 11px 0;
	margin:25px 0 40px 0;
}
#menu_sx ul {
	list-style-type:none;
	margin:0;
	padding:0;	
}
#menu_sx ul li {
	font-family: 'open_sansregular';
	font-size:14px;	
}
#menu_sx ul li a {
	padding:7px 15px 7px 15px;	
	color:#333;
}
#menu_sx ul li a:hover {
	background-color:#E7E9ED;
}
#menu_sx ul li.selected a {
	border-left:3px solid #004b8a;	
	background-color:#fff;
	border-top:1px solid #E1E4EC;
	border-bottom:1px solid #E1E4EC;
	
}
.eti_dx {
	padding:0 15px 7px 15px;
	font-family: 'open_sanssemibold';
	font-size:16px;
	color:#004b8a;
}
.eti_dx a {
	color:#004b8a;
}
#menu_sx ul li.selected .nav2 {
	padding:7px 0 7px 18px;
}
#menu_sx ul li.selected .nav2 li a {
	border-left:none;	
	background-color:transparent;
	border-top:none;
	border-bottom:none;
	padding:3px 12px 3px 12px;
	background: url(../img/nav2_pt.gif) no-repeat left 11px ; 
}

#menu_sx ul li.selected .nav2 li.selected a, #menu_sx ul li.selected .nav2 li a:hover {
	color:#2E5883;
	background: url(../img/nav2_pt_hover.gif) no-repeat left 11px ; 
}
/* * * cache admin * */

.cache_off {
	font-size:13px;
	color:#fff;
	padding: 6px 0 6px 0;
	text-align:center;
	background-color:#555;
}
.d_log {
	font-family: 'open_sansregular';
	font-size:13px;
	margin:3px 0 0 0;
}
/* * * banner sx dx * * */
#bannersx div a {
	margin:0 auto;
	width:100%;
	text-align:center;
	display:block;
	padding:15px 0 0 0;
}
#bannersx, #bannerdx {
	margin:0 0 35px 0;
}
#bannerdx div a {
	margin:0 auto;
	width:100%;
	text-align:center;
	display:block;
	padding:15px 0 0 0;
}
#bannerdx .col-lg-12:first-child a {
	padding:0;
}
#bannersx .col-lg-12:first-child a {
	padding:0;
}
#bannerdx div a img {
	margin:0 auto;
}
#bannersx div a img {
	margin:0 auto;
}
/* * * contatti * * */
.form_contact fieldset {
    background-color: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 20px;
    padding: 17px 20px;
}
.hh {
    display: block !important;
}
.help-block {
		margin-bottom: 0px;
	}
@media (max-width: 992px) {
	.hh {
    display: none !important;
	}
	#inline {
	    display: block!important;
		font-size:13px;
	}
	.form-group {
    margin-bottom: 10px;
	}
	.help-block {
		margin-bottom: 0px;
	}
}
.form_contact .privacy {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    height: 150px;
    margin: 0 0 20px;
    overflow: auto;
    padding: 4px 4px 4px 6px;
    text-align: left;
}
.form_contact {
	margin:0 0 10px 0;
	overflow:hidden;
}
#inline {
    color: #2E5883;
    display: none;
   font-family: 'open_sanssemibold';
	float:left;
}
.btn-form {
	background-color:#004b8a;
	color:#fff;
}
.btn-form:hover {
	background-color:#daa71d;
	color:#fff;
}
.eti_form {
	font-family: 'open_sanssemibold';
	font-size:16px;
	line-height:22px;
	color:#333333;
	margin:0 0 15px 0;
}
.form-horizontal .control-label {
    text-align: left;
	font-family: 'open_sansregular';
	font-size:13px;
	font-weight:normal;
	padding:8px 0 0 15px;
}
.alert-danger, .alert-info, .alert-warning {
    background-image: none!important;
	 box-shadow:none;
}
/* * *  elenchi * * */
.tit_el {
	margin:7px 0 8px 0;
	font-family: 'open_sanssemibold';
	font-size:15px;
	color:#2E5883;
	clear:both;
}
.tit_el a {
	color:#2E5883;
}
.tit_el a:hover {
	color:#3D75AD;
	text-decoration:none;
}
.readmore {
	color:#2E5883;
}
.readmore:hover {
	color:#3D75AD;
	text-decoration:none;
}
.descr_el {
	 color: #666666;
   font-family: 'open_sansregular';
	font-size:14px;
    line-height: 1.55em;
}
.record_el {
	margin:0 0 20px 0;
}
.data {
	font-family: 'open_sansregular';
	font-size:13px;
	 color: #666666;
	 text-transform:uppercase;
	 margin:0 0 15px 0;
}
.data_el {
	font-family: 'open_sansregular';
	font-size:13px;
	 color: #666666;
	 text-transform:uppercase;
	display:inline;
	
}
.categoria_el {
	font-family: 'open_sansregular';
	font-size:13px;
	display:inline;
}
.categoria_el a {
	 color: #666666;
}
.categoria_el a:hover {
	color:#3D75AD;
	text-decoration:none;
}
/* * * navigazione elenchi * */
.naviga-news {
    border-top: 1px solid #CCCCCC;
    clear: both;
    margin-bottom: 35px;
    margin-top: 25px;
	font-family: 'open_sanssemibold';
}
.lista-news a {
    color: #2E5883;
    float: left;
    font-size: 13px;
    margin: 6px 0 0;
}
.lista-news a:hover {
    color: #3D75AD;
}
.lista-prev a {
    color: #2E5883;
    float: right;
    font-size: 13px;
    margin: 6px 0 0;
    padding-right: 20px;
}
.lista-prev a:hover {
    color: #3D75AD;
}
.lista-next a {
    color: #2E5883;
    float: right;
    font-size: 13px;
    margin: 6px 0 0;
}
.lista-next a:hover {
    color: #3D75AD;
}
.torna_home {
    clear: left;
    color: #2E5883;
    float: left;
    font-size: 13px;
    margin: 6px 0 0;
}
.torna_home:hover {
    color: #3D75AD;
}
.risultato {
	background-color:#FFE88A;
}
.fonte {
	font-family: 'open_sansregular';
	color:#666;
}
/* * * pagianzione * */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #004b8a;
  border-color: #004b8a;
  cursor: default;
}
.pagination > li > a,
.pagination > li > span {
	color:#555;
}
.pagination > li > a:hover {
	color:#333;
}
#corpo {
	padding:0 0 30px 0;;
}
.el_img {
	margin:30px 0 0 0;
}
.el_img .tit_el {
		margin:0px 0 8px 0;
	}
@media (max-width: 767px) {
	.el_img .tit_el {
		margin:15px 0 8px 0;
		font-size:18px;
	}
}
.pagination {
	margin:40px 0 20px 0;
}
/* * * home riservata * * */
#cont_small_focus {
	margin:10px 0 0 0;
}
.small_focus {
	padding:10px 0 10px 0;
	clear:both;
	overflow:hidden;
}
.foto_sf_nl {
	line-height:0;
	font-size:1px;
	margin:0 15px 0 0;
	float:left;
}
.foto_sf a {
line-height:0;
font-size:1px;
}
.tit_sf {
	font-size:1em;
	color:#1D5574;
	margin:3px 0 0 0;
	line-height:1.25em;
	font-family: 'open_sanssemibold';
}
.tit_sf a {
	color:#2E5883;
}
.tit_sf a:hover {
	color:#3D75AD;
}
.testo_sf {
	font-size:13px;
	color:#333;
	margin:5px 0 0 0;
	font-family: 'open_sansregular';
	line-height:21px;
}
/* * servizi flotta * */
.box_servizi_mezzi .srm_bl {
	margin:0 0 15px 0;
}
.box_servizi_mezzi .srm_bl img {
	margin:0 5px 0 0;
}
.box_servizi_mezzi .srm_bl span {
	font-family: 'open_sansregular';
	color:#555;
}
.box_servizi_mezzi {
	clear:both;
}
