/*303ee96a2f2ada7119ef0a0d50855952*/
@import "advkontentarray";
@import url('//fonts.googleapis.com/css?family=ABeeZee');
@import url('//fonts.googleapis.com/css?family=Josefin+Sans:700');
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/*
 Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
 Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/style.scss to edit this template
 */
/*
 Created on : 8 Jun 2024, 10:15:19
 Author     : james
 */
/* line 10, templates/tintolav/custom/scss/_advkontentgrid.scss */
.g-array-tags {
  margin: 10px -10px -10px;
  padding: 5px;
  background: #efefef;
  background: #f9f9f9;
  border-radius: 0 0 4px 4px;
  font-size: 90%;
  font-style: italic;
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
}
/* line 21, templates/tintolav/custom/scss/_advkontentgrid.scss */
.g-array-tags li {
  width: auto;
  margin: 2px;
  padding: 2px 5px;
  background: #e3e3e3;
  border-radius: 4px;
  /*display: inline-block;*/
}
/* line 32, templates/tintolav/custom/scss/_advkontentgrid.scss */
.dac-mosaic {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  position: relative;
}
/* line 38, templates/tintolav/custom/scss/_advkontentgrid.scss */
.dac-mosaic li {
  border-radius: 4px;
  padding: 1px 6px;
  cursor: pointer;
  user-select: none;
  border: 1px solid #ddd;
  background: #fafafa;
  margin: 2px;
  text-transform: uppercase;
}
/* line 1, templates/tintolav/custom/scss/_advkontentslider.scss */
/* line 2, templates/tintolav/custom/scss/_advkontentslider.scss */
.dac-objectfit-fill {
  object-fit: fill;
}
/* line 5, templates/tintolav/custom/scss/_advkontentslider.scss */
.dac-objectfit-cover {
  object-fit: cover;
}
/* line 8, templates/tintolav/custom/scss/_advkontentslider.scss */
.dac-objectfit-contain {
  object-fit: contain;
}
/* line 11, templates/tintolav/custom/scss/_advkontentslider.scss */
.dac-objectfit-none {
  object-fit: none;
}
/* line 14, templates/tintolav/custom/scss/_advkontentslider.scss */
.dac-objectfit-scale-down {
  object-fit: scale-down;
}
/* line 1, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-item {
  position: relative;
  border-radius: 0;
  border: none;
  overflow: hidden;
}
/* line 6, templates/tintolav/custom/scss/_animatedblock.scss */
/* line 7, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-item:hover .g-animatedblock-head {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 10, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-item:hover .g-animatedblock-body {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 16, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 22, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-head {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 26, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-title {
  color: #fff;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
  font-size: 4.5rem;
  line-height: 0.9;
  font-family: "ABeeZee";
  font-weight: 700;
  text-transform: uppercase;
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-animatedblock-title {
    font-size: 3rem;
    line-height: 0.85;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-animatedblock-title {
    font-size: 1.5rem;
    line-height: 1.05;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-animatedblock-title {
    font-size: 4.5rem;
    line-height: 0.9;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-animatedblock-title {
    font-size: 2rem;
    line-height: 1.15;
  }
}
/* line 51, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-title a {
  color: #fff;
  line-height: 0.9;
}
/* line 56, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-body {
  padding: 0.5rem 1rem 0.75rem 1rem;
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-animatedblock-body {
    padding: 0.25rem 1rem 0.5rem 1rem;
  }
}
/* line 62, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-body {
  background: #2499ef;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 71, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-body a {
  font-weight: bold;
  color: #fff;
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-animatedblock-body a {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-animatedblock-body a {
    font-size: 0.8rem;
  }
}
/* line 80, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-body a:hover {
  color: #0a5389;
}
/* line 85, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-desc {
  opacity: 0.75;
  margin: 0.6rem 0;
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-animatedblock-desc {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-animatedblock-desc {
    font-size: 0.8rem;
  }
}
/* line 95, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-tag {
  background: transparent;
  margin: 0.5rem 0;
  padding: 0 1rem;
}
/* line 99, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-tag span {
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  margin: 0;
  padding: 0 5px;
  font-size: 90%;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 111, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-button-container {
  text-align: center;
  margin: 3rem auto 1.5rem auto;
}
/* line 115, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-button {
  border: 3px solid #282828;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
  margin: 1rem auto;
  padding: 0.5rem 2rem;
  font-size: 0.9rem;
  color: inherit;
}
/* line 124, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-button:hover {
  opacity: 0.75;
}
/* line 128, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 132, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items .g-animatedblock-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 137, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items .g-animatedblock-item-wrapper {
  margin-top: 6.52%;
  margin-bottom: 6.52%;
  position: relative;
  overflow: hidden;
}
/* line 143, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-2cols, .g-animatedblock-items.g-3cols, .g-animatedblock-items.g-4cols, .g-animatedblock-items.g-5cols {
  margin-left: -2%;
  margin-right: -2%;
}
/* line 150, templates/tintolav/custom/scss/_animatedblock.scss */
/* line 151, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-1cols .g-animatedblock-item {
  width: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
/* line 154, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-1cols .g-animatedblock-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/* line 161, templates/tintolav/custom/scss/_animatedblock.scss */
/* line 162, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-2cols .g-animatedblock-item {
  width: 47%;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
}
/* line 165, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-2cols .g-animatedblock-item:nth-child(odd) {
  margin-right: 1%;
}
/* line 168, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-2cols .g-animatedblock-item:nth-child(even) {
  margin-left: 1%;
}
/* line 173, templates/tintolav/custom/scss/_animatedblock.scss */
/* line 174, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-3cols .g-animatedblock-item {
  width: 30.66667%;
  -webkit-flex-basis: 30.66667%;
  -moz-flex-basis: 30.66667%;
  flex-basis: 30.66667%;
  -ms-flex-preferred-size: 30.66667%;
}
/* line 177, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-3cols .g-animatedblock-item:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
/* line 183, templates/tintolav/custom/scss/_animatedblock.scss */
/* line 184, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-4cols .g-animatedblock-item {
  width: 22.5%;
  -webkit-flex-basis: 22.5%;
  -moz-flex-basis: 22.5%;
  flex-basis: 22.5%;
  -ms-flex-preferred-size: 22.5%;
}
/* line 187, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-4cols .g-animatedblock-item:nth-child(4n-2) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 191, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-4cols .g-animatedblock-item:nth-child(4n-1) {
  margin-left: 1%;
  margin-right: 0;
}
/* line 197, templates/tintolav/custom/scss/_animatedblock.scss */
/* line 198, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-5cols .g-animatedblock-item {
  width: 17.6%;
  -webkit-flex-basis: 17.6%;
  -moz-flex-basis: 17.6%;
  flex-basis: 17.6%;
  -ms-flex-preferred-size: 17.6%;
}
/* line 201, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-5cols .g-animatedblock-item:nth-child(5n-3) {
  margin-left: 0;
  margin-right: 1%;
}
/* line 205, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-5cols .g-animatedblock-item:nth-child(5n-2) {
  margin-left: 1%;
  margin-right: 1%;
}
/* line 209, templates/tintolav/custom/scss/_animatedblock.scss */
.g-animatedblock-items.g-5cols .g-animatedblock-item:nth-child(5n-1) {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 216, templates/tintolav/custom/scss/_animatedblock.scss */
  /* line 217, templates/tintolav/custom/scss/_animatedblock.scss */
  .g-animatedblock-items[class*="cols"] .g-animatedblock-item {
    width: 96%;
    -webkit-flex-basis: 96%;
    -moz-flex-basis: 96%;
    flex-basis: 96%;
    -ms-flex-preferred-size: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
}
/* line 1, templates/tintolav/custom/scss/_blockcontent.scss */
/* line 2, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent .g-title {
  font-family: "Josefin Sans";
  font-size: 1.75rem;
  font-weight: 400;
}
/* line 8, templates/tintolav/custom/scss/_blockcontent.scss */
/* line 9, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent .g-block.border-grey > .g-content {
  border: 1px solid #e0e0e0;
  border-radius: 20px 5px;
  padding: 0;
  margin: 1.563rem;
}
/* line 14, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent .g-block.border-grey > .g-content img {
  border-radius: 20px 5px 0 0;
}
/* line 17, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent .g-block.border-grey > .g-content .g-blockcontent-subcontent-desc {
  padding: 1.2rem;
  border-bottom: 1px solid #e0e0e0;
  min-height: initial;
}
/* line 25, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-subcontent-block {
  display: flex;
}
/* line 28, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-subcontent-block-content {
  padding: 0;
  display: flex;
  flex-direction: column;
}
/* line 32, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-subcontent-block-content h4 {
  padding-top: 1rem;
  margin-bottom: auto;
}
/* line 37, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-subcontent-title {
  margin: 0;
  padding: 0;
}
/* line 41, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-subcontent-title-icon {
  color: #2499ef;
  margin-bottom: 0.625rem;
}
/* line 45, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-subcontent-title-text {
  font-family: "Josefin Sans";
  font-size: 1.5rem;
  font-weight: 400;
}
/* line 50, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-subcontent {
  margin-left: -1.563rem;
  margin-right: -1.563rem;
}
/* line 53, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-spacing .g-blockcontent-subcontent {
  margin-left: 0;
  margin-right: 0;
}
/* line 58, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-subcontent-subtitle {
  font-family: "ABeeZee";
  font-weight: 700;
  font-size: 1.25rem;
  color: #083aaf;
  text-transform: uppercase;
  min-height: 65px;
}
/* line 67, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-subcontent-desc {
  font-size: 1rem;
  padding: 0 0.5rem;
  position: relative;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 77, templates/tintolav/custom/scss/_blockcontent.scss */
.g-blockcontent-buttons {
  margin-top: 0.938rem;
}
/*body.hf-body div.g-blockcontent .g-block .g-content h2.g-blockcontent-headline {color:#f47b20;}
 body.hf-body div.g-blockcontent .g-block.border-grey > .g-content {border: 1px solid #e0e0e0;border-radius: 20px 5px;}
 body.hf-body div.g-blockcontent .g-block.border-grey > .g-content img {border-radius: 20px 5px 0 0;}
 body.hf-body div.g-blockcontent .g-block.border-grey > .g-content .g-blockcontent-subdescription {padding:1.2rem;border-bottom: 1px solid #e0e0e0;}
 body.hf-body div.g-blockcontent .g-block.border-grey > .g-content p a.button:hover {background:#f47b20;}*/
/* line 1, templates/tintolav/custom/scss/_contact.scss */
/* line 2, templates/tintolav/custom/scss/_contact.scss */
.g-contact .g-contact-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 1.5rem;
}
/* line 6, templates/tintolav/custom/scss/_contact.scss */
.dir-rtl .g-contact .g-contact-item {
  padding-left: 0;
  padding-right: 50px;
}
/* line 11, templates/tintolav/custom/scss/_contact.scss */
.g-contact .g-contact-icon {
  position: absolute;
  left: 0;
  font-size: 1.25rem;
  border-right: 1px solid rgba(136, 136, 136, 0.25);
  width: 35px;
  height: 45px;
  line-height: 45px;
}
/* line 19, templates/tintolav/custom/scss/_contact.scss */
.dir-rtl .g-contact .g-contact-icon {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(136, 136, 136, 0.25);
  border-right: 0;
}
/* line 26, templates/tintolav/custom/scss/_contact.scss */
.g-contact .g-contact-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0.5;
}
/* line 32, templates/tintolav/custom/scss/_contact.scss */
.g-contact .g-contact-text {
  font-family: "Josefin Sans";
  font-weight: 700;
}
/* line 37, templates/tintolav/custom/scss/_contact.scss */
/* line 38, templates/tintolav/custom/scss/_contact.scss */
.g-contact.g-contact-compact .g-contact-item {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 42, templates/tintolav/custom/scss/_contact.scss */
.g-contact.g-contact-compact .g-contact-label {
  display: none;
}
/* line 45, templates/tintolav/custom/scss/_contact.scss */
.g-contact.g-contact-compact .g-contact-text {
  font-weight: normal;
}
/* line 50, templates/tintolav/custom/scss/_contact.scss */
.g-contact .g-contact-map {
  position: relative;
  display: block;
}
/* line 54, templates/tintolav/custom/scss/_contact.scss */
/* line 55, templates/tintolav/custom/scss/_contact.scss */
.g-contact .g-contact-map-overlay:before {
  background: rgba(0, 0, 128, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 65, templates/tintolav/custom/scss/_contact.scss */
/* line 66, templates/tintolav/custom/scss/_contact.scss */
.g-contact .g-contact-map-overlay:hover:before {
  background: rgba(36, 153, 239, 0.25);
}
/* line 71, templates/tintolav/custom/scss/_contact.scss */
.g-contact .g-contact-map-marker {
  color: #2499ef;
  font-size: 3rem;
  position: absolute;
}
/* line 1, templates/tintolav/custom/scss/_contentlist.scss */
/* line 2, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist *, .g-contentlist *:before, .g-contentlist *:after {
  box-sizing: border-box !important;
}
/* line 5, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-contentlist-headline, .g-contentlist .g-contentlist-subtitle {
  margin: 0;
}
/* line 9, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-contentlist-headline {
  line-height: 1.8rem;
}
/* line 12, templates/tintolav/custom/scss/_contentlist.scss */
/* line 13, templates/tintolav/custom/scss/_contentlist.scss */
@media only all and (max-width: 47.99rem) {
  .g-contentlist .g-contentlist-text > .g-content {
    padding: 0.938rem 0;
  }
}
/* line 19, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-contentlist-subtitle {
  font-family: "ABeeZee";
  font-weight: 400;
  font-size: 0.85rem;
  opacity: 0.75;
  line-height: 2.2rem;
}
/* line 26, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-contentlist-desc {
  margin: 0.5rem 0 1.5rem 0;
}
/* line 29, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-contentlist-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media only all and (max-width: 47.99rem) {
  .g-contentlist .g-contentlist-img {
    min-height: 7rem;
    margin: 0 0.625rem;
  }
}
/* line 38, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-contentlist-img-tag {
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  display: inline-block;
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: 0.7rem;
  margin: 1rem;
  padding: 0.15rem 0.75rem;
  text-transform: uppercase;
}
/* line 50, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-contentlist-list {
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 53, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-contentlist-list .g-content {
  background: transparent;
}
/* line 57, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-listgrid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem;
}
/* line 62, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.25rem;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  float: left;
}
/* line 69, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item a {
  position: relative;
  padding-left: 30px;
  color: inherit;
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.75;
}
/* line 77, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item a:hover {
  opacity: 1;
}
/* line 80, templates/tintolav/custom/scss/_contentlist.scss */
.dir-rtl .g-contentlist .g-listgrid .g-listgrid-item a {
  padding-left: 0;
  padding-right: 30px;
}
/* line 85, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-listgrid .g-listgrid-item .fa {
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  padding-top: 0.25rem;
}
@media only all and (max-width: 47.99rem) {
  .g-contentlist .g-listgrid .g-listgrid-item .fa {
    padding-top: 0;
  }
}
/* line 93, templates/tintolav/custom/scss/_contentlist.scss */
.dir-rtl .g-contentlist .g-listgrid .g-listgrid-item .fa {
  left: auto;
  right: 0;
}
/* line 99, templates/tintolav/custom/scss/_contentlist.scss */
/* line 100, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-2cols .g-listgrid-item {
  width: 50%;
}
@media only all and (min-width: 48rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 103, templates/tintolav/custom/scss/_contentlist.scss */
  /* line 104, templates/tintolav/custom/scss/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-2cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-2cols .g-listgrid-item:nth-last-child(2) a {
    border-bottom: 0;
  }
}
/* line 111, templates/tintolav/custom/scss/_contentlist.scss */
/* line 112, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item {
  width: 33.33333%;
}
@media only all and (min-width: 48rem) {
  /* line 115, templates/tintolav/custom/scss/_contentlist.scss */
  /* line 116, templates/tintolav/custom/scss/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item:nth-last-child(2) a, .g-contentlist .g-listgrid.g-listgrid-3cols .g-listgrid-item:nth-last-child(3) a {
    border-bottom: 0;
  }
}
/* line 123, templates/tintolav/custom/scss/_contentlist.scss */
/* line 124, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item {
  width: 25%;
}
@media only all and (min-width: 48rem) {
  /* line 127, templates/tintolav/custom/scss/_contentlist.scss */
  /* line 128, templates/tintolav/custom/scss/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:nth-last-child(2) a, .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:nth-last-child(3) a, .g-contentlist .g-listgrid.g-listgrid-4cols .g-listgrid-item:nth-last-child(4) a {
    border-bottom: 0;
  }
}
/* line 135, templates/tintolav/custom/scss/_contentlist.scss */
/* line 136, templates/tintolav/custom/scss/_contentlist.scss */
.g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item {
  width: 20%;
}
@media only all and (min-width: 48rem) {
  /* line 139, templates/tintolav/custom/scss/_contentlist.scss */
  /* line 140, templates/tintolav/custom/scss/_contentlist.scss */
  .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:last-child a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(2) a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(3) a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(4) a, .g-contentlist .g-listgrid.g-listgrid-5cols .g-listgrid-item:nth-last-child(5) a {
    border-bottom: 0;
  }
}
/* line 147, templates/tintolav/custom/scss/_contentlist.scss */
/* line 148, templates/tintolav/custom/scss/_contentlist.scss */
@media only all and (max-width: 47.99rem) {
  /* line 150, templates/tintolav/custom/scss/_contentlist.scss */
  /* line 151, templates/tintolav/custom/scss/_contentlist.scss */
  .g-contentlist .g-listgrid[class$="cols"] .g-listgrid-item:last-child a {
    border-bottom: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-contentlist .g-listgrid[class$="cols"] .g-listgrid-item {
    width: 100%;
  }
}
/* line 1, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 2, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-desc {
  padding: 2rem 3.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-title-desc {
    padding: 2rem 0.5rem;
  }
}
/* line 7, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-title-desc .g-gridcontent-desc {
  padding-top: 1rem;
  text-align: center;
}
/* line 12, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-wrapper {
  display: grid;
  margin: 0;
  grid-template-rows: auto;
  grid-gap: 1rem;
  text-align: center;
}
/* line 19, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-2cols {
  grid-template-columns: 1fr 1fr;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-2cols {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
/* line 25, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-3cols {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-3cols {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-gridcontent .g-gridcontent-3cols {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-gridcontent .g-gridcontent-3cols {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
/* line 37, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-4cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-4cols {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-gridcontent .g-gridcontent-4cols {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-gridcontent .g-gridcontent-4cols {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
/* line 49, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-5cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-5cols {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-gridcontent .g-gridcontent-5cols {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-gridcontent .g-gridcontent-5cols {
    grid-template-columns: repeat(auto-fill, 32%);
  }
}
/* line 61, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-6cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-6cols {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-gridcontent .g-gridcontent-6cols {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-gridcontent .g-gridcontent-6cols {
    grid-template-columns: repeat(auto-fill, 32%);
  }
}
/* line 73, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-7cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only all and (max-width: 47.99rem) {
  .g-gridcontent .g-gridcontent-7cols {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-gridcontent .g-gridcontent-7cols {
    grid-template-columns: repeat(auto-fill, 48%);
  }
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-gridcontent .g-gridcontent-7cols {
    grid-template-columns: repeat(auto-fill, 32%);
  }
}
/* line 85, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 86, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent.rounded-corners .g-gridcontent-item-wrapper {
  border-radius: 20px 5px;
}
/* line 88, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent.rounded-corners .g-gridcontent-item-wrapper img {
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
}
/* line 94, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item {
  display: contents;
}
/* line 96, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 97, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item.rounded-corners .g-gridcontent-item-wrapper {
  border-radius: 20px 5px;
}
/* line 99, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item.rounded-corners .g-gridcontent-item-wrapper img {
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
}
/* line 105, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
}
/* line 109, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 110, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-grey:hover {
  background-color: #8e8e8e;
  color: #fff;
}
/* line 113, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-grey:hover .fa, .g-gridcontent .g-gridcontent-item .g-gridcontent-item-wrapper.g-gridcontent-grey:hover a {
  color: #fff;
}
/* line 120, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-content-wrapper {
  padding: 15px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 127, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-content-wrapper .g-gridcontent-item-title {
  font-size: 1.4rem;
  margin-top: 0;
}
/* line 132, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-button-area {
  padding: 15px;
  border-top: 1px solid #e0e0e0;
  margin-top: auto;
}
/* line 136, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-button-area p {
  margin: 0.8rem 0;
}
/* line 138, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-button-area p .button {
  font-size: 1rem;
  border-radius: 4px;
  margin: 0;
}
/* line 142, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-button-area p .button.grey {
  background-color: #686868;
}
/* line 144, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-button-area p .button.grey:hover {
  background-color: #282828;
}
/* line 148, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-button-area p .button.darkgrey {
  background-color: #282828;
}
/* line 150, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent .g-gridcontent-button-area p .button.darkgrey:hover {
  background-color: #5b5b5b;
}
/* line 158, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 159, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 160, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 161, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 162, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent1:hover {
  color: #686868;
}
/* line 164, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent1:hover .fa, .g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent1:hover a {
  color: #686868;
}
/* line 169, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 170, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent2:hover {
  color: #686868;
}
/* line 172, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent2:hover .fa, .g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent2:hover a {
  color: #686868;
}
/* line 177, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 178, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent3:hover {
  color: #686868;
}
/* line 180, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent3:hover .fa, .g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent3:hover a {
  color: #686868;
}
/* line 185, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 186, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent4:hover {
  color: #686868;
}
/* line 188, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent4:hover .fa, .g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent4:hover a {
  color: #686868;
}
/* line 193, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 194, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent5:hover {
  color: #686868;
}
/* line 196, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent5:hover .fa, .g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-accent5:hover a {
  color: #686868;
}
/* line 201, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 202, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-grey:hover {
  background-color: #8e8e8e;
  color: #686868;
}
/* line 205, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-grey:hover .fa, .g-gridcontent-item.grey .g-gridcontent-item-wrapper.g-gridcontent-grey:hover a {
  color: #686868;
}
/* line 211, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item.grey .g-gridcontent-content-wrapper {
  background: #eee;
}
/* line 216, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 217, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item-wrapper .g-gridcontent-image {
  overflow: hidden;
}
/* line 220, templates/tintolav/custom/scss/_gridcontent.scss */
/* line 222, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-item-wrapper:hover img, .g-gridcontent-item-wrapper:focus img {
  opacity: 0.45;
}
/* line 224, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-zoom .g-gridcontent-item-wrapper:hover img, .g-gridcontent-zoom .g-gridcontent-item-wrapper:focus img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 227, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-rotate .g-gridcontent-item-wrapper:hover img, .g-gridcontent-rotate .g-gridcontent-item-wrapper:focus img {
  -webkit-transform: rotate(5deg) scale(1.25);
  -moz-transform: rotate(5deg) scale(1.25);
  -ms-transform: rotate(5deg) scale(1.25);
  -o-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
}
/* line 230, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-blur .g-gridcontent-item-wrapper:hover img, .g-gridcontent-blur .g-gridcontent-item-wrapper:focus img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* line 233, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-grayscale .g-gridcontent-item-wrapper:hover img, .g-gridcontent-grayscale .g-gridcontent-item-wrapper:focus img {
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 237, templates/tintolav/custom/scss/_gridcontent.scss */
.g-gridcontent-blur.g-gridcontent-grayscale .g-gridcontent-item-wrapper:hover img, .g-gridcontent-blur.g-gridcontent-grayscale .g-gridcontent-item-wrapper:focus img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
/* line 1, templates/tintolav/custom/scss/_gridpromogallery.scss */
/* line 2, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 7, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
}
/* line 12, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-readmore {
  margin: 1rem auto;
}
/* line 16, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-wrapper {
  text-align: center;
}
/* line 19, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-link {
  color: #fff !important;
}
/* line 22, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 27, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-text {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  padding: 3rem;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 33, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-text:hover {
  background: rgba(36, 153, 239, 0.75);
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-gridpromogallery .g-gridpromogallery-item-text {
    padding: 3rem 1rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-gridpromogallery .g-gridpromogallery-item-text {
    padding: 3rem 0.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-gridpromogallery .g-gridpromogallery-item-text {
    padding: 2rem;
  }
}
/* line 46, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-tag, .g-gridpromogallery .g-gridpromogallery-item-title, .g-gridpromogallery .g-gridpromogallery-item-desc {
  display: block;
}
/* line 49, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-tag {
  font-family: "ABeeZee";
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  display: inline-block;
  background: #2499ef;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 0.25rem 0.5rem;
}
/* line 62, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-title {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 1rem 0;
  position: relative;
}
/* line 71, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-item-desc {
  text-transform: uppercase;
  opacity: 0.8;
}
/* line 76, templates/tintolav/custom/scss/_gridpromogallery.scss */
/* line 77, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-2cols .g-gridpromogallery-item {
  width: 50%;
}
/* line 81, templates/tintolav/custom/scss/_gridpromogallery.scss */
/* line 82, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-3cols .g-gridpromogallery-item {
  width: 33.33333%;
}
/* line 86, templates/tintolav/custom/scss/_gridpromogallery.scss */
/* line 87, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-4cols .g-gridpromogallery-item {
  width: 25%;
}
/* line 91, templates/tintolav/custom/scss/_gridpromogallery.scss */
/* line 92, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-5cols .g-gridpromogallery-item {
  width: 20%;
}
/* line 96, templates/tintolav/custom/scss/_gridpromogallery.scss */
/* line 97, templates/tintolav/custom/scss/_gridpromogallery.scss */
.g-gridpromogallery .g-gridpromogallery-6cols .g-gridpromogallery-item {
  width: 16.66667%;
}
/* line 102, templates/tintolav/custom/scss/_gridpromogallery.scss */
/* line 103, templates/tintolav/custom/scss/_gridpromogallery.scss */
@media only all and (max-width: 47.99rem) {
  .g-gridpromogallery .g-gridpromogallery-3cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-5cols .g-gridpromogallery-item {
    width: 100%;
  }
}
/* line 109, templates/tintolav/custom/scss/_gridpromogallery.scss */
/* line 110, templates/tintolav/custom/scss/_gridpromogallery.scss */
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-gridpromogallery .g-gridpromogallery-2cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-4cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-6cols .g-gridpromogallery-item {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-gridpromogallery .g-gridpromogallery-2cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-4cols .g-gridpromogallery-item, .g-gridpromogallery .g-gridpromogallery-6cols .g-gridpromogallery-item {
    width: 100%;
  }
}
/* line 1, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid {
  margin: -0.938rem;
}
/* line 4, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-sizer, .g-mosaicgrid-item-container {
  padding: 0.6253333333rem;
}
/* line 8, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-sizer .g-mosaicgrid-item, .g-mosaicgrid-item-container .g-mosaicgrid-item {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
/* line 14, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-1-col .g-mosaicgrid-sizer, .g-mosaicgrid-1-col .g-mosaicgrid-item-container {
  width: 100%;
}
/* line 17, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-2-col .g-mosaicgrid-sizer, .g-mosaicgrid-2-col .g-mosaicgrid-item-container {
  width: 50%;
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-2-col .g-mosaicgrid-sizer, .g-mosaicgrid-2-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 23, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
  width: 33.33333%;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 32, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
  width: 25%;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 41, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
  width: 20%;
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 33.33333%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 53, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
  width: 16.66667%;
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 33.33333%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 65, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-7-col .g-mosaicgrid-sizer, .g-mosaicgrid-7-col .g-mosaicgrid-item-container {
  width: 14.28571%;
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-mosaicgrid-7-col .g-mosaicgrid-sizer, .g-mosaicgrid-7-col .g-mosaicgrid-item-container {
    width: 28.57142%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-7-col .g-mosaicgrid-sizer, .g-mosaicgrid-7-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-7-col .g-mosaicgrid-sizer, .g-mosaicgrid-7-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
/* line 79, templates/tintolav/custom/scss/_mosaicgrid.scss */
/* line 80, templates/tintolav/custom/scss/_mosaicgrid.scss */
/* line 82, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-item:hover img, .g-mosaicgrid-item:focus img {
  opacity: 0.15;
}
/* line 84, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-zoom .g-mosaicgrid-item:hover img, .g-mosaicgrid-zoom .g-mosaicgrid-item:focus img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/* line 87, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-rotate .g-mosaicgrid-item:hover img, .g-mosaicgrid-rotate .g-mosaicgrid-item:focus img {
  -webkit-transform: rotate(5deg) scale(1.25);
  -moz-transform: rotate(5deg) scale(1.25);
  -ms-transform: rotate(5deg) scale(1.25);
  -o-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
}
/* line 90, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-blur .g-mosaicgrid-item:hover img, .g-mosaicgrid-blur .g-mosaicgrid-item:focus img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* line 93, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-grayscale .g-mosaicgrid-item:hover img, .g-mosaicgrid-grayscale .g-mosaicgrid-item:focus img {
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 97, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-blur.g-mosaicgrid-grayscale .g-mosaicgrid-item:hover img, .g-mosaicgrid-blur.g-mosaicgrid-grayscale .g-mosaicgrid-item:focus img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
/* line 101, templates/tintolav/custom/scss/_mosaicgrid.scss */
/* line 102, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item:hover .g-mosaicgrid-item-desc, .g-mosaicgrid-style2 .g-mosaicgrid-item:focus .g-mosaicgrid-item-desc {
  opacity: 1;
  font-size: 14px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 111, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-image {
  background: #0f7fd1;
  overflow: hidden;
}
/* line 114, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-image img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  min-width: 100%;
}
/* line 119, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-content {
  padding: 1.6415rem 1.876rem 1.407rem 1.876rem;
}
/* line 121, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style1 .g-mosaicgrid-content {
  background: #eee;
  color: #686868;
}
/* line 125, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 132, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-item-title {
  font-family: "Josefin Sans";
  font-size: 1.25rem;
  line-height: 1.25;
}
/* line 136, templates/tintolav/custom/scss/_mosaicgrid.scss */
/* line 137, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style1 .g-mosaicgrid-item-title a {
  color: #282828;
}
/* line 139, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style1 .g-mosaicgrid-item-title a:hover {
  color: #2499ef;
}
/* line 143, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-title a {
  color: inherit;
  font-size: 1.5rem;
}
/* line 146, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-title a:hover {
  color: #9bd0f8;
}
/* line 152, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-item-desc {
  padding-top: 0.3126666667rem;
  font-size: 0.875rem;
  color: #9b9b9b;
  margin-bottom: 15px;
  /*vc 24-11-2019*/
}
/* line 157, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-desc {
  color: #b5b5b5;
  opacity: 0;
  font-size: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 166, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-item-tag-wrapper {
  margin: 0.625rem 0;
  font-size: 0.9rem;
}
/* line 169, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style1 .g-mosaicgrid-item-tag-wrapper {
  opacity: 0.5;
  margin-top: 1.25rem;
  padding-top: 0.938rem;
  margin-bottom: 0;
  border-top: 1px solid rgba(136, 136, 136, 0.25);
}
/* line 176, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-tag-wrapper {
  position: absolute;
  top: 0.938rem;
  left: 0.938rem;
  right: 0.938rem;
}
/* line 183, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-item-tag {
  float: left;
}
/* line 185, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-tag {
  background: rgba(0, 0, 0, 0.25);
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
/* line 191, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-item-tagicons-container {
  float: right;
  white-space: nowrap;
}
/* line 195, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-item-tagicons {
  display: inline-block;
  margin: 0 2%;
}
/* line 198, templates/tintolav/custom/scss/_mosaicgrid.scss */
.g-mosaicgrid-style2 .g-mosaicgrid-item-tagicons {
  padding: 0.25rem 0;
}
/* line 7, templates/tintolav/custom/scss/_promocontent.scss */
.g-superpromo {
  font-size: 6rem;
  line-height: 1.1;
  font-family: "ABeeZee";
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-superpromo {
    font-size: 5rem;
    line-height: 1.05;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-superpromo {
    font-size: 4rem;
    line-height: 1.05;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-superpromo {
    font-size: 3rem;
    line-height: 1.15;
  }
}
/* line 27, templates/tintolav/custom/scss/_promocontent.scss */
.g-promo {
  font-size: 4.5rem;
  line-height: 1.1;
  font-family: "ABeeZee";
  font-weight: 700;
  text-transform: uppercase;
  margin: 1rem 0;
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-promo {
    font-size: 3.25rem;
    line-height: 1.05;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-promo {
    font-size: 2.25rem;
    line-height: 1.15;
  }
}
/* line 43, templates/tintolav/custom/scss/_promocontent.scss */
.g-subpromo {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "dosis", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: -2px;
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-subpromo {
    font-size: 2.25rem;
    line-height: 1.15;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-subpromo {
    font-size: 2.1rem;
    line-height: 1.15;
  }
}
/* line 58, templates/tintolav/custom/scss/_promocontent.scss */
.g-textpromo {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-textpromo {
    font-size: 1.25rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-textpromo {
    font-size: 1rem;
  }
}
/* line 1, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage {
  position: relative;
  text-align: center;
}
/* line 2, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage *, .g-promoimage *:before, .g-promoimage *:after {
  box-sizing: border-box !important;
}
/* line 7, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect {
  display: block;
  background: #2499ef;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 15, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect img {
  position: relative;
  opacity: 0.9;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 21, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-iconbutton {
  border: 5px solid rgba(0, 0, 0, 0.85);
  background: rgba(36, 153, 239, 0.85);
  color: #000;
  border-radius: 100%;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f0f6";
  height: 50px;
  left: 50%;
  line-height: 42px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  z-index: 11;
  text-align: center;
  top: 50%;
  width: 50px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  transition: transform 0.25s;
}
/* line 42, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-caption {
  background: #000;
  color: #fff;
  padding: 0.75rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  height: 3.5rem;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 55, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-caption:before, .g-promoimage .g-promoimage-caption:after {
  pointer-events: none;
}
/* line 59, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-title {
  display: inline-block;
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: 1.1rem;
  float: left;
}
/* line 66, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-icon a {
  float: right;
}
/* line 68, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-icon a span:before {
  display: inline-block;
  padding: 8px 10px;
  speak: none;
}
/* line 74, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-title, .g-promoimage .g-promoimage-icon a {
  -webkit-transform: translate3d(0, 200%, 0);
  -moz-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  -o-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
}
/* line 79, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-desc {
  position: absolute;
  bottom: 130%;
  opacity: 0;
  width: 100%;
  left: 0;
  padding: 0.75rem;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 89, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover {
  background: #0a5389;
}
/* line 91, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover img {
  opacity: 0.75;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
/* line 99, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-iconbutton {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 102, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-desc {
  opacity: 1;
}
/* line 105, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-caption, .g-promoimage .g-promoimage-effect:hover .g-promoimage-title, .g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a {
  -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);
}
/* line 110, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-title {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/* line 113, templates/tintolav/custom/scss/_promoimage.scss */
/* line 114, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 117, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
/* line 120, templates/tintolav/custom/scss/_promoimage.scss */
.g-promoimage .g-promoimage-effect:hover .g-promoimage-icon a:first-child {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 1, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-title {
  color: #2499ef;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0.625rem 0;
}
/* line 6, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent-item-content-title {
  font-family: "Josefin Sans";
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.15;
  margin: 2rem 0 0.15625rem 0;
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-content-title {
    font-size: 1.7rem;
    margin-top: 3rem;
  }
}
/* line 23, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-title.g-simplecontent-item-accent1 {
  color: #2499ef;
}
/* line 26, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-title.g-simplecontent-item-accent2 {
  color: #f60;
}
/* line 29, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-title.g-simplecontent-item-accent3 {
  color: #000080;
}
/* line 32, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-title.g-simplecontent-item-accent4 {
  color: #9564ff;
}
/* line 35, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-title.g-simplecontent-item-black {
  color: #000;
}
/* line 38, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-title.g-simplecontent-item-white {
  color: #fff;
}
/* line 41, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-title.g-simplecontent-item-grey {
  color: #424242;
}
/* line 46, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-subtitle {
  font-family: "Josefin Sans";
  font-size: 2rem;
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-simplecontent-item-content-subtitle {
    font-size: 1.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-simplecontent-item-content-subtitle {
    font-size: 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplecontent-item-content-subtitle {
    font-size: 1rem;
  }
}
/* line 58, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-subtitle.g-simplecontent-item-accent1 {
  color: #2499ef;
}
/* line 61, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-subtitle.g-simplecontent-item-accent2 {
  color: #f60;
}
/* line 64, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-subtitle.g-simplecontent-item-accent3 {
  color: #000080;
}
/* line 67, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-subtitle.g-simplecontent-item-accent4 {
  color: #9564ff;
}
/* line 70, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-subtitle.g-simplecontent-item-black {
  color: #000;
}
/* line 73, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-subtitle.g-simplecontent-item-white {
  color: #fff;
}
/* line 76, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-content-subtitle.g-simplecontent-item-grey {
  color: #686868;
}
/* line 81, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-item-leading-content {
  margin-bottom: 0.3125rem;
}
/* line 83, templates/tintolav/custom/scss/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent-item-leading-content {
  padding-top: 0 !important;
  font-weight: 700 !important;
  font-size: 1.5rem;
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-leading-content {
    font-size: 1.3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-leading-content {
    font-size: 1rem 1.1;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplecontent-layout-header .g-simplecontent-item-leading-content {
    font-size: 1rem;
  }
}
/* line 100, templates/tintolav/custom/scss/_simplecontent.scss */
@media only all and (max-width: 47.99rem) {
  .g-simplecontent-item-img {
    display: none;
  }
}
/* line 6, templates/tintolav/scss/tintolav/styles/_typography.scss */
body {
  font-family: "ABeeZee";
  font-weight: 400;
}
/* line 12, templates/tintolav/scss/tintolav/styles/_typography.scss */
h1, h2, h3, h4, h5 {
  font-family: "Josefin Sans";
  font-weight: 200;
  margin: 1.5rem 0 0.75rem 0;
}
/* line 17, templates/tintolav/scss/tintolav/styles/_typography.scss */
h1 {
  font-size: 2.25rem;
}
/* line 20, templates/tintolav/scss/tintolav/styles/_typography.scss */
h2 {
  font-size: 1.9rem;
}
/* line 23, templates/tintolav/scss/tintolav/styles/_typography.scss */
h3 {
  font-size: 1.5rem;
}
/* line 26, templates/tintolav/scss/tintolav/styles/_typography.scss */
h3.g-title {
  font-size: 1.8rem;
  font-family: "Josefin Sans";
  font-weight: 400;
  margin: 0.625rem 0 1.563rem 0;
}
/* line 33, templates/tintolav/scss/tintolav/styles/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 36, templates/tintolav/scss/tintolav/styles/_typography.scss */
h5 {
  font-size: 1rem;
}
/* line 39, templates/tintolav/scss/tintolav/styles/_typography.scss */
h6 {
  font-size: 0.85rem;
}
/* line 44, templates/tintolav/scss/tintolav/styles/_typography.scss */
hr {
  display: block;
  margin: 4rem 0;
  border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
/* line 51, templates/tintolav/scss/tintolav/styles/_typography.scss */
.g-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.625rem 0;
  padding: 0 0 0.938rem 0;
  position: relative;
}
/* line 60, templates/tintolav/scss/tintolav/styles/_typography.scss */
.g-title-xlarge .g-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
}
@media only all and (max-width: 30rem) {
  .g-title-xlarge .g-title {
    font-size: 0rem;
    line-height: 1.25;
  }
}
/* line 70, templates/tintolav/scss/tintolav/styles/_typography.scss */
.g-title-large .g-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0;
}
@media only all and (max-width: 30rem) {
  .g-title-large .g-title {
    font-size: 1.75rem;
  }
}
/* line 79, templates/tintolav/scss/tintolav/styles/_typography.scss */
.g-title-small .g-title {
  font-size: 0.9rem;
  font-weight: 700;
}
/* line 83, templates/tintolav/scss/tintolav/styles/_typography.scss */
.g-title-300 .g-title {
  font-weight: 300;
}
/* line 89, templates/tintolav/scss/tintolav/styles/_typography.scss */
.g-lead, .g-simplecontent-layout-header .g-simplecontent-item-leading-content {
  position: relative;
  font-family: "ABeeZee";
  font-weight: 400;
  color: #5b5b5b;
  line-height: 1.35;
  margin: 1.25rem 0 0.625rem 0;
  padding: 1.876rem 0 0.938rem 0;
}
/* line 100, templates/tintolav/scss/tintolav/styles/_typography.scss */
blockquote {
  border-left: 10px solid rgba(136, 136, 136, 0.25);
}
/* line 102, templates/tintolav/scss/tintolav/styles/_typography.scss */
blockquote p {
  font-size: 1.1rem;
  color: #9b9b9b;
}
/* line 106, templates/tintolav/scss/tintolav/styles/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #686868;
  font-size: 1.2rem;
}
/* line 115, templates/tintolav/scss/tintolav/styles/_typography.scss */
code, kbd, pre, samp {
  font-family: "Menlo", "Monaco", monospace;
}
/* line 122, templates/tintolav/scss/tintolav/styles/_typography.scss */
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
/* line 127, templates/tintolav/scss/tintolav/styles/_typography.scss */
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #888;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
/* line 136, templates/tintolav/scss/tintolav/styles/_typography.scss */
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
/* line 141, templates/tintolav/scss/tintolav/styles/_typography.scss */
pre.prettyprint {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
/* line 147, templates/tintolav/scss/tintolav/styles/_typography.scss */
hr {
  border-bottom: 1px solid rgba(136, 136, 136, 0.25);
}
/* line 150, templates/tintolav/scss/tintolav/styles/_typography.scss */
.g-para {
  margin: 0.3rem 0 1rem;
}
/*for simplecontent*/
/* line 18, templates/tintolav/custom/scss/custom.scss */
.justify {
  text-align: justify !important;
  text-justify: auto;
}
/* line 23, templates/tintolav/custom/scss/custom.scss */
.icon-location:before {
  top: 5px !important;
}
/* line 28, templates/tintolav/custom/scss/custom.scss */
.mod-languages {
  margin-top: 0.9rem;
}
/* line 30, templates/tintolav/custom/scss/custom.scss */
.mod-languages select {
  padding: 0 2px;
}
/* line 35, templates/tintolav/custom/scss/custom.scss */
/* line 36, templates/tintolav/custom/scss/custom.scss */
div.advanced-dropdown a.langChoose {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  color: #fff;
}
/* line 40, templates/tintolav/custom/scss/custom.scss */
div.advanced-dropdown a.langChoose:link {
  background-color: transparent;
}
/* line 43, templates/tintolav/custom/scss/custom.scss */
div.advanced-dropdown a.langChoose:before {
  font-family: FontAwesome, sans-serif;
  content: "\f1ab";
  font-size: 1.2rem;
}
/* line 49, templates/tintolav/custom/scss/custom.scss */
div.advanced-dropdown ul {
  background: #083aaf !important;
  padding-left: 10px !important;
}
@media only all and (max-width: 47.99rem) {
  div.advanced-dropdown {
    float: right;
  }
}
/* Mission Values grid */
/* line 59, templates/tintolav/custom/scss/custom.scss */
/* line 60, templates/tintolav/custom/scss/custom.scss */
/* line 61, templates/tintolav/custom/scss/custom.scss */
#module-gridcontent-1345-particle .g-gridcontent .g-gridcontent-content-wrapper {
  justify-content: normal;
}
/* line 67, templates/tintolav/custom/scss/custom.scss */
.equal-height .g-blockcontent-subcontent-desc {
  min-height: 175px;
}
/* line 71, templates/tintolav/custom/scss/custom.scss */
.showcase-inner .sprocket-tables-title {
  min-height: 90px;
}
/* line 75, templates/tintolav/custom/scss/custom.scss */
.showcase-inner .sprocket-tables-text {
  min-height: 100px;
}
/* line 79, templates/tintolav/custom/scss/custom.scss */
.hf-inner .sprocket-tables-text {
  min-height: 140px;
}
/* line 83, templates/tintolav/custom/scss/custom.scss */
#g-container-4448 .g-title {
  text-align: center;
}
/* line 87, templates/tintolav/custom/scss/custom.scss */
.location-name a {
  color: #1f1d22 !important;
  font-weight: 600;
  font-size: 1.3rem;
}
/* line 92, templates/tintolav/custom/scss/custom.scss */
.tintolav-icon-product .g-mosaicgrid-content {
  min-height: 100px;
}
/* line 96, templates/tintolav/custom/scss/custom.scss */
.tintolav-cataloge .sprocket-tables-text {
  min-height: 150px;
}
/* JAW removed 04/06/2020 - don't know why this here */
/*.tintolav-hygien-7-col .g-mosaicgrid-item-container, .tintolav-laundry-7-col .g-mosaicgrid-item-container {
 position: relative !important;
 float: left;
 width: 14% !important;
 left: 0px !important;
 top: 0 !important;
 }
 .tintolav-hygien-7-col .g-mosaicgrid-item-container .g-mosaicgrid-content{
 min-height: 125px;
 padding: 1.6415rem 10px 1.407rem 10px;
 }
 .g-mosaicgrid-item-container .g-mosaicgrid-content{
 min-height: 100px;
 padding: 1.6415rem 10px 1.407rem 10px;
 }
 .tintolav-hygien-7-col #g-mosaicgrid-module-mosaicgrid-891, .tintolav-laundry-7-col #g-mosaicgrid-module-mosaicgrid-869{
 padding-bottom: 15px;
 overflow: hidden !important;
 height: auto !important;
 }*/
/* line 126, templates/tintolav/custom/scss/custom.scss */
/* line 127, templates/tintolav/custom/scss/custom.scss */
.hf-login-point .add-on {
  background: #2499ef !important;
}
/* line 129, templates/tintolav/custom/scss/custom.scss */
.hf-login-point .add-on .hasTooltip {
  padding: 0 0.5rem !important;
}
/* line 136, templates/tintolav/custom/scss/custom.scss */
/* line 137, templates/tintolav/custom/scss/custom.scss */
.com-users-profile fieldset {
  margin-bottom: 0;
}
/* line 140, templates/tintolav/custom/scss/custom.scss */
.com-users-profile fieldset + fieldset {
  margin-top: 0;
}
/* line 143, templates/tintolav/custom/scss/custom.scss */
.com-users-profile .control-group {
  display: flex;
}
/* line 145, templates/tintolav/custom/scss/custom.scss */
.com-users-profile .control-group .control-label {
  min-width: 10rem;
}
/* line 147, templates/tintolav/custom/scss/custom.scss */
.com-users-profile .control-group .control-label label {
  font-weight: bold;
}
/* line 156, templates/tintolav/custom/scss/custom.scss */
/* line 157, templates/tintolav/custom/scss/custom.scss */
/* line 158, templates/tintolav/custom/scss/custom.scss */
/* line 159, templates/tintolav/custom/scss/custom.scss */
.itemid-773 .platform-content .moduletable .nav.menu.mod-list {
  width: 100%;
}
/* line 168, templates/tintolav/custom/scss/custom.scss */
/* line 169, templates/tintolav/custom/scss/custom.scss */
/* line 170, templates/tintolav/custom/scss/custom.scss */
.com_advkontent.task-category.news-display #g-mainbar .g-grid:nth-child(2), .com_advkontent.task-category.conedera-display #g-mainbar .g-grid:nth-child(2) {
  display: none;
}
/* line 175, templates/tintolav/custom/scss/custom.scss */
.com_advkontent.view-item.news-display {
  /*#g-aside {
   display:none;
   }*/
}
/* line 176, templates/tintolav/custom/scss/custom.scss */
/* line 177, templates/tintolav/custom/scss/custom.scss */
.com_advkontent.view-item.news-display #g-header .g-content > .moduletable {
  display: none;
}
/* line 181, templates/tintolav/custom/scss/custom.scss */
/* line 182, templates/tintolav/custom/scss/custom.scss */
.com_advkontent.view-item.news-display #g-mainbar .g-grid:first-child {
  display: none;
}
/* line 186, templates/tintolav/custom/scss/custom.scss */
/* line 187, templates/tintolav/custom/scss/custom.scss */
.com_advkontent.view-item.news-display #g-container-4448 .g-grid:nth-child(2) {
  display: flex;
  /*>.g-block:nth-child(1) {
   width:100%;
   flex: 0 100%;
   }
   >.g-block:nth-child(2) {
   display:flex;
   }*/
}
/* line 202, templates/tintolav/custom/scss/custom.scss */
/* line 203, templates/tintolav/custom/scss/custom.scss */
/* line 204, templates/tintolav/custom/scss/custom.scss */
.com_advkontent.view-item.conedera-display #g-header .g-content > .moduletable {
  display: none;
}
/* line 208, templates/tintolav/custom/scss/custom.scss */
/* line 209, templates/tintolav/custom/scss/custom.scss */
.com_advkontent.view-item.conedera-display #g-mainbar .g-grid:first-child {
  display: none;
}
/* line 213, templates/tintolav/custom/scss/custom.scss */
/* line 214, templates/tintolav/custom/scss/custom.scss */
.com_advkontent.view-item.conedera-display #g-container-4448 .g-block:nth-child(1) {
  width: 100%;
  flex: 0 100%;
}
/* line 218, templates/tintolav/custom/scss/custom.scss */
.com_advkontent.view-item.conedera-display #g-container-4448 .g-block:nth-child(2) {
  display: none;
}
/* line 224, templates/tintolav/custom/scss/custom.scss */
/* line 225, templates/tintolav/custom/scss/custom.scss */
.outline-31 .dacshop_product_name {
  margin-top: 10px;
}
/* line 228, templates/tintolav/custom/scss/custom.scss */
.outline-31 .dacshop_product_subtitle {
  display: block;
  margin-bottom: 5px;
}
/* line 234, templates/tintolav/custom/scss/custom.scss */
.maptintolavitly address > a {
  float: right !important;
}
/* line 238, templates/tintolav/custom/scss/custom.scss */
.maptintolavitly span.item-map {
  margin-left: 0% !important;
}
/* line 241, templates/tintolav/custom/scss/custom.scss */
.maptintolavitly .userBlock {
  margin-top: 24px;
}
/* line 245, templates/tintolav/custom/scss/custom.scss */
.tintolavblogpage2 .sprocket-mosaic-filter {
  text-align: center;
}
/* line 247, templates/tintolav/custom/scss/custom.scss */
.tintolavblogpage2 .sprocket-mosaic-filter li {
  transition: 0.3s;
}
/* line 249, templates/tintolav/custom/scss/custom.scss */
.tintolavblogpage2 .sprocket-mosaic-filter li:hover {
  color: #2499ef;
  transform: scaleY(1.1);
}
/* line 256, templates/tintolav/custom/scss/custom.scss */
#module-simplecontent-1237-particle {
  background-color: #fff;
}
/* line 258, templates/tintolav/custom/scss/custom.scss */
#module-simplecontent-1237-particle .g-simplecontent-item-readmore-container {
  margin-bottom: 0.625rem;
  padding-bottom: 0.938rem;
}
/* line 264, templates/tintolav/custom/scss/custom.scss */
.dacshop_previous_product, .dacshop_next_product {
  padding: 8px;
}
/* line 265, templates/tintolav/custom/scss/custom.scss */
.chzn-container {
  width: 100% !important;
}
/* line 267, templates/tintolav/custom/scss/custom.scss */
/* line 268, templates/tintolav/custom/scss/custom.scss */
/* line 269, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock .avatar {
  border-radius: 0;
}
/* line 272, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock h2 {
  margin: 0;
  color: #f7921e;
  width: 80%;
  float: right;
}
/* line 278, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields {
  float: right;
  width: 80%;
}
/* line 281, templates/tintolav/custom/scss/custom.scss */
/* line 282, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userDescription p {
  margin-bottom: 0;
  color: #000;
}
/* line 287, templates/tintolav/custom/scss/custom.scss */
/* line 288, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile h3 {
  color: #f7921e;
  margin-bottom: 0;
}
/* line 292, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .userAddress {
  color: #000;
}
/* line 295, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .userContact {
  margin-top: 15px;
}
/* line 297, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .userContact .userTelephone, .itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .userContact .userMobile {
  color: #f7921e;
  font-weight: 900;
  display: block;
  padding-bottom: 15px;
}
/* line 302, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .userContact .userTelephone .telephoneNumber, .itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .userContact .userMobile .telephoneNumber {
  display: inline-block;
  color: #000;
  font-weight: 400;
}
/* line 307, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .userContact .userTelephone .telephoneNumber:hover, .itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .userContact .userMobile .telephoneNumber:hover {
  text-decoration: underline;
  color: #2499ef;
}
/* line 313, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .socialMedia {
  padding-bottom: 15px;
}
/* line 315, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .socialMedia .itemAdditionalValue {
  color: #f7921e;
  font-weight: 900;
  display: inline-block;
}
/* line 320, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .socialMedia .itemAdditionalData {
  display: inline-block;
}
/* line 322, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .socialMedia .itemAdditionalData a {
  color: #000;
  font-weight: 400;
}
/* line 326, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock #userExtendedProfile\ userExtraFields .userExtendedProfile .socialMedia .itemAdditionalData a:hover {
  color: #2499ef;
}
/* line 333, templates/tintolav/custom/scss/custom.scss */
.itemid-793 .userBlock .clr {
  clear: none;
}
/* line 339, templates/tintolav/custom/scss/custom.scss */
/* line 340, templates/tintolav/custom/scss/custom.scss */
.derma-grid-content .g-grid {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 344, templates/tintolav/custom/scss/custom.scss */
.derma-grid-content .g-grid .g-gridcontent-title-desc {
  order: 1;
}
/* line 347, templates/tintolav/custom/scss/custom.scss */
.derma-grid-content .g-grid .g-gridcontent-readmore {
  text-align: center;
  order: 2;
  padding-bottom: 1.4rem;
}
/* line 356, templates/tintolav/custom/scss/custom.scss */
/* line 357, templates/tintolav/custom/scss/custom.scss */
.g-menu-item-847 .g-menu-parent-indicator {
  display: none;
}
/* Newsletter Pop Up */
/* line 364, templates/tintolav/custom/scss/custom.scss */
.meerkat {
  width: 800px;
  height: 504px;
}
@media only all and (max-width: 64.99rem) {
  /* line 28, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .meerkat {
    width: 95%;
  }
}
/* line 371, templates/tintolav/custom/scss/custom.scss */
#splash-content {
  background: url('../../../../images/newsletters/tn_newsletter_reading.png') no-repeat;
  padding: 0;
  height: 504px;
}
@media only all and (max-width: 47.99rem) {
  #splash-content {
    background: none;
  }
}
/* line 380, templates/tintolav/custom/scss/custom.scss */
#splash-content .close-meerkat, #splash-content #dont-show-newsletter {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
/* line 388, templates/tintolav/custom/scss/custom.scss */
#splash-content .close-meerkat::before {
  font-family: FontAwesome;
  content: "\f057";
  color: #3a7ad9;
  font-size: 2em;
  padding: 0 14px;
}
/* line 396, templates/tintolav/custom/scss/custom.scss */
#splash-content .photo-overlay-left {
  width: 450px;
  overflow: hidden;
  float: left;
}
/* line 397, templates/tintolav/custom/scss/custom.scss */
#splash-content .photo-overlay-left {
  background: rgba(58, 122, 217, 0.75);
  height: 105px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only all and (max-width: 47.99rem) {
  #splash-content .photo-overlay-left {
    display: none;
  }
}
/* line 408, templates/tintolav/custom/scss/custom.scss */
#splash-content .photo-overlay-left .tag-header {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  padding-top: 15px;
  color: #fff;
}
/* line 418, templates/tintolav/custom/scss/custom.scss */
#splash-content .photo-overlay-left .tag-subheader {
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18.5px;
  font-weight: 200;
  line-height: 30px;
  margin-top: 5px;
  text-align: center;
}
/* line 428, templates/tintolav/custom/scss/custom.scss */
/* line 429, templates/tintolav/custom/scss/custom.scss */
#splash-content .form-content-right {
  width: 350px;
  float: right;
  padding: 0 25px 0 25px;
  background: #fff;
  border-radius: 0 5px 5px 0;
}
@media only all and (max-width: 47.99rem) {
  #splash-content .form-content-right {
    float: none;
    width: auto;
    border-radius: 5px;
  }
}
/* line 440, templates/tintolav/custom/scss/custom.scss */
#splash-content .form-content-right h3 {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
/* line 444, templates/tintolav/custom/scss/custom.scss */
/* line 445, templates/tintolav/custom/scss/custom.scss */
#splash-content .form-content-right table.newsletters_form td {
  padding-left: 0;
}
/* Webinar Pop Up */
/* line 453, templates/tintolav/custom/scss/custom.scss */
/* line 454, templates/tintolav/custom/scss/custom.scss */
.hf-webinar #splash-content {
  background: none;
  background-color: #fff;
}
/* line 457, templates/tintolav/custom/scss/custom.scss */
.hf-webinar #splash-content .close-meerkat-hfwebinar, .hf-webinar #splash-content #dont-show-hfwebinar {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 5;
  cursor: pointer;
}
/* line 463, templates/tintolav/custom/scss/custom.scss */
.hf-webinar #splash-content .close-meerkat-hfwebinar:before, .hf-webinar #splash-content #dont-show-hfwebinar:before {
  font-family: FontAwesome;
  content: "\f057";
  color: #f60;
  font-size: 2em;
  padding: 0 14px;
}
/* line 471, templates/tintolav/custom/scss/custom.scss */
.hf-webinar #splash-content .g-simplecontent-item-img {
  display: block;
}
/* line 474, templates/tintolav/custom/scss/custom.scss */
.hf-webinar #splash-content .g-simplecontent-item-main-content {
  margin-left: 16px;
  margin-right: 16px;
}
/* line 479, templates/tintolav/custom/scss/custom.scss */
.hf-webinar #splash-content .g-simplecontent-item-readmore-container {
  padding-bottom: 16px;
}
/* line 481, templates/tintolav/custom/scss/custom.scss */
.hf-webinar #splash-content .g-simplecontent-item-readmore-container .button {
  background: #f60;
  font-size: 1.2rem;
}
/* Mini Newsletter Pop Up */
/* line 491, templates/tintolav/custom/scss/custom.scss */
/* line 492, templates/tintolav/custom/scss/custom.scss */
.mini-popup .meerkat {
  width: 240px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  top: unset;
  transform: translateY(0);
}
/* line 499, templates/tintolav/custom/scss/custom.scss */
.mini-popup .meerkat #splash-content {
  background: white;
  min-height: 200px;
}
/* line 502, templates/tintolav/custom/scss/custom.scss */
.mini-popup .meerkat #splash-content .clr {
  clear: both;
}
/* HF Point diventa rivenditore */
/* line 510, templates/tintolav/custom/scss/custom.scss */
/* line 511, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
}
/* line 514, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-simplecontent-item-content-title {
  font-size: 1.7rem;
}
/* line 517, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-simplecontent-item-leading-content {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
}
/* line 521, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-simplecontent-item-leading-content span {
  color: #eb3b00;
  font-size: 1.4rem;
  text-decoration: underline;
}
/* line 526, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-simplecontent-item-leading-content b {
  font-weight: 700;
  color: #000;
}
/* line 531, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-owlcarousel-layout-testimonial {
  padding: 0;
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* line 536, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-owlcarousel-layout-testimonial .g-title {
  opacity: 1;
  font-size: 1.3rem;
  color: #fff;
  background: #eb3b00;
  line-height: 1;
  margin: 0;
  padding: 0.625rem 0;
}
/* line 544, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-owlcarousel-layout-testimonial .g-title .g-owlcarousel-description {
  text-transform: initial;
  font-size: 0.8rem;
}
/* line 549, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  font-family: "ABeeZee";
  font-size: 1.3rem;
  margin: 0.625rem 1rem;
}
/* line 554, templates/tintolav/custom/scss/custom.scss */
/* line 555, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-owlcarousel-layout-testimonial .owl-nav button {
  color: #5b5b5b;
}
/* line 557, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-owlcarousel-layout-testimonial .owl-nav button.owl-next, .layout-tintolavmylayout #g-feature .g-owlcarousel-layout-testimonial .owl-nav button.owl-prev {
  position: absolute;
  top: 25%;
}
/* line 561, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .g-owlcarousel-layout-testimonial .owl-nav button.owl-prev {
  left: 0;
}
/* line 567, templates/tintolav/custom/scss/custom.scss */
/* line 568, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content {
  background: #fff;
  margin: 1.8rem;
  padding: 1.5rem;
  border-radius: 18px;
  font-size: 0.8rem;
}
/* line 574, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content form#contact-form {
  position: relative;
}
/* line 576, templates/tintolav/custom/scss/custom.scss */
/* line 577, templates/tintolav/custom/scss/custom.scss */
/* line 578, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content form#contact-form fieldset:nth-of-type(2) div:nth-of-type(3) .control-label, .layout-tintolavmylayout #g-feature .hf-point-form .g-content form#contact-form fieldset:nth-of-type(2) div:nth-of-type(3) .controls {
  display: inline-block;
}
/* line 584, templates/tintolav/custom/scss/custom.scss */
/* line 585, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .header h3 {
  font-size: 2rem;
  max-width: 60%;
  color: #eb3b00;
  margin: 0;
}
/* line 591, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .header img {
  width: 180px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 598, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content label {
  font-weight: 800;
}
/* line 601, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content select, .layout-tintolavmylayout #g-feature .hf-point-form .g-content input {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0.2rem;
}
/* line 606, templates/tintolav/custom/scss/custom.scss */
/* line 607, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .radio label {
  display: initial;
}
/* line 610, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .radio input {
  float: none;
  margin: unset;
}
/* line 615, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content #jform_captcha-lbl, .layout-tintolavmylayout #g-feature .hf-point-form .g-content #jform_com_fields_consenso-lbl {
  display: none;
}
/* line 618, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
/* line 622, templates/tintolav/custom/scss/custom.scss */
/* line 623, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .chzn-container-single .chzn-single {
  height: 28px !important;
  line-height: 26px !important;
  font-size: 12px;
}
/* line 629, templates/tintolav/custom/scss/custom.scss */
/* line 630, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .chzn-container .chzn-results {
  padding: 0;
  margin: 0 0 4px 0;
}
/* line 633, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .chzn-container .chzn-results li.highlighted {
  background-color: #eb3b00;
  background-image: linear-gradient(#ffa384, #eb3b00);
}
/* line 639, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .chzn-container:after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 15px;
  border: 1px solid #eb3b00;
  background: #eb3b00;
  color: #fff;
  padding: 1px 11px;
  pointer-events: none;
}
/* line 652, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .btn {
  color: #fff;
  background: #eb3b00;
  font-weight: 800;
  font-size: 1.2rem;
}
/* line 657, templates/tintolav/custom/scss/custom.scss */
.layout-tintolavmylayout #g-feature .hf-point-form .g-content .btn:hover {
  background: #b82e00;
}
@media only all and (max-width: 47.99rem) {
  /* line 664, templates/tintolav/custom/scss/custom.scss */
  /* line 665, templates/tintolav/custom/scss/custom.scss */
  .layout-tintolavmylayout #g-feature .hf-point-form img {
    display: none;
  }
}
/* jluikit overrides */
/* line 674, templates/tintolav/custom/scss/custom.scss */
/* line 675, templates/tintolav/custom/scss/custom.scss */
/* line 676, templates/tintolav/custom/scss/custom.scss */
.jl-pagination > * > :hover {
  background-color: #083aaf;
}
/* line 680, templates/tintolav/custom/scss/custom.scss */
.jl-pagination :active {
  background-color: #083aaf;
}
/* line 685, templates/tintolav/custom/scss/custom.scss */
/* line 686, templates/tintolav/custom/scss/custom.scss */
.jl-button-default :hover {
  background-color: #083aaf;
}
/* eb-ajax search module 1360 */
/* line 692, templates/tintolav/custom/scss/custom.scss */
/* line 693, templates/tintolav/custom/scss/custom.scss */
.moduletable.advkontent_search > .is_ajaxsearch {
  margin: 0px auto;
  text-align: center;
  background: #f0f0f0;
  padding: 30px 20px;
}
/* line 698, templates/tintolav/custom/scss/custom.scss */
.moduletable.advkontent_search > .is_ajaxsearch form {
  margin: unset;
}
/* line 701, templates/tintolav/custom/scss/custom.scss */
.moduletable.advkontent_search > .is_ajaxsearch .btn-toolbar {
  display: inline-flex;
  flex: 1 1 300px;
}
/* line 705, templates/tintolav/custom/scss/custom.scss */
.moduletable.advkontent_search > .is_ajaxsearch input {
  border: 0;
  flex: 1;
}
/* line 709, templates/tintolav/custom/scss/custom.scss */
.moduletable.advkontent_search > .is_ajaxsearch a.search_class {
  background-color: #2499ef;
  color: #fff;
}
/* line 712, templates/tintolav/custom/scss/custom.scss */
.moduletable.advkontent_search > .is_ajaxsearch a.search_class:hover {
  background-color: #083aaf;
}
/* line 717, templates/tintolav/custom/scss/custom.scss */
/* line 718, templates/tintolav/custom/scss/custom.scss */
.moduletable.advkontent_search #is_ajaxsearch_result .small-title {
  font-size: 1.2rem !important;
  font-weight: 400;
}
/* eb-ajax search module 1361 */
/* line 725, templates/tintolav/custom/scss/custom.scss */
/* line 726, templates/tintolav/custom/scss/custom.scss */
.moduletable.dacshop_search > .is_ajaxsearch {
  background: rgba(228, 234, 238, 1);
  padding: 4px;
  margin: 0;
  border-radius: 5px;
}
/* line 731, templates/tintolav/custom/scss/custom.scss */
.moduletable.dacshop_search > .is_ajaxsearch form {
  padding: 0;
  margin: 0;
}
/* line 735, templates/tintolav/custom/scss/custom.scss */
.moduletable.dacshop_search > .is_ajaxsearch .btn-toolbar {
  margin: 0;
}
/* line 738, templates/tintolav/custom/scss/custom.scss */
.moduletable.dacshop_search > .is_ajaxsearch input {
  margin: 0;
}
@media only all and (min-width: 65rem) and (max-width: 84.99rem) {
  /* line 745, templates/tintolav/custom/scss/custom.scss */
  .mini-popup {
    display: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  /* line 750, templates/tintolav/custom/scss/custom.scss */
  .mini-popup {
    display: none;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 755, templates/tintolav/custom/scss/custom.scss */
  .mini-popup {
    display: none;
  }
}
/* Tintolav new home page - blog section */
/* line 762, templates/tintolav/custom/scss/custom.scss */
.mobile-blog-slider {
  display: none;
}
/* Tintolav contact page */
/* create responsive tables */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 772, templates/tintolav/custom/scss/custom.scss */
  div#tbl-resp table {
    width: 100%;
  }
}
/*
 Max width before this PARTICULAR table gets nasty
 This query will take effect for any screen smaller than 760px
 and also iPads specifically.
 */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 782, templates/tintolav/custom/scss/custom.scss */
  /* Force table to not be like tables anymore */
  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 784, templates/tintolav/custom/scss/custom.scss */
  div#tbl-resp table, div#tbl-resp thead, div#tbl-resp tbody, div#tbl-resp th, div#tbl-resp td, div#tbl-resp tr {
    display: block;
  }
  /* line 788, templates/tintolav/custom/scss/custom.scss */
  div#tbl-resp thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 793, templates/tintolav/custom/scss/custom.scss */
  div#tbl-resp tr {
    border: 1px solid #ccc;
  }
  /* line 794, templates/tintolav/custom/scss/custom.scss */
  div#tbl-resp td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0 5%;
  }
  /* line 800, templates/tintolav/custom/scss/custom.scss */
  div#tbl-resp td img {
    display: block;
    margin: 0 auto;
  }
  /* line 805, templates/tintolav/custom/scss/custom.scss */
  div#tbl-resp td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /* line 815, templates/tintolav/custom/scss/custom.scss */
  /* line 816, templates/tintolav/custom/scss/custom.scss */
  div#tbl-resp .g-block.size-80, div#tbl-resp .g-block.size-75, div#tbl-resp .g-block.size-67, div#tbl-resp .g-block.size-50, div#tbl-resp .g-block.size-33, div#tbl-resp .g-block.size-25, div#tbl-resp .g-block.size-20 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 60rem) and (max-width: 84.938rem) {
  /* line 829, templates/tintolav/custom/scss/custom.scss */
  .equal-height .g-blockcontent-subcontent-desc {
    min-height: 250px;
  }
  /* line 832, templates/tintolav/custom/scss/custom.scss */
  .g-blockcontent-subcontent-subtitle {
    min-height: 95px;
  }
  /* line 836, templates/tintolav/custom/scss/custom.scss */
  .showcase-inner .sprocket-tables-title {
    min-height: 130px;
  }
  /* line 840, templates/tintolav/custom/scss/custom.scss */
  .showcase-inner .sprocket-tables-text {
    min-height: 170px;
  }
  /* line 843, templates/tintolav/custom/scss/custom.scss */
  .hf-inner .sprocket-tables-title {
    font-size: 1.2em;
  }
  /* line 846, templates/tintolav/custom/scss/custom.scss */
  .hf-inner .sprocket-tables-text {
    min-height: 195px;
  }
  /* line 849, templates/tintolav/custom/scss/custom.scss */
  .tintolav-icon-product .g-mosaicgrid-content {
    padding: 10px;
  }
  /* line 852, templates/tintolav/custom/scss/custom.scss */
  .tintolav-cataloge .sprocket-tables-text {
    min-height: 220px;
  }
  /* line 855, templates/tintolav/custom/scss/custom.scss */
  .tintolav-hygien-7-col .g-mosaicgrid-item-container {
    width: 20% !important;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 861, templates/tintolav/custom/scss/custom.scss */
  .equal-height .g-blockcontent-subcontent-desc {
    min-height: 370px;
  }
  /* line 864, templates/tintolav/custom/scss/custom.scss */
  .g-blockcontent-subcontent-subtitle {
    min-height: 95px;
    font-size: 1rem;
  }
  /* line 868, templates/tintolav/custom/scss/custom.scss */
  .showcase-inner .sprocket-tables-title {
    min-height: 75px;
    font-size: 1em;
  }
  /* line 873, templates/tintolav/custom/scss/custom.scss */
  .showcase-inner .sprocket-tables-text {
    min-height: 220px;
  }
  /* line 876, templates/tintolav/custom/scss/custom.scss */
  .showcase-inner .readon {
    padding: 6px 8px !important;
  }
  /* line 879, templates/tintolav/custom/scss/custom.scss */
  .hf-inner .sprocket-tables-title {
    font-size: 1.2em;
    min-height: 85px;
  }
  /* line 883, templates/tintolav/custom/scss/custom.scss */
  .hf-inner .sprocket-tables-text {
    min-height: 270px;
  }
  /* line 886, templates/tintolav/custom/scss/custom.scss */
  .tintolav-icon-product .g-mosaicgrid-content {
    padding: 10px;
  }
  /* line 889, templates/tintolav/custom/scss/custom.scss */
  .tintolav-icon-product .g-mosaicgrid-content .g-mosaicgrid-item-title {
    font-size: 1rem;
    word-wrap: break-word;
  }
  /* line 890, templates/tintolav/custom/scss/custom.scss */
  .tintolav-cataloge .sprocket-tables-text {
    min-height: 315px;
  }
  /* line 893, templates/tintolav/custom/scss/custom.scss */
  .tintolav-hygien-7-col .g-mosaicgrid-item-container {
    width: 25% !important;
  }
}
@media only screen and (min-width: 30.062rem) and (max-width: 47.938rem) {
  /* line 899, templates/tintolav/custom/scss/custom.scss */
  .equal-height .g-blockcontent-subcontent-desc {
    min-height: auto;
  }
  /* line 902, templates/tintolav/custom/scss/custom.scss */
  .g-blockcontent-subcontent-subtitle {
    min-height: auto;
  }
  /* line 905, templates/tintolav/custom/scss/custom.scss */
  .showcase-inner .sprocket-tables-title {
    min-height: 50px;
    font-size: 1em;
  }
  /* line 910, templates/tintolav/custom/scss/custom.scss */
  .showcase-inner .sprocket-tables-text {
    min-height: 170px;
  }
  /* line 913, templates/tintolav/custom/scss/custom.scss */
  .hf-inner .sprocket-tables-title {
    font-size: 1.2em;
    min-height: 85px;
  }
  /* line 917, templates/tintolav/custom/scss/custom.scss */
  .hf-inner .sprocket-tables-text {
    min-height: 335px;
  }
  /* line 920, templates/tintolav/custom/scss/custom.scss */
  .hf-inner .readon {
    padding: 6px 6px !important;
  }
  /* line 923, templates/tintolav/custom/scss/custom.scss */
  .tintolav-icon-product .g-mosaicgrid-content {
    padding: 10px;
    min-height: 70px;
  }
  /* line 927, templates/tintolav/custom/scss/custom.scss */
  .tintolav-cataloge .sprocket-tables-text {
    min-height: 240px;
  }
  /* line 930, templates/tintolav/custom/scss/custom.scss */
  .tintolav-hygien-7-col .g-mosaicgrid-item-container {
    width: 50% !important;
  }
  /* line 933, templates/tintolav/custom/scss/custom.scss */
  .mobile-blog-slider {
    display: block;
  }
  /* line 936, templates/tintolav/custom/scss/custom.scss */
  .desktop-blog-slider {
    display: none;
  }
  /* line 940, templates/tintolav/custom/scss/custom.scss */
  #locationlocator #locationsearch_div {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 64.99rem) {
  /* line 946, templates/tintolav/custom/scss/custom.scss */
  /* line 947, templates/tintolav/custom/scss/custom.scss */
  /* line 948, templates/tintolav/custom/scss/custom.scss */
  .com_advkontent.news-display #g-container-4448 h2 {
    font-size: 1.6rem;
  }
  /* line 951, templates/tintolav/custom/scss/custom.scss */
  /* line 952, templates/tintolav/custom/scss/custom.scss */
  .com_advkontent.news-display #g-container-4448 .g-grid > .g-block:nth-child(1) {
    width: 100%;
    flex: 0 100%;
  }
  /* line 956, templates/tintolav/custom/scss/custom.scss */
  .com_advkontent.news-display #g-container-4448 .g-grid > .g-block:nth-child(2) {
    width: 0;
    flex: 0 0;
    display: none;
  }
}
@media only all and (max-width: 47.99rem) {
  /* line 967, templates/tintolav/custom/scss/custom.scss */
  .equal-height .g-blockcontent-subcontent-desc {
    min-height: auto;
  }
  /* line 970, templates/tintolav/custom/scss/custom.scss */
  .g-blockcontent-subcontent-subtitle {
    min-height: auto;
  }
  /* line 973, templates/tintolav/custom/scss/custom.scss */
  .showcase-inner .sprocket-tables-title {
    min-height: auto;
  }
  /* line 977, templates/tintolav/custom/scss/custom.scss */
  .showcase-inner .sprocket-tables-text {
    min-height: auto;
  }
  /* line 980, templates/tintolav/custom/scss/custom.scss */
  .hf-inner .sprocket-tables-title {
    font-size: 1.2em;
    min-height: auto;
  }
  /* line 984, templates/tintolav/custom/scss/custom.scss */
  .hf-inner .sprocket-tables-text {
    min-height: auto;
  }
  /* line 987, templates/tintolav/custom/scss/custom.scss */
  .tintolav-icon-product .g-mosaicgrid-content {
    padding: 10px;
    min-height: auto;
  }
  /* line 991, templates/tintolav/custom/scss/custom.scss */
  .tintolav-cataloge .sprocket-tables-text {
    min-height: auto;
  }
  /* line 994, templates/tintolav/custom/scss/custom.scss */
  .tintolav-hygien-7-col .g-mosaicgrid-item-container {
    width: 100% !important;
  }
  /* line 997, templates/tintolav/custom/scss/custom.scss */
  .tintolav-hygien-7-col .g-mosaicgrid-item-container .g-mosaicgrid-content {
    min-height: auto;
  }
  /* line 1000, templates/tintolav/custom/scss/custom.scss */
  .stats .g-gridstatistic-item-text2 {
    font-size: 1rem;
  }
  /* line 1003, templates/tintolav/custom/scss/custom.scss */
  .mobile-blog-slider {
    display: block;
  }
  /* line 1006, templates/tintolav/custom/scss/custom.scss */
  .desktop-blog-slider {
    display: none;
  }
  /* line 1009, templates/tintolav/custom/scss/custom.scss */
  #locationlocator #locationsearch_div {
    width: 100%;
  }
  /* line 1012, templates/tintolav/custom/scss/custom.scss */
  #searchinput {
    max-width: 100% !important;
  }
  /* line 1013, templates/tintolav/custom/scss/custom.scss */
  #map-search-submit, #searchinput {
    height: 40px !important;
  }
  /* line 1014, templates/tintolav/custom/scss/custom.scss */
  select {
    width: auto;
  }
}
/*# sourceMappingURL=custom_32.css.map */