/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */

[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */

html {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */

body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */

a:link {
  text-decoration: none;
  color: #e0001b;
}


a:visited {
  text-decoration: none;
  color: #e0001b;
}


a:hover,
a:focus {
  text-decoration: underline;
  color: #e0001b;
}


a:active {
  text-decoration: none;
  color: #e0001b;
}

/* Address `outline` inconsistency between Chrome and other browsers. */

a:focus {
  outline: 0;
}

/* Improve readability when focused and also mouse hovered in all browsers. */

a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */

p,
pre {
  margin: 0 0 1em 0;
}


blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2.5em;
  line-height: 1.2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  color: #e0001b;
  font-weight: 400;
}


h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #e0001b;
  font-weight: 400;
}


h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 0.64103em;
  color: #e0001b;
  font-weight: 400;
}


h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: #e0001b;
  font-weight: 400;
}


h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
  color: #e0001b;
  font-weight: 400;
}


h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
  color: #e0001b;
  font-weight: 400;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */

abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */

b,
strong {
  font-weight: 700;
}

/* Address styling not present in Safari 5 and Chrome. */

dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */

mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */

code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */

pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */

small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}


sup {
  top: -0.5em;
}


sub {
  bottom: -0.25em;
}

/**
 * Lists
 */

dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}


ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}


dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */

menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */

img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */

svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */

figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */

fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.9125em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */

label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */

table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}


.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}

/* Layout rules */
/**
 * @file
 * Positioning for a fixed-width, desktop-centric layout.
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * If you want to make the page a fixed width and centered in the viewport,
 * this is the standards-compliant way to do that.
 */

html {
  overflow: auto;
}


html, body {
  height: auto;
}


body {
  overflow-x: hidden;
  overflow-y: auto;
}


#page, .wrapper {
  margin-left: auto;
  margin-right: auto;
}


#page {
  text-align: left;
}


.wrapper {
  text-align: left;
}


#main-content {
  
}



/* Containers for grid items and flow items. */

#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after,
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}

#header:after,
#main:after,
#footer:after,
.wrapper:after {
  clear: both;
}

/* Navigation bar */

#navigation {
  /* Move the navbar up inside #main's padding. */
  position: absolute;
  top: 0;
  height: 3em;
  width: 940px;
}


/**
 * HEADER
 */

#header {
 /* height: 90px;
  padding-top: 15px;*/
}


#name-and-slogan {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 180px;
  margin-left: 0px;
  margin-right: -200px;
  margin: 0;
  background: url('../images/giacomini_logo.png?1386924047') center 0 no-repeat;
}

#name-and-slogan #logo {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  display: block;
  height: 36px;
}


#toolbar {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  display: inline-block;
  float: right;
}


#main-menu {
  clear: left;
  float: left;
  width: 940px;
  margin-left: 0px;
  margin-right: -960px;
}


#footer {
  padding-top: 1.35em;
  padding-bottom: 1.5em;
}

#footer.region-footer {
  padding-top: 0.15em;
  padding-bottom: 0em;
}


.sidebar-second #main {
  /* Move all the children of #main down to make room. */
  position: relative;
  float: left;
  width: 700px;
  margin-left: 0px;
  margin-right: -720px;
}


.sidebars__second {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: right;
  width: 220px;
  margin-right: 0px;
  margin-left: -240px;
  padding-top: 8.75em;
}


.ui-widget {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}


ul.tabs-primary li.tabs-primary__tab {
  font-size: 0.75em;
  line-height: 2em;
}


form#user-login {
  padding: 0px 10px 60px;
}

form#user-login .form-item .description {
  color: #5e5e5f;
  font-size: 0.6875em;
  line-height: 2.18182em;
}


#themer-toggle {
  font-size: 0.6875em;
  line-height: 2.18182em;
}

#themer-toggle div {
  margin-right: 5px;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */

.with-wireframes #main-content {
  background: url('../images/todelete/01_home.jpg?1386924047') center top no-repeat;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */

.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */

.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */

#skip-link {
  margin: 0;
}

#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}


body {
  background: #dad1c8;
}


a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


b, strong {
  font-weight: 700 !important;
}


em, i {
  font-style: italic;
}


.styleguide {
  overflow: hidden;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* The link around the name of the website. */

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */

.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */

.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */

.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */

#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}

#navigation .block {
  margin-bottom: 0;
}

#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}

#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */

.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */

.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}


.page__title, h1 {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  margin-left: 0px;
  font-size: 2.5em;
  line-height: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #e0001b;
  font-weight: normal;
  text-indent: -0.05em;
}

.sidebar-second .page__title, .sidebar-second h1 {
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
}

/**
 * Messages.
 */

.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 940px;
  margin-left: 0px;
  margin-right: -960px;
  clear: both;
  padding-left: 40px;
  font-size: 0.875em;
  line-height: 1.71429em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
  overflow: hidden;
}



.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}


.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}


.messages__list {
  margin: 0;
}


.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */

.messages--error p.error {
  color: #333;
}

/* System status report. */

.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}


.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}


.error,
.messages--error {
  color: #c20a08;
}


.messages--error {
  border-right: 1px !important;
  border-left: 1px !important;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */

.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}


.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}


a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */

.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}


.is-active.tabs-primary__tab {
  border-bottom-color: white;
}


a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}


a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}


a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */

.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}


.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}


a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}


a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}


a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */

.inline {
  display: inline;
  padding: 0;
}

.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */

span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */

.more-link {
  text-align: right;
  /* LTR */
}


.more-help-link {
  text-align: right;
  /* LTR */
}


.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}


.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}


.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */

.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */

.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */

.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}


.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}


.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */

.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */

.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */

.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */

.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */

.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */

.comment {
  /* Comment's permalink wrapper. */
}

.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */

.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */

.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}

.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}

tr.odd .form-item, tr.even .form-item {
  margin: 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item .description {
  font-size: 0.85em;
}


.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */

.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */

label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */

a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */

.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */

#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */

.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */

.openid-link,
.user-link {
  margin-top: 1.5em;
}


html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}


#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */

form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody {
  border-top: 1px solid #ccc;
}

form table ul {
  margin: 0;
}


tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}


tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */

td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */

td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */

td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */

#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */

html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}

html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}

.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */

tr.drag {
  background-color: #fffff0;
}


tr.drag-previous {
  background-color: #ffd;
}


.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */

tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */

.progress {
  font-weight: bold;
}

.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1386924047');
}

/* Colori */
/**
 * COLORI
 */

body {
  background: #dad1c8;
}


#main-content {
  border-left: 6px solid #c5bdb5;
  border-right: 6px solid #c5bdb5;
  background: white;
}


#header {
  border-top: 6px solid #e0001b;
  border-bottom: 2px solid #dbd4ce;
  background: white;
}


.page__title {
  color: #e0001b;
}


#content {
  background: white;
}


#bottom-menu {
  background: #c20a08;
  color: white;
}


#sitemap-full {
  background: #580504;
  color: white;
}


#footer {
  background: #e0001b;
  color: white;
}

/* Elementi */
/**
 *
 * CSS per i menu di navigazione
 * 
 */

.item-list ul {
  list-style: none;
  padding-left: 0px;
}

.item-list ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00c';
  color: #e0001b;
  padding-right: 9px;
}


.menu-sprite, .menu-energy-management, .menu-fire-protection, .menu-gas-distribution, .menu-radiant-system, .menu-renewable-sources, .menu-water-management {
  background: url('../images/colored-bkg/menu-s4124b703f8.png') no-repeat;
}


.menu-energy-management {
  background-position: 0 -80px;
}

.menu-energy-management:hover, .menu-energy-management.energy-management_hover, .menu-energy-management.energy-management-hover {
  background-position: 0 -40px;
}


.menu-fire-protection {
  background-position: 0 -360px;
}

.menu-fire-protection:hover, .menu-fire-protection.fire-protection_hover, .menu-fire-protection.fire-protection-hover {
  background-position: 0 -280px;
}


.menu-gas-distribution {
  background-position: 0 -120px;
}

.menu-gas-distribution:hover, .menu-gas-distribution.gas-distribution_hover, .menu-gas-distribution.gas-distribution-hover {
  background-position: 0 -200px;
}


.menu-radiant-system {
  background-position: 0 -440px;
}

.menu-radiant-system:hover, .menu-radiant-system.radiant-system_hover, .menu-radiant-system.radiant-system-hover {
  background-position: 0 0;
}


.menu-renewable-sources {
  background-position: 0 -240px;
}

.menu-renewable-sources:hover, .menu-renewable-sources.renewable-sources_hover, .menu-renewable-sources.renewable-sources-hover {
  background-position: 0 -160px;
}


.menu-water-management {
  background-position: 0 -400px;
}

.menu-water-management:hover, .menu-water-management.water-management_hover, .menu-water-management.water-management-hover {
  background-position: 0 -320px;
}


#main-menu {
  margin-top: 1.3125em;
  padding-left: 10px;
}

#main-menu #block-system-main-menu {
  margin-bottom: 0px;
}

#main-menu ul.menu {
  padding-left: 0px;
  margin: 0 0;
}

#main-menu ul.menu li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 0 22px 0;
}

#main-menu ul.menu li a, #main-menu ul.menu li span {
  display: block;
  color: #363637;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.71429em;
  cursor: pointer;
  padding: 0 0 6px 0;
}

#main-menu ul.menu li a:hover, #main-menu ul.menu li span:hover {
  text-decoration: none;
}

#main-menu ul.menu li a.is-active-trail, #main-menu ul.menu li span.is-active-trail {
  color: #e0001b;
}

#main-menu ul.menu li.first {
  margin-left: 0px;
}

#main-menu ul.menu li.last {
  margin-right: 0px;
}

#main-menu ul.menu li:hover a, #main-menu ul.menu li:hover span, #main-menu ul.menu li.active-trail a, #main-menu ul.menu li.active-trail span, #main-menu ul.menu li.is-active-trail a, #main-menu ul.menu li.is-active-trail span {
  color: #e0001b;
}

#main-menu ul.menu li:hover ul.menu {
  display: block;
}

#main-menu ul.menu li ul.menu {
  display: none;
  position: absolute;
  padding: 2px 0 0 0;
  margin-left: -25px;
  background-color: white;
  border-bottom: 2px solid #dbd4ce;
  z-index: 999;
  min-width: 150%;
}

#main-menu ul.menu li ul.menu li {
  margin: 0 0;
  display: block;
}

#main-menu ul.menu li ul.menu li a, #main-menu ul.menu li ul.menu li span {
  margin: 0 0;
  display: block;
  background: none;
  padding: 11px 25px 11px 23px;
  color: #363637;
  font-weight: 400;
  text-transform: none;
  white-space: nowrap;
  border-left: 2px solid #dbd4ce;
  border-right: 2px solid #dbd4ce;
  line-height: 18px;
}

#main-menu ul.menu li ul.menu li a.colored, #main-menu ul.menu li ul.menu li span.colored {
  padding-left: 53px;
}

#main-menu ul.menu li ul.menu li:hover, #main-menu ul.menu li ul.menu li.active-trail, #main-menu ul.menu li ul.menu li.is-active-trail {
  background-color: #f2efec;
}

#main-menu ul.menu li ul.menu li:hover ul.menu {
  display: block;
}

#main-menu ul.menu li ul.menu li ul.menu {
  display: none;
  left: 100%;
  top: 0px;
  margin-left: -2px;
  padding: 0 0 0 0;
  z-index: 999;
}

#main-menu ul.menu li ul.menu li ul.menu li a, #main-menu ul.menu li ul.menu li ul.menu li span {
  background: none;
}

#main-menu ul.menu li ul.menu li ul.menu li.first a, #main-menu ul.menu li ul.menu li ul.menu li.first span {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  border: 2px solid #dbd4ce;
  border-bottom: none;
}

#main-menu ul.menu li ul.menu li ul.menu li.first a:after, #main-menu ul.menu li ul.menu li ul.menu li.first a:before, #main-menu ul.menu li ul.menu li ul.menu li.first span:after, #main-menu ul.menu li ul.menu li ul.menu li.first span:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#main-menu ul.menu li ul.menu li ul.menu li.first a:after, #main-menu ul.menu li ul.menu li ul.menu li.first span:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 12px;
  margin-top: -12px;
}

#main-menu ul.menu li ul.menu li ul.menu li.first a:before, #main-menu ul.menu li ul.menu li ul.menu li.first span:before {
  border-color: rgba(219, 212, 206, 0);
  border-right-color: #dbd4ce;
  border-width: 15px;
  margin-top: -15px;
}

#main-menu ul.menu li ul.menu li ul.menu li.first a:hover:after, #main-menu ul.menu li ul.menu li ul.menu li.first a.active-trail:after, #main-menu ul.menu li ul.menu li ul.menu li.first a.is-active-trail:after, #main-menu ul.menu li ul.menu li ul.menu li.first span:hover:after, #main-menu ul.menu li ul.menu li ul.menu li.first span.active-trail:after, #main-menu ul.menu li ul.menu li ul.menu li.first span.is-active-trail:after {
  border-right-color: #f2efec;
}

#main-menu ul.menu li ul.menu li ul.menu li:hover, #main-menu ul.menu li ul.menu li ul.menu li.active-trail, #main-menu ul.menu li ul.menu li ul.menu li.is-active-trail {
  background-color: #f2efec;
}

#main-menu ul.menu li.menu-professionals {
  margin-right: 0px;
  float: right;
  margin-top: 1px;
}

#main-menu ul.menu li.menu-professionals ul.menu {
  margin-right: -25px;
  text-align: right;
  right: 0px;
}

#main-menu ul.menu li.menu-professionals ul.menu li a, #main-menu ul.menu li.menu-professionals ul.menu li span {
  padding: 8px 23px 8px 25px;
}

#main-menu ul.menu li.menu-professionals ul.menu li ul.menu {
  left: inherit;
  right: 100%;
  margin-right: -2px;
}

#main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first a:after, #main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first a:before, #main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first span:after, #main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first span:before {
  right: inherit;
  left: 100%;
}

#main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first a:after, #main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first span:after {
  border-right: none;
  border-left-color: white;
}

#main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first a:before, #main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first span:before {
  border-right: none;
  border-left-color: #dbd4ce;
}

#main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first a:hover:after, #main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first a.active-trail:after, #main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first span:hover:after, #main-menu ul.menu li.menu-professionals ul.menu li ul.menu li.first span.active-trail:after {
  border-right: none;
  border-left-color: #f2efec;
}


#toolbar {
  font-size: 0.75em;
  line-height: 2em;
}

#toolbar .region-search {
  display: inline-block;
  margin-right: 28px;
}

#toolbar .region-search .contextual-links-wrapper {
  display: none;
}

#toolbar .region-search .form-actions {
  display: none;
}

#toolbar .region-search .form-item input[type=text] {
  width: 30px;
  padding-left: 0px;
  padding-right: 0px;
  background: #f2efec url("/sites/all/themes/giacomini/images/search.png") center right no-repeat;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 12px;
  line-height: 0px;
  color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#toolbar .region-search .form-item input[type=text].active {
  width: 170px;
  padding-left: 13px;
  padding-right: 27px;
  color: #363637;
}

#toolbar .region-navigation {
  display: inline-block;
}

#toolbar .region-navigation .toolbar-menu {
  text-align: right;
  margin-bottom: 0px;
}

#toolbar .region-navigation .toolbar-menu ul.menu {
  margin: 0 0;
  padding-left: 0px;
}

#toolbar .region-navigation .toolbar-menu ul.menu li {
  list-style: none;
  display: inline-block;
}

#toolbar .region-navigation .toolbar-menu ul.menu li.first a, #toolbar .region-navigation .toolbar-menu ul.menu li span {
  padding-left: 0px;
}

#toolbar .region-navigation .toolbar-menu ul.menu li.last a, #toolbar .region-navigation .toolbar-menu ul.menu li span {
  padding-right: 0px;
}

#toolbar .region-navigation .toolbar-menu ul.menu li a, #toolbar .region-navigation .toolbar-menu ul.menu li span {
  padding: 7px 10px 7px 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #363637;
  cursor: pointer;
}

#toolbar .region-navigation .toolbar-menu ul.menu li a:before, #toolbar .region-navigation .toolbar-menu ul.menu li span:before {
  font-family: "FontAwesome";
  padding-right: 6px;
  font-size: 1.125em;
  line-height: 1.33333em;
}

#toolbar .region-navigation .toolbar-menu ul.menu li a:hover, #toolbar .region-navigation .toolbar-menu ul.menu li span:hover {
  color: #e0001b;
}

#toolbar .region-navigation .toolbar-menu ul.menu li a.change-language:hover, #toolbar .region-navigation .toolbar-menu ul.menu li a.change-language.active, #toolbar .region-navigation .toolbar-menu ul.menu li span.change-language:hover, #toolbar .region-navigation .toolbar-menu ul.menu li span.change-language.active {
  background: #f2efec;
  color: #363637;
}

#toolbar .region-navigation .toolbar-menu ul.menu li a.change-language:after, #toolbar .region-navigation .toolbar-menu ul.menu li span.change-language:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f107';
  padding-left: 3px;
}

#toolbar .region-navigation .select-languages {
  display: none;
  margin-bottom: 0px;
  margin-left: 93px;
  padding-top: 1.2em;
  padding-bottom: 1.3em;
  background: #f2efec;
  min-width: 130px;
  z-index: 99999;
  position: absolute;
}

#toolbar .region-navigation .select-languages .field-item {
  padding: 0 20px;
}

#toolbar .region-navigation .select-languages .field-item a {
  color: #363637;
}

#toolbar .region-navigation .select-languages .field-item a:hover {
  color: #e0001b;
}

#toolbar .region-navigation .select-languages .field-item a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  padding-left: 6px;
  color: #e0001b;
}

/**
 *
 * CSS per le views
 * 
 */

.pager {
  list-style: none;
}

.pager li {
  font-size: 0.8125em;
  line-height: 1.84615em;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 700;
  color: #363637;
}

.pager li:before {
  content: '' !important;
  padding-right: 0px !important;
}

.pager li.pager-item, .pager li.pager-current {
  padding-left: 2px;
}

.pager li.pager-item:after, .pager li.pager-current:after {
  content: ' -';
  color: #363637;
  letter-spacing: 1px;
  padding-left: 2px;
}

.pager li.last:after {
  content: '';
  letter-spacing: 1px;
}

.pager li a {
  color: #363637;
}

.pager li a:hover {
  color: #e0001b;
}

.pager li.pager-current {
  color: #e0001b;
}

/**
 *
 * Fancybox
 * 
 */

.fancybox {
  display: none;
}


.fancybox-trigger {
  display: block;
}


.fancybox-media, .fancybox-trigger {
  display: block;
  width: 268px;
  height: 168px;
  padding: 5px;
  border: 1px solid #ccc;
}

.fancybox-media img, .fancybox-trigger img {
  display: block;
}

.fancybox-media.fancybox__image_gallery, .fancybox-trigger.fancybox__image_gallery {
  background: transparent url('../images/image-gallery_bg.png?1386924047') center center no-repeat;
  border: none;
  padding: 10px;
  width: 260px;
  height: 158px;
}

.fancybox-media.fancybox__image_gallery img, .fancybox-trigger.fancybox__image_gallery img {
  width: 260px;
  height: 158px;
}

/**
 *
 * CSS per gli elementi dei form
 * 
 */

.form-item label {
  font-size: 0.875em;
  line-height: 1.71429em;
  color: #363637;
  font-weight: 400;
  margin-bottom: 0.1875em;
}

.form-item div.description {
  font-size: 0.8125em;
  line-height: 1.47692em;
  color: #363637;
  font-weight: 400;
  margin-top: 0.5625em;
}

.form-item.form-type-checkbox div.icheckbox, .form-item.form-type-checkbox div.iradio, .form-item.form-type-radio div.icheckbox, .form-item.form-type-radio div.iradio {
  margin-top: -3px;
}

.form-item.form-type-checkbox label, .form-item.form-type-radio label {
  cursor: pointer;
  display: inline-block;
  padding-left: 6px;
}


input, textarea {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  padding: 0.5em 1em;
  font-size: 0.875em;
  line-height: 1.71429em;
  color: #363637;
}

input:focus, textarea:focus {
  outline: none;
}

input:disabled, textarea:disabled {
  background: #ede8e4;
  color: #868687;
}

input:disabled:hover, textarea:disabled:hover {
  cursor: not-allowed;
}


input[type=file] {
  padding: 0.9em 0;
  border: none;
  font-size: 0.8125em;
  line-height: 1.84615em;
  line-height: 0px;
}


input[type=submit], button, .btn {
  text-transform: uppercase;
  font-size: 0.8125em;
  line-height: 1.84615em;
  padding: 0.58em 1em;
  box-shadow: inset 0 -1px 0 0px #920008,  0px 1px 0 0px #920008,  0px -1px 0px 0px #db0915;
  background: #db0915;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #db0915), color-stop(100%, #c40712));
  background: -webkit-linear-gradient(top center, #db0915, #c40712);
  background: -moz-linear-gradient(top center, #db0915, #c40712);
  background: -o-linear-gradient(top center, #db0915, #c40712);
  background: linear-gradient(top center, #db0915, #c40712);
  color: white;
  font-weight: 700;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

input[type=submit]:hover, button:hover, .btn:hover {
  box-shadow: inset 0 -1px 0 0px #c40712,  0px 1px 0 0px #c40712,  0px -1px 0px 0px #db0915;
}

input[type=submit]:active, button:active, .btn:active {
  box-shadow: inset 0 1px 0 0px #920008,  0px -1px 0 0px #920008,  0px 1px 0px 0px #c40712;
  background: #c40712;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c40712), color-stop(100%, #db0915));
  background: -webkit-linear-gradient(top center, #c40712, #db0915);
  background: -moz-linear-gradient(top center, #c40712, #db0915);
  background: -o-linear-gradient(top center, #c40712, #db0915);
  background: linear-gradient(top center, #c40712, #db0915);
}

input[type=submit].dark, button.dark, .btn.dark {
  text-transform: none;
  box-shadow: inset 0 -1px 0 0px #19191a,  0px 1px 0 0px #19191a,  0px -1px 0px 0px #4a4a4b;
  background: #4a4a4b;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a4a4b), color-stop(100%, #363637));
  background: -webkit-linear-gradient(top center, #4a4a4b, #363637);
  background: -moz-linear-gradient(top center, #4a4a4b, #363637);
  background: -o-linear-gradient(top center, #4a4a4b, #363637);
  background: linear-gradient(top center, #4a4a4b, #363637);
}

input[type=submit].dark:hover, button.dark:hover, .btn.dark:hover {
  box-shadow: inset 0 -1px 0 0px #363637,  0px 1px 0 0px #363637,  0px -1px 0px 0px #4a4a4b;
}

input[type=submit].dark:active, button.dark:active, .btn.dark:active {
  box-shadow: inset 0 1px 0 0px #19191a,  0px -1px 0 0px #19191a,  0px 1px 0px 0px #363637;
  background: #363637;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #363637), color-stop(100%, #4a4a4b));
  background: -webkit-linear-gradient(top center, #363637, #4a4a4b);
  background: -moz-linear-gradient(top center, #363637, #4a4a4b);
  background: -o-linear-gradient(top center, #363637, #4a4a4b);
  background: linear-gradient(top center, #363637, #4a4a4b);
}


.chosen-container .chosen-single {
  border: 1px solid #d7d7d7;
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1.5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.chosen-container .chosen-single span {
  color: #363637;
  font-weight: 400;
  padding-right: 1em;
}

.chosen-container .chosen-single div b {
  margin: 0.62em 0 0 -0.2em !important;
  height: 25px;
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.chosen-container .chosen-drop {
  padding: 0;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.chosen-container .chosen-drop .chosen-results li {
  padding: 0.8em 1em;
  color: #363637;
}

.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #f2efec;
}

.chosen-container .chosen-drop .chosen-results li.highlighted:last-of-type {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.chosen-container#mce_group_5813__chosen.chosen-container-active.chosen-with-drop .chosen-single {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

.chosen-container#mce_group_5813__chosen .chosen-single {
  padding: 0.75em 1em 0.7em;
}

.chosen-container#mce_group_5813__chosen .chosen-drop {
  border-bottom: 0;
  border-top: 1px solid #d5d6d7;
  top: auto;
  bottom: 40px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.chosen-container#mce_group_5813__chosen .chosen-drop .chosen-results li.highlighted:first-of-type {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

.chosen-container#mce_group_5813__chosen .chosen-drop .chosen-results li.highlighted:last-of-type {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* Blocchi */
/**
 *
 * CSS per i blocchi
 * 
 */

.block-views .block-title {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
  font-style: italic;
  color: #e0001b;
  padding-bottom: 1em;
}

.sidebars__second .block-views {
  border-top: 1px solid #dbd4ce;
  padding-top: 1em;
}


.region-bottom-menu .block.sitemap-menu {
  float: left;
  width: 740px;
  margin-left: 0px;
  margin-right: -760px;
  margin-bottom: 0em;
}

.region-bottom-menu .block.sitemap-menu ul.menu {
  margin: 0px 0px;
  margin-left: -14px;
  padding: 0px 10px;
}

.region-bottom-menu .block.sitemap-menu ul.menu li {
  display: inline-block;
  list-style: none;
  font-size: 0.6875em;
  line-height: 2.18182em;
  padding: 10px 0;
  margin: 0 0;
}

.region-bottom-menu .block.sitemap-menu ul.menu li:hover, .region-bottom-menu .block.sitemap-menu ul.menu li.active {
  background-color: #580504;
}

.region-bottom-menu .block.sitemap-menu ul.menu li a, .region-bottom-menu .block.sitemap-menu ul.menu li span {
  padding: 10px 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  cursor: pointer;
}

.region-bottom-menu .block.social-menu {
  float: right;
  width: 180px;
  margin-right: 0px;
  margin-left: -200px;
  margin-bottom: 0em;
}

.region-bottom-menu .block.social-menu ul.menu {
  margin: 0px 10px;
  padding: 0px 0px;
  text-align: right;
}

.region-bottom-menu .block.social-menu ul.menu li {
  display: inline-block;
  list-style: none;
  padding: 10px 0;
  margin: 0 0;
}

.region-bottom-menu .block.social-menu ul.menu li a {
  padding: 0 3px 0 4px;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.region-bottom-menu .block.social-menu ul.menu li a:before {
  line-height: 17px;
  font-size: 17px;
  color: white;
}

.region-bottom-menu .block.social-menu ul.menu li a:hover:before {
  color: #580504;
}

.region-footer .block h2, .region-footer .block h3, .region-footer .block h4 {
  color: white;
}

.region-footer .block.company-info {
  float: left;
  width: 300px;
  margin-left: 0px;
  margin-right: -320px;
  border-right: 1px solid #b60a09;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  margin-bottom: 0em;
  padding: 0px 10px;
}

.region-footer .block.company-info h3 {
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-top: 0.3em;
  margin-bottom: 0.75em;
}

.region-footer .block.company-info p {
  font-size: 0.8125em;
  line-height: 1.66154em;
  margin-bottom: 0.9em;
}

.region-footer .block.newsletter-sign-up-form {
  float: left;
  width: 620px;
  margin-left: 320px;
  margin-right: -960px;
  margin-bottom: 0em;
  padding-left: 20px;
}

.region-footer .block.newsletter-sign-up-form .title-container {
  display: block;
  margin-top: 0.25em;
}

.region-footer .block.newsletter-sign-up-form .title-container h4 {
  margin-top: 0px;
  margin-bottom: 1.4em;
  font-size: 0.9375em;
  line-height: 1.6em;
  font-weight: 400;
}

.region-footer .block.newsletter-sign-up-form .title-container h4 i {
  margin-right: 10px;
}

.region-footer .block.newsletter-sign-up-form .title-container span.error-summary {
  position: absolute;
  bottom: -20px;
  left: 20px;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #580504;
  font-weight: 700;
  white-space: nowrap;
}

.region-footer .block.newsletter-sign-up-form .title-container span.error-summary i {
  color: #580504;
  margin-right: 8px;
  font-size: 1em;
  line-height: 1.125em;
}

.region-footer .block.newsletter-sign-up-form .title-container em.error-message-trans {
  display: none;
}

.region-footer .block.newsletter-sign-up-form .mc-field-group, .region-footer .block.newsletter-sign-up-form .clear {
  display: inline-block;
  vertical-align: middle;
}

.region-footer .block.newsletter-sign-up-form .mc-field-group input[type=email], .region-footer .block.newsletter-sign-up-form .clear input[type=email] {
  width: 235px;
  margin-right: 4px;
}

.region-footer .block.newsletter-sign-up-form .mc-field-group select, .region-footer .block.newsletter-sign-up-form .clear select {
  width: 165px;
}

.region-footer .block.newsletter-sign-up-form .mc-field-group input[type=submit], .region-footer .block.newsletter-sign-up-form .clear input[type=submit] {
  margin-left: 0px;
}

.region-footer .block.newsletter-sign-up-form .policy-accept {
  display: block;
  margin-top: 0.825em;
}

.region-footer .block.newsletter-sign-up-form .policy-accept input {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.region-footer .block.newsletter-sign-up-form .policy-accept label {
  font-size: 0.75em;
  line-height: 2em;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0px;
}

.region-footer .block.newsletter-sign-up-form label.error {
  display: none !important;
}


#sitemap-full {
  display: none;
  overflow: hidden;
  padding-top: 1.8em;
  padding-bottom: 1em;
}

#sitemap-full:before, #sitemap-full:after {
  content: "";
  display: table;
}

#sitemap-full:after {
  clear: both;
}

#sitemap-full .region-sitemap-full-column1 {
  float: left;
  width: 300px;
  margin-left: 0px;
  margin-right: -320px;
}

#sitemap-full .region-sitemap-full-column2 {
  float: left;
  width: 300px;
  margin-left: 320px;
  margin-right: -640px;
}

#sitemap-full .region-sitemap-full-column3 {
  float: left;
  width: 300px;
  margin-left: 640px;
  margin-right: -960px;
}

#sitemap-full .block {
  padding: 0 10px;
}

#sitemap-full .block h2 {
  display: block;
  color: #e0001b;
  font-size: 0.6875em;
  line-height: 2.18182em;
  font-weight: 700;
  text-transform: uppercase;
}

#sitemap-full .block ul.menu {
  list-style: none;
  padding: 0;
  margin: 0.25em 0 0;
}

#sitemap-full .block ul.menu li {
  list-style: none;
  background: none;
}

#sitemap-full .block ul.menu li a, #sitemap-full .block ul.menu li span {
  display: block;
  color: white;
  background: none;
  font-size: 0.75em;
  line-height: 1.33333em;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0.5em;
}

#sitemap-full .block ul.menu li.last {
  margin-bottom: 1em;
}

#sitemap-full .block ul.menu li ul {
  padding: 0 0 0 20px;
}

#sitemap-full .block ul.menu li ul li.last {
  margin-bottom: 0em;
}

/* Pages */
/**
 *
 * CSS per i tipi di contenuto
 * 
 */

#main {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#main .tabs-primary {
  margin-left: 10px;
  margin-right: 10px;
}


header.colored-bkg {
  overflow: hidden;
  padding-top: 2.1em;
  padding-bottom: 2.25em;
  background: #f2efec;
  border-bottom: 2px solid #dbd4ce;
}

header.colored-bkg .wrapper {
  width: 940px;
  border:1px solid red;
}

header.colored-bkg .wrapper .entry {
  float: left;
  width: 620px;
  margin-left: 320px;
  margin-right: -960px;
}

header.colored-bkg .wrapper .entry h1 {
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  margin-top: 0.15em;
  margin-bottom: 0.375em;
  font-size: 2.5em;
  line-height: 1.2em;
  padding-left: 0px;
}

header.colored-bkg .wrapper .entry p {
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  clear: left;
  padding: 0 10px;
  font-size: 1.25em;
  line-height: 1.6em;
  font-style: italic;
  color: #363637;
  margin-bottom: 0px;
  padding-left: 0px;
}

header.colored-bkg .wrapper img {
  width: auto;
  float: left;
  max-width: 260px;
  margin-left: 11px;
  margin-right: -296px;
  margin-top: 0em;
}

.system-energy-management header.colored-bkg {
  border-bottom: none;
  background: #c00520;
}

.system-energy-management header.colored-bkg h1, .system-energy-management header.colored-bkg p {
  color: white !important;
}

.system-radiant-system header.colored-bkg {
  border-bottom: none;
  background: url("/sites/all/themes/giacomini/images/colored-bkg/radiant-system-bkg.jpg") center center repeat-y;
}

.system-radiant-system header.colored-bkg h1, .system-radiant-system header.colored-bkg p {
  color: white !important;
}

.system-water-management header.colored-bkg {
  border-bottom: none;
  background: #16a1dd;
}

.system-water-management header.colored-bkg h1, .system-water-management header.colored-bkg p {
  color: white !important;
}

.system-gas-distribution header.colored-bkg {
  border-bottom: none;
  background: #f9b800;
}

.system-gas-distribution header.colored-bkg h1, .system-gas-distribution header.colored-bkg p {
  color: white !important;
}

.system-renewable-sources header.colored-bkg {
  border-bottom: none;
  background: #86bd24;
}

.system-renewable-sources header.colored-bkg h1, .system-renewable-sources header.colored-bkg p {
  color: white !important;
}

.system-fire-protection header.colored-bkg {
  border-bottom: none;
  background: url("/sites/all/themes/giacomini/images/colored-bkg/fire-protection-bkg.jpg") center center repeat-y;
}

.system-fire-protection header.colored-bkg h1, .system-fire-protection header.colored-bkg p {
  color: white !important;
}

.system-hydrogem header.colored-bkg {
  border-bottom: none;
  background: url("/sites/all/themes/giacomini/images/colored-bkg/hidrogem-bkg.jpg") center center repeat-y;
}

.system-hydrogem header.colored-bkg h1, .system-hydrogem header.colored-bkg p {
  color: white !important;
}

/* Views */
/**
 *
 * CSS per le views
 * 
 */

.view {
  overflow: hidden;
  clear: both;
}

/* View NEWS */

.view-news {
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
}

.view-news .view-content, .view-news .item-list {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
}

.view-news .item-list {
  clear: both;
  margin-bottom: 1.25em;
}

.view-news .views-row {
  background: url('../images/divider.png?1386924047') no-repeat bottom center;
  margin-bottom: 1.875em;
}

.view-news .views-row.views-row-last {
  background: none;
  margin-bottom: 0em;
}


.views-exposed-widget label {
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin-bottom: 0.375em;
}

/* Display Suite Template */
/**
 *
 * CSS per il template DS Giacomini-Teaser
 * 
 */

.giacomini_news__teaser {
  clear: left;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  background: url(/sites/all/themes/giacomini/images/hr-teaser.png) bottom left no-repeat;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}

.giacomini_news__teaser .meta {
  margin-bottom: 0.25em;
  font-size: 0.75em;
  line-height: 1.4em;
}

.giacomini_news__teaser .meta .date {
  font-style: italic;
}

.giacomini_news__teaser .meta .date i {
  display: inline-block;
  padding-right: .5em;
}

.giacomini_news__teaser h2 {
  margin-top: 0em;
  margin-bottom: 0.5625em;
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.giacomini_news__teaser h2 a {
  color: #363637;
}

.giacomini_news__teaser h2 a:hover {
  text-decoration: none;
  color: #e0001b;
}

.giacomini_news__teaser .abstract {
  font-size: 0.8125em;
  line-height: 1.66154em;
  margin-bottom: 0.8125em;
}


.article-content {
  overflow: hidden;
}

.article-content .article-heading .newspaper {
  display: block;
  margin-top: 0.1875em;
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-style: italic;
}

.article-content .article-heading .newspaper:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0f6';
  color: #363637;
  padding-right: 6px;
}

.article-content.article-content__with-image .article-image {
  float: left;
  width: 140px;
  margin-left: 0px;
  margin-right: -160px;
}

.article-content.article-content__with-image .article-image a {
  display: block;
  margin-bottom: 0.8125em;
}

.article-content.article-content__with-image .article-image a img {
  display: block;
}

.article-content.article-content__with-image .article-image a:hover {
  text-decoration: none;
}

.article-content.article-content__with-image .article-text {
  float: left;
  width: 420px;
  margin-left: 180px;
  margin-right: -620px;
}


.article-footer {
  margin-bottom: 0.66667em;
}

.article-footer a {
  text-transform: uppercase;
  color: #363637;
  font-size: 0.75em;
  line-height: 2em;
  font-weight: 700;
}

.article-footer a:hover {
  color: #e0001b;
}

.article-footer .attachments .file {
  display: table;
}

.article-footer .attachments .file img {
  display: table-cell;
  vertical-align: middle;
  padding-right: 8px;
}

.article-footer .attachments .file a {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6em !important;
}


.pr_links a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f138';
  color: #e0001b;
  padding-left: 8px;
}

/**
 *
 * CSS per il template DS Giacomini-Detail
 * 
 */

.giacomini_news__detail .article-heading {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  clear: left;
}

.giacomini_news__detail .article-heading h2 {
  font-size: 1.875em;
  line-height: 1.6em;
  margin-top: 0.45em;
  font-weight: normal;
  color: #e0001b;
}

.giacomini_news__detail .detail-body {
  clear: left;
}

.giacomini_news__detail .detail-body .article-content {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  margin-bottom: 3em;
  color: #363637;
}

.giacomini_news__detail .detail-body .article-content .big-image {
  margin-bottom: 1.875em;
}

.giacomini_news__detail .detail-body .article-content .meta {
  font-size: 1.0625em;
  line-height: 1.41176em;
  margin-bottom: 1.875em;
}

.giacomini_news__detail .detail-body .article-content .meta p {
  font-style: italic;
  margin-bottom: 0.375em;
}

.giacomini_news__detail .detail-body .article-content .meta i.fa {
  display: inline-block;
  width: 1.5em !important;
}

.giacomini_news__detail .detail-body .article-content .media-wrapper {
  overflow: hidden;
  margin-bottom: 1.875em;
}

.giacomini_news__detail .detail-body .article-content .media-item {
  float: left;
  width: 300px;
  overflow: hidden;
}

.giacomini_news__detail .detail-body .article-content .media-item.even {
  margin-right: 20px;
}

.giacomini_news__detail .detail-body .article-content .media-item.even .media {
  text-align: right;
}

.giacomini_news__detail .detail-body .article-content .abstract {
  font-weight: bold;
  font-style: italic !important;
  font-size: 1.125em;
  line-height: 1.33333em;
}

.giacomini_news__detail .detail-body .article-content .text p {
  font-size: 0.8125em;
  line-height: 1.84615em;
}

.giacomini_news__detail .detail-body .article-sidebar {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: right;
  width: 220px;
  margin-right: 0px;
  margin-left: -240px;
}

.giacomini_news__detail .detail-body .article-sidebar .block {
  border-top: 1px solid #dbd4ce;
  padding-top: 0.625em;
  margin-bottom: 1.95em;
}

.giacomini_news__detail .detail-body .article-sidebar h2, .giacomini_news__detail .detail-body .article-sidebar h3, .giacomini_news__detail .detail-body .article-sidebar .block-title {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-top: 0px;
  font-weight: 400;
  font-style: italic;
  color: #e0001b;
}

.giacomini_news__detail .detail-body .article-sidebar h2 a:hover, .giacomini_news__detail .detail-body .article-sidebar h3 a:hover, .giacomini_news__detail .detail-body .article-sidebar .block-title a:hover {
  text-decoration: none;
}

.giacomini_news__detail .detail-body .article-sidebar .block__attachments .file {
  overflow: hidden;
}

.giacomini_news__detail .detail-body .article-sidebar .block__attachments .file img {
  float: left;
  display: block;
  margin-top: 2px;
}

.giacomini_news__detail .detail-body .article-sidebar .block__attachments .file a {
  float: right;
  display: block;
  width: 190px;
  color: #363637;
  font-size: 0.875em;
  line-height: 1.45714em;
  font-weight: 700;
  margin-bottom: 1em;
}

.giacomini_news__detail .detail-body .article-sidebar .block__attachments .file a:hover {
  text-decoration: none;
}

.giacomini_news__detail .detail-body .article-sidebar .block__links a {
  display: block;
  color: #363637;
  font-size: 0.8125em;
  line-height: 1.56923em;
  margin-bottom: 0.9em;
}

.giacomini_news__detail .detail-body .article-sidebar .block__links a:hover {
  color: #e0001b;
}


.article-breadcrumb {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  clear: left;
  margin-top: 1em;
  margin-bottom: 0em;
}

.article-breadcrumb a.back-to {
  font-size: 0.875em;
  line-height: 1.71429em;
  font-style: italic;
  color: #363637;
}

.article-breadcrumb a.back-to:hover {
  text-decoration: none;
  color: #e0001b;
}

.article-breadcrumb a.back-to i {
  display: inline-block;
  width: .8em;
  color: #e0001b;
}

/**
 *
 * CSS per il template DS Giacomini-Video e Giacomini Image Gallery
 * 
 */

a.fancybox, a.fancybox-media, a.fancybox-trigger, a.fancybox__single_image {
  position: relative;
}

a.fancybox:after, a.fancybox-media:after, a.fancybox-trigger:after, a.fancybox__single_image:after {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.media__videonode a.fancybox:after, .node-video a.fancybox:after, .media__videonode a.fancybox-media:after, .node-video a.fancybox-media:after, .media__videonode a.fancybox-trigger:after, .node-video a.fancybox-trigger:after, .media__videonode a.fancybox__single_image:after, .node-video a.fancybox__single_image:after {
  background-image: url("/sites/all/themes/giacomini/images/icon-overlay-video.png");
}

.media__imagenode a.fancybox:after, .node-image-gallery a.fancybox:after, .media__imagenode a.fancybox-media:after, .node-image-gallery a.fancybox-media:after, .media__imagenode a.fancybox-trigger:after, .node-image-gallery a.fancybox-trigger:after, .media__imagenode a.fancybox__single_image:after, .node-image-gallery a.fancybox__single_image:after {
  background-image: url("/sites/all/themes/giacomini/images/icon-overlay-photo.png");
}

a.fancybox:hover:after, a.fancybox-media:hover:after, a.fancybox-trigger:hover:after, a.fancybox__single_image:hover:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/**
 *
 * CSS per il template DS Giacomini-Detail
 * 
 */

.main__with-sidebar {
  overflow: hidden;
}

.main__with-sidebar .ds-main {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  padding-left: 0px;
  padding-right: 0px;
}

.main__with-sidebar .ds-main > h1 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.main__with-sidebar .ds-sidebar-right {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: right;
  width: 220px;
  margin-right: 0px;
  margin-left: -240px;
  padding-top: 8.55em;
}

.main__with-sidebar .ds-sidebar-right .block {
  border-top: 1px solid #dbd4ce;
  padding-top: 0.625em;
}

.main__with-sidebar .ds-sidebar-right .block h2, .main__with-sidebar .ds-sidebar-right .block h3, .main__with-sidebar .ds-sidebar-right .block .block-title {
  font-size: 1.125em;
  line-height: 1.33333em;
}

.main__with-sidebar .ds-sidebar-right .block select, .main__with-sidebar .ds-sidebar-right .block input {
  width: 100%;
}

/**
 *
 * CSS per il template DS Giacomini-Teaser
 * 
 */

.view-mode-teaser_big_image {
  clear: left;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  margin-top: 0.375em;
  margin-bottom: 1.5em;
}

.view-mode-teaser_big_image .meta {
  margin-bottom: 0.25em;
  font-size: 0.75em;
  line-height: 1.4em;
}

.view-mode-teaser_big_image .meta .date {
  font-style: italic;
}

.view-mode-teaser_big_image .meta .date i {
  display: inline-block;
  padding-right: .5em;
}

.view-mode-teaser_big_image h2 {
  margin-top: 0em;
  margin-bottom: 0.5625em;
  font-size: 1em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.view-mode-teaser_big_image h2 a {
  color: #363637;
}

.view-mode-teaser_big_image h2 a:hover {
  text-decoration: none;
  color: #e0001b;
}

.view-mode-teaser_big_image .abstract {
  font-size: 0.8125em;
  line-height: 1.66154em;
  margin-bottom: 0.8125em;
}


.article-content {
  overflow: hidden;
}

.article-content .article-heading .newspaper {
  display: block;
  margin-top: 0.1875em;
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-style: italic;
}

.article-content .article-heading .newspaper:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0f6';
  color: #363637;
  padding-right: 6px;
}

.article-content.article-content__with-image .article-image {
  float: left;
  width: 140px;
  margin-left: 0px;
  margin-right: -160px;
}

.article-content.article-content__with-image .article-image a {
  display: block;
  margin-bottom: 0.8125em;
}

.article-content.article-content__with-image .article-image a img {
  display: block;
}

.article-content.article-content__with-image .article-image a:hover {
  text-decoration: none;
}

.article-content.article-content__with-image .article-text {
  float: left;
  width: 420px;
  margin-left: 180px;
  margin-right: -620px;
}

.article-content p {
  font-size: 0.8125em;
  line-height: 1.66154em;
}


.article-footer {
  margin-bottom: 0.66667em;
}

.article-footer a {
  text-transform: uppercase;
  color: #363637;
  font-size: 0.75em;
  line-height: 2em;
  font-weight: 700;
}

.article-footer a:hover {
  color: #e0001b;
}

.article-footer .attachments .file {
  display: table;
}

.article-footer .attachments .file img {
  display: table-cell;
  vertical-align: middle;
  padding-right: 8px;
}

.article-footer .attachments .file a {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6em !important;
}


.pr_links a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f138';
  color: #e0001b;
  padding-left: 8px;
}


.article-header {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.article-header .article-meta {
  font-size: 0.75em;
  line-height: 2em;
  font-style: italic;
  color: #363637;
}

.article-header .article-meta span {
  display: block;
}

.article-header .article-meta span.date:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f133';
  padding-right: 6px;
}

.article-header .article-meta span.date span {
  display: inline;
}

.article-header .article-meta span.country {
  text-transform: uppercase;
}

.article-header .article-meta span.country:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f041';
  padding-right: 6px;
}

.article-header .article-meta span.country span {
  text-transform: capitalize;
  display: inline;
}

.article-header .article-meta span.country span.country-coun {
  text-transform: uppercase;
}

.article-header h2 {
  margin-top: 0.3em;
}

/**
 *
 * CSS per il template DS Advanced-page
 * 
 */

.node-advanced-page header .entry {
  float: left;
  width: 540px;
  margin-left: 0px;
  margin-right: -560px;
}

.node-advanced-page header .entry h1 {
  float: left;
  width: 540px;
  margin-left: 0px;
  margin-right: -560px;
}

.node-advanced-page header .entry p {
  float: left;
  width: 540px;
  margin-left: 0px;
  margin-right: -560px;
}

.node-advanced-page header img {
  float: left;
  width: 360px;
  margin-left: 590px;
  margin-right: -970px;
}

.node-advanced-page .advanced-page-main {
  clear: left;
}

.node-advanced-page .advanced-page-main .field-collection-container {
  border-bottom: none;
  float: left;
  width: 940px;
  margin-left: 0px;
  margin-right: -960px;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view {
  margin: 0 10px 0 10px;
  padding-top: 1.5em;
  padding-bottom: 2.4em;
  border-bottom: none;
  background: url(/sites/all/themes/giacomini/images/hr-teaser.png) bottom center no-repeat;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view.field-collection-view-final {
  background: none;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .item-image {
  float: left;
  width: 280px;
  margin-left: 0px;
  margin-right: -300px;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .item-text-entry {
  float: left;
  width: 620px;
  margin-left: 320px;
  margin-right: -960px;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view.right .item-image {
  float: left;
  width: 280px;
  margin-left: 660px;
  margin-right: -960px;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view.right .item-text-entry {
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item {
  border-bottom: none;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item h2 {
  font-size: 1.875em;
  line-height: 0.8em;
  color: #e0001b;
  font-weight: normal;
  margin-bottom: 0.75em;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-image {
  margin-top: 1.8em;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-entry {
  font-size: 0.9375em;
  line-height: 1.92em;
  color: #363637;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-entry p {
  margin-bottom: 1.5em;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-footer .field-collection-container,
.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-footer .field-collection-view,
.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-footer .entity-field-collection-item {
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  border-bottom: none;
  background: none;
  margin: 0px 0px;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-footer .field-collection-view {
  width: 50%;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0.5em;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-footer .field-collection-view a {
  font-weight: 700;
  color: #363637;
  font-size: 0.9375em;
  line-height: 1.92em;
  text-transform: uppercase;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-footer .field-collection-view a:hover {
  color: #e0001b;
}

.node-advanced-page .advanced-page-main .field-collection-container .field-collection-view .entity-field-collection-item .item-footer .field-collection-view a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f138';
  color: #e0001b;
  padding-left: 8px;
}

/**
 *
 * CSS per il template DS Informative page
 * 
 */

.messages--error {
  display: none !important;
}


.node-informative-page header {
  padding-top: 2.25em;
  padding-bottom: 0em;
  border-bottom: none;
}

.node-informative-page .view-informative-anchor-page {
  position: absolute;
  overflow: visible;
  z-index: 8;
  width: 1200px;
  height: 1.8em;
  background: #f2efec;
  border-bottom: 2px solid #dbd4ce;
  padding-top: 0.75em;
}

.node-informative-page .view-informative-anchor-page.fixed {
  position: fixed;
  top: 0px;
}

.node-informative-page .view-informative-anchor-page .anchor-menu {
  width: auto;
  margin: 0 auto 0;
  top: 0px;
}

.node-informative-page .view-informative-anchor-page .anchor-menu ul {
  padding-left: 0px;
  text-align: center;
  display: table;
  width: auto;
  margin: 0 auto;
  background: white;
  border: 2px solid #d1c8c0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.node-informative-page .view-informative-anchor-page .anchor-menu ul li {
  margin: 0 0;
  padding: 0.85em 3em;
  list-style: none;
  display: inline-block;
}

.node-informative-page .view-informative-anchor-page .anchor-menu ul li.views-row-first {
  padding-left: 4em;
}

.node-informative-page .view-informative-anchor-page .anchor-menu ul li.views-row-last {
  padding-right: 4em;
}

.node-informative-page .view-informative-anchor-page .anchor-menu ul li a {
  padding: 0.5em;
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-weight: 700;
  color: #363637;
  text-decoration: none !important;
}

.node-informative-page .view-informative-anchor-page .anchor-menu ul li a:hover {
  color: #e0001b;
}

.node-informative-page .content-container .node-section-text {
  padding: 0 10px;
  width: 100%;
  padding-top: 3.3em;
  padding-bottom: 2.1em;
  background: url(/sites/all/themes/giacomini/images/hr-teaser.png) bottom center no-repeat;
}

.node-informative-page .content-container .node-section-text .ds-title h2 {
  margin-top: 0em;
  margin-bottom: 1.25em;
  font-size: 1.8125em;
  line-height: 0.82759em;
  color: #e0001b;
  font-weight: 400;
}

.node-informative-page .content-container .node-section-text .ds-image img {
  margin-bottom: 2.7em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d2d2d1;
  padding: 6px;
  padding-bottom: 6px;
  line-height: 0;
}

.node-informative-page .content-container .node-section-text .ds-entry {
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
  font-size: 1em;
  line-height: 1.875em;
  color: #363637;
}

.node-informative-page .content-container .node-section-text .ds-quote {
  float: left;
  width: 220px;
  margin-left: 700px;
  margin-right: -940px;
  font-size: 1.25em;
  line-height: 1.6em;
  margin-top: -0.1em;
  color: #afafaf;
  font-style: italic;
}

.node-informative-page .ds-footer {
  margin-bottom: 1.5em;
  position: relative;
  background: white;
  margin-top: -2px;
  min-height: 2px;
}

/**
 *
 * CSS per il template DS Systems
 * 
 */

.node-system header.with-info {
  padding-bottom: 0em;
}

.node-system header.with-info .info {
  margin-top: 2.1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background: #f2efec;
  border-bottom: 1px solid #dbd4ce;
}

.node-system header.with-info .info .info-text {
  float: left;
  width: 620px;
  margin-left: 320px;
  margin-right: -960px;
}

.node-system header.with-info .info .info-text p {
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 0;
  color: #4a4a4b !important;
}

.node-system header.with-info .info img {
  margin-left: 1px;
}

.node-system ul.subsystem-list {
  margin-top: 0.5em;
  margin-bottom: 6em;
  padding-left: 0px;
}

.node-system ul.subsystem-list li {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  padding-top: 3em;
  padding-bottom: 2.4em;
  list-style: none;
  background: url(/sites/all/themes/giacomini/images/hr-teaser.png) bottom center no-repeat;
}

.node-system ul.subsystem-list li .ds-main h2 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-top: 0em;
  margin-bottom: 0.75em;
  font-weight: 400;
  color: #e0001b;
}

.node-system ul.subsystem-list li .ds-main p {
  font-size: 1em;
  line-height: 1.95em;
  margin-bottom: 1.8em;
  color: #363637;
}

.node-system ul.subsystem-list li .ds-main .read-more a {
  font-weight: 700;
  color: #363637;
  font-size: 0.9375em;
  line-height: 1.92em;
  text-transform: uppercase;
}

.node-system ul.subsystem-list li .ds-main .read-more a:hover {
  color: #e0001b;
}

.node-system ul.subsystem-list li .ds-main .read-more a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f138';
  color: #e0001b;
  padding-left: 8px;
}

.node-system ul.subsystem-list li .ds-image a {
  background: white;
  display: block;
  width: 240px;
  display: block;
  position: relative;
  overflow: visible;
  z-index: 2;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.node-system ul.subsystem-list li .ds-image a:after, .node-system ul.subsystem-list li .ds-image a:before {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 15px;
  left: 7px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3.5deg);
  -moz-transform: rotate(-3.5deg);
  -ms-transform: rotate(-3.5deg);
  -o-transform: rotate(-3.5deg);
  transform: rotate(-3.5deg);
}

.node-system ul.subsystem-list li .ds-image a:after {
  -webkit-transform: rotate(3.5deg);
  -moz-transform: rotate(3.5deg);
  -ms-transform: rotate(3.5deg);
  -o-transform: rotate(3.5deg);
  transform: rotate(3.5deg);
  right: 7px;
  left: auto;
}

.node-system ul.subsystem-list li .ds-image a img {
  background: white;
  display: block;
  width: 230px;
  height: 200px;
  padding: 9px;
  padding-bottom: 40px;
  border: 1px solid rgba(66, 66, 66, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 0 1px 5px #e9e6e3;
  position: relative;
  overflow: visible;
  z-index: 2;
}

.node-system ul.subsystem-list li.even .ds-main {
  float: left;
  width: 620px;
  margin-left: 0px;
  margin-right: -640px;
}

.node-system ul.subsystem-list li.even .ds-image {
  float: left;
  width: 300px;
  margin-left: 640px;
  margin-right: -960px;
  text-align: right;
}

.node-system ul.subsystem-list li.even .ds-image a {
  float: right;
  margin-right: 10px;
  -webkit-transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -o-transform: rotate(9deg);
  transform: rotate(9deg);
}

.node-system ul.subsystem-list li.odd .ds-main {
  float: left;
  width: 620px;
  margin-left: 320px;
  margin-right: -960px;
}

.node-system ul.subsystem-list li.odd .ds-image {
  float: left;
  width: 300px;
  margin-left: 0px;
  margin-right: -320px;
  text-align: left;
}

.node-system ul.subsystem-list li.odd .ds-image a {
  float: left;
  margin-left: 10px;
}

.node-system .lt-ie9 .node-system ul.subsystem-list li .ds-image a img {
  border: 1px solid #e9e6e3;
}

/**
 *
 * CSS per il template DS SubSystems
 * 
 */

.node-sub-system header {
  overflow: visible;
  position: relative;
  padding-top: 5em;
}

.node-sub-system header .field-type-taxonomy-term-reference {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  left: 129px;
  width: 140px;
  text-align: center;
}

.node-sub-system header .field-type-taxonomy-term-reference img {
  max-width: 100%;
  float: none;
  margin: 0 0;
}

.node-sub-system header .view-back-reference {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 780px;
  margin-left: 150px;
  margin-right: -950px;
  margin-top: -2.5em;
}

.node-sub-system header .view-back-reference a {
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-style: italic;
  color: white;
  font-weight: 400;
}

.node-sub-system header .view-back-reference a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f104';
  padding-right: 6px;
}

.node-sub-system header h1 {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 780px;
  margin-left: 150px;
  margin-right: -950px;
  margin-top: 0em;
  margin-bottom: 1.125em;
  font-size: 1.875em;
  line-height: 0.8em;
}

.node-sub-system .view-subsystem-anchor-page {
  position: absolute;
  overflow: visible;
  z-index: 8;
  width: 1200px;
  height: 1.8em;
  background: inherit;
  border-bottom: 2px solid #dbd4ce;
  padding-top: 1.275em;
}

.node-sub-system .view-subsystem-anchor-page.fixed {
  position: fixed;
  top: 0px;
}

.node-sub-system .view-subsystem-anchor-page .anchor-menu {
  width: auto;
  margin: 0 auto 0;
  top: 0px;
}

.node-sub-system .view-subsystem-anchor-page .anchor-menu ul {
  padding-left: 0px;
  text-align: center;
  display: table;
  width: auto;
  margin: 0 auto;
  background: white;
  border: 2px solid #d1c8c0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.node-sub-system .view-subsystem-anchor-page .anchor-menu ul li {
  margin: 0 0;
  padding: 0.85em 2.3em;
  list-style: none;
  display: inline-block;
}

.node-sub-system .view-subsystem-anchor-page .anchor-menu ul li.views-row-first {
  padding-left: 3.3em;
}

.node-sub-system .view-subsystem-anchor-page .anchor-menu ul li.views-row-last {
  padding-right: 3.3em;
}

.node-sub-system .view-subsystem-anchor-page .anchor-menu ul li a {
  padding: 0.5em;
  font-size: 0.8125em;
  line-height: 1.84615em;
  font-weight: 700;
  color: #363637;
  text-decoration: none !important;
}

.node-sub-system .view-subsystem-anchor-page .anchor-menu ul li a:hover {
  color: #e0001b;
}

.node-sub-system .info {
  padding-top: 5.25em;
  padding-bottom: 0.9em;
  background: #f2efec;
}

.node-sub-system .info .info-img {
  width: 250px;
  float: right;
  background: #f2efec;
  margin-right: 30px;
  margin-top: 15px;
  display: block;
  position: relative;
  overflow: visible;
  z-index: 2;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin-bottom: 2.5em;
}

.node-sub-system .info .info-img:after, .node-sub-system .info .info-img:before {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 15px;
  left: 7px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3.5deg);
  -moz-transform: rotate(-3.5deg);
  -ms-transform: rotate(-3.5deg);
  -o-transform: rotate(-3.5deg);
  transform: rotate(-3.5deg);
}

.node-sub-system .info .info-img:after {
  -webkit-transform: rotate(3.5deg);
  -moz-transform: rotate(3.5deg);
  -ms-transform: rotate(3.5deg);
  -o-transform: rotate(3.5deg);
  transform: rotate(3.5deg);
  right: 7px;
  left: auto;
}

.node-sub-system .info .info-img img {
  background: white;
  display: block;
  width: 230px;
  height: 200px;
  padding: 9px;
  padding-bottom: 40px;
  border: 1px solid rgba(66, 66, 66, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 0 1px 5px #e9e6e3;
  position: relative;
  overflow: visible;
  z-index: 2;
}

.node-sub-system .info p {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 580px;
  margin-left: 0px;
  margin-right: -600px;
  font-size: 1.25em;
  line-height: 1.56em;
  color: #363637;
  font-style: italic;
}

.node-sub-system .node-media-and-text {
  margin-top: 3.3em;
  margin-bottom: 1.5em;
}

.node-sub-system .node-media-and-text .mediatext-header {
  display: none;
}

.node-sub-system .node-media-and-text .entity {
  padding-top: 1.5em;
  padding-bottom: 0.45em;
}

.node-sub-system .node-media-and-text .entity .ds-main {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 940px;
  margin-left: 0px;
  margin-right: -960px;
  clear: left;
}

.node-sub-system .node-media-and-text .entity .ds-main:before, .node-sub-system .node-media-and-text .entity .ds-main:after {
  content: "";
  display: table;
}

.node-sub-system .node-media-and-text .entity .ds-main:after {
  clear: both;
}

.node-sub-system .node-media-and-text .entity .ds-main .media {
  float: left;
  width: 260px;
  margin-left: 0px;
  margin-right: -280px;
}

.node-sub-system .node-media-and-text .entity .ds-main .entry {
  float: left;
  width: 600px;
  margin-left: 340px;
  margin-right: -960px;
}

.node-sub-system .node-media-and-text .entity .ds-main .entry p {
  font-size: 0.9375em;
  line-height: 2em;
  color: #363637;
}

.node-sub-system .node-tabs {
  margin-top: 2.7em;
  margin-bottom: 1.5em;
  width: 940px;
}

.node-sub-system .node-tabs .tabs-header {
  padding-top: 0.45em;
}

.node-sub-system .node-tabs .tabs-header h2 {
  margin-top: 0em;
  margin-bottom: 0.9em;
  font-size: 1.8125em;
  line-height: 1.03448em;
  font-weight: 400;
  color: #e0001b;
}

.node-sub-system .node-tabs .ui-widget-content {
  border: none;
  background: none;
  color: #363637;
}

.node-sub-system .node-tabs .ui-widget-content ul.ui-widget-header {
  border: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #dbd4ce;
  padding-left: 0px;
}

.node-sub-system .node-tabs .ui-widget-content ul.ui-widget-header li {
  float: none;
  display: inline-block;
  border: 1px solid #d7d7d7;
  margin-right: 17px;
  font-size: 0.875em;
  line-height: 1.71429em;
  background: #f2efec;
  vertical-align: bottom;
}

.node-sub-system .node-tabs .ui-widget-content ul.ui-widget-header li a {
  padding: 4px 25px;
  color: #363637;
}

.node-sub-system .node-tabs .ui-widget-content ul.ui-widget-header li:before {
  content: '';
  padding-right: 0px;
}

.node-sub-system .node-tabs .ui-widget-content ul.ui-widget-header li.ui-state-hover {
  background: white;
}

.node-sub-system .node-tabs .ui-widget-content ul.ui-widget-header li.ui-state-hover a {
  color: #363637;
}

.node-sub-system .node-tabs .ui-widget-content ul.ui-widget-header li.ui-state-active {
  background: white;
  border: 1px solid #dbd4ce;
}

.node-sub-system .node-tabs .ui-widget-content ul.ui-widget-header li.ui-state-active a {
  font-weight: 700;
  padding: 8px 22px;
  color: #e0001b;
}

.node-sub-system .node-tabs .ui-widget-content .ui-tabs-panel {
  font-size: 0.875em;
  line-height: 1.71429em;
  padding-top: 2.4em;
  color: #363637;
}

.node-sub-system .node-tabs .ui-widget-content .ui-tabs-panel ul {
  list-style: none;
  padding-left: 0px;
  margin: 1em 0 1em;
}

.node-sub-system .node-tabs .ui-widget-content .ui-tabs-panel ul li {
  margin: 0.7em 0 0.7em;
}

.node-sub-system .node-tabs .ui-widget-content .ui-tabs-panel ul li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f058';
  color: #e0001b;
  padding-right: 11px;
}

.node-sub-system .node-accordion {
  margin-top: 2.7em;
  margin-bottom: 3em;
  width: 940px;
}

.node-sub-system .node-accordion .accordion-header {
  padding-top: 1.8em;
}

.node-sub-system .node-accordion .accordion-header h2 {
  margin-top: 0em;
  margin-bottom: 1.2em;
  font-size: 1.8125em;
  line-height: 1.03448em;
  font-weight: 400;
  color: #e0001b;
}

.node-sub-system .node-accordion .accordion-container h3 {
  margin-top: -1px;
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #f2efec;
  border: 1px solid #d1c8c0;
  cursor: pointer;
  padding: 16px 20px;
  font-size: 0.75em;
  line-height: 2em;
  text-transform: uppercase;
  color: #363637;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.node-sub-system .node-accordion .accordion-container h3 span {
  display: none;
}

.node-sub-system .node-accordion .accordion-container h3:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f078';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  font-size: 18px;
}

.node-sub-system .node-accordion .accordion-container h3.ui-state-active {
  background: none;
  color: #e0001b;
  border-bottom-color: white;
}

.node-sub-system .node-accordion .accordion-container h3.ui-state-active:after {
  content: '\f00d';
}

.node-sub-system .node-accordion .accordion-container .accordion-entry {
  width: auto !important;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d1c8c0;
  border-top: none;
  padding: 15px 20px;
  overflow: hidden;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .entry p {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.5em;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .product-teaser {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .product-teaser .node-product {
  width: 155px;
  display: inline-block;
  float: left;
  margin-right: 18px;
  padding-left: 125px;
  color: #363637;
  font-size: 0.75em;
  line-height: 1.2em;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .product-teaser .node-product img {
  position: absolute;
  top: 0px;
  left: -125px;
  width: 100px;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .product-teaser .node-product h2 {
  margin: 0 0;
  font-size: 0.9375em;
  line-height: 1.28em;
  color: #e0001b;
  margin-bottom: 3px;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .file-list {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .file-list ul {
  list-style: none;
  margin: 0 0 0;
  padding-left: 0px;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .file-list ul li {
  display: inline-block;
  width: 410px;
  padding: 12px 0;
  padding-left: 20px;
  vertical-align: top;
  overflow: hidden;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .file-list ul li.odd {
  margin-left: 30px;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .file-list ul li img {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  margin-top: 0px;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .file-list ul li a {
  float: left;
  display: inline-block;
  vertical-align: top;
  color: #363637;
  max-width: 370px;
  font-size: 0.75em;
  line-height: 1.4em;
  font-weight: 700;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .file-list ul li a:hover {
  color: #e0001b;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .media-gallery .media-item {
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
}

.node-sub-system .node-accordion .accordion-container .accordion-entry .media-gallery .media-item .wrapper {
  width: inherit;
}


.node-content-slider {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0px;
  background: #f2efec;
  border-top: 1px solid #dbd4ce;
  border-bottom: 1px solid #dbd4ce;
  height: 320px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.node-content-slider .contentslider-header {
  padding-top: 0px;
  position: absolute;
  top: 58px;
  left: 235px;
}

.node-content-slider .contentslider-header h2 {
  margin: 0 0;
  color: #e0001b;
  font-size: 1.8125em;
  line-height: 1.07586em;
  font-weight: 400;
}

.node-content-slider .wrapper {
  width: 1200px;
}

.node-content-slider .wrapper .content-slider {
  width: 1200px;
}

.node-content-slider .wrapper .content-slider .content-slide {
  width: 1200px;
  overflow: hidden;
}

.node-content-slider .media {
  position: absolute;
  width: 300px;
  left: 705px;
  top: 62px;
}

.node-content-slider .entry {
  position: absolute;
  width: 420px;
  top: 120px;
  left: 235px;
  font-weight: 700;
  color: #363637;
  font-style: italic;
  font-size: 1.1875em;
  line-height: 1.51579em;
}

.node-content-slider .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 24px;
  overflow: hidden;
  clear: both;
}

.node-content-slider .cycle-pager > * {
  cursor: pointer;
}

.node-content-slider .cycle-pager i {
  font-family: arial;
  width: 15px;
  height: 15px;
  display: inline-block;
  color: #5e5e5f;
  cursor: pointer;
  font-size: 13px;
  padding: 0 1px;
}

.node-content-slider .cycle-pager i:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f10c';
}

.node-content-slider .cycle-pager i:hover {
  color: #5e5e5f;
}

.node-content-slider .cycle-pager i:hover:before {
  content: '\f111';
}

.node-content-slider .cycle-pager i.cycle-pager-active {
  color: #5e5e5f;
}

.node-content-slider .cycle-pager i.cycle-pager-active:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f111';
}

.node-content-slider .arrows-big-left, .node-content-slider .arrows-big-right {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  display: block;
  z-index: 501;
  cursor: pointer;
  background: none !important;
  font-size: 38px;
  color: #e0001b;
}

.node-content-slider .arrows-big-left:before, .node-content-slider .arrows-big-right:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.node-content-slider .arrows-big-left {
  left: 135px;
}

.node-content-slider .arrows-big-left:before {
  content: '\f104';
}

.node-content-slider .arrows-big-right {
  right: 135px;
}

.node-content-slider .arrows-big-right:before {
  content: '\f105';
}

/**
 *
 * CSS per il template DS Systems
 * 
 */

.node-homepage #hero-container .node-slideshow {
  width: 1200px;
  height: 540px;
  overflow: hidden;
}

.node-homepage #hero-container .node-slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: gray;
}

.node-homepage #hero-container .node-slideshow .slide .slide-img img {
  display: block;
  position: absolute;
  width: 1200px;
  height: 540px;
  top: 0px;
  left: 50%;
  margin-left: -600px;
}

.node-homepage #hero-container .node-slideshow .slide .entry {
  display: block;
  position: absolute;
  width: 345px;
  max-height: 350px;
  top: 80px;
  right: 180px;
  text-align: right;
}

.node-homepage #hero-container .node-slideshow .slide .entry img {
  margin-right: 1px;
}

.node-homepage #hero-container .node-slideshow .slide .entry .slide-title {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-size: 2.5em;
  line-height: 1.08em;
  color: white;
  font-weight: 400;
}

.node-homepage #hero-container .node-slideshow .slide .entry .slide-content p {
  margin-top: 0em;
  margin-bottom: 2.4em;
  font-size: 1.25em;
  line-height: 1.32em;
  color: white;
  font-style: italic;
}

.node-homepage #hero-container .node-slideshow .slide .entry .slide-cta a {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 0.75em;
  line-height: 2em;
  color: white;
  padding-left: 2.7em;
  padding-right: 2.7em;
}

.node-homepage #hero-container .node-slideshow .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 14px;
  overflow: hidden;
  clear: both;
}

.node-homepage #hero-container .node-slideshow .cycle-pager > * {
  cursor: pointer;
}

.node-homepage #hero-container .node-slideshow .cycle-pager i {
  font-family: arial;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: white;
  cursor: pointer;
  font-size: 14px;
  padding: 0 2px;
}

.node-homepage #hero-container .node-slideshow .cycle-pager i:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f10c';
}

.node-homepage #hero-container .node-slideshow .cycle-pager i:hover {
  color: white;
}

.node-homepage #hero-container .node-slideshow .cycle-pager i:hover:before {
  content: '\f111';
}

.node-homepage #hero-container .node-slideshow .cycle-pager i.cycle-pager-active {
  color: white;
}

.node-homepage #hero-container .node-slideshow .cycle-pager i.cycle-pager-active:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f111';
}

.node-homepage #hero-container .node-slideshow .arrows-sprite, .node-homepage #hero-container .node-slideshow .arrows-big-left, .node-homepage #hero-container .node-slideshow .arrows-big-right, .node-homepage #hero-container .node-slideshow .arrows-small-left, .node-homepage #hero-container .node-slideshow .arrows-small-right {
  background: url('../images/arrows-s2f56676c8e.png') no-repeat;
}

.node-homepage #hero-container .node-slideshow .arrows-big-left {
  background-position: 0 0;
}

.node-homepage #hero-container .node-slideshow .arrows-big-left:hover, .node-homepage #hero-container .node-slideshow .arrows-big-left.big-left_hover, .node-homepage #hero-container .node-slideshow .arrows-big-left.big-left-hover {
  background-position: 0 -54px;
}

.node-homepage #hero-container .node-slideshow .arrows-big-right {
  background-position: 0 -108px;
}

.node-homepage #hero-container .node-slideshow .arrows-big-right:hover, .node-homepage #hero-container .node-slideshow .arrows-big-right.big-right_hover, .node-homepage #hero-container .node-slideshow .arrows-big-right.big-right-hover {
  background-position: 0 -162px;
}

.node-homepage #hero-container .node-slideshow .arrows-small-left {
  background-position: 0 -242px;
}

.node-homepage #hero-container .node-slideshow .arrows-small-right {
  background-position: 0 -216px;
}

.node-homepage #hero-container .node-slideshow .arrows-big-left, .node-homepage #hero-container .node-slideshow .arrows-big-right {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  display: block;
  width: 37px;
  height: 54px;
  z-index: 501;
  cursor: pointer;
}

.node-homepage #hero-container .node-slideshow .arrows-big-left {
  left: 115px;
}

.node-homepage #hero-container .node-slideshow .arrows-big-right {
  right: 115px;
}

.node-homepage #featured-container {
  background: #f2efec;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.node-homepage #featured-container .wrapper {
  width: 940px;
}

.node-homepage #featured-container .wrapper .featured {
  display: inline-block;
  width: 260px;
  padding: 0 20px;
  vertical-align: top;
  margin: 0 15px;
}

.node-homepage #featured-container .wrapper .featured h2 {
  margin-top: 0em;
  margin-bottom: 0.75em;
  font-size: 1.8125em;
  line-height: 0.82759em;
  font-weight: 400;
  color: #e0001b;
  text-align: center;
}

.node-homepage #featured-container .wrapper .featured.first {
  margin: 0 0;
}

.node-homepage #featured-container .wrapper .featured.first .ds-image img {
  padding: 4px;
  background: white;
  margin-left: -4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 5px #e9e6e3;
}

.node-homepage #featured-container .wrapper .featured.first .ds-entry {
  font-size: 0.8125em;
  line-height: 1.56923em;
  color: #363637;
}

.node-homepage #featured-container .wrapper .featured.first .ds-entry h2 {
  margin-top: 1.125em;
  margin-bottom: 0.75em;
  font-size: 1.125em;
  line-height: 1.33333em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}

.node-homepage #featured-container .wrapper .featured.first .ds-cta a {
  font-weight: 700;
  color: #363637;
  font-size: 0.9375em;
  line-height: 1.92em;
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 2em;
}

.node-homepage #featured-container .wrapper .featured.first .ds-cta a:hover {
  color: #e0001b;
}

.node-homepage #featured-container .wrapper .featured.first .ds-cta a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f138';
  color: #e0001b;
  padding-left: 8px;
}

.node-homepage #featured-container .wrapper .featured.last {
  margin: 0 0;
  width: 300px;
  padding: 0 0px;
  position: relative;
  overflow: visible;
  z-index: 2;
  margin-right: 0px;
}

.node-homepage #featured-container .wrapper .featured.last:after, .node-homepage #featured-container .wrapper .featured.last:before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 15px;
  left: 7px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3.5deg);
  -moz-transform: rotate(-3.5deg);
  -ms-transform: rotate(-3.5deg);
  -o-transform: rotate(-3.5deg);
  transform: rotate(-3.5deg);
}

.node-homepage #featured-container .wrapper .featured.last:after {
  -webkit-transform: rotate(3.5deg);
  -moz-transform: rotate(3.5deg);
  -ms-transform: rotate(3.5deg);
  -o-transform: rotate(3.5deg);
  transform: rotate(3.5deg);
  right: 7px;
  left: auto;
}

.node-homepage #featured-container .wrapper .featured.last .events-list {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #cccac8;
  box-shadow: 0 0 5px #e9e6e3;
  background: white url("/sites/all/themes/giacomini/images/home-events_stripes.jpg") top left repeat;
  padding: 52px 40px 30px 40px;
  position: relative;
}

.node-homepage #featured-container .wrapper .featured.last .events-list:before {
  display: block;
  width: 100%;
  height: 60px;
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  background: white url("/sites/all/themes/giacomini/images/home-events_rings.jpg") top center no-repeat;
}

.node-homepage #featured-container .wrapper .featured.last .events-list:after {
  display: block;
  width: 100%;
  height: 30px;
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
  background: white;
}

.node-homepage #featured-container .wrapper .featured.last .events-list .node-event {
  margin: 8px 0 0;
  display: block;
  width: 100%;
  padding: 0 0;
  float: none;
  background: none;
  line-height: 18px !important;
}

.node-homepage #featured-container .wrapper .featured.last .events-list .node-event .article-heading {
  color: #363637;
  padding-top: 1px;
}

.node-homepage #featured-container .wrapper .featured.last .events-list .node-event .article-heading h2 a {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.node-homepage #featured-container .wrapper .featured.last .events-list .node-event .article-heading .meta {
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  font-size: 13px;
  padding-top: 1px;
  line-height: 20px;
  margin-bottom: 0px;
}

.node-homepage #featured-container .wrapper .featured.last .events-list .node-event .article-heading .meta .country-coun {
  text-transform: uppercase;
}

.node-homepage #featured-container .wrapper .featured.last .events-list .node-event .abstract p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  color: #363637;
  line-height: 20px;
}

.node-homepage #featured-container .wrapper .featured .view-news-hp .view-content {
  margin-top: -1em;
}

.node-homepage #featured-container .wrapper .featured .view-news-hp .view-content ul {
  padding: 0 0;
  margin: 0 0;
}

.node-homepage #featured-container .wrapper .featured .view-news-hp .view-content ul li {
  display: block;
  padding-top: 0px;
  margin-top: 0px;
}

.node-homepage #featured-container .wrapper .featured .view-news-hp .view-content ul li:before {
  content: "";
}

.node-homepage #featured-container .wrapper .featured .view-news-hp .view-content ul li article {
  float: none;
  clear: none;
  width: 240px;
  background: none;
  padding-bottom: 0px;
  margin-bottom: 0.5em;
}

.node-homepage #featured-container .wrapper .featured .view-news-hp .view-content ul li article .article-heading h2 {
  font-size: 0.875em;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  text-align: left;
  font-weight: 700;
}

.node-homepage #featured-container .wrapper .featured .view-news-hp .view-content ul li article .abstract p {
  font-size: 0.9375em;
  line-height: 1.44em;
  color: #363637;
}

.node-homepage #box-container {
  background: #f2efec;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.node-homepage #box-container .wrapper {
  width: auto;
  text-align: center;
}

.node-homepage #box-container .wrapper .node-box-custom {
  display: inline-block;
  width: 220px;
  border: 1px solid #d7d7d7;
  background: white;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  vertical-align: top;
  margin: 0 7px;
  padding: 30px 40px 20px;
}

.node-homepage #box-container .wrapper .node-box-custom .ds-image img {
  width: 220px;
  height: auto;
  max-width: 100%;
  display: block;
}

.node-homepage #box-container .wrapper .node-box-custom .ds-entry {
  color: #363637;
  font-size: 0.9375em;
  line-height: 1.44em;
}

.node-homepage #box-container .wrapper .node-box-custom .ds-entry h2 {
  margin-top: 1.725em;
  margin-bottom: 0.825em;
  font-size: 1.1875em;
  line-height: 1.13684em;
  color: #e0001b;
  text-transform: uppercase;
  font-weight: 700;
}

.node-homepage #box-container .wrapper .node-box-custom .ds-cta a {
  font-weight: 700;
  color: #363637;
  font-size: 0.9375em;
  line-height: 1.92em;
  text-transform: uppercase;
  font-size: 0.8125em;
  line-height: 1.66154em;
  margin-top: 1.95em;
  margin-bottom: 0em;
  display: block;
}

.node-homepage #box-container .wrapper .node-box-custom .ds-cta a:hover {
  color: #e0001b;
}

.node-homepage #box-container .wrapper .node-box-custom .ds-cta a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f138';
  color: #e0001b;
  padding-left: 8px;
}

/**
 *
 * CSS per il template DS Product
 * 
 */

.products-breadcrumb {
  margin-top: 1.275em;
  margin-bottom: 0.3em;
  width: 940px;
}

.products-breadcrumb span a {
  font-size: 0.8125em;
  line-height: 1.84615em;
  display: inline-block;
  margin-right: 10px;
  color: #363637;
  font-style: italic;
}

.products-breadcrumb span a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e0001b;
  font-style: normal;
  margin-right: 6px;
}

.products-breadcrumb span.parent a:before {
  content: '\f100';
}

.products-breadcrumb span.subchapter a:before {
  content: '\f104';
}


.node-product .ds-header {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 940px;
  margin-left: 0px;
  margin-right: -960px;
  clear: left;
  margin-top: 0.3em;
  margin-bottom: 1.65em;
  font-size: 1.875em;
  line-height: 1.32em;
  color: #363637;
  font-weight: 400;
}

.node-product .ds-header h2 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  color: #e0001b;
  margin: 0 0;
  display: inline-block;
  padding-right: 17px;
  line-height: inherit !important;
}

.node-product .ds-entry {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 620px;
  margin-left: 320px;
  margin-right: -960px;
  clear: left;
  margin-bottom: 3em;
  font-size: 0.8125em;
  line-height: 1.66154em;
  color: #363637;
}

.node-product .ds-entry .label-above, .node-product .ds-entry table caption {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  color: #e0001b;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}

.node-product .ds-entry .view-product-items-table table {
  margin-bottom: 2.1em;
  width: 100%;
}

.node-product .ds-entry .view-product-items-table table caption {
  margin-top: 0.25em;
  margin-bottom: 0.75em;
}

.node-product .ds-entry .view-product-items-table table thead {
  background: #f2efec;
}

.node-product .ds-entry .view-product-items-table table thead th {
  padding: 12px 20px 10px;
  font-size: 1em;
  line-height: 1.5em;
}

.node-product .ds-entry .view-product-items-table table thead th.views-field-field-pack-single, .node-product .ds-entry .view-product-items-table table thead th.views-field-field-pack-multiple {
  text-indent: -9999px;
  color: #f2efec;
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-image: url("/sites/all/themes/giacomini/images/icon-pack-single.png");
}

.node-product .ds-entry .view-product-items-table table thead th.views-field-field-pack-multiple {
  background-image: url("/sites/all/themes/giacomini/images/icon-pack-multiple.png");
}

.node-product .ds-entry .view-product-items-table table tbody tr {
  background: none;
  border-bottom: 1px solid #dbd4ce;
}

.node-product .ds-entry .view-product-items-table table tbody tr td {
  padding: 7px 20px 5px;
  line-height: 1.3em;
}

.node-product .ds-entry .view-product-items-table table tbody tr td.color-n {
  color: #363637;
}

.node-product .ds-entry .view-product-items-table table tbody tr td.color-r {
  color: #e0001b;
}

.node-product .ds-entry .view-product-items-table table tbody tr td.color-b {
  color: #1C86EE;
}

.node-product .ds-sidebar-left {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  float: left;
  width: 288px;
  margin-left: 0px;
  margin-right: -308px;
  margin-top: 0.25em;
  margin-bottom: 3em;
}

.node-product .ds-sidebar-left img {
  max-width: 280px;
}

.node-product .ds-sidebar-left .icon-sprite, .node-product .ds-sidebar-left .icon-conformity-declarations, .node-product .ds-sidebar-left .icon-design-sheets, .node-product .ds-sidebar-left .icon-instruction-sheets, .node-product .ds-sidebar-left .icon-specifications, .node-product .ds-sidebar-left .icon-technical-documentation {
  background: url('../images/icon-s66994a002b.png') no-repeat;
}

.node-product .ds-sidebar-left .icon-conformity-declarations {
  background-position: 0 -42px;
}

.node-product .ds-sidebar-left .icon-design-sheets {
  background-position: 0 0;
}

.node-product .ds-sidebar-left .icon-instruction-sheets {
  background-position: 0 -21px;
}

.node-product .ds-sidebar-left .icon-specifications {
  background-position: 0 -84px;
}

.node-product .ds-sidebar-left .icon-technical-documentation {
  background-position: 0 -63px;
}

.node-product .ds-sidebar-left .view-product-attachments {
  border-top: 1px solid #dbd4ce;
  margin-top: 6em;
  padding-top: 0.625em;
  margin-bottom: 1.95em;
  width: 230px;
}

.node-product .ds-sidebar-left .view-product-attachments h2 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.65em;
  margin-top: 0px;
  font-weight: 400;
  font-style: italic;
  color: #e0001b;
  margin-left: 2px;
}

.node-product .ds-sidebar-left .view-product-attachments .view-content a {
  font-size: 0.8125em;
  line-height: 1.84615em;
  margin: 1.2em 0;
  color: #363637;
  font-weight: 700;
  display: block;
  height: 21px;
  background-repeat: no-repeat;
  padding-left: 27px;
  margin-left: 3px;
}

.node-product .ds-sidebar-left .view-product-attachments .view-content a:hover {
  color: #e0001b;
}

.node-product .ds-sidebar-left .view-product-attachments .view-content .views-field-field-design-sheets {
  margin-left: -3px;
}

.node-product .ds-sidebar-left .view-product-attachments .view-content .views-field-field-design-sheets a {
  padding-left: 30px;
}

/**
 *
 * CSS per Page Catalog Chapter e SubChapter
 * 
 */

.page-taxonomy-term #main header h1 {
  float: left;
  width: 620px;
  margin-left: 320px;
  margin-right: -960px;
  margin-top: 0.15em;
  margin-bottom: 0.375em;
  font-size: 2.5em;
  line-height: 1.2em;
  padding-left: 0px;
}

.page-taxonomy-term #main header p {
  float: left;
  width: 620px;
  margin-left: 320px;
  margin-right: -960px;
  clear: left;
  padding: 0 10px;
  font-size: 1.25em;
  line-height: 1.6em;
  font-style: italic;
  color: #363637;
  margin-bottom: 0px;
  padding-left: 0px;
}

.page-taxonomy-term #main header .field-type-image {
  display: block;
  position: relative;
  overflow: visible;
  z-index: 2;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  width: 250px;
  margin-left: 2px;
  margin-top: -10px;
}

.page-taxonomy-term #main header .field-type-image:after, .page-taxonomy-term #main header .field-type-image:before {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 15px;
  left: 7px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3.5deg);
  -moz-transform: rotate(-3.5deg);
  -ms-transform: rotate(-3.5deg);
  -o-transform: rotate(-3.5deg);
  transform: rotate(-3.5deg);
}

.page-taxonomy-term #main header .field-type-image:after {
  -webkit-transform: rotate(3.5deg);
  -moz-transform: rotate(3.5deg);
  -ms-transform: rotate(3.5deg);
  -o-transform: rotate(3.5deg);
  transform: rotate(3.5deg);
  right: 7px;
  left: auto;
}

.page-taxonomy-term #main header .field-type-image img {
  background: white;
  display: block;
  width: 230px;
  height: 200px;
  padding: 9px;
  padding-bottom: 40px;
  border: 1px solid rgba(66, 66, 66, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  box-shadow: 0 1px 5px #e9e6e3;
  position: relative;
  overflow: visible;
  z-index: 2;
}

.page-taxonomy-term #main header .field-type-image img {
  float: none;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0em;
}

.page-taxonomy-term #main h1 {
  margin-top: 0.15em;
  margin-bottom: 0.1875em;
  font-size: 1.875em;
  line-height: 1.44em;
}


.view-catalog-chapter, .view-products-list {
  margin-top: 3.9em;
  margin-bottom: 3.9em;
  overflow: hidden;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid white;
  border-left: 2px solid white;
}

.view-catalog-chapter .views-row, .view-products-list .views-row {
  height: 100px;
  width: 468px;
  background: white;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  display: inline-block;
}

.view-catalog-chapter .views-row .views-field-field-image, .view-products-list .views-row .views-field-field-image {
  display: inline-block;
  float: left;
  width: 120px;
  height: auto;
  text-align: center;
  padding: 8px 20px;
  line-height: 0px;
}

.view-catalog-chapter .views-row .views-field-field-image img, .view-products-list .views-row .views-field-field-image img {
  display: inline-block;
  max-width: 120px;
  max-height: 84px;
}

.view-catalog-chapter .views-row .views-field-name, .view-products-list .views-row .views-field-name {
  display: inline-block;
  float: right;
  margin-right: 25px;
  width: 280px;
  height: 100%;
}

.view-catalog-chapter .views-row .views-field-name .field-content, .view-products-list .views-row .views-field-name .field-content {
  display: table;
  height: 100%;
}

.view-catalog-chapter .views-row .views-field-name .field-content a, .view-products-list .views-row .views-field-name .field-content a {
  display: table-cell;
  vertical-align: middle;
  color: #363637;
  font-size: 0.8125em;
  line-height: 1.29231em;
  text-transform: uppercase;
  font-weight: 700;
}

.view-catalog-chapter .views-row .views-field-name .field-content a:hover, .view-products-list .views-row .views-field-name .field-content a:hover {
  color: #e0001b;
}

.view-catalog-chapter .views-row.views-row-odd, .view-products-list .views-row.views-row-odd {
  float: left;
  clear: both;
}

.view-catalog-chapter .views-row.views-row-even, .view-products-list .views-row.views-row-even {
  float: right;
}

.view-catalog-chapter.view-products-list, .view-products-list.view-products-list {
  margin-top: 3.3em;
  margin-bottom: 5.4em;
  width: 939px;
}

.view-catalog-chapter.view-products-list .views-row, .view-products-list.view-products-list .views-row {
  width: 311px;
  height: 118px;
}

.view-catalog-chapter.view-products-list .views-row .views-field-field-image, .view-products-list.view-products-list .views-row .views-field-field-image {
  padding: 17px 0px 17px 0px;
}

.view-catalog-chapter.view-products-list .views-row .views-field-title,
.view-catalog-chapter.view-products-list .views-row .views-field-field-product-short-description, .view-products-list.view-products-list .views-row .views-field-title,
.view-products-list.view-products-list .views-row .views-field-field-product-short-description {
  display: block;
  float: right;
  margin-right: 18px;
  width: 160px;
}

.view-catalog-chapter.view-products-list .views-row .views-field-title.views-field-title a,
.view-catalog-chapter.view-products-list .views-row .views-field-field-product-short-description.views-field-title a, .view-products-list.view-products-list .views-row .views-field-title.views-field-title a,
.view-products-list.view-products-list .views-row .views-field-field-product-short-description.views-field-title a {
  font-size: 0.875em;
  line-height: 1.71429em;
  font-weight: 700;
  display: block;
  padding-top: 12px;
}

.view-catalog-chapter.view-products-list .views-row .views-field-title.views-field-field-product-short-description,
.view-catalog-chapter.view-products-list .views-row .views-field-field-product-short-description.views-field-field-product-short-description, .view-products-list.view-products-list .views-row .views-field-title.views-field-field-product-short-description,
.view-products-list.view-products-list .views-row .views-field-field-product-short-description.views-field-field-product-short-description {
  font-size: 0.8125em;
  line-height: 1.2em;
  color: #363637;
  margin-top: -2px;
}

.view-catalog-chapter.view-products-list .views-row.views-row-odd, .view-products-list.view-products-list .views-row.views-row-odd {
  float: left;
  clear: none;
}

.view-catalog-chapter.view-products-list .views-row.views-row-even, .view-products-list.view-products-list .views-row.views-row-even {
  float: left;
}


.subchapter_catalog-view, .product_products-view {
  background: #f2efec;
  border-top: 1px solid #dbd4ce;
}

.subchapter_catalog-view .view-intro, .product_products-view .view-intro {
  margin-top: 1.65em;
  font-size: 1em;
  line-height: 1.5em;
  display: block;
  padding: 0 12px;
  color: #363637;
  font-style: italic;
}

.subchapter_catalog-view .view-catalog-chapter, .subchapter_catalog-view .view-products-list, .product_products-view .view-catalog-chapter, .product_products-view .view-products-list {
  margin-top: 1.95em;
  border-color: #f2efec;
}

.subchapter_catalog-view .view-catalog-chapter .views-row, .subchapter_catalog-view .view-products-list .views-row, .product_products-view .view-catalog-chapter .views-row, .product_products-view .view-products-list .views-row {
  border-color: #f2efec;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */

  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }

  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }


  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }

  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }

  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }

  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */

  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */

  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */

  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */






@media (min-width: 992px){
  body{
    min-width: 980px;
  }
  .content-country{
    width: 940px;
    margin-left: 27px;
  }
  

  #page, .wrapper {
    width: 960px;
  }

  #main-content {
    width: 1200px;
    margin-left: -126px;
  }

  .content-country{
    text-align:left;
  } 

  .content-country{
    float:left;
  } 

  .lista-country{
    width: auto;
    margin-right:40px;
  }

  ul.no-icon {             
    width:268px;
  }

  ul.no-country{                 
    width:268px;
  }

}