@CHARSET "UTF-8";

/*
Theme Name: Seri System Theme
Version: 1.0
*/

@import url("font-awesome/css/font-awesome.min.css");
@import url("lightbox/css/lightbox.min.css");

html {
	margin: 0;
	padding: 0;
	font-size: 10px;
	width: 100%;
	height: 100%;
}
body {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	-webkit-backface-visibility: hidden;
}
h1 {
	font-size: 10rem;
	line-height: 10rem;
	margin-top: 0;
	font-weight: 700;
}
h2 {
	font-size: 5rem;
	line-height: 5rem;
	margin-bottom: 2rem;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700;
}
h3 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2rem;
}
h4 {
	font-size: 3.5rem;
	line-height: 3.5rem;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 3rem;
	
}
h5 {
	font-size: 1.8rem;
	line-height: 1.8rem;
	margin: 0;
}
p {
	margin: 0;
	color: #fff;
	line-height: 2.2rem;
	font-weight: normal;
}
a {
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
bold {
	font-weight: bold;
}
a:hover, a:focus {
	color: #ffd300;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div, section, footer, i, a, form, input, textarea, img {
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
}
.quote {
	font-size: 2rem;
	font-style: italic;
	position: relative;
	width: fit-content;
	margin: 5rem 4rem;
}
.quote:before {
	font-family: FontAwesome;
	content: "\f10d";
	position: absolute;
	top: -2.5rem;
	left: -2.5rem;
	height: 5rem;
	width: 5rem;
	color: #fff;
	opacity: 0.1;
	font-size: 5rem;
}
.quote:after {
	font-family: FontAwesome;
	content: "\f10e";
	position: absolute;
	bottom: -2.5rem;
	right: -2.5rem;
	height: 5rem;
	width: 5rem;
	color: #fff;
	opacity: 0.1;
	font-size: 5rem;
}
/* Buttons */
/* Main Menu */
/* Loader */
#loader {
	height: 0;
	width: 0;
	bottom: -300vh;
    right: -300vh;
	position: fixed;
	border-radius: 100%;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-webkit-backface-visibility: hidden;
	background-color: #05559f;
	transform: scale(1.15);
	animation-name: loader;
    animation-duration: 1s;
    animation-iteration-count: 1;
	z-index: 99999999999999999999;
}
@keyframes loader {
    0% {transform: scale(1.15);height: 600vh; width: 600vh;}
	25% {transform: scale(1.15);height: 600vh; width: 600vh;}
    100% {transform: scale(0);height: 600vh; width: 600vh;}
}
/* Nav */
#main-nav {
	z-index: 100;
}
#main-menu-trigger {
	position: fixed;
	top: 10rem;
	left: 10rem;
	height: 11rem;
	width: 2rem;
	cursor: pointer;
	z-index: 999;
	background-image: url("img/menu-icon.svg");
	background-size: 2rem auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease-in-out;
}
.main-menu-trigger-blue {
	background-image: url("img/menu-icon-blue.svg") !important;
}
.main-menu-trigger-white {
	background-image: url("img/menu-icon.svg") !important;
}
#main-menu-trigger a {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
}
#main-menu-trigger a:before {
	content: attr(title);
	position: absolute;
	display: block;
	/*transform: rotate(-90deg);*/
	/*opacity: 0;*/
	transition: all 0.2s ease-in-out;
	z-index: -1;
	letter-spacing: 0.2rem;
	transform: translateY(12rem) rotate(-90deg);
	padding: 1rem 4rem;
	opacity: 1;
}
/*#main-menu-trigger a:hover:before {
	transform: translateY(12rem) rotate(-90deg);
	padding: 1rem 4rem;
	opacity: 1;
}*/
#main-menu-trigger i {
	font-size: 3rem;
	display: none;
}
#main-menu-circle, #main-menu-circle-1, #main-menu-circle-2 {
	height: 0;
	width: 0;
	top: -120vh;
    left: -120vh;
	position: fixed;
	border-radius: 100%;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	box-shadow: 0 0 4rem rgba(0,0,0,0.9);
	-webkit-backface-visibility: hidden;
}
#main-menu-circle {
	background-color: #05559f;
	z-index: 98;
	transition: all 0.6s ease-in-out;
	will-change: transform;
}
#main-menu-circle-1 {
	background-color: #ffd300;
	transform: scale(1.15);
	z-index: 97;
	transition: all 0.6s ease-in-out;
	transition-delay: 0.3s;
}
#main-menu-circle-2 {
	border: 2rem solid #fff;
	z-index: 96;
	transform: scale(1.3) rotate(110deg);
	transition: all 0.6s ease-in-out;
	transition-delay: 0.6s;
}
#main-menu-circle-2:before {
	content: "";
	display: block;
	position: absolute;
	top: -4rem;
	left: 50%;
	width: 6rem;
	height: 6rem;
	background-color: #fff;
	border-radius: 100%;
}
.menu-open {
	height: 240vh !important;
	width: 240vh !important;
}
#main-menu-container {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	top: 0;
	left: 10rem;
	opacity: 0;
	transform: translateX(-100vh);
	transition: all 0.5s ease-in-out;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}
.main-menu-slidable-visible {
	opacity: 1 !important;
	transform: translateX(0) !important;
}
#main-menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	padding: 10rem 0;
}
#main-menu ul, #main-menu li {
	width: 100%;
}
#main-menu ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}
#main-menu ul li a {
	position: relative;
	display: flex;
	padding: 1.2rem 1rem;
	margin-left: -1rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2rem;
	letter-spacing: 0.2rem;
	transition: all 0.2s ease-in-out;
}
#main-menu ul li a:before {
	content: attr(title);
	position: absolute;
	left: 1rem;
	top: 0;
	width: 200%;
	font-size: 4rem;
	opacity: 0;
	letter-spacing: 0.3rem;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
#main-menu ul li a:hover:before, #main-menu ul li a:focus:before {
	opacity: 0.1;
}
#main-menu-social-container {
	margin-left: -1rem;
	margin-bottom: -1rem;
	display: flex;
}
#main-menu-social-container a {
	padding: 1rem;
	display: flex;
	position: relative;
}
#main-menu-social-container a:before {
	content: attr(title);
	width: 20rem;
	margin-top: 10rem;
	left: 50%;
	position: absolute;
	transform: rotate(-90deg);
	transition: all 0.2s ease-in-out;
	z-index: -1;
	transform-origin: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	color: #ffd300;
	letter-spacing: 0.2rem;
}
#main-menu-social-container a:hover:before, #main-menu-social-container a:focus:before {
	opacity: 1;
	margin-top: -2rem;
}
#main-menu-social-container i {
	font-size: 2rem;
}
/* Point Navigation */
#point-navigation-container {
	position: fixed;
	height: 100vh;
	min-width: 10rem;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	z-index: 7;
}
#point-navigation {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 10rem;
	right: 0;
	top: 0;
}
#point-navigation a {
	display: flex;
	padding: 1rem 0 1rem 1rem;
	margin: 0.5rem 0;
	position: relative;
	width: 5rem;
	transition: all 0.2s ease-in-out;
}
#point-navigation a:hover, #point-navigation a:focus {
	width: 10rem;
	transition: all 0.2s ease-in-out;
}
#point-navigation a:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	right: 0;
	background-color: rgba(255,255,255,1);
}
#point-navigation a:hover:before, #point-navigation a:focus:before {
	background-color: #ffd300;
}
#point-navigation a:after {
	display: flex;
    align-self: center;
	content: "";
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	left: 0;
	border-radius: 100%;
	background-color: rgba(255,255,255,1);
	transition: all 0.2s ease-in-out;
}
#point-navigation a:hover:after, #point-navigation a:focus:after {
	background-color: #ffd300;
}
.point-nav-circle {
	position: absolute;
	left: -0.7rem;
	top: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	border: 0px solid #fff;
	transform: scale(0);
	transition: all 0.2s ease-in-out;
}
#point-navigation a:hover .point-nav-circle, #point-navigation a:focus .point-nav-circle {
	transform: scale(1);
	border: 1px solid #ffd300;
}
/* Frame Decorations */
.cut-signs {
	height: 5rem;
	width: 5rem;
	position: fixed;
	z-index: 7;
}
.cut-signs-line-1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 4rem;
	width: 5rem;
	border-right: 1px solid rgba(255,255,255,0.5);
	transition: all 0.2s ease-in-out;
}
.cut-signs-line-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5rem;
	width: 4rem;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	transition: all 0.2s ease-in-out;
}
.border-color-black {
	border-color: rgba(0,0,0,0.5);
}
#cut-1 {
	top: 2.5rem;
	left: 2.5rem;
}
#cut-2 {
	top: 2.5rem;
	right: 2.5rem;
	transform: rotate(90deg);
}
#cut-3 {
	bottom: 2.5rem;
	left: 2.5rem;
	transform: rotate(-90deg);
}
#cut-4 {
	bottom: 2.5rem;
	right: 2.5rem;
	transform: rotate(180deg);
}
.register-signs {
	width: 3rem;
	height: 3rem;
	position: fixed;
	background-image: url("img/register-white.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	z-index: 7;
	transition: all 0.2s ease-in-out;
}
.register-signs-black {
	background-image: url("img/register-black.svg");
}
#register-up {
	top: 3.5rem;
	left: calc(50% - 1.5rem);
}
#register-down {
	bottom: 3.5rem;
	left: calc(50% - 1.5rem);
}
/* Page Layout */
.full-height {
	min-height: 100vh;
}
.fixed-height {
	height: 100vh;
}
.full-width {
	width: 100%;
}
.full-padding {
	padding: 10rem;
}
.lateral-padding {
	padding: 0 10rem;
}
.flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-center-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.flex-column-center-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.flex-center-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.flex-justify-center {
	justify-content: center !important;
}
.flex-stretch {
	align-self: stretch;
}
.white-bg {
	background-color: #fff;
}
.white-bg h2, .white-bg h1 {
	color: #05559f;
}
.white-bg h1 span {
	color: #ffd300;
}
.white-bg .quote, .white-bg .quote:before, .white-bg .quote:after, .yellow-bg h2, .white-bg bold, .yellow-bg p {
	color: #000;
}
.white-bg p {
	color: #888;
}
.white-bg a {
	color: #05559f;
}
.blue-bg {
	background-color: #05559f;
}
.blue-bg p, .blue-bg h5, .quote, .blue-bg h1 span {
	color: #fff;
}
.blue-bg h1 {
	color: #ffd300;
}
.blue-bg h2 {
	color: #ffd300;
}
.yellow-bg {
	background-color: #ffd300;
}
.yellow-bg p {
	color: #000;
}
.grey-bg {
	background-color: #0676dd;
}
.rose-bg {
	background-color: #ff6965;
}
.page-section {
	display: flex;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}
.column-text {
	display: flex;
	flex-direction: column;
}
.column-text p {
	margin-bottom: 1rem;
}
.half-column {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.two-third-col {
	width: 66.6666666666666%;
}
.one-third-col {
	width: 33.3333333333333%;
}
.four-column {
	width: 25%;
	padding: 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.four-column:nth-child(odd) {
	background-color: rgba(255,255,255,0.1);
}
.column-container {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
}
.page-section .half-column:first-child .column-container, .two-third-col .column-container {
	padding: 10rem 5rem 10rem 20rem;
}
.page-section .half-column:nth-child(2) .column-container {
	padding: 10rem 20rem 10rem 5rem;
	align-items: flex-end;
	justify-content: space-between;
	text-align: right;
}
.one-third-col .column-container {
	padding: 10rem 20rem 10rem 5rem;
	justify-content: space-between;
}
.filigrana {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.parallax-element {
	position: relative;
}
.left-img {
	display: flex;
	margin: 5rem 5rem 5rem -1rem;
	max-width: calc(100% - 10rem);
	align-self: flex-start;
}
.right-img {
	display: flex;
	margin: 5rem -1rem 5rem 5rem;
	max-width: calc(100% - 10rem);
	align-self: flex-end;
}
.continue-button {
	margin: 0;
}
#section-4 .yellow-bg {
	border-right: 1px solid #000;
	position: relative;
}
#section-4 .column-container {
	justify-content: space-between;
}
/* Printer Slider */
#printer-slider-menu {
	width: 100%;
	align-self: flex-end;
	margin-bottom: 5rem;
}
#printer-slider-menu li {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#printer-slider-menu h3 {
	padding: 0;
	margin: 0;
	text-align: right;
}
#section-4 a, #printer-slider-menu a {
	padding: 1rem 0;
	color: #000;
	display: flex;
	align-items: center;
}
#section-4 a:hover, #printer-slider-menu a:hover, #printer-slider-menu a:focus {
	color: #05559f;
}
#printer-slider-menu a:after {
	display: flex;
    align-self: center;
	content: "";
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: -5.5rem;
	border-radius: 100%;
	background-color: #000;
	transition: all 0.2s ease-in-out;
}
#printer-slider-menu a:hover:after, #printer-slider-menu a:focus:after {
	background-color: #05559f;
}
.printer-nav-circle {
	position: absolute;
	right: -6.5rem;
	width: 3rem;
	height: 3rem;
	border-radius: 100%;
	border: 0px solid #fff;
	transform: scale(0);
	transition: all 0.2s ease-in-out;
}
#printer-slider-menu a:hover .printer-nav-circle, #printer-slider-menu a:focus .printer-nav-circle {
	transform: scale(1);
	border: 1px solid #05559f;
}
#print-img-box {
	background-attachment: unset;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.2s ease-in-out;
}
/* Accordion */
.seri-accordion {
	position: relative;
	margin-top: 5rem;
	border-right: 1px solid #05559f;
	margin-bottom: -10rem;
    padding-bottom: 10rem;
}
.seri-accordion-tab {
	margin-bottom: 3rem;
	margin-right: 3rem;
}
.seri-accordion-tab:last-child {
	margin-bottom: 0;
}
.seri-accordion-title {
	cursor: pointer;
	position: relative;
}
.seri-accordion-title:before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: -3.5rem;
    border-radius: 100%;
    background-color: #05559f;
    transition: all 0.2s ease-in-out;
}
.accordion-title-circle {
    content: "";
    width: 3rem;
    height: 3rem;
    position: absolute;
	top: -1rem;
    right: -4.5rem;
    border-radius: 100%;
    border: 1px solid #05559f;
	transform: scale(0);
    transition: all 0.2s ease-in-out;
}
.seri-accordion-title:hover .accordion-title-circle, .seri-accordion-title.active .accordion-title-circle {
	transform: scale(1);
}
.seri-accordion-title h3 {
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.seri-accordion-text {
	padding-top: 3rem;
}
/* Case History Home */
#case-history-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(transparent 16%,rgba(0,0,0,1) 45%, rgba(0,0,0,1) 55%, transparent 84%);
}
#case-history-menu {
	width: calc(100% + 2rem);
	margin-right: -2rem;
	padding-right: 2rem;
	display: block;
	overflow: hidden;
}
#case-history-container {
	transition: opacity 0.2s ease-in-out;
}
#section-3:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #05559f;
	opacity: 0.8;
}
#case-history-container li:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
#case-history-menu li:nth-child(odd):hover:before {
	opacity: 0.2;
}
#case-history-menu li:nth-child(even):hover:before {
	opacity: 0.2;
}
#case-history-menu li h3 {
	font-size: 6rem;
	line-height: 6rem;
	margin: 0;
}
#case-history-menu li a {
	display: flex;
	justify-content: center;
	padding: 2rem;
	transition: font-size 0.2s ease-in-out, letter-spacing 0.2s ease-in-out;
}
#section-3 {
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: unset;
	transition: background-image 0.2s ease-in-out;
}
#case-up, #case-down {
	position: absolute;
	font-size: 3rem;
	cursor: pointer;
	z-index: 2;
	color: #fff;
	font-weight: normal;
	transition: color 0.2s ease-in-out;
}
#case-up:hover, #case-down:hover {
	color: #ffd300;
}
#case-up {
	top: 15rem;
	z-index: 3;
}
#case-down {
	bottom: 15rem;
	z-index: 3;
}
#case-history-menu li h3 {
	font-size: 2rem;
	line-height: 1rem;
	margin: 0;
}
#case-history-menu .active h3 {
	font-size: 10rem;
	line-height: 8rem;
	letter-spacing: 1.2rem;
	color: #ffd300;
}
#case-history-menu .active-1 h3 {
	font-size: 8rem;
	line-height: 6rem;
}
#case-history-menu .active-2 h3 {
	font-size: 6rem;
	line-height: 4rem;
}
#case-history-menu .active-3 h3 {
	font-size: 4rem;
	line-height: 2rem;
}
/* Case Histories Page */
#histories-section {
	flex-direction: column;
}
.histories-section-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}
#histories-section a {
	display: flex;
	flex-direction: column;
	min-height: 50vh;
	width: 50%;
}
.histories-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	outline: 1px solid #fff;
	outline-offset: -2rem;
}
.histories-box-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.histories-box-bg:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.2s ease-in-out;
}
.histories-box-text {
	padding: 3rem;
	transition: all 0.2s ease-in-out;
	z-index: 2;
}
.histories-box-text h2 {
	color: #fff;
	margin: 0;
}
.histories-button-container {
	overflow: hidden;
	margin-bottom: -6rem;
}
.histories-button {
	text-align: center;
	transform: translateY(200%);
	margin-top: 2rem;
	transition: all 0.2s ease-in-out;
}
.histories-box:hover .histories-box-bg {
	transform: scale(1.2);
}
.histories-box:hover .histories-box-bg:before {
	background-color: rgba(0,0,0,0.8);
}
.histories-box:hover .histories-button {
	transform: translateY(0);
}
/* Case History Page */
#case-section h5 {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.case-container {
	display: flex;
	position: relative;
	justify-content: space-between;
	height: 100%;
	width: 50%;
	margin: 15rem 0;
	transition: transform 0.3s ease-in-out;
	z-index: 10;
}
.case-container-hide {
	transform: translateX(-100%);
}
.case-col-container {
	padding: 5rem 5rem 5rem 20rem;
	height: 100%;
	width: 100%;
	box-shadow: 0 0 2rem rgba(0,0,0,0.3);
}
#case-col-text {
	position: relative;
}
.hide-button {
	position: absolute;
	right: -7.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 7.5rem;
	height: 100%;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}
.hide-button-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 7.5rem;
}
.hide-button i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 2rem;
	transition: all 0.3s ease-in-out;
}
.hide-button-rotate {
	transform: rotate(180deg);
}
.hide-button-title {
	width: 100%;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	overflow: hidden;
}
.hide-button-title h3 {
	margin: 0;
	padding-top: 3rem;
	writing-mode: tb-rl;
	transform: rotate(180deg) translateY(-100%);
	transition: all 0.3s ease-in-out;
}
.hide-button-title-hide {
	transform: rotate(180deg) translateY(0) !important;
}
.case-slider-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
}
.case-slider {
	width: 100%;
	height: auto;
	margin: 10rem 10rem 10rem 40rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 0 2rem rgba(0,0,0,0.3);
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.case-slider-expand {
	margin: 0!important;
}
.case-nav {
	display: flex;
	min-height: 30vh;
	position: relative;
}
.case-nav a {
	display: flex;
	flex-grow: 1;
	width: 50%;
}
.case-nav .half-column {
	width: 100%;
	padding: 5rem 20rem;
}
.case-nav .half-column-right {
	align-items: flex-end;
	color: #000;
}
.case-nav .half-column h5 {
	font-size: 6rem;
	line-height: 6rem;
	margin-bottom: 2rem;
}
.yellow-bar {
	position: absolute;
	height: 100%;
	top: 0;
	left: -7.5rem;
	width: 7.5rem;
	z-index: 9;
	transition: all 0.2s ease-in-out;
}
.yellow-bar-display {
	left: 0 !important;
}
/* Icon Box */
.icon-box-container {
	position: relative;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.incon-box-img {
	margin-bottom: 1rem;
}
.icon-box-container h3 {
	margin: 0.5rem;
}
.icon-box-title {
	font-size: 3rem;
	line-height: 3rem;
	color: #ffd300;
}
.icon-box-title-1 {
	font-size: 4rem;
	line-height: 4rem;
	color: #fff;
}
.icon-box-title-2 {
	font-size: 3rem;
	line-height: 3rem;
	color: #ffd300;
	font-weight: normal;
}
.icon-box-text-container {
	margin-top: 1rem;
	max-height: 0;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease-in-out; 
}
.icon-box-container:hover .icon-box-text-container {
	max-height: 100vh;
}
.icon-box-text-container p {
	opacity: 0;
	transition: all 0.3s ease-in-out; 
}
.icon-box-container:hover .icon-box-text-container p {
	opacity: 1;
}
/* Flow-page */
.flow-hide-scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	margin-right: -2rem;
	padding-right: 2rem;
}
#flow-1 .flow-menu ul li a {
    position: relative;
    display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
    padding: 1.2rem 1rem;
    margin-left: -1rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
    letter-spacing: 0.2rem;
	color: #05559f;
    transition: all 0.2s ease-in-out;
}
#flow-1 .flow-menu ul li a span {
    margin-right: 1rem;
	color: #888;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}
#flow-1 .flow-menu ul li a:hover span, #flow-1 .flow-menu ul li a:focus span {
	margin-right: 2rem;
}
#flow-1 .flow-menu ul li a:hover, #flow-1 .flow-menu ul li a:focus {
	color: #ffd300;
	padding-left: 2rem;
}
#flow-1 .flow-menu ul li a:before {
	position: absolute;
	content: "";
	height: 1rem;
	width: 1rem;
	left: -2rem;
	background-color: #ffd300;
	border-radius: 100%;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}
#flow-1 .flow-menu ul li a:hover:before, #flow-1 .flow-menu ul li a:focus:before {
	transform: scale(1);
}
.flow-nav-circle {
	position: absolute;
	width: 3rem;
	height: 3rem;
	left: -3rem;
	top: 0.7rem;
	border: 1px solid #ffd300;
	border-radius: 100%;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}
#flow-1 .flow-menu ul li a:hover .flow-nav-circle, #flow-1 .flow-menu ul li a:focus .flow-nav-circle {
	transform: scale(1);
}
.flow-item.active {
	color: #ffd300 !important;
    padding-left: 2rem !important;
}
.flow-item.active:before {
    transform: scale(1) !important;
}
.flow-item.active:after {
    width: 600% !important;
}
.flow-item.active span {
	margin-right: 2rem !important;
}
.flow-item.active .flow-nav-circle {
	transform: scale(1) !important;
}
#flow-1 .flow-menu ul li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	left: -2rem;
	top: 50%;
	background-color: #ffd300;
	transition: all 0.3s ease-in-out;
}
#flow-1 .flow-menu ul li a:hover:after, #flow-1 .flow-menu ul li a:focus:after {
	width: 600%;
}
#flow-menu-container {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 2;
	border-left: 1px solid rgba(0,0,0,0.1);
}
#flow-menu-container .column-container {
	padding-left: 2.5rem;
	padding-right: 5rem;
	justify-content: center;
}
#flow-1 {
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
#flow-1 #callitipografia {
	margin: 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	color: #ffd300;
	font-size: 5rem;
	line-height: 5rem;
	margin-top: -1rem;
}
.flow-title {
	position: relative;
}
#flow-1 .flow-title {
	display: flex;
}
.flow-title #callitipografia:before {
	content: "Appassió";
	position: absolute;
	margin-top: 1rem;
	top: -110%;
	right: 0;
	display: block;
	height: 100%;
	animation-name: calligrafia;
    animation-duration: 3s;
    animation-iteration-count: infinite;
	color: #05559f;
}
.flow-title #callitipografia span {
	display: inline-block;
	position: relative;
	padding: 1rem 0;
	animation-name: calligrafia;
    animation-duration: 3s;
    animation-iteration-count: infinite;
	color: #05559f;
}
@keyframes calligrafia {
	0% {transform: translateY(0);}
    10% {transform: translateY(110%);}
	50% {transform: translateY(110%);}
	60% {transform: translateY(0);}
	100% {transform: translateY(0);}
}
#callitipografia-mobile {
	display: none;
}
#callitipografia-mobile {
	font-size: 4rem;
	line-height: 4rem;
}
#flow-1 .flow-vertical-title h1 {
	font-size: 30rem;
	line-height: 30rem;
	color: #ffd300;
}
.paragraph-deco {
	position: relative;
	margin-left: 4.5rem;
	
}
.paragraph-deco:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0.5rem;
	top: 0;
	left: -4.5rem;
	background-color: #000;
}
.flow-vertical-title {
	position: absolute;
	transform: rotate(180deg);
	height: auto;
	width: 67rem;
	right: 0;
	text-align: right;
	padding: 0 5rem;
	writing-mode: tb-rl;
	opacity: 0.2;
	animation-name: title-flow;
    animation-duration: 20s;
    animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes title-flow {
    from {top: 300%;}
    to {top: -300%;}
}
#flow-gallery {
	margin-top: 8rem;
}
.flow-gallery-row {
	margin: 0;
	display: flex;
	flex-direction: row;
	min-height: 50vh;
	position: relative;
	cursor: pointer;
}
.flow-img-container {
	min-height: 50vh;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}
.flow-img {
	position: absolute;
	height: 100%;
	width: 80%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
	transition: all 0.2s ease-in-out;
}
.flow-img-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 40%;
	margin: 5rem 0;
	padding-top: 4rem;
	padding-left: 4rem;
	padding-right: 4rem;
	padding-bottom: 5rem;
	text-align: right;
	z-index: 3;
	box-shadow: 0 0 4rem rgba(0,0,0,0.2);
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	position: relative;
}
.text-left:before {
	content: "";
	width: 0%;
	height: 0.5rem;
	position: absolute;
	top: 2rem;
	left: -30rem;
	background-color: #fff;
	transition: all 0.5s ease-out;
}
.text-right:before {
	content: "";
	width: 0%;
	height: 0.5rem;
	position: absolute;
	top: 2rem;
	right: -30rem;
	background-color: #fff;
	transition: all 0.5s ease-out;
}
.flow-gallery-row .img-left {
	left: 0;
}
.flow-gallery-row .img-right {
	right: 0;
}
.flow-gallery-row .text-right {
	align-items: flex-start;
	text-align: left;	
}
.text-left .gallery-button {
	position: absolute;
	bottom: -2.5rem;
	right: -2.5rem;
	transition: all 0.2s ease-out;
}
.text-right .gallery-button {
	position: absolute;
	bottom: -2.5rem;
	left: -2.5rem;
	transition: all 0.2s ease-out;
}
.gallery-button h3 {
	margin: 0;
	padding: 2rem;
}
.gallery-button a {
	padding: 2rem;
	color: #fff;
}
.flow-gallery-row:hover .text-left {
	margin-left: -4rem;
}
.flow-gallery-row:hover .img-right {
	margin-right: -4rem;
}
.flow-gallery-row:hover .text-left:before {
	width: 200%;
}
.flow-gallery-row:hover .gallery-button {
	margin-left: -2rem;
	bottom: -3.5rem;
}
.flow-gallery-row:hover .text-right {
	margin-right: -4rem;
}
.flow-gallery-row:hover .img-left {
	margin-left: -4rem;
}
.flow-gallery-row:hover .text-right:before {
	width: 200%;
}
.flow-gallery-row:hover .gallery-button {
	margin-right: -2rem;
	bottom: -3.5rem;
}
.flow-topic h2 span {
	color: #888;
	margin-right: 1rem;
}
.flow-topic-img {
	height: 40rem;
	margin-top: 8rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.flow-list li {
	text-align: left;
}
.flow-list li a {
	color: #000;
}
.flow-list li a:hover, .flow-list li a:focus {
	color: #05559f;
	padding-left: 1rem;
}
.topic-list-text {
	margin-bottom: 2rem;
}
#flow-topics-column {
	justify-content: flex-start;
}
/* Flow Multiple Gallery */
#flow-multiple-gallery {
	margin-top: 8rem;
}
.multi-gallery-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.multi-gallery-box {
	position: relative;
	display: flex;
	min-height: 25rem;
	width: calc(33.333333333333% - 2rem);
	padding-top: calc(33.333333333333% - 2rem);
	margin-bottom: 3rem;
	cursor: pointer;
	overflow: hidden;
}
.multi-gallery-box:hover {
	outline: 1px solid #fff;
	outline-offset: -1rem;
}
.multi-gallery-img {
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 3rem;
	cursor: pointer;
	transform: scale(1);
	transition: transform 0.2s ease-in-out, outline-offset 0.2s ease-in-out;
	outline: 1px solid #fff;
	outline-offset: 0;
}
.multi-gallery-img:hover {
	transform: scale(1.2);
	outline: 1px solid #fff;
	outline-offset: -3.5rem;
}
/* Footer */
#main-footer {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: #484243;
	z-index: 1;
}
#footer-container {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#footer-content {
	display: inline-block;
	text-align: center;
}
#footer-content p {
	color: rgba(255,255,255,0.5);
}
#logo-footer {
	max-width: 20rem;
}
#footer-name {
	text-transform: capitalize;
	color: #fff;
	font-size: 3rem;
	line-height: 3rem;
}
#footer-mail {
	text-transform: lowercase;
}
#footer-mail a {
	color: #ffd300;
}
#footer-mail a:hover {
	color: #fff;
}
#footer-follow {
	font-size: 3rem;
	line-height: 3rem;
	text-transform: capitalize;
	color: #fff;
}
#footer-social-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 2rem;
}
#footer-social-container a {
	display: flex;
	padding: 1rem;
}
/* Credits */
#credits-container {
	margin-top: 10rem;
}
#credits-content {
	display: flex;
	justify-content: space-between;
}
#credits-container .credits-half-col li {
	display: inline-block;
}
#credits-container .credits-half-col li a {
	padding-left: 1rem;
	padding-right: 1rem;
}
#credits-container .credits-half-col a {
	padding: 1rem 0;
	color: #ffd300;
}
#credits-container .credits-half-col a:hover {
	color: #fff;
}
/* Animation */
.rotating {
	animation: rotating 10s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: scale(1.3) rotate(0deg);
    -o-transform: scale(1.3) rotate(0deg);
    transform: scale(1.3) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1.3) rotate(360deg);
    -o-transform: scale(1.3) rotate(360deg);
    transform: scale(1.3) rotate(360deg);
  }
}
/* Form */
#contact-form {
	text-align: left;
}
#contact-form .form-input {
	width: 100%;
	padding: 1rem;
	font-family: 'Roboto', sans-serif;
	margin: 1rem 0;
	outline: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	transition: all 0.2s ease-in-out;
}
#contact-form .form-input:focus {
	border-bottom: 1px solid #05559f;
}
#contact-form a {
	color: #05559f;
}
#contact-form a:hover {
	color: #ffd300;
}
#privacy-checkbox {
	padding: 3rem 0;
}
#contact-form .submit {
	font-size: 3rem;
	font-weight: 700;
	background-color: #05559f;
	border: none;
	border-radius: unset;
	padding: 1rem 3rem;
	color: #fff;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
#contact-form .submit:hover {
	padding: 1rem 5rem;
	color: #ffd300;
}
/* Flow Enter Animation */
.flow-topic {
	display: none;
	animation-name: flow-topic-show;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}
@keyframes flow-topic-show {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
.flow-topic-show {
	display: block;
}
.flow-topic.flow-topic-show {
	display: block;
}
.flow-topic h2 {
	margin-bottom: 6rem;
}
/* Macchinari Page */
.machinary-text {
	display: none;
	animation-name: machinary-show;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	
}
.machinary-text-show {
	display: block;
}
.column-text.machinary-text h4{
	margin-bottom:1rem;
}
.column-text.machinary-text p{
	margin-bottom:3rem;
}
@keyframes machinary-show {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
#printer-slider-menu .active {
	color: #05559f !important;
}
#printer-slider-menu .active:after {
	background-color: #05559f !important;
}
#printer-slider-menu .active .printer-nav-circle {
	transform: scale(1) !important;
    border: 1px solid #05559f !important;
}
.macchinari-left {
	z-index: 2;
}
.macchinari-right {
	position: fixed;
	right: 0;
	top: 0;
}
/* Slider Case */
#n2-ss-2-align, .n2-ss-slide-background {
	margin: 0 !important;
	padding: 0 !important;
}
.case-col-tex .case-item {
	color: #000;
}
.case-item a {
	color: #05559f;
}
.case-item a:hover {
	color: #000;
}
/* Payoff */
#section-1 .flex-center-center {
	flex-direction: column;
	flex-wrap: wrap;
}
.payoff {
	position: relative;
	margin: 0 30rem;
	display: flex;
	justify-content: center;
}
.payoff h2 {
	margin-top: 2rem;
	font-size: 2.4rem;
	line-height: 3.2rem;
	text-transform: unset;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	text-align: center;
}
/* Media Query */
@media screen and (max-width: 1500px) {
	#flow-1 ul li a span {
		display: none;
	}
	#callitipografia {
		font-size: 8rem;
		line-height: 8rem;
	}
}
@media screen and (max-width: 1024px) {
	h2 {
		font-size: 4rem;
	}
	.lateral-padding {
		padding: 0;
	}
	#main-menu-trigger {
		top: 5rem;
		left: 5rem;
	}
	#main-menu {
		padding: 5rem 0;
	}
	#main-menu-container {
		left: 5rem;
	}
	#main-menu ul {
		justify-content: flex-end;
		margin-bottom: 5rem;
	}
	#main-menu ul li a {
		margin-left: -1rem;
	}
	.cut-signs {
		height: 3rem;
		width: 3rem;
	}
	.cut-signs-line-1 {
		height: 2rem;
		width: 3rem;
	}
	.cut-signs-line-2 {
		height: 3rem;
		width: 2rem;
	}
	#cut-1 {
		top: 1.5rem;
		left: 1.5rem;
	}
	#cut-2 {
		top: 1.5rem;
		right: 1.5rem;
	}
	#cut-3 {
		bottom: 1.5rem;
		left: 1.5rem;
	}
	#cut-4 {
		bottom: 1.5rem;
		right: 1.5rem;
	}
	#register-up {
		top: 2rem;
	}
	#register-down {
		bottom: 2rem;
	}
	#point-navigation a {
		width: 3rem;
	}
	#point-navigation a:hover {
		width: 5rem;
	}
	.page-section .half-column:first-child .column-container {
		padding: 5rem 5rem 5rem 10rem;
	}
	.page-section .half-column:nth-child(2) .column-container {
		padding: 5rem 10rem 5rem 5rem;
	}
	.incon-box-img {
		max-height: 5rem;
	}
	.icon-box-title {
		font-size: 2rem;
		line-height: 2rem;
	}
	.icon-box-title-1 {
		font-size: 3rem;
		line-height: 3rem;
	}
	.icon-box-title-2 {
		font-size: 2rem;
		line-height: 2rem;
	}
	.hide-button {
		right: -4.5rem;
		width: 4.5rem;
	}
	.hide-button-container {
		height: 4.5rem;
	}
	.hide-button i {
		font-size: 2rem;
	}
	.case-slider {
		margin: 5rem 5rem 5rem 20rem;
	}
	.case-container {
		margin: 10rem 0;
		width: 60%;
	}
	.case-col-container {
		padding: 5rem 5rem 5rem 10rem;
	}
	.case-nav .half-column:first-child {
		padding: 5rem 10rem 5rem 10rem;
	}
	.case-nav .half-column:last-child {
		padding: 5rem 10rem 5rem 10rem;
	}
	.yellow-bar {
		position: absolute;
		height: 100%;
		top: 0;
		left: -4.5rem;
		width: 4.5rem;
		z-index: 9;
		transition: all 0.2s ease-in-out;
	}
	.two-third-col .column-container {
		padding: 10rem 5rem 10rem 10rem;
	}
	.flow-gallery-row {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5rem;
	}
	#flow-gallery .flow-gallery-row:nth-child(odd) {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	#flow-gallery .flow-gallery-row:nth-child(even) {
		flex-direction: column;
		flex-wrap: wrap;
	}
	.flow-img {
		position: relative;
		display: block;
		width: 100%;
		height: 40rem;
	}
	.flow-img-text {
		width: 100%;
		margin: 0;
	}
	.flow-gallery-row:hover .text-left {
		margin-left: 0;
	}
	.flow-gallery-row:hover .img-right {
		margin-right: 0;
	}
	.flow-gallery-row:hover .text-left:before {
		width: 200%;
	}
	.flow-gallery-row:hover .gallery-button {
		margin-left: 0;
		bottom: 0;
	}
	.flow-gallery-row:hover .text-right {
		margin-right: 0;
	}
	.flow-gallery-row:hover .img-left {
		margin-left: 0;
	}
	.flow-gallery-row:hover .text-right:before {
		width: 200%;
	}
	.flow-gallery-row:hover .gallery-button {
		margin-right: 0;
		bottom: 0;
		display: block;
	}
	.gallery-button {
		position: relative !important;
		margin-left: 0;
		margin-right: 0;
		margin-top: 4rem;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100%;
	}
	.text-right:before, .text-left:before {
		display: none;
	}
	.gallery-button h3 {
		padding: 0;
	}
	.gallery-button a {
		display: flex;
	}
	h1 span, h2 span {
		display: block;
	}
	#callitipografia {
		display: none;
	}
	#callitipografia-mobile {
		display: block;
		margin-bottom: 0;
	}
	.case-histories-template-default .full-height {
		min-height: unset;
	}
	.payoff {
		margin: 0 10rem;
	}
}
@media screen and (max-width: 992px) {
	#flow-menu-container .quote {
		display: none;
	}
	.flow-title {
		margin-bottom: 5rem;
	}
}
@media screen and (max-width: 850px) {
	#credits-content {
		display: block;
	}
	.credits-half-col {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	#credits-content .credits-half-col:nth-child(2) {
		margin-top: 3rem;
	}
	#case-up {
		top: 5rem;
	}
	#case-down {
		bottom: 5rem;
	}
	#flow-1 h1:before {
		display: none
	}
	#histories-section a {
		width: 100%;
	}
	#case-history-menu li a {
		padding:1rem;
	}
	#case-history-menu li h3 {
		font-size: 1rem;
		line-height: 1rem;
		margin: 0;
	}
	#case-history-menu .active h3 {
		font-size: 6rem;
		line-height: 5rem;
		letter-spacing: 1.2rem;
		color: #ffd300;
	}
	#case-history-menu .active-1 h3 {
		font-size: 5rem;
		line-height: 4rem;
	}
	#case-history-menu .active-2 h3 {
		font-size: 3rem;
		line-height: 2rem;
	}
	#case-history-menu .active-3 h3 {
		font-size: 2rem;
		line-height: 1rem;
	}
}
@media screen and (max-width: 768px) {
	#point-navigation-container, 
	#frame-decorations, 
	#section-2 .half-column:first-child,
	#flow-menu-container,
	#section-3,
	.yellow-bar,
	.flow-vertical-title,
	.paragraph-deco:before	{
		display: none;
	}
	#main-menu-trigger {
		top: 3rem;
		left: 3rem;
	}
	#main-menu {
		padding: 3rem 0;
		min-height: 100vh;
	}
	#main-menu-container {
		left: 3rem;
		min-height: 100vh;
	}
	#logo-home {
		width: 50%;
		height: auto;
	}
	#section-5 {
		flex-wrap: wrap;
	}
	.four-column {
		padding: 3rem;
		width: 50%;
		min-height: 50vh;
	}
	.four-column:first-child {
		background-color: rgba(255,255,255,0.1);
	}
	.four-column:nth-child(2) {
		background-color: transparent;
	}
	.four-column:nth-child(3) {
		background-color: transparent;
	}
	.four-column:nth-child(4) {
		background-color: rgba(255,255,255,0.1);
	}
	section {
		flex-wrap: wrap;
	}
	#section-1 {
		min-height: 100vh;
	}
	#section-4 .yellow-bg {
		border-right: none;
	}
	.full-height {
		min-height: 50vh;
	}
	.half-column {
		width: 100%;
		overflow: hidden;
	}
	.page-section .half-column:nth-child(2) .column-container,
	.page-section .half-column:first-child .column-container	{
		padding: 5rem;
	}
	#section-4 .half-column:first-child .column-container {
		flex-direction: column-reverse;
	}
	#print-img-box {
		background-size: 65% auto;
	}
	.lateral-padding {
		padding: 0;
	}
	.full-padding {
		padding: 5rem;
	}
	#case-history-menu li a {
		font-size: 4rem;
		line-height: 4rem;
	}
	#case-history-menu li a:hover {
		font-size: 5rem;
		letter-spacing: 0.2rem;
	}
	#main-footer {
		min-height: 50vh;
	}
	#footer-name, #footer-mail, #footer-number {
		font-size: 3rem;
	}
	.case-container {
		width: 100%;
		margin: 0;
		border-top: 4rem solid #05559f;
	}
	.case-slider-container {
		position: relative;
	}
	.case-slider {
		margin: 0;
		clip-path: unset;
	}
	.case-nav .half-column:first-child:hover,
	.case-nav .half-column:last-child:hover,
	.one-third-col, .two-third-col	{
		width: 100%;
	}
	#flow-1 .flow-hide-scroll {
		display: flex;
		flex-direction: column-reverse;
	}
	#flow-1 .flow-menu ul li a {
		justify-content: flex-end;
		margin-left: 10rem;
		text-align: right;
	}
	#flow-1 .column-container {
		padding: 5rem;
	}
	.flex-stretch {
		align-self: unset;
	}
	#flow-1 .full-height {
		min-height: auto;
	}
	.paragraph-deco {
		margin-left: 0;
	}
	.fixed-height {
		height: auto;
	}
	.flow-gallery-row {
		margin-left: 0;
		margin-right: 0;
	}
	.quote {
		font-size: 2.5rem;
	}
	#flow-topic-container-home {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
	}
	#flow-1 .flow-menu ul li a {
		width: 100%;
		margin-left: 0;
	}
	.flow-hide-scroll {
		margin-right: -2rem;
		padding-right: 0rem;
	}
	.multi-gallery-box {
		width: 100%;
		padding-top: 100%;
	}
	.flow-topic {
		display: block;
		margin-top: 6rem;
	}
	#print-img-box {
		background-attachment: unset;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		transition: all 0.2s ease-in-out;
	}
	.macchinari-left {
		z-index: 0;
	}
	.macchinari-right {
		position: relative;
	}
	.payoff {
		margin: 0 5rem;
	}
}
@media screen and (max-width: 600px) {
	h1 {
		font-size: 6rem;
		line-height: 6rem;
		padding-left: 0;
	}
	#case-history-menu li a {
		padding: 1rem;
	}
	#case-history-menu li h3 {
		font-size: 1rem;
		line-height: 1rem;
		margin: 0;
	}
	#case-history-menu .active h3 {
		font-size: 4rem;
		line-height: 3rem;
		letter-spacing: unset;
		color: #ffd300;
	}
	#case-history-menu .active-1 h3 {
		font-size: 3rem;
		line-height: 2rem;
	}
	#case-history-menu .active-2 h3 {
		font-size: 2rem;
		line-height: 1rem;
	}
	#case-history-menu .active-3 h3 {
		font-size: 1rem;
		line-height: 1rem;
	}
}
@media screen and (max-width: 500px) {
	#main-menu-trigger a:before, #main-menu-social-container a:before {
		display: none;
	}
	#main-menu {
		padding: 3rem 0;
	}
	#main-menu ul {
		justify-content: flex-end;
		margin-bottom: 3rem;
	}
	#main-menu ul li a {
		margin-left: -1rem;
	}
	.full-padding {
		padding: 2rem;
	}
	#main-menu-trigger {
		top: 2rem;
		left: 2rem;
	}
	#main-menu-container {
		left: 2rem;
	}
	.column-container {
		padding: 4rem 2rem !important;
	}
	.page-section .half-column:nth-child(2) .column-container {
		text-align: left;
	}
	#section-3 {
		min-height: 100vh;
	}
	.four-column {
		width: 100%;
	}
	.four-column:first-child {
		background-color: rgba(255,255,255,0.1);
	}
	.four-column:nth-child(2) {
		background-color: transparent;
	}
	.four-column:nth-child(3) {
		background-color: rgba(255,255,255,0.1);
	}
	.four-column:nth-child(4) {
		background-color: transparent;
	}
	#main-footer {
		padding-top: 5rem;
	}
	#footer-name, #footer-mail, #footer-number {
		font-size: 2rem;
	}
	.case-col-container {
		padding: 2rem;
	}
	.case-nav .half-column:first-child {
		padding: 2rem;
	}
	.case-nav .half-column:last-child {
		padding: 2rem;
	}
	.yellow-bar {
		position: absolute;
		height: 100%;
		top: 0;
		left: -4.5rem;
		width: 4.5rem;
		z-index: 9;
		transition: all 0.2s ease-in-out;
	}
	#flow-topics-column {
		width: calc(100% - 2rem);
	}
	#main-menu-trigger a i:before {
		color: #000;
	}
}

@media screen and (max-height: 800px) {
	#main-menu ul {
		justify-content: flex-end;
		margin-bottom: 5rem;
	}
	#case-up {
		top: 5rem;
	}
	#case-down {
		bottom: 5rem;
	}
}
@media screen and (max-height: 700px) {
	#main-menu-trigger a:before {
		display: none;
	}
}
@media screen and (max-height: 600px) {
	#main-menu ul li a:before, #main-menu-social-container a:before {
		display: none;
	}
	#main-menu-trigger {
		height: auto;
		background-image: none !important;
		margin-left: 0.5rem;
	}
	#main-menu-trigger i {
		display: block;
	}
	#main-menu {
		padding: 3rem 0;
	}
	#main-menu ul {
		justify-content: flex-end;
		margin-bottom: 3rem;
	}
	#main-menu ul li a {
		padding: 0.5rem;
		margin-left: -0.5rem;
	}
}
@media screen and (max-height: 380px) {
	#print-img-box {
		min-height: 100vh;
	}
	#section-3 {
		min-height: 100vh;
	}
}
@media screen and (max-height: 350px) {
	#main-menu {
		padding: 3rem 0;
	}
	#main-menu ul {
		margin-bottom: 0;
	}
	#main-menu ul li a {
		margin-left: -0.5rem;
		margin-bottom: -0.5rem;
	}
	#main-menu-social-container {
		display: none;
	}
	#logo-home {
		width: auto;
		height: 60%;
	}
}