/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
body {
    padding-top: 210px;
  	overflow-x: hidden;
}

.section {
	margin-bottom: 100px !Important;
}

.no-margin {
	margin-bottom: 0px !Important;
}

.section-title h1,
.section-title h2 {
	color: #005BAB;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.section-subtitle h3 {
	color: #005BAB;
    display: block;
    font-size: 25px;
    font-weight: 300;
  	margin-top: 0px;
  	margin-bottom: 40px;
    font-family: Montserrat; 	
}

.btn-secondary {
	background-color: transparent;
    color: #005BAB;
    font-family: 'Montserrat';
    font-weight: 900;
    border-color: #F58221;
  	white-space: break-spaces;
}

.btn-secondary:hover,
.btn-secondary.active {
	color: #fff;
  	background-color: #F58221;
    box-shadow: none;
}

.no-margin {
	margin-bottom: 0px !Important;
}

.orange {
	background-color: #F58221;
  	border: 0px;
}

.orange:hover {
	background-color: #005BAB !Important;
  	border-color: #005BAB;
}

.yellow {
	background-color: #FEB811;	
  	border: 0px;
}

.blue {
	background-color: #005BAB;
}

.white {
    background-color: #fff;
}

.gray {
	background-color: #F7FAFC;
}

label {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    color: #005BAB;
    font-family: 'Montserrat';
}

label span {
	color: #F58221;
}

.input-div input {
    max-width: 100% !important;
    height: 40px !important;
    border: 1px solid #999;
    box-shadow: none;
    font-size: 18px;
    color: #005BAB;
}

.form-control:focus {
	border-color: #F58221;
  	box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%), 0 0 8px rgb(245 130 233 / 60%);
}

.header-white .page-content{	
    margin-top: 50px;
}

.input-div {
    position: relative;
}

.inputbox .validation-highlight {
    background: #fff0f0 none repeat scroll 0 0 !important;
    border-color: #a90329;
}

.inputbox label.validation-error-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: -15px;
    background-color: #a90329 !important;
    font-size: 10px;
    font-weight: lighter;
    padding: 2px 10px !important;
    position: absolute;
    color: #FFF !important;
    right: -5px;
}

.mini-container {
	width: 900px;
    margin: 0 auto;
    position: relative;
}

/*input[type=radio]:not(old){
  width   : 16px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio]:not(old) + label{
  display      : inline-block;
  margin-left  : -16px;
  padding-left : 22px;
  background   : url('../Images/RadioButton.png') no-repeat 0 0;
  line-height  : 16px;
  background-position: 0 bottom;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 0;
}*/

.social-share {
	margin-top: 10px;
}

@media(max-width: 991px){
	.section {	
  		margin-bottom: 50px !Important;
	}

	.section.no-margin {	
  		margin-bottom: 0px !Important;
	}

	body {
		padding-top: 90px;
		font-size: 17px;
	}

	.header-white .page-content {
    	margin-top: 10px;
	}
	
	.breadcrumb {
		margin-bottom: 0px;
	}
	
	header .section {
		margin-bottom: 0px !Important;
	}

	.breadcrumbs {
		margin-bottom: 10px !Important;
	}

	.btn-primary {
		margin-top: 10px;
  		font-size: 18px;
	}

	.section.col-md-7 {
		padding: 0px;
	}

	.header-white header {
    	border-bottom: 2px solid #005BAB;
    }

}	

@media(max-width: 767px){
	.section {
    	margin-bottom: 30px !Important;
	}

	.breadcrumbs {
		margin-bottom: 10px !Important;
	}

	.btn-primary {
		padding: 6px 47px;
	}

	#content {
		padding: 0px;
	}
	
	.section-title h1, 
	.section-title h2 {
   	 	font-size: 21px;
	}	

	.btn {
		font-size: 18px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
.section.menu {
	margin-bottom: 0 !important;
}

header {
	position: fixed;
    top: 0;
    z-index: 9;
    background-color: #FFF;
    width: 100%;
  	transition: all 0.3s ease-in-out 0s;
}

header.shrink .header-sections-container .header-link .item {	
    padding: 27px 0px 38px;
    transition: all 0.3s ease-in-out 0s;
    line-height: 34px;
}

header.shrink .logo {
	margin: 12px 0px; 
    transition: all 0.3s ease-in-out 0s;
}

header .logo {
	display: inline-block;
    margin: 41px 0px;
    transition: all 0.3s ease-in-out 0s;
}

.header-sections-container {
	position: absolute;
  	right: 0px;
  	top: 0px;
}

.header-sections-container .header-link .item {
    display: block;
    padding: 59px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    width: 199px;
    text-align: center;
    margin: 0px;
    transition: all 0.3s ease-in-out 0s;
	font-family: Montserrat;
    font-weight: 900;
    float: left;
    position: relative;
}

.header-sections-container .header-link .item:hover:after,
.header-sections-container .header-link .item.active:after {
	content: "";
    background-color: #fff;
    width: 70px;
    height: 5px;
    bottom: 45px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
}

header.shrink .header-sections-container .header-link .item:hover:after,
header.shrink .header-sections-container .header-link .item.active:after {
	bottom: 22px;
}

.header-menu {
  	background-color: #005BAB;
    transition: all 0.3s ease-in-out 0s;
  	border-bottom: 1px solid #fff;
}

header .caret {
	border-top: 0px;
}

header .caret:after{
	content: "\f054";
	font-size: 9px;
    position: absolute;
    border: 0px;
  	top: 13px;
  	color: #fff;
  	font-family: "Font Awesome 5 Free";
}

header a:hover .caret:after,
header li.open a .caret:after{
	color: #F58221;
}

.navbar-default .navbar-nav > li:nth-child(8) > a,
.navbar-default .navbar-nav > li:nth-child(9) > a {
 	display: none;
}

.navbar-toggle {
	background-color: #F58221;
  	margin-top: 25px;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

@media(max-width: 1200px){
	.nav > li > a {
		padding-left: 20px;
  		padding-right: 20px;
	}
}

@media(max-width: 991px){
	.header-menu .container {
		width: 100%;	
		padding-left: 0px;
	}

	.header-sections-container .header-link {
		display: none;
	}

	.navbar-default .navbar-nav > li:nth-child(8) > a,
	.navbar-default .navbar-nav > li:nth-child(9) > a {
 		display: block;
	}

	header .logo {
		margin: 15px 0px;
	}

	header .logo img {
		max-width: 150px;
	}

	header .container {
		position: relative;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		width: 100%;
  		color: #fff;
  		text-align: center;
	}

	.navbar-nav .open .dropdown-menu {
		background-color: #F58221;
	}	

	.navbar-nav > li > a {
		padding: 7px 0px;
	}

	header .caret:after {
		top: 9px;
	}

	.header-menu .container {
		padding: 0px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Social
------------------------------------------------------------------------------------------------- */
.fixed-right-band {
    position: fixed;
    top: 26%;
    right: 0px;
    z-index: 99999;
}

.fixed-right-band .social {
	background-color: #F58221;
    padding: 10px 0px;
}

.fixed-right-band .social i {   
    display: block;
    font-size: 30px;
    color: #fff;
    padding: 7px 10px;
    text-align: center;
}

.fixed-right-band .social i:hover {
	color: #FEB811;
}

.fixed-right-band .social i {
    display: block;
    font-size: 23px;
    color: #fff;
    padding: 7px 14px;
    text-align: center;
}

@media(max-width: 767px){

	.fixed-right-band {
		top: auto;
  		bottom: 10%;
	}	

	.fixed-right-band .social i {
		padding: 7px;
	}
}

/* ---------------------------------------------------------------------------------------------- */



/* Home 
------------------------------------------------------------------------------------------------- */

/* Slider */
.wide-container #slides .text-container {
	top: auto;
  	bottom: 0px;
}

.wide-container #slides .text-container .text-box {
	background-color: rgba(0,91,171,0.8);	
  	line-height: 30px;
  	padding: 50px 0px 30px;
}

.wide-container .slides-navigation {
	top: 50%;
    margin: auto;
    margin-top: -95px;
}

.wide-container .slides-navigation a:hover {
	background-color: #FEB811;
}

.wide-container .slides-navigation a {
   position: absolute;
   background-color: rgba(0,91,171,0.8);
   padding: 40px 0px;
}

.slides-navigation a.next {
	margin-right: 0px !Important;
}

.slides-navigation a.prev {
    margin-left: 0px !Important;	
}

.slides-pagination {
	display: none;
}

.slides-navigation {
	margin-top: -60px;
}

@media(max-width: 991px){
	#slides {
		height: 550px !Important;
	}

	.wide-container #slides .text-container .text-box {
		padding: 30px 20px 30px;
	}

	#slides .title {
		font-size: 27px !Important;
	}

	#slides .sub-title {
		font-size: 20px !Important;
	}

	.wide-container {
		height: 550px !Important;
	}

	.wide-container .slides-navigation a {
		padding: 20px 0px;
	}
}

@media(max-width: 767px){
	#slides {
		height: 400px !Important;
	}

	.wide-container {
		height: 400px !Important;
	}

	.text-container .container {
		padding: 0px;
	}

	.wide-container #slides .text-container .text-box {
		padding: 10px;
	}

	.wide-container .slides-navigation a {
		padding: 10px 0px;
	}

	.slides-navigation a img {
		width: 50px;
	}

	#slides .title {
		font-size: 21px !Important;
	}

	#slides .sub-title {
		line-height: 20px;
	}
}

/* Intro */

.intro .section-title h2 {
	margin-top: 50px;
	font-family: 'Montserrat';
	font-weight: 900;
	font-size: 31px;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.small-container {
	max-width: 1000px;
	margin: 0 auto;
  	position: relative;
}

.intro .small-container:after {
	content: "";
    background-image: url(../Images/RightColumnImage.png);
    position: absolute;
    width: 250px;
    height: 250px;
    top: -156px;
    right: -270px;
}

.intro .small-container:before {
	content: "";
    background-image: url(../Images/LeftColumnImage.png);
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -99px;
    left: -246px;
}

.intro .small-container .description {
	text-align: justify;
}


@media(max-width: 1100px){
	.intro .small-container:after,
	.intro .small-container:before {
		display: none;
	}
}

@media(max-width: 991px){
	.intro .section-title h2 {
		margin-top: 0px;
  		font-size: 27px;
	}

	.section-subtitle h3 {
		font-size: 20px;
  		margin-bottom: 30px;
	}
}

@media(max-width: 767px){
	.intro .section-title h2 {
		margin-top: 0px;
  		font-size: 21px;
	}

	.section-subtitle h3 {
		margin-bottom: 20px;
  		font-size: 18px;
	}

	#section-44349 .description {
  		padding-bottom: 15px;
	}

	#section-44349,
	#section-44636 {
		padding: 0px 15px;
	}
}

/* Counter */

.counter-section {
	padding: 0px 0px 120px;
  	margin-bottom: 150px !Important;
}

.counter-section .section-title h2{
	padding-top: 100px;
  	margin-top: 0px;
}

.counter-section .number-container .item {
	padding: 20px 50px;
	min-height: 195px;
}

.counter-section .number-container .counter {
	color: #F58221;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter-section .number-container .description:before {
	content: "";
    background-color: #FEB811;
    height: 3px;
    width: 40px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -20px;
}

.counter-section .number-container .description {
    color: #005BAB;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
    font-family: 'Lato';
    position: relative;
  	text-align: center !Important;
}

.counter-section .box-item.blue {
	display: block;
    padding: 59px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    width: 199px;
    text-align: center;
    margin: 0px;
    transition: all 0.3s ease-in-out 0s;
    font-family: Montserrat;
    font-weight: 900;
    float: left;
    position: relative;
}

.counter-section .box-item.blue {
    position: absolute;
    bottom: -230px;
    padding: 32px 23px;
    width: 230px;
    margin-left: -115px;
    left: 50%;
}

.counter-section .box-item.blue .counter {
	color: #FEB811;
  	font-size: 56px;
  	float: none;
    text-align: center;
}

.counter-section .box-item.blue .description:before {
	background-color: #F58221;
}

.counter-section .box-item.blue .description {
	font-family: Montserrat;
	color: #fff;
    text-transform: uppercase;
    font-size: 26px;
}

@media(max-width: 991px){
	.counter-section .section-title h2 {
		padding-top: 50px;
	}

	.counter-section .number-container .item {
    	padding: 20px;
    	min-height: 191px;
	}
}

@media(max-width: 767px){
	
	.counter-section {
		padding: 0px 0px 34px;
		margin-bottom: 95px !Important;
	}

	.counter-section .number-container.row {
		margin: 0px;
	}

	.counter-section .number-container .item {
		min-height: auto;
  		text-align: left;
	}

	.counter-section .number-container .item > div {
		display: inline-block;
	}

	.counter-section .box-item .number-container .counter {
		text-align: center;
	}

	.counter-section .number-container .counter {
		font-size: 18px;
  		text-align: left;
  		float: left;
  		position: absolute;
	}

	.counter-section .box-item.blue .description {		
    	font-size: 17px;
  		float: none;
    	text-align: center !important;
  		padding-left: 0px;
	}	

	.counter-section .box-item.blue {
		position: absolute;
    	bottom: -87px;
    	padding: 10px 0px;
   	 	width: 200px;
   		margin-left: -100px;
    	left: 50%;
	}

	.counter-section .number-container .description {
		font-size: 15px;
    	text-align: left !important;
    	float: left;
    	padding: 0px 5px;
    	padding-left: 110px;
	}

	.counter-section .number-container .description:before {
		display: none;
	}

	.counter-section .number-container .item {
		padding: 0px 15px;
	}

	.counter-section .box-item.blue .counter {
		font-size: 30px;
  		position: relative;
	}
}

/* Loghi */

.home-loghi-section {
	display: inline-block;
  	margin: 50px 0px 20px;
}

.home-loghi-section a {
	float: left;
  	display: inline-block;
  	width: 40%
}

.home-loghi-section a:nth-child(2) {
	width: 20%;
}

.home-loghi-section a:nth-child(2) img {
  	height: 120px;
  	margin-top: -20px;
  	padding-right: 20px;
}

.home-loghi-section a:nth-child(3) img {
  	height: 88px;
}

.home-loghi-section a img{
 	margin: 0 auto;
  	height: 82px;
}
@media(max-width: 991px){
	.mini-container {
		max-width: 100%;
	}

	.home-loghi-section a {
		width: 40%;
	}

	.home-loghi-section a:nth-child(2) {
		width: 20%;
  		margin-top: 0px;
	}

	.home-loghi-section a img {
  		margin-right: 0px;
		margin: 0 auto;
  		height: auto !Important;
	}	
}

@media(max-width: 767px){
	
	.home-loghi-section a {
		padding: 5px;
	}	

	.home-loghi-section {
		margin: 10px 0px;
	}

	.home-loghi-section a:nth-child(2) img {
		margin-top: -10px;
  		padding-right: 0px;
	}
}

/* Box Donazioni */

.donations-box {
    border: 5px solid #F58221;
    padding: 30px;
}

.donations-box .section-title h2 {
	margin-top: 0px;
}

.donations-box .section-subtitle h3 {
	margin-bottom: 30px;
}

.donations-box .col-md-6:nth-child(2n+1) {
  	padding-right: 7px;
}

.donations-box .col-md-6:nth-child(2n) {
	padding-left: 7px;
}

.donations-box .price {
	border: 1px solid #F58221;
    margin-bottom: 15px;
    text-align: center;
    color: #005BAB;
    font-weight: 900;
    font-size: 25px;
    padding: 5px;
    font-family: 'Montserrat';
}

.donations-box .price:hover, .donations-box .price.selected {
	background-color: #F58221;
  	color: #fff;
}

.donations-box .btn-primary {
	display: block;
  	margin-bottom: 20px;
    margin-top: 0px;
}

.donations-box .description {
	font-size: 16px;
}

@media(max-width: 991px){
	.donations-box .section-title h2 {
		font-size: 27px;
	}

	.donations-box .section-subtitle h3 {
		margin-bottom: 20px;
	}

}

@media(max-width: 767px){
	.donations-box {
		padding: 15px;
	}
	
	.donations-box .btn-primary {
		margin-bottom: 10px;
	}

	.donations-box .section-title h2 {
    	font-size: 21px;
	} 

	.donations-box .col-xs-6:nth-child(2n) {
		padding-left: 7.5px;
	}

	.donations-box .col-xs-6:nth-child(2n+1) {
		padding-right: 7.5px;  	
	}
}

/* Carosello Progetti */

.project-home-section {
	padding-right: 0px;
}

.project-carousel {
	padding-left: 30px;
}

.project-carousel a {
	display: block;
  	height: 472px;
  	position: relative;
}

.project-carousel a .small-square {
	position: absolute;
  	top: 0px;
  	left: 0px;	
  	height: 50px;
  	width: 50px;
}

.project-carousel a .text-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,91,171,0.8);
	width: 68%;
	padding: 0px 20px 20px 20px;
	color: #fff;
}

.project-carousel a .text-box .text {
	line-height: 20px;
  	margin-bottom: 10px;
}

.project-carousel a h2 {
	color: #fff;
}



.project-carousel .owl-nav {
  	position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #F58221;
    color: #fff;
    height: 100px;
    width: 100px;
    font-size: 30px;
    padding: 30px 8px;
}

.project-carousel .owl-nav button {
	width: 40px;
  	margin: 0px !Important;
}

.project-carousel .owl-nav .owl-next {
	float: right;
    padding-top: 10px !Important;
    padding-bottom: 10px !Important;
}

.project-carousel .owl-nav .owl-prev {
	float: left;
    padding-top: 10px !Important;
    padding-bottom: 10px !Important;
}

.project-carousel .owl-nav:before {
	content: "";
  	position: absolute;
  	width: 50%;
  	top: 50%;
  	width: 1px;
  	height: 50px;
  	margin-top: -25px;
  	background-color: #fff;
}

.project-carousel a .btn-primary {
	margin-top: 0px;
  	float: right;
}

.project-carousel a:hover .btn.btn-primary {
	background-color: #F58221;
    border-color: #F58221;
}

.project-carousel a {
	height: 551px;
	background-size: cover;
	background-position: center;
}

.project-home-section > div {
  padding: 0;
}

.project-home-section .project-carousel {
  margin-bottom: 50px;
}

.project-links {
	margin-top: 50px;
        margin-bottom: 30px;
}

.project-links::after {
	clear: both;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
}

.project-links .item a {
	width: 20%;
	float: left;
	height: 150px;
	padding: 6px 25px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
        display: block;
}

.project-links .item  img {
	margin: 0 auto;
}

.project-links .item  .name:before {
	content: "";
    background-color: #F58221;
    height: 3px;
    width: 40px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -20px;
}

.project-links .item .name {
	font-family: 'Montserrat';
	color: #005BAB;
	font-weight: 900;
	font-size: 18px;
	position: relative;
	padding-top: 7px;
    display: block;
}

.project-links .item.active a,
.project-links .item:hover a {
	background-color: #005BAB;
}

.project-links .item.active .name,
.project-links .item:hover .name {
  color: #FFF;
}

@media(max-width: 1450px){
	.project-carousel a {
		height: 573px;
	}
}

@media(max-width: 1200px){
	.project-carousel a {
		height: 656px;	
	}
}

@media(max-width: 991px){
	.project-carousel {
		padding-left: 0px;
	}

	.project-links .item a {
		padding: 6px;
  		width: 25%;
  		margin-bottom: 0px;
	}

}

@media(max-width: 767px){
	.project-links .item a {
		width: 100%;
  		height: auto;
  		text-align: left;
  		padding: 0px;
	}

	.project-links .item img {
   		max-width: 35px;    	
  		margin-bottom: 5px;	
  		float: left;
	}

	.project-links .item .name {
    	text-align: left;
    	padding-left: 5px;
  		display: inline-block;
    	padding-top: 10px;
  		font-size: 15px;
	}

	.project-links .item .name:before {
		display: none;
	}


}

/* Fascia Donazione */
.donations-section {
	padding: 10px 0px 38px;
  	color: #fff;
  	position: relative;
}

#section-44341:hover {
	background-color: #F58221 !Important;
}

.donations-section h2 {
	color: #fff;
}

.donations-section .description {
	margin-bottom: 30px;
}

.donations-section .loghi img {
	float: left;
  	padding-right: 15px;
}

.donations-section .buttons-box {
	position: absolute;
  	right: 0px;
  	top: 0px;
}

.donations-section .buttons-box .item {
    display: block;
    padding: 70.5px 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    width: 199px;
    text-align: center;
    margin: 0px;
    transition: all 0.3s ease-in-out 0s;
    font-family: Montserrat;
    font-weight: 900;
    float: left;
  	position: relative;
  	height: 214px;
}

.donations-section .buttons-box .item:hover:after {
    content: "";
    background-color: #fff;
    width: 70px;
    height: 5px;
    bottom: 45px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
}

.donations-section .btn.btn-primary {
	margin-top: 0px;
  	color: #F58221;
  	margin-left: 100px;
}

.donations-section .btn.btn-primary:hover {
	background-color:  #005BAB;
  	color: #fff;
}

@media(max-width: 1200px){
	.donations-section .buttons-box {
		position: relative;
	}

	.donations-section .btn.btn-primary {
		margin-left: 0px;
  		margin-bottom: 20px;
	}

	.donations-section .buttons-box .item {
    	padding: 20px 0px;
    	width: 50%;
  		height: auto;
	}
}

@media(max-width: 767px){
	.donations-section .buttons-box .item {		
    	width: 100%;
  		padding: 6px 0px;
	}

	.donations-section .btn.btn-primary {
		margin: 15px 0px;
	}

}


/* Fascia News */

.news-home-section {
	padding: 100px 0px;
}

.news-home-section a i{
	 font-size: 10px;
}

.news-home-section a:hover i{
	 color: #000;
}

.news-home-section .section-body {
	position: relative;
}

.news-home-section .link-list {
	margin-top: 10px;
}

.news-home-section .link-list .btn.btn-secondary {
	margin: 30px 0px 50px;
}

.news-home-section .link-list .btn.btn-secondary:nth-child(1),
.news-home-section .link-list .btn.btn-secondary:nth-child(2) {
	margin-right: 15px;
}


.news-home-section .item {
	margin-bottom: 30px;
  	z-index: 2;
}


.news-home-section .item .image {
    position: relative;
}

.news-home-section .icon {
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
}

.news-home-section .icon.type-1 {
	background-color: #F58221;
}

.news-home-section .icon.type-2 {
	background-color: #FEB811;
}

.news-home-section .icon.type-3 {
	background-color: #005BAB;
}

.news-home-section .image {
	height: 500px;
  	background-position: center;
  	background-size: cover;
}

.news-home-section .text-box {
	color: #fff;
    padding: 30px 70px;
  	position: relative;   
    min-height: 210px;
  	text-align: left;
}

.news-home-section .text-box .title {
	font-family: Montserrat;
  	font-weight: 900;
}

.news-home-section .text-box .btn.btn-primary {
	position: absolute;
  	bottom: 0px;
  	right: 0px;
}

.news-home-section .text-box .btn.btn-primary.type-1 {
	background-color: #FEB811;
}

.news-home-section .text-box .btn.btn-primary.type-2,
.news-home-section .text-box .btn.btn-primary.type-3{
	background-color: #F58221;
}

/*.news-home-section .item:hover .icon {
	background-color: #005BAB;
  	border-color: #005BAB;
}*/

.news-home-section .text-box:hover .btn.btn-primary.type-1 {
	background-color: #F58221;
}

.news-home-section .text-box:hover .btn.btn-primary.type-2,
.news-home-section .text-box:hover .btn.btn-primary.type-3{
	background-color: #FEB811;
}

.news-home-section .slides-navigation {
	position: absolute;
  	bottom: 50px;
  	margin: 0px;
  	z-index: 0;
}

.news-home-section .slides-navigation .prev {
   position: absolute;
   background-color: rgba(0,91,171,0.8) !Important;
   padding: 40px 0px !Important;
   border-radius: 0px;
   left: 0px;
   z-index: 1;
}

.news-home-section .slides-navigation .next {
   position: absolute;
   background-color: rgba(0,91,171,0.8) !Important;
   padding: 40px 0px !Important;
   border-radius: 0px;
   right: 0px;
   z-index: 1;
}

.news-home-section .slides-navigation .prev:hover,
.news-home-section .slides-navigation .next:hover{
	background-color: #FEB811 !important;
}

.news-home-section .owl-carousel .owl-nav button.owl-next, 
.news-home-section .owl-carousel .owl-nav button.owl-prev {
  width: 70px;
  height: 170px;
  background-color: #005BAB;
  border-radius: 0;
  position: absolute;
  top: 50%;
  margin-top: -85px;
}

.news-home-section .owl-carousel .owl-nav button.owl-next:hover, 
.news-home-section .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #F58221;
}

.news-home-section .owl-carousel .owl-nav button.owl-next {
  right: 0;
  top: 50%;
}

.news-home-section .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

@media(max-width: 991px){
	.news-home-section {
		padding: 50px 0px;
	}

	.news-home-section .text-box {
		padding: 30px;
	}
}


@media(max-width: 767px){
	.news-home-section {
		padding: 50px 0px;
	}

	.news-home-section .item {
		padding: 0px 53px;
	}	

	.news-home-section .image {
		height: 200px;
	}

	.news-home-section .icon {
		height: 70px;
  		width: 70px;
	}

	.news-home-section .text-box {
		padding: 15px;
	}

	.news-home-section .link-list .btn.btn-secondary {
		margin: 15px 0px 15px;
  		padding: 10px 0px;
    	width: 48%;
	}

	.news-home-section .link-list .btn.btn-secondary:nth-child(1),
	.news-home-section .link-list .btn.btn-secondary:nth-child(2){
		margin-right: 0px;
  		margin-bottom: 0px;
	}

	.news-home-section .link-list .btn.btn-secondary:nth-child(3){
		width: 97%;
	}

}

/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	background-color: #005BAB;
  	padding: 50px 0px;
}

footer .section {
	margin-bottom: 0px !important;
}

/* Loghi */

footer .footer-logo.row {
	margin: 0px;
  	border-bottom: 1px solid #fff;
}

footer .footer-logo .item .slogan {
	color: #fff;
  	padding: 20px 0px 10px;
  	font-weight: 900;
    font-family: 'Montserrat';
}

footer .footer-logo .first-column {
	float: left;
}

footer .footer-logo .first-column .item .slogan {
	color: #F58221;
}

footer .footer-logo .second-column {
	float: right;
}

footer .footer-logo .second-column .item {
	float: left;
}

footer .footer-logo .second-column .item:first-child {
	padding-right: 40px;
}

footer .footer-logo .second-column .slogan {
	text-align: right;
}

footer .footer-logo .second-column a:hover .slogan {
	color: #FEB811;
}

@media(max-width: 1200px){
	footer .first-column img {
		width: 60%;
	}

	footer .second-column img {
		width: 82%;
  		margin-right: 0px;
    	margin-left: auto;
	}

	footer .footer-logo .second-column .item {
		text-align: right;
	}

	footer .footer-logo .second-column .item:first-child {
		padding-right: 0px;
  		margin-left: 70px;
	}

	footer .footer-logo .item .slogan {
		padding: 10px 0px;
	}

	footer .footer-logo .first-column .item .slogan {
    	width: 80%;
    	line-height: 20px;
	}

}

@media(max-width: 991px){
	footer .footer-logo .first-column {
		width: 40%;
	}

	footer .footer-logo .second-column {
		width: 60%;
	}

	footer .footer-logo .second-column .item:nth-child(1) img {
		width: 65%;
	}

	footer .footer-logo .second-column .item:nth-child(2) {
		width: 60%;
	}
}

@media(max-width: 767px){

	footer {
  		padding: 30px 0px;
	}

	footer .footer-logo .first-column {
		width: 100%;
	}

	footer .footer-logo .second-column {
		width: 100%;
	}

	footer .footer-logo.row {
		padding-bottom: 15px;
	}

	footer .footer-logo .first-column .item .slogan {
		width: 100%;
  		padding-left: 170px;
  		font-size: 16px;
	}


}

/* Contatti */

.footer-contact .item {
	padding: 10px 0px;
  	color: #fff;
}

.footer-contact .item .name {
	font-weight: 900;
    font-family: 'Montserrat';
}

.footer-contact .item a {
	color: #fff;  	
  	display: block;
}

.footer-contact .item a:hover {
	color: #FEB811;
}

.footer-contact .item a.phone {
	margin-bottom: 20px;
}


/* Iscrizione Newsletter */

.contacts .header-contacts {
	color: #FEB811;
    font-weight: 900;
    padding-top: 10px;
    font-family: 'Montserrat';
}

.contacts label {
	color: #fff !important;
}

.contacts .inputbox .legend {
	display: none;
}

.contacts .privacy-html {
	color: #fff;
  	font-size: 12px;
  	margin-bottom: 5px;
  	position: relative;
}

.contacts .privacy-html a{
	color: #fff;
  	text-decoration: underline;
}

.contacts .privacy-html a:hover {
	color: #FEB811;
}

.privacy-html input[type="checkbox"] {
	margin: 0px 2px !Important;
}

.contacts .btn.btn-primary {
	margin-top: 0px;
    float: right;
  	padding: 5px 20px;
}

.contacts .form-group {
    margin-bottom: 10px;
}

#footer-copyright {
	text-align: right;
  	color: #fff;
  	margin-top: 30px;
}

#footer-copyright a {
	color: #fff;
  	padding: 5px;
}

#footer-copyright a:hover {
	color: #FEB811;
}

@media(max-width: 991px){
	.contacts {
		padding: 0px;
	}

	.links {
		padding: 0px;
	}

	a.list-group-item {
		text-align: left;
	}

	.contacts .buttons.text-center {
		text-align: right;
	}	

	.contacts .btn.btn-primary {
		float: none;
	}

	.list-group {
		column-count: 2;
	}

	#footer-copyright {
    	text-align: center;
    	margin-top: 20px;
	}
}

@media(max-width: 767px){
	.list-group {
		column-count: 1;
	}

	footer .first-column img {
		width: 150px;
  		margin-right: 20px;
	}	

	footer .first-column .slogan { 
		padding: 4px 0px;
	}

	footer .second-column img {
		width: 150px;
  	  	margin-right: 20px;
	}

	footer .second-column .slogan {
		font-size: 16px;
	}

	footer .footer-logo .second-column .item:nth-child(1) img {
    	width: 50px;
    	margin: 20px 20px 20px 0px;
	}

	footer .item img {
		float: left;
	}

	footer .footer-logo .second-column .item:nth-child(1) .slogan {
    	padding: 30px 0px;
	}

	footer .footer-logo .second-column .item:first-child {
		margin-left: 0px;
	}

	footer .footer-logo .second-column .item:nth-child(1),
	footer .footer-logo .second-column .item:nth-child(2) {
		width: 100%;
	}	

	footer .footer-logo .second-column .slogan {
		text-align: left;
	}

	.footer-contact .item a.phone {
		margin-bottom: 0px;
	}

	#footer-copyright {
		margin-top: 20px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Fai una donazione
------------------------------------------------------------------------------------------------- */
/*.make-donation .price-list,
.make-donation .donor-type{
	margin-bottom:40px;
}

.make-donation .donor-type .btn-secondary {
	display: block;
}

.make-donation .price-list .btn.btn-secondary {
	margin-right: 30px;
    width: 17%;
    background-color: transparent;
    color: #005BAB;
    font-family: 'Montserrat';
    font-weight: 900;
    border-color: #F58221;
  	margin-top: 0px;
    display: inline-block;
}

.make-donation .price-list .btn.btn-secondary:hover {
    color: #fff;
    background-color: #F58221;
}

.make-donation .payment-list .btn.btn-secondary {
	display: block;
  	padding: 10px 15px;
}

.make-donation .button {	
  	border-top: 1px solid #999;
    margin-top: 20px;
}

.make-donation .button .btn.btn-primary{
  	display: block;
}
*/

.make-donation .price-list,
.make-donation .donor-type,
.make-donation .payment-list,
.make-donation .sex-type {
  margin: 0 0 30px;
  padding: 0;
}

.make-donation .price-list {
	margin: 0 -15px 30px;
}

.make-donation .price-list .input-group,
.make-donation .donor-type .input-group,
.make-donation .payment-list .input-group,
.make-donation .sex-type .input-group {
  display: inline-block;
  width: 20%;
  padding: 0 15px;
}

.make-donation .donor-type .input-group,
.make-donation .sex-type .input-group {
  width: 50%;
}

.make-donation .payment-list .input-group {
  width: 50%;
}

.make-donation .price-list .input-group .option-label,
.make-donation .donor-type .input-group .option-label,
.make-donation .payment-list .input-group .option-label,
.make-donation .sex-type .input-group .option-label  {
  font-weight: 900;
  border: 1px solid #F58221;
  font-family: 'Montserrat';
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.make-donation .price-list .input-group .option-label:hover,
.make-donation .donor-type .input-group .option-label:hover,
.make-donation .payment-list .input-group .option-label:hover,
.make-donation .sex-type .input-group .option-label:hover,
.make-donation .price-list .input-group input.input-type-optionbutton:checked + label,
.make-donation .donor-type .input-group input.input-type-optionbutton:checked + label,
.make-donation .payment-list .input-group input.input-type-optionbutton:checked + label,
.make-donation .sex-type .input-group input.input-type-optionbutton:checked + label {
  background-color: #F58221;
  color: #FFF;
}

.make-donation .price-list .input-group input.input-type-optionbutton,
.make-donation .donor-type .input-group input.input-type-optionbutton,
.make-donation .payment-list .input-group input.input-type-optionbutton,
.make-donation .sex-type .input-group input.input-type-optionbutton {
  display: none;
}

.make-donation .sex-type .input-group .option-label {
  font-weight: normal;
  padding: 5px;
  margin: 0;
}

.make-donation .sex-type {
  margin: 0;
}

.make-donation select {
	display: block;
  	width: 100%;
  	max-width: 100% !important;
    height: 40px !important;
    border: 1px solid #999;
    box-shadow: none;
    font-size: 18px;
}

.make-donation .other-import .input-div {
	margin: -5px auto 30px;
	width: 300px;
}

.make-donation .consensus-list label.option-label {
	color: #005BAB;
	font-size: 25px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0;
	font-family: Montserrat;
}

.make-donation .message {
	padding-top: 10px;
  	margin-bottom: 30px;
}

.make-donation .message a {
	color: #333;
  	text-decoration: underline;
}

.make-donation .message a:hover {
	color: #F58221;
}

.make-donation .consensus-list .title {
	color: #005BAB;
    font-weight: 900;
}

.make-donation .consensus-list label.control-label {
	color: #005BAB;
    font-size: 25px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Montserrat;
}

.make-donation .consensus-list .input-group {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 20px;
}

.make-donation .consensus-list .input-group input {
  position: absolute;
  left: 0;
  top: -5px;
}

.make-donation .inputbox .legend {
  display: none;
}

.make-donation .buttons {
	border-top: 1px solid #999;
	max-width: 1000px;
	margin: 0 auto;
}

.make-donation .buttons a {
  display: block;
  border: none;
}

.make-donation .payment-list {
  margin-bottom: 0;
}

.make-donation .message {
	margin-top: -20px;
}

.make-donation .section-subtitle h3 {
	margin-bottom: 20px;
}

/*Validazioni*/
.make-donation .price-list .validation-error-label, 
.make-donation .donor-type .validation-error-label, 
.make-donation .payment-list .validation-error-label,
.make-donation .sex-type .validation-error-label {
  width: 170px;
  text-align: center;
  right: auto;
  left: 50%;
  margin-left: -85px;
  bottom: -23px;
}

.make-donation .consensus-list .validation-error-label {
  right: auto;
  bottom: -20px;
}

/*Modale*/
.modal-header {
  background-color: #F58221;
  color: #FFF;
  text-align: center;
  position: relative;
}
.modal-header .modal-title {
  font-weight: 900;
  font-family: 'Montserrat';
  font-size: 22px;
  text-transform: uppercase;
}
.modal-header .close {
  position: absolute;
  background-color: #FFF;
  width: 40px;
  opacity: 1;
  height: 40px;
  right: -20px;
  color: #005BAB;
  font-weight: 900;
  font-family: 'Montserrat';
  font-size: 30px;
}
.modal-header .close:hover {
  color: #FFF;
  background-color: #005BAB;
}
.modal .modal-footer .btn {
	margin-top: 0;
}

@media(max-width:991px){
.make-donation .price-list .input-group, 
.make-donation .donor-type .input-group,
.make-donation .payment-list .input-group, 
.make-donation .sex-type .input-group {
	padding: 0 10px;
}
}

@media(max-width:767px){
.make-donation .price-list .input-group, 
.make-donation .donor-type .input-group, 
.make-donation .payment-list .input-group, 
.make-donation .sex-type .input-group {
  padding: 0 5px;
}
.make-donation .price-list .input-group {
    padding: 0 2px;
}
.make-donation .price-list, 
.make-donation .donor-type, 
.make-donation .payment-list, 
.make-donation .sex-type {
  margin: 0 -5px 20px;
}
.make-donation .price-list .input-group .option-label, 
.make-donation .donor-type .input-group .option-label, 
.make-donation .payment-list .input-group .option-label,
.make-donation .sex-type .input-group .option-label {
  font-size: 18px;
}
.make-donation .donor-type .input-group {
  width: 100%;
}
.make-donation .donor-type, 
.make-donation .payment-list, 
.make-donation .sex-type {
  margin: 0 10px 20px;
}
.make-donation .payment-list {
  margin: 0 10px;
}
.make-donation .consensus-list label.option-label {
  font-size: 19px;
}
.make-donation .consensus-list .input-group input {
  top: -11px;
}
.make-donation .payment-list .option-label {
  min-height: 73px;
}
.make-donation .payment-list .input-group {
  float: left;
}
.modal-header .modal-title {
  font-size: 20px;
}
.modal .modal-footer .btn {
  padding: 5px 15px;
}
}

/*Conferma bonifico*/
.confirm-bank-transfer {
  border: 5px solid #F58221;
  padding: 50px;
  max-width: 600px;
  margin: 50px auto 0;
}

.confirm-bank-transfer .section-title, 
.confirm-bank-transfer .section-subtitle {
  text-align: center;
}

/*Donazione annullata o confermata*/
.donation-confirm,
.donation-failed {
  border: 5px solid #F58221;
  max-width: 500px;
  padding: 50px;
  margin: 50px auto 0;
  text-align: center;
}
/* ---------------------------------------------------------------------------------------------- */



/* News
------------------------------------------------------------------------------------------------- */
.news-list .btn.btn-secondary {
	margin: 0 auto;
  	margin-top: 40px;	
  	margin-bottom: 50px;
}

.news-list .btn.btn-secondary:nth-child(1),
.news-list .btn.btn-secondary:nth-child(2),
.news-list .btn.btn-secondary:nth-child(3){
	margin-right: 15px;
}


.news-list .grid .item {
	margin-bottom: 30px;
}

/*.news-list .grid .item:hover .icon {
	background-color: #005BAB;
  	border-color: #005BAB;
}
*/
.news-list .grid .item.type-1:hover .btn.btn-primary {
	background-color: #F58221;
}

.news-list .grid .item.type-2:hover .btn.btn-primary,
.news-list .grid .item.type-3:hover .btn.btn-primary{
  	background-color: #FEB811;
}

.news-list .grid .item .image {
    position: relative;
}

.news-list .icon {
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100px;
}

.news-list .icon.type-1 {
	background-color: #F58221;
}

.news-list .icon.type-2 {
	background-color: #FEB811;
}

.news-list .icon.type-3 {
	background-color: #005BAB;
}

.news-list .image {
	height: 500px;
  	background-position: center;
  	background-size: cover;
}

.news-list .text-box {
	color: #fff;
    padding: 30px 70px;
  	position: relative;   
    min-height: 210px;
}

.news-list .text-box .title {
	font-family: Montserrat;
  	font-weight: 900;
}

.news-list .text-box .btn.btn-primary {
	position: absolute;
  	bottom: 0px;
  	right: 0px;
}

.news-list .text-box .btn.btn-primary.type-1 {
	background-color: #FEB811;
}

.news-list .text-box .btn.btn-primary.type-2,
.news-list .text-box .btn.btn-primary.type-3 {
	background-color: #F58221;
}

.news-detail {
	position: relative;
  	margin-top: 50px;
    text-align: left;
}

.news-detail h2 {
	margin-top: 0px;
}

.news-detail .icon {
    position: absolute;
    left: 0px;
  	top: 0px;
	width: 150px;
    height: 150px;
    padding: 24px;
    text-align: center;
}

.news-detail .icon.type-1 {
	background-color: #F58221;
}

.news-detail .icon.icon.type-1.type-2 {
	background: none;
	padding: 0;
}

.news-detail .icon.type-3 {
	background-color: #005BAB;
}

.news-detail .item {
	padding-left: 150px;
  	display: inline-block;
}

.news-detail .item .data {
	color: #005BAB;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-size: 25px;
}

.news-detail .item .gray {
	padding: 50px;
  	margin-bottom: 10px;
}

.news-detail .item .image {
	height: 500px;
  	background-position: center;
  	background-size: cover;
  	margin-bottom: 40px;
}

.news-detail .item .text {
  	margin-bottom: 40px;
}

.news-detail .share {
	background-image: url('../Images/Share.png');
  	display: inline-block;
    width: 50px;
    height: 50px;
}

.news-detail .share:hover {
	background-color: #F58221;
}

.news-detail .navigation {
	float: right;
}

.news-detail .navigation a {
	display: block;
    width: 50px;
    height: 50px;
    float: left;
}

.news-detail .navigation a:hover {
	background-color: #000;
}

.news-detail .social {
	display: inline-block;
}

.news-detail .social h3 {
	float: left;
    margin-bottom: 0px;
}

.news-detail .social-list {
	float: right;
}

.news-detail .social-list .item {
	display: inline-block;
  	width: 50px;	
  	height: 50px;
  	padding-left: 0px;
}

.news-detail .social-list .item:hover {
	background-color: #000;
}

@media(max-width: 991px){
	.news-list .btn.btn-secondary {
		margin-top: 0px;
  		margin-bottom: 10px;
	}

	.news-list .btn.btn-secondary:last-child {
		margin-bottom: 50px;
	}

	.news-list .btn.btn-secondary:nth-child(1), 
	.news-list .btn.btn-secondary:nth-child(2),
	.news-list .btn.btn-secondary:nth-child(3) {
  		margin-top: 15px;
	}
	
	.news-list .image {
		height: 250px;
	}

	.news-list .icon {
		height: 70px;
  		width: 70px;
	}

	.news-list .text-box {
		padding: 15px;
  		min-height: 180px;
	}

	.news-detail .icon {
		width: 100px;
  		height: 100px;
  		padding: 0px;
	}

	.news-detail .item {
		padding-left: 100px;
	}

	.news-detail .item .gray {
		padding: 30px;
	}

	.news-detail .item .image {
    	height: 300px;
  		margin-bottom: 30px;
	}

	.news-detail .item .text {
		margin-bottom: 30px;
	}

	.news-detail .social-list {
		float: none;
	}
}

@media(max-width: 767px){
	.news-list .text-box {
		min-height: 170px;
	}

	.news-detail .icon {
		display: none;
	}

	.news-detail .item {
		padding-left: 0px;
	}

	.news-detail .item .gray {
		padding: 15px;
	}
		
	.news-list .btn.btn-secondary {
        margin-bottom: 15px;
        width: 49%;
        padding: 10px 0px;
  		min-height: 47px;
	}

	.news-list .btn.btn-secondary:last-child {
		line-height: 15px;	
  		margin-bottom: 15px;
	}

	.news-list .btn.btn-secondary:nth-child(1),
	.news-list .btn.btn-secondary:nth-child(2),
	.news-list .btn.btn-secondary:nth-child(3){
		margin-right: 0px;
  		margin-top: 0px;
	}

	.news-detail .social-list .item,
	.news-detail .share,
	.news-detail .navigation a {
		width: 40px;	
  		height: 40px;
	}

	.news-detail .share {
		background-size: cover;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Rassegna Stampa
------------------------------------------------------------------------------------------------- */
.year-list {
	margin-top: 30px;
    text-align: center;
}

.year-list .btn.btn-secondary {
	margin-right: 15px;
  	white-space: normal;
}

.press-review-list {
	margin-top: 40px;
}

.press-review-list .item {
	display: block;
  	margin-bottom: 30px;
  	color: #000;
  	padding: 30px 70px;
  	position: relative;
  	min-height: 230px;
}

.press-review-list .item .newspaper {
	color: #F58221;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat';
}

.press-review-list .item .title {
	margin-top: 0px;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #005BAB;
}

.press-review-list .item .btn.btn-primary {
	position: absolute;
    bottom: 0px;
    right: 0px;
}

.press-review-list .item:hover .btn.btn-primary {
	background-color: #005BAB;
  	border-color: #005BAB;
}

@media(max-width: 1200px){
	.press-review-list .item {
    	padding: 20px 50px;
    	min-height: 271px;
	}
}


@media(max-width: 991px){

	.year-list .btn.btn-secondary {
		width: 49%;
    	margin-bottom: 10px;
    	padding: 10px 0px;
      	margin-right: 0px;
	}

	.press-review-list {
		margin-top: 30px;
	}

	.press-review-list .item {	
    	padding: 30px;
    	min-height: auto;
	}
}

@media(max-width: 767px){

	.year-list {
		margin-top: 10px;
	}

	.press-review-list {
		margin-top:15px;
	}

	.press-review-list .item {	
    	padding: 15px;
    	min-height: auto;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Diventa Sponsor CPA
------------------------------------------------------------------------------------------------- */
.sponsor-image {
	height: 514px;
  	background-position: center;
  	background-size: cover;
  	position: relative;
}

.sponsor-image .medium-square {
	position: absolute;
  	top: 0px;
  	left: 0px;
    width: 100px;	
  	height: 100px;
}

.sponsor-image .big-square {
	position: absolute;
  	bottom: 0px;
  	right: 0px;
    width: 150px;	
  	height: 150px;
}

.strengths-list .item {
	width: 20%;
  	float: left;
}

#section-44604 .strengths-list .item {
	width: 25%;
}

.strengths-list .item a {
	width: 150px;
    display: inline-block;
    padding: 6px 6px;
}

.strengths-list .item .icon img{
	margin: 0 auto;
}

.strengths-list .item .name {
	font-family: 'Montserrat';
    color: #005BAB;
    font-weight: 900;
    font-size: 20px;
    font-size: 16px;
    position: relative;
    padding-top: 7px;
  	text-align: center;
  	max-width: 136px;
  	margin: 0 auto;
}

.strengths-list .item .name:before {
    content: "";
    background-color: #F58221;
    height: 3px;
    width: 40px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -20px;
}

.strengths-list .item a:hover {
    background-color: #005BAB;
}

.strengths-list .item a:hover .name {
    color: #fff;
}

.strengths .small-square {
  	position: absolute;
  	top: -50px;
  	left: -50px;
	width: 50px;
  	height: 50px;  	
}

.strengths .medium-square {
  	position: absolute;
  	top: -100px;
  	right: -100px;
	width: 100px;
  	height: 100px;  	
}

.strengths .item-detail {
	padding-left: 150px;
    display: inline-block;
    position: relative;
}

.strengths .item-detail .gray {
	padding: 50px;
    margin-bottom: 30px;
}

.strengths .item-detail .icon {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    padding: 6px 19px;
    text-align: center;
}

.strengths .item-detail .icon img {
	margin: 0 auto;
}

.strengths .item-detail .icon .name:before {
	content: "";
    background-color: #F58221;
    height: 3px;
    width: 40px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -20px;
 
}

.strengths .item-detail .icon .name {
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    font-size: 16px;
  	position: relative;
  	padding-top: 7px;
}

.strengths .btn.btn-primary.orange {
	border-color: #F58221;
}

.strengths .btn.btn-primary.blue {
	border-color: #005BAB;
}

.strengths .btn.btn-primary:hover {
	border-color: #F58221;
}

.strengths .item-detail .logo {
	float: right;
    vertical-align: bottom;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.strengths .item-detail h2 {
	margin-top: 0px;
}

.logo-list .item{
  	margin-bottom: 30px;
  	filter: grayscale(100%);
}

.logo-list .item:hover {
	filter: none;
}

.strengths .hashtag {
	margin-top: 20px;
}

.strengths .hashtag .item {
	display: inline-block;
  	font-family: 'Montserrat';
    color: #fff;
    font-weight: 900;
  	padding: 10px 35px;
}

.strengths .description .info {
	display: inline-block;
    font-family: 'Montserrat';
    color: #fff;
    padding: 10px 35px;
  	margin-top: 20px;
}

.strengths .description .info a {
	font-weight: 900;
  	color: #fff;
}

.strengths .description .info a:hover {
  	color: #005BAB;
}

#section-44600 .item-detail:last-child .icon {
	height: 170px;
  	padding: 6px 5px;
}

@media(max-width: 1450px){
	.sponsor-image {
		height: 565px;
	}
}

@media(max-width: 1200px){
	.sponsor-image {
    	height: 633px;
	}
}

@media(max-width: 991px){
	.sponsor-image {
		height: 400px;	
	}

	.strengths .small-square,
	.strengths .medium-square{
		display: none;
	}

	.strengths-list .item .icon img {
    	max-width: 50px;
    	margin-bottom: 5px;
	}

	.strengths-list .item .name {
    	font-size: 15px;
    	max-width: 102px;
	}

	.strengths .item-detail .icon img {
		max-width: 60px;
	}

	.strengths .item-detail .icon .name {
		font-size: 15px;
	}

	.strengths .item-detail .icon {
    	width: 120px;
   		padding: 6px 7px;
   		text-align: center;
  		height: auto;
	}

	.strengths .item-detail {
		padding-left: 120px;
	}

	.strengths .item-detail .gray {
		padding: 30px;
	}

	.strengths .item-detail h2 {
		font-size: 27px;
	}

	.strengths .item-detail .logo {
    	float: none;
    	max-width: 110px;
	}


}

@media(max-width: 767px){
	#section-44604 .strengths-list .item,
	.strengths-list .item {
    	width: 100%;
  		text-align: left;
	}

	.strengths-list .item a {
		width: 100%;
  		padding: 0px;
	}

	.strengths-list .item a .icon {
		float: left;
	}

	.strengths-list .item .name:before {
		display: none;
	}

	.strengths-list .item .name {
    	font-size: 15px;
    	max-width: 100%;
    	text-align: left;
    	padding-left: 40px;
    	padding-top: 9px;
	}

	.strengths .item-detail .icon {
		position: relative;	
  		width: 100%;
  		display: block;
  		text-align: left;
  		min-height:	65px;
	}

	.strengths .item-detail {
		padding-left: 0px;
	}

	.strengths .item-detail .icon img {
		max-width: 50px;
		float: left;
	}

	.strengths .item-detail .icon .name:before {
		display: none;
	}

	.strengths .item-detail .gray {
    	padding: 15px;
	}	

	.strengths .item-detail h2 {
		font-size: 21px;
	}

	.strengths .hashtag {
    	margin-top: 10px;
	}

	.strengths .hashtag .item {
		padding: 6px 20px;
	}

	.strengths .description .info {
		padding: 6px 15px;
	}

	.strengths .btn.btn-primary.orange {
		text-align: left;
  		padding: 6px 15px;
	}

	.strengths .item-detail .icon .name {
		padding-top: 15px;
	}

	.strengths-list .item .icon img {
		width: 35px;
	}

	#section-44600 .item-detail:last-child .icon {
		height: auto;
	}

	.logo-list .item {
		margin-bottom: 15px;
	}

	.logo-list .col-xs-6:nth-child(2n){
		padding-left: 7.5px;
	}

	.logo-list .col-xs-6:nth-child(2n+1){
		padding-right: 7.5px;
	}

	.logo-list .item {
		height: auto;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Partner
------------------------------------------------------------------------------------------------- */
.partner .button {
	margin-bottom: 40px;
}

/* ---------------------------------------------------------------------------------------------- */



/* Chi siamo - La storia
------------------------------------------------------------------------------------------------- */
.history .description {
	text-align: justify;
}

.history .image {	
 	height: 550px;
    background-position: center;
    background-size: cover;
    position: relative;
  	margin-top: 100px;
}

.history .image .medium-square{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
}

.history .image .big-square {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 150px;
    height: 150px;
}

.history .name {
	color: #F58221;
  	text-align: right;
  	font-weight: 600;
  	margin-top: 30px;
}

@media(max-width: 991px){
	.history .image {
		margin-top: 50px;
	}	
}

@media(max-width: 767px){
	.history .image {
		margin-top: 30px;
  		height: 400px;
	}	

	.history .name {
		margin-top: 15px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Chi siamo - Obiettivi
------------------------------------------------------------------------------------------------- */
.goal .description {
	text-align: justify;
}

/* ---------------------------------------------------------------------------------------------- */



/* Chi siamo - Struttura
------------------------------------------------------------------------------------------------- */
.structur-intro .section-title h2 {
	max-width: 1200px;
}

.structur-intro .btn.btn-secondary:nth-child(1){
	margin-right: 15px;
}

.structur-intro .btn.btn-secondary {
  	margin-bottom: 40px;
}

.structur-list .item-detail {
	position: relative;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 101px;
    width: 100%;
}

.structur-list .item-detail .name {
	color: #F58221;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.structur-list .icon {
  	position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    padding: 22px 19px;
    text-align: center;
}

.structur-list .icon .close {
	display: none;
}

.structur-list .item .gray{
	padding: 14px 50px;
    margin-bottom: 10px;
    min-height: 100px;
    text-align: left;
}

.structur-list .item .show-more {
	margin-top: 30px;
  	position: relative;
    display: none;
}

.structur-list .item .show-more .image {
    position: absolute;
    left: 0px;
    top: 0px;
}

.structur-list .item .show-more .text {
	padding-left: 230px;
    padding-bottom: 30px;
    color: #000;
}

.structur-list .item-detail.active .icon.blue .open {
	display: none;
}

.structur-list .item-detail.active .icon.blue .close {
	display: block;
  	opacity: 1;
}

.structur-list .item-detail:nth-child(5) .show-more .text,
.structur-list .item-detail:nth-child(6) .show-more .text,
.structur-list .item-detail:nth-child(7) .show-more .text,
.structur-list .item-detail:nth-child(8) .show-more .text {
	padding-left: 0px;
}

.structur-list .item-detail .show-more .text strong {
	color: #F58221;
    font-weight: 600;
}

.structur-list .item-detail .show-more .text-blue {
	position: absolute;
    right: 0px;
    top: -60px;
  	color: #005BAB;
}

.structur-list .item-detail .show-more .people tr td:nth-child(1) {
	border-left: 1px solid #ddd;
}

.structur-list .item-detail .show-more .people tr:last-child td {
	border-bottom: 1px solid #ddd;
}

.structur-list .item-detail .show-more strong.name-blue {
	color: #005BAB;
  	font-weight: 600;
}

.structur-list .item-detail .show-more strong.name-yellow {
	color: #FEB811;
  	font-weight: 600;
}

@media(max-width: 767px){
	.structur-intro .btn.btn-secondary {
    	margin-bottom: 15px;
    	padding: 6px 0px;
    	width: 49%;
	}

	.structur-list .item-detail {
		padding: 0px 15px;
	}

	.structur-list .icon {
		width: 70px;
    	height: 70px;
    	padding: 5px;
  		left: 15px;
	}

	.structur-list .item .gray {
	    margin-bottom: 0px;
	    min-height: auto;
	}

	.structur-list .active .item .gray {
  		padding: 15px;
	}

	.structur-list .active .item .gray .section-title {
    	padding: 10px 0px 7px 72px;	
	}

	.structur-list .item .gray .section-title {
  		padding: 10px 0px 7px 42px;
	}

	.structur-list .item .gray h2 {
		margin-top: 0px;
	}

	.structur-list .item .show-more .text {
		padding-left: 220px;
	}

	.structur-list .item-detail .name {
		font-size: 21px;
	}

	.structur-list .item .show-more .text {
		padding-bottom: 0px;
	}

	.structur-intro .btn.btn-secondary:nth-child(1) {
		margin-right: 0px;
	}
	
	.structur-list .item .show-more .image {
		position: relative;
	}

	.structur-list .item .show-more .text {
		padding-left: 0px;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Chi Siamo - Partner 
------------------------------------------------------------------------------------------------- */
.partner .btn.btn-secondary:nth-child(1){
	margin-right: 15px;
}

.partner .btn.btn-secondary {
  	margin-bottom: 40px;
}

@media(max-width: 767px){
	.partner .button {
    	margin-bottom: 0px;
	}

	.partner .btn.btn-secondary {
    	margin-bottom: 10px;
    	padding: 6px 0px;
    	width: 100%;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Iniziative
------------------------------------------------------------------------------------------------- */
.testimonial-carousel {
	padding-left: 30px;
}

.testimonial-carousel a {
	display: block;
  	height: 551px;
  	position: relative;
	background-size: cover;
  	background-position: center;    
}

.testimonial-carousel a .small-square {
	position: absolute;
  	top: 0px;
  	left: 0px;	
  	height: 50px;
  	width: 50px;
}

.testimonial-carousel a .text-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,91,171,0.8);
	width: 68%;
	padding: 0px 20px 20px 20px;
	color: #fff;
}

.testimonial-carousel a .text-box .text {
	line-height: 20px;
  	margin-bottom: 10px;
}

.testimonial-carousel a h2 {
	color: #fff;
}

.testimonial-carousel a .btn-primary {
	margin-top: 0px;
  	float: right;
}

.testimonial-carousel .owl-nav {
  	position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #F58221;
    color: #fff;
    height: 100px;
    width: 100px;
    font-size: 30px;
    padding: 30px 8px;
}

.testimonial-carousel .owl-nav button {
	width: 40px;
  	margin: 0px !Important;
}

.testimonial-carousel .owl-nav .owl-next {
	float: right;
    padding-top: 10px !Important;
    padding-bottom: 10px !Important;
}

.testimonial-carousel .owl-nav .owl-prev {
	float: left;
    padding-top: 10px !Important;
    padding-bottom: 10px !Important;
}

.testimonial-carousel .owl-nav:before {
	content: "";
  	position: absolute;
  	width: 50%;
  	top: 50%;
  	width: 1px;
  	height: 50px;
  	margin-top: -25px;
  	background-color: #fff;
}

.testimonial-carousel a:hover .btn.btn-primary {
	background-color: #F58221;
    border-color: #F58221;
}


.testimonial .image {
	height: 320px;
  	background-position: center;
  	background-size: cover;
  	margin-bottom: 30px;
  	position: relative;
}

.testimonial .image .overlay {
	background-color: rgba(0,91,171,0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 120px 50px;
    text-align: center;
}

.testimonial .image:hover .overlay {
	opacity: 1;
}

.testimonial .image .name {
	font-family: 'Montserrat';
    font-weight: 900;
}

@media(max-width: 1450px){
    .testimonial-carousel a {
		height: 573px;
	}	
}

@media(max-width: 1200px){
    .testimonial-carousel a {
		height: 656px;
	}	
}

@media(max-width: 991px){
	.testimonial-carousel {	
		padding-left: 0px;
	}

	.testimonial-carousel a h2 {
		font-size: 27px;
	}
}


@media(max-width: 767px){

	.testimonial-carousel a h2 {
		font-size: 21px;
	}

	.testimonial .image {
		margin-bottom: 15px;
	}

	.testimonial .image {
		margin-bottom: 15px;
	}

	.testimonial .col-xs-6:nth-child(2n){
  		padding-left: 7.5px;
	}

	.testimonial .col-xs-6:nth-child(2n+1){
		padding-right: 7.5px;
	}
}

@media(max-width: 500px){
	.testimonial .image {
		height: 200px;	
	}

	.testimonial .image .overlay {
		padding: 53px 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Cancro Point
------------------------------------------------------------------------------------------------- */
.cancro-point-list .item {
	margin-bottom: 30px;
}

.cancro-point-list .icon {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
}

.cancro-point-list .image {
	height: 500px;
  	background-position: center;
  	background-size: cover;
  	position: relative;
}

.cancro-point-list .text-box {
	color: #fff;
    padding: 30px 70px;
  	position: relative;   
    min-height: 210px;
}

.cancro-point-list .text-box .title {
	font-family: Montserrat;
  	font-weight: 900;
}

.cancro-point-list .text-box .btn.btn-primary {
	position: absolute;
  	bottom: 0px;
  	right: 0px;
}

.cancro-point-list iframe {
	width: 100%;
    height: 300px;
  	margin-bottom: 0px;
  	display: block;
}

.cancro-point-detail {
	position: relative;
  	margin-top: 50px;
    text-align: left;
}

.cancro-point-detail h2 {
	margin-top: 0px !Important;
}

.cancro-point-detail .icon {
    position: absolute;
    left: 0px;
  	top: 0px;
	width: 150px;
    height: 150px;
    padding: 24px;
    text-align: center;
}

.cancro-point-detail .item {
	padding-left: 150px;
  	display: inline-block;
}

.cancro-point-detail .item .gray {
	padding: 50px;
  	margin-bottom: 10px;
}

.cancro-point-detail .item iframe {
  	width: 100%;
  	height: 500px;
  	margin-bottom: 40px;
}

.cancro-point-detail .item .text {
  	margin-bottom: 40px;
}

.cancro-point-detail .share {
	background-image: url('../Images/Share.png');
  	display: inline-block;
    width: 50px;
    height: 50px;
}

.cancro-point-detail .share:hover {
	background-color: #F58221;
}

.cancro-point-detail .navigation {
	float: right;
}

.cancro-point-detail .navigation a {
	display: block;
    width: 50px;
    height: 50px;
    float: left;
}

.cancro-point-detail .navigation a:hover {
	background-color: #000;
}

@media(max-width: 991px){
	.cancro-point-list .image {
		height: 250px;
	}	

	.cancro-point-list .icon {
		width: 70px;
    	height: 70px;
	}

	.cancro-point-list .text-box {
		padding: 15px;
  		min-height: 167px;
	}

	.cancro-point-detail .icon {
    	width: 100px;
    	height: 100px;
    	padding: 0px;
	}

	.cancro-point-detail .item {
		padding-left: 100px;
	}

	.cancro-point-detail .item .gray {
		padding: 30px;
	}

	.cancro-point-detail .item iframe {
		height: 300px;
	}

	.cancro-point-detail .item iframe,
	.cancro-point-detail .item .text {
		margin-bottom: 20px;
	}
}

@media(max-width: 767px){
	.cancro-point-list .text-box {
		min-height: auto;
  	    min-height: 135px;
	}

	.cancro-point-detail .icon {
    	display: none;
	}

	.cancro-point-detail .item {
    	padding-left: 0px;	
	}

	.cancro-point-detail .item .gray {
    	padding: 15px;
	}

	.cancro-point-detail .share {
		width: 40px;
  		height: 40px;
  		background-size: cover;
	}

	.cancro-point-detail .navigation a {
		width: 40px;
  		height: 40px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Iniziative
------------------------------------------------------------------------------------------------- */
.initiatives-list .icon,
.initiative .icon{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    padding: 6px 19px;
    text-align: center;
}

#section-44728 .initiative .icon {
	min-height: 172px;
}

.initiatives-list .item-detail:last-child .icon{
	height: 170px;
}

.initiatives-list .item-detail,
.initiative{
	position: relative;
  	margin-bottom: 30px;
}

.initiatives-list .item-detail .icon img,
.initiative .icon img {
	margin: 0 auto;
}

.initiatives-list .item-detail .icon .name:before,
.initiative .icon .name:before{
	content: "";
    background-color: #F58221;
    height: 3px;
    width: 40px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -20px;
}

.initiatives-list .item-detail .icon .name,
.initiative .icon .name {
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    font-size: 16px;
  	position: relative;
  	padding-top: 7px;
}

.initiatives-list .item-detail .image {
	background-size: cover;	
 	background-position: center;
  	height: 450px;
}

.initiatives-list .image {
    margin-left: 150px;
    padding: 0px;
}

.initiatives-list .item {
	padding: 0px;
}

.initiatives-list .gray {
    height: 450px;
    padding: 50px;
}

.initiative .item {
	padding-left: 150px;
  	display: inline-block;
}

.initiative .item .gray {
    padding: 50px;
    margin-bottom: 30px;
}

.initiative .item .section-title h2{
	margin-top: 0px;
  	margin-bottom: 40px;
}

.initiative .item iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
}

.iniziative .item .image {
	height: 500px;
  	margin-bottom: 30px;
  	background-size: cover;
    background-position: center;
}

.initiative .share {
    background-image: url(../Images/Share.png);
    display: inline-block;
    width: 50px;
    height: 50px;
    float: right;
}

.initiative .share:hover {
	background-color: #F58221;
}

.initiative .box {
	display: inline-block;
    font-family: 'Montserrat';
    color: #fff;
    padding: 10px 35px;
  	font-weight: 600;
}

.initiative .section-title h2 span {
	display: inline-block;
  	position: relative;
  	padding: 0px 30px 0px 0px;
}

.initiative .section-title h2 span:last-child:before{
	content: "";
    position: absolute;
    left: -16px;
    top: 0px;
    width: 2px;
    height: 35px;
    background-color: #F58221;
}

.initiative-link .btn.btn-secondary {
	margin-right: 15px;
  	margin-bottom: 15px;
}

.initiative-icon-list .item{
	display: block;
    width: 20%;
    float: left;
  	height: 150px;
    padding: 6px 25px;
    margin-bottom: 40px;
}

.initiative-icon-list .item img {
	margin: 0 auto;
}

.initiative-icon-list .name:before {
    content: "";
    background-color: #F58221;
    height: 3px;
    width: 40px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -20px;
}

.initiative-icon-list .name {
	font-family: 'Montserrat';
    color: #005BAB;
    font-weight: 900;
    font-size: 18px;
    position: relative;
    padding-top: 7px;
}

.initiative-icon-list .item:hover,
.initiative-icon-list .item.active{
	background-color: #005BAB;
}

.initiative-icon-list .item:hover .name,
.initiative-icon-list .item.active .name{
	color: #fff;
}

.initiative .item .description {
	margin-bottom: 40px;
}

.initiative .btn-primary {
	margin-top: 0px;
}

.initiative .button-box {
	display: flow-root;
}

@media(max-width: 991px){
	.initiatives-list .icon, 
	.initiative .icon {
    	width: 120px;
    	padding: 6px 7px;
    	text-align: center;
    	height: auto;
	}

	.initiatives-list .item-detail .image,
	.initiatives-list .item {	
		display: block;
  		margin-left: 120px;
	}

	.initiatives-list .item-detail .image {
  		height: 332px;
	}

	.initiatives-list .gray {
		padding: 30px;
  		height: auto;
	}

	.initiatives-list .gray .section-title h2 {
		margin-top: 0px;
	}

	.initiative .item {
    	padding-left: 120px;
	}

	.initiative .item .gray {
		padding: 30px;	
	}

	.initiative .item .section-title h2 {
		font-size: 27px;
	}

	.initiative .box {
		margin-top: 30px;
	}

	.initiative .section-title h2 span:last-child:before {
		display: none;
	}
}

@media(max-width: 767px){
	.initiatives-list .icon {
    	position: relative;
    	width: 100%;
    	display: block;
    	text-align: left;
    	min-height: 65px;
	}

	.initiative .item iframe {
		height: 300px;
  		margin-bottom: 30px;
	}

	.initiatives-list .item-detail .icon img {
    	max-width: 50px;
    	float: left;
	}

	.initiatives-list .item-detail .icon .name {
    	padding-top: 15px;
	}

	.initiatives-list .item-detail .icon .name:before {
		display: none;
	}

	.initiatives-list .item-detail .image, 
	.initiatives-list .item {
		margin-left: 0px;
	}

	.initiatives-list .gray {
		padding: 15px;
	}

	.initiative .box {
		padding: 6px 15px;
    	float: none;
    	display: block;
    	width: auto;
	}

	.initiative .icon {
		display: none;
	}

	.initiative .item {
		padding-left: 0px;
	}

	.initiative .share {
		margin-top: 15px;
  		float: none;
  		background-size: cover;
  		width: 40px;	
  		height: 40px;
	}

	.initiative-icon-list .item {
		width: 100%;
    	text-align: left;
	}

	.initiative-icon-list .item img {
    	max-width: 35px;
    	margin-bottom: 5px;
  		margin-left: 0px;
  		float: left;
	}

	.initiative-icon-list .name:before {
		display: none;
	}

	.initiative-icon-list .name {
    	padding-top: 0px;
    	font-size: 15px;
	}

	.initiative-icon-list .item {
		height: auto;
		margin-bottom: 5px;
	}

	.initiative-link .btn.btn-secondary {
    	margin-right: 0px;
    	margin-bottom: 10px;
    	width: 100%;
	}

	.initiative .item .section-title h2 {
		font-size: 21px;
	}

	.initiative .item .gray {
    	padding: 15px;
	}

	.initiative .item .image {
		height: 300px;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-map-section {
	position: relative;
}

.contact-map-section .icon{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    padding: 6px 21px;
    text-align: center;
}

.contact-map-section .icon .name {
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    font-size: 16px;
    position: relative;
    padding-top: 7px;
}

.contact-map-section .icon .name:before {
    content: "";
    background-color: #F58221;
    height: 3px;
    width: 40px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -20px;
}

.contact-map-section .icon img {
    margin: 0 auto;
}

.contact-map-section .map {
	margin-left: 150px;
  	padding: 0px;
}

.contact-map-section .map #mapContainer1,
.contact-map-section .map #mapContainer2,
.contact-map-section .map #mapContainer3 {
	max-width: 100% !Important;
}

.contact-map-section .item {
	padding: 0px;
}

.contact-map-section .item h2 {
	margin-top: 0px;
}

.contact-map-section .gray{
	height: 400px;
    padding: 50px;
}

.contact-map-section .gray .phone {
  	margin-bottom: 30px;
  	display: block;
}

.contact-map-section .gray .mail {
	color: #005BAB;
    display: block;
  	margin-bottom: 40px;
}

@media(max-width: 991px){
	.contact-map-section .icon {
  		display: none;
	}

	.contact-map-section .map {
		margin-left: 0px;
	}

	.contact-map-section .gray {
    	height: auto;
    	padding: 15px;
	}

	.contact-map-section .gray .phone {
		margin-bottom: 10px;
	}

	.contact-map-section .gray .mail {
		margin-bottom: 0px;
	}

	.contact-map-section .item h2 {
		font-size: 27px;
	}
}

@media(max-width: 767px){
	.contact-map-section .item h2 {
		font-size: 21px;	
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Galleria
------------------------------------------------------------------------------------------------- */
.album-description h2 {
	font-style: normal;
}

.section.gallery .gallery-breadcrumb {
	border-bottom: 0px !Important;
	text-align: center;
}

.album-description {
	color: #005BAB;
	display: block;
	font-size: 25px !important;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 40px;
	font-family: Montserrat;
	font-style: normal !important;
}

.download-image {
	display: none;
}

.section.gallery .button {
	margin-bottom: 30px;
	margin-top: 30px;
}

#animatedAlbums .album-column {
	width: 33% !important;
  	height: 400px !important;
  	position: relative;
  	left: 0px !Important;
   top: 0px !Important;
  	padding: 0px 15px;
  	margin-bottom: 30px;
}

#animatedAlbums .album-column a {
	height: 400px;
	display: block;
	background-size: cover;
	background-position: center;
	position: relative;
}

#animatedAlbums.justified-gallery .album-caption {
	background-color: rgba(0,91,171,0.8) !Important;
	position: absolute;
	top: 0px !Important;
	left: 0px !Important;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff !Important;
	font-family: 'Montserrat';
	font-weight: 900;
	padding: 155px 50px !Important;
	text-align: center;
}

#animatedAlbums .album-column a:hover .album-caption {
	opacity: 1;
}

#animatedAlbums.justified-gallery .album-caption span {
	font-weight: 300;
  	display: block;
}

/*
#animatedThumbnails a .photo-checkbox {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1000;
	display: none;
	outline: 2px solid #F58221;
	height: 30px;
	width: 30px;
}
*/

/*
*/
#animatedThumbnailsContainer input.photo-checkbox {
	/*display: none;*/
	outline: 2px solid #F58221;
	height: 30px;
	width: 30px;
}


.justified-gallery>a>.caption, 
.justified-gallery>div>.caption {
	display: none; 
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
	width: 100% !important;
	height: 100% !important;
	color: transparent !important;
	background-color: rgba(0,91,171,0.8) !Important;
}

@media(max-width: 1200px){
	#animatedAlbums.justified-gallery .album-caption {
		padding: 132px 50px !Important;
	}
}

@media(max-width: 991px){
	#animatedAlbums .album-column {
		width: 50% !important;
	}
	
	#animatedAlbums.justified-gallery .album-caption {
		padding: 150px 50px !Important;
	}

	.album-description h2 {
		font-size: 27px;
	}

	.section.gallery .album-description span {
		font-size: 20px;
	}
}

@media(max-width: 767px){
	#animatedAlbums .album-column {
		width: 100% !important;
    	padding: 0px;
	}

	#animatedAlbums .album-column a {
    	height: 300px; 
	}

	#animatedAlbums.justified-gallery .album-caption {
	    padding: 120px 80px !Important;
	}

	.album-description h2 {
		font-size: 21px;
	}

	.section.gallery .album-description span {
		font-size: 18px;
  		display: inherit;
	}

	.section.gallery .button {
    	margin-bottom: 10px;
    	margin-top: 10px;
	}

	.album-description {
		margin-bottom: 0px;
	}
}

@media(max-width: 450px){
	#animatedAlbums .album-column a {
    	height: 200px; 
	}

	#animatedAlbums.justified-gallery .album-caption {
		padding: 65px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */

