<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 13px;
  color: #5a5a5a;
  font-family: 'Arial', sans-serif;
}
p {
  margin-bottom: 1em;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Lato;
  color: #1466a8;
}
h1 {
  font-size: 24px;
  color: #1466a8;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  color: #1466a8;
  text-transform: uppercase;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
}
ul li,
ol li {
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
  background: url(../img/bullet.png) no-repeat 0 50%;
  min-height: 22px;
  line-height: 22px;
}
strong {
  font-weight: 600;
}
a {
  color: #1466a8;
}
#flashMessage,
.message {
  background: none repeat scroll 0 0 #66b5f4;
  color: #FFFFFF;
  padding: 15px;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
}
#flashMessage.error,
.message.error {
  background: #1466a8;
}
blockquote {
  color: #1466a8;
  font-family: Lato;
  font-size: 1.3em;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.input {
  margin-bottom: 1.5em;
}
input[type='text'],
input[type='number'],
textarea,
select {
  border: 1px solid #1466a8;
  font-size: 13px;
  color: #444;
  padding: .6em 1em;
  width: 100%;
  box-shadow: 0px 0px 0px 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
input[type='text']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 2px 2px rgba(102,181,244,0.5);
}
input[type='submit'],
.button {
  font-family: Lato;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #1466a8;
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 10px;
  -webkit-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
  display: inline-block !important;
  -webkit-appearance: none;
  position: relative;
  min-width: 150px;
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox label {
  display: inline;
  font-weight: 300;
  color: #333;
}
.button {
  display: inline-block;
}
.error-message {
  font-size: .9em;
  color: red;
}
label {
  margin-bottom: .3em;
  display: block;
}
.submit {
  text-align: center;
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
  }
  35% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
body {
  background: #fff;
}
.container {
  max-width: 1400px;
  background: #fff;
  margin: 0 auto;
}
p {
  text-align: justify;
}
main {
  padding: 0 4% 4%;
}
main h1 {
  background: #1466a8;
  color: #fff;
  margin: 0 -4%;
  line-height: 2em;
  margin-bottom: 1em;
}
.readAll {
  color: #66b5f4;
  font-size: .9em;
}
.readAll:after {
  content: '&gt;';
}
.thumb {
  border: 2px solid #fff;
}
.thumb img {
  display: block;
}
ul.attachments {
  margin: 0 0 25px 0;
  padding: 0;
}
ul.attachments li {
  background: none;
  padding: 0;
  margin: 0 0 15px;
}
ul.attachments li a {
  padding: .3em 1em;
  display: inline-block;
  border: 1px solid #66b5f4;
}
ul.attachments li a:before {
  content: "â†“";
  margin-right: .5em;
}
#siteHeader {
  text-align: left;
  padding: 10px;
  background: #fff;
}
#logo {
  display: inline-block;
  width: 120px;
  height: 92px;
  background: url(../img/logo-new-small.png) no-repeat 50% 0;
  overflow: hidden;
  text-indent: -100em;
}
#mainMenu {
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.5);
  padding-top: 10%;
  z-index: 1000;
  transition: background-color .3s;
  -webkit-transition: background-color .3s;
}
#mainMenu ul li a {
  display: block;
  font-family: Lato;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  color: #888;
}
#mainMenu #toggler {
  display: block;
  width: 40px;
  height: 40px;
  background: #0e4775 url(../img/toggler.png) no-repeat 0 0;
  position: fixed;
  right: 5px;
  top: 40px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10001;
  opacity: 1;
  transition: transform .3s;
  -webkit-transition: transform .3s;
}
#mainMenu.open {
  left: 0;
  background-color: rgba(255,255,255,0.95);
}
#mainMenu.open ul li a {
  -webkit-animation: scaleUp .5s both cubic-bezier(.55,0,.1,1);
  animation: scaleUp .5s both cubic-bezier(.55,0,.1,1);
}
#mainMenu.open ul li:nth-child(2) a {
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
}
#mainMenu.open ul li:nth-child(3) a {
  animation-delay: .15s;
  -webkit-animation-delay: .15s;
}
#mainMenu.open ul li:nth-child(4) a {
  animation-delay: .20s;
  -webkit-animation-delay: .20s;
}
#mainMenu.open ul li:nth-child(5) a {
  animation-delay: .25s;
  -webkit-animation-delay: .25s;
}
#mainMenu.open ul li:nth-child(6) a {
  animation-delay: .30s;
  -webkit-animation-delay: .30s;
}
#mainMenu.open ul li:nth-child(7) a {
  animation-delay: .35s;
  -webkit-animation-delay: .35s;
}
#mainMenu.open #toggler {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background-position: 0 -40px;
}
#siteFooter {
  background: #f0f0f0;
  padding: 20px 0;
  font-size: .9em;
  text-align: center;
  clear: both;
}
#siteFooter br {
  display: none;
}
#siteFooter p {
  text-align: center;
}
.slideshowWrapper {
  text-align: center;
  padding: 1em 0 2em;
}
.slideshowWrapper p {
  font-size: 16px;
  color: #1466a8;
  padding: 0 1em;
}
#slideshow .slide {
  width: 100%;
  text-align: center;
}
#slideshow img {
  max-width: 100%;
  max-height: 100%;
}
#home .description {
  padding: 4%;
  background: #66b5f4;
  color: #fff;
}
#home .description h1 {
  color: #fff;
}
#home .highlights {
  background: #0e4775;
  color: #fff;
  padding: 4%;
  font-size: 1.1em;
}
#home .highlights ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#home .highlights ul li {
  text-align: center;
  background: none;
  padding: 0;
  font-family: Lato;
}
#home .highlights ul li:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  vertical-align: middle;
  background: url(../img/serviceSprite.png) no-repeat 0 0;
}
#home .highlights ul li:nth-child(2):before {
  background-position: 0 -60px;
}
#home .highlights ul li:nth-child(3):before {
  background-position: 0 -120px;
}
#home .highlights ul li:nth-child(4):before {
  background-position: 0 -180px;
}
#home .categories {
  padding: 4%;
  font-size: 1.2em;
  font-family: Lato;
}
#home .categories h3 {
  text-align: center;
  color: #66b5f4;
  position: relative;
  margin-bottom: 1.5em;
}
#home .categories h3:after {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 0;
  border-bottom: 1px solid #66b5f4;
  z-index: 0;
}
#home .categories h3 span {
  background: #fff;
  padding: 0 1em;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.images {
  padding-top: 1em;
  margin: 0 -2%;
  overflow: hidden;
}
.images a {
  float: left;
  margin: 0 2% 1em;
  width: 46%;
}
#mappa {
  height: 400px;
  margin-bottom: 2em;
}
#mappa iframe {
  max-width: 100%;
  max-height: 100%;
}
#mappa img {
  max-width: none;
}
#productCategory h1 {
  margin-bottom: 0;
}
#productCategory .description {
  background: #66b5f4;
  color: #fff;
  padding: 1em;
  margin: 0 -4% 2em;
}
#productCategory .productCategory {
  display: block;
  color: #5a5a5a;
  margin-bottom: 2em;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 10px;
}
#productCategory .productCategory h3 {
  text-align: center;
  font-size: 1.2em;
}
#productCategory .productCategory img {
  margin: 0 auto 20px;
  display: block;
  border: 2px solid #fff;
  width: 75%;
}
#productCategory .productThumb {
  padding-bottom: 1em;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1.5em;
}
#productCategory .productThumb img {
  display: block;
  margin: 0 auto 20px;
  width: 70%;
}
#productCategory .productThumb:hover {
  color: #5a5a5a;
}
.productThumb {
  display: block;
  color: #5a5a5a;
}
.productThumb h4 {
  text-align: center;
}
.productThumb img {
  margin-bottom: 1em;
}
#product .mainImage {
  margin-bottom: 1em;
  max-height: 200px;
}
#product .bgImage {
  display: none;
}
#product header .wrapper {
  text-align: center;
}
.newsElement {
  overflow: hidden;
  clear: left;
}
.newsElement .img {
  float: left;
  margin: 0 1em 1em 0;
  width: 30%;
}
#news .gallery {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  margin-top: 2em;
  padding-top: 2em;
}
#news .gallery a.thumb {
  display: inline-block;
  margin: 0 .5em .5em;
  max-width: 100px;
}
#nebulizzazione h2 {
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
}
#nebulizzazione .slideshow {
  margin-bottom: 30px;
}
#nebulizzazione .slideshow .slide .wrapper {
  position: relative;
}
#nebulizzazione .slideshow .slide .wrapper::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
}
#nebulizzazione .slideshow .slide img {
  display: block;
}
#nebulizzazione .slideshow .slide .content {
  position: absolute;
  top: 50%;
  left: 2vw;
  right: 2vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  z-index: 10;
}
#nebulizzazione .slideshow .slide .title {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: .5em;
}
#nebulizzazione .slideshow .cycle-pager {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 1000;
}
#nebulizzazione .slideshow .cycle-pager span {
  width: 15px;
  height: 15px;
  text-align: left;
  overflow: hidden;
  text-indent: -100em;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
}
#nebulizzazione .slideshow .cycle-pager span.cycle-pager-active {
  background: #66b5f4;
}
#nebulizzazione .contents {
  margin-bottom: 30px;
}
#nebulizzazione .contents .contentPreview {
  margin-bottom: 10px;
  background: #66b5f4;
  color: #fff;
  font-size: 1.6em;
  padding: 30px 5vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#nebulizzazione .contents .contentPreview span {
  display: block;
}
#nebulizzazione .insights .readMore {
  display: inline-block;
  font-weight: bold;
  background: #1466a8;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  color: #fff;
}
#nebulizzazione .insights .readMore.hidden {
  display: none;
}
#nebulizzazione .insights .more {
  display: none;
}
#nebulizzazione .insights .more.visible {
  display: block;
}
#nebulizzazione .insights .insight {
  margin-bottom: 30px;
}
#article .back,
#product .back,
#productCategory .back {
  display: inline-block;
  font-weight: bold;
  background: #1466a8;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  color: #fff;
  margin-bottom: 1.5em;
}
#productCategory .back {
  margin-left: 2%;
}
@media (min-width: 600px) {
  #home {
    background: #0e4775;
  }
  #home .description,
  #home .highlights {
    float: left;
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #home .description h1,
  #home .highlights h1 {
    text-align: left;
  }
  #home .description {
    min-height: 400px;
  }
  #home .categories {
    clear: left;
    background: #fff;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #home .categories li {
    float: left;
    width: 50%;
  }
  #home .highlights ul li {
    text-align: left;
  }
  #home .highlights ul li:before {
    display: inline-block;
    margin: 0;
    margin-right: 1em;
  }
  .images {
    padding-top: 1em;
    margin: 0 -2%;
    overflow: hidden;
  }
  .images a {
    float: left;
    margin: 0 2% 1em;
    width: 29%;
  }
  #productCategory .description {
    margin-bottom: 2em;
  }
  #productCategory .productCategory {
    float: left;
    margin: 0 2% 2em;
    width: 46%;
  }
  #productCategory .productCategory:nth-child(2n+1) {
    clear: left;
  }
  #productCategory .productThumb {
    float: left;
    margin: 0 2% 2em;
    width: 46%;
    border-bottom: none;
  }
  #productCategory .productThumb:nth-child(2n+1) {
    clear: left;
  }
  #product header {
    height: 350px;
    overflow: hidden;
    margin: 0 -4% 2em;
    background: url(../img/slideshowBg.jpg) no-repeat 0 100%;
    position: relative;
  }
  #product header .bgImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 150% 0;
    z-index: 0;
  }
  #product header .wrapper {
    height: 350px;
    float: right;
    background: #fff;
    width: 300px;
    padding-top: 3em;
    position: relative;
    z-index: 1;
    padding-right: 20px;
  }
  #product header .wrapper:before {
    content: '';
    background: url(../img/triangle.svg) no-repeat 0 0;
    background-size: 150px 350px;
    width: 150px;
    height: 350px;
    top: 0;
    left: -150px;
    position: absolute;
  }
  #product header h1 {
    background: none;
    color: #1466a8;
    line-height: 1em;
    margin: 0 0 1em;
  }
  #nebulizzazione .contents .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #nebulizzazione .contents .list .contentPreview,
  #nebulizzazione .contents .list .placeholder {
    flex: 0 0 49%;
  }
}
@media (min-width: 800px) {
  #siteHeader {
    position: absolute;
    top: 0;
    width: 220px;
    background: #fff;
    padding: 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    text-align: center;
    padding-top: 20px;
    z-index: 100;
  }
  #logo {
    background: url(../img/logo-new-mid.png) no-repeat 0 0;
    width: 180px;
    height: 138px;
  }
  #mainMenu {
    position: static;
    padding: 1em 0 3em;
  }
  #mainMenu ul li a {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 50px;
    font-size: 14px;
  }
  #mainMenu #toggler {
    display: none;
  }
  #home {
    background: #0e4775 url(../img/triangle2.svg) no-repeat 100% 0;
    background-size: 350px 800px;
  }
  #home .highlights {
    background: none;
  }
  #home .categories li {
    width: 33%;
  }
  .slideshowWrapper {
    padding: 0;
    background: url(../img/slideshowBg.jpg) no-repeat 100% 100%;
    overflow: hidden;
    height: 450px;
  }
  .slideshowWrapper a {
    width: 350px;
    float: right;
    background: #fff;
    padding: 1em 0 2em;
    height: 450px;
    position: relative;
  }
  .slideshowWrapper a:before {
    content: '';
    background: url(../img/triangle.svg) no-repeat 0 0;
    background-size: 200px 450px;
    width: 200px;
    height: 450px;
    top: 0;
    left: -200px;
    position: absolute;
  }
  .slideshowWrapper p {
    text-align: center;
  }
  #siteFooter {
    padding: 20px 4% 0;
    overflow: hidden;
  }
  #siteFooter .infos,
  #siteFooter .location,
  #siteFooter .contacts {
    float: left;
    width: 33.3%;
    text-align: left;
    padding-right: 1em;
  }
  #siteFooter .infos p,
  #siteFooter .location p,
  #siteFooter .contacts p {
    text-align: left;
  }
  #siteFooter .infos br,
  #siteFooter .location br,
  #siteFooter .contacts br {
    display: inline;
  }
  main {
    padding: 0 20px 50px;
    padding-left: 240px;
    min-height: 600px;
  }
  main h1 {
    line-height: 100px;
    margin: 0 -20px 2em -20px;
  }
  #productCategory .description {
    margin: 0 -20px 40px -20px;
    font-size: 1.1em;
    padding: 20px 40px;
  }
  .contactForm,
  #contactForm {
    margin-bottom: 2em;
  }
  .contactForm .input.text,
  #contactForm .input.text {
    float: left;
    width: 31%;
    margin-right: 2.3%;
  }
  #news .img {
    float: left;
    width: 35%;
    margin: 0 1em 1em 0;
  }
  #news .gallery a.thumb {
    display: inline-block;
    margin: 0 1em 1em;
    max-width: 160px;
  }
}
@media (min-width: 1280px) {
  #siteHeader {
    height: 500px;
  }
  #home .description {
    width: 60%;
    padding-left: 250px;
  }
  #home .highlights {
    width: 40%;
  }
  #home .categories {
    padding-left: 250px;
  }
  #siteFooter {
    padding-left: 250px;
  }
  #productCategory .productThumb,
  #productCategory .productCategory {
    width: 29.3%;
    font-size: .9em;
  }
  #productCategory .productThumb:nth-child(2n+1),
  #productCategory .productCategory:nth-child(2n+1) {
    clear: none;
  }
  #productCategory .productThumb:nth-child(3n),
  #productCategory .productCategory:nth-child(3n) {
    clear: left;
  }
  #product header {
    height: 450px;
  }
  #product header .wrapper {
    width: 350px;
    padding: 1em 20px 2em 0;
    height: 450px;
  }
  #product header .wrapper:before {
    background-size: 200px 450px;
    width: 200px;
    height: 450px;
    left: -200px;
  }
  #product .mainImage {
    max-height: none;
  }
  .images a {
    width: 20%;
  }
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
  }
  #siteFooter {
    font-size: 13px;
  }
  #siteFooter h4 {
    margin-bottom: .5em;
  }
  #news .gallery a.thumb {
    display: inline-block;
    margin: 0 1em 1em;
    max-width: none;
  }
  #nebulizzazione {
    overflow-x: hidden;
  }
  #nebulizzazione .contents .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #nebulizzazione .contents .list .contentPreview,
  #nebulizzazione .contents .list .placeholder {
    flex: 0 0 32%;
  }
  #nebulizzazione .contents .list .contentPreview {
    margin-bottom: 20px;
  }
  #nebulizzazione .slideshow,
  #nebulizzazione .contents {
    margin-bottom: 50px;
  }
}
@media (min-width: 1470px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  #siteHeader {
    height: 720px;
    width: 320px;
  }
  #mainMenu {
    padding-top: 50px;
  }
  #mainMenu ul li a {
    font-size: 16px;
    padding-left: 100px;
    height: 50px;
    line-height: 50px;
  }
  #logo {
    width: 180px;
    height: 138px;
    background-image: url(../img/logo-new.png);
  }
  #home {
    font-size: 20px;
    background-size: 450px 900px;
  }
  #home .description,
  #home .categories {
    padding-left: 380px;
  }
  #home .highlights {
    padding: 4% 0 0 40px;
  }
  #siteFooter {
    padding-left: 380px;
  }
  .slideshowWrapper {
    background-position: 0 0;
    height: 600px;
  }
  .slideshowWrapper a {
    width: 450px;
    height: 600px;
    padding-top: 80px;
  }
  .slideshowWrapper a:before {
    background-size: 300px 600px;
    width: 300px;
    height: 600px;
    left: -300px;
  }
  .slideshowWrapper p {
    font-size: 22px;
  }
  main {
    padding: 0 60px 60px;
    padding-left: 380px;
  }
  main h1 {
    line-height: 100px;
    margin: 0 -60px 2em -60px;
  }
  #productCategory .description {
    margin: 0 -60px 40px -60px;
    padding: 40px 60px 20px;
  }
  #product header {
    height: 600px;
  }
  #product header .bgImage {
    background-size: auto;
    background-position: -300px 0;
  }
  #product header .wrapper {
    width: 450px;
    padding: 80px 20px 2em 0;
    height: 600px;
  }
  #product header .wrapper:before {
    background-size: 300px 600px;
    width: 300px;
    height: 600px;
    left: -300px;
  }
}
@media (min-width: 1920px) {
  body {
    display: block;
    width: 1920px;
    box-shadow: 10px 0 30px rgba(0,0,0,0.2);
    overflow-x: hidden;
  }
  html {
    background: #092b47;
  }
}
.no-touch #mainMenu li a {
  -webkit-transition: all .25s;
  transition: all .25s;
}
.no-touch #mainMenu li a:hover {
  color: #1466a8;
}
.no-touch input[type='submit'],
.no-touch .button {
  -webkit-transition: all .25s;
  transition: all .25s;
}
.no-touch input[type='submit']:hover,
.no-touch .button:hover {
  color: #1466a8;
  border-color: #1466a8;
  background: #fff;
}
.no-touch a {
  -webkit-transition: all .25s;
  transition: all .25s;
}
.no-touch a:hover {
  color: #66b5f4;
}
.no-touch #home .categories li {
  -webkit-transition: all .25s;
  transition: all .25s;
}
.no-touch #home .categories li:hover {
  background-position: 10px 50%;
}
.no-touch .thumb {
  -webkit-transition: all .25s;
  transition: all .25s;
}
.no-touch .thumb:hover {
  border-color: #66b5f4;
}
.no-touch .productCategory {
  -webkit-transition: all .25s;
  transition: all .25s;
}
.no-touch .productCategory:hover {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.no-touch .productThumb h4,
.no-touch .productThumb p,
.no-touch .productThumb img {
  -webkit-transition: all .25s;
  transition: all .25s;
}
.no-touch .productThumb:hover h4 {
  color: #66b5f4;
}
.no-touch .productThumb:hover p {
  color: #8d8d8d;
}
.no-touch .productThumb:hover img {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
@media (min-width: 768px) {
  .no-touch #mainMenu li a {
    background: url(../img/menuBg.png) no-repeat -20px 50%;
  }
  .no-touch #mainMenu li a:hover {
    background-position: 30px 50%;
  }
}
@media (min-width: 1470px) {
  .no-touch #mainMenu li a:hover {
    background-position: 80px 50%;
  }
}
.js #preload {
  z-index: 200;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: bottom .6s;
  -webkit-transition: bottom .6s;
}
.js .pace-done #preload {
  bottom: 100%;
}
#cookiedisclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #333;
  padding: 10px;
  z-index: 99999;
  border-top: 1px solid;
}
#cookiedisclaimer a {
  text-decoration: underline;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer a:hover {
  color: #eee;
}
#cookiedisclaimer span {
  background: #00aa00;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 20px;
  padding: 5px 10px;
}
#cookiedisclaimer span:hover {
  background: #008800;
}
.nocookie {
  font-style: italic;
  font-size: smaller;
  padding: 10px 0;
}
#cookie_reload {
  cursor: pointer;
  color: #1466a8;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: normal;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect,
#cookiedisclaimer2022 .cookie_options span#cookieko {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover,
#cookiedisclaimer2022 .cookie_options span#cookieko:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #f3f3f3;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
</pre></body></html>