@media only screen and (max-width: 47.9em){
#category-text {
		padding: 0px;
		margin-top: 20px;
	}
	.linee {
		display: none;
	} 

	/* SLIDE PRODUCT */

	.gallery-slide {
		bottom: -8px;
		left: 5%;
	}

	.gallery-thumb::after {
		display: none;
		content: "";
		position: absolute;
		margin-top: 0px !important;
		left: 0;
		width: 40px;
		height: 2px;
		background: #235E96;
	}

	.gallery-slide img {
		width: 40px;
		object-fit: cover;
		margin-right: 3px;
		height: 40px;
		border: 1px solid black;
	}

	#product-slide .owl-carousel .owl-stage-outer {
		height: 400px;
	}

	#product-slide .owl-carousel .owl-stage,
	#product-slide .owl-carousel .owl-item,
	#product-slide .owl-carousel .item {
		height: 100%;
	}

	#product-slide .owl-carousel .item img {
		width: 100%;
		height: 100%;
		object-position: center center;
		object-fit: cover;
	}
}
/* Mobile / Tablet Verticale */
/** 768px **/
@media only screen and (min-width: 48em) {

	#page-title {
			min-height: 300px;
			margin-bottom: -100px;
		}

		#page-filter {
			padding-bottom: 0px;
		}
	
	
		.news-page {
			margin-bottom: -33% !important;
		}

	#suggest-lang {
			line-height: 60px;
			height: 60px;
			padding: 0;
		}
	
	#suggest-lang form>ul {
		margin: 13px 0 0 0;
	}

	/* * SLIDE PRODUCT  */

	.gallery-slide {
		bottom: 10px;
		left: 10%;
	}

	.gallery-thumb::after {
		display: none;
		content: "";
		position: absolute;
		margin-top: -1px !important;
		left: 0;
		width: 60px;
		height: 5px;
		background: #235E96;
	}

	.gallery-slide img {
		width: 60px;
		margin-right: 3px;
		height: 60px;
		border: 1px solid black;
	}
	/* -------------------------------------------- */
	/* ----------------- Header ------------------- */

	/* -------------------------------------------- */
	/* ----------------Navigation------------------ */

	.owl-carousel .owl-dot {
		display: inline-block;
	}
	
	/* -------------------------------------------- */
	/* ---------------- Content ------------------- */

	/*
	 * VIDEO HOME
	*/
	#home-video {
		padding: 22% 0;
	}
		#home-video iframe {
			top: -100%;
			left: 0;
			width: 100% !important;
			height: 300% !important;
		}
	
	/*
	 * NEXT EVENT
	*/
	#next-event {
		margin: 60px 0;
	}

	#next-event .item {
		border-bottom: 0;
	}

	#next-event .item > .item-title {
		width: 20%;
		display: table-cell;
		line-height: 1;
	}

	#next-event .item > .item-cont {
		width: 80%;
		display: table-cell;
		text-align: left;
		border-top: 0;
		border-left: 5px solid #235E96;
	}

	#next-event .item > img {
		float: right;
		margin: 0;
		border-right: 5px solid #235E96;
	}

	/*
	 * FOCUS ON
	*/
	#hot-elenco .col-md-7 > span {
		position: absolute;
		padding: 0;
		top: 20px;
		right: 40px;
		color: #fff;
	}

	/*
	 * ICON TEXT
	*/
	.icon-text .row {
		border-top: 0;
	}
		.icon-text .row > .icon {
			display: block;
			float: left;
			padding: 20px;
			border-right: 1px solid #DCDEE0;
			width: 12%;
		}

		.icon-text .row > .text {
			padding: 20px;
			float: left;
			width: 88%;
		}

	/*
	 * TOP PAGE
	*/
    #page-title {
        min-height: 300px;
        margin-bottom: -100px;
    }
	
		        #page-title .center {
		        	position: absolute;
		        	top: 27%;
		        	left: 0;
		        	right: 0;
		        	width: 100%;
		
		        	-moz-transform: translateY(-20%);
		        	-webkit-transform: translateY(-20%);
		        	-o-transform: translateY(-20%);
		        	-ms-transform: translateY(-20%);
		        	transform: translateY(-20%);
		        }

        #page-title > .filtri > li {
            display: inline-block;
            margin-bottom: 0;
        }

				#page-title .center>h1 {
					font-size: 250%;
				}

		.products-page#page-title,
		#page-title {
			margin-bottom: -18%;
		}

	/*
	 * PAGINA PRODOTTO
	*/
	#prod-dettagli > .container {
		padding: 0 60px;
	}
	
	#prod-dettagli > .col-md-8 {
		padding: 0 60px;
	}

	#prod-dettagli .applicatio-type {
		display: block;
		margin: 0 80px 40px;
	}

	#prod-dettagli h1 {
		margin: 0 80px 20px;
	}

	#prod-dettagli .breadcumb, #prod-dettagli .success-story {
		margin: 0 80px;
	}

	/*
	 * PRODOTTI SLIDE
	*/
	.prodotti-slide {
		margin: 40px 0 80px 0;
	}

	/* PRODOTTO VIDEO */
	#prod-video #iframe {
		padding: 16% 0;
	}

	/*
	 * CONTATTI
	*/
	#request-information {
		padding: 60px 20px;
	}
		#request-information > .container {
			background: #111;
			padding: 40px 0 0;
		}

		#request-information form input[type="text"],
		#request-information form select {
			max-width: 300px;
			margin: 10px auto;
		}

		#request-information form input[type="submit"] {
			margin-top: 0;
		}

		#request-information form .textarea {
			padding: 0 35px;
		}

		#request-information form .g-recaptcha {
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-o-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}

		#request-information form .form-block {
			padding: 30px 60px;
		}

	/* #request-information form .form-block {
		max-width: 1060px;
	} */

	/* 
	 * CATEGORY
	*/

	.linee {
		display: none;
	} 

	#category-text {
		margin-top: 6%;
		padding: 0px;
	}

	#category-text .container .text {
		padding: 2rem 3rem;
	}

	/*
	 * CAREERS APPLICATION
	*/
	#careers-application > .container-fluid {
		padding: 20px 0;
	}

	#careers-application form input[type="text"],
	#careers-application form select {
		width: calc(100% - 20px);
	}

	#careers-application form input[type="submit"] {
		margin-top: 0;
	}

	#careers-application form .g-recaptcha {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#careers-application form .form-block {
		padding: 30px 60px;
	}

	/*
	 * PRODOTTI APPLICAZIONI
	*/
	#prodotti-applicazioni .col-xs-12 {
		min-height: 550px;
	}

	/*
	 * PAGINA LOGIN
	*/
	#login > .top {
		top: 40px;
		left: 60px;
		right: 60px;
	}
	
	#reserved-area {
		display: block !important;
	}

	#menu-admin {
		top: 0;
		left: auto;
		right: -300px;
		max-width: 300px;
		height: 100%;
		z-index: 15;
	}
	.out #menu-admin {
		top: auto;
		right: 0;
	}
		#menu-admin > a {
			display: block;
		}

	/* 
	 * PAGINA GENERICA
	*/
	#pagina-generica .testo {
		padding: 40px;
	}

	/* ASSISTENZA TECNICA */
	#pagina-generica .assistenza {
		padding: 40px;
	}

	/* PROD DETTAGLI */
	#prod-det > .item {
		padding: 40px 0;
	}

	#prod-det .item .cont {
		padding: 30px 30px;
	}

	/* CUSTOMER MAGAZINE */
	.fullscreen-modal > nav > .list > a {
		display: inline-block;
		margin: 0 10px 20px;
	}

	/*
	 * SEARCH
	*/
	#search-record .row > div > a.button-circle {
		margin-top: 0;
	}

	/*
	 * IMG CENTER
	*/
	.img-block .vcenter {
		min-width: 350px;
	}

	/*
	 * ITEM SEPARATORE
	*/
	.item-separatore {
		margin: 30px auto 20px;
	}

	/*
	 * REFERENCES OTHERS
	*/
	#reference-others > .sub-title::before {
		position: absolute;
		width: 100%;
		display: inline-block;
		margin: 0 6px 0 0;
	}

	#reference-others > .sub-title::after {
		position: absolute;
		width: 100%;
		display: inline-block;
		margin: 0 6px 0 0;
	}

	/* -------------------------------------------- */
	/* ---------------- Footer -------------------- */

	#footer-company > .col-sm {
		padding: 0;
	}

	/* -------------------------------------------- */
	/* --------------- Components ----------------- */

	/* *****************
	OWL CAROUSEL
	***************** */

	/* *****************
	MODALE FULLSCREEN
	***************** */
	.fullscreen-modal > .close-modal {
		width: 60px;
		height: 60px;
		font-size: 60px;
		right: 20px;
		top: 20px;
	}

	/* LINGUA */
	.fullscreen-modal > nav > ul {
		text-align: center;
	}
		.fullscreen-modal > nav > ul > li {
			padding-top: 20px;
		}

	/* CONDIVIDI */
	#modal-share-email.fullscreen-modal > .close-modal {
		color: #333;
	}

	#modal-share-email.fullscreen-modal > .container {
		height: auto;

		position: relative;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
		.fullscreen-modal > .container > form > .g-recaptcha {
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-o-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			margin-bottom: 15px;
		}

	/* COOKIE */
	#cookie-policy .cookie-text {
		text-align: initial;
	}
	#cookie-policy .cookie-more a {
		width: auto;
		max-width: auto;
	}
	#cookie-policy .cookie-buttons a {
		display: inline-block;
		margin: 0;
		width: auto;
		max-width: auto;
	}

	#modal-cookie form input[type="submit"] {
		display: inline-block;
		margin: 0 10px 20px 0;
	}

	#modal-cookie form button {
		display: inline-block;
		margin: 0;
	}

	/* *****************
	MESSAGGI SUCCESS O ERROR
	***************** */
	#message {
		position: fixed;
		top: 120px;
		bottom: auto;
		left: auto;
		right: 0;
	}
		#message > div {
			min-width: 180px;
			margin-bottom: 10px;

			-moz-transform: translateX(100%);
			-webkit-transform: translateX(100%);
			-o-transform: translateX(100%);
			-ms-transform: translateX(100%);
			transform: translateX(100%);
		}

		#message > div.show {
			-moz-transform: translateX(-50px);
			-webkit-transform: translateX(-50px);
			-o-transform: translateX(-50px);
			-ms-transform: translateX(-50px);
			transform: translateX(-50px);
		}

		#message > div.hide {
			-moz-transform: translateX(100%);
			-webkit-transform: translateX(100%);
			-o-transform: translateX(100%);
			-ms-transform: translateX(100%);
			transform: translateX(100%);
		}

	/**************************************/
	/************** FULLHEIGHT ************/
	#fullHeight #banner {
		position: relative;
		height: calc(100% - 180px);
		min-height: 300px;
	}
		#fullHeight #banner .item {
			height: 100%;
			width: 100%;
		}
			#fullHeight #banner .item > a {
				display: block;
				height: 100%;
				width: 100%;
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center center;
			}

			#fullHeight #banner .item > a > img {
				display: none;
			}
}

@media only screen and (max-width: 834px) and (orientation: portrait) {
	/**************************************/
	/************** FULLHEIGHT ************/
	#fullHeight #banner {
		position: static;
		height: auto;
		min-height: auto;
	}
		#fullHeight #banner .item {
			height: auto;
			width: 100%;
		}
			#fullHeight #banner .item > a {
				display: block;
				height: auto;
				width: 100%;
				background-size: initial;
				background-repeat: no-repeat;
				background-position: center center;
			}

			#fullHeight #banner .item > a > img {
				display: block;
			}
}

/* Tablet Orrizontale */
/** 992px **/
@media only screen and (min-width: 62em) {

	/* * SLIDE PRODUCT  */

	.gallery-slide {
			bottom: 30px;
			left: 10%;
	}

	.gallery-thumb::after {
		display: none;
		content: "";
		position: absolute;
		top: 20px;
		left: 0;
		width: 75px;
		height: 5px;
		background: #235E96;
	}

	.show-underline::after {
		display: block;
	}

	.gallery-slide img {
		width: 75px;
		margin-right: 3px;
		height: 75px;
		border: 1px solid black;
	}


	#prod-dettagli>div>.title {
		margin: 0 auto;
	}
	/* -------------------------------------------- */
	/* ----------------- Header ------------------- */

	body {
		padding-top: 0;
	}
	
	/* -------------------------------------------- */
	/* ----------------Navigation------------------ */

	/* 
	 * PAGINA GENERICA
	*/
	/* COMPANY */
	#company .img-cont {
		background-attachment: fixed;
	}

	#history > .owl-carousel .item > .row > .col-xs-12.text {
		padding: 0 40px;
	}

	/* PROD DETTAGLI */
	#prod-det > .item {
		padding: 0 0;
	}
	
	/* 
	 * CAREERS
	*/
	#careers-top img {
		padding-bottom: 0;
	}

	/* CATEGORY */

	.linee {
		display:inherit;
	} 

	#category-text {
		margin-top: 0%;
		padding: 0 5rem;
	}
	
	/* -------------------------------------------- */
	/* ---------------- Content ------------------- */
	
	/*
	 * FOCUS ON
	*/
	#hot-elenco .col-md-7,
	#hot-elenco .col-md-8 {
		padding: 7px 30px;
	}

	/* PAGINA PRODOTTO */
	#prod-dettagli > .end-md {
		margin-top: 0;
	}

	#prod-dettagli .applicatio-type {
		width: 280px;
		display: table;
		margin: 0 auto 40px;
	}

	#prod-dettagli h1 {
		display: table;
		margin: 0 auto 20px;
	}

	#prod-dettagli .breadcumb, #prod-dettagli .success-story {
		display: table;
		margin: 0 0;
	}

	#prod-dettagli #prod-menu > a:first-child {
		margin-left: 0;
	}

	/*
	 * CONTATTI
	*/
	#request-information form .textarea {
		padding: 0 20px;
	}

	/* -------------------------------------------- */
	/* --------------- Components ----------------- */

		.news-nav-item {
			margin-bottom: 0px!important;
		}
    
}

/* PC */
/** 1200px **/
@media only screen and (min-width: 75em) {
	/* -------------------------------------------- */
	/* ----------------- Header ------------------- */

	/* -------------------------------------------- */
	/* ----------------Navigation------------------ */

	/*
	 * MENU BUTTON OPEN
	*/
	#lingua > li:nth-child(3) {
		display: none;
	}
	
	#lingua > li > #menu-open {
		display: none;
	}

	/*
	 * MENU
	*/
	#menu {
		display: block;	
		visibility: visible;
	}

	
		#menuMobile > a {
			display: block;
		}

	.out #menuMobile {
		top: auto;
		right: 0;
		visibility: hidden;
	}

	.lingua-hamburgher {
		display: none;
	}

	.hamburgher-menu {
		display: none;
	}

	.lingua-menu {
		display: block;
	}

	/* PROD DETTAGLI */
	#prod-det .item .cont {
		padding: 60px 100px;
	}
	
	/* -------------------------------------------- */
	/* ---------------- Content ------------------- */

	/*
	 * FOCUS ON
	*/
	#hot-elenco .col-md-7,
	#hot-elenco .col-md-8 {
		padding: 20px 40px;
	}
	
	/*
	 * FOCUS ON
	*/
	#news.container {
		width: 61rem;
	}

	/* -------------------------------------------- */
	/* --------------- Components ----------------- */

		#category-text {
			margin-top: 0%;
		}
	
		.news-nav {
			padding: 0px 10px;
			margin: 30px auto;
		}
	
		.news-nav .row {
			padding: 22px 20px 22px 50px;
		}
	
		#page-title .center {
			top: 32%;
		}
    
}

/* PC */
/** 1460px **/
@media only screen and (min-width: 95em) {

	.products-page#page-title,
		#page-title {
			margin-bottom: -20%;
		}
	
		#page-title .center {
			top: 23%;
		}
	
		#page-title .center>h1 {
			font-size: 250%;
		}
	
		.news-page {
			margin-bottom: -33% !important;
		}

}