/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #E5E5E5; color: #fff; text-shadow: none; }
::selection { background: #E5E5E5; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #78AD49; }
a:visited { color: #78AD49; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

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

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0; padding: 0;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


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

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

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

/*
 * Correct overflow displayed oddly in IE9 
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

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

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

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

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

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

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


h1, h2, h3, h4, h5, h6, p {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight:normal;
    vertical-align:baseline;
    background:transparent;
}

/* =============================================================================
   Primary styles
   Author: Steven McCrumb
   ========================================================================== */


body {
  font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  color:#666667;
}
a {text-decoration:none;}

a.trunc {
  text-indent:-9999em;
  height:14px;
  width:14px;
  overflow:hidden;
  display:inline-block;
  margin:0 0 0 3px;
  position:relative;
  top:2px;
}

div#messages {
  width:700px;
}

fieldset.filter-wrapper {
  display:none;
}

form#comment-form {
  display:none;
}

form#comment-form .form-item-homepage {
  display:none;
}

#main #comments h2 {
  color:#78AD49;
  position:relative;
  border-bottom: #eaeaea solid 1px;
  margin:20px 0 10px 0;
}

#main #comments h2 span.add {
  position:absolute;
  right:0;
  font-size:80%;
  cursor:pointer;
}

#main #comments div.comment {
  border-bottom: #eaeaea solid 1px;
  margin:10px 0;
}

#main #comments p.commenter-name {
  margin:0;
  padding:0;
  font-size:11px;
}

#main #comments p.commenter-name span.username {
  font-size:13px;
  font-weight:bold;
}
.node-type-book p, .node-type-news-post p {
  line-height:1.65em;
}

.field-name-body {
  position:relative;
}

.view-content {
  position:relative;
}

body.solutia a.trunc {
  background-image:url('../images/solutia-arrow-up_down.jpg');
}

body.sursum a.trunc {
  background-image:url('../images/sursum-arrow-up_down.jpg');
}

body.essentia a.trunc {
  background-image:url('../images/essentia-arrow-up_down.jpg');
}

body.équisebo a.trunc {
  background-image:url('../images/equisebo-arrow-up_down.jpg');
}

body.auxilia a.trunc {
  background-image:url('../images/auxilia-arrow-up_down.jpg');
}

body.synérgo a.trunc {
  background-image:url('../images/synergo-arrow-up_down.jpg');
}

body.solenium a.trunc {
  background-image:url('../images/solenium-arrow-up_down.jpg');
}

a.trunc.more {
  background-position:0px -16px;
}
a.trunc.less {
  background-position:0px -30px;
}


div.wrapper {
  width:956px;
  padding:0 7px;
  position:relative;
  margin:0 auto;
  min-height: 345px;
}

#footer-container div.wrapper {
  min-height: 1px;
}

.node-full {
  margin-right:14px;
}


body.node-type-home-page #header-container {
  height:160px;
  padding-bottom:0;
  background: none;
position:relative;
z-index:30;
}
body.node-type-home-page #main div.wrapper {
  padding:0;
}

div.field-name-field-home-page-news-footer .field-item {
  float:left;
  width:310px;
  margin:0;
  padding:0 2px 0 0;
  position:relative;
}

div.node-home-page > div.content {
  position:relative;
}

#scroller-holder {
	position:relative;
	width:956px;
  height:324px;
  padding-bottom:70px;
}

body.node-type-home-page #main {
  background:url('../images/default.jpg') 50% 355px no-repeat;
}

#main .field-name-field-home-page-news-pre h1 {
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  font-size:22px;
  margin:0 0 20px 35px;
  font-weight:normal;
}

.field-name-field-home-page-news-post {
  height:40px;
}

#scroller-holder .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

#scroller-holder .items div.file-image {
	float:left;
}

body.node-type-home-page .field-name-field-home-page-news-footer p {
 font-size:11px; 
}

div.field-name-field-home-page-rotator .field-items .field-item {
  width:956px;
  height:324px;
  position:relative;
}

#header-container {
  height:160px;
  padding-bottom:70px;
  background:url('../images/default.jpg') bottom center no-repeat;
}

body.solutia #header-container {
  background:url('../images/swoosh-solutia.jpg') bottom center no-repeat;
}

body.essentia #header-container {
  background:url('../images/swoosh-essentia.jpg') bottom center no-repeat;
}

body.sursum #header-container {
  background:url('../images/swoosh-sursum.jpg') bottom center no-repeat;
}

body.équisebo #header-container {
  background:url('../images/swoosh-equisebo.jpg') bottom center no-repeat;
}

body.auxilia #header-container {
  background:url('../images/swoosh-auxilia.jpg') bottom center no-repeat;
}

body.synérgo #header-container {
  background:url('../images/swoosh-synergo.jpg') bottom center no-repeat;
}

body.solenium #header-container {
  background:url('../images/swoosh-solenium.jpg') bottom center no-repeat;
}

a#logo {
  position:absolute;
  top:40px;
  left:0;
  display:inline;
}
#main-navigation {
  position:absolute;
  right:0;
  top:0;
  height:160px;
  min-width:710px;
}
.menu-block-2 ul.menu {
  position:absolute;
  left:0;
  top:68px;
}
/*
div#flagHolder img {
  cursor:pointer;
}
div#flagHolder {
  position:absolute;
  top:10px;
  right:7px;
  z-index:1201;
}

ul.language-switcher-locale-url {
  position:relative;
  z-index:1200;
  border-top:solid 1px #e7e7e7;
  border-bottom:solid 3px #e7e7e7;
  padding:3px 7px 13px 7px;
  background:#fff;
  display:none;
}

body.node-type-home-page ul.language-switcher-locale-url {

}

ul.language-switcher-locale-url li {
  display:block;
  width:80px;
  margin-top:7px;
}

ul.language-switcher-locale-url a {
  color:#646464;
  font-size:10px;
  line-height:12px;
  height:12px;
  display:block;
}

ul.language-switcher-locale-url a.active, ul.language-switcher-locale-url a:hover {
  color:#363636;
  font-weight:bold;
}



ul.language-switcher-locale-url a.language-link img {
  float:right;
}*/

ul.language-switcher-locale-url li {
  display:block;
  float:left;
  width:16px;
  height:30px;
  overflow:hidden;
  margin-top:7px;
  text-align:center;
  margin:0 10px 0 0;
  text-transform:uppercase;
  font-size:9px;
}

ul.language-switcher-locale-url li a {
  color:#d6d7d9;
}

ul.language-switcher-locale-url li a.active {
  color:#858688;
}

ul.language-switcher-locale-url li img {
  display:block;
  margin:0 0 4px 0;
}

ul.language-switcher-locale-url li a:hover img {
  border:solid 1px #eaeaea;
  border-bottom:solid 2px #eaeaea;
}

.region-language-switch {
  position:absolute;
  top:10px;
  right:10px;
  z-index:2000;
}
.breadcrumbs {
  position:absolute;
  left:0;
  bottom:0;
  color:#d6d7d9;
}
.breadcrumbs a {
  color:#d6d7d9;
}
.breadcrumbs a:hover {
  color:#78ad49;
}
.menu-block-2 ul.menu {
  color:#858688;
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  font-size:18px;
}


body.i18n-fr .menu-block-2 ul.menu, body.i18n-es .menu-block-2 ul.menu {
  font-size:17px;
}

.menu-block-2 ul.menu li {
  display:inline-block;
  float:left;
  list-style:none;
  padding:10px 0 0 0;
  margin:0 0 0 20px;
  position:relative;
}

.menu-block-2 ul.menu li:first-child {
  margin-left:0;
}
.menu-block-2 ul.menu li.last {
  padding-right:0;
}

.menu-block-2 ul.menu li a {
  color:#858688;
  position:relative;
  z-index:30;
}

/*.menu-block-2 ul.menu li a {
  color:#858688;
  position:relative;
  z-index:30;
  left:20px;
}*/
#block-menu-block-2.repo {
  position:relative;
  left:-15px;
}
.menu-block-2 ul.menu li a:hover {
  color:#78ad49;
}
.menu-block-2 ul.menu li.active,.menu-block-2 ul.menu li.active-trail {
  /*border-top:#cdcdcf solid 1px;*/
  padding:10px 15px 0 15px;
  margin:0;
  position:relative;
  top:-1px;
}

.menu-block-2 ul.menu li.active.first,.menu-block-2 ul.menu li.active-trail.first {

}
.menu-block-2 ul.menu li.after {
  padding-left:0;
}
.menu-block-2 ul.menu li.active a,.menu-block-2 ul.menu li.active-trail a {
  color:#78ad49;
  font-family:"DaxMedium", Verdana, Tahoma, Arial, sans-serif;
}

.menu-block-2 ul.menu li.expanded ul {
  padding:50px 20px 20px 20px;
  margin:0;
  width:130px;
  position:absolute;
  top:-1px;
  left:-20px;
  z-index:20;
  background:#fff url('../images/menu-bg.jpg') top left repeat-x;
  border-bottom:3px solid #cdcdcf;
  border-top:1px solid #cdcdcf;
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  color:#858688;
  display:none;
  font-size:16px;
  line-height:14px;
}

.menu-block-2 ul.menu li.expanded.menu-mlid-514 ul {
  width:150px;
}


.menu-block-2 ul.menu li.expanded.active-trail ul {
  left:0;
}

.menu-block-2 ul.menu li.expanded.active-trail ul li.active-trail {
  border:none;
}

.menu-block-2 ul.menu li.expanded.active-trail ul li.active-trail a {
  color:#78ad49;
}

.menu-block-2 ul.menu li.expanded.active-trail ul li.active-trail a.solutia {
  color:#1b977d;
}

.menu-block-2 ul.menu li.expanded.active-trail ul li.active-trail a.essentia {
  color:#b6cf8e;
}

.menu-block-2 ul.menu li.expanded.active-trail ul li.active-trail a.sursum {
  color:#6da53a;
}

.menu-block-2 ul.menu li.expanded.active-trail ul li.active-trail a.équisebo {
  color:#009895;
}

.menu-block-2 ul.menu li.expanded.active-trail ul li.active-trail a.auxilia {
  color:#a2bd30;
}

.menu-block-2 ul.menu li.expanded.active-trail ul li.active-trail a.synérgo {
  color:#217b55;
}

.menu-block-2 ul.menu li.expanded.active-trail ul li.active-trail a.solenium {
  color:#e97810;
}

.menu-block-2 ul.menu li.expanded.hovered {
  z-index:80;
}

.menu-block-2 ul.menu li ul li ul {
  display:none;
}


.menu-block-2 ul.menu li.expanded ul li {
  padding:0;
  margin:8px 0 0 0;
  display:block;
  float:none;
}
.menu-block-2 ul.menu li.expanded ul li:first-child {
  margin:0;
}

.menu-block-2 ul.menu li.expanded ul li a {
  color:#858688;
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  left:0;
}

.menu-block-2 ul.menu li.expanded ul li a:hover {
  color:#78ad49;
}

.menu-block-2 ul.menu li.expanded ul li a.solutia {
  color:#1b977d;
}
.menu-block-2 ul.menu li.expanded ul li a.essentia {
  color:#b6cf8e;
}

.menu-block-2 ul.menu li.expanded ul li a.sursum {
  color:#6da53a;
}

.menu-block-2 ul.menu li.expanded ul li a.équisebo {
  color:#009895;
}

.menu-block-2 ul.menu li.expanded ul li a.auxilia {
  color:#a2bd30;
}

.menu-block-2 ul.menu li.expanded ul li a.synérgo {
  color:#217b55;
}

.menu-block-2 ul.menu li.expanded ul li a.solenium {
  color:#e97810;
}


#main {
  position:relative;
  top:-25px; /*accounts for overlay on header*/
}

body.node-type-product-family #main {
  background:url('../images/product-family-divider.jpg') 50% 322px no-repeat;
}


#main h1,#main h1 a,#main h2,#main h3,#main h4 {
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
}

#main h1,#main h1 a {
  font-size:30px;
  color:#78ad49;
  margin:0 0 5px 0;
}


body.node-type-home-page #main h2 {
  font-size:18px;
  color:#858688;
}


body.q-and-a #main > div.wrapper {
  background:url('../images/domande-risposte-bg.png') no-repeat -1px -92px;
}

#main h2 {
  font-size:20px;
  color:#858688;
}

.node-type-left-based #main h2 {
  font-size:17px;
  color:#78ad49;
  margin:0 0 10px 0;
}

#main h3 {
  font-size:21px;
  color:#666667;
}

#main h4 {
  font-size:19px;
  color:#666667;
}

#main .col2Lspec h3 {
  margin:0 0 20px 0;
}

#main .col2Lspec h3 p.highlight {
  color:#78AD49;
}



#page-content .contentColumn {
  float:left;
}

#main .wrapper {
  padding:0 0 0 35px;
}
.col2Lspec {
  /*width:681px;
  margin-right:14px;*/
  width:696px;
  margin-right:0;
}

body.node-type-product-family .col2Lspec {
  width:695px;
  margin-right:0;
}
.node-full {
  padding-top:55px;
  position:relative;
}
body.node-type-home-page .node-full {
  padding-top:25px;
  position:relative;
}
.col1Rspec {
  width:226px;
  padding-top:65px;
}

body.q-and-a .col2Lspec, body.page-node-22 .col2Lspec {
  width:546px;
  margin-right:14px;
}

#main h3.field-label {
  font-size:12px;
  font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
}

.col2Rspec {
  width:326px;
  padding-top:55px;
}

.col2Lspec p {
  margin:0 0 0.75em 0;
}

div.menu-block-1 ul.menu {
  color:#858688;
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  font-size:18px;
  padding:20px 0 20px 20px;
  border-left:#cdcdcf solid 1px;
  list-style:none;
  
}

div.menu-block-1 ul.menu li:first-child {
}
div.menu-block-1 ul.menu li {
  padding:0;
  margin:0 0 5px 0;
  list-style:none;

}

div.menu-block-1 ul.menu li a {
  color:#858688;
}
div.menu-block-1 ul.menu li a:hover {
  color:#78ad49;
}
div.menu-block-1 ul.menu li.active, div.menu-block-1 ul.menu li.active-trail {
  background:url('../images/green-arrow.jpg') 2px 4px no-repeat;
  padding:0 0 0 25px;
  position:relative;
  left:0;
}
div.menu-block-1 ul.menu li.active a, div.menu-block-1 ul.menu li.active-trail a {
  color:#78ad49;
  font-family:"DaxBold", Verdana, Tahoma, Arial, sans-serif;
  margin:0 0 0 0;
  padding:0;
  line-height:19px;
}

body.solutia div.menu-block-1 ul.menu li.active, body.solutia div.menu-block-1 ul.menu li.active-trail {
  background:url('../images/solutia-arrow.jpg') 2px 4px no-repeat;
}
body.essentia div.menu-block-1 ul.menu li.active, body.essentia div.menu-block-1 ul.menu li.active-trail {
  background:url('../images/essentia-arrow.jpg') 2px 4px no-repeat;
}
body.sursum div.menu-block-1 ul.menu li.active, body.sursum div.menu-block-1 ul.menu li.active-trail {
  background:url('../images/sursum-arrow.jpg') 2px 4px no-repeat;
}
body.équisebo div.menu-block-1 ul.menu li.active, body.équisebo div.menu-block-1 ul.menu li.active-trail {
  background:url('../images/equisebo-arrow.jpg') 2px 4px no-repeat;
}
body.auxilia div.menu-block-1 ul.menu li.active, body.auxilia div.menu-block-1 ul.menu li.active-trail {
  background:url('../images/auxilia-arrow.jpg') 2px 4px no-repeat;
}
body.synérgo div.menu-block-1 ul.menu li.active, body.synérgo div.menu-block-1 ul.menu li.active-trail {
  background:url('../images/synergo-arrow.jpg') 2px 4px no-repeat;
}
body.solenium div.menu-block-1 ul.menu li.active, body.solenium div.menu-block-1 ul.menu li.active-trail {
  background:url('../images/solenium-arrow.jpg') 2px 4px no-repeat;
}


div.menu-block-1 ul.menu li a.solutia, div.menu-block-1 ul.menu li.active a.solutia, div.menu-block-1 ul.menu li.active-trail a.solutia {
  color:#1b977d;
}

div.menu-block-1 ul.menu li a.essentia, div.menu-block-1 ul.menu li.active a.essentia, div.menu-block-1 ul.menu li.active-trail a.essentia {
  color:#b6cf8e;
}

div.menu-block-1 ul.menu li a.sursum, div.menu-block-1 ul.menu li.active a.sursum, div.menu-block-1 ul.menu li.active-trail a.sursum {
  color:#6da53a;
}

div.menu-block-1 ul.menu li a.équisebo, div.menu-block-1 ul.menu li.active a.équisebo, div.menu-block-1 ul.menu li.active-trail a.équisebo {
  color:#009895;
}

div.menu-block-1 ul.menu li a.auxilia, div.menu-block-1 ul.menu li.active a.auxilia, div.menu-block-1 ul.menu li.active-trail a.auxilia {
  color:#a2bd30;
}

div.menu-block-1 ul.menu li a.synérgo, div.menu-block-1 ul.menu li.active a.synérgo, div.menu-block-1 ul.menu li.active-trail a.synérgo {
  color:#217b55;
}

div.menu-block-1 ul.menu li a.solenium, div.menu-block-1 ul.menu li.active a.solenium, div.menu-block-1 ul.menu li.active-trail a.solenium {
  color:#e97810;
}


.formazione .col2Lspec img {
  border-bottom:3px solid #d1d2d4;
  display:block;
  margin:0 0 35px 0;
}

#footer-container {
  margin-bottom:20px;
  padding-top:30px;
  background:url('../images/footer-divider.jpg') top center no-repeat;
}

.menu-name-menu-service ul.menu {
  color:#858688;
  font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  font-size:10px;
  list-style:none;
}
.menu-name-menu-service ul.menu li:first-child {
  padding-left:0;
}
.menu-name-menu-service ul.menu li:first-child a{
  padding-left:0;
  border-left:none
}
.menu-name-menu-service ul.menu li {
  display:inline-block;
  float:left;
  padding:0 5px 0 0;
  margin:0;
}
.menu-name-menu-service ul.menu li a {
  color:#858688;
  border-left:#858688 solid 1px;
  line-height:10px;
  padding:0 0 0 5px;
  display:inline-block;
}
.menu-name-menu-service ul.menu li a:hover {
  color:#78ad49;
}
.menu-name-menu-service ul.menu li.active {
}
.menu-name-menu-service ul.menu li.active a {
  color:#78ad49;
  font-weight:bold;
}

#copyright {
  position:absolute;
  top:0;
  right:0;
  color:#c3c3c3;
  font-size:10px;
}


ul.compare {
  float:left;
  display:block;
  width:200px;
  list-style:none;
  color:#6da63a;
  font-style:italic;
  font-size:14px;
}

label {
  font-weight:normal;
}

.form-item,.form-required {
  color:#858688;
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  font-size:14px;
  font-weight:normal;
}

.webform-container-inline label, .webform-container-inline input {
  display:inline-block;
}

.webform-container-inline label {
  width:205px;
  margin:0;
}
.webform-container-inline input, .webform-component-textarea textarea {
  width:335px;
  border:#d1d2d4 1px solid;
  padding:7px;
}

#captchaID input {
  width:42px;
  border:#d1d2d4 1px solid;
  padding:7px;
}

input.form-file {
  
}

.webform-container-inline input[type="radio"] {
  display:inline;
  width:auto;
}

.form-type-radio label {
  width:40px;
}

.webform-component-textarea label {
  display:inline-block;
  width:205px;
}

.webform-component-textarea div.form-textarea-wrapper {
  display:inline;
}

.webform-component-fieldset {

}

.webform-component-fieldset .option {
  font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  font-size:10px;
  display:inline-block;
  width:335px;
  font-style:italic;
  vertical-align:top;
}
.node-type-page .webform-client-form .form-checkboxes {
  margin:0;
}
.node-type-page .webform-client-form .form-checkboxes label.option {
  font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  font-size:10px;
  display:inline-block;
  width:335px;
  font-style:italic;
  vertical-align:top;
  margin:0;
}

body.q-and-a div.block-webform, #block-webform-client-block-22, #block-webform-client-block-152 {
  width:355px;
  margin-top:129px;
}


.webform-component-fieldset .form-checkbox {
  vertical-align:top;
  position:relative;
  top:3px;
}

.form-submit {
  background:#d1d2d4;
  font-family:"DaxMedium", Verdana, Tahoma, Arial, sans-serif;
  color:#fff;
  padding:6px 12px;
  display:inline-block;
  border:none;
  min-width:115px;
}


.qa-row {
  position:relative;
  border-bottom:1px solid #d1d2d4;
  padding-bottom:10px;
  margin-top:10px;
  width:540px;
}

.qa-row:first-child {
  margin-top:45px;
}

.views-row-last.qa-row {
  border:none;
}

.view-header h4 {
  margin-bottom:45px;
}

.views-field-counter {
  position:absolute;
  display:block;
  top:0;
  left:-46px;
  text-align:center;
}
.views-field-counter {
  text-align:right;
  width:40px;
}
#main h2.domanda,.views-field-counter {
  color:#6da63a;
  font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  font-style:italic;
  font-size:14px;
}

#main h2.domanda {
  margin-bottom:10px;
}

.views-field-body {
 font-size:12px; 
 line-height:18px;
}

#webform-client-form-22 {
  display:none;
}

.webform-client-form textarea, .webform-client-form .email {
  width:335px;
  padding:7px;
}

.webform-client-form label {
  margin-bottom:10px;
}



#webform-component-group--accept .form-checkboxes, #webform-component-gruppo--autorizzo .form-checkboxes, .webform-client-form .form-checkboxes, #edit-submitted-gruppo-autorizzo--2 {
  margin-left:205px;
}

p.obbligatorio {
  font-size:11px;
}

.webform-component-fieldset .webform-component-checkboxes label {
  font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  font-size:10px;
  display:inline-block;
  width:326px;
  font-style:italic;
  vertical-align:top;
}

.form-item-submitted-autorizzo-accetto {
  width:352px;
}

.webform-client-form input.form-submit, #webform-client-form-181 .form-submit,#webform-client-form-262 .form-submit,#webform-client-form-263 .form-submit,#webform-client-form-180 .form-submit,#webform-client-form-264 .form-submit,#webform-client-form-265 .form-submit, #webform-client-form-16 .form-submit, #webform-client-form-53 .form-submit, #webform-client-form-78 .form-submit, #webform-client-form-109--2 .form-submit , #webform-client-form-115 .form-submit {
  margin-left:205px;
}

body.q-and-a .webform-client-form input.form-submit {
  margin-left:0;
}
.webform-client-form .form-submit {
  margin-left:0;
}

.col1NLspec {
  width:326px;
  margin-right:20px;
}

.col2WRspec {
  width:539px;
}

.node-type-left-based .col2Lspec {
  width:921px;
}

.node-type-left-based .col1Rspec {
  width:0;
}

.field-name-field-left-photos {
  float:left;
  width:326px;
  margin:0 20px 0 0;
}

.field-name-field-left-photos img {
  border-bottom:3px solid #d1d2d4;
}

.node-type-left-based .field-name-body {
  width:539px;
  float:left;
  line-height:22px;
}


.field-type-text-long .field-items {
  max-width:285px;
  position:relative;
}

div.field-name-field-home-page-news-footer.field-type-text-long .field-items {
  max-width:948px;
  position:relative;
}

.field-name-field-left-subheader .field-items {
  max-width:400px;
  color:#858688;
}
.node-formazione-corso .field-label {
  width:183px;
  margin-right:14px;
  color:#6da63a;
  font-size:14px;
  font-style:italic;
  padding-bottom:10px;
}
.node-formazione-corso .field-items {
  border-left:1px solid #d1d2d4;
}

.field-name-field-formazione-corso .field-items {
  font-weight:bold;
  padding-bottom:10px;
}

.field-name-field-formazione-corso, .field-name-field-formazione-durata, .field-name-field-formazione-partecipanti, .field-name-field-formazione-sedi, .field-name-field-formazione-obbiettivo, .field-name-field-formazione-rivolgi, .field-name-field-formazione-materiali {
  border-bottom:1px solid #d1d2d4;
  width:539px;
}

.field-name-field-formazione-corso .field-items, .field-name-field-formazione-durata .field-items, .field-name-field-formazione-partecipanti .field-items, .field-name-field-formazione-sedi .field-items, .field-name-field-formazione-obbiettivo .field-items, .field-name-field-formazione-rivolgi .field-items, .field-name-field-formazione-materiali .field-items, .field-name-field-formazione-finalita .field-items,
.field-name-field-formazione-corso .field-label, .field-name-field-formazione-durata .field-label, .field-name-field-formazione-partecipanti .field-label, .field-name-field-formazione-sedi .field-label, .field-name-field-formazione-obbiettivo .field-label, .field-name-field-formazione-rivolgi .field-label, .field-name-field-formazione-materiali .field-label, .field-name-field-formazione-finalita .field-label {
  padding:10px 14px;
}

body.node-type-formazione-corso .block-block {
  position:relative;
  top:135px;
  z-index:1;
}

#block-menu-block-1 {
  position:relative;
  z-index:3;
}

body.node-type-formazione-corso #main .block-block h2 {
  font-family:"Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
  font-size:12px;
  color:#6da63a;
  font-style:italic;
}

body.node-type-formazione-corso .block-block .content {
  font-size:11px;
  line-height:16px;
}

body.node-type-formazione-corso .block-block .text-long {
  display:none;
}

body.node-type-formazione-corso .block-block.content a {
  background:url('../images/small-arrow.gif') center right no-repeat;
  padding:0 12px 0 0;
  margin:6px 0 0 0;
  display:inline-block;
  width:auto;
  color:#6da63a;
}

body.node-type-formazione-corso .block-block .content a:hover {
 color:#858688; 
}


h2.news-teaser-title a {
  color:#6da63a;
  font-size:18px;
}
.news-teaser-date {
  color:#6da63a;
  font-size:13px;
}
.news-teaser-tags a, .views-field-field-news-tags {
  color:#c8c8c8;
  font-style:italic;
}

.view-id-news_posts .views-row {
  margin-bottom:35px;
  padding-bottom:25px;
  border-bottom:1px solid #d1d2d4;
}

.view-id-news_posts .views-row.views-row-last {
  border-bottom:none;
}


.news-teaser-photo {
  border:1px solid #dedede;
  padding:3px;
}

.views-field-field-news-photos {
  float:left;
  margin:0 15px 0 0;
}

/* should fix this in views set up */
.views-field-nid a {
  color:#6da63a;
  background:url('../images/small-arrow.gif') center right no-repeat;
  padding:0 12px 0 0;
  display:inline-block;
  font-style:italic;
  font-size:11px;
}

.views-field-nid a:hover {
  color:#c8c8c8;
}

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

.news-teaser-tags a:hover {
  color:#6da63a;
}

.views-label-field-news-tags {
  background:url('../images/tag-icon.gif') center center no-repeat;
  position:relative;
  top:0px;
  text-indent:-9999em;
  width:16px;
  height:10px;
  display:inline-block;
  margin:0 2px 0 0;
}


#block-views-rassegna-stampa-block .views-field-body {
  display:none;
}

.rassegna-row {
  float:left;
  width:160px;
  margin:0 0 12px 12px;
}
.rassegna-row:first-child {
  margin:0 0 12px 0;
}

.rassegna-photo a {
  border:1px solid #dbdbdb;
  padding:4px;
  background:#fff;
  display:none;
  height:185px;
  overflow:none;
  margin:0 0 10px 0;
}

.rassegna-row a:first-child {
  display:block;
}

.view-rassegna-stampa .views-row {
  line-height:12px;
}

.col2Lspec p.rassegna-title {
  color:#666667;
  font-size:12px;
  margin-bottom:1px;
}

.rassegna-tags {
  color:#6da63a;
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  font-size:17px;
}

#family-header {
  position:relative;
}

.field-name-field-product-family-foto-1 {
  position:absolute;
  bottom:1px;
  right:0;
}

.field-name-field-product-family-desc-1 {
  height:210px;
}

.product-family-bottom {
  margin:40px 0 0 0;
  width:910px;
}

.field-name-field-product-family-foto-2 {
  float:left;
  width:560px;
}

.product-family-desc {
  float:left;
  width:300px;
  margin:33px 0 0 0;
}

.product-family-desc p {
  font-weight:bold;
}

.view-id-product_family_grid_linker a {
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  font-size:16px;
  display:inline-block;
  padding:0 30px 0 0;
  margin:20px 0 0 0;
}

body.solutia .view-id-product_family_grid_linker a:hover {
  color:#858688;
}

body.essentia .view-id-product_family_grid_linker a:hover {
  color:#858688;
}

body.sursum .view-id-product_family_grid_linker a:hover {
  color:#858688;
}

body.équisebo .view-id-product_family_grid_linker a:hover {
  color:#009895;
}

body.auxilia .view-id-product_family_grid_linker a:hover {
  color:#a2bd30;
}

body.synérgo .view-id-product_family_grid_linker a:hover {
  color:#217b55;
}

body.solenium .view-id-product_family_grid_linker a:hover {
  color:#e97810;
}

body.solutia .view-id-product_family_grid_linker a {
  background:url('../images/solutia-arrow.jpg') center right no-repeat;
  color:#1b977d;
}

body.essentia .view-id-product_family_grid_linker a {
  background:url('../images/essentia-arrow.jpg') center right no-repeat;
  color:#b6cf8e;
}

body.sursum .view-id-product_family_grid_linker a {
  background:url('../images/sursum-arrow.jpg') center right no-repeat;
  color:#6da53a;
}

body.équisebo .view-id-product_family_grid_linker a {
  background:url('../images/equisebo-arrow.jpg') center right no-repeat;
  color:#009895;
}

body.auxilia .view-id-product_family_grid_linker a {
  background:url('../images/auxilia-arrow.jpg') center right no-repeat;
  color:#a2bd30;
}

body.synérgo .view-id-product_family_grid_linker a {
  background:url('../images/synergo-arrow.jpg') center right no-repeat;
  color:#217b55;
}

body.solenium .view-id-product_family_grid_linker a {
  background:url('../images/solenium-arrow.jpg') center right no-repeat;
  color:#e97810;
}

.product-item-left {
  float:left;
  width:326px;
}

#main .col2Lspec .product-item-left h3 {
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  font-size:21px;
}

body.solutia #main h1, body.solutia #main h1 a {
  color:#1b977d;
}

body.essentia #main h1, body.essentia #main h1 a {
  color:#b6cf8e;
}

body.sursum #main h1, body.sursum #main h1 a {
  color:#6da53a;
}

body.équisebo #main h1, body.équisebo #main h1 a {
  color:#009895;
}

body.auxilia #main h1, body.auxilia #main h1 a {
  color:#a2bd30;
}

body.synérgo #main h1, body.synérgo #main h1 a {
  color:#217b55;
}

body.solenium #main h1, body.solenium #main h1 a {
  color:#e97810;
}

body.solutia #main .col2Lspec .product-item-left h3 {
  color:#1b977d;
}

body.essentia #main .col2Lspec .product-item-left h3 {
  color:#b6cf8e;
}

body.sursum #main .col2Lspec .product-item-left h3 {
  color:#6da53a;
}

body.équisebo #main .col2Lspec .product-item-left h3 {
  color:#009895;
}

body.auxilia #main .col2Lspec .product-item-left h3 {
  color:#a2bd30;
}

body.synérgo #main .col2Lspec .product-item-left h3 {
  color:#217b55;
}

body.solenium #main .col2Lspec .product-item-left h3 {
  color:#e97810;
}

body.node-type-product-grid.solutia #main .field-name-body h2 {
  color:#1b977d;
}
body.node-type-product-grid.essentia #main .field-name-body h2 {
  color:#b6cf8e;
}
body.node-type-product-grid.sursum #main .field-name-body h2 {
  color:#6da53a;
}

body.node-type-product-grid.équisebo #main .field-name-body h2 {
  color:#009895;
}

body.node-type-product-grid.auxilia #main .field-name-body h2 {
  color:#a2bd30;
}

body.node-type-product-grid.synérgo #main .field-name-body h2 {
  color:#217b55;
}

body.node-type-product-grid.solenium #main .field-name-body h2 {
  color:#e97810;
}


.product-item-right {
  float:left;
  width:334px;
  margin:0 0 0 20px;
}

.field-name-field-product-item-foto .field-items {
  display:none;
  text-align:center;
}

.field-name-field-product-item-foto .field-item:first-child {
 /*display:block;*/
}

.product-item-left .field-name-body {
  /*color:#b1b2b2;*/
  margin-bottom:80px;
}

body.node-type-left-based #galleryHolder {
  float:left;
}

#galleryStandard img {
  display:none;
}

.field-name-field-product-item-tech p {
  margin:0 0 3px 0;
}

.field-name-field-product-item-tech p.product-advise {
  margin:10px 0 0 0;
  color:#999999;
}

#main .field-name-field-product-item-tech h4 {
  font-size:14px;
  font-weight:normal;
  margin:0 0 0 0;
}

body.solutia #main .field-name-field-product-item-tech h4 {
  color:#1b977d;
}

body.essentia #main .field-name-field-product-item-tech h4 {
  color:#b6cf8e;
}

body.sursum #main .field-name-field-product-item-tech h4 {
  color:#6da53a;
}

body.équisebo #main .field-name-field-product-item-tech h4 {
  color:#009895;
}

body.auxilia #main .field-name-field-product-item-tech h4 {
  color:#a2bd30;
}

body.synérgo #main .field-name-field-product-item-tech h4 {
  color:#217b55;
}

body.solenium #main .field-name-field-product-item-tech h4 {
  color:#e97810;
}


.product-tested {
  font-size:12px;
  /*color:#c6c7c7;*/
}

.product-measure {
  font-size:11px;
  min-width:195px;
  /*color:#b1b2b2;*/
}

.product-measure strong {
  display:inline-block;
  border:1px solid #666667;
  padding:0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 
}

.product-measure.inverse strong {
  background:#666667;
  color:#fff;
}

body.node-type-product-grid .product-measure strong {
  display:inline-block;
  border:1px solid #B1B2B2;
  padding:0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

body.node-type-product-grid .product-measure.inverse strong {
  background:#B1B2B2;
  color:#fff;
}

#main .field-name-field-product-item-tech h5 {
  font-size:11px;
  font-weight:normal;
  margin:30px 0 0 0;
}

.product-patents {
  font-size:10px;
  /*color:#b1b2b2;*/
}

.product-advise {
  font-size:10px;
  color:#c6c7c7;
}

.field-name-field-product-item-grid a {
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  font-size:16px;
  display:inline-block;
  padding:0 30px 0 0;
  margin:20px 0 0 0;
}

body.solutia .field-name-field-product-item-grid a:hover {
  color:#858688;
}

body.solutia .field-name-field-product-item-grid a {
  background:url('../images/solutia-arrow.jpg') center right no-repeat;
  color:#1b977d;
}

body.solutia .field-name-field-product-item-grid a {
  background:url('../images/solutia-arrow.jpg') center right no-repeat;
  color:#1b977d;
}

body.essentia .field-name-field-product-item-grid a:hover {
  color:#858688;
}

body.essentia .field-name-field-product-item-grid a {
  background:url('../images/essentia-arrow.jpg') center right no-repeat;
  color:#b6cf8e;
}

body.essentia .field-name-field-product-item-grid a {
  background:url('../images/essentia-arrow.jpg') center right no-repeat;
  color:#b6cf8e;
}

body.sursum .field-name-field-product-item-grid a:hover {
  color:#858688;
}

body.sursum .field-name-field-product-item-grid a {
  background:url('../images/essentia-arrow.jpg') center right no-repeat;
  color:#6da53a;
}

body.sursum .field-name-field-product-item-grid a {
  background:url('../images/essentia-arrow.jpg') center right no-repeat;
  color:#6da53a;
}

body.équisebo .field-name-field-product-item-grid a:hover {
  color:#858688;
}

body.équisebo .field-name-field-product-item-grid a {
  background:url('../images/equisebo-arrow.jpg') center right no-repeat;
  color:#009895;
}

body.équisebo .field-name-field-product-item-grid a {
  background:url('../images/equisebo-arrow.jpg') center right no-repeat;
  color:#009895;
}

body.auxilia .field-name-field-product-item-grid a:hover {
  color:#858688;
}

body.auxilia .field-name-field-product-item-grid a {
  background:url('../images/auxilia-arrow.jpg') center right no-repeat;
  color:#a2bd30;
}

body.auxilia .field-name-field-product-item-grid a {
  background:url('../images/auxilia-arrow.jpg') center right no-repeat;
  color:#a2bd30;
}

body.synérgo .field-name-field-product-item-grid a:hover {
  color:#858688;
}

body.synérgo .field-name-field-product-item-grid a {
  background:url('../images/synergo-arrow.jpg') center right no-repeat;
  color:#217b55;
}

body.synérgo .field-name-field-product-item-grid a {
  background:url('../images/synergo-arrow.jpg') center right no-repeat;
  color:#217b55;
}

body.solenium .field-name-field-product-item-grid a:hover {
  color:#858688;
}

body.solenium .field-name-field-product-item-grid a {
  background:url('../images/solenium-arrow.jpg') center right no-repeat;
  color:#e97810;
}

body.solenium .field-name-field-product-item-grid a {
  background:url('../images/solenium-arrow.jpg') center right no-repeat;
  color:#e97810;
}

.view-display-id-entity_view_1 .views-row {
  width:auto;
  float:left;
  margin:0 0 15px 20px
}

.view-display-id-entity_view_1 .views-row.views-row-first {
  margin-left:0;
}

.view-display-id-entity_view_1 .views-field-field-product-item-tech {
  display:none;
}

.product-grid-name {
    text-align:center;
}
.product-grid-name a {
  font-size:12px;
  color:#666667;
}

body.solutia .product-grid-name a:hover {
  color:#1b977d;
}

body.essentia .product-grid-name a:hover {
  color:#b6cf8e;
}

body.sursum .product-grid-name a:hover {
  color:#6da53a;
}

body.équisebo .product-grid-name a:hover {
  color:#009895;
}

body.auxilia .product-grid-name a:hover {
  color:#a2bd30;
}

body.synérgo .product-grid-name a:hover {
  color:#217b55;
}

body.solenium .product-grid-name a:hover {
  color:#e97810;
}


.field-name-field-product-family-desc-1 .field-item.openend {
  background-color:rgba(255,255,255,0.75);
  padding:15px;
  position:absolute;
  left:-15px;
  top:-15px;
  z-index:50;
}

.field-name-field-product-family-desc-1 .field-item.closed {
  display:none;
}

.view-display-id-entity_view_2 .views-row {
  width:auto;
  float:left;
  margin:15px 0 0 15px;
}
.view-display-id-entity_view_2 .views-row.views-row-first {
  margin-left:0;
}

a.home-news-link {
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  background:url('../images/green-arrow.jpg') center right no-repeat;
  font-size:16px;
  position:absolute;
  right:35px;
  top:10px;
  padding:0 30px 0 0;
}

.field-name-field-home-page-news-post.field-type-text-long .field-items {
  max-width:inherit;
}


.view-photo-gallery .views-row {
  float:left;
  width:217px;
  margin:0 0 0 13px;
}

.views-field-field-gallery-fotos {
  padding:3px;
  border:solid 1px #d9d9d9;
  margin-bottom:5px;
}

.views-field-field-gallery-fotos a {
 display:block;
 height:144px;
 overflow:hidden; 
}

.gallery-title {
  font-family:"DaxRegular", Verdana, Tahoma, Arial, sans-serif;
  font-size:16px;
}

.gallery-date {
  color:#c8c8c8;
}


body.node-type-photo-gallery .field-name-field-gallery-fotos .field-items .field-item {
  
}
body.node-type-photo-gallery .field-name-field-gallery-fotos .field-items .field-item:first-child {
  display:block;
}

.view-photo-gallery .views-row.views-row-first {
  margin:0;
}
.view-photo-gallery .views-row .gallery-desc {
  display:none;
}

.view-id-dicono_di_noi {
  margin-bottom:50px;
}


#main .block-webform h2, #block-webform-client-block-109 h2 {
  cursor:pointer;
  color:#78AD49;
}

#block-webform-client-block-109 .content {
  /*display:none;
    this is hidden by jquery slideUp
  */
}

.view-id-dicono_di_noi .views-row {
  border-bottom: 1px solid #D1D2D4;
  margin-top: 45px;
  padding-bottom: 30px;
}

.view-id-dicono_di_noi .views-row.views-row-last {
 
}

.node-product-grid .view-display-id-entity_view_1 .views-row {
  max-width:185px;
  min-width:155px;
  min-height:265px;
  margin:30px 15px;
  position:relative;
  border:1px solid #fff;
}

.node-product-grid .view-display-id-entity_view_1 .views-row.pullout {
  border:1px solid #D1D2D4;
  padding:30px;
  position:relative;
  z-index:300;
  background:#fff;
}

.view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech {
  display:block;
  width:150px;
}

.view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech {
  font-size:60%;
  color:#b1b2b2;
}

.view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech .product-tested {
  font-size:9px;
  margin-top:15px;
}

body.solutia #main .view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech h4 {
  color:#1b977d;
  font-size:16px;
}
body.essentia #main .view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech h4 {
  color:#b6cf8e;
  font-size:16px;
}
body.sursum #main .view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech h4 {
  color:#6da53a;
  font-size:16px;
}
body.équisebo #main .view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech h4 {
  color:#009895;
  font-size:16px;
}
body.auxilia #main .view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech h4 {
  color:#a2bd30;
  font-size:16px;
}
body.synérgo #main .view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech h4 {
  color:#217b55;
  font-size:16px;
}
body.solenium #main .view-display-id-entity_view_1 .views-row.pullout .views-field-field-product-item-tech h4 {
  color:#e97810;
  font-size:16px;
}


.views-field-field-product-item-foto {
  text-align:center;
}

div.dicono-body {
  position:relative;
  color:#858688;
}
div.dicono-body p {
  display:inline;
  font-size:16px;
  line-height:24px;
  font-weight:normal;
}

div.dicono-body p.bigquotes {
  font-size:45px;
  position:relative;
  top:23px;
  line-height:1px;
  left:-2px;
}

div.dicono-body p.bigquotes.left-quote {
  position:absolute;
  left:-20px;
  top:19px;
}

.view-id-dicono_di_noi .views-field-title {
  text-align:right;
  font-style:italic;
  color:#78AD49;
  padding-right:30px;
}

span.dicono-persona:before {
	font-style: italic;
	content: "- ";
}

#techincal-drawings {
  float:left;
  width:auto;
  position:relative;
}
#techincal-drawings img {
 
}

.patent-logo {
  display:inline-block;
  float:left;
  margin:0 20px 0 0;
  min-height:160px;
}

.patent-data {
  padding:20px;
  border:1px solid #ececed;
  display:inline-block;
  width:643px;
  margin: 0 0 0 13px;
  background:#f7f7f7;
  font-size:11px;
}

#map-points {
  position:relative;
  top:-10px;
  left:-90px;
}

.point-info {
  position:relative;
  top:-20px;
  margin:0 0 5px 0;
}


.open-locations {
  display:inline-block;
  padding:0 0 0 29px;
  margin:0 30px 0 0;
  background:url('../images/available-point.png') no-repeat 0px -1px;
}

.coming-locations {
  display:inline-block;
  padding:0 0 0 29px;
  margin:0 30px 0 0;
  background:url('../images/next-point.png') no-repeat 0px -1px;
}

#main .node-photo-gallery h3 {
  margin:0;
}

p.gallery-date-holder {
  margin:0 0 15px 0;
}

.node-photo-gallery .field-name-body {
  margin:15px 0 0 0;
  width:546px;
}

#map-canvas {
  position:absolute;
  top:0;
  left:0;
}
#map-canvas em {
  display:none;
}

#map-canvas a {
  position:absolute;
}

#map-canvas p a {
  color:#fff;
  font-family:"DaxMedium", Verdana, Tahoma, Arial, sans-serif;
  font-size:15px;
}

img.flag {
  position:absolute;
  top:-16px;
  left:-23px;
}

#jp_container {
  position:absolute;
  top:11px;
  right:170px;
}

#jp_container a {
  text-indent:-9999em;
  background:url('../images/muteicons.jpg') no-repeat;
  display:inline-block;
}

#jp_container .jp-play {
  width:16px;
  height:13px;
  background-position:-30px 0;
}

#jp_container .jp-play:hover {
  background-position:-50px 0px;
}

#jp_container .jp-pause {
  width:16px;
  height:13px;
  background-position:3px 0px;
}

#jp_container .jp-pause:hover {
  background-position:-13px 0px;
}

#jp_container span {
  font-size:8px;
  color:#b7b7b7;
  position:relative;
  top:-4px;
}

body.contact-page div.col1Rspec div.block {
  margin-top:285px;
}

body.contact-page.work-with-us #main > div.wrapper {
  background:url('../images/work-with-us.jpg') no-repeat 729px 16px;
}

body.contact-page.salon-contact #main > div.wrapper {
  background:url('../images/salon-contact.jpg') no-repeat 729px 16px;
}

body.contact-page.private-contact #main > div.wrapper {
  background:url('../images/private-contact.jpg') no-repeat 729px 16px;
}

#GallHolder {
  position:absolute;
  background:#ffffff;
  border:#DBDBDB solid 1px;
  padding:8px;
}
  
#GallHolder a.closer {
  position:absolute;
  right:10px;
  top:10px;
  z-index:1002;
  height:14px;
  width:14px;
  background:url('../images/close-sprite.jpg') top right no-repeat;
  text-indent:-9999em;
}
#popUpGallery {
  min-height:350px;
  padding-top:20px;
}


#popUpGallery .galleria-thumbnails-container {
  display:none;
}
.popUpGalleryDesc {
  width:95%;
  border-top:solid 3px #dbdbdb;
  margin:0 auto;
  padding:20px 0 0 0;
  position:relative;
  top:-28px;
}


.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 147px;
	height:106px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.scrollable .items div,.scrollable .items img {
  display:block;
	float:left;
}

.home-highlights-right {
  position:absolute;
  right:0;
  top:0;
  width:155px;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


.flowplayer{position:relative;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center center;display:inline-block;}
.flowplayer *{font-weight:inherit;font-family:inherit;font-style:inherit;text-decoration:inherit;font-size:100%;padding:0;border:0;margin:0;list-style-type:none}
.flowplayer a:focus{outline:0}
.flowplayer video{width:100%}
.flowplayer.is-ipad video{-webkit-transform:translateX(-2048px);}
.is-ready.flowplayer.is-ipad video{-webkit-transform:translateX(0)}
.flowplayer .fp-engine,.flowplayer .fp-ui,.flowplayer .fp-message{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:1}
.flowplayer .fp-message{display:none;text-align:center;padding-top:5%;cursor:default;}
.flowplayer .fp-message h2{font-size:120%;margin-bottom:1em}
.flowplayer .fp-message p{color:#666;font-size:95%}
.flowplayer .fp-controls{position:absolute;bottom:0;width:100%;}
.no-background.flowplayer .fp-controls{background-color:transparent !important;background-image:-moz-linear-gradient(transparent,transparent) !important;background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),to(transparent)) !important}
.is-fullscreen.flowplayer .fp-controls{bottom:3px}
.is-mouseover.flowplayer .fp-controls{bottom:0}
.flowplayer .fp-waiting{display:none;margin:19% auto;text-align:center;}
.flowplayer .fp-waiting *{-webkit-box-shadow:0 0 5px #333;-moz-box-shadow:0 0 5px #333;box-shadow:0 0 5px #333}
.flowplayer .fp-waiting em{width:1em;height:1em;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background-color:rgba(255,255,255,0.8);display:inline-block;-webkit-animation:pulse .6s infinite;-moz-animation:pulse .6s infinite;animation:pulse .6s infinite;margin:.3em;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);}
.flowplayer .fp-waiting em:nth-child(1){-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}
.flowplayer .fp-waiting em:nth-child(2){-webkit-animation-delay:.45s;-moz-animation-delay:.45s;animation-delay:.45s}
.flowplayer .fp-waiting em:nth-child(3){-webkit-animation-delay:.6s;-moz-animation-delay:.6s;animation-delay:.6s}
.flowplayer .fp-waiting p{color:#ccc;font-weight:bold}
.flowplayer .fp-speed{font-size:30px;background-color:#333;background-color:rgba(51,51,51,0.8);color:#eee;margin:0 auto;text-align:center;width:120px;padding:.1em 0 0;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s;}
.flowplayer .fp-speed.fp-hilite{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help{position:absolute;top:0;left:-9999em;z-index:100;background-color:#333;background-color:rgba(51,51,51,0.9);width:100%;height:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s;text-align:center;}
.is-help.flowplayer .fp-help{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-help .fp-help-section{margin:3%;direction:ltr}
.flowplayer .fp-help .fp-help-basics{margin-top:6%}
.flowplayer .fp-help p{color:#eee;margin:.5em 0;font-size:14px;line-height:1.5;display:inline-block;margin:1% 2%}
.flowplayer .fp-help em{background:#eee;-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;margin-right:.4em;padding:.3em .6em;color:#333}
.flowplayer .fp-help small{font-size:90%;color:#aaa}
.flowplayer .fp-help .fp-close{display:block}
@media (max-width: 600px){.flowplayer .fp-help p{font-size:9px}
}.flowplayer .fp-subtitle{position:absolute;bottom:40px;left:-99999em;z-index:10;text-align:center;width:100%;opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;}
.flowplayer .fp-subtitle p{display:inline;background-color:#333;background-color:rgba(51,51,51,0.9);color:#eee;padding:.1em .4em;font-size:16px;line-height:1.6;}
.flowplayer .fp-subtitle p:after{content:'';clear:both}
.flowplayer .fp-subtitle.fp-active{left:0;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(img/white.png);background-size:37px 300px;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-mute,.is-rtl.flowplayer .fp-embed,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-play{background-image:url(img/white_rtl.png)}
.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(img/black.png);}
.is-rtl.color-light.flowplayer .fp-fullscreen,.is-rtl.color-light.flowplayer .fp-unload,.is-rtl.color-light.flowplayer .fp-mute,.is-rtl.color-light.flowplayer .fp-embed,.is-rtl.color-light.flowplayer .fp-close,.is-rtl.color-light.flowplayer .fp-play{background-image:url(img/black_rtl.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.flowplayer .fp-fullscreen,.color-light.flowplayer .fp-unload,.color-light.flowplayer .fp-mute,.color-light.flowplayer .fp-embed,.color-light.flowplayer .fp-close,.color-light.flowplayer .fp-play{background-image:url(img/black@x2.png)}
.is-rtl.color-light.flowplayer .fp-fullscreen,.is-rtl.color-light.flowplayer .fp-unload,.is-rtl.color-light.flowplayer .fp-mute,.is-rtl.color-light.flowplayer .fp-embed,.is-rtl.color-light.flowplayer .fp-close,.is-rtl.color-light.flowplayer .fp-play{background-image:url(img/black_rtl@x2.png)}
}@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-mute,.flowplayer .fp-embed,.flowplayer .fp-close,.flowplayer .fp-play{background-image:url(img/white@x2.png)}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-mute,.is-rtl.flowplayer .fp-embed,.is-rtl.flowplayer .fp-close,.is-rtl.flowplayer .fp-play{background-image:url(img/white_rtl@x2.png)}
}.flowplayer .fp-flash-disabled{background:#333;width:390px;margin:0 auto;position:absolute;bottom:0;color:#fff}
.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(img/play_white.png) center no-repeat;background-size:12%;}
.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(img/play_white_rtl.png) center no-repeat;background-size:12%}
@media (-webkit-min-device-pixel-ratio: 2){.is-splash.flowplayer .fp-ui,.is-paused.flowplayer .fp-ui{background:url(img/play_white@x2.png) center no-repeat;background-size:12%}
.is-rtl.is-splash.flowplayer .fp-ui,.is-rtl.is-paused.flowplayer .fp-ui{background:url(img/play_white_rtl@x2.png) center no-repeat;background-size:12%}
}.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(img/play_black.png);}
.is-rtl.color-light.is-splash.flowplayer .fp-ui,.is-rtl.color-light.is-paused.flowplayer .fp-ui{background-image:url(img/play_black_rtl.png)}
@media (-webkit-min-device-pixel-ratio: 2){.color-light.is-splash.flowplayer .fp-ui,.color-light.is-paused.flowplayer .fp-ui{background-image:url(img/play_black@x2.png);}
.is-rtl.color-light.is-splash.flowplayer .fp-ui,.is-rtl.color-light.is-paused.flowplayer .fp-ui{background-image:url(img/play_black_rtl@x2.png)}
}.is-fullscreen.flowplayer .fp-ui{background-size:auto}
.is-seeking.flowplayer .fp-ui,.is-loading.flowplayer .fp-ui{background-image:none}
.flowplayer .fp-logo{position:absolute;top:auto;left:15px;bottom:30px;cursor:pointer;display:none;z-index:100;}
.flowplayer .fp-logo img{width:100%}
.is-embedded.flowplayer .fp-logo{display:block}
.fixed-controls.flowplayer .fp-logo{bottom:15px}
.flowplayer .fp-fullscreen,.flowplayer .fp-unload,.flowplayer .fp-close{position:absolute;top:5px;left:auto;right:5px;display:block;width:30px;height:23px;background-position:12px -197px;cursor:pointer;}
.is-rtl.flowplayer .fp-fullscreen,.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close{right:auto;left:5px;background-position:18px -197px}
.flowplayer .fp-unload,.flowplayer .fp-close{background-position:14px -175px;display:none;}
.is-rtl.flowplayer .fp-unload,.is-rtl.flowplayer .fp-close{background-position:14px -175px}
.flowplayer .fp-play{display:none;width:27px;height:20px;background-position:9px -24px;position:absolute;bottom:0;left:0;}
.is-rtl.flowplayer .fp-play{background-position:18px -24px;left:auto;right:0}
.play-button.flowplayer .fp-play{display:block}
.is-paused.flowplayer .fp-play{background-position:9px 7px;}
.is-rtl.is-paused.flowplayer .fp-play{background-position:18px 7px}
.flowplayer.is-ready.is-closeable .fp-unload{display:block}
.flowplayer.is-ready.is-closeable .fp-fullscreen{display:none}
.flowplayer.is-fullscreen .fp-fullscreen{background-position:10px -217px;display:block !important;}
.is-rtl.flowplayer.is-fullscreen .fp-fullscreen{background-position:21px -217px}
.flowplayer.is-fullscreen .fp-unload,.flowplayer.is-fullscreen .fp-close{display:none !important}
.flowplayer .fp-timeline{height:3px;position:relative;overflow:hidden;top:5px;height:10px;margin:0 150px 0 45px;}
.no-volume.flowplayer .fp-timeline{margin-right:60px}
.no-mute.flowplayer .fp-timeline{margin-right:140px}
.no-mute.no-volume.flowplayer .fp-timeline{margin-right:45px}
.play-button.flowplayer .fp-timeline{margin-left:67px}
.is-rtl.flowplayer .fp-timeline{margin:0 45px 0 150px;}
.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:60px}
.no-mute.is-rtl.flowplayer .fp-timeline{margin-left:140px}
.no-mute.no-volume.is-rtl.flowplayer .fp-timeline{margin-left:45px}
.play-button.is-rtl.flowplayer .fp-timeline{margin-right:67px}
.is-long.flowplayer .fp-timeline{margin:0 180px 0 75px;}
.no-volume.is-long.flowplayer .fp-timeline{margin-right:90px}
.no-mute.is-long.flowplayer .fp-timeline{margin-right:75px}
.play-button.is-long.flowplayer .fp-timeline{margin-left:97px}
.is-rtl.is-long.flowplayer .fp-timeline{margin:75px 0 180px 0;}
.no-volume.is-rtl.is-long.flowplayer .fp-timeline{margin-left:90px}
.no-mute.is-rtl.is-long.flowplayer .fp-timeline{margin-left:75px}
.play-button.is-rtl.is-long.flowplayer .fp-timeline{margin-left:97px}
.aside-time.flowplayer .fp-timeline,.no-time.flowplayer .fp-timeline{margin:0 110px 0 5px}
.aside-time.no-volume.flowplayer .fp-timeline,.no-time.no-volume.flowplayer .fp-timeline{margin-right:20px}
.aside-time.no-mute.flowplayer .fp-timeline,.no-time.no-mute.flowplayer .fp-timeline{margin-right:5px}
.play-button.no-time.flowplayer .fp-timeline,.play-button.aside-time.flowplayer .fp-timeline{margin-left:27px}
.is-rtl.aside-time.flowplayer .fp-timeline,.is-rtl.no-time.flowplayer .fp-timeline{margin:0 5px 0 110px}
.is-rtl.aside-time.no-volume.flowplayer .fp-timeline,.is-rtl.no-time.no-volume.flowplayer .fp-timeline{margin-left:20px}
.is-rtl.aside-time.no-mute.flowplayer .fp-timeline,.is-rtl.no-time.no-mute.flowplayer .fp-timeline{margin-left:5px}
.is-rtl.play-button.no-time.flowplayer .fp-timeline,.is-rtl.play-button.aside-time.flowplayer .fp-timeline{margin-right:27px}
.flowplayer .fp-buffer,.flowplayer .fp-progress{position:absolute;top:0;left:auto;height:100%;cursor:col-resize}
.flowplayer .fp-buffer{-webkit-transition:width .25s linear;-moz-transition:width .25s linear;transition:width .25s linear}
.flowplayer.is-touch .fp-timeline{overflow:visible}
.flowplayer.is-touch .fp-progress{-webkit-transition:width .2s linear;-moz-transition:width .2s linear;transition:width .2s linear}
.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress{-webkit-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;-moz-transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear;transition:right .1s linear,border .1s linear,top .1s linear,left .1s linear}
.flowplayer.is-touch.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-mouseover .fp-progress:before{content:'';display:block;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;position:absolute;right:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after,.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before{right:auto;left:-5px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after{left:-10px;-webkit-box-shadow:-1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:-1px 0 4px rgba(0,0,0,0.5);box-shadow:-1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-progress:before{width:10px;height:10px}
.flowplayer.is-touch.is-mouseover .fp-progress:after{height:10px;width:10px;top:-5px;right:-10px;border:5px solid rgba(255,255,255,0.65);-webkit-box-shadow:1px 0 4px rgba(0,0,0,0.5);-moz-box-shadow:1px 0 4px rgba(0,0,0,0.5);box-shadow:1px 0 4px rgba(0,0,0,0.5)}
.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after{border:10px solid #fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;-webkit-transition:inherit;-moz-transition:inherit;transition:inherit;top:-10px;right:-15px}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after{left:-15px;right:auto;border:10px solid #fff}
.flowplayer .fp-volume{position:absolute;top:7.5px;right:5px;}
.is-rtl.flowplayer .fp-volume{right:auto;left:5px}
.flowplayer .fp-mute{position:relative;width:10px;height:15px;float:left;top:-5px;cursor:pointer;background-position:-2px -99px;}
.is-rtl.flowplayer .fp-mute{float:right;background-position:-25px -99px}
.no-mute.flowplayer .fp-mute{display:none}
.flowplayer .fp-volumeslider{width:90px;height:5px;cursor:col-resize;float:left;}
.is-rtl.flowplayer .fp-volumeslider{float:right}
.no-volume.flowplayer .fp-volumeslider{display:none}
.flowplayer .fp-volumelevel{height:100%}
.flowplayer .fp-time{text-shadow:0 0 1px #000;font-size:12px;font-weight:bold;color:#fff;width:100%;}
.flowplayer .fp-time.is-inverted .fp-duration{display:none}
.flowplayer .fp-time.is-inverted .fp-remaining{display:inline}
.flowplayer .fp-time em{width:35px;height:10px;line-height:10px;text-align:center;position:absolute;bottom:5px}
.no-time.flowplayer .fp-time{display:none}
.is-long.flowplayer .fp-time em{width:65px}
.flowplayer .fp-elapsed{left:5px;}
.play-button.flowplayer .fp-elapsed{left:27px}
.is-rtl.flowplayer .fp-elapsed{left:auto;right:5px;}
.play-button.is-rtl.flowplayer .fp-elapsed{right:27px}
.flowplayer .fp-remaining,.flowplayer .fp-duration{right:110px;color:#eee;}
.no-volume.flowplayer .fp-remaining,.no-volume.flowplayer .fp-duration{right:20px}
.no-mute.flowplayer .fp-remaining,.no-mute.flowplayer .fp-duration{right:100px}
.no-mute.no-volume.flowplayer .fp-remaining,.no-mute.no-volume.flowplayer .fp-duration{right:5px}
.is-rtl.flowplayer .fp-remaining,.is-rtl.flowplayer .fp-duration{right:auto;left:110px;}
.no-volume.is-rtl.flowplayer .fp-remaining,.no-volume.is-rtl.flowplayer .fp-duration{left:20px}
.no-mute.is-rtl.flowplayer .fp-remaining,.no-mute.is-rtl.flowplayer .fp-duration{left:100px}
.no-mute.no-volume.is-rtl.flowplayer .fp-remaining,.no-mute.no-volume.is-rtl.flowplayer .fp-duration{left:5px}
.flowplayer .fp-remaining{display:none}
.flowplayer.color-light .fp-time{color:#222;text-shadow:0 0 1px #fff}
.flowplayer.color-light .fp-remaining,.flowplayer.color-light .fp-duration{color:#666}
.flowplayer.aside-time .fp-time{position:absolute;top:5px;left:5px;bottom:auto !important;width:85px;}
.flowplayer.aside-time .fp-time strong,.flowplayer.aside-time .fp-time em{position:static}
.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:5px;}
.is-rtl.flowplayer.aside-time .fp-time .fp-elapsed{margin-right:auto;margin-left:5px}
.flowplayer.is-long.aside-time .fp-time{width:130px}
.flowplayer.is-splash,.flowplayer.is-poster{cursor:pointer;}
.flowplayer.is-splash .fp-controls,.flowplayer.is-poster .fp-controls,.flowplayer.is-splash .fp-fullscreen,.flowplayer.is-poster .fp-fullscreen,.flowplayer.is-splash .fp-unload,.flowplayer.is-poster .fp-unload,.flowplayer.is-splash .fp-time,.flowplayer.is-poster .fp-time,.flowplayer.is-splash .fp-embed,.flowplayer.is-poster .fp-embed{display:none !important}
.flowplayer.is-poster .fp-engine{top:-9999em}
.flowplayer.is-loading .fp-waiting{display:block}
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-time{display:none}
.flowplayer.is-loading .fp-ui{background-position:-9999em}
.flowplayer.is-loading video.fp-engine{position:absolute;top:-9999em}
.flowplayer.is-seeking .fp-waiting{display:block}
.flowplayer.is-fullscreen{position:fixed !important;top:0 !important;left:0 !important;border:0 !important;margin:0 !important;width:100% !important;height:100% !important;max-width:100% !important;z-index:99999 !important;-webkit-box-shadow:0 !important;-moz-box-shadow:0 !important;box-shadow:0 !important;background-image:none !important;background-color:#333;}
.is-rtl.flowplayer.is-fullscreen{left:auto !important;right:0 !important}
.flowplayer.is-error{border:1px solid #909090;background:#fdfdfd !important;}
.flowplayer.is-error h2{font-weight:bold;font-size:large;margin-top:10%}
.flowplayer.is-error .fp-message{display:block}
.flowplayer.is-error object,.flowplayer.is-error video,.flowplayer.is-error .fp-controls,.flowplayer.is-error .fp-time,.flowplayer.is-error .fp-subtitle{display:none}
.flowplayer.is-ready.is-muted .fp-mute{opacity:.5;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50)}
.flowplayer.is-mouseout .fp-controls{height:0;-webkit-transition:height .15s .3s;-moz-transition:height .15s .3s;transition:height .15s .3s}
.flowplayer.is-mouseout .fp-timeline{margin:0 !important}
.flowplayer.is-mouseout .fp-timeline{-webkit-transition:height .15s .3s,top .15s .3s,margin .15s .3s;-moz-transition:height .15s .3s,top .15s .3s,margin .15s .3s;transition:height .15s .3s,top .15s .3s,margin .15s .3s;height:4px;top:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.flowplayer.is-mouseout .fp-fullscreen,.flowplayer.is-mouseout .fp-unload,.flowplayer.is-mouseout .fp-elapsed,.flowplayer.is-mouseout .fp-remaining,.flowplayer.is-mouseout .fp-duration,.flowplayer.is-mouseout .fp-embed,.flowplayer.is-mouseout .fp-volume,.flowplayer.is-mouseout .fp-play{opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transition:opacity .15s .3s;-moz-transition:opacity .15s .3s;transition:opacity .15s .3s}
.flowplayer.is-mouseover .fp-controls,.flowplayer.fixed-controls .fp-controls{height:20px}
.flowplayer.is-mouseover .fp-fullscreen,.flowplayer.fixed-controls .fp-fullscreen,.flowplayer.is-mouseover .fp-unload,.flowplayer.fixed-controls .fp-unload,.flowplayer.is-mouseover .fp-elapsed,.flowplayer.fixed-controls .fp-elapsed,.flowplayer.is-mouseover .fp-remaining,.flowplayer.fixed-controls .fp-remaining,.flowplayer.is-mouseover .fp-duration,.flowplayer.fixed-controls .fp-duration,.flowplayer.is-mouseover .fp-embed,.flowplayer.fixed-controls .fp-embed,.flowplayer.is-mouseover .fp-logo,.flowplayer.fixed-controls .fp-logo,.flowplayer.is-mouseover .fp-volume,.flowplayer.fixed-controls .fp-volume,.flowplayer.is-mouseover .fp-play,.flowplayer.fixed-controls .fp-play{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.fixed-controls .fp-volume{display:block}
.flowplayer.fixed-controls .fp-controls{bottom:-20px;}
.is-fullscreen.flowplayer.fixed-controls .fp-controls{bottom:0}
.flowplayer.fixed-controls .fp-time em{bottom:-15px;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.is-fullscreen.flowplayer.fixed-controls .fp-time em{bottom:5px}
.flowplayer.is-disabled .fp-progress{background-color:#999}
.flowplayer.is-flash-disabled{background-color:#333;}
.flowplayer.is-flash-disabled object.fp-engine{z-index:100}
.flowplayer.is-flash-disabled .fp-flash-disabled{display:block;z-index:101}
.flowplayer .fp-embed{position:absolute;top:5px;left:5px;display:block;width:25px;height:20px;background-position:3px -237px;}
.is-rtl.flowplayer .fp-embed{background-position:22px -237px;left:auto;right:5px}
.flowplayer .fp-embed-code{position:absolute;display:none;top:10px;left:40px;background-color:#333;padding:3px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 3px #ccc;-moz-box-shadow:0 0 3px #ccc;box-shadow:0 0 3px #ccc;font-size:12px;}
.flowplayer .fp-embed-code:before{content:'';width:0;height:0;position:absolute;top:2px;left:-10px;border:5px solid transparent;border-right-color:#333}
.is-rtl.flowplayer .fp-embed-code{left:auto;right:40px;}
.is-rtl.flowplayer .fp-embed-code:before{left:auto;right:-10px;border-right-color:transparent;border-left-color:#333}
.flowplayer .fp-embed-code textarea{width:400px;height:16px;font-family:monaco,"courier new",verdana;color:#777;white-space:nowrap;resize:none;overflow:hidden;border:0;outline:0;background-color:transparent;color:#ccc}
.flowplayer .fp-embed-code label{display:block;color:#999}
.flowplayer.is-embedding .fp-embed,.flowplayer.is-embedding .fp-embed-code{display:block;opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.aside-time .fp-embed{left:85px;}
.is-rtl.flowplayer.aside-time .fp-embed{left:auto;right:85px}
.flowplayer.aside-time .fp-embed-code{left:115px;}
.is-rtl.flowplayer.aside-time .fp-embed-code{left:auto;right:115px}
.flowplayer.aside-time.is-embedding .fp-time{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
.flowplayer.is-long.aside-time .fp-embed{left:130px;}
.is-rtl.flowplayer.is-long.aside-time .fp-embed{left:auto;right:130px}
.flowplayer.no-time .fp-embed{left:5px !important;}
.is-rtl.flowplayer.no-time .fp-embed{left:auto;right:5px !important}
.flowplayer.is-live .fp-timeline,.flowplayer.is-live .fp-duration,.flowplayer.is-live .fp-remaining{display:none}
.flowplayer .fp-context-menu{position:absolute;display:none;z-index:1001;background-color:#fff;padding:10px;border:1px solid #aaa;-webkit-box-shadow:0 0 4px #888;-moz-box-shadow:0 0 4px #888;box-shadow:0 0 4px #888;width:170px;}
.flowplayer .fp-context-menu li{text-align:center;padding:10px;color:#444;margin:0 -10px 0 -10px;}
.flowplayer .fp-context-menu li a{color:#00a7c8;font-size:110%}
.flowplayer .fp-context-menu li:hover:not(.copyright){background-color:#eee}
.flowplayer .fp-context-menu li.copyright{margin:0;padding-left:110px;background-image:url("img/flowplayer.png");background-repeat:no-repeat;background-size:100px 20px;background-position:5px 5px;border-bottom:1px solid #bbb;}
@media (-webkit-min-device-pixel-ratio: 2){.flowplayer .fp-context-menu li.copyright{background-image:url("img/flowplayer@2x.png")}
}@-moz-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-webkit-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-o-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@-ms-keyframes pulse{0%{opacity:0}
100%{opacity:1}
}@keyframes pulse{0%{opacity:0}
100%{opacity:1}
}.flowplayer .fp-controls{background-color:#333;background-color:rgba(51,51,51,0.6)}
.flowplayer.fixed-controls .fp-controls{background-color:#333}
.flowplayer .fp-timeline{background-color:#666}
.flowplayer .fp-buffer{background-color:#eee}
.flowplayer .fp-progress{background-color:#00a7c8}
.flowplayer .fp-volumeslider{background-color:#000}
.flowplayer .fp-volumelevel{background-color:#fff}
.flowplayer .fp-play{height:24px}
.flowplayer.is-touch.is-mouseover .fp-progress:before{background-color:#00a7c8}
.flowplayer.color-light .fp-controls{background-color:rgba(255,255,255,0.6)}
.flowplayer.color-light.fixed-controls .fp-controls{background-color:#fff}
.flowplayer.color-light .fp-volumeslider{background-color:#ddd}
.flowplayer.color-light .fp-volumelevel{background-color:#222}
.flowplayer.color-alt .fp-progress{background-color:#fff}
.flowplayer.color-alt.is-touch.is-mouseover .fp-progress:before{background-color:#fff}
.flowplayer.color-alt .fp-buffer{background-color:#999}
.flowplayer.color-alt2 .fp-progress{background-color:#900}
.flowplayer.color-alt2.is-touch.is-mouseover .fp-progress:before{background-color:#900}


/* custom player skin */
  .flowplayer { width: 80%; background-color: #222; background-size: cover; max-width: 800px; }
  .flowplayer .fp-controls { background-color: rgba(238, 238, 238, 1)}
  .flowplayer .fp-timeline { background-color: rgba(204, 204, 204, 1)}
  .flowplayer .fp-progress { background-color: rgba(48, 179, 0, 1)}
  .flowplayer .fp-buffer { background-color: rgba(249, 249, 249, 1)}
  .flowplayer { 
    background-image: url("/sites/all/themes/abn/videos/placeholder.jpg");
    margin:0 auto;
    display:block;
  }
  
  
  /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80); }

  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

  .mfp-align-top .mfp-container:before {
    display: none; }

  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

  .mfp-ajax-cur {
    cursor: progress; }

  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

  .mfp-auto-cursor .mfp-content {
    cursor: auto; }

  .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

  .mfp-loading.mfp-figure {
    display: none; }

  .mfp-hide {
    display: none !important; }

  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #cccccc; }
      .mfp-preloader a:hover {
        color: white; }

  .mfp-s-ready .mfp-preloader {
    display: none; }

  .mfp-s-error .mfp-content {
    display: none; }

  button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-close:active {
      top: 1px; }

  .mfp-close-btn-in .mfp-close {
    color: #333333; }

  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }

  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover, .mfp-arrow:focus {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after, .mfp-arrow .mfp-a {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before, .mfp-arrow .mfp-b {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }

  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
      border-right: 17px solid white;
      margin-left: 31px; }
    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
      margin-left: 25px;
      border-right: 27px solid #3f3f3f; }

  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
      border-left: 17px solid white;
      margin-left: 39px; }
    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
      border-left: 27px solid #3f3f3f; }

  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }

  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: black; }

  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444444; }
    .mfp-figure small {
      color: #bdbdbd;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }

  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px; }

  .mfp-image-holder .mfp-content {
    max-width: 100%; }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }

  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }


    .white-popup {
      position: relative;
      background: #FFF;
      padding: 20px;
      width: auto;
    }

    /*---------------
    ADDING IN NEW FONT FOR POLISH
    ---------- */
    
body.i18n-pl .form-submit {
  background:#d1d2d4;
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:700;
  color:#fff;
  padding:6px 12px;
  display:inline-block;
  border:none;
  min-width:115px;
}

body.i18n-pl #map-canvas p a {
  color:#fff;
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:700;
  font-size:15px;
}

body.i18n-pl .menu-block-2 ul.menu li.active a, body.i18n-pl .menu-block-2 ul.menu li.active-trail a {
  color:#78ad49;
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:700;
}


body.i18n-pl .view-id-product_family_grid_linker a {
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  font-size:16px;
  display:inline-block;
  padding:0 30px 0 0;
  margin:20px 0 0 0;
}

body.i18n-pl #main .col2Lspec .product-item-left h3 {
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  font-size:21px;
}

body.i18n-pl .field-name-field-product-item-grid a {
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  font-size:16px;
  display:inline-block;
  padding:0 30px 0 0;
  margin:20px 0 0 0;
}

body.i18n-pl a.home-news-link {
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  background:url('../images/green-arrow.jpg') center right no-repeat;
  font-size:16px;
  position:absolute;
  right:35px;
  top:10px;
  padding:0 30px 0 0;
}

body.i18n-pl .gallery-title {
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  font-size:16px;
}

body.i18n-pl #main .field-name-field-home-page-news-pre h1 {
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  font-size:22px;
  margin:0 0 20px 35px;
  font-weight:normal;
}

/*body.i18n-pl .menu-block-2 ul.menu {
  color:#858688;
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  font-size:18px;
}

body.i18n-pl .menu-block-2 ul.menu li.expanded ul {
  padding:50px 20px 20px 20px;
  margin:0;
  width:130px;
  position:absolute;
  top:-1px;
  left:-20px;
  z-index:20;
  background:#fff url('../images/menu-bg.jpg') top left repeat-x;
  border-bottom:3px solid #cdcdcf;
  border-top:1px solid #cdcdcf;
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  color:#858688;
  display:none;
  font-size:16px;
  line-height:14px;
}

body.i18n-pl .menu-block-2 ul.menu li.expanded ul li a {
  color:#858688;
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  left:0;
}*/


body.i18n-pl #main h1, body.i18n-pl #main h1 a, body.i18n-pl #main h2, body.i18n-pl #main h3, body.i18n-pl #main h4 {
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
}

body.i18n-pl div.menu-block-1 ul.menu {
  color:#858688;
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  font-size:18px;
  padding:20px 0 20px 20px;
  border-left:#cdcdcf solid 1px;
  list-style:none;
  
}


body.i18n-pl .form-item,.form-required {
  color:#858688;
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  font-size:14px;
  font-weight:normal;
}

body.i18n-pl .rassegna-tags {
  color:#6da63a;
  font-family: 'PT Sans', Verdana, Tahoma, Arial, sans-serif;
  font-weight:400;
  font-size:17px;
}