@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;700;900&display=swap");

/** Clearfix */
/** Reset tag */
/** Responsive image Keep images from scaling beyond the width of their parents. */
/** inline-block */
/** Create an horintal list of item with equals width */
/** Fx zoom image */
/** */
/** Reset link */
/** Hover link @param  String  $color */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #222222;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

.screen-reader-text, .hidden, .visuallyhidden {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

img.alignleft, img.alignright {
  width: 100%;
  float: left;
  margin: 0px;
  margin-bottom: 40px;
}

*:focus {
  outline: none;
}

.backgroundGreyLight {
  background-color: #f4f4f4;
}

.backgroundGrey {
  background-color: #737373;
}

.backgroundYellow {
  background-color: #ffca30;
}

.ajax-loader {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin: 5px 0;
  height: 32px;
  background-image: url(../images/ajax-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

img.preloader {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  img.alignright {
    max-width: 100%;
    width: auto;
    float: right;
    margin: 10px 0 10px 20px;
  }

  img.alignleft {
    max-width: 100%;
    float: left;
    width: auto;
    margin: 10px 20px 10px 0px;
  }

  img.aligncenter {
    max-width: 100%;
    float: none;
    width: auto;
    margin: 10px auto;
    clear: both;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .site-content--results .post p.entry-title, .h3, .h4, .h5, .site-sidebar .widget_categories h4, .site-sidebar .widget_custom_filters h4, .site-sidebar .widget_custom_filters legend, .h6 {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #ffca30;
  background-color: transparent;
  clear: both;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h1, .h1 {
  font-size: 25px;
}

h2, .h2, .site-content--results .post p.entry-title {
  font-size: 20px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5, .site-sidebar .widget_categories h4, .site-sidebar .widget_custom_filters h4, .site-sidebar .widget_custom_filters legend {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

h1.alignCenter, h2.alignCenter, h3.alignCenter, h4.alignCenter, h5.alignCenter, h6.alignCenter {
  text-align: center;
}

.page h1 {
  margin-bottom: 40px;
}

p, ul:not(.ui-menu), ol, blockquote {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  color: #222222;
}

.site-top p:last-child, .site-search p:last-child, .site-header p:last-child, .site-content p:last-child, .site-footer p:last-child {
  margin-bottom: 0 !important;
}

.entry-content ul:not(.ui-menu), .tab_content ul:not(.downloads), .site-content.page .content-wrapper ul:not(.downloads) {
  list-style-type: disc;
  padding-left: 20px;
}

.entry-content ul:not(.ui-menu) li, .tab_content ul:not(.downloads) li, .site-content.page .content-wrapper ul:not(.downloads) li {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

.site-content.page aside:not(.site-sidebar) p a:not(.button), .site-content.page aside:not(.site-sidebar) ul li a:not(.button), .site-content.page aside:not(.site-sidebar) ol li a:not(.button) {
  color: #ffca30;
  text-decoration: none;
  font-weight: 600;
}

.site-content.page aside:not(.site-sidebar) p a:not(.button):hover, .site-content.page aside:not(.site-sidebar) ul li a:not(.button):hover, .site-content.page aside:not(.site-sidebar) ol li a:not(.button):hover {
  color: #222222;
  text-decoration: none;
}

ul.downloads {
  margin: 30px 0 0 0;
}

ul.downloads li {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

ul.downloads li img {
  max-width: 140px;
  float: left;
  margin: 0 10px 10px 0;
}

ul.downloads li span {
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 10px;
  font-size: 16px;
}

ul.downloads li span.download {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

ul.downloads li span.download [class^="icon-"], ul.downloads li span.download [class*=" icon-"] {
  float: left;
  margin: 1px 10px 1px 0;
  font-size: 140%;
  line-height: 1;
}

ul.downloads li span.title {
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  min-height: 60px;
}

.entry-content ol, .tab_content ol, .site-content.page .content-wrapper ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.entry-content ol li, .tab_content ol li, .site-content.page .content-wrapper ol li {
  padding-left: 20px;
  margin-bottom: 10px;
}

blockquote {
  padding: 15px;
  color: #222222;
  margin: 0;
}

blockquote p {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

p strong, ul strong, ol strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.ourClients {
  margin-top: 60px !important;
}

.ourClients h1, .ourClients h2, .ourClients h3, .ourClients h4, .ourClients h5, .ourClients h6 {
  text-align: center;
}

@media (min-width: 970px) {
  h1, .h1 {
    font-size: 30px;
  }

  h2, .h2, .site-content--results .post p.entry-title {
    font-size: 25px;
  }

  h3, .h3 {
    font-size: 25px;
  }

  p, ul, ol, blockquote, .entry-content ul:not(.ui-menu) li, .tab_content ul:not(.downloads) li, .site-content.page .content-wrapper ul:not(.downloads) li {
    font-size: 20px;
  }

  .site-content__accordion ul.downloads li {
    width: 50%;
  }
}

@media (min-width: 1170px) {
  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2, .site-content--results .post p.entry-title {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  .one .site-content__accordion ul.downloads li {
    width: 33.33%;
  }
}

@media (min-width: 1600px) {
  .one-half .site-content__accordion ul.downloads li {
    width: 50%;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?4hqd24");
  src: url("../fonts/icomoon.eot?4hqd24#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4hqd24") format("truetype"), url("../fonts/icomoon.woff?4hqd24") format("woff"), url("../fonts/icomoon.svg?4hqd24#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-up:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-youtube:before {
  content: "\e907";
}

.icon-linkedin:before {
  content: "\e908";
}

.icon-email:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-email-open:before {
  content: "\e90b";
}

.icon-doc:before {
  content: "\e90c";
}

.icon-send:before {
  content: "\e90d";
}

.icon-download:before {
  content: "\e90e";
}

.icon-arrow-right-light:before {
  content: "\e90f";
}

.icon-arrow-left-light:before {
  content: "\e910";
}

.icon-menu:before {
  content: "\e911";
}

.icon-close:before {
  content: "\e912";
}

.icon-close-secondary:before {
  content: "\e913";
}

.icon-select-down:before {
  content: "\e914";
}

.icon-select-up:before {
  content: "\e915";
}

.icon-pin-empty:before {
  content: "\e916";
}

.icon-pin:before {
  content: "\e917";
}

.icon-play:before {
  content: "\e918";
}

.icon-search-reverse:before {
  content: "\e919";
}

a {
  text-decoration: none;
  color: inherit;
  color: #ffca30;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:active, a:focus {
  outline: none;
}

a:visited {
  color: #ffca30;
  text-decoration: none;
}

a:hover {
  color: #222222;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.one, .one-half, .two-third, .one-third, .one-fourth {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 2em;
}

.site-content, .site-footer, .site-main {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background: transparent;
  z-index: 1;
}

.site-main {
  padding-top: 80px;
}

.content-wrapper {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
}

.site-content.error-404 {
  margin: 4em 0;
}

.site-content.error-404 .page-header {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background: transparent;
}

.site-content.error-404 .content-wrapper {
  max-width: 600px;
}

.site-content.error-404 h1, .site-content.error-404 p {
  text-align: center;
}

.site-content.error-404 h1 {
  color: #868686;
  line-height: .8;
  margin-bottom: 40px;
  font-weight: 300;
}

.site-content.error-404 h1 span {
  display: block;
  color: #ffca30;
  font-weight: 900;
  font-size: 100px;
}

.site-content.error-404 p {
  font-weight: 700;
  font-size: 25px;
}

.site-content.error-404 p a {
  font-weight: 300;
}

.site-content.search-results .page-header {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background: transparent;
  min-height: auto;
  margin-bottom: 20px;
}

.site-content.search-results .page-header h1 {
  color: #222222;
  text-transform: none;
  font-weight: 700;
  padding: 0;
}

.site-content.search-results .one {
  border-bottom: 1px solid #737373;
  padding-bottom: 40px;
}

.site-content.search-results .one:first-child {
  padding-top: 40px;
}

.site-content.search-results .one h2 {
  color: #222222;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 10px;
}

.site-content.search-results .one h2 a {
  color: #222222;
}

.site-content.search-results .one h2 a:hover {
  color: #ffca30;
}

.site-content.search-results .one .category {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  color: #ffca30;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.site-content.search-results .one .post-thumbnail {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  border: 1px solid transparent;
  text-align: center;
  display: block;
  width: 100%;
  height: 200px;
  /*overflow: hidden;*/
  margin-bottom: 2em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  /*img{ position:absolute; top:50%; left:50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform:translate(-50%,-50%); }*/
}

.site-content.search-results .one .post-thumbnail img {
  margin: 0;
}

.site-content.search-results .one .post-thumbnail>a {
  display: block;
  width: 100%;
  height: 100%;
}

.site-content.search-results .one .post-details {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.site-content.search-results a.loadMore {
  margin-top: 40px;
}

.site-content.site-content--single {
  margin-bottom: 40px;
}

.site-content.site-content--single #headerMobile, .site-content.site-content--single #headerDesktop {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.site-content.site-content--single #headerMobile .entry-header, .site-content.site-content--single #headerDesktop .entry-header {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.site-content.site-content--single #headerMobile .entry-header h1, .site-content.site-content--single #headerDesktop .entry-header h1 {
  margin-bottom: 40px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.divider {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: transparent;
}

.divider .size10 {
  height: 10px;
}

.divider .size20 {
  height: 20px;
}

.divider .size30 {
  height: 30px;
}

.divider .size40 {
  height: 40px;
}

.one.logos {
  padding: 0;
}

.one.logos [class^="one-"], .one.logos [class*=" one-"] {
  text-align: center;
}
.one-third.localizedBrands img {
  max-width: 250px;
}

.spacer {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 60px;
  background: transparent;
}

.spacer:after {
  position: relative;
  font-family: 'icomoon' !important;
  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;
  content: "\e90c";
  color: #ffca30;
  font-size: 60px;
  line-height: 1;
  float: left;
}

.spacer.alignCenter {
  text-align: center;
}

.spacer.alignCenter:after {
  float: none;
}

.entry-content .gallery {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 2em;
}

.entry-content .gallery img {
  border: none !important;
}

.entry-content .gallery .gallery-caption {
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  .entry-content .gallery .gallery-item {
    width: 100% !important;
  }
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

.hidden {
  display: none !important;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

.site-content.customTemplate .one, .site-content.customTemplate .one-half, .site-content.customTemplate .two-third, .site-content.customTemplate .one-third, .site-content.customTemplate .one-fourth {
  margin-bottom: 40px;
}

.site-content.customTemplate .one .one, .site-content.customTemplate .one .one-half, .site-content.customTemplate .one .two-third, .site-content.customTemplate .one .one-third, .site-content.customTemplate .one .one-fourth, .site-content.customTemplate .one-half .one, .site-content.customTemplate .one-half .one-half, .site-content.customTemplate .one-half .two-third, .site-content.customTemplate .one-half .one-third, .site-content.customTemplate .one-half .one-fourth, .site-content.customTemplate .two-third .one, .site-content.customTemplate .two-third .one-half, .site-content.customTemplate .two-third .two-third, .site-content.customTemplate .two-third .one-third, .site-content.customTemplate .two-third .one-fourth, .site-content.customTemplate .one-third .one, .site-content.customTemplate .one-third .one-half, .site-content.customTemplate .one-third .two-third, .site-content.customTemplate .one-third .one-third, .site-content.customTemplate .one-third .one-fourth, .site-content.customTemplate .one-fourth .one, .site-content.customTemplate .one-fourth .one-half, .site-content.customTemplate .one-fourth .two-third, .site-content.customTemplate .one-fourth .one-third, .site-content.customTemplate .one-fourth .one-fourth {
  padding: 0;
}

.site-content.customTemplate .slick-slider.slider-for {
  border: 0;
}

@media (min-width: 768px) {
  .one, .one-half, .two-third, .one-third, .one-fourth {
    float: left;
    position: relative;
    padding: 0 2%;
    margin-bottom: 0;
  }

  .one {
    width: 100%;
  }

  .one-half {
    width: 50%;
  }

  .two-third {
    width: 66.67%;
  }

  .one-third {
    width: 33.33%;
  }

  .one-fourth {
    width: 25%;
  }

  .last {
    margin-right: 0 !important;
  }

  /*.content-wrapper { width: 650px; }*/
  .site-content.search-results .one {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }

  .site-content.search-results .one .post-thumbnail {
    width: 300px;
    margin-bottom: 0;
    border-color: #D3D3D3;
  }

  .site-content.search-results .one .post-details {
    padding: 0 0 0 4%;
  }

  .site-main {
    padding-top: 110px;
  }

  .site-content.search-results .page-header h1 {
    padding: 0 2%;
  }

  .site-content.site-content--single #headerMobile {
    padding: 0 2%;
  }

  .one.logos {
    display: table;
  }

  .one.logos [class^="one-"], .one.logos [class*=" one-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  .one.logos [class^="one-"] img, .one.logos [class*=" one-"] img {
    float: none;
  }
}

@media (min-width: 970px) {
  /*.content-wrapper { width: 800px; }*/
}

@media (min-width: 1170px) {

  /*.content-wrapper { width: 1000px; }*/
  .site-content.error-404 h1 span {
    font-size: 200px;
  }

  .site-content.error-404 p {
    font-size: 40px;
    margin: 0;
  }

  .site-main {
    padding-top: 130px;
  }
}

@media (min-width: 1400px) {
  /*.content-wrapper { width: 1300px; }*/
}

@media (min-width: 1600px) {

  /*.content-wrapper { width: 1500px; }*/
  .site-main {
    padding-top: 140px;
  }
}

form, form label, form legend, form fieldset {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-family: "Roboto", sans-serif;
}

form .one, form .one-half, form .two-third, form .one-third, form .one-fourth {
  margin-bottom: 1.5em;
}

form p {
  font-size: 12px;
}

form p.yellow {
  color: #ffca30;
}

form label, form legend {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  color: #222222;
  line-height: 1.4;
}

form label span, form legend span {
  color: #ffca30;
}

form span.wpcf7-form-control-wrap {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

form span.wpcf7-form-control-wrap.accetto, form span.wpcf7-form-control-wrap.acconsento, form span.wpcf7-form-control-wrap.acconsento_link {
  width: auto;
}

form span.wpcf7-form-control-wrap.accetto span, form span.wpcf7-form-control-wrap.acconsento span, form span.wpcf7-form-control-wrap.acconsento_link span {
  color: #ffca30;
}
form span.wpcf7-form-control-wrap.accetto, form span.wpcf7-form-control-wrap.acconsentoinformazioni {
  width: auto;
}

form span.wpcf7-form-control-wrap.accetto span, form span.wpcf7-form-control-wrap.acconsentoinformazioni span {
  color: #ffca30;
}

form input, form textarea, form select {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #222222;
  line-height: 1.4;
  border: 0;
  border-bottom: 1px solid #222222;
  padding: .5em 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #FFF;
}

form textarea {
  resize: none;
  padding: .5em;
  height: 100px;
  border: 1px solid #222222;
}

form input[type=checkbox] {
  width: auto;
  margin: 5px 10px 10px 0;
  background-color: transparent;
  border: 1px solid #222222;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

form input[type=checkbox]:focus, form input[type=checkbox]:active, form input:focus, form textarea:focus, form input:active, form textarea:active {
  outline: none;
}

input[type="checkbox"]+label {
  width: auto;
  text-transform: none !important;
}

form input[type=submit], form input.submit, form button.submit {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  padding: 8px 20px;
  border: 1px solid #ffca30;
  color: #ffca30;
  background-color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  -webkit-appearance: none !important;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none !important;
}

form input[type=submit]:focus, form input[type=submit]:hover, form input[type=submit]:active, form input.submit:focus, form input.submit:hover, form input.submit:active, form button.submit:focus, form button.submit:hover, form button.submit:active {
  cursor: pointer;
  color: #FFF;
  border: 1px solid #ffca30;
  background-color: #ffca30;
}

form label.testo_privacy {
  width: 90%;
  font-size: 16px;
  line-height: 1.4;
  margin: 8px 0;
  color: #222222;
}

.wpcf7-not-valid-tip {
  position: relative !important;
  float: left !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 3px 0 !important;
}

.wpcf7-response-output {
  position: relative !important;
  float: left !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.wpcf7-response-output.wpcf7-validation-errors, .wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.invalid span.wpcf7-not-valid-tip {
  color: #fe2424 !important;
  font-family: "Roboto", sans-serif;
}

.wpcf7-form.invalid span.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1.2;
}

.wpcf7-form.sent .wpcf7-response-output, .wpcf7-form.valid .wpcf7-response-output {
  color: green !important;
}

form.wpcf7-form input[type="checkbox"]:not(:checked)
, form.wpcf7-form input[type="checkbox"]:checked
, .site-sidebar .widget_custom_filters input[type="checkbox"]:not(:checked)
, .site-sidebar .widget_custom_filters input[type="checkbox"]:checked
, #newsletter-box form input[type="checkbox"]:not(:checked)
, #newsletter-box form input[type="checkbox"]:checked
, #custom_fixed_popup_shortcode form input[type="checkbox"]:not(:checked)
, #custom_fixed_popup_shortcode form input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

#custom_fixed_popup_shortcode form input[name="subscribe-newsletter[]"]{
	position: relative !important;
	left: 0px !important;
	width: auto !important;
	appearance: auto !important;
	margin-left: -10px !important;
	margin-right: 10px !important;
	transform: scale(1.5) !important;
}

form.wpcf7-form input[type="checkbox"]:not(:checked)+label
, form.wpcf7-form input[type="checkbox"]:checked+label
, .site-sidebar .widget_custom_filters input[type="checkbox"]:not(:checked)+label
, .site-sidebar .widget_custom_filters input[type="checkbox"]:checked+label
, #newsletter-box form input[type="checkbox"]:not(:checked)+label
, #newsletter-box form input[type="checkbox"]:checked+label
, #custom_fixed_popup_shortcode form input[type="checkbox"]:not(:checked)+label
, #custom_fixed_popup_shortcode form input[type="checkbox"]:checked+label {
  position: relative;
  cursor: pointer;
  padding: 14px 0px 14px 35px;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

form.wpcf7-form input[type="checkbox"]:not(:checked)+label:before
, form.wpcf7-form input[type="checkbox"]:checked+label:before
, .site-sidebar .widget_custom_filters input[type="checkbox"]:not(:checked)+label:before
, .site-sidebar .widget_custom_filters input[type="checkbox"]:checked+label:before
, #newsletter-box form input[type="checkbox"]:not(:checked)+label:before
, #newsletter-box form input[type="checkbox"]:checked+label:before
, #custom_fixed_popup_shortcode form input[type="checkbox"]:not(:checked)+label:before
, #custom_fixed_popup_shortcode form input[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 1px solid #222222;
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

form.wpcf7-form input[type="checkbox"]:not(:checked)+label:after
, form.wpcf7-form input[type="checkbox"]:checked+label:after
, .site-sidebar .widget_custom_filters input[type="checkbox"]:not(:checked)+label:after
, .site-sidebar .widget_custom_filters input[type="checkbox"]:checked+label:after
, #newsletter-box form input[type="checkbox"]:not(:checked)+label:after
, #newsletter-box form input[type="checkbox"]:checked+label:after
, #custom_fixed_popup_shortcode form input[type="checkbox"]:not(:checked)+label:after
, #custom_fixed_popup_shortcode form input[type="checkbox"]:checked+label:after {
  content: '\2713';
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 30px;
  line-height: 1;
  color: #ffca30;
}

form.wpcf7-form input[type="checkbox"]:checked+label:before
, .site-sidebar .widget_custom_filters input[type="checkbox"]:checked+label:before
, #newsletter-box form input[type="checkbox"]:checked+label:before
, #custom_fixed_popup_shortcode form input[type="checkbox"]:checked+label:before {
  border: 1px solid #222222;
}

form.wpcf7-form input[type="checkbox"]:not(:checked)+label:after
, .site-sidebar .widget_custom_filters input[type="checkbox"]:not(:checked)+label:after
, #newsletter-box form input[type="checkbox"]:not(:checked)+label:after
, #custom_fixed_popup_shortcode form input[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
}

form.wpcf7-form input[type="checkbox"]:checked+label:after
, .site-sidebar .widget_custom_filters input[type="checkbox"]:checked+label:after
, #newsletter-box form input[type="checkbox"]:checked+label:after
, #custom_fixed_popup_shortcode form input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

form.wpcf7-form input[type="checkbox"]:checked:focus+label:before
, form.wpcf7-form input[type="checkbox"]:not(:checked):focus+label:before
, .site-sidebar .widget_custom_filters input[type="checkbox"]:checked:focus+label:before
, .site-sidebar .widget_custom_filters input[type="checkbox"]:not(:checked):focus+label:before
, #newsletter-box form input[type="checkbox"]:checked:focus+label:before
, #newsletter-box form input[type="checkbox"]:not(:checked):focus+label:before
, #custom_fixed_popup_shortcode form input[type="checkbox"]:checked:focus+label:before
, #custom_fixed_popup_shortcode form input[type="checkbox"]:not(:checked):focus+label:before {
  border: 1px solid #222222;
}

/* mailchimp */
form.mc4wp-form {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background-color: #FFF;
  border: 2px solid #ffca30;
  padding: 1em;
}

form.mc4wp-form h2, form.mc4wp-form h3, form.mc4wp-form h4, form.mc4wp-form h5, form.mc4wp-form h6 {
  text-transform: none;
  color: #222222;
  font-size: 16px;
  padding-left: 40px;
}

form.mc4wp-form h2:before, form.mc4wp-form h3:before, form.mc4wp-form h4:before, form.mc4wp-form h5:before, form.mc4wp-form h6:before {
  font-family: 'icomoon' !important;
  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;
  content: "\e90c";
  color: #ffca30;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 150%;
  line-height: 1;
}

form.mc4wp-form p, form.mc4wp-form label {
  color: #737373;
  font-size: 10px;
  line-height: 1.2;
}

form.mc4wp-form p span, form.mc4wp-form label span {
  color: #737373;
}

form.mc4wp-form p {
  margin-bottom: 15px;
}

form.mc4wp-form label {
  margin-bottom: 0;
}

form.mc4wp-form label a {
  text-decoration: underline;
  color: #737373;
}

form.mc4wp-form label a:hover {
  color: #737373;
  text-decoration: none;
}

form.mc4wp-form input {
  line-height: 1.2;
  font-size: 16px;
  color: #222222;
  margin-bottom: 0;
  padding: 5px 0;
}

form.mc4wp-form input[type="email"] {
  border: 0;
  border-bottom: 2px solid #737373;
  background-color: #FFF;
  font-size: 16px;
  padding-right: 55px;
}

form.mc4wp-form input[type="checkbox"] {
  border-color: #222222;
  width: auto;
  margin: 0 5px 5px 0;
  padding: 0;
}

form.mc4wp-form input[type="checkbox"]:not(:checked), form.mc4wp-form input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

form.mc4wp-form input[type="submit"] {
  width: auto;
  background-color: #ffca30;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  border: 0 !important;
  padding: 5px 10px;
  cursor: pointer;
}

form.mc4wp-form input[type="submit"]:hover, form.mc4wp-form input[type="submit"]:focus, form.mc4wp-form input[type="submit"]:active {
  background-color: #ffca30;
  color: #FFF;
}

form.mc4wp-form button[type="submit"] {
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 2;
  background-color: #FFF;
  color: #ffca30;
  width: 30px;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
  cursor: pointer;
  border: 0;
}

form.mc4wp-form input[type="checkbox"]:not(:checked)+span, form.mc4wp-form input[type="checkbox"]:checked+span {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 5px 0px 0 25px;
  margin: 0;
}

form.mc4wp-form input[type="checkbox"]:not(:checked)+span:before, form.mc4wp-form input[type="checkbox"]:checked+span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #222222;
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

form.mc4wp-form input[type="checkbox"]:not(:checked)+span:after, form.mc4wp-form input[type="checkbox"]:checked+span:after {
  content: '\2713';
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 20px;
  line-height: 1;
  color: #ffca30;
}

form.mc4wp-form input[type="checkbox"]:checked+span:before {
  border: 1px solid #222222;
}

form.mc4wp-form input[type="checkbox"]:not(:checked)+span:after {
  opacity: 0;
}

form.mc4wp-form input[type="checkbox"]:checked+span:after {
  opacity: 1;
}

form.mc4wp-form input[type="checkbox"]:checked:focus+span:before, form.mc4wp-form input[type="checkbox"]:not(:checked):focus+span:before {
  border: 1px solid #222222;
}

form.mc4wp-form .mc4wp-form-fields, form.mc4wp-form .mc4wp-response {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

form.mc4wp-form .mc4wp-response {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}

/* mailup */
#newsletter-box h4 {
  font-size: 16px;
}

#newsletter-box h4:after {
  display: none;
}

#newsletter-box form p {
  margin: 5px 0;
}

#newsletter-box form label span {
  color: #333;
  font-size: 12px;
}

#newsletter-box form span.error {
  color: red;
  font-size: 12px;
}

#newsletter-box form input[type="checkbox"] {
  border-color: #222222;
  width: auto;
  margin: 0 5px 5px 0;
  padding: 0;
}

#newsletter-box form input[type="checkbox"]:not(:checked), #newsletter-box form input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

#newsletter-box form input[type="checkbox"]:not(:checked)+span, #newsletter-box form input[type="checkbox"]:checked+span {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 5px 0px 0 25px;
  margin: 0;
}

#newsletter-box form input[type="checkbox"]:not(:checked)+span:before, #newsletter-box form input[type="checkbox"]:checked+span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #222222;
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

#newsletter-box form input[type="checkbox"]:not(:checked)+span:after, #newsletter-box form input[type="checkbox"]:checked+span:after {
  content: '\2713';
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 20px;
  line-height: 1;
  color: #ffca30;
}

#newsletter-box form input[type="checkbox"]:checked+span:before {
  border: 1px solid #222222;
}

#newsletter-box form input[type="checkbox"]:not(:checked)+span:after {
  opacity: 0;
}

#newsletter-box form input[type="checkbox"]:checked+span:after {
  opacity: 1;
}

#newsletter-box form input[type="checkbox"]:checked:focus+span:before, #newsletter-box form input[type="checkbox"]:not(:checked):focus+span:before {
  border: 1px solid #222222;
}

@media (min-width: 970px) {
  .site-sidebar .widget_custom_filters input[type="checkbox"]:not(:checked)+label, .site-sidebar .widget_custom_filters input[type="checkbox"]:checked+label {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #newsletter-box h4 {
    font-size: 20px;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #FFF;
}

.site-header {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #D3D3D3;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
  /* fixed header */
  position: fixed;
  top: 0;
  left: 0;
}

.site-header .site-header__logo {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 90px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header .site-header__search-button {
  position: absolute;
  top: 50%;
  right: 80px;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  padding: 10px 0;
  background-color: #ffca30;
  border: 1px solid #ffca30;
  color: #FFF;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 2;
}

.site-header .site-header__search-button [class^="icon-"], .site-header .site-header__search-button [class*=" icon-"] {
  color: #FFF;
  font-size: 1.2em;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.site-header .site-header__search-button:hover {
  background-color: #FFF;
  border-color: #ffca30;
  color: #ffca30;
}

.site-header .site-header__search-button:hover [class^="icon-"], .site-header .site-header__search-button:hover [class*=" icon-"] {
  color: #ffca30;
}

.site-header .site-header__hamburger {
  position: relative;
  margin: 21px 0 21px 20px;
  padding: 0;
  float: right;
  display: block;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  cursor: pointer;
}

.site-header .site-header__hamburger span.slice {
  background-color: #222222;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 5px;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}

.site-header .site-header__hamburger span.slice:nth-child(1) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.site-header .site-header__hamburger span.slice:nth-child(2) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.site-header .site-header__hamburger span.slice:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.site-header .site-header__hamburger.active span.slice:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 10px;
}

.site-header .site-header__hamburger.active span.slice:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.site-header .site-header__hamburger.active span.slice:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 30px;
  left: 10px;
}

.site-header .site-header__menu {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  display: none;
  width: auto;
  margin: 0 10px;
  float: right;
  z-index: 1;
}

.site-header .site-header__menu ul {
  margin: 0;
}

.site-header .site-header__menu ul>li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  background-color: #FFF;
}

.site-header .site-header__menu ul>li>a {
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  display: inline-block;
  padding: 50px 0;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 6px solid #FFF;
}

.site-header .site-header__menu ul>li>a:hover {
  /*border-color:$c-main-color; background-color:$c-white; color:$c-black;*/
  color: #737373;
}

.site-header .site-header__menu ul>li.current-menu-item>a {
  border-color: #ffca30;
  background-color: #FFF;
  color: #222222;
}

.site-header .site-header__menu ul>li.active>a {
  border-color: #ffca30;
  background-color: #FFF;
  color: #222222;
}

.site-header .site-header__menu ul>li.wpml-ls-current-language {
  position: relative;
}

.site-header .site-header__menu ul>li.wpml-ls-current-language>a {
  margin-left: 20px;
  padding-right: 20px;
}

.site-header .site-header__menu ul>li.wpml-ls-current-language>a img {
  right: 15px;
}

.site-header .site-header__menu ul>li.wpml-ls-current-language>a:after {
  font-family: 'icomoon' !important;
  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;
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -5px 0 0 0;
  color: #737373;
  font-size: 10px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-header .site-header__menu ul>li.wpml-ls-current-language ul.sub-menu {
  display: none;
  width: 70px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #FFF;
  border-top: 1px solid #D3D3D3;
}

.site-header .site-header__menu ul>li.wpml-ls-current-language ul.sub-menu li {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0;
}

.site-header .site-header__menu ul>li.wpml-ls-current-language ul.sub-menu li a {
  padding: 0;
  margin: 0;
}

.site-header .site-header__menu ul>li.wpml-ls-menu-item {
  position: relative;
}

.site-header .site-header__menu ul>li.wpml-ls-menu-item img {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -6px 0 0 0;
}

.site-header .site-header__menu ul>li.wpml-ls-menu-item>a {
  border-color: #FFF !important;
  position: relative;
  display: block;
  width: 100%;
}

.site-header .site-header__menu ul>li.wpml-ls-current-language:hover ul.sub-menu {
  display: block !important;
}

.site-header .site-search {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  width: 140px;
  float: right;
}

.site-header .site-search__form {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: right;
  padding: 0;
  width: 130px;
  height: 40px;
  margin: 22px 0 20px 0;
  background-color: #ffca30;
  color: #FFF;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.site-header .site-search__form.compact {
  width: 40px;
}

.site-header .site-search__form input[type="submit"], .site-header .site-search__form button, .site-header .site-search__form a.open {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffca30;
  top: 0;
  left: 0;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
}

.site-header .site-search__form input[type="submit"]:focus, .site-header .site-search__form input[type="submit"]:hover, .site-header .site-search__form input[type="submit"]:active, .site-header .site-search__form button:focus, .site-header .site-search__form button:hover, .site-header .site-search__form button:active, .site-header .site-search__form a.open:focus, .site-header .site-search__form a.open:hover, .site-header .site-search__form a.open:active {
  background-color: #ffca30;
  color: #FFF;
}

.site-header .site-search__form input[type="submit"] [class^="icon-"], .site-header .site-search__form input[type="submit"] [class*=" icon-"], .site-header .site-search__form button [class^="icon-"], .site-header .site-search__form button [class*=" icon-"], .site-header .site-search__form a.open [class^="icon-"], .site-header .site-search__form a.open [class*=" icon-"] {
  color: #FFF;
  font-size: 1.4em;
}

.site-header .site-search__form a.open {
  z-index: 3;
  padding: 8px 0 0 0;
  text-align: center;
  opacity: 1;
  background: #ffca30;
}

.site-header .site-search__form:not(.compact) a.open {
  display: none;
}

.site-header .site-search__form input[type="text"] {
  z-index: 1;
  padding: 8px 5px 8px 45px;
  border: 0;
  background-color: #ffca30;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
}

.site-header .site-search__form input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFF;
}

.site-header .site-search__form input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  opacity: 1;
}

.site-header .site-search__form input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  opacity: 1;
}

.site-header .site-search__form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFF;
}

.site-header .site-search__form input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFF;
}

.site-breadcrumb {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin: 2em 0;
}

.site-breadcrumb ol {
  margin: 0;
  padding-left: 0 !important;
  color: #868686;
  font-weight: 400;
  list-style: none;
}

.site-breadcrumb ol li {
  display: inline;
  margin: 0 2px 0 0;
  padding-left: 0 !important;
  font-weight: 600;
  font-size: 18px;
}

.site-breadcrumb ol li:after {
  content: '/';
  font-weight: 400;
}

.site-breadcrumb ol li:last-child:after {
  content: '';
  display: none;
}

.site-breadcrumb ol a {
  color: #868686;
}

.site-breadcrumb ol a:hover {
  color: #ffca30;
}

.site-breadcrumb ol a span {
  font-weight: 400;
}

.site-search {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 3em 1em;
  background-color: #FFF;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.site-search>* {
  z-index: 1;
}

.site-search h2, .site-search h3, .site-search h4, .site-search h5, .site-search h6 {
  color: #222222;
}

.site-search a.site-search__close-button {
  position: absolute;
  display: block;
  width: 52px;
  height: 52px;
  padding: 10px 0;
  text-align: center;
  background-color: #ffca30;
  border: 1px solid #ffca30;
  color: #FFF;
  top: 35px;
  right: 1em;
  z-index: 2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-search a.site-search__close-button [class^="icon-"], .site-search a.site-search__close-button [class*=" icon-"] {
  color: #FFF;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-search a.site-search__close-button:hover {
  background-color: #FFF;
  color: #ffca30;
  border-color: #ffca30;
}

.site-search a.site-search__close-button:hover [class^="icon-"], .site-search a.site-search__close-button:hover [class*=" icon-"] {
  color: #ffca30;
}

.site-search form input[type=text] {
  background-color: #FFF;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-right: 60px;
  font-size: 20px;
}

.site-search form input[type=submit], .site-search form button {
  position: absolute;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  color: #222222;
  top: 0;
  right: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
}

.site-search form input[type=submit]:hover, .site-search form button:hover {
  background-color: #FFF;
  color: #222222;
}

.site-search form input[type=submit] [class^="icon-"], .site-search form input[type=submit] [class*=" icon-"], .site-search form button [class^="icon-"], .site-search form button [class*=" icon-"] {
  color: #222222;
  font-size: 30px;
  line-height: 1;
}

body.admin-bar .site-header, body.admin-bar .site-search {
  top: 46px;
}

@media (min-width: 768px) {
  .site-search {
    padding: 4em 1em;
  }

  .site-header {
    padding: 0 1em;
  }

  .site-header .site-header__logo {
    width: 150px;
    left: 1em;
  }

  .site-header .site-search__form {
    margin: 38px 0;
  }

  .site-header .site-header__hamburger {
    margin: 36px 0 36px 30px;
  }

  .site-breadcrumb {
    padding: 0 2%;
  }

  body.admin-bar .site-header, body.admin-bar .site-search {
    top: 32px;
  }
}

@media (min-width: 1170px) {
  .site-search a.site-search__close-button {
    right: 1em;
    top: 36px;
  }

  .site-header .site-header__search-button {
    right: 1em;
  }

  .site-header .site-header__menu {
    display: block;
    margin-right: 100px;
    margin-top: 10px;
  }

  .site-header .site-header__hamburger {
    display: none;
  }

  .site-header .site-header__menu ul>li {
    margin: 0 10px;
  }

  .site-header .site-header__menu ul>li>a {
    font-size: 14px;
  }

  .site-header .site-search__form input[type="text"] {
    font-size: 14px;
  }

  .site-header.sticker .site-header__menu ul>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-header.sticker .site-header__logo {
    width: 100px;
  }
}

@media (min-width: 1400px) {
  .site-search {
    padding: 4em 1.5em;
  }

  .site-search a.site-search__close-button {
    right: 1.5em;
    top: 40px;
  }

  .site-header {
    padding: 0 1.5em;
  }

  .site-header .site-header__logo {
    left: 1.5em;
  }

  .site-header .site-header__search-button {
    right: 1.5em;
  }

  .site-header .site-search__form {
    margin: 40px 0;
  }

  .site-header .site-header__menu ul>li {
    margin: 0 15px;
  }

  .site-header .site-header__menu ul>li>a {
    font-size: 16px;
  }

  .site-header .site-search__form input[type="text"] {
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (min-width: 1600px) {
  .site-search {
    padding: 4em 2.5em;
  }

  .site-search a.site-search__close-button {
    right: 2.5em;
  }

  .site-header {
    padding: 0 2.5em;
  }

  .site-header .site-header__search-button {
    right: 2.5em;
  }

  .site-header .site-header__logo {
    width: 200px;
    left: 2.5em;
  }

  .site-header .site-search__form {
    margin: 45px 0;
  }

  .site-header .site-header__menu ul>li {
    margin: 0 15px;
  }

  .site-header .site-header__menu ul>li>a {
    font-size: 20px;
  }
}

/*
JQuery Simple MobileMenu Slide
https://github.com/Position2/jQuery-Simple-MobileMenu
*/
/*Main style*/
body.mmactive {
  overflow: hidden;
}

.mobile-menu {
  display: none;
  position: relative;
}

.sm_menu_outer.active .mobile-menu {
  display: block;
}

.sm_menu_outer {
  height: calc(100% - 83px);
  /*overflow-y: scroll;*/
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 83px;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #FFF;
  /*-webkit-transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; transition: opacity 0.5s ease;*/
}

.sm_menu_outer.active {
  opacity: 1;
  z-index: 123456;
}

body.admin-bar .sm_menu_outer {
  top: 129px;
  height: calc(100% - 129px);
}

.sm_menu_outer .mobile-menu li.back a {
  padding: 15px 15px 15px 40px;
  position: relative;
  color: #ffca30;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.sm_menu_outer .mobile-menu li.back a:before {
  font-family: 'icomoon' !important;
  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;
  content: "\e904";
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -9px 0 0 0;
  color: #ffca30;
}

.sm_menu_outer .mobile-menu, .sm_menu_outer .mobile-menu .sub-menu {
  padding: 20px;
}

.sm_menu_outer .mobile-menu li {
  list-style-type: none;
  border-bottom: 1px solid #222222;
  color: #222222;
}

.sm_menu_outer .mobile-menu li.back {
  border-bottom: 0;
}

.sm_menu_outer .mobile-menu li a {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  display: block;
  padding: 15px;
  text-decoration: none;
}

.sm_menu_outer .mobile-menu li.hasChild>a {
  padding: 15px 50px 15px 15px;
  padding: 15px;
  position: relative;
  color: #222222;
  background: #FFF;
}

.sm_menu_outer .mobile-menu li.hasChild>a:after {
  font-family: 'icomoon' !important;
  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;
  content: "\e903";
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -9px 0 0 0;
  color: #222222;
}

.sm_menu_outer .mobile-menu li.wpml-ls-menu-item img {
  float: left;
  margin: 5px 10px 5px 0;
}

/*Sub Menu anim */
.sm_menu_outer.slide .mobile-menu .sub-menu {
  background-color: #FFF;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}

.sm_menu_outer.slide .mobile-menu .sub-menu li a {
  font-weight: 400;
  text-transform: none;
}

.sm_menu_outer.slide .mobile-menu li.active>.sub-menu {
  right: 0;
}

@media (min-width: 768px) {
  .sm_menu_outer {
    height: calc(100% - 113px);
    top: 113px;
  }

  body.admin-bar .sm_menu_outer {
    top: 145px;
    height: calc(100% - 145px);
  }

  .sm_menu_outer .mobile-menu, .sm_menu_outer .mobile-menu .sub-menu {
    padding: 20px 2em;
  }
}

@media (min-width: 1170px) {

  /*#sm_menu_ham,*/
  .sm_menu_outer {
    display: none;
  }
}

/* simple submenu desktop version */
.site-header .site-header__menu ul>li.menu-item-has-children {
  position: relative;
  /*&.menu-item-has-children:hover > ul.sub-menu{ display:block!important; }*/
}

.site-header .site-header__menu ul>li.menu-item-has-children>a {
  position: relative;
  padding-right: 15px;
}

.site-header .site-header__menu ul>li.menu-item-has-children>a:active {
  border-color: #ffca30;
}

.site-header .site-header__menu ul>li.menu-item-has-children>a:after {
  font-family: 'icomoon' !important;
  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;
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -5px 0 0 0;
  color: #737373;
  font-size: 10px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-header .site-header__menu ul>li.menu-item-has-children ul.sub-menu {
  display: none;
  width: 280px;
  position: absolute;
  right: 0;
  padding: 20px 15px;
  background-color: #FFF;
  border-top: 1px solid #D3D3D3;
}

.site-header .site-header__menu ul>li.menu-item-has-children ul.sub-menu li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #222222;
}

.site-header .site-header__menu ul>li.menu-item-has-children ul.sub-menu li:last-child {
  border-bottom: 0;
}

.site-header .site-header__menu ul>li.menu-item-has-children ul.sub-menu li a {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  border: 0;
  font-size: 16px;
  text-transform: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-header .site-header__menu ul>li.menu-item-has-children ul.sub-menu li a:hover {
  color: #ffca30;
}

.site-header .site-header__menu ul>li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a {
  padding-right: 0;
  padding-left: 20px;
}

.site-header .site-header__menu ul>li.menu-item-has-children ul.sub-menu li.menu-item-has-children>a:after {
  left: 0;
  content: "\e904";
}

.site-header .site-header__menu ul>li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
  display: none;
  top: -20px;
  right: 260px;
  border: 0;
}

.site-header .site-header__menu ul>li.menu-item-has-children.active>ul.sub-menu, .site-header .site-header__menu ul>li.menu-item-has-children ul.sub-menu.active {
  display: block !important;
}

/*mega menu */
.site-header .site-header__menu ul li.has-dropdown {
  position: relative;
  /*&.has-dropdown:hover > ul.sub-menu-dropdown{ display:block!important; }*/
}

.site-header .site-header__menu ul li.has-dropdown>a {
  position: relative;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown {
  display: none;
  width: calc(100vw - 40px);
  position: fixed;
  /*top:125px;*/
  left: 10px;
  padding: 40px 20px;
  background-color: #FFF;
  border: 1px solid #D3D3D3;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown a.close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #ffca30;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 110%;
  line-height: 1;
  padding: 15px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown a.close:hover {
  background-color: #FFF;
  color: #ffca30;
  border-color: #ffca30;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown.active {
  display: block;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .first-level {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
  z-index: 1;
  background-color: #FFF;
  position: relative;
  border: 0;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .first-level.active {
  display: block;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .second-level {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
  z-index: 2;
  height: 100%;
  padding: 20px;
  border: 0;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .second-level.active {
  display: block;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #222222;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li>a:not(.button) {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 0;
  font-size: 16px;
  text-transform: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li>a:not(.button):hover {
  color: #ffca30;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li>a:not(.button):hover:after {
  color: #ffca30;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li.current-menu-item>a:not(.button), .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li.active>a:not(.button), .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li.current-cat>a:not(.button) {
  color: #ffca30;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li.current-menu-item>a:not(.button):after, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li.active>a:not(.button):after, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li.current-cat>a:not(.button):after {
  color: #ffca30;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview {
  margin-bottom: 20px;
  text-align: center;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.cat {
  background-color: #ffca30;
  color: #FFF;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.cat a, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.cat h5 {
  color: #FFF;
  font-weight: 400;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.cat h5 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.cat:hover a, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.cat:hover h5, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.cat a:hover {
  color: #222222;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one {
  display: table;
  vertical-align: middle;
  padding: 0;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .thumbnail {
  display: table-cell;
  width: 40%;
  max-width: 200px;
  height: 100px;
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .thumbnail img {
  max-width: 140px;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content {
  display: table-cell;
  width: 60%;
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content h2, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content h3, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content h4, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content h5, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content h6, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content p {
  text-align: left;
  margin: 0;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content>h2, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content>h3, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content>h4, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content>h5, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content>h6 {
  margin-bottom: 5px;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content>a:not(.button) {
  padding: 5px 0;
  display: inline-block;
  width: auto;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one .content a+p {
  color: #ffca30;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview h2, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview h3, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview h4, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview h5, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview h6 {
  text-transform: none;
  color: #222222;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview p {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview>a:not(.button) {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview:hover .thumbnail {
  border-color: #ffca30;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview:hover h2, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview:hover h3, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview:hover h4, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview:hover h5, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview:hover h6 {
  color: #ffca30;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview:hover a:not(.button), .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview:hover a:not(.button):hover {
  color: #ffca30;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview>img {
  margin-bottom: 10px;
  max-width: 180px;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one-third {
  min-height: 290px;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .preview.one-third>img {
  width: auto;
  height: 100%;
  max-height: 150px;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence {
  margin-bottom: 20px;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence h2, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence h3, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence h4, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence h5, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence h6 {
  text-transform: none;
  color: #222222;
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence p {
  font-size: 16px;
  line-height: 1.2;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence a.button, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence .comments-area .reply a.comment-reply-link, .comments-area .reply .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .evidence a.comment-reply-link {
  font-size: 16px;
  line-height: 1.2;
}

.site-header .site-header__menu ul li.has-dropdown.drop2 ul.sub-menu-dropdown .preview.one .thumbnail {
  padding: 0;
  border: 0;
}

.site-header .site-header__menu ul li.has-dropdown.drop2 ul.sub-menu-dropdown .preview.one .thumbnail img {
  max-width: 100%;
  float: left;
  width: 100%;
}

.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown li.first-level>ul>li>a:after {
  font-family: 'icomoon' !important;
  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;
  content: "\e903";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -7px 0 0 0;
  color: #222222;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {
  .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .first-level.one, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .second-level.one {
    width: 100%;
    padding: 0 2%;
  }

  .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .first-level.one-half, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .second-level.one-half {
    width: 50%;
    padding: 0 2%;
  }

  .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .first-level.two-third, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .second-level.two-third {
    width: 66.67%;
    padding: 0 2%;
  }

  .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .first-level.one-third, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .second-level.one-third {
    width: 33.33%;
    padding: 0 2%;
  }

  .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .first-level.one-fourth, .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown .second-level.one-fourth {
    width: 25%;
    padding: 0 2%;
  }
}

@media (min-width: 1400px) {
  /*.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown{ top:128px; }*/
}

@media (min-width: 1600px) {

  /*.site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown{ top:133px; }*/
  .site-header .site-header__menu ul li.has-dropdown ul.sub-menu-dropdown a.close {
    right: 35px;
  }
}

.site-footer {
  padding: 50px 0 0 0;
  text-align: center;
}

.site-footer .content-wrapper {
  max-width: 400px;
}

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  color: #222222;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.site-footer img {
  width: 100%;
  margin-bottom: 30px;
}

.site-footer ul:not(.site-footer__details) {
  text-align: center;
}

.site-footer p, .site-footer ul li {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.site-footer p a, .site-footer ul li a {
  color: #222222;
}

.site-footer p a:hover, .site-footer ul li a:hover {
  color: #ffca30;
}

.site-footer .one-fourth:first-child, .site-footer .one-fourth:nth-child(2) {
  min-height: auto;
}

.site-footer .one-fourth:nth-child(3) ul {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

.site-footer ul.site-footer__details {
  margin: 0 auto;
  float: none;
  padding: 0 0 20px 0;
  width: 250px;
}

.site-footer ul.site-footer__details li {
  padding: 5px 0;
}

.site-footer ul.site-footer__details li [class^="icon-"], .site-footer ul.site-footer__details li ul.site-footer__details li [class*=" icon-"] {
  font-size: 1.5em;
  line-height: 1;
  display: block;
  float: left;
  background-color: #ffca30;
  color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0 10px 3px 0;
}

.site-footer ul.site-footer__social-icons {
  text-align: center;
}

.site-footer ul.site-footer__social-icons li {
  display: inline-block;
  margin: 0 15px 15px 0;
}

.site-footer ul.site-footer__social-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffca30;
  color: #FFF;
  text-align: center;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.site-footer ul.site-footer__social-icons li a [class^="icon-"], .site-footer ul.site-footer__social-icons li a [class*=" icon-"] {
  font-size: 2em;
  line-height: 1.2;
}

.site-footer ul.site-footer__social-icons li a:hover {
  background-color: #222222;
  color: #FFF;
}

.site-footer a.button, .site-footer .comments-area .reply a.comment-reply-link, .comments-area .reply .site-footer a.comment-reply-link {
  line-height: 1.2;
  color: #222222;
  background-color: #ffca30;
  padding-left: 40px;
  padding-right: 40px;
}

.site-footer a.button i[class^="icon-"], .site-footer .comments-area .reply a.comment-reply-link i[class^="icon-"], .comments-area .reply .site-footer a.comment-reply-link i[class^="icon-"], .site-footer a.button i[class*=" icon-"], .site-footer .comments-area .reply a.comment-reply-link i[class*=" icon-"], .comments-area .reply .site-footer a.comment-reply-link i[class*=" icon-"] {
  color: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.site-footer a.button:hover, .site-footer .comments-area .reply a.comment-reply-link:hover, .comments-area .reply .site-footer a.comment-reply-link:hover {
  color: #222222;
}

.site-footer a.button:hover i[class^="icon-"], .site-footer .comments-area .reply a.comment-reply-link:hover i[class^="icon-"], .comments-area .reply .site-footer a.comment-reply-link:hover i[class^="icon-"], .site-footer a.button:hover i[class*=" icon-"], .site-footer .comments-area .reply a.comment-reply-link:hover i[class*=" icon-"], .comments-area .reply .site-footer a.comment-reply-link:hover i[class*=" icon-"] {
  color: #222222;
}

.site-footer--copyright {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background-color: #ffca30;
  margin: 50px 0 0 0;
  padding: 10px 2em;
}

.site-footer--copyright p {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
}

.site-footer--copyright p a {
  color: #222222;
  text-decoration: underline;
}

.site-footer--copyright p a:hover {
  color: #222222;
  text-decoration: none;
}

@media (min-width: 768px) {
  .site-footer .one-fourth:nth-child(3) ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .site-footer .content-wrapper {
    max-width: 1600px;
  }

  .site-footer .one-fourth {
    width: 50%;
  }

  .site-footer .one-fourth:first-child, .site-footer .one-fourth:nth-child(2) {
    min-height: 350px;
  }

  .site-footer {
    text-align: left;
  }

  .site-footer ul:not(.site-footer__details) {
    text-align: left;
  }

  .site-footer ul.site-footer__details {
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    padding: 0;
  }

  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
    text-align: left;
  }
}

@media (min-width: 1170px) {
  .site-footer .one-fourth {
    width: 25%;
  }

  .site-footer .one-fourth:first-child, .site-footer .one-fourth:nth-child(2) {
    min-height: auto;
  }
}

.site-pagination {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  color: #222222;
}

.site-pagination ul {
  float: none;
  display: inline-block;
  width: auto !important;
  margin: 50px 0 0 0;
}

.site-pagination a {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  width: auto;
  padding: 14px 16px;
  color: #222222;
  background: #ffca30;
  border: 0;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.site-pagination a:hover {
  background: #222222;
  color: #ffca30;
  text-decoration: none;
}

.site-pagination ul li>span.current {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  width: auto;
  padding: 12px 16px;
  color: #222222;
  background: transparent;
  border: 0;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.site-pagination ul li.current a {
  color: #222222;
  background: transparent;
  text-decoration: none;
}

.site-pagination ul li.current a:hover {
  color: #222222;
  background: transparent;
  text-decoration: none;
}

.site-pagination a.prev, .site-pagination a.next, .site-pagination.prevNext .nav-previous a, .site-pagination.prevNext .nav-next a {
  background: transparent;
  font-size: 80%;
  line-height: 1;
  padding: 14px;
  border: 1px solid #ffca30;
  color: #222222;
}

.site-pagination a.prev:hover, .site-pagination a.next:hover {
  border: 1px solid #222222;
  color: #222222;
  background: #ffca30;
}

.site-pagination.prevNext {
  padding-top: 40px;
}

.site-pagination.prevNext .nav-previous, .site-pagination.prevNext .nav-next {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  width: auto;
  font-size: 20px;
  line-height: 1;
}

.site-pagination.prevNext a.prev, .site-pagination.prevNext a.next, .site-pagination.prevNext .nav-previous a, .site-pagination.prevNext .nav-next a {
  background: transparent;
  color: #ffca30;
  border: 0;
  padding: 5px 0;
}

.site-pagination.prevNext a.prev:hover, .site-pagination.prevNext a.next:hover, .site-pagination.prevNext .nav-previous a:hover, .site-pagination.prevNext .nav-next a:hover {
  background: transparent;
  color: #222222;
}

.site-pagination.prevNext a.prev [class^="icon-"], .site-pagination.prevNext a.prev [class*=" icon-"], .site-pagination.prevNext .nav-previous a [class^="icon-"], .site-pagination.prevNext .nav-previous a [class*=" icon-"] {
  padding-right: 10px;
  float: left;
}

.site-pagination.prevNext a.next [class^="icon-"], .site-pagination.prevNext a.next [class*=" icon-"], .site-pagination.prevNext .nav-next a [class^="icon-"], .site-pagination.prevNext .nav-next a [class*=" icon-"] {
  padding-left: 10px;
  float: right;
}

.site-pagination ul li, .site-content.site-content_standard .site-pagination ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  width: auto;
  margin: 5px 10px;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  color: #737373;
  padding: 0;
}

.site-pagination.prevNext ul li:nth-child(1), .site-pagination.prevNext .nav-previous {
  border-right: 1px solid #737373;
  padding-right: 10px;
  margin-right: 10px;
}

.site-pagination ul li.puntini, .site-content.site-content_standard .site-pagination ul li.puntini {
  padding: 14px 10px;
  color: #222222;
  background: transparent;
}

.comments-area {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.comments-area h3 {
  text-decoration: none;
  text-transform: none;
  margin-bottom: 20px;
}

.comments-area img.avatar {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comments-area .comment-content, .comments-area .reply, .comments-area .comment-body {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.comments-area .comment-meta {
  font-size: 16px;
}

.comments-area .comment-body {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.comments-area .comment-body p {
  font-size: 16px;
  line-height: 1.2;
}

.comments-area ol.commentlist {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.comments-area ol.commentlist ul.children {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  padding: 0 20px;
  margin-top: 20px;
  background-color: white;
}

.comments-area ol.commentlist li.comment {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin: 20px 0;
}

.comments-area ol.commentlist li.comment .comment-author {
  font-weight: 700;
}

.comment-respond {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.comment-respond h3 {
  text-decoration: none;
  text-transform: none;
  margin-bottom: 20px;
}

.comment-respond input, .comment-respond textarea {
  margin-bottom: 0;
  border: 1px solid #ffca30;
}

.comment-respond input.submit {
  border-color: #ffca30;
  color: #ffca30;
}

.comment-respond p.comment-form-author, .comment-respond p.comment-form-email, .comment-respond p.comment-form-url {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 5px;
}

.comment-respond p.comment-form-comment {
  margin-bottom: 5px;
}

/********* RECENT ARTICLES ************/
@media (min-width: 768px) {
  .comment-respond p.comment-form-author, .comment-respond p.comment-form-email, .comment-respond p.comment-form-url {
    width: 30.66%;
    margin-right: 4%;
  }

  .comment-respond p.comment-form-url {
    margin-right: 0;
  }
}

/* start for stycky header */
.main-wrapper {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.sidebar {
  will-change: min-height;
}

.site-sidebar_inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

/* end for stycky header */
.site-content--related {
  margin: 0 0 2em 0;
}

.site-content--related .one>h2, .site-content--related .one>h3, .site-content--related .one>h4, .site-content--related .one>h5, .site-content--related .one>h6, .site-content--related .one-half>h2, .site-content--related .one-half>h3, .site-content--related .one-half>h4, .site-content--related .one-half>h5, .site-content--related .one-half>h6, .site-content--related .two-third>h2, .site-content--related .two-third>h3, .site-content--related .two-third>h4, .site-content--related .two-third>h5, .site-content--related .two-third>h6, .site-content--related .one-third>h2, .site-content--related .one-third>h3, .site-content--related .one-third>h4, .site-content--related .one-third>h5, .site-content--related .one-third>h6, .site-content--related .one-fourth>h2, .site-content--related .one-fourth>h3, .site-content--related .one-fourth>h4, .site-content--related .one-fourth>h5, .site-content--related .one-fourth>h6 {
  text-align: center;
  padding-bottom: 10px;
}

.site-content--related .one>h2:after, .site-content--related .one>h3:after, .site-content--related .one>h4:after, .site-content--related .one>h5:after, .site-content--related .one>h6:after, .site-content--related .one-half>h2:after, .site-content--related .one-half>h3:after, .site-content--related .one-half>h4:after, .site-content--related .one-half>h5:after, .site-content--related .one-half>h6:after, .site-content--related .two-third>h2:after, .site-content--related .two-third>h3:after, .site-content--related .two-third>h4:after, .site-content--related .two-third>h5:after, .site-content--related .two-third>h6:after, .site-content--related .one-third>h2:after, .site-content--related .one-third>h3:after, .site-content--related .one-third>h4:after, .site-content--related .one-third>h5:after, .site-content--related .one-third>h6:after, .site-content--related .one-fourth>h2:after, .site-content--related .one-fourth>h3:after, .site-content--related .one-fourth>h4:after, .site-content--related .one-fourth>h5:after, .site-content--related .one-fourth>h6:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -15px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffca30;
}

.site-content--related .one, .site-content--related .one-half {
  padding: 40px;
  border: 1px solid #D3D3D3;
  margin: 0;
}

.site-content--related .one-half {
  min-height: 450px;
  margin-bottom: 1em;
}

.site-sidebar {
  margin-bottom: 2em;
  margin-top: 5px;
}

.site-sidebar .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: rgba(255, 255, 255, 0.4);
}

.site-sidebar .site-sidebar_inner>h4 {
  color: #222222;
  font-weight: 600;
  border-top: 0;
  border-bottom: 1px solid #222222;
  padding: 0 0 1em 0;
  margin-bottom: 0;
}

.site-sidebar .widget {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.site-sidebar .widget h4 {
  color: #222222;
  font-weight: 600;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 1em 0;
}

.site-sidebar .widget ul {
  padding-left: 0 !important;
}

.site-sidebar .widget ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  padding-left: 0 !important;
  margin: 0;
  font-size: 16px;
}

.site-sidebar .widget ul li a {
  color: #222222;
  display: inline-block;
  padding: .5em 0;
  background: transparent;
}

.site-sidebar .widget ul li a:hover {
  color: #ffca30;
}

.site-sidebar .widget ul li.current-cat a {
  font-weight: 700;
  color: #ffca30;
}

.site-sidebar .widget ul li.current-cat a:hover {
  color: #ffca30;
}

.site-sidebar .site-search__form ul.site-search__results {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #FFF;
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #222222;
  border-top: 0;
  padding: 5px;
  margin: 0;
}

.site-sidebar .site-search__form ul.site-search__results::-webkit-scrollbar {
  width: 5px;
}

.site-sidebar .site-search__form ul.site-search__results::-webkit-scrollbar-track {
  background: #FFF;
}

.site-sidebar .site-search__form ul.site-search__results::-webkit-scrollbar-thumb {
  background: #737373;
}

.site-sidebar .site-search__form ul.site-search__results::-webkit-scrollbar-thumb:hover {
  background: #222222;
}

.site-sidebar .site-search__form ul.site-search__results.open {
  display: block;
}

.site-sidebar .site-search__form ul.site-search__results li {
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #222222;
}

.site-sidebar .site-search__form ul.site-search__results li:last-child {
  border: 0;
}

.site-sidebar .site-search__form ul.site-search__results li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 5px;
  font-size: 16px;
  line-height: 1.2;
  background-color: #FFF;
}

.site-sidebar .widget_search .site-search__form input[type="text"] {
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #222222;
  padding: .8em 30px .8em 0;
  font-style: italic;
  z-index: 1;
}

.site-sidebar .widget_search .site-search__form input[type="submit"], .site-sidebar .widget_search .site-search__form button[type="submit"] {
  position: absolute;
  bottom: 1px;
  right: 0;
  z-index: 2;
  border: 0;
  background-color: #FFF;
  font-size: 1em;
  color: #222222;
  cursor: pointer;
  padding: .6em 0 .6em .5em;
}

.site-sidebar .widget_categories h4 {
  border-top: 0;
  color: #222222;
  padding: 20px 40px 20px 0;
  text-transform: none;
  cursor: pointer;
  background: transparent;
}

.site-sidebar .widget_categories h4:after {
  font-family: 'icomoon' !important;
  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;
  content: '\e901';
  position: absolute;
  top: 50%;
  right: 0;
  color: #222222;
  margin: -10px 0 0 0;
  width: 24px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  font-size: 1.2em;
  line-height: 1;
}

.site-sidebar .widget_categories h4.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-sidebar .widget_categories ul {
  display: none;
  padding-left: 0 !important;
}

.site-sidebar .widget_categories ul li {
  padding-left: 0 !important;
}

.site-sidebar .widget_categories ul.open {
  display: block;
}

.site-sidebar .widget_custom_filters h4 {
  margin-bottom: 0;
  color: #222222;
  padding: 10px 0;
  border: 0;
}

.site-sidebar .widget_custom_filters fieldset {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #222222;
}

.site-sidebar .widget_custom_filters fieldset:first-child {
  border-top: 0;
}

.site-sidebar .widget_custom_filters legend {
  color: #222222;
  padding: 20px 40px 20px 0;
  margin-bottom: 0;
  text-transform: none;
  cursor: pointer;
  background: transparent;
}

.site-sidebar .widget_custom_filters legend:after {
  font-family: 'icomoon' !important;
  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;
  content: '\e901';
  position: absolute;
  top: 50%;
  right: 0;
  color: #222222;
  margin: -10px 0 0 0;
  width: 24px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  font-size: 1.2em;
  line-height: 1;
}

.site-sidebar .widget_custom_filters legend.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-sidebar .widget_custom_filters ul {
  margin: 0 0 20px 0;
  display: none;
}

.site-sidebar .widget_custom_filters ul.open {
  display: block;
}

.site-sidebar .widget_custom_filters ul li {
  background: transparent;
  margin: 0;
  color: #222222;
}

.site-sidebar .widget_custom_filters ul li label {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 2px 0 2px 40px;
}

.site-sidebar .widget_custom_filters ul li input[type=checkbox] {
  width: auto;
  margin: 5px 10px 10px 0;
  background-color: transparent;
  border: 1px solid #222222;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.site-sidebar .widget_custom_filters ul li input[type="checkbox"]:not(:checked)+label:before, .site-sidebar .widget_custom_filters ul li input[type="checkbox"]:checked+label:before {
  width: 16px;
  height: 16px;
  top: 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.site-sidebar .widget_custom_filters ul li input[type="checkbox"]:not(:checked)+label:after, .site-sidebar .widget_custom_filters ul li input[type="checkbox"]:checked+label:after {
  color: #737373;
  top: 5px;
  font-size: 25px;
}

.site-sidebar .widget_search .site-search__form input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #737373;
}

.site-sidebar .widget_search .site-search__form input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #737373;
  opacity: 1;
}

.site-sidebar .widget_search .site-search__form input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #737373;
  opacity: 1;
}

.site-sidebar .widget_search .site-search__form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #737373;
}

.site-sidebar .widget_search .site-search__form input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #737373;
}

@media (min-width: 768px) {
  .site-sidebar .site-search__form ul.site-search__results {
    top: 60px;
  }

  .main-wrapper {
    padding: 0 2%;
  }

  .site-content--related {
    margin: 2em 0;
  }

  .site-content--related .one-half {
    margin-left: .5em;
    width: calc(50% - .5em);
  }

  .site-content--related .one-half:first-child {
    margin-left: 0;
    margin-right: .5em;
  }

  .site-sidebar .widget_search .site-search__form input[type="text"] {
    font-size: 20px;
  }

  .site-sidebar .widget_custom_filters h4 {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-sidebar .widget.widget_search {
    margin-bottom: 20px;
  }

  .site-sidebar {
    padding-left: 0;
    padding-right: 4%;
  }

  .site-sidebar .widget_search+.widget_custom_filters h4 {
    border-top: 0;
  }

  .site-sidebar .widget_custom_filters:nth-child(1) h4 {
    padding-top: 0;
    border-top: 0;
  }

  .site-sidebar .widget_categories h4 {
    display: none;
  }
}

@media (min-width: 970px) {
  .site-sidebar .widget ul li {
    font-size: 20px;
  }

  .site-content--related .one>h2, .site-content--related .one-half>h2, .site-content--related .two-third>h2, .site-content--related .one-third>h2, .site-content--related .one-fourth>h2 {
    font-size: 20px;
  }

  .site-content--related .one>h3, .site-content--related .one-half>h3, .site-content--related .two-third>h3, .site-content--related .one-third>h3, .site-content--related .one-fourth>h3 {
    font-size: 20px;
  }

  .site-content--related .one-half {
    min-height: 500px;
  }
}

@media (min-width: 1170px) {
  .site-content--related .one>h2, .site-content--related .one-half>h2, .site-content--related .two-third>h2, .site-content--related .one-third>h2, .site-content--related .one-fourth>h2 {
    font-size: 30px;
  }

  .site-content--related .one>h3, .site-content--related .one-half>h3, .site-content--related .two-third>h3, .site-content--related .one-third>h3, .site-content--related .one-fourth>h3 {
    font-size: 25px;
  }

  .site-content--related .one-half {
    min-height: 530px;
  }
}

.site-content--archive .page-header, .site-content .page-header {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 2em;
  background-color: #ffca30;
  padding: 0;
}

.site-content--archive .page-header h1, .site-content .page-header h1 {
  font-size: 25px;
  color: #222222;
  text-transform: none;
  padding: 20px;
  margin: 0;
  font-weight: 700;
}

.site-content--archive .page-header p, .site-content .page-header p {
  padding: 0 20px 20px 20px;
  line-height: 1.3;
}

.site-content--archive .page-header .one-half, .site-content .page-header .one-half {
  margin: 0;
}

.site-content--archive .page-header .cat-thumb, .site-content .page-header .cat-thumb {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*body.tax-archiveapplicazioni .site-content--archive .page-header .cat-thumb{
    background-size:contain;
}*/
.site-content--results {
  padding: 0;
  margin-bottom: 2em;
  /*&.isotype .post{ width:100%; padding:0 20px; height:350px; }*/
}

.site-content--results .grid {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.site-content--results .grid-sizer {
  position: relative;
  width: 100%;
}

.site-content--results .loading-results {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 40px;
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.site-content--results .divider, .site-content--results .divider.small, .site-content--results .divider.large {
  display: none;
}

.site-content--results .post {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  padding: 0 5%;
  text-align: center;
  margin-bottom: 60px;
  min-height: auto;
}

.site-content--results .post h2, .site-content--results .post p.entry-title {
  color: #222222;
  text-align: center;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 20px 0 5px 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-content--results .post p {
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}

.site-content--results .post img {
  max-height: 300px;
  /* min-height: 300px; <BM 2025-05-20> */ 
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.site-content--results .post a:hover h2, .site-content--results .post a:hover p.entry-title {
  color: #ffca30;
}

.site-content--results .post a:hover img {
  opacity: .8;
}

.site-content--results .post.type-referenza {
  /* fixed height for title */
}

.site-content--results .post.type-referenza img {
  margin: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  float: left;
}

.site-content--results .post.type-referenza h2, .site-content--results .post.type-referenza p.entry-title {
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  background-color: #ffca30;
  color: #FFF;
  min-height: 40px;
  padding: 10px 35px 10px 10px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-content--results .post.type-referenza h2:after, .site-content--results .post.type-referenza p.entry-title:after {
  display: block;
  width: 24px;
  height: 24px;
  font-family: 'icomoon' !important;
  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;
  content: '\e90f';
  font-size: 90%;
  position: absolute;
  top: 50%;
  margin: -12px 0 0 0;
  right: 5px;
  padding: 5px;
  background: transparent;
  color: #FFF;
}

.site-content--results .post.type-referenza a:hover h2, .site-content--results .post.type-referenza a:hover p.entry-title {
  background-color: #222222;
  color: #FFF;
}

.site-content--results .post.type-referenza .post-thumbnail {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 250px;
  overflow-x: hidden;
}

.site-content--results .post.type-referenza .post-thumbnail img {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  float: none;
}

.site-content--results .post.type-referenza p.entry-title {
  min-height: auto;
}

.site-content--results .post.type-evento img, .site-content--results .post.type-post img, .site-content--results .post.type-pressarea img, .site-content--results .post.type-news img {
  margin: 0 0 10px 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  float: left;
}

.site-content--results .post.type-evento h2, .site-content--results .post.type-evento p.entry-title, .site-content--results .post.type-evento p, .site-content--results .post.type-evento .entry-meta, .site-content--results .post.type-post h2, .site-content--results .post.type-post p.entry-title, .site-content--results .post.type-post p, .site-content--results .post.type-post .entry-meta, .site-content--results .post.type-pressarea h2, .site-content--results .post.type-pressarea p.entry-title, .site-content--results .post.type-pressarea p, .site-content--results .post.type-pressarea .entry-meta, .site-content--results .post.type-news h2, .site-content--results .post.type-news p.entry-title, .site-content--results .post.type-news p, .site-content--results .post.type-news .entry-meta {
  text-align: left;
  margin: 0 0 10px 0;
  font-weight: 400;
  color: #222222;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-content--results .post.type-evento .entry-meta, .site-content--results .post.type-post .entry-meta, .site-content--results .post.type-pressarea .entry-meta, .site-content--results .post.type-news .entry-meta {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  color: #ffca30;
}

.site-content--results .post.type-evento p:not(.entry-title), .site-content--results .post.type-post p:not(.entry-title), .site-content--results .post.type-pressarea p:not(.entry-title), .site-content--results .post.type-news p:not(.entry-title) {
  color: #ffca30;
  font-size: 18px;
}

.site-content--results .post.type-evento a:hover h2, .site-content--results .post.type-evento a:hover p.entry-title, .site-content--results .post.type-post a:hover h2, .site-content--results .post.type-post a:hover p.entry-title, .site-content--results .post.type-pressarea a:hover h2, .site-content--results .post.type-pressarea a:hover p.entry-title, .site-content--results .post.type-news a:hover h2, .site-content--results .post.type-news a:hover p.entry-title {
  color: #222222;
}

.site-content--results .post.type-evento a:hover .entry-meta, .site-content--results .post.type-post a:hover .entry-meta, .site-content--results .post.type-pressarea a:hover .entry-meta, .site-content--results .post.type-news a:hover .entry-meta {
  color: #ffca30;
}

.site-content--results .post.type-evento a:hover p:not(.entry-title), .site-content--results .post.type-post a:hover p:not(.entry-title), .site-content--results .post.type-pressarea a:hover p:not(.entry-title), .site-content--results .post.type-news a:hover p:not(.entry-title) {
  color: #222222;
}

.site-content--results .post.type-download {
  text-align: center;
}

.site-content--results .post.type-download p {
  text-align: center;
  margin-bottom: 10px;
}

.site-content--results .post.type-download p.category {
  text-transform: uppercase;
  margin-top: 5px;
}

.site-content--results .post.type-download p.entry-title {
  margin: 0 0 5px 0;
  color: #222222 !important;
}

.site-content--results .post.type-download p.download {
  color: #ffca30;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.site-content--results .post.type-download p.download span {
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 35px;
}

.site-content--results .post.type-download p.download span:before {
  font-family: 'icomoon' !important;
  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;
  content: "\e90e";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 140%;
  line-height: 1.2;
}

.site-content--results .post.type-download a:hover p.download {
  color: #222222;
}

.site-content--results .post.type-download.video p.category {
  margin-top: 10px;
}

.has-categories .site-content--results .post {
  min-height: auto;
}

.has-categories .site-content--results .post h2, .has-categories .site-content--results .post p.entry-title {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1;
}

.has-categories .site-content--results .post .entry-thumb {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
}

.has-categories .site-content--results .post .entry-thumb img {
  max-height: 300px;
  border: 1px solid #D3D3D3;
}

.has-categories .site-content--results .post ul {
  margin: 0;
}

.has-categories .site-content--results .post ul li {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.has-categories .site-content--results .post ul li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #222222;
}

.has-categories .site-content--results .post ul li a:hover {
  color: #ffca30;
}

@media (min-width: 480px) {
  .site-content--results .post.type-referenza .post-thumbnail {
    height: 400px;
  }
}

@media (min-width: 768px) {

  /*.site-content--results.isotype .post{ width:300px; padding:0 20px; }*/
  .site-content--archive .page-header, .site-content .page-header {
    display: table;
    width: calc(100% - 4%);
    margin-bottom: 4em;
    margin-left: 2%;
    min-height: 300px;
  }

  .site-content--archive .page-header h1, .site-content .page-header h1 {
    font-size: 36px;
    padding: 40px 40px 20px 40px;
  }

  .site-content--archive .page-header p, .site-content .page-header p {
    padding: 0 40px 40px 40px;
  }

  .site-content--archive .page-header .one-half, .site-content .page-header .one-half {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  .site-content--archive .page-header .one-half *:last-child, .site-content .page-header .one-half *:last-child {
    padding-bottom: 40px;
  }

  .site-content--archive:not(.has-categories) .site-content--results {
    padding-top: 65px;
  }

  body.page-template-blog .site-content--archive .site-content--results, body.page-template-blog .site-content--archive:not(.has-categories) .site-content--results, body.page-template-listeventi .site-content--archive .site-content--results, body.page-template-listeventi .site-content--archive:not(.has-categories) .site-content--results {
    padding-top: 50px;
  }

  .has-categories .site-content--results .post h2, .has-categories .site-content--results .post p.entry-title {
    min-height: 55px;
  }
}

@media (min-width: 1170px) {
  .site-content--archive .page-header h1, .site-content .page-header h1 {
    font-size: 40px;
  }

  .site-content--results .divider.small {
    display: block;
  }

  .site-content--results .divider.large {
    display: none;
  }

  .site-content--results .post {
    width: 50%;
    padding: 0 2%;
    min-height: 450px;
    max-height: 450px;
        display: flex  ;/* <BM 2025-05-20> */
        flex-direction: column;/* <BM 2025-05-20> */
        justify-content: space-evenly;/* <BM 2025-05-20> */
  }

  .site-content--results .post.type-evento {
    min-height: 400px;
  }

  .site-content--results .post.type-download.video {
    padding: 0 4%;
    min-height: 400px;
  }

  .has-categories .site-content--results .post {
    padding: 0 5%;
  }

  .has-categories .site-content--results .post h2, .has-categories .site-content--results .post p.entry-title, .has-categories .site-content--results .post ul li {
    text-align: left;
  }

  .has-categories .site-content--results .post .entry-thumb {
    text-align: left;
  }

  .site-content--results .grid-sizer {
    width: 50%;
  }

  .site-content--results .post.type-download, .site-content--results .post.type-download p {
    text-align: left;
  }

  .site-content--results .post.type-referenza .post-thumbnail {
    height: 300px;
  }

  .site-content--results .post.type-referenza p.entry-title {
    min-height: 65px;
  }
}

@media (min-width: 1400px) {
  .site-content--results .post {
    width: 33.33%;
  }

  .site-content--results .post.type-download.video {
    width: 50%;
  }

  .site-content--results .grid-sizer {
    width: 33.33%;
  }

  .site-content--results .post.type-referenza .post-thumbnail {
    height: 250px;
  }

  .has-categories .site-content--results .post {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .has-categories .site-content--results .divider.small {
    display: none;
  }

  .has-categories .site-content--results .divider.large {
    display: block;
  }

  .has-categories .site-content--results .post {
    width: 33.33%;
  }
}

body.home .site-content .one, .site-content.site-content--home .one {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body.home .site-content .one:not(.backgroundGreyLight), .site-content.site-content--home .one:not(.backgroundGreyLight) {
  padding: 40px 0;
}

body.home .site-content .one:not(.backgroundGreyLight) h2, body.home .site-content .one:not(.backgroundGreyLight) h3, body.home .site-content .one:not(.backgroundGreyLight) h4, body.home .site-content .one:not(.backgroundGreyLight) h5, body.home .site-content .one:not(.backgroundGreyLight) h6, .site-content.site-content--home .one:not(.backgroundGreyLight) h2, .site-content.site-content--home .one:not(.backgroundGreyLight) h3, .site-content.site-content--home .one:not(.backgroundGreyLight) h4, .site-content.site-content--home .one:not(.backgroundGreyLight) h5, .site-content.site-content--home .one:not(.backgroundGreyLight) h6 {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

body.home .site-content .one:not(.backgroundGreyLight) h2:after, body.home .site-content .one:not(.backgroundGreyLight) h3:after, body.home .site-content .one:not(.backgroundGreyLight) h4:after, body.home .site-content .one:not(.backgroundGreyLight) h5:after, body.home .site-content .one:not(.backgroundGreyLight) h6:after, .site-content.site-content--home .one:not(.backgroundGreyLight) h2:after, .site-content.site-content--home .one:not(.backgroundGreyLight) h3:after, .site-content.site-content--home .one:not(.backgroundGreyLight) h4:after, .site-content.site-content--home .one:not(.backgroundGreyLight) h5:after, .site-content.site-content--home .one:not(.backgroundGreyLight) h6:after {
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  margin: -1px 0 0 -20px;
  left: 50%;
  padding: 0;
  background: #ffca30;
  content: '';
}

body.home .site-content .one.backgroundGreyLight, .site-content.site-content--home .one.backgroundGreyLight {
  padding: 40px 0;
  margin: 0;
}

body.home .site-content .one.backgroundGreyLight h2, .site-content.site-content--home .one.backgroundGreyLight h2 {
  margin: 0;
  text-align: center;
}

body.home .site-content .one.backgroundGreyLight h3, body.home .site-content .one.backgroundGreyLight h4, .site-content.site-content--home .one.backgroundGreyLight h3, .site-content.site-content--home .one.backgroundGreyLight h4 {
  color: #222222;
  text-transform: none;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

body.home .site-content .one.backgroundGreyLight h4, .site-content.site-content--home .one.backgroundGreyLight h4 {
  margin: 20px 0;
}

body.home .site-content .one.backgroundGreyLight h3, .site-content.site-content--home .one.backgroundGreyLight h3 {
  margin-bottom: 40px;
  text-align: center;
}

body.home .site-content .one.backgroundGreyLight .one-half .one-half, .site-content.site-content--home .one.backgroundGreyLight .one-half .one-half {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

body.home .site-content .one.backgroundGreyLight .one-half .one-half img, .site-content.site-content--home .one.backgroundGreyLight .one-half .one-half img {
  margin-bottom: 20px;
}

body.home .site-content .one.backgroundGreyLight .one-half .one-half p:not(.title), .site-content.site-content--home .one.backgroundGreyLight .one-half .one-half p:not(.title) {
  line-height: 1.2;
}

body.home .site-content .one.backgroundGreyLight .one-half .one-half p.title, .site-content.site-content--home .one.backgroundGreyLight .one-half .one-half p.title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.2;
}

body.home .site-content .one.referencesHighlights, .site-content.site-content--home .one.referencesHighlights {
  padding: 80px 0 0 0;
}

body.home .site-content .one.referencesHighlights .content-wrapper>h2, body.home .site-content .one.referencesHighlights .content-wrapper>p, .site-content.site-content--home .one.referencesHighlights .content-wrapper>h2, .site-content.site-content--home .one.referencesHighlights .content-wrapper>p {
  text-align: center;
}

body.home .site-content .one.referencesHighlights .content-wrapper>P, .site-content.site-content--home .one.referencesHighlights .content-wrapper>P {
  color: #FFF;
}

body.home .site-content .one.referencesHighlights .content-wrapper>P a.button, body.home .site-content .one.referencesHighlights .content-wrapper>P .comments-area .reply a.comment-reply-link, .comments-area .reply body.home .site-content .one.referencesHighlights .content-wrapper>P a.comment-reply-link, .site-content.site-content--home .one.referencesHighlights .content-wrapper>P a.button, .site-content.site-content--home .one.referencesHighlights .content-wrapper>P .comments-area .reply a.comment-reply-link, .comments-area .reply .site-content.site-content--home .one.referencesHighlights .content-wrapper>P a.comment-reply-link {
  background: transparent;
  color: #FFF;
  border-color: #FFF;
}

body.home .site-content .one.referencesHighlights .content-wrapper>P a.button:hover, body.home .site-content .one.referencesHighlights .content-wrapper>P .comments-area .reply a.comment-reply-link:hover, .comments-area .reply body.home .site-content .one.referencesHighlights .content-wrapper>P a.comment-reply-link:hover, .site-content.site-content--home .one.referencesHighlights .content-wrapper>P a.button:hover, .site-content.site-content--home .one.referencesHighlights .content-wrapper>P .comments-area .reply a.comment-reply-link:hover, .comments-area .reply .site-content.site-content--home .one.referencesHighlights .content-wrapper>P a.comment-reply-link:hover {
  background: transparent;
  color: #ffca30;
  border-color: #ffca30;
}

body.home .site-content .one.referencesHighlights .slick-slider, .site-content.site-content--home .one.referencesHighlights .slick-slider {
  margin: 80px 0 0 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 60px 30px 60px;
  min-height: auto;
}

.slick-slider.latestNews {
  margin: 0;
}

.slick-slider.latestNews .post, .slick-slider.latestNews .post-thumbnail, .slick-slider.latestNews .content {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.slick-slider.latestNews .post-thumbnail {
  text-align: center;
}

.slick-slider.latestNews .post-thumbnail img {
  max-width: 130px;
}

.slick-slider.latestNews .content {
  margin: 10px 0;
}

.slick-slider.latestNews .content span.posted-on {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  color: #ffca30;
}

.slick-slider.latestNews .content p {
  margin-bottom: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
}

@media (min-width: 350px) {
  body.home .site-content .one.backgroundGreyLight .one-half .one-half, .site-content.site-content--home .one.backgroundGreyLight .one-half .one-half {
    padding: 0 4%;
    width: 50%;
    text-align: left;
  }
}

@media (min-width: 480px) {
  body.home .site-content .one.referencesHighlights .slick-slider, .site-content.site-content--home .one.referencesHighlights .slick-slider {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  body.home .site-content .one.backgroundGreyLight .content-wrapper>.one-half, .site-content.site-content--home .one.backgroundGreyLight .content-wrapper>.one-half {
    width: 100%;
  }
}

@media (min-width: 970px) {
  body.home .site-content .one.backgroundGreyLight .content-wrapper>.one-half, .site-content.site-content--home .one.backgroundGreyLight .content-wrapper>.one-half {
    width: 50%;
  }

  body.home .site-content .one.backgroundGreyLight h2, .site-content.site-content--home .one.backgroundGreyLight h2, body.home .site-content .one.backgroundGreyLight h3, .site-content.site-content--home .one.backgroundGreyLight h3 {
    text-align: left;
  }

  .slick-slider.latestNews .post {
    display: table;
  }

  .slick-slider.latestNews .post-thumbnail, .slick-slider.latestNews .content {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: middle;
    /*vertical-align: top;*/
    float: none;
  }

  .slick-slider.latestNews .content span.posted-on, .slick-slider.latestNews .content p {
    text-align: left;
  }
}

@media (min-width: 1170px) {
  body.home.site-content .one, .site-content.site-content--home .one {
    padding: 80px 0;
  }

  body.home.site-content .one.backgroundGreyLight, .site-content.site-content--home .one.backgroundGreyLight {
    padding: 80px 0;
  }

  body.home .site-content .one.referencesHighlights, .site-content.site-content--home .one.referencesHighlights {
    padding-top: 150px;
  }

  body.home .site-content .one.backgroundGreyLight h3, .site-content.site-content--home .one.backgroundGreyLight h3, body.home .site-content .one.backgroundGreyLight h4, .site-content.site-content--home .one.backgroundGreyLight h4 {
    font-size: 40px;
  }
}

.site-content__navigation {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-top: 60px;
}

.site-content__navigation ul {
  list-style: none;
  margin: 0;
}

.site-content__navigation ul li {
  display: block;
  width: calc(100% - 60px);
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  color: #222222;
  text-transform: uppercase;
}

.site-content__navigation ul li:first-child {
  text-align: left;
  width: 30px;
  overflow: hidden;
}

.site-content__navigation ul li:last-child {
  text-align: right;
  width: 30px;
  overflow: hidden;
}

.site-content__navigation ul li a {
  display: block;
  width: 100%;
  color: #222222;
  background: transparent;
  display: inline-block;
  position: relative;
  padding: 5px;
}

.site-content__navigation ul li a:hover {
  color: #ffca30;
}

.site-content__navigation ul li a[rel="prev"], .site-content__navigation ul li a[rel="next"] {
  padding: 15px 5px;
}

.site-content__navigation ul li a[rel="prev"] span, .site-content__navigation ul li a[rel="next"] span {
  display: none;
}

.site-content__navigation ul li a:before, .site-content__navigation ul li a:after {
  font-family: 'icomoon' !important;
  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;
  font-size: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  line-height: 1;
}

.site-content__navigation ul li a[rel="prev"]:before {
  content: "\e904";
}

.site-content__navigation ul li a[rel="next"]:after {
  content: "\e903";
  left: auto;
  right: 0;
}

.site-content--single .entry-content h2, .site-content--single .entry-content h3, .site-content--single .entry-content h4, .site-content--single .entry-content h5, .site-content--single .entry-content h6 {
  color: #222222;
  text-transform: none;
}

.site-content--single.type-evento .one-third, .site-content--single.type-post .one-third, .site-content--single.type-pressarea .one-third, .site-content--single.type-news .one-third {
  float: left;
}

.site-content--single.type-evento .two-third, .site-content--single.type-post .two-third, .site-content--single.type-pressarea .two-third, .site-content--single.type-news .two-third {
  float: right;
}

.site-content--single.type-evento .entry-content p img, .site-content--single.type-evento .entry-content img, .site-content--single.type-post .entry-content p img, .site-content--single.type-post .entry-content img, .site-content--single.type-pressarea .entry-content p img, .site-content--single.type-pressarea .entry-content img, .site-content--single.type-news .entry-content p img, .site-content--single.type-news .entry-content img {
  margin-bottom: 20px;
}

.site-content--single.type-post, .site-content--single.type-news {
  /*.site-content__navigation{ border-top:1px solid $c-black; margin-top:40px; padding-top:40px; }*/
}

.site-content--single.type-post .two-third .one, .site-content--single.type-news .two-third .one {
  padding: 0;
  margin: 20px 0;
}

.site-content--single.type-download .thumbnail {
  text-align: left;
}

.site-content--single.type-download p.category {
  color: #222222;
}

.site-content--single.type-download p.category a:not(.button) {
  color: #222222;
}

.site-content--single.type-download p.category a:not(.button):hover {
  color: #ffca30;
}

.site-content--single.type-download a.download {
  color: #ffca30;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  background: transparent;
  border: 0;
}

.site-content--single.type-download a.download:before {
  color: #ffca30;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-content--single.type-download a.download:hover {
  color: #222222;
  background: transparent;
}

.site-content--single.type-download a.download:hover:before {
  color: #222222;
}

.site-content--single .entry-content>p a:not(.button), .site-content--single .entry-content>ul li a:not(.button), .site-content--single .entry-content>ol li a:not(.button) {
  color: #ffca30;
  text-decoration: none;
  font-weight: 600;
}

.site-content--single .entry-content>p a:not(.button):hover, .site-content--single .entry-content>ul li a:not(.button):hover, .site-content--single .entry-content>ol li a:not(.button):hover {
  color: #222222;
  text-decoration: none;
}

.site-content__sidebar {
  border-bottom: 1px solid #222222;
  padding-bottom: 40px;
}

.site-content__sidebar p {
  margin-bottom: 20px;
}

.site-content__sidebar>p:first-child {
  border-bottom: 1px solid #222222;
  padding-bottom: 20px;
  display: none;
}

.site-content__sidebar>p:first-child a {
  color: #222222;
  background: transparent;
  display: block;
  width: 100%;
  position: relative;
  padding: 5px 0 5px 25px;
  text-transform: uppercase;
}

.site-content__sidebar>p:first-child a:hover {
  color: #ffca30;
}

.site-content__sidebar>p:first-child a:before {
  font-family: 'icomoon' !important;
  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;
  content: "\e904";
  font-size: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  line-height: 1;
}

.site-content__sidebar p.download {
  margin-top: 20px;
}

.site-content__sidebar p.download a {
  color: #222222;
}

.site-content__sidebar p.download a img {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.site-content__sidebar p.download a span {
  display: block;
  width: 100%;
}

.site-content__sidebar p.download a span [class^="icon-"], .site-content__sidebar p.download a span [class*=" icon-"] {
  float: left;
  margin-right: 10px;
  font-size: 150%;
  color: #ffca30;
}

.site-content__sidebar p.download a:hover {
  color: #ffca30;
}

.site-content__sidebar p.download a:hover img {
  opacity: 0.8;
}

.site-content__sidebar h2, .site-content__sidebar h3, .site-content__sidebar h4, .site-content__sidebar h5, .site-content__sidebar h6 {
  color: #222222;
  text-transform: none;
  margin-top: 20px;
}

.site-content__sidebar ul {
  margin: 0;
}

.site-content__sidebar ul li {
  color: #222222;
  margin-bottom: 10px;
}

.site-content__sidebar ul li:last-child {
  margin: 0;
}

.site-content__sidebar ul li a {
  color: #222222;
}

.site-content__sidebar ul li a:hover {
  color: #ffca30;
}

@media (min-width: 768px) {
  .site-content--single.type-evento .one-third, .site-content--single.type-post .one-third, .site-content--single.type-pressarea .one-third, .site-content--single.type-news .one-third {
    padding-left: 0;
    padding-right: 0;
    margin-left: 2%;
    margin-right: 2%;
    width: 29.33%;
  }

  .site-content__sidebar p:first-child {
    display: block;
  }

  .site-content--single.type-download .thumbnail {
    text-align: right;
  }
}

@media (min-width: 970px) {
  .site-content__navigation ul li {
    font-size: 20px;
  }

  .site-content__navigation ul li {
    width: 33.33% !important;
    overflow: visible;
  }

  .site-content__navigation ul li a, .site-content__navigation ul li a[rel="next"], .site-content__navigation ul li a[rel="prev"] {
    padding: 5px;
  }

  .site-content__navigation ul li a[rel="next"] span, .site-content__navigation ul li a[rel="prev"] span {
    display: block;
  }

  .site-content__navigation ul li a[rel="next"] {
    padding-right: 30px;
  }

  .site-content__navigation ul li a[rel="prev"] {
    padding-left: 30px;
  }
}

.site-content__sales-network {
  /*#mappa-sales:not(.two-third) { @include default-floating; z-index: 1; height: 500px; background: $c-main-color; }*/
  /*.content-wrapper>.one-half { background-color: $c-white; z-index: 2; padding: 40px 20px; margin: 0; max-width: 500px; h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 3px solid $c-black; } }*/
}

.site-content__sales-network #mappa-sales.two-third {
  z-index: 1;
  height: 700px;
  background: #ffca30;
  margin-bottom: 0;
}

.site-content__sales-network .networksinput_box {
  position: relative;
}

.site-content__sales-network .networksinput_box input {
  position: relative;
  z-index: 2;
  background-color: transparent;
}

.site-content__sales-network .networksinput_box i {
  display: none;
  position: absolute;
  right: 2px;
  top: 9px;
  z-index: 3;
}

.site-content__sales-network .networksinput_box:not(.inedit) i.cerca {
  display: block;
  z-index: 1;
}

.site-content__sales-network .networksinput_box.inedit i.close {
  display: block;
  cursor: pointer;
}

.site-content__sales-network .one-third {
  margin: 0;
  /*h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 3px solid $c-black; }*/
}

.site-content__sales-network .one-third h1, .site-content__sales-network .one-third h2, .site-content__sales-network .one-third h3, .site-content__sales-network .one-third h4, .site-content__sales-network .one-third h5, .site-content__sales-network .one-third h6 {
  margin-bottom: 0;
}

.site-content__sales-network #networkFilters {
  padding: 0 !important;
}

.site-content__sales-network #networkFilters>form>.one {
  padding-left: 0;
  padding-right: 0;
}

.site-content__sales-network #networkFilters .one:nth-child(2) {
  margin-bottom: 0;
}

.site-content__sales-network #networkFilters select {
  font-size: 16px;
  margin-bottom: 1.5em;
}

.site-content__sales-network #networkFilters .networksinput_box input {
  font-size: 16px;
  padding-right: 30px;
}

.site-content__sales-network #networkFilters .loc_desrizione {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.site-content__sales-network #networkFilters .loc_desrizione p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.site-content__sales-network #networkFilters .missingnetworksinput, .site-content__sales-network #networkFilters .networksinput, .site-content__sales-network #networkFilters .missingnetworksinput_hidden, .site-content__sales-network #networkFilters .networksinput_hidden {
  margin-bottom: 0 !important;
  padding-bottom: 40px;
  margin-bottom: 0 !important;
}

.site-content__sales-network #networkFilters .missingnetworksinput.loading, .site-content__sales-network #networkFilters .networksinput.loading, .site-content__sales-network #networkFilters .missingnetworksinput_hidden.loading, .site-content__sales-network #networkFilters .networksinput_hidden.loading {
  background-image: url(../images/ajax-loader.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.site-content__sales-network form#findLecaNetwork a.button.goelocalization, .site-content__sales-network form#findLecaNetwork .comments-area .reply a.goelocalization.comment-reply-link, .comments-area .reply .site-content__sales-network form#findLecaNetwork a.goelocalization.comment-reply-link {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #222222;
  font-weight: 600;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #222222;
}

.site-content__sales-network form#findLecaNetwork a.button.goelocalization:after, .site-content__sales-network form#findLecaNetwork .comments-area .reply a.goelocalization.comment-reply-link:after, .comments-area .reply .site-content__sales-network form#findLecaNetwork a.goelocalization.comment-reply-link:after {
  font-family: 'icomoon' !important;
  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;
  content: "\e916";
  font-size: 150%;
  line-height: 1;
  float: right;
}

.site-content__sales-network form#findLecaNetwork a.button.goelocalization:hover, .site-content__sales-network form#findLecaNetwork .comments-area .reply a.goelocalization.comment-reply-link:hover, .comments-area .reply .site-content__sales-network form#findLecaNetwork a.goelocalization.comment-reply-link:hover {
  color: #ffca30;
}

.site-content__sales-network form#findLecaNetwork a.button.goelocalization .one:last-child, .site-content__sales-network form#findLecaNetwork .comments-area .reply a.goelocalization.comment-reply-link .one:last-child, .comments-area .reply .site-content__sales-network form#findLecaNetwork a.goelocalization.comment-reply-link .one:last-child {
  margin-bottom: 0 !important;
}

.site-content__sales-network form#findLecaNetwork #searchLocation {
  position: absolute;
  bottom: 1px;
  right: 0;
  z-index: 2;
  border: 0;
  padding: 8px;
  background-color: #FFF;
  color: #222222;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.site-content__sales-network form#findLecaNetwork #searchLocation:hover {
  color: #ffca30;
}

/* new version */
.site-content__sales-network>.one-third {
  padding-left: 0 !important;
}

input:disabled {
  background: #D3D3D3;
  color: #737373;
  font-size: 12px;
  width: 33.33%;
  border: 1px solid #737373;
  padding: 1%;
}

.site-content__sales-network>.one-third #showResult h3, .site-content__sales-network>.one-third #showResult h4, #mappa-sales h3, #mappa-sales h4 {
  margin-bottom: 5px;
  padding-bottom: 0px;
  border-bottom: 0;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
}

.site-content__sales-network>.one-third #showResult h3, #mappa-sales h3 {
  color: #222222;
}

.site-content__sales-network>.one-third #showResult p, #mappa-sales p {
  margin-bottom: 5px;
  font-size: 14px;
}

/* version without selects */
.site-content__sales-network>.one-third {
  width: 100%;
  min-height: 380px;
  padding: 40px 0 20px 0;
}

.site-content__sales-network>.two-third {
  width: 100%;
}

.site-content__sales-network #showResult h2 {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

.site-content__sales-network #showResult h2, .site-content__sales-network #showResult h3, .site-content__sales-network #showResult h4, .site-content__sales-network #showResult h5, .site-content__sales-network #showResult h6 {
  padding-bottom: 0;
  border-bottom: 0;
}

.site-content__sales-network #showResult .accordion_title, .site-content__sales-network #showResult .accordion_content {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.site-content__sales-network #showResult .accordion_title {
  padding: 15px 35px 15px 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  border-top: 1px solid #737373;
  cursor: pointer;
  background: transparent;
  z-index: 1;
  color: #222222;
  margin: 0;
}

.site-content__sales-network #showResult .accordion_title:first-of-type {
  border-top: 0;
}

.site-content__sales-network #showResult .accordion_title:after {
  font-size: 1.2em;
  line-height: 1;
  font-family: 'icomoon' !important;
  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;
  content: "\e901";
  color: #222222;
  display: block;
  position: absolute;
  top: 50%;
  margin: -12px 0 0 0;
  right: 0;
  z-index: 2;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}

.site-content__sales-network #showResult .accordion_title.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-content__sales-network #showResult .accordion_content {
  padding: 0;
  z-index: 1;
  display: none;
}

.site-content__sales-network #showResult .accordion_content p:last-child {
  margin-bottom: 20px !important;
}

.site-content__sales-network>.one-third #showResult {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.site-content__sales-network>.one-third #showResult h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.site-content__sales-network>.one-third #showResult h5, .site-content__sales-network>.one-third #showResult h6 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.site-content__sales-network>.one-third #showResult h5:last-child, .site-content__sales-network>.one-third #showResult h6:last-child {
  margin-top: 20px;
}

.networksinput_hidden {
  position: relative;
}

#networkListData {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 39px;
  left: 0;
  max-height: 130px;
  overflow-y: auto;
  background-color: #FFF;
  z-index: 9;
  border: 1px solid #737373;
  border-top: 0;
  border-bottom: 0;
  width: 100%;
}

#networkListData li {
  padding-left: 0px;
  font-size: 16px;
  line-height: 1.2;
  list-style-type: none;
  border-bottom: 1px solid #737373;
  padding: 3px 5px;
  width: 100%;
  margin: 0px;
  cursor: pointer;
}

@media (min-width: 1170px) {
  .site-content__sales-network {
    /*display:table; &>.one-third{ display:table-cell; float:none; width:33.33%; min-height:600px;  padding-right:40px; } & >.two-third{ display:table-cell; float:none; width: 66.67%; }*/
    /*#mappa-sales.two-third{ height: 100%; height: 100vh; }*/
  }

  .site-content__sales-network>.one-third {
    width: 33.33%;
    padding-right: 40px;
    height: 700px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .site-content__sales-network>.two-third {
    width: 66.67%;
  }

  .site-content__sales-network .content-wrapper>.one-half {
    position: absolute;
    top: 60px;
    left: 0;
  }

  .site-content__sales-network form#findLecaNetwork #searchLocation {
    right: 10px;
  }
}

a.button, .comments-area .reply a.comment-reply-link {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 20px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  word-wrap: break-word;
  border: 1px solid #ffca30;
  cursor: pointer;
  background-color: #ffca30;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

a.button i[class^="icon-"], .comments-area .reply a.comment-reply-link i[class^="icon-"], a.button i[class*=" icon-"], .comments-area .reply a.comment-reply-link i[class*=" icon-"] {
  margin-right: 10px;
  font-size: 110%;
  float: left;
  color: #FFF;
}

a.button:hover, .comments-area .reply a.comment-reply-link:hover {
  color: #ffca30;
  border: 1px solid #ffca30;
  background-color: transparent;
}

a.button.full, .comments-area .reply a.full.comment-reply-link {
  width: 100%;
  text-align: center;
}

a.button.full i[class^="icon-"], .comments-area .reply a.full.comment-reply-link i[class^="icon-"], a.button.full i[class*=" icon-"], .comments-area .reply a.full.comment-reply-link i[class*=" icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

a.button.loadMore, .comments-area .reply a.loadMore.comment-reply-link {
  background-color: #f4f4f4;
  color: #222222;
  border-color: #f4f4f4;
  margin-bottom: 40px;
}

a.button.loadMore:hover, .comments-area .reply a.loadMore.comment-reply-link:hover {
  background-color: #FFF;
  color: #222222;
  border-color: #f4f4f4;
}

a.button.transparent, .comments-area .reply a.transparent.comment-reply-link {
  background-color: transparent;
  border: 0;
  color: #222222;
}

a.button.transparent:hover, .comments-area .reply a.transparent.comment-reply-link:hover {
  background-color: transparent;
  color: #ffca30;
}

a.button.download, .comments-area .reply a.download.comment-reply-link {
  padding-left: 65px;
  font-weight: 700;
}

a.button.download:before, .comments-area .reply a.download.comment-reply-link:before {
  display: block;
  width: auto;
  height: auto;
  font-family: 'icomoon' !important;
  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;
  content: "\e90e";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 110%;
  line-height: 1.2;
  color: #ffca30;
  background-color: #FFF;
  font-size: 250%;
  line-height: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

a.scrollToTop {
  display: none;
  width: auto;
  height: auto;
  padding: 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1234;
  background-color: #ffca30;
  border: 1px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

a.scrollToTop:hover {
  background-color: #ffca30;
  color: #FFF;
  border-color: #FFF;
  text-decoration: none;
}

@keyframes slidein {
  0% {
    bottom: 40px;
  }

  50% {
    bottom: 20px;
  }

  100% {
    bottom: 40px;
  }
}

@media (min-width: 768px) {
  a.scrolldown {
    bottom: 40px;
  }

  a.button, .comments-area .reply a.comment-reply-link {
    line-height: 1.4;
    font-size: 20px;
  }
}

/* Slider */
.slick-slider {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin: 2em 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-prev, .slick-next {
  z-index: 2;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
  padding: 1em;
  z-index: 1;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  float: none;
  margin: 0 auto;
}

.slick-slide p {
  text-align: center;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* custom css */
.site-slider-combined {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  margin: 1em 0;
  z-index: 1;
  /*&.video .slider-for{ background: url(../images/ajax-loader.gif) no-repeat center center; min-height:40px; &.loaded{ background:$c-white; min-height:1px; } .slick-track { 	 display: flex !important;  }   .slick-slide { 	 height: inherit !important; 	 display: flex !important;  justify-content: center; 	 align-items: center;  //align-items:flex-start; } }*/
  /* START NEW CSS */
  /* END NEW CSS */
}

.site-slider-combined.video .slider-for {
  background: url(../images/ajax-loader.gif) no-repeat center center;
  min-height: 40px;
  /* start settings 4 */
  max-height: 402px !important;
  width: 100% !important;
  /* end settings 4 */
  /* start settings 3 */
  /*max-height:602px!important; max-width:602px!important; */
  /* end settings 3 */
}

.site-slider-combined.video .slider-for.loaded {
  background: #FFF;
  min-height: 1px;
}

.site-slider-combined.video .slider-for .slick-track {
  display: flex !important;
}

.site-slider-combined.video .slider-for .slick-slide {
  /* start initial settings */
  /*height: inherit !important; 	 display: flex !important;  justify-content: center; 	 align-items: center;  */
  /* end initial settings */
  /* start settings 2 */
  /*&.slick-slide.youtube { background:$c-white!important; .videoWrapper{ opacity:0; } img{ top:50%!important; -webkit-transform: translateY(-50%)!important; -moz-transform: translateY(-50%)!important; -ms-transform: translateY(-50%)!important; -o-transform: translateY(-50%)!important; transform: translateY(-50%)!important; } } img{ max-height:600px!important; width:auto!important; }*/
  /* end settings 2 */
  /* start settings 3 */
  /*height: inherit !important; 	 display: flex !important;  justify-content: center; 	 align-items: center;  &.slick-slide.youtube { background:$c-white!important; .videoWrapper{ opacity:0; } img{ top:50%!important; left:50%!important; -webkit-transform: translate(-50%,-50%)!important; -moz-transform: translate(-50%,-50%)!important; -ms-transform: translate(-50%,-50%)!important; -o-transform: translate(-50%,-50%)!important; transform: translate(-50%,-50%)!important; } } img{ max-height:600px!important; max-width:600px!important; width:auto!important; height:auto!important; }*/
  /* end settings 3 */
  /* start settings 4 */
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  /* end settings 4 */
}

.site-slider-combined.video .slider-for .slick-slide.slick-slide.youtube {
  background: #FFF !important;
}

.site-slider-combined.video .slider-for .slick-slide.slick-slide.youtube .videoWrapper {
  opacity: 0;
}

.site-slider-combined.video .slider-for .slick-slide.slick-slide.youtube img {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.site-slider-combined.video .slider-for .slick-slide img {
  max-height: 400px !important;
  width: auto !important;
}

.site-slider-combined.video .slider-nav {
  /* start settings 3 */
  /* end settings 3 */
}

.site-slider-combined.video .slider-nav .slick-slide {
  padding: 1em .5em;
}

.site-slider-combined .slick-slider.slider-for, .site-slider-combined .slick-slider.slider-nav {
  margin: 0;
}

.site-slider-combined .slick-slider.slider-for {
  border: 1px solid #D3D3D3;
}

.site-slider-combined .slick-slider.slider-for .slick-slide {
  padding: 0;
}

.site-slider-combined .slick-slider.slider-for .slick-slide img {
  width: 100%;
  height: auto;
  z-index: 1;
}

.site-slider-combined .slick-slider.slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em 0;
  /*.slick-slide[aria-hidden="true"]{ opacity:0; }*/
}

.site-slider-combined .slick-slider.slider-nav .slick-slide p {
  background-color: #ffca30;
  color: #222222;
}

.site-slider-combined .slick-slider.slider-nav .slick-slide img {
  cursor: pointer;
}

.site-slider-combined .slick-slider.slider-nav .slick-next {
  right: 25px;
}

.site-slider-combined .slick-slider.slider-nav .slick-prev {
  left: 25px;
}

.site-slider-combined .slick-slider.slider-nav .slick-dots li button:before {
  color: #FFF;
}

.site-slider-combined.video {
  margin-top: 0;
  max-width: calc(100% - 50px);
}

@media (max-width:768px) {
  .site-slider-combined.video {
    margin-top: 0;
    max-width: 100%;
  }
}

.site-slider-combined.video .slick-slider.slider-for .slick-slide.youtube {
  background-color: #222222;
  z-index: 1;
}

.site-slider-combined.video .slick-slider.slider-for .slick-slide.youtube .videoWrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.site-slider-combined.video .slick-slider.slider-for .slick-slide.youtube .videoWrapper iframe {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.site-slider-combined.video .slick-slider.slider-for .slick-slide.youtube img.preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.site-slider-combined.video .slick-slider.slider-for .slick-slide.youtube span.player {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 80px;
  height: 80px;
  display: block;
  margin: -40px 0 0 -40px;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
}

.site-slider-combined.video .slick-slider.slider-for .slick-slide.youtube span.player:before {
  font-family: 'icomoon' !important;
  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;
  content: "\e918";
  font-size: 80px;
  line-height: 1;
  color: #ffca30;
}

.site-slider-combined.video .slick-slider.slider-for .slick-next {
  right: -50px;
  z-index: 2;
}

.site-slider-combined.video .slick-slider.slider-for .slick-prev {
  left: -50px;
  z-index: 2;
}

.site-slider-combined.video .slick-slider.slider-nav {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  background-color: #FFF;
  padding: 0 20px;
  /*.slick-slide[aria-hidden="true"]{ opacity:1; }*/
}

.site-slider-combined.video .slick-slider.slider-nav .slick-next {
  right: 0px;
}

.site-slider-combined.video .slick-slider.slider-nav .slick-prev {
  left: 0px;
}

.site-slider-combined.video .slick-slider.slider-nav .slick-slide {
  position: relative;
}

.site-slider-combined.video .slick-slider.slider-nav .item>img {
  border: 4px solid #FFF;
  max-height: 80px;
}

.site-slider-combined.video .slick-slider.slider-nav .item.slick-current>img {
  border-color: #ffca30;
}

.site-slider-combined.video .slick-slider.slider-nav .item.youtube:before {
  font-family: 'icomoon' !important;
  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;
  content: "\e918";
  color: #ffca30;
  position: absolute;
  font-size: 30px;
  line-height: 1;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.site-slider-combined .slick-slider.slider-for .slick-slide.youtube {
  background-color: #222222;
}

.site-content--single .one-half .post-thumbnail {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  max-height: 402px !important;
  width: 100% !important;
  z-index: 1;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #D3D3D3;
}

.site-content--single .one-half .post-thumbnail img {
  max-height: 400px !important;
  width: auto !important;
  display: block;
  float: none;
  margin: 0 auto;
}

.slick-slider.home {
  margin: 0;
  background-color: #ffca30;
}

.slick-slider.home .slick-slide {
  margin: 0;
  padding: 0;
}

.slick-slider.home .slick-slide .post-details, .slick-slider.home .slick-slide .post-thumbnail {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.slick-slider.home .slick-slide .post-details {
  padding: 5% 5% 60px 5%;
}

.slick-slider.home .slick-slide .post-details p {
  text-align: center;
  margin-bottom: 10px;
}

.slick-slider.home .slick-slide .post-details p a.button, .slick-slider.home .slick-slide .post-details p .comments-area .reply a.comment-reply-link, .comments-area .reply .slick-slider.home .slick-slide .post-details p a.comment-reply-link {
  color: #FFF;
  border-color: #FFF;
  padding: 5px 25px;
}

.slick-slider.home .slick-slide .post-details p a.button:hover, .slick-slider.home .slick-slide .post-details p .comments-area .reply a.comment-reply-link:hover, .comments-area .reply .slick-slider.home .slick-slide .post-details p a.comment-reply-link:hover {
  color: #222222;
  border-color: #222222;
}

.slick-slider.home .slick-slide .post-details p.category {
  color: #FFF;
  text-transform: uppercase;
}

.slick-slider.home .slick-slide .post-details p.entry-title {
  color: #222222;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

.slick-slider.home .slick-slide .post-details p.entry-content {
  display: none;
}

.slick-slider.home .slick-slide .post-thumbnail img {
  float: right;
  width: 100%;
  max-width: 1200px;
}

.slick-slider.home .slick-next, .slick-slider.home .slick-prev {
  display: none !important;
  height: 30px;
  width: 30px;
  opacity: 1 !important;
}

.slick-slider.home .slick-next:before, .slick-slider.home .slick-prev:before {
  color: #FFF;
  font-size: 30px;
  opacity: 1 !important;
}

.slick-slider.home .slick-next {
  right: 10px;
}

.slick-slider.home .slick-prev {
  left: 10px;
}

@media (min-width: 970px) {
  .slick-slider.home .slick-next, .slick-slider.home .slick-prev {
    opacity: 1 !important;
    display: block !important;
  }

  .slick-slider.home .slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .slick-slider.home .slick-slide .post-details {
    order: 1;
    flex: 1;
    padding: 60px;
  }

  .slick-slider.home .slick-slide .post-details p {
    text-align: left;
  }

  .slick-slider.home .slick-slide .post-thumbnail {
    order: 2;
    flex: 3;
  }
}

@media (min-width: 1170px) {
  .site-slider-combined.video .slider-for {
    max-height: 602px !important;
  }

  .site-slider-combined.video .slider-for .slick-slide img {
    max-height: 600px !important;
  }

  .site-content--single .one-half .post-thumbnail {
    max-height: 602px !important;
  }

  .site-content--single .one-half .post-thumbnail img {
    max-height: 600px !important;
  }

  .slick-slider.home .slick-slide .post-details p.entry-title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .slick-slider.home .slick-slide .post-details p.entry-content {
    display: block;
    margin-bottom: 15px;
  }

  .slick-slider.home .slick-slide .post-details p a.button, .slick-slider.home .slick-slide .post-details p .comments-area .reply a.comment-reply-link, .comments-area .reply .slick-slider.home .slick-slide .post-details p a.comment-reply-link {
    padding: 5px 35px;
  }
}

@media (min-width: 1600px) {
  .slick-slider.home .slick-slide .post-details {
    padding: 60px 80px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #222222;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #222222;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #222222;
  opacity: 0.75;
}

/* custom style */
.slick-dots li {
  width: 15px;
  height: 15px;
}

.slick-dots li button {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffca30;
  background-color: #FFF;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots li button:before {
  content: '';
  display: none;
}

.slick-dots li.slick-active button {
  border-color: #FFF;
  background-color: #ffca30;
}

.referencesHighlights .slick-slider, .slick-slider.home {
  /*.slick-slide[aria-hidden="true"]{ opacity:0; }*/
  /*.slick-slide:not(.slick-active){ opacity:0; }*/
}

.referencesHighlights .slick-slider .slick-dots, .slick-slider.home .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.referencesHighlights .slick-slider .slick-dots li button, .slick-slider.home .slick-dots li button {
  border-color: #FFF;
  background-color: transparent;
}

.referencesHighlights .slick-slider .slick-dots li.slick-active button, .slick-slider.home .slick-dots li.slick-active button {
  border: 1px solid transparent;
  background-color: #FFF;
}

.referencesHighlights .slick-slider .slick-prev:before, .referencesHighlights .slick-slider .slick-next:before, .slick-slider.home .slick-prev:before, .slick-slider.home .slick-next:before {
  color: #FFF;
  opacity: 1 !important;
}

.referencesHighlights .slick-slider .slick-prev, .slick-slider.home .slick-prev {
  left: 20px;
  opacity: 1 !important;
}

.referencesHighlights .slick-slider .slick-next, .slick-slider.home .slick-next {
  right: 20px;
  opacity: 1 !important;
}

.referencesHighlights .slick-slider .slick-slide, .slick-slider.home .slick-slide {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.site-content--related .slick-slider {
  text-align: center;
  margin: 0;
}

.site-content--related .slick-slider h2, .site-content--related .slick-slider h3, .site-content--related .slick-slider h4, .site-content--related .slick-slider h5, .site-content--related .slick-slider h6, .site-content--related .slick-slider p.title {
  color: #222222;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-top: 20px;
  margin: 0;
  min-height: 90px;
  text-align: center;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-content--related .slick-slider img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  max-height: 220px;
}

.site-content--related .slick-slider a:hover h2, .site-content--related .slick-slider a:hover h3, .site-content--related .slick-slider a:hover h4, .site-content--related .slick-slider a:hover h5, .site-content--related .slick-slider a:hover h6 {
  color: #ffca30;
}

.site-content--related .slick-slider a:hover img {
  opacity: .8;
}

.site-content--related .slick-slider.reference h2, .site-content--related .slick-slider.reference h3, .site-content--related .slick-slider.reference h4, .site-content--related .slick-slider.reference h5, .site-content--related .slick-slider.reference h6, .site-content--related .slick-slider.reference p.title, .site-content--related .slick-slider.reference p.entry-title, .referencesHighlights .slick-slider h2, .referencesHighlights .slick-slider h3, .referencesHighlights .slick-slider h4, .referencesHighlights .slick-slider h5, .referencesHighlights .slick-slider h6, .referencesHighlights .slick-slider p.title, .referencesHighlights .slick-slider p.entry-title {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #ffca30;
  color: #FFF;
  min-height: 40px;
  padding: 10px 35px 10px 10px;
  font-weight: 400;
  line-height: 1.2;
}

.site-content--related .slick-slider.reference h2:after, .site-content--related .slick-slider.reference h3:after, .site-content--related .slick-slider.reference h4:after, .site-content--related .slick-slider.reference h5:after, .site-content--related .slick-slider.reference h6:after, .site-content--related .slick-slider.reference p.title:after, .site-content--related .slick-slider.reference p.entry-title:after, .referencesHighlights .slick-slider h2:after, .referencesHighlights .slick-slider h3:after, .referencesHighlights .slick-slider h4:after, .referencesHighlights .slick-slider h5:after, .referencesHighlights .slick-slider h6:after, .referencesHighlights .slick-slider p.title:after, .referencesHighlights .slick-slider p.entry-title:after {
  display: block;
  width: 24px;
  height: 24px;
  font-family: 'icomoon' !important;
  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;
  content: '\e90f';
  font-size: 90%;
  position: absolute;
  top: 50%;
  margin: -12px 0 0 0;
  right: 5px;
  padding: 5px;
  background: transparent;
  color: #FFF;
}

.site-content--related .slick-slider.reference a:hover h2, .site-content--related .slick-slider.reference a:hover h3, .site-content--related .slick-slider.reference a:hover h4, .site-content--related .slick-slider.reference a:hover h5, .site-content--related .slick-slider.reference a:hover h6, .site-content--related .slick-slider.reference a:hover p.title, .site-content--related .slick-slider.reference a:hover p.entry-title, .referencesHighlights .slick-slider a:hover h2, .referencesHighlights .slick-slider a:hover h3, .referencesHighlights .slick-slider a:hover h4, .referencesHighlights .slick-slider a:hover h5, .referencesHighlights .slick-slider a:hover h6, .referencesHighlights .slick-slider a:hover p.title, .referencesHighlights .slick-slider a:hover p.entry-title {
  background-color: #222222;
  color: #FFF;
}

.site-content--related .slick-slider.reference .post-thumbnail, .referencesHighlights .slick-slider .post-thumbnail {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 220px;
  overflow-x: hidden;
  /* fixed height for title */
}

.site-content--related .slick-slider.reference .post-thumbnail img, .referencesHighlights .slick-slider .post-thumbnail img {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  float: none;
}

.site-content--related .slick-slider.reference .post-thumbnail p.entry-title, .site-content--related .slick-slider.reference .post-thumbnail p.title, .referencesHighlights .slick-slider .post-thumbnail p.entry-title, .referencesHighlights .slick-slider .post-thumbnail p.title {
  min-height: auto;
}

.referencesHighlights .slick-slider {
  /*.slick-current .post.type-referenza{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform:scale(1.1); transform-origin: center; -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; }*/
}

.referencesHighlights .slick-slider .slick-slide {
  padding: 1.5em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*&.slick-current{ padding:0 1.5em; }*/
}

.referencesHighlights .slick-slider .slick-slide .post.type-referenza {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.referencesHighlights .slick-slider .post-thumbnail {
  height: 200px;
}

.slick-slider ul.slick-dots {
  text-align: center;
}

.slick-prev:before, .slick-next:before {
  font-family: 'icomoon' !important;
  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;
  color: #737373;
}

.slick-prev:before {
  content: "\e904";
}

.slick-next:before {
  content: "\e903";
}

.slick-slider.slider-for .slick-prev, .slick-slider.slider-for .slick-next {
  height: 40px;
  width: 40px;
  z-index: 9999 !important;
}

@media (max-width: 768px) {
  .slick-slider.slider-for .slick-prev, .slick-slider.slider-for .slick-next {
    display: none !important;
  }
}

.slick-slider.slider-for .slick-prev:before, .slick-slider.slider-for .slick-next:before {
  font-size: 40px;
  line-height: 40px;
  color: #ffca30;
  opacity: 1 !important;
}

.slick-slider.slider-for .slick-prev:before {
  content: "\e910";
}

.slick-slider.slider-for .slick-next:before {
  content: "\e90f";
}

.slick-slider.latestNews .slick-slide, .slick-slider.logos .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-slider.latestNews .slick-next, .slick-slider.latestNews .slick-prev, .slick-slider.logos .slick-next, .slick-slider.logos .slick-prev {
  width: 50px;
  height: 50px;
}

.slick-slider.latestNews .slick-next, .slick-slider.logos .slick-next {
  right: -20px;
}

.slick-slider.latestNews .slick-next:before, .slick-slider.logos .slick-next:before {
  content: "\e90f";
}

.slick-slider.latestNews .slick-prev, .slick-slider.logos .slick-prev {
  left: -20px;
}

.slick-slider.latestNews .slick-prev:before, .slick-slider.logos .slick-prev:before {
  content: "\e910";
}

.slick-slider.latestNews .slick-prev:before, .slick-slider.latestNews .slick-next:before, .slick-slider.logos .slick-prev:before, .slick-slider.logos .slick-next:before {
  font-size: 50px;
  opacity: 1;
  color: #ffca30;
}

.slick-slider.logos .slick-track {
  display: flex;
}

.slick-slider.logos .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

@media (min-width: 480px) {
  .site-content--related .slick-slider.reference .post-thumbnail {
    height: 300px;
  }

  .referencesHighlights .slick-slider .post-thumbnail {
    height: 320px;
  }
}

@media (min-width: 600px) {
  .site-content--related .slick-slider.reference .post-thumbnail {
    height: 430px;
  }

  .referencesHighlights .slick-slider .post-thumbnail {
    height: 420px;
  }
}

@media (min-width: 768px) {
  .site-content--related .slick-slider.reference .post-thumbnail, .referencesHighlights .slick-slider .post-thumbnail {
    height: 270px;
  }

  .site-content--related .slick-slider.reference p.entry-title, .site-content--related .slick-slider.reference p.title, .referencesHighlights .slick-slider p.entry-title, .referencesHighlights .slick-slider p.title {
    min-height: 65px;
  }

  .referencesHighlights .slick-slider.centerMode.slick-current {
    padding: 0 1.5em;
  }

  .referencesHighlights .slick-slider.centerMode .slick-current {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
  }

  .referencesHighlights .slick-slider.fixCentering.fixThis {
    /* centering mode issue when no pagination*/
  }

  .referencesHighlights .slick-slider.fixCentering.fixThis.slick-current {
    padding: 1.5em;
  }

  .referencesHighlights .slick-slider.fixCentering.fixThis .slick-current {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
  }

  .referencesHighlights .slick-slider.fixCentering.fixThis .slick-slide:nth-child(3) {
    padding: 1.5em;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
  }

  .referencesHighlights .slick-slider {
    /*.slick-slide{ &.slick-current{ padding:1em 1.5em; } }*/
  }

  .referencesHighlights .slick-slider .post-thumbnail {
    height: 140px;
  }
}

@media (min-width: 970px) {
  .slick-slider.home ul.slick-dots {
    text-align: left;
    padding: 0 60px 30px 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 2;
  }

  .site-content--related .slick-slider.reference .post-thumbnail {
    height: 330px;
  }

  .referencesHighlights .slick-slider .post-thumbnail {
    height: 200px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media (min-width: 1170px) {
  .referencesHighlights .slick-slider .post-thumbnail {
    height: 250px;
  }

  .site-content--related .slick-slider.reference .post-thumbnail {
    height: 270px;
  }
}

@media (min-width: 1400px) {
  .referencesHighlights .slick-slider .post-thumbnail {
    height: 200px;
  }
}

@media (min-width: 1600px) {
  .slick-slider.home ul.slick-dots {
    padding: 0 80px 30px 80px;
  }

  .referencesHighlights .slick-slider .post-thumbnail {
    height: 230px;
  }
}

.site-content__accordion, .site-content__tabs {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background: transparent;
  margin: 2em 0;
  z-index: 1;
}

.tab_wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}

.tab_wrapper * {
  box-sizing: border-box;
}

.tab_wrapper>ul {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #222222;
}

.tab_wrapper>ul li {
  float: left;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
  border: 0;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 0;
  position: relative;
  color: #222222;
  margin: 0 30px 0 0;
}

.tab_wrapper>ul li h2 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  color: #222222;
  letter-spacing: 0;
  float: none;
}

.tab_wrapper>ul li.active h2 {
  color: #ffca30;
}

.tab_wrapper>ul li.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 6px;
  left: 0;
  background: #ffca30;
  width: 100%;
}

.tab_wrapper .controller {
  display: none;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}

.tab_wrapper .controller.mobile {
  display: block;
}

.tab_wrapper .controller span {
  padding: 8px 10px;
  margin: 0;
  display: block;
  width: 40px;
  height: 48px;
  overflow: hidden;
  background: #FFF;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
}

.tab_wrapper .controller span:before {
  font-family: 'icomoon' !important;
  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;
  color: #222222;
  font-size: 20px;
  line-height: 1;
}

.tab_wrapper .controller span.previous:before {
  content: "\e904";
}

.tab_wrapper .controller span.next:before {
  content: "\e903";
  left: 10px;
}

.tab_wrapper .content_wrapper {
  float: left;
  width: 100%;
  border: 0;
  border-top: 0;
  box-sizing: border-box;
}

.tab_wrapper .content_wrapper .tab_content {
  float: left;
  position: relative;
  z-index: 1;
  display: none;
  padding: 10px 0 30px 0;
  /* &.active { display: block; }*/
}

.tab_wrapper .content_wrapper .tab_content .error {
  color: red;
}

.tab_wrapper .content_wrapper .tab_content h2, .tab_wrapper .content_wrapper .tab_content h3, .tab_wrapper .content_wrapper .tab_content h4, .tab_wrapper .content_wrapper .tab_content h5, .tab_wrapper .content_wrapper .tab_content h6 {
  color: #222222;
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.tab_wrapper .content_wrapper .tab_content h2, .tab_wrapper .content_wrapper .tab_content h3 {
  font-size: 20px;
}

.tab_wrapper .content_wrapper .tab_content h4 {
  font-size: 18px;
}

.tab_wrapper .content_wrapper .tab_content h5 {
  font-size: 16px;
}

.tab_wrapper .content_wrapper .tab_content h6 {
  font-size: 14px;
}

.tab_wrapper .content_wrapper .tab_content p a:not(.button), .tab_wrapper .content_wrapper .tab_content ul li a:not(.button), .tab_wrapper .content_wrapper .tab_content ol li a:not(.button) {
  color: #ffca30;
  text-decoration: none;
  font-weight: 600;
}

.tab_wrapper .content_wrapper .tab_content p a:not(.button):hover, .tab_wrapper .content_wrapper .tab_content ul li a:not(.button):hover, .tab_wrapper .content_wrapper .tab_content ol li a:not(.button):hover {
  color: #222222;
  text-decoration: none;
}

.tab_wrapper .content_wrapper .accordion_header {
  display: none;
  float: left;
  width: 100%;
  padding: 15px 35px 15px 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  border-top: 1px solid #737373;
  position: relative;
  cursor: pointer;
  background: transparent;
  z-index: 1;
  color: #222222;
  margin: 0;
  /* &.active { color: $c-main-color; border-bottom: 1px solid $c-grey; &:after { position: absolute; top: 0; left: 0; content: ""; width: 5px; height: 100%; background: $c-main-color; } }*/
}

.tab_wrapper .content_wrapper .accordion_header .arrow {
  font-size: 16px;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  margin: -10px 0 0 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -ms-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
  background: transparent;
}

.tab_wrapper .content_wrapper .accordion_header .arrow:after {
  font-size: 1.2em;
  line-height: 1;
  font-family: 'icomoon' !important;
  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;
  content: "\e901";
  color: #222222;
}

.tab_wrapper .content_wrapper .accordion_header.active .arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tab_wrapper.left_side>ul {
  width: 25%;
  float: left;
  border-bottom: 1px solid #737373;
}

.tab_wrapper.left_side>ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
}

.tab_wrapper.left_side>ul li:after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #737373;
}

.tab_wrapper.left_side>ul li.active {
  border-color: #737373;
}

.tab_wrapper.left_side>ul li.active:after {
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #ffca30;
}

.tab_wrapper.left_side>ul li.active:before {
  right: -1px;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #FFF;
}

.tab_wrapper.left_side .content_wrapper {
  width: 75%;
  border: 1px solid #737373;
  float: left;
}

.tab_wrapper.left_side .controller {
  top: -50px;
}

.tab_wrapper.right_side>ul {
  width: 25%;
  float: right;
  border-bottom: 1px solid #737373;
}

.tab_wrapper.right_side>ul li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 18px;
  border-width: 1px;
  border-right: 0;
  border-left: 0;
  text-align: right;
}

.tab_wrapper.right_side>ul li:after {
  right: 0;
  left: inherit;
  top: 0;
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #737373;
}

.tab_wrapper.right_side>ul li.active {
  border-color: #737373;
}

.tab_wrapper.right_side>ul li.active:after {
  right: 0;
  left: inherit;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background: #ffca30;
}

.tab_wrapper.right_side>ul li.active:before {
  left: -2px;
  right: inherit;
  position: absolute;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #FFF;
}

.tab_wrapper.right_side .content_wrapper {
  width: 75%;
  float: left;
  border: 1px solid #737373;
}

.tab_wrapper.right_side .controller {
  top: -50px;
}

.tab_wrapper.accordion .content_wrapper {
  border: 0;
  border-bottom: 1px solid #737373;
}

.tab_wrapper.accordion .content_wrapper .accordion_header {
  display: block;
}

.tab_wrapper.accordion>ul {
  display: none;
}

.tab_wrapper .active_tab {
  display: none;
  position: relative;
  background: #222222;
  padding: 12px;
  text-align: center;
  padding-right: 50px;
  color: #FFF;
  cursor: pointer;
  border-radius: 30px;
}

.tab_wrapper .active_tab .arrow {
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  background: #FFF;
  position: absolute;
  right: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.tab_wrapper .active_tab .arrow:after {
  content: "";
  width: 10px;
  display: inline-block;
  height: 10px;
  border-right: 3px solid #222222;
  border-bottom: 3px solid #222222;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -8px;
}

.tab_wrapper .active_tab .text {
  text-indent: 39px;
  display: block;
}

.site-content__tabs.mobile.tab_wrapper .controller {
  display: block;
}

.backgroundGreyLight .tab_wrapper .controller span {
  background-color: #f4f4f4;
  color: #f4f4f4;
}

.site-content__tabs.tab_wrapper .content_wrapper .tab_content {
  padding-top: 30px;
}

.site-content__tabs.tab_wrapper .content_wrapper .tab_content, .site-content__accordion.tab_wrapper .content_wrapper .tab_content {
  width: 100%;
}

.site-content__tabs.tab_wrapper .content_wrapper .tab_content .gallery img, .site-content__accordion.tab_wrapper .content_wrapper .tab_content .gallery img {
  border: none !important;
}

.site-content__tabs.tab_wrapper .content_wrapper .tab_content .gallery-caption, .site-content__accordion.tab_wrapper .content_wrapper .tab_content .gallery-caption {
  font-size: 15px;
}

/*.site-content__tabs.tab_wrapper.mobile {

    & > ul{
        height:55px;
        overflow-y: hidden;
        padding-right:90px;


        li:not(.active){
            display:none;
        }

        li.active:after {
            display:none;
        }
    }

    .controller{
        display:block;
    }

}
*/
@media (max-width: 970px) {
  .tab_wrapper .tab_list {
    white-space: nowrap;
    -ms-overflow-style: none;
    overflow-x: scroll;
  }

  .tab_wrapper .tab_list::-webkit-scrollbar {
    display: none !important;
  }

  .tab_wrapper .tab_list>li {
    display: inline-block !important;
    float: none;
    /*&:not(.active){ opacity: .5; }*/
  }

  .tab_wrapper .tab_list .controller {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tab_wrapper.accordion .content_wrapper .accordion_header .arrow {
    width: 24px;
  }
}

@media screen and (max-width: 600px) {
  .site-content__tabs.tab_wrapper .content_wrapper .tab_content .gallery-item, .site-content__accordion.tab_wrapper .content_wrapper .tab_content .gallery-item {
    width: 100% !important;
  }
}

/*
@media only screen and (max-width: 768px) {
    .tab_wrapper {
        >ul {
            display: none;
        }
        .content_wrapper {
            border: 0;
            .accordion_header {
                display: block;
            }
        }
        &.left_side,
        &.right_side {
            .content_wrapper {
                width: 100%;
                border-top: 0;
            }
        }
        .controller {
            display: none;
        }
        &.show-as-dropdown {
            >.tab_list {
                border: 0;
                position: absolute;
                z-index: 3;
                background: $c-white;
                margin:0;
                &:before {
                    content: "";
                    position: absolute;
                    top: -6px;
                    left: 50%;
                    width: 14px;
                    height: 14px;
                    background: $c-white;
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                    margin-left: -7px;
                }
                li {
                    border: 0;

                    &.active {
                        &:after {
                            display: none;
                        }
                    }
                }
            }
            .active_tab {
                display: block;
            }
            >.tab_list {
                display: none;
            }
            >.content_wrapper {
                >.accordion_header {
                    display: none;
                }
            }
            >.tab_list {
                li {
                    display: block;
                    float: none;
                    width: 100%;
                }
            }
        }
    }
}

@media only screen and (min-width: 769px) {
    .tab_wrapper {
        &.show-as-dropdown {
            >.tab_list {
                display: block !important;
                overflow: hidden;
            }
        }
    }
}
*/
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99;
  padding: 20px;
  box-sizing: border-box;
  background-color: #737373;
  background-color: rgba(115, 115, 115, 0.4);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.site-modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 1300px;
  box-sizing: border-box;
  width: 90%;
  background: #FFF;
  padding: 2em;
  border: 1px solid #737373;
  text-align: left;
}

.site-modal a.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 5px;
  color: #FFF;
  overflow: hidden;
}

.site-modal a.close-modal:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'icomoon' !important;
  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;
  content: "\e912";
  font-size: 30px;
  line-height: 1;
  color: #ffca30;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner>div {
  border-radius: 100px;
  background-color: #FFF;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* custom styles */
.site-modal h2, .site-modal h3, .site-modal h4, .site-modal h5, .site-modal h6 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 20px;
}

.site-modal h2:after, .site-modal h3:after, .site-modal h4:after, .site-modal h5:after, .site-modal h6:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -15px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffca30;
}

.site-modal button {
  background: transparent;
  border: 0;
  padding: 0;
  display: inline;
  cursor: pointer;
  color: #ffca30;
  text-decoration: underline;
}

.site-modal button:hover {
  color: #ffca30;
  text-decoration: none;
  background: transparent;
}

@media (min-width: 768px) {
  .site-modal {
    padding: 3em;
  }

  .site-modal h2, .site-modal h3, .site-modal h4, .site-modal h5, .site-modal h6 {
    font-size: 30px;
  }

  .site-modal a.close-modal {
    top: 20px;
    right: 20px;
  }

  .site-modal form .one-fourth {
    width: 50%;
  }
}

@media (min-width: 970px) {
  .site-modal form .one-fourth {
    width: 25%;
  }
}

.preFooter {
  background-color: #ffca30;
}

.preFooter .paddedContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto;
  padding: 40px 150px;
}

@media (max-width: 768px) {
  .preFooter .paddedContainer {
    padding: 40px 25px;
  }
}

.preFooterLogo {
  width: 100%;
}
@media (max-width:1024px) and (min-width: 768px) {
  .preFooterLogo {
    margin-left: 25px;
  }
}

.preFooterLogo img{
  max-width: 340px;filter: brightness(0%);
}

.preFooter--column, .subFooter--column {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 0;
}
.preFooter--column.localized{
  width: 20%;
}

@media (max-width:1024px) {
  .preFooter--column, .subFooter--column {
    width: 100% !important;
    padding: 20px;
  }
}

.preFooter--column p, .preFooter--column a {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  text-align: left !important;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
}

.subFooter--column p, .subFooter--column a {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  text-align: left !important;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
}

.preFooter--column>p:nth-last-of-type(1), .preFooter--column>a:nth-last-of-type(1) {
  margin-bottom: 10px;
}

.preFooter--column h4, .subFooter--column h4 {
  margin-bottom: 0;
  text-align: left !important;
  font-size: 24px;
}

.preFooter--column .socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.preFooter--column .socials img {
  max-width: 45px;
  margin: 0;
  margin-right: 5px;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 5px;
}

.subFooter {
  background-color: #f4f4f4;
}

.subFooter .paddedContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 40px 150px;
}

.subFooter img{
  max-width: 200px;
}

@media (max-width:768px) {
  .subFooter .paddedContainer {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 25px;
  }

  .subFooter img {
    padding: 20px 0;
  }
}

.newButton, .newButton:hover {
  background-color: #fff !important;
}

.newButton {
  display: flex !important;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  min-height: 50px !important;
  margin: 25px 0 !important;
}

.newButton img {
  max-width: 40px;
  margin-bottom: 0;
  margin-right: 10px;
}

a.tel, a.mail{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

a.tel::before{
  content: '';
  position: relative;
  width: 55px;
  height: 45px;
  background: url(../images/leca-icons.png);
  background-size: 40px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

a.mail::before{
  content: '';
  position: relative;
  width: 55px;
  height: 45px;
  background: url(../images/leca-icons.png);
  background-size: 40px;
  background-position: 0 -45px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 1070px) {
  a.tel::before{
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-position: 0px 5px;
  }
  a.mail::before{
    width: 40px;
    height: 40px;
    background-size: 30px;
    background-position: 0px -31px;
  }
}

.wpml-ls-statics-footer {
  display: none;
}

.widget.widget_categories .children_cat:before {
  content: '-';
  margin-right: 10px;
  margin-left: 20px;
}

li.menu-item-has-children.has-dropdown.drop2.active .children_cat a:before {
  content: '-';
  margin-left: 10px;
  margin-right: 10px;
}

.single dl.gallery-item {
  padding: 10px;
}

@media print {
  .site-header {
    position: relative !important;
  }
}