/*
Theme Name: MCZ Template
Author: Fluidsoft Team
Author URI: https://www.fluidsoft.it/
Description: Template creato e ottimizzato appositamente per MCZ Group s.p.a.
Version: 1.0
Text Domain: MCZ Template
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@charset "utf-8";


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	/* overflow-y: scroll; */
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: Helvetica, Arial;
}

html,
button,
input,
select,
textarea {
	/*font-family: "Source Sans Pro", Helvetica, sans-serif;*/
}

body {
	/*color: #141412; */
	color: #596168;
	line-height: 1.5;
	margin: 0;
	/* overflow-x: hidden; */
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	color: #000;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-family: Bitter, Georgia, serif;*/
	/*line-height: 1.3;*/
}
/*
h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-family: Helvetica;
	font-size: 15px;
	line-height: 17px;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}
*/
address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	/*margin: 0 0 24px;*/

}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/* 2021 */
div.logo img {width: 114px; height: 34px}
img.menu-open {width: 45px; height: 33px;}
.about-icons img {width: 124px;height:34px}
/*menu con aggiunta caldaie 03062021 E 21062021*/
#menu-item-49803 > a:nth-child(1){padding-top:20px !important; font-weight: bold !important; } /*ITA*/
#menu-item-49894 > a:nth-child(1){padding-top:44px !important; font-weight: bold !important; } /*ENG*/
#menu-item-49897 > a:nth-child(1){padding-top:44px !important; font-weight: bold !important; } /*FRA*/
#menu-item-49899 > a:nth-child(1){padding-top:44px !important; font-weight: bold !important; } /*DEU*/
#menu-item-49901 > a:nth-child(1){padding-top:44px !important; font-weight: bold !important; } /*ESP*/
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: none;
}

/* Buttons */
/*button,*/
input[type="submit"],
/*input[type="button"],*/
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {/*
	background: #ed6a31; /* Old browsers
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {/*
	background: #d94412;
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%);*/
	border: none;/*
	border-top: 3px solid #b93207;*/
	/*padding: 10px 24px 11px;*/
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


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

.main-navigation {
	clear: both;
	margin: 0 auto;
	/*max-width: 1056px;*/
	/*max-width: 996px;*/
	max-width: 1036px;
	/*min-height: 45px;*/
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	/*padding: 0 40px 0 0;*/
}

.nav-menu li {
	/*display: inline-block;
	position: relative;*/
	float: left;
}

.nav-menu li a {
	color: #141412;
	display: block;
	line-height: 1;
	margin: 10px 40px 10px 0;
	text-decoration: none;
	font-size: 16px;
}

.nav-menu > li > a {
	font-weight: 900;
}
.nav-menu > li.current_page_item > a,
.nav-menu > li.current_page_item > a:hover,
.nav-menu > li.current_page_item > a:focus,
.nav-menu > li.current_page_item:hover > a,
.nav-menu > li.current_page_item:focus > a,
.nav-menu > li.current-page-ancestor > a,
.nav-menu > li.current-page-ancestor > a:hover,
.nav-menu > li.current-page-ancestor > a:focus,
.nav-menu > li.current-page-ancestor:hover > a,
.nav-menu > li.current-page-ancestor:focus > a{
	color: #000000;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #5f6468;
	font-size: 16px;
}

.nav-menu .sub-menu,
.nav-menu .children {
	border-top: 0;
	padding: 0;
	margin-bottom: 20px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.nav-menu .sub-menu li{
	float: none;
	margin-top: 5px;
}

.nav-menu .sub-menu li a{
	font-size: 14px;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	padding: 0;
	width: 150px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: transparent;
	text-decoration: underline;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1056px;
	/*padding: 0 376px 0 60px;*/
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {/*
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;*/
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #000;
	color: #596168;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #000;
	color: #596168;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {/*
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;*/
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


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

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}
/*
.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}*/

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

/* MODIFICHE SEO 2020 */
.titolo-8 h2 {color: #85909b;font-size: 25px;margin-bottom: 24px !important;}
.testo-h3 h3, .testo-h3 {font-size: 17px;line-height: 24px;font-weight: bold;}


/******************************/
/********* FLUIDSOFT **********/
/******************************/
h1{font-family: Helvetica, Arial; font-size: 37px; line-height: 38px; margin: 0;}
h2{font-family: Helvetica, Arial; font-size: 37px; line-height: 38px;}
h3{font-family: Helvetica, Arial; font-size: 33px; line-height: 25px; margin: 0;}
h4{font-family: Helvetica, Arial; font-size: 20px; line-height: 33px; margin: 0;}
h5{font-family: Helvetica, Arial; font-size: 15px; line-height: 17px; margin: 0;}
h6{font-family: Helvetica, Arial; font-size: 13px; line-height: 15px; margin: 0;}

.titolo-1{font-family: Helvetica, Arial; font-size: 15px; line-height: 15px;}
.titolo-2{font-family: Helvetica, Arial; font-size: 20px; line-height: 20px;}
.titolo-3{font-family: Helvetica, Arial; font-size: 12px; line-height: 12px;}
.titolo-4{font-family: Helvetica, Arial; font-size: 15px; line-height: 15px;}
.titolo-5{font-family: Helvetica, Arial; font-size: 13px; line-height: 13px;}
.titolo-6{font-family: Helvetica, Arial; font-size: 23px; line-height: 23px; font-weight: 900;}
.titolo-7{font-family: Helvetica, Arial; font-size: 23px; line-height: 23px;}
.titolo-8{font-family: Helvetica, Arial; font-size: 20px; line-height: 26px; font-weight: bold; margin-top:0px; margin-bottom:5px}
.titolo-9{font-family: Helvetica, Arial; font-size: 20px; line-height: 26px; font-weight: bold; margin-top:10px; margin-bottom:5px}
.titolo-10{font-family: Helvetica, Arial; font-size: 16px; line-height: 16px; font-weight: 900; margin-bottom: 15px}


.testo-1{font-family: Helvetica, Arial; font-size: 12px; line-height: 12px;}
.testo-2{font-family: Helvetica, Arial; font-size: 12px; line-height: 17px;}
.testo-3{font-family: Helvetica, Arial; font-size: 15px; line-height: 17px;}
.testo-4{font-family: Helvetica, Arial; font-size: 12px; line-height: 12px;}
.testo-5{font-family: Helvetica, Arial; font-size: 13px; line-height: 12px;}
.testo-6{font-family: Helvetica, Arial; font-size: 15px; line-height: 12px;}
.testo-7{font-family: Helvetica, Arial; font-size: 20px; line-height: 26px; font-weight: lighter;}
.testo-8{font-family: Helvetica, Arial; font-size: 20px; line-height: 23px;}
.testo-9{font-family: Helvetica, Arial; font-size: 20px;}
.testo-10{font-family: Helvetica, Arial; font-size: 10px;}
.testo-11{font-family: Helvetica, Arial; font-size: 13px; line-height: 15px;}
.testo-12{font-family: Helvetica, Arial; font-size: 11px; line-height: 11px;}


.blocco-titolo{padding: 20px 30px; background: rgba(48, 63, 81, 0.67); color: #FFF;}


.hidden{display: none;}
.site{max-width: 100%; border: 0;}
.entry-content{ /*margin-top: 79px;*/}
.wpb_row{margin-bottom: 0px !important;}
.vc_row{margin-left: 0 !important; margin-right: 0 !important;}
p{margin: 0;}
#breadcrumbs{margin: 0 1% 25px 1%; text-transform: lowercase; color: #596168; font-size: 12px; line-height: 18px; font-weight: lighter;}
#breadcrumbs a {color: #596168; font-weight: bold;}
#breadcrumbs span span span a {color: #596168; font-weight: lighter;}
#breadcrumbs::first-letter {text-transform: uppercase;}
.breadcrumbs {margin: 0; text-transform: lowercase; color: #596168; font-size: 12px; line-height: 18px; font-weight: lighter;}
.breadcrumbs a {color: #596168; font-weight: bold;}
.breadcrumbs span a {font-weight: lighter;}
.breadcrumbs::first-letter {text-transform: uppercase;}
.highlight{background-color: #FF0;}
input, select{border-radius: 0px !important; -moz-border-radius: 0px !important; -webkit-border-radius: 0px !important;}
.site-main a {text-decoration:underline;}
.site-main a:hover {color:#ed1b2d ;}



/*****************/
/**** TOOLTIP ****/
.tip-twitter{z-index:1000; font-size: 12px; text-align:left; padding: 10px 10px; max-width:200px; color:#fff; background-color:#000;}
.tip-twitter .tip-arrow-bottom{margin-top: 0; margin-top: -10px; top:100%; left: 0; width: 15px; height: 30px; background:url(js/poshytip/tip-mcz/tooltip-left.png) no-repeat;}
.tip-twitter .tip-arrow-top{margin-top: -20px; margin-left: 0px; top: 0; left: 0%; width: 15px; height: 30px; background: url(js/poshytip/tip-mcz/tooltip-up.png) no-repeat;}
/*.tip-twitter .tip-arrow-right{margin-top:-4px;margin-left:0;top:50%;left:100%;width:5px;height:9px;background:url(js/poshytip/tip-twitter-p/tip-twitter_arrows.gif) no-repeat -9px 0}
.tip-twitter .tip-arrow-left{margin-top:-4px;margin-left:-5px;top:50%;left:0;width:5px;height:9px;background:url(js/poshytip/tip-twitter-p/tip-twitter_arrows.gif) no-repeat -27px 0}*/
/**** TOOLTIP ****/
/*****************/


/***** TESTO SLIDER *****/
.tp-caption{color: #fff !important; background-color: rgba(48,63,81,.67);}
.tp-caption h2{margin: 0 0 30px 0;}
.tp-caption h5{margin: 0;}
.tp-caption h5 {white-space: normal;}
.homepage .tp-caption{padding: 30px; width: 292px; height: 300px;}
.tp-caption .scopri a{color:#fff;}
.tp-caption .scopri {background: url(images/arrow-dot.png) no-repeat; padding-left: 35px !important; background-size: contain; margin-top:15px !important; }
.pagine-seo .tp-caption{padding: 30px; width: 292px; height: 410px;}

.tp-caption a {color: #ffffff;}
.tp-caption h1{margin: 0px; font-size: 46px; line-height: 50px; white-space: normal; height: 100%}
.tp-caption h2{margin: 0px; font-size: 46px; line-height: 50px; white-space: normal; height: 100%}
.tp-caption h5 {white-space: normal; position: absolute; width: 417px; bottom: 20px; margin-top:10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 17px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important;}
.tp-caption h5 a{white-space: normal; color:#fff; text-transform: uppercase; text-decoration: none; letter-spacing: 0.5px !important;}
.wpb_revslider_element .tp-caption {top: 100px !important;}
.wpb_revslider_element .tp-resizeme {margin-top: 100px; margin-left: -44px; padding: 25px 25px 20px 25px; width: 467px; height: 340px; overflow: hidden;}
.tp-rightarrow.default {background: url(images/freccia-dx.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 70px; height: 80px;}
.tp-leftarrow.default {background: url(images/freccia-sx.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 70px; height: 80px;}

/***** TENDINA LINGUA FOOTER *****/
/* #lang_sel li{width: 35px;}
#lang_sel a.lang_sel_sel {color: #FFF; background-color: transparent;}
#lang_sel a, #lang_sel a:visited{border: 0; padding-left: 0;} */


/****************************/
/**** HEADER E MAIN MENU ****/
.site-header{width: 100%; min-height: 120px; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3); position: fixed; top: 0; background-color: #fff; z-index: 10005;}
.site-header .logo{float: left;}
.site-header .navbar{margin: 20px auto;}
.site-header .nav-menu{float: right; color: #FFF; font-family: Helvetica, Arial; font-size: 15px;}
.site-header .nav-menu > ul{padding: 2px 0 0 25px;}
.site-header .nav-menu a{color: #5f6468;}
.site-header .nav-menu > li > a {margin: 10px 0 10px 25px;}
.site-header .nav-menu .sub-menu{position: absolute; font-family: Helvetica, Arial; font-size: 12px; margin-bottom: 0;}
.site-header .nav-menu .sub-menu > li > a {margin: 0 0 0 25px;}
.site-header .header-container{width: 1200px; margin: 0 auto;}

/****************/
/**** SLIDER ****/
.forcefullwidth_wrapper_tp_banner{margin-bottom: 50px !important; margin-top:0px}
.rev_slider_wrapper{z-index: 10001;}
.rev_slider_wrapper .down-slider{width: 58px; height: 35px; background: url(images/down-slider.png); position: absolute; left:50%; margin-left: -29px; bottom: 30px; z-index: 10000; cursor: pointer; animation: arrow-scroll 1.7s infinite ease;}
.wpb_revslider_element .tp-caption{top: 100px !important;}
.html5vid {top:-100px !important}
@keyframes arrow-scroll {
0% {bottom: 30px}
50% {bottom: 40px}
55% {bottom: 40px}
100% {bottom: 30px}
}
 
/**********************/
/**** CONTACT FORM ****/
.wpcf7-mail-sent-ok{border: 0px !important; float: left; color: #F00;}
.wpcf7-response-output{margin: 0px !important; padding: 0px !important;}
.wpcf7-validation-errors{border: 0px !important; float: left; color: #F00;}
.wpcf7-not-valid{border: 2px solid #F00 !important;}
.wpcf7-not-valid-tip{display: none !important;}
.wpcf7-spam-blocked{border: 1px solid !important; padding:10px !important; float: left; color: #ff0000; font-size:12px; background: #fff1f1;}
 input.referer-page { display: none; }

/*
.site-content .wpcf7 form INPUT[type=checkbox], .site-content .wpcf7 form INPUT[type=radio] { padding: 0px; float: left; width: 20px; height: 20px; margin-right: 15px; }
.site-content .wpcf7 form INPUT, .site-content .wpcf7 form SELECT { color: #596168; border: 1px solid #515968; height: 52px; padding: 5px; background-color: #FFFFFF; width: 100%; }
.site-content .wpcf7 form INPUT:-moz-read-only { background-color: #dbdfe3; }
.site-content .wpcf7 form INPUT:read-only, .site-content .wpcf7 form INPUT:disabled, .site-content .wpcf7 form SELECT:disabled { background-color: #dbdfe3; }
.site-content .wpcf7 form LABEL { display: inline-block; color: #515968; font-size: 12px; margin-bottom: 5px; }
.site-content .wpcf7 form LABEL.label_checkbox { line-height: 20px; }
.site-content .wpcf7 form TEXTAREA { width: 100%; height: 180px; color: #596168; border: 1px solid #515968; background-color: #FFFFFF; }
.site-content .wpcf7 form .privacy-text, .site-content .wpcf7 form .privacy-policy { font-size: 12px; line-height: 20px; width: 100%; }
.form_group { margin-bottom: 20px; }
.form_group_75 { float: left; width: 75%; }
.form_group_50 { float: left; width: 50%; }
.form_group_25 { float: left; width: 25%; }
.site-content .wpcf7 form p { padding: 0px 10px; font-size: 12px;}
.site-content .wpcf7 form input[type="submit"] { margin-top: 20px; margin-bottom: 20px; display: inline-block; background: #85909b; color: #FFFFFF; text-decoration: none; width: auto; padding: 0px 30px; height: 50px; font-weight: bold; line-height: 50px; text-align: center; font-size: 16px; border: 0px; min-width: 170px; }
*/


.site-footer .footer-centered{width: 100%; max-width: 1056px; margin: 0 auto;/*padding-left: 15px;padding-right: 15px;*/}
/***************************************/
/**** PRIMO FOOTER - CALL TO ACTION ****/

.site-footer{ background-color: transparent !important;}
.site-footer .call-to-action .footer-sticky{bottom: 0; width: 100%; padding: 0px; box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.3); background-color: #dbdee3; z-index: 10000;}
.site-footer .call-to-action ul{margin: 0; padding: 0; list-style-type: none;}
.site-footer .call-to-action li{width: 31.33333%; margin: 0; /*width: 31.33333%; margin: auto 1%;*/ float: left; font-family: Helvetica, Arial; font-size: 18px; /*text-transform: uppercase;*/ font-weight: 700; }
.site-footer .call-to-action li:nth-child(1){width: 33.3333%;}
.site-footer .call-to-action li:nth-child(2){width: 33.3333%;}
.site-footer .call-to-action li:nth-child(3){width: 33.3333%;}
.site-footer .call-to-action li:after{content:''; display:block; clear: both;}
.site-footer .call-to-action li a{color: #596168;}



/* main footer */

.clearfix:before, .clearfix:after, .menu:before, .menu:after {content: " "; display: table; clear: both;}

.site-footer .main-footer{padding: 25px 0 40px 0; background-color: #586168; color: #dbdfe3; font-size: 13px;}
.site-footer .main-footer a {color: #dbdfe3;}
.site-footer .main-footer .widget-title, #lang_sel a.lang_sel_sel {border-bottom: 2px solid #FFF !important; text-transform: uppercase; font-size: 14px; line-height: 17px; font-weight: 700; letter-spacing: 0.1em; padding-bottom: 5px;}
.site-footer .main-footer ul{padding: 0; list-style-type: none;}
.site-footer .main-footer .sidebar-center {padding: 0 20px 0 40px;}
.site-footer .main-footer .sidebar-center .widget_nav_menu {margin-bottom: 20px;}
.site-footer .main-footer .menu {margin: 20px 0;}
.site-footer .main-footer .sidebar-center #nav_menu-4 .menu > li > a {text-decoration:none; font-size: 12px; font-weight: 700; letter-spacing: 0.05em;}
.site-footer .main-footer .sidebar-center .widget_nav_menu div > ul > li {width: 33%; display: inline-block; float:left;}
.site-footer .main-footer .sidebar-center #nav_menu-3 .menu > li > a {display: none;}
.site-footer .main-footer .widget_icl_lang_sel_widget .widget-title {display: none;}
#lang_sel {display: block; font-family: Helvetica; height: auto;}
#lang_sel a.lang_sel_sel {color: #FFF; background-color: transparent;}
#lang_sel a, #lang_sel a:visited{border: 0; padding-left: 0;}
#lang_sel li {background-color: #586168;}
#lang_sel ul ul {width: 100%;}
#lang_sel ul ul a, #lang_sel ul ul a:visited {padding: 8px; text-transform: uppercase;}
.site-footer .main-footer .sidebar-left .menu {margin-bottom: 55px;}
.site-footer .main-footer .sidebar-left .social-icons {display: inline-block; margin-right: 10px;}
.site-footer .main-footer .sidebar-left .social-icons:last-child {margin-right: 0px;}
.site-footer .main-footer .sidebar-left .social-icons img {width:30px;height:30px;}
.about-icons img, .about-icons .widget-title {margin-bottom: 10px;}
.about-icons .widget-title {background: url(images/lock-icon.svg) no-repeat; padding-left: 20px;}

/************************/
/**** HOMEPAGE ****/
.homepage{ margin-top: -124px; }
.homepage .leggi{background: url(images/arrow-dx.png) no-repeat; padding-left:19px; color:#7a8a96}
.homepage .leggi a{color:#7a8a96;}
.homepage .blocco-immagine{margin-bottom: 40px;}
.homepage .blocco-testo .titolo-blocco{text-transform: uppercase; height: 34px; margin: 15px 0 10px 0; position:relative}
.homepage .blocco-testo .corpo{height:70px; position:relative;}
.homepage .blocco-testo .leggi{position:relative;}
.homepage .blocco-testo{max-height: 163px; padding: 3px 0 0 0; border-top:#7a8a96 5px solid; margin-bottom: 40px;}
.homepage .blocco-testo.sfondo{padding-top: 10px;}
.homepage .blocco-testo.sfondo .vc_single_image-wrapper{position:absolute;}
.homepage .blocco-testo.sfondo img{ opacity:0.3;}
.homepage .blocco-testo > .wpb_wrapper{overflow: hidden;}
.homepage .blocco-testo.sfondo > .wpb_wrapper{background-color: #d3d8dc; padding: 0 9px 35px 9px;}
.homepage .layer .pellet-icon{width: 38px; height: 44px; margin: 0 auto; background: url(images/homepage/pellet-icon.png) no-repeat;}
.homepage .layer .legna-icon{width: 38px; height: 44px; margin: 0 auto; background: url(images/homepage/legna-icon.png) no-repeat;}
.homepage .layer .wpb_wrapper a{color:#fff;}
.homepage .layer .wpb_wrapper{background-color:rgba(48, 64, 81, 0.67); color:#fff; max-height: 245px; max-width: 245px; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto !important;}
.homepage .layer .wpb_wrapper h5{margin-top: 40px; margin-bottom: 10px;}
.homepage .layer .wpb_wrapper h3{margin-bottom: 20px;}

/************************/
/**** NEW HOMEPAGE by SM ****/
.homepage-new{ margin-top: -124px; }

.homepage-new .blocco-immagine{margin-bottom: 10px;}
.homepage-new .blocco-testo .titolo-blocco{text-transform: uppercase; margin: 20px; /* position:relative */}
.homepage-new .blocco-testo .titolo-blocco a, .homepage-new .blocco-testo .titolo-blocco h5{text-decoration: none; color: #596168; font-size: 18px; line-height: 18px; letter-spacing: 0.5px;}
.homepage-new .blocco-testo .corpo{/* position:relative; */ margin: 20px;}
.homepage-new .blocco-testo .corpo a, .homepage-new .blocco-testo .corpo p{text-decoration: none; color: #596168; font-size: 14px; line-height: 20px; letter-spacing: 0.3px; font-weight: lighter;}
.homepage-new .blocco-testo .leggi{position:relative; margin: 0px 20px;}
.homepage-new .blocco-testo{border: 1px solid #dbdfe3; margin: 20px 10px;}
.homepage-new .blocco-testo.sfondo-grigio {background-color: #85909b; color: #dbdfe3; font-family: Droid Serif; padding: 30px 20px; font-size: 24px; line-height: 34px; text-align: center;}
.homepage-new .blocco-testo.sfondo-grigio a {color: #dbdfe3;}
.homepage-new .blocco-testo.blocco-vuoto{border: 0px; margin: 0px;}

.homepage-new .blocco-testo > .wpb_wrapper{overflow: hidden;}
.homepage-new .pellet-icon h3 {background: url(images/homepage/pellet_icon.svg) no-repeat; background-position: center left 25px; border: 1px solid #dbdfe3; }
.homepage-new .legna-icon h3 {background: url(images/homepage/wood_icon.svg) no-repeat; background-position: center left 25px; border: 1px solid #dbdfe3;}
.homepage-new .wpb_wrapper h3{margin-bottom: 20px; font-size: 18px; line-height: 18px; padding: 33px 20px 33px 90px;}
.homepage-new .wpb_wrapper a {text-decoration: none; color:#596168;}

/* NEW HOMEPAGE SLIDER */
.homepage-new .tp-caption{}
.homepage-new .tp-caption a {color: #ffffff;}
.homepage-new .tp-caption h2{margin: 0px; font-size: 46px; line-height: 50px; white-space: normal; height: 100%}
.homepage-new .tp-caption .scopri {position: absolute; width: 417px; bottom: 20px; margin-top:10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 17px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important;}
.homepage-new .tp-caption .scopri a{color:#fff; text-transform: uppercase; text-decoration: none; letter-spacing: 0.5px !important;}
.homepage-new .wpb_revslider_element .tp-caption {top: 100px !important;}
.homepage-new .wpb_revslider_element .tp-resizeme {margin-top: 100px; padding: 25px 25px 20px 25px; margin-left: 0px; width: 467px; height: 340px; overflow: hidden;}
.homepage-new .tp-rightarrow.default {background: url(images/freccia-dx.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 70px; height: 80px;}
.homepage-new .tp-leftarrow.default {background: url(images/freccia-sx.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 70px; height: 80px;}

/* Salvattore Base Styles (colonne Pinterest Style) */

.column {
    float: left;
}
.size-1of4 {
    width: 25%;
}
.size-1of3 {
    width: 33.333%;
}
.size-1of2 {
    width: 50%;
}
.size-1of1 {
    width: 100%;
}

/* Configurate salvattore with media queries */

@media screen and (max-width: 450px) {
    #posts[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}
@media screen and (min-width: 451px) and (max-width: 991px) {
    #posts[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #posts[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}
@media screen and (min-width: 1200px) {
    #posts[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

.menu-item {}
.menu-item svg {
	width: 80px;
	margin-left: -10px;
	vertical-align: middle;
}
.menu-item svg polyline,
.menu-item svg polygon,
.menu-item svg ellipse,
.menu-item svg rect,
.menu-item svg circle,
.menu-item svg line,
.menu-item svg path {
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 3;
    stroke-miterlimit: 4;
    stroke: #596168;
    fill: none;

}

/************************/
/**** REGISTRA PRODOTTI ****/
.registra-prodotto .entry-content {margin-top: 140px;}
.registra-prodotto .box-intestazione {background-color: #85909b; display: flex; display: -webkit-flex; display: -webkit-box; }
.registra-prodotto .img-no-margin {margin-right: 0px !important; float: right;}
.registra-prodotto .box-testuale {padding: 25px 10px 20px 10px; position: relative; margin-right: 2% !important;}
.registra-prodotto .box-testuale h1 {font-size: 46px; line-height: 50px; color: #ffffff;}
.registra-prodotto .box-testuale .sottotitolo {position: absolute; width: 100%; color: #ffffff; bottom: 15px; margin-top:10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 20px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important;}
.registra-prodotto .wpb_wrapper p, .registra-prodotto ul li {text-decoration: none; color: #596168; font-size: 14px; line-height: 20px; letter-spacing: 0.3px; font-weight: lighter;}
.registra-prodotto .wpb_tabs_nav { background-color: #dbdfe3; border-bottom: 2px solid #dbdfe3; }
.registra-prodotto .wpb_content_element .wpb_tabs_nav li { height: 50px; margin: 0px; text-align: center; width: 20%; padding: 0px; background-color: #dbdfe3; color: #85909b;}
.registra-prodotto .wpb_content_element .wpb_tabs_nav li:hover, .registra-prodotto .wpb_content_element .wpb_tabs_nav li.ui-state-active { background-color: #FFFFFF; }
.registra-prodotto .wpb_content_element .wpb_tabs_nav li a { display: inline-block; padding: 0px; font-size: 13px; line-height: 50px; font-family: Helvetica, Arial;  color: #85909b;}
.registra-prodotto .wpb_content_element .wpb_tabs_nav li a.tab-a-disabled { color: #cccccc; }
.registra-prodotto .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab { background-color: #FFFFFF; padding-top: 40px;}
.registra-prodotto INPUT[type=checkbox], .registra-prodotto INPUT[type=radio] { padding: 0px; float: left; width: 20px; height: 20px; margin-right: 15px; }
.registra-prodotto INPUT { color: #596168; border: 1px solid #515968; height: 45px; padding: 5px; background-color: #FFFFFF; width: 100%;}
.registra-prodotto SELECT { color: #596168; border: 1px solid #515968; height: 45px; padding: 5px; background-color: #FFFFFF; width: 100%;}
.registra-prodotto INPUT:-moz-read-only { /* For Firefox */ background-color: #dbdfe3; }
.registra-prodotto INPUT:read-only, .registra-prodotto INPUT:disabled, .registra-prodotto SELECT:disabled { background-color: #dbdfe3; }
.registra-prodotto LABEL { display: inline-block; color: #515968; font-size: 12px; margin-bottom: 5px; }
.registra-prodotto LABEL.label_checkbox { line-height: 20px; }
.registra-prodotto .form_group { margin-bottom: 20px; }
.registra-prodotto .form_group_75 { float: left; width: 75%; }
.registra-prodotto .form_group_50 { float: left; width: 50%; }
.registra-prodotto .form_group_25 { float: left; width: 25%; }
.registra-prodotto form p { padding: 0px 10px; }
.registra-prodotto .form-submit, .registra-prodotto .form-submit:hover { margin-top: 30px; display: inline-block; background-color: #85909b; color: #FFFFFF; text-decoration: none; width: auto; padding: 0px 50px; height: 50px; line-height: 50px; text-align: center; font-size: 14px; }
.registra-prodotto .step p { margin-top: 30px; text-align: right; line-height: 50px; color: #85909B; font-size: 14px; }
.registra-prodotto BUTTON.form-submit, .registra-prodotto BUTTON.form-submit:hover { border: 0px; padding: 0px 50px; }
.registra-prodotto .form_section { padding: 10px 0px; font-weight: bold; color: #dbdfe3; }
.registra-prodotto .lblMatricolaError { display:none; padding-top:5px; color: red !important; font-style: italic; font-size: 12px !important;}
.registra-prodotto .form_group_med { padding-bottom: 10px; }
.registra-prodotto .form_group_inf { padding-bottom: 10px; }
.hide { display: none; }
.show { display: block; }
.inserisci-fattura p {font-size: 12px; padding-bottom: 16px; padding-top: 16px}
.registra-prodotto INPUT .red-cell {box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85);}
.red-cell {box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85);}
/************************/
/**** REALIZZAZIONI ****/
.realizzazioni .entry-content {margin-top: 124px;}
.realizzazioni .box-intestazione {background-color: #85909b; display: flex; display: -webkit-flex; display: -webkit-box; }
.realizzazioni .box-intestazione > .box-testuale, .realizzazioni .box-intestazione > .box-testuale > .wpb_wrapper { display: flex; display: -webkit-flex; display: -webkit-box;}
.realizzazioni .img-no-margin {margin-right: 0px !important; float: right;}
.realizzazioni .box-testuale {padding: 25px 0px 20px 10px; position: relative; margin-right: 2% !important;}
.realizzazioni .box-testuale h1 {font-size: 46px; line-height: 50px; color: #ffffff; -webkit-font-smoothing: antialiased !important;}
.realizzazioni .box-testuale .sottotitolo {position: absolute; width: 100%; color: #ffffff; bottom: 15px; margin-top:10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 20px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important; -webkit-font-smoothing: antialiased !important;}
.realizzazioni .blocco-immagine{margin-bottom: 10px;}
.realizzazioni .blocco-testo .titolo-blocco{text-transform: uppercase; margin: 20px; /* position:relative */}
.realizzazioni .blocco-testo .titolo-blocco a, .realizzazioni .blocco-testo .titolo-blocco h5{text-decoration: none; color: #596168; font-size: 18px; line-height: 18px; letter-spacing: 0.5px;}
.realizzazioni .blocco-testo .corpo{/* position:relative; */ margin: 20px;}
.realizzazioni .blocco-testo .corpo a, .realizzazioni .blocco-testo .corpo p{text-decoration: none; color: #596168; font-size: 14px; line-height: 20px; letter-spacing: 0.3px; font-weight: lighter;}
.realizzazioni .blocco-testo .leggi{position:relative; margin: 0px 20px;}
.realizzazioni .blocco-testo{border: 1px solid #dddddd; margin: 20px 10px; -webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -ms-transition: all 250ms linear; -o-transition: all 250ms linear; transition: all 250ms linear;}
.realizzazioni .blocco-testo.hidden-blocco { -moz-opacity: 0; opacity: 0; -moz-transform: scale(0.01); -webkit-transform: scale(0.01); -o-transform: scale(0.01); -ms-transform: scale(0.01); transform: scale(0.01);}
.realizzazioni .blocco-testo.sfondo-grigio {background-color: #85909b; color: #dbdfe3; font-family: Droid Serif; padding: 30px 20px; font-size: 24px; line-height: 34px; text-align: center;}
.realizzazioni .blocco-testo.blocco-vuoto{border: 0px; margin: 0px;}
.realizzazioni .blocco-testo > .wpb_wrapper{overflow: hidden;}
.realizzazioni .wpb_column > .blocco-testo > .wpb_wrapper > *:last-child {margin-bottom: 20px;}
.realizzazioni .col_tag {padding-top: 45px; padding-bottom: 20px; margin-bottom: 15px; border-bottom: 1px solid #dbdfe3 ;}
.realizzazioni .col_tag a {display: inline-block; padding: 10px 20px; margin-right: 0px; background-color: #dbdfe3 ; color: #85909b ; font-weight: 400; text-decoration: none; -webkit-transition: all 300ms ease;	transition: all 300ms ease; margin-bottom: 4px;}
.realizzazioni .col_tag a:hover, .realizzazioni .col_tag a.actual {background-color:#85909b; color: #ffffff;}

/************************/
/**** SCHEDA REALIZZAZIONI ****/
.scheda-realizzazioni{ margin-top: -124px; }
.scheda-realizzazioni .crediti h3 {font-size: 25px; color: #85909b; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid #dbdfe3 ;}
.scheda-realizzazioni .crediti p {font-size: 17px; line-height: 24px; color: #596168; font-weight: lighter;}
.scheda-realizzazioni .crediti p a {color: #596168;}
.scheda-realizzazioni .crediti p a:hover {color:#ed1b2d }
.scheda-realizzazioni .box-immagine {padding: 2px 65px;}
.scheda-realizzazioni .box-testo h3 {color: #85909b; font-size: 25px;}
.scheda-realizzazioni .box-testo p {color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;}
.scheda-realizzazioni .citazione-big {color: #85909b; font-family: Droid Serif; padding: 30px 20px; font-size: 40px; line-height: 48px; text-align: center;}
.scheda-realizzazioni .citazione-small {color: #85909b; font-family: Droid Serif; padding: 30px 0px; font-size: 25px; line-height: 30px; text-align: center;}
.scheda-realizzazioni .btn-scheda, .scheda-realizzazioni .btn-scheda:hover, .scheda-realizzazioni .btn-scheda:focus {margin: 30px auto; display: inline-block; background-color: #85909b; color: #FFFFFF; text-decoration: none; width: auto; padding: 0px 25px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; font-weight: bold;}
.scheda-realizzazioni .text-center {text-align: center;}
.scheda-realizzazioni .infografiche {float:right;}
.scheda-realizzazioni .row-infografica { display: -webkit-box; display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center;}
.scheda-realizzazioni .testo-infografica {display:inline-block; padding: 0 25px 10px 30px; background: url(images/sfondo-infografica.jpg) no-repeat; background-position: top right; margin-left: -30px; color: #85909b; font-size: 16px; line-height: 16px; font-weight: bold; letter-spacing: 0.5px; position: relative;}
.scheda-realizzazioni .testo-infografica:after {content:""; background: #c6c7c9; position: absolute; bottom: 0; left: 0; height: 2px; width: -webkit-calc(100% - 5px); width: calc(100% - 5px);}
.scheda-realizzazioni h4 {color: #85909b; font-size: 14px; line-height: 14px; font-weight: bold; letter-spacing: 0.5px; padding-bottom: 10px; margin-bottom: 15px !important; border-bottom: 2px solid #dbdfe3;}
/* .scheda-realizzazioni .col_tag a {font-size: 14px; display: inline-block; padding: 10px 20px; margin-right: 0px; background-color: #dbdfe3 ; color: #85909b ; font-weight: bold; text-decoration: none; margin-bottom: 5px; -webkit-transition: all 300ms ease;	transition: all 300ms ease; }
.scheda-realizzazioni .col_tag a:hover {background-color:#85909b; color: #dbdfe3;} */
.scheda-realizzazioni .row-condividi { display: -webkit-box; margin-top: 10px; display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center;}
.scheda-realizzazioni .condividi {color: #85909b; font-size: 14px; line-height: 14px; font-weight: bold; letter-spacing: 0.5px; text-align: right;}
.scheda-realizzazioni .addtoany_shortcode {text-align: center;}
.scheda-realizzazioni #relatedpages img {margin-bottom: 20px;}

/* SCHEDA REALIZZAZIONI SLIDER */
.scheda-realizzazioni .tp-caption{}
.scheda-realizzazioni .tp-caption h1, .scheda-realizzazioni .tp-caption h2 {margin: 0px; font-size: 46px; line-height: 50px;}
.scheda-realizzazioni .tp-caption .scopri {position: absolute; width: 417px; bottom: 20px; margin-top:10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 17px; letter-spacing: 0.5px !important; font-weight: bold; background: none; text-transform: uppercase; padding-left: 0px !important;}
.scheda-realizzazioni .tp-caption .scopri a{color:#fff; text-decoration: none;}
.scheda-realizzazioni .wpb_revslider_element .tp-caption {top: 100px !important;}
.scheda-realizzazioni .wpb_revslider_element .tp-resizeme {margin-top: 100px; padding: 25px 25px 20px 25px; margin-left: 0px; width: 467px; height: 340px; overflow: hidden;}
.scheda-realizzazioni .tp-rightarrow.default {background: url(images/freccia-dx.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 70px; height: 80px;}
.scheda-realizzazioni .tp-leftarrow.default {background: url(images/freccia-sx.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 70px; height: 80px;}

/************************/
/**** ABACO PRODOTTI ****/
.abaco-prodotti .rev_slider_wrapper h1{margin:0 0 30px 0 !important;}
.abaco-prodotti .filtro-container{height: 363px;}
.abaco-prodotti .filtro-sticky{margin: 0px !important; z-index: 10;}
.abaco-prodotti .filtro-abaco{padding: 25px 0 25px 0; color: #FFF; background-color: #8c9ca6; overflow: hidden;}
.abaco-prodotti .filtro-abaco h2{margin:0;}
.abaco-prodotti .filtro-abaco .titolo{margin-bottom: 10px; font-family: Helvetica, Arial; font-size: 15px;}
.abaco-prodotti .filtro-abaco .first-column{padding-left: 30px;}
.abaco-prodotti .filtro-abaco .selected{font-family: Helvetica, Arial; text-decoration: underline; color: #58595b}
.abaco-prodotti .breadcrumbs{height: 25px; line-height: 25px; background-color: #6e7f8a; color: #FFF; font-family: Helvetica, Arial; font-size: 12px;}
.abaco-prodotti .breadcrumbs .azzera-filtro{cursor: pointer;}
.abaco-prodotti .breadcrumbs .azzera-filtro .azzera{float: left;}
.abaco-prodotti .breadcrumbs .azzera-filtro .open-close{height: 25px; float: right; padding-right: 30px;}
.abaco-prodotti .breadcrumbs .azzera-filtro .close{background: url(images/down-arrow.png) no-repeat	center; background-size: 25px;}
.abaco-prodotti .breadcrumbs .azzera-filtro .open{background: url(images/up-arrow.png) no-repeat center; background-size: 25px;}
.abaco-prodotti .breadcrumbs .totale-prodotti{font-family: Helvetica;}
.abaco-prodotti .filtro-abaco ul{margin: 0; padding: 0; list-style-type: none;}
.abaco-prodotti .filtro-abaco ul li{padding-left: 38px; height: 29px; line-height: 28px; font-family: Helvetica, Arial; font-size: 13px; margin-bottom: 10px; cursor: pointer;}
.abaco-prodotti .filtro-abaco ul li#stufe{background: url(images/abaco-icons/stufe-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#termocamini{background: url(images/abaco-icons/termocamini-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#inserti{background: url(images/abaco-icons/inserti-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#rivestimenti{background: url(images/abaco-icons/rivestimenti-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#caldaie{background: url(images/abaco-icons/caldaie-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#pellet{background: url(images/abaco-icons/pellet-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#legna{background: url(images/abaco-icons/legna-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#gas{background: url(images/abaco-icons/gas-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#convezione{background: url(images/abaco-icons/convezione-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#accumulo{background: url(images/abaco-icons/accumulo-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#ventilazione-forzata{background: url(images/abaco-icons/ventilazione-forzata-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#aria{background: url(images/abaco-icons/aria-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#acqua{background: url(images/abaco-icons/acqua-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#frontale{background: url(images/abaco-icons/parete-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#angolo{background: url(images/abaco-icons/angolo-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#separazione{background: url(images/abaco-icons/separare-ambienti-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#spazi-ristretti{background: url(images/abaco-icons/spazi-ristretti-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#uscita-fumi{background: url(images/abaco-icons/uscita-fumi-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#recupero-focolare{background: url(images/abaco-icons/recupero-focolare-bianco.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#case-passive{background: url(images/abaco-icons/case-passive-bianco.png) no-repeat;}

.abaco-prodotti .filtro-abaco ul li#stufe.selected{background: url(images/abaco-icons/stufe-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#termocamini.selected{background: url(images/abaco-icons/termocamini-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#inserti.selected{background: url(images/abaco-icons/inserti-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#rivestimenti.selected{background: url(images/abaco-icons/rivestimenti-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#caldaie.selected{background: url(images/abaco-icons/caldaie-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#pellet.selected{background: url(images/abaco-icons/pellet-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#legna.selected{background: url(images/abaco-icons/legna-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#gas.selected{background: url(images/abaco-icons/gas-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#convezione.selected{background: url(images/abaco-icons/convezione-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#accumulo.selected{background: url(images/abaco-icons/accumulo-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#ventilazione-forzata.selected{background: url(images/abaco-icons/ventilazione-forzata-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#aria.selected{background: url(images/abaco-icons/aria-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#acqua.selected{background: url(images/abaco-icons/acqua-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#frontale.selected{background: url(images/abaco-icons/parete-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#angolo.selected{background: url(images/abaco-icons/angolo-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#separazione.selected{background: url(images/abaco-icons/separare-ambienti-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#spazi-ristretti.selected{background: url(images/abaco-icons/spazi-ristretti-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#uscita-fumi.selected{background: url(images/abaco-icons/uscita-fumi-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#recupero-focolare.selected{background: url(images/abaco-icons/recupero-focolare-grigio.png) no-repeat;}
.abaco-prodotti .filtro-abaco ul li#case-passive.selected{background: url(images/abaco-icons/case-passive-grigio.png) no-repeat;}

.abaco-prodotti .no-risultati{margin: 50px auto !important;}
.abaco-prodotti .prodotto{width: 182px; height: 200px; float: left; margin: 5px 1%; /*padding: 1% 0;*/ border: 1px solid #CCC; position: relative;padding-left: 0px;padding-right: 0px;}
.abaco-prodotti .prodotto .miniatura{height: 100%; padding: 5% 0; background-color: #FFF;}
.abaco-prodotti .prodotto .nome-modello{margin-top: 15px;}
.abaco-prodotti .prodotto .novita{position: absolute; top: 6px; left: -10px; padding: 2px 40px 2px 5px; font-size: 11px; background-color: #8c9ca6; color: #FFF; -webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.4); box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.4); z-index: 4;}
.abaco-prodotti .prodotto .attivo{position: absolute; text-align: right; top: 6px; right: -10px; padding: 2px 5px 2px 20px; font-size: 11px; background-color: #8c9ca6; color: #FFF; -webkit-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.4); box-shadow: 2px 2px 9px 0px rgba(50, 50, 50, 0.4); z-index: 4;}
.abaco-prodotti .prodotto .hover-text{position: absolute; top: 0; left: 0; padding: 20px; text-align: center; height: 100%; background-color: #8c9ca6; color: #FFF; z-index: -1; display: table;}
.abaco-prodotti .prodotto .hover-text div{color: #8c9ca6; line-height: 17px !important; display: table-cell; vertical-align: middle;}
.abaco-prodotti .riga-prodotti{padding-left: 15px;padding-right: 15px;margin-bottom: 23px;}
.abaco-prodotti .macro-categoria{margin: 42px 0 16px 0;margin-left: 10px !important;}
.abaco-prodotti .sotto-categoria{margin: 0 0 23px 0;margin-left: 10px !important;}
.abaco-prodotti .link-scegli-calore{margin-top: 30px !important; margin-bottom: 30px !important; font-weight: 900;}
.abaco-prodotti .prodotto .novita {padding: 2px 30px; font-size: 14px; text-align: center; background-color: #6086ac; top: 10px; left: 0px;}
.abaco-prodotti .prodotto .attivo {padding: 2px 15px; font-size: 14px; text-align: center; background-color: #ed1b2d; top: 10px; left: 0px;
	right: auto;
}

/* .abaco-prodotti .filtro-abaco{padding: 25px 0 25px 0; color: #85909b; background-color: #f2f2f2; overflow: hidden;} */
.abaco-prodotti-new .filtro-sticky{margin: 0px 10px!important; z-index: 10;}

.abaco-prodotti-new .entry-content {margin-top: 80px;}
.abaco-prodotti-new .box-intestazione {background-color: #85909b; display: flex; display: -webkit-flex; display: -webkit-box; }
.abaco-prodotti-new .img-no-margin {margin-right: 0px !important; float: right;}
.abaco-prodotti-new .box-testuale {padding: 25px 10px 20px 10px; position: relative; margin-right: 2% !important;}
.abaco-prodotti-new .box-testuale h1 {font-size: 46px; line-height: 50px; color: #ffffff;}
.abaco-prodotti-new .box-testuale .sottotitolo {position: absolute; width: 100%; color: #ffffff; bottom: 15px; margin-top:10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 20px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important;}
.abaco-prodotti-new .wpb_wrapper p, .abaco-prodotti-new ul li {text-decoration: none; color: #596168; font-size: 14px; line-height: 20px; letter-spacing: 0.3px; font-weight: lighter;}

.abaco-prodotti-new .filtro-container{height: auto;}
.abaco-prodotti-new .filtro-abaco{ padding: 25px 10px; color: #85909b; background-color: #f2f2f2;}
.abaco-prodotti-new .filtro-abaco .titolo {color: #85909b; font-weight: bold; font-size: 14px; line-height: 22px; padding-bottom: 10px; border-bottom: 2px solid #dbdfe3; margin-bottom: 20px; 	/* background-image: url(images/help.jpg); background-position: top right;	background-repeat: no-repeat; */}
.abaco-prodotti-new .filtro-abaco .titolo img {opacity: 0.3;}
.abaco-prodotti-new .filtro-abaco .titolo img:hover {opacity: 1;}
/* .abaco-prodotti .filtro-abaco ul li { font-size: 16px; height: 20px; line-height: 20px;  color: #85909b;   padding-left: 32px;}
.abaco-prodotti .filtro-abaco ul li {background: url(images/not-selected.png) no-repeat !important;}
.abaco-prodotti .filtro-abaco ul li.selected {background: url(images/selected.png) no-repeat !important;} */

.abaco-prodotti-new .filtro-abaco form input[type='checkbox'] { position: absolute; clip: rect(1px,1px,1px,1px);}

.abaco-prodotti-new .filtro-abaco form input[type='checkbox']:checked + label {
    background-image: url(images/selected.png);
}

.abaco-prodotti-new .filtro-abaco form input[type='checkbox'] + label {
    margin: 0 0 5px 0;
    display: block;
    padding: 0 0 0 30px !important;
    cursor: pointer;
    background: url(images/not-selected.png) left center no-repeat;
}

.abaco-prodotti-new .filtro-abaco form input[type='checkbox'][disabled] + label {
	opacity: 0.6;
	cursor: not-allowed !important;
}

.abaco-prodotti-new .macro-categoria .titolo-6{
	    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
	color: #85909b;
}

.abaco-prodotti-new .sotto-categoria {
	   margin: 0 0 10px 0;
}

.abaco-prodotti-new .sotto-categoria .testo-3 {
	color: #85909b;
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
}

.abaco-prodotti-new .riga-prodotti hr { background: none; background-color: #dbdfe3; margin: 0 1% 20px; height: 2px; }
.abaco-prodotti-new .riga-prodotti {margin-bottom: 50px;}
.abaco-prodotti-new .prodotto .novita {
	padding: 2px 30px;
    font-size: 14px;
    text-align: center;
    background-color: #6086ac;
	top: 10px;
	left: 0px;

}

.abaco-prodotti-new .cerca-prodotto {
	width: 100%;
	border: 2px solid #dbdfe3;
	padding: 16px 10px;
	font-size: 16px;
	color: #85909b;
	background: url(images/search-product.jpg) no-repeat right 10px center !important;
}

.ui-menu-item a {
	display: block;
}

.abaco-prodotti-new .img-tipologia,
.abaco-prodotti-new .img-combustibile,
.abaco-prodotti-new .img-diffusione-calore,
.abaco-prodotti-new .img-soluzioni {
	 cursor: help;
}

/* .abaco-prodotti .help-tipologia:before {
	content: url(images/arrow-tip.png);
	position: absolute;
	top: -30px;
	left: 0px;
} */

.abaco-prodotti-new .help-tipologia,
.abaco-prodotti-new .help-combustibile,
.abaco-prodotti-new .help-diffusione-calore,
.abaco-prodotti-new .help-soluzioni {
	position: absolute;
    left: 23%;
	right: 23%;
	background-color: #85909b;
	color: #ffffff;
    top: 80px;
	padding: 25px 25px 10px 25px;
	display: none;
}

.abaco-prodotti-new .help-soluzioni {
	left: 44%;
	right: 2%;
}

.abaco-prodotti-new .help-tipologia img,
.abaco-prodotti-new .help-combustibile img,
.abaco-prodotti-new .help-diffusione-calore img,
.abaco-prodotti-new .help-soluzioni img {
	float: left;
	margin-right: 25px;
	margin-bottom: 50px;
	width: 35px;
	height: 35px;
}

.abaco-prodotti-new .help-tipologia p,
.abaco-prodotti-new .help-combustibile p,
.abaco-prodotti-new .help-diffusione-calore p,
.abaco-prodotti-new .help-soluzioni p {
	color: #ffffff;
	clear: both;
	font-size: 16px;
	margin-bottom: 15px;
}


/*************************/
/**** PAGINA PRODOTTI ****/
/*.pagine-prodotto{font-family: Arial, Helvetica, sans-serif;}*/
/*.pagine-prodotto .testo-7{font-size: 18px; line-height: 24px;}*/
.finiture-container .finiture img#img0.small.stufe {height: auto !important;}
.pagine-prodotto h1{font-size: 45px; line-height: 48px;}
.pagine-prodotto article .entry-content > .vc_row{float: left; width: 48%;}
.pagine-prodotto .col-descrizione{margin-top: 37px;}
.finiture-container .finiture img.small{max-height : 362px}
.finiture-container .finiture img.small.stufe{max-height : 500px}
.pagine-prodotto .finiture{text-align: center;}
.pagine-prodotto .finiture .icone{width: 56px; height: 56px; float: left; margin: 0 15px 15px 0; border: 2px solid #FFF; background-repeat: no-repeat !important; background-position: center !important; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.pagine-prodotto .finiture .icone.tasselli{width: 105px; height: 90px; background-size: 90px 58px !important; border: 1px solid #CCC; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; padding-top: 67px; font-size: 12px; background-position: top !important; cursor: pointer;}
.pagine-prodotto .finiture .icone.selected{/*width: 56px; height: 56px;*/ border-color: #8c9ca6;}
.pagine-prodotto .finiture .plus-big{z-index: 99; position: absolute; bottom: 115px; right: 0px;}
.pagine-prodotto .ui-tabs-nav {width: 100%; text-align: center; margin-bottom: 20px; margin-top: 15px; background: #8c9ca6 none repeat scroll 0% 0%; float: left;}

.pagine-prodotto #tabs ul, .pagine-prodotto #tabs li {margin: 0px; padding: 0px; list-style: outside none none;}
.pagine-prodotto #tabs li {font-size: 12px; float: left; padding: 0px 20px;}
.pagine-prodotto #tabs li a{color: #FFF; text-decoration: none;}
.pagine-prodotto #tabs li.ui-state-active{background-color: #6e7f8a;}
.pagine-prodotto #tabs li.ui-state-active a{color: #000;}

.pagine-prodotto .wpb_tab {background: none !important; padding: 0 !important;}
.pagine-prodotto .wpb_tabs li { text-align: center; margin-bottom: 20px; margin-top: 15px; background: #8c9ca6 none repeat scroll 0% 0% !important; float: left; font-size: 12px; padding: 0px 20px;}
.pagine-prodotto .wpb_tabs li a{padding: 0px 20px !important; color: #FFF; text-decoration: none;}
.pagine-prodotto .wpb_tabs li.ui-state-active{background-color: #6e7f8a !important;}
.pagine-prodotto .wpb_tabs li.ui-state-active a{color: #000;}

.pagine-prodotto .row-app{margin-top: 40px;}
.pagine-prodotto .row-app .vc_col-sm-6{margin-bottom: 40px;}
.pagine-prodotto .dati-tecnici{font-size: 13px;}
.pagine-prodotto .dati-tecnici .line{border-bottom: 1px solid #000;}
.pagine-prodotto .dati-tecnici .left{width: 50%; float: left;}
.pagine-prodotto .dati-tecnici .right{width: 50%; float: left; font-weight: 900;}
.pagine-prodotto .citazione{background: url(images/quote.png) no-repeat; padding-left: 30px;}
.pagine-prodotto .area-download{margin-top: 30px !important;}
.pagine-prodotto .area-download img{float: left;}
.pagine-prodotto .area-download .titolo-1{float: left; font-weight: 900; line-height: 24px; margin-left: 10px;}
.pagine-prodotto .testo-marginato p{margin-bottom: 15px;}
.pagine-prodotto .testo-marginato img{margin-top: -3px;}
.pagine-prodotto img.bolloconto {opacity:0.9;-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;}
.pagine-prodotto img.bolloconto:hover{opacity:1;-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);}

/* SM add */
.pagine-prodotto h1 {font-size: 50px; line-height: 48px; margin-bottom: 30px; color: #85909b;}
.pagine-prodotto .testo-7{font-size: 16px; letter-spacing: 0.5px; line-height: 24px;}
.pagine-prodotto .titolo-8 {font-size: 16px; letter-spacing: 0.5px; line-height: 24px; margin-bottom: 0;}
.pagine-prodotto .finiture .icone {width: 45px; height: 45px; float: left; margin: 0 23px 23px 0; border: 2px solid #FFF; background-repeat: no-repeat !important; background-position: center !important; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.pagine-prodotto .finiture .icone.tasselli:nth-child(3n+0) { margin-right: 0px;}
.pagine-prodotto .finiture .icone.tasselli {/*height: 124px; width: 124px; */background-size: 110px 70px !important; padding-top: 76px; line-height: 14px;}

.pagine-prodotto .dati-tecnici{font-size: 14px; letter-spacing: 0.8px; margin-top: 15px; margin-bottom: 15px;}
.pagine-prodotto .dati-tecnici .line{border-top: 1px solid #e1e5e8; border-bottom: 0; padding: 9px 0;}
.pagine-prodotto .dati-tecnici .line:first-child { border-top: 0px;}
.pagine-prodotto .dati-tecnici .left{width: 65%; float: left; padding-left: 20px; }
.pagine-prodotto .dati-tecnici .right{width: 35%; float: left; font-weight: bold; text-align: right; padding-right: 12px;}

.pagine-prodotto .finiture .plus-big{z-index: 99; position: absolute; bottom: 145px; right: 0px;}
.pagine-prodotto img.bolloconto {width: 100px; height: 100px; margin-top: 5px;}

.pagine-prodotto .finiture .titolo-1  {border-bottom: 2px solid #dbdfe3; font-size: 16px; line-height: 24px; font-weight: bold; text-transform: uppercase; color: #85909b; letter-spacing: 1px; padding-top: 20px; padding-bottom: 10px; margin-bottom: 30px;}
.pagine-prodotto .titolo-dati-tecnici {border-top: 2px solid #dbdfe3; font-size: 18px; line-height: 24px; font-weight: bold; text-transform: uppercase; color: #85909b; letter-spacing: 1px; padding-top: 20px; padding-bottom: 20px;}
.pagine-prodotto .titolo-area-download {border-bottom: 2px solid #dbdfe3; font-size: 18px; line-height: 24px; font-weight: bold; text-transform: uppercase; color: #85909b; letter-spacing: 1px; padding-top: 20px; padding-bottom: 20px; margin-bottom: 12px;}
.pagine-prodotto .nome-prodotto.open {background: url(images/down-arrow-riv-grey.png) #dbdfe3 no-repeat center right 20px;}
.pagine-prodotto .nome-prodotto {cursor: pointer; letter-spacing: 0.3px; padding: 12px 20px; border-top: 1px solid #ffffff; margin: 0px; color: #85909b; background-color: #dbdfe3; font-size: 16px; line-height: 32px; font-weight: bold; background: url(images/right-arrow-riv.png) #dbdfe3 no-repeat center right 20px; -webkit-transition: all 300ms ease; transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease;}
.pagine-prodotto .invia-form {cursor: pointer; color: #85909b; font-weight: bold; text-decoration: underline; margin-top: 8px; margin-left: 20px;}

.pagine-prodotto h4 {display: none;}
.pagine-prodotto h5 {color: #85909b; font-size: 16px; line-height: 32px; font-weight: bold;}
.pagine-prodotto .citazione {background-image: none; padding-left: 0px;}
.pagine-prodotto .citazione p {color: #85909b; font-family: Droid Serif; padding: 30px 0px; font-size: 25px; line-height: 30px; text-align: center; font-style: italic;}

.pagine-prodotto .citazione-small { font-family: Droid Serif; color: #85909b; letter-spacing: 0px; line-height: 26px;}
.pagine-prodotto .citazione-small a {font-weight: bold;  color: #85909b;}

.pagine-prodotto .area-download{margin-bottom: 30px !important;}

.pagine-prodotto-camino article .entry-content > .vc_row{float: none; width: 100%; }
.pagine-prodotto-camino { margin-top: -124px; }
.pagine-prodotto-camino .tp-caption h1, .pagine-prodotto-camino .tp-caption h5 {color: #ffffff;}
.pagine-prodotto-camino .vc_images_carousel .vc_carousel-control { top: 45%; width: 70px; height: 80px;}
.pagine-prodotto-camino .vc_images_carousel .vc_carousel-control .icon-next {background: url(images/freccia-dx.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 70px; height: 80px; margin-top: -40px; margin-left: -35px;}
.pagine-prodotto-camino .vc_images_carousel .vc_carousel-control .icon-next:before, .pagine-prodotto-camino .vc_images_carousel .vc_carousel-control .icon-prev:before {display: none;}
.pagine-prodotto-camino .vc_images_carousel .vc_carousel-control .icon-prev {background: url(images/freccia-sx.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 70px; height: 80px; margin-top: -40px; margin-left: -35px;}
.pagine-prodotto-camino .vc_images_carousel .vc_carousel-indicators { bottom: -40px;}
.pagine-prodotto-camino .finiture .icone.tasselli {height: 124px; width: 124px;}
.pagine-prodotto-camino .tp-caption h5 {font-size: 14px; line-height: 17px;}

/********************/
/**** PAGINE SEO ****/
.pagine-seo{ margin-top: -124px; }
.pagine-seo .filtro-abaco{padding: 25px 0 25px 0; color: #FFF; margin: 25px 0 0 0; background-color: #8c9ca6;}
.pagine-seo .filtro-abaco .titolo{margin-bottom: 5px; font-family: Helvetica, Arial; font-size: 15px;}
.pagine-seo .filtro-abaco .selected{font-family: Helvetica, Arial; text-decoration: underline; color: #58595b}
.pagine-seo .breadcrumbs{height: 25px; line-height: 25px; background-color: #6e7f8a; color: #FFF; font-family: Helvetica, Arial; font-size: 12px; margin-bottom: 65px !important;}
.pagine-seo .breadcrumbs .azzera-filtro{cursor: pointer;}
.pagine-seo .filtro-abaco .titolo-filtro{padding-left: 25px;}
.pagine-seo .filtro-abaco ul{margin: 0; padding: 0; list-style-type: none;}
.pagine-seo .filtro-abaco ul li{padding-left: 38px; height: 29px; line-height: 28px; font-family: Helvetica, Arial; font-size: 13px; margin-bottom: 10px; cursor: pointer;}
.pagine-seo .filtro-abaco ul li#convezione{background: url(images/abaco-icons/convezione-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#accumulo{background: url(images/abaco-icons/accumulo-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#ventilazione-forzata{background: url(images/abaco-icons/ventilazione-forzata-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#aria{background: url(images/abaco-icons/aria-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#acqua{background: url(images/abaco-icons/acqua-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#frontale{background: url(images/abaco-icons/parete-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#angolo{background: url(images/abaco-icons/angolo-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#separazione{background: url(images/abaco-icons/separare-ambienti-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#spazi-ristretti{background: url(images/abaco-icons/spazi-ristretti-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#uscita-fumi{background: url(images/abaco-icons/uscita-fumi-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#recupero-focolare{background: url(images/abaco-icons/recupero-focolare-bianco.png) no-repeat;}
.pagine-seo .filtro-abaco ul li#case-passive{background: url(images/abaco-icons/case-passive-bianco.png) no-repeat;}
.pagine-seo .prodotto{width: 18%; float: left; margin: 5px 1%; /*padding: 1% 0;*/ border: 1px solid #CCC;}
.pagine-seo .prodotto .miniatura{height: 100%; padding: 5% 0; background-color: #FFF;}
.pagine-seo .prodotto .nome-modello{margin-top: 15px;}
.pagine-seo .macro-categoria{margin: 65px 0 16px 0;}
.pagine-seo .sotto-categoria{margin: 0 0 23px 0;}
.pagine-seo .vc_images_carousel .vc_carousel-indicators {bottom: -40px;}

.pagine-seo .titolo-8 p, .pagine-seo .titolo-8 h2 {color: #85909b; font-size: 25px; margin-bottom: 24px !important;}
.pagine-seo .testo-7 p, .pagine-seo .testo-3 p, .pagine-seo .testo-7 ul li, .pagine-seo .testo-3 ul li, .pagine-seo .testo-7 p a {color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;}

/******************************/
/**** SCEGLI IL TUO CALORE ****/
.scegli-calore .titolo-blocco h5{margin-top: 40px;}
.scegli-calore .blocco{margin-bottom: 20px; cursor: pointer;}
.scegli-calore .blocco-notouch{margin-bottom: 20px;}
.scegli-calore .blocco a{color: #FFF;}
.scegli-calore .blocco-testo {padding: 3px 0 0 0; border-top:#7a8a96 5px solid; margin-bottom: 50px;}
.scegli-calore .elemento-assoluto{width: 100%; max-width: 245px; height: 100%; max-height: 245px; margin: auto !important; color: #FFF; background-color: rgba(48,63,81,.67); position:absolute; top:0; left:0; bottom:0; right:0; padding: 30px 15px;}
.scegli-calore .sfondo img {max-height:180px;}
.scegli-calore .titolo-blocco .elemento-assoluto{max-height: 100%; max-width: 100%;}
.scegli-calore .elemento-assoluto .wpb_wrapper{position: relative; height: 100%;}
.scegli-calore .elemento-assoluto .wpb_wrapper h3{font-size: 22px; line-height: 20px; margin-bottom: 30px;}
.scegli-calore .elemento-assoluto .wpb_wrapper h5{}
.scegli-calore .elemento-assoluto .wpb_wrapper .testo-1{position: absolute; width: 100%; bottom: 0;}
.scegli-calore .blocco .vc_single_image-wrapper img{min-height: 186px;}

.scegli-calore .titolo-blocco h1 { font-size: 46px; line-height: 50px; color: #ffffff; -webkit-font-smoothing: antialiased !important;}
.scegli-calore .titolo-blocco .elemento-assoluto {background-color: #85909b; padding: 25px 20px 20px 20px;}
.scegli-calore .titolo-blocco h5 { position: absolute; width: 100%; color: #ffffff; bottom: 0px; margin-top: 10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 20px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important; -webkit-font-smoothing: antialiased !important;}
.scegli-calore .elemento-assoluto {max-width: 330px; max-height: 220px; padding: 30px;}
.scegli-calore .elemento-assoluto .wpb_wrapper h3{font-size: 26px; line-height: 26px; margin-bottom: 30px;}
.scegli-calore .elemento-assoluto .wpb_wrapper h5{text-transform: uppercase;}
.scegli-calore .elemento-assoluto .wpb_wrapper .testo-1 {display: none;}

/******************************/
/**** SCEGLI IL TUO CALORE ****/
/* .scegli-calore-interna .entry-content {margin-top: 79px;} */
.scegli-calore-interna .titolo-blocco h5{margin-top: 40px;}
.scegli-calore-interna .blocco{margin-bottom: 0px; }
.scegli-calore-interna .blocco a{color: #FFF;}
.scegli-calore-interna .blocco-testo {padding: 3px 0 0 0; border-top:#7a8a96 5px solid; margin-bottom: 50px;}
.scegli-calore-interna .elemento-assoluto{width: 100%; max-width: 310px; height: 100%; max-height: 210px; margin: auto !important; color: #FFF;  background-color: rgba(48,63,81,.67); position:absolute; top:0; left:0; bottom:0; right:0; padding: 30px 15px;}
.scegli-calore-interna .sfondo img {max-height:180px;}
.scegli-calore-interna .titolo-blocco .elemento-assoluto{max-height: 100%; max-width: 100%;}
.scegli-calore-interna .elemento-assoluto .wpb_wrapper{position: relative; height: 100%; display:table; width:100%}
.scegli-calore-interna .elemento-assoluto .wpb_wrapper h3{font-size: 22px; line-height: 20px; margin-bottom: 30px; display:table-cell; vertical-align:middle; float:left; width: 100%;}
.scegli-calore-interna .elemento-assoluto .wpb_wrapper h5{width: 100%;}
.scegli-calore-interna .elemento-assoluto .wpb_wrapper .testo-1{position: absolute; width: 100%; bottom: 0;}
.scegli-calore-interna .blocco .vc_single_image-wrapper img{min-height: 186px;}

.scegli-calore-interna .titolo-blocco h1 { font-size: 46px; line-height: 50px; color: #ffffff; -webkit-font-smoothing: antialiased !important;}
.scegli-calore-interna .titolo-blocco .elemento-assoluto {background-color: #85909b; padding: 25px 10px 20px 20px;}
.scegli-calore-interna .elemento-assoluto {max-width: 330px; max-height: 220px;}
.scegli-calore-interna .blocco-testo {padding: 0; border: 0;}
.scegli-calore-interna .blocco-testo .titolo-8 p, .scegli-calore-interna .titolo-8 p {color: #85909b; font-size: 25px; line-height: 32px; margin-bottom: 10px !important;}
.scegli-calore-interna .blocco-testo .titolo-8 h2, .scegli-calore-interna .titolo-8 h2 {color: #85909b;font-size: 25px;margin-bottom: 24px !important;}
.scegli-calore-interna .blocco-testo .testo-7 p, .scegli-calore-interna .testo-3 p, .scegli-calore-interna .testo-7 p, .scegli-calore-interna .testo-7 ul li {color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;}
.scegli-calore-interna .elemento-assoluto .wpb_wrapper h3{font-size: 23px; line-height: 23px; margin-bottom: 20px; display:table-cell; vertical-align:middle; float:left; width: 100%;}
/* .scegli-calore-interna .elemento-assoluto .wpb_wrapper h5 {font-size: 14px;} */
.scegli-calore-interna p a { color: #596168;}
.scegli-calore-interna .sfondo img {max-height:220px;}

.scegli-calore-interna .box-intestazione {background-color: #85909b; display: flex; display: -webkit-flex; display: -webkit-box; }
.scegli-calore-interna .box-intestazione > .box-testuale, .realizzazioni .box-intestazione > .box-testuale > .wpb_wrapper { display: flex; display: -webkit-flex; display: -webkit-box;}
.scegli-calore-interna .img-no-margin {margin-right: 0px !important; float: right;}
.scegli-calore-interna .box-testuale {padding: 25px 0px 20px 10px; position: relative; margin-right: 2% !important;}
.scegli-calore-interna .box-testuale h1 {font-size: 46px; line-height: 50px; color: #ffffff; -webkit-font-smoothing: antialiased !important;}
.scegli-calore-interna .box-testuale .sottotitolo {position: absolute; width: 100%; color: #ffffff; bottom: 15px; margin-top:10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 20px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important; -webkit-font-smoothing: antialiased !important;}
/* .scegli-calore-interna .breadcrumb {margin-bottom: 20px !important; color: #596168; font-size: 12px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter;}
.scegli-calore-interna .breadcrumb a {color: #596168; font-weight: bold; text-decoration: none;} */



.scegli-calore-interna .wpcf7 input, .scegli-calore-interna .wpcf7 select{border: 1px solid #000; height: 25px; width:100%;}
.scegli-calore-interna .wpcf7 p{float: left; margin-bottom: 10px; font-size: 14px;}
.scegli-calore-interna .wpcf7 .cognome{width: 49%; margin-right: 2%;}
.scegli-calore-interna .wpcf7 .nome{width: 49%;}
.scegli-calore-interna .wpcf7 .email{width: 31%; margin-right: 2%;}
.scegli-calore-interna .wpcf7 .nazione{width: 49%;}
.scegli-calore-interna .wpcf7 .cap{width: 31%; margin-right: 2%;}
.scegli-calore-interna .wpcf7 .citta{width: 34%;}
.scegli-calore-interna .wpcf7 .provincia{width: 34%;}
.scegli-calore-interna .wpcf7 .chi{width: 34%;}
.scegli-calore-interna .wpcf7 .chi select{width: 100%;}
.scegli-calore-interna .wpcf7 .descrivi{width: 100%;}
.scegli-calore-interna .wpcf7 .telefono{width: 100%;}
.scegli-calore-interna .wpcf7 .lingua{width: 100%;}
.scegli-calore-interna .wpcf7 .lingua select{width: 100%;}
.scegli-calore-interna .wpcf7 .messaggio .wpcf7-textarea{width: 100%;}
.scegli-calore-interna .wpcf7 .privacy input{ width:auto}
.scegli-calore-interna .wpcf7 .privacy-text{font-size: 10px; margin: 5px 0 22px -1px;}
.scegli-calore-interna .wpcf7 .privacy-policy{font-size: 10px;}
.scegli-calore-interna .wpcf7 .invia{width: 50%; font-size: 16px;}
.scegli-calore-interna .wpcf7 .invia input{width: 200px !important; height: 40px; margin-top: 25px; background: rgba(48,63,81,.67); border: 0px solid !important; border-radius: 0px;}
.scegli-calore-interna .wpcf7 .invia input:hover{background:rgba(48,63,81,.87)}
.scegli-calore-interna .wpcf7 .privacy-text input[type="checkbox"] {height: 11px!important;}
.scegli-calore-interna .wpcf7 .wpcf7-recaptcha { float:left; }

/***********************/
/**** FUOCO DENTRO ****/
/* .page-fuoco-dentro .entry-header, 
.page-fuoco-dentro .entry-content, 
.page-fuoco-dentro .entry-summary, 
.page-fuoco-dentro .entry-meta {	
    max-width: 1110px;
} */
.page-fuoco-dentro{ margin-top: -124px; }
/* .fuoco-dentro { position: relative; } */
.page-fuoco-dentro .html5vid.videoisplaying .tp-revstop {
	display: none;
}
.page-fuoco-dentro .fuoco-dentro  {
	background: linear-gradient(to right, transparent, transparent 44%, #ffffff 44.001%, #ffffff 56%, transparent 56.001%, transparent);
    background: -webkit-linear-gradient(to right, transparent, transparent 44%, #ffffff 44.001%, #ffffff 56%, transparent 56.001%, transparent);
    background: -ms-linear-gradient(to right, transparent, transparent 44%, #ffffff 44.001%, #ffffff 56%, transparent 56.001%, transparent);
    background: -moz-linear-gradient(to right, transparent, transparent 44%, #ffffff 44.001%, #ffffff 56%, transparent 56.001%, transparent);
    background: -o-linear-gradient(to right, transparent, transparent 44%, #ffffff 44.001%, #ffffff 56%, transparent 56.001%, transparent);
} 


.page-fuoco-dentro .fuoco-dentro.fuoco-dentro-title {
	background: transparent;
}
.fuoco-dentro .blocco-testo {
	position: absolute;
	z-index: 100;
	background-color: #000000;
	color: #FFFFFF;
	width: 465px;
	/*height: 340px;*/
	height: 420px;
	top: 0;
	padding: 25px 0 25px 0;
	/* transition: background-color 300ms ease; */
}

.fuoco-dentro .blocco-testo.blocco-testo-small {
	height: 340px;	
}

.fuoco-dentro .blocco-testo:hover {
	background-color: #333333;
	/* transition: background-color 300ms ease; */
}

.fuoco-dentro .blocco-testo .link-scheda-fuoco {
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.container-storie .vc_figure,
.fuoco-dentro .vc_figure {
	overflow: hidden;
}
.fuoco-dentro img {
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    will-change: auto;
    transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.container-storie a:hover img,
.fuoco-dentro a:hover img {
	transform: translate3d(0, 0, 0) scale(1.02, 1.02);
	transform-origin: 0 0;
}
.container-storie img {
	transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.fuoco-dentro .blocco-testo h1 a:hover,
.fuoco-dentro .blocco-testo h1 a,
.fuoco-dentro .blocco-testo h1,
.fuoco-dentro .blocco-testo h2 a:hover,
.fuoco-dentro .blocco-testo h2 a,
.fuoco-dentro .blocco-testo h2 {
	color: #FFFFFF;
/* 	font-size: 65px;
	line-height: 61px; */
	font-size: 60px;
	line-height: 56px;
	font-weight: 700;
	height: 165px;
	text-decoration: none;
}
.fuoco-dentro .blocco-testo h2.small a:hover,
.fuoco-dentro .blocco-testo h2.small a,
.fuoco-dentro .blocco-testo h2.small {
	font-size: 60px;
	line-height: 56px;
}
/* .fuoco-dentro .blocco-testo h2.small {
	height: 138px;
} */
.fuoco-dentro .blocco-testo h1,
.fuoco-dentro .blocco-testo h2 {
	padding: 0px 10px 40px 25px;
	margin: 0px;
}
/* .fuoco-dentro .blocco-testo h2.small_padding {
	padding-bottom: 20px;
} */
.fuoco-dentro .blocco-testo h3 a:hover,
.fuoco-dentro .blocco-testo h3 a,
.fuoco-dentro .blocco-testo h3 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	text-decoration: none;
}
.fuoco-dentro .blocco-testo h3 {
	margin: 0px;
	padding: 0px 25px 20px 25px;
}
.fuoco-dentro .blocco-testo h5 a:hover,
.fuoco-dentro .blocco-testo h5 a,
.fuoco-dentro .blocco-testo h5 {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-decoration: none;
}
.fuoco-dentro .blocco-testo h5 {
	margin: 0px;
	padding: 0px 65px 20px 25px;
}
.fuoco-dentro .blocco-testo p {
	margin: 0px;
	padding: 0px 25px 0px 25px;
}

.fuoco-dentro .blocco-testo p .btn {
	margin: 0px;
	padding: 15px 10px;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	height: 50px;
	display: inline-block;
}

.fuoco-dentro .blocco-testo p .btn:hover,
.fuoco-dentro .blocco-testo p .btn:focus {
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
}
/* .fuoco-dentro-orizzontale .blocco-testo {
	margin-top: 265px;
} */
.fuoco-dentro-verticale .blocco-testo {
	margin-top: 185px;
}
.blocco-testo-dx {
	right: 0;
}

.blocco-testo-center {
	right: 0;
	left: 0;
	margin: 0 auto;
}
/* .fuoco-dentro-verticale-img-dx {
	margin-left: 400px;
}
.fuoco-dentro-verticale-img-sx {
	margin-left: 136px;
} */
/* .drop-line-center {
  position: absolute;
  margin: auto;
  width: 3px;
  overflow: hidden;  
  left: 0;
  right: 0;
  z-index: -999;
}
.drop-line-center::after {
  content: "";
  display: block;
  background: #A30D12;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translateY(0%);
  animation: line-scroll 13s;
  animation-iteration-count: 1;
}

@keyframes line-scroll {
  0% {
    transform: translateY(-100%);
  }
  20% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
} */

.drop-line {
  background: #A30D12;
  width: 3px;
  height: 10px;
  position: fixed;
  top: 50px;
  left: calc(50% - 3px);
  z-index: 0;
}

/* .lines{
  width: 200%;
  left: -50%;
  height: 2px;
  background: #dcdcdc;
  position: fixed; 
  z-index: -9999;
} */
/***********************/
/**** STORIA FUOCO DENTRO ****/

.page-fuoco-dentro .wpb_revslider_element .tp-resizeme {
	width: 100% !important;
	height: auto !important;
	text-align: center;
	background-color: transparent !important;
/* 	top: 54vh !important; */
	top: auto !important;
    bottom: 75px !important;
	left: 40px !important;
	font-size: 20px;
	font-weight: bold;
}

.page-fuoco-dentro .wpb_revslider_element .tp-resizeme a {
	text-decoration: none;
	white-space: normal;
}
.row-scheda-fuoco-dentro {}
.col-scheda-fuoco-dentro-dx {
	max-width: 794px !important;
} 
.col-scheda-fuoco-dentro-sx {
	
}
.col-scheda-fuoco-dentro-dx h1 {
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	line-height: 56px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 10px;
}
.col-scheda-fuoco-dentro-dx h2 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 21px;
	letter-spacing: 0.03em;
	color: #596168;
	font-weight: 700;
	margin-bottom: 10px;
}
.col-scheda-fuoco-dentro-dx h3.virgolettato {
	margin: 0px;
	padding: 0px;
	padding: 75px 0px 80px 135px;
	color: #000000;
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	letter-spacing: 0.03em;
	background-image: url(images/virgolette.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.col-scheda-fuoco-dentro-dx h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	color: #000000;
	margin-bottom: 10px;
	border: 0px;
}
.col-scheda-fuoco-dentro-dx h5 {
	margin: 0px;
	padding: 0px;
}
.col-scheda-fuoco-dentro-dx hr {
	border: 0px;
	width: 80px;
	height: 2px;
	background-color: #000000;
	margin: 0px;
	margin-bottom: 30px;
}
.col-scheda-fuoco-dentro-dx p {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0.03em;
	color: #596168;
	margin-bottom: 30px !important;
}
.col-scheda-fuoco-dentro-dx p.black {
	color: #000000;
}
.col-scheda-fuoco-dentro-dx img {
	margin-bottom: 20px;
}
.col-scheda-fuoco-dentro-sx p {
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	color: #000000;
	font-weight: 700;
}
.col-scheda-fuoco-dentro-dx .wpb_image_grid_ul li.isotope-item { margin: 0px; }
.col-scheda-fuoco-dentro-dx .wpb_image_grid_ul li:first-child {
	margin-right: 22px;
}
.col-scheda-fuoco-dentro-dx .blocco-absolute {
	position: absolute;
	top: 190px;
	background-color: #000000;
	width: 386px;
	height: 300px;
	padding: 45px;
	margin-left: 408px;
}
.col-scheda-fuoco-dentro-dx .blocco-absolute.blocco-absolute-img-dx{
	margin-left: 0px;
}
.col-scheda-fuoco-dentro-dx .blocco-absolute p {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.03em;
	font-weight: 700;
}
.col-scheda-fuoco-dentro-dx .blocco-absolute p a {
	display: block;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	font-weight: 700;
	padding: 10px 0px;
}
.col-scheda-fuoco-dentro-dx .blocco-absolute p a:hover {
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
}
.container-storie {
	padding-top: 30px;
	border-top: 2px solid #85909B;
}
.col-scheda-fuoco-dentro-dx .link-altre-schede {
	font-size: 22px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.intro-visible-xs {
	display: none;
}

@media (max-width: 999px) {
		.col-scheda-fuoco-dentro-dx .blocco-absolute {
		margin-left: 0px;
		max-width: 465px;
		max-height: 340px;
		width: auto;
		height: auto;
		position: static;
		margin-bottom: 20px;
	}
	
}

@media (max-width: 767px) {
	.intro-visible-xs {
	display: block;
	background-color: #ffffff;
	text-align: center;
}
.intro-visible-xs h2 {
font-size: 28px;
    line-height: 32px;
}
	.page-fuoco-dentro{ margin-top: 0px; }
	.page-fuoco-dentro .entry-content {
		margin-top: 60px;
	}
	.page-fuoco-dentro .rev_slider_wrapper {
	    width: 100% !important;
		height: 100% !important;
		left: 0% !important;
		/*   right: -8% !important; */
	}
	.fuoco-dentro .blocco-testo.blocco-testo-small,
	.fuoco-dentro .blocco-testo {
		max-width: 465px;
		/*max-height: 340px;*/
		max-height: 420px;
		width: auto;
		height: auto;
		position: static;
		margin-top: 0px !important;
	}
	
	.page-fuoco-dentro .rev_slider_wrapper .down-slider {
		display: none;
	}
	.fuoco-dentro .blocco-testo h2 a:hover, 
	.fuoco-dentro .blocco-testo h2 a, 
	.fuoco-dentro .blocco-testo h2,
	.fuoco-dentro .blocco-testo h2.small a:hover, 
	.fuoco-dentro .blocco-testo h2.small a, 
	.fuoco-dentro .blocco-testo h2.small {
		font-size: 30px;
		line-height: 34px;
		height: auto;
		padding: 0px 5px 20px 25px;
	}
/* 	.fuoco-dentro .blocco-testo h2.small {
		height: auto;
	} */
	.fuoco-dentro .blocco-testo h5 a:hover, .fuoco-dentro .blocco-testo h5 a, .fuoco-dentro .blocco-testo h5 {
		font-size: 20px;
		line-height: 24px;
	}
	.drop-line {
		z-index: -1 !important;
	}
	.col-scheda-fuoco-dentro-dx .blocco-absolute {
		margin-left: 0px;
		max-width: 465px;
		max-height: 340px;
		width: auto;
		height: auto;
		position: static;
		margin-bottom: 20px;
	}
	.page-fuoco-dentro .wpb_revslider_element .tp-resizeme {
		top: 0% !important;
		left: 0px !important;
		margin-top: 0px !important;
	}
	.col-scheda-fuoco-dentro-dx h3.virgolettato {
		padding: 75px 0px 80px 0px;
	}
	.col-scheda-fuoco-dentro-dx .wpb_image_grid_ul li:first-child {
		margin-right: 0px;
	}
	.col-scheda-fuoco-dentro-sx p {
		text-align: left;
	}
	.wpb_revslider_element.hidden-xs {
		display: none;
	}
	.page-fuoco-dentro .wpb_animate_when_almost_visible {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-animation-duration: 0s;
		animation-duration: 0s;
		-webkit-animation: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.drop-line {
		display: none;
	}
}


@media (max-width: 450px) {

	
}
/***********************/
/****** DESIGNER ******/

.animated {
-webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0); 
  }

  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 768px) {
	.page-designer .vc_col-sm-12 {
		width: 98% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .owl-item .vc_col-sm-12 {
		width: 100% !important;
		    margin: 0 !important; 
			padding: 0 !important;
	}	
	
	.page-designer .vc_col-sm-11 {
		width: 89.66666667% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-10 {
		width: 81.33333333% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-9 {
		width: 73% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-8 {
		width: 64.66666667% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-7 {
		width: 56.33333333% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-6 {
		width: 48% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-5 {
		width: 39.66666667% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-4 {
		width: 31.33333333% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-3 {
		width: 23% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-2 {
		width: 14.66666667% !important;
		    margin: 0 1% !important;
			padding: 0 !important;
	}
	.page-designer .vc_col-sm-1 {
		width: 6.33333333% !important; 
		    margin: 0 1% !important;
			padding: 0 !important;
	}	
}
.page-designer .fadeInUp{
	-webkit-animation-name:fadeInUp2;
animation-name:fadeInUp2 ;
} 

.page-designer{ margin-top: -124px; }


.page-designer .rev_slider_wrapper h1 { 
	text-align: center;
    color: white;
    letter-spacing: 0.05em;
	letter-spacing: 0.3125vw; 
    font-size: 120px;
    font-size: 6.25vw;
}

.page-designer .descrizione-designer {
	font-size: 17px;
line-height: 24px;
letter-spacing: 0.03em; 
color: #000000;
font-weight: 400;
}

.page-designer .didascalia {
	font-size: 14px;
line-height: 17px;
text-align: right;
letter-spacing: 0.03em;
color: #000000;
font-weight: 700; 
}

.page-designer .photo-credits {
font-size: 12px;
line-height: 14px;
color: #C4C4C4;
margin-top: 20px; 
}

.page-designer h2 {
	font-size: 46px;
line-height: 45px;

color: #000000;
}

.page-designer h4 {
	margin-top: 20px;
font-size: 18px;
line-height: 21px; 
font-weight: 400;
letter-spacing: 0.03em;
color: #000000;
}

.page-designer h4 a {
	text-decoration: none;
	color: #000000;
}

.page-designer .vc_images_carousel .vc_carousel-control { top: 45%; width: 45px; height: 45px;}
.page-designer .vc_images_carousel .vc_carousel-control .icon-next {background: url(images/Freccia-right.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 45px; height: 45px; margin-top: -22px; margin-left: -22px;}
.page-designer .vc_images_carousel .vc_carousel-control .icon-next:before, .page-designer .vc_images_carousel .vc_carousel-control .icon-prev:before {display: none;}
.page-designer .vc_images_carousel .vc_carousel-control .icon-prev {background: url(images/Freccia-left.png) no-repeat center; background-color: rgba(48,63,81,.67); width: 45px; height: 45px; margin-top: -22px; margin-left: -22px;}
.page-designer .vc_images_carousel .vc_carousel-indicators { display: none; bottom: -40px;}
 
 
.page-designer .carousel-anything-container.owl-theme.has-arrows .owl-controls {
    margin-top: -22px;
    height: 45px;
}
 
 .page-designer .carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div:before {
	display: none; 
 }
 
.page-designer .carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div {
    height: 45px;
    width: 45px;
    left: 0px;
	z-index: 2;
	border-radius: 0;
		background: url(images/Freccia-left.png) no-repeat center;
		opacity: 1;
} 
 
 .page-designer .carousel-anything-container.owl-theme.has-arrows .owl-controls .owl-buttons div.owl-next {
    right: 0; 
	background: url(images/Freccia-right.png) no-repeat center;
}
 
  .page-designer .carousel-anything-container.owl-theme.has-arrows .product-description {
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: -59px;
	  width: 100%;
	  padding: 21px 44px;
	  background: rgba(0, 0, 0, 0.8);
	  -webkit-transition: all 300ms ease; transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease;
  }
 
   .page-designer .carousel-anything-container.owl-theme.has-arrows .owl-item:hover .product-description {
	  bottom: 0; 
	  -webkit-transition: all 300ms ease; transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease;
  }
 
 
  .page-designer .carousel-anything-container.owl-theme.has-arrows .product-description p,
  .page-designer .carousel-anything-container.owl-theme.has-arrows .product-description a { 
 font-size: 14px;
line-height: 17px;
letter-spacing: 0.03em;
font-weight: bold;
color: #FFFFFF;
  } 
  
.row-visible-xs {
	display: none !important;
}

.row-hidden-xs {
	display: block !important;
}
@media (max-width: 767px) {
	  .page-designer .carousel-anything-container.owl-theme.has-arrows .product-description {
	  bottom: 0;
	  }
	.row-visible-xs {
	display: block !important;
}

.row-hidden-xs {
	display: none !important; 
}
	.page-designer .rev_slider_wrapper {
	    min-height: auto !important;
    height: 60vw !important;
	}
	.page-designer .rev_slider_wrapper .down-slider {
		display: none;
	}
	
	.page-designer h2 {
	font-size: 36px;
	line-height: 36px;
	}
	 
	.page-designer .didascalia {
		margin-bottom: 30px !important;
	} 
	.page-designer .photo-credits {
		margin-bottom: 30px !important;
	}
.page-designer .vc_col-sm-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	
/* .page-designer .vc_custom_1568105635716 {
    margin-top: 0px !important;
} */

.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568364677665, 
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568105635716,
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568106886498,
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568109169495,
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568118355300,
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568185522353,
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568186442418,
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568186457458,
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568290767979,
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568204164894,
.page-designer .vc_column_container>.vc_column-inner.vc_custom_1568204762757 {
	margin-top: 0px !important;
} 
}
/***********************/
/**** PUNTI VENDITA ****/
.punti-vendita img{max-width: none !important;}
.punti-vendita .blocco-titolo{height: 426px; margin-bottom: 20px;}
.punti-vendita .blocco-mappa{margin-bottom: 20px;}
.punti-vendita .blocco-legenda{margin-top: 40px; margin-bottom: 20px; }
.punti-vendita .blocco-legenda .rivendita-plus{padding: 15px 20px 0 60px; background: url(images/rivendite-plus.png) no-repeat 20px 0px; background-size: 25px;}
.punti-vendita .blocco-legenda .rivendita-normale{padding: 15px 20px 0 60px; background: url(images/rivendite.png) no-repeat 20px 0px; background-size: 25px;}
.punti-vendita .blocco-risultati{margin-top: 40px; margin-bottom: 20px;}
.punti-vendita .google-maps{width: 100%; height: 426px;}
.punti-vendita .box h1{margin: 0 0 50px 0;}
.punti-vendita .box-ricerca{margin-top: 45px;}
.punti-vendita .box-ricerca select{width: 100%; height: 50px; padding-top: 12px; background-color: transparent; color: #FFF; border: 0px; border-bottom: 2px solid #FFF; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(images/select-down.png) 100% 30px no-repeat; outline: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.punti-vendita .box-ricerca select option{width: 100%; background-color: rgba(48,63,81, .67); color: #FFF; border: 0px; outline: none; font-size: 16px;}
.punti-vendita .box .cerca{display: none; cursor: pointer; margin-top: 15px;}
.punti-vendita .risultati-ricerca{margin-top: 20px;}
.punti-vendita .risultati-ricerca .elenco-news .titolo{background: url(images/eventi-arrow.png) no-repeat 0px 8px; border-top: 2px solid #000; font-size: 20px; line-height: 50px; font-weight: 900; padding-left: 50px;}
.punti-vendita .risultati-ricerca .elenco-news .box-news{padding: 35px; background: url(images/bg-box.png);}
.punti-vendita .risultati-ricerca .elenco-news .box-news > div{margin-bottom: 20px;}
.punti-vendita .risultati-ricerca .elenco-news .box-news .testo-11{line-height: 17px;}
.punti-vendita .risultati-ricerca .elenco-rivendite{margin-bottom: 20px !important;}
.punti-vendita .risultati-ricerca .elenco-rivendite .rivendita-plus{padding: 15px 20px 0 60px; background: url(images/rivendite-plus.png) no-repeat 20px 0px; background-size: 25px;}
.punti-vendita .risultati-ricerca .elenco-rivendite .rivendita-normale{padding: 15px 20px 0 60px; background: url(images/rivendite.png) no-repeat 20px 0px; background-size: 25px;}
.punti-vendita .risultati-ricerca .provincia{border-bottom: 2px solid #000; text-transform: uppercase; padding: 0; padding-bottom: 10px; margin: 20px 0 10px 0;}
.punti-vendita .risultati-ricerca .box-risultati .telefono{cursor: pointer;}
.punti-vendita .risultati-ricerca .box-risultati .email{cursor: pointer;}
.punti-vendita .risultati-ricerca .elenco-rivendite .box-risultati{height: 160px; margin-bottom: 10px; padding: 10px 20px 0 40px;}
.punti-vendita .risultati-ricerca .elenco-rivendite .box-risultati-plus{background: #dbe0e3 url(images/rivendite-plus.png) no-repeat 4px 10px;}
.punti-vendita .risultati-ricerca .elenco-rivendite .box-risultati-normale{background: url(images/rivendite.png) no-repeat 4px 10px;}
.punti-vendita .risultati-ricerca .elenco-agenti{margin-bottom: 20px !important;}
.punti-vendita .risultati-ricerca .elenco-agenti .wpb_wrapper > div{margin-bottom: 20px;}
.punti-vendita .risultati-ricerca .elenco-agenti h4{margin-bottom: 20px; text-align: center;}
.punti-vendita .risultati-ricerca .elenco-agenti .sigla-provincia{font-size: 12px;}
.punti-vendita .risultati-ricerca .elenco-agenti .telefono{cursor: pointer;}
.punti-vendita .risultati-ricerca .elenco-agenti .email{cursor: pointer;}
.punti-vendita .risultati-ricerca .hid-titolo-agenti{display: none;}
.punti-vendita .risultati-ricerca .hid-tel{display: none;}
.punti-vendita .risultati-ricerca .hid-email{display: none;}
.punti-vendita .risultati-ricerca .hid-scopri{display: none;}
.punti-vendita .risultati-ricerca .hid-referente{display: none;}

/***********************/
/**** PUNTI VENDITA NEW ****/
.punti-vendita-new .entry-content {margin-top: 84px;}
.punti-vendita-new img{max-width: none !important;}
.punti-vendita-new .row-ricerca {position: absolute; background: rgba(0, 0, 0, 0.6); left: 0; right: 0; height: -webkit-calc(85vh - 78px); height: calc(85vh - 78px); z-index: 10002;}
.punti-vendita-new .blocco-titolo{position: absolute; background: transparent; text-align: center; top: -webkit-calc(50% - 153px); top: calc(50% - 153px);}
.punti-vendita-new .blocco-mappa{position: static;}
.punti-vendita-new .row-empty {margin-top: calc(85vh - 78px); margin-top: -webkit-calc(85vh - 78px);}
.punti-vendita-new .row-legenda {display: none;}
.punti-vendita-new .row-legenda .riga-legenda .indietro {padding-top: 10px; border-top: 2px solid #dbdfe3; color: #596168; font-size: 12px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter;}
.punti-vendita-new .row-legenda .riga-legenda .indietro a {color: #596168; font-weight: bold; text-decoration: none;}
.punti-vendita-new .blocco-legenda.vc_col-sm-4{padding-left: 15px; padding-right: 15px; width: 33.33333333% !important; }
.punti-vendita-new .blocco-legenda{margin-top: 50px; margin-bottom: 30px; }
.punti-vendita-new .blocco-legenda .titolo-5 {color: #596168; font-size: 14px; line-height: 14px; font-weight: bold; margin-bottom: 5px;}
.punti-vendita-new .blocco-legenda .testo-11 {color: #596168; font-size: 12px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter;}
.punti-vendita-new .blocco-legenda .rivendita-plus{padding: 60px 20px 0 0; background: url(images/punti-vendita/rosso.svg) no-repeat 0px 15px;}
.punti-vendita-new .blocco-legenda .rivendita-normale{padding: 60px 20px 0 0; background: url(images/punti-vendita/grigio.svg) no-repeat 0px 15px;}
.punti-vendita-new .blocco-legenda .rivendita-premium{padding: 60px 20px 0 0; background: url(images/punti-vendita/premium.svg) no-repeat 0px 0px;}
.punti-vendita-new .blocco-risultati{margin-top: 40px; margin-bottom: 20px;}
.punti-vendita-new .blocco-risultati p,
.punti-vendita-new .blocco-risultati ul li,
.punti-vendita-new .blocco-risultati .titolo-8,
.punti-vendita-new .blocco-risultati .testo-7 { color: #596168; font-size: 14px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter; margin-bottom: 5px;}
.punti-vendita-new .google-maps {position: absolute; left: 0; overflow: hidden; right: 0; height: -webkit-calc(85vh - 78px); height: calc(85vh - 78px);  z-index: 10001;}
.punti-vendita-new .box h1{margin: 0 0 25px 0; font-size: 24px; letter-spacing: 0.5px}
.punti-vendita-new .box-ricerca{margin-top: 0px; display: inline-block;}
.punti-vendita-new .box-ricerca select.stato {min-width: 150px; background: #ffffff url(images/down-arrow-riv.png) no-repeat center right 10px;}
.punti-vendita-new .box-ricerca select.regione {min-width: 300px; background: #ffffff url(images/marker-select.png) no-repeat center right 10px;}
.punti-vendita-new .box-ricerca select{width: auto; height: 50px; font-size: 14px; padding-left: 15px; color: #5f6468; border: 0px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: url(images/select-down.png) 100% 22px no-repeat; background-color: #ffffff; outline: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; margin-right: 3px;}
.punti-vendita-new .box-ricerca select option{width: auto; color: #5f6468; border: 0px; outline: none; font-size: 16px;}
.punti-vendita-new .box .cerca{cursor: pointer; margin-left: 10px; font-size: 16px; font-weight: 700; display: inline-block; border: 2px solid #ffffff; padding: 11px 40px;}
.punti-vendita-new .box .box-warning {max-width: 610px; margin: 0 auto; padding: 20px; margin-top: 40px; background-color: #85909b; font-size: 14px; line-height: 20px; text-align: left;}
.punti-vendita-new .blocco-risultati .warning-text {margin: 0 auto; padding: 20px; background-color: #85909b; font-size: 14px; line-height: 20px; text-align: left;}
.punti-vendita-new .box .box-warning a, .punti-vendita-new .blocco-risultati .warning-text p, .punti-vendita-new .blocco-risultati .warning-text ul li, .punti-vendita-new .blocco-risultati .warning-text p a { color: #ffffff !important;}
.punti-vendita-new .risultati-ricerca{margin-top: 0px; display: none;}
.punti-vendita-new .risultati-ricerca .full-width, .punti-vendita-new .risultati-ricerca .elenco-rivendite .full-width, .punti-vendita-new .risultati-ricerca .elenco-agenti .full-width {width: 100%; margin: 0px !important;}
.punti-vendita-new .risultati-ricerca .elenco-news .titolo{font-size: 16px; line-height: 50px; margin-top: 30px; font-weight: bold; text-transform: uppercase; color: #85909b; letter-spacing: 1px;  }
.punti-vendita-new .risultati-ricerca .elenco-news .box-news{padding: 30px 20px; background-color: #f2f2f2; margin-bottom: 20px;}
/* .punti-vendita-new .risultati-ricerca .elenco-news .box-news > div{margin-bottom: 20px;} */
.punti-vendita-new .risultati-ricerca .elenco-news .box-news .testo-5 {color: #596168; font-size: 14px; line-height: 14px; font-weight: bold; margin-bottom: 5px;}
.punti-vendita-new .risultati-ricerca .elenco-news .box-news .testo-11{color: #596168; font-size: 14px; line-height: 20px; letter-spacing: 0.3px; font-weight: lighter;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite{margin-bottom: 20px !important; width: 100%; border-bottom: 2px solid #dbdfe3;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .titolo{font-size: 16px; line-height: 40px; font-weight: bold; text-transform: uppercase; color: #85909b; letter-spacing: 1px; margin-top: 30px;  }
.punti-vendita-new .risultati-ricerca .elenco-rivendite .rivendita-plus{padding: 15px 20px 0 60px; background: url(images/punti-vendita/rosso.svg) no-repeat 20px 0px;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .rivendita-normale{padding: 15px 20px 0 60px; background: url(images/punti-vendita/grigio.svg) no-repeat 20px 0px; }
.punti-vendita-new .risultati-ricerca .provincia {cursor: pointer; padding: 15px 25px; margin: 0px; color: #596168; font-size: 24px; line-height: 32px; font-weight: bold; border-top: 2px solid #dbdfe3; background: url(images/right-arrow-riv.png) no-repeat center right 10px; -webkit-transition: all 300ms ease; transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease;}
.punti-vendita-new .risultati-ricerca .provincia:hover {background: url(images/right-arrow-riv-white.png) no-repeat center right 10px; background-color: #85909b; color: #ffffff;}
.punti-vendita-new .risultati-ricerca .provincia.open:hover {background-color: #85909b; color: #ffffff;}
.punti-vendita-new .risultati-ricerca .provincia.open {background: url(images/down-arrow-riv.png) no-repeat center right 10px; background-color: #85909b; color: #ffffff;}
.punti-vendita-new .risultati-ricerca .box-risultati .telefono,
.punti-vendita-new .gm-style .gm-style-iw .telefono {cursor: pointer; color: #596168; font-size: 12px; line-height: 18px; font-weight: bold; margin-top: 14px; margin-bottom: 5px;}
.punti-vendita-new .risultati-ricerca .box-risultati .email,
.punti-vendita-new .gm-style .gm-style-iw .email {cursor: pointer; color: #596168; font-size: 12px; line-height: 18px; font-weight: bold; margin-bottom: 5px;}
.punti-vendita-new .risultati-ricerca .box-risultati .email a,
.punti-vendita-new .gm-style .gm-style-iw .email a {color: #596168;}

.punti-vendita-new .risultati-ricerca .box-risultati .contattaci,
.punti-vendita-new .gm-style .gm-style-iw .contattaci {cursor: pointer; color: #596168; font-size: 12px; line-height: 18px; font-weight: bold; margin-bottom: 5px;}
.punti-vendita-new .risultati-ricerca .box-risultati .contattaci a,
.punti-vendita-new .gm-style .gm-style-iw .contattaci a {text-decoration: none;color: #596168;}
.punti-vendita-new .box-info.box-info-2 {padding-left: 100px;  background: url(images/punti-vendita/premium.svg) no-repeat 0px 0px;}
.punti-vendita-new .risultati-ricerca .box-risultati .scopri-rivendita {text-align: right; font-size: 13px; line-height: 18px; font-weight: bold; text-transform: uppercase; margin-top: 15px;}
.punti-vendita-new .gm-style .gm-style-iw .scopri-rivendita {font-size: 12px; line-height: 18px; font-weight: bold; text-transform: uppercase; margin-top: 0px;}
.punti-vendita-new .risultati-ricerca .box-risultati .scopri-rivendita a,
.punti-vendita-new .gm-style .gm-style-iw .scopri-rivendita a {color: #85909b; font-weight: bold;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati{height: 330px; margin-bottom: 10px; padding: 25px 20px 0 50px; border-bottom: 2px solid #dbdfe3;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .no-border .box-risultati {border: 0;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati-plus{background: url(images/punti-vendita/rosso.svg) no-repeat 14px 25px;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati-normale{background: url(images/punti-vendita/grigio.svg) no-repeat 14px 25px; }
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati-premium{background: url(images/punti-vendita/premium.svg) no-repeat 0px 25px; padding: 25px 20px 0 100px; }
.punti-vendita-new .gm-style .gm-style-iw {padding: 12px 10px;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati h6, .punti-vendita-new .gm-style .gm-style-iw h6 { font-size: 18px; line-height: 30px; font-weight: bold; text-transform: uppercase; color: #85909b; margin-bottom: 10px; }
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati .indirizzo,
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati .referente-fuoco,
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati .adesione-tassozero,
.punti-vendita-new .gm-style .gm-style-iw .indirizzo,
.punti-vendita-new .gm-style .gm-style-iw .referente-fuoco { color: #596168; font-size: 14px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter; margin-bottom: 5px;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati .indirizzo span,
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati .referente-fuoco span,
.punti-vendita-new .gm-style .gm-style-iw .indirizzo span,
.punti-vendita-new .gm-style .gm-style-iw .referente-fuoco span { font-size: 12px; font-weight: bold; text-transform:uppercase; letter-spacing:0.5px;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati .vedi-mappa,
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati .come-raggiungerci { cursor: pointer; color: #596168; font-size: 12px; line-height: 18px; font-weight: bold; margin-bottom: 5px; text-transform: uppercase;}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati .vedi-mappa a,
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati .come-raggiungerci a {text-decoration: none; color: #596168;}
.punti-vendita-new .risultati-ricerca .elenco-agenti{margin-bottom: 20px !important;}
.punti-vendita-new .risultati-ricerca .elenco-agenti .box-risultati{height: 160px; margin-bottom: 10px; padding: 25px 20px 0 15px; }
.punti-vendita-new .risultati-ricerca .elenco-agenti .wpb_wrapper > div{margin-bottom: 20px;}
.punti-vendita-new .risultati-ricerca .elenco-agenti h4{border-bottom: 2px solid #dbdfe3; font-size: 16px; line-height: 40px; font-weight: bold; text-transform: uppercase; color: #85909b; letter-spacing: 1px; margin-top: 30px; }
.punti-vendita-new .risultati-ricerca .elenco-agenti .box-risultati h5 { font-size: 18px; line-height: 30px; font-weight: bold; text-transform: uppercase; color: #85909b; margin-bottom: 10px; }
.punti-vendita-new .risultati-ricerca .elenco-agenti .sigla-provincia{font-size: 12px; color: #596168; font-size: 14px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter;}
.punti-vendita-new .risultati-ricerca .elenco-agenti .telefono{cursor: pointer;}
.punti-vendita-new .risultati-ricerca .elenco-agenti .email{cursor: pointer;}
.punti-vendita-new .risultati-ricerca .elenco-agenti .email a { color: #596168;}
.punti-vendita-new .risultati-ricerca .hid-titolo-agenti{display: none;}
.punti-vendita-new .risultati-ricerca .hid-tel{display: none;}
.punti-vendita-new .risultati-ricerca .hid-email{display: none;}
.punti-vendita-new .risultati-ricerca .hid-scopri{display: none;}
.punti-vendita-new .risultati-ricerca .hid-referente{display: none;}
.punti-vendita-new .risultati-ricerca .hid-indirizzo{display: none;}
.punti-vendita-new .risultati-ricerca .hid-visualizzamappa{display: none;}
.punti-vendita-new .risultati-ricerca .hid-contattaci{display: none;}
.row-mappa .down-slider{width: 58px; height: 35px; background: url(images/down-slider.png); position: absolute; left:50%; margin-left: -29px; bottom: 30px; z-index: 10000; cursor: pointer; animation: arrow-scroll 1.7s infinite ease;}
 
@media (max-width: 767px) {
	.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati {
    padding: 70px 20px 0 0px;
	}
	.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati-normale,
	.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati-plus {
    background: url(images/punti-vendita/rosso.svg) no-repeat 0px 20px;
}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati-premium {
    padding: 80px 20px 0 0;
}
}

.rivendita img{max-width: none !important;}
.rivendita .left-column{height: 555px; padding: 20px 15px 40px 15px; color: #FFF; margin-bottom: 20px; background-image: url(images/bg-box.png);}
.rivendita .left-column a{color: #FFF;}
.rivendita .left-column .titolo-2{margin: 20px 0;}
.rivendita .left-column .mappa{width: 100%; height: 150px;}
.rivendita .left-column .raggiungici{font-size: 12px; margin-bottom: 25px;}
.rivendita .left-column .telefono{margin-bottom: 15px; padding-left: 50px; background: url(images/punti-vendita/telefono.png) no-repeat; background-position-x: 7px; cursor: pointer;}
.rivendita .left-column .email{margin-bottom: 25px; padding-left: 50px; background: url(images/punti-vendita/email.png) no-repeat; background-position-x: 7px; cursor: pointer;}
.rivendita .left-column .referente-fuoco{height: 50px; padding-left: 50px; background: url(images/punti-vendita/referente-fuoco.png) no-repeat; background-size: 40px; background-position-x: 2px;}
.rivendita .left-column .referente-fuoco .testo-4{margin-top: 4px;}
.rivendita .right-column{height: auto; min-height: 555px; background-color: #dbe0e3; margin-bottom: 20px; padding: 20px 25px 20px 25px;}
.rivendita .right-column h2{margin-top: 0px;}
.rivendita .right-column .gallery{width: 100%; height: 300px; /*background-color: #C90; margin-bottom: 30px;*/ margin-left: 0px; overflow: hidden;}
.rivendita .right-column .gallery .img-gallery{/*width: 633px; height: 300px;*/ margin:0 auto !important; }
.rivendita .right-column .news{margin-bottom: 20px;}
.rivendita .right-column .tassozero {margin:2rem 0 0;text-align:right; }
.rivendita .right-column .slick-prev{position: absolute; left: 30px; width: 40px !important; top: 160px; z-index: 1000; background: url(images/down-slider.png) no-repeat; background-size: 40px 22px;}
.rivendita .right-column .slick-prev{transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.rivendita .right-column .slick-next{position: absolute; right: 50px; width: 40px !important; top: 160px; z-index: 1000; background: url(images/down-slider.png) no-repeat; background-size: 40px 22px;}
.rivendita .right-column .slick-next{transform: rotate(90deg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.rivendita .news{padding-left: 10px; background: url(images/maggiore-black.png) no-repeat 0 6px;}
.rivendita h1.long-social-r { font-size: 31px !important; line-height: 28px !important; padding-bottom: 10px; }

.rivendita-new .mappa{width: 100%; height: 270px; margin-top: 78px; margin-bottom: 25px;}
.rivendita-new .entry-content {margin-top: 0px;}
.rivendita-new h1.long-social-r { font-size: 31px !important; line-height: 28px !important; margin-top: 40px; margin-bottom: 25px; color: #596168; }
.rivendita-new h1.long-social-r.tipologia_2 {padding-bottom: 20px; padding-left: 110px;  background:url(images/punti-vendita/premium.svg) no-repeat 0 0;}
.rivendita-new .gallery img{max-width: none !important;}
.rivendita-new .titolo {font-size: 16px; line-height: 40px; font-weight: bold; text-transform: uppercase; color: #85909b; letter-spacing: 1px; margin-top: 10px; border-bottom: 2px solid #dbdfe3;}
.rivendita-new .titolo a, .rivendita-new .titolo span {text-transform: none !important; color: #85909b !important;}
.rivendita-new .box-indirizzo {padding: 22px 22px 5px 22px;}
.rivendita-new .indirizzo {color: #596168; font-size: 14px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter; margin-bottom: 5px;}
.rivendita-new .indirizzo span { font-weight: bold; letter-spacing: 0.5px;}
.rivendita-new .nome-referente {color: #596168; font-size: 14px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter; margin-bottom: 5px; padding: 18px 22px 5px 22px;}
.rivendita-new .btn-contatta-punto-vendita, .rivendita-new .btn-contatta-punto-vendita:hover, .rivendita-new .btn-contatta-punto-vendita:focus { margin-top: 90px; display: inline-block; background-color: #85909b; color: #FFFFFF; text-decoration: none; width: auto; padding: 0px 30px; height: 50px; font-weight: bold; line-height: 50px; text-align: center; font-size: 16px;}
.rivendita-new .left-column{height: 555px; padding: 20px 15px 40px 15px; color: #FFF; margin-bottom: 20px; background-image: url(images/bg-box.png);}
.rivendita-new .left-column a{color: #FFF;}
.rivendita-new .left-column .titolo-2{margin: 20px 0;}
.rivendita-new .left-column .raggiungici{font-size: 12px; margin-bottom: 25px;}
.rivendita-new .telefono{cursor: pointer;}
/*.rivendita-new .email{cursor: pointer;}*/
.rivendita-new .left-column .referente-fuoco{height: 50px; padding-left: 50px; background: url(images/punti-vendita/referente-fuoco.png) no-repeat; background-size: 40px; background-position-x: 2px;}
.rivendita-new .left-column .referente-fuoco .testo-4{margin-top: 4px;}
.rivendita-new .right-column{height: auto; min-height: 555px; background-color: #dbe0e3; margin-bottom: 20px; padding: 20px 25px 20px 25px;}
.rivendita-new .right-column h2{margin-top: 0px;}
.rivendita-new .gallery{width: 100%; height: auto; margin-bottom: 0px; /*background-color: #C90; margin-bottom: 30px;*/ margin-left: 0px; overflow: hidden;}
.rivendita-new .gallery .img-gallery{/*width: 633px; height: 300px;*/ margin:0 auto !important; }
.rivendita-new .right-column .news{margin-bottom: 20px;}
.rivendita-new .right-column .tassozero { margin:2rem 0 0;text-align:right; }
.rivendita-new .slick-prev, .rivendita-new .slick-prev:hover, .rivendita-new .slick-prev:focus{position: absolute; left: 30px; width: 40px !important; top: 160px; z-index: 1000; background: url(images/down-slider.png) no-repeat; background-size: 40px 22px;}
.rivendita-new .slick-prev{display: none !important; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.rivendita-new .slick-next, .rivendita-new .slick-next:hover, .rivendita-new .slick-next:focus{position: absolute; right: 50px; width: 40px !important; top: 160px; z-index: 1000; background: url(images/down-slider.png) no-repeat; background-size: 40px 22px;}
.rivendita-new .slick-next{display: none !important; transform: rotate(90deg); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.rivendita-new .news{padding-left: 10px; background: url(images/maggiore-black.png) no-repeat 0 6px;}
.rivendita-new .abaco-prodotti .titolo-2 {color: #596168; font-size: 14px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter; margin-bottom: 5px; padding: 18px 22px 5px 0px;}
.rivendita-new .contatta-punto-vendita .titolo-2 {color: #596168; font-size: 14px; line-height: 18px; letter-spacing: 0.3px; font-weight: lighter; margin-bottom: 5px; padding: 18px 22px 5px 0px;}
.rivendita-new .contatta-punto-vendita .wpcf7-recaptcha.recaptcha { margin: 10px !important; }
.rivendita-new form INPUT[type=checkbox], .rivendita-new INPUT[type=radio] { padding: 0px; float: left; width: 20px; height: 20px; margin-right: 15px; }
.rivendita-new form INPUT, .rivendita-new form SELECT { color: #596168; border: 1px solid #515968; height: 52px; padding: 5px; background-color: #FFFFFF; width: 100%;}
.rivendita-new form INPUT:-moz-read-only { /* For Firefox */ background-color: #dbdfe3; }
.rivendita-new form INPUT:read-only, .rivendita-new form INPUT:disabled, .rivendita-new form SELECT:disabled { background-color: #dbdfe3; }
.rivendita-new form LABEL { display: inline-block; color: #515968; font-size: 12px; margin-bottom: 5px; }
.rivendita-new form LABEL.label_checkbox { line-height: 20px; }
.rivendita-new form TEXTAREA {width: 100%; height: 180px; color: #596168; border: 1px solid #515968; background-color: #FFFFFF; }
.rivendita-new .privacy-text, .rivendita-new .privacy-policy {font-size: 12px; line-height: 20px;}
.rivendita-new .privacy-text {margin-bottom: 40px}
.rivendita-new .privacy-riv { overflow: auto; height: 62px; padding: 15px; margin: 20px 10px 20px 10px; border: 1px solid #eaeaea; text-align: justify;}
.rivendita-new .form_group { margin-bottom: 20px; }
.rivendita-new .form_group_75 { float: left; width: 75%; }
.rivendita-new .form_group_50 { float: left; width: 50%; }
.rivendita-new .form_group_25 { float: left; width: 25%; }
.rivendita-new form p { padding: 0px 10px; }
.rivendita-new .blocco-testo {border: 1px solid #dddddd; margin: 20px 10px;}
.rivendita-new .blocco-testo img {max-width: 100%;}
.rivendita-new .blocco-testo.scuro {text-align: center; background-color: #85909b;padding: 10px;}
.rivendita-new .blocco-testo.scuro h4, .rivendita-new .blocco-testo.scuro p {color: #ffffff}
.rivendita-new .blocco-testo h4 { margin: 20px; text-decoration: none; color: #596168; font-size: 18px; line-height: 18px; letter-spacing: 0.5px; text-transform: uppercase;}
.rivendita-new .blocco-testo p { margin: 20px; text-decoration: none; color: #596168; font-size: 14px; line-height: 20px; letter-spacing: 0.3px; font-weight: lighter;}
.rivendita-new .blocco-testo.tassozero {text-align: center;}
.rivendita-new .form-submit-punto-vendita, .rivendita-new input[type="submit"], .rivendita-new .form-submit-punto-vendita:hover, .rivendita-new .form-submit-punto-vendita:focus { margin-top: 20px; margin-bottom: 20px; display: inline-block; background: #85909b !important; color: #FFFFFF; text-decoration: none; width: auto; padding: 0px 30px; height: 50px; font-weight: bold; line-height: 50px; text-align: center; font-size: 16px; border: 0px; min-width: 170px;}
.rivendita-new .box-orari-apertura {background-color: #dbdfe3; height: 300px; padding: 20px 25px;}
.rivendita-new .box-orari-apertura .titolo {margin-top: 0px; color: #596168; border-bottom: 2px solid #85909b;}
.rivendita-new .box-orari-apertura .box-table {padding: 25px 20px;}
.rivendita-new .box-orari-apertura table {border: 0px; margin: 0px;}
.rivendita-new .box-orari-apertura table td {border: 0px !important; padding: 0px; line-height: 1.9; color: #596168; font-size: 14px; letter-spacing: 0.3px; font-weight: lighter;}


/******************/
/**** SUPPORTO ****/
.supporto .elemento-assoluto{margin: auto !important; position:absolute; top:0; left:0; bottom:0; right:0; padding: 30px 15px;}
.supporto .blocco-supporto{margin-bottom: 20px; cursor: pointer;margin-left: 20px}
.supporto .titolo-blocco{margin-bottom: 20px;}
.supporto .titolo-blocco h1{margin-top: 15px; margin-bottom: 40px;}
.supporto .titolo-blocco .elemento-assoluto{max-height: 100%; color: #FFF; max-width: 100%; background-color: rgba(48,63,81,.67); width: 330px; height: 330px}
.supporto .titolo-blocco .elemento-assoluto .breadcrumb{font-size: 12px;}
.supporto .elemento-assoluto .titolo-6{margin-bottom: 30px;}
.supporto .elemento-assoluto .testo-3{height: 70px; margin-bottom: 15px;}

/* SM add */
.supporto .titolo-blocco .elemento-assoluto {background-color: #85909b; padding: 25px 20px 20px 20px;margin-left:20px !important;}
.supporto .titolo-blocco .elemento-assoluto h1 { margin: 0px; font-size: 46px; line-height: 50px; color: #ffffff; -webkit-font-smoothing: antialiased !important;}
.supporto:not(.speciale-lombardia) .titolo-blocco .elemento-assoluto h5 { position: absolute; width: calc(100% - 40px); color: #ffffff; bottom: 20px; margin-top: 10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 20px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important; -webkit-font-smoothing: antialiased !important;}
.supporto h4 {color: #85909b; font-size: 25px;}
/* .supporto p {color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;} */
.supporto .elemento-assoluto .titolo-6 { color: #596168; font-size: 26px; line-height: 32px; font-weight: bold;}
.supporto .elemento-assoluto .testo-3 { color: #596168; font-size: 14px; line-height: 18px; font-weight: lighter;}
.supporto .elemento-assoluto .link {display: none;}
/* fine SM add */

/*********************************/
/**** PAGINE INTERNE SUPPORTO ****/
.supporto-interno .intestazione{color: #FFF; height: 230px}
.supporto-interno .wpcf7 input, .supporto-interno .wpcf7 select{border: 1px solid #000; height: 25px; width:100%;}
.supporto-interno .wpcf7 p{float: left; margin-bottom: 10px; font-size: 14px;}
.supporto-interno .wpcf7 .cognome{width: 49%; margin-right: 2%;}
.supporto-interno .wpcf7 .nome{width: 49%;}
.supporto-interno .wpcf7 .email{width: 49%; margin-right: 2%;}
.supporto-interno .wpcf7 .nazione{width: 49%;}
.supporto-interno .wpcf7 .cap{width: 31%; margin-right: 2%;}
.supporto-interno .wpcf7 .citta{width: 31%; margin-right: 2%;}
.supporto-interno .wpcf7 .provincia{width: 34%;}
.supporto-interno .wpcf7 .chi{width: 34%;}
.supporto-interno .wpcf7 .chi select{width: 100%;}
.supporto-interno .wpcf7 .descrivi{width: 100%;}
.supporto-interno .wpcf7 .lingua{width: 100%;}
.supporto-interno .wpcf7 .lingua select{width: 100%;}
.supporto-interno .wpcf7 .privacy input{ width:auto}
.supporto-interno .wpcf7 .privacy-text{font-size: 10px; margin: 5px 0 22px -1px;}
.supporto-interno .wpcf7 .privacy-policy{font-size: 10px;}
.supporto-interno .wpcf7 .invia{width: 50%; font-size: 16px;}
.supporto-interno .wpcf7 .invia input{width: 200px !important; height: 40px; margin-top: 25px; background: rgba(48,63,81,.67); border: 0px solid !important; border-radius: 0px;}
.supporto-interno .wpcf7 .invia input:hover{background:rgba(48,63,81,.87)}
.supporto-interno .wpcf7 .privacy-text input[type="checkbox"] {height: 11px!important;}
.supporto-interno .wpcf7 .wpcf7-recaptcha { float:left; }

.supporto-interno .right-blue-box{width: 100%; color: #FFF; padding: 20px; float: right; background: #85909b;}
.supporto-interno .right-blue-box .titolo-7{margin-bottom: 35px; font-size: 30px; line-height: 30px;color:#FFFFFF;}
.supporto-interno .right-blue-box .titolo-7 a{color: #FFF; display: inline-block; font-size: 14px; line-height: 22px; text-decoration: underline; font-weight: bold; text-transform: uppercase;}

.supporto-interno .box-intestazione {background-color: #85909b; display: flex; display: -webkit-flex; display: -webkit-box; }
.supporto-interno .box-intestazione > .box-testuale, .realizzazioni .box-intestazione > .box-testuale > .wpb_wrapper { display: flex; display: -webkit-flex; display: -webkit-box;}
.supporto-interno .img-no-margin {margin-right: 0px !important; float: right;}
/*.supporto-interno .box-testuale {padding: 25px 0px 20px 10px; position: relative; margin-right: 2% !important;}*/
.supporto-interno .box-testuale {padding: 25px; position: relative; margin-right: 2% !important;}
.supporto-interno .box-testuale h1 {font-size: 44px; line-height: 48px; color: #ffffff; -webkit-font-smoothing: antialiased !important;}
/*.supporto-interno .box-testuale .sottotitolo {position: absolute; width: 100%; color: #ffffff; bottom: 15px; margin-top:10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 20px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important; -webkit-font-smoothing: antialiased !important;}*/
.supporto-interno .box-testuale .sottotitolo {position: absolute; color: #ffffff; bottom: 15px; margin-top:10px !important; padding-top: 12px; border-top: 2px solid #ffffff; font-size: 14px; line-height: 20px; letter-spacing: 0.5px; font-weight: bold; background: none; padding-left: 0px !important; -webkit-font-smoothing: antialiased !important;}
.supporto-interno .testo-7, .supporto-interno .testo-7 a {color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;}

/*********************************/
/**** PAGINE AGEVOLAZIONI ****/
.supporto-interno.agevolazioni .alignleft{margin-left:0px!important}
.supporto-interno.agevolazioni .elenco{display:none; margin-bottom: 40px;}
.supporto-interno.agevolazioni .titolo{background-color: rgb(229, 229, 229); text-align: center; font-size: 19px; height: 45px; line-height: 45px; margin: 0 !important; margin-bottom: 20px !important;}
.supporto-interno.agevolazioni .riga{height: 50px; font-size: 12px;}
.supporto-interno.agevolazioni .tabella{display: none; padding-bottom:10px;}
.supporto-interno.agevolazioni .lista-prodotti li{ cursor:pointer}
.supporto-interno.agevolazioni table, th, td {border: 1px solid #D5D5D5 !important;}
.supporto-interno.agevolazioni td {vertical-align: top !important; width: 25% !important; padding: 10px !important}
.supporto-interno.agevolazioni th { font-weight:normal !important; text-transform:none !important }

/* SM add */
.supporto-interno.agevolazioni .testo-7 a {color: #596168; line-height: 24px; font-weight: lighter;}
.supporto-interno.agevolazioni h5 {margin: 4px 0;}
.supporto-interno.agevolazioni h5 a {color: #85909b; font-size: 13px; }
.supporto-interno.agevolazioni .titolo-7 h3 {color: #85909b; font-size: 30px;}
.supporto-interno.agevolazioni p, .supporto-interno.agevolazioni p a, .supporto-interno.agevolazioni ul li a { color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;}
.supporto-interno.agevolazioni .titolo-8 p {line-height: normal;font-size: 25px;font-weight: 700;color: #85909b;}
.supporto-interno.agevolazioni .titolo-8 h2 {color: #85909b; font-size: 25px; margin-bottom: 24px !important;}
.supporto-interno.agevolazioni ul li {color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;}
.supporto-interno.agevolazioni table {color: #596168;}

/*********************************/
/****** PAGINE ARIA PULITA *******/
table#tbl-ariapulita tr td { border: none !important; padding: 2px 20px; border-top: 1px solid #7a8a96 !important; border-bottom: 1px solid #7a8a96 !important; }
table#tbl-ariapulita tr td:first-child { border-left: 1px solid #7a8a96 !important; }
table#tbl-ariapulita tr td:last-child { border-right: 1px solid #7a8a96 !important; }
.supporto-interno .ariapulita ul.nolista { padding: 0 !important; margin: 0 !important; }
.supporto-interno .ariapulita ul.nolista > li { display: none; list-style-type: none !important; margin: 0 0 1.5em 0; }
.supporto-interno .ariapulita .top-bar-version {
	font-size: 1rem;
    font-weight: 700;
    padding: 0.2rem 1rem;
    background: #747e8a linear-gradient(to right, #747e8a 10%, #009fda 100%);
    position: relative;
    list-style-type: none;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    font-size: 15pt;
    padding: 5pt;
    padding-left: 10pt;
    line-height: 20pt;
    width: 50%;
    margin: 0 0 1em 0;
    color: white;
    /* border-top: 5px solid #747e8a; */
    background-color: #009fda;
}
.supporto-interno .ariapulita .top-bar-version:after {
    content: "";
    border-left: .5em solid #009fda; /* This width determines the arrows length */
    border-top: 15pt solid transparent; /* This width has to be 50% of 'line-height + padding-top + padding-bottom' */
    border-bottom: 15pt solid transparent; /* Same for this width */
    width: 0;
    height: 0;
    position: absolute;
    right: -.5em; /* This has to be the same value as 'border-left's width */
    top: 0;
}
.supporto-interno .ariapulita .padding-v-10 {padding: 10px 0;}

/*************************************/
/**** PAGINA CALCOLO CONTOTERMICO ****/
.supporto-interno.agevolazioni .border-top {border-top: rgba(48,63,81,.67) 5px solid;}
.supporto-interno.agevolazioni .contotermico .label, .supporto-interno.agevolazioni .contotermico label{width: 100px; line-height: 22px; font-size: 14px;}
.supporto-interno.agevolazioni .contotermico .label {float: left;}
.supporto-interno.agevolazioni .contotermico .select select{width: 100%; font-size: 14px !important; height: 20px !important; border: 1px solid #000 !important;}
.supporto-interno.agevolazioni .contotermico input[type=radio]{ float:left; margin:0 10px; height:28px; //margin:4px 4px 10px 4px; }
.supporto-interno.agevolazioni .contotermico ul{margin: 0; padding: 0; list-style-type: none;display: block;}
.supporto-interno.agevolazioni .contotermico ul li {display: block;position: relative;list-style-type: none; }
.supporto-interno.agevolazioni .contotermico ul li > *{cursor:pointer !important;}
.supporto-interno.agevolazioni .contotermico .descrizione{line-height: 28px; font-size: 13px;}
.supporto-interno.agevolazioni .contotermico .descrizione:not(.provvisorio):hover { background: #8c9ca6;color:#ffffff; }
.supporto-interno.agevolazioni .contotermico .miniatura .nome-modello{margin-top: 15px;}
.supporto-interno.agevolazioni .contotermico .padding-v-10 {padding: 10px 0;}

/**********************/
/**** POST VENDITA ****/
.supporto-interno.post-vendita .mappa{min-height: 551px; background: url(images/mappa.jpg) no-repeat; background-position: top center;}
.supporto-interno.post-vendita .mappa .label{float: left; width: 180px;}
.supporto-interno.post-vendita .mappa .select{float: left;}
.supporto-interno.post-vendita .mappa .select select{width: 200px; font-size: 14px !important; height: 20px !important; border: 1px solid #000 !important;}
.supporto-interno.post-vendita .cat-abilitati h6 { font-size: 17px; line-height: 34px; margin-bottom: 5px; }
.supporto-interno.post-vendita .cat-abilitati{margin-top: 40px;}
.supporto-interno.post-vendita .cat-abilitati .box-risultati-normale{margin-bottom: 40px !important; height: 260px; padding-left: 50px; background: url(images/rivendite.png) no-repeat;}
.supporto-interno.post-vendita .cat-abilitati .box-risultati-normale .indirizzo{margin-top: 10px;}
.supporto-interno.post-vendita .cat-abilitati .box-risultati-normale .citta{margin-bottom: 15px;}
.supporto-interno.post-vendita .cat-abilitati .box-risultati-normale .aree, .supporto-interno.post-vendita .cat-abilitati .box-risultati-normale .competenze {margin: 5px 0;}
.supporto-interno.post-vendita h4 {font-size: 30px; margin-bottom: 25px !important; color: #85909b;    font-size: 30px;}
.supporto-interno.post-vendita p:not(.breadcrumbs), .supporto-interno.post-vendita p:not(.breadcrumbs) a {color: #596168; font-size: 16px; line-height: 20px; font-weight: lighter;}
.supporto-interno.post-vendita .vc_sep_width_100 {display: none;}
/***************************/
/**** DOCUMENTI TECNICI ****/
.supporto-interno.download input{width: 65%; font-size: 14px !important; height: 24px !important; border: 1px solid #000 !important; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; background: none; font-family: Helvetica, Arial, sans-serif; color: #000; margin-bottom: 35px;}
.supporto-interno.download .titolo-6 {font-size: 30px; color: #85909b; font-weight: bold;}
.supporto-interno.download .testo-2 {color: #596168; }
.supporto-interno.download .titolo-10 {color: #85909b; font-weight: bold; font-size: 16px; line-height: 18px; text-transform: uppercase;}
.supporto-interno.download .search-download .nome {margin: 0 !important;}
.supporto-interno.download .search-download .nome h2 {color: #85909b; }
.supporto-interno.download .testo-3 {color: #85909b; font-weight: bold; font-size: 16px; line-height: 18px; text-transform: uppercase;}
.supporto-interno.download .testo-5 {color: #85909b;}
.supporto-interno.download .search-download .versioni .link a, .supporto-interno.download .search-download .versioni .link a:hover {color: #85909b; font-size: 12px; font-weight: bold; text-transform: uppercase;}


/***************************/
/**** CATALOGHI E GUIDE ****/
.cataloghi .intestazione{color: #FFF; height: 230px}
.cataloghi .blocco-cataloghi {border-top: rgba(48,63,81,.67) 5px solid;}
.cataloghi .blocco-cataloghi.guide{border-top: 0px;}
/* .cataloghi a, .cataloghi a:LINK, .cataloghi a:HOVER, .cataloghi a:VISITED{color: rgba(48,63,81,.67);} */
.cataloghi .blocco-cataloghi{margin-bottom: 30px;}
.cataloghi .scopri-1, .cataloghi .scopri-2, .cataloghi .scopri-3{color: rgba(48,63,81,.67); cursor:pointer}
.cataloghi .nascondi-form-1 , .cataloghi .nascondi-form-2, .cataloghi .nascondi-form-3{display:none;}
.cataloghi .nascondi-form-1>div , .cataloghi .nascondi-form-2>div, .cataloghi .nascondi-form-3>div{border:none !important;}
.cataloghi .altezza-fissa-titolo{height:52px;}
.cataloghi .altezza-fissa-corpo{height:125px;}

/* SM add */
.cataloghi .blocco-cataloghi {border: 0px;}
.cataloghi .altezza-fissa-titolo{height:auto;}
.cataloghi .altezza-fissa-corpo{height:210px;}
.cataloghi h4 {font-size: 30px; margin-bottom: 25px !important; color: #85909b;    font-size: 30px;}
.cataloghi h5 {color: #85909b; font-size: 16px; line-height: 18px; text-transform: uppercase;}
.cataloghi p {color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;}
.cataloghi .vc_custom_1436883778633 {border: 0px !important;}
.cataloghi .tracking-sfoglia, .cataloghi .tracking-scarica, .cataloghi .tracking-scoprila { color: #85909b; font-size: 12px; font-weight: bold; text-transform: uppercase;}
.cataloghi .tracking-sfoglia img, .cataloghi .tracking-sfoglia + img, .cataloghi .tracking-scoprila img {display: none;}


/*************/
/**** FAQ ****/
/*.faq .fisarmonica .ui-icon {left: 10px !important; top: 0 !important; background-image: url(images/plus.png) !important; width: 20px !important; height: 20px !important}
.faq .fisarmonica .wpb_accordion_header a {padding: 0 !important; padding-left: 50px !important;}*/
/*.faq .titolo-6{color: rgba(48,63,81,.67);}*/
/*.faq .fisarmonica h3{background-color: transparent !important;}
.faq .fisarmonica .testo-3 p{margin-bottom: 15px; padding: 10px 20px 10px 20px; margin-left: 20px;}*/
.faq .search-faq{border: 0px; font-size: 14px; margin: 20px 0; width: 100%; background: #FFF url(images/search.png) no-repeat right center;}
.faq .fisarmonica-fluidsoft h5, .faq .fisarmonica-fluidsoft h3.fisa {min-height: 20px; line-height: 20px; font-weight: normal; padding-left: 35px; margin-bottom: 10px; background: url(images/plus.png) no-repeat; cursor: pointer;}
.faq .fisarmonica-fluidsoft p{padding-left: 35px; margin-bottom: 20px !important; font-size: 15px; line-height: 18px; display: none;}
.faq .fisarmonica-fluidsoft .titolo-6 p{padding-left: 0px !important; margin: 0px !important; display: block !important; color: rgba(48,63,81,.67); font-size: 23px !important; line-height: 23px !important;}

/* SM add */
.faq .fisarmonica-fluidsoft .titolo-6 p {font-size: 30px !important; line-height: 40px !important; font-weight: bold; letter-spacing: 1px;}
.faq .fisarmonica-fluidsoft h5, .faq .fisarmonica-fluidsoft h3.fisa {letter-spacing: 0.5px;  text-transform: uppercase; cursor: pointer; padding: 20px 25px 20px 0; margin: 0px; color: #85909b; font-size: 16px; line-height: 18px; font-weight: bold; border-top: 2px solid #dbdfe3; background: url(images/right-arrow-riv.png) no-repeat center right 5px; -webkit-transition: all 300ms ease; transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease;}
.faq .fisarmonica-fluidsoft h5.open, .faq .fisarmonica-fluidsoft h3.open.fisa {background: url(images/down-arrow-riv-grey.png) no-repeat center right 5px;}
.faq .fisarmonica-fluidsoft p, .faq .fisarmonica-fluidsoft p a {font-size: 17px; line-height: 24px; color: #596168; font-weight: lighter;}
.faq .fisarmonica-fluidsoft p:last-child {margin-bottom: 40px;}
.faq .fisarmonica-fluidsoft .empty-border {border-top: 2px solid #dbdfe3;}

/*********************************/
/**** PAGINA ARCHITETTI ****/
.architetti .blocco{margin-bottom: 32px;}
.architetti .blocco-immagine{margin-bottom: 40px;}/*
.architetti .wpb_wrapper .layer{background-color:rgba(48, 64, 81, 0.67); color:#fff; max-height: 685px; max-width: 685px; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto !important;}
.architetti .wpb_wrapper .layer h2{margin-top: 210px; }
.architetti .wpb_wrapper .layer h5{margin-top: 100px; }*/
.architetti .elemento-assoluto{max-height: 685px; max-width: 685px;}
.architetti .elemento-assoluto .wpb_wrapper{background-color: rgba(48, 64, 81, 0.67); color:#fff; width: 100%; height: 100%; display: inline-table;}
.architetti .elemento-assoluto .wpb_wrapper .testo{display: table-cell; vertical-align: middle;}
.architetti .elemento-assoluto .wpb_wrapper h2{margin: 0px 0px 100px 0px;}
.architetti .blocco-testo{ padding: 3px 0 0 0; border-top:#7a8a96 5px solid; margin-bottom: 40px;}
.architetti .blocco-testo .titolo-blocco{text-transform: uppercase; height: 34px; margin: 15px 0 10px 0; position:relative}
.architetti .blocco-testo .corpo{position:relative;}
.architetti .wpcf7 input, .architetti .wpcf7 select{border: 1px solid #000; height: 25px; width:100%}
.architetti .wpcf7 textarea{border: 1px solid #000; height: 125px; width:100%;}
.architetti .wpcf7 p{float: left; margin-bottom: 10px; font-size: 14px;}
.architetti .wpcf7 span{width:100%;}
.architetti .wpcf7 .cognome{width: 49%; margin-right: 2%;}
.architetti .wpcf7 .nome{width: 49%;}
.architetti .wpcf7 .email{width: 49%; margin-right: 2%;}
.architetti .wpcf7 .nazione{width: 49%;}
.architetti .wpcf7 .cap{width: 31%; margin-right: 2%;}
.architetti .wpcf7 .citta{width: 31%; margin-right: 2%;}
.architetti .wpcf7 .testata{width: 49%; margin-right: 2%;}
.architetti .wpcf7 .chi{width: 49%; margin-right: 2%;}
.architetti .wpcf7 .chi select{width: 100%;}
.architetti .wpcf7 .chi2{width: 49%;}
.architetti .wpcf7 .chi2 select{width: 100%;}
.architetti .wpcf7 .richiesta{width: 49%;}
.architetti .wpcf7 select{word-wrap: normal;}
.architetti .wpcf7 .studio{width: 49%;}
.architetti .wpcf7 .telefono{width: 100%;}
.architetti .wpcf7 .descrivi{width: 100%;}
.architetti .wpcf7 .file{width: 100%;}
.architetti .wpcf7 .privacy input{ width:auto}
.architetti .wpcf7 .privacy-text{font-size: 10px; margin: 5px 0 22px -1px;}
.architetti .wpcf7 .privacy-policy{font-size: 10px;}
.architetti .wpcf7 input{padding:0px;}
.architetti .wpcf7 .invia{width: 50%; font-size: 16px;}
.architetti .wpcf7 .invia input{width: 200px !important; height: 40px; margin-top: 25px; background: rgba(48,63,81,.67); border: 0px solid !important; border-radius: 0px;}
.architetti .wpcf7 .invia input:hover{background:rgba(48,63,81,.87)}
.architetti .wpcf7 .privacy-text input[type="checkbox"] {height: 11px!important;}

/* SM add */
.architetti .blocco-testo {border: 0px;}
.architetti .blocco-testo .titolo-blocco {height: auto;}
.architetti .titolo-blocco h5 {color: #85909b; font-size: 16px; line-height: 18px; text-transform: uppercase;}
.architetti .testo-2 p, .architetti .testo-2 p a {color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;}

/******************/
/**** PAGE 404 ****/
.error-404 .elemento-assoluto{margin: auto !important; top:0; left:0; bottom:0; right:0; padding: 30px 15px;}
.error-404 .blocco-supporto{margin-bottom: 20px; cursor: pointer;}
.error-404 .titolo-blocco{margin-bottom: 20px;}
.error-404 .titolo-blocco h1{margin-top: 15px; margin-bottom: 10px;}
.error-404 .titolo-blocco h5{color: #000;}
.error-404 .titolo-blocco .elemento-assoluto{color: #FFF; max-width: 100%; background-color: rgba(48,63,81,.67);}
.error-404 .titolo-blocco .sfondo img{max-width: 50%;}
.error-404 .testo-marginato {margin-bottom: 15px;}
.error-404 .blocco-testo{border-top: 5px solid rgba(48, 64, 81, 0.67); padding-top: 5px; margin-bottom: 20px;}
.error-404 a{text-decoration: none; cursor: pointer;}


/***********************/
/**** LANDING PAGE ****/
.pagine-landing{width: 595px; height: 541px; overflow: hidden; border: 20px solid #FFF; position: absolute; top: 50%; left: 50%; margin: -270px 0 0 -298px; background-color: #FFF;}
.pagine-landing .entry-content{width: 572px; /* 555+17px per nascondere scrollbar */ overflow: auto; margin: 0; max-height: 100%;}
.pagine-landing .entry-content > div{width: 555px;}
.pagine-landing .logo-landing{height: 55px;}
.pagine-landing .logo-landing .logo{width: 555px; height: 35px; z-index: 10001; background: #FFF url(images/logo.png) no-repeat; background-size: 123px 35px; cursor: pointer;}
.pagine-landing .elemento-assoluto{position: absolute; top: 15px; left: 15px; background-color: rgba(48,63,81,.67); color: #FFF; width: 205px; height: 355px; padding: 15px;}
.pagine-landing .elemento-assoluto .titolo{font-size: 28px; line-height: 28px; margin-bottom: 20px; font-weight: 700;}
.pagine-landing .elemento-assoluto .sottotitolo{font-size: 12px; line-height: 12px; font-weight: 900; margin-bottom: 10px;}
.pagine-landing .elemento-assoluto ul{font-size: 11px; line-height: 11px; /*font-weight: 900;*/ padding: 0 15px 0 15px; margin: 0; list-style-image: url(images/maggiore.png);}
.pagine-landing .elemento-assoluto ul li{margin-bottom: 10px;}
/*.pagine-landing .blocco-chiedi-preventivo .chiedi-preventivo{position: absolute; bottom: 45px; width: 100%; height: 28px; line-height: 28px; text-align: center; font-size: 12px; color: #FFF; background-color: rgba(122,138,150,1); cursor: pointer;}*/
.pagine-landing .blocco-chiedi-preventivo .chiedi-preventivo{position: absolute; bottom: 50px; width: 495px; left: 30px; height: 28px; line-height: 28px; text-align: center; font-size: 12px; color: #FFF; background-color: rgba(122,138,150,1); cursor: pointer;}
.pagine-landing .blocco-chiedi-preventivo .down-landing{width: 58px; height: 35px; text-indent: -10000px; position: absolute; background: url(images/down-slider.png); left:50%; margin-left: -29px; bottom: 5px; z-index: 10000; cursor: pointer;}
/*.pagine-landing .blocco-chiedi-preventivo img{height: 446px !important;} /* SE C'E' IMMAGINE */
.pagine-landing .blocco-chiedi-preventivo img.alignnone{margin: 0;}
.pagine-landing .blocco-chiedi-preventivo .titolo{height: 416px !important; margin: 30px 30px 0 30px;}
.pagine-landing .blocco-chiedi-preventivo .titolo h1{margin-bottom: 30px;}
.pagine-landing .blocco-chiedi-preventivo .titolo h5{margin-bottom: 20px;}
.pagine-landing .blocco-chiedi-preventivo .titolo hr{background: none; margin: 0 0 20px 0; border: 2px solid rgba(48,63,81,.67);}
.pagine-landing .blocco-chiedi-preventivo .titolo .testo p{padding-left: 15px; line-height: 14px; font-size: 13px; background: url(images/landing-pointer.png) no-repeat 0 2px; background-size: 4px;}
.pagine-landing .blocco-immagine img{width: 555px; height: 265px;}
.pagine-landing .blocco-immagine .layer {background-color:rgba(48, 64, 81, 0.67); color: #fff; width: 200px; height: 170px; text-align: center; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; margin: auto !important; padding: 15px;}
.pagine-landing .blocco-immagine .quote{height: 90px;}
.pagine-landing .blocco-immagine .scopri{font-weight: 900;}
.pagine-landing .chiedi-preventivo-gratuito{width: 100%; height: 28px; line-height: 28px; text-align: center; font-size: 12px; color: #FFF; background-color: rgba(122,138,150,1);}
.pagine-landing .vc_col-sm-12{width: 100%; margin: 0 !important;}
.pagine-landing .wpcf7 input, .pagine-landing .wpcf7 select{border: 1px solid #000; height: 25px; width:100%}
.pagine-landing .wpcf7 textarea{border: 1px solid #000; height: 125px; width:100%;}
.pagine-landing .wpcf7 p{float: left; margin-bottom: 10px; font-size: 14px;}
.pagine-landing .wpcf7 span{width:100%;}
.pagine-landing .wpcf7 .cognome{width: 49%; margin-right: 2%;}
.pagine-landing .wpcf7 .nome{width: 49%;}
.pagine-landing .wpcf7 .email{width: 49%; margin-right: 2%;}
.pagine-landing .wpcf7 .nazione{width: 49%;}
.pagine-landing .wpcf7 .cap{width: 17%; margin-right: 2%;}
.pagine-landing .wpcf7 .citta{width: 30%;}
.pagine-landing .wpcf7 .chi{width: 33%;}
.pagine-landing .wpcf7 .chi select{width: 100%;}
.pagine-landing .wpcf7 .descrivi{width: 100%; }
.pagine-landing .wpcf7 .file{width: 99%; margin-right: 2%;}
.pagine-landing .wpcf7 .privacy input{ width:auto}
.pagine-landing .wpcf7 .privacy-text{font-size: 10px; margin: 5px 0 0px -1px;}
.pagine-landing .wpcf7 .privacy-policy{font-size: 10px; margin-left: 5px;}
.pagine-landing .wpcf7 .invia{width: 100%; text-align: center; font-size: 16px; margin-bottom: 0;}
.pagine-landing .wpcf7 .invia input{width: 90px !important; height: 25px; line-height: 25px; padding: 0; margin-top: 20px; background: rgba(48,63,81,.67); border: 0px solid !important; border-radius: 0px;}
.pagine-landing .wpcf7 .invia input:hover{background:rgba(48,63,81,.87)}
.pagine-landing .wpcf7 .privacy-text input[type="checkbox"] {height: 11px!important;}

/***********************/
/** LANDING PAGE 2017-18 **/
.landing17 .site-header .logo {margin-top: 10px;}
.landing17 {margin-top: -124px;}
.landing17 .wpb_revslider_element .tp-resizeme {margin-top: 200px; margin-top: 40vh; margin-left: -150px; padding: 15px; width: 40%; height: auto; overflow: hidden;}
.landing17 .wpb_revslider_element .tp-resizeme h3 {margin-top: 20px; margin-bottom: 10px;}
.landing17 .wpb_revslider_element .tp-resizeme h3, .landing17 .wpb_revslider_element .tp-resizeme p{color: #ffffff;}
.landing17 .vc_btn-juicy_pink, a.vc_btn-juicy_pink, button.vc_btn-juicy_pink {background-color: #ed1b2d; padding: 10px 40px; font-size: 24px; margin-top: 20px !important;}
.landing17 p {color: #596168; font-size: 17px; line-height: 24px; font-weight: lighter;}
.landing17 h3 {color: #85909b; font-size: 25px; margin-top: 20px; margin-bottom: 10px;}
.landing17 h2 {color: #85909b; font-size: 30px;	margin-top: 20px; margin-bottom: 10px;}
.landing17 .img-colorbox {margin-top: 20px;}
.page-template-page-landing17 #cboxLoadedContent {border: 0;}
.page-template-page-landing17 #cboxTitle {position: absolute; top: auto; bottom: 0; left: 0; right: 0; width: 100%;	font-size: 16px; line-height: 22px; color: #ffffff;	background-color: rgba(0, 0, 0, 0.9); }
.page-template-page-landing17 #cboxTitle p {margin: 20px;}
.page-template-page-landing17 #cboxClose, .page-template-page-landing17 #cboxClose:hover {top: 5px; right: 5px; background: url(images/cb-close.png) no-repeat center; width: 40px; height: 40px; z-index: 10000;}
.page-template-page-landing17 #cboxNext {right: 0px; margin-top: -22px; background: url(images/cb-freccia-dx.png) no-repeat; width: 45px; height: 44px;}
.page-template-page-landing17 #cboxPrevious {left: 0px; margin-top: -22px; background: url(images/cb-freccia-sx.png) no-repeat; width: 45px; height: 44px;}
.landing17 .paragrafo-elenco p {padding-left: 70px; margin-bottom: 20px; background: url(images/glyphicon-ok.png) no-repeat top 5px left 20px;}
.landing17 #carousel-anything-1 .owl-item img {margin-bottom: 10px;}
.landing17 .carousel-anything-container .vc_row .wpb_column {width: 100%; margin: 0px !important;}
.landing17 .content_form {padding: 20px; background-color: #586168;}
.landing17 .content_form h3 {color: #ffffff; margin-top: 0px; font-size: 24px;}
.landing17 .content_form p {color: #ffffff;}
.landing17 .form-group {margin-bottom: 15px;}
.landing17 .form-control {display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.landing17 textarea.form-control {height: auto;}
.landing17 label {color: #ffffff;}
.landing17 label a {color: #ffffff; text-decoration: underline;}
.landing17 #privacy-check {width: 20px; height: 20px;}
.landing17 .btn-submit {width: 100%;}
.landing17 .call-to-action {background-color: #586168; padding: 50px 0px; margin: 50px 0px !important;}
.landing17 .call-to-action p {color: #ffffff; text-align: center;}
.landing17 .site-footer .main-footer {text-align: center; font-size: 16px;}
.landing17 .site-footer .main-footer p { color: #ffffff;}


/**************************/
/******* COLORBOX *********/
#colorbox{border: 0;}
#cboxOverlay {background-color: transparent !important;}
#cboxContent{margin-top: 0 !important}
#cboxContent #cboxClose{border: 0;}
#cboxContent #disegniad img{width: 280px !important;}
#cboxContent .ui-tabs-nav{padding: 0; margin: 0;}
#cboxContent .ui-tabs-nav a{font-size: 12px;}
#cboxLoadedContent {border-color: rgba(48,63,81,.67) !important;}


/******************************/
/********* FLUIDSOFT **********/
/******************************/




/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
/*@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}*/

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
	.landing17 .wpb_revslider_element .tp-resizeme {
		margin-left: 0px;
		margin-top: 45vh;
	}
		.landing17 .wpb_revslider_element .tp-resizeme {
		width: 50%;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 54px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
	.realizzazioni .box-testuale h1 {
		font-size: 40px;
		line-height: 40px;
	}

	.landing17 .wpb_revslider_element .tp-resizeme h3 {
		font-size: 25px !important;
		line-height: 25px !important;
	}
	.landing17 .wpb_revslider_element .tp-resizeme p {
		font-size: 17px !important;
		line-height: 24px !important;
	}
	.landing17 .wpb_revslider_element .tp-resizeme p a{
	font-size: 24px !important;
	line-height: 27px !important;
	}
}

@media (max-width: 999px) {


	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		/*max-width: 604px;*/
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}

.pagine-prodotto article .entry-content > .vc_row{width: 98%;}



}



/*@media (max-width: 643px) {*/
@media (max-width: 999px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		/*padding: 12px 0 12px 20px;*/
		padding: 0px;
		float: right;
	}

	.menu-toggle:focus {
		/*outline: thin dotted;*/
	}

	.menu-toggle:after {
		/*content: "\f502";*/
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		/*content: "\f500";*/
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		/*color: #141412;*/
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		/*color: #141412;*/
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		/*background-color: #db572f;*/
		/* color: #fff; */
		color: #5f6468;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		/*background-color: #220e10;*/
		/* color: #fff; */
		color: #5f6468;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}

/******************************/
/********* FLUIDSOFT **********/
/******************************/
.navbar{padding: 0 20px;}

/****************/
/**** MENU ****/
.navbar .toggled-on li{width: 100%; float: right; color: #5f6468 !important; text-align: right;}
.navbar .toggled-on li a{font-size: 20px; color: #5f6468 !important;}
.navbar .nav-menu {margin-top: 30px;} 
.site-header .nav-menu .sub-menu{position: inherit; margin-left: 0px;}
.site-header .nav-menu .sub-menu li{margin-bottom: 10px;}
.site-header .nav-menu .sub-menu li:last-child{margin-bottom: 20px;}


/**** HOMEPAGE ****/
/******************/
.homepage .layer .wpb_wrapper{max-height: 150px;}
.homepage .layer .wpb_wrapper h5{margin-top: 20px;}
.homepage h5{font-size: 14px; line-height: 14px;}
.homepage .blocco-testo .corpo{overflow: hidden}
.homepage .blocco-testo .leggi{margin-top: 3px;}


/****************/
/**** SLIDER ****/
.wpb_revslider_element .tp-caption{left: 20px !important; top: 100px !important;}
.wpb_revslider_element .tp-caption h1{font-size: 37px !important; line-height: 37px !important;}
.wpb_revslider_element .tp-caption h2{font-size: 37px !important; line-height: 37px !important;}
.wpb_revslider_element .tp-caption h5{font-size: 15px !important; line-height: 15px !important; margin-top: 40px !important;}
.wpb_revslider_element .tp-caption .scopri{font-size: 16px !important; line-height: 24px !important;}


/****************/
/**** ABACO ****/
.abaco-prodotti .filtro-abaco ul li{line-height: 14px;}
.abaco-prodotti .filtro-container{height: 0px;}


.pagine-seo .filtro-abaco{display: none;}
.pagine-seo .breadcrumbs{display: none;}
.pagine-seo .wpb_images_carousel{margin-bottom: 60px !important;}

/******************/
/**** PRODOTTI ****/
.pagine-prodotto .finiture-container{margin-bottom: 30px !important;}
.pagine-prodotto .finiture .icone {width: 40px; height: 40px; margin-right: 5px;}
.pagine-prodotto .finiture .icone.tasselli{width: 60px; height: 70px; background-size: 55px 47px !important; padding-top: 50px;}
.pagine-prodotto .dati-tecnici .left{width: 75%;}
.pagine-prodotto .dati-tecnici .right{width: 25%; text-align: right;}
.pagine-prodotto .row-app .vc_col-sm-6{margin-bottom: 20px;}
.pagine-prodotto .vc_single_image-wrapper{width: 100%; text-align: center;}

/******************************/
/**** SCEGLI IL TUO CALORE ****/
.scegli-calore h3{height: auto; font-size: 18px !important; line-height: 16px !important; overflow: hidden; margin-bottom: 15px !important;}
.scegli-calore h5{height: auto; font-size: 11px !important; line-height: 12px !important; overflow: hidden;}
.scegli-calore .elemento-assoluto{width: 100%; max-width: 245px; height: 100%; max-height: 165px; margin: auto !important; color: #FFF; background-color: rgba(48,63,81,.67); position:absolute; top:0; left:0; bottom:0; right:0; padding: 15px 15px;}
.scegli-calore .titolo-blocco h5{margin-top: 30px; font-size: 14px !important; line-height: 15px !important;}


/******************/
/**** SUPPORTO ****/
.supporto .titolo-6{height: auto; font-size: 15px !important; line-height: 18px !important; overflow: hidden; margin-bottom: 15px !important;}
.supporto .testo-3{height: 60px !important; font-size: 11px !important; line-height: 12px !important; overflow: hidden;}
.supporto .elemento-assoluto{width: 100%; height: 100%; margin: auto !important; background-color: transparent; position:absolute; top:0; left:0; bottom:0; right:0; padding: 15px 15px;}
.supporto .titolo-blocco h1{font-size: 30px; line-height: 32px; margin-bottom: 0 !important;}
.supporto .titolo-blocco h5{margin-top: 30px; font-size: 14px !important; line-height: 15px !important;}
.supporto .blocco-supporto .sfondo{background-color: #d3d8dc;}
.supporto .blocco-supporto .sfondo .vc_single_image-wrapper{width: 100%; text-align: center;}


/***********************/
/**** PUNTI VENDITA ****/
.punti-vendita .blocco-titolo .box-ricerca select{font-size: 15px; font-weight: 700;}
.punti-vendita .risultati-ricerca .box-risultati{height: 175px !important;}
.punti-vendita .risultati-ricerca .box-risultati .testo-11{font-size: 12px;}


/*************/
/**** FAQ ****/
.faq .titolo-6{font-size: 18px !important; line-height: 20px !important;}
.faq .testo-3{height: auto !important; overflow: inherit;}
.faq h3{font-size: 14px !important;}
.faq .right-blue-box .titolo-7{font-size: 18px !important; line-height: 18px !important;}


/*******************/
/**** RIVENDITA ****/
.rivendita .left-column h1{font-size: 25px; line-height: 25px;}
.rivendita .right-column h2{font-size: 25px; line-height: 25px;}
.rivendita .right-column .gallery{height: auto;}
.rivendita .right-column .slidesjs-previous{display: none;}
.rivendita .right-column .slidesjs-next{display: none;}
.rivendita .prodotto .miniatura img{width: 100%;}

/**********************/
/**** POST VENDITA ****/
.post-vendita .titolo-blocco{height: 200px;}


/*******************/
/**** ERROR 404 ****/
.error-404 .titolo-blocco img{height: 150px;}
.error-404 .titolo-blocco h1 {margin-top: 0px; margin-bottom: 10px; font-size: 28px; line-height: 28px;}
.error-404 .titolo-blocco h5 {font-size: 12px;}


/**********************/
/**** AGEVOLAZIONI ****/
.supporto-interno.agevolazioni .titolo-blocco{height: 240px;}
.supporto-interno.agevolazioni .tabella .titolo{font-size: 11px; line-height: 18px;}


/****************/
/**** FOOTER ****/
.site-footer .call-to-action li{height: auto; font-size: 11px; line-height: 14px; text-align: center;}
.site-footer .call-to-action .footer-sticky{height: auto; padding: 0px;}
.site-footer .general .footer-centered > div > div:nth-child(1){width: 6.33333333%; float: left;}
.site-footer .general .footer-centered .about-icons img{max-width: 100px;}


/******************************/
/********* FLUIDSOFT **********/
/******************************/
	.scegli-calore-interna .titolo-blocco h1,
	.supporto-interno .box-testuale h1,
	.abaco-prodotti-new .box-testuale h1,
	.scegli-calore-interna .box-testuale h1,
	.realizzazioni .box-testuale h1 {
	    font-size: 26px !important;
    line-height: 30px !important;
	}
	.supporto .box-testuale .sottotitolo,
	.scegli-calore-interna .box-testuale .sottotitolo,
	.abaco-prodotti-new .box-testuale .sottotitolo,
	.realizzazioni .box-testuale .sottotitolo {
		line-height: 16px;
		width: auto !important;
	}
.site-footer .main-footer .sidebar-center {
    padding: 0 10px;
}
.scheda-realizzazioni .tp-caption h1 {
    font-size: 37px !important;
    line-height: 37px !important;
}
.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati {
	height: 350px;
}
.scegli-calore-interna .sfondo img {
	min-height: 250px;
}
#anim_wrapper,
#canvas {
	width: 100% !important;
	height: auto !important;
}


}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	/* SM */
	.wpb_revslider_element .tp-resizeme,
	.homepage-new .wpb_revslider_element .tp-resizeme,
	.scheda-realizzazioni .wpb_revslider_element .tp-resizeme{
		width: 100%;
		height: 310px;
	}
	.wpb_revslider_element .tp-caption,
	.homepage-new .wpb_revslider_element .tp-caption,
	.scheda-realizzazioni .wpb_revslider_element .tp-caption {
		left: 0px !important;
		margin-left: 0px;
	}
	.tp-caption .scopri,
	.tp-caption h5,
	.homepage-new .tp-caption .scopri,
	.scheda-realizzazioni .tp-caption .scopri {
		width: 95%;

/* 		position: static; */
}

	.homepage-new .tp-caption .scopri a,
	.scheda-realizzazioni .tp-caption .scopri a {
		font-size: 14px !important;
	}
	.abaco-prodotti-new .box-intestazione,
	.supporto .box-intestazione,
	.scegli-calore-interna .box-intestazione,
	.realizzazioni .box-intestazione {
		display: block;
	}
	.abaco-prodotti-new .img-no-margin,
	.supporto .img-no-margin,
	.scegli-calore-interna .img-no-margin,
	.realizzazioni .img-no-margin {
		margin-left: 0px !important;
	}
	.abaco-prodotti-new .box-testuale .sottotitolo,
	.supporto .box-testuale .sottotitolo,
	.scegli-calore-interna .box-testuale .sottotitolo,
	.realizzazioni .box-testuale .sottotitolo {
		position: static;
	}
	.scheda-realizzazioni .infografiche {
		width: 150px;
	}
	.scheda-realizzazioni h3 {
		margin-top: 30px;
	}
	.scheda-realizzazioni .box-immagine {
		padding: 2px 15px;
	}
	.site-footer .main-footer .sidebar-center {
		padding: 0px;
		margin: 30px 0;
	}
	.menu-item svg {
		display: none;
		margin-left: 0px;
		width: 40px;
	}
	.realizzazioni .box-testuale h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.site-footer .call-to-action .footer-sticky{height: auto; padding: 20px 0;}

	.punti-vendita-new .row-empty.mobile-fix {
		margin-top: 0px;
	}
	.punti-vendita-new .blocco-titolo {
		padding: 0px;
	}
	.punti-vendita-new .box h1 {
		line-height: 30px;
	}
	.punti-vendita-new .box-ricerca select {
		margin-right: 0px;
		margin-top: 3px;
		margin-bottom: 3px !important;
		margin-right: 3px;
		margin-left: 3px;
	}
	.punti-vendita-new .box .cerca {
		margin-left: 0px;
		margin-top: 3px;
	}
	.punti-vendita-new .risultati-ricerca .elenco-rivendite .box-risultati {
		height: auto;
		padding-bottom: 15px;
	}
	.punti-vendita-new .risultati-ricerca .elenco-agenti h4 {
		line-height: 26px;
	}
.punti-vendita-new .blocco-titolo {top: 15px;}
.punti-vendita-new .box .box-warning {
	margin-top: 20px;
}
.punti-vendita-new .entry-content {
	margin-top: 80px;
}
.rivendita-new .box-orari-apertura {
	padding: 10px;
}

.rivendita-new .box-orari-apertura .box-table {
	padding: 10px 5px;
}

.rivendita-new .form_group_50,
.rivendita-new .form_group_25 {
	width: 100%;
}

	.landing17 .wpb_revslider_element .tp-resizeme {
		width: 100%;
	}
	.landing17 .site-header .logo {
    margin-top: 2px;
}
	.landing17 .vc_btn-juicy_pink, a.vc_btn-juicy_pink, button.vc_btn-juicy_pink {padding: 10px 10px; font-size: 18px;}
	/*
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}*/

/******************************/
/********* FLUIDSOFT **********/
/******************************/
h1{font-family: Helvetica, Arial; font-size: 37px; line-height: 38px; margin: 0;}
h2{font-family: Helvetica, Arial; font-size: 37px; line-height: 38px;}
h3{font-family: Helvetica, Arial; font-size: 33px; line-height: 25px; margin: 0;}
h4{font-family: Helvetica, Arial; font-size: 20px; line-height: 33px; margin: 0;}
h5{font-family: Helvetica, Arial; font-size: 15px; line-height: 17px; margin: 0;}
h6{font-family: Helvetica, Arial; font-size: 13px; line-height: 15px; margin: 0;}

.titolo-1{font-family: Helvetica, Arial; font-size: 15px; line-height: 15px;}
.titolo-2{font-family: Helvetica, Arial; font-size: 20px; line-height: 20px;}
.titolo-3{font-family: Helvetica, Arial; font-size: 12px; line-height: 12px;}
.titolo-4{font-family: Helvetica, Arial; font-size: 15px; line-height: 15px;}
.titolo-5{font-family: Helvetica, Arial; font-size: 13px; line-height: 13px;}
.titolo-6{font-family: Helvetica, Arial; font-size: 23px; line-height: 23px; font-weight: 900;}
.titolo-7{font-family: Helvetica, Arial; font-size: 23px; line-height: 23px;}
/*.titolo-8{font-family: Helvetica, Arial; font-size: 20px; line-height: 26px; font-weight: bold; margin-top:0px; margin-bottom:5px}*/
.titolo-9{font-family: Helvetica, Arial; font-size: 20px; line-height: 26px; font-weight: bold; margin-top:10px; margin-bottom:5px}
.titolo-10{font-family: Helvetica, Arial; font-size: 16px; line-height: 16px; font-weight: 900; margin-bottom: 15px}


.testo-1{font-family: Helvetica, Arial; font-size: 12px; line-height: 12px;}
.testo-2{font-family: Helvetica, Arial; font-size: 12px; line-height: 17px;}
.testo-3{font-family: Helvetica, Arial; font-size: 15px; line-height: 17px;}
.testo-4{font-family: Helvetica, Arial; font-size: 12px; line-height: 12px;}
.testo-5{font-family: Helvetica, Arial; font-size: 13px; line-height: 12px;}
.testo-6{font-family: Helvetica, Arial; font-size: 15px; line-height: 12px;}
.testo-7{font-family: Helvetica, Arial; font-size: 20px; line-height: 26px; font-weight: lighter;}
.testo-8{font-family: Helvetica, Arial; font-size: 20px; line-height: 23px;}
.testo-9{font-family: Helvetica, Arial; font-size: 20px;}
.testo-10{font-family: Helvetica, Arial; font-size: 10px;}
.testo-11{font-family: Helvetica, Arial; font-size: 13px; line-height: 15px;}
.testo-12{font-family: Helvetica, Arial; font-size: 11px; line-height: 11px;}



.rev_slider_wrapper h2{font-size: 14px;}

/******************************/
/**** SCEGLI IL TUO CALORE ****/
.scegli-calore .titolo-blocco h5{margin-top: 40px !important;}

/******************/
/**** SUPPORTO ****/
.supporto .titolo-blocco h5{margin-top: 20px;}
.supporto .titolo-6{font-size: 21px !important; line-height: 24px !important;}
.supporto .blocco-supporto .vc_single_image-wrapper img{min-height: 280px;}

/*************/
/**** FAQ ****/
.faq .titolo-blocco .vc_single_image-wrapper img{min-height: 200px;}

/***************************/
/**** DOCUMENTI TECNICI ****/
.download .titolo-blocco .vc_single_image-wrapper img{min-height: 200px;}
.download .right-blue-box .titolo-7{font-size: 10px !important; line-height: 10px !important;}

/*******************/
/**** RIVENDITA ****/
.rivendita .left-column{height: auto !important;}
.rivendita .right-column{height: auto !important; min-height: auto !important;}

/***************************/
/**** CATALOGHI E GUIDE ****/
.cataloghi .titolo-blocco .vc_single_image-wrapper img{min-height: 200px;}
.cataloghi .titolo-blocco h1{font-size: 28px !important; line-height: 30px !important;}

/***************************/
/**** CATALOGHI E GUIDE ****/
.architetti .elemento-assoluto .wpb_wrapper h2{margin-bottom: 30px;}


/****************/
/**** FOOTER ****/
.site-footer .general .footer-centered > div > div:nth-child(1){width: 31.33333333%; float: left;}
.site-footer .credits .widget-1{width: 48%; margin-left: 2%; float: left;}
.site-footer .credits .widget-3{width: 48%; margin-right: 2%; float: left; text-align: right;}
.site-footer .credits #menu-footer-credits li{float: none;}


/***********************/
/**** LANDING PAGE ****/
.pagine-landing{width: 595px; height: 100%; overflow: inherit; border: 20px solid #FFF; background-color: #FFF; position: inherit; margin: 0;}
.pagine-landing .bg-landing{display: none;}
.pagine-landing .logo-landing .logo {width: 100%; height: 75px !important; position: fixed; top: 0; left: 0; background-position: 40px center;}

/******************************/
/********* FLUIDSOFT **********/
/******************************/
}

@media (max-width: 767px) and (orientation: landscape) {
	.supporto .testo-3{height: 60px !important; padding: 0 80px; font-size: 15px !important; line-height: 17px !important; overflow: hidden;}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}

/* JQUERY UI */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	//border: 1px solid #c5c5c5;
}
.ui-widget-content {
	//border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	//border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}



/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}
/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* TOP MENU */
.navigation .top-menu {max-width: 1036px;padding: 10px 0 10px 0; position: relative; margin: 0 auto;}
.navbartop {border-bottom: 1px solid #E3E3E3}
.top-menu li {display: inline-block}
.top-menu li a, .toplang #lang_sel { font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: bold; color: #85909B; font-size: 13px}
.top-menu li a:hover {color: #85909B;}
.top-menu ul {margin: 0 !important; padding: 0 !important}
.top-menu .menu-top-container {display: inline-block}
.top-menu li[id="menu-item-40826"], .top-menu li[id="menu-item-40826"] {padding-left: 50px} /*ITA*/
.top-menu li[id="menu-item-32438"], .top-menu li[id="menu-item-32438"] {padding-left: 39px} /*FRA*/
.top-menu li[id="menu-item-32441"], .top-menu li[id="menu-item-32441"] {padding-left: 88px} /*ENG*/
.top-menu li[id="menu-item-40825"], .top-menu li[id="menu-item-40825"] {padding-left: 85px} /*DEU*/
.top-menu li[id="menu-item-32433"], .top-menu li[id="menu-item-32433"] {padding-left: 47px} /*ESP*/
.top-menu li[id="menu-item-37155"], .top-menu li[id="menu-item-37155"] {padding-left: 50px} /*ITA MAESTRO*/
.top-menu li[id="menu-item-40782"], .top-menu li[id="menu-item-40782"] {padding-left: 39px} /*FRA MAESTRO*/
.top-menu li[id="menu-item-40781"], .top-menu li[id="menu-item-40781"] {padding-left: 88px} /*ENG MAESTRO*/
.top-menu li[id="menu-item-40783"], .top-menu li[id="menu-item-40783"] {padding-left: 85px} /*DEU MAESTRO*/
.top-menu li[id="menu-item-40784"], .top-menu li[id="menu-item-40784"] {padding-left: 47px} /*ESP MAESTRO*/
.toplang .widget-title {display: none}
.toplang {display: inline-block; float: right; padding-top: 5px}
.toplang #lang_sel {z-index: 1; position: relative;}
.toplang #lang_sel li {background-color: white; width: 100px}
.toplang #lang_sel a.lang_sel_sel {color: #85909B; border-bottom: 2px solid #FFF !important; text-transform: uppercase;font-size: 14px;line-height: 17px;font-weight: 700;letter-spacing: 0.1em; padding-bottom: 0 !important;}
.toplang #lang_sel ul ul a, .toplang #lang_sel ul ul a:visited {color: #85909B;}
/* @media screen and (max-width: 600px) {.navbartop .top-menu .menu-top-container {visibility: hidden;display: none;}
.toplang #lang_sel li { margin-right: 15px;}
} */
@media screen and (max-width: 1000px) {
	.navbartop .top-menu .menu-top-container {visibility: hidden;display: none;}
.toplang #lang_sel li { margin-right: 15px;}
}

/*.content-area {padding-top: 40px}

/*privacy overflow*/
div.privacy {overflow: auto;width:100%;height:60px;text-align:justify;border:1px solid #eaeaea;padding:5px;margin-bottom:10px}
p.infoprivacy {font-weight:bold;margin-top:30px}


.page-hubspot .entry-content {
    margin-top: 86px;
}

.page-hubspot .row-immagine {
	height: 460px;
	padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-hubspot .row-caption { 
	max-width: 1056px;
	margin: 0 auto !important;
}

.page-hubspot .col-caption {
	margin-top: 40px;
	margin-left: 10px !important;
    padding: 25px 25px 20px 25px;
    width: 467px;
    height: 340px;
    overflow: hidden;
    color: #fff !important;
    background-color: rgba(48,63,81,.67);
	position: absolute;
    -webkit-font-smoothing: antialiased !important;
}
.page-hubspot .col-caption h1 {
    margin: 0px;
    font-size: 46px;
    line-height: 50px;
    white-space: normal;
    height: 100%;
	color: #ffffff;
}

.page-hubspot .col-caption h5 {
    white-space: normal;
    position: absolute;
    width: 417px;
    bottom: 20px;
    margin-top: 10px !important;
    padding-top: 12px;
	color: #ffffff;
    border-top: 2px solid #ffffff;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    font-weight: bold;
    background: none;
    padding-left: 0px !important;
}

.supporto-interno.faq p,
.page-hubspot p {
	color: #596168;
    font-size: 17px;
    line-height: 24px;
    font-weight: lighter;
}

.page-hubspot .vc_images_carousel {
	padding: 50px 65px 100px 65px;
	background: url(images/ipad_bg.png) no-repeat top center;
	background-size: 100%;
}

.page-hubspot .vc_images_carousel .vc_carousel-inner {
	text-align: center;
}

.page-hubspot .vc_images_carousel ol.vc_carousel-indicators {
	margin: 0px;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 65px;
}

.page-hubspot .vc_images_carousel .vc_carousel-inner img {
	/* max-width: 300px; */
	max-width: 82%;
}

.page-hubspot .vc_images_carousel .vc_carousel-control.vc_left {
	left: 16.5%;
}

.page-hubspot .vc_images_carousel .vc_carousel-control.vc_right {
	right: 16.5%;
}

.page-hubspot .wpb_text_column ol {
	margin-top: 24px;
	padding: 0px;
	list-style-type: none;
}

.page-hubspot .wpb_text_column ol li {
    counter-increment: step-counter;
	margin-bottom: 20px;
	font-size: 17px;
    line-height: 24px;
}

.page-hubspot .wpb_text_column ol li:before {
	content: counter(step-counter)". ";
    padding: 0px 20px 20px 0px;
    font-weight: bold;
    float: left;
}

.page-hubspot .wpb_text_column ul {
	list-style-type: disc;
	margin-top: 24px;
	padding: 0 0 0 17px;
}

.page-hubspot .wpb_text_column ul li {
	margin-bottom: 20px;
	font-size: 17px;
    line-height: 24px;
}

.page-hubspot .col-pull-up {
	margin-top: -420px;
}

.paragrafo-bold.paragrafo-bold-configura-maestro p,
.tecnologia-maestro .paragrafo-bold p,
.page-hubspot .paragrafo-bold p {
	line-height: normal;
	font-size: 25px;
	font-weight: bold;
	color: #85909B;
}

.page-hubspot h1 {
	font-size: 48px;
	line-height: 45px;
	font-weight: bold;
	color: #85909B;
}

.page-hubspot h5 {
	font-size: 17px;
	line-height: 23px;
	color: #85909B;
}

.page-hubspot .form-pull-up {
	margin-top: -385px;
	background-color: #ffffff;
	padding: 0 17px 35px 25px;
	border: 1px solid #DBDFE3;
	min-height: 800px;
}

.page-hubspot .col-margin {
/* 	margin-left: -15px !important; */
/*  margin-right: 10px !important; */
/*  margin-left: -10px !important;
    margin-right: -10px !important; */
	margin-left: -2% !important;
    margin-right: -2% !important;
}

/* 
.page-hubspot .col-margin .vc_column-inner {
	padding-right: 10px !important;
	padding-left: 10px !important;
 	padding-right: 5px;
	padding-left: 5px; 
}
*/

.page-hubspot .img-copertina {
	margin-left: -12px;
	margin-right: 12px;
}

.page-hubspot .titoletto-small p {
	font-weight: bold;
	color: #85909B;
}

.page-hubspot .testo-small p {
	font-size: 15px;
	line-height: 21px;
}

.page-hubspot .cta-btn {
	border: 1px solid #85909B;
	text-decoration: none;
	font-weight: bold;
	line-height: 13px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.06em;
	color: #85909B;
	display: inline-block;
	padding: 12px 30px;
}

.page-hubspot .cta-btn:hover,
.page-hubspot .cta-btn:focus {
	color: #ffffff;
	background-color: #85909B;
}

.page-hubspot .cta-btn-wide {
	display: block;
	padding: 17px 30px;
}

.page-hubspot .form-box {
	background-color: #ffffff;
	padding: 35px 17px 35px 25px;
	border: 1px solid #DBDFE3;
	min-height: 800px;
}
/*.pagine-prodotto */.cta-box:hover .cta-box-img,
/*.page-hubspot */ .cta-box:hover .cta-box-img {
    /* border: 1px solid #DBDFE3; */
/* 	margin-left: 2% !important;
    margin-right: 2% !important; */
	/* text-align: center; */
	opacity: 0;
}
/*.pagine-prodotto */.cta-box:hover .cta-box-img-hover,
/*.page-hubspot */.cta-box:hover .cta-box-img-hover {
	opacity: 1;
}
/*.pagine-prodotto */.cta-box-img-hover,
/*.page-hubspot*/ .cta-box-img-hover {
	position: absolute;
	opacity:0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page-hubspot .cta-box-img-hover IMG {
	max-width: 229px; 
}
.hbspt-form input[type="text"], 
.hbspt-form .hs-form input[type="email"], 
.hbspt-form .hs-form input[name="phone"], 
.hbspt-form .hs-form input[type="file"], 
.hbspt-form .hs-form select {
    font-size: 14px;
	color: #596168;
    border: 1px solid #586067;
    height: 40px;
    padding: 5px 10px;
    background-color: #FFFFFF;
    width: 100% !important;
}

.hbspt-form .hs-form select {
	padding: 5px 25px 5px 7px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
	appearance: none;
    border-radius: 0px;
    background-image: url("data:image/svg+xml;utf8,<svg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.50024 0L10.2636 8.25037H0.736893L5.50024 0Z' transform='translate(10.4746 8.49414) rotate(-180)' fill='%23596168'/></svg>");
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.hbspt-form .hs-form textarea {
	height: 126px;
	color: #596168;
    border: 1px solid #586067;
    padding: 5px;
    width: 100% !important;
}

.hbspt-form .hs-form .hs-form-field > label, 
.hbspt-form legend.hs-field-desc {
    display: inline-block;
    font-size: 14px;
	line-height: 16px;
    margin-bottom: 8px;
	color: #596168;
}

.hbspt-form .horizontaline {
	margin: 12px 8px 12px 0px;
	border-bottom: 1px solid #596168;
}

.hbspt-form .hs-form-required {
	display: none !important;
}

.hbspt-form ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0px;
	font-size: 14px;
}

.hbspt-form .privacy-box-scroll {
	overflow-y: scroll;
    height: 100px;
    border: 1px solid #DBDFE3;
	padding: 5px;
	margin-right: 8px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
    line-height: 20px;	
}

.hbspt-form .hs-richtext .privacy-box-scroll p {
	font-size: 12px;
    line-height: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

.hbspt-form .hs-richtext .privacy-box-scroll ul {
	padding-left: 15px;
	font-size: 12px;
    line-height: 20px;	
	list-style-type: disc;
}
.hbspt-form label span:first-child:not(:empty) {
   display: block;
   margin-top: 20px;
   font-weight: bold;
} 

.hbspt-form .hs-error-msgs {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.hbspt-form input[type="checkbox"], 
.hbspt-form input[type="radio"] {
	margin-right: 10px;
}

.hbspt-form .hs-form-checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
}

.hbspt-form .hs-form .hs-fieldtype-radio > label {
	display: none;
}

.hbspt-form .hs-fieldtype-booleancheckbox,
.hbspt-form .hs-fieldtype-radio {
	margin-bottom: 20px;
}

.hbspt-form .hs-richtext p {
	font-size: 14px;
    line-height: 20px;
	font-weight: bold;
}

.hbspt-form .hs-richtext p.helptext {
	/*margin-top: 43px;*/
	font-weight: lighter;
	font-size: 13px;
}

.hbspt-form .hs-form input[type="submit"] {
	border: 1px solid #85909B;
    text-decoration: none;
    font-weight: bold;
    line-height: 13px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #85909B;
	width: 100%;
	background: #ffffff;
	display: block;
    padding: 17px 30px;
	margin-top: 10px;
}

.hbspt-form .hs-form input[type="submit"]:hover,
.hbspt-form .hs-form input[type="submit"]:focus {
	color: #ffffff;
    background-color: #85909B;
}

.hbspt-form input::-webkit-input-placeholder {
	color: #596168;
}

.hbspt-form input:-moz-placeholder { /* Firefox 18- */
	color: #596168;
}

.hbspt-form input::-moz-placeholder {  /* Firefox 19+ */
	color: #596168;
}

.hbspt-form input:-ms-input-placeholder {  
	color: #596168;
}

.hbspt-form div.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 0 auto 30px auto;
}

.cta-box-big {
	border: 1px solid #DADFE3;
}

.cta-box-big .cta-box-big-text a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -6%;
	right: -2%;
	opacity: 0;
}

.cta-box-big:hover,
.cta-box-big:focus {
	background-color: #DADFE3;
}

.cta-box-big:hover .cta-btn-wide,
.cta-box-big:focus .cta-btn-wide {
	color: #ffffff;
    background-color: #85909B;
}

.cta-box-big .cta-box-big-img {
	margin-right: 2% !important;
	margin-left: 0 !important;
}

.cta-box-big .cta-box-big-text {
	padding: 30px 25px 15px 25px;
}

.cta-box-big .cta-box-big-text h3 {
	line-height: 33px;
	font-size: 35px;
	margin-bottom: 12px;
}

.cta-box-big .cta-box-big-text .wpb_text_column ul {
    margin-top: 20px;
}

.cta-box-big .cta-box-big-text .wpb_text_column ul li {
    margin-bottom: 5px;
}

.tecnologia-maestro { margin-top: -124px;}

.tecnologia-maestro p {
	font-size: 17px;
	line-height: 24px;
	font-weight: lighter;
}

.tecnologia-maestro .rev_slider_wrapper {
	height: 31vw !important;
    z-index: 998;
   margin-top: 5px;
}

.tecnologia-maestro .wpb_revslider_element .tp-caption {
	top: 0px !important;
}

.tecnologia-maestro .rev_slider_wrapper .html5vid {
	height: 31vw !important;
	top: 0px !important;
}

.tecnologia-maestro .rev_slider_wrapper .fullcoveredvideo video, .tecnologia-maestro .rev_slider_wrapper .fullscreenvideo video {
	background-color: #FFF !important;
}

.tecnologia-maestro .down-slider {
	display: none !important;
}

.tecnologia-maestro .cta-container {
	margin-top: -200px;
	z-index: 999;
}

.tecnologia-maestro .blocchetto-cta {
	max-width: 240px;
	height: 240px;
	border: 1px solid #D3D8DC;
	margin-bottom: 10px;
	padding: 20px 20px 0px 20px;
	background-color: #FFFFFF;
}

.tecnologia-maestro .blocchetto-cta .blocchetto-cta-titolo {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #596168;
	displaY:inline-block;
	/*height: 220px;*/
	width: 100%;
	background-position: bottom 20px center;
	background-repeat: no-repeat !important;
	line-height: 1.1;
}

/*.tecnologia-maestro .blocchetto-cta .blocchetto-cta-titolo p,*/
.tecnologia-maestro .blocchetto-cta .blocchetto-cta-titolo a{
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #596168;
	displaY:inline-block;
	height: 220px;
	width: 100%;
	text-decoration: none;
	line-height: 1.1;
}

.tecnologia-maestro .blocchetto-cta:hover {
	background-color: #dadfe3;
	cursor: pointer;
}

.tecnologia-maestro .blocchetto-cta-grey:hover,
.tecnologia-maestro .blocchetto-cta-grey {
	background-color: #7A8A97;
	cursor: auto;
}

.tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-titolo p { 
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 700;
	/*height: auto;*/
}

.tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link { 
	color: #FFFFFF;
}

.tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link a:focus,
.tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link a:hover,
.tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link a{ 
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 15px;
}

.tecnologia-maestro ul {
	list-style: none;
	padding: 0px; 
	margin: 0px;
}

.tecnologia-maestro .vantaggi_section ul li {
	font-size: 22px;
	color: #596168;
	padding-left: 40px;
	background-image: url(images/spunta.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

.vantaggi_section img {
	margin-right: 20px;
}

.sfondo_slider_maestro {
	position: absolute !important;
	//width: 100% !important;
	//left: 0 !important;
	right: 0 !important;
	margin-top: 160px;
	height: 476px !important;
	background-position: center center;
}

.ls-v6 .ls-bottom-nav-wrapper {
	top: auto !important;
    left: 50%;
    bottom: 160px;
    text-align: left;
    position: absolute;
    margin-left: 27px;
}

.ls-v6 .ls-bottom-slidebuttons a:hover,
.ls-v6 .ls-bottom-slidebuttons a {
	width: 30px !important;
	height: 6px !important;
	background-color: #85909B;
	border-radius: 0px !important;
	border: 0 !important;
}

.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active:hover,
.ls-v6 .ls-bottom-slidebuttons a.ls-nav-active {
	background-color: #DBDFE3;
}

.supporto-interno .right-blue-box-configura-maestro {
	background-color: #DBDFE3;
}

.supporto-interno .right-blue-box-configura-maestro .titolo-7 {
	color: #85909B;
	font-size: 23px;
	margin-bottom: 10px;
	font-weight: 700;
	display: inline-block;
}


.wpb-js-composer .accordion-configura-maestro.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title a {
    background: url(images/down-arrow-riv-grey.png) no-repeat top 30px right 5px;
}
.wpb-js-composer .accordion-configura-maestro.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border: 0 !important;
    background-color: #FFFFFF !important;
}

.wpb-js-composer .accordion-configura-maestro.vc_tta.vc_general .vc_tta-panel-title a {
    letter-spacing: 0.5px;
    padding: 20px 25px 20px 0px;
    margin: 0px;
    color: #596168 !important;
    font-size: 17px;
    line-height: 24px;
	font-weight: lighter;
	border-top: 2px solid #dbdfe3;
    background: url(images/right-arrow-riv.png) no-repeat top 30px right 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.wpb-js-composer .accordion-configura-maestro.vc_tta.vc_general .vc_tta-panel-title a b{
    font-size: 23px;
	display: inline-block;
	margin-bottom: 10px;
	color: #85909B !important;;
}

.accordion-configura-maestro .vc_tta-panel-body {
	background-color: #FFFFFF !important;
	border: 0px !important;
	padding-left: 0px !important;
	padding-right: 20px !important;
	
}
	.slider_maestro_xs {
		display: none;
	}
	.slider_maestro {
		display: block;
	}

/* .vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{position:relative;min-height:1px;margin-left:1%!important;margin-right:1%!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{float:left}.vc_col-xs-12{width:98%}.vc_col-xs-11{width:89.66666667%}.vc_col-xs-10{width:81.33333333%}.vc_col-xs-9{width:73%}.vc_col-xs-8{width:64.66666667%}.vc_col-xs-7{width:56.33333333%}.vc_col-xs-6{width:48%}.vc_col-xs-5{width:39.66666667%}.vc_col-xs-4{width:31.33333333%}.vc_col-xs-3{width:23%}.vc_col-xs-2{width:14.66666667%}.vc_col-xs-1{width:6.33333333%}.vc_col-xs-pull-12{right:100%}.vc_col-xs-pull-11{right:91.66666667%}.vc_col-xs-pull-10{right:83.33333333%}.vc_col-xs-pull-9{right:75%}.vc_col-xs-pull-8{right:66.66666667%}.vc_col-xs-pull-7{right:58.33333333%}.vc_col-xs-pull-6{right:50%}.vc_col-xs-pull-5{right:41.66666667%}.vc_col-xs-pull-4{right:33.33333333%}.vc_col-xs-pull-3{right:25%}.vc_col-xs-pull-2{right:16.66666667%}.vc_col-xs-pull-1{right:8.33333333%}.vc_col-xs-pull-0{right:auto}.vc_col-xs-push-12{left:100%}.vc_col-xs-push-11{left:91.66666667%}.vc_col-xs-push-10{left:83.33333333%}.vc_col-xs-push-9{left:75%}.vc_col-xs-push-8{left:66.66666667%}.vc_col-xs-push-7{left:58.33333333%}.vc_col-xs-push-6{left:50%}.vc_col-xs-push-5{left:41.66666667%}.vc_col-xs-push-4{left:33.33333333%}.vc_col-xs-push-3{left:25%}.vc_col-xs-push-2{left:16.66666667%}.vc_col-xs-push-1{left:8.33333333%}.vc_col-xs-push-0{left:auto}.vc_col-xs-offset-12{margin-left:100%}.vc_col-xs-offset-11{margin-left:91.66666667%}.vc_col-xs-offset-10{margin-left:83.33333333%}.vc_col-xs-offset-9{margin-left:75%}.vc_col-xs-offset-8{margin-left:66.66666667%}.vc_col-xs-offset-7{margin-left:58.33333333%}.vc_col-xs-offset-6{margin-left:50%}.vc_col-xs-offset-5{margin-left:41.66666667%}.vc_col-xs-offset-4{margin-left:33.33333333%}.vc_col-xs-offset-3{margin-left:25%}.vc_col-xs-offset-2{margin-left:16.66666667%}.vc_col-xs-offset-1{margin-left:8.33333333%}.vc_col-xs-offset-0{margin-left:0}@media (min-width:768px){.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9{float:left}.vc_col-sm-12{width:98%}.vc_col-sm-11{width:89.66666667%}.vc_col-sm-10{width:81.33333333%}.vc_col-sm-9{width:73%}.vc_col-sm-8{width:64.66666667%}.vc_col-sm-7{width:56.33333333%}.vc_col-sm-6{width:48%}.vc_col-sm-5{width:39.66666667%}.vc_col-sm-4{width:31.33333333%}.vc_col-sm-3{width:23%}.vc_col-sm-20{width:18%}.vc_col-sm-2{width:14.66666667%}.vc_col-sm-1{width:6.33333333%}.vc_col-sm-pull-12{right:100%}.vc_col-sm-pull-11{right:91.66666667%}.vc_col-sm-pull-10{right:83.33333333%}.vc_col-sm-pull-9{right:75%}.vc_col-sm-pull-8{right:66.66666667%}.vc_col-sm-pull-7{right:58.33333333%}.vc_col-sm-pull-6{right:50%}.vc_col-sm-pull-5{right:41.66666667%}.vc_col-sm-pull-4{right:33.33333333%}.vc_col-sm-pull-3{right:25%}.vc_col-sm-pull-2{right:16.66666667%}.vc_col-sm-pull-1{right:8.33333333%}.vc_col-sm-pull-0{right:auto}.vc_col-sm-push-12{left:100%}.vc_col-sm-push-11{left:91.66666667%}.vc_col-sm-push-10{left:83.33333333%}.vc_col-sm-push-9{left:75%}.vc_col-sm-push-8{left:66.66666667%}.vc_col-sm-push-7{left:58.33333333%}.vc_col-sm-push-6{left:50%}.vc_col-sm-push-5{left:41.66666667%}.vc_col-sm-push-4{left:33.33333333%}.vc_col-sm-push-3{left:25%}.vc_col-sm-push-2{left:16.66666667%}.vc_col-sm-push-1{left:8.33333333%}.vc_col-sm-push-0{left:auto}.vc_col-sm-offset-12{margin-left:100%}.vc_col-sm-offset-11{margin-left:91.66666667%}.vc_col-sm-offset-10{margin-left:83.33333333%}.vc_col-sm-offset-9{margin-left:75%}.vc_col-sm-offset-8{margin-left:66.66666667%}.vc_col-sm-offset-7{margin-left:58.33333333%}.vc_col-sm-offset-6{margin-left:50%}.vc_col-sm-offset-5{margin-left:41.66666667%}.vc_col-sm-offset-4{margin-left:33.33333333%}.vc_col-sm-offset-3{margin-left:25%}.vc_col-sm-offset-2{margin-left:16.66666667%}.vc_col-sm-offset-1{margin-left:8.33333333%}.vc_col-sm-offset-0{margin-left:0}}@media (min-width:992px){.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9{float:left}.vc_col-md-12{width:100%}.vc_col-md-11{width:89.66666667%}.vc_col-md-10{width:81.33333333%}.vc_col-md-9{width:73%}.vc_col-md-8{width:64.66666667%}.vc_col-md-7{width:56.33333333%}.vc_col-md-6{width:48%}.vc_col-md-5{width:39.66666667%}.vc_col-md-4{width:31.33333333%}.vc_col-md-3{width:23%}.vc_col-md-20{width:18%}.vc_col-md-2{width:14.66666667%}.vc_col-md-1{width:6.33333333%}.vc_col-md-pull-12{right:100%}.vc_col-md-pull-11{right:91.66666667%}.vc_col-md-pull-10{right:83.33333333%}.vc_col-md-pull-9{right:75%}.vc_col-md-pull-8{right:66.66666667%}.vc_col-md-pull-7{right:58.33333333%}.vc_col-md-pull-6{right:50%}.vc_col-md-pull-5{right:41.66666667%}.vc_col-md-pull-4{right:33.33333333%}.vc_col-md-pull-3{right:25%}.vc_col-md-pull-2{right:16.66666667%}.vc_col-md-pull-1{right:8.33333333%}.vc_col-md-pull-0{right:auto}.vc_col-md-push-12{left:100%}.vc_col-md-push-11{left:91.66666667%}.vc_col-md-push-10{left:83.33333333%}.vc_col-md-push-9{left:75%}.vc_col-md-push-8{left:66.66666667%}.vc_col-md-push-7{left:58.33333333%}.vc_col-md-push-6{left:50%}.vc_col-md-push-5{left:41.66666667%}.vc_col-md-push-4{left:33.33333333%}.vc_col-md-push-3{left:25%}.vc_col-md-push-2{left:16.66666667%}.vc_col-md-push-1{left:8.33333333%}.vc_col-md-push-0{left:auto}.vc_col-md-offset-12{margin-left:100%}.vc_col-md-offset-11{margin-left:91.66666667%}.vc_col-md-offset-10{margin-left:83.33333333%}.vc_col-md-offset-9{margin-left:75%}.vc_col-md-offset-8{margin-left:66.66666667%}.vc_col-md-offset-7{margin-left:58.33333333%}.vc_col-md-offset-6{margin-left:50%}.vc_col-md-offset-5{margin-left:41.66666667%}.vc_col-md-offset-4{margin-left:33.33333333%}.vc_col-md-offset-3{margin-left:25%}.vc_col-md-offset-2{margin-left:16.66666667%}.vc_col-md-offset-1{margin-left:8.33333333%}.vc_col-md-offset-0{margin-left:0}}@media (min-width:1200px){.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9{float:left}.vc_col-lg-12{width:100%}.vc_col-lg-11{width:91.66666667%}.vc_col-lg-10{width:83.33333333%}.vc_col-lg-9{width:75%}.vc_col-lg-8{width:66.66666667%}.vc_col-lg-7{width:58.33333333%}.vc_col-lg-6{width:50%}.vc_col-lg-5{width:41.66666667%}.vc_col-lg-4{width:33.33333333%}.vc_col-lg-3{width:25%}.vc_col-lg-2{width:16.66666667%}.vc_col-lg-1{width:8.33333333%}.vc_col-lg-pull-12{right:100%}.vc_col-lg-pull-11{right:91.66666667%}.vc_col-lg-pull-10{right:83.33333333%}.vc_col-lg-pull-9{right:75%}.vc_col-lg-pull-8{right:66.66666667%}.vc_col-lg-pull-7{right:58.33333333%}.vc_col-lg-pull-6{right:50%}.vc_col-lg-pull-5{right:41.66666667%}.vc_col-lg-pull-4{right:33.33333333%}.vc_col-lg-pull-3{right:25%}.vc_col-lg-pull-2{right:16.66666667%}.vc_col-lg-pull-1{right:8.33333333%}.vc_col-lg-pull-0{right:auto}.vc_col-lg-push-12{left:100%}.vc_col-lg-push-11{left:91.66666667%}.vc_col-lg-push-10{left:83.33333333%}.vc_col-lg-push-9{left:75%}.vc_col-lg-push-8{left:66.66666667%}.vc_col-lg-push-7{left:58.33333333%}.vc_col-lg-push-6{left:50%}.vc_col-lg-push-5{left:41.66666667%}.vc_col-lg-push-4{left:33.33333333%}.vc_col-lg-push-3{left:25%}.vc_col-lg-push-2{left:16.66666667%}.vc_col-lg-push-1{left:8.33333333%}.vc_col-lg-push-0{left:auto}.vc_col-lg-offset-12{margin-left:100%}.vc_col-lg-offset-11{margin-left:91.66666667%}.vc_col-lg-offset-10{margin-left:83.33333333%}.vc_col-lg-offset-9{margin-left:75%}.vc_col-lg-offset-8{margin-left:66.66666667%}.vc_col-lg-offset-7{margin-left:58.33333333%}.vc_col-lg-offset-6{margin-left:50%}.vc_col-lg-offset-5{margin-left:41.66666667%}.vc_col-lg-offset-4{margin-left:33.33333333%}.vc_col-lg-offset-3{margin-left:25%}.vc_col-lg-offset-2{margin-left:16.66666667%}.vc_col-lg-offset-1{margin-left:8.33333333%}.vc_col-lg-offset-0{margin-left:0}}
 */
@media (max-width: 1400px) {
 .tecnologia-maestro .wpb_revslider_element .tp-caption {
		width: 350px;
		height: 220px;
	}
}
 
@media (max-width: 999px) {
	
	.page-hubspot .col-caption {
		width: 46%;
		margin-left: -1% !important;
	}
	
	.page-hubspot .col-caption h5 {
		width: calc(100% - 50px);
	}
	.tecnologia-maestro .blocchetto-cta {
		max-height: 200px;
	}
	.tecnologia-maestro .blocchetto-cta .blocchetto-cta-titolo p{
		font-size: 20px;
	}
	.tecnologia-maestro .blocchetto-cta .blocchetto-cta-titolo a{
		font-size: 20px;
		max-height: 180px;
	}
	.tecnologia-maestro .blocchetto-cta-grey .vc_empty_space {
		height: 20px !important;
	}
	.tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link a:focus, .tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link a:hover, .tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link a {
		font-size: 12px;
	}
	.tecnologia-maestro .cta-container {
		margin-top: -50px;
		
	}
	.tecnologia-maestro .wpb_revslider_element .tp-caption {
		width: auto;
		height: auto;
	}	
}

@media (max-width: 767px) {
	
	.page-hubspot .col-caption {
		max-width: 100%;
		min-width: 360px;
	}
	
	.page-hubspot .form-pull-up {
		margin-top: 0px;
	}
	
	.page-hubspot .col-pull-up {
		margin-top: 0;
		margin-left: 0px !important;
	}
	
	.page-hubspot .form-box {
		padding: 15px;
		min-height: auto;
	}
	
	.page-hubspot .col-margin {
		margin-right: 0px !important;
	}
	
	.site-header {
		min-height: auto;
	}
	
	.page-hubspot .entry-content {
		margin-top: 54px;
	}
	
	.page-hubspot .col-caption {
		height: 310px;
	}
	
	.page-hubspot .col-caption h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.sfondo_slider_maestro {
		display: none;
	}
	.ls-v6 .ls-bottom-nav-wrapper {
		top: auto !important;
		left: 0;
		width: 100%;
		bottom: 320px;
		text-align: center;
		position: absolute;
		margin-left: 0px;
	}
	.vc_row.sfondo_slider_maestro_xs {
		background-repeat: no-repeat !important;
		background-position: center 270px  !important;
	}
	.tecnologia-maestro .blocchetto-cta {
		width: 48%;
		max-width: 240px;
	}
	.vantaggi_section img {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.tecnologia-maestro .cta-container {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.tecnologia-maestro .blocchetto-cta {
		max-height: 165px;
		max-width: 165px;
		padding: 10px 10px 0px 10px;
	}
	.tecnologia-maestro .blocchetto-cta .blocchetto-cta-titolo p{
		font-size: 18px;
		max-height: 165px;
		max-width: 165px;
		height: auto;
	}
	/*.tecnologia-maestro .blocchetto-cta-titolo p,*/
	.tecnologia-maestro .blocchetto-cta .blocchetto-cta-titolo a{
		font-size: 18px;
		max-height: 165px;
		max-width: 165px;
		
	}
	.tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link {
		margin-top: 10px;
	}
	.tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link a:focus, .tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link a:hover, .tecnologia-maestro .blocchetto-cta-grey .blocchetto-cta-link a {
		font-size: 13px;
	}
	.text-center-xs,
	.tecnologia-maestro .paragrafo-bold {
		text-align: center;
	}
	.tecnologia-maestro .vc_empty_space {
		height: 20px !important;
	}  
	.sfondo_slider_maestro_xs {
		margin-top: -7px;
	}
	.slider_maestro {
		display: none;
	}
	.slider_maestro_xs {
		display: block;
	}
	.accordion-configura-maestro .vc_tta-panel-body {
		padding-bottom: 0px !important;
		padding-right: 0px !important;
	}
	
	.accordion-configura-maestro .vc_tta-panel-body .ls-v6 .ls-bottom-nav-wrapper {
		bottom: 30px;
	}
	.wpb-js-composer .accordion-configura-maestro.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
		margin-left: 20px;
		margin-right: 20px;
	}
} 

@media (max-width: 450px) {
	
	.page-hubspot .form-pull-up {
		padding: 0 5px 35px 13px;
	}
	
}

.hbspt-form .hs-form input[type="file"] {border: none !important;margin-bottom: 20px;}

/*.wpb_single_image .vc_single_image-wrapper {margin-left: 1% !important; margin-right: 1% !important}*/
.vc_column_container>.vc_column-inner {padding-left: 0px !important; padding-right: 0px !important}

p.helptext {font-weight: lighter;
	font-size: 13px;}
	
	/*#menu-item-35198 a {
		color: #ED1D24 !important;
	}*/
	
/*.rev_slider_wrapper.fullscreen-container{width: 2000px !important}*/

/*form evento 2019*/
div.form-evento.first {width: 48%;float: left;padding: 2em;margin: 0.5em;background:#e8e1e1;}
div.form-evento.second {width: 48%;float: right;padding: 2em;background: #e8e1e1;margin: 0.5em;}
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form div.form-evento div.info-gen  {padding: 2em;margin: 0.5em;background: #ded0d138;}
div.form-evento.infosupp {margin-top: 40px;}

#wpcf7-f38654-p33606-o1 > form > div.form-evento > div.form-evento.info-gen {margin-bottom: 40px}
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form div.form-evento p {margin-top: 20px;}
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form div.form-evento i {font-size: 13px}
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form div.form-evento input, div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form div.form-evento select, div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form div.form-evento textarea {-webkit-border-radius: 0px !important;font-size: 14px;color: #596168;border: 1px solid #586067;height: 40px;padding: 5px 10px;background-color: #FFFFFF;width: 100% !important;vertical-align: baseline;}
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form p.paragraph.infopers {margin-bottom: 10px}
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form div.privacy-riv {overflow-y: scroll;height: 100px;border: 1px solid #DBDFE3;padding: 5px;margin-right: 8px;margin-top: 15px;margin-bottom: 40px;font-size: 12px;line-height: 20px;}
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {border: 1px solid #85909B;text-decoration: none;font-weight: bold;line-height: 13px;font-size: 14px;text-align: center;letter-spacing: 0.06em;color: #85909B;width: 50%;background: #ffffff;background-color: rgb(255, 255, 255);display: block;padding: 17px 30px;margin-top: 40px; margin-left: auto; margin-right: auto;}
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover, div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:focus {color: #ffffff;outline: none;background-color: #85909B;}

@media (max-width: 450px) {
div.form-evento.first {width: 100%; float: initial;padding-right: 0px;}
div.form-evento.second {width: 100%; float: initial;padding-left: 0px;}
}
	
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form div.form-evento input[type=checkbox] {width: auto !important; height: auto;}
div#wpcf7-f38654-p33606-o1.wpcf7 form.wpcf7-form div.form-evento input[type=submit] {width: 50% !important; height: auto !important;}

.cta-button h5 {font-size: 17px;line-height: 23px;color: rgb(133, 144, 155);}
.cta-button h3 {line-height: 33px;font-size: 35px;margin-bottom: 12px;}
.cta-button ul {list-style-type: disc;margin-top: 20px;padding: 0 0 0 17px;}
.cta-button p {color: rgb(89, 97, 104);font-size: 17px;line-height: 24px;font-weight: lighter;}
span.cta-btn.cta-btn-wide {border: 1px solid rgb(133, 144, 155);text-decoration: none;font-weight: bold;line-height: 13px;font-size: 14px;text-align: center;letter-spacing: 0.06em;color: rgb(133, 144, 155);display: block;padding: 17px 30px;}
@media (max-width: 450px) {
.pagine-seo .prodotto {width:100%}
}

/* CHECK PER SPUNTE */
.check:after {
	content: "";
	display: inline-block;
	transform: rotate(45deg);
	height: 1.2em;
	width: .6em;
	border-bottom: 3px solid #596168 !important;
	border-right: 3px solid #596168 !important;
}

/*OTTIMIZZAZIONE DOPO AGGIORNAMENTO a 5.1*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {margin-bottom: 0px !important;}
.toplang #lang_sel li {display: block!important;}
.wpml-ls-legacy-dropdown {width: auto!important;}
.corpo {margin-bottom: 20px !important;}
.vc_col-sm-6 { padding-left: 15px !important;padding-right: 15px !important;}

@media (min-width: 768px) {
	.vc_col-sm-4 {width: 31.33333333% !important;}
	.vc_col-sm-8 {width: 64.66666667% !important;margin-left: 20px;margin-right: 20px;}
	.vc_col-sm-5 {width: 39.66666667% !important;}
}

.wpml-ls-sidebars-sidebar-2 a:hover, .wpml-ls-sidebars-sidebar-2 a:focus {
  color: #000 !important;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.wpml-ls-legacy-dropdown a span {
  font-size: 11px;
}

.wpml-ls-sidebars-sidebar-2 > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1) {
  font-size: 14px;
  color: #fff;
} 

/*.vc_column_container>.vc_column-inner {padding-left: 15px !important;padding-right: 15px !important;}*/

/*.scheda-realizzazioni div.vc_col-sm-4 {padding-left: 7.5px;padding-right: 7.5px;}*/
/*
@media (max-width: 767px) {
	.vc_hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.vc_hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.vc_hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.vc_hidden-lg {
		display: none !important;
	}
}
.vc_non_responsive .vc_row .vc_col-sm-1 {
	position: relative;
	float: left;
	width: 6.33333333%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-2 {
	position: relative;
	float: left;
	width: 14.66666667%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-3 {
	position: relative;
	float: left;
	width: 23%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-4 {
	position: relative;
	float: left;
	width: 31.33333333%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-5 {
	position: relative;
	float: left;
	width: 39.66666667%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-6 {
	position: relative;
	float: left;
	width: 48%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-7 {
	position: relative;
	float: left;
	width: 56.33333333%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-8 {
	position: relative;
	float: left;
	width: 64.66666667%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-9 {
	position: relative;
	float: left;
	width: 73%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-10 {
	position: relative;
	float: left;
	width: 81.33333333%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-11 {
	position: relative;
	float: left;
	width: 89.66666667%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
	position: relative;
	float: left;
	width: 98%;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
	margin-left: 100%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
	margin-left: 75%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
	margin-left: 50%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
	margin-left: 25%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
	margin-left: 0%;
}
.vc_non_responsive .vc_row .vc_hidden-sm {
	display: none !important;
}
.vc_row {
	margin-left: -15px;
	margin-right: -15px;
}
.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
	position: relative;
	min-height: 1px;
	margin-left: 1% !important;
	margin-right: 1% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
	float: left;
}
.vc_col-xs-12 {
	width: 98%;
}
.vc_col-xs-11 {
	width: 89.66666667%;
}
.vc_col-xs-10 {
	width: 81.33333333%;
}
.vc_col-xs-9 {
	width: 73%;
}
.vc_col-xs-8 {
	width: 64.66666667%;
}
.vc_col-xs-7 {
	width: 56.33333333%;
}
.vc_col-xs-6 {
	width: 48%;
}
.vc_col-xs-5 {
	width: 39.66666667%;
}
.vc_col-xs-4 {
	width: 31.33333333%;
}
.vc_col-xs-3 {
	width: 23%;
}
.vc_col-xs-2 {
	width: 14.66666667%;
}
.vc_col-xs-1 {
	width: 6.33333333%;
}
.vc_col-xs-pull-12 {
	right: 100%;
}
.vc_col-xs-pull-11 {
	right: 91.66666667%;
}
.vc_col-xs-pull-10 {
	right: 83.33333333%;
}
.vc_col-xs-pull-9 {
	right: 75%;
}
.vc_col-xs-pull-8 {
	right: 66.66666667%;
}
.vc_col-xs-pull-7 {
	right: 58.33333333%;
}
.vc_col-xs-pull-6 {
	right: 50%;
}
.vc_col-xs-pull-5 {
	right: 41.66666667%;
}
.vc_col-xs-pull-4 {
	right: 33.33333333%;
}
.vc_col-xs-pull-3 {
	right: 25%;
}
.vc_col-xs-pull-2 {
	right: 16.66666667%;
}
.vc_col-xs-pull-1 {
	right: 8.33333333%;
}
.vc_col-xs-pull-0 {
	right: auto;
}
.vc_col-xs-push-12 {
	left: 100%;
}
.vc_col-xs-push-11 {
	left: 91.66666667%;
}
.vc_col-xs-push-10 {
	left: 83.33333333%;
}
.vc_col-xs-push-9 {
	left: 75%;
}
.vc_col-xs-push-8 {
	left: 66.66666667%;
}
.vc_col-xs-push-7 {
	left: 58.33333333%;
}
.vc_col-xs-push-6 {
	left: 50%;
}
.vc_col-xs-push-5 {
	left: 41.66666667%;
}
.vc_col-xs-push-4 {
	left: 33.33333333%;
}
.vc_col-xs-push-3 {
	left: 25%;
}
.vc_col-xs-push-2 {
	left: 16.66666667%;
}
.vc_col-xs-push-1 {
	left: 8.33333333%;
}
.vc_col-xs-push-0 {
	left: auto;
}
.vc_col-xs-offset-12 {
	margin-left: 100%;
}
.vc_col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.vc_col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.vc_col-xs-offset-9 {
	margin-left: 75%;
}
.vc_col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.vc_col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.vc_col-xs-offset-6 {
	margin-left: 50%;
}
.vc_col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.vc_col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.vc_col-xs-offset-3 {
	margin-left: 25%;
}
.vc_col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.vc_col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.vc_col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
		float: left;
	}
	.vc_col-sm-12 {
		width: 98%;
	}
	.vc_col-sm-11 {
		width: 89.66666667%;
	}
	.vc_col-sm-10 {
		width: 81.33333333%;
	}
	.vc_col-sm-9 {
		width: 73%;
	}
	.vc_col-sm-8 {
		width: 64.66666667%;
	}
	.vc_col-sm-7 {
		width: 56.33333333%;
	}
	.vc_col-sm-6 {
		width: 48%;
	}
	.vc_col-sm-5 {
		width: 39.66666667%;
	}
	.vc_col-sm-4 {
		width: 31.33333333%;
	}
	.vc_col-sm-3 {
		width: 23%;
	}
	.vc_col-sm-20 {
		width: 18%;
	}
	.vc_col-sm-2 {
		width: 14.66666667%;
	}
	.vc_col-sm-1 {
		width: 6.33333333%;
	}
	.vc_col-sm-pull-12 {
		right: 100%;
	}
	.vc_col-sm-pull-11 {
		right: 91.66666667%;
	}
	.vc_col-sm-pull-10 {
		right: 83.33333333%;
	}
	.vc_col-sm-pull-9 {
		right: 75%;
	}
	.vc_col-sm-pull-8 {
		right: 66.66666667%;
	}
	.vc_col-sm-pull-7 {
		right: 58.33333333%;
	}
	.vc_col-sm-pull-6 {
		right: 50%;
	}
	.vc_col-sm-pull-5 {
		right: 41.66666667%;
	}
	.vc_col-sm-pull-4 {
		right: 33.33333333%;
	}
	.vc_col-sm-pull-3 {
		right: 25%;
	}
	.vc_col-sm-pull-2 {
		right: 16.66666667%;
	}
	.vc_col-sm-pull-1 {
		right: 8.33333333%;
	}
	.vc_col-sm-pull-0 {
		right: auto;
	}
	.vc_col-sm-push-12 {
		left: 100%;
	}
	.vc_col-sm-push-11 {
		left: 91.66666667%;
	}
	.vc_col-sm-push-10 {
		left: 83.33333333%;
	}
	.vc_col-sm-push-9 {
		left: 75%;
	}
	.vc_col-sm-push-8 {
		left: 66.66666667%;
	}
	.vc_col-sm-push-7 {
		left: 58.33333333%;
	}
	.vc_col-sm-push-6 {
		left: 50%;
	}
	.vc_col-sm-push-5 {
		left: 41.66666667%;
	}
	.vc_col-sm-push-4 {
		left: 33.33333333%;
	}
	.vc_col-sm-push-3 {
		left: 25%;
	}
	.vc_col-sm-push-2 {
		left: 16.66666667%;
	}
	.vc_col-sm-push-1 {
		left: 8.33333333%;
	}
	.vc_col-sm-push-0 {
		left: auto;
	}
	.vc_col-sm-offset-12 {
		margin-left: 100%;
	}
	.vc_col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.vc_col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.vc_col-sm-offset-9 {
		margin-left: 75%;
	}
	.vc_col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.vc_col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.vc_col-sm-offset-6 {
		margin-left: 50%;
	}
	.vc_col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.vc_col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.vc_col-sm-offset-3 {
		margin-left: 25%;
	}
	.vc_col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.vc_col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.vc_col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
		float: left;
	}
	.vc_col-md-12 {
		width: 100%;
	}
	.vc_col-md-11 {
		width: 89.66666667%;
	}
	.vc_col-md-10 {
		width: 81.33333333%;
	}
	.vc_col-md-9 {
		width: 73%;
	}
	.vc_col-md-8 {
		width: 64.66666667%;
	}
	.vc_col-md-7 {
		width: 56.33333333%;
	}
	.vc_col-md-6 {
		width: 48%;
	}
	.vc_col-md-5 {
		width: 39.66666667%;
	}
	.vc_col-md-4 {
		width: 31.33333333%;
	}
	.vc_col-md-3 {
		width: 23%;
	}
	.vc_col-md-20 {
		width: 18%;
	}
	.vc_col-md-2 {
		width: 14.66666667%;
	}
	.vc_col-md-1 {
		width: 6.33333333%;
	}
	.vc_col-md-pull-12 {
		right: 100%;
	}
	.vc_col-md-pull-11 {
		right: 91.66666667%;
	}
	.vc_col-md-pull-10 {
		right: 83.33333333%;
	}
	.vc_col-md-pull-9 {
		right: 75%;
	}
	.vc_col-md-pull-8 {
		right: 66.66666667%;
	}
	.vc_col-md-pull-7 {
		right: 58.33333333%;
	}
	.vc_col-md-pull-6 {
		right: 50%;
	}
	.vc_col-md-pull-5 {
		right: 41.66666667%;
	}
	.vc_col-md-pull-4 {
		right: 33.33333333%;
	}
	.vc_col-md-pull-3 {
		right: 25%;
	}
	.vc_col-md-pull-2 {
		right: 16.66666667%;
	}
	.vc_col-md-pull-1 {
		right: 8.33333333%;
	}
	.vc_col-md-pull-0 {
		right: auto;
	}
	.vc_col-md-push-12 {
		left: 100%;
	}
	.vc_col-md-push-11 {
		left: 91.66666667%;
	}
	.vc_col-md-push-10 {
		left: 83.33333333%;
	}
	.vc_col-md-push-9 {
		left: 75%;
	}
	.vc_col-md-push-8 {
		left: 66.66666667%;
	}
	.vc_col-md-push-7 {
		left: 58.33333333%;
	}
	.vc_col-md-push-6 {
		left: 50%;
	}
	.vc_col-md-push-5 {
		left: 41.66666667%;
	}
	.vc_col-md-push-4 {
		left: 33.33333333%;
	}
	.vc_col-md-push-3 {
		left: 25%;
	}
	.vc_col-md-push-2 {
		left: 16.66666667%;
	}
	.vc_col-md-push-1 {
		left: 8.33333333%;
	}
	.vc_col-md-push-0 {
		left: auto;
	}
	.vc_col-md-offset-12 {
		margin-left: 100%;
	}
	.vc_col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.vc_col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.vc_col-md-offset-9 {
		margin-left: 75%;
	}
	.vc_col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.vc_col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.vc_col-md-offset-6 {
		margin-left: 50%;
	}
	.vc_col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.vc_col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.vc_col-md-offset-3 {
		margin-left: 25%;
	}
	.vc_col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.vc_col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.vc_col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
		float: left;
	}
	.vc_col-lg-12 {
		width: 100%;
	}
	.vc_col-lg-11 {
		width: 91.66666667%;
	}
	.vc_col-lg-10 {
		width: 83.33333333%;
	}
	.vc_col-lg-9 {
		width: 75%;
	}
	.vc_col-lg-8 {
		width: 66.66666667%;
	}
	.vc_col-lg-7 {
		width: 58.33333333%;
	}
	.vc_col-lg-6 {
		width: 50%;
	}
	.vc_col-lg-5 {
		width: 41.66666667%;
	}
	.vc_col-lg-4 {
		width: 33.33333333%;
	}
	.vc_col-lg-3 {
		width: 25%;
	}
	.vc_col-lg-2 {
		width: 16.66666667%;
	}
	.vc_col-lg-1 {
		width: 8.33333333%;
	}
	.vc_col-lg-pull-12 {
		right: 100%;
	}
	.vc_col-lg-pull-11 {
		right: 91.66666667%;
	}
	.vc_col-lg-pull-10 {
		right: 83.33333333%;
	}
	.vc_col-lg-pull-9 {
		right: 75%;
	}
	.vc_col-lg-pull-8 {
		right: 66.66666667%;
	}
	.vc_col-lg-pull-7 {
		right: 58.33333333%;
	}
	.vc_col-lg-pull-6 {
		right: 50%;
	}
	.vc_col-lg-pull-5 {
		right: 41.66666667%;
	}
	.vc_col-lg-pull-4 {
		right: 33.33333333%;
	}
	.vc_col-lg-pull-3 {
		right: 25%;
	}
	.vc_col-lg-pull-2 {
		right: 16.66666667%;
	}
	.vc_col-lg-pull-1 {
		right: 8.33333333%;
	}
	.vc_col-lg-pull-0 {
		right: auto;
	}
	.vc_col-lg-push-12 {
		left: 100%;
	}
	.vc_col-lg-push-11 {
		left: 91.66666667%;
	}
	.vc_col-lg-push-10 {
		left: 83.33333333%;
	}
	.vc_col-lg-push-9 {
		left: 75%;
	}
	.vc_col-lg-push-8 {
		left: 66.66666667%;
	}
	.vc_col-lg-push-7 {
		left: 58.33333333%;
	}
	.vc_col-lg-push-6 {
		left: 50%;
	}
	.vc_col-lg-push-5 {
		left: 41.66666667%;
	}
	.vc_col-lg-push-4 {
		left: 33.33333333%;
	}
	.vc_col-lg-push-3 {
		left: 25%;
	}
	.vc_col-lg-push-2 {
		left: 16.66666667%;
	}
	.vc_col-lg-push-1 {
		left: 8.33333333%;
	}
	.vc_col-lg-push-0 {
		left: auto;
	}
	.vc_col-lg-offset-12 {
		margin-left: 100%;
	}
	.vc_col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.vc_col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.vc_col-lg-offset-9 {
		margin-left: 75%;
	}
	.vc_col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.vc_col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.vc_col-lg-offset-6 {
		margin-left: 50%;
	}
	.vc_col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.vc_col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.vc_col-lg-offset-3 {
		margin-left: 25%;
	}
	.vc_col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.vc_col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.vc_col-lg-offset-0 {
		margin-left: 0%;
	}  
}*/   

/* sm new menu 2019 */

.navigation .top-menu {
    padding: 8px 0;
}
 
.toplang {
    margin-left: 55px;
	padding-top: 0px;
}

.top-menu .menu-top-container {
    float: right;
}

.top-menu li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #889CB1;	
}

 .toplang .wpml-ls-legacy-dropdown a span {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 14px;
letter-spacing: 0.05em;

color: #889CB1;	
}

.toplang #lang_sel ul ul {
width: 120px; 
    padding-top: 10px !important;
}

.toplang #lang_sel li {
    width: auto;
}

.toplang #lang_sel a.lang_sel_sel {
	    padding-top: 3px; 
}

.toplang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: .3em solid transparent;
    border-top: .35em solid;
    right: 0;
}

.site-header .nav-menu > li > a {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
	letter-spacing: 0.03em;
}
.site-header.new .nav-menu > li > a {
	margin: 15px 0 15px 50px; 
}

.site-header .nav-menu > li > a {
	margin: 15px 0 15px 25px; 
}
@media screen and (min-width: 768px){
.site-header{ 
	min-height: 108px; 
}



.site-header .logo {
    margin: 16px 0;
}


}
@media screen and (min-width: 1000px){
.site-header .navbar {
    margin: 0 auto; 
}   
   .has-mega-menu{
        position:static;
    }
    li.has-mega-menu>.sub-menu {
        width: 100%;
        position: absolute;
       /*  top: 20px; */ /*insert the needed value*/
		    top: 66px;
        z-index: 100;
left: -1000px;
    right: 0px;
    /* margin-right: -1000px; */
    background-color: #ffffff;
    padding-left: 1000px;
	right: -1000px;
	padding-right: 1000px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3; 
	padding-top: 25px;
	padding-bottom: 45px;
	 /*    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);  */
    }
	
	.nav-menu .has-mega-menu .sub-menu ul {
		display: block !important;
		left: auto !important;
    top: auto !important;
	position: static;
	clip: auto;
    overflow: hidden;
    height: auto; 
    width: auto;
	}
	
    li.has-mega-menu:hover .sub-menu{ 
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
        display: flex;
        flex-wrap: wrap;
    /*CSS GRID lyout*/ 
        display: grid;
       /*  grid-template-columns: repeat(auto-fit,minmax(50%, 1fr));   */ 
	   grid-template-columns: repeat(auto-fit,minmax(20%, 1fr));
    }
}
/* @media screen and (min-width: 992px){
    li.has-mega-menu:hover>.sub-menu{grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr)); }
} */

    li.has-mega-menu>.sub-menu{ display: grid; 
	grid-template-columns: repeat(auto-fit,minmax(20%, 1fr)); }


@media screen and (min-width: 1000px){ 
    li.mega-menu-column {
        width: 100%;
        max-width: 100%; 
        min-height: 1px;
    padding: 0 15px 0 0;
       /*  flex: 1 0 calc(50%); */
    }
}
/* @media screen and (min-width: 992px){
    li.mega-menu-column {flex: 1 0 calc(33.333%);}
} */

    li.mega-menu-column {flex: 1 0 calc(20%);}


.mega-menu-column.font-bold > a,
.mega-menu-column .font-bold > a,
.font-bold > a,
.mega-menu-column b { 
    margin-bottom: 5px !important;
    display: inline-block;
	font-weight: bold;
}

.mega-menu-column .font-underline > a {
	text-decoration: underline;
}


.nav-menu .has-mega-menu .sub-menu li {
    margin-top: 0;
}

.site-header .nav-menu .has-mega-menu .sub-menu > li > a { 
	margin: 0 20px 0 0; 
	font-size: 14px;
line-height: 21px;
width: auto;
}
.site-header .nav-menu .has-mega-menu .sub-menu > li.menu-disabled > a:hover,
.site-header .nav-menu .has-mega-menu .sub-menu > li.menu-disabled > a:focus,
.site-header .nav-menu .has-mega-menu .sub-menu > li.menu-disabled > a:active {
	text-decoration: none;
}

.focus-on {
	display: none;
}

.mega-menu-column.font-bold > a {
	cursor: default;
}

.mega-menu-column.font-bold > a:hover,
.mega-menu-column.font-bold > a:focus { 
	/*text-decoration: none;*/
	text-decoration: underline;
	cursor: pointer;
}
.mega-menu-column.menu-disabled > a:hover,
.mega-menu-column.menu-disabled > a:focus { 
	text-decoration: none;
	cursor: default;
}


   .nav-menu > li {
    padding: 10px 0;
}
@media screen and (max-width: 999px){ 
   .nav-menu > li {
    padding: 16px 0;
}
.site-header .logo {
    margin: 0;
}
   .menu-close {
		display: none;
    }
	.toggled-on .menu-open {
		display: none;
	}
	.toggled-on .menu-close {
		display: block;
	}
	.navbar .toggled-on li {
			text-align: left;
			margin-right: 0;
			padding: 0;
	}
	.toggled-on .nav-menu li > ul a, 
	.navbar .toggled-on li a { 
		margin-left: 0 !important; 
	}
	.navbar .toggled-on > li > a {
			margin: 10px 0 !important; 
	}
/*  	.site-header.new .menu-item.has-mega-menu.focus ~ .menu-item {
	  display: none;
	}  */
	
/* 	.nav-menu[aria-expanded="true"] .has-mega-menu:not(.focus) {
	display: none;	
	} */
.site-header .nav-menu .has-mega-menu > .sub-menu > li > a {  
	margin-top: 10px;
	margin-bottom: 0; 
	font-size: 20px;
	line-height: 20px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
} 
.mega-menu-column.font-bold > a, 
.mega-menu-column .font-bold > a, 
.mega-menu-column b {
	margin-bottom: 0 !important;
}
.focus .focus-off {
	display: none;
}
.focus .focus-on {
	display: block;
}

.site-header .nav-menu .sub-menu .mega-menu-column li:first-child {
	margin-top: 10px;
} 

.site-header .nav-menu .sub-menu .mega-menu-column li:last-child {
	margin-bottom: 0;
}

}

.navbar .nav-menu .visible-xs {
	display: none !important;
}

.navbar .nav-menu .prodotti-xs,
.navbar .nav-menu .supporto-xs {
	display: none 
}

.navbar .nav-menu .hidden-xs {
	display: block !important;
}
@media (max-width: 999px) {
	
.navbar .nav-menu .visible-xs {
	display: block !important; 

}

.navbar .nav-menu .prodotti-xs,
.navbar .nav-menu .supporto-xs  {
	display: block;
}
.navbar .nav-menu .visible-xs.first {
    margin-top: 15px;
    padding-top: 7px;
    border-top: 1px solid #889CB1;
} 
.navbar .nav-menu > .visible-xs a {
	color: #889CB1 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.navbar .nav-menu .prodotti-hidden-xs > a,
.navbar .nav-menu .supporto-hidden-xs > a,
.navbar .nav-menu .hidden-xs {
	display: none !important; 
}
 
} 
.navbar .nav-menu .submenu-prodotti-xs,
.navbar .nav-menu .submenu-supporto-xs {
	 display: none; 
 }
 #text_icl-3 {
    display: none;
}

.owl-carousel .owl-wrapper {
	transition: all 1000ms ease 0s !important;
}

/* .carousel-anything-container.owl-theme.has-arrows .owl-wrapper-outer {
	overflow: visible;
} */
/* adeguamento dopo segnalazioni Elisa */
@media (min-width: 1000px) {
	.site-footer .main-footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.empty-space-visible-xs {
		display: none;
	}
	
}
@media (max-width: 999px) {
	.site-footer .main-footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.empty-space-hidden-xs {
		display: none;
	}
	.page-designer {
		margin-top: -33px;
	}
	#masthead{
		transition: top .2s ease-in;
	}
	.mainnav-scrolling {
		top: -120px;
	}
	.navbar .nav-menu {
	max-height: calc(100vh - 143px);
    overflow-y: scroll;
	} 
}

div#langs_float_wrapper.langs_float_wrapper {top:0px !important}

.supporto-interno.agevolazioni .contotermico .lista li {margin-left: 10px}
.supporto-interno.agevolazioni .contotermico .lista {list-style-type: disc}

/* Aggiornamento pagina Maestro */
.telecomando-maestro-txt {
	padding-right: 70px;
}
.telecomando-maestro-row-icon {
	margin-bottom: 60px !important;
}
.telecomando-maestro-row-icon:last-child {
	margin-bottom: 0px !important;
}
.telecomando-maestro-icon-txt {
	margin-top: 20px;
	color: #85909B;
	font-size: 17px;
	padding: 0 10px;
}
@media (max-width: 767px) {
	.telecomando-maestro-txt {
		padding-right: 0px;
	} 
	.telecomando-maestro-img {
		text-align: center !important;
	}
	.telecomando-maestro-img img {
		margin: 0 auto;
	}
	.telecomando-maestro-row-icon:last-child {
		margin-bottom: 0px !important;
	}
	.telecomando-maestro-icon-txt {
		margin-top: 20px;
		color: #85909B;
		font-size: 17px;
		padding: 0 5px;
	}
	.telecomando-maestro-col-icon {
		width: 50% !important;
		float: left !important;
	}
}

/* SM SOSTITUZIONE SLIDER */

.wpb_row.slider-2021 { 
margin-bottom: 50px !important;
    max-height: 100vh;
    z-index: 10001;
}

.slider-2021 div {
    max-height: 100vh;
}

/* .slider-2021 .wpb_single_image figure,
.slider-2021 .wpb_single_image figure div,
.slider-2021 .wpb_single_image figure div img {
	width: 100%; 
} */

.caption-slider-2021 {
	margin-top: 200px;
	/* margin-top: 270px; */
   /*  margin-left: -44px; */
    padding: 25px 25px 20px 25px;
    width: 467px;
    height: 340px;
    overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: calc(47vw - 467px);
    -webkit-font-smoothing: antialiased!important;
	color: #fff !important;
    background-color: rgba(48,63,81,.67);
}

.caption-slider-2021 h1,
.caption-slider-2021 h2 {
margin: 0px;
    font-size: 46px;
    line-height: 50px;
    white-space: normal;
    height: 100%;
	margin: 0 0 30px 0 !important;
}

.caption-slider-2021 h5 {
    white-space: normal;
    position: absolute;
    width: 417px;
    bottom: 20px;
    margin-top: 10px !important;
    padding-top: 12px;
    border-top: 2px solid #ffffff;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    font-weight: bold;
    background: none;
    padding-left: 0px !important;
}

.caption-slider-2021-fuoco-dentro {
 /*    width: 100% !important;
    height: auto !important; */
    text-align: center;
    
    /* top: 54vh !important; */
   bottom: 100px;
    /* bottom: 180px;*/
    left: 0;
	right: 0;
	width: 100%;
    font-size: 20px;
    font-weight: bold;
	position: absolute;
    -webkit-font-smoothing: antialiased!important;
	color: #ffffff;
}
.caption-slider-2021-fuoco-dentro a {
color: #ffffff !important;
    text-decoration: none !important;
}

.slider-2021 .slick-prev,
.slider-2021 .slick-next {
    width: 70px;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    font-size: 0;
}

.slider-2021 .slick-slide {
    width: 100%;
}

.slider-2021 .slick-prev {
    left: 0;
    background: rgba(48, 63, 81, .67) url(https://www.mcz.it/wp-content/themes/mcz/images/freccia-sx.png) no-repeat center;
}

.slider-2021 .slick-next {
    right: 0;
    background: rgba(48, 63, 81, .67) url(https://www.mcz.it/wp-content/themes/mcz/images/freccia-dx.png) no-repeat center;
}
.slider-2021 .down-arrow-slider {
	width: 58px; 
	height: 35px; 
	background: url(images/down-slider.png); 
	position: absolute; 
	left:50%; 
	margin-left: -29px; 
	bottom: 30px; 
	z-index: 10000; 
	cursor: pointer; 
	animation: down-arrow-scroll 1.7s infinite ease;
}
@keyframes down-arrow-scroll {
0% {bottom: 30px}
50% {bottom: 40px}
55% {bottom: 40px}
100% {bottom: 30px}
}
.slider-2021 .slick-slider {
	padding: 0 !important;
	margin: 0 !important;
}

.slider-2021 .slick-slide {
    width: 100%;
	position: relative;
}

@media(max-width:1099px) {
   .slider-2021 .slick-prev,
.slider-2021 .slick-next {
	display: none !important;
}
.slider-2021 .wpb_row.slider-2021 {
    max-height: none;
    margin-top: 90px;
}
.slider-2021 div {
    max-height: none;
}
.slider-2021 .down-arrow-slider {
	display: none;
}
.caption-slider-2021 {
    margin-top: 100px;
    left: 15px;
	width: 350px;
    height: 290px;
}
.caption-slider-2021 h1,
.caption-slider-2021 h2 {
font-size: 34px;
    line-height: 34px;
}
.caption-slider-2021 h5 {
    width: 290px;
}
.caption-slider-2021-fuoco-dentro {
    bottom: 50px;
}
}

@media(max-width:767px) {
	.caption-slider-2021 {
    margin-top: 40px;
	padding: 15px 15px 10px 15px;
	height: 240px;
	}
	.caption-slider-2021 h1, .caption-slider-2021 h2 {
    font-size: 26px;
    line-height: 26px;
}
.caption-slider-2021 h5 {
font-size: 12px;
    line-height: 14px;
	    padding-top: 7px;
}
.caption-slider-2021-fuoco-dentro {
    bottom: 20px;
    font-size: 14px;
}
.caption-slider-2021-fuoco-dentro a img {
    width: 25px !important;
    height: 25px !important;
}
}

@media(max-width:500px) {
	.caption-slider-2021 {
		margin-top: 15px;
	height: 185px;
	}
}

/* SM PAGINA PRODOTTO 2021 */

.pagina-prodotti-2021 #breadcrumbs-prodotto {
	font-size: 12px;
line-height: 18px;
/* or 150% */

letter-spacing: 0.03em;

color: #596168;
margin: 0 0 40px 0;
}

.pagina-prodotti-2021 p {
	font-size: 16px;
line-height: 26px;
letter-spacing: 0.03em;
color: #43413F;
margin-bottom: 20px;
}

.pagina-prodotti-2021 p a {
	text-decoration: underline;
	font-weight: 700;
	color: #000000;
}

.pagina-prodotti-2021 .slick-prev,
.pagina-prodotti-2021 .slick-next {
	background: none;
}
.pagina-prodotti-2021 .slick-slide {
	position: relative;
}

.pagina-prodotti-2021 .slick-prev,
.pagina-prodotti-2021 .slick-next {
	width: 23px;
    height: 44px;
	
}

.pagina-prodotti-2021 .slick-prev {
	background: url(images/freccia-sx-slider-prodotto.png) no-repeat center;
	left: 16px;
}

.pagina-prodotti-2021 .slick-next {
	background: url(images/freccia-dx-slider-prodotto.png) no-repeat center;
	right: 16px;
}


.pagina-prodotti-2021 .slick-slide .img-hover-slider {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.pagina-prodotti-2021 .slider-finiture:hover .slick-slide.slide-iniziale img.img-hover-slider {
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

.pagina-prodotti-2021 .left-line:before {
content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 238px;
    width: 1px;
    background-color: #596168;
}

.pagina-prodotti-2021 .left-line {
	padding-left: 30px;
	min-height: 238px;
	margin-bottom: 0px !important;
	position: relative;
}

.pagina-prodotti-2021 .right-line:before {
content: " ";
    position: absolute;
    top: 0;
    right: 0;
    height: 238px;
    width: 1px;
    background-color: #596168;
}

.pagina-prodotti-2021 .right-line {
	padding-right: 30px;
	min-height: 238px;
	margin-bottom: 0px !important;
	position: relative;
	text-align: right;
}

.pagina-prodotti-2021 h1 {
	font-weight: 700;
font-size: 50px;
line-height: 61px;
letter-spacing: 0.03em;

color: #000000;
}

.pagina-prodotti-2021 .sottotitolo {
	font-weight: 300;
font-size: 24px;
line-height: 34px;
letter-spacing: 0.03em;
color: #000000;
}

.pagina-prodotti-2021 h3 {
	margin-bottom: 20px;
font-weight: 700;
font-size: 22px;
line-height: 34px;

letter-spacing: 0.03em;

color: #000000;
}

.pagina-prodotti-2021 .col-slider-iniziale > div {
	max-width: 750px;
	padding-right: 30px !important;
	float: right;
}

.pagina-prodotti-2021 .col-descrizione > div  {
	max-width: 528px;
}

.pagina-prodotti-2021 .fiamma {
    top: 50%;
    left: 50%;
    z-index: 9;
    border-radius: 2px;
    position: absolute;
overflow: hidden;
}
/*Slider*/
.pagina-prodotti-2021 .slider-finiture > div {
  display:block; width:100%;
  text-align: center;
margin-bottom: 30px;
}

/* Navigation */
.pagina-prodotti-2021 .slider-nav .slick-slide {
width: 47px !important;
float: none;
    display: inline-block;
    position: relative;
}
.pagina-prodotti-2021 .slider-nav div.slick-current img {
    border: 3px solid #000000;
}
.pagina-prodotti-2021 .slider-nav .slick-track {
transform: translate3d(0px, 0px, 0px) !important;
text-align: center;
height: 110px;
}
.pagina-prodotti-2021 .slider-nav .slick-track div:hover p {
display: block;
}

.pagina-prodotti-2021 .slider-nav .separator {
margin-right: 40px;
}
.pagina-prodotti-2021 .slider-nav .separator:after {
    content: " ";
    width: 1px;
    height: 38px;
    background-color: #cacaca;
    position: absolute;
    right: -20px;
    top: 0;
}
.pagina-prodotti-2021 .slider-nav > div img {
    border-radius: 50%;
    width: 37px;
    height: 37px;
    margin: 0 auto;
}

.pagina-prodotti-2021 .slider-nav .placeholder-slider-nav {
display: none;
}

.pagina-prodotti-2021 .slider-nav > div p {
position: absolute;
width: 100%;
text-align: left;
font-size: 12px;
line-height: 15px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #000000;
width: 300px;
top: 50px;
display: none;
}


.pagina-prodotti-2021 #menu-ancorato {
	margin-top: 50px !important;
	margin-bottom: 100px !important;
/* 	padding: 24px 0;
	background-color: #DCDEE2; */
	text-align: center;
}

.pagina-prodotti-2021 #menu-ancorato ul {
	list-style-type: none;
	margin: 0;
padding: 8px 0;
    background-color: #DCDEE2;
    width: 100%;
position: static;
    left: 0;
    right: 0;
	    z-index: 10;
}

.pagina-prodotti-2021 #menu-ancorato ul li {
	display: inline-block;
	margin: 0 42px;

}

.pagina-prodotti-2021 #menu-ancorato ul li a {
		font-weight: bold;
font-size: 16px;
line-height: 16px;
letter-spacing: 0.03em;
text-decoration: underline;
color: #43413F;
}
.pagina-prodotti-2021 #menu-ancorato ul li.active a {
text-decoration: none;
color: #000000;
}

/* .pagina-prodotti-2021 .col-small-down {
	margin-top: 17%;
}

.pagina-prodotti-2021 .col-down {
	margin-top: 26%;
}

.pagina-prodotti-2021 .col-up {
margin-top: -26%;
} */

.pagina-prodotti-2021 .col-up-150 {
	margin-top: -150px; 
}

.pagina-prodotti-2021 .descrizione-3d p {
	font-weight: 300;
font-size: 24px;
line-height: 34px;
text-align: right;
letter-spacing: 0.03em;
color: #000000;
}

.pagina-prodotti-2021 .descrizione-3d p .title-3d {
	font-weight: 700;
color: #ED1D24;
}

.pagina-prodotti-2021 .freccia-3d {
	margin: 20px 50px 20px 25px !important;
}

.pagina-prodotti-2021 #realta-aumentata {
	  background: -moz-linear-gradient(top, #ffffff 40%, #889CB1 40%);
  background: -webkit-linear-gradient(top, #ffffff 40%, #889CB1 40%);
  background: linear-gradient(top, #ffffff 40%, #889CB1 40%);
}

.pagina-prodotti-2021 #realta-aumentata #Viewer3D {
	height:600px;
	z-index:0;
	border: 1px solid #889CB1;
}

.pagina-prodotti-2021 .multiple-slider {
	/* height: 600px; */
	/* margin-right: calc(0px - ((100vw - 1056px)/2)) !important; */
}

.pagina-prodotti-2021 #gallery-prodotto {
		  background: -moz-linear-gradient(bottom, #ffffff 50%, #889CB1 50%);
  background: -webkit-linear-gradient(bottom, #ffffff 50%, #889CB1 50%);
  background: linear-gradient(bottom, #ffffff 50%, #889CB1 50%);
  padding-top: 60px;
}


.pagina-prodotti-2021 .cta-3d {
    display: flex;
top: 0;
    align-items: center;
    position: absolute;
    right: 40px;
    z-index: 11;
	text-decoration: none;
}

.pagina-prodotti-2021 .cta-3d p {
	font-family: DM Serif Display;
font-style: italic;
font-weight: normal;
font-size: 15px;
line-height: 15px;
text-align: right;
color: #000000;
	margin:0;
}
.pagina-prodotti-2021 .prodotto-cta-preventivo,
.pagina-prodotti-2021 .prodotto-cta-rivenditore {
	display: inline-block;
	margin-top: 55px;
}

.pagina-prodotti-2021 .prodotto-cta-preventivo,
.pagina-prodotti-2021 .prodotto-cta-preventivo:hover {
	font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: center;
letter-spacing: 0.06em;
text-transform: uppercase;
    padding: 17px 32px;
color: #000000;
border: 1px solid #000000;
text-decoration: none;
margin-right: 70px;
}

.pagina-prodotti-2021 .prodotto-cta-rivenditore,
.pagina-prodotti-2021 .prodotto-cta-rivenditore:hover {
	font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: center;
letter-spacing: 0.06em;
text-decoration-line: underline;

color: #43413F;
}



.pagina-prodotti-2021 .approfondimenti {
	/* margin-top: 100px;
	margin-bottom: 75px !important; */
	border-top: 1px solid #E0E0E0;
	/* border-bottom: 1px solid #E0E0E0; */
		display: flex;
}

.pagina-prodotti-2021 .blocco-approfondimenti {
	padding: 40px 0;
		display: flex;
	
}

.pagina-prodotti-2021 .blocco-approfondimenti > div,
.pagina-prodotti-2021 .blocco-approfondimenti > div > div {
	display: flex;
	align-items: center;
}

.pagina-prodotti-2021 .img-approfondimenti {
	width: 150px;
}

.pagina-prodotti-2021 .testo-approfondimenti {
	width: calc(100% - 140px);
	padding-left: 20px;
}
.pagina-prodotti-2021 .freccia-3d img {
animation: arrow-scroll-3d 1.7s infinite ease;
}
@keyframes arrow-scroll-3d {
0% {margin-top: 0px; margin-bottom: 10px;}
50% {margin-top: 10px; margin-bottom: 0px;}
55% {margin-top: 10px; margin-bottom: 0px;}
100% {margin-top: 0px; margin-bottom: 10px;}
}
.pagina-prodotti-2021 #finiture-3d {
min-height: 100px;
    margin-top: 35px;
}
.pagina-prodotti-2021 .fin-3d {
    width: 47px !important;
 
    display: inline-block;
    position: relative;
}
.pagina-prodotti-2021 .fin-3d img {
    border-radius: 50%;
    width: 37px;
    height: 37px;
    margin: 0 auto;
}
.pagina-prodotti-2021 .fin-3d.active img {
    border: 3px solid #000000;
}
.pagina-prodotti-2021 .fin-3d p {
position: absolute;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    width: 300px;
    top: 50px;
    display: none;
}
.pagina-prodotti-2021 .fin-3d:hover p {
	display: block;
}

   /* the slides */
.pagina-prodotti-2021 .slider-gallery .slick-slide {
    margin: 0 10px;
background-color: #ffffff;
  }
  /* the parent */
.pagina-prodotti-2021 .slider-gallery .slick-list {
    margin: 0 -10px;
  }


.pagina-prodotti-2021 #dati-tecnici {
	padding: 70px 0 100px 0;
	background-color: #43413F;
}

.pagina-prodotti-2021 #dati-tecnici h2 {
	font-size: 24px;
line-height: 26px;
/* identical to box height, or 108% */
font-weight: 400;
letter-spacing: 0.03em;
	margin-bottom: 40px !important;
color: #FFFFFF;
}

.pagina-prodotti-2021 #dati-tecnici #box-dati-tecnici {

}
.pagina-prodotti-2021 .nome-prodotto {
	font-weight: 700;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.03em;
color: #FFFFFF;
	    background: url(images/freccia-dx-accordion-prodotto.png) no-repeat center right 12px;
}
.pagina-prodotti-2021 .nome-prodotto.open {
 background: url(images/freccia-giu-accordion-prodotto.png)  no-repeat center right 12px;
}
.pagina-prodotti-2021 .box-versioni {
	margin: 0 -15px;
}
.pagina-prodotti-2021 .box-versioni .singola-versione:first-child .singola-versione-inner,
.pagina-prodotti-2021 .box-versioni .singola-versione:nth-child(2) .singola-versione-inner {
	 border-top: 1px solid #E0E0E0; 
}
.pagina-prodotti-2021 .singola-versione {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.pagina-prodotti-2021 .singola-versione-inner {
    padding: 20px 0 20px 20px;
   
	 border-bottom: 1px solid #E0E0E0;
}
.pagina-prodotti-2021 .singola-versione-inner .dati-tecnici {
    border-top: 1px solid #737172;
    margin: 20px 0 0 0;
}
.pagina-prodotti-2021 .singola-versione-inner .line {
	display: flex;
	font-size: 14px;
line-height: 40px;
letter-spacing: 0.03em;

color: #FFFFFF;
	border-bottom: 1px solid #737172;
}
.pagina-prodotti-2021 .singola-versione-inner .line.modello {
	display: none;
}
.dati-tecnici p {
    color: #ffffff;
}

.pagina-prodotti-2021 .singola-versione-inner .line .right {
	order: 2;
    margin-left: auto;
}
.pagina-prodotti-2021 .singola-versione-inner .invia-form {
font-weight: 700;
font-size: 15px;
line-height: 26px;
letter-spacing: 0.03em;
text-decoration-line: underline;
color: #FFFFFF;
	margin-top: 20px;
	cursor: pointer;
	padding-left: 25px;
	 background: url(images/icon-download.png)  no-repeat center left;
}
.pagina-prodotti-2021 .box-introduzione-slider-guide > div {
	max-width: 331px;
	float: right;
}


.pagina-prodotti-2021 .introduzione-slider-guide p {
	font-weight: 300;
font-size: 22px;
line-height: 34px;
letter-spacing: 0.03em;
color: #FFFFFF;
}

.pagina-prodotti-2021 #slider-guide {
		 /* background: linear-gradient(93.07deg, #515C4B 11.66%, #8F9D87 93.87%); */
	padding: 50px 0;
}
.pagina-prodotti-2021 #slider-guide:before {

    background: #515C4B;
    background: linear-gradient(93.07deg, #515C4B 11.66%, #8F9D87 93.87%);
    color: #fff;
    height: 60%;
	content: '';
    width: 100%;
	position: absolute;
    top: 0;
    left: 0;
}
.pagina-prodotti-2021 .slider-guide {
	margin-left: 120px;
}

.pagina-prodotti-2021 .slider-guide .slick-prev {
    left: -40px;
    top: 40%;
}

.pagina-prodotti-2021 .slider-guide .slick-next {
	top: 40%;
}
.pagina-prodotti-2021 .slider-guide .slick-slide p {
	 margin-top: 35px;
    text-align: center;
    padding: 0 10px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	max-width: 250px;
}
   .pagina-prodotti-2021 .slider-guide .slick-slide.slick-current p {
	   opacity: 1;
	   transition: opacity 0.2s ease-in-out;
}
.pagina-prodotti-2021 .slider-guide .slick-slide img {
    transition: opacity 0.2s ease-in-out;
    opacity: 0.6;
}
.pagina-prodotti-2021 .slider-guide .slick-slide.slick-current img {
    opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

.pagina-prodotti-2021 .prodotto-cta-guide,
.pagina-prodotti-2021 .prodotto-cta-guide:hover {
	font-weight: bold;
font-size: 12px;
line-height: 15px;
text-align: center;
letter-spacing: 0.06em;
text-transform: uppercase;
    padding: 17px 32px;
color: #ffffff;
border: 1px solid #ffffff;
text-decoration: none;
margin-right: 70px;
	display: inline-block;
	margin-top: 30px;
}


.pagina-prodotti-2021 .col-slider-guide > div {
	    width: auto;
    /* margin-right: -66%; */
    margin-right: calc(0px - ((100vw - 1031px)/2));
}

.pagina-prodotti-2021 #slider-guide .slick-slide {

   background: #ffffff;
    margin: 0 10px;
}

.dimension-medium {
	width: 90%;
}
/* .content-block-slider .slick-track {
        display: flex;
    } */
.content-block-slider {
	 overflow: hidden;
	 position: relative;
	 padding-bottom: 40px;
}
 .block-slider-arrows {
	 display: inline-block;
	 top: 50%;
	 position: absolute;
	 transform: translateY(-50%);
	 z-index: 999;
	 cursor: pointer;
	 fill: #9a9a9a;
	 padding: 10px;
	 display: none !important;
}
 .block-slider-arrows_left {
	 left: 3%;
}
 .block-slider-arrows_right {
	 right: 3%;
}
 .slider-gallery .slick-slide {
	 cursor: pointer;
}
  .slider-gallery .slick-slide img {
	 display: block;
	 transition: opacity 0.2s ease-in-out;
	 opacity: 0.5;
}
 .slider-gallery .slick-slide:hover img {
	 opacity: 1;
}
  .slider-gallery .slick-slide.slick-current {
	 cursor: default;
}
  .slider-gallery .slick-slide.slick-current img {
	 opacity: 1;
}
  .slider-gallery  {
	 position: relative;
}
 .slider-gallery  .block-slider-slide-wrapper {
/* 	 padding: 0 2%; */
	 position: relative;
}
 .slider-gallery  .block-slider-slide-wrapper img {
	 display: block;
	 height: 150px;
}
 @media screen and (min-width: 500px) {
	 .slider-gallery .block-slider-slide-wrapper img {
		 height: 300px;
	}
}
 @media screen and (min-width: 770px) {
	  .slider-gallery .block-slider-slide-wrapper img {
		 height: 600px;
		 margin: 0 auto;
	}
}
 .slider-gallery .slick-dots {
	text-align: center;
}
 .slider-gallery .slick-dots li {
	 margin: 0 7px;
	 display: inline-block;
}
 .slider-gallery .slick-dots .slick-active button {
	 opacity: 1;
}
 .slider-gallery .slick-dots button {
	 background: #000;
	 -webkit-appearance: none;
	 opacity: 0.3;
	 font-size: 0;
	 height: 2px;
	 display: block;
	 border: 0;
	 padding: 0;
	 width: 20px;
	 margin: 0;
	 transition: opacity 0.2s ease-in-out;
}
 .slider-gallery .slick-dots button:hover {
	 opacity: 1;
}
.smallHeader .navbartop {
	    margin-top: -41px;
	transition: all 0.2s ease-in-out;
}
.normalHeader .navbartop {
	    margin-top: 0;
	transition: all 0.2s ease-in-out;
}
.smallHeader {
    min-height: auto;
	transition: all 0.2s ease-in-out;
}