@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
 display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-size: 100%; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html, button, input, select, textarea {
	font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
	font-size: 60px;
	margin: 25px 0;
}
h2 {
	font-size: 26px;
	margin: 20px 0;
}
h3 {
	font-size: 30px;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */

p, pre {
	margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
	quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before, q:after {
	content: '';
	content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */

menu, ol, ul {
	padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
 *margin-left: -7px; /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button, input, select, textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
 *vertical-align: middle; /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input {
	line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
 *overflow: visible;  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
 *height: 13px; /* 3 */
 *width: 13px; /* 3 */
}
/**
 * 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 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
html, button, input, select, textarea {
	font-family: sans-serif;
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
/*h1 {
	font-size: 2em;
	margin: .67em 0
}
h2 {
	font-size: 1.5em;
	margin: .83em 0
}
h3 {
	font-size: 1.17em;
	margin: 1em 0
}
h4 {
	font-size: 1em;
	margin: 1.33em 0
}
h5 {
	font-size: .83em;
	margin: 1.67em 0
}
h6 {
	font-size: .67em;
	margin: 2.33em 0
}*/
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
p, pre {
	margin: 1em 0
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
*margin-left:-7px
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align:middle
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
*overflow:visible
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*height:13px;
*width:13px
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
body, html {
	height: 100%;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
  from { opacity: 1; }
  to { opacity: 1; }
}
body {
	margin: 0;
	font-family: 'Gotham-Book',Arial, Helvetica, sans-serif;
	font-size: 20px;
	background: #000;
	color: #fff;
	text-shadow: 0 2px 2px #000;
}
.is-selector {
	font-size: 16px;
	background: #000 url('../img/bg-gray.jpg') no-repeat center;
}
a {
	color: #fff;
	text-decoration: none;
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat; /*background-image:url(src/img/loading.gif);*/
	z-index: 9999
}
.ghost {
	display: none;
}
.cookieBody {
	text-shadow: none!important;
}
.btn, .percent {
	display: inline-block;
	/*	padding: 2px;*/
	box-shadow: 0px 1px 10px #000;
	border-radius: 4px;/*
  	background: #8a8a8a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhOGE4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2I1YjViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOWIwYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8a8a8a 0%, #fcfcfc 30%, #b5b5b5 50%, #ffffff 70%, #b9b0b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a8a8a), color-stop(30%,#fcfcfc), color-stop(50%,#b5b5b5), color-stop(70%,#ffffff), color-stop(100%,#b9b0b0));
	background: -webkit-linear-gradient(top,  #8a8a8a 0%,#fcfcfc 30%,#b5b5b5 50%,#ffffff 70%,#b9b0b0 100%);
	background: -o-linear-gradient(top,  #8a8a8a 0%,#fcfcfc 30%,#b5b5b5 50%,#ffffff 70%,#b9b0b0 100%);
	background: -ms-linear-gradient(top,  #8a8a8a 0%,#fcfcfc 30%,#b5b5b5 50%,#ffffff 70%,#b9b0b0 100%);
	background: linear-gradient(to bottom,  #8a8a8a 0%,#fcfcfc 30%,#b5b5b5 50%,#ffffff 70%,#b9b0b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#b9b0b0',GradientType=0 );
	*/
}
.btn {
	-moz-transform: skew(-10deg, 0);
	-webkit-transform: skew(-10deg, 0);
	-o-transform: skew(-10deg, 0);
	-ms-transform: skew(-10deg, 0);
	transform: skew(-10deg, 0);
}
body.no-touch .btn:hover {
	-moz-transform: scale(1.03) skewX(-10deg) skewY(0deg);
	-webkit-transform: scale(1.03) skewX(-10deg) skewY(0deg);
	-o-transform: scale(1.03) skewX(-10deg) skewY(0deg);
	-ms-transform: scale(1.03) skewX(-10deg) skewY(0deg);
	transform: scale(1.03) skewX(-10deg) skewY(0deg);
}
.btn .sx, .percent span {
	display: inline-block;
	background-color: #f20000;
	color: #FFFFFF;
	text-shadow: 0 3px 3px rgba(0,0,0,.3);
	padding: .5em .8em;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 2em 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 0 2em 0 rgba(0,0,0,0.3);
}
body.no-touch .btn, body.no-touch .btn .sx, body.no-touch .percent span {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.percent {
	display: table;
}
.ranking-numbers {
	font-size: 0.5em;
	color: #ff0000;
	font-weight: 500;
	display: block;
}
.percent span {
	display: table-cell;
	width: 2em;
	vertical-align: middle;
	text-align: center;
}
body.no-touch .btn:hover .sx {
	-webkit-box-shadow: inset 0 0 2em 0 rgba(0,0,0,0.7);
	box-shadow: inset 0 0 2em 0 rgba(0,0,0,0.7);
}
.btn .bkg {
	-moz-transform: skew(10deg, 0);
	-webkit-transform: skew(10deg, 0);
	-o-transform: skew(10deg, 0);
	-ms-transform: skew(10deg, 0);
	transform: skew(10deg, 0);
	display: inline-block;
}
.btn.small .sx {
	padding: .1em .4em;
}
.btn.small2 .sx {
	font-size: 0.77em;
	padding: .5em .4em;
	min-width: 16em;
	font-weight: 600;
	letter-spacing: 0px;
}
.btn.small3 .sx {
	padding: .2em .4em;
	font-size: 1.3em;
	font-weight: 700;
}
.btn.small4 .sx {
	padding: 0.9em 0.9em;
	font-size: 0.6em;
	font-weight: 600;
}
.btn.stay-tuned-home .sx {
	font-size: 1.1em;
	letter-spacing: 2px;
	padding: .2em .3em;
	min-width: 12em;
	font-weight: 600;
}
.stay-tuned-home .icon-mail {
	margin-left: 0.2em;
	font-size: 1em;
	line-height: 0.5em;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 0.2em;
}
.btn.stay-tuned-top .sx {
	padding: .1em .5em;
	min-width: 8.4em;
}
.btn.mini .sx {
	padding: 0em 0em;
}
.btn.black {
	box-shadow: 0px 1px 30px #ccc;
}
.btn.black .sx {
	background-color: #000;
}
.btn.black-home {
	border: 2px solid #fff;
}
.btn.black-home .sx {
	background-color: #000;
}
.btn.green .sx {
	background-color: #2fc700;
	-webkit-box-shadow: inset 0 0 1em 0 rgba(255,255,255,0);
	box-shadow: inset 0 0 1em 0 rgba(255,255,255,0);
}
body.no-touch .btn.green:hover .sx {
	-webkit-box-shadow: inset 0 0 1em 0 rgba(255,255,255,0.3);
	box-shadow: inset 0 0 1em 0 rgba(255,255,255,0.3);
}
.btn small {
	display: block;
	line-height: .7em;
	font-size: .7em;
}
.bar {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	background: url('.../img/header.gif') repeat-x bottom;
}

/* --------------------------------------------------- */
/* BACKGROUNDS BEGIN */


#section0, #section1, #section2, #section2n, #section3, #section4, #section5, #section6, #section7, #section8{
	/*added for bug #8 keyboard problem*/
	/*all the sections without registration*/
	display:block;
}

#section0{
	background-image: url(../img/bkgSection0n2.jpg);
	background-size:cover;
	padding: 13% 0 0 0;
}
#section1{
	background-image: url(../img/bkgSection1.jpg);
	background-size:cover;
	padding: 6% 0 0 0;
}
#section2{
	background-image: url(../img/bkgSection2.jpg);
	background-size:cover;
	padding: 6% 0 0 0;
}
#section2n{
	background-image: url(../img/bkgSection2n2.jpg);
	background-size:cover;
	padding: 6% 0 0 0;
}
#section3{
	background-image: url(../img/bkgSection3n.jpg);
	background-size:cover;
	padding: 6% 0 0 0;
}
#section4{
	background-image: url(../img/bkgSection4n.jpg);
	background-size:cover;
	padding: 6% 0 0 0;
}
#section5{
	background-image: url(../img/bkgSection5n.jpg);
	background-size:cover;
	padding: 6% 0 0 0;
}
#section6{
	background-image: url(../img/bkgSection3.jpg);
	background-size:cover;
	background-color:#000000;
	padding: 6% 0 0 0;
}

#section7{
	background-image: url(../img/bkgSection4.jpg);
	background-size:cover;
	background-color:#000000;
	padding: 6% 0 0 0;
}

#section8{
	background-image: url(../img/bkgSection8.jpg);
	background-size:cover;
	background-color:#000000;
	padding: 6% 0 0 0;
}

#section9{
	background-image: url(../img/bkgSection6.jpg);
	background-size:cover;
	background-color:#000000;
	padding: 6% 0 0 0;
}

#section10{
	background-image: url(../img/bkgSection7.jpg);
	background-size:cover;
	background-color:#000000;
	padding: 6% 0 0 0;
}
#section11{
	background-image: url(../img/bkgSection11n.jpg);
	background-size:cover;
	background-color:#000000;
	padding: 6% 0 0 0;
}

#xButton{
	cursor:pointer;
	width:25px;
	height:25px;
	position:absolute;
	left:590px;
	top:-5%;
}

#xButton:hover{
	color:gray;
}

#cookiepop{
	text-align:center;
	display:none;
	background-color:black;
	opacity:0.95;
	width:620px;
	margin-left:-310px;
	position: absolute;
	top: 20%;
	left: 50%;
	z-index:8;
}

#registrationMessage{
	color:#fed100;
	width:600px;
	margin:30px auto 0;
	margin-top:90px;
	text-align:center;
	display:none;
}

#cookieText{
	margin-left:10px;
	margin-right:10px;
}

#cookieButton {
	text-align:center;
	background-color:rgba(255,255,255,.8);
	border:1px solid #666;
	padding:5px 25px;
}

/* BACKGROUNDS END */

/*rotate display screen*/
#infoi {
  background-color:#141414;
  display:none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index:10;
}
#inside{
	position:relative;
	top:5%;
}
#inside2{
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
#inside3{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	
}
/*rotate display screen end*/


/* H&F BEGIN  */
.toggle-nav {
    display:none;
}
#header, #footer{
	position:fixed;
	display:block;
	width: 100%;
	z-index:9;
	text-align:center;
	color: #ffffff;
}
#header{
	top:0px;
	padding:45px 0 20px 0;
	font-family:'Gotham-Bold';
}
.navigation{
	margin:0 5%;
	height:41px;
}
.logo {
	float:left;
	margin:0 20px 0 0;
}
.title {
	float:left;
	text-transform:uppercase;
	font-family:'Gotham-Light';
	line-height:41px;
}
.big {
	font-family:'Gotham-Black';
}
.menu {
	clear: right;
	position: relative;
	z-index: 10;
	padding: 0 0 10px 0;;
	text-align: right;
	font-size: 19px;
}
.menu .knob {
	position: absolute;
	display: block;
	width: 0;
	height: 2px;
	background: #fed100;
	opacity: 0;
}
.menu ul, .menu li {
	line-height: 41px
}
.menu ul {
	margin: 0;
}
.menu li {
	display: inline-block;
	padding: 0 0.5em;
	border-right: 1px solid #fff;
	font-size: 0.75em;
	line-height: 1em;
	text-transform: uppercase;
}
.menu li.disabled {
	cursor: default;
}
.menu li, .menu li a {
	color: #fff;
}
.menu li:last-child {
	border: none;
}
.menu li a {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.menu li.active a, .menu li a:hover {
	color: #fed100;
}
.menu li.active a {
}
#footer{
	bottom:0px;
	background-color:#262626;
	font-size:12px;
	font-family:'Gotham-Light';
	text-shadow:none;
}
#innerFooter{
	margin: 0 5%;
	padding:8px 0;
	line-height:25px;
	height:25px;
}
#copyright {
	float:left;
	width:318px;
}
#follow {
	float:right;
	width:318px;
	font-family:'Gotham-Medium';
	text-transform:uppercase;
}
#follow span {
    display: inline-block;
    line-height: 25px;
    margin-right: 10px;
}
#follow a {
    background: url(../img/socialSprite.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 25px;
    margin-right: 7px;
    text-indent: -5000px;
    width: 25px;
}
#follow a:hover {
	opacity:0.5;
}
#follow a#f_fb {
    background: url(../img/socialSprite.png) no-repeat scroll 0px 0 transparent;
}
#follow a#f_tw {
    background: url(../img/socialSprite.png) no-repeat scroll -32px 0 transparent;
}
#follow a#f_yt {
    background: url(../img/socialSprite.png) no-repeat scroll -64px 0 transparent;
}
#follow a#f_in {
    background: url(../img/socialSprite.png) no-repeat scroll -96px 0 transparent;
}
#follow a#f_gp {
    background: url(../img/socialSprite.png) no-repeat scroll -128px 0 transparent;
}
#follow a#f_it {
    background: url(../img/socialSprite.png) no-repeat scroll -160px 0 transparent;
}
#legals {
    margin: 0 250px;
}
#legals .companyInfo {
    cursor: pointer;
    text-decoration: underline;
}
#legals .cinfo {
    background-color: rgba(38, 38, 38, 0.8);
    bottom: 100%;
    color: #fff;
    display: none;
    font-size: 12px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
#legals .cinfo span {
    display: block;
    padding: 0 10px;
}
/* H&F END  */
/* H-NAV BEGIN */
.fp-controlArrow.fp-next {
	border:none;
    right: 15px;
	background:url(../img/bkgFpNext.png) no-repeat scroll 0 0 transparent;
	height:79px;
	width: 80px;
}
.fp-controlArrow.fp-prev {
	border:none;
    left: 15px;
	background:url(../img/bkgFpPrev.png) no-repeat scroll 0 0 transparent;
	height:79px;
	width: 80px;
}
/* H-NAV end */
.black{
	font-family:'Gotham-Black'
}
.center {
	text-align: center;
}
.justyfied{
	text-align:justify;
}
h1, h2, h3 { 
	font-family:'Gotham-Light';
	text-transform:uppercase;
}
.eighteen {
	font-size:18px;
}
.step {
	text-transform:uppercase;
	font-family:'Gotham-Light';
	text-align:center;
	bottom:50px;
	position:absolute;
	width:50px;
	right:5%;
	margin-left:-25px;
	/*background: url("../img/scroll-down.svg") no-repeat scroll 50% 100% transparent;*/
	height:50px;
	z-index:8;
	cursor: pointer;
}
.step .row1 {
	font-size:30px;
	line-height:30px;
	display: none;
}
.step .row2 {
	font-size:25px;
	line-height:25px;
	display: none;
}
.intro {
	margin: 0 auto;
	padding:0 10%;
	max-width:1542px;
}
.intro h1, h2 {
	text-align:center;
}
#section1 h1, h2, h3 {
	text-align:center;
}
.discover {
	margin:0 auto;
	padding:0 15%;
}
.discover .formRow {
	display:block;
	clear:both;
	margin:0 0 10px 0;
	height: 30px;
}
.discover .errorMsg {
	/*error message container*/
	color: #8b1820;
	float:right;
	clear:both;
	display:block;
	margin: -68px -170px 0 0;
	height: 0px;
}

#error1, #error2, #error3, #error5, #error6, #error61, #error7, #error71{
	/*error messages*/
	display:none;
	
}

.discover form {
	width:500px;
	margin:35px auto 0;
}

#divButton{
	/*for submit button*/
	width:500px;
	margin:35px auto 0;
}

.discover label {
	float:left;
}
.discover input {
	margin: 0 0 auto 0;
	float:right;
	background-color:rgba(255,255,255,.8);
	border:1px solid #666;
}


.discover button {
	float:right;
	//margin-left:50%;
	//left:100%;
	//right:100%;
	background-color:rgba(255,255,255,.8);
	border:1px solid #666;
	padding:5px 25px;
}
#container {
    padding:0 10%;
}
.masonryNav {
	font-family:'Gotham-Medium';
	font-size:16px;
	text-align:center;
	position:relative;
	top:-35px;
}
#container .item {
}
#container .item  img{
	max-width:100%;
	margin:10px 10px 0 0;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}
#container .item .over, #container .item:hover>div {
    display: none;
	position:absolute;
	height:203px;
	width:200px;
	top:10px;
	left:0;
	background-color:rgba(255,255,255,0.75)
}
    
#container .item:hover>.over {
    display: block;
}
#container .over p  {
	color:black;
	text-shadow:none;
	font-size:14px;
	line-height:14px;
	text-align:center;
	font-family:'Gotham-Medium';
	padding-top:25%;
	padding-left: 5px;
	padding-right:5px;
}
#container .over .long  {
	padding-top:15%;
}
#map {
	width: 100%;
	height: 500px;
}
.overlay {
    font-family: "Gotham-Light";
    text-align: center;
    z-index: 8;
	color: #fff;
	position: absolute;
	top:0px;
	display: none;
	height:100%;
	width:50%;
	background-color:rgba(0,0,0,.7);
}
.overlay strong {
    font-family: "Gotham-Medium";
	font-weight:normal;
}
.overlay .inner {
	padding:12% 10% 0;
}
/* BRAND START*/
.brandPics .brandPic {
	float:left;
	margin:0 10px 10px 0;
}
.brandPics .brandPic img {
	height:auto;
	max-width:100%;
}
.brandPics .last {
	margin-right:0;
}
.brandPics .bottom {
	margin-top:-20px;
}
.brandPics .brandPic .text {
	top: -25px;
    position: relative;
}
.brandPics .brandPic .text p {
	font-size:14px;
	margin:0;
	text-align:center;
}
.tech {
	width: 60%;
    height: auto;
    margin: 15px auto 0;
    display: block;
}
/* BRAND END*/
/* PRODOTTI START*/
.hubProdotti {
	margin-top:60px;
}
.hubProdotti .cat {
	float:left;
	width:24%;
	margin-right:10px;
}
.hubProdotti .motorsport {
	margin-right:0;
}
.hubProdotti .cat img {
	height:auto;
	max-width:100%;
}
.hubProdotti .cat h4 {
	text-transform:uppercase;
	font-size:23px;
	margin:5px 0 18px 0;
}
.hubProdotti .cat h4 span {
	font-family:'Gotham-Black',Arial, Helvetica, sans-serif;
}
.hubProdotti .summer h4::before {
	content:url(../img/prodottiIconSummer.png);
	top: 12px;
    position: relative;
    padding-right: 10px;
}
.hubProdotti .winter h4::before {
	content:url(../img/prodottiIconWinter.png);
	top: 12px;
    position: relative;
    padding-right: 10px;
}
.hubProdotti .allseason h4::before {
	content:url(../img/prodottiIconAllseason.png);
	top: 12px;
    position: relative;
    padding-right: 10px;
}
.hubProdotti .motorsport h4::before {
	content:url(../img/prodottiIconMotorsport.png);
	top: 12px;
    position: relative;
    padding-right: 10px;
}
.hubProdotti .cat p {
	font-size:16px;
	margin-top:0;
	/*text-align:justify;*/
	min-height:125px;
}
.hubProdotti .cat a {
	text-transform:uppercase;
	font-size:18px;
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}
.hubProdotti .cat a::after {
	content:url(../img/arrow.png);
	top: 2px;
    position: relative;
    padding-left: 10px;
}
.noarrow::after {
	content: none!important;
}
/* PRODOTTI END*/
/* LOGISTICA START*/
.hubLogistica {
	margin-top:15px;
}
.hubLogistica .cat {
	float:left;
	width:24%;
	margin-right:10px;
}
.hubLogistica .cat2 {
	float:left;
	width:48%;
	margin-right:10px;
}
.hubLogistica .last {
	margin-right:0px!important;
}
.hubLogistica .cat3 {
	float:left;
	width:32%;
	margin-right:10px;
}
.hubLogistica .cat3x {
	float:left;
	width:32%;
	margin-right:10px;
}
.hubLogistica .sameday {
	margin-right:0;
}
.hubLogistica .cat img {
	height:auto;
	max-width:100%;
}
.hubLogistica .cat2 img {
	height:auto;
	max-width:100%;
}
.hubLogistica .cat3 img {
	height:auto;
	max-width:100%;
}
.hubLogistica .cat3x img {
	height:auto;
	max-width:100%;
}
.hubLogistica .cat h4 {
	font-size:16px;
	margin:5px 0 10px 0;
	font-family:'Gotham-Bold';
}
.hubLogistica .cat3x h4 {
	font-size:16px;
	margin:5px 0 10px 0;
	font-family:'Gotham-Bold';
}
.hubLogistica .vit h4::before {
	content:url(../img/icoVIT.png);
	top: 12px;
    position: relative;
    padding-right: 10px;
}
.hubLogistica .fourseason h4::before {
	content:url(../img/ico4Season.png);
	top: 12px;
    position: relative;
    padding-right: 10px;
}
.hubLogistica .track h4::before {
	content:url(../img/icoTrack.png);
	top: 12px;
    position: relative;
    padding-right: 10px;
}
.hubLogistica .sameday h4::before {
	content:url(../img/icoSameday.png);
	top: 12px;
    position: relative;
    padding-right: 10px;
}
.hubLogistica .cat p {
	font-size:15px;
	line-height:18px;
	margin-top:0;
	/*text-align:justify;*/
}
.hubLogistica .cat2 p {
	font-size:15px;
	line-height:18px;
	margin-top:15px;
	/*text-align:justify;*/
}
.hubLogistica .cat3 p {
	font-size:15px;
	line-height:18px;
	margin-top:15px;
	/*text-align:justify;*/
}
.hubLogistica .cat3 .newz {
	margin-bottom:0px;
}
.hubLogistica .cat3x p {
	font-size:15px;
	line-height:18px;
	margin-top:15px;
	/*text-align:justify;*/
}
.hubLogistica .cat2 a {
	padding-top:15px;
	display: block;
	text-transform:uppercase;
	font-size:18px;
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}
.hubLogistica .cat3 a {
	padding-top:15px;
	display: block;
	text-transform:uppercase;
	font-size:16px;
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}
.hubLogistica .cat3 .nbl {
	display: inline;
}
.hubLogistica .cat3x a {
	display: block;
	text-transform:uppercase;
	font-size:16px;
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}
.hubLogistica .alight {
	padding-top: 0px!important;
	text-transform:none!important;
	font-size: inherit!important;
	font-family:'Gotham-Medium',Arial, Helvetica, sans-serif!important;
	text-decoration: none;
}
.hubLogistica .alight:hover {
	text-decoration: underline;
}
.hubLogistica .alight::after {
content:none!important;
}
.hubLogistica .cat2 a::after {
	content:url(../img/arrow.png);
	top: 2px;
    position: relative;
    padding-left: 10px;
}
.hubLogistica .cat3 a::after {
	content:url(../img/arrow.png);
	top: 2px;
    position: relative;
    padding-left: 10px;
}
.stoBox {
	margin:0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.flexyCont {
	display: flex;
    flex-wrap: nowrap;
}
.flexyCont > div {
	 width: 50%;
}
.flexyImg {
	width: 96%;
	height:auto;
	margin:0!important;
	text-align: left;
}
.leftBox {
    margin: 0 50px 0 0!important;
	width: 50%;
	height:auto;
}
.leftBox2 {
    margin: 0 -100px 0 0!important;
	width: 50%;
	height:auto;
}
.rightBox {
    margin: 17% 0 0 0!important;
}
.rightBox2 {
    margin: 6% 0 0 0!important;
}
.rightBox3 {
    margin: 13% 0 0 0!important;
	width:85%;
}
.cicc {
	font-family: 'Gotham-Black',Arial, Helvetica, sans-serif;
}
/* LOGISTICA END*/
/* PUNTOVENDITA START*/
.hubPuntovendita {
	margin-top:30px;
}
.hubPuntovendita .cat {
	float:left;
	width:24%;
	margin-right:10px;
}
.hubPuntovendita .cat3 {
	float:left;
	width:32%;
	margin-right:10px;
}
.hubPuntovendita .cat3 img {
	height:auto;
	max-width:100%;
	width: 100%;
}
.hubPuntovendita .cat3 h4 {
	text-transform:uppercase;
	font-size:23px;
	margin:15px 0 10px 0;
	font-family:'Gotham-Black',Arial, Helvetica, sans-serif;
}
.hubPuntovendita .cat3 .shrink {
	line-height: 23px;
}
.hubPuntovendita .cat3 p {
	font-size:16px;
	margin-top:0;
	/*text-align:justify;*/
	min-height:130px;
}
.hubPuntovendita .cat3 .new {
	min-height:67px;
}
.hubPuntovendita .cat3 a {
	text-transform:uppercase;
	font-size:18px;
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}
.hubPuntovendita .cat3 a::after {
	content:url(../img/arrow.png);
	top: 2px;
    position: relative;
    padding-left: 10px;
}
.hubPuntovendita .motorsport {
	margin-right:0;
}
.hubPuntovendita .cat img {
	height:auto;
	max-width:100%;
}
.hubPuntovendita .cat h4 {
	text-transform:uppercase;
	font-size:23px;
	margin:15px 0 10px 0;
	font-family:'Gotham-Black',Arial, Helvetica, sans-serif;
}
.hubPuntovendita .cat .shrink {
	line-height: 23px;
}
.hubPuntovendita .cat p {
	font-size:16px;
	margin-top:0;
	/*text-align:justify;*/
	min-height:130px;
}
.hubPuntovendita .cat .new {
	min-height:67px;
}
.hubPuntovendita .cat a {
	text-transform:uppercase;
	font-size:18px;
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}
.hubPuntovendita .cat a::after {
	content:url(../img/arrow.png);
	top: 2px;
    position: relative;
    padding-left: 10px;
}
.ProdGallery ul {
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
}
.fourpics li {
	float:left;
	width:49.5%;
	margin:0 1% 1% 0;
	
}
.threepics li {
	float:left;
	width:33%;
	margin:0 0.5% 0.5% 0;
	
}
.ProdGallery .last {
	margin-right:0;

}
.ProdGallery li img {
	height:auto;
	width:100%;
}

/* PUNTOVENDITA END*/
/* CINQUE SATRT */
.hubCinque {
	margin-top:30px;
}
.hubCinque .cat {
	float:left;
	width:19%;
	margin-right:10px;
}
.hubCinque .cat3 {
	float:left;
	width:32%;
	margin-right:10px;
}
.hubCinque .cat3 img {
	height:auto;
	max-width:100%;
	width: 100%;
}
.hubCinque .cat3 h4 {
	text-transform:uppercase;
	font-size:23px;
	margin:15px 0 10px 0;
	font-family:'Gotham-Black',Arial, Helvetica, sans-serif;
}
.hubCinque .cat3 .shrink {
	line-height: 23px;
}
.hubCinque .cat3 p {
	font-size:16px;
	margin-top:0;
	/*text-align:justify;*/
	min-height:130px;
}
.hubCinque .cat3 .new {
	min-height:67px;
}
.hubCinque .cat3 a {
	text-transform:uppercase;
	font-size:18px;
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}

.hubCinque .last {
	margin-right:0;
}
.hubCinque .cat img {
	height:auto;
	max-width:100%;
}
.hubCinque .cat h4 {
	text-transform:uppercase;
	font-size:23px;
	margin:15px 0 10px 0;
	font-family:'Gotham-Black',Arial, Helvetica, sans-serif;
}
.hubCinque .cat .shrink {
	line-height: 23px;
}
.hubCinque .cat p {
	font-size:16px;
	margin-top:0;
	/*text-align:justify;*/
	min-height:130px;
}
.hubCinque .cat .new {
	min-height:67px;
}
.hubCinque .cat a {
	text-transform:uppercase;
	font-size:18px;
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}
/* CINQUE END */
/* PROMOZIONI START*/
.promozioni {
}
.promozioni img {
	float:left;
	margin:150px 50px 0 0;
}
.promozioni ul {
	margin-top:180px;
	list-style:none;
	font-family:'Gotham-Bold';
}
.promozioni ul li {
	padding:0 0 20px 0;
}
.promozioni ul span {
	color:#FED100;
}
/* PROMOZIONI END*/
/* FORMAZIONE START*/
.hubFormazione {
	margin-top:30px;
}
.hubFormazione .cat {
	float:left;
	width:24%;
	margin-right:10px;
}
.hubFormazione .motorsport {
	margin-right:0;
}
.hubFormazione .cat img {
	height:auto;
	max-width:100%;
}
.hubFormazione .cat h4 {
	text-transform:uppercase;
	font-size:23px;
	margin:15px 0 0 0;
	font-family:'Gotham-Black',Arial, Helvetica, sans-serif;
}
.hubFormazione .cat p {
	font-size:16px;
	margin-top:0;
	/*text-align:justify;*/
	min-height:35px;
}
.hubFormazione .cat a {
	text-transform:uppercase;
	font-size:18px;
	font-family:'Gotham-Bold',Arial, Helvetica, sans-serif;
}
.hubFormazione .cat a::after {
	content:url(../img/arrow.png);
	top: 2px;
    position: relative;
    padding-left: 10px;
}
/* FORMAZIONE END*/
/* FORMAZIONEOLD START*/
.formazione {
}
.formazione p {
	margin-bottom:50px;
}
.formazione img {
	margin:0 23px 0 0;
	float:left;
	width:49%;
}
.formazione .last {
	margin:0;
	float:none;
}
/* FORMAZIONEOLD END*/
/* SUPPORTO START*/
.hubSupporto {
	margin-top:15px;
}
.hubSupporto .box {
	background-color:rgba(0,0,0,.5);
	border:solid 1px #666666;
	width:33%;
	margin-bottom:4px;
	height:220px;
}
.hubSupporto .left {
	float:left
}
.hubSupporto .center {
	margin:0 4px 4px;
	float:left;
}
.hubSupporto .right {
	float:right
}
.hubSupporto .box h3 {
	font-family:'Gotham-Bold';
	font-size:20px;
	margin:10px 10px 20px 10px;
	text-align:left;
}
.hubSupporto .box p {
	font-size:14px;
	margin:0 10px;
	text-align:justify;
	width:55%;
	float:left;
}
.hubSupporto .box img {
	width:35%;
	height:auto;
	float:right;
	margin-right:5px;
}
.leasing img {
	margin-top:-27px;
}
.consulenza img {
	margin-top:-38px;
}
.cortesia img {
	margin-top:-55px;
}
/* SUPPORTO END*/

@media only screen and (min-width:1367px) and (max-width:1900px) {/* DESKTOP GRANDE */
  .brandPics .brandPic {
	width:49%;
	height:auto;
  }
  .brandPics .brandPic .text p {
	font-size:12px;
	margin:0;
	text-align:center;
  }
  .hubSupporto .box {
    width: 32.9%;
    height: 220px;
}
}
@media only screen and (max-width:1600px) and (max-height:900px) {
  #section0 {
	padding-top:8%;  
  }
  h3 {
	margin:.5em 0;
  }
  h2 {
	margin:10px 0;
	font-size:25px;
  }
  h3 {
	margin:.5em 0;
	line-height:28px;
  }
  p {
	margin:.5em 0;
  }
   .hubProdotti {
    margin-top: 20px;
  }
  .hubProdotti .cat h4 {
    font-size: 19px;
    margin: 3px 0 10px 0;
  }
  .hubProdotti .cat p {
    min-height: 150px;
  }
  .masonryNav {
	top:-20px;
  }
  #container .item  img {
	width:150px;
  }
  #container .item .over, #container .item:hover>div {
	width:150px;
	height:150px;
  }
  .eighteen {
    font-size: 16px;
	line-height:18px;
  }
  .logistica{
	  font-size:20px;
  }
  .hubLogistica .cat p {
    font-size: 14px;
    line-height: 16px;
  }
 .hubLogistica .cat2 p {
    font-size: 14px;
    line-height: 16px;
  }
.hubLogistica .cat3 p {
    font-size: 14px;
    line-height: 16px;
  }
.hubLogistica .cat3x p {
    font-size: 14px;
    line-height: 16px;
  }
  .hubPuntovendita .cat p {
    font-size: 15px;
	line-height:17px;
    min-height: 110px;
  }
  .hubFormazione .cat p {
    font-size: 15px;
	line-height:17px;
    min-height: 35px;
  }
  .promozioni img {
    margin: 70px 50px 0 0;
  }
  .promozioni ul {
    margin-top: 100px;
  }
  .formazione p {
    margin-bottom: 20px;
  }
  .supp {
	  font-size:16px;
	  line-height:18px;
  }
  .hubSupporto .box {
    height: 185px;
  }
  .hubSupporto .box h3 {
    margin: 10px 10px 10px 10px;
  }
  .hubSupporto .box p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width:1025px) and (max-width:1366px) {/* DESKTOP PICCOLO */
  body {
	font-size:16px;
  }
  .eighteen {
	font-size:16px;
	line-height:18px;
  }
  #container {
   padding:0 0 0 8%;
  }
  #container .item  img {
	width:170px;
  }
  #container .item .over, #container .item:hover>div {
	  width:170px;
	  height:141px;
  }
  #map {
	height: 400px;
  }
  .brandPics .brandPic {
	width:49%;
  }
  .brandPics .brandPic .text p {
	font-size:12px;
  }
    /* PRODOTTI START */
  .hubProdotti {
  }
  .hubProdotti .cat h4 {
    font-size: 16px;
    margin: 8px 0 15px 0;
  }
  .hubProdotti .summer h4::before {
	content: url(../img/prodottiIconSummerSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .winter h4::before {
 	content: url(../img/prodottiIconWinterSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .allseason h4::before {
 	content: url(../img/prodottiIconAllseasonSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .motorsport h4::before {
 	content: url(../img/prodottiIconAllseasonSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .cat p {
    font-size: 14px;
	min-height:135px;
  }
  /* PRODOTTI END */
  /* LOGISTICA START */
  .hubLogistica .cat h4 {
    font-size: 13px;
    margin: 5px 0 10px 0;
  }
  .hubLogistica .cat3x h4 {
    font-size: 13px;
    margin: 5px 0 10px 0;
  }
  .hubLogistica .vit h4::before {
	padding:0;  
  }
  .hubLogistica .fourseason h4::before {
 	padding:0;   
  }
  .hubLogistica .track h4::before {
 	padding:0;   
  }
  .hubLogistica .sameday h4::before {
  }
  .hubLogistica .cat p {
    font-size: 14px;
	line-height:16px;
  }
  .hubLogistica .cat2 p {
    font-size: 14px;
	line-height:16px;
  }
  .hubLogistica .cat3 p {
    font-size: 14px;
	line-height:16px;
  }
  .hubLogistica .cat3x p {
    font-size: 14px;
	line-height:16px;
  }
  /* LOGISTICA END */
  /* PROMOZIONI START*/
  .promozioni img {
    margin: 120px 50px 0 0;
  }
  .promozioni ul {
    margin-top: 150px;
  }
  /* PROMOZIONI END */
  /* FORMAZIONE START*/
  .formazione img {
	margin:0 15px 0 0;
	height:auto;
	width:49%;
  }
  /* FORMAZIONE END*/
  /* SUPPORTO BEGIN*/
  .hubSupporto .box {
    width: 32.8%;
    height: 220px;
  }
  .hubSupporto .box h3 {
    font-size: 17px;
    margin: 10px 10px 10px 10px;
    text-align: left;
  }
  .hubSupporto .box p {
    font-size: 13px;
	line-height:16px;
  }
  .leasing img {
    margin-top: -17px;
  }
  .consulenza img {
    margin-top: -25px;
  }
  .cortesia img {
    margin-top: -35px;
  }
  /* SUPPORTO END*/
}
@media only screen and (min-width:769px) and (max-width:1024px) {/* TABLET ORIZZONTALE */
  /* GENERALI START */
  body {
	font-size:14px;
  }
  #header {
    padding: 25px 0 20px 0;
  }
  .mobilebig{
	font-size:16px;
  }
  #section0 {
    padding: 8% 0 0 0;
  }
  h1 {
    font-size: 30px;
    margin: 25px 0;
  }
  h2 {
    font-size: 18px;
    margin: 10px;
  }
  h3 {
    font-size: 30px;
    margin:1em 0 .5em 0;
  }
  .step {
	  height:75px;
  }
  .step .row1 {
    font-size: 20px;
    line-height: 20px;
  }
  .step .row2 {
    font-size: 15px;
    line-height: 15px;
  }
  .fp-controlArrow.fp-next {
    border: none;
    right: 15px;
    background: url(../img/bkgFpNextSmall.png) no-repeat scroll 0 0 transparent;
    height: 40px;
    width: 40px;
  }
  .fp-controlArrow.fp-prev {
    border: none;
    left: 15px;
    background: url(../img/bkgFpPrevSmall.png) no-repeat scroll 0 0 transparent;
    height: 40px;
    width: 40px;
  }
  /* GENERALI END */
  /* PRODOTTI START */
  .hubProdotti {
  }
  .hubProdotti .cat h4 {
    font-size: 13px;
    margin: 5px 0 10px 0;
  }
  .hubProdotti .summer h4::before {
	content: url(../img/prodottiIconSummerSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .winter h4::before {
 	content: url(../img/prodottiIconWinterSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .allseason h4::before {
 	content: url(../img/prodottiIconAllseasonSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .motorsport h4::before {
 	content: url(../img/prodottiIconAllseasonSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .cat p {
    font-size: 12px;
  }
  .hubProdotti .cat a {
    font-size: 13px;
  }
  .hubProdotti .cat a::after {
    top: 4px;
  }
  .masonryNav {
    top: -15px;
	font-size:14px;
  }
  #container {
	padding:0 0 0 6%;
  }
  #container .item  img{
	width:120px;
  }
  #container .item .over, #container .item:hover>div {
	width:120px;
	height:99px;
  }
  #container .over p {
	  font-size:10px;
  }
  #container .over .long {
    padding-top: 7%;
  }
  /* PRODOTTI END */
  /* BRAND START */
  .brandPics {
	  margin:0 auto;
	  width:800px;
	  margin-top:40px;
  }
  .brandPics .brandPic {
	width:395px;
	height:auto;
  }
  .brandPics .brandPic .text {
	top:-15px;
  }
  .brandPics .brandPic .text p {
	font-size:10px;
	margin:0;
	text-align:center;
  }
  /* BRAND END */
  /* LOGISTICA START */
  .logistica {
	font-size:14px;
  }
  .eighteen {
	font-size:12px;
	line-height:15px;
  }
  .hubLogistica {
	  margin-top:15px;
  }
  .hubLogistica .cat h4 {
    font-size: 13px;
    margin: 10px 0 10px 0;
  }
  .hubLogistica .cat3x h4 {
    font-size: 13px;
    margin: 10px 0 10px 0;
  }
  .hubLogistica .vit h4::before {
	content:none;  
  }
  .hubLogistica .fourseason h4::before {
 	content:none;  
  }
  .hubLogistica .track h4::before {
 	content: none;  
  }
  .hubLogistica .sameday h4::before {
 	content: none;  
  }
  .hubLogistica .cat p {
    font-size: 12px;
	line-height:14px;
  }
  .hubLogistica .cat2 p {
    font-size: 12px;
	line-height:14px;
  }
  .hubLogistica .cat3 p {
    font-size: 12px;
	line-height:14px;
  }
  .hubLogistica .cat3x p {
    font-size: 12px;
	line-height:14px;
  }
  .hubLogistica .cat a {
    font-size: 13px;
  }
  .hubLogistica .cat a::after {
    top: 4px;
  }
  /* LOGISTICA END */
  /* PUNTOVENDITA START */
  .hubPuntovendita {
		margin-top:25px;
  }
  .hubPuntovendita .cat h4 {
    font-size: 13px;
    margin: 5px 0 10px 0;
  }
  .hubPuntovendita .cat p {
    font-size: 12px;
	min-height:135px;
  }
  .hubPuntovendita .cat a {
    font-size: 13px;
  }
  .hubPuntovendita .cat a::after {
    top: 4px;
  }
  /* PUNTOVENDITA END */
  /* PROMOZIONI START*/
  .promozioni img {
	margin:50px 50px 0 0;
  }
  .promozioni ul {
	margin-top:60px;
  }
  .promozioni ul li {
	padding:0 0 15px 0;
  }
/* PROMOZIONI END*/
/* FORMAZIONE START */
  .hubFormazione {
		margin-top:25px;
  }
  .hubFormazione .cat h4 {
    font-size: 13px;
    margin: 5px 0 0 0;
  }
  .hubFormazione .cat p {
    font-size: 12px;
	min-height:35px;
  }
  .hubFormazione .cat a {
    font-size: 13px;
  }
  .hubFormazione .cat a::after {
    top: 4px;
  }
/* FORMAZIONE END */
/* FORMAZIONEOLD START*/
  .formazione p {
	margin-bottom:35px;
  }
  .formazione img {
	margin:0 15px 0 0;
	height:auto;
	width:49%;
  }
/* FORMAZIONEOLD END*/
/* SUPPORTO START*/
.supp {
	font-size:14px;
}
.hubSupporto {
	margin-top:0;
}
.hubSupporto .box {
	width:32%;
	margin-bottom:13px;
	height:140px;
}
.hubSupporto .center {
	margin:0 13px 13px;
}
.hubSupporto .box h3 {
	font-size:13px;
	margin:10px;
}
.hubSupporto .box p {
	font-size:11px;
	width:93%;
}
.hubSupporto .box img {
	display:none;
}
/* SUPPORTO END*/
}
@media only screen and (max-width:1377px) and (max-height:768px) {/* 1377x768 */
  /* GENERALI START */
  body {
	font-size:14px;
  }
  .mobilebig{
	font-size:16px;
  }
  #section0 {
    padding: 8% 0 0 0;
  }
  h1 {
    font-size: 30px;
    margin: 25px 0;
  }
  h2 {
    font-size: 18px;
    margin: 10px;
  }
  h3 {
    font-size: 30px;
    margin:1em 0 .5em 0;
  }
  .step {
	  height:75px;
  }
  .step .row1 {
    font-size: 20px;
    line-height: 20px;
  }
  .step .row2 {
    font-size: 15px;
    line-height: 15px;
  }
  .fp-controlArrow.fp-next {
    border: none;
    right: 15px;
    background: url(../img/bkgFpNextSmall.png) no-repeat scroll 0 0 transparent;
    height: 40px;
    width: 40px;
  }
  .fp-controlArrow.fp-prev {
    border: none;
    left: 15px;
    background: url(../img/bkgFpPrevSmall.png) no-repeat scroll 0 0 transparent;
    height: 40px;
    width: 40px;
  }
  /* GENERALI END */
  /* PRODOTTI START */
  .hubProdotti {
  }
  .hubProdotti .cat h4 {
    font-size: 13px;
    margin: 5px 0 10px 0;
  }
  .hubProdotti .summer h4::before {
	content: url(../img/prodottiIconSummerSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .winter h4::before {
 	content: url(../img/prodottiIconWinterSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .allseason h4::before {
 	content: url(../img/prodottiIconAllseasonSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .motorsport h4::before {
 	content: url(../img/prodottiIconAllseasonSmall.png);  
    top: 7px;
    padding-right: 3px;
  }
  .hubProdotti .cat p {
    font-size: 11px;
	min-height: 105px;
  }
  .hubProdotti .cat a {
    font-size: 13px;
  }
  .hubProdotti .cat a::after {
    top: 4px;
  }
  .masonryNav {
    top: -15px;
	font-size:14px;
  }
  #container {
	padding:0 0 0 6%;
  }
  #container .item  img{
	width:120px;
  }
  #container .item .over, #container .item:hover>div {
	width:120px;
	height:99px;
  }
  #container .over p {
	  font-size:10px;
  }
  #container .over .long {
    padding-top: 7%;
  }
  /* PRODOTTI END */
  /* BRAND START */
  .brandPics {
	  margin:0 auto;
	  /*width:800px;*/
	  margin-top:40px;
  }
  .brandPics .brandPic {
	/*width:395px;*/
	height:auto;
  }
  .brandPics .brandPic .text {
	top:-15px;
  }
  .brandPics .brandPic .text p {
	font-size:10px;
	margin:0;
	text-align:center;
  }
  /* BRAND END */
  /* LOGISTICA START */
  .logistica {
	font-size:14px;
  }
  .eighteen {
	font-size:12px;
	line-height:15px;
  }
  .hubLogistica {
	  margin-top:15px;
  }
  .hubLogistica .cat h4 {
    font-size: 13px;
    margin: 10px 0 10px 0;
  }
  .hubLogistica .cat3x h4 {
    font-size: 13px;
    margin: 10px 0 10px 0;
  }
  .hubLogistica .vit h4::before {
	content:none;  
  }
  .hubLogistica .fourseason h4::before {
 	content:none;  
  }
  .hubLogistica .track h4::before {
 	content: none;  
  }
  .hubLogistica .sameday h4::before {
 	content: none;  
  }
  .hubLogistica .cat p {
    font-size: 12px;
	line-height:14px;
  }
  .hubLogistica .cat2 p {
    font-size: 12px;
	line-height:14px;
  }
  .hubLogistica .cat3 p {
    font-size: 12px;
	line-height:14px;
  }
  .hubLogistica .cat3x p {
    font-size: 12px;
	line-height:14px;
  }
  .hubLogistica .cat a {
    font-size: 13px;
  }
  .hubLogistica .cat a::after {
    top: 4px;
  }
  /* LOGISTICA END */
  /* PUNTOVENDITA START */
  .hubPuntovendita {
		margin-top:25px;
  }
  .hubPuntovendita .cat h4 {
    font-size: 13px;
    margin: 5px 0 10px 0;
  }
  .hubPuntovendita .cat p {
    font-size: 12px;
	min-height:125px;
  }
  .hubPuntovendita .cat a {
    font-size: 13px;
  }
  .hubPuntovendita .cat a::after {
    top: 4px;
  }
  /* PUNTOVENDITA END */
  /* CINQUE START */
  .hubCinque {
		margin-top:25px;
  }
  .hubCinque .cat h4 {
    font-size: 13px;
    margin: 5px 0 10px 0;
  }
  .hubCinque .cat p {
    font-size: 12px;
	min-height:125px;
  }
  .hubCinque .cat a {
    font-size: 13px;
  }
  .hubCinquea .cat a::after {
    top: 4px;
  }
  /* CINQUE END */
  /* PROMOZIONI START*/
  .promozioni img {
	margin:50px 50px 0 0;
  }
  .promozioni ul {
	margin-top:60px;
  }
  .promozioni ul li {
	padding:0 0 15px 0;
  }
/* PROMOZIONI END*/
/* FORMAZIONE START */
  .hubFormazione {
		margin-top:25px;
  }
  .hubFormazione .cat h4 {
    font-size: 13px;
    margin: 5px 0 0 0;
  }
  .hubFormazione .cat p {
    font-size: 12px;
	min-height:35px;
  }
  .hubFormazione .cat a {
    font-size: 13px;
  }
  .hubFormazione .cat a::after {
    top: 4px;
  }
/* FORMAZIONE END */
/* FORMAZIONEOLD START*/
  .formazione p {
	margin-bottom:35px;
  }
  .formazione img {
	margin:0 15px 0 0;
	height:auto;
	width:49%;
  }
/* FORMAZIONEOLD END*/
/* SUPPORTO START*/
.hubSupporto {
	margin-top:0;
}
.hubSupporto .box {
	width:32%;
	margin-bottom:13px;
	height:140px;
}
.hubSupporto .center {
	margin:0 13px 13px;
}
.hubSupporto .box h3 {
	font-size:13px;
	margin:10px;
}
.hubSupporto .box p {
	font-size:11px;
	width:93%;
}
.hubSupporto .box img {
	display:none;
}
/* SUPPORTO END*/
}
@media only screen and (max-width:1920px) {/* HAMBURGER MENU */
  /*HAMBURGER MENU BEGIN */
  .knob {
	display:none!important;
  }
  .menu {
	position:relative;
	display:inline-block;
	float:right;
  }
 .menu ul.aieie {
	display:none;
  }
  .menu ul {
	width:550%;
	position:absolute;
	top:90%;
	right:0px;
	padding:10px 18px;
	background:rgba(0,0,0,.8);
	text-align:left;
  }
 .menu li {
	margin:10px 0px 5px 0px;
	float:none;
	display:block;
	border:0;
 }
  .menu a {
	display:block;
  }
 .toggle-nav {
	line-height:41px;
	float:right;
	margin-right:5px;
	display:inline-block;
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	color:#fff;
	font-size:26px!important;
	transition:color linear 0.15s;
	text-decoration:none;
  }
 .toggle-nav:hover, .toggle-nav.active {
	text-decoration:none;
	color:#777;
  }
 .search-form {
	margin:12px 0px 0px 20px;
	float:left;
  }
  .search-form input {
	box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
  }
  /*HAMBURGER MENU END */
}
 @media screen and (max-width: 1280px) and (max-height: 720px) and (min-height:710px) {
  .hubProdotti .cat p {
    font-size: 10px;
  }
}