.borderWhiteFrame {
	margin: 20px;
}
.section {
	background-color: initial;
	padding:0;
}
.section-100 {
	min-height: 100vh;
}
.section-90vh{
	min-height: 90vh;
}
.section-80 {
	min-height: 80vh;
}
@media screen and (max-width: 991px) {
	.section-100 {
		min-height: 60vh;
	}
}
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
	.section-100 {
		min-height: 80vh;
	}
}
@media screen and (max-width: 500px) {
	.section-100 {
		min-height: 45vh;
	}
	.borderWhiteFrame {
		margin: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}


.text-greyblue {
	color: #48596d;	
}
.text-grey {
	color: #737373;	
}
.text-anice {
	color: #489ed0;
}
.text-lightblue {
	color: #249cd3;
}
.text-black {
	color: #292929;
}
.Lato {
	font-family: 'Lato', sans-serif;
}
.Mont {
    font-family: 'Montserrat', sans-serif;
}
.Rale {
	font-family: 'Raleway', sans-serif;
}
.OpenS {
	font-family: 'Open Sans', sans-serif;
}
.text-12 {
	font-size: 12px;
}
.text-16 {
	font-size: 16px;
}
.text-19 {
	font-size: 19px;
}
.text-3rem {
	font-size: 3rem;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
.font-600 {
	font-weight: 600;
}
.font-700 {
	font-weight: 700;
}
.font-800 {
	font-weight: 800;
}
.text-uc {
	text-transform: uppercase;
}
.lett-spac-1 {
	letter-spacing: 1px;
}
.lett-spac-1_2 {
	letter-spacing: 1.2px;
}
.lett-spac-2 {
	letter-spacing: 2px;
}



.text-right-desktop {
    text-align: right;
}
.text-center-desktop {
    text-align: center;
}
@media only screen and (max-width: 991px) {
	.text-right-desktop {
		text-align: left;
	}
	.text-center-desktop {
		text-align: center;
	}
}
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
	.text-right-desktop {
		text-align: left;
	}
	.text-center-desktop {
		text-align: left;
	}
}
@media only screen and (max-width: 500px) {
	.text-center-desktop {
		text-align: left;
	}
}

.zIndex_1 {
	z-index: -1;
}
.zIndex0 {
	z-index: 0;
}
.zIndex1 {
	z-index: 1;
}
.zIndex2 {
	z-index: 2;
}


.btn-black {
	background-color: #292929 !important;
	padding: 5px 30px !important; 
	border: 2px solid #292929 !important;
	border-radius: 0 !important; 
	margin: 5px !important;
	color: #fff !important;
	font-weight: 400 !important;
}
.btn-bordBlack {
	background-color: transparent !important;
	padding: 5px 15px !important; 
	border: 2px solid #292929 !important;
	border-radius: 0 !important; 
	margin: 5px !important;
	color: #292929 !important;
}
.btn-bordWhite {
	background-color: transparent !important;
	padding: 5px 15px !important; 
	border: 2px solid #fff !important;
	border-radius: 0 !important; 
	margin: 5px !important;
	color: #fff !important;
}
.btn-bordGreyblue {
	background-color: transparent !important;
	padding: 5px 15px !important; 
	border: 2px solid #48596d !important;
	border-radius: 0 !important; 
	margin: 5px !important;
	color: #48596d !important;
}
.btn-bordGrey {
	background-color: transparent !important;
	padding: 5px 15px !important; 
	border: 2px solid #999 !important;
	border-radius: 10px !important; 
	margin: 5px !important;
	color: #999 !important;
}
.btn-bordBlack span, .btn-bordWhite span, .btn-bordGrey span {
	font-weight: 700;
	font-size: 12px;
}
.btnBig {
	padding: 20px 40px !important; 
	font-size: 16px !important; 
}


.row-element, .image-element {
	padding: 0;
}
.image-element {
	display: flex;
	justify-content: center;
}
.img-wrap {
	width: 100% !important;
	height: 100% !important;
}
.image-element img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
	
	

.container-fluid.container-case {
	/*margin-left: 9%; 
	margin-right: 9%;*/
	padding-left: 9%; 
	padding-right: 9%;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
	.container-fluid.container-case {
		/*margin-left: 0; 
		margin-right: 0;*/
		padding-left: 15px; 
		padding-right: 15px;
	}
}
@media only screen and (max-width: 500px) {
	.container-fluid.container-case {
		/*margin-left: 0; 
		margin-right: 0;*/
		padding-left: 15px; 
		padding-right: 15px;
	}
}

.divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
	z-index: -1;
}
.divider-up {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
	z-index: -1;
	-moz-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1);
}






/*5 COLONNE UGUALI*/
@media (max-width: 500px){
	.five-cols .col-five {
        width: 50%;
        padding: 0 15px;
		margin: 0 0 15px;
    }
}
@media (min-width: 768px) {
    .five-cols .col-five {
        width: 50%;
        padding: 0 15px;
		margin: 0 0 15px;
    }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
	.five-cols .col-five {
        width: 50%;
        padding: 0 15px;
		margin: 0 0 15px;
    }
	footer .five-cols .col-five {
        width: 33.333333%;
        padding: 0 15px;
		margin: 0 0 15px;
    }
} 
@media (min-width: 992px) {
    .five-cols .col-five {
        width: 25%;
        padding: 0 15px;
    }
}
@media (min-width: 1200px) {
    .five-cols .col-five {
        width: 20%;
        padding: 0 15px;
    }
}













/*style video aziendali*/
.video-iniziale {
	position: relative;
	background-color: black;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
	background-image: url('/img/video-cover/cel-cover-video-iniziale.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-iniziale video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
}

.video-iniziale .container-fluid {
	position: relative;
	z-index: 2;
}
/*@media (min-width: 1200px) {
	.video-iniziale .container {
		max-width: 1180px;
	}
}*/
.video-iniziale .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 55%;
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 35%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 35%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 35%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a000000',GradientType=1 );
	/*opacity: 0.5;*/
	z-index: 1;
}
@media only screen and (max-width: 768px) {
	.video-iniziale {
		height: 45vh;
		background-position: right;
	}
}
@media (pointer: coarse) and (hover: none) {
	.video-iniziale {
		background: url('img/video-cover/cel-cover.jpg') black no-repeat center center scroll;
		background-position: center;
		height: 45vh;
	}
	/*.video-iniziale video {
		display: none;
	}*/
}







/*style arrow down home*/
.arrow-down-home, .arrow-down-home:before {
	position: absolute;
	left: 50%;
}
.arrow-down-home {
	width: 40px;
	height: 40px;
	bottom: 20%;
	margin: -20px 0 0 -20px;
	-webkit-transform: rotate(45deg);
	border-left: none;
	border-top: none;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
}
.arrow-down-home:before {
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	margin: -10px 0 0 -10px;
	border-left: none;
	border-top: none;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
}
@keyframes arrow {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate(-10px, -10px);
	}
}




#portfolio {
	border-right: 1px solid #ccc;
	text-align: left;
}
#info {
	text-align: center;
}
@media screen and (max-width: 428px) {
	#portfolio {
		border-right: 0px solid #ccc;
		margin-bottom: 3rem;
	}
	#info {
		text-align: left;
	}
}



/*style pagine foto lightgallery*/
.demo .item {
	margin-bottom: 0px;
}
.content-slider li {
	background-color: #ed3020;
	text-align: center;
	color: #FFF;
}
.content-slider h3 {
	margin: 0;
	padding: 70px 0;
}
.demo {
	width: 100%;
}
.demo img {
	width: 100%;
}
.lightSlider > li {
    position: relative;
}
.demo .caption {
    background-color: #249cd3;
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 20px;
    color: white;
	font: 1.1em 'Raleway', sans-serif;
	letter-spacing: 1.2px;
	font-weight: 600;
}
.demo .caption p {
    margin:0;
}
.container-photos {
	/*padding: 0 4rem;*/
	width: 60%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 991px) {
	.container-photos {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 500px) {
	.container-photos {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}
.demo-gallery > ul {
	margin-bottom: 0 !important;
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
}
.demo-gallery > ul > li {
  width: 100% !important;
  display: inline-block !important
  list-style: outside none none !important;
}
.demo-gallery > ul > li a {
  display: block !important;
  overflow: hidden !important;
  position: relative !important;
  float: left !important;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s !important;
  -moz-transition: -moz-transform 0.15s ease 0s !important;
  -o-transition: -o-transform 0.15s ease 0s !important;
  transition: transform 0.15s ease 0s !important;
  -webkit-transform: scale3d(1, 1, 1) !important;
  transform: scale3d(1, 1, 1) !important;
  height: 100% !important;
  width: 100% !important;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) !important;
  transform: scale3d(1.1, 1.1, 1.1) !important;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s !important;
  -moz-transition: -moz-transform 0.15s ease 0s !important;
  -o-transition: -o-transform 0.15s ease 0s !important;
  transition: transform 0.15s ease 0s !important;
  -webkit-transform: scale3d(1, 1, 1) !important;
  transform: scale3d(1, 1, 1) !important;
  height: 100% !important;
  width: 100% !important;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) !important;
  transform: scale3d(1.1, 1.1, 1.1) !important;
}




/*style pagina foto*/
.panels {
	min-height: 100vh;
	display: flex;
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.25)), url(/img/ois-foto/sic/foto-ois-sic-sistemi-7-1000-width-667-height.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 992px) {
	.panels {
		flex-direction: column;
	}
}
.panel {
	padding: 4rem;
	flex: 1;
	min-width: 15%;
	text-transform: uppercase;
	transition: flex 0.25s ease;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 90rem) {
	.panel {
		padding: calc(2rem + 2 * ((100vw - 20rem) / 70));
	}
}
@media screen and (max-width: 20rem) {
	.panel {
		padding: 2rem;
	}
}
.panel:not(:last-child) {
	border-right: 1px solid #fff;
}
@media only screen and (max-width: 992px) {
	.panel:not(:last-child) {
		border-right: 0 solid #fff;
		border-bottom: 1px solid #fff;
	}
	.panel.mobile-visible {
		background: rgba(15, 84, 187, 0.42);
	}
	.panel.mobile-visible .description ul, .panel.mobile-visible .description h4 {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition: all 0.25s 0.25s ease;
	}
	.panel.mobile-visible .description .timy {
		opacity: 0;
		visibility: hidden;
		transform: translate(-50%, -2rem);
		transition: all 0.25s ease;
	}
}
.panel .description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-size: 2rem;
	font-weight: bold;
	transition: height 0.25s ease;
}
.panel .description .timy {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	width: 100%;
	transform: translate(-50%, -50%);
	font-size: 1.6rem;
	font-weight: bold;
	content: 'HEADING';
	opacity: 1;
	visibility: visible;
	transition: all 0.25s 0.25s ease;
	animation: fade-in 0.5s ease;
	color: #fff;
}
.panel .description > *:not(h3) {
	opacity: 0;
	visibility: hidden;
	transform: translateY(2rem);
}
.panel .description h4, .panel .description ul {
	transition: all 0.25s ease;
	color: #fff;
}
.panel .description h4 {
	margin: 0 0 2rem 0;
	font-weight: 600;
	text-align: left;
}
.panel .description ul {
	list-style: none;
	font-size: 1rem;
	padding: 0;
	margin: 0;
}
.panel .description ul li a {
	white-space: nowrap;
	color: #fff;
	font-weight: 500;
}
.panel .description ul li:not(:last-child) {
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
}
.panel .description ul li:not(:first-child) {
	padding-top: 1rem;
}
.panel .description ul li:hover {
	cursor: pointer;
}
@media only screen and (min-width: 992px) {
	.panel:hover {
		flex: 1.5;
		background: #48596d91;
	}
	.panel:hover ul, .panel:hover h4 {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition: all 0.25s 0.25s ease;
	}
	.panel:hover .timy {
		opacity: 0;
		visibility: hidden;
		transform: translate(-50%, -2rem);
		transition: all 0.25s ease;
	}
}
.img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}
.visible {
	opacity: 1;
	visibility: visible;
}
.filter::after {
    <!--background-color: rgba(0, 0, 0, 0.3);-->
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.js-hack {
	display: block;
}
@media only screen and (max-width: 992px) {
	.js-hack {
		display: none;
	}
}



#v {
	max-width: 100%;
	border: 10px solid #fff;
}
@media only screen and (max-width: 1380px) {
	#section-v {
		min-height: 90vh;
	}
	#section-v .full-bg-img {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1480px) and (max-height: 768px) {
	#section-v .full-bg-img {
		margin-top: -20px;
	}
	#v {
		max-width: 80%;
	}
}
@media only screen and (max-width: 991px) {
	#section-v {
		min-height: 60vh;
	}
	#v {
		max-width: 100%;
	}
}
.row-intro {
	padding: 30px 0px 70px;
	display: block;
}
@media only screen and (max-width: 991px) {
	.row-intro {
		padding: 70px 0px;
	}
}




.section-100vh {
	min-height: 100vh;
}


@media screen and (max-width: 991px) {
	.margin-auto-on-mobile {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}



.mockup {
	position: relative;
	pointer-events: none;
}
.mockup__video {
	position: absolute;
	top: 7%;
	right: 0;
	bottom: 0;
	left: 17.1%;
	width: 65.1%;
}
.center-first-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.mockup {
		position: relative;
		/*right: -26%;*/
		right: 0%;
		width: 690px;
	}
}
@media screen and (min-width: 992px) {
	.mockup {
		position: absolute;
		top: 55%;
		/*right: -14%;*/
		right: 0%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 720px;
	}
}
@media screen and (min-width: 1200px) {
	.mockup {
		/*right: -14%;*/
		right: 0%;
		width: 900px;
	}
}
@media screen and (min-width: 1450px) {
	.mockup {
		/*right: -14%;*/
		right: 0%;
		width: 1040px;
	}
}
@media screen and (min-width: 1800px) {
	.mockup {
		/*right: 5%;*/
		right: 0%;
	}
}
@media screen and (min-width: 2270px) {
	.mockup {
		/*right: 10%;*/
		right: 0%;
	}
}
.parallax {
	height: 100%; 
	min-height: 100vh;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}






/*style pagina 3D*/
.video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	background-color: transparent;
}
.video-wrapper-four-three {
	padding-top: 75%;
}
.video-wrapper-sixteen-nine {
	padding-top: 56%;
}
.video-embedded {
	position: absolute;
	top: 0;
	right: -3px;
	bottom: 0;
	left: -7px;
	width: 100% !important;
	height: 100%;
	background-color: transparent;
}
.video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
}
.video-overlay:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	border: 2px solid #ffffff70;
	border-radius: 100%;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
}
.video-overlay:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -25px 0 0 -11px;
	border-left: 30px solid #fff;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	-webkit-transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	transition: border-color 300ms;
}
.video-overlay:hover:before, .video-overlay:focus:before {
	border-color: #ffffff70;
}
.video-overlay:hover:after, .video-overlay:focus:after {
	border-left-color: #ffffff70;
}
.video-wrapper-active .video-overlay {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
#first-video {
	margin-top: -5px; 
	margin-bottom: -5px;
}

@media only screen and (max-width: 1300px) {
	#first-video {
		margin-top: -3px; 
		margin-bottom: -3px;
	}
}
@media only screen and (max-height: 700px) and (min-height: 620px) {
	.videopopupjs__content {
		/*height: 180px;*/
		height: 85%;
		/*width: 900px !important;*/
		width: 90% !important;
		margin-top: 2%;
	}
	.videopopupjs {
		overflow: auto;
	}
}
@media only screen and (max-width: 991px) {
	.video-embedded {
		left: -4px;
	}
}
@media only screen and (max-width: 500px) {
	.video-embedded {
		left: 0px;
	}
}





.section-gradient-mobile:after {
	opacity: 0;
}
@media screen and (max-width: 991px) {
	.background-right-mobile {
		background-position: right; 
	}
	.section-gradient-mobile:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
	}
	.section-gradient-mobile-darker:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		width: 100%;
		height: 100%;
		background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000',GradientType=1 );
	}
	.text-white-mobile {
		color: #fff;
	}
}




/*style video*/
.rwd-video, .rwd-video iframe, .rwd-video object, .rwd-video embed {
	display: none;
}
@media only screen and (max-width: 991px) {
	.rwd-video {
		height: 0;
		overflow: hidden;
		padding-bottom: 54.25%;
		xpadding-top: 30px;
		margin-top: -10px;
		position: relative;
		display: block;
	}
	.rwd-video iframe, .rwd-video object, .rwd-video embed {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		display: block;
	}
}
#upper-space-mobile {
	display: none;
}
@media only screen and (max-width: 991px) {
	#upper-space-mobile {
		display: block;
		height: 100px;
	}
}




/*style pagina palazzo*/
.section-palazzo {
	width: 100%;
	position: relative;
	background-color: #cea14c38;
}
.section-palazzo .left, .section-palazzo .middle, .section-palazzo .right {
	width: 100%;
	display: block;
	color: #48596d;
	box-sizing: border-box;
	left: 0;
	padding: 30px;
	text-align: center;
	overflow: hidden;
	-moz-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}
@media (min-width: 480px) {
	.section-palazzo .left .content, .section-palazzo .middle .content, .section-palazzo .right .content {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (min-width: 480px) {
	.section-palazzo .left, .section-palazzo .middle, .section-palazzo .right {
		width: 50%;
		font-size: 0.9em;
		padding: 10px;
		left: 0;
		float: left;
		position: absolute;
	}
}
@media (min-width: 768px) {
	.section-palazzo .left, .section-palazzo .middle, .section-palazzo .right {
		width: 33.33333%;
		left: 33.33%;
		padding: 10px;
	}
}
@media (min-width: 992px) {
	.section-palazzo .left, .section-palazzo .middle, .section-palazzo .right {
		padding: 90px;
		font-size: 1em;
	}
}
.section-palazzo.animate .left {
	left: 0;
}
@media (min-width: 480px) {
	.section-palazzo.animate .left {
		left: 50%;
	}
}
@media (min-width: 768px) {
	.section-palazzo.animate .left {
		left: 0;
	}
}
.section.animate .right {
	left: 0;
}
@media (min-width: 480px) {
	.section-palazzo.animate .right {
		left: 50%;
	}
}
@media (min-width: 768px) {
	.section-palazzo.animate .right {
		left: 66.66%;
	}
}
.section-palazzo .title {
	background: #cea14c4f;
}
.section-palazzo .title h2 {
	margin-top: 0;
}
.section-palazzo .title p {
	line-height: 1.55em;
	margin-bottom: 0.75em;
}
.section-palazzo .tiles {
	padding: 0;
	background: #fff;
	clear: both;
	display: block;
	float: none;
}
.section-palazzo .tiles img {
	/*width: 50%;*/
	width: 100%;
	float: left;
	height: auto;
	/*opacity: 0.7;*/
	-moz-transition: 0.3s ease-in-out all;
	-o-transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
	/*-webkit-filter: grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
}
.section-palazzo .tiles img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
@media (min-width: 768px) {
	.section-palazzo .tiles {
		display: block;
	}
}
.section-palazzo .middle { 
	z-index: 2;
	padding: 0;
}
.section-palazzo .middle img {
	width: 100%;
	height: auto;
	display: block;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-20px);
	}
	60% {
		transform: translateY(-10px);
	}
}




.margin_-5p {
	margin-left: -5%;
}
.margin_5p {
	margin-left: 5%;
}
@media screen and (max-width: 991px) {
	.margin_-5p {
		margin-left: 0;
	}
	.margin_5p {
		margin-left: 0;
	}
}








.swiper-container-case {
	min-height: 60vh;
	width: 100%;
}
.swiper-container-case .swiper-slide {
	width: 100% !important;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.swiper-container-case .swiper-slide::after {
	position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 80%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,.3) 80%,rgba(0,0,0,.5) 100%);
}
.swiper-container-case .swiper-slide .content-center {
	position: relative;
    z-index: 2;
    text-align: left;
    width: 100%;
	height: 100%;
	display: block;
	min-height: 60vh;
}
.swiper-container-case .swiper-slide .container {
    z-index: 2;
	width: auto !important;
    height: 100% !important;
    margin-top: 0 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
	padding: 0 15px !important;
	top: 0 !important;
	text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.swiper-container-case .swiper-slide .container {
		z-index: 2;
		-ms-transform: translate(0%, 150px);
		-webkit-transform: translate(0%, 150px);
		transform: translate(0%, 150px);
	}
}	
@media screen and (max-width: 500px) {
	.swiper-container-case .swiper-slide .container {
		z-index: 2;
		/*-ms-transform: translateX(calc(100% + 10%)) translateY(calc(400px - 250px));
		-webkit-transform: translateX(calc(100% + 10%)) translateY(calc(400px - 250px));
		transform: translateX(calc(100% + 10%)) translateY(calc(400px - 250px));*/
		-ms-transform: translate(10%, 150px);
		-webkit-transform: translate(10%, 150px);
		transform: translate(10%, 150px);
	}
}
.swiper-button-next, .swiper-button-prev {
    width: auto !important;
    height: 100% !important;
    margin-top: 0 !important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
	padding: 0 15px !important;
	top: 0 !important;
}
.swiper-button-prev {
	background: -webkit-linear-gradient(right,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 80%,rgba(0,0,0,.8) 100%) !important;
	background: linear-gradient(to left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 80%,rgba(0,0,0,.8) 100%) !important;
	left: 0 !important;
}
.swiper-button-next {
	background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 80%,rgba(0,0,0,.8) 100%) !important;
	background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 80%,rgba(0,0,0,.8) 100%) !important;
	right: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 60px !important;
    line-height: 60px !important;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '\2039' !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '\203A' !important;
}






/* Slider */
.slick-slide {
	margin: 0px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}




/*COLLAPSE FAQ*/
.collapse-faq .card {
	transition: none;
	box-shadow: none;
    border-radius: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.collapse-faq .card.card-plain {
	border: 1px solid #a0a0a0;
}
.collapse-faq .card-collapse {
	margin-bottom: 0px;
	border-radius: 0px;
	background: transparent !important;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.collapse-faq .card:hover, #collapse-product .card.card-refine:hover, .collapse-faq .card:not(.card-plain):hover {
	transition: none;
	transform: none;
	box-shadow: none;
}
.collapse-faq .card-collapse .card-header {
	padding: 10px 0px;
	border-bottom: none;
	background: transparent !important;
}
.collapse-faq .card-collapse .card-header a {
	color: #249cd3 !important;
	text-transform: none;
	font-weight: normal;
	width: 90%;
	margin-right: 30px;
	display: block;
	font-size: 15px;
}
.collapse-faq .accordion-faq .card-header a:after {
	right: 10px;
    top: 10px;
    float: none;
    position: absolute;
    display: inline-block;
    color: #249cd3 !important;
    font-weight: 300;
    font-size: 1.1em;
    font-family: 'FontAwesome';
    content: "+";
    line-height: 1.2em;
    margin-right: 0;
}
.collapse-faq .accordion-faq .card-header a[aria-expanded=true]:after {
	font-size: 1.1em;
	font-family: 'FontAwesome';
	content: "-"; /* "play" icon */
	line-height: 1em;
}
.collapse-faq .accordion-faq .card-body {
	padding: 15px 30px !important;
	padding: 15px 0px !important;
	background: #f1f1f1 !important;
}
.collapse-faq .accordion-faq .card-body p {
	margin-bottom: 0px;
}



