iframe{
	max-width: 100%!important;
}

.paragraphs-item-box-accordion .field-name-field-accordion-text img{
	max-width: 100%;
	height: auto!important;
}

.custom-accordion-title{
	color: #000000;
    font-family: 'Neutraface2TextTT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    -webkit-transition: font 0.3s ease;
    -moz-transition: font 0.3s ease;
    -o-transition: font 0.3s ease;
    -ms-transition: font 0.3s ease;
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em 0;
    min-height: 0;
}

.custom-accordion-title.active-accordion{
	font-size: 34px !important;
}

	.custom-accordion-title p{
		padding-right: 0!important;
	}

		.accordion-icon{
			width: 50px;
		    height: 24px;
		    margin-top: 8px;
		    margin-right: 15px;
		    margin-left: 15px;
		    display: block;
		    transform: rotate(180deg);
		    -moz-transform: rotate(180deg);
		    -webkit-transform: rotate(180deg);
		    -o-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		    float: right;
		}

		.active-accordion .accordion-icon{
			transform: rotate(0);
			-moz-transform: rotate(0);
			-webkit-transform: rotate(0);
			-o-transform: rotate(0);
			-ms-transform: rotate(0);
		}

.custom-accordion-text{
	display: none;
	overflow: hidden;
    width: 100%;
}

.flex-accordion{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}

.about-accordion-title{
	font-size: 34px !important;
    line-height: 41px !important;
    text-transform: uppercase;
    position: relative;
}

	.about-accordion-title p{
		font-size: 20px!important;
		color: #34444a !important;
	    font-family: 'Neutraface2TextTT', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	    font-weight: 300 !important;
	    line-height: 1.62 !important;
	    text-transform: none !important;
	    padding: 20px 200px 0 0!important;
	}

	.about-accordion-title .accordion-icon{
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 15px;
	    margin: auto;
	}

/*=== News ===*/
.custom-year-accordion{
	font-size: 34px !important;
    line-height: 41px !important;
}

/*=== Pagination ===*/
ol.search-results{
	list-style: none!important;
}

.pagination .current_page{
	z-index: 1!important;
	color: #fff!important;
	background-color: #337ab7!important;
	border-color: #337ab7!important;
}

/*=== Support Us ===*/
.support-slideshow{
	height: 35vw;
	/*height: 20vw;*/
	min-height: 140px;
	min-height: 250px;
}

	.support-intro-text{
		min-height: 0;
    	height: auto;
	}

		.support-intro-text .col-md-12{
			height: auto!important;
    		padding: 3em 0 2em;
		}

.support-page-content{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
}

	.support-page-text{
		flex: 1 1 70%;
		-moz-flex: 1 1 70%;
		-webkit-flex: 1 1 70%;
		-o-flex: 1 1 70%;
		-ms-flex: 1 1 70%;
		max-width: 70%;
		padding-right: 5%;
	}

		.support-page-content h1{
			/*max-width: 400px;*/
		}

			.support-page-content h1 + p{
				max-width: 655px;
			}

			.support-page-content p{
				max-width: 700px;
				line-height: 1.62;
			}

	.donate-image{
		flex: 1 1 30%;
		-moz-flex: 1 1 30%;
		-webkit-flex: 1 1 30%;
		-o-flex: 1 1 30%;
		-ms-flex: 1 1 30%;
		max-width: 30%;
	}

		.donate-image img{
			max-width: 100%;
			max-height: 400px;
		}

		.donate-image p{
			font-size: 0.8em;
		    margin-top: 5px!important;
		    margin-bottom: 0!important;
		}

.donate-area{
	padding: 80px 0 100px;
}

	.donate-area .benefits-price{
		text-align: left;
	}

		.donate-area .cta{
			background-color: #1e3549!important;
			display: inline-block;
		}

			.donate-area .cta a{
				padding: 15px 30px;
			    display: block;
			    color: #FFF !important;
			}

.support-option .container{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
}

.reverse-support .container{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	flex-flow: row-reverse;
	-moz-flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
	-o-flex-flow: row-reverse;
	-ms-flex-flow: row-reverse;
}

.support-option .contentinner{
	width: 100%!important;
	height: 100%!important;
	padding-bottom: 95px!important;
}

	.support-option .containerx, .support-option .contentvisual{
		height: 100%;
	}

	.support-option .content > .row{
		padding-top: 0;
	}

	.friends .content > .row{
		/*padding-top: 80px;*/
	}

		.friends .p5 span{
			font-weight: 400;
		}

	.academy.support-option .content > .row{
		padding-bottom: 0;
	}

	.support-option .contentinner .p5{
		padding-top: 20px;
	}

	.support-option .cta{
		position: relative!important;
		margin-top: 20px;
	}

	.support-option img{
		width: 100%!important;
		height: 100%;
		min-height: 342px;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
		-o-object-fit: cover;
		-ms-object-fit: cover;
	}

		.support-image-title{
			position: absolute;
			left: 18px;
			top: 0;
			right: 18px;
			bottom: 0;
			display: flex;
			display: -moz-flex;
			display: -webkit-flex;
			display: -o-flex;
			display: -ms-flex;
			justify-content: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-o-justify-content: center;
			-ms-justify-content: center;
			align-items: center;
			-moz-align-items: center;
			-webkit-align-items: center;
			-o-align-items: center;
			-ms-align-items: center;
		}

			.support-image-title p{
				color: #fff;
				font-size: 1.3em;
				font-weight: bold;
				max-width: 80%;
				text-align: center;
				margin-bottom: 0!important;
			}

.support-option .membership-title h2{
	text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 40px;
}

.support-benefits{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

	.benefits-list{
		padding-right: 25px;
	}

		.benefits-list h3{
			font-weight: bold;
		}

		.benefits-list ul{
			padding-left: 25px;
		}

	.benefits-price{
		/*text-align: center;*/
		min-width: 213px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.reverse-support .benefits-price{
		left: 18px;
	}

		.benefits-price p{
			margin-bottom: 0!important;
		}

		.benefits-price .cta{
			margin-top: 10px;
		}

/*========== Support Inner ==========*/
.inner-donation-option > .field-item{
	height: auto!important;
	padding: 10px 5% 0;
}

.success-image{
	width: 100%;
}

p.form-success{
	padding: 10px;
    margin-left: 0;
    /*margin-left: 10px!important;*/
    margin-right: 0;
    /*margin-right: 10px!important;*/
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: center;
}

p.form-fail{
	padding: 10px;
    margin-left: 0;
    /*margin-left: 10px!important;*/
    margin-right: 0;
    /*margin-right: 10px!important;*/
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
}

button:disabled{
	opacity: 0.5!important;
}

#webform-client-form-193 .webform-component input.form-control.error{
	border: 1px solid red!important;
}

div.effect-julia img{
	width: 100%;
}

.membership-form-container{
	max-width: 800px;
	margin: 132px auto 0;
}

	.membership-form-container .form-item, .membership-form-container .iti {
		width: 100%!important;
	}

/*=== 1637 Page ===*/
.owl-carousel .owl-item img.slide{
	min-height: 300px!important;
	object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;
}


.hero-1637{
	width: 100%;
	max-height: 900px;
	object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	-ms-object-fit: cover;
}

.header-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
}

	.header-overlay h1{
		color: #fff;
		max-width: 400px;
		width: 88%;
		text-shadow: 0px 0px 9px rgba(150, 150, 150, 0.8);
		text-align: center;
	}

	.hero-credit{
		position: absolute;
	    bottom: 0;
	    left: 5px;
	    margin-bottom: 5px!important;
	    color: #fff;
	    font-size: 0.5em;
	}

/*=== Accordion ===*/
paragraphs-item-box-accordion img{
	max-width: 100%;
	height: auto!important;
}

/*========== Home Page ==========*/
/*=== News ===*/
.home-news-block{
	padding: 80px!important;
}

/*========== Project Overview ==========*/
.sfoglia{
	width: 100%!important;
	display: flex!important;
	display: -moz-flex!important;
	display: -webkit-flex!important;
	display: -o-flex!important;
	display: -ms-flex!important;
    align-items: center!important;
    -moz-align-items: center!important;
    -webkit-align-items: center!important;
    -o-align-items: center!important;
    -ms-align-items: center!important;
}

	.sfoglia img{
		max-width: 100px!important;
		min-width: 100px;
	}

	.sfoglia div{
		padding-left: 20px;
	}

		.sfoglia br{
			display: none;
		}

#navbar #block-menu-menu-top-menu li#newsletter{
	background-color: #92744d;
	background-color: #5c6d77;
	margin-right: 7px;
}

	#navbar #block-menu-menu-top-menu li#newsletter a{
		color: #fff;
	}

.desktop-hide{
	display: none;
}

/*========== Responsive ==========*/
@media only screen and (max-width: 1269px) {

	.accordion-icon{
		margin-top: 0;
	}

}

@media only screen and (max-width: 991px) {

	.mob-show{
		display: block;
	}

	.mob-hide{
		display: none;
	}

	/* Support Page */
	.support-option .membership-title h2{
		font-size: 30px;
	}

	.support-option .contentinner.left{
		height: auto!important;
		padding-bottom: 0!important;
	}

	.support-image-container{
		max-width: 400px!important;
		margin: 40px auto 0!important;

	}

	.support-option .container{
		display: block;
	}

		.benefits-price{
			position: relative;
		}

	.support-page-content{
		display: block;
	}

		.donate-image{
			display: none;
		}

		.support-page-text{
			max-width: 100%;
			padding-right: 0;
		}

	.reverse-support .benefits-price{
		left: 0;
	}

	.support-option img{
		min-height: 0;
	}

}

@media only screen and (max-width: 768px) {

	.view-news .views-row{
		width: 100%;
	}

}

@media only screen and (max-width: 767px) {

	.instagram-home-block{
		margin-left: 0!important;
		margin-right: 0!important;
		padding-bottom: 20px;
	}

}

@media only screen and (max-width: 700px) {

	.support-benefits{
		display: block;
	}

		.benefits-price{
			text-align: left;
			margin-top: 25px;
		}

}

@media only screen and (max-width: 500px) {

	.support-intro-text .col-md-12{
		padding-top: 0;
	}

}
