#title-page .content .custom.about_us {
	padding: 83px 0;    
	background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

#title-page .about_us .inner-container {
	max-width: 550px;
    margin: auto;
    text-align: center;
}
#title-page .about_us h1{
	font-weight: 700;
    position: relative;
    padding-bottom: 18px;
	margin: 0 0 20px;
}

#title-page .about_us h1:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50px;
    height: 5px;
    background: #ffffff;
    opacity: .5;
}

#title-page .about_us p {
	font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.about-section {
	padding: 80px 15px 0;
}

.about-section h2 {
	padding: 0 15px 18px;
    font-size: 30px;
    text-align: center;
    margin: 0 0 50px!important;
    position: relative;
}

.about-section h2:after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50px;
    height: 5px;
    background: #3768b4;
}

.about-section .about-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-height: 395px;
	overflow: hidden;
}

.about-section .about-content .img,
.about-section .about-content .text {
	-webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
	max-width: 50%;
	height: 395px ;
}

.about-section .img {
	background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.about-section .img img {
	/* max-width: 100%; */
	/* opacity: 0; */
	width: auto;
	height: 100%;
}

.about-section .about-content .text {
	background: #f7f7f7;
	padding: 50px 60px;
	max-height: 395px;
}
.about-section .about-content.has-title
{
	max-height: none ;
}

.about-section .about-content.has-title .text {
	padding: 0;
	height: auto;
	max-height: none ;
}

.about-section .about-content.has-title .text h2 {
	text-align: left;
	padding: 0 60px 68px;
	margin: 0 0 0 !important;
	background: #ffffff;
}

.about-section .about-content.has-title .text h2:after {
	margin-left: 0;
	left: 60px;
	bottom: 50px;
}

.about-section .about-content.has-title .text div {
	background: #f7f7f7;
	padding: 50px 60px;
}

.about-section .about-content .text h3 {
    margin: 0 0 15px !important;
    padding: 0;
}

body.itemid-108 #content  ,  
body.itemid-172 #content ,
body.itemid-175 #content ,
body.itemid-111 #content ,
body.itemid-181 #content ,
body.itemid-178 #content
{
	padding: 0;
	border: none;
}

body.itemid-108 #content .itemHeader, body.itemid-172 #content .itemHeader ,
body.itemid-108 #content .itemBody , body.itemid-172 #content .itemBody ,
body.itemid-175 #content .itemHeader, body.itemid-111 #content .itemHeader ,
body.itemid-175 #content .itemBody , body.itemid-111 #content .itemBody ,
body.itemid-178 #content .itemHeader, body.itemid-181 #content .itemHeader ,
body.itemid-178 #content .itemBody , body.itemid-181 #content .itemBody {
	padding: 0;
}

@media screen and (min-width: 769px){
	body.body-it-IT .about-section .about-content.has-title .text h2{
		min-height: 148px;
	}
}

@media screen and (max-width: 1200px){
	.about-section .about-content .img {
		overflow: hidden;
	}
	.about-section .about-content {
		max-height: none;
		overflow: visible;
		background: #f7f7f7;
	}
	.about-section .about-content .text {
	    max-height: none;
	    height: auto;
	}
}

@media screen and (max-width: 768px){
	#title-page .content .custom.about_us {
		background-size: auto 100%;
	}
	
	.about-section {
		padding: 40px 15px 0;
	}
	
	.about-section .about-content {
		display: block;
		max-height: none;
		overflow: visible;
		background: transparent !important;
	}
	
	.about-section .about-content .img,
	.about-section .about-content .text {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	    max-height: none;
	    height: auto;
		display: block;
	}
	
	.about-section .about-content .img {
		background-image: none !important;
	}
	
	.about-section .img img {
		opacity: 1;
		max-width: 100%;
   		height: auto;
	}
	
	.about-section .about-content .text.has-title:not(:first-of-type) h2 {
		padding-top: 60px;
	}
	
	.about-section .about-content .text.has-title h2 {
		text-align: center;
	}
	
	.about-section .about-content .text.has-title h2:after {
		left: 0;
		margin-left: auto;
	}

	.about-section .about-content.has-title .text div {
		padding: 25px 15px;
	}

	.about-section .about-content .text {
		padding: 25px 15px;
	}
	.about-section .about-content.has-title .text h2,
	.about-section h2 {
		padding: 0 15px 18px;
		font-size: 30px;
		text-align: center;
		margin: 0 0 25px!important;
		position: relative;
	}
	.about-section .about-content.has-title .text h2:after {
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.about-section .about-content.has-title .text{
		background: transparent;
	}
	.about-section .about-content.has-title .text:nth-child(1){
		margin-bottom: 40px;
	}
	.itemBackToTop{
		padding: 0 15px;
	}
	div.itemBackToTop a {
		margin-top: 15px;
		display: block;
	}
}

@media screen and (max-width: 500px){
	.about-section .about-content.has-title .text h2, .about-section h2{
		font-size: 22px;
		line-height: 30px;
	}
}

/*@media screen and (max-width: 768px)  and (min-width: 415px){
	.about-section .about-content .img {
	    background-image: none !important;
	    height: 395px !important;
	    width: auto;
	}
}*/