


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

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

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

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

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

button,
html input[type="button"], /* 1 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}



/*! jQuery UI - v1.10.3 - 2013-08-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


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

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

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

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

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	/*margin: -1px;*/
	margin:0; /* modificato per errori visualizzazione progress-bar */
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../img/jquery_ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(../../img/jquery_ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-progressbar .ui-widget-header {
	border:0;
	background:#AFCAED;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../../img/jquery_ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(../../img/jquery_ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../img/jquery_ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(../../img/jquery_ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../../img/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../../img/jquery_ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../../img/jquery_ui/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../../img/jquery_ui/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../../img/jquery_ui/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../../img/jquery_ui/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../../img/jquery_ui/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../../img/jquery_ui/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../../img/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../../img/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}





/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
	font-family: 'flexslider-icon';
	src:url('../../fonts/flex_slider/flexslider-icon.eot');
	src:url('../../fonts/flex_slider/flexslider-icon.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/flex_slider/flexslider-icon.woff') format('woff'),
	url('../../fonts/flex_slider/flexslider-icon.ttf') format('truetype'),
	url('../../fonts/flex_slider/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	background: #fff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides li {
	position: relative;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
@-moz-document url-prefix() {
	.loading .flex-viewport {
		max-height: none;
	}
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav a.flex-next {
	right: 0px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 50px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #2d80b2;

}
.flex-control-paging li a.flex-active {
	background: #2d80b2;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		display: none;
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		display: none;
		opacity: 1;
		right: 10px;
	}
}



section#slideshow{
    position: relative;
    height: 0;
    overflow: hidden;
}

/* Slider */
.slick-slider
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: block;
    box-sizing: border-box;

    background-color: transparent;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
    background-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide{
    position: relative;
    display: none;
    float: left;
    height: 100%;
    overflow: hidden;
    background-color: transparent;

    /*height: 100%;
    min-height: 1px;*/
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    position: absolute;
    margin: auto;
    display: block;
    background-color: transparent;
   /* transform: translateY(-50%) translateX(-50%);*/
}

.slick-slide img.vertical{
    height: 100%;
    width: auto;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}
.slick-slide img.horizontal{
    width: 100%;
    height: auto;
    top:50%;
    left: 0;
    transform: translateY(-50%);
}



.slick-slide.slick-current.slick-active img{
    z-index: 990;
}

.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {

}


@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list{
    background: #fff url('../../img/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../fonts/slick/slick.eot');
    src: url('../../fonts/slick/slick.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/slick/slick.woff') format('woff'),
    url('../../fonts/slick/slick.ttf') format('truetype'),
    url('../../fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    z-index: 999;
    font-size: 0;
    line-height: 0;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;

    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 300px;
    opacity: 0.1;
    transition: all 300ms;
}


.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:  translateX(-50%) translateY(-50%);
    font-family: "Material Icons";
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    opacity: 1;
    color: rgba(255, 255, 255, 0.33);
    transition: all 300ms;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
    opacity: 1;
    color: rgba(255, 255, 255, 0.73);
}

.slick-prev
{
    left: -60px;
}
[dir='rtl'] .slick-prev{
    right: 25px;
    left: auto;
}
.slick-prev:before{
    content: '\e314';
}
[dir='rtl'] .slick-prev:before{
    content: '\e315';
}
#slideshow:hover .slick-prev{
    left: 25px;
    opacity: 1;
}


.slick-next{
    right: -60px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: 25px;
}
.slick-next:before{

    content: '\e315';
}
[dir='rtl'] .slick-next:before{
    content: '\e314';
}
#slideshow:hover .slick-next{
    right: 25px;
    opacity: 1;
}




/* Dots */
.slick-dotted.slick-slider{
}

.slick-dots{
    position: absolute;
    bottom: 60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    border-radius: 20000px;
    cursor: pointer;
    color: transparent;

    outline: none;
    background: transparent;
    border: white 2px solid;
}
.slick-dots li.slick-active button{
    background-color: #ffffff;
}
.slick-dots li button:hover {
    background-color: #ffffff;
    outline: none;
}
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before{
    /*font-family: 'slick';*/
    font-size: 6px;
    line-height: 16px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    text-align: center;

    opacity: .25;
    color: transparent;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .slick-prev,
    .slick-next {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }




.pswp__container {
  /*transition: .3s ease-in-out all;*/
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }



/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../img/photo_swipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../img/photo_swipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../../img/photo_swipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }




/* *******************************************************************************************************
   LINK E PULSANTI
   *******************************************************************************************************/

a {
	color: #000000;
	text-decoration:none;
	transition: all 300ms;
}
a:hover {
	text-decoration:none;

}

/* pulsante larghezza variabile */
a.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size:0.975em;
	line-height:1.8em;
	padding:0.4em 0.8em;
	color: #ffffff;
	border: solid 1px #000000;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color: #000000;
	opacity:0.8;
}
.button:hover {
	text-decoration: none;
	opacity:1;
}
a.disabled {
	pointer-events:none;
	cursor:default;
	opacity:0.5;
}
a.icon > img {
	float:left;
	width:24px;
	height:24px;
	margin:1px 8px 0 0;
	border:0
}
a.icon {
	line-height:24px;
}
a.green{
	background-color:#29AF1E;
	border: solid 1px #29AF1E;
}
a.grey{
	background-color:#dddddd;
	border: solid 1px #dddddd;
	color:#333333;
}




/********************************************************************************************************
 GECKO-UI
*******************************************************************************************************/

div.action-panel{
	width:1216px;
	display:none;
	/*position:absolute;
	left:2.5%;
	top:50%;*/
    overflow: auto;
    max-height: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);

    margin: auto;
	z-index:1002;
	background-color:#ffffff;
	border:1px #D3D3D3 solid;
    border-radius: 6px;
	box-shadow: 0px 0px 30px -15px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 30px -15px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 30px -15px rgba(0,0,0,.3);
}
div.action-panel div.action-panel{
	width:100%;
	left:0;
	top:0;
}
div.action-panel .close{
	position:absolute;
	top:7px;
	right:1%;
	width:36px;
	height:36px;
}
.loading{
	display:none;
	width:100%;
	height:400px;
	background-image:url("../../img/frontend/loading.gif");
	background-position:center center;
	background-repeat:no-repeat;
}
div.action-panel > div.body{
}
div.action-panel > div.body > h2{
    display: block;
	font-weight:normal;
    line-height: 50px;
    margin-bottom: 10px;
	background-color:#fff;
	font-size:1.5em;
	padding:0 0.5em;
}
div.action-panel > div.body > .content{
	padding:1%;
	position:relative;
}
div.action-panel > .bottom{
	background-color:#eeeeee;
	height:32px;
	position:relative;
}
div.action-panel .close > a{
    display: inline-block;
	width:36px;
	height:36px;
    text-align: center;
    border-radius: 200px;
    border: 1px solid transparent;
    transition: all 300ms;
}
div.action-panel .close > a img{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15% 0 15% 30%;
    text-align: center;
    transition: all 300ms;
}
div.action-panel .close a:hover{

}
div.action-panel .close a:hover img{

}
/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    div.action-panel{
        height: 95%;
        overflow: hidden;
    }
    div.action-panel > div.body{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: calc( 100% - 110px);
        overflow: auto;
        margin-top: 50px;
        padding-top: 20px;
        margin-bottom: 60px;
    }
    div.action-panel > div.body > h2{
        position: fixed;
        top:0;
        left: 0;
        display: block;

        box-shadow: 0 2px 5px -3px rgba(92, 92, 92, 0.49);
        -webkit-box-shadow: 0 2px 5px -3px rgba(92, 92, 92, 0.49);
        -moz-box-shadow: 0 2px 5px -3px rgba(92, 92, 92, 0.49);


        z-index: 999;
    }
    div.action-panel .close{
        position:fixed;
        z-index: 999;
    }
    div.action-panel .close a i{
        z-index: 999;
    }
}



/* visualizzazione errori di validazione */
div#output-error{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(0,0,0,0.6);
}
div#output-error ul{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:35%;
	width:30%;
	padding:2em;
	padding-right:30px;
	background-color:#FFFFFF;
	box-shadow:0px 0px 10px #000000;
}
div#output-error li{
	color:#FF0000;
	margin-bottom:0.5em;
	border-bottom:1px #aaaaaa dotted;
	padding-bottom:0.5em;
	font-size:1.2em;
}
div#output-error li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
div#output-error ul a{
	position:absolute;
	top:5px;
	right:5px;
	width:20px;
	height:20px;
	background-image:url("../../img/frontend/close.png");
	background-position:center center;
	background-repeat:no-repeat;
}


/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
    div.action-panel{
        width:95%;
    }
}



/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	div#output-error ul{
		left:15%;
		width:70%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	div#output-error ul{
		left:2%;
		width:96%;
	}
}

/* visualizzazione messaggio di successo */
div#output-success{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background-color:rgba(0,0,0,0.6);
}
div#output-success > div {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:35%;
	width:30%;
	padding:2em 84px 2em 2em;
	background-color:#FFFFFF;
	background-image:url("../../img/frontend/success.png");
	background-position:right 20px center;
	background-repeat:no-repeat;
	box-shadow:0px 0px 10px #000000;
	font-size:1.25em;
	font-weight:bold;
	color: #25991B;
}
div#output-success > div > a.close{
	position:absolute;
	top:5px;
	right:5px;
	width:20px;
	height:20px;
	background-image:url("../../img/frontend/close.png");
	background-position:center center;
	background-repeat:no-repeat;
}
.ie8down div#output-success{
	background-position:center right;
	border:#999999 4px solid;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	div#output-success > div{
		left:25%;
		width:50%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	div#output-success > div{
		left:2%;
		width:96%;
	}
}

/* toolbar dentro action panel */
div.action-panel div.toolbar{
	width:99%;
	margin:0 0 1em 1%;
    text-align: center;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    div.action-panel div.toolbar{
        position: fixed;
        width: 100%;
        display: inline-block;
        margin: auto;
        bottom: 0;
        background-color: white;
        padding: 10px 0;


        box-shadow: 2px 0px 5px 0px rgba(92, 92, 92, 0.49);
        -webkit-box-shadow: 2px 0px 5px 0px rgba(92, 92, 92, 0.49);
        -moz-box-shadow: 2px 0px 5px 0px rgba(92, 92, 92, 0.49);
    }
}




/********************************************************************************************************
 FOOTER GENERALE
*******************************************************************************************************/
body > footer{
	width:100%;
	color:#9b9ea2;
	background-color: #000000;
	padding: 50px 0;
	font-size:0.9em;
	grid-area: footer;
	align-self: end;
}
body > footer .wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body > footer div.col{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
    width:31.6666%;
	text-align: center;
	margin-bottom: 20px ;
	padding-bottom: 20px;
}
body > footer div.col img{
	display: block;
	margin: auto;
	height: 80px;
}
body > footer div.col span{
	display: inline-block;
	width: 100%;
}
body > footer div.col span.head{
	font-weight: 700;
	font-size: 1.6em;
	padding: 5px 0;
	color: whitesmoke;
}
body > footer div.col1 img,
body > footer div.col3 img{
	height: 60px;
	padding: 5px 0;
	margin-top: 23px;
}
body > footer div.col2 img{
	height: auto;
	width: 100%;
	padding: 0 10%;
}

body > footer div.col4{
	width: 40%;
	text-align: right;
	background-color: rgba(255,255,255,0.05);
	padding: 10px ;
}
body > footer div.col5{
	width: 60%;
	text-align: left;
	background-color: rgba(255,255,255,0.05);
	padding: 10px ;
}
body > footer div.col5 span{
	display: inline-block;
	width: auto;
	margin: 0 3px;
	font-size: 1em;

}
body > footer div.col6{
	width: 100%;
	line-height: 40px;
}
body > footer div.col6 span.head{
	display: inline-block;
	width: auto;
	margin-right: 20px;
	padding: 0;
}
body > footer div.col6 img{
	display: inline-block;
	height: 40px;
	vertical-align: bottom;
	padding: 0 0;
	opacity: 0.6;
}


body > footer > div.closure{
	width:100%;
	margin-top:2%;
	font-size:0.9em;
    text-align: center;
}
body > footer > div.closure a{
	color:#8E8B84;
}

	/*-----------------------------------------------------------------
	  Breakpoint sotto i 1024
	 ----------------------------------------------------------------*/
	@media screen and (max-width: 1024px) {
		body > footer div.col5{
			width: 100%;
			text-align: center;
			margin-bottom: 0;
		}
		body > footer div.col4{
			width: 100%;
			text-align: center;
			margin-bottom: 0;
			padding-top: 0;
		}
		/*body > footer div.col{
			width:50%;
			margin-left:5%;
			margin-bottom: 40px;
		}
		body > footer div.col1,
		body > footer div.col3 {
			margin-left:0;
			width:45%;
		}*/
	}

	/*-----------------------------------------------------------------
	  Breakpoint sotto i 768
	 ----------------------------------------------------------------*/
	@media screen and (max-width: 768px) {
		body > footer div.col{
			display:block;
			width: 100%;
			text-align: center;
			margin-left: 0;
		}
		body > footer div.col2{
			order: 1;
		}
		body > footer div.col1{
			order: 2;
		}
		body > footer div.col3{
			order: 3;
		}
		body > footer div.col6{
			order: 4;
		}
		body > footer div.col5{
			order: 5;
		}
		body > footer div.col4{
			order: 6;
		}

	}


/********************************************************************************************************
 MENU FOOTER
*******************************************************************************************************/
nav#footer{
	width:100%;
}
nav#footer li{
	display: inline-block;
	width:auto;
	margin: 0 5px;
}
nav#footer li a{
	color:#999999;
	display:block;
	transition: all 300ms;
}
nav#footer li:hover a{
	color:#ffffff;
	transform: scale(1.1);
}
/*-----------------------------------------------------------------
	  Breakpoint sotto i 1024
	 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	nav#footer li a {
		color: #ffffff;
	}
	nav#footer li:hover a{
		transform: scale(1);
	}
}

/*-----------------------------------------------------------------
	  Breakpoint sotto i 768
	 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	body > footer div.col5 span {
		display: block;
	}
    body > footer div.col6 span.head{
        display: block;
        margin-right: 0;
    }
}
/********************************************************************************************************
 MENU SOCIAL
*******************************************************************************************************/
nav#social{
	margin-top: 20px;
}

nav#social li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 40px;
	height: 40px;
	transition: all 300ms;
}
nav#social li:hover{
	transform: scale(.8);
}

nav#social li > a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
nav#social li > a > img{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10%;
}

	/*-----------------------------------------------------------------
	  Breakpoint sotto i 768
	 ----------------------------------------------------------------*/
	@media screen and (max-width: 768px) {
	}


/********************************************************************************************************
GO TO TOP
*******************************************************************************************************/
#go-to-top{
	position: fixed;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	width: 50px;
	height: 50px;
	bottom: -50px;
	right: 20px;
	font-size: 32px;
	line-height: 46px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	border: #4A4C50 2px solid;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
	background: white;
	transition: 300ms;
}
#go-to-top:hover{
	background: #000000;
}
#go-to-top:before{
	content:'\e5ce';
	color: #000000;
	line-height: 46px;
	font-family: 'Material Icons';
	transition: all 300ms;
}
#go-to-top:hover:before{
	color: white;
}
.goToTop #go-to-top {
	visibility: visible;
	bottom: 20px;
	opacity: 1;
}


/********************************************************************************************************
 cookie info
*******************************************************************************************************/
div#cookie-info{
	display: flex;
	flex-direction: column;

	width:100%;
	position:fixed;
	left:0px;
	bottom:0px;
	padding:1em;
	background-color: #ffffff;
	color:#111111;
	font-size:1.1em;
	z-index:1000;
	-moz-box-shadow:0px 0px 14px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 14px 0px rgba(0,0,0,0.2);
	box-shadow:0px 0px 14px 0px rgba(0,0,0,0.2);
}
div#cookie-info.center{
	text-align: center;
}
div#cookie-info.left{
	flex-direction: row;
	flex-wrap: wrap;
}
div#cookie-info.left > div{
	display: flex;

	flex-direction: column;
	justify-content: center;
}
div#cookie-info.left > div:first-child{
	width: 67.5%;
	margin-right: 2.5%;
}
div#cookie-info.left > div:last-child{
	width: 30%;
	text-align: center;
}


div#cookie-info span{
	display: inline-block;
	font-size: .9em;
	margin: 0 0 15px;
}
div#cookie-info.left span{
	margin: 0 0 0px;
}
div#cookie-info strong{
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 900;
	line-height: 25px;
	margin: 0 0 10px;
}
div#cookie-info a#cookie-info-more{
	color: black;
	font-weight: 600;
	transition: all 300ms;
}
div#cookie-info a#cookie-info-more:hover{
	text-decoration: underline;
}

div#cookie-info a#cookie-info-gotit{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: black;
	border: #4A4C50 1px solid;
	padding: 10px 25px;
	margin: auto;
	transition: all 300ms;
}
div#cookie-info a#cookie-info-gotit:hover{
	background-color: silver;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	div#cookie-info.left > div:first-child{
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	div#cookie-info.left > div:last-child{
		width: 100%;
		text-align: center;
	}
	div#cookie-info.left span{
		margin: 0 0 15px;
	}
	div#cookie-info a#cookie-info-gotit{
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 468
 ----------------------------------------------------------------*/
@media screen and (max-width: 468px) {
	div#cookie-info{
		font-size:0.90em;
	}
	div#cookie-info strong{
		font-size: 18px;
		letter-spacing: 1px;
	}

}


/********************************************************************************************************
 HEADER GENERALE
*******************************************************************************************************/
body > header{
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	font-size: 0;
	grid-area: header;
	background-color: rgba(38,38,38,0.2);
	transition: all 300ms;
}
body.minimized > header{
	background-color: rgba(38,38,38,0.6);
	box-shadow: 0 3px 5px -3px #000;
}
body.inner-page > header{
	background-color: black;
}
body > header img.logo{
	padding:16px 0;
	max-width:100%;
	max-height:150px;
	transition: padding 300ms, max-height 300ms;
}
body.minimized img.logo{
	max-height: 80px;
	padding: 6px 0;
}
header .bar{
	position:relative;
}
header .bar .right{
	position:absolute;
	top:0px;
	right:0px;
	height:50px;
}
header .toggle{
	padding:9px;
	height:50px;
	display:none;
}
header .toggle a{
	display: block;
}
header .toggle img{
	width: 32px;
	height: 32px;
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	body.minimized > header{
		background-color: black;
	}
	body > header img.logo{
		padding: 25px 0 17px 0;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	body > header{
		text-align: center;
	}

	body > header img.logo{
		max-height:100px;
		padding: 10px 0;
	}
	body.minimized > header img.logo{
		max-height:70px;
		padding: 10px 0;
	}

	header .bar{
		background-color: rgba(0, 0, 0, 0.44);
		border-top: 1px solid transparent;
		transition: all 300ms;
		text-align: left;
	}
	.minimized header .bar{
		border-top: 1px solid rgba(255, 255, 255, 0.23);
	}
	.inner-page header .bar {
		border-top: 1px solid rgba(255, 255, 255, 0.23);
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	body > header {
		text-align: left;
		background-color: rgba(0, 0, 0, 0.44);
	}
	body > header img.logo{
		max-height:100px;
		padding: 18px 0;
		margin-left: calc(-2.5% + 90px);
	}
	body > header .bar {
		text-align: left;
		border: 0;
	}
	.minimized header .bar{
		border: 0;
	}

	header .bar .right{
		top:-75px;
		right:25px;
		transition: all 300ms;
	}
	.minimized header .bar .right{
		top:-60px;

	}

}

/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	body > header {
		text-align: left;
	}
	body > header img.logo{
		max-height:60px;
		padding: 12px 0;
		margin-left: calc(-2.5% + 50px);
	}
	body.minimized > header img.logo{
		max-height: 60px;
		padding: 12px 0;
	}
	body > header .bar {
		text-align: left;
	}

	header .bar .right {
		position: absolute;
		right: 0;
		top: -55px;
		transition: all 300ms;
	}
	.minimized header .bar .right {
		top: -55px;
	}

}



	
/********************************************************************************************************
 MENU PRINCIPALE
*******************************************************************************************************/
#main-toggle{
	display:none;
}
nav#menu-main{
	position: absolute;
	top: -75px;
	right: 50%;
	margin-right: -608px;
	text-align:center;
	font-size: 16px;
	transition: all 300ms;
}
.minimized nav#menu-main {
	top: -70px;
}
/* regole livello 0 e condivise [http://line25.com/tutorials/how-to-create-a-pure-css-dropdown-menu] */  
nav#menu-main > ul{
	position:relative;
}
nav#menu-main > ul > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	transition: line-height 300ms;
}
nav#menu-main > ul > li:after{
	content: "";
	width: 0;
	border-bottom: white 1px solid;
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 300ms;
}

nav#menu-main > ul > li:hover:after{
	width: 100%;
}
nav#menu-main > ul > li.active {

}
nav#menu-main > ul > li > a.showMenu.collapsed:after{
	font-family: "Material Icons";
	content:"\e5cf";
	position:absolute;
	bottom:-0.9em;
	right: 0;
	left:0;
	margin: auto;
	color:#3BA7E5;
	font-size: 1.3em;
	transition: transform  300ms;
}
nav#menu-main > ul > li > a.showMenu.expanded:after{
	font-family: "Material Icons";
	content:"\e5ce";
	position:absolute;
	bottom:-0.9em;
	right: 0;
	left:0;
	margin: auto;
	color:#3BA7E5;
	font-size: 1.3em;
	transition: transform  300ms;
}
.minimized nav#menu-main > ul > li > a.showMenu:after{
	bottom:-0.7em;
}
nav#menu-main > ul > li:hover > a.showMenu:after{
	transform: rotate(180deg);
}
nav#menu-main > ul > li > a{
	line-height:80px;
	padding: 0 1em;
	display: block;
	text-decoration:none;
	letter-spacing: 1px;
	color:#ffffff;
	font-size:1.1em;
	transition: all 300ms;
}
.minimized nav#menu-main > ul > li > a{
	line-height: 60px;
}
nav#menu-main ul > li:hover > ul{
	display:block;
}
nav#menu-main a > img{
	float:none;
	width:28px;
	height:28px;
	margin:0px 1px 4px 0px;
	vertical-align:middle;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	nav#menu-main{
		right: 2.5%;
		margin-right: 0;
	}

	nav#menu-main > ul > li > a{
		font-size:1.05em;
		padding: 0 .7em;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	nav#menu-main{
		position: absolute;
		top: 100%;
		right: auto;
		margin-right: 0;
		width: 50%;
		background-color: rgba(0, 0, 0, 0.44);
	}
	.inner-page nav#menu-main{
		background-color: black;
	}
	.minimized nav#menu-main {
		top: auto;
		background-color: rgba(0, 0, 0, 1);
	}

	nav#menu-main ul > li:hover > ul,
	nav#menu-main.panel > ul > li:hover > ul{
		display:none;
	}
	#main-toggle{
		display:inline-block;
		*display:inline;
		*zoom:1;
	}
	.menu-main-collapsed{display:block; left: -50%;}
	.menu-main-expanded{display:block; left: 0;}
	nav#menu-main > ul > li{
		display:block;
		border-left:0;
		padding:0;
		border-top: rgba(255, 255, 255, 0.13) 1px solid;
	}
	nav#menu-main > ul > li:after {
		display: none;
	}
	nav#menu-main > ul > li:nth-child(odd):hover,
	nav#menu-main > ul > li:nth-child(odd){

	}
	nav#menu-main > ul > li:nth-child(odd):hover,
	nav#menu-main > ul > li:nth-child(odd){

	}
	nav#menu-main > ul > li a{
		display:block;
		padding:0em;
		line-height:60px;
	}
	nav#menu-main > ul > li:hover > a.showMenu:after{
		transform: none;
	}
	nav#menu-main > ul > li > a.showMenu:after{
		transition: none;
	}
	nav#menu-main > ul > li > a.showMenu.expanded:after{
		content:"\e5ce";
		top:1em;
		color: #3BA7E5;
	}
	nav#menu-main > ul > li > a.showMenu.collapsed:after{
		content:"\e5cf";
		top:1em;
		color: #3BA7E5;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#main-toggle {
		position: absolute;
		left: 25px;
		top: -75px;
		transition: all 300ms;
	}
	.minimized #main-toggle {
		top: -60px;
	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#main-toggle {
		position: absolute;
		left: 0px;
		top: -55px;
		transition: all 300ms;
	}
	.minimized #main-toggle {
		top: -55px;
	}
}


/********************************************************************************************************
 MENU PRINCIPALE: TREE
********************************************************************************************************/

/* TREE: regole livello 0 */
nav#menu-main.tree > ul > li{
	position:relative;
}

/* TREE: regole livello 1 */
nav#menu-main.tree ul ul{
	display:none;
	z-index:100;
	position:absolute;
	top:100%;
	left:0;
	background-color:#666666;
}
nav#menu-main.tree ul ul > li{
	display:block;
	width:100%;
	text-align:left;
	line-height:20px;
	position:relative;
	background-color:#666666;
}
nav#menu-main.tree ul ul > li > a{
	display:block;
	width:250px;	
	line-height:normal;
	padding:1em 1em;
	color:#ffffff;
	font-size:1em;
	text-transform: uppercase;
	overflow:hidden;
}
nav#menu-main.tree ul ul > li:hover > a{
	background-color:#777777;
}

/* TREE: regole livello 2 */ 
nav#menu-main.tree ul ul ul{
	left:100%;
	top:0px;
	width:100%;
	margin:0px;
	padding:0px;
}

nav#menu-main.tree ul ul ul li a{
	font-size: .9em;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	nav#menu-main.tree ul ul{
		position:static;
		top:0;
	}
	nav#menu-main.tree ul ul > li{
		width:100%;
		text-align:center;
		background-color: #343434;
		border-top:1px #4A4C50 solid;
	}
	nav#menu-main.tree ul ul > li:last-child{
		border-bottom:1px #4A4C50 solid;
	}
	nav#menu-main.tree ul ul > li > a{
		display:block;
		width:100%;
		line-height:20px;
		padding:0.7em 0em;
		color:#ffffff;
		font-size:1em;
	}
	nav#menu-main.tree ul ul > li:hover > a{
		background-color: #343434;
	}
	nav#menu-main.tree ul ul ul{
		left:0;
	}
	nav#menu-main.tree ul ul ul > li,
	nav#menu-main.panel ul ul ul > li{
		background-color:#999999;
	}
}

/********************************************************************************************************
 MENU PRINCIPALE: PANEL
*******************************************************************************************************/

/* PANEL [http://www.techandall.com/demos/PureCSSdropDownMenu/] */
nav#menu-main.panel > ul > li > ul{
	display:none;
	width:100%;
	min-height:200px;
	position:absolute;
	margin-top:0px;
	padding:0;
	top:100px;
	left:0px;	
	text-align:center;
	color:#000000;
	overflow:hidden;
	z-index:100;
	background-color:#c1dcea;
}
nav#menu-main.panel > ul > li:hover > ul{
	display:block;
}
nav#menu-main.panel > ul li > ul li{
	position:relative;
	display:block;
	vertical-align:top;
}
nav#menu-main.panel > ul > li > ul > li{
	width:14.1%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:left;
	margin:0 0 0 2.2%;
}
nav#menu-main.panel > ul > li > ul > li ul{
	padding:0;
	margin:0;
}
nav#menu-main.panel > ul > li > ul > li ul li{
	padding:0;
	list-style:none;
	font-size:0.8em;
}
nav#menu-main.panel > ul > li > ul > li > a{
	display:block;
	margin-top:1.4em;
	margin-bottom:1em;
	font-size:1.3em;	
	line-height:1.4em;	
}
nav#menu-main.panel > ul > li > ul > li > ul > li > a{
	display:block;
	margin-top:0.6em;
	margin-bottom:0.6em;
	font-size:1.1em;	
	line-height:1.4em;	
}
nav#menu-main.panel > ul > li > ul > li a > img{
	margin:0px 10px;
	margin-top:12px;
}
nav#menu-main.panel > ul > li > ul > li a:hover{
	color:#ffffff;
}
nav#menu-main.panel > ul > li > ul > li ul li a{
	display:block;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	nav#menu-main.panel ul ul{
		display:none;
	}
	nav#menu-main.panel ul ul > li{
		background-color:#555555;
	}
	nav#menu-main.panel ul ul > li:hover > a{
		background-color:#777777;
	}
	nav#menu-main.panel ul ul > li > a{
		display:block;
		width:100%;
		line-height:20px;
		padding:0.7em 2em;
		color:#ffffff;
		font-size:1em;
	}
	nav#menu-main.panel > ul > li > ul{
		min-height:0;
		position:static;
		top:0;
		text-align:center;
		background-color:transparent;
	}
	nav#menu-main.panel > ul > li:hover > ul{
		display:none;
	}
	nav#menu-main.panel > ul li > ul li{
		position:static;
	}
	nav#menu-main.panel > ul > li > ul > li{
		width:100%;
		display:block;
		text-align:center;
		margin:0;
	}
	nav#menu-main.panel > ul > li > ul > li ul li{
		font-size:1em;
	}
	nav#menu-main.panel > ul > li > ul > li > a{
		margin-top:0;
		margin-bottom:0;
		font-size:1em;
		line-height:1em;
	}
	nav#menu-main.panel > ul > li > ul > li > ul > li > a{
		margin-top:0;
		margin-bottom:0;
		font-size:1em;
		line-height:1em;
	}
}

/********************************************************************************************************
 MENU LINGUE
*******************************************************************************************************/
nav#lang{
	position:absolute;
	top:-120px;
	right:50%;
	width:auto;
	margin-right:-608px; /* metà del wrapper */
	padding:0;
	text-align:right;
	font-size: 16px;
	transition: opacity 300ms, visibility 300ms;
}
.minimized nav#lang {
	opacity: 0;
	visibility: hidden;
}
nav#lang li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:32px;
	line-height:32px;
	margin-right:10px;
}
nav#lang li img{
	max-width:32px;
	display: none;
}
nav#lang p{
	display:inline-block;
	margin:0
}
	
/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	nav#lang{
		right:2.5%;
		margin-right:0;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	nav#lang{
		position:static;
		width:100%;
		margin-left:0;
	}
	.minimized nav#lang {
		opacity: 1;
		visibility: visible;
	}
	.menu-lang-collapsed{display:none;}
	.menu-lang-expanded{display:block;}
	nav#lang > ul{
		display: flex;
		justify-content: center;
		background-color: #343434;
	}
	nav#lang li{
		display:block;
		height:50px;
		line-height:50px;
		margin: 0 10px;
		position:relative;
	}
	nav#lang li:nth-child(odd){
	}
	nav#lang li:hover{
	}
	nav#lang li a{
		display:block;
	}
	nav#lang li p{
		float:none;
		display:block;
		text-align:center;
		color:#ffffff;
		font-size:1.05em;
		line-height:50px;
	}
	nav#lang li a img{
		position:absolute;
		top:14px;
		left:3.5%;
	}
}

/********************************************************************************************************
 FORM RICERCA
*******************************************************************************************************/
#search-form{
	position: absolute;
	top: -120px;
	right: 50%;
	margin-right: -258px; /* metà del wrapper + qualcosina per far spazio alle lingue */
	padding:0;
	border:0;
	width: 160px;
	overflow: hidden;
	z-index: 1001;
	font-size: 14px;
	transition: opacity 300ms, visibility 300ms;
}
.minimized #search-form {
	opacity: 0;
	visibility: hidden;
}
#search-form ::-webkit-input-placeholder {
	color: #ffffff;
}
#search-form ::-moz-placeholder {
	color: #ffffff;
}
#search-form :-ms-input-placeholder {
	color: #ffffff;
}
#search-form :-moz-placeholder {
	color: #ffffff;
}
#search-form > .container{
	white-space:nowrap;
	border-bottom: 1px #ffffff solid;
	position: relative;
}
#search-form > .container input#search{
	font-size: 16px;
	border-width: 0;
	width: 100%;
	outline: 0;
	background: transparent;
	padding: 4px 40px 3px 4px;
	color: #ffffff;
}
#search-form > .container a{
	position: absolute;
	top: 4px;
	right: 4px;
	outline:0;
	float: right;
}
#search-form > .container a > img{
	width: 20px;
	height: 20px;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#search-form{
		right: calc(7.5% + 277px);
		margin-right: 0;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#search-toggle{
		display:inline-block;
		*display:inline;
		*zoom:1;
	}
	#search-form{
		position:absolute;
		margin-right:0;
		width:50%;
		height: auto;
		padding: 20px 30px;
		top: auto;
		text-align:center;
		background-color: rgba(0, 0, 0, 0.44);
		border-top: 1px solid rgba(255, 255, 255, 0.13);
		transition: all 300ms;
	}
	.minimized #search-form {
		opacity: 1;
		visibility: visible;
		background-color: rgba(0, 0, 0, 1);
	}
	.inner-page #search-form {
		background-color: rgba(0, 0, 0, 1);
	}
	#search-form.search-collapsed{display:block; right: -50%;}
	#search-form.search-expanded{display:block; right: 0;}
	#search-form > .container{
		width:80%;
		margin:0 10%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#search-form {
		position: absolute;
		margin-right: 0;
		width: 100%;
		height: auto;
		padding: 20px 30px;
	}
	#search-form.search-collapsed{display:block; right: -100%;}
	#search-form.search-expanded{display:block; right: 0;}

	#search-form > .container {
		width: 100%;
		margin: 0 ;
	}
}



/********************************************************************************************************
 LISTA PRODOTTI
*******************************************************************************************************/
ul.prod-list{
 	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow:hidden;
 	margin-left:0;
	text-align:center;
}
ul.prod-list li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:23.125%;
	height:auto;
	margin-right:2.5%;
	margin-bottom:40px;
	padding:0 0 2% 0;
	vertical-align:top;
	text-align:center;
	border: 1px solid #f1f1f1;
}
ul.prod-list li:nth-child(4n+0){
	margin-right: 0;
}


ul.prod-list li > a > div:first-child{
	display:block;
	width:100%;
	position:relative;
	height:0;
	padding:75% 0 0 0;
	overflow:hidden;
}
ul.prod-list li div.imgcont{
	position: absolute;
	top:0;
	left: 0;
	display:block;
	width:100%;
	height: 100%;
}
ul.prod-list li div.imgcont img{
	display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms;
}
ul.prod-list li:hover div.imgcont img{
	transform: scale(1.1);
}
ul.prod-list li div.namecont{
	position: relative;
	width: 100%;
	height: 4.9em;
	padding: 0 10px;
}
ul.prod-list li h4{
	position: absolute;
	display: inline-block;
	width: 100%;
	top:50%;
	left: 0;
	transform: translateY(-50%);

	font-weight:normal;
	color: #000000;
	font-size:1.2em;
	line-height: 1.3em;
	margin: 0;
}
ul.prod-list li:hover h4{
	color:#000000;
}
ul.prod-list li p{
	width:100%;
	font-size:0.9em;
	text-align:center;
	color:#666666;
	margin:0;
	padding:0 1%;
	font-weight: bold;
}
ul.prod-list li:hover p{
	color:#000000;
	transition: all 300ms;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	ul.prod-list li{
		width:31.66666666%;
	}
	ul.prod-list li:nth-child(4n+0){
		margin-right: 2.5%;
	}
	ul.prod-list li:nth-child(3n+0){
		margin-right: 0;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.prod-list li{
		width:48.75%;
	}
	ul.prod-list li:nth-child(4n+0){
		margin-right: 2.5%;
	}
	ul.prod-list li:nth-child(3n+0){
		margin-right: 2.5%;
	}
	ul.prod-list li:nth-child(2n+0){
		margin-right: 0%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	ul.prod-list{
		margin-left:0%;
	}
	ul.prod-list li{
		display:block;
		width:100%;
		margin:0 0 40px 0;
		text-align:center;
	}
	ul.prod-list li:nth-child(4n+0){
		margin-right: 0;
	}
	ul.prod-list li:nth-child(3n+0){
		margin-right: 0;
	}
}

/********************************************************************************************************
 SCHEDA PRODOTTO
*******************************************************************************************************/
div#prod-info{
	width:100%;
}
div#prod-info:after{
	content:"";
	clear:both;
	display:table;
}
div#prod-info > div:first-child{
	float:left;
	width:30%;
	text-align: center;
}
div#prod-info > div:first-child > ul{
	display: block;
	width:100%;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 26px -10px #999999;
	-moz-box-shadow: 0px 0px 26px -10px #999999;
	box-shadow: 0px 0px 10px -6px #999999;
}
div#prod-info > div:first-child > ul li a img{
	display: inline-block;
	width: 100%;
}
div#prod-info > div:first-child > a{

	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
div#prod-info > div.description{
	float:left;
	width:70%;
	padding-left:5%;
	padding-bottom:20px;
}
aside#related-prod{
	margin-top:3%;
}
.scontato{
	text-decoration:line-through;
	color:#999999;
}

	/*-----------------------------------------------------------------
	  Breakpoint sotto i 768
	 ----------------------------------------------------------------*/
	@media screen and (max-width: 768px) {
		/*div#prod-info > img{
			float:none;
			width:100%;
		}*/
		div#prod-info > div:first-child{
			width:100%;
			float:none;
		}
		div#prod-info > div.description{
			float:none;
			width:100%;
			padding-left:0%;
		}
	}


/********************************************************************************************************
 WIDGET UTENTE
*******************************************************************************************************/
div#account{
	position:absolute;
	top:-120px;
	right:50%;
	margin-right:-448px; /* metà del wrapper + widget carrello */
	padding:0;
	text-align:right;
	z-index:1001;
	font-size: 16px;
	transition: all 300ms;
}
.minimized div#account {
	opacity: 0;
	visibility: hidden;
}
.ie7down div#account{
	max-width:200px;
}
div#account > a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:36px; /* _pixel */
	padding:6px 10px;
	margin:0px;
	border:0px;
	cursor:pointer;
	vertical-align: bottom;
}
div#account > a img{
	float:left;
	width:24px;
	height:24px;
}
div#account > a p{
	float:left;
	margin:3px 0px 0px 0px;
	text-align:center;
	line-height:20px;
	margin-left:10px;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
}
div#account.logged > a p{
	color:#fff;
}
div#account > a img.arrow{
	display: none;
	float:right;
	width:22px;
	height:16px;
	margin:4px 0px 0px 8px;
	padding-left:6px;
	border-left:1px solid #c8c8c8;
}
div#account form{
	display:none;
	position:absolute;
	width:240px;
	margin-top:-5px;
	right:-20px;
	padding:10px;
	-webkit-box-shadow:0px 1px 5px rgba(0,0,0,.8);
	-moz-box-shadow:0px 1px 5px rgba(0,0,0,.8);
	-o-box-shadow:0px 1px 5px rgba(0,0,0,.8);
	box-shadow:0px 1px 5px rgba(0,0,0,.8);
	background:#ffffff;
}
div#account form:before {
	bottom:100%;
	left:50%;
	content:"";
	height:0;
	width:0;
	position:absolute;
	border:solid rgba(0, 0, 0, 0);
	border-bottom-color:#ffffff;
	border-width:8px;
	margin-left:74px;
}
div#account:hover form{
	display:block;
}
.ie8down div#account:hover form{
	border:1px #dddddd solid;
}
div#account.logged:hover form{
	display:none;
}
div#account.error form{
	display:block;
}
div#account form li{
	float:left;
	width:220px;
	margin-bottom:10px;
	text-align: center;
}
div#account form label{
	float:left;
	width:90%;
	text-align:center;
	line-height:20px;
	color:#999999;
	font-size:0.75em;
}
div#account form input{
	float:left;
	width:100%;
	text-align:center;
	line-height:30px;
	height:30px;
	font-size:1em;
	color:#333333;
	padding:0px 6px;
	outline: none;
	border: 0;
	margin-bottom: 15px;
	border-bottom: rgba(120, 122, 128, 0.76) 1px solid;

}

div#account form a.button{
	display: inline-block;
	width:auto;
	margin: auto;
	text-align:center;
	height:auto;

	border: #000 1px solid;

	opacity: 1;

	background-color: black;
	color: white;

	transition: all 300ms;
}
div#account form a.button:hover{
	background-color: transparent;
	color: black;
}
div#account form p.small{
	display: inline-block;
	width: 100%;
	margin:10px 0px 0px 0px;
	text-align:center;
	color:#444444;
	font-size:0.75em;
}

div#account form p.small a{
	font-weight: bold;
	transition: all 300ms;
}
div#account form p.small a:hover{
	letter-spacing: 1px;
	text-shadow: none;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	div#account{
		right:calc(5% + 156px);
		margin-right:0;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	div#account{
		top:7px;
		right:calc(5% + 180px);
	}
	.minimized div#account {
		top: 7px;
		opacity: 1;
		visibility: visible;
	}
	div#account img.arrow{
		display:none;
	}
	div#account:hover form{
		display:none;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	header #account-toggle{
		display:inline-block;
		*display:inline;
		*zoom:1;
		position:relative;
	}
	div#account{
		position:static;
		top:0;
		right:0;
		margin-right:0;
		width:100%;
		padding:0%;
		text-align:center;

	}
	div#account > a{
		display:none;
	}
}
	
/********************************************************************************************************
 MENU UTENTE (solo header)
*******************************************************************************************************/
div#account nav#user{
	display:none;
	position:absolute;
	width:240px;
	margin-top:-5px;
	right:-20px;
	padding:5px 10px;
	-webkit-box-shadow:0px 1px 5px rgba(0,0,0,.8);
	-moz-box-shadow:0px 1px 5px rgba(0,0,0,.8);
	-o-box-shadow:0px 1px 5px rgba(0,0,0,.8);
	box-shadow:0px 1px 5px rgba(0,0,0,.8);
	background:#ffffff;
}
div#account nav#user:before {
	bottom:100%;
	left:50%;
	content:"";
	height:0;
	width:0;
	position:absolute;
	border:solid rgba(0, 0, 0, 0);
	border-bottom-color:#ffffff;
	border-width:8px;
	margin-left:74px;
}
div#account.logged:hover nav#user{
	display:block;
}
div#account nav#user > ul li a{
	color:#329ED3;
	display:block;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	div#account.logged:hover nav#user{
		display:none;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	div#account.logged:hover nav#user{
		display:inline-block;
		position: absolute;
		top:100%;
	}
	.menu-account-collapsed{display:block; left: 0; right: 0; transform: rotate3d(0, 180, 0, 90deg);opacity: 0; visibility: hidden; max-height: 0}
	.menu-account-expanded{display:block; left: 0; right: 0; transform: rotate3d(0, 0, 0, 0deg);opacity: 1; visibility: visible; max-height:none; }

	div#account nav#user{
		display:inline-block;
		position:absolute;
		width:100%;
		margin:0px;
		right:0px;
		padding:0px;
		-webkit-box-shadow:0px 0px 0px rgba(0,0,0,.0);
		-moz-box-shadow:0px 0px 0px rgba(0,0,0,.0);
		-o-box-shadow:0px 0px 0px rgba(0,0,0,.0);
		box-shadow:0px 0px 0px rgba(0,0,0,.0);
		background-color: rgba(0, 0, 0, 0.44);
	}
	.minimized div#account nav#user{
		background-color: black;
	}
	.inner-page div#account nav#user{
		background-color: black;
	}

	div#account nav#user:before {
		border-width:0px;
	}
	div#account nav#user > ul li{
		border-top: rgba(255, 255, 255, 0.13) 1px solid;
		border-bottom:0px;
		display:block;
		height:50px;
		line-height:50px;
		margin-left:0;
		margin-right:0;
		padding:0;
		position:relative;
		text-align:center;
	}
	div#account nav#user > ul li:FIRST-CHILD{

	}
	div#account nav#user > ul li:LAST-CHILD{
		margin-bottom:0px;
	}
	div#account nav#user li:nth-child(odd){

	}
	div#account nav#user li:hover{

	}
	div#account nav#user li.active{

	}
	div#account nav#user > ul li a, div#account nav#user > ul li:LAST-CHILD a{
		display:block;
		color:#ffffff;
		font-size:1.2em;
		line-height:50px;
		padding:0;
		margin:0;
	}
	div#account nav#user > ul li a:hover, div#account nav#user > ul li:LAST-CHILD a:hover{
		text-decoration:none;
		color:#ffffff;
	}
}

a.lock { background-image:url("../../img/frontend/lock.png"); }

/********************************************************************************************************
 LOGIN
*******************************************************************************************************/

section#main > section#login {
	width:60%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top:2%;
	padding-right:5%;
	border-right:1px solid #cccccc;
}
section#main > section#login > p{
	margin-bottom:5%;
}
section#main > section#login p#recpwd{
	margin-top:5%;
}
section#main > section#signup{
	width:38%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top:2%;
	padding-left:2%;
	vertical-align:top;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	section#main > section#login {
		width:100%;
		padding-right:0%;
		border-right:0px;
	}
	section#main > section#signup{
		width:100%;
		margin-top:8%;
		padding-left:0%;
	}
}

/********************************************************************************************************
 PROFILO UTENTE
*******************************************************************************************************/
ul.user-profile > li{
	width:100%;
	padding-bottom:1%;
	border-bottom:1px #c4c4c4 dotted;
	margin-bottom:1%;
}
ul.user-profile > li:LAST-CHILD{
	border:0;
}
ul.user-profile > li > label{
	width:25%;
	padding-right:1%;
	padding-top:0.5%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	color:#999999;
	font-style:italic;
}
ul.user-profile > li > div.field{
	width:74%;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.user-profile > li > label{
		width:100%;
		padding-right:0%;
	}
	ul.user-profile > li > div.field{
		width:100%;
		padding-top:1%;
	}
}

/********************************************************************************************************
 MENU UTENTE
 (condiviso tra pagina menu e menu sull'header)
*******************************************************************************************************/
nav#user > ul li{
	width:100%;
	padding:12px 0px;
	font-size:0.9em;
	text-align:left;
	border-bottom:1px solid #e8e8e8;
}
nav#user > ul li:LAST-CHILD{
	border-bottom:0px;
}
nav#user > ul li a:hover{
	text-decoration:underline;
}




/********************************************************************************************************
 REGOLE BASE SUL TESTO
*******************************************************************************************************/
h2 {
	width:100%;
	margin-top:0;
	margin-bottom:1%;
	font-weight:600;
	text-transform: uppercase;
	color:#000000;
	font-size:2.8em;
	font-family: 'Playfair Display', serif;
}
section#main.contact_page h2{
	/*text-align: center;*/
}
h3 {
	width:100%;
	margin-top:0;
	margin-bottom:10px;
	font-weight:normal;
	color:#666666;
	font-size:1.1em;
	font-family: 'Playfair Display', serif;
	text-transform:uppercase;
}
p {
	margin-top:0;
	margin-bottom: 1em;
	text-align:left;
	font-size:1em;
	line-height:1.6em;
	font-family: 'Playfair Display', serif;
}
div.inline-error {
	font-size:0.85em;
	padding-left:26px; /* _pixel */
	color:red;
	background:url("../../img/frontend/error.png");
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:0.5%;
	text-transform:uppercase;
	line-height:24px; /* _pixel */
	min-height:24px; /* _pixel */
	height:auto !important;
	height:24px; /* _pixel */
}
div.panic-error {
	margin:5%;
}
p.privacy {
	color:#666666;
	font-size:0.85em;
	text-align:justify;
}
h1 { /* da usare solo per seo */
	position:absolute;
	margin:0;
	top:5px;
	left:5px;
	color:#000000;
	font-size:0.75em;
	font-weight:normal;
	font-family: 'Playfair Display', serif;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	div.inline-error {
		font-size:0.65em;
		margin-top:1%;
		margin-bottom:2%;
		line-height:24px; /* _pixel */
		min-height:24px; /* _pixel */
		height:auto !important;
		height:24px; /* _pixel */
	}
}




/* *******************************************************************************************************
   TABELLE
   *******************************************************************************************************/

/*-----------------------------------------------
tabella generica
-----------------------------------------------*/
.grid {
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	font-size:1em;
}
.grid th {
	text-align:left;
	font-weight:bold;
	empty-cells:show;
	overflow:hidden;
	padding:0.5%;
	color:#4C4C4C;
	background-color:#e5e5e5;
}
.grid td {
	empty-cells:show;
	overflow:hidden;
	padding:0.5%;
}
.grid tr:nth-child(even) {
	background-color:#f6f6f6;
}
.grid tr:nth-child(odd) {
	background-color:#ffffff;
}
.no-alt-color tr:nth-child(even) {
	background-color:transparent;
}
.no-alt-color tr:nth-child(odd) {
	background-color:transparent;
}
.no-alt-color th{
	background-color:transparent;
}

.grid th.select{
	width:28px;
	text-align:center;
}
.grid td.select{
	text-align:center;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	table.responsive, table.responsive > tbody{
		display:block;
		width:100%;
		clear:left;
	}
	table.responsive > thead{ display: none }
	table.responsive th, table.responsive tr, table.responsive td{
		display:block;
		width:100%;
		padding:0;
		text-align:left;
		white-space:normal;
		clear:left;
	}
	table.responsive tr{
		padding:3% 0% 4% 0%;
		margin-top:0%;
		position:relative;
	}
	table.responsive td{
		border:none;
		margin-top:2%;
	}
	table.responsive td:empty{ display:none }
	table.responsive th[data-title]:before, table.responsive td[data-title]:before{
		content:attr(data-title) ":\00A0";
		font-weight:bold;
	}
	.grid td.select{
		text-align:left;
	}
}



/********************************************************************************************************
 LISTA NEWS
*******************************************************************************************************/
aside#news{
	padding: 120px 0;
	background-color: #ffffff
}
aside#news h3{
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	font-size: 3em;
	letter-spacing: 4px;
	margin-bottom: 40px;
	text-align: center;
}
ul.news{
	display: flex;
	justify-content: space-between;
}
.inner-page ul.news{
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.news li{
	position: relative;
	width:31.66666%;
	margin-bottom:0;
	padding-bottom:10px;
	display:inline-block;		
	*display:inline;
	*zoom:1;
	vertical-align:top;
	font-size:0.9em;
	line-height:2em;
	background-color: #f7f8f9;
}
.inner-page ul.news li{
    margin-bottom: 3%;
    margin-right: 2.5%;
}
.inner-page ul.news li:nth-child(3n+0){
    margin-right: 0;
}
ul.news li > a > div:first-child{
	display:block;
	width:100%;
	position:relative;
	height:0;
	padding:70% 0 0 0;
	overflow:hidden;
}
ul.news li div.imgcont{
	position: absolute;
	top:0;
	left: 0;
	display:block;
	width:100%;
	height: 100%;
}
ul.news li div.imgcont img{
	display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 600ms ease-in-out;
}
ul.news li:hover div.imgcont img{
	transform: scale(1.2);
}
ul.news li > a > div:nth-child(2){
	padding: 20px 15px 5px 15px;
}


ul.news li h4{
	margin:0;
	color: #000000;
	font-weight:normal;
	font-size:1.5em;
}
ul.news li:hover h4{

}
ul.news li p{
	margin:0;
	text-align:left;
	color:#666666;
	transition: all 300ms;
}
ul.news li:hover p{
	color: #000;
}
ul.news li time{
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #262626;
	text-align: center;
	font-weight: 600;
	line-height: normal;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in-out;
}
ul.news li:hover time{
	opacity: 1;
	visibility: visible;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	aside#news {
		padding: 110px 0;
	}
	ul.news li > a > div:nth-child(2) {
		text-align: center;
		padding: 20px 15px 5px 15px;
	}
	ul.news li:hover div.imgcont img{
		transform: scale(1);
	}

	ul.news li p {
		text-align: center;
		color: #252525;
		line-height: normal;
	}
	ul.news li time{
		opacity: 1;
		visibility: visible;
		padding: 5px 8px;
	}


    .inner-page ul.news li{
        width: 48.75%;
        margin-right: 2.5%;
    }
    .inner-page ul.news li:nth-child(3n+0){
        margin-right: 2.5%;
    }
    .inner-page ul.news li:nth-child(2n+0){
        margin-right: 0;
    }

}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	aside#news {
		padding: 90px 0;
	}

	ul.news{
		flex-wrap: wrap;
	}

	ul.news li{
		width: 100%;
		margin-bottom: 8%;
	}
	ul.news li:last-child{
		margin-bottom: 0;
	}
	ul.news li p {
		text-align: center;
	}
	ul.news li time{
		padding: 10px 15px;
	}

}


/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .inner-page ul.news li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 7%;
    }

    .inner-page ul.news li:nth-child(3n+0) {
        margin-right: 0;
    }

    .inner-page ul.news li:nth-child(2n+0) {
        margin-right: 0;
    }
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	aside#news {
		padding: 80px 0;
	}
	ul.news li time{
		padding: 5px 8px;
	}

}


/********************************************************************************************************
 SCHEDA NEWS
*******************************************************************************************************/
div#news-info{
	width:100%;
}
div#news-info:after{
	content:"";
	clear:both;
	display:table;
}
div#news-info > ul{
	float:left;
	width:30%;
}
div#news-info > ul img{
	display: inline-block;
	width: 100%;
}
div#news-info > div.description{
	float:left;
	width:70%;
	padding:30px;
}
div#news-info time{
	float:left;
	width:100%;
	font-size:1em;
	color:#999999;
	padding-bottom:20px;
	clear:both;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	div#news-info > img{
		float:none;
		width:100%;
	}
	div#news-info > div.description{
		float:none;
		width:100%;
		padding:5%;
	}
}



/*-----------------------------------------------
tabella carrello
-----------------------------------------------*/
th.carrello-codice { width:13% }
th.carrello-nome { width:42% }
th.carrello-prezzo-unitario { width:13% }
th.carrello-quantita { width:13% }
th.carrello-prezzo-totale { width:13% }
th.carrello-elimina { width:6%;text-align:center; }

td div.carrello-quantita-value > a > img { display:none }
tr.tot-cart { line-height:2em; background-color:#ffffff; font-weight:bold; font-size:1.4em; border-top:1px solid #cccccc }
tr.tot-cart td { text-align:right; background-color:#ffffff;  } 
tr.tot-cart span { font-weight:normal }
td div.carrello-quantita-value { display:inline-block; *display:inline; *zoom:1; vertical-align:middle }
td div.carrello-quantita-value > a { display:inline-block; *display:inline; *zoom:1; vertical-align:middle } 
td div.carrello-quantita-value > a > img { display:none }

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	table.responsive td div.carrello-quantita-value > a > span { display:none }
	table.responsive td div.carrello-quantita-value > a > img { display:inline-block }
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	table.responsive td.carrello-elimina-value{
		position:absolute;
		top:10px;
		right:10px;
		text-align:right;
	}
}

/*-----------------------------------------------
tabella carrello readonly
-----------------------------------------------*/
div#checkout > .cart > table.grid { font-size:0.75em; }
div#checkout > .cart > table.grid td { padding-top:6px;padding-bottom:6px;padding-left:1px;padding-right:1px; border-top:1px dotted #C4C4C4; }

th.carrello-readonly-articolo { width:65%; }
th.carrello-readonly-prezzo { width:35%;text-align:right; }

td.carrello-readonly-articolo { }
td.carrello-readonly-prezzo { text-align:right; }

div#checkout > .cart > table.grid tr.iva { background-color:#f5f5f5; }
div#checkout > .cart > table.grid tr.surcharge { background-color:#eaeaea; }

/*-----------------------------------------------
tabella pagamento
-----------------------------------------------*/
th.pagamento-checkbox { width:5%; }
th.pagamento-descrizione { width:65%; }
th.pagamento-spese { width:30%;text-align:right; }

div#checkout table.payment tr{border-bottom:1px #aaaaaa dotted; }
div#checkout table.payment td{padding:1.5% 0.5%; }

/*-----------------------------------------------
tabella indirizzi
-----------------------------------------------*/
th.indirizzo-checkbox { width:5%; }
th.indirizzo-descrizione { width:70%; }
th.indirizzo-spese { width:25%;text-align:right; }

td.indirizzo-checkbox{text-align:center}
td.indirizzo-descrizione { font-size:0.85em; }
td.indirizzo-spese { text-align:right; }

div#checkout table.address tr{border-bottom:1px #aaaaaa dotted}
div#checkout table.address td{padding:1.5% 0.5%; }

/*-----------------------------------------------
tabella tier pricing
-----------------------------------------------*/
th.tier-pricing-qty { width:30%;text-align:center; }
th.tier-pricing-discount { width:30%;text-align:center; }
th.tier-pricing-price { width:40%;text-align:center; }
td.tier-pricing-qty { text-align:center; }
td.tier-pricing-discount { text-align:center; }
td.tier-pricing-price { text-align:center; }

/*-----------------------------------------------
tabella tag
-----------------------------------------------*/
th.tag-description { width:70%; }
th.tag-select { width:30%;text-align:center; }
td.tag-select { text-align:center; }

/********************************************************************************************************
 ELEMENTI ECOMMERCE NELLA SCHEDA PRODOTTO
*******************************************************************************************************/
div#buy{
	width:100%;
	padding:4%;
	margin-bottom:4%;
	border:3px #bbbbbb solid;
}
div#buy > div.price{
	width:100%;
	margin-bottom:2%;
}
div#buy > div.price > p.price{
	font-size:1.5em;
	margin:0;
}
div#buy > div.price > a{
	float:right;
	font-size:0.9em;
}

/********************************************************************************************************
 AGGIUNGI AL CARRELLO
*******************************************************************************************************/
div#buy > ul.add-to-cart{
	width:100%;
	margin-top:5%;
}
div#buy > ul.add-to-cart > li{
	vertical-align:top;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
div#buy > ul.add-to-cart > li #btn{
	height:38px;
	font-size:14px;
	padding:7px 7px 7px 36px;
	line-height:24px;
}
div#buy > ul.add-to-cart > li input{
	height:38px;
	padding:3px;
	font-size:18px;
	margin-right:0.5em;
}
div#buy > ul.add-to-cart > li span{
	line-height:38px;
	font-size:18px;
}
div#buy #qta{
	width:70px;
}
p.iva {
	font-size:0.75em;
	font-style:italic;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	div#buy > div#addtocart > a.button{
		float:left;
		margin:10px 0px;
	}
}

/********************************************************************************************************
 TABELLINE (PREZZI, PERSONALIZZAZIONI, TIER PRICING, ECC) NELLA SCHEDA PRODOTTO
*******************************************************************************************************/
div#buy .tab h4{
	color:#444444;
	font-size:1.1em;
	font-weight:normal;
	margin:0 0 2px 0;
}
div#buy .tab h4.icon{
	padding-left:20px;
}
div#buy .tab{
	margin-top:3%;
	width:60%;
}
div#buy .tab > div.grid-container{
	position:relative;
}
div#buy .tab > div.grid-container > img{
	position:absolute;
	top:-16px;
	left:-16px;
}
div#buy .tab table.grid{
	background-color:#ffffff;
	border:1px #cccccc solid;
	font-size:0.9em;
}
div#buy .tab table.grid td, div#buy .tab table.grid th{
	border:1px #cccccc solid;
	padding:0.5em 0.7em;
}
div#buy .tab table.grid th{
	font-weight:normal;
	color:#666666;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	div#buy .tab{
		width:100%;
	}
}

/********************************************************************************************************
 CARRELLO
*******************************************************************************************************/
ul.lista-attributi{
	color:#666666;
	font-size:0.85em;
}

/********************************************************************************************************
 CHECKOUT
*******************************************************************************************************/
div.align-left-right:after{
	width:100%;
	content:"";
	clear:both;
	display:table;
}
div.align-left-right a {
	margin:10px 0px;
}
div.align-left-right a:FIRST-CHILD {
	float:right;
}
nav#step {
	float:left;
	width:10%;
	font-size:0.9em;
	text-align:center;
}
nav#step li {
	padding-top:10%;
	padding-bottom:10%;
	color:#666666;
	margin-bottom:3%;
	background:#e6e6e6;
}
nav#step li.active{background:#f3f3f3;}
div#checkout{
	width:100%;
	margin-bottom:2%;
}
div#checkout:after{
	content:"";
	clear:both;
	display:table;
}
div#checkout > .contents {
	float:left;
	width:60%;
	padding:3%;
	background-color:#f3f3f3;
	min-height:250px; /* _pixel */
	height:auto !important;
	height:250px; /* _pixel */
}
div#checkout > .contents > p.shipping {
	text-align:right;
	font-size:0.8em;
	margin-top:0px;
	margin-bottom:6px;
}
div#checkout > .cart {
	float:left;
	padding-left:3%;
	width:30%;
}
div#checkout > .cart > p{
	text-align:right;
	font-size:0.75em;
}
div#checkout > .contents li{
	margin-bottom:3%;
	padding-bottom:3%;
	border-bottom:1px dotted #C4C4C4;
}
div#checkout > .contents li:LAST-CHILD{
	border:0
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	nav#step{display:none;}
	div#checkout > .contents {
		width:70%;
		padding:2%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	div.align-left-right a, div.align-left-right a:FIRST-CHILD{
		float:left;
		clear:both;
	}
	div#checkout > .contents {
		float:none;
		width:100%;
		padding:2%;
		min-height:0px;
	}
	div#checkout > .cart {
		float:none;
		padding-left:0;
		width:100%;
		margin-top:10%;
	}
}

/********************************************************************************************************
 SPESE DI SPEDIZIONE
*******************************************************************************************************/
ul.shipping-fees > li{
	font-size:1.4em;
	margin-bottom:3%;
}
ul.shipping-fees > li li{
	font-size:0.6em;
	padding:1%;
}
ul.shipping-fees > li li:nth-child(odd){
	background-color:#f0f0f0;
}
ul.shipping-fees > li li:nth-child(even){
	background-color:#f8f8f8;
}
ul.shipping-fees > li li > span{
	float:right;
	font-size:1.4em;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.shipping-fees > li li{
		height:50px;
		padding-top:4px;
		color:#777777;
	}
	ul.shipping-fees > li li > span{
		float:left;
		width:100%;
		padding-top:4px;
		color:#000000;
	}
}

/********************************************************************************************************
 INDIRIZZI DI SPEDIZIONE
*******************************************************************************************************/
ul.address > li{
	padding:10px;
	margin:10px 0px;
	position:relative;
}
ul.address > li:nth-child(odd){
	background:#f6f6f6;
}
ul.address > li > div.buttons{
	position:absolute;
	top:10px;
	right:10px;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.address > li > div.buttons{
		position:static;
		bottom:0;
		margin:5px 0px;
	}
	ul.address > li > div.buttons a{
		margin:5px 0px;
	}
}

/********************************************************************************************************
 LISTA PRODOTTI CONSIGLIATI, PAGINA CARRELLO
*******************************************************************************************************/
section#prod-suggested{
	width:100%;
	background-color:#f0f0f0;
	padding:2% 0;
}
section#prod-suggested ul{
	display:block;
	overflow:hidden;
	margin-left:-1%;
}
section#prod-suggested li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:15.66%;
	height:auto;
	margin-left:1%;
	margin-bottom:1%;
	padding:1% 0;
	vertical-align:top;
	text-align:center;
}
section#prod-suggested li div.imgcont{
	display:block;
	width:100%;
	position:relative;
	height:0;
	padding:75% 0 0 0;
	overflow:hidden;
}
section#prod-suggested li img{
	position:absolute;
	display:block;
	max-width:100%;
	max-height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
section#prod-suggested li img{
	max-width:100%;
	max-height:100%;
}
section#prod-suggested li h4{
	font-weight:bold;
	color:#444444;
	font-size:1em;
	margin:0.5em 0;
}
section#prod-suggested li p{
	width:100%;
	font-size:0.95em;
	text-align:center;
	color:#666666;
	margin:0;
	padding:0;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	section#prod-suggested li{
		width:24%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	section#prod-suggested li{
		width:32.33%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	section#prod-suggested li{
		width:49%;
	}
}

/********************************************************************************************************
 CODICI SCONTO
*******************************************************************************************************/
section#main #insert-coupon{
	padding:1em 0;
	height:64px;
	background-image:url("../../img/frontend/coupon.png");
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:70px;
}
section#main #insert-coupon > a.button{
	padding:0.1em 0.8em;
	line-height:normal;
}
table tr:nth-child(even).valid, table tr:nth-child(odd).valid{
	background-color:#BDEFC1;
}
table tr:nth-child(even).invalid, table tr:nth-child(odd).invalid{
	background-color:#FFC1C1;
}
table tr.invalid td{
	color:#CE0000;
}

/********************************************************************************************************
 WIDGET CARRELLO
*******************************************************************************************************/
div#cart-widget{
	position:absolute;
	top:-120px;
	right:50%;
	margin-right:-608px; /* metà del wrapper */
	padding:0;
	z-index:1001;
	font-size: 16px;
	transition: all 300ms;
}
.minimized div#cart-widget {
	opacity: 0;
	visibility: hidden;
}
div#cart-widget > div.content > a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:36px; /* _pixel */
	padding:6px 10px;
	margin:0px;
	border:0px;
	cursor:pointer;
	vertical-align: bottom;
}
div#cart-widget > div.content > a img{
	float:left;
	width:24px;
	height:24px;
}
div#cart-widget > div.content > a p{
	float:left;
	margin:3px 0px 0px 0px;
	text-align:center;
	line-height:18px;
	margin-left:10px;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
}
div#cart-widget > div.full > a p{
	color:#fff;
}
div#cart-widget > div.content > a p.qt{
	-moz-border-radius:10px;
	border-radius:10px;
	color:#ffffff;
	padding:0px 5px 3px 5px;
	font-weight:normal;
	background:#b0b0b0;
}
div#cart-widget > div.full > a p.qt{
	background: #262626;
}
div#cart-widget > div.content > a img.arrow{
	float:right;
	display:none;
	width:22px;
	height:16px;
	margin:4px 0px 0px 8px;
	padding-left:6px;
	border-left:1px solid #c8c8c8;
}
div#cart-widget > div.full > a img.arrow{
	display:none;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	div#cart-widget{
		right:2.5%;
		margin-right:0;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	div#cart-widget{
		top: 7px;
		right: 60px;
	}
	.minimized div#cart-widget{
		 top:7px;
		opacity: 1;
		visibility: visible;
	 }

	div#cart-widget > div.full > a img.arrow{
		display:none;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	header #cart-toggle{
		display:inline-block;
		*display:inline;
		*zoom:1;
		position:relative;
	}
	.cart-collapsed{display:none;}
	.cart-expanded{display:block;}
	#cart-toggle p.qt{
		position:absolute;
		top:5px;
		right:5px;
		-moz-border-radius:10px;
		border-radius:10px;
		color:#000000;
		padding:0px 6px;
		margin:0px;
		font-size:14px;
		background:#e0e0e0;
	}
	#cart-toggle > div.full p.qt{
		color:#ffffff;
		background:#329ED3;
	}
}

/********************************************************************************************************
 WIDGET CARRELLO - LISTA ARTICOLI
*******************************************************************************************************/
div#cart-widget .item-list{
	display:none;
	position:absolute;
	width:280px;
	margin-top:-5px;
	right:-20px;
	padding:10px;
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,.3);
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,.3);
	-o-box-shadow:0px 2px 5px rgba(0,0,0,.3);
	box-shadow:0px 2px 5px rgba(0,0,0,.3);
	background:#ffffff;
}
div#cart-widget .item-list:before {
	bottom:100%;
	left:50%;
	content:"";
	height:0;
	width:0;
	position:absolute;
	border:solid rgba(0, 0, 0, 0);
	border-bottom-color:#ffffff;
	border-width:8px;
	margin-left:74px;
}
div#cart-widget > div.full:hover .item-list{
	display:block;
}
div#cart-widget .item-list > ul > li{
	float:left;
	width:260px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #e8e8e8;
}
div#cart-widget .item-list > ul > li:LAST-CHILD{
	border-bottom:0px;
}
div#cart-widget .item-list > ul > li .col1{
	float:left;
	width:22%;
	position:relative;
	height:0;
	padding:22% 0 0 0;
	overflow:hidden;
}
div#cart-widget .item-list > ul > li img{
	position:absolute;
	display:block;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0 auto;
}
div#cart-widget .item-list > ul > li .col2{
	float:left;
	width:78%;
	padding-left:6px;
}
div#cart-widget .item-list > ul > li p{
	float:none;
	text-align:left;
	overflow:hidden;
	line-height:16px;
	margin-left:10px;
	font-size:0.75em;
	font-weight:normal;
}
div#cart-widget .item-list > ul > li p > a{
	color:#329ED3;
}
div#cart-widget .item-list > ul > li p.desc > a:hover{
	text-decoration: underline;
}
div#cart-widget .item-list > ul > li p.price{
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
}
div#cart-widget .item-list a.button{
	width:100%;
	text-align:center;
	padding:12px 0px;
	height:auto;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	div#cart-widget > div.full:hover .item-list{
		display:none;
	}
}

/********************************************************************************************************
 WIDGET CARRELLO - SPESE EXTRA
*******************************************************************************************************/
div#cart-widget ul.extra > li{
}
div#cart-widget ul.extra > li > p{
	margin:0;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
div#cart-widget ul.extra > li > p.desc{
	font-size:0.72em;
	color:#666666;
	width:75%;
}
div#cart-widget ul.extra > li > p.price{
	font-size:0.72em;
	width:25%;
	text-align:right;
	font-weight:normal;
}






/********************************************************************************************************
 DATAGRID
*******************************************************************************************************/
div#search-grid{
	position:relative;
}
div#search-grid > div.grid-container{
	width:70%;
}
div#search-grid > div.search{
	width:27%;
	margin-left:3%;
	padding:2%;
	position:absolute;
	top:0;
	right:0;


	border:1px #f0f0f0 solid;
	background-color:#f6f6f6;
	font-size:0.85em;
}
div#search-grid > div.search ul > li{
	width:100%;
	margin-bottom:20px;
}
div#search-grid > div.search ul > li label{
	width:38%;
	text-align:left;
}
div#search-grid > div.search ul > li div.field{
	width:100%;
}
div#search-grid > div.search ul > li div.field input{
	width:100%;
	outline: none;
	border: 0;
	background-color: #f6f6f6;
	border-bottom: #7a7a7a 1px solid;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	div#search-grid > div.grid-container{
		width:100%;
		padding-bottom:10%;
	}
	div#search-grid > div.search{
		width:100%;
		margin-left:0;
		padding:2%;
		position:static;
	}
}

/* datagrid */
.grid-container > .datagrid{
	position:relative;
}

/* box: regole comuni a tutti gli stili */
ul.item-list{
	width:100%;
	font-size:0;
	position:relative;
	margin-top:5px;
}
ul.item-list > li{
	position:relative;
	border-style:solid;
	border-color:#dddddd;
	cursor:pointer;
	overflow:hidden;
}
ul.item-list > li a{
	color:#333333;
}
ul.item-list > li.selected{
	border-color:#15CB16;
	background-image:url("../../img/frontend/selected.png");
	background-repeat:no-repeat;
	background-position:bottom right;
}
ul.item-list > li:hover *{
	text-decoration:none;
}
ul.item-list > li div.txtcont > h4{
	font-weight:normal;
}
ul.item-list > li div.txtcont > p{
	font-size:13px;
	color:#888888;
	margin-bottom:0;
	height:1.25em;
	text-align:center;
}
ul.item-list > li > a{
	display:block;
}

/* stili 1 e 2 */
ul.item-list-style-1 > li,
ul.item-list-style-2 > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	padding:1% 1% 22px 1%;
	margin:0.5%;
	border-width:1px;
	box-shadow:0px 0px 3px #dddddd;
	text-align:center;
}
ul.item-list-style-1 > li{
	width:32.33%;
}
ul.item-list-style-2 > li{
	width:49%;
}
ul.item-list-style-1 > li:hover,
ul.item-list-style-2 > li:hover{
	border:1px #bbbbbb solid;
	box-shadow:0px 0px 3px #bbbbbb;
	color:#000000;
}
ul.item-list-style-1 > li.selected:hover,
ul.item-list-style-2 > li.selected:hover{
	border-color:#15CB16;
}
ul.item-list-style-1 > li > a > div.imgcont,
ul.item-list-style-2 > li > a > div.imgcont{
	display:block;
	width:100%;
	position:relative;
	height:0;
	padding:75% 0 0 0;
	overflow:hidden;
}
ul.item-list-style-1 > li > a > div.imgcont > img,
ul.item-list-style-2 > li > a > div.imgcont > img{
	position:absolute;
	display:block;
	max-width:100%;
	max-height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
ul.item-list-style-1 > li > a > div.iconcont,
ul.item-list-style-2 > li > a > div.iconcont{
	display:block;
	width:100%;
	position:relative;
	height:0;
	padding:75% 0 0 0;
	overflow:hidden;
}
ul.item-list-style-1 > li > a > div.iconcont > img,
ul.item-list-style-2 > li > a > div.iconcont > img{
	position:absolute;
	display:block;
	max-width:100%;
	max-height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
ul.item-list-style-1 > li > a > div.txtcont,
ul.item-list-style-2 > li > a > div.txtcont{
	display:block;
}
ul.item-list-style-1 > li div.txtcont > h4,
ul.item-list-style-2 > li div.txtcont > h4{
	font-size:14px;
	line-height:1.05em;
	height:2em;
	overflow:hidden;
	margin:0.25em 0 0 0;
}
ul.item-list-style-1 > li button,
ul.item-list-style-2 > li button{
	left:0;
	bottom:0;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	ul.item-list-style-1 > li{
		width:19%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	ul.item-list-style-1 > li{
		width:24%;
	}
	ul.item-list-style-2 > li{
		width:49%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.item-list-style-1 > li{
		width:49%;
	}
	ul.item-list-style-2 > li{
		width:99%;
	}
}

/* stile 3 */
ul.item-list-style-3 > li{
	display:block;
	border-width:0px 0 1px 0;
	padding:1% 1% 22px 1%;
	text-align:left;
}
ul.item-list-style-3 > li:FIRST-CHILD{
	border-width:1px 0 1px 0;
}
ul.item-list-style-3 > li.selected{
	border-color:#dddddd;
	background-color:#e1fde1;
}
ul.item-list-style-3 > li > a > div.imgcont{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:7.5%;
	margin-right:3.5%;
}
ul.item-list-style-3 > li > a > div.imgcont > img{
	max-width:100%;
	max-height:100%;
}
ul.item-list-style-3 > li > a > div.iconcont{
	float:right;
	margin-right:50px;
}
ul.item-list-style-3 > li > a > div.iconcont > img{
	max-width:100%;
	max-height:100%;
}
ul.item-list-style-3 > li > a > div.txtcont{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
ul.item-list-style-3 > li div.txtcont > h4{
	font-size:16px;
	margin-bottom:0;
	margin-top:0.5em;
}
ul.item-list-style-3 > li div.txtcont > p{
	margin:0;
}
ul.item-list-style-3 > li button{
	top:2px;
	right:2px;
}

/* stile 4 */
ul.item-list-style-4 > li{
	display:block;
	border-width:0px 0 1px 0;
	padding:7px 5px;
	text-align:left;
}
ul.item-list-style-4 > li.selected{
	border-color:#dddddd;
	background-color:#e1fde1;
	background-position:center right;
}
ul.item-list-style-4 > li:FIRST-CHILD{
	border-width:1px 0 1px 0;
}
ul.item-list-style-4 > li > a > div.imgcont{
	display:none;
}
ul.item-list-style-4 > li > a > div.iconcont{
	float:right;
	margin-right:50px;
}
ul.item-list-style-4 > li > a > div.iconcont > img{
	max-width:100%;
	max-height:100%;
}
ul.item-list-style-4 > li > a > div.txtcont{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	margin:0 0 0 30px;
}
ul.item-list-style-4 > li div.txtcont > h4{
	font-size:14px;
	margin:0;
}
ul.item-list-style-4 > li div.txtcont > p{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 1em 0 0;
	vertical-align:top;
}
ul.item-list-style-4 > li button{
	top:5px;
	left:0px;
}

/* stati dei box */
ul.item-list > li.item-list-status-1{}
ul.item-list > li.item-list-status-2 a{
	color:#bbbbbb;
}
ul.item-list > li.item-list-status-2 > a > div.imgcont > img{
	opacity:0.3;
}
ul.item-list > li.item-list-status-2 button{
	opacity:0.3;
}

/* data grid helper */
div#data-grid-helper{
	font-size:0.95em;
	padding:0 0.5%;
	height:20px;
	line-height:20px;
	position:relative;
}
div#data-grid-helper div.limited{
	margin-left:20px;
	display:inline-block;
	line-height:20px;
	position:relative;
	z-index:1;
}
div#data-grid-helper div.limited > a{
	color:#F48703;
}
div#data-grid-helper div.limited > img{
	float:left;
	max-width:18px;
	margin-top:-2px;
	margin-right:3px;
}
div#data-grid-helper div.limited > .limited-panel{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:280px;
	border:1px #cccccc solid;
	padding:20px;
	color:#666666;
	background-color:#ffffff;
	line-height:15px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
}
div#data-grid-helper div.limited > .limited-panel > a{
	text-decoration:underline;
}
div#data-grid-helper > .select-all{
	position:absolute;
	top:0;
	right:160px;
	color:#777777;
}
div#data-grid-helper > .select-all > input{
	margin-left:5px;
}
div#data-grid-helper > .change-style{
	float:right;
	font-size:0;
	height:20px;
}
div#data-grid-helper > .change-style > a{
	margin-left:10px;
}

/* link ordinamento box */
.datagrid > .sort-link{
	position:absolute;
	top:0;
	left:100px;
	width:auto;
	text-align:center;
	height:20px;
	line-height:20px;
}
.datagrid > .sort-link > a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#6D9BE0;
	position:relative;
	height:20px;
	line-height:20px;
}
.datagrid > .sort-link > a.ord-asc, .datagrid > .sort-link > a.ord-desc{
	padding-right:1em;
	color:#005BE5;
}
.datagrid > .sort-link > a.ord-asc:after, .datagrid > .sort-link > a.ord-desc:after{
	position:absolute;
	top:0;
	right:0;
	font-size:0.8em;
}
.datagrid > .sort-link > a.ord-asc:after{
	content:"\25b2";
}
.datagrid > .sort-link > a.ord-desc:after{
	content:"\25bc";
}



/********************************************************************************************************
 RIDEFINIZIONE DI TAG
*******************************************************************************************************/
ul{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/********************************************************************************************************
 CONTENITORI GENERICI PER IL LAYOUT DELLA PAGINA
*******************************************************************************************************/
body {
	font-size:100%;
	font-family: 'Playfair Display', serif;
	color:#222222;
	/*display: grid;
	grid-template-columns: auto;
	grid-template-rows: 210px 1fr auto;
	grid-template-areas:
			"header"
			"main"
			"footer";
	min-height: 100vh;*/
}
.wrapper{
	width:1216px;
	margin-left:auto; 
	margin-right:auto;
}	
main{
	margin-top: 150px;
	width:100%;
	grid-area: main;
	align-self: stretch;
	min-height: 450px;
}
.home-page main {
	margin-top: 0px;
}


section#main{
    padding:50px 0;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.6;
}
.home-page section#main{
	padding: 0;
}
section#main.paragraphs{
	padding: 0;
}
section.attachment{
	width:100%;
	margin-top:20px;
	padding-top: 20px;
	border-top: #e4e4e4 1px solid;
}
section.attachment h3{
	color: #000000;
	font-weight: 800;
	letter-spacing: 1px;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	.wrapper{
		width:95%;
	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	body {
		grid-template-rows: 150px 1fr auto;
	}
	main {
		margin-top: 150px;
	}
	.home-page section#main{
		font-size: 1em;
		line-height: normal;
	}
	section#main h2{
		font-size: 1.8em;
		line-height: normal;
	}
	/*div#contents{
		margin-top: 150px;
	}*/
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	body {
		grid-template-rows: 120px 1fr auto;
	}
	main {
		margin-top: 100px;
	}
	section#main{
		font-size: 1em;
		line-height: 1.6;
	}
	section#main h2{
		font-size: 1.8em;
		line-height: normal;
	}
	/*div#contents{
		margin-top: 120px;
	}*/
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	section#main{

		line-height: normal;
	}
	main {
		margin-top: 60px;
	}

}

/********************************************************************************************************
 SLIDESHOW BANNER
*******************************************************************************************************/
section#slideshow{
	padding-top: 50%;
}
section#slideshow div.text {
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    right:0;
    margin: 0;
    padding:3%;
    color: white;
    font-size:2em;
    text-align:center;
    background-color: rgba(0,0,0,0.3);
	z-index: 999;
}

section#slideshow div.text h4{
	position: absolute;
	bottom: 60%;
	left: 0;
	right: 0;
	margin: auto;
	font-size:1.4em;
	font-weight:normal;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 calc(2.5% + 85px);
}
section#slideshow div.text p{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	padding: 0 calc(2.5% + 85px);
}


/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	section#slideshow{
		padding-top: 50%;
	}

	section#slideshow div.text {
		font-size:1.6em;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	section#slideshow{
		padding-top: 80%;
	}

	section#slideshow div.text {
		font-size:1.4em;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	section#slideshow{
		padding-top: 130%;
	}
	section#slideshow div.text {
		font-size:1.1em;
	}
	section#slideshow div.text h4,
	section#slideshow div.text p{
		padding: 0 2.5%;
	}
}
	
/********************************************************************************************************
 LISTA DI IMMAGINI
*******************************************************************************************************/
ul.img-list{
 	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
 	overflow:hidden;
}
ul.img-list li{
	position: relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:19.2%;
    height:auto;
    padding:0;
	margin-right: 1%;
    margin-bottom:1%;
    vertical-align:top;
	font-size: 0;
    text-align:center;
    overflow: hidden;
}
ul.img-list li:nth-child(5n+0){
	margin-right: 0;
}
ul.img-list li > a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
ul.img-list li > a > div{
	position: relative;
	width:100%;
	height: 0;
	padding: 75% 0 0 0;
}
ul.img-list li > a > div > div.imgcont{
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	display:block;
	width:100%;
	height: 100%;
	padding:0;
	overflow:hidden;
}
ul.img-list li img{
	display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
}
ul.img-list li:hover img{
	transform: scale(1.1);
}
ul.img-list li p{
	position: absolute;
	bottom: -50%;
	left: 0;
	display: inline-block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.59);
	font-size:15px;
	line-height: 20px;
	text-align:center;
	color: #efefef;
	margin:0;
	padding: 0 4px;
	transition: all 300ms ease-in-out;
}
ul.img-list li:hover p{
	bottom: 0;

}

/* SOLO IN CASO DI IE Gestito via js */
div.imgcont.compat-object-fit {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

div.imgcont.compat-object-fit > img {
	display: none;
	opacity: 0;
	width: 120px;
	height: 120px;
	object-fit: cover;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	ul.img-list li{
		width: 24.25%;
	}
	ul.img-list li:nth-child(5n+0){
		margin-right: 1%;
	}
	ul.img-list li:nth-child(4n+0){
		margin-right: 0;
	}
	ul.img-list li:hover img{
		transform: scale(1);
	}
	ul.img-list li p{
		bottom: 0;
		padding: 0 4px;
	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.img-list li{
		width: 32.666666666%;
	}
	ul.img-list li:nth-child(5n+0){
		margin-right: 1%;
	}
	ul.img-list li:nth-child(4n+0){
		margin-right: 1%;
	}
	ul.img-list li:nth-child(3n+0){
		margin-right: 0;
	}
	ul.img-list li p{
		font-size: 14px;
	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	ul.img-list li{
		width: 49.5%;
	}
	ul.img-list li:nth-child(5n+0){
		margin-right: 1%;
	}
	ul.img-list li:nth-child(4n+0){
		margin-right: 1%;
	}
	ul.img-list li:nth-child(3n+0){
		margin-right: 1%;
	}
	ul.img-list li:nth-child(2n+0){
		margin-right: 0;
	}
	ul.img-list li p{
		font-size: 13px;
	}
}

/********************************************************************************************************
 LISTA DI DOCUMENTI
*******************************************************************************************************/
ul.doc-list{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow:hidden;
}
ul.doc-list li{
	position: relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:32%;
	height:auto;
	margin-right:2%;
	margin-bottom:2%;
	vertical-align:top;
	font-size: 0;
	text-align:center;
	background-color: #f9f9f9;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}
ul.doc-list li:hover{
	background-color:#f0f0f0;
}
ul.doc-list li:nth-child(3n+0){
	margin-right: 0;
}
ul.doc-list li > a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 20px;
}

ul.doc-list li > a:after{
	position: absolute;
	display: inline-block;
	width: 30px;
	bottom: -40px;
	right: 15px;
	font-size: 15px;
	line-height: 30px;
	color: #696969;
	font-family: "Material Icons";
	font-weight: 900;
	content: "\e315";
	border-radius: 15px;
	background-color: #b5b5b5;
	margin: 0;
	transition: all 300ms ease-in-out;
}
ul.doc-list li > a:hover:after{
	bottom: 15px;
}
ul.doc-list li > a > div:first-child{
	position: relative;
	width: 30%;
	padding-top:42.43%;
}
ul.doc-list li > a > div > div.imgcont{
	position: absolute;
	width:100%;
	height: 100%;
	padding: 75% 0 0 0;
}
ul.doc-list li > a > div > div.imgcont{
	position: absolute;
	top:0;
	left: 0;
	display:block;
	width:100%;
	height: 100%;
	padding:0;
	overflow:hidden;
}
ul.doc-list li img{
	display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.doc-list li > a > div.textcont{
	position: relative;
	width: 70%;
	padding-left: 10px;
}

ul.doc-list li p{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size:16px;
	line-height: 18px;
	text-align:left;
	color: #5c5c5c;
	margin:0;
	max-height: 90px;
	overflow: hidden;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	ul.doc-list li p {
		font-size: 14px;
		max-height: 72px;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

	ul.doc-list li{
		width:49%;
		background-color:#f0f0f0;
	}
	ul.doc-list li:nth-child(3n+0){
		margin-right: 2%;
	}
	ul.doc-list li:nth-child(2n+0){
		margin-right: 0;
	}
	ul.doc-list li > a:after{
		bottom: 15px;
	}
	ul.doc-list li p {
		max-height: 90px;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.doc-list li > a{
		flex-flow: column;
		justify-content: center;
	}
	ul.doc-list li > a{
		justify-content: flex-start;
		padding-bottom: 60px;
	}

	ul.doc-list li > a:after{
		left: 0;
		right: 0;
		margin: auto;
		bottom: 15px;
	}
	ul.doc-list li > a > div:first-child{
		margin: 0 auto;
		width: 50%;
		padding-top: 70.71%;
	}
	ul.doc-list li > a > div.textcont{
		width: 100%;
		padding-left: 0;
	}
	ul.doc-list li p {
		position: static;
		top: auto;
		transform: translateY(0);
		text-align: center;
		padding-top: 10px;
		max-height: 100px;
	}
	/*ul.img-list,
	ul.doc-list{
		margin-left:-2%;
	}
	ul.img-list li,
	ul.doc-list li{
		width:48%;
		margin-left:2%;
		margin-bottom:2%;
	}*/
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	ul.doc-list li > a{
		padding: 10px 10px 50px;
	}
	ul.doc-list li p {
		font-size: 13px;
	}
}
/********************************************************************************************************
 LISTA DI VIDEO
*******************************************************************************************************/
ul.vid-list {
 	display:block; 
 	overflow:hidden;
 	margin-left:-1%;
}
ul.vid-list li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:48%;
    height:auto;
    margin-left:1%;
    margin-bottom:1%;
    vertical-align:top;
}
ul.vid-list li div.player{
	float:left;
	position:relative;
	width:100%;
	padding-bottom:75%;	
	border:1px #cccccc solid;
	background-color:#ffffff;
}
ul.vid-list li div.player iframe{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
}
ul.vid-list li video{
	float:left;
	width: 100%    !important;
	height: auto   !important;
	border:1px #cccccc solid;
	background-color:#000000;
}
ul.vid-list li p{
	font-size:0.725em;
	text-align:center;
	color:#666666;
	padding-top:0.1em;
	margin:0
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.vid-list {
		margin-left:0;
	}
	ul.vid-list li{
		width:100%;
		margin: 0 0 3%;
	}
}

/********************************************************************************************************
 RISULTATI RICERCA
*******************************************************************************************************/
ul.search-result > li{
	width:100%;
	padding-bottom:1%;
	border-bottom:1px #999999 dotted;
	margin-bottom:1%;
}
ul.search-result > li > p{
	font-size:0.8em;
	color:#666666;
	margin:0
}
.n-result{
	width:100%;
	padding-bottom:2%;
	font-size:0.8em;
	font-style:italic;
}

/********************************************************************************************************
 TOOLBAR
*******************************************************************************************************/
div.toolbar{
	width:100%;
	margin-top:2%;
	margin-bottom:2%;
}
div.toolbar div.left{ text-align:left; }
div.toolbar div.center{ text-align:center; }
div.toolbar div.right{ text-align:right; }
div.toolbar a{
	margin-left:1%;
}
div.toolbar a:first-child{
	margin-left:0;
}

/********************************************************************************************************
 BARRA DI NAVIGAZIONE AD ALBERO
*******************************************************************************************************/
nav#tree{
	width:100%;
	margin-bottom:1%;
	text-align:right;
	font-size:0.9em;
	color:#666666;
}
nav#tree li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
}
nav#tree li a{
	line-height: 18px;
}
nav#tree li i{
	font-size: 0.7em;
	color: #4e4e4e;
	line-height: 18px;
	vertical-align: center;
}
nav#tree li:last-child{
	padding-right:0;
}
nav#tree li:last-child i{
	display: none;
}

/********************************************************************************************************
 CONDIVIDI SU FACEBOOK
*******************************************************************************************************/
div.share{
	width:100%;
	text-align:right;	
}
div.share >	a{
	display:block;
	padding-right:26px;
	height:24px;
	line-height:24px;
	background: url("../../img/frontend/facebook.png") no-repeat top right;
	color:#325397;
	text-decoration:none;
	font-size:0.8em;
}
div.share >	a:hover{
	color:#8B9DC2;
	text-decoration:none;
}

/********************************************************************************************************
 CAPTCHA
*******************************************************************************************************/
.captcha img {
	float: left;
	margin-right: 15px;
}
form .captcha div.field .size1 {
	width: 120px;
	height: 30px;
}


ul.paragraphs{
	display: flex;
	flex-flow: column;
}
ul.paragraphs > li{
	display: flex;
	flex-flow: column;
	width: 100%;
}
ul.paragraphs > li > div.text_section{
	width: 100%;
	padding: 5% 15%;
	text-align: center;
	background-color: whitesmoke;
}
ul.paragraphs > li > div.text_section h2{
	font-size: 3em;
	text-transform: uppercase;
}
ul.paragraphs > li > div.text_section .paragraph_content{
	text-align: center;
	font-size: 2em;
}
ul.paragraphs > li > div.image_section{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 26%;
	background: fixed center center;
	background-size: cover;
	overflow: hidden;
}
ul.paragraphs > li > div.image_section p{
	display: none;
}
ul.paragraphs > li > div.image_section.no-thumb{
	display: none;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	ul.paragraphs > li > div.text_section{
		font-size: 0.9em;
	}
	ul.paragraphs > li > div.image_section {
		padding-top: 40%;
	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	ul.paragraphs > li > div.text_section{
		padding: 10% 10%;
		font-size: 0.8em;
	}
	ul.paragraphs > li > div.image_section {
		padding-top: 45%;
		background-attachment: scroll;

	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.paragraphs > li > div.text_section{
		padding: 10% 5%;
		font-size: 0.7em;
	}
	ul.paragraphs > li > div.image_section {
		padding-top: 50%;
	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	ul.paragraphs > li > div.text_section{
		padding: 10% 2.5%;
		font-size: 0.42em;
	}
}
/********************************************************************************************************
 404 ERROR
*******************************************************************************************************/
section#error_404{
	background-color: white;

	padding: 50px 0;
}
section#error_404 img{
	display: block;
	height: 130px;
}

section#error_404 h2 {
	display: block;
	font-size: 70px;
	color: black;
}
section#error_404 h3 {
	display: block;
	color: black;
	letter-spacing: 1px;
}
section#error_404 p {
	display: block;
	color: #3a3a3a
}

section#error_404 a {
	display: inline-block;
	color: #000000;
	border: #000000 1px solid;
	padding: 15px 25px;
	margin-top: 30px;
	margin-right: 25px;
	text-transform: uppercase;
	transition: all 300ms;
}
section#error_404 a:hover{
	background-color: black;
	color: white;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	section#error_404{
		text-align: center;
	}
	section#error_404 img {
		margin: auto;
	}
	section#error_404 p {
		text-align: center;
	}
	section#error_404 a {
		margin-right: 10px;
		margin-left: 10px;
	}

}


/********************************************************************************************************
 LISTA DI HIGHLIGHT
*******************************************************************************************************/
section#highlight{
	width:100%;
	padding:100px 2.5% 140px 2.5%;
	background-color:#eee;
	overflow: hidden;
}
section#highlight h3{
	display: inline-block;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	font-size: 3em;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-align: center;

}
section#highlight span{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0 30%;
	margin-bottom: 15px;
}


.highlight.slick-slider {

	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	display: block;
	box-sizing: border-box;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

ul.highlight{
	padding: 10px 20px;
	margin: 0 60px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;

	text-align: center;
}
ul.highlight > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:auto;
	margin: 20px;
	height:auto;
	vertical-align:top;
	text-align:center;
	background-color: white;


	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
}
ul.highlight > li:hover {
	box-shadow: -1px 5px 5px -5px rgba(0, 0, 0, 0.12), 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}

ul.highlight li > a > div:first-child{
	display:block;
	width:100%;
	position:relative;
	height:0;
	padding:75% 0 0 0;
	overflow:hidden;
}
ul.highlight li > a > div:first-child > div.imgcont{
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;

}
ul.highlight li img{
	display:inline-block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	/*object-fit: cover;*/
	transition: all 300ms ease-in-out;
}
ul.highlight li:hover img{
	transform: scale(1.1);
}
ul.highlight li div.namecont-highlight{
	position: relative;
	height: 4em ;
	width: 100%;
	overflow: hidden;
}
ul.highlight li h4{
	position: absolute;
	display: inline-block;
	width: 100%;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	font-weight:normal;
	font-size:1.5em;
	text-transform: uppercase;
	color: #000000;
	line-height: 1.3;
	padding:0 0px;
	margin:0;
}
ul.highlight li:hover h4{
	color: #000000;
}

ul.highlight li p{
	margin:0;
	padding:0 10px;
	color:#999;
	font-size:1em;
	text-align:center;
	transition: all 300ms ease-in-out;
}
ul.highlight li:hover p{
	color: #353535;
}
ul.highlight li:hover * {
	text-decoration:none;
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 1450
 ----------------------------------------------------------------*/
@media screen and (max-width: 1450px) {

	ul.highlight li div.namecont-highlight {
		position: relative;
		height: 6em;
	}
}


/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	section#highlight span {
		padding: 0 20%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	section#highlight span {
		padding: 0 10%;
	}

	ul.highlight li{
		width:47%;
	}
	ul.highlight li{
		width:48.75%;
		margin-bottom: 2.5%;
	}

	ul.highlight li:nth-child(3),
	ul.highlight li:nth-child(4){
		margin-bottom: 0;
	}

	ul.highlight li:hover img{
		transform: scale(1);
	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.highlight {
		padding: 10px 0px;
		margin: 0 calc(-2.5% + 50px);
	}
	section#highlight h3 {
		display: inline-block;
		width: 100%;
		font-weight: 600;
		text-transform: uppercase;
		color: #000000;
		font-size: 2.8em;
		letter-spacing: normal;
		margin-bottom: 20px;
		text-align: center;
	}
}


/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	section#highlight span {
		padding: 0 5%;
	}
	ul.highlight li{
		display: block;
		width:100%;
		text-align:center;
		margin-bottom: 2.5%;
	}
	ul.highlight li:nth-child(3){
		margin-bottom: 2.5%;
	}
}







section#highlight .slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	background-color: transparent;
	margin: 0;
	padding: 0;
	height: 100%;
}
section#highlight .slick-list:focus
{
	outline: none;
}
section#highlight .slick-list.dragging
{

	cursor: hand;
	background-color: transparent;
}

section#highlight .slick-slider .slick-track,
section#highlight .slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

section#highlight .slick-track
{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
section#highlight .slick-track:before,
section#highlight .slick-track:after
{
	display: table;
	content: '';
}
section#highlight .slick-track:after
{
	clear: both;
}
section#highlight .slick-loading .slick-track
{
	visibility: hidden;
}

section#highlight .slick-slide{
	/*position: relative;
	display: none;
	float: left;
	height: 100%;
	background-color: transparent;*/

	/*height: 100%;
    min-height: 1px;*/
	overflow: visible;
	padding: 40px;
	background-color: white;
	margin: 20px;
	transition: all 300ms;
}

section#highlight .slick-slide:hover {
	box-shadow: -1px 8px 8px -8px rgba(0, 0, 0, 0.12), 0 5px 5px 0 rgba(0, 0, 0, 0.08);

}
section#highlight  [dir='rtl'] .slick-slide {
	float: right;
}
section#highlight .slick-slide img {
	position: absolute;
	margin: auto;
	display: block;
	background-color: transparent;
	/* transform: translateY(-50%) translateX(-50%);*/
}

section#highlight .slick-slide img.vertical{
	height: 100%;
	width: auto;
	top:0;
	left: 50%;
	transform: translateX(-50%);
}
section#highlight .slick-slide img.horizontal{
	/*width: 100%;
	height: auto;
	top:50%;
	left: 0;
	transform: translateY(-50%);*/
}



section#highlight .slick-slide.slick-current.slick-active img{
	z-index: 990;
}

section#highlight .slick-slide.slick-loading img {
	display: none;
}
section#highlight .slick-slide.dragging img {
	pointer-events: none;
}
section#highlight .slick-initialized .slick-slide{
	display: block;
}
section#highlight .slick-loading .slick-slide{
	visibility: hidden;
}
section#highlight .slick-vertical .slick-slide{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
section#highlight .slick-arrow.slick-hidden {
	display: none;
}


#highlight .slick-prev, #highlight .slick-next {
	z-index: 999;
	font-size: 0;
	line-height: 0;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: black;
	border: none;
	outline: none;
	background: rgba(0, 0, 0, 0);
	border-radius: 300px;
	opacity: 1;
	transition: all 300ms;
}
#highlight  .slick-prev:before, #highlight .slick-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: "Material Icons";
	font-size: 70px;
	line-height: 70px;
	text-align: center;
	opacity: .8;
	color: rgb(27, 26, 35);
	transition: all 300ms;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#highlight .slick-dots {
	position: absolute;
	bottom: -40px;

	display: none;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	text-align: center;
}
#highlight .slick-dots li{
	width: 16px;
	display: inline-block;
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1450
 ----------------------------------------------------------------*/
@media screen and (max-width: 1450px) {
	section#highlight .slick-slide {
		padding: 20px;
		margin: 15px;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.slick-prev, .slick-next {
		visibility: visible;
	}
	.slick-prev{
		left: -48px;
	}
	.slick-next {
		right: -48px;
	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#highlight .slick-dots {
		width: calc(100% + 100px);
		margin: 20px 0 0 -50px;
	}
}




/********************************************************************************************************
 LISTA SHOWROOM
*******************************************************************************************************/
section#showroom{
	width:100%;
	padding: calc(2.5% + 80px) 0 80px 0;
	background-color: #f5f5f5;
}
section#showroom h3 {
	display: inline-block;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	font-size: 3em;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-align: center;
}
section#showroom span {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 0 30%;
	margin-bottom: 45px;
}
section#showroom ul{
 	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;

	text-align: center;
}
section#showroom ul li{
	position: relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:31.6666666%;
	height:auto;
	vertical-align:top;
	text-align:center;
	border-radius: 5px;
	background-color: white;
	padding: 50px 50px 90px 50px;
	margin-bottom: 2.5%;
	transition: all 300ms;
}

section#showroom ul li:hover {
	box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08);
	transform: scale(1.01);
}
section#showroom ul li > a{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
}



section#showroom ul li > a > div:first-child{
	display:block;
	width:100%;
	position:relative;
	height:0;
	padding:75% 0 0 0;
	overflow:hidden;
}
section#showroom ul li > a > div:first-child > div.imgcont{
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;

}
section#showroom ul li img{
	display:block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section#showroom ul li div.namecont-showroom{
	position: relative;
	height: 4.9em ;
	width: 100%;
	overflow: hidden;
}
section#showroom ul li h4{
	position: absolute;
	display: inline-block;
	width: 100%;
	top:50%;
	left: 0;
	transform: translateY(-50%);

	color:#000;
	font-size:1.4em;
	font-weight: 600;
	line-height: 1.3;
	padding:0;
	margin:0;
}
section#showroom ul li:hover h4{
	color: #000000;
}
section#showroom ul li p{
	width:100%;
	font-size:0.9em;
	text-align:center;
	color:#666666;
	margin:0;
	padding:0;
}
section#showroom ul li:hover p{
	color:#000000;
}
section#showroom ul li p.price{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	color: black;
	font-size: 1.3em;
	font-weight: 600;
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 1280
 ----------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	section#showroom span {
		padding: 0 20%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	section#showroom ul li{
		width:48.75%;
		margin-bottom: 2.5%;
	}

	section#showroom ul li:nth-child(3),
	section#showroom ul li:nth-child(4){
		margin-bottom: 2.5%;
	}
	section#showroom ul li {
		box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08);
	}

	section#showroom ul li:hover {
		transform: scale(1);
	}

	section#showroom span {
		padding: 0 10%;
	}
	section#showroom ul li p{
		color:#000000;
	}
}


/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	section#showroom ul li {
		/*padding: 50px 50px 90px 50px;*/
		padding: 30px 20px 80px 30px;
	}
	section#showroom ul li p.price{
		bottom: 30px;
	}

}



/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	section#showroom h3 {
		display: inline-block;
		width: 100%;
		font-weight: 600;
		text-transform: uppercase;
		color: #000000;
		font-size: 2.4em;
		letter-spacing: 2px;
		margin-bottom: 20px;
		text-align: center;
	}

	section#showroom ul li{
		display: block;
		width:100%;
		text-align:center;
	}
	section#showroom ul li:nth-child(3){
		margin-bottom: 2.5%;
	}
	section#showroom ul li div.namecont-showroom{
		position: static;
		height: auto ;
		padding: .5em 0;
	}
	section#showroom ul li h4{
		position: static;
		display: inline-block;
		top:auto;
		left: auto;
		transform: translateY(0);
	}
	section#showroom span {
		padding: 0 5%;
	}

}

/********************************************************************************************************
 COLONNE DI TESTO
*******************************************************************************************************/
ul.cols{
	width:100%;
	display: flex;
	padding: 0;
}
ul.cols > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
ul.cols > li#home-col-1{
	width:50%;
	padding: 10% 5% 10% 10%;
	font-size: .9em;
}
ul.cols > li#home-col-1 h2{
	font-size: 2.8em;
}
ul.cols > li#home-col-2{
	width:50%;
	padding: 0;
	display: block;
	background-image: url(../../img/frontend/main.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}


/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	ul.cols > li#home-col-1 {
		text-align: center;
		width: 50%;
		padding: 10% 2.5% 10% 2.5%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	ul.cols{
		flex-wrap: wrap;
	}
	ul.cols > li{
		display:block;
		width: 100%;
	}
	ul.cols > li#home-col-1{
		width: 100%;
		padding: 10% 10% 10% 10%;
	}
	ul.cols > li#home-col-2{
		width:100%;
		padding-top: 50%;
	}
}

/*-----------------------------------------------------------------
  Breakpoint sotto i 480
 ----------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	ul.cols > li#home-col-1{
		padding: 10% 2.5% 10% 2.5%;
	}

	ul.cols > li#home-col-2 {
		width: 100%;
		padding-top: 70%;
	}
}



/* *******************************************************************************************************
   FORM E CAMPI INPUT
*******************************************************************************************************/
form{
	width:100%;
	margin:0;
	padding:0;
}
form ::-webkit-input-placeholder {

	color: #9c9c9c;
}
form ::-moz-placeholder {

	color: #9c9c9c;
}
form :-ms-input-placeholder {

	color: #9c9c9c; !important;
}
form :-moz-placeholder {
	color: #9c9c9c;
}
form > ul.input-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
form > ul.input-list > li.size_25{
	display: inline-block;
	width: 23.125%;
	margin-bottom: 4%;
}
form > ul.input-list > li.size_50{
	width: 48.75% ;
	margin-bottom: 4%;
}
form > ul.input-list > li.size_100{
	width: 100% ;
	margin-bottom: 4%;
}
form > ul.input-list > li.address{
	width: 48.75% ;
}
form > ul.input-list li > div.field {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 100%;
}
form > ul.input-list li > div#prov-text input,
form > ul.input-list li > div.field input {
	display: inline-block;
	outline: none;
	width: 100%;
	height: 36px;
	border: 0;
	border-bottom: #6e6e6e 1px solid;
	line-height: 35px;
}
form > ul.input-list li > div.field input::-webkit-input-placeholder {
	line-height: 35px;
	color: #9c9c9c;
}
form > ul.input-list li > div.field input:-moz-placeholder {
	line-height: 35px;
	color: #9c9c9c;
}
form > ul.input-list li > div.field input:-ms-input-placeholder {
	line-height: 35px; !important;
	color: #9c9c9c; !important;
}
form > ul.input-list li > div.field input:-moz-placeholder {
	line-height: 35px;
	color: #9c9c9c;
}
form > ul.input-list li  div.field select {
	display: inline-block;
	width: 100%;
	outline: none;
	line-height: 38px;
	height: 38px;
	border: 0;
	border-bottom: #6e6e6e 1px solid;
	background-color: white;
	color: #9c9c9c ;
}

form > ul.input-list li.select_box{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
form > ul.input-list li.select_box > div:first-child{
	margin-bottom: 4%;
}


form > ul.input-list > li.text{
	height: 120px;
	margin-bottom: 4%;
}
form > ul.input-list > li.text .field{
	height: 100%;
}
form > ul.input-list li > div.field textarea {
	display: inline-block;
	width: 100%;
	padding: 10px;
	height: 100%;
	outline: none;
	border: #6e6e6e 1px solid;
}
form > ul.input-list > li.captcha{
	margin-bottom: 2%;
}
form > ul.input-list > li.captcha .field{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
form > ul.input-list > li.captcha .field img{
	display: block;
	float: none;
}
form > ul.input-list li.captcha > div.field input {
	display: block;
	margin-left: 2%;
	width: 150px;
	text-align: center;
}
form > ul.input-list li.privacy{
	margin-top: 0;
	margin-bottom: 4%;
}
form > ul.input-list li.privacy a{
	font-weight: bold;
}
form > ul.input-list li.privacy > div.field{
	position: relative;
	padding-left: 30px;
	font-size: 13px;
	line-height: 20px;
}
form > ul.input-list li.privacy > div.field input {
	text-align: left;
	display: inline-block;
	width: auto;
	height: 20px;

	position: absolute;
	left: 0;
	top:0;
}
form > ul.input-list li.text{
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 1024
 ----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	form > ul.input-list > li.size_25{
		width: 48.7%;
	}
	form > ul.input-list > li.address{
		width: 100%;
	}
}
/*-----------------------------------------------------------------
  Breakpoint sotto i 768
 ----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	form > ul.input-list > li.empty{
		display: none;
	}
	form > ul.input-list > li.size_25{
		width: 100%;
	}
	form > ul.input-list > li.size_50{
		width: 100%;
	}
}


/* LAVORA CON NOI ****************************************************/
.box {
	margin: 0;
}

section#main.workwithus form > ul.input-list li.select_box {
	justify-content: center;
}

.box > input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	line-height: 40px;

}

.box label{
	display: flex;
	width: 100%;
	line-height: 40px;
	cursor: pointer;
}

.box span {
	width: 100%;
	margin-right: 10px;
	min-height: 2em;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	line-height: 41px;
	color: #9c9c9c;
	border-bottom: #c5c5c5 1px solid;
}
.box strong {

	white-space: nowrap;
	line-height: 40px;
	float: right;
	padding: 0 20px;
	background-color: whitesmoke;
	border: silver 1px solid;
	border-radius: 5px;
	color: #4C4C4C;
}




form > ul.input-list li.email_copy{
	margin-top: 0;
	margin-bottom: 0;
}
form > ul.input-list li.email_copy > div.field{
	position: relative;
	padding-left: 30px;
	font-size: 13px;
	line-height: 20px;
}
form > ul.input-list li.email_copy > div.field input {
	text-align: left;
	display: inline-block;
	width: auto;
	height: 20px;

	position: absolute;
	left: 0;
	top:0;
}
section#main.workwithus form > ul.input-list li.privacy{
	margin-top: 0;
	margin-bottom: 2%;
}