/*!
Theme Name: Anselmo
STYLE DESK 2021
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anselmo
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.

Anselmo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */

 @font-face {
   font-family: "gotham";
   src: url('../../../fonts/Gotham-Book.woff') format('woff'),
        url('../../../fonts/Gotham-Book.woff2') format('woff2'),
        url('../../../fonts/Gotham-Book.ttf') format('truetype');
   font-weight: normal;
 }

/*
 @font-face {
   font-family: Gotham;
   src: url(../../../fonts/GothamBook.ttf);
 }

 @font-face {
   font-family: Gotham_medium;
   src: url(../../../fonts/GothamMedium.ttf);
 }
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	  margin: 0;
    font-family: "gotham", sans-serif !important;
	  /*font-family: 'Gotham', sans-serif !important;*/
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


.no_mobile{
  display: none !important;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

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

	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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-size: 1em;
}

/**
 * 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;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {

	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	/*margin-bottom: 1.5em;*/
  margin: 0.3em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;

	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}



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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #dc2332;
  text-decoration: none;
}

a:visited {
	color: #dc2332;
}

a:hover,
a:focus,
a:active {
	color: #222;
  text-decoration: none;

}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
	display: none;
}

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/*inizio sito anselmo*/


#masthead {
    z-index: 99999999999999999999999999 !important;
    position: fixed !important;
    background-color: #fff !important;
    width: 100% !important;
    height: 11vh;
    }


  .shrink{
    height: 9vh;
  }


#scroll_div1,  #scroll_div2,  #scroll_div3,  #scroll_div4{
				opacity: 0;
				-webkit-transition: all 1s ease-in-out;
					 -moz-transition: all 1s ease-in-out;
						-ms-transition: all 1s ease-in-out;
						 -o-transition: all 1s ease-in-out;
								transition: all 1s ease-in-out;
			}

	 #scroll_div1.visible, #scroll_div2.visible, #scroll_div3.visible, #scroll_div4.visible{
				opacity: 1;
			}

	 .digit{
						 opacity: 0;
						 -webkit-transform: translateX(-40px);
								-moz-transform: translateX(-40px);
								 -ms-transform: translateX(-40px);
									-o-transform: translateX(-40px);
										 transform: translateX(-40px);
						 -webkit-transition: all 0.6s ease-out;
								-moz-transition: all 0.6s ease-out;
								 -ms-transition: all 0.6s ease-out;
									-o-transition: all 0.6s ease-out;
										 transition: all 0.6s ease-out;
					 }

					 .digit2 {
								opacity: 0;
						/*    -webkit-transform: translateX(40px);
									 -moz-transform: translateX(40px);
										-ms-transform: translateX(40px);
										 -o-transform: translateX(40px);
												transform: translateX(40px);*/
								-webkit-transition: all 0.6s ease-out;
									 -moz-transition: all 0.6s ease-out;
										-ms-transition: all 0.6s ease-out;
										 -o-transition: all 0.6s ease-out;
												transition: all 0.6s ease-out;
							}


	 .digit_img_dx {
								opacity: 0;
							 -webkit-transform: translateX(40px);
									 -moz-transform: translateX(40px);
										-ms-transform: translateX(40px);
										 -o-transform: translateX(40px);
												transform: translateX(40px);
								-webkit-transition: all 0.6s ease-out;
									 -moz-transition: all 0.6s ease-out;
										-ms-transition: all 0.6s ease-out;
										 -o-transition: all 0.6s ease-out;
												transition: all 0.6s ease-out;
							}

					 .digit.visible, .digit2.visible, .digit_img_dx.visible {
						 opacity: 1;
						 -webkit-transform: none;
								-moz-transform: none;
								 -ms-transform: none;
									-o-transform: none;
										 transform: none;
					 }


					 .item_scroll {
							 opacity: 0;
							 /*-webkit-transform: translateX(40px);
									 -moz-transform: translateX(40px);
										-ms-transform: translateX(40px);
										 -o-transform: translateX(40px);
												transform: translateX(40px);*/
													-webkit-transition: all 0.15s ease-in;
													-moz-transition: all 0.15s ease-in;
													 -ms-transition: all 0.15s ease-in;
														-o-transition: all 0.15s ease-in;
															 transition: all 0.15s ease-in;
						 }
						 .item_scroll.visible {
							 opacity: 1;
							 /*-webkit-transform: none;
									-moz-transform: none;
									 -ms-transform: none;
										-o-transform: none;
											 transform: none;*/
						 }


	 .item_scroll2 {
							 opacity: 0;
							 -webkit-transform: translateY(40px);
									-moz-transform: translateY(40px);
									 -ms-transform: translateY(40px);
										-o-transform: translateY(40px);
											 transform: translateY(40px);
						 /* 	-webkit-transition: all 0.6s ease-out;
									-moz-transition: all 0.6s ease-out;
									 -ms-transition: all 0.6s ease-out;
										-o-transition: all 0.6s ease-out; */
											 /* transition: all 0.6s ease-out; */
											 -webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
													-moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
													 -ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
														-o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
															 transition: transform .5s ease-in-out, opacity .5s ease-in-out;


						 }
						 .item_scroll2.visible {
							 opacity: 1;
							 -webkit-transform: none;
									-moz-transform: none;
									 -ms-transform: none;
										-o-transform: none;
											 transform: none;
						 }



             .item_scroll_low {
  							 opacity: 0;
  							 /*-webkit-transform: translateX(40px);
  									 -moz-transform: translateX(40px);
  										-ms-transform: translateX(40px);
  										 -o-transform: translateX(40px);
  												transform: translateX(40px);*/
  													-webkit-transition: all 1s ease-in;
  													-moz-transition: all 1s ease-in;
  													 -ms-transition: all 1s ease-in;
  														-o-transition: all 1s ease-in;
  															 transition: all 1s ease-in;
  						 }
  						 .item_scroll_low.visible {
  							 opacity: 1;
  							 /*-webkit-transform: none;
  									-moz-transform: none;
  									 -ms-transform: none;
  										-o-transform: none;
  											 transform: none;*/
  						 }




.flex-a{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
padding: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
}

.flex-b{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}


.flex-b-stop{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}



.flex-b-start{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
}

.flex-c{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: center;
}

.flex-c-end{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content:flex-end;
  align-items: flex-start;
}

.flex-c-start{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content:center;
  align-items: flex-start;
}


.flex-c-block{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: center;
	text-align: center;
}



.flex-c-justify{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: left;
	text-align: left;
}


/*menu*/

.menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li{
  display: inline;
  margin-right: 1vw;
}

.menu li:last-child{
  margin-right: 0 !important;
}

.menu li::after{
  content: '|';
  padding-left: 1vw;
}

.menu li:last-child::after{
  content: '' !important;
  padding-left: 0 !important;
}

#menu-language li::after{
  content: '' !important;
  padding-left: 0 !important;
}



.menu li a{
  color: #222;
  text-decoration: none;
}

.menu li a:hover{
  color: #965e30;
  text-decoration: none;
}

.language{
  margin-bottom: 10px !important;
}


.slider_homepage .bdt-slider-excerpt{

  border-left: 5px solid #222;
padding: 3vh 2vw !important;
}

/*slider homepage*/

.content_slider_homepage{
  height: 87.5vh !important;
}


.anima_txt_slider{
  width: 40vw;
  margin: 0 auto;
  border-left: 5px solid #222;
  padding: 1vh 0 1vh 2vw !important;
  color: #222;
  font-size: 3.5vh;
}

.departments_hp{
  position: absolute;
  width: 80%;
  padding: 3vh 2vw 3vh 2vw;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top-right-radius:30px;
  border-top-left-radius:30px;
  z-index: 999;
}

.departments_hp h2{
  font-size: 120%;
  color: #222;
  text-align: center;
  font-style: italic;
  margin-bottom: 4vh;
  font-weight: normal;
}

.cont-departments_hp{
  width: 100%;
}

.cont-departments_hp div{
  width: 20%;
  text-align: center;
}

.cont-departments_hp img{
height: 6vh;
}

.cont-departments_hp p{
  font-size: 90%;
  color: #222;
  font-style: italic;
}



  /*DESKTOP*/
  @media only screen and (min-width: 851px){

  	.back_img{
      width:100%;
      height:100%;
  text-align: center;
  		position: absolute;
  		z-index: -2222 !important;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		margin: auto;
      -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    filter: brightness(0.7);
  	}



    	.back_img_hover{
        width:100%;
        height:100%;
  text-align: center;
    		position: absolute;
    		z-index: -2222 !important;
    		top: 0;
    		left: 0;
    		right: 0;
    		bottom: 0;
    		margin: auto;
        -moz-transition: background-size 3s ease-out, filter 0.5s linear;
      -o-transition: background-size 3s ease-out, filter 0.5s linear;
      -webkit-transition: background-size 3s ease-out, filter 0.5s linear;
      transition: background-size 3s ease-out, filter 0.5s linear;
      filter: brightness(0.4);
    	}



  	.border_wrap_img_color{
  		width: 100%;
  		height: 100%;
  	/*border-radius: 100%; */
  		position: absolute;
  		z-index: 222 !important;
  		top: 0;

  }


  .border_wrap_img{
  		-moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    		border-top: 10vw solid;
  		border-bottom: 10vw solid;
  		border-left: 17vw solid;
  		border-right: 17vw solid;
  			pointer-events: none;
            opacity: 0.2;
  		/* filter: grayscale(100%) brightness(70%) contrast(1); */
    }



  	.border_wrap_img_hover{

  		-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
  		pointer-events: none;
          opacity: 0.8;

  border-top: 3vw solid;
  		border-bottom: 3vw solid;
  		border-left: 3.5vw solid;
  		border-right: 3.5vw solid;
  			pointer-events: none;
  	}


  	.txt_copertina{
  		position: absolute;
  		bottom: 8vh;
  		z-index: 3;
  		left: 12vw;
  		width: 30vw;
  		padding: 50px;
  		text-align: center;
  		pointer-events: none;
  		background-color: #fff;
  		display: none;
  	}


    .foto_scheda_new{
    height:100%;
    width:100%;
    cursor:pointer;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    z-index: 0;
    }


    .foto_scheda_attiva_new{
    	height:100%;
    width:100%;
    cursor:pointer;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    }



       #slogan_home h1{
          font-size: 320%;
          font-weight: bold;
          margin: 0;
           text-align: center;
      }
       #slogan_home h2{
         color: #fff;
         font-size: 110%;
         font-weight: lighter;
         margin: 0 0 0.8vh 0;
         text-align: center;
      }


  }





    /*per loading*/
    @keyframes ruota{
            from{transform: rotate(0deg)}
            to{transform: rotate(360deg)}
    }
              .incaricamento{
                    display:inline !important;
               }
        .incaricamento > #pallina{
      animation-duration: 0.5s;
      animation-name: ruota;
      animation-iteration-count: infinite;
                    }

                    #pallina{
                    position:absolute;
                    width:30px;
                    height:30px;
                    border-radius:50%;
                    left: 50%;
                    top:50%;
                    transform: translate(-50%, -50%);
                    border-left:2px solid #ffffff;
                    border-top:2px solid #969696;
                    border-right:2px solid #ffffff;
                    border-bottom:2px solid #969696;
                    }




                      #overlay_slogan{
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        z-index:7;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        overflow: hidden;
                        margin: auto;
                        background-color: rgba(255,255,255,0.5);
                      /*background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(79,79,79,0.1) 50%);
                      background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(79,79,79,0.1) 50%);
                      background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(79,79,79,0.1) 50%);*/
                      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#804f4f4f',GradientType=0 );
                      padding: 0;

                      }





    #arrow_div{
      width: 30%;
      height: 20vh;
      margin: auto;
      position: absolute;
      z-index:8;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden;
    text-align: center;
    cursor: pointer;
    }




    #container_slogan{
      position: absolute;
      z-index:8;
      right: 0;
      top: 38vh;
      bottom: 0;
      left: 0;
      width: auto;
      overflow: hidden;
      transition: opacity 0.3s ease-out;
      opacity: 0;
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      text-align: left;
    }


        #container_slogan_fusillo{
          position: absolute;
          z-index:8;
          right: 0;
          bottom: 25vh;
          left: 0;
          width: auto;
          overflow: hidden;
          transition: opacity 0.3s ease-out;
          opacity: 0;
          transform: translateZ(0);
          -webkit-transform: translateZ(0);
          -ms-transform: translateZ(0);
          text-align: left;
        }





    .container_trasparente_attivato, .container_slogan_attivato{
    opacity:1 !important;
    }

    @keyframes movimento_container_slogan{
    0%{opacity:0;}
    3%{opacity:1;}
    5%{border: 0;}
    90%{opacity:1;border: 0;}
    92%{opacity:0;border: 0;}
    100%{opacity:0;border: 0;}
    }






    .slogan_trasp, #slogan_home{
    	position:relative;
      bottom:-10vh;
        line-height: 1.3;
        /*
        text-shadow: 8px 8px 16px rgb(0 0 0 / 50%);
        */
        padding-left: 20px;
      transition: all 0.3s ease-out;
      transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
text-align: center;
      opacity:0;
    }



        #slogan_home_fusillo{
        	position:relative;
          bottom:-10vh;
            line-height: 1.3;
            /*
            text-shadow: 8px 8px 16px rgb(0 0 0 / 50%);
            */
            padding-left: 20px;
          transition: all 0.6s ease-out;
          transform: translateZ(0);
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
    text-align: center;
          opacity:0;
        }


    .scritta_slogan_attivata{
      bottom:0 !important;
    opacity:1 !important;
    }


    .scritta_slogan_attivata{
    left:0vw !important;
    opacity:1 !important;
    }

/*fine slide hp*/


/*mission hp*/

.mission_hp{
	width: 100%;
  height: 100vh;
	background: url(../../../images/back_mission_hp.jpg) no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

/*.mission_hp::after{
	content: 'A';
	position: absolute;
	z-index: 9999;
	bottom: -29vh;
	right: -3vw;
	font-size: 70vh;
	font-weight: bold;
		color: #965e30;
		pointer-events: none;
}*/

/*
.mission_hp::after{
	content: '';
	background-image: url('../../../images/lettera_a_white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
width:30vw;
height: 55vh;
		pointer-events: none;
}
*/

.content_mission_hp{
	width: 75%;
	margin: 0 auto;
	padding: 20vh 0;
}

.content_mission_hp .empty{
	width: 55%;
}

.txt_mission_hp{
	width: 45%;
	padding: 0 4vw 0 2vw;
	border-left: 4px solid #965e30;
}

.txt_mission_hp h1{
	font-size:7vh;
	color: #965e30;
	font-weight: bold;
	padding: 0;
	margin:0 0 2vh 0;
}

.txt_mission_hp p{
	font-size:1.8vh;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6;
}


/*mission hp2*/

.mission_hp2{
	width: 100%;
  height: 36vh;

	/*background: url(../../../images/slstoria.png) no-repeat;*/
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../images/slstoria.png);

	background-position: center center;
	position: relative;
	overflow: hidden;
}

/*.mission_hp2::after{
	content: 'A';
	position: absolute;
	z-index: 9999;
	bottom: -29vh;
	right: -3vw;
	font-size: 70vh;
	font-weight: bold;
		color: #965e30;
		pointer-events: none;
}*/

/*
.mission_hp2::after{
	content: '';
	background-image: url('../../../images/lettera_a_white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
  width:30vw;
  height: 55vh;
	pointer-events: none;
}
*/

.content_mission_hp2{
	width: 100%;
	margin: 0 auto;
	padding: 12vh 0;
}

.content_mission_hp2 .empty{
	width: 55%;
}

.txt_mission_hp2{
	width: 100%;
	/*padding: 0 4vw 0 2vw;*/
	/*border-left: 4px solid #965e30;*/
  /*background-color: antiquewhite;*/
}

.txt_mission_hp2 h1{
	font-size:4vh;
  color: #f2f2f2;
	font-weight: bold;
  text-align: center;
}

.txt_mission_hp2 p{
	font-size:1.8vh;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6;
}

/*mission hp3*/

.mission_hp3{
	width: 100%;
  height: 36vh;

	/*background: url(../../../images/slcreativita.png) no-repeat;*/
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../images/slcreativita.png);

	background-position: center center;
	position: relative;
	overflow: hidden;
}

/*.mission_hp3::after{
	content: 'A';
	position: absolute;
	z-index: 9999;
	bottom: -29vh;
	right: -3vw;
	font-size: 70vh;
	font-weight: bold;
		color: #965e30;
		pointer-events: none;
}*/

/*
.mission_hp3::after{
	content: '';
	background-image: url('../../../images/lettera_a_white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
  width:30vw;
  height: 55vh;
	pointer-events: none;
}
*/

.content_mission_hp3{
	width: 100%;
	margin: 0 auto;
	padding: 12vh 0;
}

.content_mission_hp3 .empty{
	width: 55%;
}

.txt_mission_hp3{
	width: 100%;
	/*padding: 0 4vw 0 2vw;*/
	/*border-left: 4px solid #965e30;*/
  /*background-color: antiquewhite;*/
}

.txt_mission_hp3 h1{
  font-size:4vh;
  color: #f2f2f2;
	font-weight: bold;
  text-align: center;
}

.txt_mission_hp3 p{
	font-size:1.8vh;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6;
}

/*mission hp4*/

.mission_hp4{
	width: 100%;
  height: 36vh;

	/*background: url(../../../images/slcreativita.png) no-repeat;*/
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../images/slstruttura.png);

	background-position: center center;
	position: relative;
	overflow: hidden;
}

/*.mission_hp4::after{
	content: 'A';
	position: absolute;
	z-index: 9999;
	bottom: -29vh;
	right: -3vw;
	font-size: 70vh;
	font-weight: bold;
		color: #965e30;
		pointer-events: none;
}*/

/*
.mission_hp4::after{
	content: '';
	background-image: url('../../../images/lettera_a_white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
  width:30vw;
  height: 55vh;
	pointer-events: none;
}
*/

.content_mission_hp4{
	width: 100%;
	margin: 0 auto;
	padding: 12vh 0;
}

.content_mission_hp4 .empty{
	width: 55%;
}

.txt_mission_hp4{
	width: 100%;
	/*padding: 0 4vw 0 2vw;*/
	/*border-left: 4px solid #965e30;*/
  /*background-color: antiquewhite;*/
}

.txt_mission_hp4 h1{
  font-size:4vh;
  color: #f2f2f2;
	font-weight: bold;
  text-align: center;
}

.txt_mission_hp4 p{
	font-size:1.8vh;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6;
}

/*mission hp5*/

.mission_hp5{
	width: 100%;
  height: 72vh;

	/*background: url(../../../images/slcreativita.png) no-repeat;*/
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../images/sllunga.png);

	background-position: center center;
	position: relative;
	overflow: hidden;
}

/*.mission_hp5::after{
	content: 'A';
	position: absolute;
	z-index: 9999;
	bottom: -29vh;
	right: -3vw;
	font-size: 70vh;
	font-weight: bold;
		color: #965e30;
		pointer-events: none;
}*/

/*
.mission_hp5::after{
	content: '';
	background-image: url('../../../images/lettera_a_white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
  width:30vw;
  height: 55vh;
	pointer-events: none;
}
*/

.content_mission_hp5{
	width: 100%;
	margin: 0 auto;
	padding: 20vh 0;
}

.content_mission_hp5 .empty{
	width: 55%;
}

.txt_mission_hp5{
	width: 100%;
	/*padding: 0 4vw 0 2vw;*/
	/*border-left: 4px solid #965e30;*/
  /*background-color: antiquewhite;*/
}

.txt_mission_hp5 h1{
	font-size:9vh;
  color: #f2f2f2;
	/*color: #965e30;*/
	font-weight: bold;
	/*padding: 0;
	margin:0 0 2vh 0;*/
  text-align: center;
}

.txt_mission_hp5 p{
	font-size:1.8vh;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6;
}


/* mission_hp_braibanti */

.mission_hp_braibanti{
	width: 100%;
  background-color: white;
	overflow: hidden;
}

.content_mission_hp_braibanti{
	width: 75%;
	margin: 0 auto;
	padding: 12vh 0;
}

.content_mission_hp_braibanti .empty{
	width: 55%;
  height: 40vh;
}

.txt_mission_hp_braibanti{
  width: 119%;
  padding: 8.6vh 0.9vw 4vh 2vw;
  background: rgba(255, 255,255, 0.8);
  border-radius: 26px;
}

.txt_mission_hp_braibanti h1{
  font-size: 2.4vh;
  color: #965e30;
  font-weight: bolder;
  padding: 0;
  margin: 0 0 2vh 0;
  font-style: italic;
}

.txt_mission_hp_braibanti p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
}

.txt_mission_hp_braibanti p.title{
font-size: 3.2vh;
margin: 0;
padding: 0;
color: #000;
line-height: 1.2;
}


/* mission_hp_anselmo */

.mission_hp_anselmo{
	width: 100%;
  background-color: white;
	overflow: hidden;
}

.content_mission_hp_anselmo{
	width: 75%;
	margin: 0 auto;
	padding: 12vh 0;
}

.content_mission_hp_anselmo .empty{
	width: 55%;
  height: 40vh;
}

.txt_mission_hp_anselmo{
  width: 119%;
  padding: 8.6vh 0.9vw 4vh 2vw;
  background: rgba(255, 255,255, 0.8);
  border-radius: 26px;
}

.txt_mission_hp_anselmo h1{
  font-size: 2.4vh;
  color: #965e30;
  font-weight: bolder;
  padding: 0;
  margin: 0 0 2vh 0;
  font-style: italic;
}

.txt_mission_hp_anselmo p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
}

.txt_mission_hp_anselmo p.title{
font-size: 3.2vh;
margin: 0;
padding: 0;
color: #000;
line-height: 1.2;
}


/* mission_hp_fen */

.mission_hp_fen{
	width: 100%;
  background-color: white;
	overflow: hidden;
}

.content_mission_hp_fen{
	width: 75%;
	margin: 0 auto;
	padding: 12vh 0;
}

.content_mission_hp_fen .empty{
	width: 55%;
  height: 40vh;
}

.txt_mission_hp_fen{
  width: 119%;
  padding: 8.6vh 0.9vw 4vh 2vw;
  background: rgba(255, 255,255, 0.8);
  border-radius: 26px;
}

.txt_mission_hp_fen h1{
  font-size: 2.4vh;
  color: #965e30;
  font-weight: bolder;
  padding: 0;
  margin: 0 0 2vh 0;
  font-style: italic;
}

.txt_mission_hp_fen p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
}

.txt_mission_hp_fen p.title{
font-size: 3.2vh;
margin: 0;
padding: 0;
color: #000;
line-height: 1.2;
}


/* mission_hp_omar */

.mission_hp_omar{
	width: 100%;
  background-color: white;
	overflow: hidden;
}

.content_mission_hp_omar{
	width: 75%;
	margin: 0 auto;
	padding: 12vh 0;
}

.content_mission_hp_omar .empty{
	width: 55%;
  height: 40vh;
}

.txt_mission_hp_omar{
  width: 119%;
  padding: 8.6vh 0.9vw 4vh 2vw;
  background: rgba(255, 255,255, 0.8);
  border-radius: 26px;
}

.txt_mission_hp_omar h1{
  font-size: 2.4vh;
  color: #965e30;
  font-weight: bolder;
  padding: 0;
  margin: 0 0 2vh 0;
  font-style: italic;
}

.txt_mission_hp_omar p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
}

.txt_mission_hp_omar p.title{
font-size: 3.2vh;
margin: 0;
padding: 0;
color: #000;
line-height: 1.2;
}


/* mission_hp_lta */

.mission_hp_lta{
	width: 100%;
  background-color: white;
	overflow: hidden;
}

.content_mission_hp_lta{
	width: 75%;
	margin: 0 auto;
	padding: 12vh 0;
}

.content_mission_hp_lta .empty{
	width: 55%;
  height: 40vh;
}

.txt_mission_hp_lta{
  width: 119%;
  padding: 8.6vh 0.9vw 4vh 2vw;
  background: rgba(255, 255,255, 0.8);
  border-radius: 26px;
}

.txt_mission_hp_lta h1{
  font-size: 2.4vh;
  color: #965e30;
  font-weight: bolder;
  padding: 0;
  margin: 0 0 2vh 0;
  font-style: italic;
}

.txt_mission_hp_lta p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
}

.txt_mission_hp_lta p.title{
font-size: 3.2vh;
margin: 0;
padding: 0;
color: #000;
line-height: 1.2;
}



/* mission_hp_company_profile */

.mission_hp_company_profile{
	width: 100%;
  height: 50vh;
  /*background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/sfondo_grano.png);*/
  background: url(../../../images/sfondo_grano.png) no-repeat;
  background-position: left 0px;
	background-position: center center;
	position: relative;
	overflow: hidden;
  /*clip-path: ellipse(100% 55% at 48% 44%);*/
}

/*
.mission_hp_company_profile::after{
	content: '';
	background-image: url('../../../images/lettera_a_black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
  width:30vw;
  height: 55vh;
	pointer-events: none;
  opacity: 0.11;
}
*/

.content_mission_hp_company_profile{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_company_profile .empty{
	width: 50%;
}

.txt_mission_hp_company_profile{
  width: 100%;
  /*padding: 2vh 1vw 0vh 3vw;*/
  /*border-left: 5px solid #DEB887;*/
  /*background: rgba(255, 255,255, 0.8);*/
  /*border-radius: 26px;*/
}

.txt_mission_hp_company_profile h1{
  font-size: 3.6vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: -12vh 0 2vh 0;
  text-align: center;
}

.txt_mission_hp_company_profile p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
}


/* mission_hp_home_page */

.mission_hp_home_page{
	width: 100%;
  height: 74.3vh;
  /*background: url(../../../images/sfondo_home.png) no-repeat;*/
  background: url(../../../images/sfondo_home_mobile.jpg) no-repeat;
  /*background-position: left 0px;*/
	background-position: center center;
	position: relative;
	overflow: hidden;
  /*clip-path: ellipse(100% 55% at 48% 44%);*/
}

/*
.mission_hp_home_page::after{
	content: '';
	background-image: url('../../../images/lettera_a_black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
  width:30vw;
  height: 55vh;
	pointer-events: none;
  opacity: 0.11;
}
*/

.content_mission_hp_home_page{
	width: 86%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_home_page .empty{
	width: 50%;
}

.txt_mission_hp_home_page{
  width: 100%;
  /*padding: 2vh 1vw 0vh 3vw;*/
  /*border-left: 5px solid #DEB887;*/
  /*background: rgba(255, 255,255, 0.8);*/
  /*border-radius: 26px;*/
}

.txt_mission_hp_home_page h1{
  font-size: 2.6vh;
  color: #000;
  font-weight: bold;
  padding: 0;
  margin: 9vh 0 2vh 0;
  text-align: center;
}

.txt_mission_hp_home_page p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
}


/* mission_hp_home_page2 */

.mission_hp_home_page2{
	width: 100%;
  height: 86vh;
  /*background: url(../../../images/back_mission_hp.jpg) no-repeat;*/
  background: linear-gradient(0deg, rgba(0,0,0,0.67) 0%, rgba(0,0,0,0) 86%), url(../../../images/back_mission_hp.jpg);
  background-position: left 0px;
	/*background-position: -8px -110px;*/
	position: relative;
	overflow: hidden;
  background-color: black;
  /*clip-path: ellipse(100% 55% at 48% 44%);*/
}

/*
.mission_hp_home_page2::after{
	content: '';
	background-image: url('../../../images/lettera_a_black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
  width:30vw;
  height: 55vh;
	pointer-events: none;
  opacity: 0.11;
}
*/

.content_mission_hp_home_page2{
	width: 86%;
	margin: 0 auto;
	padding: 29vh 0;
}

.content_mission_hp_home_page2 .empty{
	width: 50%;
}

.txt_mission_hp_home_page2{
  width: 100%;
  /*padding: 2vh 1vw 0vh 3vw;*/
  /*border-left: 5px solid #DEB887;*/
  /*background: rgba(255, 255,255, 0.8);*/
  /*border-radius: 26px;*/
}

.txt_mission_hp_home_page2 h1{
  font-size: 3.6vh;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin: 12vh 0 2vh 0;
  text-align: center;
}

.txt_mission_hp_home_page2 p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6;
}

/* mission_hp_under_construction */

.mission_hp_under_construction{
  width: 100%;
  height: 87vh;
  /*background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/under_construction.jpg);*/
  background: url(../../../images/our_range/under_construction.jpg) no-repeat;
  background-position: left 0px;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/*
.mission_hp_under_construction:after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_under_construction{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_under_construction .empty{
	width: 50%;
}

.txt_mission_hp_under_construction{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_under_construction h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_under_construction p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_esito_invio_form */

.mission_hp_esito_invio_form{
  width: 100%;
  height: 87vh;
  /*background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/sfondo_grano_esito_invio_dati.png);*/
  background-image: url(../../../images/sfondo_grano_esito_invio_dati.png);
  background-position: left 0px;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/*
.mission_hp_esito_invio_form:after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_esito_invio_form{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_esito_invio_form .empty{
	width: 50%;
}

.txt_mission_hp_esito_invio_form{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_esito_invio_form h1{
  font-size: 2.78vh;
  color: black;
  font-weight: bold;
  padding: 0;
  text-align: center;
}

.txt_mission_hp_esito_invio_form p{
  font-size: 2vh;
  color: black;
}

/* mission_hp_short_cut_pasta_plants */

.mission_hp_short_cut_pasta_plants{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/short_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/short_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_short_cut_pasta_plants::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_short_cut_pasta_plants{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_short_cut_pasta_plants .empty{
	width: 50%;
}

.txt_mission_hp_short_cut_pasta_plants{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_short_cut_pasta_plants h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_short_cut_pasta_plants p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_short_cut_pasta_s_class_plants */

.mission_hp_short_cut_pasta_s_class_plants{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/short_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/short_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_short_cut_pasta_s_class_plants::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_short_cut_pasta_s_class_plants{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_short_cut_pasta_s_class_plants .empty{
	width: 50%;
}

.txt_mission_hp_short_cut_pasta_s_class_plants{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_short_cut_pasta_s_class_plants h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_short_cut_pasta_s_class_plants p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_short_cut_pasta_rotante_plants */

.mission_hp_short_cut_pasta_rotante_plants{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/short_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/short_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_short_cut_pasta_rotante_plants::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_short_cut_pasta_rotante_plants{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_short_cut_pasta_rotante_plants .empty{
	width: 50%;
}

.txt_mission_hp_short_cut_pasta_rotante_plants{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_short_cut_pasta_rotante_plants h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_short_cut_pasta_rotante_plants p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_short_cut_pasta_uni_system_plants */

.mission_hp_short_cut_pasta_uni_system_plants{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/short_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/short_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_short_cut_pasta_uni_system_plants::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_short_cut_pasta_uni_system_plants{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_short_cut_pasta_uni_system_plants .empty{
	width: 50%;
}

.txt_mission_hp_short_cut_pasta_uni_system_plants{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_short_cut_pasta_uni_system_plants h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_short_cut_pasta_uni_system_plants p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_long_cut_pasta_lenta_essiccazione_plants */

.mission_hp_long_cut_pasta_lenta_essiccazione_plants{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/long_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/long_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_long_cut_pasta_lenta_essiccazione_plants::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_long_cut_pasta_lenta_essiccazione_plants{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_long_cut_pasta_lenta_essiccazione_plants .empty{
	width: 50%;
}

.txt_mission_hp_long_cut_pasta_lenta_essiccazione_plants{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_long_cut_pasta_lenta_essiccazione_plants h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_long_cut_pasta_lenta_essiccazione_plants p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_short_cut_pasta_speciale_plants */

.mission_hp_short_cut_pasta_speciale_plants{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/short_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/short_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_short_cut_pasta_speciale_plants::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_short_cut_pasta_speciale_plants{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_short_cut_pasta_speciale_plants .empty{
	width: 50%;
}

.txt_mission_hp_short_cut_pasta_speciale_plants{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_short_cut_pasta_speciale_plants h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_short_cut_pasta_speciale_plants p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_silos_pasta_corta */

.mission_hp_silos_pasta_corta{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/short_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/short_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_silos_pasta_corta::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_silos_pasta_corta{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_silos_pasta_corta .empty{
	width: 50%;
}

.txt_mission_hp_silos_pasta_corta{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_silos_pasta_corta h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_silos_pasta_corta p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}


/* mission_hp_long_cut_pasta_monopiano */

.mission_hp_long_cut_pasta_monopiano{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/long_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/long_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_long_cut_pasta_monopiano::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_long_cut_pasta_monopiano{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_long_cut_pasta_monopiano .empty{
	width: 50%;
}

.txt_mission_hp_long_cut_pasta_monopiano{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_long_cut_pasta_monopiano h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_long_cut_pasta_monopiano p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_long_cut_pasta_plants */

.mission_hp_long_cut_pasta_plants{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/long_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/long_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_long_cut_pasta_plants::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_long_cut_pasta_plants{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_long_cut_pasta_plants .empty{
	width: 50%;
}

.txt_mission_hp_long_cut_pasta_plants{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_long_cut_pasta_plants h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_long_cut_pasta_plants p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_lta_general */

.mission_hp_lta_general{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/cous_cous_background.jpg) no-repeat;*/

  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

.mission_hp_lta_general_nidi{
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0)), url(../../../images/our_range/nidi_background.jpg);
}

.mission_hp_lta_general_cannelloni{
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0)), url(../../../images/our_range/cannelloni_background.jpg);
}

.mission_hp_lta_general_lasagna{
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0)), url(../../../images/our_range/lasagne_background.jpg);
}

.mission_hp_lta_general_short_cut_semi{
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0)), url(../../../images/our_range/short_cut_semi_background.jpg);
}

.mission_hp_lta_general_long_cut_semi{
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0)), url(../../../images/our_range/long_cut_semi_background.jpg);
}

.mission_hp_lta_general_nidi_lasagne{
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0)), url(../../../images/our_range/nidi_lasagne_background.jpg);
}

/*
.mission_hp_lta_general:after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_lta_general{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_lta_general .empty{
	width: 50%;
}

.txt_mission_hp_lta_general{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_lta_general h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_lta_general p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_cous_cous */

.mission_hp_cous_cous{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/cous_cous_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/cous_cous_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_cous_cous:after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_cous_cous{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_cous_cous .empty{
	width: 50%;
}

.txt_mission_hp_cous_cous{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_cous_cous h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_cous_cous p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/* mission_hp_instant_pasta */

.mission_hp_instant_pasta{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/instant_pasta.png) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/instant_pasta.png);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_instant_pasta::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_instant_pasta{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_instant_pasta .empty{
	width: 50%;
}

.txt_mission_hp_instant_pasta{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_instant_pasta h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_instant_pasta p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}


/* mission_hp_plants */

.mission_hp_plants{
	width: 100%;
  height: 100vh;
  background: url(../../../images/slprodotti.png) no-repeat;
  background-position: left 0px;
	background-position: center center;
	position: relative;
	overflow: hidden;
  /*clip-path: ellipse(100% 55% at 48% 44%);*/
}

/*
.mission_hp_plants::after{
	content: '';
	background-image: url('../../../images/lettera_a_black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
  width:30vw;
  height: 55vh;
	pointer-events: none;
  opacity: 0.11;
}
*/

.content_mission_hp_plants{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_plants .empty{
	width: 50%;
}

.txt_mission_hp_plants{
  width: 100%;
  /*padding: 2vh 1vw 0vh 3vw;*/
  /*border-left: 5px solid #DEB887;*/
  /*background: rgba(255, 255,255, 0.8);*/
  /*border-radius: 26px;*/
}

.txt_mission_hp_plants h1{
  font-size: 9vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: 0 0 2vh 0;
  text-align: center;
}

.txt_mission_hp_plants p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
}

/* mission_hp_short_cut_pasta_pastine_plants */

.mission_hp_short_cut_pasta_pastine_plants{
	width: 100%;
  height: 63vh;
  /*background: url(../../../images/our_range/short_pasta_background.jpg) no-repeat;*/
  background-image: linear-gradient(rgb(222, 188, 104),rgba(153,102,51,0.7)), url(../../../images/our_range/short_pasta_background.jpg);
  background-position: left 0px;
	background-position: center center;
  /*background-attachment: fixed;*/
  background-size: cover;

	position: relative;
	overflow: hidden;
}

/*
.mission_hp_short_cut_pasta_pastine_plants::after{
  content: '';
  background-image: url('../../../images/lettera_a_white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  z-index: 9999;
  bottom: -0.5vh;
  right: -6vw;
  width: 30vw;
  height: 55vh;
  pointer-events: none;
  opacity: 0.876;
}
*/

.content_mission_hp_short_cut_pasta_pastine_plants{
	width: 100%;
	margin: 0 auto;
	padding: 23vh 0;
}

.content_mission_hp_short_cut_pasta_pastine_plants .empty{
	width: 50%;
}

.txt_mission_hp_short_cut_pasta_pastine_plants{
  width: 100%;
  padding: 0vh 0vw 0vh 0vw;
}

.txt_mission_hp_short_cut_pasta_pastine_plants h1{
  font-size: 4vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: 0;
  margin: 0wh 0vw 0vh 0vw;
  text-align: center;
  margin: -1vh 2vw -4vh 3vw;
}

.txt_mission_hp_short_cut_pasta_pastine_plants p{
  font-size: 3vh;
  /*color: #965e30;*/
  color: black;
  font-weight: bold;
  padding: -10vh;
  margin: -1wh 0vw 0vh 0vw;
  text-align: center;
  width: 95vw;
}

/*plus hp*/

.plus_hp{
  /*
	width: 80%;
	margin: 0 auto;
	padding: 10vh 0;
  */
  width: 86%;
	margin: 0 auto;
  padding: 7vh 0vw 0vh 0vw;
	/*padding: 10vh 0;*/
}


.txt_plus_hp{
  /*
  width: 45%;
	padding: 0 0 0 2vw;
	margin: 0 auto;
  */
	width: 100%;
	padding: 0 0 0 2vw;
	margin: 0 auto;
	/*border-left: 4px solid #965e30;*/
  /*height: 33vh;*/
}


.txt_plus_hp h1{
	font-size:3vh;
	color: #965e30;
	font-weight: bold;
	padding: 0;
	margin:0 0 2vh 0;
}


.txt_plus_hp p{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  /*
	font-size:1.8vh;
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 1.6;
  */
}

/*plus hp2*/

.plus_hp2{
	width: 80%;
	margin: 0 auto;
	padding: 10vh 0;
}


.txt_plus_hp2{
  width: 82vw;
  margin: auto auto auto auto;
  background: rgba(255, 255,255, 0);
}


.txt_plus_hp2 h1{
  font-size: 7vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  text-align: center;
}


.txt_plus_hp2 p{
	font-size:1.8vh;
	margin: 0;
	padding: 0vh 0vw 0vh 0vw;
	color: #222;
	line-height: 1.6;
}

.txt_plus_hp2 h3{
  font-size: 2vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: 0vh 0vw 6vh 0vw;
  text-align: center;
  line-height: 1.1em;
}

.div_plus_hp2_txt{
  width: 25vw;
  height: 71vh;
  overflow-y: unset;
  text-align: initial;
}

.div_plus_hp2_txt_vertical{
  width: 85vw;
  /*height: 80vh;*/
  overflow-y: unset;
  text-align: initial;
  margin: 0vh 0vw 0vh 3vw;
}

.div_plus_hp2_txt_large{
  width: 79vw;
  /*height: 47vh;*/
  overflow-y: unset;
  text-align: initial;
}

.div_plus_hp2_txt_large_short_cut_pasta_s_class{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_short_cut_pasta_speciale{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_short_cut_pasta_speciale2{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_cous_cous{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_cous_cous2{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_lta_general{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_lta_general2{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_short_cut_pasta{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_short_cut_pasta2{
  width: 84vw;
  /*height: 54vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_long_cut_pasta{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;

}
.div_plus_hp2_txt_large_long_cut_pasta2{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_short_cut_pasta_uni_system{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;

}
.div_plus_hp2_txt_large_short_cut_pasta_uni_system2{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_short_cut_pasta_pastine{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;

}
.div_plus_hp2_txt_large_short_cut_pasta_pastine2{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_long_cut_pasta_lenta_essiccazione{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;

}
.div_plus_hp2_txt_large_long_cut_pasta_lenta_essiccazione2{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_short_cut_pasta_rotante{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;

}
.div_plus_hp2_txt_large_short_cut_pasta_rotante2{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

/*************************************************************************************************************************************/






.div_plus_hp2_txt_large_long_cut_pasta_monopiano{
  width: 84vw;
  /*height: 54vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_long_cut_pasta_monopiano2{
  width: 84vw;
  /*height: 54vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_instant_pasta{
  width: 84vw;
  /*height: 54vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_instant_pasta2{
  width: 84vw;
  /*height: 54vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_instant_pasta{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_silos_pasta_corta{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_silos_pasta_corta2{
  width: 84vw;
  /*height: 124vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_txt_large_at_the_end{
  width: 75vw;
  /*height: 67vh;*/
  overflow-y: unset;
  text-align: initial;

  font-size: 1.8vh;
  color: #222;
  line-height: 1.6;
}

.div_plus_hp2_photo{
  width: 48vw;
  height: 51vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 23px;
}

.div_plus_hp2_photo_big{
  height: 22vh;
  width: 77vw;
  border-radius: 23px;
  margin: 0vh 0vw 0vh 0vw;
  background-size: cover;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_cous_cous{
  height: 13vh;
  width: 94vw;
  margin: 0vh 0vw 2.4vh 0vw;
  /*
  height: 7vh;
  width: 85vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_lta_general{
  height: 15.1vh;
  width: 74vw;
  margin: 0vh 0vw 2.4vh 4vw;
  /*
  height: 13vh;
  width: 94vw;
  margin: 0vh 0vw 2.4vh 0vw;
  */
  /*
  height: 7vh;
  width: 85vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_lta_general2{
  height: 15.1vh;
  width: 74vw;
  margin: 0vh 0vw 2.4vh 4vw;
  /*
  height: 13vh;
  width: 94vw;
  margin: 0vh 0vw 2.4vh 0vw;
  */
  /*
  height: 7vh;
  width: 85vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta{
  height: 20vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta2{
  height: 16vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */

  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_long_cut_pasta_lenta_essiccazione{
  height: 13vh;
  width: 76vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_long_cut_pasta_lenta_essiccazione2{
  height: 8vh;
  width: 79vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */

  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta_rotante{
  height: 11.2vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta_rotante2{
  height: 16vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */

  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta_speciale{
  height: 16.2vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta_speciale2{
  height: 16vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */

  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta_pastine{
  height: 15vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta_uni_system{
  height: 17vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta_uni_system2{
  height: 16vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 18vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */

  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_long_cut_pasta{
  height: 16.1vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 16vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_long_cut_pasta2{
  height: 12.1vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 16vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_long_cut_pasta_monopiano{
  height: 14.1vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 14vh;
  width: 82vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_short_cut_pasta_s_class{
  height: 20vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 19vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_instant_pasta{
  height: 20vh;
  width: 94vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 19vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_big_silos_pasta_corta{
  height: 25vh;
  width: 87vw;
  margin: 1vh 1vw 1vh 4vw;
  /*
  height: 19vh;
  width: 81vw;
  margin: 0vh 0vw 5.4vh 0vw;
  */
  background-size: contain;
  background-repeat: no-repeat;
}

.div_plus_hp2_photo_vertical{
  width: 20.5vw;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 23px;
}

.div_plus_hp2_photo_vertical2{
  width: 29.3vw;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-radius: 23px;
}

.circle_plus{
	width: 80%;
	margin: 6vh auto 0 auto;
}

.item_circle{
  width: 96%;
	text-align: center;
  /*
	width: 30%;
	text-align: center;
  */
}

.item_circle2{
	width: 45%;
	text-align: center;
}

.img_circle{
  /*
	width: 20vw;
	height: 20vw;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease-out;
          			 -moz-transition: all 0.3s ease-out;
          				-ms-transition: all 0.3s ease-out;
          				 -o-transition: all 0.3s ease-out;
          						transition: all 0.3s ease-out;
											filter: brightness(0.8);
											cursor: pointer;
*/
                      width: 62vw;
                    	height: 62vw;
                    	border-radius: 100%;
                    	background-repeat: no-repeat;
                    	background-position: center center;
                    	-webkit-transition: all 0.3s ease-out;
                              			 -moz-transition: all 0.3s ease-out;
                              				-ms-transition: all 0.3s ease-out;
                              				 -o-transition: all 0.3s ease-out;
                              						transition: all 0.3s ease-out;
                    											filter: brightness(0.8);
                    											/*cursor: pointer;*/

}

.low_energy{
	background-image: url(../../../images/our_plus_hp/low_energy.jpg);
	background-size: 110%;

}

.client_oriented{
	background-image: url(../../../images/our_plus_hp/client_oriented.jpg);
	background-size: 100%;

}

.production_line{
	background-image: url(../../../images/our_plus_hp/production_lines.jpg);
	background-size: 100%;
	border: 1px solid #888;

}

.anselmo_key{
	background-image: url(../../../images/Anselmo_original_slogan.png);
	background-size: 115%;

}
.anselmo_key:hover {
  background-size: 124%;
  border: 1px solid #222;
}

.braibanti_key{
	background-image: url(../../../images/Anselmo_braimanti_slogan.png);
	background-size: 115%;

}
.braibanti_key:hover {
  background-size: 124%;
  border: 1px solid #222;
}

.low_energy:hover{
	background-size: 120%;

}

.client_oriented:hover{
	background-size: 110%;

}

.production_line:hover{
	background-size: 110%;
	border: 1px solid #222;

}


.img_circle:hover{
	filter: brightness(1);

}

.item_circle p{
	font-size: 110%;
  color: #222;
	font-weight: bold;
}

.item_circle a{
	color: #222;
	text-decoration: none;
}

.item_circle:hover p{
	color: #965e30;
}

.item_circle a:hover{
	color: #965e30;
	text-decoration: none;
}


/*range hp*/

.range_hp{
	width: 100%;
	/*padding: 5vh 0 18vh 0;*/
	text-align: center;
	background-color: #f5f5f5;
	position: relative;

}

/*
.range_hp::after{
	content: '';
	background-image: url('../../../images/lettera_a_black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
  width:30vw;
  height: 55vh;
	pointer-events: none;
}
*/

.content_range_hp{
  padding-top: 10vh;
}

.range_hp h1{
	font-size:7vh;
	color: #965e30;
	/*font-weight: bold;*/
	/*padding: 0;
	margin:0 0 4vh 0;*/
}

/*range hp2*/

.range_hp2{
	width: 100%;
	/*padding: 12vh 0vw 18vh 0vw;*/
  padding: 1vh 0vw 0vh 0vw;
	text-align: center;
	background-color: #E4E4E4;
	position: relative;
}

/*
.range_hp2::after{
	content: '';
	background-image: url('../../../images/lettera_a_black.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: -0.5vh;
	right: -6vw;
width:30vw;
height: 55vh;
		pointer-events: none;
}
*/

.content_range_hp2{
  padding-top: 8vh;
}

.range_hp2 h1{
	font-size:4vh;
	color: #965e30;
  /*
	font-weight: bolder;
	padding: 0;
	margin: 0vh 0vw 2vh 0vw;
  */
}

.prod_line{
	width: 65vw;
	margin: 0 auto;
	border-radius: 30px;
	height: 55vh;
  overflow: hidden;
  margin-bottom: 10vh;
  position: relative;

  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.attivo.chiaro{
  width: 70vw;
}

.img_back{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-filter: brightness(70%);
  filter: brightness(70%);

  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in-out;
}

.attivo.chiaro .img_back{

  -webkit-filter: brightness(100%);
  filter: brightness(100%);

  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in-out;

  transform: scale(1.1);
}

.short_pasta_plants{
	background-image: url(../../../images/our_range/short_pasta_background.jpg);
}

.long_plants{
	background-image: url(../../../images/our_range/long_pasta_background.jpg);
}

.special_plants{
	background-image: url(../../../images/our_range/special_pasta.jpg);
}

.cous_cous_plants{
	background-image: url(../../../images/our_range/cous_cous_background.jpg);
}

.fen_plants{
	background-image: url(../../../images/our_range/fen_snack.jpg);
}

.omar_plants{
	background-image: url(../../../images/our_range/omar_pasta.jpg);
}

.tit_prod_line{
	position: absolute;
	width: 42vw;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
	background-color: #fff;
	padding: 1vh 2vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;

  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  z-index: 1;
  text-align: center;
  top: 29vh;
}

.attivo > .alzato1
{
  top: 10vh;
  opacity: 0.95;
}
.attivo > .alzato2
{
  top: 10vh;
  opacity: 0.95;
}
.attivo > .alzato3
{
  top: 8vh;
  opacity: 0.95;
}
.attivo > .alzato4
{
  top: 20vh;
  opacity: 0.95;
}
.attivo > .alzato5
{
  top: 22vh;
  opacity: 0.95;
}
.attivo > .alzato6
{
  top: 27vh;
  opacity: 0.95;
}

.more_line{
width: 40%;
	margin: 2vh 0 0 0;
	/*display: block;*/
	padding:2vh 2vw 0 0;
	font-weight: 600;
	color: #222;
  text-align: right;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	position: relative;
  font-style: italic;

}

/*
.more_line:hover, .prod_line:hover .more_line{
	text-decoration: none;
	color: #dc2332;
	-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;

}


.more_line::after {
    content: url('../../../images/arrow_hp.svg');
    position: absolute;
    right: 0.5vw;
    top: 1.6vh;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}



.more_line:hover::after, .prod_line:hover .more_line::after{
 content: url('../../../images/arrow_hp_red.svg');
position: absolute;
  right: 0vw;
 -moz-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 transition: all .2s ease-in;
}
*/



.short_pasta{
	background-image: url(../../../images/our_range/short_pasta.jpg);
}


.long_pasta{
	background-image: url(../../../images/our_range/long_pasta.jpg);
}



.special_pasta{
	background-image: url(../../../images/our_range/special_pasta.jpg);
}


.cous_cous{
	background-image: url(../../../images/our_range/cous_cous.jpg);
}







.tit_prod_line h1{
	font-size:3vh;
	color: #965e30;
	font-weight: bold;
	padding: 0;
	margin:14px 0 -0.5vh 0;
}

.tit_prod_line p{
	font-size:1.6vh;
	color: #222;
	padding: 0;
	margin:0 0 1vh 0;
}



/*location hp*/

#map_canvas {
    width: 100%;
    height: 80vh;
}



/*servizio clienti*/

.servizio_clienti{
	width: 100%;
	background: url(../../../images/back_servizio_clienti.jpg) no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
	height: 80vh;

}


/*
.servizio_clienti::after{
	content: '';
	background-image: url('../../../images/lettera_a_white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	position: absolute;
	z-index: 9999;
	bottom: 0;
	right: -8vw;
width:30vw;
height: 35vh;
opacity: 0.2;
		pointer-events: none;
}
*/


.content_servizio_clienti{
	width: 80%;
	margin: 0 auto;
	padding: 20vh 0;
}

.content_servizio_clienti .empty{
	width: 50%;
}

.txt_servizio_clienti{
	width: 45%;
	padding: 0 0 0 0;
/*border-left: 4px solid #965e30;*/
}


.txt_servizio_clienti h1{
	font-size:7vh;
	color: #965e30;
	font-weight: bold;
	padding: 0;
	margin:0 0 8vh 0;
	text-align: center;
	position: relative;
}
/*
.txt_servizio_clienti h1::before{
	content: '';
	width: 4px;
	height: 8vh;
	background-color: #965e30;
	margin-right: 2vw;
	position: absolute;
	left: 2vw;
	top: 1vh;
}*/


.txt_servizio_clienti p{
	font-size:1.6vh;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6;
}

.txt_servizio_clienti a{
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1.6;
	text-decoration: none;
}

.txt_servizio_clienti a:hover{
	color: #965e30;
}


.box_contatti_servizio{
	width: 100%;
	text-align: center;
}


.box_contatti_servizio div{
	width: 33%;
}

.box_contatti_servizio img{
	height: 8vh;
}



/*------------------------------------------------------------------
[ CLASSI AGGIUNTE PER IL SITO PRINCIPALE ]*/

.container_etichette{
	position: relative;
	top:0;
	left:0;
	height: 100%;
	background-color: #000;
}

.container_etichette_braibanti{
	position: relative;
	top:0;
	left:0;
	height: 100%;
	background-color: #EDEDED;
}
.container_etichette_company_profile{
	position: relative;
	top:0;
	left:0;
	height: 100%;
	background-color: #EDEDED;
}

#sfondo_base{
	position:relative;
width:100%;
height:100%;
top:0;
    overflow: hidden;
	opacity:1;
background-color:#000;
}

.sfondo_etichetta{
width:100vw;
height:100vh;
position:absolute;
top:0;
margin-left:0vw;
opacity:0;
overflow:hidden;
background-color:#000;
/*border-left:4px solid #dedede;
border-right:4px solid #dedede;*/
transform:translateZ(0) scaleX(0.0);
transition: all 0.3s ease-out;
}



.allarga{
opacity:1;
background-color:#000;
border-left:4px solid transparent;
border-right:4px solid transparent;
transform:translateZ(0) scaleX(1);
}


.sfondo_etichetta_interno{
	height:100vh;
	width:100%;
	opacity:0;
	background-size: cover;
background-position:center center;
background-repeat:no-repeat;
transition: all 2.5s ease-out 0.3s;
z-index:-1;
background-color:#fff;
filter: blur(5px) !important;
-webkit-filter: blur(5px) !important;

}

.posiziona_interno{
	filter: blur(0px) !important;
		-webkit-filter: blur(0px) !important;
-webkit-filter: brightness(1);
filter: brightness(1);
	opacity:1;
	transform:scale(1.05)
}

.intest_technology {
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		width: 100%;
		height: 101vh;
}

.cerchio_rep {
    width: 67vw;
    height: 67vw;
    border-radius: 50%;
    margin: 1.456vh 0vw 4.234vh 4.244vw;
    /*margin: 3vh 22vw 19vh 1vw;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    /*
    animation-name: pulsar_cerchio;
    animation-duration: 4s;
    animation-delay: 0.1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    */
}
/*
@keyframes pulsar_cerchio {
  0%   {
        transform:scale(1);
      opacity:1;
    }
      6%   {
        transform:scale(1);
      opacity:1;
    }

    10% {
        transform:scale(0.99);
      opacity:1;
    }
        14% {
        transform:scale(1);
      opacity:1;
    }
    100% {
        transform:scale(1);
      opacity:1;
    }
}
*/

/*
.pulsar::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 28vw;
    height: 28vw;
    border-radius: 50%;
    border: 6px solid burlywood;
    animation-name: pulsar;
    animation-duration: 4s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    opacity:0;
}
*/
/*
.pulsar::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: -4px;
    width: 28vw;
    height: 28vw;
    border-radius: 50%;
    border: 4px solid burlywood;
    animation-name: pulsar;
    animation-duration: 4s;
    animation-delay: 0.7s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    opacity:0;
}
*/

/*
@keyframes pulsar {
  0%   {
	transform:scale(1);
      opacity:0;
    }

  0.5%   {
        transform:scale(1);
      opacity:1;
    }

    25% {
	transform:scale(1.5);
      opacity:0;
    }
    100% {
	transform:scale(1.5);
      opacity:0;
    }
}
*/
.cerchio_rep2 {
    width: 28vw;
    height: 28vw;
    border-radius: 50%;
    margin: 3vh 25vw 31vh -2vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    opacity: 0.5;
    /*
    animation: rotativation 68s infinite linear;
    */
}

/*
@keyframes rotativation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
*/
.empty_space
{
	width: 100%;
	height: 1vh;
	padding: 1vh 1vw 1vh 1vw;
}
.empty_space3
{
	width: 100%;
	height: 3vh;
	padding: 1vh 1vw 1vh 1vw;
}
.empty_space15
{
	width: 100%;
	height: 15vh;
	padding: 1vh 1vw 1vh 1vw;
}
.empty_space6
{
	width: 100%;
	height: 6vh;
	padding: 1vh 1vw 1vh 1vw;
}
.empty_space16
{
	width: 100%;
	height: 16vh;
	padding: 1vh 1vw 1vh 1vw;
}
.empty_space2
{
	width: 100%;
	height: 2vh;
	padding: 1vh 1vw 1vh 1vw;
}
.empty_space9
{
	width: 100%;
	height: 9vh;
	padding: 1vh 1vw 1vh 1vw;
}

.choose_logos
{
  height: auto;
  max-width: 100%;
  width: 44vw;
  /*
  height: auto;
  max-width: 100%;
  width: 10vw;
  */
}

.choose_logone
{
  /*width:65vw;*/
  width:51vw;
  align-self: start;
  text-align: left;
}

.choose_txt
{
  font-size: 0.9em;
  line-height: 1.3em;
  color: #DC2332;
  font-weight: bold;
  font-style: italic;
  text-align: left;
}

.choose_txt_sub{
  font-size: 1em;
  line-height: 1.2em;
  border-left: 3px solid #DEB887;
  text-align: left;
  font-weight: bold;
  height: 8vh;
  line-height: 35px;
  width: 69vw;
  margin-bottom: 1vh;
  cursor: pointer;
}

.choose_txt_sub:hover{
    content: '';
    -webkit-animation-name: border;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: lenear;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes border {
  0%
     {
        border-left: 3px solid #DEB887;

    }
    33%
       {
          border-left: 4px solid #DEB887;

      }
      66%
         {
            border-left: 5px solid #DEB887;

        }
    100% {
      border-left: 6px solid #DEB887;

    }
}
.choose_txt_sub_i{
  font-size: 0.634em;
  line-height: 1.3em;
  text-align: left;
  font-style: italic;
  margin: auto auto auto 3vw;
}

.choose_txt_sub2{
  font-size: 0.963em;
  line-height: 1.2em;
  border-left: 3px solid #DEB887;
  text-align: left;
  font-weight: bold;
  height: 4vh;
  line-height: 35px;
  width: 69vw;
  margin-bottom: 1vh;
  cursor: pointer;
}

.choose_txt_sub2:hover{
    content: '';
    -webkit-animation-name: border2;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: lenear;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes border2 {
  0%
     {
        border-left: 3px solid #DEB887;

    }
    33%
       {
          border-left: 4px solid #DEB887;

      }
      66%
         {
            border-left: 5px solid #DEB887;

        }
    100% {
      border-left: 6px solid #DEB887;

    }
}
.choose_txt_sub_i2{
  font-size: 0.6em;
  line-height: 0.3em;
  text-align: left;
  font-style: italic;
}

.choose_txt_sub2b{
  font-size: 0.963em;
  line-height: 1.2em;
  border-left: 3px solid #DEB887;
  text-align: left;
  font-weight: bold;
  height: 4vh;
  line-height: 35px;
  width: 69vw;
  margin-bottom: 1vh;
  cursor: pointer;
}

.choose_txt_sub2b:hover{
    content: '';
    -webkit-animation-name: border2b;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: lenear;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes border2b {
  0%
     {
        border-left: 3px solid #DEB887;

    }
    33%
       {
          border-left: 4px solid #DEB887;

      }
      66%
         {
            border-left: 5px solid #DEB887;

        }
    100% {
      border-left: 6px solid #DEB887;

    }
}

.choose_txt_sub2bb{
  font-size: 0.963em;
  line-height: 1.2em;
  border-left: 3px solid #DEB887;
  text-align: left;
  font-weight: bold;
  height: 4vh;
  line-height: 35px;
  width: 60vw;
  margin-bottom: 1vh;
  cursor: pointer;
}

.choose_txt_sub2bb:hover{
    content: '';
    -webkit-animation-name: border2bb;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: lenear;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes border2bb {
  0%
     {
        border-left: 3px solid #DEB887;

    }
    33%
       {
          border-left: 4px solid #DEB887;

      }
      66%
         {
            border-left: 5px solid #DEB887;

        }
    100% {
      border-left: 6px solid #DEB887;

    }
}

.choose_txt_sub_i2b{
  font-size: 0.6em;
  line-height: 0.3em;
  text-align: left;
  font-style: italic;
}

.choose_txt_sub3{
  font-size: 1.23em;
  line-height: 1.2em;
  border-left: 3px solid #DEB887;
  text-align: left;
  font-weight: bold;
  height: 8vh;
  line-height: 35px;
  width: 76vw;
  margin-bottom: 2.91vh;
  cursor: pointer;
}

.choose_txt_sub3:hover{
    content: '';
    -webkit-animation-name: border3;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: lenear;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes border3 {
  0%
     {
        border-left: 3px solid #DEB887;

    }
    33%
       {
          border-left: 4px solid #DEB887;

      }
      66%
         {
            border-left: 5px solid #DEB887;

        }
    100% {
      border-left: 6px solid #DEB887;

    }
}
.choose_txt_sub_i3{
  font-size: 0.6em;
  line-height: 1.3em;
  text-align: left;
  font-style: italic;
  margin: auto auto auto 3vw;
}

.carosello_foto_orizzontali_container {

}

.carosello_foto_orizzontali {
  background-repeat: no-repeat;
  background-size: cover;
  height: 34vh;
  width: 45vw;
  border-radius: 23px;
  margin: 0vh 0vw 0vh 0vw;
  background-position-y: center;
}

.production_table_table{
/*  width: 61vw;*/
  width: 82vw;
  border-collapse: collapse;
}

.production_table_th_left{
  font-size: 1.5vh;
  color: black;
  font-weight: bold;
  text-align: left;

  /*border: 2px solid white;*/
  /*border: 1px solid black;*/
  border-collapse: collapse;
  padding: 1.2vh 1vw 1vh 1vw;

  background-color: #adaead;
  /*background: rgba(0, 0, 0, 0.289);*/
}

.production_table_th_center{
  font-size: 1.5vh;
  color: black;
  font-weight: bold;
  text-align: center;

  /*border: 2px solid white;*/
  /*border: 1px solid black;*/
  border-collapse: collapse;
  padding: 1.2vh 1vw 1vh 1vw;

  background-color: #adaead;
  /*background: rgba(0, 0, 0, 0.289);*/
}

.production_table_td_left{
  font-size: 1.5vh;
  color: black;
  text-align: left;

  border-right: 2px solid white;
  /*border: 2px solid white;*/
  /*border: 1px solid black;*/
  border-collapse: collapse;
  padding: 1.2vh 1vw 1vh 1vw;
}

.production_table_td_center{
  font-size: 1.5vh;
  color: black;
  text-align: center;

  border-right: 2px solid white;
  /*border: 2px solid white;*/
  /*border: 1px solid black;*/
  border-collapse: collapse;
  padding: 1.2vh 1vw 1vh 1vw;
}

.production_table_background_1
{
  background-color: #E3E3E3;
  /*background: rgba(0, 0, 0, 0.111);*/
}
.production_table_background_2
{
  background-color: #B6B6B6;
  /*background: rgba(0, 0, 0, 0.287);*/
}

.mini_title{
  font-size: 1.4em;
  color: #965e30;
}

.mini_title_main{
  font-size: 1.8em;
  /*color: black;*/
  color: #4F4F4F;
  font-style: italic;
  padding: 0vh 0vw 5.101vh 0vw;
}

.logo_pasta_plants{
  width: 58vw;
}

.logo_pasta_plants_esito_invio_form{
  width: 44vw;
}

.tableFixHead {
  overflow-x:auto;
  overflow-y: auto;
  height: 48vh;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
}

.carosello_foto_verticali_container
{

}
.carosello_foto_verticali {

}
.carosello_foto_orizzontali_container {

}
.carosello_foto_orizzontali {
  height: 32vh;
  width: 77vw;
	border-radius: 5%;

	margin: 0vh 0vw 0vh 2vw;
}



.container_plants_mobile_long_cut_pasta {
  position: relative;
  width: 86vw;
  margin: 0 auto;
  padding: 4vh 0vw 4vh 0vw;
}

/*
.container_plants_mobile_long_cut_pasta::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../../images/our_range/long_pasta_background.jpg);
  opacity: 0.2;
  content: "";
  z-index: -1;
  border-radius: 23px;
  background-size: cover;
}
*/
.container_plants_mobile_title_long_cut_pasta{
  font-size: 3.7vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0vh 0;
  /*font-family: 'Gotham', sans-serif !important;*/
}
.container_plants_mobile_subtitle_long_cut_pasta{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-weight: bold;
}
.container_plants_mobile_subtitle2_long_cut_pasta{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-style: italic;
}




.container_plants_mobile_short_cut_pasta {
  position: relative;
  width: 86vw;
  margin: 0 auto;
  padding: 4vh 0vw 4vh 0vw;
}

/*
.container_plants_mobile_short_cut_pasta::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../../images/our_range/short_pasta_background.jpg);
  opacity: 0.2;
  content: "";
  z-index: -1;
  border-radius: 23px;
  background-size: cover;
}
*/

.container_plants_mobile_title_short_cut_pasta{
  font-size: 3.7vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0vh 0;
}
.container_plants_mobile_subtitle_short_cut_pasta{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-weight: bold;
}
.container_plants_mobile_subtitle2_short_cut_pasta{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-style: italic;
}


.container_plants_mobile_special_pasta {
  position: relative;
  width: 86vw;
  margin: 0 auto;
  padding: 4vh 0vw 4vh 0vw;
}
/*
.container_plants_mobile_special_pasta::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../../images/our_range/special_pasta.jpg);
  opacity: 0.2;
  content: "";
  z-index: -1;
  border-radius: 23px;
  background-size: cover;
}
*/
.container_plants_mobile_title_special_pasta{
  font-size: 3.7vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0vh 0;
}
.container_plants_mobile_subtitle_special_pasta{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-weight: bold;
}
.container_plants_mobile_subtitle2_special_pasta{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-style: italic;
}


.container_plants_mobile_cous_cous {
  position: relative;
  width: 86vw;
  margin: 0 auto;
  padding: 4vh 0vw 4vh 0vw;
}
/*
.container_plants_mobile_cous_cous::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../../images/our_range/cous_cous_background.jpg);
  opacity: 0.2;
  content: "";
  z-index: -1;
  border-radius: 23px;
  background-size: cover;
}
*/
.container_plants_mobile_title_cous_cous{
  font-size: 3.7vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0vh 0;
}
.container_plants_mobile_subtitle_cous_cous{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-weight: bold;
}
.container_plants_mobile_subtitle2_cous_cous{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-style: italic;
}

.container_plants_mobile_insilaggio {
  position: relative;
  width: 86vw;
  margin: 0 auto;
  padding: 4vh 0vw 4vh 0vw;
}
/*
.container_plants_mobile_insilaggio::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../../images/our_range/cous_cous_background.jpg);
  opacity: 0.2;
  content: "";
  z-index: -1;
  border-radius: 23px;
  background-size: cover;
}
*/
.container_plants_mobile_title_insilaggio{
  font-size: 3.7vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0vh 0;
}
.container_plants_mobile_subtitle_insilaggio{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-weight: bold;
}
.container_plants_mobile_subtitle2_insilaggio{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-style: italic;
}

.container_plants_mobile_fen {
  position: relative;
  width: 86vw;
  margin: 0 auto;
  padding: 4vh 0vw 4vh 0vw;
}
/*
.container_plants_mobile_fen::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../../images/our_range/fen_snack.jpg);
  opacity: 0.2;
  content: "";
  z-index: -1;
  border-radius: 23px;
  background-size: cover;
}
*/
.container_plants_mobile_title_fen{
  font-size: 3.7vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0vh 0;
}
.container_plants_mobile_subtitle_fen{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-weight: bold;
}
.container_plants_mobile_subtitle2_fen{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-style: italic;
}


.container_plants_mobile_omar {
  position: relative;
  width: 86vw;
  margin: 0 auto;
  padding: 4vh 0vw 4vh 0vw;
}
/*
.container_plants_mobile_omar::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../../images/our_range/omar_pasta.jpg);
  opacity: 0.2;
  content: "";
  z-index: -1;
  border-radius: 23px;
  background-size: cover;
}
*/
.container_plants_mobile_title_omar{
  font-size: 3.7vh;
  color: #965e30;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0vh 0;
}
.container_plants_mobile_subtitle_omar{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-weight: bold;
}
.container_plants_mobile_subtitle2_omar{
  font-size: 1.8vh;
  margin: 0;
  padding: 0;
  color: #222;
  line-height: 1.6;
  font-style: italic;
}


/* MENU - inizio*/

.topnav {
  overflow: hidden;
  position: fixed;
  top: 0vh;
  z-index: 9999999999999999999999999999;
  background-color: white;
  width: 100vw;
  padding: 1vh 0vw 0.1vh 0vw;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  /*color: #965E30;*/
  text-align: start;
  /*padding: 14px 14px 2px 22px;*/
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: silver;
}

.topnav a.active {
  color: #261A11;
}

.topnav_logo_anselmo {
  width: 36vw;
}
.topnav_spazio {
  width: 15.8vw;
}
.topnav_menu {
  width: 44.2vw;
  float: right;text-align: right;
}
.topnav_menu.english_menu {
  width: 44.2vw;
  float: right;text-align: right;
}
.topnav_spazio_2 {
  width: 0vw;
}

.topnav_mobile{
  width: 87vw;
  text-align: end;
}

.topnav .icon {
  display: none;
}

.img_logo_wid{
  width: 71vw;
  position: relative;
  left: 31vw;
  top: 4px;

  opacity: 0 !important;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
       transition: all 0.5s ease-out;
}

.attiva_img_logo_wid{
  opacity: 1 !important;
}

@media screen and (max-width: 850px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 850px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive {
    height: 47vh;
  }
}

.fa-bars {
  /*
  background-image: url(../../../images/menu_icon.svg);
  width: 14vw;
  height: 5vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: initial;
  */
  background-image: url(../../../images/menu_icon.svg);
  width: 9vw;
  height: 1.6vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: initial;
  margin: 1.5vh;
}

@media screen and (min-width: 851px) {
  .img_logo_wid{
    width: 11vw;
  }
}

@media screen and (max-width: 850px) {
  .img_logo_wid{
    width: 40vw;
  }
  .img_language{
    opacity: 0;
  }
}

.close-vertical {
    cursor: pointer;
    width: 86%;
    padding: 0vh 1vw 0vh 1vw;
    margin: 10px;
    background-color: white;
}
.close-vertical h2 {
	 color: #222;
   font-size: 80%;
	 padding: 0;
   right: 0;
   font-weight: 600;
	 text-transform: uppercase;
   text-align: center;
}
.close-vertical:hover {
	 background-color: #202052;
	 color: #fff;
}
.close-vertical:hover h2 {
   color: #fff;
}

.menu_chiuso {
  position: fixed;
  top: 5vh;
  left: 38.7vw;
  z-index: -8888888888;
  background-color: white;
  padding: 4vh 18vw 5vh 12vw;
  line-height: 2em;
  background-color: #eaeded;

  opacity: 0;
  /*
  -webkit-transform: translateX(40px);
     -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
       -o-transform: translateX(40px);
          transform: translateX(40px);
          */
          -webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
             -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
              -ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
               -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
                  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.menu_aperto{
  z-index: 9999999999999999999999999999999;
  background-color: #eaeded;

  opacity: 1;
  /*
  -webkit-transform: translateX(-201px);
     -moz-transform: translateX(-201px);
      -ms-transform: translateX(-201px);
       -o-transform: translateX(-201px);
          transform: translateX(-201px);
          */
          -webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
             -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
              -ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
               -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
                  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.menu_chiuso2 {
  position: fixed;
  top: 5vh;
  left: 90vw;
  z-index: -8888888888;
  background-color: white;
  padding: 1vh 1vw 0.5vh 1vw;
  line-height: 2em;
  background-color: #eaeded;

  opacity: 0;
  /*
  -webkit-transform: translateX(40px);
     -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
       -o-transform: translateX(40px);
          transform: translateX(40px);
          */
          -webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
             -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
              -ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
               -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
                  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.menu_chiuso2_english {
  position: fixed;
  top: 5vh;
  left: 90vw;
  z-index: -8888888888;
  background-color: white;
  padding: 1vh 1vw 0.5vh 1vw;
  line-height: 2em;
  background-color: #eaeded;

  opacity: 0;
  /*
  -webkit-transform: translateX(40px);
     -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
       -o-transform: translateX(40px);
          transform: translateX(40px);
          */
          -webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
             -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
              -ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
               -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
                  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.menu_aperto2{
  z-index: 9999999999999999999999999999999999999999999;
  background-color: #eaeded;

  opacity: 1;
  /*
  -webkit-transform: translateX(-201px);
     -moz-transform: translateX(-201px);
      -ms-transform: translateX(-201px);
       -o-transform: translateX(-201px);
          transform: translateX(-201px);
          */
          -webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
             -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
              -ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
               -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
                  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

/* MENU - fine*/

.font_piccolo_contact_us
{
  font-size: 0.9em;
}

.font_grande_contact_us
{
  font-size: 2.488vh;
  color: black;
}

/* footer */

.foot{
  background-color: #EDEDED;
  width: 100%;
  height: 70vh;
}

.txt_foot{
  margin: 0vh 0vw 0vh 5vw;
}

.foot_color{
  color: #7A7A7A;
  line-height: 1.5em;
  margin: 0.3em;
  font-size: 0.8456em;
}

.contenitore_multi_video{
  width: 96vw;
  margin: 0 auto;
}

.contenitore_video{
  margin: 2vh 0vw 2vh 0vw;
}

.contenitore_video_sub{
  /*background-color: black;*/
  /*width: 89vw;*/
  /*height: 25vh;*/
}

.contenitore_video_sub video{
  /*background-color: black;*/
  width: 89vw;
  height: 25vh;
}

.contenitore_testo{
  text-align: left;
}

.contenitore_testo h2{
  text-align: left;
  font-size: 1.141em;
}

.contenitore_testo h3{
  text-align: left;
  margin-top: -2vh;
  padding: 1vh 0vw 0vh 0vw;
  font-size: 0.987em;
}

.certificati_div{
  width: 44vw;
  border: solid 1px burlywood;
  padding: 2vh 1vw 2vh 1vw;
  margin: 0.1vh 2.3vw 4.1vh 2.3vw;
  border-radius: 11px;
  cursor: pointer;

  transition: all 0.3s ease-in;
}
.certificati_div:hover{
  border: solid 1px red;
  /*transform: scale(1.1);*/
  transition: all 0.3s ease-in;
}
