/*$blu: #24456a;*/
body {
  font-family: 'Roboto', sans-serif;
  padding-top: 55px;
  background-color: #fbf9f6; }
  body.banneradv {
    padding-top: 55px;
    background-color: transparent; }
    @media screen and (min-width: 1024px) {
      body.banneradv {
        padding-top: 120px;
        background-color: #000000; } }
  body.fixed {
    padding-top: 110px; }

.wrapper {
  background-color: #fff;
  margin-bottom: 30px; }
  @media screen and (min-width: 640px) {
    .wrapper {
      margin-bottom: 70px; } }

p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Roboto', sans-serif; }

.btn-veikl {
  height: 40px;
  line-height: 40px;
  color: 18px;
  font-weight: 700;
  padding: 0 30px;
  font-size: 18px;
  display: table; }

.btn-rosso {
  background-color: #EF5F54;
  color: #fff; }

.btn-w-outline {
  border: 1px solid #fff;
  color: #fff; }

.newsletter {
  background-color: #1b2e44;
  padding: 20px 0;
  color: #fff;
  text-align: center; }
  .newsletter h3 {
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 640px) {
      .newsletter h3 {
        text-align: right; } }
  .newsletter input {
    display: block;
    border: none;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .newsletter input {
        display: inline-block;
        float: left;
        width: 300px; } }
  .newsletter .btnsearch {
    display: block;
    background-color: #1c4f89;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    height: 39px;
    line-height: 37px;
    font-size: 18px;
    font-weight: 800;
    border: 1px solid #fff;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .newsletter .btnsearch {
        display: inline-block;
        float: left;
        margin-left: 4px;
        width: 200px; } }

.bannercontadv {
  position: relative;
  display: none; }
  @media screen and (min-width: 1024px) {
    .bannercontadv {
      display: block; } }
  .bannercontadv .bannertopadv {
    position: absolute;
    height: 90px;
    bottom: 15px;
    background-color: #D3C7A5; }
    .bannercontadv .bannertopadv img {
      display: block; }
  .bannercontadv .contsideadv {
    position: relative; }
  .bannercontadv .bannerleftadv {
    position: absolute;
    top: 0;
    width: 500px;
    height: 700px;
    left: -500px; }
    .bannercontadv .bannerleftadv img {
      display: block;
      width: 500px;
      height: 700px; }
  .bannercontadv .bannerrightadv {
    position: absolute;
    top: 0;
    width: 500px;
    height: 700px;
    right: -500px; }
    .bannercontadv .bannerrightadv img {
      display: block;
      width: 500px;
      height: 700px; }

.bannerskinadv {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0; }

.cont-breadcrumb {
  background-color: #7AAF37;
  padding: 6px; }
  .cont-breadcrumb .breadcrumbs {
    margin: 0;
    font-weight: 500; }
    .cont-breadcrumb .breadcrumbs li {
      color: #fff;
      font-size: 13px; }
      .cont-breadcrumb .breadcrumbs li a {
        color: #fff; }
        .cont-breadcrumb .breadcrumbs li a:hover {
          color: #fff; }

.btn-w-o {
  border: 1px solid #fff;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  color: #fff;
  padding: 0 20px;
  font-weight: 900;
  text-transform: uppercase; }
  .btn-w-o:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff; }

.btn-w-v2 {
  background-color: #4F6E29;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  color: #fff;
  padding: 0 20px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .btn-w-v2:hover {
    background-color: #4F6E29;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }

.btn-arrow:after {
  content: '';
  height: 26px;
  width: 26px;
  margin: 10px 0 10px 10px;
  float: right;
  background-image: url(https://www.veikl.com/Content/images/icone/right-arrow.svg);
  background-size: cover;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.btn-arrow:hover:after {
  margin: 10px 0 10px 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.pagebody {
  padding: 60px; }
  .pagebody h1 {
    font-size: 52px;
    font-weight: 900;
    color: #4F6E29; }

.stafflist {
  padding: 0 0 100px 0; }
  .stafflist h2 {
    color: #6E6E6E;
    font-size: 36px;
    font-weight: 300;
    border-bottom: 1px solid #6E6E6E;
    padding: 12px;
    margin-bottom: 30px; }
    .stafflist h2 a {
      float: right;
      font-size: 15px;
      color: #7AAF37;
      display: block;
      line-height: 50px;
      vertical-align: bottom; }
  .stafflist .blockstaff {
    margin-bottom: 30px;
    display: block; }
    .stafflist .blockstaff .imgstaff {
      height: 0;
      padding-top: 100%;
      background-size: cover;
      background-position: center; }
    .stafflist .blockstaff .txtstaff {
      background-color: #7AAF37;
      color: #fff;
      text-decoration: none;
      padding: 20px;
      font-size: 18px;
      font-weight: 300;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .stafflist .blockstaff .txtstaff:after {
        content: '';
        height: 20px;
        width: 20px;
        margin: 5px 0 0 0;
        float: right;
        background-image: url(https://www.veikl.com/Content/images/icone/right-arrow.svg);
        background-size: cover; }
      .stafflist .blockstaff .txtstaff:hover {
        background-color: #4F6E29;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }

.align_right {
  float: right;
  margin: 12px 20px; }

.align_left {
  float: left;
  margin: 12px 20px; }

.servizilist .itemservizio {
  padding: 30px 0;
  border-bottom: 1px solid #F4F3F0;
  margin-bottom: 40px; }
  .servizilist .itemservizio h2 {
    font-weight: 300;
    color: #7AAF37;
    font-size: 32px; }

/*Checkboxes styles*/
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  input[type="checkbox"] + label.inline {
    display: inline-block; }

input[type="checkbox"] + label:last-child {
  margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cacaca;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 0px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 2px solid #7AAF37;
  background-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/*RADIO BUTTON styles*/
input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  input[type="radio"] + label.inline {
    display: inline-block; }

input[type="radio"] + label:last-child {
  margin-bottom: 0; }

input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cacaca;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 4px;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }

input[type="radio"]:checked + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cacaca;
  background-color: #7AAF37;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 4px;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.content {
  min-height: 600px;
  padding-bottom: 100px; }
  .content h1 {
    margin: 30px 0;
    color: #EF5F54;
    font-weight: 700; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  background-color: #1c4f89;
  z-index: 1000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  header .logo {
    background-image: url(../Images/logo-w.svg);
    display: block;
    float: left;
    height: 30px;
    width: 134px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 12px 0; }
  header .mainmenu li a {
    color: #fff; }
  @media screen and (min-width: 1024px) {
    header {
      height: 55px;
      background-color: #fff;
      border-bottom: 5px solid #1c4f89;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      position: static; }
      header .logo {
        background-image: url(../Images/logo.svg); } }
  header .mainmenu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
    @media screen and (min-width: 1024px) {
      header .mainmenu {
        display: block; } }
    header .mainmenu li {
      display: inline-block; }
      header .mainmenu li a {
        line-height: 55px;
        color: #454545;
        padding: 0 12px; }
        header .mainmenu li a.active {
          font-weight: 700; }
  header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    background-color: #1c4f89;
    z-index: 1000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    header.fixed .logo {
      background-image: url(../Images/logo-w.svg); }
    header.fixed .mainmenu li a {
      color: #fff; }
  header .openmenu {
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    float: right;
    margin: 12px;
    background-image: url(../Images/menu.svg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (min-width: 1024px) {
      header .openmenu {
        display: none; } }
    header .openmenu.open {
      background-image: url(../Images/close.svg);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }

.mobilemenu {
  background-color: #fff;
  z-index: 1001 !important; }
  .mobilemenu .logo {
    background-image: url(../Images/logo.svg);
    display: block;
    height: 30px;
    width: 134px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 12px; }
  .mobilemenu ul li a {
    color: #454545;
    text-transform: uppercase; }
    .mobilemenu ul li a.active {
      font-weight: 800; }

footer {
  background-color: #1c4f89;
  color: #fff;
  padding: 30px 0 0 0; }
  footer .logofooter {
    background-image: url(../Images/logo-w.svg);
    display: none;
    float: left;
    height: 30px;
    width: 134px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 12px 0; }
    @media screen and (min-width: 640px) {
      footer .logofooter {
        display: block; } }
  footer .menufooter {
    float: right;
    margin: 6px 0 0 0;
    padding: 0;
    list-style: none;
    display: none; }
    footer .menufooter li {
      display: inline-block;
      margin: 0 4px; }
      footer .menufooter li a {
        display: block; }
    @media screen and (min-width: 640px) {
      footer .menufooter {
        display: block; } }
  footer .socialfooter {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .socialfooter li {
      display: inline-block; }
      footer .socialfooter li:first-child {
        display: block; }
        @media screen and (min-width: 640px) {
          footer .socialfooter li:first-child {
            display: inline-block; } }
      footer .socialfooter li a {
        display: block; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }
  footer .copy {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 12px; }
    footer .copy a {
      font-weight: 800; }

.searchhome {
  background-color: #F4F3F0;
  padding: 25px 15px; }
  .searchhome.fullsearch {
    margin-bottom: 50px; }
  .searchhome h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px; }
  .searchhome h5 {
    font-size: 18px;
    margin-bottom: 15px; }
  .searchhome input {
    background-color: #fff;
    box-shadow: none; }
  .searchhome input[type="checkbox"] + label {
    margin-bottom: 12px; }
  .searchhome .separator {
    height: 1px;
    width: 100%;
    background-color: #D3C7A5;
    display: block;
    margin: 12px 0 20px 0; }
  .searchhome .btnsearch {
    background-color: #1c4f89;
    display: table;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #fff;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    text-transform: uppercase;
    min-width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (min-width: 1024px) {
      .searchhome .btnsearch {
        min-width: 320px; } }
    .searchhome .btnsearch:hover {
      background-color: #1b2e44;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .searchhome .btnsearch.btn-full {
      display: block;
      width: 100%; }
  .searchhome .btnbrowse {
    border: 1px solid #1c4f89;
    display: table;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #1c4f89;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    text-transform: uppercase;
    min-width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (min-width: 1024px) {
      .searchhome .btnbrowse {
        min-width: 320px; } }
    .searchhome .btnbrowse:hover {
      border: 1px solid #1b2e44;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .searchhome .btnbrowse.btn-full {
      display: block;
      width: 100%; }
  .searchhome .button {
    background-color: #1c4f89;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .searchhome .button:hover {
      background-color: #1b2e44;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
  .searchhome .linkblu {
    color: #1c4f89;
    margin: 12px auto;
    display: table;
    text-decoration: underline;
    font-weight: 700; }
  .searchhome .select2-container--default, .searchhome .select2-selection--single {
    background-color: none;
    border: none;
    border-radius: unset;
    height: auto; }
  .searchhome .select2 span.select2-selection__rendered {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    padding-right: 1.5rem;
    transition: box-shadow .5s,border-color .25s ease-in-out; }

.select2-dropdown {
  border: 1px solid #cacaca;
  border-radius: unset;
  margin-top: -1rem; }

.bannerhome {
  background-position: center;
  background-size: cover;
  height: 494px;
  display: none; }
  @media screen and (min-width: 1024px) {
    .bannerhome {
      display: block; } }

.coseveikl {
  padding: 60px 0;
  text-align: center; }
  .coseveikl h2 {
    color: #1c4f89; }
  .coseveikl p {
    font-size: 18px; }
  .coseveikl .btnbrowse {
    border: 1px solid #1c4f89;
    display: table;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #1c4f89;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    @media screen and (min-width: 1024px) {
      .coseveikl .btnbrowse {
        min-width: 320px; } }
    .coseveikl .btnbrowse:hover {
      border: 1px solid #1b2e44;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .coseveikl .btnbrowse.btn-full {
      display: block;
      width: 100%; }

.banneradvlarge {
  margin: 30px auto;
  display: none;
  display: none; }
  @media screen and (min-width: 640px) {
    .banneradvlarge {
      display: block; } }

.banneradvmobile {
  margin: 10px auto;
  display: block; }
  @media screen and (min-width: 640px) {
    .banneradvmobile {
      display: none; } }

.stripeschede {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .stripeschede {
      padding: 30px 0; } }
  .stripeschede h2 {
    font-size: 32px;
    color: #1c4f89;
    margin-bottom: 30px;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .stripeschede h2 {
        text-align: left; } }
    .stripeschede h2 a {
      display: none; }
      @media screen and (min-width: 1024px) {
        .stripeschede h2 a {
          display: inline-block;
          position: absolute;
          height: 30px;
          line-height: 30px;
          top: 7px;
          left: 215px; } }
  .stripeschede .itemscheda {
    margin-bottom: 30px; }
    .stripeschede .itemscheda .ico {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 1;
      position: relative;
      height: 200px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .stripeschede .itemscheda .ico img {
        margin: 0 auto;
        display: block;
        height: 150px; }
    .stripeschede .itemscheda .descscheda {
      background-color: #F4F3F0;
      padding: 12px;
      position: relative; }
      .stripeschede .itemscheda .descscheda p {
        display: block;
        color: #000000;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .stripeschede .itemscheda .descscheda:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 13px solid #F4F3F0;
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-15px); }
    .stripeschede .itemscheda:hover .ico {
      opacity: 0.5;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .stripeschede .itemscheda:hover .descscheda {
      background-color: #F4F3F0;
      padding: 12px;
      position: relative; }
      .stripeschede .itemscheda:hover .descscheda p {
        display: block;
        color: #EF5F54;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }

.bannercontributor {
  background-color: #1c4f89;
  margin: 20px 0;
  padding: 20px;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .bannercontributor {
      text-align: left;
      margin: 40px 0; } }
  .bannercontributor h3 {
    font-size: 32px; }
  .bannercontributor a {
    margin: 12px auto 0 auto; }
    @media screen and (min-width: 1024px) {
      .bannercontributor a {
        float: right; } }

.error404ops {
  font-family: 'Open Sans';
  font-size: 50px;
  width: 100%;
  height: 90px;
  margin-top: 50px; }

.error404 {
  font-family: 'Open Sans';
  font-size: 200px;
  width: 100%;
  color: #EF5F54;
  height: 280px;
  margin-top: -80px; }

.error404pagenotfound {
  font-family: 'Open Sans';
  font-size: 40px;
  margin-bottom: 30px; }

.filtrimobile {
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  background-color: #F4F3F0; }
  .filtrimobile.block {
    left: 0; }
  .filtrimobile .contmenuscroll {
    width: 100%;
    overflow-y: scroll;
    height: 100%; }
  .filtrimobile .filtri {
    display: block;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .filtrimobile .filtri {
        display: none; } }
    .filtrimobile .filtri h3 {
      text-align: left;
      background-color: #1c4f89;
      color: #fff;
      padding: 12px; }
      .filtrimobile .filtri h3 span {
        float: right;
        background-image: url(../Images/close.svg);
        height: 30px;
        width: 30px;
        background-size: cover; }

.filtri {
  background-color: #F4F3F0;
  margin: 12px 0;
  padding: 0 12px;
  overflow: hidden;
  display: none; }
  @media screen and (min-width: 1024px) {
    .filtri {
      display: block; } }
  .filtri h3 {
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    padding: 20px 0;
    color: #1c4f89; }
  .filtri .accordion-item {
    border-top: 1px solid #D3C7A5; }
    .filtri .accordion-item.is-active .titlefilter:before {
      content: '-';
      float: right;
      font-size: 21px; }
  .filtri .listfilter {
    list-style: none;
    margin: 0;
    padding: 0; }
    .filtri .listfilter .titlefilter {
      font-size: 15px;
      color: #1c4f89;
      font-weight: 800;
      padding: 12px;
      display: block; }
      .filtri .listfilter .titlefilter:before {
        content: '+';
        float: right;
        font-size: 15px;
        font-size: 21px; }
  .filtri .contentfilter ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .filtri .contentfilter ul li {
      margin-bottom: 6px; }
  .filtri .applyfilter {
    background-color: #1c4f89;
    display: block;
    margin: 30px auto;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    font-weight: 800; }

.banneraside {
  margin: 12px 0;
  display: none; }
  @media screen and (min-width: 1024px) {
    .banneraside {
      display: block; } }
  .banneraside img {
    width: 100%; }

.titlelist {
  padding: 20px 0;
  border-bottom: 5px solid #D3C7A5;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .titlelist {
      padding: 20px; } }
  .titlelist h2 {
    font-size: 24px;
    color: #1c4f89;
    padding-top: 9px;
    display: block;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .titlelist h2 {
        float: left;
        width: calc(100% - 220px);
        text-align: left;
        margin-bottom: 0; } }
  .titlelist a {
    background-color: #EF5F54;
    display: block;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-right: 10px; }
    @media screen and (min-width: 1024px) {
      .titlelist a {
        float: left; } }
  .titlelist p {
    padding-top: 15px; }

.orderlist {
  overflow: hidden;
  text-align: right; }
  .orderlist .menu {
    border: 1px solid #F4F3F0;
    background-color: #F4F3F0;
    margin: 10px 0 0 0;
    color: #1c4f89;
    min-width: 230px;
    display: block; }
    @media screen and (min-width: 1024px) {
      .orderlist .menu {
        display: inline-block; } }
    .orderlist .menu li a {
      color: #1c4f89;
      text-align: left; }
      .orderlist .menu li a:after {
        border-color: #1c4f89 transparent !important; }
    .orderlist .menu ul {
      margin: 0; }
  .orderlist p {
    display: block;
    text-align: center;
    line-height: 16px;
    margin: 12px 0 0 0; }
    @media screen and (min-width: 1024px) {
      .orderlist p {
        display: inline-block;
        line-height: 16px;
        margin: 0; } }

.filtermobile {
  display: block;
  background-color: #EF5F54;
  display: block;
  margin: 12px auto;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  height: 53px;
  line-height: 53px;
  font-size: 18px;
  font-weight: 800; }
  @media screen and (min-width: 1024px) {
    .filtermobile {
      display: none; } }

.list {
  margin: 30px 0; }
  .list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .list ul li {
      padding-top: 20px; }
      @media screen and (min-width: 640px) {
        .list ul li {
          width: calc(50% - 24px);
          margin: 12px;
          float: left; } }
      @media screen and (min-width: 1024px) {
        .list ul li {
          width: 100%;
          margin: 0;
          float: none; } }
      .list ul li a .itemlist {
        background-color: #F4F3F0;
        border-bottom: 5px solid #D3C7A5;
        margin-bottom: 10px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .list ul li a .itemlist .ico {
          background-color: #1c4f89;
          position: relative;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          opacity: 1;
          height: 0;
          padding-top: 56.25%;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          @media screen and (min-width: 1024px) {
            .list ul li a .itemlist .ico {
              padding: 20px 0;
              height: 100%; } }
          .list ul li a .itemlist .ico .icomarca {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            border: 1px solid #F4F3F0;
            position: absolute;
            right: -12px;
            top: -12px;
            background-color: #fff;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 85%; }
          .list ul li a .itemlist .ico img {
            margin: 0 auto;
            display: block;
            height: 80px; }
        .list ul li a .itemlist .descscheda {
          color: #1c4f89;
          margin: 12px;
          padding-right: 30px; }
          @media screen and (min-width: 1024px) {
            .list ul li a .itemlist .descscheda {
              margin: 30px 0; } }
          .list ul li a .itemlist .descscheda h3 {
            font-size: 21px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            @media screen and (min-width: 1024px) {
              .list ul li a .itemlist .descscheda h3 {
                width: 500px; } }
          .list ul li a .itemlist .descscheda h2 {
            font-size: 21px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
          .list ul li a .itemlist .descscheda img {
            display: none; }
            @media screen and (min-width: 768px) {
              .list ul li a .itemlist .descscheda img {
                display: block;
                width: 30px; } }
        .list ul li a .itemlist .readdocument {
          background-color: #EF5F54;
          display: table;
          padding: 12px 20px;
          text-align: center;
          color: #fff;
          font-size: 18px;
          font-weight: 800;
          margin: 12px auto; }
          @media screen and (min-width: 1024px) {
            .list ul li a .itemlist .readdocument {
              margin: 30px auto;
              float: left; } }
        .list ul li a .itemlist .button-arrow {
          position: absolute;
          right: 0;
          width: 0;
          height: 100%;
          bottom: 0;
          background-color: #EF5F54;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .list ul li a .itemlist .button-arrow i {
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -ms-transition: all 0.8s;
            -o-transition: all 0.8s;
            transition: all 0.8s;
            opacity: 0;
            color: #fff;
            font-size: 22px;
            position: absolute;
            right: 15px;
            bottom: 15px; }
      @media screen and (min-width: 1024px) {
        .list ul li a:hover .itemlist {
          background-color: #fff;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .list ul li a:hover .itemlist .ico {
            opacity: 0.5;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
          .list ul li a:hover .itemlist .descscheda h3 {
            color: #EF5F54;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
          .list ul li a:hover .itemlist .button-arrow {
            width: 80px;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s; }
            .list ul li a:hover .itemlist .button-arrow i {
              -webkit-transition: all 0.8s;
              -moz-transition: all 0.8s;
              -ms-transition: all 0.8s;
              -o-transition: all 0.8s;
              transition: all 0.8s;
              opacity: 1; } }
  .list li .banneradvlarge {
    margin: 20px auto 50px auto;
    display: table; }

.pagination {
  margin-bottom: 50px; }
  .pagination li {
    background-color: #F4F3F0;
    font-size: 1rem; }
    .pagination li a {
      color: #1c4f89; }
  .pagination .current {
    background-color: #D3C7A5;
    color: #1c4f89;
    font-weight: 800; }
  .pagination .ellipsis {
    height: 29px; }

.login-page {
  background-color: #F4F3F0;
  padding-bottom: 50px; }
  .login-page .login-form {
    background-color: #fff;
    padding: 15px; }
  .login-page h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 50px; }
  .login-page .buttonsave {
    background-color: #EF5F54;
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
    border: none; }
  .login-page a {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase; }
  .login-page .field-validation-error, .login-page .validation-summary-errors {
    color: #EF5F54;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 15px;
    display: block; }
  .login-page .select2-container--default, .login-page .select2-selection--single {
    background-color: none;
    border: none;
    border-radius: unset;
    height: auto; }
  .login-page .select2 span.select2-selection__rendered {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    padding-right: 1.5rem;
    transition: box-shadow .5s,border-color .25s ease-in-out; }

.scheda {
  background-color: #F4F3F0; }
  .scheda .wrongbutton {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px; }
    .scheda .wrongbutton a {
      color: #1c4f89;
      font-size: 13px; }
  .scheda .socialshare {
    float: right;
    margin-top: 10px; }
  .scheda .back {
    float: left;
    margin-top: 10px; }
    .scheda .back a {
      background-color: #EF5F54;
      display: inline-block;
      padding: 5px 25px;
      text-align: center;
      color: #fff;
      margin-right: 10px; }
    .scheda .back .tagbutton {
      background-color: #1c4f89;
      padding: 5px 10px;
      margin-left: 5px;
      margin-right: 0;
      font-size: 13px;
      color: #fff; }
  .scheda h5 span {
    color: #EF5F54; }
  .scheda h1 {
    text-align: center;
    font-size: 26px;
    color: #1c4f89;
    margin: 10px 0 0 0; }
  .scheda p {
    margin: 10px 0 30px 0;
    display: inline-block; }
  .scheda .document-info-scheda {
    text-align: center;
    margin: 0 0 20px 0;
    width: 100%; }
    .scheda .document-info-scheda p {
      margin: 0;
      display: block; }
  .scheda .imgscheda {
    margin-bottom: 50px;
    position: relative; }
    .scheda .imgscheda img {
      margin: 0 auto;
      display: block;
      /*max-height: 600px;*/ }
    .scheda .imgscheda .left {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      left: 15px; }
      .scheda .imgscheda .left i {
        color: #EF5F54;
        font-size: 35px; }
    .scheda .imgscheda .right {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      right: 15px; }
      .scheda .imgscheda .right i {
        color: #EF5F54;
        font-size: 35px; }
  .scheda .pagemenu .left {
    margin-top: 50px;
    margin-left: 15px; }
    .scheda .pagemenu .left i {
      color: #1c4f89;
      font-size: 35px; }
  .scheda .pagemenu .right {
    margin-top: 50px;
    margin-right: 15px; }
    .scheda .pagemenu .right i {
      color: #1c4f89;
      font-size: 35px; }
  .scheda .numpagine {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #1c4f89;
    margin-bottom: 30px; }
    .scheda .numpagine input {
      width: 60px;
      display: inline-block; }
    .scheda .numpagine .left, .scheda .numpagine .right {
      display: inline-block;
      margin: 0 5px; }
  .scheda .navigationscheda {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .scheda .navigationscheda {
        max-width: 80%;
        margin: 20px auto; } }
    .scheda .navigationscheda .prevpage {
      background-color: #EF5F54;
      display: block;
      padding: 12px 20px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: 800;
      margin: 0;
      margin-bottom: 6px; }
      @media screen and (min-width: 640px) {
        .scheda .navigationscheda .prevpage {
          float: left;
          display: table;
          margin-bottom: 0;
          margin: 30px auto; } }
    .scheda .navigationscheda .nextpage {
      background-color: #EF5F54;
      display: block;
      padding: 12px 20px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: 800;
      margin: 0;
      margin-bottom: 6px; }
      @media screen and (min-width: 640px) {
        .scheda .navigationscheda .nextpage {
          float: right;
          display: table;
          margin-bottom: 0;
          margin: 30px auto; } }
  .scheda .downloadpdf {
    background-color: #EF5F54;
    display: block;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    width: 100%;
    cursor: pointer;
    margin: 0 10px; }
    @media screen and (min-width: 640px) {
      .scheda .downloadpdf {
        margin: 0; } }
  .scheda .current img {
    border: 5px solid #EF5F54; }

.modaldoc {
  padding-top: 30px; }
  .modaldoc h2 {
    font-size: 24px;
    text-align: center;
    color: #1c4f89;
    font-weight: 300;
    margin: 20px 0; }
  .modaldoc p {
    text-align: center;
    color: #1c4f89;
    font-weight: 300;
    margin-bottom: 30px; }
  .modaldoc .registrati {
    background-color: #EF5F54;
    display: block;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    width: calc(50% - 10px);
    float: left; }
  .modaldoc .sendabuse {
    background-color: #EF5F54;
    display: block;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    width: 100%; }
  .modaldoc .accedi {
    background-color: #D3C7A5;
    display: block;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    width: calc(50% - 10px);
    float: right; }
  .modaldoc .close-button {
    font-size: 3rem;
    font-weight: 300;
    top: 0; }

.makerslisttitle h1 {
  margin: 30px 0 0 0;
  text-align: center;
  font-weight: 700; }

.makerslisttitle p {
  text-align: center; }

.makerslist {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .makerslist {
      padding: 30px 0; } }
  .makerslist h2 {
    font-size: 32px;
    color: #1c4f89;
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .makerslist h2 {
        text-align: left; } }
  .makerslist .itemscheda {
    margin-bottom: 30px; }
    .makerslist .itemscheda .ico {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 1;
      position: relative;
      height: 170px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      /*img { margin: 0 auto; display: block; height: 150px; }*/ }
      .makerslist .itemscheda .ico.brand {
        background-color: #1c4f89;
        background-size: 80%; }
    .makerslist .itemscheda .descscheda {
      background-color: #F4F3F0;
      padding: 12px;
      position: relative; }
      .makerslist .itemscheda .descscheda p {
        display: block;
        color: #000000;
        font-weight: 700;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .makerslist .itemscheda .descscheda:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 13px solid #F4F3F0;
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-15px); }
    .makerslist .itemscheda:hover .ico {
      opacity: 0.5;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .makerslist .itemscheda:hover .descscheda {
      background-color: #F4F3F0;
      padding: 12px;
      position: relative; }
      .makerslist .itemscheda:hover .descscheda p {
        display: block;
        color: #EF5F54;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
  .makerslist .modellink {
    display: block;
    padding: 5px 0;
    color: #000000;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .makerslist .modellink:hover {
      color: #EF5F54;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }