a {
	color:#3A95D9;
}
a:hover {
	text-decoration:none;
	color:#2B73AB;
}
button::-moz-focus-inner {
  border: 0;
}
a:focus { 
    outline: none; 
    text-decoration:none;
}
body {
	font-family:'open_sansregular', Arial;
}
header {
	background:rgba(30, 123, 188, 0.8);
	position:relative;
	z-index:400;
	transition: all 0.4s ease;
}
#header.header-sticky {
    background-image:none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    background:rgba(30, 130, 200, 1);
    color: #333;
    width:100%;
    position: fixed;
    top: 0;
    height:68px!important;
}
.header-sticky .top-bar {
	display:none;
}
.header-sticky #logo {
	float:left;
	width:80px;
	height:55px;
	margin:25px 0 0 0;
}
.header-sticky #logo a{
	display:block;
	width:80px;
	height:55px;
}
.header-sticky .head-mes {
	margin:35px 0 0 15px;
}
.header-sticky .menu1 {
	padding:0 0 6px 0;
}
.header-sticky .menu1 .navbar-right {
	margin: -50px 0 0;
}
@media (max-width:767px) {
	header {
		background-image:none;
		background-color:#1E7BBC;
		height:auto;
	}	
}
.top-bar {
	position:relative;
	z-index:600;
}
#head_dx {
	float:right;
}
.menu_lang {
	float:right;
	margin:12px 0 0 12px;
}
.head_bottom {
	/*clear:both;*/
	position:relative;
}
.menu_lang .dropdown-menu li .it {
	background: url("../img/it.png") no-repeat 10px 6px;
}
.menu_lang .dropdown-menu li .en {
	background: url("../img/en.png") no-repeat 10px 6px;
}
.menu_lang .dropdown-menu li .de {
	background: url("../img/de.png") no-repeat 10px 6px;
}
.menu_lang .dropdown-menu li .fr {
	background: url("../img/fr.png") no-repeat 10px 6px;
}
.menu_lang .dropdown-menu li .es {
	background: url("../img/es.png") no-repeat 10px 6px;
}

.menu_lang .btn {
	moz-border-radius:0;
	border-radius:0;
	padding:0px 0px 0px 0px;
	border:none;
	color:#B9D9FC;
	font-family:'open_sansregular', Arial;
	font-size:13px;
}
.menu_lang .btn:active, .menu_lang .btn.active {
	box-shadow:none;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none!important;
}
.menu_lang .btn:hover {
	color:#fff;
}
.menu_lang .dropdown-menu li a {
	padding:4px 10px 4px 32px;
	font-family:'open_sansregular', Arial;
	font-size:14px;
	color:#444;
}
.menu_lang .dropdown-menu li a:hover {
	background-color:#ededed;
	color:#333;
} 
.menu_lang .dropdown-menu {
	min-width:130px;
}
.menu_lang .dropdown-menu {
	background-color:#fff;
	border:none;
	border-radius:0;
	margin:9px 0 0 0;
}
.menu_lang .dropdown-menu:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 30px;
    top: -10px;
    width: 0;
}
.menu_lang .glyphicon {
	color:#C4161C;
	font-size:10px;
	margin:0 0 0 3px;
}
/* * box login * */
.box_login {
	float:right;
	font-size:13px;
	margin:12px 0 0 0;
}
.box_login .btn-login {
	color:#B9D9FC;
}
.box_login  .dropdown-menu {
	border-radius:0;
	border:none;
	padding: 10px 15px;
	min-width: 200px;
	margin:9px 0 0 0;
}
.box_login  .dropdown-menu:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 30px;
    top: -10px;
    width: 0;
}
.cnt_login label {
	font-weight:normal;
	margin-bottom:3px;
}
.cnt_login .form-group {
	margin:0 0 10px 0;
}
/* * logo * */
#logo {
	float:left;
	width:116px;
	transition: all 0.4s ease;
}
#logo a {
	display:block;
    width:116px;
    height:78px;
    transition: all 0.4s ease;
   /* background: url("../img/logo.png") no-repeat left top;*/
}
/*
@media (max-width: 991px) {
	#logo {
		float:left;
		width:94px;
	}
	#logo a {
		display:block;
	    width:94px;
	    height:63px;
	}
}
*/
@media (max-width: 991px) {
	#logo {
		float:left;
		width:80px;
	}
	#logo a {
		display:block;
	    width:80px;
	    height:55px;
	}
}
/* * logo 30 anni * */
#logo_30 {
	float:left;
	width:145px;
	transition: all 0.4s ease;
}
#logo_30 a {
	display:block;
    transition: all 0.4s ease;
}
@media (max-width: 991px) {
	#logo_30 {
		margin-top:10px;
		width:80px;
		height:45px;
	}
}
@media (max-width: 767px) {
	#logo_30 {
		margin-top: 0px;
		width: 106px;
		height: 52px;
	}
}
.header-sticky #logo_30 {
	margin: 27px 0 0 0;
	width: 93px;
	height: 52px;
}
/* * logo 25 anni * */

#logo_25 {
	margin:17px 0 0 13px;
	float:left;
	transition: all 0.4s ease;
	width:74px;
}
#logo_25 a {
	display:block;
    width:74px;
    height:61px;
    transition: all 0.4s ease;
}
@media (max-width: 991px) { 

	#logo_25 {
		margin:14px 0 0 9px;
		float:left;
		transition: all 0.4s ease;
		width:61px;
		height:50px;
	}
	#logo_25 a {
		display:block;
	    width:61px;
	    height:50px;
	    transition: all 0.4s ease;
	}
}
@media (max-width: 767px) { 
	#logo_25 {
		margin:11px 0 0 9px;
		float:left;
		transition: all 0.4s ease;
		width:53px;
		height:43px;
	}
	#logo_25 a {
		display:block;
	    width:53px;
	    height:43px;
	    transition: all 0.4s ease;
	}
}
.header-sticky #logo_25 {
	margin:35px 0 0 13px;
	float:left;
	transition: all 0.4s ease;
	width:53px;
	height:43px;
}
.header-sticky #logo_25 a{
	display:block;
    width:53;
	height:43px;
    transition: all 0.4s ease;
}
.head-mes {
	float:left;
	width:190px;
	color:#fff;
	font-size:14px;
	line-height:19px;
	margin:25px 0 0 15px;
}

/* * * menu * */
@media (max-width: 767px) {
	.navbar {
	    height: 77px;
	}
}
#m1 .glyphicon  {
	color:#C4161C;
	font-size:10px;
	margin:0 0 0 4px;
}
.menu1 {
	border-radius:0!important;
	border:none!important;
	margin:-18px 0 0 0;
	padding:0 0 9px 0;
	z-index:500;
}
@media (max-width: 767px) {
	.menu1 {
		padding:0 0 0 0;
		min-height:68px;
		height:auto;
	}
}
.menu1 .navbar-right {
	margin:-43px 0 0 0;
	/*position:absolute;
	right:0;*/
	clear:both;
}
@media (max-width: 767px) {
	.menu1 .navbar-right {
		margin:0 0 0 0;
	}
}
.menu1 .navbar-nav > li {
    font-size: 15px;
    text-transform: uppercase;
    margin:0 0 0 0;
}
.menu1 .navbar-nav > li a {
    font-size: 15px;
    text-transform: uppercase;
    color:#fff;
    padding:13px 10px 13px 10px;
    border-radius:4px;
}

.menu1 .nav .dropdown-menu:before {
    border-bottom: 10px solid #33363B;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 30px;
    top: -10px;
    width: 0;
}
@media (max-width: 767px) {
	.menu1 .nav .dropdown-menu:before {
	    border-bottom: none;
	    content: "";
	    display: block;
	    height: 0;
	    position: absolute;
	    right: 30px;
	    top: -10px;
	    width: 0;
	}
	.menu1 .navbar-nav > li {
	    margin:0 0 0 0;
	}
	.menu1 .navbar-nav > li a {
	    padding:11px 14px 11px 14px;
	}
	.menu1 .navbar-nav > li a:hover, .menu1 .navbar-nav > li a.activea, .menu1 .navbar-nav > li a.activea:hover  {
	    background-color:#161616!important;
	}
}
.menu1 .nav .open > a,
.menu1 .nav .open > a:hover,
.menu1 .nav .open > a:focus {
  background-color:#1471b2 ;
  border-color:none!important;
}
.menu1 .nav > li > a:hover,
.menu1 .nav > li > a:focus,
.menu1 .nav > li.active > a {
  text-decoration: none;
 background-color:#1471b2 ;
}
.menu1 .navbar-nav > li a:hover {
    border-radius:4px;
}
@media (max-width: 767px) {
	.menu1 .nav > li > a:hover {
	  background-color:#161616!important;
	}
	.menu1 .nav > li > a:focus {
	 background-color:#161616!important;
	}
	.menu1 .nav .open > a:hover {
		 background-color:#161616!important;
	}
	.menu1 .nav .open > a:focus {
	 background-color:#161616!important;
	}
	.menu1 .nav .open > a,
	.menu1 .nav .open > a:hover,
	.menu1 .nav .open > a:focus {
	  background-color:#161616 ;
	  border-color:none!important;
	}
	 .navbar-nav .open .dropdown-menu > li > a,
	  .navbar-nav .open .dropdown-menu .dropdown-header {
	    padding: 8px 15px 8px 25px;
	  }
}
.menu1 li .dropdown-menu {
  background-color: #33363B;
  border:none;
  border-radius:0;
}
.menu1 li .dropdown-menu > li {
	font-size:14px;
}
.menu1 li .dropdown-menu > li > a {
	color:#fff;
	font-size:14px;
	padding: 8px 20px;
	text-transform:none;
	border-radius:0!important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #272727;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #272727;
}
.navbar-toggle .icon-bar  {
	background-color:#fff;
}
.navbar-toggle {
	padding:0;
	margin:-24px 0 0 0;
}
.cont-ibar {
	float:right;
	margin:5px 0 0 8px;
}
.mn_eti {
	float:right;
	text-transform:uppercase;
	margin:3px 0 0 0;
	color:#fff;
}
.menu1 .navbar-collapse {
	margin:0 -15px 0 -15px;
	border:none;
	max-height:none;
}
@media (max-width: 767px) {
	.menu1 .navbar-collapse {
		margin-top:13px;
		border:none;
		padding:0;
		background-color:#272727;
	}
	.navbar-nav {
		border:none;
		width:100%;
		margin:7.5px 0 ;
	}

}
.navbar-nav li a .icon-search {
	color:#A7C3DF;
}
/* * ricerca * */
.menu1 .nav .serch-dp .dropdown-menu:before {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    display: none;
}
.menu1 li.serch-dp .dropdown-menu {
	background-color: #fff;
	border:none;
	border-radius:0;
	padding: 14px;
}
.serch-dp .dropdown-search {
	min-width:300px;
}
.btn-search {
	background-color:#3A95D9;
	color:#fff;
}
.btn-search:hover {
	background-color:#2F82BD;
	color:#fff;
}
@media (max-width: 767px) {
		.menu1 li.serch-dp .dropdown-menu {
		background-color:transparent;
		border:none;
		border-radius:0;
	}
	.menu1 li.serch-dp .dropdown-menu  .form-control {
		border:none;	
	}
}
/* * * slider * * */
.cont_slider {
	/*margin:-89px 0 0 0;*/
	position:relative;
	top:-102px;
}
.flexslider  {
	margin:0!important;
}
.flexslider {
	border:none!important;
	box-shadow:none;
	position:relative;
	margin:0;
	max-height: 721px;
}
#main-slider{
	min-height: 400px;
	background: url("../img/loader.gif") no-repeat 50% 55%;
}
/* SLIDER 100%
#main-slider .flex-viewport{
    position: fixed;
    width: 100%;
    height: 100%;
}

#main-slider .slides,
#main-slider .slides > li
{
    height: 100%;
}

#main-slider .slides > li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
*/

@media (max-width: 767px) {
	.cont_slider {
	    position:static;
	    top: 0;
	}
	#main-slider{
		min-height: 140px;
	}
}

.flex-caption {
    top: 270px;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.flexslider .slides li {
    position: relative;
}
.flex-caption h2  {
	color:#fff;
	 font-family: 'robotobold';
	font-size:46px;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.7);
	line-height:51px;
	display:table;
	text-align:center;
	margin: 0 auto;
	text-transform:uppercase;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.sep_cap {
	width:48px;
	height:4px;
	background-color:#CCCCCC;
	display:inline-block!important;
	margin:35px 0 0 0;
}

.flex-caption h2 a {
	color:#fff;
}
.flex-caption p {
	margin:15px 0 0 0;
	overflow:hidden;
}
.flex-caption p span {
	color:#fff;
	font-family: 'open_sansregular';
	font-size:19px;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.7);
	line-height:25px;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	display:table;
	text-align:center;
	margin: 0 auto;
}
.btn-slide {
	background-color:#3A95D9;
	text-transform:uppercase;
	border-radius:4px;
	color:#fff;
	font-size:17px;
	display:inline-block;
	padding:13px 30px;
	margin:45px auto 0 auto;
}
.btn-slide:hover {
	background-color:#2F82BD;
	color:#fff;
}
@media (max-width: 991px) {
	.flex-caption {
	    top: 230px;
	}
	.flex-caption h2  {
		color:#fff;
		font-family: 'robotobold';
		font-size:40px;
		text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.7);
		line-height:46px;
	}
	.flex-caption h2 span:before, .flex-caption h2 span:after {
	    top: 33px;
	    width: 2%;
	}
	.flex-caption p span {
		color:#fff;
		font-family: 'open_sansregular';
		font-size:19px;
		line-height:26px;
	}
}
@media (max-width: 875px) {
	.flex-caption {
	    top: 180px;
	}
	.flex-caption h2  {
		color:#fff;
		font-family: 'robotobold';
		font-size:34px;
		line-height:40px;
	}
	
	.flex-caption p span {
		color:#fff;
		font-family: 'open_sansregular';
		font-size:16px;
		line-height:21px;
	}
		.flex-caption p {
	    margin: 15px 0 0;
	    overflow: hidden;
	}
}
@media (max-width: 725px) {
	.flex-caption {
	    top: auto;
	    bottom:36%;
	}
	.flex-caption h2  {
		color:#fff;
		font-family: 'robotobold';
		font-size:19px;
		text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.7);
		line-height:26px;
	}
	
	.btn-slide {
		font-size:13px;
		display:inline-block;
		padding:6px 12px;
		margin:12px 0 0 0;
	}
	.flex-caption h2 span {
		padding:0;
	}
}
.flex-direction-nav .flex-prev {
	width:49px;
	height:49px;
	display:block;
	background: url("../img/arrow_slide.png") no-repeat left bottom;
	text-indent:-9999px;
	position:absolute;
	left: -64px;
	top:55%;
}
.flex-direction-nav .flex-next {
	width:49px;
	height:49px;
	display:block;
	background: url("../img/arrow_slide.png") no-repeat left top;
	text-indent:-9999px;
	position:absolute;
	right: -64px;
	top:55%;
}
.slider {
	overflow:hidden;
}
.flexslider:hover .flex-prev { left: 0px; }
.flexslider:hover .flex-next {  right: 0px; }
.flex-control-nav {
	display:none;	
	bottom: -31px!important;
}
@media (max-width: 767px) {
	.flex-direction-nav .flex-next , .flex-direction-nav .flex-prev  {
		display:none;
	}
}
/* * * corpo * */
#corpo {
	margin:-107px 0 0 0;
}/*
.crp_casa {
	margin:0!important;
}*/
@media (max-width:767px) {
	#corpo {
		margin:0px 0 0 0;
	}
}
.cont_tit_home {
	background-color:#FAFAFA;
	text-align:center;
	padding:65px 0 65px 0;
}
.testo_home h1 {
	font-family: 'open_sanslight';
	font-size:29px;
	line-height:35px;
	color:#666666;
	background: url("../img/eti_sep.png") no-repeat center bottom;
	margin:0 0 20px 0;
	padding:0 0 26px 0;
	text-transform:uppercase;
}
.testo_home p {
    color: #999999;
    font-family: "open_sansregular",Arial;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
/* * * box territorio * */

.box_territorio {
	background: url("../img/map.png") no-repeat right top;
	background-color:#1E7BBC;
	text-align:center;
	padding:0 0 30px 0;
	position: relative;
}
.arrow_terr {
	background: url("../img/arrow_terr.png") no-repeat left top;
	width:80px;
	height:25px;
	display:inline-block;
	text-align:center;
	margin:0 auto;
}
.mes_terr {	
	text-align:left;
	margin:200px 0 0 0;
}
@media (max-width:991px) {
	.mes_terr {	
	margin:600px 0 0 0;
	}
}
@media (max-width:767px) {
	.box_territorio {
		background: url("../img/map-mobile.png") no-repeat right top;
		background-color:#1E7BBC;
	}
	.mes_terr {	
		margin:500px 0 0 0;
	}
}
.mh_point {
    width: 35px;
	height: 35px;
	/*border-radius:50%;
    background-color: #1E7BBC;*/
    position: absolute;
    right: 448px;
	top: 325px;
    cursor: pointer;
	text-align: center;
}
.ico-mapmarker {
	width: 35px;
	height: 35px;
	display:block;
	transition: all 0.2s ease;
}

.mh_point:hover  .ico-mapmarker{
	transform: scale(1.3);
	
}
.eti_mm {
    position: absolute;
	top: -32px;
	left: -36px;
    white-space: nowrap;
    color: #1E79BA;
    font-size: 14px;
    line-height: 15px;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
}
.eti_mm .eti_mm_2 {
	font-size: 16px;
    line-height: 17px;
    font-family: 'open_sansbold';
}
@media (max-width:767px) {
	.mh_point {
		right: 216px;
		top: 279px;
	}

}
.mes_terr h2 {
	font-family: 'open_sanslight';
	font-size:42px;
	color:#fff;
	margin:0 0 25px 0;
	text-transform:uppercase;
}
.mes_terr p {
	font-family: "open_sansregular",Arial;
	font-size:17px;
	color:#fff;
	margin:0 0 40px 0;
	line-height:26px;
}
.btn_terr {
	background-color: #3A95D9;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    padding: 13px 30px;
    text-transform: uppercase;
}
.btn_terr:hover {
	background-color: #126db1;
}
.ve_terr {
	background-color:#1A72AE;
	padding:20px 0 20px 0;
	margin:0 0 20px 0;
	min-height:163px;
}

.icon_terr {
	width:100%;
	text-align:center;
	display:inline-block;
}
.num_terr {
	color:#fff;
	font-family: 'open_sansbold';
	font-size:40px;
	display:inline-block;
	line-height:46px;
	margin:8px 0 0 0;
}

.ve_terr h3 {
	color:#B2D2FF;
	font-size:20px;
	font-family: "open_sansregular",Arial;
	margin:4px 0 0 0;
}

.cont_ve_terr {
	margin:200px 0 0 0;
}
@media (max-width:991px) {
	.cont_ve_terr {
		margin:70px 0 0 0;
	}
}
@media (max-width:767px) {
	.cont_ve_terr {
		margin:70px 0 0 0;
	}
}
.unt {
	font-size:33px;
	font-family: "open_sansregular",Arial;
}
@media (max-width: 991px) {
	.num_terr {
		color:#fff;
		font-family: 'open_sansbold';
		font-size:30px;
	}
	.unt {
		font-size:26px;
		font-family: "open_sansregular",Arial;
	}
	.ve_terr h3 {
		font-size:16px;
	}
}
@media (max-width:767px) {
	.num_terr {
		color:#fff;
		font-family: 'open_sansbold';
		font-size:40px;
	}
	.unt {
		font-size:26px;
		font-family: "open_sansregular",Arial;
	}
	.ve_terr h3 {
		font-size:20px;
	}
}
/* * * box action  * * */
.box_action {
	padding:0 0 68px 0;
	text-align: center;
}
.box_action .btn-outils {
	margin: 60px auto 0 auto;
	white-space:normal;
}
.eti_action {
	text-align:center;
	padding:65px 0 65px 0;
}
.eti_action h3 {
	font-family: 'open_sanslight';
	font-size:29px;
	line-height:35px;
	color:#666666;
	background: url("../img/eti_sep.png") no-repeat center bottom;
	margin:0 0 20px 0;
	padding:0 0 26px 0;
	text-transform:uppercase;
}
.eti_action p {
    color: #999999;
    font-family: "open_sansregular",Arial;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.gl_action {
	position:relative;
}
.gl_action .tit_action  {
	position:absolute;
	bottom:20px;
	left:20px;
	font-size:20px;
	color:#fff;
	font-family: 'open_sanslight';
	background-color: rgba(0, 0, 0, 0.5);
	padding:7px 13px;
	margin:0;
	text-transform:uppercase;
}
.cont_gl_action .col-sm-4 {
	padding:0;
}
.cont_gl_action .row {
	margin:0;
	background-color:#3279BB;
}
.cont_action_txt {
	text-align:center;
}
.action_txt {
	font-family: "open_sanssemibold",Arial;
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
	margin:92px 0 30px 0;
}
.action_txt a {
	color:#fff;
}
.btn_action {
	width:60px;
	height:60px;
	display:block;
	margin:0 auto;
	background-color:#268AD8;
	border-radius:5px;
	text-align:center;
	font-size:20px;
	color:#fff;
	padding:0;
	line-height:60px;
}

.btn_action:hover {
	background-color:#196EA9;
	color:#fff;
}
@media (max-width: 1199px) { 
	.action_txt {
		margin:71px 0 20px 0;
	}
}
@media (max-width: 991px) {
	.action_txt {
		margin:41 0 20px 0;
	}
	.btn_action {
		width:50px;
		height:50px;
		line-height:50px;
		font-size:18px;
		text-align:center;
	}
	
}
@media (max-width: 767px) {
	.cont_action_txt {
		padding:40px 15px 40px 15px;
	}
	.action_txt {
		font-size:20px;
		margin:0 0 25px 0;
	}
}

/* * * box new * * */
.box_news {
	background-color:#EBECEF;
	padding:50px 0 20px 0;
}
.eti_news {
	background: url("../img/border_eti.png") repeat-x left bottom;
	margin:0 0 44px 0;
}
.eti_news h3 {
	font-family: "open_sanssemibold",Arial;
	color:#666;
	font-size:24px;
	text-transform:uppercase;
	margin:0 0 0 0;
	background: url("../img/border_blue.png") no-repeat left bottom;
	line-height:30px;
	padding:0 0 16px 0;
	font-weight:normal;
}
.eti_news a {
	float:right;
	color:#3993D8;
	font-size:13px;
	margin:9px 0 0 0;
}
.eti_news a:hover {
	color:#444;
}
.rc_news {
	margin:0 0 35px 0;
}
.rc_news h2 {
	font-size:17px;
	margin:0;
	line-height:22px;
	margin:20px 0 10px 0;
}
.rc_news h2 a {
	color:#3993D8;
	font-weight:normal;
}
.rc_news h2 a:hover {
	color:#444;
}
.rc_news p {
	font-size:14px;
	color:#7E7E7E;
	line-height:20px;
}
@media (max-width: 767px) {
	.rc_news h2 {
		margin:15px 0 7px 0;
	}
}
.btn-outils {
	background-color:#3A95D9;
	text-transform:uppercase;
	border-radius:4px;
	color:#fff;
	font-size:17px;
	display:inline-block;
	padding:10px 25px;
	margin:25px auto 0 auto;
}
.btn-outils:hover {
	background-color:#2F82BD;
	color:#fff;
} 
/* *  box outils * * */
.box_outils {
	background: url("../img/bg_outils.jpg") no-repeat;
	background-color:#2B3442;
	background-position: center top;
    background-size: cover;
    padding:0 0 60px 0;
    text-align:center;
}
.eti_outils {
	text-align:center;
	padding:65px 0 50px 0;
}
.eti_outils h3 {
	font-family: 'open_sanslight';
	font-size:29px;
	line-height:35px;
	color:#fff;
	background: url("../img/eti_sep.png") no-repeat center bottom;
	margin:0 0 20px 0;
	padding:0 0 26px 0;
	text-transform:uppercase;
}
.rc_outils {
	margin:0 0 20px 0;
	 text-align:left;
}
.ico_outils {
	float:left;
	width:50px;
	height:44px;
	margin:0 20px 0 0;
}
.descr_outils {
	overflow:hidden;
}
.rc_outils h2 {
	font-family: "open_sansregular",Arial;
	font-weight:normal;
	color:#fff;
	font-size:19px;
	margin:0 0 7px 0;
}
.rc_outils h2 a {
	color:#fff;
}
.rc_outils h2 a:hover {
	color:#3993D8;
}
.rc_outils {
	font-family: "open_sansregular",Arial;
	font-size:15px;
	color:#B3B3B3;
	line-height:22px;
}
/* * * box video  * */
.box_video {
	background-color:#EBECEF;
	padding:50px 0 0 0;
}
.cont_slider_video { 
    overflow: hidden;
}
.cont_slider_video .flexslider {
	background-color:transparent;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.lazyYT-container .html5-info-bar{
	z-index:2;
}
.descr_video h2 {
	margin:0 0 20px 0;
	font-weight:normal;
	font-size:23px;
	line-height:30px;
}
.descr_video h2 a {
	color:#333333;
}
.descr_video p {
	color:#8D8D8D;
	font-size:15px;
	line-height:23px;
}
@media (max-width: 767px) {
	.descr_video {
		margin:20px 0 0 0;
	}
}
.btn-video {
	background-color:#3A95D9;
	text-transform:uppercase;
	border-radius:4px;
	color:#fff;
	font-size:17px;
	display:inline-block;
	padding:10px 25px;
	margin:25px auto 0 auto;
}
.btn-video:hover {
	background-color:#2F82BD;
	color:#fff;
}
.cont_slider_video .flex-direction-nav .flex-prev {
	width:48px;
	height:48px;
	display:block;
	background: url("../img/arrow_slide_video.png") no-repeat left bottom;
	text-indent:-9999px;
	position:absolute;
	left: -64px;
	top:50%;
}
.cont_slider_video .flex-direction-nav .flex-next {
	width:48px;
	height:48px;
	display:block;
	background: url("../img/arrow_slide_video.png") no-repeat left top;
	text-indent:-9999px;
	position:absolute;
	right: -64px;
	top:50%;
}
.cont_slider_video .flex-direction-nav  .flex-disabled {
	opacity:0.3;
}
.cont_slider_video .slider {
	overflow:hidden;
}
.cont_slider_video .flexslider:hover .flex-prev { left: 0px; }
.cont_slider_video .flexslider:hover .flex-next {  right: 0px; }
.cont_slider_video .flex-control-nav {
	display:block;	
}
.cont_slider_video .flex-control-nav li a {
	border-radius:50%;
	width:13px;
	height:13px;
	display:block;
	background-color:#666;
}
.cont_slider_video .flex-control-nav li a.flex-active {
	background-color:#3A95D9;
}
.cont_slider_video .flexslider {
	padding:0 0 20px 0;
}
.cont_slider_video {
	padding:0 0 50px 0;
}
/* * footer * */

footer {
	background-color:#353C47;
	padding:20px 0 0 0;
}
#footer {
	padding:0 0 25px 0;
}
.logo_footer {
	margin:30px 0 20px 0;
}
.eti_ft {
	font-family: 'open_sansregular';
	font-size:17px;
	color:#3993D8;
	text-transform:uppercase;
	margin:40px 0 20px 0;
}
.info_ft {
	color:#ccc;
	font-size:13px;
	line-height:22px;
	margin:0 0 20px 0;
}
.btn_foot {
	background-color:#424B5A;
	border-radius:2px;
	padding:6px 15px 6px 15px;
	text-transform:uppercase;
	color:#fff;
}
.btn_foot:hover {
	background-color:#292F39;
	color:#fff;
}
.info_ft p {
	margin:0;
	line-height:23px;
	padding-right: 27px;
}


.ft_nav {
	list-style-type:none;
	font-family:'open_sansregular', Arial;
	font-size:14px;
	padding:0;
	margin:0;
}
.ft_nav li {
	margin:0 0 5px 0;
}
.ft_nav li a {
	color:#8A98B1;
}
.ft_nav li a:hover {
	color:#ccc;
}

.bottom_bar {
	border-top:1px solid #585B68;
	padding:25px 0 0 0;
	margin:40px 0 0 0;
}

.menu_bb ul {
	list-style-type:none;
	padding:0;
	margin:3px 0 0 0;
	float:left;
}
.menu_bb li {
	display:inline;
	font-size:13px;
	margin:0 10px 0 0;
}
.menu_bb li a {
	color:#999999;
}
.menu_bb li a:hover {
	color:#fff;
}
.netbe {
	float:right;
	font-size:13px;
	margin:4px 0 0 0;
}
.netbe:hover {
	color:#ccc;
}
@media (max-width: 767px) {
	.netbe {
		float:left;
		font-size:13px;
		margin:12px 0 0 0;
		clear:both;
	}
}
/*
.btn_partners {
	float:right;
	background-color:#424B5A;
	text-transform:uppercase;
	border-radius:0;
	padding: 6px 6px 6px 12px;
}
.btn_partners:hover {
	background-color:292F39;
	color:#fff;
}
@media (max-width: 767px) {
	.btn_partners {
	float:left;
	clear:both;
	margin:25px 0 0 0;	
	}
}*/
/* * * loghi partners * */
.cont_loghi_partners .row {
	margin-left: -10px;
    margin-right: -10px;
}
.col-pt {
	float:left;
	text-align:center;
	min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.col-pt img {
	margin:0 auto;
	padding:0 0 30px 0;
}
.bl_pt {
	padding:30px 0 0 0;
}
/* * * creo colonne custom * */
/* * * primo blocco loghi * */
.pt-1 {
	width:20%;
}
.pt-2 {
	width:20%;
}
.pt-3 {
	width:23%;
}
.pt-4 {
	width:14%;
}
.pt-5 {
	width:23%;
}
/* * * secondo blocco loghi * */
.pt-6 {
	width:19%;
}
.pt-7 {
	width:13%;
}
.pt-8 {
	width:28%;
}
.pt-9 {
	width:12%;
}
.pt-10 {
	width:28%;
}
@media (max-width: 767px) {
	/* * * primo blocco loghi * */
	.pt-1 {
		width:50%;
	}
	.pt-2 {
		width:50%;
	}
	.pt-3 {
		width:50%;
	}
	.pt-4 {
		width:50%;
	}
	.pt-5 {
		width:50%;
		margin:0 auto;
		float:none;
	}
	/* * * secondo blocco loghi * */
	.pt-6 {
		width:28%;
	}
	.pt-7 {
		width:23%;
	}
	.pt-8 {
		width:48%;
	}
	.pt-9 {
		width:30%;
		clear:both;
	}
	.pt-10 {
		width:70%;
	}
}
.bl_pt {
	border-bottom:1px solid #ddd;
}
.bl_pt:last-child {
	border-bottom:none;
}

/* * * * timeline * * */
#cont_timeline {
	background: url("../img/background_timeline.jpg") no-repeat ;
	background-attachment: fixed;
    background-color: #555555;
    background-position: top center;
    background-size: cover;
    padding:60px 0 40px 0;
}
#cont_timeline h1 {
	font-family: "open_sansbold",Arial;
	text-align:center;
	margin:0 0 20px 0;
	color:#fff;
	font-size:37px;
	line-height:43px;
}
#cont_timeline p {
	text-align:center;
	color:#fff;
	font-size:15px;
	line-height:23px;
}
.cont-top-link-timeline {
	width:100%;
	text-align: center;
}
.top-link-timeline {
	display: inline-block;
	margin:25px auto 0;
	padding:0;
}
.top-link-timeline li {
	display: inline-block;
	font-size: 18px;
	font-family: "open_sansemibold",Arial;
	margin:0 10px ;
}
.top-link-timeline li a {
	color:#fff;
}
.top-link-timeline  .icon-right-open-big:before {
	width:0.5em;
}
.year-badge {
	width:62px;
	height:62px;
	display:block;
	background-color:#76C041;
	color:#fff;
	border-radius:50%;
	margin:0 auto;
	font-family:'open_sansbold';
	font-size:17px;
	line-height:62px;
	text-align:center;
}
.timeline {
    list-style: none;
    padding: 0 0 0 0;
    position: relative;
    margin:50px 0 0 0;
}
.timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #b6b6b6;
        left: 50%;
        margin-left: -1.5px;
    }

.timeline > li {
    margin-bottom: 55px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    position: relative;
   background-color:#fff;
   border-top:4px solid #3A95D9;
}
.timeline > li > .timeline-data {
    color: #fff;
    left: 50%;
    margin: -3px 0 0 40px;
    font-size:17px;
    position: absolute;
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    background-color: #3A95D9;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline-descr {
	padding:17px 20px 20px 20px;
}
.timeline-descr h2 {
	font-family: "open_sanssemibold",Arial;
	font-size:21px;
	margin:0 0 13px 0;
	color:#333;
}
.timeline-descr h2 a {
	color:#333;
}
.timeline-descr h2 a:hover {
	color:#3A95D9;
}
#cont_timeline .timeline-descr p {
	color:#666;
	font-size:14px;
	text-align:left;
	line-height:22px;
	margin:0 0 12px 0;
}
#cont_timeline .timeline-descr p:last-child {
	margin:0;
}
.btn-timeline {
	text-transform:uppercase;
	color:#fff;
	font-size:15px;
	border-radius:0;
	background-color:#3A95D9;
	margin:20px 0 0 0;
}
.btn-timeline:hover {
	background-color:#3A76B0;
	color:#fff;
}

.timeline > li.tm-dx .timeline-panel {
	 float:right;
}
.timeline > li.tm-dx .timeline-data {
	color: #fff;
    font-size: 17px;
    left:auto;
    right: 50%;
    margin: -3px 40px 0 0;
    position: absolute;
}
.timeline > li.tm-dx .timeline-badge {
	left:50%;
}
@media (max-width: 767px) {
	
	.timeline:before {
        left:30px;
    }
    .year-badge {
    margin:0;
    }
    .timeline > li.year-tm {
    padding:0;
    }
    .timeline > li {
		/*margin: 0;*/
		padding: 0 0 0 60px;
		width: 100%;    
    }
    .timeline > li > .timeline-panel {
    	width:100%;
    }
    .timeline > li > .timeline-badge {
    	left:20px!important;
    	margin:3px 0 0 0;
    }
     .timeline > li > .timeline-data {
    	position:relative;
    	left:0;
    	padding:0 0 0 0;
    	margin:0 0 15px 0;
    }
     .timeline > li.tm-dx > .timeline-data {
    	position:relative;
    	left:0;
    	padding:0 0 0 0;
    	margin:0 0 15px 0;
    }
}
.base-tm {
	text-align:center;
	background-color:#fff;
	padding:20px 20px 10px 20px;
	border-top: 4px solid #3a95d9;
}
.base-tm h2 {
	margin:0 0 10px 0;
	font-size:22px;
	color:#333;
}
#cont_timeline .base-tm p {
	color:#666;
}
.timeline > li.lst-base {
	margin:80px 0 55px 0;
}
.timeline-slider {
overflow:hidden;
position:relative;
}
.timeline-slider .flex-direction-nav .flex-next , .timeline-slider .flex-direction-nav .flex-prev {
	top:50%;
}
.zoom-tm {
	color:#fff;
	position: absolute;
	top:5px;
	right:5px;
	z-index:20;
}
.zoom-tm  .icon-search {
font-size:24px;
color:#fff;
}
.zoom-tm:hover  .icon-search {
	color:#fff;
	}
/* * * mod timeline * */
.timeline-panel .flex-control-nav {
    display: block;
    bottom: 4px !important;
}
.timeline-panel  .flex-control-nav li {
	margin: 0 2px;
}
.timeline-panel  .flex-control-paging li a {
	background-color: #FFFFFF;
}
.timeline-panel .flex-control-paging li a.flex-active {
	background-color: #4CA7E1;
}
.timeline-panel .all-block, .base-tm .all-block {
	margin:0;
}
.timeline-panel .all-block ul, .base-tm .all-block ul {
	list-style-type: none;
	padding: 0;
	margin:0;
}
.timeline-panel .all-block ul  .docs h4, .base-tm .all-block ul  .docs h4 {
    margin: 0 0 1px 0;
    font-family: 'robotoregular';
    line-height: 19px;
    font-weight: normal;
    font-size: 14px;
}
.timeline-panel .all-block ul, .base-tm .all-block ul {
	border-top:1px solid #ddd;
	padding:17px 0 0 0;
	margin:15px 0 0 0;
}
.timeline-panel .all-block ul li, .base-tm .all-block ul li {
	margin:0 0 10px 0;
}
.timeline-panel .all-block ul li:last-child, .base-tm .all-block ul li:last-child{
	margin:0 0 0 0;
}
.timeline-panel .all-block .file-size, .base-tm .all-block .file-size {
    font-family: 'open_sanslight'!important;
    font-size: 13px!important;
    font-style:normal!important;
    color: #555!important;
    margin: 0 0 0 0!important;
}
.base-tm .all-block, .base-tm .all-block p {
	text-align: left!important;
}
/* * * testi * */

.fix-image {
	/*background-image: url("../img/img-fix.jpg");*/
    background-position: 50% 20%;
    background-size: cover;
    height:460px;
    width:100%;
    position: relative;
    top: -102px;
    text-align:center;
}
.image-overlay:after {
	content:'\A';
	position:absolute;
	width:100%; height:100%;
	top:0; left:0;
	background:rgba(0,0,0,0.15);
}
@media (max-width: 767px) {
	.fix-image {
	    position: relative;
	    top: 0;
	}
}
.fix-image .cont_tit {
	position:absolute;
	bottom:152px;
	width:100%;
	text-align:center;
	margin:0 auto;
	z-index:100;
}
.fix-image .cont_tit h2 {
	text-align:center;
	margin:0 auto;
	display:table;
	font-family: "open_sanslight";
	font-size:40px;
	color:#fff;
	text-transform:uppercase;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	padding:4px 15px 4px 15px;
}
.cont_testi{
	padding: 45px 15px 55px 15px;
}
.column_full .txt-block h1 {
	/*display:none;*/
	font-family: "open_sanslight";
	font-size:40px;
	margin:0 0 20px 0;
	text-align:center;
	width:100%;
	background: url("../img/eti_sep.png") no-repeat scroll center bottom;
	padding:0 0 26px 0;
}
.column_full .txt-block .txt-abstract {
	font-size:17px!important;
	color:#878787;
	font-family:'open_sansregular', Arial;
	 line-height: 27px;
	 text-align:center;
}
.cont_testi .txt-block h1 {
	/*display:none;*/
	font-family: "open_sanslight";
	font-size:40px;
	margin:0 0 20px 0;
}
.cont_testi .txt-block .txt-abstract {
	font-size:15px!important;
	color:#878787;
	font-family:'open_sansregular', Arial;
	 line-height: 22px;
	overflow:hidden;
}
.txt-block .txt-luogodata {
	font-family:'open_sansregular', Arial;
	color:#666;
	margin:0 0 7px 0;
}
.txt-block p {
	font-family:'open_sansregular', Arial;
	color:#666;
	font-size:14px;
	margin:0 0 15px 0;
	line-height:24px;
}
.txt-block .txt-content p:last-child {
	margin:0;
} 
.img-top {
	margin:5px 0 0px 0;
}
.txt-content {
	overflow:hidden;
}
.txt-block  .img-block {
	margin:25px 0 25px 0;
}
.dida-img {
    color: #555555;
    display: block;
  font-family:'open_sansregular', Arial;
    font-size: 13px;
    margin: 3px 0 0;
    text-align: center;
    width: 100%;
}
.txt-block blockquote p {
	font-size:15px!important;
	color:#777!important;
}
.txt-block table {
	font-family:'open_sansregular', Arial;
	color:#333;
	font-size:13px;
	margin:20px 0 25px 0;
}
.txt-content .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.txt-content ul li, .txt-content ol li {
	font-size:14px;
	margin:0 0 7px 0;
	color:#666;
	font-family:'open_sansregular', Arial;
	line-height:24px;
}
.txt-content ul {
	margin-bottom:15px;
}
.txt-content ol {
	margin-bottom:25px;
}
.table tr td {
	color:#666;
	white-space:normal;
}
.table tr th {
	color:#666;
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	white-space:normal;
}
.fluid-width-video-wrapper {
	margin:30px 0 0 0;
}
.txt-block .table p {
	margin:0 0 12px 0;
}
.img-block-sx {
	float:left;
	margin:0!important;
}
.left {
	float:left;
	margin:5px 16px 5px 0;
}
.img-block-dx {
	float:right;
}
.right {
	float:right;
	margin:5px 0 4px 16px;
}
.txt-block h3 {
	font-family:'open_sansregular', Arial;
	font-size:15px;
	text-transform:uppercase;
	margin:40px 0 20px 0;
	color:#666;
}
.all-block{
	margin:40px 0 20px 0;
}

.fluid-width-video-wrapper {
	clear:both;
}
.img_ele {
	margin:0 0 20px 0;
	padding:0 10px 0 10px;
}
.gallery_img {
	margin:0 -10px 0 -10px;
}
.map-6 {
	width:100%;
	height:300px;
}
/* * * allegati * * */
.pointer{
	cursor:pointer;
}
.bg_docs {
	background-color:#F5F5F5;
	padding:10px 13px 8px 13px;
	margin-bottom:15px;
}
.docs {
	padding:0 0 0 40px;
}
.docs_cont {
	padding:0 7px 0 7px;
}
.doc_row {
	margin: 0 -7px 0 -7px;
}
.docs h4 {
	margin:0 0 6px 0;
	font-family: 'robotoregular';
	 line-height:18px;
	 font-weight:normal;
	 font-size:16px;
}
.docs h4 a {
	color: #3993d8;
}
.docs h4 a:hover {
	color:#555;	
}
.all-block .file-desc {
	font-family:'open_sansregular', Arial;
	color:#666;
	font-size:13px;
	line-height:20px;
	margin:0 0 3px 0;
}
.all-block .file-size {
	font-family: Georgia,Arial;
    font-size: 13px;
    font-style: italic;
	color:#777;
	margin:0 0 0 0;
}
.all-block .doc, .all-block .docx{
	background: url('../img/core/files/ico_doc.gif') no-repeat 0 top;
}
.all-block .htm{
	background: url('../img/core/files/ico_htm.gif') no-repeat 0 top;
}
.all-block .mp3{
	background: url('../img/core/files/ico_mp3.gif') no-repeat 0 top;
}
.all-block .nofile{
	background: url('../img/core/files/ico_nofile.gif') no-repeat 0 top;
}
.all-block .off{
	background: url('../img/core/files/ico_nofile.gif') no-repeat 0 top;
}
.all-block .img{
	background: url('../img/core/files/ico_htm.gif') no-repeat 0 top;
}
.all-block .pdf{
	background: url('../img/core/files/ico_pdf.gif') no-repeat 0 top;
}
.all-block .ppt, .all-block .pptx{
	background: url('../img/core/files/ico_ppt.gif') no-repeat 0 top;
}
.all-block .rtf{
	background: url('../img/core/files/ico_rtf.gif') no-repeat 0 top;
}
.all-block .mdb{
	background: url('../img/core/files/ico_mdb.gif') no-repeat 0 top;
}
.all-block .txt{
	background: url('../img/core/files/ico_txt.gif') no-repeat 0 top;
}
.all-block .xls, .all-block .xlsx{
	background: url('../img/core/files/ico_xls.gif') no-repeat 0 top;
}
.all-block .zip{
	background: url('../img/core/files/ico_zip.gif') no-repeat 0 top;
}
.all-block .swf{
	background: url('../img/core/files/ico_swf.gif') no-repeat 0 top;
}
.all-block .exe{
	background: url('../img/core/files/ico_exe.gif') no-repeat 0 top;
}
.all-block .jpg{
	background: url('../img/core/files/ico_jpg.gif') no-repeat 0 top;
}
.all-block .pub{
	background: url('../img/core/files/ico_publisher.gif') no-repeat 0 top;
}

/* * * link * * */

.link {
	padding:0;
	list-style-type:none;	
	margin:0 0 15px 0;
}
.all-block .link li {
	margin:0 0 20px 0!important;
	overflow: hidden;
}
.all-block .link li:last-child {
	margin:0;
}
.link-img {
	float:left;
	margin:0 10px 4px 0;
}
.all-block .link li a {
	color: #3993d8;
    font-family: "robotoregular";
    font-size:16px;
}
.all-block .link li a:hover {
	color:#555;	
} 
.link h4 {
    font-size:15px;
    margin:0 0 5px 0;
    line-height:20px;
}
.link h4 a {
	 color: #3993d8;
}
.link h4 a:hover {
	color:#555;	
}
.txt-block h2 {
	color: #444;
    font-family: "open_sanslight";
    font-size: 29px;
    line-height:34px;
    margin: 28px 0 16px;
    font-weight:normal;
}
@media (max-width: 767px) {
	.txt-block h2  {
	    font-size: 18px;
	}
}
/* * * * col dx * * * */
.box-siderbar-container {
    padding: 4px 0 30px 0;
}
.menu2 {
	margin:0 0 35px 0;
}
.box-siderbar-container h3 {
	font-size:20px;
	font-family: "open_sanslight";
	text-transform:uppercase;
	color:#444;
	padding:0 0 8px 0;
	border-bottom:1px solid #D4D4D4;
	margin:0 0 15px 0;
}
.menudx {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menudx li {
	margin:0 0 6px 0;
	font-family:'open_sansregular', Arial;
	font-size:15px;
}
.menudx li a {
	font-family:'open_sansregular', Arial;
	color:#444;
}
.menudx li a:hover {
	color:#3993d8;
}
.menudx li.active a {
	color:#3993d8;
	font-family:'open_sansregular', Arial;
}
.menudx li:first-child {
	border-top:none;
}
.menudx li ul {
	list-style-type:none;
	padding:0 0 0 25px;
	margin:8px 0 0 0;
}
.menudx li ul li a:hover {
	color:#3993d8;
}
.menudx li.active ul li a {
	color:#444;
}
.menudx li.active ul li a:hover {
	color:#3993d8;
}
#box_dx_ev {
	margin:0 0 26px 0;
}
#box_dx_ev .cont_offerte_casa {
	margin:0 0 0 0;
}
.box_dx_ev_bottom {
	padding:20px 15px 5px 15px;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	background-color:#fff;
}
.nav-tabs > li > a {
	border-radius:0!important;
}
.box_dx_ev_bottom .ve_hc {
	margin:0 0 16px 0;
	position:relative;
}
.box_dx_ev_bottom .ve_hc_descr {
	position:absolute;
	bottom:0;
	width:100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
	padding:6px 10px;
}
.box_dx_ev_bottom .ve_hc_descr h4 {
	margin:0;
	font-family: "open_sanslight";
	text-transform:uppercase;
}
.box_dx_ev_bottom .ve_hc_descr h4 a {
	color:#fff;
}
#box_dx_ev .cont_offerte_casa ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#box_dx_ev .cont_offerte_casa ul li {
	width:100%;
	clear:both;
	overflow:hidden;
	margin:0 0 15px 0;
}
#box_dx_ev .cont_offerte_casa ul li img {
	display:inline-block;
	float:left;
	margin:0 10px 0 0;
}
#box_dx_ev .cont_offerte_casa ul li .dx_offc {
	overflow:hidden;
}
#box_dx_ev .cont_offerte_casa ul li h4 {
	color:#3F5866;
	font-family: 'robotoregular';
	font-size:14px;
	line-height:20px;
	margin:0 0 2px 0;
	font-weight:normal;
	padding:0;
	overflow: hidden;
}
#box_dx_ev .cont_offerte_casa ul li h4 a {
	color:#3993d8;
}
#box_dx_ev .cont_offerte_casa ul li h4 a:hover {
	color:#555;
}
#box_dx_ev .cont_offerte_casa ul li p {
	font-size:12px;
	line-height:18px;
	color:#555;
}
.nav-tabs > li > a {
	color:#777;
}
.nav-tabs > li > a:hover {
	background-color:#ededed; 
	border:1px solid #ededed;
}
/* * * contatti * */
.contact-block {
	padding:40px 0 0 0;
}
.contact-block  .txt-block h2 {
    margin: 4px 0 17px;
}
.contact-block  .txt-block h1 {
	margin: 0 0 10px;
}
#main-content {
	padding:0 0 35px 0;
	margin: -106px 0 0;
}
@media (max-width: 767px) {
	#main-content {
		margin:0;
	}
	.contact-block  .txt-block h2 {
    margin: 40px 0 17px;
    font-size:24px;
}
}
.mappe {
	list-style-type:none;
	padding:0;
	margin:0;
}
.map-18 {
	width: 100%;
	height:310px;
}
#cont_form {
	font-family: 'open_sansregular',Arial;
}
#cont_form label {
	font-family: 'open_sansregular',Arial;
	font-size:14px;
	font-weight:normal;
	color:#444;
}
.privacy {
    margin: 30px 0 25px;
}
.privacy .txt-block {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
   font-family: 'open_sansregular',Arial;
    font-size: 13px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 100%;
}
.privacy h3 {
	font-family: 'open_sanssemibold',Arial;
	padding:0 15px 0 15px;
	margin:20px 0 10px 0;
}
.privacy .txt-content {
	font-family: 'open_sansregular',Arial;
    font-size: 13px!important;
    color:#444;
    padding:0 15px 0 15px;
}
.btn_cont {
	font-size:16px!important;
}
.btn-contact {
	background-color:#3993d8;
	border:none;
	color:#fff;
	font-size:15px;
	border-radius:4px;
	padding: 6px 15px 6px 15px;
	font-family:'open_sansregular', Arial;
 	margin:20px 0 0 0;
}
.btn-contact:hover {
	background-color:#1c76bb;
	color:#fff;
}

/* * * contatti * */

@media (max-width: 767px) {
	.contact-block {
		margin: 0;
	}
}
.map-18 {
    height: 310px;
    width: 100%;
    position: relative;
    margin:27px 0 30px 0 ;
}
@media (max-width: 767px) {
	.map-18 {
    position: relative;
    top: 0px;
	}
}
.txt-block-ele .txt-abstract {
    font-size: 14px !important;
    line-height: 24px;
    margin:0;
}
/* * * * elenco testi * * * */
.txt-block .elenco {
	list-style: none;
	margin: 0;
	padding: 0;
}
.txt-block .txt-block-ele h2 {
	font-size:20px;
	font-family: "robotoregular";
	line-height:25px;
	margin:0 0 7px 0;
}
.txt-block .txt-block-ele h2 a {
	color:#3993d8;
}
.txt-block .txt-block-ele h2 a:hover {
	color:#555;
}
.txt-block-ele .txt-abstract {
	font-family:'open_sansregular', Arial;
	font-size:14px;
}
.txt-block-ele .elei-block {
	float:left;
}
.txt-block-ele img {
	margin:0 15px 5px 0;
}
.txt-block-ele {
	border-top:1px solid #ddd;
	padding:35px 0 30px 0;
}
.txt-block-ele:first-child {
	border-top:none;
	padding:10px 0 20px 0;
}
.naviga-news {
	padding:25px 0;
}
.naviga-news .glyphicon {
	font-size:12px;
}
.primary {
	border-radius:0px;
	border:1px solid #ddd;
	background-color:#F4F4F4;
	color:#3993d8;
}
.primary:hover {
	background-color:#E9E9E9;
	color:#555;
}
.disabled {
	color:#666;
}
.btn_sx {
	float:right;
	margin:0 0 0 5px;
}
/* * * paginazione * * */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #F4F4F4;
	color:#51371D;
	border:1px solid #DDDDDD;
}
.pagination > li > a {
	color:#3993d8;
}
.naviga-news .hidden-xs {
	display:inline-block!important;
}
@media (max-width: 767px) {
	.naviga-news .hidden-xs {
		display:none!important;
	}
}
/* * * risultati ricerca * */
.txt-block p.txt-sezione {
	margin:5px 0 0 0; 
}
.txt-block p.txt-sezione a {
	color:#999;
}
.txt-block p.txt-sezione a:hover {
	color:#3993d8;
}
.crp_ric {
	margin:0!important;
}
.txt-block .txt-content  .nric {
	margin:0 0 8px 0!important;
}
.ricris {
	 padding: 15px 0 15px 0;
}
.txt-block .ricris h2 {
	 font-family:'robotoregular';
	  font-size:20px;
	  margin:0 0 6px 0;
}
.cont_testi .txt-block  .ricris .txt-abstract {
    font-family: "open_sansregular",Arial;
    font-size: 15px!important;
    line-height:22px;
    margin:0 0 8px 0;
}
.txt-block .ricris h2 strong {
	 font-family:'robotobold';
}
/* * * barra anteprima * */
.cache_off {
	background-color:#172431;
	padding:6px 15px 6px 15px;
	font-size:13px;
}
.cache_off span {
	color:#ccc;
}
/* * pagina testi full * */

.cont_testi_full {
	text-align:center;	
	padding: 58px 0px 40px 0;
}
.cont_testi_full h1 {
	font-size:41px;
}
.cont_testi_full .txt-abstract {
	font-size:20px!important;
	line-height:29px;
	color: #878787;
}
.tf-tit {
	margin:0 0 65px 0;
}
.bg-grey {
	background-color:#F4F4F4;
}
.full-block {
	padding:70px 0 70px 0;
}
.full-block h2 {
	font-family:'open_sanslight';
	text-transform:uppercase;
	font-size:31px;
	line-height:40px;
	color:#555;
	background: url("../img/eti_sep.png") no-repeat scroll center bottom;
	margin: 10px 0 20px 0;
	padding: 0 0 26px 0;
}
.full-block p {
	color:#7F7F7F;
	font-size:14px;
	margin:0 0 15px 0;
	line-height:24px;
}
.btn-fb {
	border:1px solid #CCCCCC;
	text-transform:uppercase;
	border-radius:0;
	color:#666666;
	padding:10px 20px ;
	margin:16px 2px 0 2px;
}
.btn-fb:hover {
	background-color:#EBEBEB;
} 
@media (max-width: 991px) {
	.full-block img {
		margin:0 0 20px 0;
	}
}
.full-block-bg {
	background-position: center bottom;
    background-size: cover;
    display: block;
    height: 100%;
    min-height: 380px;
    position:relative;
    
}
.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	 min-height: 380px;
	height:100%;
	padding:80px 0 80px 0;
}
.full-block-bg h2 {
	font-family:'open_sanslight';
	text-transform:uppercase;
	font-size:31px;
	line-height:40px;
	color:#fff;
	background: url("../img/eti_sep.png") no-repeat scroll center bottom;
	margin: 10px 0 20px 0;
	padding: 0 0 26px 0;
	
}
.full-block-bg p {
	color:#fff;
	font-size:14px;
	margin:0 0 15px 0;
	line-height:24px;
	
}
.full-block-bg .btn-fb {
	color:#fff;
	
}
.full-block-bg .btn-fb:hover {
	color:#fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.full-block-esp .espansa  {
	margin:40px 0 30px 0;
}
.full-block-esp {
	padding:70px 0 70px 0;
}
.full-block-esp h2 {
	font-family:'open_sanslight';
	text-transform:uppercase;
	font-size:31px;
	line-height:40px;
	color:#555;
	background: url("../img/eti_sep.png") no-repeat scroll center bottom;
	margin: 10px 0 20px 0;
	padding: 0 0 26px 0;
	text-align:center;
}
.full-block-esp .txt-abstract {
	text-align:center;
}
.full-block-esp p {
	color:#7F7F7F;
	font-size:14px;
	margin:0 0 15px 0;
	text-align:left;
	line-height:24px;
}
.full-block-esp .all-block {
	margin:30px 0 0 0;
}
.full-block-esp .btn-fb {
	 margin: 34px 2px 0 2px;
}
iframe{
	border:none;
}
/* *  accordion * * */
.accordion-faq {
	margin:30px 0 0 0;
	text-align:left;
}
.accordion-faq.panel-heading h4 {
	font-weight:normal;
	color:#444;
	font-size:15px;
	font-family: "open_sanslight",Arial;
}
.accordion-faq .panel-body {
	color: #666;
    font-family: "open_sansregular",Arial;
    font-size: 14px;
    line-height: 24px;
}
.accordion-faq .panel-body p:last-child {
	margin:0;
}
.accordion-faq .panel {
	border-radius:0;
}
.accordion-faq .panel-title > a  {
	display:inline-block;
	width:100%;
}
.headerblk a{
	color: #555;
}
.headerblkw a{
	color: #fff;
}
/* * * dossier unesco * */
.du-tit h1 {
	display: inline-block;
	margin:0;
	font-family: 'open_sansbold';
	color:#fff;
	font-size:49px;
	background-color: #3A95D9;
	padding:4px 10px;
}
.du-wrapper {
    margin: -102px 0 0 0;
}
@media (max-width: 767px) { 
	.du-wrapper {
		margin: 0 0 0 0;
	}
	.du-tit h1 {
		display: inline;
		font-size:40px;
		background-color: #3A95D9;
		padding:0 4px;
	}
	.fix-image-du {
		height: 340px;
	}
}
.du-content {
	padding:50px 0 40px 0;
}
.du-content h2 {
	font-weight:normal;
	color:#333;
	font-size:28px ;
	line-height:36px;
	font-family: 'open_sansbold';
	text-align: center;
	margin:0 auto 30px auto;
	max-width:700px;
}
.du-text {
	font-size: 18px;
	line-height: 26px;
	color:#333;
	font-family: "open_sanslight",Arial;
	column-count: 2;
	column-gap: 20px;
}
.du-text p {
	margin:0 0 15px 0;
}
@media (max-width: 991px) { 
	.du-text {
		column-count:1;
		column-gap: 0px;
		font-size: 17px;
	line-height: 25px;
	}
}
.eti-news-du {
	background: none;
	margin:0 0 25px 0;
}
.eti-news-du h3 {
    font-family: "open_sanssemibold",Arial;
    color: #333;
    font-size: 40px;
    text-transform:none;
    margin: 0 0 0 0;
    background: none;
    line-height: 44px;
    padding:0;
    font-weight: normal;
}
.eti-news-du a {
    margin: 22px 0 0 0;
}
.box-unesco {
	background-color:#0583CA;
	padding:80px 0 70px;
	color:#fff;
}
.box-un-top {
	max-width:800px;
	margin: 0 auto;
	position: relative;
}
.box-un-top h2 {
	position: absolute;
	top:60px;
	left:-80px;
	background-color:#0583CA;
	font-size: 93px;
	text-transform: uppercase;
	padding:0 10px 0 0;
	margin:0;
}
.box-un-bottom {
	margin:15px 0 0 0;
}
.box-un-bottom h3 {
	margin:30px 0 15px 0;
	font-weight:normal;
	font-family: "open_sanssemibold",Arial;
}
.box-un-bottom p {
	margin:0 0 15px 0;
	font-size: 16px;
	font-family: "open_sanslight",Arial;
	line-height: 24px;
}
@media (max-width: 991px) { 
	.box-un-top h2 {
		position: absolute;
		bottom:0px;
		left:0px;
		top:auto;
		background-color:#0583CA;
		font-size: 65px;
		text-transform: uppercase;
		padding:0 10px 0 0;
	}
}
@media (max-width: 767px) { 
	.box-unesco {
		background-color:#0583CA;
		padding:60px 0 50px;
		color:#fff;
	}
	.box-un-top h2 {
		position: relative;
		top:-25px;
		left:0px;
		bottom:auto;
		display: inline;
		background-color:#0583CA;
		font-size: 50px;
	}
	.box-un-bottom {
		margin:0px 0 0 0;
	}
	.eti-news-du h3 {
		font-size: 35px;
		margin: 0 0 0 0;
		line-height: 40px;
	}
}
.box-hist {
	padding:70px 0 50px;
}
.box-hist h2 {
	margin:0 0 30px 0;
	font-size: 52px;
	font-family: "open_sansbold",Arial;
	line-height: 55px;
	font-weight:normal;
}
.box-hist-top {
	margin:0 0 40px 0;
}
.box-hist-top h3 {
	margin:0 0 20px 0;
	font-size: 27px;
	font-family: "open_sanssmeibold",Arial;
	line-height: 33px;
	color:#666;
	font-weight:normal;
}
.hist-top-text {
	padding:0 0 0 52px;
}
.box-hist-top p {
	margin:0 0 15px 0;
	font-size: 18px;
	font-family: "open_sansregular",Arial;
	line-height: 26px;
}
.box-hist-list ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.data-hist {
	font-size: 35px;
	color:#9ED2FF;
	font-family: 'robotobold';
	font-weight: bold;
	margin:0 0 5px 0;
}
.item-hist h4 {
	margin:0 0 10px 0;
	font-size: 18px;
	font-family: "open_sanssmeibold",Arial;
	line-height: 26px;
	color:#333;
	font-weight:normal;
}
.item-hist-txt {
	font-size: 16px;
	line-height: 24px;
	color:#333;
	margin:10px 0 10px 0;
	padding:0 0 0 50px;
	border-left:2px solid #ddd;
	position: relative;
	height:100%;
}
.item-hist-txt:before {
	content:'';
	border-left:2px solid #0583CA;
	height:28px;
	position: absolute;
	top:0;
	left:-2px;
} 
.item-hist {
	margin:0 0 30px 0;
}
@media (max-width: 991px) { 
	.item-hist-txt {
		padding:0 0 0 30px;
	}
	.hist-top-text {
		padding:0 0 0 0;
	}
}
@media (max-width: 767px) { 
	.item-hist-txt {
		padding:0 0 0 20px;
	}
	.box-hist h2 {
		margin: 0 0 30px 0;
		font-size: 40px;
		font-family: "open_sansbold",Arial;
		line-height: 46px;
		font-weight: normal;
	}
	.box-hist {
		padding:50px 0 30px;
	}
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.row-eq-height > [class*='col-'] {
	display: flex;
	flex-direction: column;
  }
@media (max-width: 991px) { 
	.row-eq-height {
		display: block;
	}
	.row-eq-height > [class*='col-'] {
		display: block;
		
	  }
}
.box-du-faq {
	background-color: #f4f4f4;
	padding:70px 0;
	text-align: center;
}
.box-du-faq h2 {
	margin: 0 0 50px 0;
	font-size: 73px;
	font-family: "open_sansbold",Arial;
	line-height: 79px;
	color:#333;
}
.box-du-faq h2 span {
	font-size: 24px;
	font-family: "open_sansregular",Arial;
	line-height: 32px;
	display: block;
}
@media (max-width: 767px) { 
	.box-du-faq h2 {
		margin: 0 0 30px 0;
		font-size: 45px;
		font-family: "open_sansbold",Arial;
		line-height: 53px;
		color:#333;
	}
	.box-du-faq h2 span {
		font-size: 20px;
		font-family: "open_sansregular",Arial;
		line-height: 26px;
		display: block;
	}
}
.accordion-faq {
	max-width:748px;
	margin:0 auto!important;
	counter-reset: section;   
}
.accordion-faq .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px!important;
	font-family: "open_sansregular",Arial!important;
	line-height: 30px;
	color:#333!important;
	font-weight: normal;
	
}
.accordion-faq .panel-title a:before {
	counter-increment: section;
    content: counter(section) ". ";
} 
.accordion-faq .panel-title a {
	color:#333;
	position: relative;
	border:1px solid #ddd;
}
.accordion-faq .panel-default > .panel-heading a {
	display: block;
	padding: 15px 44px 15px 20px;
	background-color: #fff;
}
.accordion-faq .panel-title a.collapsed::after {
	font-family: "fontello";
	content: '\e806'; 
	position: absolute;
	right: 15px;
	top: 50%;
	transition-duration: 0.3s;
	transform: rotate(180deg) scale(1) skew(1deg) translate(0px);
	font-size: 32px;
	margin-top: -12px;
	color:#0583CA;
}
.accordion-faq .panel {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
	border:none!important;
	background-color:transparent;
}
.accordion-faq .panel-title a::after {
	font-family: "fontello";
	content: '\e806'; 
	position: absolute;
	right: 15px;
	top: 50%;
	transition-duration: 0.3s;
	font-size: 32px;
	color:#0583CA;
	margin-top: -12px;
	
}
.accordion-faq .panel-heading {
	padding: 0!important;
}
.accordion-faq .panel-body {
	border-top:none!important;
	background-color:transparent;
	font-size: 16px!important;
	line-height: 24px!important;
	color:#333!important;
	padding:25px 15px 15px 15px;
}
.accordion-faq .panel-body p {
	margin:0 0 15px 0!important;
}
@media (max-width: 767px) { 
	.accordion-faq .panel-title {
		font-size: 18px !important;
		line-height: 26px;
	}
	.box-du-faq {
		padding:50px 0;
	}
}
.box-step-du {
	padding:70px 0;
}
.box-step-du-top {
	text-align: center;
	margin:0 0 60px 0;
}
.box-step-du-top h2 {
	margin:0 0 15px 0;
	font-size:54px;
	line-height: 60px;
	font-family: "open_sansbold",Arial;
	color:#333;
}
.box-step-du-top p {
	margin:0 auto 0;
	font-size:19px;
	line-height: 27px;
	color:#333;
	max-width:610px;
	font-family: "open_sanslight",Arial;
}
.cont-step-du {
	max-width:460px;
	margin:0 auto;
}
.cont-step-du ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.cont-step-du ul li {
	background-color: #3A95D9;
	border-radius:4px;
	color:#fff;
	padding:18px;
	font-size: 18px;
	font-family: "open_sanssemibold",Arial;
	text-align: center;
	margin:0 0 40px 0;
	min-height:81px;
	position: relative;
	vertical-align: middle;
	display: flex;
  align-items: center;
  justify-content: center;
}
.cont-step-du ul li:after {
	background: url("../img/arrow-handdrawn.png") no-repeat scroll center bottom;
	width:10px;
	height:29px;
	content:'';
	position: absolute;
	bottom:-35px;
	right:0;
	left:0;
	margin:0 auto;
} 
.cont-step-du ul li:last-child:after {
	background: none;
}
.cont-step-du ul li.step-success {
	color:#3994D8;
	border:1px solid #3A95D9;
	background-color: #fff;
}
.cont-step-du ul li.step-success {
	color:#3994D8;
	border:1px solid #3A95D9;
	background-color: #fff;
}
.cont-step-du ul li.step-success:before {
	content:'';
	position: absolute;
	left:-24px;
	top:-24px;
	width:48px;
	height:48px;
	border-radius:50%;	
	border:1px solid #3A95D9;
	background: url("../img/check.png") no-repeat scroll 6px 8px;
	background-color: #fff;
	-webkit-box-shadow:  0 1px 8px rgba(0, 0, 0, 0.2);
	box-shadow:  0 1px 8px rgba(0, 0, 0, 0.2);
}
.cont-step-du ul li.step-working:before {
	content:'';
	position: absolute;
	left:-24px;
	top:-24px;
	width:48px;
	height:48px;
	border-radius:50%;
	border:1px solid #FDB833;
	background: url("../img/working.svg") no-repeat scroll 7px 7px;
	background-color: #fff;
	-webkit-box-shadow:  0 1px 8px rgba(0, 0, 0, 0.2);
	box-shadow:  0 1px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) { 
	.cont-step-du ul li.step-success:before,
	.cont-step-du ul li.step-working:before {
		content:'';
		position: absolute;
		left:-8px;
		top:-30px;
	}
	.box-step-du {
		padding:50px 0 40px;
	}
	.box-step-du-top h2 {
		margin:0 0 15px 0;
		font-size:40px;
		line-height: 46px;
		font-family: "open_sansbold",Arial;
		color:#333;
	}
}
.du-documents {
	background-color: #f4f4f4;
	padding:70px 0 50px;
}
.du-documents-top h2 {
	font-family: "open_sanssemibold",Arial;
	color: #333;
	font-size: 40px;
	text-transform: none;
	margin: 0 0 15px 0;
	background: none;
	line-height: 44px;
	padding: 0;
	font-weight: normal;
}
.du-documents-top p {
	margin: 0;
	font-size: 19px;
	line-height: 27px;
	color: #333;
	font-family: "open_sanslight",Arial;
}
.du-documents .bg_docs {
    background-color: #fff;
    padding: 15px 13px 12px 13px;
	margin-bottom: 15px;
	-webkit-box-shadow:  0 1px 8px rgba(0, 0, 0, 0.05);
	box-shadow:  0 1px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) { 
	.du-documents {
		background-color: #f4f4f4;
		padding:50px 0 40px;
	}
	.du-documents-top h2 {
		font-size: 34px;
		text-transform: none;
		margin: 0 0 10px 0;
	}
	.du-documents-top p {
		margin: 0;
		font-size: 17px;
		line-height: 25px;
	}
}