/*!
Theme Name: tempraglass
Theme URI: http://www.tempraglass.it/
Author: Tempraglass
Author URI: http://www.tempraglass.it/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tempraglass
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;1,700&display=swap');

  @font-face {
    font-family: 'NeueMachina Light';
    src:  url('font/NeueMachina-Light.otf')  format('truetype'); /* Safari, Android, iOS */
    font-family: 'NeueMachina Ultrabold';
    src:  url('font/NeueMachina-Ultrabold.otf')  format('truetype'); /* Safari, Android, iOS */
    font-family: 'Archia Regular';
    src:  url('font/Archia-Regular.otf'); 
         
  }

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
     scroll-behavior: smooth;
}

@media screen and (max-width: 1064px) {
	html {
	font-size: 80%;
}
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
    display: block;
    margin: 0 auto;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button:focus {outline:0;}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
     margin-top: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Arial", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/



html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
        /*font-family: 'NeueMachina Light';*/
        font-family: 'Archia Regular';
        overflow-x: hidden;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

a.link{
    color: #175470;
    margin-top: 30px;
    margin-bottom: 60px;
    float: left;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    text-align: center;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}

a.link:visited, a.rounded-link:visited{
    color: #175470;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
        background: none;
        margin-left:0%;
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 50px;
        z-index: 3;
        left: 0;
        transition: all 1s;
}
.site-header.shrink {
	height: auto;
     position: fixed;
     top: 0px;
     margin-right: 50px;
     width: 100%;
     background: #fff;
     border-bottom: 1px solid #f0f0f0;
}

@media screen and (max-width: 1064px) {

    .site-header.shrink {
        height: auto;
         position: fixed;
         top: 0px;
         margin-right: 0px;
         width: 100%;
         background: #fff;
         border-bottom: 1px solid #f0f0f0;
    }

    .site-header.shrink img {
        margin-left: 0;
    }
}

.barra-header {
    height: 120px;
    background: none;
    margin-left: 2.5%;
    position: absolute;
    z-index: 2;
    width: 97.5%;
    top: 50px;
    overflow: hidden;
    z-index: 3;
    left: 0;
    transition: all 1s;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.barra-header:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform-origin: bottom left;
    -ms-transform: skew(328deg, 0deg);
    -webkit-transform: skew(328deg, 0deg);
    transform: skew(328deg, 0deg);
    margin-left: 2%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.site-header.shrink:after {
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    margin-left: 0%;
    border: 0;
}
.uwp_page .site-header, .uwp_page .barra-header .shrink:after{
    top: 0 !important;
}
.uwp_page .barra-header{
    top: 0;
}
.uwp_page .barra-header:after{
    background-color: #f0f0f0;
    top: 0;
}

.menu-riservata-menu-container{
    margin-right: 100px;
}
#riservata{
    float: left;
}
#riservata a{
    font-size: 1.1em;
}
.site-branding{
    width: 20%;
    float: left;
    margin-left: 12%;
    /* margin-top: 17px; */
    height: 120px;
    display: flex;
    align-items: center;
}

.site-branding img{
	height: 70px;
     width: auto;
     max-width: inherit;
}

.site-header.shrink .site-branding img {
    height: 70px;
    width: auto;
    max-width: inherit;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1064px) {
    .site-branding{
            width: 75%;
    margin-left: calc(20% + 10px);
}
	.site-branding.shrink{
	    width: 90%;
/* padding-bottom: 20px; */
margin-top: 0;
float: right;
/* justify-content: flex-end; */
margin-right: 0px;
margin-left: 0;
}
.site-branding img{
    height: 40px;
    width: auto;
    max-width: 300px;
    float: left;
    margin-left: 50px;
    max-width: inherit;
    margin: 0 auto;
    display: block;
    text-align: left;
    text-align: right;
}

.site-header.shrink .site-branding img {
    height: 40px;
}
}
/*--------------------------------------------------------------
## Barra numero
--------------------------------------------------------------*/
.barra-top {
	width: calc(40% - 50px);
        background: rgba(45,106,129,.70);
        height: 38px;
        text-align: right;
        position: relative; 
        z-index: 2;
        padding-right: 8%;
        float: right;
}
.barra-top a {
	color: #fff;
    font-size: .9em;
    line-height: 40px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1064px) {
    #content{
        margin-right: 40px;
}
}

    

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	padding-left: 0;
     float: right;
     margin-right: calc(0% + 30px);
     margin: 0;
}

.site-header.shrink .main-navigation ul {
    margin-bottom: 0;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    margin-top: 0;
    background: #f2f2ed;
    margin-top: 0 !important;
    -webkit-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.22);
    margin-left: 0;
    opacity: 0;
    transition: opacity .4s;
    width: 220%;
    /* border: 2px solid #fff; */
    display: block;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    height: auto;
    font-size: .9em;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
    width: 100%;
    background-color: #fff;
    background-image: none;
    font-size: 1em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	margin-left: 0;
    color: #000 !important;
}

.main-navigation ul ul ul a {
	margin-left: 0;
    color: #000 !important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
    opacity: 1;
}

.main-navigation li {
	float: left;
     opacity: 1 !important;
     position: relative;
     z-index: 10;
}

.main-navigation a {
	display: block;
	text-decoration: none;
        color: #000;
}

.menu ul li.menu-item {
	opacity: 1 !important;
}

.menu a {
    font-weight: 900;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    opacity: 1;
    transition: all 1s;
    color: #333;
    font-family: 'Archia Regular';
    font-size: 1.4em;
    font-weight: 300;
}

@media screen and (max-width: 1064px) {
	.menu a {
        margin-left: 0;
}
}

.site-header.shrink .menu a {
        font-size: .9em;
}


.menu li a:hover {
        /*padding-left: 5px;*/
        color: #50b8dc;
}

.menu a:after {
        position: absolute;
        height: 2px;
        width: 0px;
        content: '';
        background: #1cb3e9;
        bottom: 0px;
        left: 0;
        transition: all .5s;
}

.menu a:before {
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    background: #fff;
    bottom: 0px;
    left: 0;
    transition: all .5s;
}

.menu a:hover:after {
        width: calc(100%);
}

#secondary-menu{
        top: 0px;
        background: #999;
        bottom: auto;
        right: 50px;
}
.site-header.shrink #secondary-menu {
display: none;
}

#secondary-menu a{
    font-size: .8em;
    color: #fff;
    font-weight: 400;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 3px;
    letter-spacing: 2px;
}

#secondary-menu a:after{
    height: 10px;
    width: 80%;
    margin-left: 10%;
    bottom: -6px;
    background: #fff;
}

.menu-header ul li{
        display: inline;
        float: left;
}

.lingue-header {
	width: auto;
        float: right;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 25px;
        padding-right: 25px;
        border-radius: 26px;
        font-size: .8em;
        text-transform: uppercase;
        color: #666;
        margin-top: 20px;
}

.lingue-header ul li {
	padding-left: 10px;
        padding-right: 10px;
        float: left;
}

.barra-social {
	position: fixed;
        right: 0;
        top: 0px;
        height: 100%;
        width: 50px;
        background: #f2f2ed;
        z-index: 4;
        padding-top: 90px;
}

.barra-social .contact-button {
	position: relative;
     top: 30px;
     height: 118px;
     width: 50px;
     float: right;
     cursor: pointer;
}

.barra-social .contatti {
	display: none;
     opacity: 0;
     position: fixed;
     top:0;
     height: 100vh;
     background: #333;
     right: 50px;
     border-left: 2px solid #205b76;
     background: #eee;
     padding-top: 90px;
}

.barra-social .contatti input {
    background: none;
    font-size: 1em;
    font-family: 'PT Serif';
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #666;
    margin-right: 5%;
    width: 95%;
    margin-bottom: 15px;
}

.barra-social .contatti .right {
  margin-left: 10%;
 margin-right: calc(10% + 50px);
   margin-top: 30px;
    padding-top: 40px;
    border-top: 4px solid #666;
}

.barra-social .contatti input::placeholder {
  color: #666;
  font-style: italic;
}

.barra-social .contatti p {
	font-size: 1.4em;
     color: #666;
     margin-left: 10%;
     margin-right: 20%;
}

.barra-social .contatti p span {
	text-transform: uppercase;
     font-size: .6em;
     margin-right: 20px;
     width: 100%;
     float: left;
}

.barra-social .contatti .right p {
	font-size: 1.1em;
     text-transform: uppercase;
     padding: 10px;
     color: #666;
     margin-left: 0;
     margin-right: 0;
     padding: 0;
}

.barra-social .contact-button .richiedi {
     height: 50px;
     text-transform: uppercase;
     color: #000;
     transform: rotate(90deg);
     text-align: left;
     font-size: .8em;
     line-height: 60px;
     padding-left: 60px;
     width: 100%;
     float: left;
     background-image: url('img/icona-chat.png');
     background-size: 60%;
     background-repeat: no-repeat;
     background-position: 10px 10px;
}

.barra-social .social {
     position: relative;
     top: 120px;
     width: 50px;
     float: right;
     clear: both;
}

.barra-social p {
    margin-bottom: 20px;
}

.barra-social img {
    display: block;
	margin: 0 auto;
     width: 60%;
}

.barra-social .language {
    transform: rotate(90deg);
    position: relative;
    top: 120px;
    width: 50px;
    float: right;
    clear: both;
    padding-top: 25px;
}

.barra-social .language ul {
}

.barra-social .language ul li {
     display: inline;
     color: #000;
     padding-left: 10px;
     padding-right: 10px;
     font-size: .9em;
}

.barra-social .language ul li p {
     color: #fff;
}

.lines{
    width: 100%;
}

.lines div.linea1{
    border-right: 1px solid rgba(255, 255, 255, .4);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    width: 1px;
    float: left;
    height: 100vh;
    left: calc(33.333333333333% + 16px);
    position: fixed;
    z-index: 1
}

.lines div.linea2{
    border-right: 1px solid rgba(255, 255, 255, .4);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    width: 1px;
    float: left;
    height: 100vh;
    left: calc(66.66666666666% - 16px);
    position: fixed;
    z-index: 1
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
     z-index: 10;
     right: 0;
     height: 50px;
     background: transparent;
     width: 70px;
     position: fixed;
     border: 0;
     border-radius: 0;
}

@media screen and (min-width: 1064px) {
	.menu-toggle {

	}

    .main-navigation ul {
        display: flex;
        align-items: center;
        height: 120px;
        margin-left: 90px;
	}

    .menu-menu-top-container{
        display: flex;
        flex-wrap: wrap;
        height: 120px;
        float: left;
    }
}

.login-menu {
    float: left;
    /* width: 100%; */
    display: flex;
    position: relative;
    z-index: 2;
    float: right;
    margin-right: 70px;
    padding-top: 10px;
}

.login-menu p {
    padding: 5px 20px;
    color: #fff;
}

.login-menu p a {
    color: #fff;
}

.full-overlay {
    height: 100vh;
    width: 100%;
    float: left;
    background: rgba(255,255,255,.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    display: none;
	}

#mobile-menu {
		width: 100%;
    float: left;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 4;
    right: -100%;
    -webkit-box-shadow: -15px 0px 15px -2px rgba(0,0,0,0.29); 
box-shadow: -15px 0px 15px -2px rgba(0,0,0,0.29);
	}

#mobile-menu #primary-menu {
    position: fixed;
    margin: 0;
    list-style: none;
    padding: 70px 40px;
    height: 100%;
    position: fixed;
    top: 10px;
    right: 0px;
    bottom: 10px;
    width: 100%;
    overflow-y: scroll;
	}

    @media screen and (min-width: 1064px) {
        #mobile-menu{
            width: 70%;
           }
        #mobile-menu #primary-menu {
            width: 70%;
           }
    }

#mobile-menu #primary-menu li.menu-item {
    opacity: 0;
    top: 0px;
    position: relative;
    float: left;
    width: 90%;
    background-image: url('img/arrow-icon.png');
    background-repeat: no-repeat;
    background-position: left 10px;
    margin-bottom: 8px;
    padding-left: 25px;
    background-size: 12px;
	}

    #mobile-menu li.menu-item.menu-item-has-children {
        opacity: 1;
         top: 0px;
         position: relative;
         background-image: url('img/plus-icon.png') !important;
         
        }

#mobile-menu #primary-menu li a {
    font-size: 1.8em;
    text-decoration: none;
    font-weight: 400;
    color: #000;
    float: left;
    display: block;
    clear: both;
    text-transform: none;
    width: 100%;
    font-weight: 300;
    margin-bottom: 20px;
	}
#mobile-menu #secondary-menu {
     position: static;
     margin: 0;
     list-style: none;
     padding: 0;
     padding: 40px;
     clear: both;
     background: none;
	}
#mobile-menu #secondary-menu li {
     width: 100%;
     float: left;
     opacity: 0;
     margin-left: 30px;
	}
@media screen and (max-width: 1064px) {
	#mobile-menu #secondary-menu li {
     margin-left: 0px;
	}
}
#mobile-menu #secondary-menu a {
     font-size: 1.5em;
     opacity: 1;
     text-decoration: none;
     padding: 0;
     font-weight: 800;
     color: #666;
     padding-top: 10px;
     padding-left: 20px;
     position: relative
	}
#mobile-menu #secondary-menu a:after {
     background: #666;
     position: absolute;
     top: 1.7em !important;
     left: 0 !important;
     content: '';
     height: 1px;
     width: 10px;
	}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
    
}

.entry-content{
    float: left;
    padding: 190px 10% 100px 10%;
    width: 100%;
}

.entry-content div.link{
    display: flex;
    width: 100%;
    float: left;
}

.entry-content div.link a{
   color: #666;
}

.entry-content div.link div{
    padding: 40px;
}

.entry-content div.link div img{
    padding: 5px;
}

@media screen and (max-width: 1064px) {
    .entry-content  {
        padding: 10px 20px;
    }
    .entry-content div.link{
        display: block;
    }

    .entry-content div.link div{
        text-align: center;
    }
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery div {
	
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

#page{
}

@media screen and (min-width: 1801px) {
	#page{
    margin: 0 auto;
}
}

/*--------------------------------------------------------------
## home
--------------------------------------------------------------*/
#top-home {
    height: 100vh;
    overflow: hidden;
}

#top-home video, #top-basso video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 0px;
}

#top-basso video{
    height: 100vh;
}

#top-home #scritta {
    position: absolute;
    left: 40%;
    opacity: 0;
    z-index: 2;
    width: 60%;
    top: 350px;
}

@media screen and (max-width: 1064px) {
	#top-home #scritta {
        width: 80%;
        left: calc(20% - 40px) !important;
    }
}

#top-home #scritta img {
    width: 20%;
}

#top-home #scritta p {
        /* float: right; */
        font-size: 4vw;
        padding-left: 10px;
        color: #fff;
        font-weight: 200;
        /* width: 80%; */
        /* text-align: left; */
        position: relative;
        font-weight: 50;
        /* line-height: 10vh; */
        writing-mode: vertical-rl;
        text-orientation: upright;
        text-transform: uppercase;
        font-family: 'Archia Regular';
        float: left;
}

@media screen and (max-width: 1064px) {
	#top-home #scritta p {
        line-height: 4vh;
    }
}

#top-home #scritta p:after {

}

#top-home #scritta p span {
    font-family: 'PT Serif';
    font-style: italic;
}

#top-home #bg-pattern {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
    width: 100%;
}

#slider-mask {
    height: 100vh;
    position: absolute;
    top: 0;
    left: -20%;
    background: #fff;
    width: 60%;
    transform: skew(15deg, 0deg);
    z-index: 2;
}

#slider-mask2 {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 40%;
    background: #fff;
    width: 60%;
    transform: skew(15deg, 0deg);
    z-index: 2;
}

#profilo-home {
    position: relative;
    width: calc(90% - 50px);
    margin-left: 5%;
    margin-right: 5%;
   
}

@media screen and (max-width: 1064px) {
	#profilo-home {
   margin-left: 0px;
   width: calc(100% - 0px);
}
}

#profilo-home .left {
    width: 45%;
    float: left;
    overflow: hidden;
   margin-top: 80px;
   margin-bottom: 80px;
}

@media screen and (max-width: 1064px) {
	#profilo-home .left {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
}
}

#profilo-home .left p.foto {
    text-align: center;
  display: block;
  margin: 0;
}

#profilo-home .left img {
    width: 100%;
    display: block;
    margin: 0;
}

@media screen and (max-width: 1064px) {
	#profilo-home .left img {
    width: 100%;
}
}

#profilo-home .right {
    width: 55%;
    float: right;
    position: relative;
    right: 0;
    padding-top: 80px;
    padding-bottom: 40px;
    height: 600px;
    display: table;
    background: #bcdbf3;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px; 
    border-bottom-left-radius: 60px; 
   margin-top: 80px;
   margin-bottom: 80px;
}

#profilo-home .right:after {
    width: 1px;
    background: #666;
    height: 70px;
    content: '';
    position: absolute;
    left: 20%;
    top: -30px;
}

@media screen and (max-width: 1064px) {
	#profilo-home .right {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
}
#profilo-home .right:after {
    left: 50%;
}
}

#profilo-home .right p {
    font-size: 1.6em;
    color: #000;
    padding-left: 10%;
    padding-right: 30%;
}

@media screen and (max-width: 1064px) {
	#profilo-home .right p {
        text-align: left;
    padding-right: calc(10% + 50px);
}
}

#profilo-home .right p.titolo {
    font-size: 3em;
    color: #000;
    padding-left: 10%;
    padding-right: 30%;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 36pt;
    padding-bottom: 20px;
    font-weight: 600;
    padding-top: 10px;
    /* font-family: 'NeueMachina Light'; */
}

@media screen and (max-width: 1064px) {
	#profilo-home .right p.titolo {
    font-size: 3em;
    text-align: left;
    padding-right: 10%;
}
}

.banner{
    width: calc(100% - 160px);
    float: left;
    padding-top: 40px;
    margin-left: 80px;
    background: #bcdbf3;
    margin-top: 40px;
    padding: 60px;
}

.banner div{
    display: flex;
    flex-direction: row;
    float: left;
}

.banner .foto{
    width: 30%;
}

.banner .testo{
    display: flex;
    align-items: center;
    padding: 120px;
    flex-direction: column;
    padding-top: 120px;
    flex: 1;
    gap: 50px;
    font-size: 1.2em;
}

@media screen and (max-width: 1064px) {
    .banner{
        padding: 10px;
        margin: 0;
        width: calc(100% - 10px);
        margin-top: 30px;
    }

	.banner div {
    flex-direction: column;
}
.banner .foto{
    width: 100%;
}
.banner .testo{
    padding: 20px;
}

.banner .testo a{
    font-size: .8em;
}
}

.banner .testo a{
    background: #666;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#middle-home {
    float: left;
    width: calc(90% - 0px);
    background-color: #eee;
    margin: 0px;
    margin-top: 0;
    margin: 0 auto;
    border-top-left-radius: 60px;
    margin-left: 5%;
    margin-right: 5%;
}

@media screen and (max-width: 1064px) {
	#middle-home {
   margin: 0px;
    width: calc(100% - 10px);
    margin-top: 0;

}
}

#middle-home p.titolo {
    text-align: left;
    font-size: 3em;
    color: #999;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 40pt;
    position: relative;
    padding-left: 10%;
    padding-right: 0%;
    font-weight: 300;
    float: left;
    /* font-family: 'NeueMachina Light'; */
    margin-top: 40px;
    width: 100%;
    float: left;
}
#middle-home p.titolo:after {
    top: -60px;
    height: 100px;
    width: 1px;
    background: #00b4ec;
    content: '';
    position: absolute;
    left: 50%;
    border-radius: 20px;
}
@media screen and (max-width: 1064px) {
	#middle-home p.titolo {
    font-size: 3.4em;
    font-weight: 800;
    line-height: 1em;

}
#middle-home a {
    padding-right: 10%;
    padding-left: 10%;
}
}
#middle-home p.testo {
    color: #000;
    text-align: left;
    font-size: 2em;
    font-weight: 300;
    margin-left: 10%;
    margin-right: 20%;
    padding-bottom: 50px;
}


#middle-home div.galleria-prodotti-home {
    width: calc(100% - 60px);
    float: left;
    margin: 30px;
}

#middle-home div.finestra {
    width: 32.333333%;
    float: left;
    display: inline;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #f0f0f0;
}

#middle-home div.due-foto li {
    width: 49%;
}

@media screen and (max-width: 1064px) {
	#middle-home ul li {
    width: 100%;
}

#middle-home ul.due-foto li {
    width: 100%;
}
}

#middle-home ul li img{
}

#middle-home div.finestra {
    position: relative;
}
#middle-home div.finestra div.foto {
    background-position: -60px 0;
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    float: right;
    position: relative;
    margin-top: 10px;

}

@media screen and (max-width: 1064px) {
    #middle-home div.finestra div.foto {
    height: 350px;
}

#middle-home ul.due-foto li {
    width: 100%;
}
}

#middle-home div.finestra div.foto img {
    position: absolute;
    bottom:10px;
    right:0px;
    width: 90%;
    border: 14px solid #fff;
}

#middle-home div.finestra div.foto p {
    position: absolute;
    bottom: 0px;
    right: 0px;
    /* width: 90%; */
    color: #666c;
    font-size: 2em;
    /* line-height: 1em; */
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-transform: uppercase;
    text-align: right;
    margin-right: 20px;
}

@media screen and (max-width: 1064px) {
	#middle-home ul li div.foto p {
        margin-right: 30px;
}
}

#middle-home div.finestra div.didascalia{
    position: relative;
    width: 100%;
    float: left;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #f2f2ed;*/
}

#middle-home div.finestra div.didascalia p{
    color: #666;
    text-align: left;
    font-size: 1.3em;
    padding: 0 40px;
}

#middle-home div.middle-home-container div.finestra{
    background-size: contain;
    background-position: -60px 30px;
    width: 100%;
    background-color: #fff;
}

@media screen and (max-width: 1064px) {
	#middle-home ul li {
    min-height: 400px;
}
}

#middle-home div.fin1{
    background-image: url('img/maxima-big.png');
   
}

#middle-home div.fin2 {
    background-image: url('img/alpha-big.png');
}

#middle-home div.fin3 {
    background-image: url('img/alpha-plus-big.png');
   
}
#middle-home div.fin4 {
    background-image: url('img/vertigo-big.png');
   
}

#middle-home div.fin5 {
    background-image: url('img/prisma-big.png');
   
}

#middle-home div.finestra p.etichetta {
    font-size: 2em;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    margin-bottom: 24px;
    color: #000;
    line-height: 30pt;
    font-weight: 300;
    font-weight: 600;
    text-align: center;
}

#gallery-home {
    float: left;
    width: calc(90% - 50px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    position: relative;
    margin-right: 50px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 100px;
}

@media screen and (max-width: 1064px) {
    #gallery-home{
        width: 100%;
}
}

#gallery-home div {
    height: 100vh;
}

#gallery-home div.titolo {
    background-color: #f0f0f0;
    flex-grow: 1;
    flex-basis: 100%;
    float: right;
    position: absolute;
    right: 0;
    padding-top: 80px;
    padding-bottom: 40px;
    display: table;
    background: #bcdbf3;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    display: flex;
    align-items: center;
    height: 60vh;
    z-index: 1;
    width: 25%;
    left: 0;
}

#gallery-home div.titolo p {
font-size: 3em;
color: #000;
padding-left: 10%;
padding-right: 30%;
margin-top: 0;
margin-bottom: 0;
line-height: 56pt;
padding-bottom: 20px;
font-weight: 600;
padding-top: 10px;
font-family: 'NeueMachina Light';
text-align: center;
}
#gallery-home div.foto {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    width: 80%;
    float: left;
    overflow: hidden;
    display: flex;
    justify-content: center;
    float: right;
    position: relative;
    right: 0;
    display: table;
    height: 80vh;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    float: right;
    margin-left: 20%;
    top: 60px;
    border-top-right-radius: 60px;
}
#gallery-home div.mask-home{
    position: absolute;
    top: 0;
    background: #fff;
    height: 400px;
    float: left;
}

#gallery-home img{
    width: 100%;
height: 400px;
}

@media screen and (max-width: 1064px) {
	#gallery-home img{
        width: auto;
        max-width: none;
    height: 400px;
    }
}
#gallery-home div {
    position: relative;
    float: left;
}
#gallery-home div.mask {
    background: #fff;
    width: 100%;
    float: left;
    height: 200px;
    position: absolute;
    top:0;
    height: 200px;
}



#gallery-home p.descrizione {
    width:60%;
    float: left;
    font-size: 2em;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    color: #666;
    font-weight: 300;
    position: relative;
}

#gallery-home p.descrizione:after {
    bottom: 10px;
    height: 30px;
    width: 1px;
    background: #175470;
    content: '';
    position: absolute;
    left: 50%;
}

#gallery-home p.descrizione span {
    width:100%;
    float: left;
    font-size: 2.8em;
    color: #999;
    padding-bottom: 40px;
    font-weight: 600;
    line-height: 60pt;
}

#gallery-home p.bottone {
    position: absolute;
    bottom: 40%;
    width: 40%;
    right: 0;
    text-align: center;
}

@media screen and (max-width: 1064px) {
	#gallery-home p.bottone {
    position: initial;
}
}

#gallery-home p.bottone a {
    background: #205b76;
    color: #fff;
    padding-left: 40px; 
    padding-right: 40px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
    text-decoration: none;
}

#gallery-home ul {
    float: left; 
    width: 92.5%;
    margin: 0;
    padding: 0;
    margin-left: 2.5%;
}

#gallery-home ul li {
    float: left;
    display: inline;
    width: calc(50% - 4px);
    position: relative;
    height: 360px;
    overflow: hidden;
    margin: 2px;
}
@media screen and (max-width: 1064px) {
	#gallery-home ul li {
    width: 98%;
}
}
#gallery-home ul li div.foto {
    position: absolute;
    top: 0;
    z-index: 1;
    top: 0;
    left: 0;
    height: 360px;
}
#gallery-home ul li div.foto img {
    height: auto;
}
@media screen and (max-width: 1064px) {
	#gallery-home ul li div.foto img {
    height: 360px;
}
}
#gallery-home ul li div.testo {
    position: absolute;
    top: 0;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
}

#gallery-home ul li div.testo p {
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    padding-left: 5%;
    padding-right: 20%;
    padding-bottom:0;
    margin-bottom: 0;
}

/* interno */
#top-basso  {
   height: 50vh;
    position: relative;
}

#top-basso p.titolo  {
    color: #000;
    font-size: 2em;
    position: relative;
    z-index: 1;
    padding-top: 380px;
    padding-right: 60%;
    padding-left: 120px;
 }

 @media screen and (max-width: 1064px) {
	#top-basso p.titolo  {
 float: left;
 padding-left: 10%;
 padding-right: 20%;
}
}
#top-basso.corto  {
 height: 30vh;
 
}
#top-basso.blog  {
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 60px;
    border-bottom: 4px solid #f2f2ed;
   }
#top-basso.certificazioni  {
    background-image:url('img/bg-certificazioni.png'); 
    background-size: 60%;
    background-position: bottom right;
    background-repeat: no-repeat;
    
   }
#top-basso.no-foto  {
   height: 30vh;
}
@media screen and (max-width: 1064px) {
	#top-basso  {
   height: 25vh;
}
#top-basso.certificazioni  {
background-image: url('img/bg-certificazioni.png');
background-size: 100%;
background-position: top right;
background-repeat: no-repeat;
    
   }
}
#top-basso #sequence  {
   height: 90vh;
   background-color: #fff;
}
#top-basso.corto #sequence  {
   height: 60vh;
}
#top-basso.no-foto #sequence  {
   height: 30vh;
}
.mask-header-basso  {
   
   position: absolute;  
    background: #fff;
    top: 0;
left: 0;
width: 100%;
float: left;
z-index: 1;
}
#header-page {
   position: relative;
   margin-left: 0px;
   float: right; 
   width: calc(100% - 0px);
   /*min-height: 600px;
    padding-bottom: 200px; */
}
#header-page.blog {
    padding-bottom: 0;
    height: 180px;
 }
@media screen and (max-width: 1064px) {
	#header-page {
   margin-left: 0px;
   width: calc(100% - 0px);
    margin-right: 0px;
}

#header-page.blog {
    height: auto;
 }
}


#header-page .full {
   width: 85%;
   /*min-height: 600px;
    padding-bottom: 200px; */
}

.full-page {
   margin-left: 50px;
   margin-right: 50px;
   float: left;
   width: calc(100% - 100px);
}
@media screen and (max-width: 1064px) {
	.full-page {
   margin-left: 0px;
   width: calc(100% - 0px);
}
}

.full-page.no-margin{
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    width: calc(100% - 80px);
    margin-top: 0;
    display: flex;
    align-items: center;
    margin: 0 20px 40px;
    position: relative;
 }

 @media screen and (max-width: 1064px) {
	.full-page.no-margin{
        display: block;
     }
}

.full-page .scheda-container {
    float: left;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 0px;
 }

 .full-page .open {
    font-size: 1em;
    padding-left: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('img/freccia-open.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #006289;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    border-bottom: 3px solid #f0f0f0;
    width: 100%;
    color: #fff;
    cursor: pointer;
 }

 .full-page .elenco-scheda{
    width: 100%;
    float: left;
    overflow: hidden;
    padding-top: 20px;
    background-color: #fff;
 }

 .full-page .dettagli{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1064px) {
	.full-page .dettagli{
        float: left;
        width: 100%;
        flex-direction: column;
    }
}

.full-page .dettagli div{
    flex: 1 1 160px;
}

 .full-page .finestra-scheda{
    padding: 10px;
    text-align: center;
    background-color: rgba(42,157,218,.1);
    margin-bottom: 10px;
    float: left;
    padding-top: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    height: 100%;
    margin: 0;
    align-items: center;
    justify-content: center;
    background-color: #eee;
 }

 

 .full-page .finestra-scheda .elenco{
   display: flex; 
   padding-top: 20px;
   margin-bottom: 30px;
 }

 @media screen and (max-width: 1064px) {
	.full-page .finestra-scheda .elenco {
       display: block;
}
}

 .full-page .finestra-scheda .elenco p{
    font-size: .9em;
    padding-left: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    padding-bottom: 10px;
  }

  @media screen and (max-width: 1064px) {
    .full-page .finestra-scheda .elenco p{
        padding-top: 10px;
        padding-bottom: 0px;
      }
}

  .full-page .finestra-scheda .elenco p.grey{
    background-color: #666;
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    padding-bottom: 0;
  }

  @media screen and (max-width: 1064px) {
    .full-page .finestra-scheda .elenco p.grey{
        display: block;
        text-align: center;
        padding-top: 0;
      }
}


 .full-page .finestra-scheda .elenco div {
    background-color: transparent;
  }

  @media screen and (max-width: 1064px) {
	.full-page .finestra-scheda .elenco div {
      width: 50%;
}
}


 .full-page .finestra-scheda .elenco div img{
    max-width: 150px;
  }

 .full-page .finestra-scheda p{
    font-size: 1.2em;
}

 .full-page .finestra-scheda p span{
    float: left;
    width: 100%;
    font-size: 1em;
    font-weight: 300;
    color: #666;
    text-transform: uppercase;
    padding-top: 10px;
}

 .full-page .elenco-scheda div{
    display: flex; 
    flex-direction: row;
    flex-flow: row wrap; 
    gap: 10px;
    align-content: space-between;
  justify-content: space-between;
 }

 .full-page .finestra-scheda p.titolo{
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 5%;
 }

 .full-page .elenco-scheda.no-justify div img{
  height: 50px;
  width: auto;
  max-width: none;
 }

 .full-page .elenco-scheda.no-justify div{
    justify-content:flex-start;
    width: 100%;
    gap: 0;
    flex-flow: row;
   }

 .full-page .elenco-scheda div.elenco p{
    text-align: left;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #666;
    position: relative;
    padding-left: 20px;
 }

 .full-page .elenco-scheda div.elenco p:after{
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 10px;
    top: 22px;
    background-color: #50b8dc;
    content:'';
 }

 .full-page .elenco-scheda.full div{
    display: block; 
    flex-direction: row;
    flex-flow: row wrap; 
    gap: 10px;
    align-content: space-between;
  justify-content: space-between;
 }

 .full-page .elenco-scheda div p{
    float: left;
    width: 100%;
    text-align: center;
 }

 .full-page .elenco-scheda div p img{
    max-width: 30%;
 }

 .full-page .elenco-scheda div p span{
    float: left;
    width: 100%;
    text-align: center;
 }

 .full-page .foto {
    width: 60%;
    margin: 0;
    padding: 0;
    float: left;
    background: #f0f0f0;
    padding-top: 50px;
 }
 @media screen and (max-width: 1064px) {
    .full-page .foto  {
        width: 100%
}
}

#middle-home .swiper-button-next,#middle-home .swiper-button-prev  {
   color: #666;
 }
 
#middle-home .swiper-button-next {
    left: auto;
    bottom: 0;
    top: auto;
    right: calc(50% - 50px);
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
 }

#middle-home .swiper-button-prev {
    left: auto;
    bottom: 0;
    top: auto;
    left: calc(50% - 50px);
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    }
  #middle-home .swiper-button-next:after, #middle-home .swiper-button-prev:after{
        font-size: 1em;
    }

 #middle-home .swiper-button-next svg, #middle-home .swiper-button-prev svg{
        width: 30%
    }

.mySwiper{
    padding-bottom: 50px !important;
}

.swiper-button-prev:after, .swiper-button-next:after{

}

    .full-page .foto .swiper-pagination-bullet {
        width: 50px;
        height: 2px;
        border-radius: 0;
        }

    .full-page .foto .swiper-pagination-bullet-active{
        background-color: #00b4ec ;
        }

 .full-page .foto .swiper-button-next:after, .full-page .foto .swiper-button-prev:after{
    content: '';
}

 .full-page .descrizione {
    width: calc(30% - 20px);
    margin: 0;
    padding: 0;
    float: left;
    background-color: #fff;
    padding: 0 40px;
    margin: 0 20px;
    font-size: 1.1em;
    color: #000;
    float: right;
    margin-right: 10%;
 }
 @media screen and (max-width: 1064px) {
	.full-page .descrizione {
        width: calc(100% - 40px);
}
}

.full-page .titolo-mini{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4em;
    padding-top: 30px;
}

 .full-page .descrizione .titolo-scheda {
    font-size: 2.4em;
    color: #666;
    line-height: 30px;
 }

 .full-page .descrizione .titolo-scheda span {
    font-size: .4em;
    color: #50b8dc;
    width: 100%;
    float: left;
    text-transform: uppercase;
 }

 .full-page .descrizione .elenco-descrizione {
    margin: 0;
    padding-bottom: 40px;
    padding-left: 0;
    list-style-type: none;
 }

 .full-page .descrizione .elenco-descrizione span{
    float: left;
    width: 100%;
    font-size: 1.2em;
    color: #666;
    padding-top: 10px;
    /* border-bottom: 3px solid; */
    margin-bottom: 10px;
    /* padding-left: 20px; */
    font-weight: 600;
    text-transform: uppercase;
 }

.full-page p.testo {
   font-size: 1.4em;
   color: #000;
   font-weight: 400;
   padding-left: 10%;
   padding-right: 10%;
   text-align: left;
   padding-top: 30px;
   padding-bottom: 30px;
}

.full-page p.testo.white {
   color: #fff;
}

.full-page p.titolo-300 {
   font-size: 3em;
   color: #205b76;
   font-weight: 300;
   padding-left: 10%;
   padding-right: 10%;
   text-align: center;
   margin-bottom: 0;
}

.full-page p.titolo-300.white {
   color: #fff;
}

.full-page p.titolo-300.white {
   color: #205b76;
    text-align: center;
    padding-bottom: 30px;
}

.caratteristiche{
    width: 50%;
    float: left;
    display: flex;
    font-size: .9em;
    margin-bottom: 30px;
    margin: 0;
    position: relative;
    height: 100%;
}

.caratteristiche.horizontal{
   flex-direction: column;
   width: 25%;
   padding: 0 10px;
}

@media screen and (max-width: 1064px) {
.caratteristiche {
    display: block;
}
}

.caratteristiche p{
    display: flex;
    float: left;
    align-items: center;
    font-size: 1.6em;
    color: #999;
}



.caratteristiche p.testo{
    padding: 10%;
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 1.15em;
}

.caratteristiche p.testo:after{
    position: absolute;
    top: 50%;
    content: '';
    height: 1px;
    width: 120px;
    left: -60px;
    height: 1px;
    background-color: #7b9bbd;
}

.caratteristiche.horizontal p.testo:after{
position: absolute;
top: -120px;
content: '';
height: 120px;
width: 1px;
left: 50%;
/* height: 200px; */
background-color: #7b9bbd;
z-index: 5;
}

.sfondo-azzurro {
   background: #c5f0ff;
   padding-top: 100px;
   padding-bottom: 40px;
}

@media screen and (max-width: 1064px) {
	.sfondo-azzurro {
   padding-bottom: 0px;
}
}


#header-page .left {
        width: calc(100% - 80px);
    float: left;
    overflow: hidden;
    /* top: -120px; */
    position: relative;
    /* background-image: url('img/pattern-scuro.png'); */
    margin-left: 0%;
    padding-right: 10%;
    border-top-left-radius: 5px;
    height: 600px;
    background-color: rgba(242, 242, 237, .65);
    height: auto;
    padding: 30;
    /* margin-left: 60px; */
    float: right;
    margin: 10px 60px 10px 20px;
}

#header-page .center {
    width: calc(100% - 80px);
    float: left;
    overflow: hidden;
    /* top: -120px; */
    position: relative;
    /* background-image: url('img/pattern-scuro.png'); */
    margin-left: 0%;
    padding-right: 10%;
    border-top-left-radius: 5px;
    height: 600px;
    /* background-color: rgba(242, 242, 237, 1); */
    height: auto;
    padding: 30;
    /* margin-left: 60px; */
    float: right;
    margin: 10px 60px 10px 20px;
    font-size: 1.22em;
    text-align: center;
}

#header-page .center p {
    
margin-top: 0;
color: #000;
font-size: 1.8em;
padding-left: 10%;
font-weight: 400;
line-height: 50px;
margin: 0;
padding-top: 70px;
padding-bottom: 40px;
}

#header-page.blog .left {
    padding-bottom: 0;
    width: 100%;
}

#header-page .left p.titolo {
    font-size: 4em;
    color: #000;
    font-weight: 200;
    width: 80%;
    text-align: left;
    position: relative;
    letter-spacing: 0px;
    /* font-weight: 600; */
    line-height: 50pt;
    margin-bottom: 0;
}

@media screen and (max-width: 1064px) {
    #header-page .left p.titolo {
        font-size: 3em;
        line-height: 1em;
    }
}

.navigatore {
    position: absolute;
    top: 196px;
    /* background: #000; */
    z-index: 1;
    padding-left: 5%;
    /* background: #fff; */
}

@media screen and (max-width: 1064px) {
	.navigatore {
    padding-top: 20px;
}
}

.navigatore a {
        color: #fff;
        text-decoration: none;
        padding-right: 20px;
        font-weight: 300;
        position: relative;
        padding-left: 15px;
        font-size: .9em;
}



.navigatore.black a {
    color: #000;
}

.navigatore a:after {
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 800;
    content: '/';

}
    
@media screen and (max-width: 1064px) {
	#header-page .left {
        position: initial;
    width: 95%;
    margin: 0;
    margin-top: 160px;
    padding-top: 0;
}
}

#header-page .left p, #header-page .full p {
    margin-top: 0;
    color: #000;
    font-size: 1.8em;
    padding-left: 10%;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-right: 40px;
}



#header-page .left p.titolo:after {
}

#header-page .left p.white-text {
font-weight: 400;
font-size: 1.2em;
margin-bottom: 0;
}

#header-page .left img {
    
    width: 100%;
    max-height: 600px
}

#header-page .right {
    margin-left: 5%;
    float: right;
    background: rgba(255,255,255,.9);
    position:absolute;
    right: 0;
    padding-top: 80px;
    padding-bottom: 40px;
    top: 0px;
    margin-right: 10%; 
    width: 45%;
}

@media screen and (max-width: 1064px) {
	#header-page .right {
    position: initial;
    width: 95%;
    margin-right: 0;
    text-align: center;
}
}

#header-page .right p {
    font-size: 1.8em;
    color: #000;
    padding-left: 10%;
    font-weight: 400;
    padding-right: 10%;
    
}

#header-page .right p.titolo {
    font-size: 3em;
    color: #175470;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 69pt;
    letter-spacing: 3px;
}

#header-page .full {
    width: 55%;
    float: left;
    overflow: hidden;
    top: 0px;
    position: relative;
    margin-left: 5%;
    padding-right: 10%;
    border-top-left-radius: 5px;
}

#header-page .full.galleria {
    width: 60%;
}

#header-page .full.galleria p {
    background-color: #fff;
}

@media screen and (max-width: 1064px) {
	#header-page .full {
    width: 95%;
}
}
#header-page .full.large {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    padding: 0;
}

/*submenu */
.submenu-left{
margin-left: 10%;
margin-top: 60px;
position: absolute;
left: -10%;
width: 50%;
background: #fff;
padding-top: 40px;
float: left;
}

@media screen and (max-width: 1064px) {
	.submenu-left{
margin-left: 10%;
margin-right: 40%;
margin-top: 60px;
padding-bottom: 40px;
position: initial;
left: 0%;
width:100%;
}
}

.submenu-left a{
    font-size: 1.2em;
    color: #205b76;
    padding-left: 20%;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    background: #fff;
    width: 80%;
    float: left;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.submenu-left a:after{
    position: absolute;
    top: 50%;
    width: 10%;
    height: 2px;
    background: #666;
    content: '';
    left: 10%;
}

/* chi siamo */

.video-container{
    margin-right: 0px;
    float: left;
    width: calc(100% - 10px);
    margin-left: 0px;
    padding: 40px 15px;
    background: #f0f0f0;
}

.testo-chi-siamo{
    background: #666;
padding-top: 0;
padding: 120px;
margin: 50px;
float: left;
width: calc(45% + 50px);
}
@media screen and (max-width: 1064px) {
	.testo-chi-siamo{
        padding: 100px 64px;
    width: 100%;
    margin: 0;
    }
}
.testo-chi-siamo.right{
    float: right;
    margin: 0;
    background: #666;
    width: 60%;
    margin: 0;
}
@media screen and (max-width: 1064px) {
    .testo-chi-siamo.right{
       padding: 60px;
}
	.testo-chi-siamo.right{
        float: right;
    margin: 0;
    background: #666;
    width: 100%;
    margin: 0;
}

.testo-chi-siamo.dx{
float: right;
margin-top: 100px;
}
}
@media screen and (max-width: 1064px) {
	.testo-chi-siamo.dx{
float: left;
margin-top: 40px;
}
}

.testo-chi-siamo p{
font-size: 1.4em;
color: #fff;
line-height: 28pt;
font-weight: 300;

}

.testo-chi-siamo p.titolo{
    font-size: 2.4em;
    color: #999;
    font-weight: 600;
    line-height: 40pt;

}

@media screen and (max-width: 1064px) {
	.testo-chi-siamo p.titolo{
        font-size: 1.4em;
        color: #999;
        font-weight: 600;
        line-height: 20pt;
        
        }
}

div.foto-chi-siamo{
    margin: 0;
    padding: 0;
    float: left;
    width: calc(40% - 0px);
    padding: 0%;
    margin-left: 20px;
    flex: auto;
    margin-top: 0px;

}
div.foto-chi-siamo.left{
    
float: left;
margin: 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
height: 100%;

}
@media screen and (max-width: 1064px) {

    div.foto-chi-siamo.left{
            position: static;
        
        }

	div.foto-chi-siamo{
    width: calc(100% - 0px);
    margin-top: 10px;
    margin-left: 0;

}
}

div.foto-chi-siamo img.small{
    height: 100%;

}
@media screen and (max-width: 1064px) {
	div.foto-chi-siamo img.small{
        height: auto;
    
    }
}
div.full-page.azzurro{
     
    background: rgba(81,185,219,.4);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 60px;
    margin-bottom: 60px;

}

.certificazione-dx{
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 20px;
    flex: auto;
    margin-top: 0px;
    padding: 120px;
    width: 100%;
}

.certificazione-sx{
    background: #f0f0f0;
padding-top: 0;
padding: 120px;
float: left;
font-size: 1.4em;
width: 100%;
}

@media screen and (max-width: 1064px) {
	.certificazione-dx, .certificazione-sx{
        padding: 50px;
    }
}

div.full-page.azzurro p.foto-dx{
     width: 30%;
    background: #fff;
    padding: 5%;
    margin: 5%;
    float: left;
}  

@media screen and (max-width: 1064px) {
	div.full-page.azzurro p.foto-dx{
     width: 90%;
}  
}

div.full-page.azzurro p.testo-sx{
    width: 60%;
    float: right;
    padding: 10%;
    font-size: 1.4em;
    font-weight: 300;
    padding-top: 0;
}  

@media screen and (max-width: 1064px) {
	div.full-page.azzurro p.testo-sx{
    width: 100%;
    padding: 10%;
} 
}

.fascia-full{
    float: left !important;
    width: 100%;
    height: auto !important;
    padding: 160px 120px;
}
@media screen and (max-width: 1064px) {
    
    .fascia-full{
        float: left !important;
        width: 100%;
        height: auto !important;
        padding: 160px 60px 120px 40px;
    }
	div.full-page.azzurro p.testo-sx{
    padding: 160px 80px 160px 50px;
} 
}

.fascia-large{
    float: left !important;
    width: 75%;
    height: auto !important;
    padding: 160px 120px;
    background-color: #ccc;
    background-image: url('img/eco.png');
    background-repeat: no-repeat;
    background-position: -40px -60px;
    background-size: 40%;
}

@media screen and (max-width: 1064px) {
	.fascia-large{
        width: 100%;
        padding: 230px 40px;
        background-size: 230px;
    }
}

.fascia-large p.testo-sx{
    font-size: 1.4em;
}

.fascia-large p.titolo{
    font-size: 3.4em;
    text-align: right;
}

@media screen and (max-width: 1064px) {
	.fascia-large p.titolo{
        font-size: 1.4em;
        text-align: left;
        font-size: 2em;
    }
}

.fascia-full p{
    font-size: 1.4em;
}



.fascia-full p.titolo{
    font-size: 2.4em;
    text-align: center;
}


/* colonne */
.riga-colonna{
background: rgba(255,255, 255,1);
padding-top: 0;
padding-left: 0%;
padding-right: 0%;
float: left;
width: calc(65%);
position: relative;
padding-bottom: 60px;
margin: 0% 5%;
width:90%
}
.testo-colonne{
padding-top: 0;
padding-left: 10%;
padding-right: 20%;
float: left;
width: calc(65%);
}
@media screen and (max-width: 1064px) {
	.testo-colonne{
width: 100%;
padding-right: 10%;
}
}
.testo-colonne.right{
padding-top: 0;
padding-left: 20%;
padding-right: 10%;
float: right;
width: calc(65%);

}
@media screen and (max-width: 1064px) {
	.testo-colonne.right{
width: calc(100%);
padding-left: 10%;
}
}
.testo-colonne p{
font-size: 1.4em;
color: #205b76;
padding-top: 60px;

}
.testo-colonne p.titolo{
font-size: 3.4em;
font-weight: 800;
color: #205b76;
padding-top: 50px;
padding-bottom: 10px;
margin-bottom: 0;
}

.foto-right{
   width: 40%;
   padding: 5%;
    float: right;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 0;
bottom: 0;
left: 50%;
}
.foto-left{
   width: 40%;
    margin: 5%;
    float: right;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 0;
bottom: 0;
left: 0%;
}
@media screen and (max-width: 1064px) {
	.foto-left, .foto-right{
width: 100%;
position: initial;
height: 300px;
margin: 0;
}
}
.foto-right img{
   width: 100%;
}

/* produzione */
#header-page .fascia-titolo {
    width: 100%;
    float: left;
    padding-left: 0%;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    height: 100vh;
}

#header-page .fascia-titolo a{
    background: #7b9bbd;
    border-top-left-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 150px;
    width: 150px;
    border-radius: 75px;
    font-size: 1em;
    float: left;
    text-align: center;
    margin-left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
}

#header-page .fascia-titolo h1.entry-title {
    font-size: 3em;
    font-weight: 300;
    padding-left: 60px;
    margin: 0;
    display: block;
    padding: 50px;
    padding: 50px 10%;
}
@media screen and (max-width: 1064px) {
	#header-page .fascia-titolo {
    width: 100%;
    height: 100%;
}
}

#produzione-home {
    float: left;
    width: calc(100% - 50px);
    margin: 0px;
    margin-top: 0;
    padding-bottom: 50px;
    padding-top:240px;
}

#produzione-home p.titolo {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 0%;
    padding-right: 10%;
    border-top-left-radius: 5px;
    height: 600px;
    font-size: 2em;
    padding-left: 20%;
    height: auto;
    padding-bottom: 80px;
    background-color: #fff;
    padding-top: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
#produzione-home p.titolo:after {
    position: absolute;
    height: 60px;
    width: 100%;
    content: '';
    background-image: url('img/pattern-scroller.png');
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    
}
#produzione-home p.titolo span {
    color: #ccc;
}
@media screen and (max-width: 1064px) {
	#produzione-home p.titolo {
    font-size: 2.4em;

}
#produzione-home a {
    padding-right: 10%;
    padding-left: 10%;
}
}
#produzione-home p.testo {
    color: #000;
    text-align: left;
    font-size: 2em;
    font-weight: 300;
    margin-left: 10%;
    margin-right: 20%;
    padding-bottom: 50px;
}


#produzione-home ul {
    margin: 0;
    padding: 0;
    width: 99%;
    float: left;
}

#produzione-home ul li {
    width: 66.6666666%;
    float: right;
    display: inline;
    position: relative;
    overflow: hidden;
    margin-left: 1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    border: 1px solid #006289;
    padding: 10px;
    margin-bottom: 40px;
    margin-left: 20%;
    float: left;
}

#produzione-home ul.due-foto li {
    width: 66.6666666%;
}

@media screen and (max-width: 1064px) {
	#produzione-home ul li {
    width: 100%;
    border: 0;
    border-bottom: 10px solid #006289;
}
}

#produzione-home ul li img{
}

#produzione-home ul li div {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    z-index: 10;
}
#produzione-home ul li div.foto {
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url('img/bg-finestra-angolo.png');
    height: 350px;
    width: 60%;
    float: right;
    position: relative;

}

@media screen and (max-width: 1064px) {
    #produzione-home ul li {
        width: calc(100% - 10px);
        margin-left: 10px;
    
    }
}

#produzione-home ul li div.foto img {
    position: absolute;
    bottom:10px;
    right:0px;
    width: 60%;
    border: 14px solid #fff;
}

@media screen and (max-width: 1064px) {
    #produzione-home ul li div.foto img {
        width: 80%;
    }
}

#produzione-home ul li div.foto p {
    position: absolute;
    bottom:0px;
    right:0px;
    width: 90%;
    color: #00b4ec;
    font-size: 2em;
    line-height: 1em;
}



#produzione-home div.fin1{
    background-image: url('img/foto-maxima.png');
   
}

#produzione-home div.fin2 {
    background-image: url('img/foto-maxima.png');
}

#produzione-home div.fin3 {
    background-image: url('img/foto-maxima.png');
   
}
#produzione-home div.fin4 {
    background-image: url('img/prisma-big.png');
   
}

#produzione-home div.fin5 {
    background-image: url('img/vertigo-big.png');
   
}

#produzione-home ul li p.etichetta {
    font-size: 2em;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    margin-bottom: 24px;
    color: #000;
    line-height: 30pt;
    font-weight: 300;
    font-weight: 600;
    text-align: center;
}

#header-page .fascia-titolo .bg-fascia-titolo {
    width: 100%;
    float: left;
    height: 200px;
    position: absolute;
    bottom: 0;
    /* background-image: url('img/pattern-scuro.png'); */
    left: 0;
    background: #f2f2ed;
    z-index: -1;
}

@media screen and (max-width: 1064px) {
	#header-page .fascia-titolo .bg-fascia-titolo {
        width: 100%;
float: left;
height: 200px;
position: absolute;
/* bottom: 0; */
/* background-image: url('img/pattern-scuro.png'); */
left: 0;
background: #f2f2ed;
z-index: -1;
top: 30vw;
     }
}

#header-page .fascia-titolo .bg-fascia-titolo.scritta {
    height: 80px;
}

#header-page .fascia-titolo p{
    /* color: #fff; */
    padding-left: 10%;
    padding-right: 5%;
    /* position: absolute; */
    width: 50%;
    font-size: 1.25em;
    color: #999;
}

@media screen and (max-width: 1064px) {
    #header-page .fascia-titolo p{
        padding-left: 10%;
        padding-right: 5%;
        width: 80%;
        font-size: 1.6em;
        color: #999;
    }
}

#header-page .fascia-titolo p.titolo {
    margin-top: 0;
color: #fff;
font-weight: 400;
font-size: 3em;
padding-left: 10%;
font-weight: 600;
margin-bottom: 0;
}

#header-page .fascia-titolo p.titolo.scheda {
            /* background-color: #fff; */
    font-family: 'NeueMachina Ultrabold', sans-serif;
    background-size: auto 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    /* padding-bottom: 540px; */
    /* min-height: 240px; */
    width: 100%;
    padding-top: 30px;
    border-top: 10px solid #f0f0f0;
    color: #000;
    padding-left: 10%;
    padding-right: 10%;
 }

 @media screen and (max-width: 1064px) {
	#header-page .fascia-titolo p.titolo.scheda {
        padding-top: 80vw;
        padding-left: 10px;
     }
}

#header-page .fascia-titolo p.sottotitolo.scheda {
    /* background-color: #fff; */
font-size: 2em;
}
 

 #header-page .fascia-titolo p.titolo.scheda span {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: .35em;
    /* padding-left: 10px; */
    font-weight: 800;
    padding-bottom: 20px;
 }

 #header-page .fascia-titolo p.titolo.scheda.testo {
   padding-right: 50%;
   float: left;
   padding-top: 120px;
   padding-bottom: 140px;
   color: #00b4ec;
   line-height: 1em;
   background-image: none;
 }

#header-page .fascia-titolo p.titolo.scheda img {
   width: 30%;
   margin: 0 0 40px 0
}

@media screen and (max-width: 1064px) {
	#header-page .fascia-titolo p.titolo.scheda img {
        width: 90%;
        margin: 0 0 40px 0;
        background-color: #fff;
        padding: 20px;
     }
}

#header-page .intro-dx{
    padding: 5%;
    width: calc(100% - 90px);
    float: left;
    /* margin-right: calc(5% + 50px); */
    background-color: #fff;
    background-image: url('img/pattern-scroller.png');
    margin-top: 20px;
    margin: 20px;
}
@media screen and (max-width: 1064px) {
#header-page .intro-dx{
padding: 5%;
width: 100%;
margin-right: calc(0% + 50px);
}
}

#header-page .intro-dx p{
color: #205b76;
font-size: 3em;
padding: 0;
margin: 0;
}
#header-page .intro-dx p span{
    float: right;
    font-size: 8vw;
    padding-left: 5%;
    font-weight: 200;
    width: 80%;
    text-align: left;
    letter-spacing: -5vw;
    position: relative;
    letter-spacing: -8px;
    font-weight: 50;
    line-height: 10vh;
    text-transform: none;
}
p.titolo-finestra{
    font-size: 2.8em;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    width: auto;
    color: #205b76;
}
#slider-sistema-container{
width: calc(100% - 100px);
margin-left: 50px;
margin-right: 50px;
background: #fff;
padding-bottom: 50px;
overflow: hidden;
}
@media screen and (max-width: 1064px) {
#slider-sistema-container{
width: calc(100%);
margin-left: 0px;
margin-right: 0px;
}
}
#slider-sistema{
position: relative;
padding-bottom: 30px;
}
#slider-sistema .swiper-slide{
float: left;
width: 100%;
}
#slider-sistema div.foto{
width: 80%;
float: right;
height: 400px;
top: 0;
right: 0;
overflow: hidden;
}
@media screen and (max-width: 1064px) {
#slider-sistema div.foto{
height: auto;
width: 100%;
}
}
#slider-sistema div.foto img{
width: 100%;
height: auto;
max-width: none;
}
#slider-sistema div.didascalia{
position: absolute;
z-index: 2;
right: 60%;
top: 40px;
width: 40%;
height: 400px;
background: #205b76;
}
@media screen and (max-width: 1064px) {
#slider-sistema div.didascalia{
position: initial;
width: 100%;
height: auto;
}
}

#slider-sistema div.didascalia p{
    text-align: left;
    font-size: 1em;
    color: #fff;
    padding:50px;
}

#slider-sistema div.didascalia p.titolo{
    font-size: 1.6em;
    font-weight: 400;
    padding-top: 20px;
    text-align: left;
    margin: 0;
    padding-bottom: 0;
    line-height: 28pt;
    padding-bottom: 0;
    font-weight: 800;
}

#slider-sistema div.didascalia p.testo{
    padding-top: 20px;
    font-size: 1.1em;
}


#slider-sistema div.didascalia .swiper-button-prev, #slider-sistema div.didascalia .swiper-button-next{
top:auto;
bottom: 15px;
height: 40px;
width: 40px;
border-radius: 20px;
background: #fff;
}

#slider-sistema div.didascalia .swiper-button-prev:after, #slider-sistema div.didascalia .swiper-button-next:after{
font-size:inherit;
color: #1f5772;
}

#slider-produzione-container{
width: 100%;
margin-left: 0px;
margin-right: 0px;
}

#slider-produzione div.foto{
width: 100%;
float: right;
top: 0;
right: 0;
overflow: hidden;
margin: 0;
}
#slider-produzione div.foto img{
width: auto;
}
#slider-produzione div.didascalia{
position: absolute;
z-index: 2;
right: 40%;
top: 40px;
width: 40%;
height: 400px;
background: #fff;
}

#slider-produzione div.didascalia p{
    text-align: left;
    font-size: 1em;
    color: #666;
    padding:5%;
}

#slider-produzione div.didascalia p.titolo{
    font-size: 2em;
    font-weight: 400;
    padding-top: 20px;
    text-align: left;
    color: #205b76;
    margin: 0;
}


#slider-produzione div.didascalia .swiper-button-prev, #slider-produzione div.didascalia .swiper-button-next{
top:auto;
bottom: 15px;
height: 40px;
width: 40px;
border-radius: 20px;
background: #c5f0ff;
}

#slider-produzione div.didascalia .swiper-button-prev:after, #slider-produzione div.didascalia .swiper-button-next:after{
font-size:inherit;
color: #1f5772;
}

.riquadro-prodotto{
    background-color: #f0f0f0;
    margin: 0% 5%;
    float: left;
    padding: 2px;
    margin-top: 30px;
}

.riquadro-prodotto div{
    width: 50%;
}

.riquadro-prodotto div.icona{
    float: right;
    padding: 20px;
    background-color: #fff;
}

.riquadro-prodotto div.foto{
    float: left;
}

.riquadro-prodotto div.foto img{
    margin: 0;
    display: block;
}

.riquadro-prodotto div.icona img{
    width: 70%;
    float: right;

}

.riquadro-prodotto div.icone-caratteristiche{
    width: 40%;
    float: right;
    display: flex;
    justify-content: flex-end;
    background-color: #205b76;
    padding: 10px;
}

.riquadro-prodotto div.icone-caratteristiche div{
    float: right;
    text-align: right;
    width: auto;
    margin: 0 20px;
}

.riquadro-prodotto div.icone-caratteristiche div img{
    margin: 0 auto;
    display: block;
}

.riquadro-prodotto div.icone-caratteristiche div p{
    margin: 0;
    font-size: .8em;
    text-transform: uppercase;
    margin: 3px;
    color: #fff;
    text-align: center;
}

.riquadro-basso{
    padding-top: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    background: #e9f9ff;
    width: 100%;
    position: relative;
}
.riquadro-basso.grey{
    background: #f0f0f0;
}
.riquadro-basso .foto{
    width: 90%;
    float: right;
    margin-top: 30px;
    margin: 5%;
    overflow: hidden;
}
@media screen and (max-width: 1064px) {
.riquadro-basso .foto{
    width: 100%;
    margin: 0%;
}
}
.riquadro-basso .foto.right{
    float: left;
}
.riquadro-basso .text{
    width: 40%;
    float: left;
    background: rgba(32,91,118,.7);
    position: absolute;
    left: 10%;
    color: #fff;
    padding: 5%;
    z-index: 2;
    font-size: 2em;
}

@media screen and (max-width: 1064px) {
	.riquadro-basso .text{
    width: 100%;
    position: initial;
}
}

.riquadro-basso .text.right{
    left: auto;
    right: 10%;
}

.riquadro-basso .text .titolo{
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
}

/* gallerie */
.testo-medio{
padding-top: 0;
padding-left: 10%;
padding-right: calc(10% + 50px);
float: left;
width: calc(100% - 50px);
color: #666;

}
@media screen and (max-width: 1064px) {
	.testo-medio{
padding-left:5%;
padding-right: calc(5% + 50px);
width: calc(100%);
margin: 0;
}
}
.testo-medio.right{
float: right;
padding-top: 50px;
background: #205b76;
}
.testo-medio.right p{
color: #fff;
}
.testo-medio p{
font-size: 2.3em;
line-height: 30pt;
padding: 50px;
margin: 0;
text-align: center;
font-weight: 300;
}
@media screen and (max-width: 1064px) {
	.testo-medio p{
padding-top: 40px;
text-align: center;
}
}
.foto-50{
width: calc(40% - 50px);
float: right;
}
@media screen and (max-width: 1064px) {
	.foto-50{
width: calc(90% - 60px);
margin-left: 10px;
    float: left;
}
.foto-50 img{
width: 100%;
}
}
.foto-50.left{
float: left;
margin-left: 50px;
}
.linea-foto{
width: 100%;
float: left;
}
.linea-foto ul{
float: left;
margin: 0;
margin-right: 50px;
margin-top: 40px;
margin-bottom: 40px;
background-color: #f0f0f0;
padding-bottom: 50px;
padding-top: 50px;
margin-right: 50px;
width: calc(100% - 50px);
}
@media screen and (max-width: 1064px) {
.linea-foto ul{
padding: 0;
margin-top:80px;
}
}
.linea-foto ul li{
display: inline;
width: 30%;
margin-right: 3.33333333%;
float: left;
margin-bottom: 30px;
overflow: hidden;
}
@media screen and (max-width: 1064px) {
.linea-foto ul li{
width: 100%;
margin-right: 0;
}
}
.linea-foto ul li img{
    display: inline;
    height: 400px;
    width: auto;
    max-width: none;
    margin: 0 auto;
    display: block;
    }
.linea-finestre{
    width: calc(100% - 50px);
    float: left;
    /* margin-left: 50px; */
    /* margin-right: 50px; */
    background: rgba(77,173,224,.2);
    padding: 30px 120px;
    font-size: .9em;
}
@media screen and (max-width: 1064px) {
.linea-finestre{
margin: 0;
width: 100%;
margin-top: 160px;
padding: 0;
margin-top: 0;
}
}
.linea-finestre.grigio{
background: #50b8dc;
margin-bottom: 50px;
margin-top: 0;
}
.linea-finestre.grigio ul li a{
padding: 10px 30px 10px 30px;
border: 1px solid #fff;
font-size: .9em;
text-decoration: none;
color: #fff;
text-transform: uppercase;
font-weight: 800;
}

.linea-finestre h1{
    font-size: 3em;
    padding-bottom: 30px;
}

@media screen and (max-width: 1064px) {
    .linea-finestre h1{
    padding: 0 50px;
    margin-top: 90px;
    }
    }

.linea-finestre ul{
float: left;
margin: 0;
padding: 0;
}
.linea-finestre ul li{
    display: inline;
    width: 33.3333333%;
    padding: 3.33333333%;
    float: left;
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: 300;
    position: relative;
}



.linea-finestre ul li:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 60%;
    background-color: #666;
}

@media screen and (max-width: 1064px) {
.linea-finestre ul li{
width: calc(100% - 50px);
padding-top: 30px;
}
}
.linea-finestre ul li p{
    float: left;
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: .8em;
    
}

.linea-finestre.grigio ul li p{
color: #666;
text-align: center;
font-size: .8em;
}

.linea-finestre ul li span{
 padding-bottom: 20px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 500;
color: #000;
font-weight: 800;
}
.linea-finestre.grigio ul li span{
color: #fff;
text-align: center;
font-size: .9em;
font-weight: 400;
}
.elenco{
float: left;
margin-right: 50px;
padding-right: 0%;
margin-left: 50px;

}
@media screen and (max-width: 1064px) {
.elenco{
margin-left: 0px;

}
}
.elenco div{
background: #fff;
float: left;
width: 100%;
position: relative;
}
.elenco div.left{
width: 40%;
float: left;
padding: 60px;
position: absolute;
top: 0;
left: 0;
background-image: url('img/pattern-scuro.png');
background-color: rgba(0,0,0,.6);
height: 100%;
}
@media screen and (max-width: 1064px) {
.elenco div.left{
width: 100%;
position: initial;
}
}
.elenco div.left p{
    font-weight: 300;
    color: #205b76;
}
.elenco div.right{
width: 60%;
float: right;
padding: 60px;
position: relative;
background: #205b76
}
@media screen and (max-width: 1064px) {
.elenco div.right{
width: 100%;
}
}
.elenco div.right p{
color: #fff;
position: relative;
z-index: 2;
font-size: 1.1em;
}
.elenco div.right:before{
position: absolute;
top: 0;
bottom: 0;
width: 100%;
float: left;
content: '';
left: 0;
background: #205b76;
}
.elenco p span{
    float: left;
    width: 100%;
    font-size: 1.4em;
    font-weight: 600;
    color: #fff;
    font-size: 2em;
    line-height: 1em;
}
.modulo-partner{
float: left;
width: calc(100% - 100px);
margin-left: 50px;
background: #f0f0f0;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 60px;
}
@media screen and (max-width: 1064px) {
.modulo-partner{
width: calc(100% - 50px);
margin-left: 0px;
margin-right: 50px;
}
}
.modulo-partner p{
font-size: 2em;
font-weight: 300;
color: #2c667e;
text-align: center;
padding-top: 80px;
padding-bottom: 20px;
}

.modulo-partner input{
width: 40%;
margin-right: 5%;
margin-left: 5%;
background: #fff;
border: 0;
border-bottom: 1px solid #666;
padding: 10px;
margin-bottom: 20px;
}

/* footer */

#call-to-footer {
    width: calc(100% - 50px);
    float: right;
    background-image: url('img/bg-call-to-action.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin-right: 50px;
    max-width: 1800px;
}

#call-to-footer div.blank {
    background: #fff;
    position: absolute;
    width: 30%;
    margin: 0;
    top: 0;
    height: 40px;
}

#call-to-footer div {
    float: left;
    background-image: url('img/pattern-scroller.png');
    background-color: rgba(31,91,118,.6);
    width: 70%;
    margin-left: 30%;
    margin-top: 0;
    padding-bottom: 40px;
}

@media screen and (max-width: 1064px) {
	#call-to-footer div {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 0px;
}
}

#call-to-footer div p.titolo {
   font-size: 3em;
   font-weight: 600;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 30px;
   padding-bottom: 30px;
   padding-left: 10%;
   padding-right: 10%;
   color: #fff;
}

@media screen and (max-width: 1064px) {
	#call-to-footer div p.titolo {
   padding-top: 60px;
    font-size: 3em;
}
}

#call-to-footer div p.testo {
   font-size: 2em;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 0px;
   padding-bottom: 30px;
   padding-left: 10%;
   padding-right: 10%;
   color: #fff;
   font-weight: 200;
}

@media screen and (max-width: 1064px) {
	#call-to-footer div p.testo {
   font-size: 1.6em;
}
}

#call-to-footer div p.link-vantaggi {
   
   margin-top: 0;
   margin-bottom: 0;
   
}

#call-to-footer div p.link-vantaggi a {
   text-decoration: none;
   margin-left: 10%;
   float: left;
   color: #fff;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 20px;
   padding-right: 20px;
   font-size: 1em;
   text-align: left;
   text-transform: uppercase;
   font-weight: 400;
   border: 4px solid #fff;
}

#richiedi-footer {
    background-color: #f0f0f0;
    margin-bottom: 0;
    float: left;
    width: calc(100% - 50px);
    padding-bottom: 80px;
    transform: skew(0deg, 5deg);
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 200px;
    margin-right: 50px;
    margin-top: 120px;
}

#richiedi-footer div.content {
    transform: skew(0deg, -5deg);
}

#richiedi-footer p.titolo {
    margin-left: 5%;
    font-size: 4em;
    padding-top: 50px;
    font-weight: 600;
    margin-bottom: 10px;

}

@media screen and (max-width: 1064px) {
    #richiedi-footer p.titolo{
    font-size: 3em;
    }
    }

#richiedi-footer div.left {
    width: 30%;
    margin-left: 5%;
    float: left;
}

@media screen and (max-width: 1064px) {
	#richiedi-footer div.left {
    width: 95%;
}
}

#richiedi-footer div.left p {
    font-size: 1.4em;
}

#richiedi-footer div.right {
    width: 60%;
    float: right;

}

#richiedi-footer div.right div.input {
    width: 50%;
    float: left;
    position: relative;
    padding-bottom: 10px;
}

#richiedi-footer div.right div.privacy.text {
    width: 95%;
    float: left;
    background: #fff;
    margin-bottom: 40px;
    padding: 20px;

}

@media screen and (max-width: 1064px) {
	#richiedi-footer div.right {
    width: 95%;
}
}

#richiedi-footer div.right input {
    background: none;
    font-size: 1.4em;
    font-family: 'PT Serif';
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #000;
    margin-right: 5%;
    width: 95%;
    margin-bottom: 15px;
}

#richiedi-footer div.right .input.privacy {
    width: 100%;
}

#richiedi-footer div.right input#submit {
    background: #fff;
    border-radius: 20px;
    border-bottom: 0;
    cursor: pointer;
}

#richiedi-footer div.right div.privacy.input input{
    width: 20%;
    float: left;
    margin: 0;
    height: 20px;
    width: 20px;
}

div.privacy label.form-control p{
    width: 80%;
    float: right;
}

div.privacy p.titolo-sezione{
    text-transform: uppercase;
    font-weight: 600;
}

#richiedi-footer div.right input::placeholder {
  color: #666;
  font-style: italic;
}

#footer {
    background: #666;
    float: left;
    width: calc(100% - 50px);
    padding-top: 240px;
    padding-bottom: 60px;
    margin-top: -140px;
  
}

#footer div.col1,#footer div.col2,#footer div.col3,#footer div.col4 {
    width: 25%;
    float: left;
    display: flex;
    height: 160px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f0f0f0;
}

#footer div.col4{
    text-align: left;
    float: left;
    justify-content: flex-start;
    padding-left: 30px;
}

#footer div.col4 img{
    height: 100px;
    text-align: left;
    margin: 0;
    float: left;
}

@media screen and (max-width: 1064px) {
	#footer div.col1,#footer div.col2,#footer div.col3,#footer div.col4 {
 width:calc(100% - 0px);
 border: 0;
 font-size: .85em;
 border: 0;
 height: auto;
}
}

#footer div.col1 img{
 width: 80%;
 display: block;
 margin: 0 auto;
}

#footer p{
 color: #ccc;
 padding-top: 60px;
 padding-bottom: 30px;
 padding-left: 15%;
 padding-right: 15%;
 font-size: .9em;
}

#footer p a{
    color: rgba(77,173,224,1);
    text-decoration: none;
    font-size: 1.4em;
}
@media screen and (max-width: 1064px) {
	#footer p{
 font-size: 1.4em;
 padding: 5%;
}
}

#footer span{
 font-weight: bold;
 text-transform: uppercase;
 float: left;
 width : 100%;
 padding-bottom: 10px;
}

/*custom aos*/
[data-aos="mask-foto-home"] {
  width: 100%;
  -webkit-transition-property: width;
  transition-property: width;
}
[data-aos="mask-foto-home"].aos-animate {
width: 0;
}

[data-aos="finestre-home"] {
  height: 320px;
  width: 100%;
  -webkit-transition-property: height;
  transition-property: height;
}
[data-aos="finestre-home"].aos-animate {
height: 0;
}

[data-aos="finestre-gallery-home"]  {
    background: rgba(51,102,102,0);
    height: 0px;
    -webkit-transition-property: all;
  transition-property: all;
}

[data-aos="finestre-gallery-home"].aos-animate  {
    background: rgba(51,102,102,.6);
    height: 360px;
    -webkit-transition-property: all;
  transition-property: all;
}

[data-aos="header-top-basso"]  {
    height: 100vh;
    opacity: 1;
    -webkit-transition-property: all;
  transition-property: all;
}

[data-aos="header-top-basso"].aos-animate  {
    height: 0px;
    opacity: 1;
    -webkit-transition-property: all;
  transition-property: all;
}

[data-aos="finestra-azzurra"]  {
    height: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    -webkit-transition-property: all;
  transition-property: all;
}

[data-aos="finestra-azzurra"].aos-animate  {
    padding-top: 120px;
    padding-bottom: 120px;
    opacity: 1;
    -webkit-transition-property: all;
  transition-property: all;
}

[data-aos="finestra-full"]  {
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    -webkit-transition-property: all;
  transition-property: all;
}

[data-aos="finestra-full"].aos-animate  {
    padding-top: 120px;
    padding-bottom: 120px;
    opacity: 1;
    -webkit-transition-property: all;
  transition-property: all;
}

[data-aos="finestra-corta"]  {
    height: 200px;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    -webkit-transition-property: all;
  transition-property: all;
}


[data-aos="finestra-corta"].aos-animate  {
    height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 1;
    -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (max-width: 1064px) {
	[data-aos="finestra-corta"].aos-animate  {
    height: 70vh;
}
}

/* common */
.corsivo-grassetto  {
   font-style: italic;
   font-weight: 800;
}


/* hamburger */
#nav-icon4 {
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  background: #fff;
  border-radius: 25px;
  height: 50px;
  width: 50px;
  margin-top: 50px;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 50%;
  margin-left: 25%;
  background: #666;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4.open {
  background: #fff;
}

#nav-icon4.open span  {
  background: #000;
}

#nav-icon4 span:nth-child(1) {
  top:15px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 23px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 5px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 34px;
  left: 5px;
}

/* swiper pagination */
.elements {
}

.elements .swiper-pagination-bullet {
	width: calc(25% - 8px);
	height: 100%;
	border-radius: 0;
	text-align: center;
	line-height: 10vh;
	vertical-align: middle;
	opacity: 1;
	font-size: 1.1em;
     background: #f0f0f0;
}

@media screen and (max-width: 1064px) {
.elements .swiper-pagination-bullet {
	width: 100%;
	line-height: 5vh;
	font-size: 1.4em;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
     margin: 0 !important;
}
}

.elements .swiper-pagination-bullet-active {
	opacity: 1;
	transition: background 1s ease;
     color: #50b8dc;
     background: none;
     background: #fff;
}

/* close button */
.close {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #205b76;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/* arrow link */
.link--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  margin-left: 10%;
  width: auto !important;
}
.link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}
.link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}


ul.sub-menu{
    transition: all 1s;
    padding-bottom: 20px;
    padding-top:20px;
  }

#mobile-menu ul.sub-menu{
    display: none;
    float: left;
  }  

  #mobile-menu ul.sub-menu.open{
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    float: left;
    padding: 0;
  }  

  #mobile-menu ul.sub-menu.open li{
    background-position: 0px 20px !important;
  }  

ul.sub-menu li{
  float: left;
 padding: 10px;
width: 100%;
padding-top: 10px;
display: block;

}

ul.sub-menu li a{
    color: #666;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 4px;
    margin: 0;
    font-size: 1.2em !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  ul.sub-menu a:after {
    position: absolute;
    height: 2px;
    width: 0px;
    content: '';
    background: #1cb3e9;
    bottom: -10px;
    left: 0;
    transition: all .5s;
}

ul.sub-menu a:before {
position: absolute;
height: 2px;
width: 100%;
content: '';
background: #f0f0f0;
bottom: -10px;
left: 0;
transition: all .5s;
}

.postsbycategory{
    width: calc(100% - 50px);
    float: left;
    margin: 0;
}

@media screen and (max-width: 1064px) {
    .postsbycategory{
        width: 100%;
        padding: 0;
        padding-right: 50px;
    }
}

.postsbycategory li{
    width: calc(33.333333333333% - 10px);
    float: left;
    margin: 5px;
    display: block;
    padding: 10px;
    margin-top: 40px;
    position: relative;
}

@media screen and (max-width: 1064px) {
    .postsbycategory li{
        width: calc(100% - 10px);
        margin: 5px;
    }
}

.postsbycategory li div.foto{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    width: 100%;
    margin-bottom: 10px;
}

.postsbycategory li a{
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.postsbycategory li p.titolo_finestra_blog{
    font-size: 2em;
    padding: 30px;
    background-color: #fff;
    height: 240px;
    margin: 0;
    position: absolute;
    top: 170px;
    right: 0;
    color: #666;
    font-weight: 300;
    padding: 40px;
    padding-right: 120px;
    width: 70%;
}

.post {
    margin: 10% 0;
    width: calc(40% - 50px);
    display: block;
    margin: 0 auto;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0px 5%;
    height: 600px;
    margin-left: 5%;
    width: 40%;
    background: #f0f0f0;
    padding-top: 40px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1064px) {
	.post {
        margin: 2% 0;
        width: 96%;
        margin-top: 120px;
        height: auto;
    }
}

article.post {
    width: calc(100% - 100px);
    height: auto;
    margin: 0 50px;
}

@media screen and (max-width: 1064px) {
    article.post  {
        width: calc(100% - 0px);
    height: auto;
    margin: 0 0px;
    }
}

.post .titolo-post{
    text-align: center;
    font-size: 3em;
}

@media screen and (max-width: 1064px) {
	.post .titolo-post {
        font-size: 1.4em;
    }
}

.post .foto-post{
        /* bottom: 10%; */
    right: 0;
    width: 100%;
    /* background-color: rgba(255,255,255,1); */
    top: 0;
    /* display: flex; */
    /* align-items: center; */
    /* padding-top: 20%; */
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 50px;
    /* height: 80%; */
    z-index: -1;
    overflow: hidden;
    padding-bottom: 100px;
    display: flex;
    /* vertical-align: baseline; */
    /* align-items: center; */
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
    float: left;
    background: #f0f0f0;
}

.post .foto-post img {
         height: auto;
    max-height: 400px;
    }

@media screen and (max-width: 1064px) {
    .post .foto-post {
     position: static;
    }
}

.post .titolo{
    width: calc(100% - 40px);
    background-color: #fff;
    bottom: 0;
    /* padding-top: 20px; */
    -ms-scroll-limit-x-max: 2;
    /* padding-bottom: 180px; */
    font-weight: bold;
    border-radius: 10px;
    margin-left: 20px;
    height: 200px;
    display: flex;
    align-items: center;
}

.post p {
    font-size: 1.5em;
    font-weight: 300;
    float: left;
    width: 70%;
    line-height: 40px;
    color: #000;
}

@media screen and (max-width: 1064px) {
    .post p {
    font-size: 1.4em;
    font-weight: 300;
    width: 90%;
    line-height: 30px;
    }
}

.post .wp-block-image {
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
}

.post .wp-block-image img {
    margin: 0;
}


.post .foto #custom-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 700px;
    width: 100%;
    margin-top: 60px;
}

@media screen and (max-width: 1064px) {
    .post .foto #custom-bg {
    height: 300px;
    }
}

.post .titolo-post{
    float: left;
    background: #fff;
    width: 100%;
}

.post .foto{
    float: left;
    width: 100%;
}

.post h1 {
    font-weight: 600;
    font-size: 1.6em;
    padding-top: 40px;
    padding-left: 20%;
    font-weight: 300;
    padding: 0;
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
}

@media screen and (max-width: 1064px) {
	.post h1 {
        padding-left: 30px;
    }
}

.post .excerpt{
    font-size: 3em;
    font-weight: 600;
    float: left;
    width: 90%;
    line-height: 60px;
    color: #999;
}

@media screen and (max-width: 1064px) {
	.post .excerpt{
        font-size: 1.8em;
        float: left;
        line-height: 30px;
    }
}

.post .foto #custom_bg {
    width: 100%;
    height: 400px;
    float: left;
    background-size: cover;
}

.parallax-container{
    width: calc(100% - 0px);
    float: left;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin: 0px;
}

.parallax-window {
    height: 80vh;
    background: transparent;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.parallax-window div {
    display: flex;
    align-items: center;
    height: 80vh;
    background: rgba(0,0,0,.5);
    border-radius: 50px;
}

.parallax-window div p{
    padding: 5%;
    color: #fff;
    font-size: 1.8em;
    width: 80%;
    float: right;
}

@media screen and (max-width: 1064px) {
    .parallax-window div p{
        font-size: 1.4em;
        padding-right: 20%;
        padding-left: 10%;
}
}

.parallax-window div p.titolo{
        /* position: absolute; */
        bottom: 0px;
        right: 0px;
        /* width: 90%; */
        color: #fff;
        font-size: 3em;
        /* line-height: 1em; */
        writing-mode: vertical-lr;
        text-orientation: upright;
        text-transform: uppercase;
        text-align: right;
        padding: 5%;
        margin: 0;
        font-weight: 300;
        width: 20%;
        float: left;
        text-align: center;
}

@media screen and (max-width: 1064px) {
    .parallax-window div p.titolo{
        font-size: 2em;
}
}

.parallax-window .didascalia{
    position: absolute;
    top: 60px;
    width: 80%;
    left: 0px;
    /* padding: 50px; */
    font-size: .6em;
    color: #000;
    height: auto;
}

.parallax-window div.didascalia p{
    color: #666;
    padding: 0px;
}



.parallax-window div.didascalia p span{
    background-color: #fff;
    color: #999;
    padding: 6px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 90px;
    font-size: 2.5em;
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    }

    @media screen and (max-width: 1064px) {
        .parallax-window div.didascalia p span{
            background-color: #fff;
            color: #999;
            padding: 6px;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
            line-height: 50px;
            font-size: 2em;
            padding-left: 70px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-top: 10px;
            }
    }

    /* area riservata */

    #area-riservata{
        margin-top: 200px;
    float: left;
    width: 100%;
    /* background: #666 !important; */
    }

    #area-riservata .content-area-riservata{
        margin: 0 auto;
    width: 60%;
    background: rgba(77,173,224,.3);
    padding: 80px !important;
    border-radius: 80px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.21);
    } 

    #area-riservata h2{
        font-size: 3em;
        padding-left: 10%;
        float: left;
    }

    #area-riservata .content-file-sharing{
        margin: 0 auto;
    width: 100%;
    float: left;
    } 

    .uwp-social-class{
        display: none;
    }

    .uwp-footer-links {
        padding-top: 60px;
    }

    .uwp-footer-links a{
        color: #000 !important;
        font-size: 1.2em !important;
    }

    .uwp_login_page #page, .uwp_register_page #page{
        background-image: url('img/alpha.png');
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .bsui .card{
        background-color: transparent !important;
    }
    
    .bsui .card-body{
    }

    .bsui .card-body form{
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }

    .modal-content .card-body{
        margin: 40px;
        border-radius: 0;
    }

    .bsui .modal-content {
        background-color: transparent !important;
        border: 0 !important;
    }

    .bsui .modal-content .modal-header{
        border: 0;
    }

    .bsui .modal-content h5{
        text-align: center;
        font-size: 3em;
        color: #fff;
    }

    .bsui .modal-content .modal-header .btn-close{
        color: #fff;
    }
    
    #area-riservata .bsui .form-control{
        background: transparent;
        border: 0;
        border-bottom: 3px solid #000;
        border-radius: 0;
        padding: 20px;
    }

    #area-riservata .bsui .form-control::placeholder {
        color: #000;
      }

      #area-riservata h3.card-title {
        font-size: 3em;
        text-align: center !important;
        color: #000;
        padding-bottom: 40px;
      }

      #area-riservata .bsui .btn-primary{
        background: #fff;
        color: #000;
        border: 0;
      }

      .uwp-login, .uwp-registration, .uwp-forgot, .uwp-account{
        background-color: transparent;
      }

      .bsui .alert{
        float: left;
        width: 100%;
      }

      label.error{
        float: left;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: .8em;
        color: red;
        padding-top: 0;
      }

      div#success{
        width: 100%;
        float: left;
        color: green;
        font-weight: 600;
        padding-bottom: 10px;
        padding-left: 30px;
      }



      .eeFiles thead {
        display: none;
      }

      .eeSFL table.eeFiles td a{
        color: #999;
        font-weight: 600;
      }

      .eeSFL table.eeFiles th.eeSFL_FileName, .eeSFL table.eeFiles td.eeSFL_FileName{
        text-align: left;
        padding-left: 10px;
      }

      .eeSFL table.eeFiles th.eeSFL_FileName, .eeSFL table.eeFiles td.eeSFL_FileName{
        text-align: left;
        padding-left: 60px;
        padding-top: 40px;
        padding-bottom: 40px;
      }

      .eeSFL table.eeFiles td.eeSFL_Thumbnail{
        width: auto !important;
      }

      .uwp_page .uwp-content-wrap .uwp_form input[type="text"], .uwp_page .uwp-content-wrap .uwp_form input[type="password"], .uwp_page .uwp-content-wrap .uwp_form input[type="datetime"], .uwp_page .uwp-content-wrap .uwp_form input[type="datetime-local"], .uwp_page .uwp-content-wrap .uwp_form input[type="date"], .uwp_page .uwp-content-wrap .uwp_form input[type="month"], .uwp_page .uwp-content-wrap .uwp_form input[type="time"], .uwp_page .uwp-content-wrap .uwp_form input[type="week"], .uwp_page .uwp-content-wrap .uwp_form input[type="number"], .uwp_page .uwp-content-wrap .uwp_form input[type="email"], .uwp_page .uwp-content-wrap .uwp_form input[type="url"], .uwp_page .uwp-content-wrap .uwp_form input[type="search"], .uwp_page .uwp-content-wrap .uwp_form input[type="tel"], .uwp_page .uwp-content-wrap .uwp_form input[type="color"], .uwp_page .uwp-content-wrap .uwp_form select, .uwp_page .uwp-content-wrap .uwp_form textarea{
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid #000;
        border-radius: 0;
      }

      .uwp_page .uwp-login-form input[type="submit"], .uwp_page .uwp-registration-form input[type="submit"], .uwp_page .uwp-forgot-form input[type="submit"], .uwp_page .uwp-change-form input[type="submit"], .uwp_page .uwp-account-form input[type="submit"], .uwp_widgets .uwp-login-form input[type="submit"], .uwp_widgets .uwp-registration-form input[type="submit"], .uwp_widgets .uwp-forgot-form input[type="submit"], .uwp_widgets .uwp-change-form input[type="submit"], .uwp_widgets .uwp-account-form input[type="submit"], .uwp_adv_search_form .uwp-login-form input[type="submit"], .uwp_adv_search_form .uwp-registration-form input[type="submit"], .uwp_adv_search_form .uwp-forgot-form input[type="submit"], .uwp_adv_search_form .uwp-change-form input[type="submit"], .uwp_adv_search_form .uwp-account-form input[type="submit"]{
        background: rgba(77,173,224,1) none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
      }

      .uwp_page .uwp-content-wrap a, .uwp_page .uwp-content-wrap img{
        box-shadow: none;
        border-bottom: none;
        color: rgba(77,173,224,1);
        font-weight: 600;
        text-decoration: underline;
      }

      .uwp-login .uwp-lf-icon, .uwp-login .uwp-rf-icon, .uwp-registration .uwp-lf-icon, .uwp-registration .uwp-rf-icon, .uwp-forgot .uwp-lf-icon, .uwp-forgot .uwp-rf-icon, .uwp-account .uwp-lf-icon, .uwp-account .uwp-rf-icon{
        display: none;
      }

      figure.wp-block-gallery.has-nested-images{
            align-items: normal;
    width: 100%;
    float: left;
      }

      .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
        width: 40%;
        float: left;
        padding: 20px;
      }

      @media screen and (max-width: 1064px) {
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
        width: 100%;
}
}