﻿body {
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 22px;
}

/* INTESTAZIONE */

h1, h2, h3{font-family:"Open Sans Light", Arial, sans-serif!important}

h1{
	color: #0088cc;
}

h2{
	margin: 0 0 10px 0;
}

h4{
	font-weight: 400;
}

html .heading-primary, html .lnk-primary, html .text-color-primary{
	color: #0088cc !important;
}


b, strong{
	font-weight: 700;
}

/* FINE INTESTAZIONE */


/* COMPONENTI */

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	text-align: center;
}

.btn-oldstyle{
	margin: auto;
	margin-top:20px;
}

pre{
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    /* word-break: break-all; */
    /* word-wrap: break-word; */
    background-color: #f5f5f5;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    font-family: "Open Sans", Arial, sans-serif;
    white-space: normal;
}


.post-meta{
	display: flex;
    justify-content: flex-end !important;
}

/* FINE COMPONENTI */


/* CONTAINER */

@media (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1170px;
    }
}



@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


/* FINE CONTAINER */



/* IMG FLUID */

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

/* FINE IMG FLUID */




/* NAV TOP */

/* FINE NAV TOP */


/* MENU */

#header .header-body{
	border-top:0;
}


#header.single-menu nav ul.nav-main{
	margin: -14px 0 -9px;
	float: right;
}

#header nav ul.nav-top li a, #header nav ul.nav-top li span {
  color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #4594D7;
}

#header .social-icons {
	float:left;	
	}
#header .header-top nav {
	float: left;
	}	
	
.nav-wrapper {
	float: right;
	}
	
#header nav ul.nav-top li a, #header nav ul.nav-top li span {
		
	}
	
@media (min-width: 992px)
{
	
	#header.single-menu.valign nav ul.nav-main > li > a, #header.single-menu.valign nav ul.nav-main > li.dropdown:hover > a {
		padding-bottom: 34px;
		padding-top: 32px;
	}
	
	body.sticky-menu-active #header.single-menu nav ul.nav-main > li > a, body.sticky-menu-active #header.single-menu nav ul.nav-main > li:hover > a, body.sticky-menu-active #header.single-menu.valign nav ul.nav-main > li > a, body.sticky-menu-active #header.single-menu.valign nav ul.nav-main > li:hover > a {
	  border-top-color: transparent;
	  padding-bottom: 24px;
	  padding-top: 30px;
	}
	
#header.single-menu.valign .social-icons {
margin-top: 11px !important;
}
	
}


@media screen and (min-width: 991px) and (max-width: 1199px)
{
	
	#header nav ul.nav-main li a {
	  font-size: 11px;
	  font-style: normal;
	  line-height: 20px;
	  margin-left: 3px;
	  margin-right: 3px;
	  text-transform: uppercase;
	  font-weight: 700;
	  padding: 10px 9px;
	}

}


#header.header-transparent.header-semi-transparent {
  background: rgba(255, 255, 255, 0.822);
}


.header-nav.pt-1{
	padding: 0!important;
}

#header .header-nav-main nav > ul > li > a,
.header-nav-top a{
	color:#444!important;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	padding-bottom: 25px;
        padding-top: 23px;
}

.header-nav-top a{
	font-weight: 600;
}

#header .header-nav-main nav > ul > li > a:hover,
#header .header-nav-main nav > ul > li > a:focus,
#header .header-nav-main nav > ul > li.active > a{
	color: #ffffff !important;
        background-color: #0088cc !important;
}

.header-nav-top a:hover,
.header-nav-top a:focus{
	background-color: #FFF!important;
}

.header-nav-top .dropdown-item{
	border-bottom: 1px solid #F4F4F4;
}

.header-nav-top .dropdown-item:hover{
	background: #F4F4F4!important;
	border-bottom: 1px solid #F4F4F4!important;
}



@media (max-width: 991px){

	#header .header-nav-main nav > ul > li.active > a{
		color: #444!important;
			background-color: #FFF!important;
	}

	#header .header-nav-main nav > ul > li.active > a{
		display: block;
		width: 100%;
	}

	#header .header-nav-main nav > ul > li.active > a:hover{

		color: #ffffff !important;
        background-color: #0088cc !important;
	}
	
	#header .header-nav-main nav > ul > li{
		padding: 10px 0;
	}


	#header .header-nav-main nav > ul > li > a,
.header-nav-top a{

	padding-bottom: 10px;
        padding-top: 10px;
}


}




/* FINE MENU */



/* SIDEBAR */

.nav > li > a:hover,
.nav > li > a:focus,
.nav-item a:hover,
.nav-item a:focus{
	background-color: #eee;
	color: #666;
}


/* FINE SIDEBAR */


/* HAMBURGER ICON */

@media (max-width: 991px){
.btn-responsive-nav {
  background: #171717;
  top: 36px;
  display: block;
  position: absolute;
  right: 20px;
  color: #FFF;
  z-index: 1;
}

body.sticky-menu-active .btn-responsive-nav {
  top: 60px;
}

}

@media (max-width: 767px){
.btn-responsive-nav {
  top: 36px;
}
}

/*FINE HAMBURGER ICON */


/* PULSANTI DI SHARE */

.custom_style_top{
		position: relative; 
		float:right; 
		display: inline; 
		margin-top:0; 
		line-height:0; 
		padding:0; 
		z-index: 9;
	}
	
	.custom_style_top .a2a_svg {
    height: 20px!important;
    width: 20px!important;
	}
		
	.a2a_default_style a{
	    padding: 0 4px!important;
	}
	
	.titolo-condividi{
		float: right;
		margin-right: 6px;
		margin-top: 0px;
	}
	
	@media screen and (max-width: 768px){
		.titolo-condividi{ display:none;}
		.custom_style_top{float:left;}
	}

/* FINE PULSANTI DI SHARE */


/*FOOTER */



#footer .footer-copyright p {
  color: #fff;
  margin: 0;
  padding: 0;
}


#footer {
  background: #cfd1d2;
  border-top: 4px solid #cfd1d2;
  font-size: 1em!important;
  margin-top: 30px;
  padding: 10px 0 0;
  position: relative;
  clear: both;
}

#footer h4 {
  font-size: 16px;
  font-weight: 400;
}


#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
  color: #004c8c !important;
}


@media (min-width: 992px){

.height-footer{
  height:0px;
  
}

#footer .footer-copyright {
  background: #004c8c;
  border-top: 4px solid #004c8c;
  margin-top: 40px;
  padding: 30px 0;
}


.copy{
	
	text-align:left;

}

}


@media screen and (min-width: 0px) and (max-width: 991px)
{
	
.height-footer{
  height:100%;
  
}

#footer .footer-copyright {
  background: #004c8c;
  border-top: 4px solid #004c8c;
  margin-top: 0px;
  padding: 30px 0;
}

.footer-copyright .container{
	max-width: 100%;
}


.copy{
	
	text-align:center;

}

}

/*FINE FOOTER */


/* BOX INTRO ANNUNCIO LAVORO */

.box-intro-annuncio-lavoro{
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    color: #333;
    background-color: #f5f5f5;
    border-radius: 4px;
}


/* FINE BOX INTRO ANNUNCIO LAVORO */



/* MODULI CONTATTO */

.form-label{
	font-weight: normal;
    font-size: 14px !important;
}

.form-control,
select{
	border-color: rgb(0 0 0 / 30%)!important;
}

.form-control:focus,
select:focus{
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483!important;
}

textarea{
	margin-bottom: 15px;
}

input[type="submit"]{
	float: right;
    margin-top: 30px;
    margin-bottom: 30px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}


/* FINE MODULI CONTATTO */