/* CSS Document */
.rounded-box {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 5px rgba( 0, 0, 0, .5 );
	margin: 0 20px 0 0;
	display: block;
}
.img.rounded-box {
	border: 2px solid #ffed00;
}
.rounded-box.noshadow {
	box-shadow: none;
}
.rounded-box.last {
	margin: 0 0 0 0;
}
.rounded-box.nomargin {
	margin: 0;
}

#top-slider {
	margin: 0 0 0 0; 
	padding: 0;
}
#top-slider li {
	position: relative;
	height: 400px;
	padding: 0;
	background-size: cover;
}
#top-slider li .wrapper {
	position: relative;
	min-height: 100%;
}

#top-slider .slidetext {
	border-radius: 20px;
	background: rgba( 0,0,0,.7 );
	position: absolute;
	right: 0;
	bottom: 100px;
	padding: 20px;
}

#top-slider .slidetext h3 {
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-style: italic;
}
#top-slider .slidetext h3.small {
	font-size: 18px;
	font-weight: 100;
	text-transform: lowercase;
	line-height: 50px;
	color: #fff;
	margin: 0;
}

#top-slider .slideimage {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
}
#top-slider .slideimage .margin-left {
	margin-left: 20px;
}
#top-slider .slideimage img {
	height: 100%;
	width: auto;
	margin: 0;
}
#top-slider .ez-btn {
	position: absolute;
	bottom: 60px;
	right: 0;
}



#slider {
	margin: 0 0 0 0; 
	padding: 0;
}
#slider li {
	position: relative;
	height: 120px;
	padding: 0;
	background-size: cover;
}

#slider .slidetext {
	position: absolute;
	right: 40px;
	top: 20px;
	text-align: right;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	margin: 0;
}

#slider .slidetext h3 {
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	font-weight: 100;
	text-transform: lowercase;
	line-height:38px;
	color: #999999;
	margin: 0;
}
#slider .slidetext h3.small {
	font-size: 44px;
	font-weight: 100;
	text-transform: lowercase;
	line-height: 50px;
	color: #999999;
	margin: 0;
}

#slider .slidetext h3 strong {
	font-weight: 700;
	color: #fe9b36;
}
#slider .slideimage {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	height: calc( 100%-20px );
	margin: 0;
}
#slider .slideimage .margin-left {
	margin-left: 20px;
}
#slider .slideimage img {
	height: 100%;
	width: auto;
	margin: 0;
}
#slider .ez-btn {
	position: absolute;
	bottom: 20px;
	right: 40px;
}
#slider .slider-button .fa {
	margin-left: 10px;
}

.home-contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home-contents .column {
  /* these are the flex items */
	flex: 1;
	width: calc( 33.3%-10px );
	margin: 10px;
	position: relative;
	padding-bottom: 40px;
}

.home-contents .column:nth-of-type(3n) {
	margin-right: 0;	
}

.home-contents .column:nth-of-type(3n+1) {
	margin-left: 0;	
}

.home-contents .column .img {
	position: relative;
	width: 100%;
	overflow: hidden!important;
	height: 120px;
}
.home-contents .column img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.home-contents .column img.noresize {
	display: block;
	width: auto!important;
	max-width: 100%;
	margin: 0;
}


.home-contents .column h2 {
	border-bottom: 1px solid #3f3f3f;
	color: #3f3f3f;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	margin-top: 10px;
}

.home-contents .column h5 {
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
}
div.servizio-clienti-home {
	background: #fff;
}
div.servizio-clienti-home .wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px 0;
	padding-right: 500px;
	background: url(../images/ti-serve-aiuto.jpg) right center no-repeat;
}
.servizio-clienti-home h3 {
	font-weight: bold;
}
.servizio-clienti-home h3, 
.servizio-clienti-home h5.servizio-clienti {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.2;
}
div.servizio-clienti-home img {
	height: 40px;
	margin-top: 5px!important;
}
.home-contents .column h5.servizio-clienti {
	margin: 0;
}
.home-contents .column .ez-btn {
	position: absolute;
	bottom: 0;
	left: 0;
}
.align-right {
	text-align: right;
}

.bottom-slider {
	margin-top: 40px;
	background: #fff;
	margin-bottom: 0;
	padding: 0;
}