/* VARIABLES */
:root {
  --primary-color: #5597D4;
  --secondary-color: #f5f5f0;
  --light-color: #fff;
  --dark-color: #30373d;
}


/* GLOBAL */
body {
	/* background: url('../img/bg-pattern.png') repeat; */
    background-color: #fff;
	overflow-x: hidden;
}

a {
    color: #5597D4;
}

.h3, h3 {
    font-size: 1.3em;
}
.h4, h4 {
    font-size: 1.1em;
}

.container, .container-fluid {
    padding: 15px;
}

.panel {
    margin-bottom: 10px;
}

.text-primary {
	color: #5597D4;
}
.text-secondary {
	color: #f5f5f0;
}
.text-dark {
	color: #1C2024;
}
.text-aqua {
    color: #65dcdf;
}
.text-white {
	color: #fff;
}

.bg-primary {
	background-color: #5597D4;
}
.bg-secondary {
	background-color: #f5f5f0;
}
.bg-light {
	background-color: #fff;
}
.bg-section {
	background-color: #ede6de;
}
.bg-dark {
	background-color: #30373d;
    color: #fff;
}
.bg-dark-blue {
    background-color: #00264d;
}

.no-padding { padding: 0; }
.no-padding-bottom { padding-bottom: 0; }

.no-margin { margin: 0; }
.no-margin-top { margin-top: 0; }
.no-decoration {
	text-decoration: none !important;
}

.contenuti {
    margin-top: 20px;
    padding-bottom: 0;
}

.panel {
    box-shadow: 0 2px 3px #666;
    border: none;
}

/* HEADER */
.page-header {
    margin: 0 auto;
    border: 0;
}
.page-header .logo-txt {
    font-size: 1.5em;
    margin-left: 10px;
    padding-top: 20px
}
.logo-img {
	padding: 5px;
	border-radius: 5px;
	background-color: #fff;
}
.header-info {
	padding: 5px 20px;
    font-size: 0.9em;
}
.header-info a {
	color: #fff;
}
.header-info i {
	color: #5597D4;
}

#search-widget #ricerca {
    border: none !important;
    border-bottom: 2px solid #000 !important;
    padding: 0 10px;
    box-shadow: none;
    height: 35px;
}

#search-widget #cerca-submit {
    width: 35px;
    height: 35px;
}

/* Menu */
#aree-tematiche li {
	font-size: 1.2em;
}
#aree-tematiche li.active {
	background-color: #5597D4;
}
#aree-tematiche li.active a {
	color: #f5f5f0;
}
.navbar-header .navbar-toggle {
	padding: 0;
	color: #0468CD;
}


nav.stiky.navbar-fixed-top .container {
	width: 100%;
	padding: 0;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}
nav.stiky.navbar-fixed-top .navbar-header {
	padding: 8px 20px;
}
nav.stiky.navbar-fixed-top .navbar-header .stiky a {
	color: #fff !important;
}
nav.stiky.navbar-fixed-top .navbar-header .logo-img {
	padding: 0;
}
nav.stiky.navbar-fixed-top #navbar {
    float: right;
    font-size: 0.8em;
    padding: 10px;
}
nav.stiky.navbar-fixed-top #navbar .blocchi-aree-tematiche a {
	color: #fff !important;
}


/* SLIDESHOW */
.content-slideshow {
	margin-top: -50px;
	min-height: 100px;
    margin-bottom: 15px;
    overflow: hidden;
}
.content-slideshow .slide-area {
    border-right: 10px solid #fff;
    border-bottom: 5px solid #fff;
    width: 33.4%;
    height: 280px;
    position: absolute;
}
.content-slideshow #slide-area-2 {
    left: 33.4%;
}
.content-slideshow #slide-area-3 {
    left: 66.3%;
    border-right: none;
}
h3.jssor-didascalia {
    bottom: 0;
    font-size: 1.5em;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: left;
    border: 0 !important;
    padding: 10px 15px 0;
    text-shadow: none;
    height: auto !important;
    top: auto;
}
h3.jssor-didascalia a {
    color: #fff;
    text-decoration: none;
}

/* PRIMO PIANO */
#primo-piano {
    margin-top: -40px;
}
#primo-piano h2 {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid;
    margin: 0;
    padding-top: 10px;
}
#primo-piano .bx-viewport {
	position: initial !important;
}
#primo-piano p {
	color: #000;
}
#primo-piano .primo-piano-img {
	height: 220px;
	overflow: hidden;
}
#primo-piano .primo-piano-img img {
	width: 100%;
}


/* HOME */
.aree-home a {
    color: #000;
}
.aree-home a:hover {
    color: #00264d;
    text-decoration: none;
}
.aree-home a:hover i.fa-stack-2x {
    color: #00264d;
}
.aree-home a:hover i.fa-stack-1x {
    color: #fff;
}
.aree-home .titolo-area {
    padding: 5px;
}
.aree-home .area {
    padding: 5px;
}
.aree-home h3,
.aree-home .area > div {
    border-bottom: 5px solid;
}
.aree-home h3 {
    margin: 0;
}
.aree-home .area > div {
    min-height: 118px;
}
.aree-home .area h6 {
    line-height: 18px;
}


/* NEWS COMUNI */
article h3.nc-titolo {
    margin-top: 0px;
    font-size: 1.5em;
    text-align: justify;
}
article div.text {
    text-align: justify;
}

.nc-img {
	overflow: hidden;
	max-height: 150px;
}
.nc-img img {
    width: 100%;
}


/* ASIDE */
/* Aside header */
.aside-header {
	margin-bottom: 20px;
}
aside.aside {
    padding-top: 20px;
}

/* Banner */
aside .panel {
	overflow: hidden;
}
aside .banner img {
	width: 100%;
}
aside .bannerini-img {
	overflow: hidden;
}
aside .bannerini-txt {
	color: #000;
	height: 50px;
	overflow: hidden;
    line-height: 1.2em;
}
aside .banner-menu-dinamico h5 {
	text-transform: uppercase;
}
aside .banner-menu-dinamico ul {
	list-style-type: none;
}
aside .banner-menu-dinamico .panel-body > ul {
	padding: 0;
}
aside .banner-menu-dinamico ul li {
	padding-bottom: 10px;
}
aside .banner-menu-dinamico a {
	color: #000;
}
aside .banner-menu-dinamico a.stand {
	color: #444;
}

/* Menu */
aside.aside-header .menu-aside a:hover,
aside.aside-footer .menu-aside a:hover {
	color: #fff;
}

aside .banner-menu-dinamico ul > li > ul > li > ul > li ul {
	display: none !important;
}

/* Gallery */
aside .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}


/* HOMES */
.gruppi-pagine .gruppi-titolo {
	text-transform: uppercase;
	width: 100%;
}
.gruppi-pagine ul {
	list-style-type: none;
	padding: 0;
}
.gruppi-pagine ul li {
	padding-top: 20px;
}
.gruppi-pagine ul li .panel {
	height: 140px;
	margin: 0;
	overflow: hidden;
}


/* PAGES */
.contenuti h2 {
	margin: 0;
	font-size: 1.5em;
	color: #30373D;
	border-bottom: 2px solid;
}
h2.homes {
	font-size: 2em;
	color: #5597D4;
}
.contenuti .foto-det {
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid #ccc;
}
#allegati, #foto-pag {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid;
    box-shadow: 0 1px 1px;
    background-color: #f5f5f0;
}
#allegati a, #allegati i {
	font-weight: 500;
}
#condividi > div > div:nth-child(2) {
	margin-top: 8px;
}
#foto-pag .img-gallerie {
	float: left;
	width: 30%;
	margin: 1.5%;
	border: 2px solid;
	overflow: hidden;
	height: 100px;
}
#pagine-collegate {

}
#pagine-collegate ul {
	list-style-type: none;
	padding: 0;
}
#pagine-collegate ul li div {
    height: 140px;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 2px 3px #666;
    background-color: #5597D4;
    text-align: center;
    border-radius: 5px;
    padding: 15% 10px;
}
#pagine-collegate ul li div i {
    width: 100%;
    color: #fff;
    font-size: 1.5em;
}
#pagine-collegate ul li div a {
    color: #fff;
    text-decoration: none;
}

/* TRASLATIONS */
#lingue {
	display: none;
}
#google_translate_element {
    position: fixed;
    bottom: 0;
    right: 1%;
    border: 1px solid #5597D4;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0 0 3px;
}
#google_translate_element .goog-te-gadget-simple {
	background: #f5f5f0;
	padding: 2px 5px;
}
#google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
	color: #5597D4 !important;
	font-weight: bold;
	font-size: 1.3em;
}


/* NEWS */
/* Pagination */
.paginazione .indice {
	padding: 0 2px;
	margin: 5px;
	border: 1px solid;
	border-radius: 3px;
	background-color: #f5f5f0;
	color: #5597D4;
}
.paginazione .indice.stand {
    color: #5597D4;
    font-size: 1.3em;
    font-weight: bold;
}


/* SEARCH */
.search-spalla {
    position: relative;
}
form#search { position: relative; }
.search-spalla input, form#search input {
    background-color: #eee;
    border: 1px solid #aaa;
    box-shadow: 0 0 3px inset;
    font-size: 1.2em;
    padding: 2% 1%;
    width: 97%;
}
#ricerca form#search input {
    padding: 1.25% 1%;
}
form#search i {
    font-size: 4em;
    line-height: 36px;
    height: 48px;
    top: 0;
    background-color: #5597D4;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    cursor: pointer;
}
#ricerca {
    position: relative;
}
#ricerca #risultati-ricerca-resizer {
    margin-top: 25px;
}
#ricerca #risultati-ricerca-resizer h3 {
    background-color: #5597D4;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    border: 1px solid #ccc;
}
#ricerca #risultati-ricerca-resizer li {
    font-size: 1.3em;
    padding: 5px;
}
#ricerca #risultati-ricerca-resizer li:nth-child(even) {
    background-color: #eee;
}
#risultati-ricerca div {
    height: auto !important;
}
/*Menu HOME*/
#menu-home {
color: #fff;
}
#menu-home:hover {
text-decoration: none;
}

/*Widget Ultime News */
.widget-news{
height: 44em;
overflow-y: scroll;
}


/* FOOTER */
footer a {
	color: #65dcdf !important;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer p {
    color: #fff !important;
}


/* RESPONSIVE */
/* Tablet (portrait) */
@media only screen and (max-width: 768px) {
	.page-header .logo-txt {
        font-size: 1.0em;
	}
    .page-header .logo-img {
        height: 55px;
        margin-top: -5px;
	}
    .page-header > div.row > section:nth-child(1) .content-logo-img {
        width: 10% !important;
    }
    .page-header > div.row > section:nth-child(3) {
        width: 30% !important;
        position: absolute;
        right: 0;
    }
    .page-header > div.row > section:nth-child(2) {
        margin-bottom: 15px;
    }
    .page-header > div.row > section:nth-child(2) #search-widget > div:nth-child(2) {
        width: 91%;
    }
    .page-header > div.row > section:nth-child(2) #search-widget > div:nth-child(1),
    .page-header > div.row > section:nth-child(2) #search-widget > div:nth-child(4) {
        display: none;
    }

    .aree-home .titolo-area {
        padding: 0;
    }

    .page-header .img-responsive {
        padding: 10px 10%;
    }

    .page-header {
        padding-bottom: 0;
    }

    .page-header > div.row {
        display: grid;
    }
    .page-header > div.row > section:nth-child(1) {
        order: 1;
    }
    .page-header > div.row > section:nth-child(2) {
        order: 3;
    }
    .page-header > div.row > section:nth-child(3) {
        order: 2;
    }

    .content-slideshow {
    	margin-top: -15px;
    }

    section.container {
        padding-top: 0;
    }

	nav.stiky.navbar-fixed-top .container {
    	padding: 0 0 10px 0;
   	}
	nav.stiky.navbar-fixed-top .navbar-header .stiky a {
		display: none;
	}
	nav.stiky.navbar-fixed-top .navbar-header .navbar-toggle {
		color: #fff !important;
	}
	nav.stiky.navbar-fixed-top #navbar {
		width: 100%;
	}

    .aree-home > div {
        margin-top: 0;
    }
    .aree-home > div h3 {
        margin-top: 0;
        margin-bottom: 0;
    }

    /*.content-slideshow {
        min-height: 85px;
        margin-bottom: 20px;
    }*/
    .content-slideshow:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    footer, footer .powered  {
        text-align: center;
    }

    header .login,
	header .newsletter,
    header br,
    .header-info,
    aside:not(.aside-header),
    #google_translate_element,
    .content-slideshow .slide-area {
		display: none;
	}
	#img-alertsystem{
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}

    footer #img-fb img,
    footer #img-tw img {
        margin: 10px 20px;
        height: 40px;
        width: auto;
    } 
}

/* Smartphones (portrait) */
@media only screen and (max-width : 360px) {

}


/* VARIE */
.clear {
	clear: both;
}
