html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
footer, header, main, menu, nav, section {
	display: block;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
b, strong {
	font-weight: bold;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
	line-height: normal;
}
span {
	color: #ff0000;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: none;
}
@font-face {
	font-family: "dosisregular";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Dosis-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Dosis-Regular-webfont.woff2") format("woff2"), url("../fonts/Dosis-Regular-webfont.woff") format("woff"), url("../fonts/Dosis-Regular-webfont.ttf") format("truetype"), url("../fonts/Dosis-Regular-webfont.svg#dosisregular") format("svg");
}
@font-face {
	font-family: "dosismedium";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Dosis-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Dosis-Medium-webfont.woff2") format("woff2"), url("../fonts/Dosis-Medium-webfont.woff") format("woff"), url("../fonts/Dosis-Medium-webfont.ttf") format("truetype"), url("../fonts/Dosis-Medium-webfont.svg#dosismedium") format("svg");
}
@font-face {
	font-family: "dosissemibold";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Dosis-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Dosis-SemiBold-webfont.woff2") format("woff2"), url("../fonts/Dosis-SemiBold-webfont.woff") format("woff"), url("../fonts/Dosis-SemiBold-webfont.ttf") format("truetype"), url("../fonts/Dosis-SemiBold-webfont.svg#dosissemibold") format("svg");
}
@font-face {
	font-family: "dosisbold";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Dosis-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Dosis-Bold-webfont.woff2") format("woff2"), url("../fonts/Dosis-Bold-webfont.woff") format("woff"), url("../fonts/Dosis-Bold-webfont.ttf") format("truetype"), url("../fonts/Dosis-Bold-webfont.svg#dosisbold") format("svg");
}
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?g6q8xx");
	src: url("../fonts/icomoon.eot?#iefixg6q8xx") format("embedded-opentype"), url("../fonts/icomoon.woff?g6q8xx") format("woff"), url("../fonts/icomoon.ttf?g6q8xx") format("truetype"), url("../fonts/icomoon.svg?g6q8xx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	color: #585e78;
	background: #40485f;
	padding: 0px;
	margin: 0px;
	font-family: "dosisregular", Arial, sans-serif;
	min-height: 100%;
	font-size: 16px;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #09b6eb;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a, button, a[role="button"], .btn, footer {
	transition: all 240ms linear 0s !important;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
header .img-responsive {
	width: 100%;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.5em 0;
	line-height: 1.1em;
}
p {
	line-height: 1.4em;
	letter-spacing: 0.01em;
	margin: 0px;
	padding: 0px;
}
.text-right {
	text-align: right;
}
ul, ol {
	margin: 0 0 10px 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.list-item li {
	position: relative;
	padding-left: 25px;
}
.list-item li::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    top: 3px;
    left: 0;
    content: "\e601";
    font-family: "icomoon";
    margin-right: 0.5em;
    display: inline-block;
    text-align: center;
    color: #09b6eb;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
header .row {
	margin-right: -15px;
	margin-left: -15px;
}
[class*="col-"] {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
header [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
}

@media (min-width: 992px) {
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
}
label{
	margin-bottom: 10px;
	display: block;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-group {
	margin-bottom: 5px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "dosissemibold";
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	border-radius: 2em;
}

@media (min-width: 992px) {
.btn {
	font-size: 1em;
}
}
.btn:focus, .btn:active:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
	color: #fff;
	background-color: #09b6eb;
	border-color: #09b6eb;
}
.btn-default:focus, .btn-default:hover, .btn-default:active {
	color: #09b6eb;
	background-color: #fff;
	border-color: #09b6eb;
}
.btn-block {
	display: block;
	width: 100%;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-family: "dosissemibold", Arial, sans-serif;
	color: #263248;
	padding: 0 15px;
}
@media (min-width: 992px) {
.nav > li {
	line-height: 6.8em;
}
.nav > li.active {
	border-color: #40485f;
	border-color: rgba(64, 72, 95, 0.3);
	border-style: solid;
	border-width: 0 1px;
	padding-left: 35px;
	padding-right: 35px;
}
}
.navbar-right li::before {
	content: "\B7";
	position: absolute;
	left: 0;
}
.nav > li > a {
	position: relative;
	display: block;
	color: #263248;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	color: #09b6eb;
}
.navbar {
	position: fixed;
	z-index: 2;
	width: 100%;
	min-height: 50px;
	border: 1px solid transparent;
}
.navbar .logo::before, footer .logo::before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar .logo {
	text-align: center;
	width: 100%;
	display: block;
}
.navbar .logo::before {
	content: "\e950";
	font-size: 33px;
	color: #263248;
	line-height: 1.5em;
}

@media (min-width: 992px) {
.navbar .logo::before {
	font-size: 60px;
	line-height: 1.8em;
}
}
.navbar-collapse {
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 992px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 992px) {
.navbar-toggle {
	display: none;
}
}
.navbar-nav {
	margin: 7.5px -15px;
}
@media (max-width: 992px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}
}

@media (min-width: 992px) {
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
}

@media (min-width: 992px) {
.navbar-left {
	float: left !important;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
}
.navbar-right ~ .navbar-right {
	margin-right: 0;
}
}
.navbar-default {
	background-color: #fff;
	border-width: 0;
}

@media (min-width: 992px) {
.navbar-default {
	border-color: #585e78;
	border-width: 25px 0 0 0;
}
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #09b6eb;
}
.nav-title{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index: -1;
	text-align: left;
	font: 1em "dosismedium", Arial, sans-serif;
	line-height: 2.5em;
}
@media (min-width: 992px) {
.nav-title{
	text-align: center;
	font: 1.5625em "dosismedium", Arial, sans-serif;
	line-height: 4em;
	left: 2em;}
}
.assistenza{
	padding: 10px 0;
	margin-top: 3em;
}
@media (min-width: 992px) {
.assistenza{
	padding: 25px 0;
	margin-top: 8em;
}
}
.box-ls {
	padding: 15px;
	color: #58676c;
	position: relative;
	font-family: "dosismedium", Arial, sans-serif;
}
@media (min-width: 992px) {
.box-ls {
	padding: 15px 25px;
}
}
@media (min-width: 1600px) {
.box-ls {
	padding: 15px 60px;
}
}
@media (min-width: 992px) {
.box-ls::after {
	content: "";
	background: #d5d5d5;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
}
}
.box-ls h2 {
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
	font-size: 1.5625em;
}
.box-ls p, .box-ls a {
	margin-bottom: 0.8em;
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

@media (min-width: 992px) {
.box-ls p, .box-ls a {
	font-size: 1.125em;
}
}
.jumbotron {
	position: relative;
	z-index: 1;
	padding: 5px 0;
	background-color: #ebebeb;
}
@media (min-width: 992px) {
.jumbotron {
	padding: 15px 0;
}
}
.jumbotron p {
	margin: 0 0 15px 0;
}
.jumbotron div {
	margin-bottom: 25px;
}
.footer-nav-wrapper {
	border-bottom: 1px solid #3d445a;
	margin: 0 14px;
	vertical-align: middle;
}
footer {
	background-color: #303647;
	color: #ffffff;
}
footer > .container-fluid {
	padding-top: 15px;
}
footer .logo {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
footer .logo::before {
	content: "\e950";
	font-size: 2.6em;
	color: #6f737f;
	line-height: 1.2em;
}

@media (min-width: 992px) {
footer .logo {
	padding: 30px 0;
}
footer .logo::before {
	font-size: 4.6em;
	line-height: 1.4em;
}
}
footer .br-right {
	border-right: 1px solid #3d445a;
}
footer .copyright {
	letter-spacing: 0.03em;
	padding: 14px;
	font-size: 12px;
	color: #acafb5;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after {
	clear: both;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
