@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("icon.css");

:root {

  --bluelight: #009cdc;
--orange:#f47a42;
}
 
body {
	margin: 0 auto;
	font-family: "Open Sans";
	font-weight: 300;
	margin-top: 146px;
}

/******************* COLORI **************************/
/* grigioscuro: #708090 slategray 
blunotte: #075f85
grigioghiaccio: #f3f3f3
bluunido: #49AEF8
bluacceso: #2196f3 
*/
img{image-rendering: -webkit-optimize-contrast;}

h1,h2 {
font-family: "Roboto Condensed";
}
h1{
font-family: "Roboto Condensed";
color:   var(--bluelight);
font-size: 3em;
padding: 0px 0px 20px 0px;
margin: 20px 0px;
border-bottom: 1px solid #f1f2f4;
}
	
h1#area {
	font-size: 3em;
text-align: left;
text-transform: uppercase;

}
h2 {
	font-size: 1.6em;
	text-align: left;
	color:   var(--bluelight);
	font-weight: normal;
}
h2.sub-header, .infopaese h2 {
	font-size: 1.9em;
	font-weight: bold;
	color:   var(--bluelight);
	margin: 20px 0px 20px 0px;
}
h3, h3#hometitle {
	font-family: "Open Sans";
	margin: 15px 0px 25px;
	padding-bottom: 5px;
	font-size: 2.5rem;
	color:   var(--bluelight);
	font-weight: 600;


}
h3#hometitleblu {
	
	font-family: "Open Sans";
	font-weight: 300;
	margin: 0px 0px 10px;
	border-bottom: 1px solid rgba(7, 95, 133, 0.13);
	padding-bottom: 5px;
}

h4, h5{
	font-family: "Open Sans";
	font-weight: 400;
	color:   var(--bluelight);
}

h5{
font-size: 1.2em;
 line-height: 1.3;	
}
	
p, li {
	font-weight: normal;
	font-size: 1em;
	color: #333;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align: left;
	line-height:1.5em
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover{
	color:  var(--orange);
	text-decoration: none;
}
ul {
    list-style: inside circle;
	padding: inherit;
}

.elenco li {
    margin: 15px 0px;
}

strong {color:  var(--bluelight);}

hr {
	width: 100%;
	height: 1px;
	color: #CCC;
	border: 0px none;
	background-color: #ccc;
}
.nav-stacked li {
	font-size: 0.9em;
	padding: 10px 0px;
	border-bottom: 1px solid #efefef;
}
.nav-stacked li:hover {
	background-color:#f6f6f6;
}
.nav-stacked li img {
	width: 30px;
	margin-right: 5px;
	max-height: 30px;
}
.nav-stacked .panel-default {
	border:0px;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.margintop {
margin-top:10px;	
}
/*------------------------------------
BOOTSTRAP
 --------------------------------*/
.row {
	margin-bottom: 20px;
}
@media(min-width:750px ){
.modal-dialog {
	width:800px;
}
.modal-body {
    position: relative;
    padding: 0px;
    margin: 40px;
}
}

@media(max-width:570px ){
.modal-dialog {
	width:100%;
}
.modal-body {
    position: relative;
    padding: 0px;
    margin: 40px;
}
}
.modal-footer {

    border-top: 0px solid #e5e5e5;
}

.badge {
width: 25px;
padding: 5px 5px;
font-size: 11px;
font-weight: normal;
line-height: 1;
color: #708090;
background-color: #f1f2f4;
border-radius: 15px;	
}

.btn-primary {
	color: #fff;
	background-color:   var(--bluelight);
	border-color:  var(--bluelight);
}
.btn {
	font-family: "Roboto Condensed";
font-weight: normal;
font-size: 1em;
text-align: center;
text-transform: uppercase;
}
.btn:hover{
	color:white; 
}
.btn-lg{
	font-size: inherit;
}

.btn-profile{
background:url(../icon/profile.png) center no-repeat;
background-color:  var(--bluelight);
background-size:80%;
width:25px;
height:25px;
	
}
.jumbtron {
	margin-bottom: 10px;
	background-size: cover;
}

.form-control#localcode{
width:20%;	
display:inline;
}
.form-control#tel{
width:50%;	
display:inline;
}
@media(max-width:460px ){
	.jumbtron#country {
	display:none;
}
}
.jumbtron h1 {
	font-size: 63px;
	color: rgb(255, 255, 255);
	border: 0px solid rgb(255, 255, 255);
	text-align: center;
}
.jumbtron#country {
	height: 450px;
	overflow: hidden;
}
.jumbtron#mozambico, .jumbtron#progetto {
	height: 450px;
	overflow: hidden;
	padding: 90px 30px;
}
.page-title {
	font-size: 3em;
padding: 0px;
border-bottom: 0px;
margin: 0px;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #fff;
	background-color:  var(--bluelight);
}

.panel-title {

    font-size: 1.2em;
    color:   var(--bluelight);
    text-transform: uppercase;
    font-weight: bold;
}


@media (max-width:1023px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
	background-image: none
}
}



@media (max-width: 1200px) {

.nav>li>a {
	padding: 10px 10px;
}
}
.divider {
	height: 2px;
	width: 100%;
	display: block; /* for use on default inline elements like span */
	margin: 9px 0;
	overflow: hidden;
	background-color:  var(--bluelight);
	margin-top: 30px;
	margin-bottom: 0px;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #f1f2f4;
    border-left-width: 5px;
    border-radius: 3px;
}


*.bs-callout:empty {
   padding: 20px;
   margin: 0px;
   border: none;   
}


.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color:   var(--bluelight);
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
table {
margin:20px 0px;	
}
table .gstl_50{
margin:0px 0px;	
}
table.colored thead {
font-weight:bold;
background-color:  var(--bluelight);
color:white;
}

table.colored td {
padding:10px 5px;
border: 1px solid #f1f2f4;

}
.gsc-search-button{
box-sizing: content-box;	
}

@media (max-width:450px) {
 table {
	 	margin:0;
 }
}

/*------------------------------------
Sidebars
 --------------------------------*/


.affix-top, .affix {
	position: static;
}
 @media (min-width: 979px) {
#sidebar {
	background-color: rgb(238, 238, 238);
	padding: 5px;
}
#sidebar.affix-top {
	position: static;
}
#sidebar.affix {
	position: fixed;
	top: 165px;
	width: 14%;
}
}
#sidebar li {
	padding: 3px 0px;
}
#sidebar li a {
	padding-top: 5px;
	padding-bottom:5px;
	font-weight: normal;
}
#sidebar li a:hover {
	font-weight: normal;
	border: 0 #708090 solid;
	border-right-width: 6px;
}
#sidebar li.active a:hover {
	font-weight: normal;
	border: 0 #708090 solid;
}
#sidebar li.active {
	border: 0 #49adf8 solid;
	border-right-width: 6px;
}
#sidebar .nav-header {
	font-weight: bold;
	padding: 0;
}
/*------------------------------------
Header
 --------------------------------*/
.navbar-fixed-top {
	background-color: #fff;

}

.navbar, .navbar-nav {
	margin-bottom:0px;
	flex-direction: row;
}
.navbar-collapse {
	
}
.header {
	clear: both;
	height: 97px;
	background: url(../img/header.png) 0 50% no-repeat white;
	margin-bottom: 5px;
	background-size: 53%;
}
.header h2 {
	font-size: 1.2em;
	text-align: left;
	color: #49ADF8;
	font-weight: bold;
}
.language {
	width: 300px;
	float: right;
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}
.googlesearch {
	margin-right: -12px;
	float: right;
	clear: both;
	text-align: right;
	width: 20%;
}
.gsc-control-cse {
    border-color: transparent;
background-color: initial;
}
@media(max-width:860px ) and (min-width:460px){
	
	.header {
	background-size: 75%;
}
}
@media(max-width:460px ){
	.googlesearch {
		display:none;
	}
	.header {
	background-size: contain;
}
}

/*NAV*/
.navbar-default {
	border-color: #E7E7E7;
	background-color: #49AEF8;
	top: 95px;
	box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2);
}
.navbar-default .container#logo {
	background-color: #fff;
}
.navbar-default .container#navig {
	background-color: #49AEF8;
}
.navbar-default .navbar-nav li a, .navbar-default .navbar-nav li, .navbar-nav li {
	color: #fff;
	font-family: "Open Sans";
	letter-spacing: 0.03em;
	text-transform:uppercase;
}


.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li > a:focus {
	color: #CCE6FF;
}
.navbar-default .navbar-nav .dropdown-menu li a {
	color: #000;
}

.navbar-default .navbar-nav>.active>a.social,
.navbar-nav>li>a.social {
    background-repeat: no-repeat;
 height: 45px;
    display: inline-block;
width: 30px;
vertical-align: middle;
background-size: auto 25px !important;
   background: url('../img/socialicon.png') no-repeat; 
   background-position: 0 center;
}

.navbar-default .navbar-nav>.active>a.social:hover,
.navbar-nav>li>a.social:hover {
   background: url('../img/socialselect.png') no-repeat; 
}

.navbar-default .navbar-nav>.active>a.social.facebook,
.navbar-nav>li>a.social.facebook {   background-position: 0 center; }

.navbar-default .navbar-nav>.active>a.social.twitter,
.navbar-nav>li>a.social.twitter{ background-position:   -31px center; }

.navbar-default .navbar-nav>.active>a.social.youtube,
.navbar-nav>li>a.social.youtube { background-position:   -62px center; }

.navbar-default .navbar-nav>.active>a.social.instagram,
.navbar-nav>li>a.social.instagram { background-position: -93px center; }

.navbar-default .navbar-nav>.active>a.social.linkedin,
.navbar-nav>li>a.social.linkedin { background-position:   -124px center; }

.navbar-default .navbar-nav>.active>a.social.googleplus,
.navbar-nav>li>a.social.googleplus { background-position:   -155px center; }

.navbar-default .navbar-nav>.active>a.social.facebook:hover,
.navbar-nav>li>a.social.facebook:hover {   background-position: 0 center; }

.navbar-default .navbar-nav>.active>a.social.twitter:hover,
.navbar-nav>li>a.social.twitter:hover { background-position:   -31px center; }

.navbar-default .navbar-nav>.active>a.social.youtube:hover,
.navbar-nav>li>a.social.youtube:hover { background-position:  -62px center; }

.navbar-default .navbar-nav>.active>a.social.instagram:hover,
.navbar-nav>li>a.social.instagram:hover { background-position:  -93px center; }

.navbar-default .navbar-nav>.active>a.social.linkedin:hover,
.navbar-nav>li>a.social.googleplus { background-position:   -124px center; }

.navbar-default .navbar-nav>.active>a.social.googleplus:hover,
.navbar-nav>li>a.social.googleplus { background-position:   -155px center; }

/* make sidebar nav vertical */ 
@media (min-width: 768px) {
.sidebar-nav .navbar .navbar-collapse {
	padding: 0;
	max-height: none;
}
.sidebar-nav .navbar ul {
	float: none;
}
.sidebar-nav .navbar ul:not {
	display: block;
}
.sidebar-nav .navbar li {
	float: none;
	display: block;
}
.sidebar-nav .navbar li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}

/*------------------------------------
SLIDER
 --------------------------------*/
.carousel {
    margin-bottom: 30px;
}


.carousel-indicators {
  bottom:-80px;
  margin-bottom:50px;
}
.carousel-indicators li {
    border: 1px solid #49AEF8;
}
.carousel-caption h1{
	border-bottom:0px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .item > video,
.carousel-inner > .item > a > video {
  display: block;
  width: 100%;
  height: auto;
}
/*------------------------------------
 AREA DI INTERESSE 
 --------------------------------*/
.area_country {
	margin-bottom: 30px;
}
.area_coutry_flag {
	height: 25px;
    float: left;
    border: #f1f2f4;
    border-style: solid;
    border-width: thin;
    margin-right: 5px;
}

.area_coutry_flag img {
	height:100%;
}

.area_country h2 {
	font-size: 1em;
    color: #000;
    text-transform: capitalize;
    text-align: left;
	padding-top:2px;
	margin:0px;
}
.areaslide{
	height:550px;
	background-size:cover;
}

/*---
---------------------------------
 EVENTI NEWS
 --------------------------------*/
 
.eventhome, .presslist {
	z-index: 1000;
	margin-bottom: 10px;
}
.eventhome .col-md-4 {
	padding: 0 0px;
}
.eventhome p{
	font-size:0.9em;
}

.nextevent {
	margin:10px 0px;
	padding-right:3px;
	padding-left:3px;
	min-height: 97px;	
	overflow: hidden;
    height: 220px;
}
.parag {
    max-height: 100px;
    overflow: hidden;
}
.presslist {
	min-height:100px;
}
.presslist:hover {
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.24);
}
@media (min-width: 768px) and (max-width: 991px) {
.portfolio>.clear:nth-child(3n+3)::before {
	content: '';
	display: table;
	clear: both;
}
}
@media (min-width: 992px) {
.portfolio>.clear:nth-child(3n+3)::before {
	content: '';
	display: table;
	clear: both;
}
}

.eventhome .frame, .presslist .frame,  .frame {
	  height: 200px;
    overflow: hidden;
    border-radius: 0px;
	width: 100%;
	border-top: 3px solid #49adf8;
	background: no-repeat center;
background-size: 400px auto;
}

.eventhome .titolo{
	margin-bottom:5px;
	height: 60px;
	max-height: 60px;
	overflow:hidden;
}
.eventhome h4,  .presslist h4 {
font-size: 1em;
color: #49adf8;
text-align: left;
font-family: 'Roboto';
font-weight: bold;
margin:0;
}

.eventhome .data, .presslist p{
font-size: 0.7em;
color: #708090;
margin:0;
font-family: 'Roboto';	
}

#listaeventi .endbox {
border-bottom:1px solid #f1f2f4;	
padding: 10px 0;
}
#listaeventi .eventhome {
    margin-bottom: 50px;
    border-bottom: 2px solid #f1f2f4;
    padding-bottom: 10px;
}
.pressevent {
	margin: 10px 0px;
	border-top: 5px solid lightgray;
	padding: 25px 0px;
	font-size: 2em;
}

.eventhome .icon {
	height: 30px;
	width: 30px;
	border-radius: 20px;
	background-repeat: no-repeat;
}
.eventhome .icon#photo {
	background-color: #BC364A;
	background-size: 65%;
	background-image: url(../img/camera-512.png);
	padding-left: 30px;
	font-size: 0.8em;
	width: 30px;
	background-position: center;
}
.eventhome .icon#video {
	background-color: #36BC4F;
	background-size: 65%;
	background-image: url(../img/camera-512.png);
	padding-left: 30px;
	font-size: 0.8em;
	width: 30px;
	background-position: center;
}
.eventhome .icon#press {
	background-color: #9F38FF;
	background-size: 65%;
	background-image: url(../img/camera-512.png);
	padding-left: 30px;
	font-size: 0.8em;
	width: 30px;
	background-position: center;
}
.eventhome .iconset {
	padding: 4px;
	background-color: #f1f2f4;
	margin: 1px;
	margin-top: 10px;
}
.issu {
	min-height: 250px;
}

.datanews {
text-align: right;
color: slategray;
font-weight: bold;	
	margin: 15px 0px;
}
.datadeleg {
text-align: left;
color: slategray;
font-weight: bold;	
}
#news .row {
    min-height: auto;
}

#news .col-md-12 p, #news .col-md-12 li {
	font-size:1.2em;
}


#news h3 {
    font-family: "Roboto";
    margin: 35px 0px 35px;
    padding-bottom: 5px;
    font-size: 3em;
    text-transform: none;
    color: #0067b1;
    font-weight: 600;
    border: 0px;
    text-align: center;
}
#fotonews {
text-align:center;
color: #000c;	
}

#fotonews .img-thumbnail{
	max-height: 700px;
}
.row#news .col-md-12 {
margin-bottom: 20px;	
}
.news {
	border-radius: 5px;
	height:100px;
	margin-top:20px;
	padding:10px;
	background-color: #f1f2f4;
}


.news#gallery {
background-repeat: no-repeat;
background-size: 20%;
background-color:#ffc600;
background-image: url(../img/camera-512.png);
background-position: 50% 10%;
padding-top: 18%;
color:white;
}

@media(max-width:1024px){
	.news#gallery {
background-size: 10%;
padding-top: 8%;
}
}
@media(max-width:360px ){
	.news#gallery {
background-size: 15%;
padding-top: 12%;
}
.carousel {
    margin-bottom: 0px;
}
}
.news#video {
 height:auto;	
text-align: center;
}
.news#docs{
	height:auto
	}
.news#country {
	border-radius: 0px;

	background-color: #fff;
}


.news a, .news p {
text-align: center;
margin-top: 18%;

font-weight: bold;
text-transform: uppercase;
font-size: 1.4em;
text-decoration:none;

}

.news#docs p, .news#docs a{
	text-align:left;
	font-size:1em;
	text-transform: capitalize;
	margin-top:0;
	font-weight:normal
}

.card-img-top {
    height: 166px;
    width: 100%;
    overflow: hidden;
}

.card-img-top img-responsive {
    width: 100%;
    height: auto
}

.card-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.8em 1.3em;
}	
.card-body h5:hover{
	color:var(--bluelight);
	text-decoration: none;
}

/*------------------------------------
	FOOTER
 --------------------------------*/
#footer {
	background-color: #49adf8;
	color: white;
	font-size: 0.85em;
	margin-bottom: 0px;
	margin-top: 20px;
}

/*------------------------------------
PUBBLICAZIONI
 --------------------------------*/
 #lastpub {
	height: 150px;
	margin-bottom: 5px;
	overflow: hidden;
	background-color: #f1f2f4;
}

 .pubblicazione {
	min-height: 350px; 
	border:1px solid #f1f2f4;
 }
 .pubblicazione p{
	 font-size: 0.8em;
 }
 .pubblicazione .logo{
	height: 270px;
	overflow:hidden;
 }
 .pubblicazione .pubblinks{
	 border-bottom:dotted 1px gray;border-top:dotted 1px gray;
	 clear: both;
width: 100%;
float: left;
 }
/*------------------------------------
VARI BOX
 --------------------------------*/
.more {
    color: white;
    border-color: #3199e6;
	background-color: #49aef8;
    z-index: 1000;
    margin-top: 10px;
    font-weight: bold;
}

.hq {
	background-color: #f1f2f4;
	padding-top: 10px;
}

.partner {margin-bottom:50px; }
.opportunita {
}
.marginbottom {
	margin-bottom: 10px;
}


#multimedia {
	margin-bottom: 0px;
}
#multimedia iframe {
	width: 100%;
	height: 50%;
}
.infopaese {
border: 1px solid #f1f2f4;	
}
.infopaese table, .infopaese p {
text-align:left;
}
.infopaese h3 {
	font-size: 20px;
	font-weight: bold;
	color: slategray;
	display: block;
	
}
.infopaese #flag {
	width: 100px;
	margin-right: 10px;
}
.infopaese h2 {
	display: block;
	padding-top: 165px; /*same height as header*/
	margin-top: -135px; /*same height as header*/
}
.infopaese a {
	font-weight: bold;
	color: #e67e22;
}
.infopaese a:hover {
	color: #708090;
}
.infopaese ul, .infopaese li {
	font-size: 0.95em;
	list-style: circle;
	padding-left: 25px;
}
.mini-flag {
	width: 35px;
	float: left;
	margin-right: 5px;
}
.menuicon {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat
}
.infopaese .menuicon {
	width: 50px;
	height: 50px;
}

#priorita li {
	text-align: center;
	font-weight: bold;
}
#prioritacontent {
	background-color: #f1f2f4;
	padding: 10px;
	border-radius: 10px;
}
.listadelegati {
	background-color: #f1f2f4;
	padding-top: 20px;
}
.delegato {
	text-align: center;
	padding: 10px 0px;
	width: 98%;
	background-color: #f2f2f2;
}
.delegato p {
	text-align: center;
}
.delegato #fotodelegato {
	width: 80%;
	text-align: center;
}
.delegato .fotodelegato {
max-height: 290px;
overflow: hidden;
height: 290px;
}
.delegato .glyphicon {
	font-family: inherit;
	font-size: 1em;
}

/* elenco pagine in un box */
.boxpage {
	background-color: #ccc;
	border-radius: 10px;	
}


/*EFFETTI*/
 .fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.hovereffect {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #f1f2f4;
	z-index: 1000;
	padding:5px;
	border-radius:3px;
}
.hovereffect#agrofish {
	background: #075f85;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 50px 20px;
}
.hovereffect .frame {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hovereffect:hover .frame {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hovereffect h2 {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	position: relative;
	font-size: 17px;
	overflow: hidden;
	padding: 0.5em 0;
	background-color: transparent;
	font-weight: bold;
}
.hovereffect h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	color: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h2:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #fff;
}
.hovereffect a, .hovereffect p {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	text-align: center;
	font-size: 1.12em;
}
.hovereffect:hover h2 {
	color: #fff;
}

.hovereffect:hover h4 {
	color: #fff;
	padding:5px; 
	background-color:#49adf8;
}
.hovereffect:hover a, .hovereffect:hover p {
	opacity: 1;
	color: #FFF;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* PROGETTI in corso*/


.jumbtron#agrofish {
	position: relative;
	background: #000 url("../img/agrofish.jpg") center center;
	width: 100%;
	height: 700px;
	background-size: cover;
	overflow: hidden;
	padding: 15% 10%;
}
.jumbtron h2 {
	font-size: 3em;
	text-align: left;
	color: #fff;
	font-weight: normal;
	padding: 10px;
	border: 1px solid white;
	border-radius: 5px;
	background: rgba(7, 95, 133, 0.47);
}

.modal-header {
    border-bottom: 1px solid #49adf8;
    margin: 35px;
	padding:0px;
}
.modal-body {
    position: relative;
    margin: 35px;
	padding:0px;
}

.iippimage{
background: url('https://www.unido.it/images/industry.jpg') no-repeat center;	
padding: 10px;
font-family: "Roboto Condensed";
}
.boxipp {
    border: 1px solid #fff;
    margin: 10px;
	padding:10px;
	height:210px;
	background: #0067b1b3;
	
}


.boxipp .modal-title {
margin: 0;
line-height: 1.42857143;
height: 90%;
font-weight: bold;
font-size: 1.5em;
width: 60%;
vertical-align: center;
padding: 20px 0;
color: #fff;
text-shadow: 1px 1px #041550;
    
}

.boxipp .modal-info {
text-transform: uppercase;
color:#fff;  
font-size:0.7em;
font-weight:normal;
}
.boxipp  #ipcode::first-letter {
  color: #F7B21D;
}
.boxipp #ipwhere {
background:url(https://www.unido.it/icon/location_white.png) no-repeat left; 
padding-left: 20px;
background-size: 5%;
}

h4.modal-title {
    padding: 10px;
    color: #49adf8;
    font-weight: bold;
}

h5.modal-title {
    padding: 10px;
}

.p{
    margin: 0 25px 10px 25px;
}

.riga {
    width: 100%;
    float: left;
    margin: 10px;
}

.subtitle {
    font-weight: bold;
    color: #708090;
    margin-right: 10px;
}
.infotext {
    
	border-bottom:1px dotted #f1f2f4;
	min-height:25px;
}

#worldwide li {
	margin: 0px;
	padding: 5px 0px;
	list-style: none;
	padding-left: 0;
	border-bottom: 1px solid rgb(238, 238, 238);
}

 .nav-stacked li.macroaree {
	padding-left: 10px;
border-left: 10px solid #f10;
text-transform: uppercase;
}

 .nav-stacked li.macroaree#coll0 {
border-left: 10px solid #ffc600;
}
 .nav-stacked li.macroaree#coll1 {
border-left: 10px solid #2ecc71;
}
 .nav-stacked li.macroaree#coll2 {
border-left: 10px solid #708090;
}

.sottosettori{
	font-size: 0.9em;
	padding: 10px 15px;
}
.sottosettori img {
	width:20px;
}

.checkboxreg {
	margin-bottom:20px;
	-webkit-box-shadow: inset -1px -1px 21px -8px rgb(239, 242, 237);
	-moz-box-shadow: inset -1px -1px 21px -8px rgb(239, 242, 237);
	box-shadow: -1px -1px 21px -8px rgb(26, 27, 30);
    height: 200px;
	padding:20px 5px 0px 5px;
}

.checkboxreg img{
	float:left;
	width:10px;
	width: 30px;
margin-right: 5px;
margin-bottom: 20px;
}
.checkboxreg h3{
	font-size:0.9em;
	color:#09F;
	margin: 0;
	height: 55px;
	padding-left:35px;
}
.checkboxreg a.profile{
	font-size:0.8em;
	color:#333;
	font-style:italic;
	padding-left:35px;
	margin-bottom:5px;
}
.checkboxreg input[type="checkbox"], .checkboxreg input[type="radio"] {

    margin-right: 5px;

}
.error {color:#C00; font-weight:bold; }

#loading_screen
{  
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  color: white;  
  text-align: center;
  padding-top: 100px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}