@font-face {
  font-family: Comfortaa-Light;
  src: url(../fonts/Comfortaa-Light.ttf);
}
@font-face {
  font-family: Comfortaa-Bold;
  src: url(../fonts/Comfortaa-Bold.ttf);
}
@font-face {
  font-family: Comfortaa-Regular;
  src: url(../fonts/Comfortaa-Regular.ttf);
}
.navbar-toggler
{
background-color:#E17A4F!important;
}
.content_single p
{
color:#373737;
}

.notice
{
		color:black;
	font-size:35px;
	font-family:"Comfortaa-Bold";
}
:root {
  --green: 24, 42, 29;
}
#galleria-home h5
{
	color:#4AA482;
	text-transform:uppercase;
}
#pubblicazioni-home h5
{
	color:#4AA482;
	text-transform:uppercase;
}
#banche-dati-home h3
{
	color:#373737;
}
#banche-dati-home p
{
	color:white;
	margin:0;
}
#newsletter-home h3
{
	color:white;
	margin:0;
}
#contatti-home h5
{
	color:white;
}
#contatti-home h3
{
	color:#E0794F;
}
#contatti-home h4
{
	color:white;
	text-transform:uppercase;
}
#contatti-home span
{
	color:white;
	font-size:15px;
	font-family:"Comfortaa-Bold";
}
#news_home h5
{
	color:#4AA482;
}
#news_home h3
{
	color:#373737;
}
#news_home p
{
	text-transform:uppercase;
}
.col_siamo
{
	background-color:#035D61;position:absolute;top:100px;right:0;height: calc(100% - 100px);
}

.navbar-light .navbar-nav .nav-link {
    color: white; 
		font-family:"Comfortaa-Bold";
	font-size:15px;
	text-transform:uppercase;
}
.navbar-light .navbar-nav .nav-link:hover
{
	color:#E0794F;
}


.dropdown-menu, .dropdown-menu li:hover, .dropdown-menu li a:hover {
    background-color: #E5ECF3;
}
.dropdown-menu li:hover, .dropdown-menu li a:hover {
    font-weight: bold;
}
.dropdown-item
{
	border-bottom: 1px solid #FFFFFF;
    width: calc(100% - 20px);
    margin-left: 10px;
}
.dropdown-item, .dropdown-item a, .dropdown-item:hover, .dropdown-item a:hover {  
	background-color: red;
    color: #E5ECF3; 
}
.dropdown-item a, .dropdown-item a:hover {
	font-weight: bold;
}
.nav-link
{
	color: white;
}
/*.nav-link:hover
{
	color: <?php echo $colore_sito_uno;?>;
	border-bottom: 2px solid <?php echo $colore_sito_uno;?>;
}*/
.current-menu-item a {
    color:#E0794F!important;
	font-family:'Helvetica-Light';
	font-size:22px;
}

.dropdown-item, .dropdown-item a, .dropdown-item:hover, .dropdown-item a:hover {
    background-color: #E5ECF3;
   color: red;
}
/*.nav-link:hover {
    border-bottom: 2px solid <?php echo $colore_sito_uno;?>!important;
}*/
.current-menu-item a 
{
	 /*border-bottom: 2px solid <?php echo $colore_sito_uno;?>!important;*/
	 color:#E0794F;
	 font-family:"Comfortaa-Bold"!important;
}




.scopri_di_piu_blu
{
    border-radius: 15px;
    background-color: #035D61;
    padding: 20px 40px;
    color: white;
	border:none;
	font-family:"Comfortaa-Light";
	text-transform:uppercase;
}

.social
{
	color:white;
}
.scopri_di_piu
{
    border-radius: 15px;
    background-color: #E17A4F;
    padding: 20px 40px;
    color: white;
	border:none;
	font-family:"Comfortaa-Light";
	text-transform:uppercase;
}

.gallery-grid{
display:block;
}

.gallery-item{
width:50%;
float:left;
padding:10px;
}

.gallery-item img{
width:100%;
display:block;
object-fit:cover;
}

.gallery-item.h-small img{
height:300px;
}

.gallery-item.h-large img{
height:700px;
}





.gallery-image-wrapper{
position:relative;
overflow:hidden;
}

.gallery-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:20px;
background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);
color:#fff;
}

.gallery-meta h5{
margin:0;
font-size:16px;
font-weight:600;
}

.gallery-meta span{
font-size:13px;
opacity:0.8;
}

#contatti-page p
{
	color:#000000;
}
#contatti-page .wpcf7-text, #contatti-page .wpcf7-email,#contatti-page .wpcf7-textarea,#contatti-page .walcf7-datepicker
{
	width:100%;
	height:51px;
	border:none;
	border: 1px solid #707070;
	background: white;
	font-size:15px;
	font-family:"Comfortaa-Light";
}

#contatti-home .wpcf7-text, #contatti-home .wpcf7-email,#contatti-home .wpcf7-textarea,#contatti-home .walcf7-datepicker
{
	width:100%;
	height:51px;
	border:none;
	border-bottom:1px solid white;
	background: transparent;
	font-size:15px;
	font-family:"Comfortaa-Light";
}


.colmessaggio textarea {
    height: 124px !important;
	border:1px solid white!important;
}
.wpcf7-list-item
{
	margin-left:0;
	margin-right:10px;
}
.wpcf7-submit 
{
	    border-radius: 15px;
    background-color: #E17A4F;
    padding: 20px 40px;
    color: white;
	border:none;
	font-family:"Comfortaa-Light";
	text-transform:uppercase;
}

::placeholder 
{ 
   color:    white;
   font-family:"Comfortaa-Light";
   font-size:15px;
   text-transform:uppercase;
}
.submit_newsletter
{
	background:#E0794F;
	text-transform:uppercase;
	color:white;
		width:100%;
	height:63px;
	border:none;
}
.mail_newsletter
{
	width:100%;
	height:63px;
	padding:10px 30px;
	border-left:1px solid white;
	border-top:1px solid white;
	border-bottom:1px solid white;
	background:transparent;
	font-family:"Comfortaa-Light";
	color:white;
	text-transform:uppercase;
}
.map_fide
{
	height:100%;
	border:10px solid #F7D949;
}
.dropdown-menu 
{
	text-transform:uppercase;

}
.navbar
{
	background-color:white;
}
.dropdown-item 
{
		    padding: 15px 40px;
}
.owl-theme .owl-controls {
margin-top:0;
}
#home-slider .owl-prev
{
	position: absolute;
    top: 45%;
	left:5%;
	background:none;
	opacity:1;
}
#home-slider .owl-next
{
	position: absolute;
    top: 45%;
	right:5%;
	background:none;
	opacity:1;
}
#footer h4
{
	color:#1F5260;
	font-size:20px!important;
	font-family:"AbrilFatface-Regular"!important;
	font-weight:bold!important;
}
#footer p
{
	color:white!important;
	font-size:20px;
	font-family:"Comfortaa-Bold"!important;
	text-transform:uppercase;
}
#footer a
{
	color:white;
	font-size:20px;
	/*font-family:"BasicSans"!important;*/
}
.fa-chevron-left
{
	height:50px;
}

.fa-chevron-right
{
	height:50px;
}
#servizi_home h5
{
	font-size:40px;
	color:white;
	font-family:"AbrilFatface-Regular";
}
#servizi_home h3
{
	font-size:17px;
	font-family:"AbrilFatface-Regular";
}
.news-date-banche {
    position: absolute;
    bottom: 0;
    left: 0;
	width:100%;
    background: #035D61;
	font-family:"Comfortaa-Bold";
	font-size:15px;
	color:white;
	text-transform:uppercase;
}
.pubblicazioni-card {
    height: 358px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.pubblicazioni-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #E0794F;
    padding: 8px 15px;
    border-radius: 15px;
	font-family:"Comfortaa-Bold";
	font-size:15px;
	color:white;
	text-transform:uppercase;
}
/*NUOVO CSS OWL 2.3.4*/
.news-card {
    height: 358px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20px;
}

.news-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #E0794F;
    padding: 8px 15px;
    border-radius: 15px;
	font-family:"Comfortaa-Bold";
	font-size:15px;
	color:white;
	text-transform:uppercase;
}

.news-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-decoration: none;
    color: #fff;
}
#news_home .owl-carousel {
    position: relative;
}

#news_home .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 50px;
    height: 50px;

    background: #035D61 !important;
    color: #fff !important;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
}

/* sinistra */
#news_home .owl-nav .owl-prev {
    left: -50px;
}

/* destra */
#news_home .owl-nav .owl-next {
    right: -50px;
}

/* mobile */

/*FINE OWL 2.3.4*/
/* menu multilevel */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	

.current-menu-item, .current-menu-item a
{
	font-weight: bold !important;
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */ 
/* fine menu multilevel */


body
{
	color: #1F5260;
	font-family: Helvetica;	
}
a, a:hover
{
	text-decoration: none;
	color: #E0794F;
}
header
{
	background-color: #B10946;
}
nav
{
	background-color: #E7EEF4;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 3px solid #1F5260;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.cerca_sito
{
	background-color: #B10946;
}
.searchform
{
	position: fixed;
    width: 100%;
    background-color: #B10946;
	z-index: 999999;
}
#searchsubmit
{
	text-align: center;
    background-color: #34778F;
    border-radius: 5px;
    border-bottom: 0px !important;
    padding: 5px 40px !important;
    float: right;
    width: 100%;
    color: #FFF;
    font-weight: bold;
}
#ico_cercasito
{
	border: 0px;
	margin-left: 20px;
    font-size: 32px;
	color: rgba(0,0,0,.55);
}
#txt_cercasito
{
	width: 100%;
    border-radius: 5px;
    border: 0px;
    padding: 5px 10px;
    font-size: 15px;
}
hr
{
	height: 5px !important;
    width: 200px;
    margin: 30px auto 0 auto;
    background-color: #1F5260;
    border: none; 
    opacity: 1;
}
img
{
	max-width: 100%;
}
footer
{
	background-color: #ADC8D2;
}
.h1, h1 {
	font-family: "Comfortaa-Bold";
	font-size: 80px;
}
.h2, h2 {
    font-size: 35px;
	font-family: "Comfortaa-Light";
}
.h3, h3 {
    font-size: 50px;
	font-family: "Comfortaa-Bold";
}
.h4, h4 {
	font-size:23px;
	font-family: "Comfortaa-Light";
}
.h5, h5 {
	font-family: "Comfortaa-Bold";
	font-size:15px;
}
p {
	font-family: "Comfortaa-Light";
	font-size: 20px;
}
.page p
{
	color:#373737;
}
#testata-home h4
{
	color:white;
}
#chi-siamo-home h3
{
	color:#373737;
}
#chi-siamo-home p
{
	color:#373737;
}

footer span
{
	font-weight: bold;
}

.current
{
	background-color: #1F5260 !important;
	padding: 10px 20px !important;
	color: #FFFFFF !important;
}
.page-numbers
{
	background-color: #FFFFFF;
	border: 1px solid #1F5260;
	padding: 10px 20px;
	color: #1F5260;
	margin-left: 10px;
}
.icona_social
{
	margin-left: 20px;
	font-size: 32px;
}

.pum-theme-938, .pum-theme-tema-predefinito {
    background-color: rgba( 0, 0, 0, .50 ) !important;
}
@media only screen and (min-width: 992px) 
{
	.pum-container.pum-responsive.pum-responsive-medium
	{
		padding: 50px;
	}
}
@media only screen and (max-width: 992px) {
	.container_servizi
	{
		padding-top: 0px;
	}
	.servizio
	{
		width: 25%;
		margin-top: 0px;
	}
	.spazio_servizio
	{
		display: none;
	}
	.icona_social
	{
		margin-left: 0px;
	}
}
@media only screen and (max-width: 1690px) {

}
@media only screen and (max-width: 768px) {
	
	.glightbox-mobile .glightbox-container .gslide-description
	{
		background:transparent!important;
	}
	.gslide-image img
	{
		max-width:100%!important;
	}
	
	
	#main_nav
{
	background-color:#012E30!important;
}
	.gallery-item.h-small img{
height:150px;
}

.gallery-item.h-large img{
height:350px;
}
	.line_newsletter
	{
		display:none;
	}
	
	.h1, h1 {
	font-family: "Comfortaa-Bold";
	font-size: 40px;
}
.h2, h2 {
    font-size: 25px;
	font-family: "Comfortaa-Light";
}
.h3, h3 {
    font-size: 35px;
	font-family: "Comfortaa-Bold";
}
.h4, h4 {
	font-size:23px;
	font-family: "Comfortaa-Light";
}
.h5, h5 {
	font-family: "Comfortaa-Bold";
	font-size:15px;
}
p {
	font-family: "Comfortaa-Light";
	font-size: 15px;
}
	#footer p {
    font-size:15px;
}
	
	
	.navbar-nav .nav-link
 {
	 padding-left:15px;
 }
	
	.col_siamo
	{
		position:initial;
	}
    #news_home .owl-nav .owl-prev {
        /*left: -35px;*/
		display:none;
    }

    #news_home .owl-nav .owl-next {
        /*right: -35px;*/
		display:none;
    }


	#banner-img .owl-prev 
	{
		position:initial;
	}
	#banner-img .owl-next 
	{
		position:initial!important; 
	}
	#line_footer
	{
		display:none;
	}
	.servizio
	{
		width: 50%;
	}
	.dropdown-menu 
	{
		display:block!important;
	}
.dropdown-item 
{
		    padding: 5px 20px;
}	
.navbar
{
	background-color:#E5ECF3;
}
.dropdown-menu 
{
	text-transform:unset;

}
}
@media (max-width: 768px) {

	/*.dropdown-menu 
	{
		display:block!important;
	}*/
}	
