@charset "UTF-8";
@charset 'UTF-8';
@charset "UTF-8";
@charset "UTF-8";
.lvca-accordion .lvca-panel-title {
  display: block;
  cursor: pointer; }
.lvca-accordion .lvca-panel-content {
  display: none;
  overflow: hidden; }

.lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
  .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
    font-family: 'lvca-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e912";
    right: 30px;
    top: 26px;
    font-size: 14px;
    line-height: 1;
    color: #666;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; }
.lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after, .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }
  .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:after {
    font-family: 'lvca-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 30px;
    top: 25px;
    content: "\e913";
    color: #999;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
    -webkit-transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
    transition: color .3s ease-in 0s, -webkit-transform .3s ease-in-out 0s;
    transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
    transition: color .3s ease-in 0s, transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

/* ----- Style 1 ------ */
.lvca-accordion.lvca-style1 .lvca-panel {
  margin: 20px 0 0;
  background: #eee;
  border-radius: 5px;
  overflow: hidden; }
  .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-title {
    position: relative;
    display: block;
    padding: 20px 50px 20px 30px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: bold;
    color: #666;
    margin: 0; }
  .lvca-accordion.lvca-style1 .lvca-panel .lvca-panel-content {
    background: #f8f8f8;
    padding: 30px 30px; }
  .lvca-accordion.lvca-style1 .lvca-panel:hover .lvca-panel-title {
    background: #e2e2e2; }
  .lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title {
    color: #333;
    background: #e2e2e2; }
  .lvca-accordion.lvca-style1 .lvca-panel.lvca-active .lvca-panel-title:after {
    color: #333; }

/* ----- Style 2 ------ */
.lvca-accordion.lvca-style2 .lvca-panel {
  margin: 20px 0 0;
  color: #333;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative; }
  .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
    position: relative;
    display: block;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 20px 50px 20px 30px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: bold;
    color: #666;
    margin: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 1; }
    .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      height: 0;
      width: 100%;
      background: #4c5053;
      -webkit-transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: height 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      z-index: -1; }
  .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
    padding: 20px 30px;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px; }
  .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title, .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
    color: #fff;
    border-color: #333; }
  .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:before {
    height: 100%; }
  .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
    background: #4c5053;
    color: #fff;
    border-radius: 5px 5px 0 0;
    border-color: #333; }
  .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
    color: #fff; }

.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title {
  color: #888;
  border-color: #404040; }
  .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
    background: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title {
  color: #333; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel:hover .lvca-panel-title:after {
  color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
  background: #e5e5e5;
  color: #333;
  border-color: #e5e5e5; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title:after {
  color: #666; }
.lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content {
  border-color: #404040;
  color: #909090; }
  .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-content h6 {
    color: #e5e5e5; }

/* ----- Style 3 ------ */
.lvca-accordion.lvca-style3 .lvca-panel {
  margin: 0;
  border-bottom: 1px solid #dcdcdc; }
  .lvca-accordion.lvca-style3 .lvca-panel:first-child {
    border-top: 1px solid #dcdcdc; }
  .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
    position: relative;
    display: block;
    padding: 20px 50px 20px 5px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    margin: 0; }
    .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
      top: 24px; }
  .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
    padding: 10px 50px 30px 5px; }
  .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
    color: #333; }
  .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
    color: #333; }
  .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
    color: #333; }

.lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel {
  border-color: #404040; }
  .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title {
    color: #b0b0b0; }
    .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-title:after {
      color: #888; }
  .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title {
    color: #eaeaea; }
  .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel:hover .lvca-panel-title:after {
    color: #aaa; }
  .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title {
    color: #eaeaea; }
  .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel.lvca-active .lvca-panel-title:after {
    color: #aaa; }
  .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content {
    color: #909090; }
    .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h1, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h2, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h3, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h4, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h5, .lvca-dark-bg .lvca-accordion.lvca-style3 .lvca-panel .lvca-panel-content h6 {
      color: #e5e5e5; }

/*# sourceMappingURL=style.css.map *//* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    }

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    }
.slick-list:focus
{
    outline: none;
    }
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
    }
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
    }
.slick-track:after
{
    clear: both;
    }
.slick-loading .slick-track
{
    visibility: hidden;
    }

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    }
[dir='rtl'] .slick-slide
{
    float: right;
    }
.slick-slide img
{
    display: block;
    }
.slick-slide.slick-loading img
{
    display: none;
    }
.slick-slide.dragging img
{
    pointer-events: none;
    }
.slick-initialized .slick-slide
{
    display: block;
    }
.slick-loading .slick-slide
{
    visibility: hidden;
    }
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
    }
.slick-arrow.slick-hidden {
    display: none;
    }
.lvca-carousel .lvca-carousel-item {
    position: relative;
    }
.lvca-carousel.lvca-container {
    max-width: none;
    }
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtJQUNJLG1CQUFtQjtLQUNsQjtBQUNMO0lBQ0ksZ0JBQWdCO0tBQ2YiLCJmaWxlIjoic3R5bGUuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmx2Y2EtY2Fyb3VzZWwgLmx2Y2EtY2Fyb3VzZWwtaXRlbSB7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIH1cbi5sdmNhLWNhcm91c2VsLmx2Y2EtY29udGFpbmVyIHtcbiAgICBtYXgtd2lkdGg6IG5vbmU7XG4gICAgfSJdfQ== */.lvca-clients {
  clear: both;
  overflow: hidden;
  margin: 0 auto; }
  @media (max-width: 479px) {
    .lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(1n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-1 .lvca-grid-item:nth-child(-n + 1) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(2n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-2 .lvca-grid-item:nth-child(-n + 2) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(3n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-3 .lvca-grid-item:nth-child(-n + 3) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(4n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-4 .lvca-grid-item:nth-child(-n + 4) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(5n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-5 .lvca-grid-item:nth-child(-n + 5) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(6n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-mobile-6 .lvca-grid-item:nth-child(-n + 6) {
      border-top: 1px solid #ddd; } }
  @media (min-width: 480px) and (max-width: 800px) {
    .lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(1n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-1 .lvca-grid-item:nth-child(-n + 1) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(2n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-2 .lvca-grid-item:nth-child(-n + 2) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(3n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-3 .lvca-grid-item:nth-child(-n + 3) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(4n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-4 .lvca-grid-item:nth-child(-n + 4) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(5n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-5 .lvca-grid-item:nth-child(-n + 5) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(6n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-tablet-6 .lvca-grid-item:nth-child(-n + 6) {
      border-top: 1px solid #ddd; } }
  @media only screen and (min-width: 801px) {
    .lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(1n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-1 .lvca-grid-item:nth-child(-n + 1) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(2n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-2 .lvca-grid-item:nth-child(-n + 2) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(3n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-3 .lvca-grid-item:nth-child(-n + 3) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(4n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-4 .lvca-grid-item:nth-child(-n + 4) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(5n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-5 .lvca-grid-item:nth-child(-n + 5) {
      border-top: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(6n + 1) {
      border-left: 1px solid #ddd; }
    .lvca-clients .lvca-grid-desktop-6 .lvca-grid-item:nth-child(-n + 6) {
      border-top: 1px solid #ddd; } }
  .lvca-clients .lvca-client {
    position: relative;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden; }
    .lvca-dark-bg .lvca-clients .lvca-client {
      border-color: #505050 !important; }
    .lvca-clients .lvca-client img {
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      width: 100%;
      margin: 0;
      display: block; }
    .lvca-clients .lvca-client .lvca-client-name {
      position: absolute;
      z-index: 2;
      top: 50%;
      text-align: center;
      width: 100%;
      height: 100%;
      margin-top: -12px;
      color: #fff;
      font-size: 18px;
      line-height: 26px;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s;
      opacity: 0; }
      .lvca-clients .lvca-client .lvca-client-name a {
        color: #fff;
        text-decoration: none; }
    .lvca-clients .lvca-client .lvca-image-overlay {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;
      background: #000;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      opacity: 0;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s; }
    .lvca-clients .lvca-client:hover .lvca-image-overlay {
      opacity: 0.7; }
      .lvca-dark-bg .lvca-clients .lvca-client:hover .lvca-image-overlay {
        opacity: 0.8; }
    .lvca-clients .lvca-client:hover .lvca-client-name {
      opacity: 1; }

/*# sourceMappingURL=style.css.map */.lvca-heading {
  text-align: center;
  margin: 0 auto 60px;
  max-width: 640px; }
  @media only screen and (max-width: 767px) {
    .lvca-heading {
      margin-bottom: 40px; } }
  .lvca-heading .lvca-text {
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .lvca-heading .lvca-text {
        font-size: 15px;
        line-height: 26px; } }
  .lvca-heading.lvca-alignleft, .lvca-heading.lvca-alignright {
    margin: 0; }
    .lvca-heading.lvca-alignleft .lvca-text, .lvca-heading.lvca-alignright .lvca-text {
      margin: 0; }
  .lvca-heading.lvca-alignleft {
    text-align: left; }
  .lvca-heading.lvca-alignright {
    text-align: right; }

.lvca-heading .lvca-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin: 0 auto 20px;
  color: #333;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .lvca-heading .lvca-title {
      font-size: 24px;
      line-height: 32px; } }
.lvca-dark-bg .lvca-heading .lvca-title {
  color: #e5e5e5; }
.lvca-dark-bg .lvca-heading .lvca-subtitle {
  color: #B0B0B0; }
.lvca-dark-bg .lvca-heading .lvca-text {
  color: #909090; }
.lvca-heading.lvca-alignleft .lvca-title, .lvca-heading.lvca-alignright .lvca-title {
  margin: 0 0 20px; }

.lvca-heading .lvca-subtitle {
  margin: 0 auto 5px;
  color: #888;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding: 0 10px; }
  @media only screen and (max-width: 767px) {
    .lvca-heading .lvca-subtitle {
      font-size: 11px;
      line-height: 18px; } }
.lvca-heading.lvca-alignleft .lvca-subtitle, .lvca-heading.lvca-alignright .lvca-subtitle {
  margin: 0 0 5px;
  padding: 0; }
  .lvca-heading.lvca-alignleft .lvca-subtitle:before, .lvca-heading.lvca-alignleft .lvca-subtitle:after, .lvca-heading.lvca-alignright .lvca-subtitle:before, .lvca-heading.lvca-alignright .lvca-subtitle:after {
    display: none; }

.lvca-heading.lvca-style3 {
  margin: 0 auto 30px; }
  .lvca-heading.lvca-style3 .lvca-title {
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .lvca-heading.lvca-style3 .lvca-title:after {
      width: 35px;
      height: 1px;
      background: #aaa;
      display: block;
      content: ""; }
    .lvca-heading.lvca-style3 .lvca-title:after {
      margin: 10px auto 20px; }
      .lvca-dark-bg .lvca-heading.lvca-style3 .lvca-title:after {
        background: #909090; }
    @media only screen and (max-width: 767px) {
      .lvca-heading.lvca-style3 .lvca-title {
        font-size: 16px;
        line-height: 24px; } }
  .lvca-heading.lvca-style3.lvca-alignleft, .lvca-heading.lvca-style3.lvca-alignright {
    margin: 0 0 30px; }
    .lvca-heading.lvca-style3.lvca-alignleft .lvca-title:after, .lvca-heading.lvca-style3.lvca-alignright .lvca-title:after {
      margin: 10px 0 20px; }

/*# sourceMappingURL=style.css.map */.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

/* --- Animate Numbers ---- */
.lvca-odometers {
  font-size: 0;
  /* inline-block hack */ }
  .lvca-odometers .lvca-odometer {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin-bottom: 50px; }
    .lvca-odometers .lvca-odometer:last-child:after {
      border: none; }
    .lvca-odometers .lvca-odometer .lvca-prefix, .lvca-odometers .lvca-odometer .lvca-suffix {
      display: inline;
      font-size: 36px;
      line-height: 48px;
      color: #333;
      vertical-align: middle; }
    .lvca-odometers .lvca-odometer .lvca-prefix {
      margin-right: 5px;
      margin-left: 5px; }
    .lvca-odometers .lvca-odometer .lvca-suffix {
      margin-left: 5px; }
    .lvca-odometers .lvca-odometer .lvca-number {
      font-size: 60px;
      line-height: 72px;
      font-style: normal;
      text-transform: none;
      letter-spacing: 2px;
      font-weight: 900;
      color: #333;
      margin-bottom: 10px; }
      .lvca-odometers .lvca-odometer .lvca-number span {
        font-size: 60px; }
      .lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-number {
        color: #e5e5e5; }
    .lvca-odometers .lvca-odometer .lvca-stats-title {
      font-size: 18px;
      line-height: 28px;
      display: inline-block;
      color: #888; }
      .lvca-dark-bg .lvca-odometers .lvca-odometer .lvca-stats-title {
        color: #909090; }
      .lvca-odometers .lvca-odometer .lvca-stats-title span {
        float: left;
        margin-right: 15px; }
      .lvca-odometers .lvca-odometer .lvca-stats-title .lvca-icon-wrapper {
        font-size: 32px;
        margin-right: 10px;
        vertical-align: middle;
        color: #ccc; }

@media only screen and (max-width: 960px) {
  .lvca-odometers .lvca-odometer .lvca-number {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 0; }
    .lvca-odometers .lvca-odometer .lvca-number span {
      font-size: 48px; }
  .lvca-odometers .lvca-odometer .lvca-stats-title {
    font-size: 15px;
    line-height: 26px; } }
@media only screen and (max-width: 479px) {
  .lvca-odometers .lvca-odometer {
    text-align: center; } }

/*# sourceMappingURL=style.css.map *//*---- Pie Charts --------- */
.lvca-piechart {
  position: relative;
  text-align: center;
  float: left;
  overflow: hidden;
  float: left;
  padding: 10px; }
  .lvca-piechart canvas {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto; }
  .lvca-piechart .lvca-label {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 55%;
    max-width: 65%;
    color: #888; }
    .lvca-dark-bg .lvca-piechart .lvca-label {
      color: #909090; }
  .lvca-piechart .lvca-percentage span {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
    color: #333;
    font-weight: bolder; }
    .lvca-dark-bg .lvca-piechart .lvca-percentage span {
      color: #e5e5e5; }
  .lvca-piechart .lvca-percentage sup {
    font-size: 18px;
    vertical-align: super; }
  .lvca-piechart.dark-bg .lvca-label {
    color: #fff; }
  .lvca-piechart.dark-bg .lvca-percentage span {
    color: #eee; }

@media only screen and (max-width: 479px) {
  .lvca-piechart canvas {
    margin-bottom: 15px; } }

/*# sourceMappingURL=style.css.map */

.lvca-posts-carousel {
  clear: both;
  max-width: none; }
  @media only screen and (min-width: 1024px) {
    .lvca-posts-carousel {
      max-width: 96%; } }
  .lvca-posts-carousel .lvca-posts-carousel-item .hentry {
    background: #fff;
    border-radius: 6px;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-transition: -webkit-box-shadow .25s ease 0s;
    transition: -webkit-box-shadow .25s ease 0s;
    transition: box-shadow .25s ease 0s;
    transition: box-shadow .25s ease 0s, -webkit-box-shadow .25s ease 0s;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden; }
    .lvca-posts-carousel .lvca-posts-carousel-item .hentry:hover {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image {
    position: relative;
    overflow: hidden; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .fl-photo-content {
      width: 100%; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image img {
      width: 100%;
      display: block;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      max-width: 100%; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover img {
      -webkit-filter: brightness(50%);
              filter: brightness(50%); }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info {
      display: block;
      text-align: center; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-entry-info {
        text-align: center;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
        padding: 10px;
        margin: 0;
        font-size: 22px;
        line-height: 34px;
        font-weight: 400;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .4s ease-in-out 0s;
        transition: opacity .4s ease-in-out 0s; }
        @media only screen and (max-width: 1024px) {
          .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title {
            font-size: 18px;
            line-height: 26px; } }
        .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a {
          display: inline;
          color: #fff;
          -webkit-transition: all .3s ease-in-out 0s;
          transition: all .3s ease-in-out 0s;
          border-bottom: 1px solid transparent; }
          .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
            border-bottom: 2px solid #ccc; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms {
        display: block;
        color: #f9f9f9;
        font-size: 14px;
        line-height: 22px;
        opacity: 0;
        -webkit-transition: opacity .4s ease-in-out 0s;
        transition: opacity .4s ease-in-out 0s; }
        .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a {
          color: #ddd;
          position: relative;
          display: inline;
          zoom: 1;
          font-size: 14px;
          line-height: 22px;
          font-style: italic;
          -webkit-transition: all .4s ease-in-out 0s;
          transition: all .4s ease-in-out 0s; }
          .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a:hover {
            color: #fff; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-post-title, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover .lvca-image-info .lvca-terms {
      opacity: 1; }
  .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 25px 15px; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: bold;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:after, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title:before {
        display: none; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a {
        color: #333333;
        -webkit-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s; }
        .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-title a:hover {
          color: #888; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span {
      display: inline-block;
      padding: 0;
      margin: 0;
      font-style: italic;
      color: #999; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span a {
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        font-style: normal; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:after {
        content: '//';
        padding-left: 6px;
        padding-right: 6px; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:first-child {
        border: none;
        padding-left: 0; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-entry-meta span:last-child:after {
        display: none; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary {
      padding: 0;
      margin: 10px auto 0; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .entry-summary:before {
        width: 35px;
        height: 1px;
        background: #aaa;
        display: block;
        content: "";
        text-align: center;
        margin: 0 auto 15px; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list {
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
        width: 35px;
        height: 1px;
        background: #aaa;
        display: block;
        content: ""; }
      .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list:after {
        text-align: center;
        margin: 10px auto 10px; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-entry-text-wrap .lvca-category-list a {
      font-style: italic;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s; }
  .lvca-posts-carousel .lvca-posts-carousel-item .type-post .lvca-entry-text-wrap .entry-summary:before {
    display: none; }
  .lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more {
    margin: 25px 0 0 0; }
  .lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button) {
    color: #333;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 0;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):hover {
      color: #666; }
    .lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after {
      content: '›';
      display: inline-block;
      margin-left: 7px; }
    .rtl .lvca-posts-carousel .lvca-posts-carousel-item .lvca-read-more a:not(.lvca-button):after {
      margin: 0 7px 0 0; }

/*# sourceMappingURL=style.css.map *//* ---------- Pricing table --------- */
.lvca-pricing-table .lvca-pricing-plan {
  float: left;
  padding: 10px; }

.lvca-center {
  text-align: center; }

.lvca-pricing-table {
  padding: 0; }
  .lvca-pricing-table .lvca-top-header {
    padding: 15px 0;
    background-color: #494949;
    border-bottom: 1px solid #2c2b2b; }
    .lvca-pricing-table .lvca-top-header h3 {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: bold;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 32px;
      color: #fefefe;
      margin: 0; }
    .lvca-pricing-table .lvca-top-header img {
      margin-top: 15px; }
    .lvca-pricing-table .lvca-top-header .lvca-tagline {
      display: block;
      font-size: 15px;
      line-height: 24px;
      color: #EDEDED;
      text-transform: none;
      text-align: center;
      margin-bottom: 5px; }
  .lvca-pricing-table .lvca-pricing-plan {
    background: #fff;
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    margin-bottom: 30px; }
    .lvca-pricing-table .lvca-pricing-plan:hover .lvca-purchase {
      background: #e5e5e5; }
    .lvca-pricing-table .lvca-pricing-plan .lvca-plan-price {
      color: #fff;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      margin: 0; }
      .lvca-pricing-table .lvca-pricing-plan .lvca-plan-price span {
        font-size: 22px;
        line-height: 32px; }
  .lvca-pricing-table .lvca-plan-header {
    padding: 30px 0 30px;
    background-color: #494949; }
  .lvca-pricing-table .lvca-plan-price .lvca-text {
    display: inline-block;
    padding: 6px 25px;
    border-radius: 25px;
    background: #2C2B2B; }
  .lvca-pricing-table .lvca-plan-price sup {
    font-size: 18px;
    line-height: 32px;
    vertical-align: top;
    margin-right: 2px;
    position: static; }
  .lvca-pricing-table .lvca-plan-details {
    padding: 15px 0;
    margin: 0;
    border: 1px solid #eee; }
    .lvca-pricing-table .lvca-plan-details .lvca-pricing-item {
      list-style: none;
      display: block;
      padding: 6px;
      margin: 0;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; }
      .lvca-pricing-table .lvca-plan-details .lvca-pricing-item i {
        color: #777;
        font-size: 18px;
        display: inline;
        margin-right: 8px; }
      .lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-title {
        color: #838383;
        margin-bottom: 10px; }
      .lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap {
        display: block; }
        .lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value-wrap:after {
          position: relative;
          content: "";
          background: #ddd;
          width: 120px;
          height: 1px;
          display: block;
          margin: 12px auto 0; }
      .lvca-pricing-table .lvca-plan-details .lvca-pricing-item .lvca-value {
        color: #444;
        font-size: 24px;
        line-height: 32px;
        display: inline; }
      .lvca-pricing-table .lvca-plan-details .lvca-pricing-item s {
        color: #b4c9d3; }
      .lvca-pricing-table .lvca-plan-details .lvca-pricing-item:last-child .lvca-value-wrap:after {
        display: none; }
  .lvca-pricing-table .lvca-purchase {
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 auto;
    background: #f1f1f1;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .lvca-pricing-table .lvca-purchase a {
      padding: 12px 25px;
      border-radius: 5px;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 6px;
      font-weight: bold; }
  .lvca-pricing-table .lvca-pricing-plan.lvca-highlight {
    background: #f5f5f5;
    margin-top: -10px; }
    .lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-plan-details {
      border-color: #e5e5e5; }
    .lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-top-header {
      padding: 20px 0; }
    .lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-pricing-table .lvca-top-header h3 {
      color: #28c2ba !important; }
    .lvca-pricing-table .lvca-pricing-plan.lvca-highlight .lvca-purchase {
      padding: 20px 0;
      background-color: #e5e5e5;
      border-color: #ddd; }

/*# sourceMappingURL=style.css.map *//* Style 1 */
.lvca-services.lvca-style1 .lvca-service .lvca-icon-wrapper span {
  display: block;
  text-align: center;
  font-size: 96px;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition: color .4s ease-in-out 0s;
  transition: color .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-image-wrapper img {
  display: block;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 25px;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s; }
.lvca-services.lvca-style1 .lvca-service .lvca-service-text {
  text-align: center;
  max-width: 300px;
  margin: 0 auto; }
  .lvca-services.lvca-style1 .lvca-service .lvca-service-text .lvca-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    clear: none;
    margin-top: 0;
    margin-bottom: 10px;
    margin-bottom: 20px; }
.lvca-services.lvca-style1 .lvca-service:hover .lvca-image-wrapper img {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }

/* Style 2 */
.lvca-services.lvca-style2 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
  float: left;
  margin-right: 18px; }
.lvca-services.lvca-style2 .lvca-service .lvca-icon-wrapper span {
  font-size: 24px;
  line-height: 32px; }
.lvca-services.lvca-style2 .lvca-service .lvca-service-text .lvca-title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  clear: none;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 20px; }

/* Style 3 */
.lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
  display: block;
  text-align: left;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  color: #555; }
  .lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-icon-wrapper span {
    color: #c5c5c5; }
.lvca-services.lvca-style3 .lvca-service .lvca-image-wrapper img {
  display: block;
  max-width: 100%;
  text-align: left;
  margin-bottom: 25px; }
.lvca-services.lvca-style3 .lvca-service .lvca-service-text {
  text-align: left;
  max-width: 300px;
  margin: 0;
  font-size: 14px;
  line-height: 32px;
  color: #888; }
  .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list {
    padding: 0;
    margin: 0;
    border: none; }
  .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 42px; }
    .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:hover {
      padding: 0; }
    .lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li {
      border-color: #333; }
  .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
    font-family: 'lvca-icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    background: none;
    float: none;
    vertical-align: middle;
    margin: 0 15px 0 0;
    content: "\e913";
    color: #BBBBBB;
    font-size: 12px;
    line-height: 1; }
    .lvca-dark-bg .lvca-services.lvca-style3 .lvca-service .lvca-service-text ul.lvca-services-list li:before {
      color: #606060; }
  .lvca-services.lvca-style3 .lvca-service .lvca-service-text .lvca-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    clear: none;
    margin-top: 0;
    margin-bottom: 10px;
    margin-bottom: 20px; }

/* Style 4 */
.lvca-services.lvca-style4 .lvca-service {
  margin-bottom: 60px; }
  .lvca-services.lvca-style4 .lvca-service .lvca-image-wrapper img, .lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
    display: block;
    margin-bottom: 20px;
    text-align: left; }
  .lvca-services.lvca-style4 .lvca-service .lvca-icon-wrapper span {
    font-size: 36px;
    line-height: 1;
    color: #888; }
  .lvca-services.lvca-style4 .lvca-service .lvca-service-text .lvca-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    clear: none;
    margin-top: 0;
    margin-bottom: 10px; }

/* Style 5 */
.lvca-services.lvca-style5 .lvca-service {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .lvca-services.lvca-style5 .lvca-service {
      margin-bottom: 50px; } }
  .lvca-services.lvca-style5 .lvca-service .lvca-icon-wrapper span {
    display: block;
    text-align: center;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #999;
    -webkit-transition: color .4s ease-in-out 0s;
    transition: color .4s ease-in-out 0s; }
  .lvca-services.lvca-style5 .lvca-service .lvca-image-wrapper img {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 25px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s; }
  .lvca-services.lvca-style5 .lvca-service .lvca-service-text {
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }
    .lvca-services.lvca-style5 .lvca-service .lvca-service-text .lvca-title {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: bold;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px; }
  .lvca-services.lvca-style5 .lvca-service:hover .lvca-image-wrapper img {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9); }

/* -------- General services -------- */
.lvca-services .lvca-service {
  margin-bottom: 50px; }
  .lvca-services .lvca-service .lvca-icon-wrapper span {
    -webkit-transition: color .4s ease-in-out 0s;
    transition: color .4s ease-in-out 0s; }
  .lvca-services .lvca-service .lvca-service-text {
    font-size: 15px;
    line-height: 24px; }
    .lvca-dark-bg .lvca-services .lvca-service .lvca-service-text {
      color: #909090; }
      .lvca-dark-bg .lvca-services .lvca-service .lvca-service-text .lvca-title {
        color: #e5e5e5; }

/*# sourceMappingURL=style.css.map */.lvca-stats-bars .lvca-stats-bar {
  width: 100%;
  display: block;
  margin: 0 0 18px;
  overflow: hidden; }
  .lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
    margin: 0;
    display: block;
    color: #888;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    color: #333;
    font-size: 16px;
    line-height: 28px; }
    .lvca-stats-bars .lvca-stats-bar .lvca-stats-title span {
      margin-left: 5px; }
    .lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-title {
      color: #ddd; }
  .lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-wrap {
    position: relative; }
  .lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-content {
    background: #e55a54;
    display: block;
    height: 10px;
    width: 0;
    position: relative;
    z-index: 1;
    border-radius: 5px; }
  .lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    height: 10px;
    display: block;
    margin-top: -10px;
    border-radius: 5px; }
    .lvca-dark-bg .lvca-stats-bars .lvca-stats-bar .lvca-stats-bar-bg {
      background: rgba(255, 255, 255, 0.1); }

/*# sourceMappingURL=style.css.map */@-webkit-keyframes lvca-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes lvca-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ---------- General tab styles ---------- */
.lvca-tabs {
  position: relative;
  overflow: hidden; }
  .lvca-tabs .lvca-tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .lvca-tabs .lvca-tab-nav .lvca-tab {
      text-align: center;
      -webkit-box-flex: 0;
      box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      .lvca-tabs .lvca-tab-nav .lvca-tab a {
        display: block;
        text-overflow: ellipsis;
        white-space: normal;
        padding: 20px 40px;
        text-decoration: none;
        border: none;
        margin: 0;
        outline: none;
        -webkit-transition: color .3s ease-in-out 0s;
        transition: color .3s ease-in-out 0s; }
        @media only screen and (max-width: 1024px) {
          .lvca-tabs .lvca-tab-nav .lvca-tab a {
            padding: 20px 25px; } }
      .lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span {
        font-size: 32px;
        font-weight: 400;
        vertical-align: middle;
        margin-right: 10px; }
      .lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
        max-width: 24px;
        display: inline-block;
        vertical-align: middle;
        height: auto;
        width: auto;
        padding: 0;
        margin: 0 10px 0 0;
        border: none; }
      .lvca-tabs .lvca-tab-nav .lvca-tab span.lvca-tab-title {
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px; }
  .lvca-tabs .lvca-tab-panes {
    position: relative; }
    .lvca-tabs .lvca-tab-panes .lvca-tab-pane {
      padding: 40px;
      display: none;
      overflow: hidden; }
      .lvca-tabs .lvca-tab-panes .lvca-tab-pane.lvca-active {
        display: block;
        -webkit-animation: lvca-fade 0.3s ease-in-out;
                animation: lvca-fade 0.3s ease-in-out; }

/* ----- Fallback for IE 8/9 ----- */
.lvca-no-flexbox .lvca-tab-nav {
  display: block; }
  .lvca-no-flexbox .lvca-tab-nav .lvca-tab {
    min-width: 15%;
    display: inline-block; }

/* ------------- Vertical tab styles ----------------- */
.lvca-tabs.lvca-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lvca-tabs.lvca-vertical .lvca-tab-nav {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .lvca-tabs.lvca-vertical .lvca-tab-panes {
    -webkit-box-flex: 4;
    box-flex: 4;
    -moz-flex: 4 1 auto;
    -ms-flex: 4 1 auto;
    flex: 4 1 auto; }
  .lvca-tabs.lvca-vertical.lvca-mobile-layout {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }

/* --------- Tab navigation in mobile ------------- */
.lvca-tab-mobile-menu {
  display: none;
  /* Hide on desktop */
  position: absolute;
  top: 23px;
  right: 20px;
  background: transparent;
  border: none;
  z-index: 10; }
  .lvca-tab-mobile-menu i {
    font-size: 18px;
    color: #777;
    font-weight: bold; }

.lvca-tabs.lvca-mobile-layout .lvca-tab-mobile-menu {
  display: block;
  /* Show on mobile only */ }
.lvca-tabs.lvca-mobile-layout .lvca-tab-nav {
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  cursor: pointer; }
  .lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
    text-align: center;
    display: none; }
    .lvca-tabs.lvca-mobile-layout .lvca-tab-nav .lvca-tab.lvca-active {
      display: block; }
.lvca-tabs.lvca-mobile-layout.lvca-mobile-open {
  /* Open all tab navs and change the expand menu button to close button */ }
  .lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-nav .lvca-tab {
    display: block; }
  .lvca-tabs.lvca-mobile-layout.lvca-mobile-open .lvca-tab-mobile-menu i:before {
    content: '\e911'; }

/* ------------- Style 1 ----------------- */
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab {
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #e2e2e2;
  background: #e9e9e9; }
  .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:first-child {
    border-left-color: transparent;
    border-radius: 5px 0 0 0; }
  .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab:last-child {
    border-radius: 0 5px 0 0; }
  .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active {
    border-bottom: none;
    background: #f2f2f2; }
  .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a {
    color: #777; }
    .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab a:focus {
      color: #333; }
  .lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active a {
    color: #333; }
.lvca-tabs.lvca-style1 .lvca-tab-panes {
  background: #f2f2f2;
  border-radius: 0 4px 4px 4px; }

.lvca-tabs.lvca-style1.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
  background: #eeeeee; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab {
  border-left: none;
  border-bottom-color: #d9d9d9; }
  .lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:first-child {
    border-radius: 5px 5px 0 0; }
  .lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab:last-child {
    border-radius: 0; }
.lvca-tabs.lvca-style1.lvca-mobile-layout .lvca-tab-panes {
  border-radius: 0; }

/* -------- Style 2 ----------- */
.lvca-tabs.lvca-style2 .lvca-tab-nav {
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
  padding: 0 30px; }
  .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab {
    padding: 20px 10px;
    position: relative; }
    .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
      display: inline-block;
      padding: 5px 20px;
      border-radius: 34px;
      color: #666;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s; }
      .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
        color: #888; }
    .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 8px;
      margin: 0 auto;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #3c3d41; }
    .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
      background: #838d8f;
      color: #fff; }
.lvca-tabs.lvca-style2 .lvca-tab-panes {
  background: #3c3d41;
  border-radius: 0 0 5px 5px; }
  .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
    color: #838d8f; }
    .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
      color: #fff; }

.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-mobile-menu {
  top: 27px; }
.lvca-tabs.lvca-style2.lvca-mobile-layout .lvca-tab-nav {
  padding: 0; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
  border-bottom: 1px solid #e2e2e2; }
  .lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab:last-child {
    border-bottom: none; }
.lvca-tabs.lvca-style2.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
  display: none; }

.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a {
  color: #333; }
  .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab a:focus {
    color: #666; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active a {
  background: #aaa;
  color: #fff; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-nav .lvca-tab.lvca-active:after {
  border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes {
  background: #e7e7e7; }
  .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane {
    color: #666; }
    .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style2 .lvca-tab-panes .lvca-tab-pane h6 {
      color: #333333; }

/* -------- Style 3 ----------- */
.lvca-tabs.lvca-style3 .lvca-tab-nav {
  background: #3c3d41;
  border-radius: 5px 5px 0 0; }
  .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
    position: relative;
    border-right: 1px solid #4e4f53; }
    .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
      padding: 20px 30px;
      border-radius: 34px;
      color: #8f8e93;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s; }
      .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
        color: #ccc; }
    .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 8px;
      margin: 0 auto;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #f2f2f2; }
    .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper img {
      margin: 0 auto; }
    .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
      display: none; }
    .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
      color: #eeeeee; }
.lvca-tabs.lvca-style3 .lvca-tab-panes {
  background: #f2f2f2;
  border-radius: 0 0 5px 5px; }

.lvca-tabs.lvca-style3.lvca-mobile-layout .lvca-tab-nav {
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding-right: 60px; }
.lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
  border-bottom: 1px solid #4e4f53; }
  .lvca-dark-bg .lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab {
    border-bottom-color: #e5e5e5; }
  .lvca-tabs.lvca-style3.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active:after {
    display: none; }

.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav {
  background: #fff; }
  .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab {
    border-right: 1px solid #ececec; }
    .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a {
      color: #969696; }
      .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab a:focus {
        color: #666; }
    .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active a {
      color: #333; }
    .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-nav .lvca-tab.lvca-active:after {
      border-bottom: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes {
  background: #e7e7e7; }
  .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane {
    color: #666; }
    .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style3 .lvca-tab-panes .lvca-tab-pane h6 {
      color: #333; }

/* ----------- Style 4 --------------- */
.lvca-tabs.lvca-style4 {
  background: #f2f2f2;
  border-radius: 5px; }
  .lvca-tabs.lvca-style4 .lvca-tab-nav {
    border-bottom: 1px solid #dddddd;
    margin: 0 40px; }
    .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab {
      position: relative;
      z-index: 1;
      margin-right: 20px; }
      .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:last-child {
        margin-right: 0; }
      .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
        color: #888;
        padding: 30px 20px; }
      .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: transparent;
        -webkit-transition: background .3s ease-in-out 0s;
        transition: background .3s ease-in-out 0s; }
      .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
        color: #565656; }
      .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
        color: #333; }
      .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active:before {
        background: #f94213;
        height: 2px; }
  .lvca-tabs.lvca-style4 .lvca-tab-pane {
    padding: 40px; }

.lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none; }
  .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
      border-left: 1px solid #404040;
      border-right: 1px solid #404040;
      border-bottom-color: #404040; }
    .lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:first-child {
      border-top: 1px solid #404040; }
    .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
      padding: 20px 25px; }
    .lvca-tabs.lvca-style4.lvca-mobile-layout .lvca-tab-nav .lvca-tab:before {
      display: none; }
.lvca-tabs.lvca-style4.lvca-mobile-layout.lvca-mobile-open .lvca-tab.lvca-active {
  border-left: 2px solid #f94213;
  border-right: 2px solid #f94213; }
.lvca-dark-bg .lvca-tabs.lvca-style4.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
  border-top: 1px solid #404040; }

.lvca-dark-bg .lvca-tabs.lvca-style4 {
  background: transparent; }
  .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav {
    margin: 0;
    border-bottom: 1px solid #2a2a2a; }
    .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab a {
      color: #707070; }
    .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab:hover a {
      color: #b0b0b0; }
    .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-nav .lvca-tab.lvca-active a {
      color: #e5e5e5; }
  .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane {
    padding: 40px 0 0;
    color: #909090; }
    .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style4 .lvca-tab-pane h6 {
      color: #e5e5e5; }

/* ----------- Style 5 --------------- */
.lvca-tabs.lvca-style5 .lvca-tab-nav a {
  padding: 20px 50px;
  color: #777;
  position: relative;
  z-index: 1; }
  .lvca-tabs.lvca-style5 .lvca-tab-nav a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%; }
  .lvca-tabs.lvca-style5 .lvca-tab-nav a:hover, .lvca-tabs.lvca-style5 .lvca-tab-nav a:focus {
    color: #333; }
.lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
  color: #333; }
  .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a:after {
    background-color: #f2f2f2;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg); }
.lvca-tabs.lvca-style5 .lvca-tab-panes {
  background: #f2f2f2; }

.lvca-tabs.lvca-style5.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5; }

.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a {
  color: #b0b0b0; }
  .lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab a:focus {
    color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style5 .lvca-tab-nav .lvca-tab.lvca-active a {
  color: #333; }

/* ------------- Style 6 and Vertical Style 7 ----------------- */
.lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
  text-align: left; }
  .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
    padding: 5px 2px;
    color: #666;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    display: inline-block; }
    .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a:focus, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a:focus {
      color: #333333; }
  .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
    border-color: #f94213;
    color: #333; }
.lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-tabs.lvca-style7 .lvca-tab-pane {
  padding: 40px 0 0; }

.lvca-tabs.lvca-style6 .lvca-tab-nav {
  margin: 0 auto;
  text-align: left; }
  .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab {
    margin-right: 50px; }
    .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:last-child {
      margin-right: 0; }
.lvca-tabs.lvca-style6 .lvca-tab-pane {
  padding: 40px 0 0; }

.lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab {
  padding: 0 25px 0 0; }
  .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
    max-width: none;
    margin: 6px 0; }
    @media only screen and (max-width: 479px) {
      .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
        text-align: center; } }
.lvca-tabs.lvca-style7 .lvca-tab-panes {
  -webkit-box-flex: 6;
  box-flex: 6;
  -moz-flex: 6 1 auto;
  -ms-flex: 6 1 auto;
  flex: 6 1 auto; }
  .lvca-tabs.lvca-style7 .lvca-tab-panes .lvca-tab-pane {
    padding: 0 0 0 20px; }

.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-mobile-menu, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-mobile-menu {
  top: 22px; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
  padding: 12px 0;
  width: 100%;
  text-align: center; }
  .lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-nav .lvca-tab a, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
    margin: 0; }
.lvca-tabs.lvca-style6.lvca-mobile-layout .lvca-tab-pane, .lvca-tabs.lvca-style7.lvca-mobile-layout .lvca-tab-pane {
  padding: 30px 0 0; }

.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab a {
  color: #b0b0b0; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab:hover a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab:hover a {
  color: #dddddd; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-nav .lvca-tab.lvca-active a, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-nav .lvca-tab.lvca-active a {
  color: #eaeaea; }
.lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane {
  color: #909090; }
  .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style6 .lvca-tab-pane h6, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style7 .lvca-tab-pane h6 {
    color: #e5e5e5; }

/* ------------- Vertical Style 8 ----------------- */
.lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab {
  margin: 2px 0; }
  .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a {
    padding: 15px 30px;
    border-radius: 4px;
    background: #f2f2f2;
    color: #777777;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-left: 3px solid transparent;
    text-align: left; }
    .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab a:focus {
      color: #333333; }
  .lvca-tabs.lvca-style8 .lvca-tab-nav .lvca-tab.lvca-active a {
    color: #333;
    border-left-color: #f94213; }
.lvca-tabs.lvca-style8 .lvca-tab-pane {
  padding: 0 0 0 40px; }

.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-mobile-menu {
  top: 18px; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-nav .lvca-tab a {
  text-align: left; }
.lvca-tabs.lvca-style8.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active a {
  border-color: transparent !important; }
.lvca-tabs.lvca-style8.lvca-mobile-layout .lvca-tab-pane {
  padding: 30px 0 0; }

.lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane {
  color: #909090; }
  .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style8 .lvca-tab-pane h6 {
    color: #e5e5e5; }

/* ------------- Vertical Style 9 ----------------- */
.lvca-tabs.lvca-style9 {
  background: #f2f2f2;
  border-radius: 5px; }
  .lvca-tabs.lvca-style9 .lvca-tab-nav {
    border-right: 1px solid #dddddd; }
    .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab {
      border-bottom: 1px solid #d8d8d8;
      background: #e9e9e9; }
      .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active {
        margin-right: -1px;
        background: #f2f2f2; }
      .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a {
        padding: 20px 30px;
        color: #777; }
        .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab a:focus {
          color: #333; }
      .lvca-tabs.lvca-style9 .lvca-tab-nav .lvca-tab.lvca-active a {
        color: #333; }
  .lvca-tabs.lvca-style9 .lvca-tab-panes {
    -webkit-box-flex: 5;
    box-flex: 5;
    -moz-flex: 5 1 auto;
    -ms-flex: 5 1 auto;
    flex: 5 1 auto; }

.lvca-tabs.lvca-style9.lvca-mobile-layout .lvca-tab-nav {
  border-right: none; }
.lvca-tabs.lvca-style9.lvca-mobile-layout:not(.lvca-mobile-open) .lvca-tab.lvca-active {
  background: #eeeeee;
  border: none; }

/* -------- Vertical Style 10 ----------- */
.lvca-tabs.lvca-style10 .lvca-tab-nav {
  background: #3c3d41;
  border-radius: 5px 0 0 5px; }
  .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
    position: relative;
    border-bottom: 1px solid #4e4f53;
    padding: 0; }
    .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
      border-bottom: none; }
    .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
      padding: 20px;
      color: #8f8e93;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s; }
      .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
        color: #ccc; }
    .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
      content: '';
      display: block;
      position: absolute;
      top: 32px;
      right: 0;
      height: 8px;
      margin: 0 auto;
      border-top: 8px solid transparent;
      border-right: 8px solid #f2f2f2;
      border-bottom: 8px solid transparent; }
    .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-icon-wrapper span, .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-image-wrapper {
      margin: 0 auto; }
    .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab span.lvca-tab-title {
      display: none; }
    .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
      color: #fff; }
.lvca-tabs.lvca-style10 .lvca-tab-panes {
  background: #f2f2f2;
  border-radius: 0 5px 5px 0; }

.lvca-tabs.lvca-style10.lvca-mobile-layout {
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row; }
  .lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-mobile-menu {
    display: none; }
  .lvca-tabs.lvca-style10.lvca-mobile-layout .lvca-tab-nav .lvca-tab {
    display: block; }

.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav {
  background: #fff; }
  .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab {
    border-bottom: 1px solid #ececec; }
    .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab:last-child {
      border-bottom: none; }
    .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a {
      color: #969696; }
      .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:hover, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab a:focus {
        color: #666; }
    .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active a {
      color: #333; }
    .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-nav .lvca-tab.lvca-active:after {
      border-right: 8px solid #e7e7e7; }
.lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes {
  background: #e7e7e7; }
  .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane {
    color: #666; }
    .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h1, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h2, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h3, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h4, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h5, .lvca-dark-bg .lvca-tabs.lvca-style10 .lvca-tab-panes .lvca-tab-pane h6 {
      color: #333; }

/*# sourceMappingURL=style.css.map */.lvca-team-members .lvca-team-member .lvca-social-list {
  margin-top: 20px; }
  .lvca-team-members .lvca-team-member .lvca-social-list .lvca-social-list-item {
    display: inline;
    margin: 0 15px 0 0; }
.lvca-team-members .lvca-team-member .lvca-team-member-details {
  font-size: 15px;
  line-height: 24px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  clear: none;
  margin-top: 0;
  margin-bottom: 10px; }
.lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
  font-size: 15px;
  line-height: 24px;
  font-style: italic;
  color: #888;
  margin-bottom: 10px; }

/*-------- Style 1 ----------------*/
.lvca-team-members.lvca-style1 .lvca-team-member-wrapper {
  float: left;
  padding: 10px; }
.lvca-team-members.lvca-style1 .lvca-team-member {
  max-width: 320px;
  margin: 0 auto 40px; }
  .lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper {
    text-align: center;
    position: relative; }
    .lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper img {
      max-width: 100%;
      margin: 0 auto 30px;
      border-radius: 50%;
      -webkit-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s; }
    .lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 40%;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list {
          position: relative;
          top: 0; } }
      .lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
        font-size: 26px;
        color: #fff;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s; }
        .lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
          color: #ccc; }
        @media only screen and (max-width: 767px) {
          .lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i {
            color: inherit;
            opacity: 1; }
            .lvca-team-members.lvca-style1 .lvca-team-member .lvca-image-wrapper .lvca-social-list i:hover {
              color: inherit; } }
  .lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%); }
    @media only screen and (max-width: 767px) {
      .lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper img {
        -webkit-filter: brightness(80%);
                filter: brightness(80%); } }
  .lvca-team-members.lvca-style1 .lvca-team-member:hover .lvca-image-wrapper .lvca-social-list i {
    opacity: 1; }
  .lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text {
    text-align: center;
    max-width: 650px; }
    .lvca-team-members.lvca-style1 .lvca-team-member .lvca-team-member-text .lvca-title {
      margin-bottom: 10px; }
  .lvca-team-members.lvca-style1 .lvca-team-member .lvca-social-list {
    margin: 10px auto; }

/*-------- Style 2 ----------------*/
.lvca-team-members.lvca-style2 {
  position: relative;
  max-width: 960px; }
  .lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
    clear: both;
    margin-top: 100px;
    /* Make that flip-flop possible */ }
    .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:first-child {
      margin-top: 0; }
    .lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper {
      float: left;
      position: relative; }
      .lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-image-wrapper img {
        max-width: 320px;
        border-radius: 50%;
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s; }
    .lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text {
      margin: 10px 0 0;
      vertical-align: middle;
      padding-top: 20px; }
      .lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-title {
        margin-bottom: 5px; }
      .lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-team-member-details {
        margin: 10px 0 10px; }
      .lvca-team-members.lvca-style2 .lvca-team-member-wrapper .lvca-team-member-text .lvca-social-list i {
        font-size: 24px; }
    .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:hover .lvca-image-wrapper img {
      -webkit-filter: brightness(80%);
              filter: brightness(80%); }
  .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(odd) .lvca-image-wrapper {
    margin-right: 50px; }
  .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-image-wrapper {
    float: right;
    margin-left: 50px; }
  .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member-wrapper:nth-child(even) .lvca-team-member-text .lvca-social-list {
    text-align: right; }

@media only screen and (max-width: 767px) {
  .lvca-team-members.lvca-style2 .lvca-team-member-wrapper {
    margin-top: 75px; }
  .lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
    width: 100%;
    float: none; }
  .lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper {
    text-align: center; }
    .lvca-team-members.lvca-style2 .lvca-team-member .lvca-image-wrapper img {
      margin: 0 auto 20px; }
  .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 0; }
    .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-title, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-position, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-team-member-details, .lvca-team-members.lvca-style2 .lvca-team-member .lvca-team-member-text .lvca-social-list {
      text-align: center !important; } }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-details {
  color: #909090; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-title {
  color: #e5e5e5; }
.lvca-dark-bg .lvca-team-members .lvca-team-member .lvca-team-member-text .lvca-team-member-position {
  color: #505050; }

/*# sourceMappingURL=style.css.map */.lvca-testimonials .lvca-testimonial {
  margin-bottom: 50px; }
.lvca-testimonials .lvca-testimonial-text {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  text-align: center;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  font-style: italic;
  font-size: 15px;
  line-height: 24px;
  color: #888;
  text-align: center;
  max-width: 450px; }
  .lvca-dark-bg .lvca-testimonials .lvca-testimonial-text {
    color: #666;
    background: #eee; }
  .lvca-testimonials .lvca-testimonial-text:after {
    content: '';
    display: block;
    background: #fff;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: skew(0deg, -44deg);
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -12px;
    left: 40px;
    margin: auto; }
    .lvca-dark-bg .lvca-testimonials .lvca-testimonial-text:after {
      background: #eee; }
.lvca-testimonials .lvca-testimonial-user {
  display: table; }
  .lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper {
    display: table-cell; }
    .lvca-testimonials .lvca-testimonial-user .lvca-image-wrapper img {
      max-width: 64px;
      border-radius: 50%;
      margin-right: 20px; }
  .lvca-testimonials .lvca-testimonial-user .lvca-text {
    display: table-cell;
    vertical-align: middle;
    color: #888; }
    .lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text {
      color: #909090; }
    .lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      font-weight: bold;
      color: #333;
      text-transform: uppercase;
      clear: none;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 5px;
      color: #333; }
      .lvca-dark-bg .lvca-testimonials .lvca-testimonial-user .lvca-text .lvca-author-name {
        color: #e5e5e5; }

/*# sourceMappingURL=style.css.map *//*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.lvca-flex-container a:hover,
.lvca-flex-slider a:hover {
  outline: none;
}
.lvca-slides,
.lvca-slides > li,
.lvca-flex-control-nav,
.lvca-flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lvca-flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.lvca-flexslider {
  margin: 0;
  padding: 0;
}
.lvca-flexslider .lvca-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.lvca-flexslider .lvca-slides img {
  width: 100%;
  display: block;
}
html[xmlns] .lvca-flexslider .lvca-slides {
  display: block;
}
* html .lvca-flexslider .lvca-slides {
  height: 1%;
}
.no-js .lvca-flexslider .lvca-slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.lvca-flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.lvca-flexslider .lvca-slides {
  zoom: 1;
  overflow: hidden;
}
.lvca-flexslider .lvca-slides img {
  height: auto;
  -moz-user-select: none;
}
.lvca-flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .lvca-flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.lvca-flex-direction-nav {
  *height: 0;
}
.lvca-flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.lvca-flex-prev {
  /* font-family: "flexslider-icon"; */
  font-size: 40px;
  /* display: inline-block; */
  /* content: '\f001'; */
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.lvca-flex-direction-nav a.lvca-flex-next:before {
  content: '\f002';
}
.lvca-flex-direction-nav .lvca-flex-prev {
  left: -50px;
}
.lvca-flex-direction-nav .lvca-flex-next {
  right: -50px;
  text-align: right;
}
.lvca-flex-direction-nav .lvca-flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.lvca-flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.lvca-flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.lvca-flex-pauseplay a:hover {
  opacity: 1;
}
.lvca-flex-pauseplay a.lvca-flex-play:before {
  content: '\f003';
}
.lvca-flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.lvca-flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.lvca-flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.lvca-flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.lvca-flex-control-paging li a.lvca-flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.lvca-flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.lvca-flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.lvca-flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.lvca-flex-control-thumbs img:hover {
  opacity: 1;
}
.lvca-flex-control-thumbs .lvca-flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .lvca-flex-direction-nav .lvca-flex-prev {
    opacity: 1;
    left: 10px;
  }
  .lvca-flex-direction-nav .lvca-flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZsZXhzbGlkZXIuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7O0dBVUc7O0FBRUg7O3lIQUV5SDtBQUN6SDs7RUFFRSxjQUFjO0NBQ2Y7QUFDRDs7OztFQUlFLFVBQVU7RUFDVixXQUFXO0VBQ1gsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSwyQkFBMkI7Q0FDNUI7QUFDRDs7eUhBRXlIO0FBQ3pIO0VBQ0UsVUFBVTtFQUNWLFdBQVc7Q0FDWjtBQUNEO0VBQ0UsY0FBYztFQUNkLG9DQUFvQztDQUNyQztBQUNEO0VBQ0UsWUFBWTtFQUNaLGVBQWU7Q0FDaEI7QUFDRDtFQUNFLGVBQWU7Q0FDaEI7QUFDRDtFQUNFLFdBQVc7Q0FDWjtBQUNEO0VBQ0UsZUFBZTtDQUNoQjtBQUNEOzt5SEFFeUg7QUFDekg7RUFDRSxVQUFVO0VBQ1YsbUJBQW1CO0VBQ25CLFFBQVE7Q0FDVDtBQUNEO0VBQ0UsUUFBUTtFQUNSLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsYUFBYTtFQUNiLHVCQUF1QjtDQUN4QjtBQUNEO0VBQ0UsbUJBQW1CO0VBQ25CLGdDQUFnQztFQUloQyx3QkFBd0I7Q0FDekI7QUFDRDtFQUNFLGtCQUFrQjtDQUNuQjtBQUNEO0VBQ0Usa0JBQWtCO0NBQ25CO0FBQ0Q7R0FGRSxVQUdXO0NBQ1o7QUFDRDtFQUNFLHNCQUFzQjtFQUN0QixlQUFlO0VBQ2YsWUFBWTtFQUNaLGFBQWE7RUFDYixrQkFBa0I7RUFDbEIsbUJBQW1CO0VBQ25CLFNBQVM7RUFDVCxZQUFZO0VBQ1osaUJBQWlCO0VBQ2pCLFdBQVc7RUFDWCxnQkFBZ0I7RUFDaEIsMEJBQTBCO0VBQzFCLGdEQUFnRDtFQUNoRCx5Q0FBeUM7RUFJekMsaUNBQWlDO0NBQ2xDO0FBQ0Q7RUFDRSxxQ0FBcUM7RUFDckMsZ0JBQWdCO0VBQ2hCLDRCQUE0QjtFQUM1Qix1QkFBdUI7RUFDdkIsMEJBQTBCO0VBQzFCLGdEQUFnRDtDQUNqRDtBQUNEO0VBQ0UsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxZQUFZO0NBQ2I7QUFDRDtFQUNFLGFBQWE7RUFDYixrQkFBa0I7Q0FDbkI7QUFDRDtFQUNFLHFCQUFxQjtFQUNyQix5QkFBeUI7RUFDekIsZ0JBQWdCO0VBQ2hCLFlBQVk7Q0FDYjtBQUNEO0VBQ0UsZUFBZTtFQUNmLFlBQVk7RUFDWixhQUFhO0VBQ2IsbUJBQW1CO0VBQ25CLFlBQVk7RUFDWixXQUFXO0VBQ1gsYUFBYTtFQUNiLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsZ0JBQWdCO0VBQ2hCLFlBQVk7Q0FDYjtBQUNEO0VBQ0UsK0JBQStCO0VBQy9CLGdCQUFnQjtFQUNoQixzQkFBc0I7RUFDdEIsaUJBQWlCO0NBQ2xCO0FBQ0Q7RUFDRSxXQUFXO0NBQ1o7QUFDRDtFQUNFLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsWUFBWTtFQUNaLG1CQUFtQjtFQUNuQixjQUFjO0VBQ2QsbUJBQW1CO0NBQ3BCO0FBQ0Q7RUFDRSxjQUFjO0VBQ2Qsc0JBQXNCO0VBQ3RCLFFBQVE7R0FMUixnQkFNaUI7Q0FDbEI7QUFDRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsZUFBZTtFQUNmLGlCQUFpQjtFQUNqQiwrQkFBK0I7RUFDL0IsZ0JBQWdCO0VBQ2hCLHFCQUFxQjtFQUNyQixxREFBcUQ7RUFFckQsZ0RBQWdEO0VBQ2hELDZDQUE2QztFQUc3QyxvQkFBb0I7Q0FDckI7QUFDRDtFQUNFLGlCQUFpQjtFQUNqQiwrQkFBK0I7Q0FDaEM7QUFDRDtFQUNFLGlCQUFpQjtFQUNqQiwrQkFBK0I7RUFDL0IsZ0JBQWdCO0NBQ2pCO0FBQ0Q7RUFDRSxnQkFBZ0I7RUFDaEIsaUJBQWlCO0VBQ2pCLGlCQUFpQjtDQUNsQjtBQUNEO0VBQ0UsV0FBVztFQUNYLFlBQVk7RUFDWixVQUFVO0NBQ1g7QUFDRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsZUFBZTtFQUNmLFlBQVk7RUFDWixnQkFBZ0I7RUFDaEIsdUJBQXVCO0VBQ3ZCLGdDQUFnQztFQUloQyx3QkFBd0I7Q0FDekI7QUFDRDtFQUNFLFdBQVc7Q0FDWjtBQUNEO0VBQ0UsV0FBVztFQUNYLGdCQUFnQjtDQUNqQjtBQUNEOzt5SEFFeUg7QUFDekg7RUFDRTtJQUNFLFdBQVc7SUFDWCxXQUFXO0dBQ1o7RUFDRDtJQUNFLFdBQVc7SUFDWCxZQUFZO0dBQ2I7Q0FDRiIsImZpbGUiOiJmbGV4c2xpZGVyLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBqUXVlcnkgRmxleFNsaWRlciB2Mi42LjBcbiAqIGh0dHA6Ly93d3cud29vdGhlbWVzLmNvbS9mbGV4c2xpZGVyL1xuICpcbiAqIENvcHlyaWdodCAyMDEyIFdvb1RoZW1lc1xuICogRnJlZSB0byB1c2UgdW5kZXIgdGhlIEdQTHYyIGFuZCBsYXRlciBsaWNlbnNlLlxuICogaHR0cDovL3d3dy5nbnUub3JnL2xpY2Vuc2VzL2dwbC0yLjAuaHRtbFxuICpcbiAqIENvbnRyaWJ1dGluZyBhdXRob3I6IFR5bGVyIFNtaXRoIChAbWJtdWZmZmluKVxuICpcbiAqL1xuXG4vKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuICogUkVTRVRTXG4gKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSovXG4ubHZjYS1mbGV4LWNvbnRhaW5lciBhOmhvdmVyLFxuLmx2Y2EtZmxleC1zbGlkZXIgYTpob3ZlciB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4ubHZjYS1zbGlkZXMsXG4ubHZjYS1zbGlkZXMgPiBsaSxcbi5sdmNhLWZsZXgtY29udHJvbC1uYXYsXG4ubHZjYS1mbGV4LWRpcmVjdGlvbi1uYXYge1xuICBtYXJnaW46IDA7XG4gIHBhZGRpbmc6IDA7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG59XG4ubHZjYS1mbGV4LXBhdXNlcGxheSBzcGFuIHtcbiAgdGV4dC10cmFuc2Zvcm06IGNhcGl0YWxpemU7XG59XG4vKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuICogQkFTRSBTVFlMRVNcbiAqID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ki9cbi5sdmNhLWZsZXhzbGlkZXIge1xuICBtYXJnaW46IDA7XG4gIHBhZGRpbmc6IDA7XG59XG4ubHZjYS1mbGV4c2xpZGVyIC5sdmNhLXNsaWRlcyA+IGxpIHtcbiAgZGlzcGxheTogbm9uZTtcbiAgLXdlYmtpdC1iYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG59XG4ubHZjYS1mbGV4c2xpZGVyIC5sdmNhLXNsaWRlcyBpbWcge1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogYmxvY2s7XG59XG5odG1sW3htbG5zXSAubHZjYS1mbGV4c2xpZGVyIC5sdmNhLXNsaWRlcyB7XG4gIGRpc3BsYXk6IGJsb2NrO1xufVxuKiBodG1sIC5sdmNhLWZsZXhzbGlkZXIgLmx2Y2Etc2xpZGVzIHtcbiAgaGVpZ2h0OiAxJTtcbn1cbi5uby1qcyAubHZjYS1mbGV4c2xpZGVyIC5sdmNhLXNsaWRlcyA+IGxpOmZpcnN0LWNoaWxkIHtcbiAgZGlzcGxheTogYmxvY2s7XG59XG4vKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuICogREVGQVVMVCBUSEVNRVxuICogPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0qL1xuLmx2Y2EtZmxleHNsaWRlciB7XG4gIG1hcmdpbjogMDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB6b29tOiAxO1xufVxuLmx2Y2EtZmxleHNsaWRlciAubHZjYS1zbGlkZXMge1xuICB6b29tOiAxO1xuICBvdmVyZmxvdzogaGlkZGVuO1xufVxuLmx2Y2EtZmxleHNsaWRlciAubHZjYS1zbGlkZXMgaW1nIHtcbiAgaGVpZ2h0OiBhdXRvO1xuICAtbW96LXVzZXItc2VsZWN0OiBub25lO1xufVxuLmx2Y2EtZmxleC12aWV3cG9ydCB7XG4gIG1heC1oZWlnaHQ6IDIwMDBweDtcbiAgLXdlYmtpdC10cmFuc2l0aW9uOiBhbGwgMXMgZWFzZTtcbiAgLW1vei10cmFuc2l0aW9uOiBhbGwgMXMgZWFzZTtcbiAgLW1zLXRyYW5zaXRpb246IGFsbCAxcyBlYXNlO1xuICAtby10cmFuc2l0aW9uOiBhbGwgMXMgZWFzZTtcbiAgdHJhbnNpdGlvbjogYWxsIDFzIGVhc2U7XG59XG4ubG9hZGluZyAubHZjYS1mbGV4LXZpZXdwb3J0IHtcbiAgbWF4LWhlaWdodDogMzAwcHg7XG59XG4uY2Fyb3VzZWwgbGkge1xuICBtYXJnaW4tcmlnaHQ6IDVweDtcbn1cbi5sdmNhLWZsZXgtZGlyZWN0aW9uLW5hdiB7XG4gICpoZWlnaHQ6IDA7XG59XG4ubHZjYS1mbGV4LWRpcmVjdGlvbi1uYXYgYSB7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgZGlzcGxheTogYmxvY2s7XG4gIHdpZHRoOiA0MHB4O1xuICBoZWlnaHQ6IDQwcHg7XG4gIG1hcmdpbjogLTIwcHggMCAwO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogNTAlO1xuICB6LWluZGV4OiAxMDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgb3BhY2l0eTogMDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBjb2xvcjogcmdiYSgwLCAwLCAwLCAwLjgpO1xuICB0ZXh0LXNoYWRvdzogMXB4IDFweCAwIHJnYmEoMjU1LCAyNTUsIDI1NSwgMC4zKTtcbiAgLXdlYmtpdC10cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlLWluLW91dDtcbiAgLW1vei10cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlLWluLW91dDtcbiAgLW1zLXRyYW5zaXRpb246IGFsbCAwLjNzIGVhc2UtaW4tb3V0O1xuICAtby10cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlLWluLW91dDtcbiAgdHJhbnNpdGlvbjogYWxsIDAuM3MgZWFzZS1pbi1vdXQ7XG59XG5hLmx2Y2EtZmxleC1wcmV2IHtcbiAgLyogZm9udC1mYW1pbHk6IFwiZmxleHNsaWRlci1pY29uXCI7ICovXG4gIGZvbnQtc2l6ZTogNDBweDtcbiAgLyogZGlzcGxheTogaW5saW5lLWJsb2NrOyAqL1xuICAvKiBjb250ZW50OiAnXFxmMDAxJzsgKi9cbiAgY29sb3I6IHJnYmEoMCwgMCwgMCwgMC44KTtcbiAgdGV4dC1zaGFkb3c6IDFweCAxcHggMCByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMyk7XG59XG4ubHZjYS1mbGV4LWRpcmVjdGlvbi1uYXYgYS5sdmNhLWZsZXgtbmV4dDpiZWZvcmUge1xuICBjb250ZW50OiAnXFxmMDAyJztcbn1cbi5sdmNhLWZsZXgtZGlyZWN0aW9uLW5hdiAubHZjYS1mbGV4LXByZXYge1xuICBsZWZ0OiAtNTBweDtcbn1cbi5sdmNhLWZsZXgtZGlyZWN0aW9uLW5hdiAubHZjYS1mbGV4LW5leHQge1xuICByaWdodDogLTUwcHg7XG4gIHRleHQtYWxpZ246IHJpZ2h0O1xufVxuLmx2Y2EtZmxleC1kaXJlY3Rpb24tbmF2IC5sdmNhLWZsZXgtZGlzYWJsZWQge1xuICBvcGFjaXR5OiAwIWltcG9ydGFudDtcbiAgZmlsdGVyOiBhbHBoYShvcGFjaXR5PTApO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIHotaW5kZXg6IC0xO1xufVxuLmx2Y2EtZmxleC1wYXVzZXBsYXkgYSB7XG4gIGRpc3BsYXk6IGJsb2NrO1xuICB3aWR0aDogMjBweDtcbiAgaGVpZ2h0OiAyMHB4O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogNXB4O1xuICBsZWZ0OiAxMHB4O1xuICBvcGFjaXR5OiAwLjg7XG4gIHotaW5kZXg6IDEwO1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGNvbG9yOiAjMDAwO1xufVxuLmx2Y2EtZmxleC1wYXVzZXBsYXkgYTpiZWZvcmUge1xuICBmb250LWZhbWlseTogXCJmbGV4c2xpZGVyLWljb25cIjtcbiAgZm9udC1zaXplOiAyMHB4O1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGNvbnRlbnQ6ICdcXGYwMDQnO1xufVxuLmx2Y2EtZmxleC1wYXVzZXBsYXkgYTpob3ZlciB7XG4gIG9wYWNpdHk6IDE7XG59XG4ubHZjYS1mbGV4LXBhdXNlcGxheSBhLmx2Y2EtZmxleC1wbGF5OmJlZm9yZSB7XG4gIGNvbnRlbnQ6ICdcXGYwMDMnO1xufVxuLmx2Y2EtZmxleC1jb250cm9sLW5hdiB7XG4gIHdpZHRoOiAxMDAlO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJvdHRvbTogLTQwcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5sdmNhLWZsZXgtY29udHJvbC1uYXYgbGkge1xuICBtYXJnaW46IDAgNnB4O1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIHpvb206IDE7XG4gICpkaXNwbGF5OiBpbmxpbmU7XG59XG4ubHZjYS1mbGV4LWNvbnRyb2wtcGFnaW5nIGxpIGEge1xuICB3aWR0aDogMTFweDtcbiAgaGVpZ2h0OiAxMXB4O1xuICBkaXNwbGF5OiBibG9jaztcbiAgYmFja2dyb3VuZDogIzY2NjtcbiAgYmFja2dyb3VuZDogcmdiYSgwLCAwLCAwLCAwLjUpO1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIHRleHQtaW5kZW50OiAtOTk5OXB4O1xuICAtd2Via2l0LWJveC1zaGFkb3c6IGluc2V0IDAgMCAzcHggcmdiYSgwLCAwLCAwLCAwLjMpO1xuICAtbW96LWJveC1zaGFkb3c6IGluc2V0IDAgMCAzcHggcmdiYSgwLCAwLCAwLCAwLjMpO1xuICAtby1ib3gtc2hhZG93OiBpbnNldCAwIDAgM3B4IHJnYmEoMCwgMCwgMCwgMC4zKTtcbiAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDNweCByZ2JhKDAsIDAsIDAsIDAuMyk7XG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogMjBweDtcbiAgLW1vei1ib3JkZXItcmFkaXVzOiAyMHB4O1xuICBib3JkZXItcmFkaXVzOiAyMHB4O1xufVxuLmx2Y2EtZmxleC1jb250cm9sLXBhZ2luZyBsaSBhOmhvdmVyIHtcbiAgYmFja2dyb3VuZDogIzMzMztcbiAgYmFja2dyb3VuZDogcmdiYSgwLCAwLCAwLCAwLjcpO1xufVxuLmx2Y2EtZmxleC1jb250cm9sLXBhZ2luZyBsaSBhLmx2Y2EtZmxleC1hY3RpdmUge1xuICBiYWNrZ3JvdW5kOiAjMDAwO1xuICBiYWNrZ3JvdW5kOiByZ2JhKDAsIDAsIDAsIDAuOSk7XG4gIGN1cnNvcjogZGVmYXVsdDtcbn1cbi5sdmNhLWZsZXgtY29udHJvbC10aHVtYnMge1xuICBtYXJnaW46IDVweCAwIDA7XG4gIHBvc2l0aW9uOiBzdGF0aWM7XG4gIG92ZXJmbG93OiBoaWRkZW47XG59XG4ubHZjYS1mbGV4LWNvbnRyb2wtdGh1bWJzIGxpIHtcbiAgd2lkdGg6IDI1JTtcbiAgZmxvYXQ6IGxlZnQ7XG4gIG1hcmdpbjogMDtcbn1cbi5sdmNhLWZsZXgtY29udHJvbC10aHVtYnMgaW1nIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogYXV0bztcbiAgZGlzcGxheTogYmxvY2s7XG4gIG9wYWNpdHk6IC43O1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIC1tb3otdXNlci1zZWxlY3Q6IG5vbmU7XG4gIC13ZWJraXQtdHJhbnNpdGlvbjogYWxsIDFzIGVhc2U7XG4gIC1tb3otdHJhbnNpdGlvbjogYWxsIDFzIGVhc2U7XG4gIC1tcy10cmFuc2l0aW9uOiBhbGwgMXMgZWFzZTtcbiAgLW8tdHJhbnNpdGlvbjogYWxsIDFzIGVhc2U7XG4gIHRyYW5zaXRpb246IGFsbCAxcyBlYXNlO1xufVxuLmx2Y2EtZmxleC1jb250cm9sLXRodW1icyBpbWc6aG92ZXIge1xuICBvcGFjaXR5OiAxO1xufVxuLmx2Y2EtZmxleC1jb250cm9sLXRodW1icyAubHZjYS1mbGV4LWFjdGl2ZSB7XG4gIG9wYWNpdHk6IDE7XG4gIGN1cnNvcjogZGVmYXVsdDtcbn1cbi8qID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4gKiBSRVNQT05TSVZFXG4gKiA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PSovXG5AbWVkaWEgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA4NjBweCkge1xuICAubHZjYS1mbGV4LWRpcmVjdGlvbi1uYXYgLmx2Y2EtZmxleC1wcmV2IHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIGxlZnQ6IDEwcHg7XG4gIH1cbiAgLmx2Y2EtZmxleC1kaXJlY3Rpb24tbmF2IC5sdmNhLWZsZXgtbmV4dCB7XG4gICAgb3BhY2l0eTogMTtcbiAgICByaWdodDogMTBweDtcbiAgfVxufVxuIl19 */.lvca-testimonials-slider {
  position: relative; }
  .lvca-testimonials-slider.lvca-container {
    max-width: 900px;
    margin: 0 auto; }
  .lvca-testimonials-slider .lvca-testimonial-text {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    color: #666; }
    .lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text {
      color: #ccc; }
    .lvca-testimonials-slider .lvca-testimonial-text i {
      color: #ccc;
      font-size: 32px;
      display: block;
      margin-bottom: 35px;
      background: none;
      width: auto;
      height: auto; }
      .lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-text i {
        color: #ddd; }
  .lvca-testimonials-slider .lvca-testimonial-user {
    display: table;
    margin: 0 auto; }
    .lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper {
      display: table-cell; }
      .lvca-testimonials-slider .lvca-testimonial-user .lvca-image-wrapper img {
        max-width: 64px;
        border-radius: 50%;
        margin-right: 15px; }
    .lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
      display: table-cell;
      vertical-align: middle;
      color: #888; }
      .lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text {
        color: #909090; }
      .lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
        clear: none;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px; }
        .lvca-dark-bg .lvca-testimonials-slider .lvca-testimonial-user .lvca-text .lvca-author-name {
          color: #e5e5e5; }

/*# sourceMappingURL=style.css.map */

.lvca-portfolio-wrap {
  clear: both;
  overflow: hidden; }
  .lvca-portfolio-wrap .lvca-portfolio-header {
    position: relative;
    max-width: 1140px;
    margin: 0 auto 30px;
    overflow: hidden;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .lvca-portfolio-wrap .lvca-portfolio-header.lvca-no-heading {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    @media only screen and (max-width: 800px) {
      .lvca-portfolio-wrap .lvca-portfolio-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .lvca-portfolio-wrap .lvca-heading {
    display: inline-block;
    text-align: left;
    max-width: none;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin: 0 100px 0 0; }
    .lvca-dark-bg .lvca-portfolio-wrap .lvca-heading {
      color: #e5e5e5; }
    @media only screen and (max-width: 800px) {
      .lvca-portfolio-wrap .lvca-heading {
        margin-bottom: 30px; } }
  .lvca-portfolio-wrap .lvca-taxonomy-filter {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center; }
    @media only screen and (max-width: 800px) {
      .lvca-portfolio-wrap .lvca-taxonomy-filter {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start; } }
    .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item {
      position: relative;
      display: inline-block;
      margin: 0 0 15px 0;
      padding: 0;
      font-style: normal;
      border-bottom: 1px solid #ddd; }
      .lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item {
        border-color: #444; }
      .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
        font-size: 15px;
        line-height: 24px;
        -webkit-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        display: block;
        color: #777;
        padding: 0 15px 15px; }
        .lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
          color: #999; }
        .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
          color: #222; }
          .lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a:hover {
            color: #fff; }
        @media only screen and (max-width: 479px) {
          .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item a {
            padding: 0 10px 8px; } }
      .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
        color: #222; }
        .lvca-dark-bg .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active a {
          color: #fff; }
      .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item.lvca-active:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 3px solid #f94213;
        width: 100%; }
      .lvca-portfolio-wrap .lvca-taxonomy-filter .lvca-filter-item:last-child {
        margin-right: 0; }
  .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .hentry {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    position: relative;
    overflow: hidden; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image img {
      display: block;
      width: 100%;
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover img {
      -webkit-filter: brightness(50%);
              filter: brightness(50%); }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info {
      display: block;
      text-align: center; }
      .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-entry-info {
        text-align: center;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title {
        padding: 10px;
        margin: 0;
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .4s ease-in-out 0s;
        transition: opacity .4s ease-in-out 0s; }
        @media only screen and (max-width: 1024px) {
          .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title {
            font-size: 18px;
            line-height: 26px; } }
        .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a {
          display: inline;
          color: #fff;
          -webkit-transition: all .3s ease-in-out 0s;
          transition: all .3s ease-in-out 0s;
          border-bottom: 1px solid transparent; }
          .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-post-title a:hover {
            border-bottom: 1px solid #ccc; }
      .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms {
        display: block;
        color: #f9f9f9;
        font-size: 14px;
        line-height: 22px;
        opacity: 0;
        -webkit-transition: opacity .4s ease-in-out 0s;
        transition: opacity .4s ease-in-out 0s; }
        .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a {
          color: #ddd;
          position: relative;
          display: inline;
          zoom: 1;
          font-size: 14px;
          line-height: 22px;
          font-style: italic;
          -webkit-transition: all .4s ease-in-out 0s;
          transition: all .4s ease-in-out 0s; }
          .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms a:hover {
            color: #fff; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-post-title, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover .lvca-image-info .lvca-terms {
      opacity: 1; }
  .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-text-wrap {
    text-align: center;
    max-width: 650px;
    margin: 20px auto 0; }
  .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 10px; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:after, .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title:before {
      display: none; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
      -webkit-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      color: #333; }
      .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
        color: #888; }
    .lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a {
      color: #e0e0e0; }
      .lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-title a:hover {
        color: #fff; }
  .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-style: italic;
    color: #999; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:after {
      content: '//';
      padding-left: 6px;
      padding-right: 6px; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:first-child {
      border: none;
      padding-left: 0; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span:last-child:after {
      display: none; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span a {
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      font-style: normal; }
    .lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-entry-meta span {
      color: #707070; }
  .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
    margin: 15px auto 0;
    padding: 0; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
      width: 35px;
      height: 1px;
      background: #aaa;
      display: block;
      content: "";
      text-align: center;
      margin: 0 auto 15px; }
    .lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary {
      color: #999; }
      .lvca-dark-bg .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before {
        background: #505050; }
  .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more {
    margin: 25px 0 0 0; }
  .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button) {
    color: #333;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 0;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):hover {
      color: #666; }
    .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after {
      content: '›';
      display: inline-block;
      margin-left: 7px; }
    .rtl .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-read-more a:not(.lvca-button):after {
      margin: 0 7px 0 0; }

/*# sourceMappingURL=style.css.map */.rpi{--visible:visible;--font-family:Arial;--head-fs:1em;--head-grade-fs:1.125em;--head-logo-size:14px;--head-star-color:#fb7900;--head-text-fs:1em;--head-based-fs:.85em;--head-btn-fs:.65em;--head-card-br:none;--head-card-br-color:#cccccc;--head-card-bg:#f5f5f5;--head-card-bg-color:#f5f5f5;--head-card-radius:5px;--head-card-shadow:none;--head-img-size:48px;--fs:1em;--name-fs:13px;--text-fs:15px;--rev-time-fs:.75em;--logo-size:14px;--star-size:1.125em;--stars-gap:0.25em;--bubble-size:1em;--img-size:44px;--rev-text-lh:1.25em;--flex-align-items:center;--info-gap:0.25em;--card-gap:16px;--card-padding:.75em;--card-br:none;--card-br-color:#cccccc;--card-bg:#f5f5f5;--card-bg-color:#f5f5f5;--card-radius:5px;--card-shadow:none;--meta-margin:1em;--left-margin:.5em;--body-gap:8px;--flex-text-align:left;--flex-direction:row;--flex-justify-content:left;--stars-justify-content:left;--text-lines:6;--text-line-height:22px;--media-lines:2;--media-height:calc(var(--media-lines) * var(--text-line-height));--reply-lines:2;--reply-height:calc(var(--reply-lines) * var(--text-line-height));--reply-margin:6px;--reply-padding:6px;--card-color:#333333;--name-color:#154fc1;--time-color:#555555;--star-color:#fb7900;--readmore-color:#136aaf;--avaborder-margin:calc(-1 * (var(--img-size) / 2 + var(--card-padding)));--avaborder-margin-left:var(--avaborder-margin);--avaborder-padding:calc(var(--img-size) / 2);--avaborder-padding-left:var(--avaborder-padding);--bubble-flex-margin-left:calc(var(--card-padding) + var(--left-margin));--slider-bubble-flex-margin-left:calc(var(--card-padding) + var(--slider-card-margin) + var(--left-margin));--bubble-width-before:calc(var(--card-padding) + var(--left-margin) + var(--img-size)/2 - hypot(var(--bubble-size), var(--bubble-size))/2);--bubble-width-after:calc(100% - (var(--card-padding) + var(--left-margin) + var(--img-size)/2 + hypot(var(--bubble-size), var(--bubble-size))/2));--bubble-width-center:calc(50% - hypot(var(--bubble-size), var(--bubble-size))/2);--triangle-left:calc(var(--card-padding) + var(--left-margin) + var(--img-size)/2 - var(--bubble-size)/2);--triangle-center:calc(50% - var(--bubble-size)/2);--tag-fs:1em;--tag-bg:#ffffff;--tag-logo-size:0.85em;--tag-star-size:1.1em;--tag-text-color:#333333;--flash-width:100%;--flash-height:auto;--slider-card-gap:0px;--slider-card-margin:8px;--slider-btn-size:1.25em;--slider-btn:var(--slider-btn-size);--slider-dot-gap:.5em;--slider-dot-size:.5em;--slider-dots-visible:5;--slider-head-card-br:none;--slider-head-card-br-color:#cccccc;--slider-head-card-bg:transparent;--slider-head-card-bg-color:#f5f5f5;--slider-head-card-radius:none;--slider-head-card-shadow:none;--slider-ltgt-shadow:0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0, 0, 0, .1),0 4px 6px -4px rgba(0, 0, 0, .1);display:block;direction:ltr;font-size:var(--font-size, 16px);font-family:var(--font-family);font-style:normal;font-weight:400;text-align:left;line-height:normal;overflow:visible;text-decoration:none;list-style-type:disc;box-sizing:border-box;visibility:visible!important}.rpi *,.rpi :after,.rpi :before{box-sizing:inherit}.rpi a{display:inline;margin:0!important;padding:0!important;color:inherit!important;text-decoration:none!important;border:none!important;outline:0!important;box-shadow:none!important;background:0 0!important}.rpi .rpi-readmore{display:block;color:var(--readmore-color);font-size:inherit;cursor:pointer;text-decoration:none}.rpi-hide{display:none}.rpi button{all:revert!important;margin:0!important;padding:0!important;box-shadow:none!important;border-radius:0!important;line-height:1!important;font:inherit!important;color:inherit!important;text-align:center!important;cursor:pointer!important;border:0!important;background:0 0!important;appearance:none!important;-webkit-appearance:none!important;user-select:none!important}.rpi button:focus{outline:0!important}.rpi button:focus-visible{outline:2px solid currentColor!important;outline-offset:2px!important}.rpi-logo,.rpi-logo_after,.rpi-logos{display:flex;align-items:center}.rpi-logos{gap:4px}.rpi-logo::before,.rpi-logo_after::after{display:block;content:'';width:var(--logo-size,14px);height:var(--logo-size,14px);border-radius:50%;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;z-index:3}.rpi-logo-google.rpi-logo_after::after,.rpi-logo-google::before{background-image:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-logo-g)}.rpi-logo-facebook.rpi-logo_after::after,.rpi-logo-facebook::before{background-image:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-logo-f)}.rpi-logo-yelp.rpi-logo_after::after,.rpi-logo-yelp::before{background-image:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-logo-y)}.rpi-logo-yelp.rpi-logo_after::before{content:'yelp';background-image:none}.rpi-card-inner.rpi-logo::before,.rpi-card-inner>.rpi-logos{position:absolute;top:.75em;right:.75em;border-radius:50%}.rpi-logo.rpi-logo-left::before{right:auto;left:7px}.rpi-header .rpi-card-inner.rpi-logo::before,.rpi-header .rpi-card-inner>.rpi-logos{background-color:var(--head-card-bg)}.rpi-slider .rpi-header .rpi-card-inner.rpi-logo::before,.rpi-slider .rpi-header .rpi-card-inner>.rpi-logos{background-color:var(--slider-head-card-bg)}.rpi-content .rpi-card-inner.rpi-logo::before,.rpi-content .rpi-card-inner>.rpi-logos{background-color:var(--card-bg)}.rpi-body.rpi-logo::before{position:absolute;top:0;right:0;background-color:var(--card-bg)}.rpi-body.rpi-logo.rpi-logo-left::before{right:auto;left:0}.rpi-stars.rpi-logo::before{margin:.1em .1em 0 0}.rpi-img.rpi-logo::before{display:flex;position:absolute;bottom:calc(15% - var(--logo-size)/ 2);right:calc(15% - var(--logo-size)/ 2);background-color:#f5f5f5;border-radius:50%}.rpi-review_us .rpi-logo_after::after{vertical-align:middle;border-radius:50%;background-color:#fff}.rpi-review_us .rpi-logo-yelp::after{border:1px solid}.rpi-header .rpi-logo::before,.rpi-header .rpi-logo_after::after{width:var(--head-logo-size,14px);height:var(--head-logo-size,14px)}.rpi-based .rpi-logo_after.rpi-logo-yelp{color:#333;font-weight:600}.rpi-logo-google.rpi-logo_after::after,.rpi-logo-google::before{background-image:var(--rpi-logo-g)}.rpi-logo-facebook.rpi-logo_after::after,.rpi-logo-facebook::before{background-image:var(--rpi-logo-f)}.rpi-logo-yelp.rpi-logo_after::after,.rpi-logo-yelp::before{background-image:var(--rpi-logo-y)}span.rpi-star::after{-webkit-mask:var(--rpi-star);mask:var(--rpi-star)}span.rpi-star-h::after{-webkit-mask:var(--rpi-star-h);mask:var(--rpi-star-h)}span.rpi-star-o::after{-webkit-mask:var(--rpi-star-o);mask:var(--rpi-star-o)}.rpi-stars.rpi-stars-yelp span.rpi-star-o::after{-webkit-mask:var(--rpi-star);-webkit-mask-size:70%;mask:var(--rpi-star);mask-size:70%}.rpi-stars{display:inline-flex;margin:0;padding:0;gap:var(--stars-gap);align-items:center;justify-content:var(--stars-justify-content,left)}.rpi-star:first-child[data-rating]::before,.rpi-stars[data-rating]::before{content:attr(data-rating);color:var(--rating-color,var(--star-color));font-size:var(--head-grade-fs);font-weight:var(--head-grade-weight,600)}.rpi-star{display:inline-flex;margin:0;padding:0;gap:var(--stars-gap,4px);align-items:center}.rpi-star::after{content:'';display:block;width:var(--star-size);height:var(--star-size);-webkit-mask:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;mask:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star);mask-repeat:no-repeat;mask-size:100%;background-color:var(--star-color)}.rpi-star-h::after{-webkit-mask:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star-h);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;mask:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star-h);mask-repeat:no-repeat;mask-size:100%;background-color:var(--star-color)}.rpi-star-o::after{-webkit-mask:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star-o);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;mask:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star-o);mask-repeat:no-repeat;mask-size:100%;background-color:#ccc}.rpi-header .rpi-star-h::after,.rpi-header .rpi-star-o::after,.rpi-header .rpi-star::after{width:var(--head-star-size,var(--star-size));height:var(--head-star-size,var(--star-size))}.rpi-header .rpi-star-h::after,.rpi-header .rpi-star::after{background-color:var(--head-star-color)}.rpi-header .rpi-stars{justify-content:var(--head-justify-content,left)}.rpi-header .rpi-star:first-child[data-rating]::before,.rpi-header .rpi-stars[data-rating]::before{color:var(--head-rating-color,var(--head-star-color))}.rpi .rpi-img{position:relative;display:block;width:var(--img-size);height:var(--img-size);border-radius:50%}.rpi img.rpi-img{margin:0;padding:0;border:none;border-radius:50%;min-width:initial;max-width:initial;object-fit:cover;object-position:top;box-shadow:var(--card-shadow)}.rpi .rpi-header .rpi-img{width:var(--head-img-size);height:var(--head-img-size)}.rpi .rpi-header img.rpi-img{min-width:var(--head-img-size);box-shadow:var(--head-card-shadow)}.rpi-stars-yelp .rpi-star{border-radius:3px}.rpi-stars-yelp .rpi-star::after{mask-size:70%;mask-position:center;vertical-align:top;background-color:#fff}.rpi-stars-yelp .rpi-star-o::after{-webkit-mask:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%;mask:url(//latissanderie.fr/wp-content/plugins/business-reviews-bundle/assets/img/icons.svg#rpi-star);mask-repeat:no-repeat;mask-size:70%;mask-position:center}.rpi-yelp50{--star-color:var(--rpi-star-yelp5)}.rpi-yelp40,.rpi-yelp45{--star-color:var(--rpi-star-yelp4)}.rpi-yelp30,.rpi-yelp35{--star-color:var(--rpi-star-yelp3)}.rpi-yelp20,.rpi-yelp25{--star-color:var(--rpi-star-yelp2)}.rpi-yelp10,.rpi-yelp15{--star-color:var(--rpi-star-yelp1)}.rpi-yelp50 .rpi-star{background-color:var(--rpi-star-yelp5)}.rpi-yelp40 .rpi-star,.rpi-yelp45 .rpi-star{background-color:var(--rpi-star-yelp4)}.rpi-yelp45 .rpi-star:nth-child(5){background:linear-gradient(90deg,var(--rpi-star-yelp4) 50%,var(--rpi-star-yelp0) 50%)}.rpi-yelp30 .rpi-star,.rpi-yelp35 .rpi-star{background-color:var(--rpi-star-yelp3)}.rpi-yelp35 .rpi-star:nth-child(5){background-color:var(--rpi-star-yelp0)}.rpi-yelp35 .rpi-star:nth-child(4){background:linear-gradient(90deg,var(--rpi-star-yelp3) 50%,var(--rpi-star-yelp0) 50%)}.rpi-yelp10 .rpi-star,.rpi-yelp15 .rpi-star,.rpi-yelp20 .rpi-star,.rpi-yelp25 .rpi-star,.rpi-yelp30 .rpi-star:nth-child(4),.rpi-yelp30 .rpi-star:nth-child(5),.rpi-yelp40 .rpi-star:nth-child(5){background-color:var(--rpi-star-yelp0)}.rpi-yelp20 .rpi-star:first-child,.rpi-yelp20 .rpi-star:nth-child(2),.rpi-yelp25 .rpi-star:first-child,.rpi-yelp25 .rpi-star:nth-child(2){background-color:var(--rpi-star-yelp2)}.rpi-yelp25 .rpi-star:nth-child(3){background:linear-gradient(90deg,var(--rpi-star-yelp2) 50%,var(--rpi-star-yelp0) 50%)}.rpi-yelp10 .rpi-star:first-child,.rpi-yelp15 .rpi-star:first-child{background-color:var(--rpi-star-yelp1)}.rpi-yelp15 .rpi-star:nth-child(2){background:linear-gradient(90deg,var(--rpi-star-yelp1) 50%,var(--rpi-star-yelp0) 50%)}.rpi-pop{top:100%!important;bottom:auto!important;opacity:0;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}.rpi-pop-up{opacity:1;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);text-align:left}.rpi-pop-down{opacity:.5;-webkit-transition:opacity 150ms ease;transition:opacity 150ms ease;transition:opacity 150ms ease;transition:opacity 150ms ease}.rpi-clickable{cursor:pointer;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)}.rpi-clickable:hover{box-shadow:0 0 2px rgba(0,0,0,.12),0 3px 5px rgba(0,0,0,.24)}.rpi-clickable:active{box-shadow:0 0 2px rgba(0,0,0,.12),0 0 1px rgba(0,0,0,.24)}.rpi-scroll::-webkit-scrollbar{width:4px}.rpi-scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);-webkit-border-radius:4px;border-radius:4px}.rpi-scroll::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:#ccc;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)}.rpi-scroll::-webkit-scrollbar-thumb:window-inactive{background:#ccc}.rpi-card-inner{padding:var(--card-padding)}.rpi-bubble__flex{margin-left:var(--bubble-flex-margin-left)}.rpi-bubble__flex_up{margin-bottom:var(--meta-margin)}.rpi-bubble__flex_down{margin-top:var(--meta-margin)}.rpi-slider .rpi-bubble__flex{margin-left:var(--slider-bubble-flex-margin-left)}.rpi-normal-up__body{margin-top:var(--meta-margin)}.rpi-normal-down__body{margin-bottom:var(--meta-margin)}.rpi-flex{gap:var(--flex-gap,.75em)}.rpi-info{gap:var(--info-gap)}.rpi-flex,.rpi-flexwrap{position:relative;display:var(--ms-flex-display,-ms-flexbox);display:var(--flex-display,flex);-ms-flex-wrap:var(--ms-flex-wrap,nowrap);flex-wrap:var(--flex-wrap,nowrap);align-items:var(--flex-align-items,center)}.rpi-flex{text-align:var(--flex-text-align,left);flex-direction:var(--flex-direction,row);justify-content:var(--flex-justify-content,left)}.rpi-flexwrap{row-gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.rpi-shift-up__flex{--flex-align-items:var(--center-align-items, star)}.rpi-shift-down__flex{--flex-align-items:var(--center-align-items, end)}.rpi-cards{display:flex;display:-ms-flexbox;margin:0;padding:0;flex-wrap:wrap;-ms-flex-wrap:wrap;align-items:center;scrollbar-width:none}.rpi-card{display:block;position:relative;width:100%;flex-shrink:0;align-items:center;justify-content:center}.rpi-content .rpi-card{font-size:var(--fs)}.rpi-card-inner{display:block;position:relative;color:var(--card-color)}.rpi-card-inner.rpi-flexwrap{display:flex}.rpi-header .rpi-card-inner{container-name:header;container-type:inline-size;border:var(--head-card-br);border-color:var(--head-card-br-color);border-radius:var(--head-card-radius);background-color:var(--head-card-bg);box-shadow:var(--head-card-shadow)}.rpi-slider .rpi-header .rpi-card-inner{border:var(--slider-head-card-br);border-color:var(--slider-head-card-br-color);border-radius:var(--slider-head-card-radius);background-color:var(--slider-head-card-bg);box-shadow:var(--slider-head-card-shadow)}.rpi-content .rpi-card-inner{border:var(--card-br);border-color:var(--card-br-color);border-radius:var(--card-radius);background-color:var(--card-bg);box-shadow:var(--card-shadow)}.rpi-bubble__inner.rpi-bubble__inner_up{border-top-width:0}.rpi-bubble__inner.rpi-bubble__inner_down{border-bottom-width:0}.rpi-slider .rpi-bubble__inner.rpi-bubble__inner_up{margin-top:0}.rpi-slider .rpi-bubble__inner.rpi-bubble__inner_down{margin-bottom:0}.rpi-bubble__inner::after,.rpi-bubble__inner::before{content:"";position:absolute;display:block;height:4px;background-color:inherit}.rpi-bubble__inner::before{left:0;width:var(--bubble-width-before)}.rpi-bubble__inner::after{right:0;width:var(--bubble-width-after)}.rpi-bubble__inner_up::after,.rpi-bubble__inner_up::before{top:0;border-top:1px solid #ccc;border-color:inherit}.rpi-bubble__inner_up::before{border-top-left-radius:inherit}.rpi-bubble__inner_up::after{border-top-right-radius:inherit}.rpi-bubble__inner_down::after,.rpi-bubble__inner_down::before{bottom:0;border-bottom:1px solid #ccc;border-color:inherit}.rpi-bubble__inner_down::before{border-bottom-left-radius:inherit}.rpi-bubble__inner_down::after{border-bottom-right-radius:inherit}.rpi-card-inner i{display:none}.rpi-triangle{position:absolute;left:var(--triangle-left);width:var(--bubble-size);height:var(--bubble-size);background-color:inherit;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.rpi-triangle.rpi-triangle_up{display:block;top:calc(var(--bubble-size)/-2)}.rpi-triangle__br_up{border-top:1px solid;border-left:1px solid;border-color:inherit}.rpi-triangle.rpi-triangle_down{display:block;bottom:calc(var(--bubble-size)/-2)}.rpi-triangle__br_down{border-right:1px solid;border-bottom:1px solid;border-color:inherit}.rpi-avaborder-up{padding-left:var(--avaborder-padding-left);padding-top:var(--center-avaborder-padding,0)}.rpi-avaborder-up div.rpi-flex{margin-left:var(--avaborder-margin-left);margin-top:var(--center-avaborder-margin,0)}.rpi-avaborder-down{--flex-direction:var(--center-avaborder-flex-direction, row);padding-left:var(--avaborder-padding-left);padding-bottom:var(--center-avaborder-padding,0)}.rpi-avaborder-down div.rpi-flex{margin-left:var(--avaborder-margin-left);margin-bottom:var(--center-avaborder-margin,0)}.rpi-col-xs{-ms-flex-wrap:wrap;flex-wrap:wrap}.rpi-card.rpi-card_block{--col:1!important;--gap:1!important}.rpi-col-x .rpi-header_row+.rpi-content_row .rpi-card,.rpi-col-xs .rpi-card,.rpi-col-xs .rpi-content_row,.rpi-col-xs .rpi-header_row,.rpi-content,.rpi-header{--col:1;--gap:0}.rpi-col-xl .rpi-header_row+.rpi-content_row{--col:1.2;--gap:1}.rpi-col-l .rpi-header_row+.rpi-content_row{--col:1.25;--gap:1}.rpi-col-m .rpi-header_row+.rpi-content_row{--col:1.333333;--gap:1}.rpi-col-s .rpi-header_row+.rpi-content_row{--col:1.5;--gap:1}.rpi-col-s .rpi-header_row+.rpi-content_row .rpi-card,.rpi-col-x .rpi-card,.rpi-col-x .rpi-header_row,.rpi-col-x .rpi-header_row+.rpi-content_row{--col:2;--gap:1}.rpi-col-m .rpi-header_row+.rpi-content_row .rpi-card,.rpi-col-s .rpi-card,.rpi-col-s .rpi-header_row{--col:3;--gap:2}.rpi-col-l .rpi-card,.rpi-col-m .rpi-card,.rpi-col-m .rpi-header_row{--col:4;--gap:3}.rpi-col-l .rpi-header_row,.rpi-col-xl .rpi-card{--col:5;--gap:4}.rpi-col-xl .rpi-header_row{--col:6;--gap:5}.rpi-content_row,.rpi-grid .rpi-card,.rpi-header_row{-ms-flex:1 0 calc((100% - var(--card-gap)*var(--gap))/ var(--col));flex:1 0 calc((100% - var(--card-gap)*var(--gap))/ var(--col));width:calc((100% - var(--card-gap)*var(--gap))/ var(--col))}.rpi-slider .rpi-card{-ms-flex:1 0 calc((100% - (var(--slider-card-gap))*var(--gap))/ var(--col));flex:1 0 calc((100% - (var(--slider-card-gap))*var(--gap))/ var(--col));width:calc((100% - (var(--slider-card-gap))*var(--gap))/ var(--col))}.rpi-slider .rpi-content,.rpi-slider .rpi-header{-ms-flex:1 0 calc((100% - var(--slider-card-gap))/ var(--col,1));flex:1 0 calc((100% - var(--slider-card-gap))/ var(--col,1));width:calc((100% - var(--slider-card-gap))/ var(--col,1))}.rpi-content_top,.rpi-header_top{-ms-flex:1 0 100%;flex:1 0 100%;width:100%}.rpi-cnt,.rpi-slider-btn{display:flex;display:-ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;align-items:center;-ms-flex-align:center}.rpi-content,.rpi-header{min-width:0}.rpi-header .rpi-card{font-size:var(--head-fs)}.rpi-header .rpi-flex{-ms-flex:1 0 60%;flex:1 0 60%;overflow:hidden;text-align:var(--head-flex-text-align,left);flex-direction:var(--head-flex-direction,row)}.rpi-slider .rpi-header .rpi-flex{text-align:var(--slider-head-flex-text-align,left)}.rpi-header .rpi-info{-ms-flex:1 0 calc(100% - var(--img-size) - var(--card-padding));flex:1 0 calc(100% - var(--img-size) - var(--card-padding));line-height:1.4;text-wrap:wrap;overflow:hidden}.rpi-based,.rpi-score{display:flex;gap:var(--score-gap,4px);align-items:center;justify-content:var(--slider-head-flex-text-align,var(--head-flex-text-align,start))}.rpi-header .rpi-name,.rpi-header .rpi-scale{justify-content:var(--slider-head-flex-text-align,var(--head-flex-text-align,start));font-size:var(--head-text-fs);font-weight:700;color:var(--head-scale-color,#154fc1);white-space:normal;vertical-align:middle}.rpi-based{flex-wrap:wrap;font-size:var(--head-based-fs);color:var(--head-based-color,#777)}.rpi-info{display:flex;flex-direction:column;flex-wrap:wrap}.rpi-content .rpi-info{overflow:hidden}.rpi-name{display:flex!important;align-items:center;gap:4px;color:var(--name-color);font-size:var(--name-fs);font-weight:var(--name-weight,normal);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;line-height:var(--rev-text-lh)}a.rpi-name{color:var(--name-color)!important}.rpi-time{color:var(--time-color);font-size:var(--rev-time-fs);white-space:nowrap;line-height:var(--rev-text-lh)}.rpi-time+.rpi-stars{margin-top:2px}.rpi-text .rpi-stars{display:inline-flex;vertical-align:middle}.rpi-body{position:relative;display:flex;gap:var(--body-gap);flex-direction:column}.rpi-text{--text-height:var(--text-height-auto, calc(var(--text-lines) * var(--text-line-height)));display:-webkit-box;font-size:var(--text-fs);text-align:var(--text-align,left);line-height:var(--text-line-height);max-height:var(--text-height);overflow:auto;overflow-x:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:inherit}[dir=rtl] .rpi-text{display:block}.rpi-media{display:block;max-height:var(--media-height);overflow:hidden;text-align:var(--rev-txtalgn,left)}.rpi-thumb{position:relative;display:inline-block;width:var(--media-height);height:var(--media-height);margin-right:4px;overflow:hidden;border-radius:4px;background-size:cover;background-repeat:no-repeat;background-position:center center}.rpi-reply{display:block;color:var(--time-color);font-size:14px;line-height:var(--text-line-height);max-height:var(--reply-height);margin:0 0 0 var(--reply-margin);padding:0 0 0 var(--reply-padding);overflow-y:auto;overflow-x:hidden;border-left:1px solid #999;text-align:var(--rev-txtalgn,left)}.rpi-content .rpi-url{display:inline-block;padding:8px!important;color:var(--morev-color,#333)!important}.rpi-sh .rpi-text{height:var(--text-height)}.rpi-sh .rpi-body:has(.rpi-media) .rpi-text{--text-media-height:calc(var(--text-height) - var(--media-height));height:var(--text-media-height)}.rpi-sh .rpi-body:has(.rpi-reply) .rpi-text{height:calc(var(--text-media-height,var(--text-height)) - var(--reply-height))}.rpi-sh .rpi-text:not(:empty):last-child{margin-bottom:var(--body-gap)}.rpi-sh .rpi-reply{height:var(--reply-height)}.rpi-grid,.rpi-list{align-items:start;-ms-flex-align:start}.rpi-grid,.rpi-grid .rpi-cards,.rpi-list,.rpi-list .rpi-cards{gap:var(--card-gap)}.rpi-list .rpi-body:empty{margin-top:0;margin-bottom:0}.rpi-slider{gap:var(--slider-card-gap)}.rpi-slider .rpi-content{position:relative;display:flex;width:100%;min-width:0;flex-wrap:wrap;align-items:center;justify-content:center}.rpi-slider .rpi-cards{gap:var(--slider-card-gap)}.rpi-slider .rpi-header_top.rpi-header_pad,.rpi-slider.rpi-col-xs .rpi-header.rpi-header_pad{padding:0 var(--slider-btn)!important}.rpi-slider .rpi-content .rpi-cards{position:relative;display:flex;flex:1;width:100%;overflow-x:scroll;flex-wrap:nowrap;-ms-flex-wrap:nowrap;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.rpi-slider .rpi-content .rpi-cards::-webkit-scrollbar{display:none}.rpi-slider .rpi-card{scroll-snap-align:start}.rpi-slider .rpi-card-inner{margin:var(--slider-card-margin)}.rpi-slider-btn{gap:.5em;-ms-flex:1 0 var(--btn-flex-size,40%);flex:1 0 var(--btn-flex-size,40%);justify-content:var(--btn-justify-content,end)}@container header (width < 480px){.rpi-slider-btn{--btn-flex-size:100%;--btn-justify-content:center}}.rpi .rpi-ltgt{position:var(--slider-ltgt-position,absolute)!important;padding:.5rem!important;z-index:1!important;border:0 solid #e5e7eb!important;border-radius:9999px!important;border:var(--slider-ltgt-border-width,0) solid var(--slider-ltgt-border-color,#f3f3f3)!important;background-color:var(--slider-ltgt-bg,rgb(255 255 255 / 1))!important;box-shadow:var(--slider-ltgt-shadow)!important;transition:background-color .2s ease-in-out!important}.rpi .rpi-ltgt:hover{background-color:var(--slider-ltgt-bg,rgb(249 250 251 / 1))!important}.rpi .rpi-ltgt.rpi-slider-prev{left:0!important;margin-left:calc(-1 * (2 * var(--slider-ltgt-border-width,0px) + var(--slider-btn))/ 2)!important}.rpi .rpi-ltgt.rpi-slider-next{right:0!important;margin-right:calc(-1 * (2 * var(--slider-ltgt-border-width,0px) + var(--slider-btn))/ 2)!important}.rpi-slider-next::after,.rpi-slider-prev::before{position:relative!important;content:'';display:block;width:var(--slider-btn);height:var(--slider-btn);background-color:var(--slider-btn-color,#777)}.rpi-slider-prev::before{-webkit-mask:var(--rpi-prev);mask:var(--rpi-prev)}.rpi-slider-next::after{-webkit-mask:var(--rpi-next);mask:var(--rpi-next)}[dir=rtl] .rpi-slider-next::after,[dir=rtl] .rpi-slider-prev::before{transform:rotate(180deg)}.rpi-dots-wrap{position:absolute;top:calc(100% - 1px);left:0;right:0;display:flex;justify-content:center;margin:0 auto;padding-top:var(--slider-dot-padding-top,.5em);max-width:100%;width:calc(var(--slider-dots-visible) * var(--slider-dot-size) + (var(--slider-dots-visible) - 1) * var(--slider-dot-gap))}.rpi-dots{display:flex;flex-wrap:nowrap;overflow-x:scroll;gap:var(--slider-dot-gap);scrollbar-width:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.rpi-dots .rpi-dot{display:inline-block!important;width:var(--slider-dot-size)!important;height:var(--slider-dot-size)!important;margin:0!important;padding:0!important;opacity:.4!important;vertical-align:middle!important;flex:1 0 auto!important;transform:scale(.6)!important;scroll-snap-align:center!important;border-radius:20px!important;background-color:var(--slider-dot-color,#999)!important}.rpi-dots .rpi-dot:hover{opacity:1!important}.rpi-dots .rpi-dot.active{opacity:1!important;transform:scale(.95)!important;background-color:var(--slider-act-dot-color,#154fc1)!important}.rpi-dots .rpi-dot.s2{transform:scale(.85)!important}.rpi-dots .rpi-dot.s3{transform:scale(.75)!important}.rpi-review_us{display:inline-block;color:var(--head-btn-txt-color,#fff);font-size:var(--head-btn-fs);outline:0;line-height:16px;border-radius:27px;background-color:var(--head-btn-color,#0a6cff);white-space:nowrap;user-select:none;text-decoration:none;vertical-align:middle}.rpi-review_us:last-child{margin-right:0}.rpi-review_us:hover{color:#fff;background:#1f67e7}.rpi-review_us:active{color:#fff;background:#0a6cff}.rpi-review_us a,.rpi-review_us[onclick]{display:flex;align-items:center;gap:4px;padding:5px 8px!important}.rpi-tag{position:fixed;left:0;bottom:0;padding:16px;font-size:var(--tag-fs);max-width:none;z-index:2147482999}.rpi-tag.right{left:auto;right:16px}.rpi-tag.embed{display:inline-block;position:relative;padding:0;z-index:auto}.rpi-tag-cnt{display:flex;position:relative;align-items:center;justify-content:center;gap:var(--tag-gap,4px);outline-width:0;overflow:visible;padding:8px 12px;cursor:pointer;color:#333;font-weight:400;line-height:18px;border:none;border-radius:32px;background-color:var(--tag-bg);box-shadow:0 3px 6px rgb(0 0 0 / 16%),0 1px 2px rgb(0 0 0 / 23%);user-select:none;transition:all .2s ease-in-out}.rpi-tag.push .rpi-tag-cnt:hover{transform:translate(0,-2px)!important}.rpi-tag .rpi-logo::before{width:var(--tag-logo-size,14px);height:var(--tag-logo-size,14px)}.rpi-tag .rpi-stars{white-space:nowrap;overflow:hidden;transition:all .2s ease-in-out}.rpi-tag.expand .rpi-stars{width:0}.rpi-tag.expand:hover .rpi-stars{width:115px}.rpi-tag-text{margin:0 0 0 12px;line-height:1.7em;white-space:nowrap;color:var(--tag-text-color);font-size:var(--tag-star-size)}.rpi-tag .rpi-sb{--sb-left:auto;--sb-right:0}.rpi-sb{--sbh-height:0px;--sbf-height:0px;position:fixed;display:none;width:0;height:calc(100% - var(--sb-top-offset,60px));left:var(--sb-left,20px);right:var(--sb-right,20px);bottom:var(--sb-bottom,20px);overflow:hidden;z-index:2147483000;opacity:0;border-radius:var(--sb-border-radius,8px);box-shadow:#bdbdbd 0 2px 10px 0;transition:width .3s ease-in-out,opacity .3s ease-in-out}.rpi-sb.rpi-left{left:0}@media(max-width:460px){.rpi-sb,.rpi-sbci,.rpi-sbhi{width:100%!important}}.rpi-sb .rpi{min-width:330px}.rpi-sb[data-layout=list] .rpi{--card-gap:0;--card-bg:none;--text-lines:auto;--head-card-bg:none}.rpi-sbb{position:absolute;top:0;right:0;bottom:0;width:100%;background:rgba(250,250,251,.98);border-left:1px solid #dadee2;box-shadow:0 0 4px 1px rgba(0,0,0,.08);z-index:2147483000}.rpi-sbc{position:absolute;top:calc(0px + var(--sbh-height,0px));right:0;bottom:0;width:100%;height:calc(100% - var(--sbh-height,0) - var(--sbf-height,0));overflow:hidden;overflow-y:auto;z-index:2147483001;-webkit-transform:translateZ(0)}.rpi-sbci,.rpi-sbhi{position:relative;margin:0;padding:0;width:358px;min-height:100%}.rpi-sbf,.rpi-sbh{position:absolute;right:0;width:100%;margin:0;padding:0;overflow:hidden;z-index:2147483002;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.12);box-sizing:border-box}.rpi-sbh{top:0;height:var(--sbh-height,0)}.rpi-sbf{display:flex;align-items:center;justify-content:space-around;bottom:0;height:var(--sbf-height,0)}.rpi-sbf label{cursor:pointer}:root{--rpi-logo-g:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M482.56 261.36c0-16.73-1.5-32.83-4.29-48.27H256v91.29h127.01c-5.47 29.5-22.1 54.49-47.09 71.23v59.21h76.27c44.63-41.09 70.37-101.59 70.37-173.46z' fill='%234285f4'/%3E%3Cpath d='M256 492c63.72 0 117.14-21.13 156.19-57.18l-76.27-59.21c-21.13 14.16-48.17 22.53-79.92 22.53-61.47 0-113.49-41.51-132.05-97.3H45.1v61.15c38.83 77.13 118.64 130.01 210.9 130.01z' fill='%2334a853'/%3E%3Cpath d='M123.95 300.84c-4.72-14.16-7.4-29.29-7.4-44.84s2.68-30.68 7.4-44.84V150.01H45.1C29.12 181.87 20 217.92 20 256c0 38.08 9.12 74.13 25.1 105.99l78.85-61.15z' fill='%23fbbc05'/%3E%3Cpath d='M256 113.86c34.65 0 65.76 11.91 90.22 35.29l67.69-67.69C373.03 43.39 319.61 20 256 20c-92.25 0-172.07 52.89-210.9 130.01l78.85 61.15c18.56-55.78 70.59-97.3 132.05-97.3z' fill='%23ea4335'/%3E%3C/svg%3E");--rpi-logo-f:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cstyle type='text/css'%3E.st0{fill:url(%23RPISVGID1);}.st1{fill:%23FFFFFF;}%3C/style%3E%3ClinearGradient id='RPISVGID1' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' style='stop-color:%230062E0'/%3E%3Cstop offset='1' style='stop-color:%2319AFFF'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M16.7,39.8C7.2,38.1,0,29.9,0,20C0,9,9,0,20,0s20,9,20,20c0,9.9-7.2,18.1-16.7,19.8l-1.1-0.9h-4.4L16.7,39.8z'/%3E%3Cpath d='M27.8,25.6l0.9-5.6h-5.3v-3.9c0-1.6,0.6-2.8,3-2.8h2.6V8.2c-1.4-0.2-3-0.4-4.4-0.4c-4.6,0-7.8,2.8-7.8,7.8V20 h-5v5.6h5v14.1c1.1,0.2,2.2,0.3,3.3,0.3c1.1,0,2.2-0.1,3.3-0.3V25.6H27.8z' class='st1'/%3E%3C/svg%3E");--rpi-logo-y:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M317.119,340.347c-9.001,9.076-1.39,25.586-1.39,25.586l67.757,113.135c0,0,11.124,14.915,20.762,14.915   c9.683,0,19.246-7.952,19.246-7.952l53.567-76.567c0,0,5.395-9.658,5.52-18.12c0.193-12.034-17.947-15.33-17.947-15.33   l-126.816-40.726C337.815,335.292,325.39,331.994,317.119,340.347z M310.69,283.325c6.489,11.004,24.389,7.798,24.389,7.798   l126.532-36.982c0,0,17.242-7.014,19.704-16.363c2.415-9.352-2.845-20.637-2.845-20.637l-60.468-71.225   c0,0-5.24-9.006-16.113-9.912c-11.989-1.021-19.366,13.489-19.366,13.489l-71.494,112.505   C311.029,261.999,304.709,273.203,310.69,283.325z M250.91,239.461c14.9-3.668,17.265-25.314,17.265-25.314l-1.013-180.14   c0,0-2.247-22.222-12.232-28.246c-15.661-9.501-20.303-4.541-24.79-3.876l-105.05,39.033c0,0-10.288,3.404-15.646,11.988   c-7.651,12.163,7.775,29.972,7.775,29.972l109.189,148.831C226.407,231.708,237.184,242.852,250.91,239.461z M224.967,312.363   c0.376-13.894-16.682-22.239-16.682-22.239L95.37,233.079c0,0-16.732-6.899-24.855-2.091c-6.224,3.677-11.738,10.333-12.277,16.216   l-7.354,90.528c0,0-1.103,15.685,2.963,22.821c5.758,10.128,24.703,3.074,24.703,3.074L210.37,334.49   C215.491,331.048,224.471,330.739,224.967,312.363z M257.746,361.219c-11.315-5.811-24.856,6.224-24.856,6.224l-88.265,97.17   c0,0-11.012,14.858-8.212,23.982c2.639,8.552,7.007,12.802,13.187,15.797l88.642,27.982c0,0,10.747,2.231,18.884-0.127   c11.552-3.349,9.424-21.433,9.424-21.433l2.003-131.563C268.552,379.253,268.101,366.579,257.746,361.219z' fill='%23D80027'/%3E%3C/svg%3E");--rpi-star:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z'/%3E%3C/svg%3E") no-repeat center/contain;--rpi-star-h:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M288 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L288.1 86.9l-.1 .3V376.4zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L288.1 439.8 159.8 508.3C149 514 135.9 513.1 126 506s-14.9-19.3-12.9-31.3L137.8 329 33.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L195 150.3 259.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L438.5 329l24.6 145.7z'/%3E%3C/svg%3E") no-repeat center/contain;--rpi-star-o:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z'/%3E%3C/svg%3E") no-repeat center/contain;--rpi-star-yelp0:rgba(200, 201, 202, 0.48);--rpi-star-yelp1:#ffcc4b;--rpi-star-yelp2:#ffad48;--rpi-star-yelp3:#ff8742;--rpi-star-yelp4:#ff643d;--rpi-star-yelp5:#fb433c;--rpi-prev:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;--rpi-next:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;--rpi-ai:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 144 144'%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='45.724' y1='51.844' x2='110.864' y2='106.764' gradientTransform='matrix(1 0 0 -1 0 146)'%3E%3Cstop offset='0' style='stop-color:%23217bfd'%3E%3C/stop%3E%3Cstop offset='.27' style='stop-color:%23078eca'%3E%3C/stop%3E%3Cstop offset='.777' style='stop-color:%23a190fe'%3E%3C/stop%3E%3Cstop offset='1' style='stop-color:%23bd99fa'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M143.72 71.72c-9.88 0-19-1.87-27.68-5.56-8.69-3.81-16.35-9-22.77-15.42-6.42-6.42-11.61-14.09-15.42-22.77-3.69-8.68-5.56-17.81-5.56-27.68A.29.29 0 0 0 72 0a.28.28 0 0 0-.28.28c0 9.87-1.93 19-5.74 27.68-3.69 8.69-8.82 16.35-15.24 22.77-6.42 6.42-14.09 11.61-22.77 15.42-8.68 3.69-17.81 5.56-27.69 5.56-.15.01-.28.14-.28.29 0 .16.13.28.28.28 9.87 0 19 1.93 27.69 5.74 8.69 3.69 16.35 8.82 22.77 15.24 6.42 6.43 11.55 14.09 15.24 22.78 3.81 8.68 5.74 17.8 5.74 27.68a.28.28 0 1 0 .56 0c0-9.88 1.87-19 5.56-27.68 3.81-8.69 9-16.35 15.42-22.78 6.42-6.42 14.08-11.55 22.77-15.24 8.68-3.81 17.81-5.74 27.68-5.74.16 0 .28-.13.28-.28a.271.271 0 0 0-.27-.28z'%3E%3C/path%3E%3C/svg%3E")}.rpi-x{position:absolute;top:var(--x-top,6px)!important;right:var(--x-right,8px)!important;display:flex!important;align-items:center;justify-content:center;width:var(--x-width,20px)!important;height:var(--x-height,20px)!important;cursor:pointer;opacity:var(--x-opacity, .65);border-radius:50%;background-color:var(--x-bg,#fafafa);z-index:2147483003}.rpi-x:hover{opacity:1}.rpi-x::after,.rpi-x::before{content:"";position:absolute;display:block;width:var(--x-line-width,12px);height:var(--x-line-height,1px);border-radius:2px;background-color:var(--x-color,#373737)}.rpi-x::before{transform:rotate(45deg)}.rpi-x::after{transform:rotate(-45deg)}.rpi-x.rpi-xa::before{--x-line-width:7px;--x-line-height:7px;top:4px;border-radius:0;border-right:1px solid #373737;border-bottom:1px solid #373737;background-color:transparent}.rpi-x.rpi-xa::after{content:none}.rpi-bubble:after{content:"";position:absolute;top:-8px;left:16px;bottom:auto;border-style:solid;border-width:0 8px 8px;border-color:#fff transparent}.rpi-fade{-webkit-transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:transform 150ms ease,opacity 150ms ease;transition:transform 150ms ease,opacity 150ms ease,-webkit-transform 150ms ease}.rpi-lightbox-wrap{--x-top:15px;--x-right:15px;--x-bg:none;--x-color:#ececec;--x-line-width:25px;--x-line-height:3px;--x-opacity:1}.rpi-lightbox{--x-top:15px;--x-right:15px;--x-bg:none;--x-color:#ececec;--x-line-width:25px;--x-line-height:3px;--x-opacity:1;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;height:100%;max-width:100%;color:#333;text-align:left;z-index:99;user-select:none;background-color:rgba(0,0,0,.6);transition:all .3s ease-out}.rpi-lightbox-inner{width:95%;max-width:1200px;height:100%;max-height:calc(100vh - 80px);max-height:calc(100dvh - 80px)}.rpi-lightbox-xxx{container-name:lightbox;container-type:inline-size;position:relative;height:100%;border:none;overflow:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.rpi-lightbox-content{position:relative;display:flex;flex-direction:row;justify-content:flex-start;color:#000;height:100%;flex-direction:row;border-radius:4px;background-color:#fff}.rpi-lightbox-media{position:relative;display:flex;justify-content:center;flex:2;align-items:center;width:100%;height:100%;overflow:hidden;padding-bottom:0;background-color:#000}.rpi-lightbox-btn{position:absolute;display:flex;width:30px;height:30px;font-size:36px;line-height:22px;justify-content:center;z-index:1;cursor:pointer;border-radius:50%;background-color:rgba(214,214,214,.7);transition:background .3s ease-in-out}.rpi-lightbox-btn:hover{background:#e1e1e1}.rpi-lightbox-prev{left:8px}.rpi-lightbox-next{right:8px}.rpi-lightbox-prev::before{content:'‹'}.rpi-lightbox-next::before{content:'›'}.rpi-lightbox-media img{position:relative;display:block;width:100%;height:100%;max-width:100%;max-height:100%;opacity:1;object-fit:contain;border-radius:inherit;transition:opacity .3s ease-in-out}.rpi-lightbox-review{display:flex;flex-direction:column;flex:1;height:100%;font-size:15px;color:#000;padding:0}@container lightbox (width < 480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}@media(max-width:480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}.rpi .rpi-flash{--info-gap:4px;--card-bg:none;--text-lines:auto}.rpi .rpi-flash-wrap{display:block;position:fixed;top:100%;left:0;width:auto;font-size:16px;z-index:999999999999}.rpi .rpi-flash-wrap.rpi-flash-right{left:auto;right:0}.rpi .rpi-flash-content{opacity:0;padding:16px;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}.rpi .rpi-flash-content.rpi-flash-visible{opacity:1;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%);text-align:left}.rpi .rpi-flash-content.rpi-flash-visible.rpi-flash-gout{opacity:.5;-webkit-transition:opacity 150ms ease;transition:opacity 150ms ease;transition:opacity 150ms ease;transition:opacity 150ms ease}.rpi .rpi-flash-card{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:400px;max-height:var(--flash-height);max-width:var(--flash-width);color:#8d8d8d;font-size:12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;border-radius:20px;background-color:#fff;box-shadow:0 1px 5px 0 rgb(0 0 0 / 20%),0 3px 1px -2px rgb(0 0 0 / 12%),0 2px 2px 0 rgb(0 0 0 / 14%);-webkit-transition:max-height .3s ease,opacity .3s ease,-webkit-transform .3s ease;transition:max-height .3s ease,opacity .3s ease,-webkit-transform .3s ease;transition:max-height .3s ease,opacity .3s ease,transform .3s ease;transition:max-height .3s ease,opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;cursor:pointer}.rpi .rpi-flash-card:hover{box-shadow:0 5px 5px -3px rgb(0 0 0 / 20%),0 3px 14px 2px rgb(0 0 0 / 12%),0 8px 10px 1px rgb(0 0 0 / 14%);opacity:1;-webkit-transform:translate(0,-2px);-ms-transform:translate(0,-2px);transform:translate(0,-2px)}.rpi .rpi-flash-card.rpi-flash-expanded{height:400px;max-height:400px}.rpi .rpi-flash-card .rpi-img{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)}.rpi .rpi-flash .rpi-x{--x-top:10px;--x-right:-2px;--x-width:20px;--x-height:20px;--x-bg:#fafafa;z-index:3;opacity:.5;-webkit-transform:translate(0,-30px);-ms-transform:translate(0,-30px);transform:translate(0,-30px);-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.rpi .rpi-flash .rpi-x{opacity:0;transform:translate(0,0)}.rpi .rpi-flash-content:hover .rpi-x{opacity:1;transform:translate(0,-10px)}.rpi .rpi-flash-x::after,.rpi .rpi-flash-x::before{--x-line-width:10px;--x-line-height:1px;--x-line-bg:#373737}.rpi .rpi-flash-story{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:16px;z-index:1;width:var(--flash-width);height:var(--flash-height);opacity:1;padding:8px 12px;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.rpi .rpi-flash-story{--img-size:16px}.rpi .rpi-flash-expanded .rpi-flash-story{opacity:0}.rpi .rpi-flash .rpi-card{padding:0 16px}.rpi .rpi-flash .rpi-card.rpi-highlight{background:#f3f3f3}.rpi .rpi-flash-img{--img-size:50px}.rpi .rpi-flash-img svg{display:inline-block;width:auto;height:auto}.rpi .rpi-flash-body,.rpi .rpi-flash-footer,.rpi .rpi-flash-head{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.rpi .rpi-flash-body,.rpi .rpi-flash-head{color:#333;font-size:13px}.rpi .rpi-flash-head{margin-bottom:2px}.rpi .rpi-flash-rating.rpi-star::after{width:8px;height:8px;background-color:#ffc107}.rpi .rpi-flash-head .rpi-flash-name{color:#00a3ff;font-weight:600;max-width:55px;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.rpi .rpi-flash-footer{font-size:11px;font-weight:600}.rpi .rpi-flash-form{position:absolute;left:0;top:0;overflow:auto;width:100%;max-height:100%;margin:0;padding:0;border-radius:20px;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.rpi .rpi-flash-expanded .rpi-flash-form{z-index:2;opacity:1;overflow-y:auto}@media(max-width:768px){.rpi .rpi-flash.rpi-flash-hide{visibility:hidden}}.rpi .rpi-badge-cnt{--badge-side:30px;--badge-down:30px;position:var(--badge-pos,fixed);display:var(--badge-display2,var(--badge-display,inline-flex));gap:var(--badge-gap,16px);flex-wrap:var(--badge-wrap,wrap);align-items:var(--badge-align-items,stretch);justify-content:var(--badge-justify-content,left);flex-direction:var(--badge-direction,var(--badge-embed-direction,column));max-width:none;align-content:var(--badge-align-content,left)}.rpi .rpi-badge-cnt.rpi-badge-block{--badge-display:flex}.rpi .rpi-sb{--sb-left:auto;--sb-right:0;--sb-bottom:0;--sb-top-offset:0px;--sbf-height:40px;--sb-border-radius:0;--text-height-auto:auto;--card-bg:transparent;--head-card-bg:transparent;--head-grade-fs:1em}.rpi .rpi-sb.rpi-sb-left{--sb-left:0;--sb-right:auto}.rpi .rpi-badge-left,.rpi .rpi-badge-right{bottom:var(--badge-down);z-index:2147482999}.rpi .rpi-badge-left{left:var(--badge-side)}.rpi .rpi-badge-right{right:var(--badge-side)}.rpi .rpi-badge-embed{--badge-pos:relative;--badge-embed-direction:row}.rpi .rpi-badge{display:inline-block;position:relative;align-self:var(--badge-align-self,auto);justify-items:var(--badge-justify-items,left);flex:var(--badge-flex,none);text-align:left;font-family:inherit;border-radius:var(--badge-radius,2px);border:var(--badge-border,none);border-color:var(--badge-br-color,#ccc);box-shadow:var(--badge-shadow,0 2px 5px 0 rgba(0,0,0,.26))}.rpi .rpi-badge>.rpi-x{--x-top:-6px;--x-right:-8px;--x-width:16px;--x-height:16px;--x-line-width:8px}.rpi .rpi-badge-line{display:block;width:100%;height:6px;background:var(--badge-line-color,#4fce6a);border-radius:var(--badge-radius,2px) var(--badge-radius,2px) 0 0}.rpi .rpi-badge-body{--flex-display:flex;--flex-gap:var(--badge-body-gap, 8px);--flex-direction:row;--flex-align-items:center;--logo-size:var(--badge-logo-size, 44px);--img-size:var(--badge-logo-size, 44px);--rating-color:var(--head-rating-color, var(--rating-color));--head-grade-fs:var(--badge-grade-fs, 1.125em);--head-grade-weight:var(--badge-grade-weight, 600);--score-gap:5px;--stars-gap:var(--score-gap);--star-size:var(--badge-star-size, 1em);--star-color:var(--head-star-color, #fb7900);--name-fs:var(--badge-name-fs, 14px);--name-color:var(--badge-name-color, #333333);--name-weight:normal;--rev-text-lh:normal;--head-based-fs:var(--badge-based-fs, 13px);--head-based-color:var(--badge-based-color, #777777);justify-self:var(--badge-body-justify-self,left);justify-content:var(--badge-body-justify-content,left);position:relative;width:100%;color:#333;padding:8px;z-index:999;background:var(--badge-bg-color,#fff);border-radius:0 0 var(--badge-radius,2px) var(--badge-radius,2px);transition:all .2s ease-in-out}.rpi .rpi-badge-body.rpi-badge-clickable{cursor:pointer;user-select:none}.rpi .rpi-badge-body.rpi-badge-clickable:hover{background:#f3f3f5}.rpi .rpi-badge-body .rpi-info{--info-gap:var(--badge-info-gap, 3px);--flex-align-items:left}.rpi .rpi-badge>.rpi-x{opacity:0;border:1px solid #ccc;z-index:2147482999;transition:opacity .2s ease-in-out}.rpi .rpi-badge:hover>.rpi-x{opacity:1}@media(max-width:768px){.rpi .rpi-flash.rpi-flash-hide,.rpi-badge-cnt.rpi-badge-left.rpi-badge-hide,.rpi-badge-cnt.rpi-badge-right.rpi-badge-hide{display:none!important}.rpi .rpi-badge>.rpi-x{opacity:1!important}}.wpac,.wpac a,.wpac abbr,.wpac acronym,.wpac address,.wpac applet,.wpac b,.wpac big,.wpac blockquote,.wpac caption,.wpac cite,.wpac code,.wpac dd,.wpac del,.wpac dfn,.wpac div,.wpac dl,.wpac dt,.wpac em,.wpac fieldset,.wpac font,.wpac form,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac hr,.wpac i,.wpac img,.wpac input,.wpac ins,.wpac kbd,.wpac label,.wpac legend,.wpac li,.wpac object,.wpac ol,.wpac option,.wpac p,.wpac pre,.wpac q,.wpac s,.wpac samp,.wpac select,.wpac small,.wpac span,.wpac strike,.wpac strong,.wpac sub,.wpac sup,.wpac table,.wpac tbody,.wpac td,.wpac textarea,.wpac tfoot,.wpac th,.wpac thead,.wpac tr,.wpac tt,.wpac ul,.wpac var{background-attachment:scroll!important;background-color:transparent!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-color:#000!important;border-color:currentColor!important;border-radius:0!important;border-style:none!important;border-width:medium!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1;outline:invert none medium!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;text-shadow:none!important;-webkit-transition:none!important;transition:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpac,.wpac address,.wpac blockquote,.wpac caption,.wpac dd,.wpac div,.wpac dl,.wpac dt,.wpac fieldset,.wpac form,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac hr,.wpac ol,.wpac option,.wpac p,.wpac pre,.wpac select,.wpac textarea,.wpac ul{display:block}.wpac table{display:table}.wpac tbody{display:table-row-group}.wpac tr{display:table-row}.wpac td{display:table-cell}.wpac ul{list-style-type:none!important}.wpac li{display:list-item;min-height:auto!important;min-width:auto!important}.wpac a,.wpac a *,.wpac input[type=checkbox],.wpac input[type=radio],.wpac input[type=submit],.wpac select{cursor:pointer!important}.wpac a:hover{text-decoration:none!important}.wpac button,.wpac input[type=submit]{height:auto!important;text-align:center!important}.wpac input[type=hidden]{display:none}.wpac select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important}.wpac input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.wpac input[type=checkbox]:after,.wpac input[type=checkbox]:before{content:none!important;border:0!important}.wpac input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.wpac input[type=radio]:after,.wpac input[type=radio]:before{content:none!important;border:0!important}.wpac li:after,.wpac li:before{content:""!important}.wpac input,.wpac select{vertical-align:middle!important}.wpac input,.wpac select,.wpac textarea{border:1px solid #ccc!important}.wpac table{border-collapse:collapse!important;border-spacing:0!important}.wpac [dir=rtl]{direction:rtl!important}.wpac img{border:0!important}.wpac svg{vertical-align:middle!important;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.wpac{font-size:14px!important;line-height:20px!important;direction:inherit!important;text-align:inherit!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;color:#333!important;font-style:normal!important;font-weight:400!important;text-decoration:none!important;list-style-type:disc!important}.wp-gr{--rev-gap:4px;--rev-padding:4px;--media-gap:8px;--media-size:40px;--media-lines:2}.wp-gr .wp-google-badge{display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge-fixed{position:fixed!important;right:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important}.wp-gr .wp-google-badge_left-fixed{position:fixed!important;left:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important}.wp-gr .wp-google-badge *{cursor:pointer!important}.wp-gr .wp-google-border{width:100%!important;height:6px!important;background:#4fce6a!important;border-radius:2px 2px 0 0!important}.wp-gr .wp-google-badge-btn{position:relative!important;padding:10px!important;background:#fff!important;transition:all .2s ease-in-out!important;border-radius:2px!important}.wp-gr .wp-google-badge-btn:hover{background:#f3f3f5!important}.wp-gr .wp-google-badge-score{display:inline-block;margin:0 0 0 4px!important;vertical-align:middle!important}.wp-gr .wp-google-rating{color:var(--star-color,#fb8e28)!important;font-size:21px!important;font-weight:600!important;margin:0 6px 0 0!important;vertical-align:middle!important}.wp-gr .wp-google-stars .wp-star{padding:0 3px 0 0!important;line-height:normal!important}.wp-gr .wp-google-based,.wp-gr .wp-google-powered{color:var(--head-based-color,#555)!important;margin:6px 0 0!important}.wp-gr .wp-google-powered{color:var(--powered-color,#777)!important;font-size:15px!important}.wp-gr .wp-google-powered>span{font-weight:600!important}.wp-gr .wp-google-form .wp-google-reviews{padding:16px 16px 0!important}.wp-gr .wp-google-review{margin-top:15px!important}.wp-gr .wp-google-left{display:table-cell!important;vertical-align:top!important}[dir=ltr] .wp-google-left{padding-right:10px!important}[dir=rtl] .wp-google-left{padding-left:10px!important}.wp-gr .wp-google-left img{border:none!important;float:left!important;height:46px!important;width:46px!important;margin-right:10px!important;overflow:hidden!important;border-radius:50%!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .wp-google-reviews img{border-radius:50%!important}.wp-gr .wp-google-right{display:table-cell!important;vertical-align:top!important;width:10000px!important}.wp-gr .grw-header.wp-place-center{width:100%!important}.wp-gr .wp-place-center{text-align:center!important}.wp-gr .wp-place-center .wp-google-left{display:block!important}.wp-gr .wp-place-center .wp-google-left img{float:none!important}.wp-gr .wp-star svg{display:inline-block!important}.wp-gr .wp-google-place .wp-star svg{width:20px!important;height:20px!important;vertical-align:middle!important}.wp-gr .wp-star svg{width:18px!important;height:18px!important;vertical-align:middle!important;fill:var(--star-color,#fb8e28)}.wp-gr .wp-google-wrap{display:flex;flex-direction:column;gap:var(--rev-gap)}.wp-gr .wp-google-name{color:var(--name-color,#333)!important;font-size:100%!important;font-weight:700!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#555!important;font-size:13px!important;white-space:nowrap!important}.wp-gr .wp-google-text{color:var(--text-color,#222)!important;font-size:15px!important;line-height:24px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important}.wp-gr .wp-google-text .wp-google-stars{padding-right:7px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:10px 0!important;color:#136aaf!important;text-align:center!important}.wp-gr .wp-google-form{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:2147483000!important}.wp-gr .wp-google-form.wp-google-form-left{left:0!important}@media(max-width:460px){.wp-gr .wp-google-form{width:100%!important}}.wp-gr .wp-google-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:80px!important;background:#fff!important;padding:10px 16px!important;overflow:hidden!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.12)!important;z-index:2147483002!important}.wp-gr .wp-google-head-inner{z-index:2147483000!important;position:absolute!important;left:20px!important;top:20px!important;width:100%!important;height:100%!important;pointer-events:none!important}.wp-gr .wp-google-close{padding:0!important;cursor:pointer!important;outline:0!important;border:0!important;background:0 0!important;min-height:0!important;width:auto!important;float:right!important;font-size:32px!important;font-weight:500!important;line-height:.6!important;color:#999!important;-webkit-appearance:none!important}.wp-gr .wp-google-close:hover{color:#555!important}.wp-gr .wp-google-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(250,250,251,.98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgba(0,0,0,.08)!important;z-index:2147483000!important}.wp-gr .wp-google-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;overflow-y:auto!important;z-index:2147483001!important;-webkit-transform:translateZ(0)!important}.wp-gr .wp-google-content{top:80px!important;bottom:48px!important}.wp-gr .wp-google-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wp-gr .wp-google-footer{position:absolute!important;bottom:0!important;right:0!important;width:100%!important;height:48px!important;text-align:center!important;z-index:2147483002!important;background:#fff!important;box-shadow:0 -1px 2px 0 rgba(0,0,0,.06)!important;-moz-text-align-last:center!important;text-align-last:center!important}.wp-gr .wp-google-footer img{float:right!important;padding:16px!important}.wp-gr.wp-dark .wp-google-name{color:#eee!important}.wp-gr.wpac.wp-dark .wp-google-name a{color:var(--head-based-color,#eee)!important}.wp-gr.wp-dark .wp-google-time{color:#bbb!important}.wp-gr.wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wp-dark .wp-google-powered{color:var(--powered-color,#fff)!important}.wp-gr.wp-dark .wp-google-based{color:var(--head-based-color,#999)!important}.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{background:var(--rev-color,#fafafa)!important}.wp-gr.wpac .wp-google-name{font-size:100%!important}.wp-gr.wpac .grw-hide,.wp-gr.wpac .wp-google-hide{display:none}.wp-gr.wpac .wp-google-name a{color:var(--head-name-color,#333)!important;font-size:16px!important;text-decoration:none!important}.wp-gr.wpac .wp-google-left img{width:46px!important;height:46px!important;border-radius:50%!important}.wp-gr.wpac a.wp-google-name{color:var(--name-color,#154fc1)!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.wp-gr.wpac .wp-google-review .wp-google-stars{display:inline-block;margin-right:4px!important}@media(max-width:480px){.wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide{display:none!important}}@media(max-width:480px){.wp-google-badge.wp-google-badge_left-fixed.wp-google-badge-hide{display:none!important}}.wp-gr{display:block!important;width:100%!important;padding-bottom:20px!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.wp-gr .grw-row{display:-ms-flexbox!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;-ms-flex-wrap:nowrap!important;-ms-flex-align:center!important}.wp-gr .grw-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.wp-gr .grw-row-x .grw-header+.grw-content .grw-review,.wp-gr .grw-row-xs .grw-content,.wp-gr .grw-row-xs .grw-header,.wp-gr .grw-row-xs .grw-review{--gap:0;--col:1}.wp-gr .grw-row-xl .grw-header+.grw-content{--gap:.2;--col:1.2}.wp-gr .grw-row-l .grw-header+.grw-content{--gap:.25;--col:1.25}.wp-gr .grw-row-m .grw-header+.grw-content{--gap:.333333;--col:1.333333}.wp-gr .grw-row-s .grw-header+.grw-content{--gap:.5;--col:1.5}.wp-gr .grw-row-s .grw-header+.grw-content .grw-review,.wp-gr .grw-row-x .grw-header,.wp-gr .grw-row-x .grw-header+.grw-content,.wp-gr .grw-row-x .grw-review{--gap:1;--col:2}.wp-gr .grw-row-m .grw-header+.grw-content .grw-review,.wp-gr .grw-row-s .grw-header,.wp-gr .grw-row-s .grw-review{--gap:2;--col:3}.wp-gr .grw-row-l .grw-review,.wp-gr .grw-row-m .grw-header,.wp-gr .grw-row-m .grw-review{--gap:3;--col:4}.wp-gr .grw-row-l .grw-header,.wp-gr .grw-row-xl .grw-review{--gap:4;--col:5}.wp-gr .grw-row-xl .grw-header{--gap:5;--col:6}.wp-gr .grw-content,.wp-gr .grw-header{-ms-flex:1 0 calc(100% / var(--col,3))!important;flex:1 0 calc(100% / var(--col,3))!important;width:calc(100% / var(--col,3))!important}.wp-gr .grw-review{-ms-flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2))/ var(--col,3))!important;flex:1 0 calc((100% - var(--card-gap,16px)*var(--gap,2))/ var(--col,3))!important;width:calc((100% - var(--card-gap,16px)*var(--gap,2))/ var(--col,3))!important}.wp-gr .grw-content{position:relative!important;min-width:0!important}.wp-gr .grw-content-inner{position:relative!important;display:flex!important;align-items:center!important}.wp-gr .grw-review-inner{display:flex;flex-direction:column;gap:var(--rev-gap);height:100%!important}.wp-gr .grw-header-inner,.wp-gr .grw-review-inner{position:relative!important;padding:16px!important;width:100%!important}.wp-gr .grw-review-inner.grw-round{border-radius:8px!important}.wp-gr .grw-review-inner.grw-shadow{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .grw-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:16px!important;height:16px!important}.wp-gr .grw-reviews{display:flex!important;display:-ms-flexbox!important;flex:1!important;overflow:hidden!important;scrollbar-width:none}.wp-gr .grw-reviews::-webkit-scrollbar{display:none!important}.wp-gr .grw-review{display:flex;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important;width:100%!important;padding:var(--rev-padding)!important}.wp-gr button{all:unset!important;user-select:none!important}.wp-gr .grw-btns{height:33px!important;width:33px!important;text-align:center!important;cursor:pointer!important;border-radius:50%!important;user-select:none!important}.wp-gr .grw-btns svg path{fill:#aaa;transition:all .2s ease-in-out!important}.wp-gr .grw-btns:hover svg path{fill:#555!important}[dir=rtl] .wp-gr .grw-next,[dir=rtl] .wp-gr .grw-prev{transform:rotate(180deg)}.wp-gr .grw-review .wp-google-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important}.wp-gr .grw-review .wp-google-stars{margin:8px 0 var(--rev-gap)!important}.wp-gr .grw-review .wp-google-feedback{height:100px!important;overflow-y:auto!important}.wp-gr .grw-scroll::-webkit-scrollbar{width:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)!important}.wp-gr .grw-scroll::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.wp-gr .wp-google-wr{margin:15px auto 8px!important}.wp-gr .wp-google-wr a{color:#fff!important;padding:6px 15px 10px!important;outline:0!important;border-radius:27px!important;background:var(--btn-color,#1f67e7)!important;white-space:nowrap!important;vertical-align:middle!important;opacity:.9!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .wp-google-wr a:hover{opacity:.95!important;background:var(--btn-color,#1f67e7)!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 3px 5px rgba(0,0,0,.24)!important}.wp-gr .wp-google-wr a:active{opacity:1!important;background:var(--btn-color,#1f67e7)!important;box-shadow:none!important}.wp-gr .wp-google-wr a svg{display:inline-block;width:16px;height:16px;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}.wp-gr[data-layout=slider] .grw-reviews{gap:calc(var(--card-gap,16px) - var(--rev-padding));overflow-x:scroll!important;flex-wrap:nowrap!important;-ms-flex-wrap:nowrap!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important}.wp-gr[data-layout=slider] .grw-review{scroll-snap-align:start!important;transform-origin:center center!important;transform:scale(1)!important;transition:transform .5s!important}.wp-gr{--slider-dot-size:8px}.wp-gr .rpi-dots-wrap{position:absolute!important;top:calc(100% - 1px)!important;left:0!important;right:0!important;display:flex!important;justify-content:center!important;margin:0 var(--slider-btn)!important;padding-top:var(--slider-dot-padding-top,16px)!important}.wp-gr .rpi-dots{display:flex!important;gap:12px!important;flex-wrap:nowrap!important;overflow-x:scroll!important;scrollbar-width:none!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important}.wp-gr .rpi-dot{display:inline-block!important;width:var(--slider-dot-size)!important;height:var(--slider-dot-size)!important;margin:1px 0!important;background-color:var(--slider-dot-color,#999)!important;border-radius:20px!important;cursor:pointer!important;opacity:.4!important;vertical-align:middle!important;flex:1 0 auto!important;width:var(--slider-dot-size)!important;transform:scale(.65)!important;scroll-snap-align:center!important}.wp-gr .rpi-dot:hover{opacity:1!important}.wp-gr .rpi-dot.active{opacity:1!important;transform:scale(1)!important;background-color:var(--slider-act-dot-color,#154fc1)!important}.wp-gr .rpi-dot.s2{transform:scale(.85)!important}.wp-gr .rpi-dot.s3{transform:scale(.75)!important}.wp-gr[data-layout=grid] .grw-reviews{gap:calc(var(--card-gap,16px) - var(--rev-padding));flex-wrap:wrap!important;-ms-flex-wrap:wrap!important}.wp-gr .grw-b{font-weight:700!important;white-space:nowrap!important}.wp-gr .wp-google-reply{font-size:14px!important;margin-top:auto!important;margin-left:6px!important;padding-left:6px!important;border-left:1px solid #999!important;overflow:hidden!important;overflow-y:auto!important;line-height:20px!important;max-height:44px!important}.wp-gr .wp-google-reply>div{display:flex;gap:4px;align-items:center}.wp-gr .wp-google-reply .wp-google-time{font-size:11px!important;white-space:nowrap!important}.wp-gr .wp-google-img{display:flex;flex-wrap:wrap;gap:var(--media-gap);max-height:calc((var(--media-size) + var(--media-gap)) * var(--media-lines) - 2px)!important;overflow-y:auto!important}.wp-gr .wp-google-img img{display:flex;width:var(--media-size)!important;height:var(--media-size)!important;cursor:pointer!important;border-radius:3px!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.rpi-x{position:absolute;top:var(--x-top,6px)!important;right:var(--x-right,8px)!important;display:flex!important;align-items:center;justify-content:center;width:var(--x-width,20px)!important;height:var(--x-height,20px)!important;cursor:pointer;opacity:var(--x-opacity, .65);border-radius:50%;background-color:var(--x-bg,#fafafa);z-index:2147483003}.rpi-x:hover{opacity:1}.rpi-x::after,.rpi-x::before{content:"";position:absolute;display:block;width:var(--x-line-width,12px);height:var(--x-line-height,1px);border-radius:2px;background-color:var(--x-color,#373737)}.rpi-x::before{transform:rotate(45deg)}.rpi-x::after{transform:rotate(-45deg)}.rpi-x.rpi-xa::before{--x-line-width:7px;--x-line-height:7px;top:4px;border-radius:0;border-right:1px solid #373737;border-bottom:1px solid #373737;background-color:transparent}.rpi-x.rpi-xa::after{content:none}.rpi-bubble:after{content:"";position:absolute;top:-8px;left:16px;bottom:auto;border-style:solid;border-width:0 8px 8px;border-color:#fff transparent}.rpi-fade{-webkit-transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:transform 150ms ease,opacity 150ms ease;transition:transform 150ms ease,opacity 150ms ease,-webkit-transform 150ms ease}.rpi-lightbox{--x-top:15px;--x-right:15px;--x-bg:none;--x-color:#ececec;--x-line-width:25px;--x-line-height:3px;--x-opacity:1;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;height:100%;max-width:100%;color:#333;text-align:left;z-index:2147483001;user-select:none;background-color:rgba(0,0,0,.6);transition:all .3s ease-out}.rpi-lightbox-inner{width:95%;height:100%;max-width:1200px;max-height:calc(100vh - 160px)}.rpi-lightbox-xxx{container-name:lightbox;container-type:inline-size;position:relative;height:100%;border:none;overflow:hidden;border-radius:4px}.rpi-lightbox-content{position:relative;display:flex;flex-direction:row;justify-content:flex-start;color:#000;height:100%;flex-direction:row;border-radius:4px;background-color:#fff}.rpi-lightbox-media{position:relative;display:flex;justify-content:center;flex:2;align-items:center;width:100%;height:100%;overflow:hidden;padding-bottom:0;background-color:#000}.rpi-lightbox-btn{position:absolute;display:flex;width:30px;height:30px;font-size:36px;line-height:22px;justify-content:center;z-index:1;cursor:pointer;border-radius:50%;background-color:rgba(214,214,214,.7);transition:background .3s ease-in-out}.rpi-lightbox-btn:hover{background:#e1e1e1}.rpi-lightbox-prev{left:8px}.rpi-lightbox-next{right:8px}.rpi-lightbox-prev::before{content:'‹'}.rpi-lightbox-next::before{content:'›'}.rpi-lightbox-media img{position:relative;display:block;width:100%;height:100%;max-width:100%;max-height:100%;opacity:1;object-fit:contain;border-radius:inherit;transition:opacity .3s ease-in-out}.rpi-lightbox-review{display:flex;flex-direction:column;flex:1;height:100%;font-size:15px;color:#000;padding:0}@container lightbox (width < 480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}@media(max-width:480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}/**
 * Auto Generated by OMGF
 * @author: Daan van den Bergh
 * @url: https://daan.dev
 */

@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-italic-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin-ext.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/open-sans-normal-latin.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Parisienne';font-style:normal;font-weight:400;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/parisienne-normal-latin-ext-400.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Parisienne';font-style:normal;font-weight:400;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/parisienne-normal-latin-400.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Poppins';font-style:normal;font-weight:300;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-ext-300.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Poppins';font-style:normal;font-weight:300;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-300.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-ext-400.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-400.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-ext-500.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-500.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-ext-600.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-600.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-ext-700.woff2?ver=1763823358)format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url(//latissanderie.fr/wp-content/uploads/omgf/talos-fonts/poppins-normal-latin-700.woff2?ver=1763823358)format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== */
body {
	background: #f2f2f2;
	font-family: 'Open Sans';
	font-weight:300;
	font-size: 15px;
	line-height:22px;
	color:#323232;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-size-adjust: 100%;
 }
 html {
		overflow-x:hidden; 
	height:100%;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #414141;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	text-align:center;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 40px; line-height:48px;}
h2 { font-size: 34px; line-height:42px;}
h3 { font-size: 30px; line-height: 38px;}
h4 { font-size: 24px; line-height: 32px;}
h5 { font-size: 16px; line-height: 22px;font-weight:600;}
h6 { font-size: 14px; line-height: 20px;font-weight:600;}


	p {  }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 600;}
	small { font-size: 80%; }
	


/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #323a3d; border-width: 1px 0 0; clear: both; margin:0 10px 0 10px; height: 0; position:relative;}


/* #Links
================================================== */
	a, a:visited { text-decoration: none; }
	a:hover, a:focus { color: #e74c3c;}
	p a, p a:visited { line-height: inherit; text-decoration: none;}
	a:focus{
	outline:none;
	}

/* #Lists
================================================== */
	ul, ol { }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li {  }
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
/* #Buttons
================================================== */

	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	background:#363636;	
	margin-top:10px;
	border:none;
	  color: #dfdfdf;
	  display: inline-block;
	  font-size: 16px;
	  cursor: pointer;
	  line-height: normal;
	  padding: 15px 25px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out; 
	width:100%}
	.button{
        background:#363636; 
        margin-top:10px;
        border:none;
          color: #dfdfdf;
          display: inline-block;
          font-size: 16px;
          cursor: pointer;
          line-height: normal;
          padding: 15px 25px;
        -webkit-transition : all 0.3s ease-out;
        -moz-transition : all 0.3s ease-out;
        -o-transition :all 0.3s ease-out;
        transition : all 0.3s ease-out;
    }
	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {	
	  color: #e74c3c;
	background:#292929;	 }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {	
	  color: #e74c3c;}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
/* #Images
================================================== */
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 12.5px !important; }
	.add-bottom { margin-bottom: 25px !important; }
	.remove-top { margin-top: 0 !important; }
	.half-top { margin-top: 12.5px !important; }
	.add-top { margin-top: 25px !important; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
::selection {
	color:#fff;
}
::-moz-selection {
	color:#fff;
}




/*
* Skeleton V1.2 improved by IG Design
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 1320 Grid
    #Base 1200 Grid
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */


    
    /* #Base 1320 Grid
    ================================================== */   
    
        .container                                  { position: relative; width: 1320px; margin: 0 auto; padding: 0; }
        .container .column,
        .container .columns                         { float: left; display: inline; margin-left: 25px; margin-right: 25px; margin-top: 25px; margin-bottom: 25px;}
        .row                                        { margin-bottom: 0px; }

        /* Nested Column Classes */
        .column.alpha, .columns.alpha               { margin-left: 0; }
        .column.omega, .columns.omega               { margin-right: 0; }

        /* Base Grid */
        .container .one.column,
        .container .one.columns,
        .row .expander-wrap .one.columns            { width: 60px;  }
        .container .two.columns,
        .row .expander-wrap .two.columns            { width: 170px; }
        .container .three.columns,
        .row .expander-wrap .three.columns          { width: 280px; }
        .container .four.columns,
        .row .expander-wrap .four.columns           { width: 390px; }
        .container .five.columns,
        .row .expander-wrap .five.columns           { width: 500px; }
        .container .six.columns,
        .row .expander-wrap .six.columns            { width: 610px; }
        .container .seven.columns,
        .row .expander-wrap .seven.columns          { width: 720px; }
        .container .eight.columns,
        .row .expander-wrap .eight.columns          { width: 830px; }
        .container .nine.columns,
        .row .expander-wrap .nine.columns           { width: 940px; }
        .container .ten.columns,
        .row .expander-wrap .ten.columns            { width: 1050px; }
        .container .eleven.columns,
        .row .expander-wrap .eleven.columns         { width: 1160px; }
        .container .twelve.columns,
        .row .expander-wrap .twelve.columns         { width: 1270px; }

        .container .one-fifth.column                { width: 214px; }
        .container .two-fifths.column               { width: 478px; }
        .container .three-fifths.column                { width: 742px; }
        .container .four-fifths.column               { width: 1006px; }
        
        /* Full Width Column % */
        .row .one.columns,                     
        .row .two.columns,                  
        .row .three.columns,                   
        .row .four.columns,                    
        .row .five.columns,                    
        .row .six.columns,                     
        .row .seven.columns,                  
        .row .eight.columns,                   
        .row .nine.columns,                    
        .row .ten.columns,                     
        .row .eleven.columns,                 
        .row .twelve.columns  {float: left;}
        
        .row .one.columns                     { width: 8.333333333333332%; }
        .row .two.columns                     { width: 16.666666666666664%; }
        .row .three.columns                   { width: 25%; }
        .row .four.columns                    { width: 33.33333333333333%; }
        .row .five.columns                    { width: 41.66666666666667%; }
        .row .six.columns                     { width: 50%; }
        .row .seven.columns                   { width: 58.333333333333336%; }
        .row .eight.columns                   { width: 66.66666666666666%; }
        .row .nine.columns                    { width: 75%; }
        .row .ten.columns                     { width: 83.33333333333334%; }
        .row .eleven.columns                  { width: 91.66666666666666%; }
        .row .twelve.columns                  { width: 100%; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 110px;  }
        .container .offset-by-two                   { padding-left: 220px; }
        .container .offset-by-three                 { padding-left: 330px; }
        .container .offset-by-four                  { padding-left: 440px; }
        .container .offset-by-five                  { padding-left: 550px; }
        .container .offset-by-six                   { padding-left: 660px; }
        .container .offset-by-seven                 { padding-left: 770px; }
        .container .offset-by-eight                 { padding-left: 880px; }
        .container .offset-by-nine                  { padding-left: 990px; }
        .container .offset-by-ten                   { padding-left: 1100px; }
        .container .offset-by-eleven                { padding-left: 1210px; }   
    
    /* #Base 1200 Grid
    ================================================== */   
    @media only screen and (min-width: 1200px) and (max-width: 1319px) {    
        .container                             { position: relative; width: 1200px; margin: 0 auto; padding: 0; }
        .container .column,
        .container .columns              { float: left; display: inline; margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;}
        .row                                        { margin-bottom: 0px; }

        /* Nested Column Classes */
        .column.alpha, .columns.alpha               { margin-left: 0; }
        .column.omega, .columns.omega               { margin-right: 0; }

        /* Base Grid */
        .container .one.column,
        .container .one.columns,
        .row .expander-wrap .one.columns            { width: 80px;  }
        .container .two.columns,
        .row .expander-wrap .two.columns            { width: 180px; }
        .container .three.columns,
        .row .expander-wrap .three.columns          { width: 280px; }
        .container .four.columns,
        .row .expander-wrap .four.columns           { width: 380px; }
        .container .five.columns,
        .row .expander-wrap .five.columns           { width: 480px; }
        .container .six.columns,
        .row .expander-wrap .six.columns            { width: 580px; }
        .container .seven.columns,
        .row .expander-wrap .seven.columns          { width: 680px; }
        .container .eight.columns,
        .row .expander-wrap .eight.columns          { width: 780px; }
        .container .nine.columns,
        .row .expander-wrap .nine.columns           { width: 880px; }
        .container .ten.columns,
        .row .expander-wrap .ten.columns            { width: 980px; }
        .container .eleven.columns,
        .row .expander-wrap .eleven.columns         { width: 1080px; }
        .container .twelve.columns,
        .row .expander-wrap .twelve.columns         { width: 1180px; }

        .container .one-fifth.column                { width: 220px; }
        .container .two-fifths.column               { width: 460px; }
        .container .three-fifths.column                { width: 700px; }
        .container .four-fifths.column               { width: 940px; }
        
        /* Full Width Column % */
        .row .one.columns,                     
        .row .two.columns,                  
        .row .three.columns,                   
        .row .four.columns,                    
        .row .five.columns,                    
        .row .six.columns,                     
        .row .seven.columns,                  
        .row .eight.columns,                   
        .row .nine.columns,                    
        .row .ten.columns,                     
        .row .eleven.columns,                 
        .row .twelve.columns  {float: left;}
        
        .row .one.columns                     { width: 8.333333333333332%; }
        .row .two.columns                     { width: 16.666666666666664%; }
        .row .three.columns                   { width: 25%; }
        .row .four.columns                    { width: 33.33333333333333%; }
        .row .five.columns                    { width: 41.66666666666667%; }
        .row .six.columns                     { width: 50%; }
        .row .seven.columns                   { width: 58.333333333333336%; }
        .row .eight.columns                   { width: 66.66666666666666%; }
        .row .nine.columns                    { width: 75%; }
        .row .ten.columns                     { width: 83.33333333333334%; }
        .row .eleven.columns                  { width: 91.66666666666666%; }
        .row .twelve.columns                  { width: 100%; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 100px;  }
        .container .offset-by-two                   { padding-left: 200px; }
        .container .offset-by-three                 { padding-left: 300px; }
        .container .offset-by-four                  { padding-left: 400px; }
        .container .offset-by-five                  { padding-left: 500px; }
        .container .offset-by-six                   { padding-left: 600px; }
        .container .offset-by-seven                 { padding-left: 700px; }
        .container .offset-by-eight                 { padding-left: 800px; }
        .container .offset-by-nine                  { padding-left: 900px; }
        .container .offset-by-ten                   { padding-left: 1000px; }
        .container .offset-by-eleven                { padding-left: 1100px; }   
    }   
    
    
    

    /* #Base 960 Grid
    ================================================== */

    @media only screen and (min-width: 960px) and (max-width: 1199px) {
        .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
        .container .column,
        .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;}
        .row                                        { margin-bottom: 0px; }

        /* Nested Column Classes */
        .column.alpha, .columns.alpha               { margin-left: 0; }
        .column.omega, .columns.omega               { margin-right: 0; }

        /* Base Grid */
        .container .one.column,
        .container .one.columns,
        .row .expander-wrap .one.columns            { width: 60px;  }
        .container .two.columns,
        .row .expander-wrap .two.columns            { width: 140px; }
        .container .three.columns,
        .row .expander-wrap .three.columns          { width: 220px; }
        .container .four.columns,
        .row .expander-wrap .four.columns           { width: 300px; }
        .container .five.columns,
        .row .expander-wrap .five.columns           { width: 380px; }
        .container .six.columns,
        .row .expander-wrap .six.columns            { width: 460px; }
        .container .seven.columns,
        .row .expander-wrap .seven.columns          { width: 540px; }
        .container .eight.columns,
        .row .expander-wrap .eight.columns          { width: 620px; }
        .container .nine.columns,
        .row .expander-wrap .nine.columns           { width: 700px; }
        .container .ten.columns,
        .row .expander-wrap .ten.columns            { width: 780px; }
        .container .eleven.columns,
        .row .expander-wrap .eleven.columns         { width: 860px; }
        .container .twelve.columns,
        .row .expander-wrap .twelve.columns         { width: 940px; }
        
        .container .one-fifth.column                { width: 172px; }
        .container .two-fifths.column               { width: 364px; }
        .container .three-fifths.column                { width: 556px; }
        .container .four-fifths.column               { width: 748px; }
        
        /* Full Width Column % */
        .row .one.columns,                     
        .row .two.columns,                                            
        .row .four.columns,                    
        .row .five.columns,                                              
        .row .seven.columns,                  
        .row .eight.columns,                   
        .row .nine.columns,                    
        .row .ten.columns,                     
        .row .eleven.columns,                 
        .row .twelve.columns  {float: left;width: 100%;}
        .row .six.columns, .row .three.columns{float: left;}

        .row .one.columns                     { width: 8.333333333333332%; }
        .row .two.columns                     { width: 16.666666666666664%; }
        .row .three.columns                   { width: 25%; }
        .row .four.columns                    { width: 33.33333333333333%; }
        .row .five.columns                    { width: 41.66666666666667%; }
        .row .six.columns                     { width: 50%; }
        .row .seven.columns                   { width: 58.333333333333336%; }
        .row .eight.columns                   { width: 66.66666666666666%; }
        .row .nine.columns                    { width: 75%; }
        .row .ten.columns                     { width: 83.33333333333334%; }
        .row .eleven.columns                  { width: 91.66666666666666%; }
        .row .twelve.columns                  { width: 100%; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 80px;  }
        .container .offset-by-two                   { padding-left: 160px; }
        .container .offset-by-three                 { padding-left: 240px; }
        .container .offset-by-four                  { padding-left: 320px; }
        .container .offset-by-five                  { padding-left: 400px; }
        .container .offset-by-six                   { padding-left: 480px; }
        .container .offset-by-seven                 { padding-left: 560px; }
        .container .offset-by-eight                 { padding-left: 640px; }
        .container .offset-by-nine                  { padding-left: 720px; }
        .container .offset-by-ten                   { padding-left: 800px; }
        .container .offset-by-eleven                { padding-left: 880px; }
    }


    /* #Tablet (Portrait)
    ================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  margin-top: 10px; margin-bottom: 10px;}
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }
        
        .container .one.column,
        .container .one.columns,
        .row .expander-wrap .one.columns            { width: 44px;  }
        .container .two.columns,
        .row .expander-wrap .two.columns            { width: 108px; }
        .container .three.columns,
        .row .expander-wrap .three.columns          { width: 172px; }
        .container .four.columns,
        .row .expander-wrap .four.columns           { width: 236px; }
        .container .five.columns,
        .row .expander-wrap .five.columns           { width: 300px; }
        .container .six.columns,
        .row .expander-wrap .six.columns            { width: 364px; }
        .container .seven.columns,
        .row .expander-wrap .seven.columns          { width: 428px; }
        .container .eight.columns,
        .row .expander-wrap .eight.columns          { width: 492px; }
        .container .nine.columns,
        .row .expander-wrap .nine.columns           { width: 556px; }
        .container .ten.columns,
        .row .expander-wrap .ten.columns            { width: 620px; }
        .container .eleven.columns,
        .row .expander-wrap .eleven.columns         { width: 684px; }
        .container .twelve.columns,
        .row .expander-wrap .twelve.columns         { width: 748px; }
        
        .container .one-fifth.column                { width: 133.6px; }
        .container .two-fifths.column               { width: 287.2px; }
        .container .three-fifths.column                { width: 440.8px; }
        .container .four-fifths.column               { width: 594.4px; }
        
        /* Full Width Column % */
        .row .one.columns,                     
        .row .two.columns,                  
        .row .three.columns,                   
        .row .four.columns,                    
        .row .five.columns,                    
        .row .six.columns,                     
        .row .seven.columns,                  
        .row .eight.columns,                   
        .row .nine.columns,                    
        .row .ten.columns,                     
        .row .eleven.columns,                 
        .row .twelve.columns  {float: left;}
        .row .one.columns                     { width: 8.333333333333332%; }
        .row .two.columns                     { width: 16.666666666666664%; }
        .row .three.columns                   { width: 25%; }
        .row .four.columns                    { width: 33.33333333333333%; }
        .row .five.columns                    { width: 41.66666666666667%; }
        .row .six.columns                     { width: 50%; }
        .row .seven.columns                   { width: 58.333333333333336%; }
        .row .eight.columns                   { width: 66.66666666666666%; }
        .row .nine.columns                    { width: 75%; }
        .row .ten.columns                     { width: 83.33333333333334%; }
        .row .eleven.columns                  { width: 91.66666666666666%; }
        .row .twelve.columns                  { width: 100%; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 64px; }
        .container .offset-by-two                   { padding-left: 128px; }
        .container .offset-by-three                 { padding-left: 192px; }
        .container .offset-by-four                  { padding-left: 256px; }
        .container .offset-by-five                  { padding-left: 320px; }
        .container .offset-by-six                   { padding-left: 384px; }
        .container .offset-by-seven                 { padding-left: 448px; }
        .container .offset-by-eight                 { padding-left: 512px; }
        .container .offset-by-nine                  { padding-left: 576px; }
        .container .offset-by-ten                   { padding-left: 640px; }
        .container .offset-by-eleven                { padding-left: 704px; }
    }


    /*  #Mobile (Portrait)
    ================================================== */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column {  margin-left: 0; margin-right: 0; margin-top: 10px; margin-bottom: 10px;}
        
        .container .one.column,
        .container .one.columns,
        .row .expander-wrap .one.columns            { width: 420px;  }
        .container .two.columns,
        .row .expander-wrap .two.columns            { width: 420px; }
        .container .three.columns,
        .row .expander-wrap .three.columns          { width: 420px; }
        .container .four.columns,
        .row .expander-wrap .four.columns           { width: 420px; }
        .container .five.columns,
        .row .expander-wrap .five.columns           { width: 420px; }
        .container .six.columns,
        .row .expander-wrap .six.columns            { width: 420px; }
        .container .seven.columns,
        .row .expander-wrap .seven.columns          { width: 420px; }
        .container .eight.columns,
        .row .expander-wrap .eight.columns          { width: 420px; }
        .container .nine.columns,
        .row .expander-wrap .nine.columns           { width: 420px; }
        .container .ten.columns,
        .row .expander-wrap .ten.columns            { width: 420px; }
        .container .eleven.columns,
        .row .expander-wrap .eleven.columns         { width: 420px; }
        .container .twelve.columns,
        .row .expander-wrap .twelve.columns         { width: 420px; }

        
        
        /* Full Width Column % */
        .row .one.columns,                     
        .row .two.columns,                  
        .row .three.columns,                   
        .row .four.columns,                    
        .row .five.columns,                    
        .row .six.columns,                     
        .row .seven.columns,                  
        .row .eight.columns,                   
        .row .nine.columns,                    
        .row .ten.columns,                     
        .row .eleven.columns,                 
        .row .twelve.columns  {float: left;width: 100%;}
        
        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven { padding-left: 0; }

    }

    /* #Mobile 
    ================================================== */

    @media only screen and (min-width: 320px) and (max-width: 479px) {
        .container { width: 300px; }
        .container .columns,
        .container .column {  margin-left: 0; margin-right: 0;  margin-top: 10px; margin-bottom: 10px;}
        .container .one.column,
        .container .one.columns,
        .row .expander-wrap .one.columns            { width: 300px;  }
        .container .two.columns,
        .row .expander-wrap .two.columns            { width: 300px; }
        .container .three.columns,
        .row .expander-wrap .three.columns          { width: 300px; }
        .container .four.columns,
        .row .expander-wrap .four.columns           { width: 300px; }
        .container .five.columns,
        .row .expander-wrap .five.columns           { width: 300px; }
        .container .six.columns,
        .row .expander-wrap .six.columns            { width: 300px; }
        .container .seven.columns,
        .row .expander-wrap .seven.columns          { width: 300px; }
        .container .eight.columns,
        .row .expander-wrap .eight.columns          { width: 300px; }
        .container .nine.columns,
        .row .expander-wrap .nine.columns           { width: 300px; }
        .container .ten.columns,
        .row .expander-wrap .ten.columns            { width: 300px; }
        .container .eleven.columns,
        .row .expander-wrap .eleven.columns         { width: 300px; }
        .container .twelve.columns,
        .row .expander-wrap .twelve.columns         { width: 300px; }
        
        /* Full Width Column % */
        .row .one.columns,                     
        .row .two.columns,                  
        .row .three.columns,                   
        .row .four.columns,                    
        .row .five.columns,                    
        .row .six.columns,                     
        .row .seven.columns,                  
        .row .eight.columns,                   
        .row .nine.columns,                    
        .row .ten.columns,                     
        .row .eleven.columns,                 
        .row .twelve.columns  {float: left;width: 100%;}

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven { padding-left: 0; }
    }


    /* #Mobile (Landscape)
    ================================================== */

    /* Note: Design for a width of 320px */
    @media only screen and (max-width: 319px) {
        .container { width: 220px; }
        .container .columns,
        .container .column { margin-left: 0; margin-right: 0; margin-top: 10px; margin-bottom: 10px;}
        .container .one.column,
        .container .one.columns,
        .row .expander-wrap .one.columns            { width: 220px;  }
        .container .two.columns,
        .row .expander-wrap .two.columns            { width: 220px; }
        .container .three.columns,
        .row .expander-wrap .three.columns          { width: 220px; }
        .container .four.columns,
        .row .expander-wrap .four.columns           { width: 220px; }
        .container .five.columns,
        .row .expander-wrap .five.columns           { width: 220px; }
        .container .six.columns,
        .row .expander-wrap .six.columns            { width: 220px; }
        .container .seven.columns,
        .row .expander-wrap .seven.columns          { width: 220px; }
        .container .eight.columns,
        .row .expander-wrap .eight.columns          { width: 220px; }
        .container .nine.columns,
        .row .expander-wrap .nine.columns           { width: 220px; }
        .container .ten.columns,
        .row .expander-wrap .ten.columns            { width: 220px; }
        .container .eleven.columns,
        .row .expander-wrap .eleven.columns         { width: 220px; }
        .container .twelve.columns,
        .row .expander-wrap .twelve.columns         { width: 220px; }
        
        /* Full Width Column % */
        .row .one.columns,                     
        .row .two.columns,                  
        .row .three.columns,                   
        .row .four.columns,                    
        .row .five.columns,                    
        .row .six.columns,                     
        .row .seven.columns,                  
        .row .eight.columns,                   
        .row .nine.columns,                    
        .row .ten.columns,                     
        .row .eleven.columns,                 
        .row .twelve.columns  {float: left;width: 100%;}

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven { padding-left: 0; }
    }

    /* #Clearing
    ================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 128030;
}

.fancybox-opened .fancybox-skin {
}

.fancybox-outer, .fancybox-inner {
	position: relative;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(//latissanderie.fr/wp-content/themes/talos/images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(//latissanderie.fr/wp-content/themes/talos/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -28px;
	right: -28px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(//latissanderie.fr/wp-content/themes/talos/images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 128010;
	background: url(//latissanderie.fr/wp-content/themes/talos/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(//latissanderie.fr/wp-content/themes/talos/images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(//latissanderie.fr/wp-content/themes/talos/images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/*.grabbing { 
    cursor:url(//latissanderie.fr/wp-content/themes/talos/css/grabbing.png) 8 8, move;
}*/

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.owl-theme .owl-controls{
	text-align: center;
	z-index:100;
	left:0;
	width:100%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	top:0;
	left:0;
}
.owl-theme .owl-controls .owl-buttons .owl-next,
.owl-theme .owl-controls .owl-buttons .owl-prev{
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin-left:5px;
	margin-right:5px;
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #212121;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .8s both ease;
  -moz-animation: fadeOut .8s both ease;
  animation: fadeOut .8s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .8s both ease;
  -moz-animation: fadeIn .8s both ease;
  animation: fadeIn .8s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  25% { opacity: 0; -webkit-transform:translateY(100px); }
  75% { opacity: .5; }
  100% { opacity: 1; -webkit-transform:translateY(0px); }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; -webkit-transform:translateY(0px);}
  100% { opacity:0;-webkit-transform:translateY(100px); }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(100%); }
}
@keyframes goDown {
  from { transform: translateY(100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}





/*RETINA DISPLAY*/

@media all and (-webkit-min-device-pixel-ratio: 1.5) { 

/*IMPORTANT : PLEASE NOTE:
Just define high resolution version (2x) all of the background images used in your website.
Example is given below:*/

/*#some-element { background-image: url(//latissanderie.fr/wp-content/themes/talos/images/my_image@2x.png); background-size: 200px 100px; } */

/* Please visit: http://retinajs.com/ */

}



/*** ESSENTIAL STYLES ***/
.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
	text-align: right;
}
.center .sf-menu{
	float:none;
	display: inline-block;
	text-align: center;
}

.sf-menu li {
	position: relative;
}



.sf-menu a {
	display: block;
	position:relative;
}

/*** DEMO SKIN ***/
.sf-menu {
	margin-bottom: 0;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
}

.sf-menu a {
	padding: 0 18px;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #fff;
}
.sf-menu a#sign_in {
	background-color:#252525;
	}
.sf-menu li {
	background: ;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

ul.sf-menu li a.{
	color:#fff;
	padding-left: 20px;
}
ul.sf-menu li a:hover,
.current-menu-item a{
	outline:none;
}

.sf-menu ul li {
	min-width:200px;
}

ul.slimmenu.sf-menu > li a:after{
  content : "";
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding : 0 18px;
	line-height: 45px;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #30d9a4; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #30d9a4; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
#mobnav-btn:before {
    display: none;
	font-family: "fontello";
	 content: "\e874";
    font-size: 24px;
	width:24px;
	height:24px;
    color: white;
	cursor:pointer;
}
.mobnav-subarrow {
    display: none;
}

.sf-menu.search-menu .menu-item{
	padding-bottom: 0px;
}
.sf-menu .menu-item .menu-item{
	display: block;
	float: none;
	padding-bottom: 0px;
	position: relative;
}
.sf-menu .menu-item .menu-item i{
	position: absolute;
    right: 0px;
    top:15px;
    color:#fff;
    line-height: inherit;
    margin-right: 10px;
}
.sf-menu .menu-item .menu-item.mega-sub-menu{
	display: inline-block;
	float: left;
}
.sf-menu .menu-item.menu-item-mega{
	position: static;
	display: inline-block;
	white-space: nowrap;
}
.sf-menu .menu-item-mega > a{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}




ul.sf-menu .mega-menu-container {
	display: none;
	background-size:cover;
  	position: absolute;
    z-index: 1000;
    padding: 60px 50px;
    background-color: #111;
    box-shadow: none;
 	text-align: left; 	
}
.cbp-af-header-shrink ul.sf-menu .mega-menu-container:before{
	border:0px;
}
.sf-menu .mega-menu-container .mega-sub-menu > a{
	line-height: 22px;
	padding:6px 0;
	margin-bottom:0;
	font-weight:500;
	color:#fff;
	font-size: 10px;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sf-menu .mega-menu-container .mega-sub-menu.menu-title > a{
	padding: 0;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: calc(100% - 20px);
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.sf-menu .mega-menu-container .mega-menu-columns .grid-container3 a{
	line-height: 22px;
	padding:6px 0;
	margin-bottom:0;
	font-weight:500;
	color:#fff;
	font-size: 10px;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-right: 25px;
}
ul.sub-menu li i{
	margin-left:0;
	padding-left:0;
	text-align:left;
}


/** VERSION 1.3 New CSS  ==================== **/	
ul.mega_submenu.icons li{
	position:relative;
}
.mega-menu-container ul.sub-menu i{
	position:absolute;
	right:25px;
}
/**  End Version 1.3 Updated  **/	

.sf-menu .right:hover > div:before {
	right: 24px;
	left: auto;
}

.sf-menu li div.mega-sub-menu:hover  > div {
	left: 100%;
	right: auto;
	top:-20px;
}
.sky-mega-menu li div.mega-sub-menu:hover > div:before {
	display:none;
}
.sf-menu li div.mega-sub-menu:hover > div {
    right: 100%;
    left: auto;
}
.sf-menu > .sub-menu {
    position: absolute;
    z-index: 1000;
    padding: 20px 20px;
    top: 100%;
    left: -9999px;
    margin-top: 10px;
    background-color: rgba(20,20,20,1);
    box-shadow: none;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.1s, opacity 0.1s;
    -ms-transition: -ms-transform 0.1s, opacity 0.1s;
    -moz-transition: -moz-transform 0.1s, opacity 0.1s;
    -webkit-transition: -webkit-transform 0.1s, opacity 0.1s;
}

.sf-menu .grid-container2 .title-menu.menu-item > a,.sf-menu .mega-menu-columns .title-menu.menu-item > a {
	letter-spacing: 3px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(80,80,80,.9);
    line-height: 21px;
}
.sf-menu .mega-menu-columns .title-menu.menu-item > a{
	margin-right: 15px;
}
.sf-menu .grid-container2 .padding-top-15.title-menu.menu-item > a,.sf-menu .mega-menu-columns .padding-top-15.title-menu.menu-item > a{
	padding-top: 15px;
}
.sf-menu .grid-container2 .title-menu.menu-item > a:hover,.sf-menu .mega-menu-columns .title-menu.menu-item > a:hover{
	padding-left: 0;
	background-color: #111;
}
.sf-menu .grid-container2 .menu-item-has-children i{
	position: absolute;
	right: 0px;
    line-height: inherit;
    margin-right: 10px;
    padding-right: 0px;
}
.sf-menu .grid-container2 i, .sf-menu .mega-menu-columns i {
	display: inline-block;
    width: 12px;
    float: none;
    margin: 0;
    padding-right: 10px;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    line-height: inherit;
}
.sf-menu .grid-container2 .menu-item-has-children .mega-menu-columns i{
	display: inline-block;
    width: 12px;
    float: none;
    margin: 0;
    padding-right: 10px;
    font-size: 10px;
    text-align: center;
    font-weight: 400;
    line-height: inherit;
}
.sf-menu .grid-container2 .menu-item-has-children .mega-menu-columns li a{
	padding-left: 20px;
}
.sf-menu li:hover li > div{
	left: 100%;
    right: auto;
    top: -20px;
}
.dark-menu-background {
    top: 50px;
    background: rgba(40,40,40,0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.new-menu{
	vertical-align: super;
    font-size: 8.5px;
    line-height: 8.5px;
    font-weight: 500;
    margin-left: 4px;
}

#menu-wrap .container .columns.multi-page, #menu-wraps .container .columns.multi-page{
	margin-top: 0px;
	margin-bottom: 0px;
}
.multi-page .logo{
	top:45px;
}
ul.slimmenu.sf-menu {
    margin: 0 auto;
    width: auto;
    float: right;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
}
ul.slimmenu.sf-menu > li{
	padding-left: 0px;
}
ul.slimmenu.sf-menu > li.right ul,
ul.slimmenu.sf-menu > li.right .mega-menu-container {
	right: 0!important;
}
ul.slimmenu.sf-menu > li a {
    text-decoration: none;
    padding: 50px 22px;
    margin: 0px;
    display: block;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu.sf-menu > li > a{
	padding-top: 30px;
	padding-bottom: 20px;
}
ul.slimmenu.sf-menu li ul.normal-sub{
	min-width: 240px;
    left: auto;
    padding: 10px 20px;
    background: #111;
}
ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
ul.slimmenu.sf-menu > li  ul  li a {
    padding: 1em 0;
    margin-left: 10px;
    margin-right: 10px;
    color: #f1f1f1;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: calc(100% - 20px);
    display: block;
}
ul.slimmenu.sf-menu li ul li a{
	color: #f1f1f1;
}
ul.sf-menu li ul li a:hover{
	color: #fff;
}
.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-12{
	width: 100%;
}
.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-6{
	width: 50%;
}
.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-4{
	width: 33.33%;
}
.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-3{
	width: 25%;
}
.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-8{
	width: 66.66%;
}
.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-9{
	width: 75%;
}
ul.slimmenu.sf-menu li .sub-collapser{
	width: 0px;
}
ul.slimmenu.sf-menu li > ul > li ul.normal-sub{
	top:-10px;
	left: 100%;
	right:auto;
}
ul.slimmenu.sf-menu li .mega-menu-container ul.normal-sub{
	padding-left: 0px;
	padding-right: 0px;
}
.menu-mobile i {    
    font-size: 28px;    
    padding: 0;
    float: right;
    position: relative;
    top: 0;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.slimmenu.sf-menu > li i{
	display: none;
}
ul.slimmenu.sf-menu > li li i{
	display: inline-block;
}

.menu-mobile {
	display: none;
	padding-top: 40px;
    padding-bottom: 40px;
}
ul.slimmenu.sf-menu li ul{
	box-shadow: none;
}
@media (max-width: 1199px) {
	.menu-mobile {
		display: block;
	}
	.sf-menu{display: none;}
	ul.slimmenu.sf-menu > li a{
		padding: 20px 0px!important;
	}
	ul.sf-menu.show-on-mobile {
    	display: block;
	}
	ul.slimmenu.sf-menu > li{
		display: block;
	}
	.multi-page .logo{
		top:30px;
	}
	.sf-menu .menu-item.menu-item-mega{
		display: block;
		position: relative;
	}
	ul.slimmenu.sf-menu > li i,ul.slimmenu.sf-menu > div.mega-menu-container i {
		display: block;
		color: #fff;
		position: absolute;
		top: 15px;
		right:0;
		line-height: inherit;
		z-index: 99999;
	    background: #212121;
    	padding: 5px 12px;
    	cursor: pointer;
    	font-size: 15px;
	}
	li.menu-item-has-children:before {
	    content: "\f489";
	    font-family: "Ionicons";
	    display: none;
	    cursor: pointer;
	    float: right;
	    padding: 8px 12px;
	    background: #212121;
	    color: #fff;
	}
  	ul.slimmenu.sf-menu{
		float: none;
	    text-align: left;
  	}
  	ul.slimmenu.sf-menu li ul.normal-sub{
		position: relative;
		background: transparent;
		text-align: left;
		box-shadow: none;
	}
	ul.slimmenu.sf-menu li > ul > li ul.normal-sub{
		left:0px;
	}
	ul.sf-menu .mega-menu-container{
		background: transparent!important;
		position: relative;
		box-shadow: none;
		width:100%!important;
	}
	ul.sf-menu >li.menu-item-mega:hover .mega-menu-container{
		display: none;
	}
	.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-12,
	.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-6,
	.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-4,
	.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-3,
	.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-8,
	.slimmenu.sf-menu .menu-item .menu-item.mega-sub-menu.col-9{
		width:100%;
	}
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//latissanderie.fr/wp-content/themes/talos/css/font/fontawesome-webfont.eot?v=4.7.0);
  src: url(//latissanderie.fr/wp-content/themes/talos/css/font/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//latissanderie.fr/wp-content/themes/talos/css/font/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//latissanderie.fr/wp-content/themes/talos/css/font/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//latissanderie.fr/wp-content/themes/talos/css/font/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//latissanderie.fr/wp-content/themes/talos/css/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
	font-family: 'et-line';
	src:url(//latissanderie.fr/wp-content/themes/talos/css/font/et-line.eot);
	src:url(//latissanderie.fr/wp-content/themes/talos/css/font/et-line.eot?#iefix) format('embedded-opentype'),
		url(//latissanderie.fr/wp-content/themes/talos/css/font/et-line.woff) format('woff'),
		url(//latissanderie.fr/wp-content/themes/talos/css/font/et-line.ttf) format('truetype'),
		url(//latissanderie.fr/wp-content/themes/talos/css/font/et-line.svg#et-line) format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}
@font-face{font-family:'Mono Social Icons Font';src:url(//latissanderie.fr/wp-content/themes/talos/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.eot);src:url(//latissanderie.fr/wp-content/themes/talos/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.eot) format('embedded-opentype'),url(//latissanderie.fr/wp-content/themes/talos/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.woff) format('woff'),url(//latissanderie.fr/wp-content/themes/talos/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.ttf) format('truetype'),url(//latissanderie.fr/wp-content/themes/talos/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg) format('svg');src:url(//latissanderie.fr/wp-content/themes/talos/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.ttf) format('truetype');font-weight:400;font-style:normal}.vc-mono,.vc-mono:before{font-family:'Mono Social Icons Font';-webkit-text-rendering:optimizeLegibility;-moz-text-rendering:optimizeLegibility;-ms-text-rendering:optimizeLegibility;-o-text-rendering:optimizeLegibility;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased}.vc-mono:before{font-size:2em!important;font-style:normal;word-wrap:normal;text-transform:none}.vc-mono-fivehundredpx:before{content:"fivehundredpx"}.vc-mono-aboutme:before{content:"aboutme"}.vc-mono-addme:before{content:"addme"}.vc-mono-amazon:before{content:"amazon"}.vc-mono-aol:before{content:"aol"}.vc-mono-appstorealt:before{content:"appstorealt"}.vc-mono-appstore:before{content:"appstore"}.vc-mono-apple:before{content:"apple"}.vc-mono-bebo:before{content:"bebo"}.vc-mono-behance:before{content:"behance"}.vc-mono-bing:before{content:"bing"}.vc-mono-blip:before{content:"blip"}.vc-mono-blogger:before{content:"blogger"}.vc-mono-coroflot:before{content:"coroflot"}.vc-mono-daytum:before{content:"daytum"}.vc-mono-delicious:before{content:"delicious"}.vc-mono-designbump:before{content:"designbump"}.vc-mono-designfloat:before{content:"designfloat"}.vc-mono-deviantart:before{content:"deviantart"}.vc-mono-diggalt:before{content:"diggalt"}.vc-mono-digg:before{content:"digg"}.vc-mono-dribble:before{content:"dribble"}.vc-mono-drupal:before{content:"drupal"}.vc-mono-ebay:before{content:"ebay"}.vc-mono-email:before{content:"email"}.vc-mono-emberapp:before{content:"emberapp"}.vc-mono-etsy:before{content:"etsy"}.vc-mono-facebook:before{content:"facebook"}.vc-mono-feedburner:before{content:"feedburner"}.vc-mono-flickr:before{content:"flickr"}.vc-mono-foodspotting:before{content:"foodspotting"}.vc-mono-forrst:before{content:"forrst"}.vc-mono-foursquare:before{content:"foursquare"}.vc-mono-friendsfeed:before{content:"friendsfeed"}.vc-mono-friendstar:before{content:"friendstar"}.vc-mono-gdgt:before{content:"gdgt"}.vc-mono-github:before{content:"github"}.vc-mono-githubalt:before{content:"githubalt"}.vc-mono-googlebuzz:before{content:"googlebuzz"}.vc-mono-googleplus:before{content:"googleplus"}.vc-mono-googletalk:before{content:"googletalk"}.vc-mono-gowallapin:before{content:"gowallapin"}.vc-mono-gowalla:before{content:"gowalla"}.vc-mono-grooveshark:before{content:"grooveshark"}.vc-mono-heart:before{content:"heart"}.vc-mono-hyves:before{content:"hyves"}.vc-mono-icondock:before{content:"icondock"}.vc-mono-icq:before{content:"icq"}.vc-mono-identica:before{content:"identica"}.vc-mono-imessage:before{content:"imessage"}.vc-mono-itunes:before{content:"itunes"}.vc-mono-lastfm:before{content:"lastfm"}.vc-mono-linkedin:before{content:"linkedin"}.vc-mono-meetup:before{content:"meetup"}.vc-mono-metacafe:before{content:"metacafe"}.vc-mono-mixx:before{content:"mixx"}.vc-mono-mobileme:before{content:"mobileme"}.vc-mono-mrwong:before{content:"mrwong"}.vc-mono-msn:before{content:"msn"}.vc-mono-myspace:before{content:"myspace"}.vc-mono-newsvine:before{content:"newsvine"}.vc-mono-paypal:before{content:"paypal"}.vc-mono-photobucket:before{content:"photobucket"}.vc-mono-picasa:before{content:"picasa"}.vc-mono-pinterest:before{content:"pinterest"}.vc-mono-podcast:before{content:"podcast"}.vc-mono-posterous:before{content:"posterous"}.vc-mono-qik:before{content:"qik"}.vc-mono-quora:before{content:"quora"}.vc-mono-reddit:before{content:"reddit"}.vc-mono-retweet:before{content:"retweet"}.vc-mono-rss:before{content:"rss"}.vc-mono-scribd:before{content:"scribd"}.vc-mono-sharethis:before{content:"sharethis"}.vc-mono-skype:before{content:"skype"}.vc-mono-slashdot:before{content:"slashdot"}.vc-mono-slideshare:before{content:"slideshare"}.vc-mono-smugmug:before{content:"smugmug"}.vc-mono-soundcloud:before{content:"soundcloud"}.vc-mono-spotify:before{content:"spotify"}.vc-mono-squidoo:before{content:"squidoo"}.vc-mono-stackoverflow:before{content:"stackoverflow"}.vc-mono-star:before{content:"star"}.vc-mono-stumbleupon:before{content:"stumbleupon"}.vc-mono-technorati:before{content:"technorati"}.vc-mono-tumblr:before{content:"tumblr"}.vc-mono-twitterbird:before{content:"twitterbird"}.vc-mono-twitter:before{content:"twitter"}.vc-mono-viddler:before{content:"viddler"}.vc-mono-vimeo:before{content:"vimeo"}.vc-mono-virb:before{content:"virb"}.vc-mono-www:before{content:"www"}.vc-mono-wikipedia:before{content:"wikipedia"}.vc-mono-windows:before{content:"windows"}.vc-mono-wordpress:before{content:"wordpress"}.vc-mono-xing:before{content:"xing"}.vc-mono-yahoobuzz:before{content:"yahoobuzz"}.vc-mono-yahoo:before{content:"yahoo"}.vc-mono-yelp:before{content:"yelp"}.vc-mono-youtube:before{content:"youtube"}.vc-mono-instagram:before{content:"instagram"}
@font-face{font-family:typicons;font-weight:400;font-style:normal;src:url(//latissanderie.fr/wp-content/themes/talos/lib/typicons/src/font/typicons.eot);src:url(//latissanderie.fr/wp-content/themes/talos/lib/typicons/src/font/typicons.eot?#iefix) format('embedded-opentype'),url(//latissanderie.fr/wp-content/themes/talos/lib/typicons/src/font/typicons.woff) format('woff'),url(//latissanderie.fr/wp-content/themes/talos/lib/typicons/src/font/typicons.ttf) format('truetype'),url(//latissanderie.fr/wp-content/themes/talos/lib/typicons/src/font/typicons.svg#typicons) format('svg')}.typcn:before{font-family:typicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;height:1em;font-size:1em;text-align:center;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.typcn-adjust-brightness:before{content:'\e000'}.typcn-adjust-contrast:before{content:'\e001'}.typcn-anchor-outline:before{content:'\e002'}.typcn-anchor:before{content:'\e003'}.typcn-archive:before{content:'\e004'}.typcn-arrow-back-outline:before{content:'\e005'}.typcn-arrow-back:before{content:'\e006'}.typcn-arrow-down-outline:before{content:'\e007'}.typcn-arrow-down-thick:before{content:'\e008'}.typcn-arrow-down:before{content:'\e009'}.typcn-arrow-forward-outline:before{content:'\e00a'}.typcn-arrow-forward:before{content:'\e00b'}.typcn-arrow-left-outline:before{content:'\e00c'}.typcn-arrow-left-thick:before{content:'\e00d'}.typcn-arrow-left:before{content:'\e00e'}.typcn-arrow-loop-outline:before{content:'\e00f'}.typcn-arrow-loop:before{content:'\e010'}.typcn-arrow-maximise-outline:before{content:'\e011'}.typcn-arrow-maximise:before{content:'\e012'}.typcn-arrow-minimise-outline:before{content:'\e013'}.typcn-arrow-minimise:before{content:'\e014'}.typcn-arrow-move-outline:before{content:'\e015'}.typcn-arrow-move:before{content:'\e016'}.typcn-arrow-repeat-outline:before{content:'\e017'}.typcn-arrow-repeat:before{content:'\e018'}.typcn-arrow-right-outline:before{content:'\e019'}.typcn-arrow-right-thick:before{content:'\e01a'}.typcn-arrow-right:before{content:'\e01b'}.typcn-arrow-shuffle:before{content:'\e01c'}.typcn-arrow-sorted-down:before{content:'\e01d'}.typcn-arrow-sorted-up:before{content:'\e01e'}.typcn-arrow-sync-outline:before{content:'\e01f'}.typcn-arrow-sync:before{content:'\e020'}.typcn-arrow-unsorted:before{content:'\e021'}.typcn-arrow-up-outline:before{content:'\e022'}.typcn-arrow-up-thick:before{content:'\e023'}.typcn-arrow-up:before{content:'\e024'}.typcn-at:before{content:'\e025'}.typcn-attachment-outline:before{content:'\e026'}.typcn-attachment:before{content:'\e027'}.typcn-backspace-outline:before{content:'\e028'}.typcn-backspace:before{content:'\e029'}.typcn-battery-charge:before{content:'\e02a'}.typcn-battery-full:before{content:'\e02b'}.typcn-battery-high:before{content:'\e02c'}.typcn-battery-low:before{content:'\e02d'}.typcn-battery-mid:before{content:'\e02e'}.typcn-beaker:before{content:'\e02f'}.typcn-beer:before{content:'\e030'}.typcn-bell:before{content:'\e031'}.typcn-book:before{content:'\e032'}.typcn-bookmark:before{content:'\e033'}.typcn-briefcase:before{content:'\e034'}.typcn-brush:before{content:'\e035'}.typcn-business-card:before{content:'\e036'}.typcn-calculator:before{content:'\e037'}.typcn-calendar-outline:before{content:'\e038'}.typcn-calendar:before{content:'\e039'}.typcn-camera-outline:before{content:'\e03a'}.typcn-camera:before{content:'\e03b'}.typcn-cancel-outline:before{content:'\e03c'}.typcn-cancel:before{content:'\e03d'}.typcn-chart-area-outline:before{content:'\e03e'}.typcn-chart-area:before{content:'\e03f'}.typcn-chart-bar-outline:before{content:'\e040'}.typcn-chart-bar:before{content:'\e041'}.typcn-chart-line-outline:before{content:'\e042'}.typcn-chart-line:before{content:'\e043'}.typcn-chart-pie-outline:before{content:'\e044'}.typcn-chart-pie:before{content:'\e045'}.typcn-chevron-left-outline:before{content:'\e046'}.typcn-chevron-left:before{content:'\e047'}.typcn-chevron-right-outline:before{content:'\e048'}.typcn-chevron-right:before{content:'\e049'}.typcn-clipboard:before{content:'\e04a'}.typcn-cloud-storage:before{content:'\e04b'}.typcn-cloud-storage-outline:before{content:'\e054'}.typcn-code-outline:before{content:'\e04c'}.typcn-code:before{content:'\e04d'}.typcn-coffee:before{content:'\e04e'}.typcn-cog-outline:before{content:'\e04f'}.typcn-cog:before{content:'\e050'}.typcn-compass:before{content:'\e051'}.typcn-contacts:before{content:'\e052'}.typcn-credit-card:before{content:'\e053'}.typcn-css3:before{content:'\e055'}.typcn-database:before{content:'\e056'}.typcn-delete-outline:before{content:'\e057'}.typcn-delete:before{content:'\e058'}.typcn-device-desktop:before{content:'\e059'}.typcn-device-laptop:before{content:'\e05a'}.typcn-device-phone:before{content:'\e05b'}.typcn-device-tablet:before{content:'\e05c'}.typcn-directions:before{content:'\e05d'}.typcn-divide-outline:before{content:'\e05e'}.typcn-divide:before{content:'\e05f'}.typcn-document-add:before{content:'\e060'}.typcn-document-delete:before{content:'\e061'}.typcn-document-text:before{content:'\e062'}.typcn-document:before{content:'\e063'}.typcn-download-outline:before{content:'\e064'}.typcn-download:before{content:'\e065'}.typcn-dropbox:before{content:'\e066'}.typcn-edit:before{content:'\e067'}.typcn-eject-outline:before{content:'\e068'}.typcn-eject:before{content:'\e069'}.typcn-equals-outline:before{content:'\e06a'}.typcn-equals:before{content:'\e06b'}.typcn-export-outline:before{content:'\e06c'}.typcn-export:before{content:'\e06d'}.typcn-eye-outline:before{content:'\e06e'}.typcn-eye:before{content:'\e06f'}.typcn-feather:before{content:'\e070'}.typcn-film:before{content:'\e071'}.typcn-filter:before{content:'\e072'}.typcn-flag-outline:before{content:'\e073'}.typcn-flag:before{content:'\e074'}.typcn-flash-outline:before{content:'\e075'}.typcn-flash:before{content:'\e076'}.typcn-flow-children:before{content:'\e077'}.typcn-flow-merge:before{content:'\e078'}.typcn-flow-parallel:before{content:'\e079'}.typcn-flow-switch:before{content:'\e07a'}.typcn-folder-add:before{content:'\e07b'}.typcn-folder-delete:before{content:'\e07c'}.typcn-folder-open:before{content:'\e07d'}.typcn-folder:before{content:'\e07e'}.typcn-gift:before{content:'\e07f'}.typcn-globe-outline:before{content:'\e080'}.typcn-globe:before{content:'\e081'}.typcn-group-outline:before{content:'\e082'}.typcn-group:before{content:'\e083'}.typcn-headphones:before{content:'\e084'}.typcn-heart-full-outline:before{content:'\e085'}.typcn-heart-half-outline:before{content:'\e086'}.typcn-heart-outline:before{content:'\e087'}.typcn-heart:before{content:'\e088'}.typcn-home-outline:before{content:'\e089'}.typcn-home:before{content:'\e08a'}.typcn-html5:before{content:'\e08b'}.typcn-image-outline:before{content:'\e08c'}.typcn-image:before{content:'\e08d'}.typcn-infinity-outline:before{content:'\e08e'}.typcn-infinity:before{content:'\e08f'}.typcn-info-large-outline:before{content:'\e090'}.typcn-info-large:before{content:'\e091'}.typcn-info-outline:before{content:'\e092'}.typcn-info:before{content:'\e093'}.typcn-input-checked-outline:before{content:'\e094'}.typcn-input-checked:before{content:'\e095'}.typcn-key-outline:before{content:'\e096'}.typcn-key:before{content:'\e097'}.typcn-keyboard:before{content:'\e098'}.typcn-leaf:before{content:'\e099'}.typcn-lightbulb:before{content:'\e09a'}.typcn-link-outline:before{content:'\e09b'}.typcn-link:before{content:'\e09c'}.typcn-location-arrow-outline:before{content:'\e09d'}.typcn-location-arrow:before{content:'\e09e'}.typcn-location-outline:before{content:'\e09f'}.typcn-location:before{content:'\e0a0'}.typcn-lock-closed-outline:before{content:'\e0a1'}.typcn-lock-closed:before{content:'\e0a2'}.typcn-lock-open-outline:before{content:'\e0a3'}.typcn-lock-open:before{content:'\e0a4'}.typcn-mail:before{content:'\e0a5'}.typcn-map:before{content:'\e0a6'}.typcn-media-eject-outline:before{content:'\e0a7'}.typcn-media-eject:before{content:'\e0a8'}.typcn-media-fast-forward-outline:before{content:'\e0a9'}.typcn-media-fast-forward:before{content:'\e0aa'}.typcn-media-pause-outline:before{content:'\e0ab'}.typcn-media-pause:before{content:'\e0ac'}.typcn-media-play-outline:before{content:'\e0ad'}.typcn-media-play-reverse-outline:before{content:'\e0ae'}.typcn-media-play-reverse:before{content:'\e0af'}.typcn-media-play:before{content:'\e0b0'}.typcn-media-record-outline:before{content:'\e0b1'}.typcn-media-record:before{content:'\e0b2'}.typcn-media-rewind-outline:before{content:'\e0b3'}.typcn-media-rewind:before{content:'\e0b4'}.typcn-media-stop-outline:before{content:'\e0b5'}.typcn-media-stop:before{content:'\e0b6'}.typcn-message-typing:before{content:'\e0b7'}.typcn-message:before{content:'\e0b8'}.typcn-messages:before{content:'\e0b9'}.typcn-microphone-outline:before{content:'\e0ba'}.typcn-microphone:before{content:'\e0bb'}.typcn-minus-outline:before{content:'\e0bc'}.typcn-minus:before{content:'\e0bd'}.typcn-mortar-board:before{content:'\e0be'}.typcn-news:before{content:'\e0bf'}.typcn-notes-outline:before{content:'\e0c0'}.typcn-notes:before{content:'\e0c1'}.typcn-pen:before{content:'\e0c2'}.typcn-pencil:before{content:'\e0c3'}.typcn-phone-outline:before{content:'\e0c4'}.typcn-phone:before{content:'\e0c5'}.typcn-pi-outline:before{content:'\e0c6'}.typcn-pi:before{content:'\e0c7'}.typcn-pin-outline:before{content:'\e0c8'}.typcn-pin:before{content:'\e0c9'}.typcn-pipette:before{content:'\e0ca'}.typcn-plane-outline:before{content:'\e0cb'}.typcn-plane:before{content:'\e0cc'}.typcn-plug:before{content:'\e0cd'}.typcn-plus-outline:before{content:'\e0ce'}.typcn-plus:before{content:'\e0cf'}.typcn-point-of-interest-outline:before{content:'\e0d0'}.typcn-point-of-interest:before{content:'\e0d1'}.typcn-power-outline:before{content:'\e0d2'}.typcn-power:before{content:'\e0d3'}.typcn-printer:before{content:'\e0d4'}.typcn-puzzle-outline:before{content:'\e0d5'}.typcn-puzzle:before{content:'\e0d6'}.typcn-radar-outline:before{content:'\e0d7'}.typcn-radar:before{content:'\e0d8'}.typcn-refresh-outline:before{content:'\e0d9'}.typcn-refresh:before{content:'\e0da'}.typcn-rss-outline:before{content:'\e0db'}.typcn-rss:before{content:'\e0dc'}.typcn-scissors-outline:before{content:'\e0dd'}.typcn-scissors:before{content:'\e0de'}.typcn-shopping-bag:before{content:'\e0df'}.typcn-shopping-cart:before{content:'\e0e0'}.typcn-social-at-circular:before{content:'\e0e1'}.typcn-social-dribbble-circular:before{content:'\e0e2'}.typcn-social-dribbble:before{content:'\e0e3'}.typcn-social-facebook-circular:before{content:'\e0e4'}.typcn-social-facebook:before{content:'\e0e5'}.typcn-social-flickr-circular:before{content:'\e0e6'}.typcn-social-flickr:before{content:'\e0e7'}.typcn-social-github-circular:before{content:'\e0e8'}.typcn-social-github:before{content:'\e0e9'}.typcn-social-google-plus-circular:before{content:'\e0ea'}.typcn-social-google-plus:before{content:'\e0eb'}.typcn-social-instagram-circular:before{content:'\e0ec'}.typcn-social-instagram:before{content:'\e0ed'}.typcn-social-last-fm-circular:before{content:'\e0ee'}.typcn-social-last-fm:before{content:'\e0ef'}.typcn-social-linkedin-circular:before{content:'\e0f0'}.typcn-social-linkedin:before{content:'\e0f1'}.typcn-social-pinterest-circular:before{content:'\e0f2'}.typcn-social-pinterest:before{content:'\e0f3'}.typcn-social-skype-outline:before{content:'\e0f4'}.typcn-social-skype:before{content:'\e0f5'}.typcn-social-tumbler-circular:before{content:'\e0f6'}.typcn-social-tumbler:before{content:'\e0f7'}.typcn-social-twitter-circular:before{content:'\e0f8'}.typcn-social-twitter:before{content:'\e0f9'}.typcn-social-vimeo-circular:before{content:'\e0fa'}.typcn-social-vimeo:before{content:'\e0fb'}.typcn-social-youtube-circular:before{content:'\e0fc'}.typcn-social-youtube:before{content:'\e0fd'}.typcn-sort-alphabetically-outline:before{content:'\e0fe'}.typcn-sort-alphabetically:before{content:'\e0ff'}.typcn-sort-numerically-outline:before{content:'\e100'}.typcn-sort-numerically:before{content:'\e101'}.typcn-spanner-outline:before{content:'\e102'}.typcn-spanner:before{content:'\e103'}.typcn-spiral:before{content:'\e104'}.typcn-star-full-outline:before{content:'\e105'}.typcn-star-half-outline:before{content:'\e106'}.typcn-star-half:before{content:'\e107'}.typcn-star-outline:before{content:'\e108'}.typcn-star:before{content:'\e109'}.typcn-starburst-outline:before{content:'\e10a'}.typcn-starburst:before{content:'\e10b'}.typcn-stopwatch:before{content:'\e10c'}.typcn-support:before{content:'\e10d'}.typcn-tabs-outline:before{content:'\e10e'}.typcn-tag:before{content:'\e10f'}.typcn-tags:before{content:'\e110'}.typcn-th-large-outline:before{content:'\e111'}.typcn-th-large:before{content:'\e112'}.typcn-th-list-outline:before{content:'\e113'}.typcn-th-list:before{content:'\e114'}.typcn-th-menu-outline:before{content:'\e115'}.typcn-th-menu:before{content:'\e116'}.typcn-th-small-outline:before{content:'\e117'}.typcn-th-small:before{content:'\e118'}.typcn-thermometer:before{content:'\e119'}.typcn-thumbs-down:before{content:'\e11a'}.typcn-thumbs-ok:before{content:'\e11b'}.typcn-thumbs-up:before{content:'\e11c'}.typcn-tick-outline:before{content:'\e11d'}.typcn-tick:before{content:'\e11e'}.typcn-ticket:before{content:'\e11f'}.typcn-time:before{content:'\e120'}.typcn-times-outline:before{content:'\e121'}.typcn-times:before{content:'\e122'}.typcn-trash:before{content:'\e123'}.typcn-tree:before{content:'\e124'}.typcn-upload-outline:before{content:'\e125'}.typcn-upload:before{content:'\e126'}.typcn-user-add-outline:before{content:'\e127'}.typcn-user-add:before{content:'\e128'}.typcn-user-delete-outline:before{content:'\e129'}.typcn-user-delete:before{content:'\e12a'}.typcn-user-outline:before{content:'\e12b'}.typcn-user:before{content:'\e12c'}.typcn-vendor-android:before{content:'\e12d'}.typcn-vendor-apple:before{content:'\e12e'}.typcn-vendor-microsoft:before{content:'\e12f'}.typcn-video-outline:before{content:'\e130'}.typcn-video:before{content:'\e131'}.typcn-volume-down:before{content:'\e132'}.typcn-volume-mute:before{content:'\e133'}.typcn-volume-up:before{content:'\e134'}.typcn-volume:before{content:'\e135'}.typcn-warning-outline:before{content:'\e136'}.typcn-warning:before{content:'\e137'}.typcn-watch:before{content:'\e138'}.typcn-waves-outline:before{content:'\e139'}.typcn-waves:before{content:'\e13a'}.typcn-weather-cloudy:before{content:'\e13b'}.typcn-weather-downpour:before{content:'\e13c'}.typcn-weather-night:before{content:'\e13d'}.typcn-weather-partly-sunny:before{content:'\e13e'}.typcn-weather-shower:before{content:'\e13f'}.typcn-weather-snow:before{content:'\e140'}.typcn-weather-stormy:before{content:'\e141'}.typcn-weather-sunny:before{content:'\e142'}.typcn-weather-windy-cloudy:before{content:'\e143'}.typcn-weather-windy:before{content:'\e144'}.typcn-wi-fi-outline:before{content:'\e145'}.typcn-wi-fi:before{content:'\e146'}.typcn-wine:before{content:'\e147'}.typcn-world-outline:before{content:'\e148'}.typcn-world:before{content:'\e149'}.typcn-zoom-in-outline:before{content:'\e14a'}.typcn-zoom-in:before{content:'\e14b'}.typcn-zoom-out-outline:before{content:'\e14c'}.typcn-zoom-out:before{content:'\e14d'}.typcn-zoom-outline:before{content:'\e14e'}.typcn-zoom:before{content:'\e14f'}
@font-face{font-family:vc_entypo;src:url(//latissanderie.fr/wp-content/themes/talos/lib/vc-entypo/fonts/vc_entypo.eot);src:url(//latissanderie.fr/wp-content/themes/talos/lib/vc-entypo/fonts/vc_entypo.eot?#iefix) format('embedded-opentype'),url(//latissanderie.fr/wp-content/themes/talos/lib/vc-entypo/fonts/vc_entypo.woff) format('woff'),url(//latissanderie.fr/wp-content/themes/talos/lib/vc-entypo/fonts/vc_entypo.ttf) format('truetype'),url(//latissanderie.fr/wp-content/themes/talos/lib/vc-entypo/fonts/vc_entypo.svg#vc_entypo) format('svg');font-weight:400;font-style:normal}[class*=" entypo-icon-"]:before,[class^=entypo-icon-]:before{font-family:vc_entypo;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.entypo-icon-note:before{content:"\266a"}.entypo-icon-note-beamed:before{content:"\266b"}.entypo-icon-music:before{content:"🎵"}.entypo-icon-search:before{content:"🔍"}.entypo-icon-flashlight:before{content:"🔦"}.entypo-icon-mail:before{content:"\2709"}.entypo-icon-heart:before{content:"\2665"}.entypo-icon-heart-empty:before{content:"\2661"}.entypo-icon-star:before{content:"\2605"}.entypo-icon-star-empty:before{content:"\2606"}.entypo-icon-user:before{content:"👤"}.entypo-icon-users:before{content:"👥"}.entypo-icon-user-add:before{content:"\e700"}.entypo-icon-video:before{content:"🎬"}.entypo-icon-picture:before{content:"🌄"}.entypo-icon-camera:before{content:"📷"}.entypo-icon-layout:before{content:"\268f"}.entypo-icon-menu:before{content:"\2630"}.entypo-icon-check:before{content:"\2713"}.entypo-icon-cancel:before{content:"\2715"}.entypo-icon-cancel-circled:before{content:"\2716"}.entypo-icon-cancel-squared:before{content:"\274e"}.entypo-icon-plus:before{content:"\2b"}.entypo-icon-plus-circled:before{content:"\2795"}.entypo-icon-plus-squared:before{content:"\229e"}.entypo-icon-minus:before{content:"\2d"}.entypo-icon-minus-circled:before{content:"\2796"}.entypo-icon-minus-squared:before{content:"\229f"}.entypo-icon-help:before{content:"\2753"}.entypo-icon-help-circled:before{content:"\e704"}.entypo-icon-info:before{content:"\2139"}.entypo-icon-info-circled:before{content:"\e705"}.entypo-icon-back:before{content:"🔙"}.entypo-icon-home:before{content:"\2302"}.entypo-icon-link:before{content:"🔗"}.entypo-icon-attach:before{content:"📎"}.entypo-icon-lock:before{content:"🔒"}.entypo-icon-lock-open:before{content:"🔓"}.entypo-icon-eye:before{content:"\e70a"}.entypo-icon-tag:before{content:"\e70c"}.entypo-icon-bookmark:before{content:"🔖"}.entypo-icon-bookmarks:before{content:"📑"}.entypo-icon-flag:before{content:"\2691"}.entypo-icon-thumbs-up:before{content:"👍"}.entypo-icon-thumbs-down:before{content:"👎"}.entypo-icon-download:before{content:"📥"}.entypo-icon-upload:before{content:"📤"}.entypo-icon-upload-cloud:before{content:"\e711"}.entypo-icon-reply:before{content:"\e712"}.entypo-icon-reply-all:before{content:"\e713"}.entypo-icon-forward:before{content:"\27a6"}.entypo-icon-quote:before{content:"\275e"}.entypo-icon-code:before{content:"\e714"}.entypo-icon-export:before{content:"\e715"}.entypo-icon-pencil:before{content:"\270e"}.entypo-icon-feather:before{content:"\2712"}.entypo-icon-print:before{content:"\e716"}.entypo-icon-retweet:before{content:"\e717"}.entypo-icon-keyboard:before{content:"\2328"}.entypo-icon-comment:before{content:"\e718"}.entypo-icon-chat:before{content:"\e720"}.entypo-icon-bell:before{content:"🔔"}.entypo-icon-attention:before{content:"\26a0"}.entypo-icon-alert:before{content:"💥"}.entypo-icon-vcard:before{content:"\e722"}.entypo-icon-address:before{content:"\e723"}.entypo-icon-location:before{content:"\e724"}.entypo-icon-map:before{content:"\e727"}.entypo-icon-direction:before{content:"\27a2"}.entypo-icon-compass:before{content:"\e728"}.entypo-icon-cup:before{content:"\2615"}.entypo-icon-trash:before{content:"\e729"}.entypo-icon-doc:before{content:"\e730"}.entypo-icon-docs:before{content:"\e736"}.entypo-icon-doc-landscape:before{content:"\e737"}.entypo-icon-doc-text:before{content:"📄"}.entypo-icon-doc-text-inv:before{content:"\e731"}.entypo-icon-newspaper:before{content:"📰"}.entypo-icon-book-open:before{content:"📖"}.entypo-icon-book:before{content:"📕"}.entypo-icon-folder:before{content:"📁"}.entypo-icon-archive:before{content:"\e738"}.entypo-icon-box:before{content:"📦"}.entypo-icon-rss:before{content:"\e73a"}.entypo-icon-phone:before{content:"📞"}.entypo-icon-cog:before{content:"\2699"}.entypo-icon-tools:before{content:"\2692"}.entypo-icon-share:before{content:"\e73c"}.entypo-icon-shareable:before{content:"\e73e"}.entypo-icon-basket:before{content:"\e73d"}.entypo-icon-bag:before{content:"👜"}.entypo-icon-calendar:before{content:"📅"}.entypo-icon-login:before{content:"\e740"}.entypo-icon-logout:before{content:"\e741"}.entypo-icon-mic:before{content:"🎤"}.entypo-icon-mute:before{content:"🔇"}.entypo-icon-sound:before{content:"🔊"}.entypo-icon-volume:before{content:"\e742"}.entypo-icon-clock:before{content:"🕔"}.entypo-icon-hourglass:before{content:"\23f3"}.entypo-icon-lamp:before{content:"💡"}.entypo-icon-light-down:before{content:"🔅"}.entypo-icon-light-up:before{content:"🔆"}.entypo-icon-adjust:before{content:"\25d1"}.entypo-icon-block:before{content:"🚫"}.entypo-icon-resize-full:before{content:"\e744"}.entypo-icon-resize-small:before{content:"\e746"}.entypo-icon-popup:before{content:"\e74c"}.entypo-icon-publish:before{content:"\e74d"}.entypo-icon-window:before{content:"\e74e"}.entypo-icon-arrow-combo:before{content:"\e74f"}.entypo-icon-down-circled:before{content:"\e758"}.entypo-icon-left-circled:before{content:"\e759"}.entypo-icon-right-circled:before{content:"\e75a"}.entypo-icon-up-circled:before{content:"\e75b"}.entypo-icon-down-open:before{content:"\e75c"}.entypo-icon-left-open:before{content:"\e75d"}.entypo-icon-right-open:before{content:"\e75e"}.entypo-icon-up-open:before{content:"\e75f"}.entypo-icon-down-open-mini:before{content:"\e760"}.entypo-icon-left-open-mini:before{content:"\e761"}.entypo-icon-right-open-mini:before{content:"\e762"}.entypo-icon-up-open-mini:before{content:"\e763"}.entypo-icon-down-open-big:before{content:"\e764"}.entypo-icon-left-open-big:before{content:"\e765"}.entypo-icon-right-open-big:before{content:"\e766"}.entypo-icon-up-open-big:before{content:"\e767"}.entypo-icon-down:before{content:"\2b07"}.entypo-icon-left:before{content:"\2b05"}.entypo-icon-right:before{content:"\27a1"}.entypo-icon-up:before{content:"\2b06"}.entypo-icon-down-dir:before{content:"\25be"}.entypo-icon-left-dir:before{content:"\25c2"}.entypo-icon-right-dir:before{content:"\25b8"}.entypo-icon-up-dir:before{content:"\25b4"}.entypo-icon-down-bold:before{content:"\e4b0"}.entypo-icon-left-bold:before{content:"\e4ad"}.entypo-icon-right-bold:before{content:"\e4ae"}.entypo-icon-up-bold:before{content:"\e4af"}.entypo-icon-down-thin:before{content:"\2193"}.entypo-icon-left-thin:before{content:"\2190"}.entypo-icon-right-thin:before{content:"\2192"}.entypo-icon-up-thin:before{content:"\2191"}.entypo-icon-ccw:before{content:"\27f2"}.entypo-icon-cw:before{content:"\27f3"}.entypo-icon-arrows-ccw:before{content:"🔄"}.entypo-icon-level-down:before{content:"\21b3"}.entypo-icon-level-up:before{content:"\21b0"}.entypo-icon-shuffle:before{content:"🔀"}.entypo-icon-loop:before{content:"🔁"}.entypo-icon-switch:before{content:"\21c6"}.entypo-icon-play:before{content:"\25b6"}.entypo-icon-stop:before{content:"\25a0"}.entypo-icon-pause:before{content:"\2389"}.entypo-icon-record:before{content:"\26ab"}.entypo-icon-to-end:before{content:"\23ed"}.entypo-icon-to-start:before{content:"\23ee"}.entypo-icon-fast-forward:before{content:"\23e9"}.entypo-icon-fast-backward:before{content:"\23ea"}.entypo-icon-progress-0:before{content:"\e768"}.entypo-icon-progress-1:before{content:"\e769"}.entypo-icon-progress-2:before{content:"\e76a"}.entypo-icon-progress-3:before{content:"\e76b"}.entypo-icon-target:before{content:"🎯"}.entypo-icon-palette:before{content:"🎨"}.entypo-icon-list:before{content:"\e005"}.entypo-icon-list-add:before{content:"\e003"}.entypo-icon-signal:before{content:"📶"}.entypo-icon-trophy:before{content:"🏆"}.entypo-icon-battery:before{content:"🔋"}.entypo-icon-back-in-time:before{content:"\e771"}.entypo-icon-monitor:before{content:"💻"}.entypo-icon-mobile:before{content:"📱"}.entypo-icon-network:before{content:"\e776"}.entypo-icon-cd:before{content:"💿"}.entypo-icon-inbox:before{content:"\e777"}.entypo-icon-install:before{content:"\e778"}.entypo-icon-globe:before{content:"🌎"}.entypo-icon-cloud:before{content:"\2601"}.entypo-icon-cloud-thunder:before{content:"\26c8"}.entypo-icon-flash:before{content:"\26a1"}.entypo-icon-moon:before{content:"\263d"}.entypo-icon-flight:before{content:"\2708"}.entypo-icon-paper-plane:before{content:"\e79b"}.entypo-icon-leaf:before{content:"🍂"}.entypo-icon-lifebuoy:before{content:"\e788"}.entypo-icon-mouse:before{content:"\e789"}.entypo-icon-briefcase:before{content:"💼"}.entypo-icon-suitcase:before{content:"\e78e"}.entypo-icon-dot:before{content:"\e78b"}.entypo-icon-dot-2:before{content:"\e78c"}.entypo-icon-dot-3:before{content:"\e78d"}.entypo-icon-brush:before{content:"\e79a"}.entypo-icon-magnet:before{content:"\e7a1"}.entypo-icon-infinity:before{content:"\221e"}.entypo-icon-erase:before{content:"\232b"}.entypo-icon-chart-pie:before{content:"\e751"}.entypo-icon-chart-line:before{content:"📈"}.entypo-icon-chart-bar:before{content:"📊"}.entypo-icon-chart-area:before{content:"🔾"}.entypo-icon-tape:before{content:"\2707"}.entypo-icon-graduation-cap:before{content:"🎓"}.entypo-icon-language:before{content:"\e752"}.entypo-icon-ticket:before{content:"🎫"}.entypo-icon-water:before{content:"💦"}.entypo-icon-droplet:before{content:"💧"}.entypo-icon-air:before{content:"\e753"}.entypo-icon-credit-card:before{content:"💳"}.entypo-icon-floppy:before{content:"💾"}.entypo-icon-clipboard:before{content:"📋"}.entypo-icon-megaphone:before{content:"📣"}.entypo-icon-database:before{content:"\e754"}.entypo-icon-drive:before{content:"\e755"}.entypo-icon-bucket:before{content:"\e756"}.entypo-icon-thermometer:before{content:"\e757"}.entypo-icon-key:before{content:"🔑"}.entypo-icon-flow-cascade:before{content:"\e790"}.entypo-icon-flow-branch:before{content:"\e791"}.entypo-icon-flow-tree:before{content:"\e792"}.entypo-icon-flow-line:before{content:"\e793"}.entypo-icon-flow-parallel:before{content:"\e794"}.entypo-icon-rocket:before{content:"🚀"}.entypo-icon-gauge:before{content:"\e7a2"}.entypo-icon-traffic-cone:before{content:"\e7a3"}.entypo-icon-cc:before{content:"\e7a5"}.entypo-icon-cc-by:before{content:"\e7a6"}.entypo-icon-cc-nc:before{content:"\e7a7"}.entypo-icon-cc-nc-eu:before{content:"\e7a8"}.entypo-icon-cc-nc-jp:before{content:"\e7a9"}.entypo-icon-cc-sa:before{content:"\e7aa"}.entypo-icon-cc-nd:before{content:"\e7ab"}.entypo-icon-cc-pd:before{content:"\e7ac"}.entypo-icon-cc-zero:before{content:"\e7ad"}.entypo-icon-cc-share:before{content:"\e7ae"}.entypo-icon-cc-remix:before{content:"\e7af"}.entypo-icon-github:before{content:"\f300"}.entypo-icon-github-circled:before{content:"\f301"}.entypo-icon-flickr:before{content:"\f303"}.entypo-icon-flickr-circled:before{content:"\f304"}.entypo-icon-vimeo:before{content:"\f306"}.entypo-icon-vimeo-circled:before{content:"\f307"}.entypo-icon-twitter:before{content:"\f309"}.entypo-icon-twitter-circled:before{content:"\f30a"}.entypo-icon-facebook:before{content:"\f30c"}.entypo-icon-facebook-circled:before{content:"\f30d"}.entypo-icon-facebook-squared:before{content:"\f30e"}.entypo-icon-gplus:before{content:"\f30f"}.entypo-icon-gplus-circled:before{content:"\f310"}.entypo-icon-pinterest:before{content:"\f312"}.entypo-icon-pinterest-circled:before{content:"\f313"}.entypo-icon-tumblr:before{content:"\f315"}.entypo-icon-tumblr-circled:before{content:"\f316"}.entypo-icon-linkedin:before{content:"\f318"}.entypo-icon-linkedin-circled:before{content:"\f319"}.entypo-icon-dribbble:before{content:"\f31b"}.entypo-icon-dribbble-circled:before{content:"\f31c"}.entypo-icon-stumbleupon:before{content:"\f31e"}.entypo-icon-stumbleupon-circled:before{content:"\f31f"}.entypo-icon-lastfm:before{content:"\f321"}.entypo-icon-lastfm-circled:before{content:"\f322"}.entypo-icon-rdio:before{content:"\f324"}.entypo-icon-rdio-circled:before{content:"\f325"}.entypo-icon-spotify:before{content:"\f327"}.entypo-icon-spotify-circled:before{content:"\f328"}.entypo-icon-qq:before{content:"\f32a"}.entypo-icon-instagrem:before{content:"\f32d"}.entypo-icon-dropbox:before{content:"\f330"}.entypo-icon-evernote:before{content:"\f333"}.entypo-icon-flattr:before{content:"\f336"}.entypo-icon-skype:before{content:"\f339"}.entypo-icon-skype-circled:before{content:"\f33a"}.entypo-icon-renren:before{content:"\f33c"}.entypo-icon-sina-weibo:before{content:"\f33f"}.entypo-icon-paypal:before{content:"\f342"}.entypo-icon-picasa:before{content:"\f345"}.entypo-icon-soundcloud:before{content:"\f348"}.entypo-icon-mixi:before{content:"\f34b"}.entypo-icon-behance:before{content:"\f34e"}.entypo-icon-google-circles:before{content:"\f351"}.entypo-icon-vkontakte:before{content:"\f354"}.entypo-icon-smashing:before{content:"\f357"}.entypo-icon-sweden:before{content:"\f601"}.entypo-icon-db-shape:before{content:"\f600"}.entypo-icon-logo-db:before{content:"\f603"}@font-face{font-family:vc_linecons;src:url(//latissanderie.fr/wp-content/themes/talos/lib/vc-linecons/fonts/vc_linecons.eot?54101537);src:url(//latissanderie.fr/wp-content/themes/talos/lib/vc-linecons/fonts/vc_linecons.eot?54101537#iefix) format('embedded-opentype'),url(//latissanderie.fr/wp-content/themes/talos/lib/vc-linecons/fonts/vc_linecons.woff?54101537) format('woff'),url(//latissanderie.fr/wp-content/themes/talos/lib/vc-linecons/fonts/vc_linecons.ttf?54101537) format('truetype'),url(//latissanderie.fr/wp-content/themes/talos/lib/vc-linecons/fonts/vc_linecons.svg?54101537#vc_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" vc_li-"]:before,[class^=vc_li-]:before{font-family:vc_linecons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.vc_li-heart:before{content:"\e000"}.vc_li-cloud:before{content:"\e001"}.vc_li-star:before{content:"\e002"}.vc_li-tv:before{content:"\e003"}.vc_li-sound:before{content:"\e004"}.vc_li-video:before{content:"\e005"}.vc_li-trash:before{content:"\e006"}.vc_li-user:before{content:"\e007"}.vc_li-key:before{content:"\e008"}.vc_li-search:before{content:"\e009"}.vc_li-settings:before{content:"\e00a"}.vc_li-camera:before{content:"\e00b"}.vc_li-tag:before{content:"\e00c"}.vc_li-lock:before{content:"\e00d"}.vc_li-bulb:before{content:"\e00e"}.vc_li-pen:before{content:"\e00f"}.vc_li-diamond:before{content:"\e010"}.vc_li-display:before{content:"\e011"}.vc_li-location:before{content:"\e012"}.vc_li-eye:before{content:"\e013"}.vc_li-bubble:before{content:"\e014"}.vc_li-stack:before{content:"\e015"}.vc_li-cup:before{content:"\e016"}.vc_li-phone:before{content:"\e017"}.vc_li-news:before{content:"\e018"}.vc_li-mail:before{content:"\e019"}.vc_li-like:before{content:"\e01a"}.vc_li-photo:before{content:"\e01b"}.vc_li-note:before{content:"\e01c"}.vc_li-clock:before{content:"\e01d"}.vc_li-paperplane:before{content:"\e01e"}.vc_li-params:before{content:"\e01f"}.vc_li-banknote:before{content:"\e020"}.vc_li-data:before{content:"\e021"}.vc_li-music:before{content:"\e022"}.vc_li-megaphone:before{content:"\e023"}.vc_li-study:before{content:"\e024"}.vc_li-lab:before{content:"\e025"}.vc_li-food:before{content:"\e026"}.vc_li-t-shirt:before{content:"\e027"}.vc_li-fire:before{content:"\e028"}.vc_li-clip:before{content:"\e029"}.vc_li-shop:before{content:"\e02a"}.vc_li-calendar:before{content:"\e02b"}.vc_li-vallet:before{content:"\e02c"}.vc_li-vynil:before{content:"\e02d"}.vc_li-truck:before{content:"\e02e"}.vc_li-world:before{content:"\e02f"}@font-face {
  font-family: 'vc_material';
  src:
    url(//latissanderie.fr/wp-content/themes/talos/lib/vc-material/fonts/vc_material.ttf?1qpt95) format('truetype'),
    url(//latissanderie.fr/wp-content/themes/talos/lib/vc-material/fonts/vc_material.woff?1qpt95) format('woff'),
    url(//latissanderie.fr/wp-content/themes/talos/lib/vc-material/fonts/vc_material.svg?1qpt95#vc_material) format('svg');
  font-weight: normal;
  font-style: normal;
}

.vc-material {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vc_material' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vc-material-3d_rotation:before {
  content: "\e84d";
}
.vc-material-ac_unit:before {
  content: "\eb3b";
}
.vc-material-alarm:before {
  content: "\e855";
}
.vc-material-access_alarms:before {
  content: "\e191";
}
.vc-material-schedule:before {
  content: "\e8b5";
}
.vc-material-accessibility:before {
  content: "\e84e";
}
.vc-material-accessible:before {
  content: "\e914";
}
.vc-material-account_balance:before {
  content: "\e84f";
}
.vc-material-account_balance_wallet:before {
  content: "\e850";
}
.vc-material-account_box:before {
  content: "\e851";
}
.vc-material-account_circle:before {
  content: "\e853";
}
.vc-material-adb:before {
  content: "\e60e";
}
.vc-material-add:before {
  content: "\e145";
}
.vc-material-add_a_photo:before {
  content: "\e439";
}
.vc-material-alarm_add:before {
  content: "\e856";
}
.vc-material-add_alert:before {
  content: "\e003";
}
.vc-material-add_box:before {
  content: "\e146";
}
.vc-material-add_circle:before {
  content: "\e147";
}
.vc-material-control_point:before {
  content: "\e3ba";
}
.vc-material-add_location:before {
  content: "\e567";
}
.vc-material-add_shopping_cart:before {
  content: "\e854";
}
.vc-material-queue:before {
  content: "\e03c";
}
.vc-material-add_to_queue:before {
  content: "\e05c";
}
.vc-material-adjust:before {
  content: "\e39e";
}
.vc-material-airline_seat_flat:before {
  content: "\e630";
}
.vc-material-airline_seat_flat_angled:before {
  content: "\e631";
}
.vc-material-airline_seat_individual_suite:before {
  content: "\e632";
}
.vc-material-airline_seat_legroom_extra:before {
  content: "\e633";
}
.vc-material-airline_seat_legroom_normal:before {
  content: "\e634";
}
.vc-material-airline_seat_legroom_reduced:before {
  content: "\e635";
}
.vc-material-airline_seat_recline_extra:before {
  content: "\e636";
}
.vc-material-airline_seat_recline_normal:before {
  content: "\e637";
}
.vc-material-flight:before {
  content: "\e539";
}
.vc-material-airplanemode_inactive:before {
  content: "\e194";
}
.vc-material-airplay:before {
  content: "\e055";
}
.vc-material-airport_shuttle:before {
  content: "\eb3c";
}
.vc-material-alarm_off:before {
  content: "\e857";
}
.vc-material-alarm_on:before {
  content: "\e858";
}
.vc-material-album:before {
  content: "\e019";
}
.vc-material-all_inclusive:before {
  content: "\eb3d";
}
.vc-material-all_out:before {
  content: "\e90b";
}
.vc-material-android:before {
  content: "\e859";
}
.vc-material-announcement:before {
  content: "\e85a";
}
.vc-material-apps:before {
  content: "\e5c3";
}
.vc-material-archive:before {
  content: "\e149";
}
.vc-material-arrow_back:before {
  content: "\e5c4";
}
.vc-material-arrow_downward:before {
  content: "\e5db";
}
.vc-material-arrow_drop_down:before {
  content: "\e5c5";
}
.vc-material-arrow_drop_down_circle:before {
  content: "\e5c6";
}
.vc-material-arrow_drop_up:before {
  content: "\e5c7";
}
.vc-material-arrow_forward:before {
  content: "\e5c8";
}
.vc-material-arrow_upward:before {
  content: "\e5d8";
}
.vc-material-art_track:before {
  content: "\e060";
}
.vc-material-aspect_ratio:before {
  content: "\e85b";
}
.vc-material-poll:before {
  content: "\e801";
}
.vc-material-assignment:before {
  content: "\e85d";
}
.vc-material-assignment_ind:before {
  content: "\e85e";
}
.vc-material-assignment_late:before {
  content: "\e85f";
}
.vc-material-assignment_return:before {
  content: "\e860";
}
.vc-material-assignment_returned:before {
  content: "\e861";
}
.vc-material-assignment_turned_in:before {
  content: "\e862";
}
.vc-material-assistant:before {
  content: "\e39f";
}
.vc-material-flag:before {
  content: "\e153";
}
.vc-material-attach_file:before {
  content: "\e226";
}
.vc-material-attach_money:before {
  content: "\e227";
}
.vc-material-attachment:before {
  content: "\e2bc";
}
.vc-material-audiotrack:before {
  content: "\e3a1";
}
.vc-material-autorenew:before {
  content: "\e863";
}
.vc-material-av_timer:before {
  content: "\e01b";
}
.vc-material-backspace:before {
  content: "\e14a";
}
.vc-material-cloud_upload:before {
  content: "\e2c3";
}
.vc-material-battery_alert:before {
  content: "\e19c";
}
.vc-material-battery_charging_full:before {
  content: "\e1a3";
}
.vc-material-battery_std:before {
  content: "\e1a5";
}
.vc-material-battery_unknown:before {
  content: "\e1a6";
}
.vc-material-beach_access:before {
  content: "\eb3e";
}
.vc-material-beenhere:before {
  content: "\e52d";
}
.vc-material-block:before {
  content: "\e14b";
}
.vc-material-bluetooth:before {
  content: "\e1a7";
}
.vc-material-bluetooth_searching:before {
  content: "\e1aa";
}
.vc-material-bluetooth_connected:before {
  content: "\e1a8";
}
.vc-material-bluetooth_disabled:before {
  content: "\e1a9";
}
.vc-material-blur_circular:before {
  content: "\e3a2";
}
.vc-material-blur_linear:before {
  content: "\e3a3";
}
.vc-material-blur_off:before {
  content: "\e3a4";
}
.vc-material-blur_on:before {
  content: "\e3a5";
}
.vc-material-class:before {
  content: "\e86e";
}
.vc-material-turned_in:before {
  content: "\e8e6";
}
.vc-material-turned_in_not:before {
  content: "\e8e7";
}
.vc-material-border_all:before {
  content: "\e228";
}
.vc-material-border_bottom:before {
  content: "\e229";
}
.vc-material-border_clear:before {
  content: "\e22a";
}
.vc-material-border_color:before {
  content: "\e22b";
}
.vc-material-border_horizontal:before {
  content: "\e22c";
}
.vc-material-border_inner:before {
  content: "\e22d";
}
.vc-material-border_left:before {
  content: "\e22e";
}
.vc-material-border_outer:before {
  content: "\e22f";
}
.vc-material-border_right:before {
  content: "\e230";
}
.vc-material-border_style:before {
  content: "\e231";
}
.vc-material-border_top:before {
  content: "\e232";
}
.vc-material-border_vertical:before {
  content: "\e233";
}
.vc-material-branding_watermark:before {
  content: "\e06b";
}
.vc-material-brightness_1:before {
  content: "\e3a6";
}
.vc-material-brightness_2:before {
  content: "\e3a7";
}
.vc-material-brightness_3:before {
  content: "\e3a8";
}
.vc-material-brightness_4:before {
  content: "\e3a9";
}
.vc-material-brightness_low:before {
  content: "\e1ad";
}
.vc-material-brightness_medium:before {
  content: "\e1ae";
}
.vc-material-brightness_high:before {
  content: "\e1ac";
}
.vc-material-brightness_auto:before {
  content: "\e1ab";
}
.vc-material-broken_image:before {
  content: "\e3ad";
}
.vc-material-brush:before {
  content: "\e3ae";
}
.vc-material-bubble_chart:before {
  content: "\e6dd";
}
.vc-material-bug_report:before {
  content: "\e868";
}
.vc-material-build:before {
  content: "\e869";
}
.vc-material-burst_mode:before {
  content: "\e43c";
}
.vc-material-domain:before {
  content: "\e7ee";
}
.vc-material-business_center:before {
  content: "\eb3f";
}
.vc-material-cached:before {
  content: "\e86a";
}
.vc-material-cake:before {
  content: "\e7e9";
}
.vc-material-phone:before {
  content: "\e0cd";
}
.vc-material-call_end:before {
  content: "\e0b1";
}
.vc-material-call_made:before {
  content: "\e0b2";
}
.vc-material-merge_type:before {
  content: "\e252";
}
.vc-material-call_missed:before {
  content: "\e0b4";
}
.vc-material-call_missed_outgoing:before {
  content: "\e0e4";
}
.vc-material-call_received:before {
  content: "\e0b5";
}
.vc-material-call_split:before {
  content: "\e0b6";
}
.vc-material-call_to_action:before {
  content: "\e06c";
}
.vc-material-camera:before {
  content: "\e3af";
}
.vc-material-photo_camera:before {
  content: "\e412";
}
.vc-material-camera_enhance:before {
  content: "\e8fc";
}
.vc-material-camera_front:before {
  content: "\e3b1";
}
.vc-material-camera_rear:before {
  content: "\e3b2";
}
.vc-material-camera_roll:before {
  content: "\e3b3";
}
.vc-material-cancel:before {
  content: "\e5c9";
}
.vc-material-redeem:before {
  content: "\e8b1";
}
.vc-material-card_membership:before {
  content: "\e8f7";
}
.vc-material-card_travel:before {
  content: "\e8f8";
}
.vc-material-casino:before {
  content: "\eb40";
}
.vc-material-cast:before {
  content: "\e307";
}
.vc-material-cast_connected:before {
  content: "\e308";
}
.vc-material-center_focus_strong:before {
  content: "\e3b4";
}
.vc-material-center_focus_weak:before {
  content: "\e3b5";
}
.vc-material-change_history:before {
  content: "\e86b";
}
.vc-material-chat:before {
  content: "\e0b7";
}
.vc-material-chat_bubble:before {
  content: "\e0ca";
}
.vc-material-chat_bubble_outline:before {
  content: "\e0cb";
}
.vc-material-check:before {
  content: "\e5ca";
}
.vc-material-check_box:before {
  content: "\e834";
}
.vc-material-check_box_outline_blank:before {
  content: "\e835";
}
.vc-material-check_circle:before {
  content: "\e86c";
}
.vc-material-navigate_before:before {
  content: "\e408";
}
.vc-material-navigate_next:before {
  content: "\e409";
}
.vc-material-child_care:before {
  content: "\eb41";
}
.vc-material-child_friendly:before {
  content: "\eb42";
}
.vc-material-chrome_reader_mode:before {
  content: "\e86d";
}
.vc-material-close:before {
  content: "\e5cd";
}
.vc-material-clear_all:before {
  content: "\e0b8";
}
.vc-material-closed_caption:before {
  content: "\e01c";
}
.vc-material-wb_cloudy:before {
  content: "\e42d";
}
.vc-material-cloud_circle:before {
  content: "\e2be";
}
.vc-material-cloud_done:before {
  content: "\e2bf";
}
.vc-material-cloud_download:before {
  content: "\e2c0";
}
.vc-material-cloud_off:before {
  content: "\e2c1";
}
.vc-material-cloud_queue:before {
  content: "\e2c2";
}
.vc-material-code:before {
  content: "\e86f";
}
.vc-material-photo_library:before {
  content: "\e413";
}
.vc-material-collections_bookmark:before {
  content: "\e431";
}
.vc-material-palette:before {
  content: "\e40a";
}
.vc-material-colorize:before {
  content: "\e3b8";
}
.vc-material-comment:before {
  content: "\e0b9";
}
.vc-material-compare:before {
  content: "\e3b9";
}
.vc-material-compare_arrows:before {
  content: "\e915";
}
.vc-material-laptop:before {
  content: "\e31e";
}
.vc-material-confirmation_number:before {
  content: "\e638";
}
.vc-material-contact_mail:before {
  content: "\e0d0";
}
.vc-material-contact_phone:before {
  content: "\e0cf";
}
.vc-material-contacts:before {
  content: "\e0ba";
}
.vc-material-content_copy:before {
  content: "\e14d";
}
.vc-material-content_cut:before {
  content: "\e14e";
}
.vc-material-content_paste:before {
  content: "\e14f";
}
.vc-material-control_point_duplicate:before {
  content: "\e3bb";
}
.vc-material-copyright:before {
  content: "\e90c";
}
.vc-material-mode_edit:before {
  content: "\e254";
}
.vc-material-create_new_folder:before {
  content: "\e2cc";
}
.vc-material-payment:before {
  content: "\e8a1";
}
.vc-material-crop:before {
  content: "\e3be";
}
.vc-material-crop_16_9:before {
  content: "\e3bc";
}
.vc-material-crop_3_2:before {
  content: "\e3bd";
}
.vc-material-crop_landscape:before {
  content: "\e3c3";
}
.vc-material-crop_7_5:before {
  content: "\e3c0";
}
.vc-material-crop_din:before {
  content: "\e3c1";
}
.vc-material-crop_free:before {
  content: "\e3c2";
}
.vc-material-crop_original:before {
  content: "\e3c4";
}
.vc-material-crop_portrait:before {
  content: "\e3c5";
}
.vc-material-crop_rotate:before {
  content: "\e437";
}
.vc-material-crop_square:before {
  content: "\e3c6";
}
.vc-material-dashboard:before {
  content: "\e871";
}
.vc-material-data_usage:before {
  content: "\e1af";
}
.vc-material-date_range:before {
  content: "\e916";
}
.vc-material-dehaze:before {
  content: "\e3c7";
}
.vc-material-delete:before {
  content: "\e872";
}
.vc-material-delete_forever:before {
  content: "\e92b";
}
.vc-material-delete_sweep:before {
  content: "\e16c";
}
.vc-material-description:before {
  content: "\e873";
}
.vc-material-desktop_mac:before {
  content: "\e30b";
}
.vc-material-desktop_windows:before {
  content: "\e30c";
}
.vc-material-details:before {
  content: "\e3c8";
}
.vc-material-developer_board:before {
  content: "\e30d";
}
.vc-material-developer_mode:before {
  content: "\e1b0";
}
.vc-material-device_hub:before {
  content: "\e335";
}
.vc-material-phonelink:before {
  content: "\e326";
}
.vc-material-devices_other:before {
  content: "\e337";
}
.vc-material-dialer_sip:before {
  content: "\e0bb";
}
.vc-material-dialpad:before {
  content: "\e0bc";
}
.vc-material-directions:before {
  content: "\e52e";
}
.vc-material-directions_bike:before {
  content: "\e52f";
}
.vc-material-directions_boat:before {
  content: "\e532";
}
.vc-material-directions_bus:before {
  content: "\e530";
}
.vc-material-directions_car:before {
  content: "\e531";
}
.vc-material-directions_railway:before {
  content: "\e534";
}
.vc-material-directions_run:before {
  content: "\e566";
}
.vc-material-directions_transit:before {
  content: "\e535";
}
.vc-material-directions_walk:before {
  content: "\e536";
}
.vc-material-disc_full:before {
  content: "\e610";
}
.vc-material-dns:before {
  content: "\e875";
}
.vc-material-not_interested:before {
  content: "\e033";
}
.vc-material-do_not_disturb_alt:before {
  content: "\e611";
}
.vc-material-do_not_disturb_off:before {
  content: "\e643";
}
.vc-material-remove_circle:before {
  content: "\e15c";
}
.vc-material-dock:before {
  content: "\e30e";
}
.vc-material-done:before {
  content: "\e876";
}
.vc-material-done_all:before {
  content: "\e877";
}
.vc-material-donut_large:before {
  content: "\e917";
}
.vc-material-donut_small:before {
  content: "\e918";
}
.vc-material-drafts:before {
  content: "\e151";
}
.vc-material-drag_handle:before {
  content: "\e25d";
}
.vc-material-time_to_leave:before {
  content: "\e62c";
}
.vc-material-dvr:before {
  content: "\e1b2";
}
.vc-material-edit_location:before {
  content: "\e568";
}
.vc-material-eject:before {
  content: "\e8fb";
}
.vc-material-markunread:before {
  content: "\e159";
}
.vc-material-enhanced_encryption:before {
  content: "\e63f";
}
.vc-material-equalizer:before {
  content: "\e01d";
}
.vc-material-error:before {
  content: "\e000";
}
.vc-material-error_outline:before {
  content: "\e001";
}
.vc-material-euro_symbol:before {
  content: "\e926";
}
.vc-material-ev_station:before {
  content: "\e56d";
}
.vc-material-insert_invitation:before {
  content: "\e24f";
}
.vc-material-event_available:before {
  content: "\e614";
}
.vc-material-event_busy:before {
  content: "\e615";
}
.vc-material-event_note:before {
  content: "\e616";
}
.vc-material-event_seat:before {
  content: "\e903";
}
.vc-material-exit_to_app:before {
  content: "\e879";
}
.vc-material-expand_less:before {
  content: "\e5ce";
}
.vc-material-expand_more:before {
  content: "\e5cf";
}
.vc-material-explicit:before {
  content: "\e01e";
}
.vc-material-explore:before {
  content: "\e87a";
}
.vc-material-exposure:before {
  content: "\e3ca";
}
.vc-material-exposure_neg_1:before {
  content: "\e3cb";
}
.vc-material-exposure_neg_2:before {
  content: "\e3cc";
}
.vc-material-exposure_plus_1:before {
  content: "\e3cd";
}
.vc-material-exposure_plus_2:before {
  content: "\e3ce";
}
.vc-material-exposure_zero:before {
  content: "\e3cf";
}
.vc-material-extension:before {
  content: "\e87b";
}
.vc-material-face:before {
  content: "\e87c";
}
.vc-material-fast_forward:before {
  content: "\e01f";
}
.vc-material-fast_rewind:before {
  content: "\e020";
}
.vc-material-favorite:before {
  content: "\e87d";
}
.vc-material-favorite_border:before {
  content: "\e87e";
}
.vc-material-featured_play_list:before {
  content: "\e06d";
}
.vc-material-featured_video:before {
  content: "\e06e";
}
.vc-material-sms_failed:before {
  content: "\e626";
}
.vc-material-fiber_dvr:before {
  content: "\e05d";
}
.vc-material-fiber_manual_record:before {
  content: "\e061";
}
.vc-material-fiber_new:before {
  content: "\e05e";
}
.vc-material-fiber_pin:before {
  content: "\e06a";
}
.vc-material-fiber_smart_record:before {
  content: "\e062";
}
.vc-material-get_app:before {
  content: "\e884";
}
.vc-material-file_upload:before {
  content: "\e2c6";
}
.vc-material-filter:before {
  content: "\e3d3";
}
.vc-material-filter_1:before {
  content: "\e3d0";
}
.vc-material-filter_2:before {
  content: "\e3d1";
}
.vc-material-filter_3:before {
  content: "\e3d2";
}
.vc-material-filter_4:before {
  content: "\e3d4";
}
.vc-material-filter_5:before {
  content: "\e3d5";
}
.vc-material-filter_6:before {
  content: "\e3d6";
}
.vc-material-filter_7:before {
  content: "\e3d7";
}
.vc-material-filter_8:before {
  content: "\e3d8";
}
.vc-material-filter_9:before {
  content: "\e3d9";
}
.vc-material-filter_9_plus:before {
  content: "\e3da";
}
.vc-material-filter_b_and_w:before {
  content: "\e3db";
}
.vc-material-filter_center_focus:before {
  content: "\e3dc";
}
.vc-material-filter_drama:before {
  content: "\e3dd";
}
.vc-material-filter_frames:before {
  content: "\e3de";
}
.vc-material-terrain:before {
  content: "\e564";
}
.vc-material-filter_list:before {
  content: "\e152";
}
.vc-material-filter_none:before {
  content: "\e3e0";
}
.vc-material-filter_tilt_shift:before {
  content: "\e3e2";
}
.vc-material-filter_vintage:before {
  content: "\e3e3";
}
.vc-material-find_in_page:before {
  content: "\e880";
}
.vc-material-find_replace:before {
  content: "\e881";
}
.vc-material-fingerprint:before {
  content: "\e90d";
}
.vc-material-first_page:before {
  content: "\e5dc";
}
.vc-material-fitness_center:before {
  content: "\eb43";
}
.vc-material-flare:before {
  content: "\e3e4";
}
.vc-material-flash_auto:before {
  content: "\e3e5";
}
.vc-material-flash_off:before {
  content: "\e3e6";
}
.vc-material-flash_on:before {
  content: "\e3e7";
}
.vc-material-flight_land:before {
  content: "\e904";
}
.vc-material-flight_takeoff:before {
  content: "\e905";
}
.vc-material-flip:before {
  content: "\e3e8";
}
.vc-material-flip_to_back:before {
  content: "\e882";
}
.vc-material-flip_to_front:before {
  content: "\e883";
}
.vc-material-folder:before {
  content: "\e2c7";
}
.vc-material-folder_open:before {
  content: "\e2c8";
}
.vc-material-folder_shared:before {
  content: "\e2c9";
}
.vc-material-folder_special:before {
  content: "\e617";
}
.vc-material-font_download:before {
  content: "\e167";
}
.vc-material-format_align_center:before {
  content: "\e234";
}
.vc-material-format_align_justify:before {
  content: "\e235";
}
.vc-material-format_align_left:before {
  content: "\e236";
}
.vc-material-format_align_right:before {
  content: "\e237";
}
.vc-material-format_bold:before {
  content: "\e238";
}
.vc-material-format_clear:before {
  content: "\e239";
}
.vc-material-format_color_fill:before {
  content: "\e23a";
}
.vc-material-format_color_reset:before {
  content: "\e23b";
}
.vc-material-format_color_text:before {
  content: "\e23c";
}
.vc-material-format_indent_decrease:before {
  content: "\e23d";
}
.vc-material-format_indent_increase:before {
  content: "\e23e";
}
.vc-material-format_italic:before {
  content: "\e23f";
}
.vc-material-format_line_spacing:before {
  content: "\e240";
}
.vc-material-format_list_bulleted:before {
  content: "\e241";
}
.vc-material-format_list_numbered:before {
  content: "\e242";
}
.vc-material-format_paint:before {
  content: "\e243";
}
.vc-material-format_quote:before {
  content: "\e244";
}
.vc-material-format_shapes:before {
  content: "\e25e";
}
.vc-material-format_size:before {
  content: "\e245";
}
.vc-material-format_strikethrough:before {
  content: "\e246";
}
.vc-material-format_textdirection_l_to_r:before {
  content: "\e247";
}
.vc-material-format_textdirection_r_to_l:before {
  content: "\e248";
}
.vc-material-format_underlined:before {
  content: "\e249";
}
.vc-material-question_answer:before {
  content: "\e8af";
}
.vc-material-forward:before {
  content: "\e154";
}
.vc-material-forward_10:before {
  content: "\e056";
}
.vc-material-forward_30:before {
  content: "\e057";
}
.vc-material-forward_5:before {
  content: "\e058";
}
.vc-material-free_breakfast:before {
  content: "\eb44";
}
.vc-material-fullscreen:before {
  content: "\e5d0";
}
.vc-material-fullscreen_exit:before {
  content: "\e5d1";
}
.vc-material-functions:before {
  content: "\e24a";
}
.vc-material-g_translate:before {
  content: "\e927";
}
.vc-material-games:before {
  content: "\e021";
}
.vc-material-gavel:before {
  content: "\e90e";
}
.vc-material-gesture:before {
  content: "\e155";
}
.vc-material-gif:before {
  content: "\e908";
}
.vc-material-goat:before {
  content: "\e900";
}
.vc-material-golf_course:before {
  content: "\eb45";
}
.vc-material-my_location:before {
  content: "\e55c";
}
.vc-material-location_searching:before {
  content: "\e1b7";
}
.vc-material-location_disabled:before {
  content: "\e1b6";
}
.vc-material-star:before {
  content: "\e838";
}
.vc-material-gradient:before {
  content: "\e3e9";
}
.vc-material-grain:before {
  content: "\e3ea";
}
.vc-material-graphic_eq:before {
  content: "\e1b8";
}
.vc-material-grid_off:before {
  content: "\e3eb";
}
.vc-material-grid_on:before {
  content: "\e3ec";
}
.vc-material-people:before {
  content: "\e7fb";
}
.vc-material-group_add:before {
  content: "\e7f0";
}
.vc-material-group_work:before {
  content: "\e886";
}
.vc-material-hd:before {
  content: "\e052";
}
.vc-material-hdr_off:before {
  content: "\e3ed";
}
.vc-material-hdr_on:before {
  content: "\e3ee";
}
.vc-material-hdr_strong:before {
  content: "\e3f1";
}
.vc-material-hdr_weak:before {
  content: "\e3f2";
}
.vc-material-headset:before {
  content: "\e310";
}
.vc-material-headset_mic:before {
  content: "\e311";
}
.vc-material-healing:before {
  content: "\e3f3";
}
.vc-material-hearing:before {
  content: "\e023";
}
.vc-material-help:before {
  content: "\e887";
}
.vc-material-help_outline:before {
  content: "\e8fd";
}
.vc-material-high_quality:before {
  content: "\e024";
}
.vc-material-highlight:before {
  content: "\e25f";
}
.vc-material-highlight_off:before {
  content: "\e888";
}
.vc-material-restore:before {
  content: "\e8b3";
}
.vc-material-home:before {
  content: "\e88a";
}
.vc-material-hot_tub:before {
  content: "\eb46";
}
.vc-material-local_hotel:before {
  content: "\e549";
}
.vc-material-hourglass_empty:before {
  content: "\e88b";
}
.vc-material-hourglass_full:before {
  content: "\e88c";
}
.vc-material-http:before {
  content: "\e902";
}
.vc-material-lock:before {
  content: "\e897";
}
.vc-material-photo:before {
  content: "\e410";
}
.vc-material-image_aspect_ratio:before {
  content: "\e3f5";
}
.vc-material-import_contacts:before {
  content: "\e0e0";
}
.vc-material-import_export:before {
  content: "\e0c3";
}
.vc-material-important_devices:before {
  content: "\e912";
}
.vc-material-inbox:before {
  content: "\e156";
}
.vc-material-indeterminate_check_box:before {
  content: "\e909";
}
.vc-material-info:before {
  content: "\e88e";
}
.vc-material-info_outline:before {
  content: "\e88f";
}
.vc-material-input:before {
  content: "\e890";
}
.vc-material-insert_comment:before {
  content: "\e24c";
}
.vc-material-insert_drive_file:before {
  content: "\e24d";
}
.vc-material-tag_faces:before {
  content: "\e420";
}
.vc-material-link:before {
  content: "\e157";
}
.vc-material-invert_colors:before {
  content: "\e891";
}
.vc-material-invert_colors_off:before {
  content: "\e0c4";
}
.vc-material-iso:before {
  content: "\e3f6";
}
.vc-material-keyboard:before {
  content: "\e312";
}
.vc-material-keyboard_arrow_down:before {
  content: "\e313";
}
.vc-material-keyboard_arrow_left:before {
  content: "\e314";
}
.vc-material-keyboard_arrow_right:before {
  content: "\e315";
}
.vc-material-keyboard_arrow_up:before {
  content: "\e316";
}
.vc-material-keyboard_backspace:before {
  content: "\e317";
}
.vc-material-keyboard_capslock:before {
  content: "\e318";
}
.vc-material-keyboard_hide:before {
  content: "\e31a";
}
.vc-material-keyboard_return:before {
  content: "\e31b";
}
.vc-material-keyboard_tab:before {
  content: "\e31c";
}
.vc-material-keyboard_voice:before {
  content: "\e31d";
}
.vc-material-kitchen:before {
  content: "\eb47";
}
.vc-material-label:before {
  content: "\e892";
}
.vc-material-label_outline:before {
  content: "\e893";
}
.vc-material-language:before {
  content: "\e894";
}
.vc-material-laptop_chromebook:before {
  content: "\e31f";
}
.vc-material-laptop_mac:before {
  content: "\e320";
}
.vc-material-laptop_windows:before {
  content: "\e321";
}
.vc-material-last_page:before {
  content: "\e5dd";
}
.vc-material-open_in_new:before {
  content: "\e89e";
}
.vc-material-layers:before {
  content: "\e53b";
}
.vc-material-layers_clear:before {
  content: "\e53c";
}
.vc-material-leak_add:before {
  content: "\e3f8";
}
.vc-material-leak_remove:before {
  content: "\e3f9";
}
.vc-material-lens:before {
  content: "\e3fa";
}
.vc-material-library_books:before {
  content: "\e02f";
}
.vc-material-library_music:before {
  content: "\e030";
}
.vc-material-lightbulb_outline:before {
  content: "\e90f";
}
.vc-material-line_style:before {
  content: "\e919";
}
.vc-material-line_weight:before {
  content: "\e91a";
}
.vc-material-linear_scale:before {
  content: "\e260";
}
.vc-material-linked_camera:before {
  content: "\e438";
}
.vc-material-list:before {
  content: "\e896";
}
.vc-material-live_help:before {
  content: "\e0c6";
}
.vc-material-live_tv:before {
  content: "\e639";
}
.vc-material-local_play:before {
  content: "\e553";
}
.vc-material-local_airport:before {
  content: "\e53d";
}
.vc-material-local_atm:before {
  content: "\e53e";
}
.vc-material-local_bar:before {
  content: "\e540";
}
.vc-material-local_cafe:before {
  content: "\e541";
}
.vc-material-local_car_wash:before {
  content: "\e542";
}
.vc-material-local_convenience_store:before {
  content: "\e543";
}
.vc-material-restaurant_menu:before {
  content: "\e561";
}
.vc-material-local_drink:before {
  content: "\e544";
}
.vc-material-local_florist:before {
  content: "\e545";
}
.vc-material-local_gas_station:before {
  content: "\e546";
}
.vc-material-shopping_cart:before {
  content: "\e8cc";
}
.vc-material-local_hospital:before {
  content: "\e548";
}
.vc-material-local_laundry_service:before {
  content: "\e54a";
}
.vc-material-local_library:before {
  content: "\e54b";
}
.vc-material-local_mall:before {
  content: "\e54c";
}
.vc-material-theaters:before {
  content: "\e8da";
}
.vc-material-local_offer:before {
  content: "\e54e";
}
.vc-material-local_parking:before {
  content: "\e54f";
}
.vc-material-local_pharmacy:before {
  content: "\e550";
}
.vc-material-local_pizza:before {
  content: "\e552";
}
.vc-material-print:before {
  content: "\e8ad";
}
.vc-material-local_shipping:before {
  content: "\e558";
}
.vc-material-local_taxi:before {
  content: "\e559";
}
.vc-material-location_city:before {
  content: "\e7f1";
}
.vc-material-location_off:before {
  content: "\e0c7";
}
.vc-material-room:before {
  content: "\e8b4";
}
.vc-material-lock_open:before {
  content: "\e898";
}
.vc-material-lock_outline:before {
  content: "\e899";
}
.vc-material-looks:before {
  content: "\e3fc";
}
.vc-material-looks_3:before {
  content: "\e3fb";
}
.vc-material-looks_4:before {
  content: "\e3fd";
}
.vc-material-looks_5:before {
  content: "\e3fe";
}
.vc-material-looks_6:before {
  content: "\e3ff";
}
.vc-material-looks_one:before {
  content: "\e400";
}
.vc-material-looks_two:before {
  content: "\e401";
}
.vc-material-sync:before {
  content: "\e627";
}
.vc-material-loupe:before {
  content: "\e402";
}
.vc-material-low_priority:before {
  content: "\e16d";
}
.vc-material-loyalty:before {
  content: "\e89a";
}
.vc-material-mail_outline:before {
  content: "\e0e1";
}
.vc-material-map:before {
  content: "\e55b";
}
.vc-material-markunread_mailbox:before {
  content: "\e89b";
}
.vc-material-memory:before {
  content: "\e322";
}
.vc-material-menu:before {
  content: "\e5d2";
}
.vc-material-message:before {
  content: "\e0c9";
}
.vc-material-mic:before {
  content: "\e029";
}
.vc-material-mic_none:before {
  content: "\e02a";
}
.vc-material-mic_off:before {
  content: "\e02b";
}
.vc-material-mms:before {
  content: "\e618";
}
.vc-material-mode_comment:before {
  content: "\e253";
}
.vc-material-monetization_on:before {
  content: "\e263";
}
.vc-material-money_off:before {
  content: "\e25c";
}
.vc-material-monochrome_photos:before {
  content: "\e403";
}
.vc-material-mood_bad:before {
  content: "\e7f3";
}
.vc-material-more:before {
  content: "\e619";
}
.vc-material-more_horiz:before {
  content: "\e5d3";
}
.vc-material-more_vert:before {
  content: "\e5d4";
}
.vc-material-motorcycle:before {
  content: "\e91b";
}
.vc-material-mouse:before {
  content: "\e323";
}
.vc-material-move_to_inbox:before {
  content: "\e168";
}
.vc-material-movie_creation:before {
  content: "\e404";
}
.vc-material-movie_filter:before {
  content: "\e43a";
}
.vc-material-multiline_chart:before {
  content: "\e6df";
}
.vc-material-music_note:before {
  content: "\e405";
}
.vc-material-music_video:before {
  content: "\e063";
}
.vc-material-nature:before {
  content: "\e406";
}
.vc-material-nature_people:before {
  content: "\e407";
}
.vc-material-navigation:before {
  content: "\e55d";
}
.vc-material-near_me:before {
  content: "\e569";
}
.vc-material-network_cell:before {
  content: "\e1b9";
}
.vc-material-network_check:before {
  content: "\e640";
}
.vc-material-network_locked:before {
  content: "\e61a";
}
.vc-material-network_wifi:before {
  content: "\e1ba";
}
.vc-material-new_releases:before {
  content: "\e031";
}
.vc-material-next_week:before {
  content: "\e16a";
}
.vc-material-nfc:before {
  content: "\e1bb";
}
.vc-material-no_encryption:before {
  content: "\e641";
}
.vc-material-signal_cellular_no_sim:before {
  content: "\e1ce";
}
.vc-material-note:before {
  content: "\e06f";
}
.vc-material-note_add:before {
  content: "\e89c";
}
.vc-material-notifications:before {
  content: "\e7f4";
}
.vc-material-notifications_active:before {
  content: "\e7f7";
}
.vc-material-notifications_none:before {
  content: "\e7f5";
}
.vc-material-notifications_off:before {
  content: "\e7f6";
}
.vc-material-notifications_paused:before {
  content: "\e7f8";
}
.vc-material-offline_pin:before {
  content: "\e90a";
}
.vc-material-ondemand_video:before {
  content: "\e63a";
}
.vc-material-opacity:before {
  content: "\e91c";
}
.vc-material-open_in_browser:before {
  content: "\e89d";
}
.vc-material-open_with:before {
  content: "\e89f";
}
.vc-material-pages:before {
  content: "\e7f9";
}
.vc-material-pageview:before {
  content: "\e8a0";
}
.vc-material-pan_tool:before {
  content: "\e925";
}
.vc-material-panorama:before {
  content: "\e40b";
}
.vc-material-radio_button_unchecked:before {
  content: "\e836";
}
.vc-material-panorama_horizontal:before {
  content: "\e40d";
}
.vc-material-panorama_vertical:before {
  content: "\e40e";
}
.vc-material-panorama_wide_angle:before {
  content: "\e40f";
}
.vc-material-party_mode:before {
  content: "\e7fa";
}
.vc-material-pause:before {
  content: "\e034";
}
.vc-material-pause_circle_filled:before {
  content: "\e035";
}
.vc-material-pause_circle_outline:before {
  content: "\e036";
}
.vc-material-people_outline:before {
  content: "\e7fc";
}
.vc-material-perm_camera_mic:before {
  content: "\e8a2";
}
.vc-material-perm_contact_calendar:before {
  content: "\e8a3";
}
.vc-material-perm_data_setting:before {
  content: "\e8a4";
}
.vc-material-perm_device_information:before {
  content: "\e8a5";
}
.vc-material-person_outline:before {
  content: "\e7ff";
}
.vc-material-perm_media:before {
  content: "\e8a7";
}
.vc-material-perm_phone_msg:before {
  content: "\e8a8";
}
.vc-material-perm_scan_wifi:before {
  content: "\e8a9";
}
.vc-material-person:before {
  content: "\e7fd";
}
.vc-material-person_add:before {
  content: "\e7fe";
}
.vc-material-person_pin:before {
  content: "\e55a";
}
.vc-material-person_pin_circle:before {
  content: "\e56a";
}
.vc-material-personal_video:before {
  content: "\e63b";
}
.vc-material-pets:before {
  content: "\e91d";
}
.vc-material-phone_android:before {
  content: "\e324";
}
.vc-material-phone_bluetooth_speaker:before {
  content: "\e61b";
}
.vc-material-phone_forwarded:before {
  content: "\e61c";
}
.vc-material-phone_in_talk:before {
  content: "\e61d";
}
.vc-material-phone_iphone:before {
  content: "\e325";
}
.vc-material-phone_locked:before {
  content: "\e61e";
}
.vc-material-phone_missed:before {
  content: "\e61f";
}
.vc-material-phone_paused:before {
  content: "\e620";
}
.vc-material-phonelink_erase:before {
  content: "\e0db";
}
.vc-material-phonelink_lock:before {
  content: "\e0dc";
}
.vc-material-phonelink_off:before {
  content: "\e327";
}
.vc-material-phonelink_ring:before {
  content: "\e0dd";
}
.vc-material-phonelink_setup:before {
  content: "\e0de";
}
.vc-material-photo_album:before {
  content: "\e411";
}
.vc-material-photo_filter:before {
  content: "\e43b";
}
.vc-material-photo_size_select_actual:before {
  content: "\e432";
}
.vc-material-photo_size_select_large:before {
  content: "\e433";
}
.vc-material-photo_size_select_small:before {
  content: "\e434";
}
.vc-material-picture_as_pdf:before {
  content: "\e415";
}
.vc-material-picture_in_picture:before {
  content: "\e8aa";
}
.vc-material-picture_in_picture_alt:before {
  content: "\e911";
}
.vc-material-pie_chart:before {
  content: "\e6c4";
}
.vc-material-pie_chart_outlined:before {
  content: "\e6c5";
}
.vc-material-pin_drop:before {
  content: "\e55e";
}
.vc-material-play_arrow:before {
  content: "\e037";
}
.vc-material-play_circle_filled:before {
  content: "\e038";
}
.vc-material-play_circle_outline:before {
  content: "\e039";
}
.vc-material-play_for_work:before {
  content: "\e906";
}
.vc-material-playlist_add:before {
  content: "\e03b";
}
.vc-material-playlist_add_check:before {
  content: "\e065";
}
.vc-material-playlist_play:before {
  content: "\e05f";
}
.vc-material-plus_one:before {
  content: "\e800";
}
.vc-material-polymer:before {
  content: "\e8ab";
}
.vc-material-pool:before {
  content: "\eb48";
}
.vc-material-portable_wifi_off:before {
  content: "\e0ce";
}
.vc-material-portrait:before {
  content: "\e416";
}
.vc-material-power:before {
  content: "\e63c";
}
.vc-material-power_input:before {
  content: "\e336";
}
.vc-material-power_settings_new:before {
  content: "\e8ac";
}
.vc-material-pregnant_woman:before {
  content: "\e91e";
}
.vc-material-present_to_all:before {
  content: "\e0df";
}
.vc-material-priority_high:before {
  content: "\e645";
}
.vc-material-public:before {
  content: "\e80b";
}
.vc-material-publish:before {
  content: "\e255";
}
.vc-material-queue_music:before {
  content: "\e03d";
}
.vc-material-queue_play_next:before {
  content: "\e066";
}
.vc-material-radio:before {
  content: "\e03e";
}
.vc-material-radio_button_checked:before {
  content: "\e837";
}
.vc-material-rate_review:before {
  content: "\e560";
}
.vc-material-receipt:before {
  content: "\e8b0";
}
.vc-material-recent_actors:before {
  content: "\e03f";
}
.vc-material-record_voice_over:before {
  content: "\e91f";
}
.vc-material-redo:before {
  content: "\e15a";
}
.vc-material-refresh:before {
  content: "\e5d5";
}
.vc-material-remove:before {
  content: "\e15b";
}
.vc-material-remove_circle_outline:before {
  content: "\e15d";
}
.vc-material-remove_from_queue:before {
  content: "\e067";
}
.vc-material-visibility:before {
  content: "\e8f4";
}
.vc-material-remove_shopping_cart:before {
  content: "\e928";
}
.vc-material-reorder:before {
  content: "\e8fe";
}
.vc-material-repeat:before {
  content: "\e040";
}
.vc-material-repeat_one:before {
  content: "\e041";
}
.vc-material-replay:before {
  content: "\e042";
}
.vc-material-replay_10:before {
  content: "\e059";
}
.vc-material-replay_30:before {
  content: "\e05a";
}
.vc-material-replay_5:before {
  content: "\e05b";
}
.vc-material-reply:before {
  content: "\e15e";
}
.vc-material-reply_all:before {
  content: "\e15f";
}
.vc-material-report:before {
  content: "\e160";
}
.vc-material-warning:before {
  content: "\e002";
}
.vc-material-restaurant:before {
  content: "\e56c";
}
.vc-material-restore_page:before {
  content: "\e929";
}
.vc-material-ring_volume:before {
  content: "\e0d1";
}
.vc-material-room_service:before {
  content: "\eb49";
}
.vc-material-rotate_90_degrees_ccw:before {
  content: "\e418";
}
.vc-material-rotate_left:before {
  content: "\e419";
}
.vc-material-rotate_right:before {
  content: "\e41a";
}
.vc-material-rounded_corner:before {
  content: "\e920";
}
.vc-material-router:before {
  content: "\e328";
}
.vc-material-rowing:before {
  content: "\e921";
}
.vc-material-rss_feed:before {
  content: "\e0e5";
}
.vc-material-rv_hookup:before {
  content: "\e642";
}
.vc-material-satellite:before {
  content: "\e562";
}
.vc-material-save:before {
  content: "\e161";
}
.vc-material-scanner:before {
  content: "\e329";
}
.vc-material-school:before {
  content: "\e80c";
}
.vc-material-screen_lock_landscape:before {
  content: "\e1be";
}
.vc-material-screen_lock_portrait:before {
  content: "\e1bf";
}
.vc-material-screen_lock_rotation:before {
  content: "\e1c0";
}
.vc-material-screen_rotation:before {
  content: "\e1c1";
}
.vc-material-screen_share:before {
  content: "\e0e2";
}
.vc-material-sd_storage:before {
  content: "\e1c2";
}
.vc-material-search:before {
  content: "\e8b6";
}
.vc-material-security:before {
  content: "\e32a";
}
.vc-material-select_all:before {
  content: "\e162";
}
.vc-material-send:before {
  content: "\e163";
}
.vc-material-sentiment_dissatisfied:before {
  content: "\e811";
}
.vc-material-sentiment_neutral:before {
  content: "\e812";
}
.vc-material-sentiment_satisfied:before {
  content: "\e813";
}
.vc-material-sentiment_very_dissatisfied:before {
  content: "\e814";
}
.vc-material-sentiment_very_satisfied:before {
  content: "\e815";
}
.vc-material-settings:before {
  content: "\e8b8";
}
.vc-material-settings_applications:before {
  content: "\e8b9";
}
.vc-material-settings_backup_restore:before {
  content: "\e8ba";
}
.vc-material-settings_bluetooth:before {
  content: "\e8bb";
}
.vc-material-settings_brightness:before {
  content: "\e8bd";
}
.vc-material-settings_cell:before {
  content: "\e8bc";
}
.vc-material-settings_ethernet:before {
  content: "\e8be";
}
.vc-material-settings_input_antenna:before {
  content: "\e8bf";
}
.vc-material-settings_input_composite:before {
  content: "\e8c1";
}
.vc-material-settings_input_hdmi:before {
  content: "\e8c2";
}
.vc-material-settings_input_svideo:before {
  content: "\e8c3";
}
.vc-material-settings_overscan:before {
  content: "\e8c4";
}
.vc-material-settings_phone:before {
  content: "\e8c5";
}
.vc-material-settings_power:before {
  content: "\e8c6";
}
.vc-material-settings_remote:before {
  content: "\e8c7";
}
.vc-material-settings_system_daydream:before {
  content: "\e1c3";
}
.vc-material-settings_voice:before {
  content: "\e8c8";
}
.vc-material-share:before {
  content: "\e80d";
}
.vc-material-shop:before {
  content: "\e8c9";
}
.vc-material-shop_two:before {
  content: "\e8ca";
}
.vc-material-shopping_basket:before {
  content: "\e8cb";
}
.vc-material-short_text:before {
  content: "\e261";
}
.vc-material-show_chart:before {
  content: "\e6e1";
}
.vc-material-shuffle:before {
  content: "\e043";
}
.vc-material-signal_cellular_4_bar:before {
  content: "\e1c8";
}
.vc-material-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.vc-material-signal_cellular_null:before {
  content: "\e1cf";
}
.vc-material-signal_cellular_off:before {
  content: "\e1d0";
}
.vc-material-signal_wifi_4_bar:before {
  content: "\e1d8";
}
.vc-material-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.vc-material-signal_wifi_off:before {
  content: "\e1da";
}
.vc-material-sim_card:before {
  content: "\e32b";
}
.vc-material-sim_card_alert:before {
  content: "\e624";
}
.vc-material-skip_next:before {
  content: "\e044";
}
.vc-material-skip_previous:before {
  content: "\e045";
}
.vc-material-slideshow:before {
  content: "\e41b";
}
.vc-material-slow_motion_video:before {
  content: "\e068";
}
.vc-material-stay_primary_portrait:before {
  content: "\e0d6";
}
.vc-material-smoke_free:before {
  content: "\eb4a";
}
.vc-material-smoking_rooms:before {
  content: "\eb4b";
}
.vc-material-textsms:before {
  content: "\e0d8";
}
.vc-material-snooze:before {
  content: "\e046";
}
.vc-material-sort:before {
  content: "\e164";
}
.vc-material-sort_by_alpha:before {
  content: "\e053";
}
.vc-material-spa:before {
  content: "\eb4c";
}
.vc-material-space_bar:before {
  content: "\e256";
}
.vc-material-speaker:before {
  content: "\e32d";
}
.vc-material-speaker_group:before {
  content: "\e32e";
}
.vc-material-speaker_notes:before {
  content: "\e8cd";
}
.vc-material-speaker_notes_off:before {
  content: "\e92a";
}
.vc-material-speaker_phone:before {
  content: "\e0d2";
}
.vc-material-spellcheck:before {
  content: "\e8ce";
}
.vc-material-star_border:before {
  content: "\e83a";
}
.vc-material-star_half:before {
  content: "\e839";
}
.vc-material-stars:before {
  content: "\e8d0";
}
.vc-material-stay_primary_landscape:before {
  content: "\e0d5";
}
.vc-material-stop:before {
  content: "\e047";
}
.vc-material-stop_screen_share:before {
  content: "\e0e3";
}
.vc-material-storage:before {
  content: "\e1db";
}
.vc-material-store_mall_directory:before {
  content: "\e563";
}
.vc-material-straighten:before {
  content: "\e41c";
}
.vc-material-streetview:before {
  content: "\e56e";
}
.vc-material-strikethrough_s:before {
  content: "\e257";
}
.vc-material-style:before {
  content: "\e41d";
}
.vc-material-subdirectory_arrow_left:before {
  content: "\e5d9";
}
.vc-material-subdirectory_arrow_right:before {
  content: "\e5da";
}
.vc-material-subject:before {
  content: "\e8d2";
}
.vc-material-subscriptions:before {
  content: "\e064";
}
.vc-material-subtitles:before {
  content: "\e048";
}
.vc-material-subway:before {
  content: "\e56f";
}
.vc-material-supervisor_account:before {
  content: "\e8d3";
}
.vc-material-surround_sound:before {
  content: "\e049";
}
.vc-material-swap_calls:before {
  content: "\e0d7";
}
.vc-material-swap_horiz:before {
  content: "\e8d4";
}
.vc-material-swap_vert:before {
  content: "\e8d5";
}
.vc-material-swap_vertical_circle:before {
  content: "\e8d6";
}
.vc-material-switch_camera:before {
  content: "\e41e";
}
.vc-material-switch_video:before {
  content: "\e41f";
}
.vc-material-sync_disabled:before {
  content: "\e628";
}
.vc-material-sync_problem:before {
  content: "\e629";
}
.vc-material-system_update:before {
  content: "\e62a";
}
.vc-material-system_update_alt:before {
  content: "\e8d7";
}
.vc-material-tab:before {
  content: "\e8d8";
}
.vc-material-tab_unselected:before {
  content: "\e8d9";
}
.vc-material-tablet:before {
  content: "\e32f";
}
.vc-material-tablet_android:before {
  content: "\e330";
}
.vc-material-tablet_mac:before {
  content: "\e331";
}
.vc-material-tap_and_play:before {
  content: "\e62b";
}
.vc-material-text_fields:before {
  content: "\e262";
}
.vc-material-text_format:before {
  content: "\e165";
}
.vc-material-texture:before {
  content: "\e421";
}
.vc-material-thumb_down:before {
  content: "\e8db";
}
.vc-material-thumb_up:before {
  content: "\e8dc";
}
.vc-material-thumbs_up_down:before {
  content: "\e8dd";
}
.vc-material-timelapse:before {
  content: "\e422";
}
.vc-material-timeline:before {
  content: "\e922";
}
.vc-material-timer:before {
  content: "\e425";
}
.vc-material-timer_10:before {
  content: "\e423";
}
.vc-material-timer_3:before {
  content: "\e424";
}
.vc-material-timer_off:before {
  content: "\e426";
}
.vc-material-title:before {
  content: "\e264";
}
.vc-material-toc:before {
  content: "\e8de";
}
.vc-material-today:before {
  content: "\e8df";
}
.vc-material-toll:before {
  content: "\e8e0";
}
.vc-material-tonality:before {
  content: "\e427";
}
.vc-material-touch_app:before {
  content: "\e913";
}
.vc-material-toys:before {
  content: "\e332";
}
.vc-material-track_changes:before {
  content: "\e8e1";
}
.vc-material-traffic:before {
  content: "\e565";
}
.vc-material-train:before {
  content: "\e570";
}
.vc-material-tram:before {
  content: "\e571";
}
.vc-material-transfer_within_a_station:before {
  content: "\e572";
}
.vc-material-transform:before {
  content: "\e428";
}
.vc-material-translate:before {
  content: "\e8e2";
}
.vc-material-trending_down:before {
  content: "\e8e3";
}
.vc-material-trending_flat:before {
  content: "\e8e4";
}
.vc-material-trending_up:before {
  content: "\e8e5";
}
.vc-material-tune:before {
  content: "\e429";
}
.vc-material-tv:before {
  content: "\e333";
}
.vc-material-unarchive:before {
  content: "\e169";
}
.vc-material-undo:before {
  content: "\e166";
}
.vc-material-unfold_less:before {
  content: "\e5d6";
}
.vc-material-unfold_more:before {
  content: "\e5d7";
}
.vc-material-update:before {
  content: "\e923";
}
.vc-material-usb:before {
  content: "\e1e0";
}
.vc-material-verified_user:before {
  content: "\e8e8";
}
.vc-material-vertical_align_bottom:before {
  content: "\e258";
}
.vc-material-vertical_align_center:before {
  content: "\e259";
}
.vc-material-vertical_align_top:before {
  content: "\e25a";
}
.vc-material-vibration:before {
  content: "\e62d";
}
.vc-material-video_call:before {
  content: "\e070";
}
.vc-material-video_label:before {
  content: "\e071";
}
.vc-material-video_library:before {
  content: "\e04a";
}
.vc-material-videocam:before {
  content: "\e04b";
}
.vc-material-videocam_off:before {
  content: "\e04c";
}
.vc-material-videogame_asset:before {
  content: "\e338";
}
.vc-material-view_agenda:before {
  content: "\e8e9";
}
.vc-material-view_array:before {
  content: "\e8ea";
}
.vc-material-view_carousel:before {
  content: "\e8eb";
}
.vc-material-view_column:before {
  content: "\e8ec";
}
.vc-material-view_comfy:before {
  content: "\e42a";
}
.vc-material-view_compact:before {
  content: "\e42b";
}
.vc-material-view_day:before {
  content: "\e8ed";
}
.vc-material-view_headline:before {
  content: "\e8ee";
}
.vc-material-view_list:before {
  content: "\e8ef";
}
.vc-material-view_module:before {
  content: "\e8f0";
}
.vc-material-view_quilt:before {
  content: "\e8f1";
}
.vc-material-view_stream:before {
  content: "\e8f2";
}
.vc-material-view_week:before {
  content: "\e8f3";
}
.vc-material-vignette:before {
  content: "\e435";
}
.vc-material-visibility_off:before {
  content: "\e8f5";
}
.vc-material-voice_chat:before {
  content: "\e62e";
}
.vc-material-voicemail:before {
  content: "\e0d9";
}
.vc-material-volume_down:before {
  content: "\e04d";
}
.vc-material-volume_mute:before {
  content: "\e04e";
}
.vc-material-volume_off:before {
  content: "\e04f";
}
.vc-material-volume_up:before {
  content: "\e050";
}
.vc-material-vpn_key:before {
  content: "\e0da";
}
.vc-material-vpn_lock:before {
  content: "\e62f";
}
.vc-material-wallpaper:before {
  content: "\e1bc";
}
.vc-material-watch:before {
  content: "\e334";
}
.vc-material-watch_later:before {
  content: "\e924";
}
.vc-material-wb_auto:before {
  content: "\e42c";
}
.vc-material-wb_incandescent:before {
  content: "\e42e";
}
.vc-material-wb_iridescent:before {
  content: "\e436";
}
.vc-material-wb_sunny:before {
  content: "\e430";
}
.vc-material-wc:before {
  content: "\e63d";
}
.vc-material-web:before {
  content: "\e051";
}
.vc-material-web_asset:before {
  content: "\e069";
}
.vc-material-weekend:before {
  content: "\e16b";
}
.vc-material-whatshot:before {
  content: "\e80e";
}
.vc-material-widgets:before {
  content: "\e1bd";
}
.vc-material-wifi:before {
  content: "\e63e";
}
.vc-material-wifi_lock:before {
  content: "\e1e1";
}
.vc-material-wifi_tethering:before {
  content: "\e1e2";
}
.vc-material-work:before {
  content: "\e8f9";
}
.vc-material-wrap_text:before {
  content: "\e25b";
}
.vc-material-youtube_searched_for:before {
  content: "\e8fa";
}
.vc-material-zoom_in:before {
  content: "\e8ff";
}
.vc-material-zoom_out:before {
  content: "\e901";
}
.vc-material-zoom_out_map:before {
  content: "\e56b";
}

@font-face{font-family:vc_openiconic;src:url(//latissanderie.fr/wp-content/themes/talos/lib/vc-open-iconic/fonts/vc_openiconic.eot?54101537);src:url(//latissanderie.fr/wp-content/themes/talos/lib/vc-open-iconic/fonts/vc_openiconic.eot?54101537#iefix) format('embedded-opentype'),url(//latissanderie.fr/wp-content/themes/talos/lib/vc-open-iconic/fonts/vc_openiconic.woff?54101537) format('woff'),url(//latissanderie.fr/wp-content/themes/talos/lib/vc-open-iconic/fonts/vc_openiconic.ttf?54101537) format('truetype'),url(//latissanderie.fr/wp-content/themes/talos/lib/vc-open-iconic/fonts/vc_openiconic.svg?54101537#vc_openiconic) format('svg');font-weight:400;font-style:normal}[class*=" vc-oi-"]:before,[class^=vc-oi-]:before{font-family:vc_openiconic;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}.vc-oi-dial:before{content:'\e800'}.vc-oi-pilcrow:before{content:'\e801'}.vc-oi-at:before{content:'\e802'}.vc-oi-hash:before{content:'\e803'}.vc-oi-key-inv:before{content:'\e804'}.vc-oi-key:before{content:'\e805'}.vc-oi-chart-pie-alt:before{content:'\e806'}.vc-oi-chart-pie:before{content:'\e807'}.vc-oi-chart-bar:before{content:'\e808'}.vc-oi-umbrella:before{content:'\e809'}.vc-oi-moon-inv:before{content:'\e80a'}.vc-oi-mobile:before{content:'\e80b'}.vc-oi-cd:before{content:'\e80c'}.vc-oi-split:before{content:'\e80d'}.vc-oi-exchange:before{content:'\e80e'}.vc-oi-block:before{content:'\e80f'}.vc-oi-resize-full:before{content:'\e810'}.vc-oi-article-alt:before{content:'\e811'}.vc-oi-article:before{content:'\e812'}.vc-oi-pencil-alt:before{content:'\e813'}.vc-oi-undo:before{content:'\e814'}.vc-oi-attach:before{content:'\e815'}.vc-oi-link:before{content:'\e816'}.vc-oi-search:before{content:'\e817'}.vc-oi-mail:before{content:'\e818'}.vc-oi-heart:before{content:'\e819'}.vc-oi-comment:before{content:'\e81a'}.vc-oi-resize-full-alt:before{content:'\e81b'}.vc-oi-lock:before{content:'\e81c'}.vc-oi-book-open:before{content:'\e81d'}.vc-oi-arrow-curved:before{content:'\e81e'}.vc-oi-equalizer:before{content:'\e81f'}.vc-oi-heart-empty:before{content:'\e820'}.vc-oi-lock-empty:before{content:'\e821'}.vc-oi-comment-inv:before{content:'\e822'}.vc-oi-folder:before{content:'\e823'}.vc-oi-resize-small:before{content:'\e824'}.vc-oi-play:before{content:'\e825'}.vc-oi-cursor:before{content:'\e826'}.vc-oi-aperture:before{content:'\e827'}.vc-oi-play-circle2:before{content:'\e828'}.vc-oi-resize-small-alt:before{content:'\e829'}.vc-oi-folder-empty:before{content:'\e82a'}.vc-oi-comment-alt:before{content:'\e82b'}.vc-oi-lock-open:before{content:'\e82c'}.vc-oi-star:before{content:'\e82d'}.vc-oi-user:before{content:'\e82e'}.vc-oi-lock-open-empty:before{content:'\e82f'}.vc-oi-box:before{content:'\e830'}.vc-oi-resize-vertical:before{content:'\e831'}.vc-oi-stop:before{content:'\e832'}.vc-oi-aperture-alt:before{content:'\e833'}.vc-oi-book:before{content:'\e834'}.vc-oi-steering-wheel:before{content:'\e835'}.vc-oi-pause:before{content:'\e836'}.vc-oi-to-start:before{content:'\e837'}.vc-oi-move:before{content:'\e838'}.vc-oi-resize-horizontal:before{content:'\e839'}.vc-oi-rss-alt:before{content:'\e83a'}.vc-oi-comment-alt2:before{content:'\e83b'}.vc-oi-rss:before{content:'\e83c'}.vc-oi-comment-inv-alt:before{content:'\e83d'}.vc-oi-comment-inv-alt2:before{content:'\e83e'}.vc-oi-eye:before{content:'\e83f'}.vc-oi-pin:before{content:'\e840'}.vc-oi-video:before{content:'\e841'}.vc-oi-picture:before{content:'\e842'}.vc-oi-camera:before{content:'\e843'}.vc-oi-tag:before{content:'\e844'}.vc-oi-chat:before{content:'\e845'}.vc-oi-cog:before{content:'\e846'}.vc-oi-popup:before{content:'\e847'}.vc-oi-to-end:before{content:'\e848'}.vc-oi-book-alt:before{content:'\e849'}.vc-oi-brush:before{content:'\e84a'}.vc-oi-eject:before{content:'\e84b'}.vc-oi-down:before{content:'\e84c'}.vc-oi-wrench:before{content:'\e84d'}.vc-oi-chat-inv:before{content:'\e84e'}.vc-oi-tag-empty:before{content:'\e84f'}.vc-oi-ok:before{content:'\e850'}.vc-oi-ok-circle:before{content:'\e851'}.vc-oi-download:before{content:'\e852'}.vc-oi-location:before{content:'\e853'}.vc-oi-share:before{content:'\e854'}.vc-oi-left:before{content:'\e855'}.vc-oi-target:before{content:'\e856'}.vc-oi-brush-alt:before{content:'\e857'}.vc-oi-cancel:before{content:'\e858'}.vc-oi-upload:before{content:'\e859'}.vc-oi-location-inv:before{content:'\e85a'}.vc-oi-calendar:before{content:'\e85b'}.vc-oi-right:before{content:'\e85c'}.vc-oi-signal:before{content:'\e85d'}.vc-oi-eyedropper:before{content:'\e85e'}.vc-oi-layers:before{content:'\e85f'}.vc-oi-award:before{content:'\e860'}.vc-oi-up:before{content:'\e861'}.vc-oi-calendar-inv:before{content:'\e862'}.vc-oi-location-alt:before{content:'\e863'}.vc-oi-download-cloud:before{content:'\e864'}.vc-oi-cancel-circle:before{content:'\e865'}.vc-oi-plus:before{content:'\e866'}.vc-oi-upload-cloud:before{content:'\e867'}.vc-oi-compass:before{content:'\e868'}.vc-oi-calendar-alt:before{content:'\e869'}.vc-oi-down-circle:before{content:'\e86a'}.vc-oi-award-empty:before{content:'\e86b'}.vc-oi-layers-alt:before{content:'\e86c'}.vc-oi-sun:before{content:'\e86d'}.vc-oi-list:before{content:'\e86e'}.vc-oi-left-circle:before{content:'\e86f'}.vc-oi-mic:before{content:'\e870'}.vc-oi-trash:before{content:'\e871'}.vc-oi-quote-left:before{content:'\e872'}.vc-oi-plus-circle:before{content:'\e873'}.vc-oi-minus:before{content:'\e874'}.vc-oi-quote-right:before{content:'\e875'}.vc-oi-trash-empty:before{content:'\e876'}.vc-oi-volume-off:before{content:'\e877'}.vc-oi-right-circle:before{content:'\e878'}.vc-oi-list-nested:before{content:'\e879'}.vc-oi-sun-inv:before{content:'\e87a'}.vc-oi-bat-empty:before{content:'\e87b'}.vc-oi-up-circle:before{content:'\e87c'}.vc-oi-volume-up:before{content:'\e87d'}.vc-oi-doc:before{content:'\e87e'}.vc-oi-quote-left-alt:before{content:'\e87f'}.vc-oi-minus-circle:before{content:'\e880'}.vc-oi-cloud:before{content:'\e881'}.vc-oi-rain:before{content:'\e882'}.vc-oi-bat-half:before{content:'\e883'}.vc-oi-cw:before{content:'\e884'}.vc-oi-headphones:before{content:'\e885'}.vc-oi-doc-inv:before{content:'\e886'}.vc-oi-quote-right-alt:before{content:'\e887'}.vc-oi-help:before{content:'\e888'}.vc-oi-info:before{content:'\e889'}.vc-oi-pencil:before{content:'\e88a'}.vc-oi-doc-alt:before{content:'\e88b'}.vc-oi-clock:before{content:'\e88c'}.vc-oi-loop:before{content:'\e88d'}.vc-oi-bat-full:before{content:'\e88e'}.vc-oi-flash:before{content:'\e88f'}.vc-oi-moon:before{content:'\e890'}.vc-oi-bat-charge:before{content:'\e891'}.vc-oi-loop-alt:before{content:'\e892'}.vc-oi-lamp:before{content:'\e893'}.vc-oi-doc-inv-alt:before{content:'\e894'}.vc-oi-pencil-neg:before{content:'\e895'}.vc-oi-home:before{content:'\e896'}/* ================================================== */
/* products */
/* ================================================== */

.products{
padding:0;
list-style:none;
}
.products > div.product{
margin-bottom:40px;
}
.product .price{
margin-bottom:10px;
font-size:16px;
}
.product img{
    width:100%;
padding:2px;
background:#333;
border:solid 1px #fff;
}
.de_light .product img{
padding:0;
border:solid 1px #ddd;
}  
.woocommerce-breadcrumb{display: none;} 
a.shop-item h3{
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}

.woocommerce a.button:hover,.woocommerce a.button:hover:after,
a.added_to_cart.wc-forward:hover,a.added_to_cart.wc-forward:hover:after{
   
    color:#fff!important;
}
.woocommerce .products .star-rating {
    display: block;
    clear: both;
    left: 35%;
    width: 5.7em;
    margin-bottom: 10px;
}
.woocommerce .star-rating span{color: #FAB702;}
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .added_to_cart.wc-forward {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .718em 1em;
    font-weight: 700;
    border-radius: 0px;
    left: auto;
    color: #111111;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.button.btn.btn-line, .added_to_cart.wc-forward {
	background-color: #212121;
	border: solid 1px #222;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 7px 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
}
.added_to_cart.wc-forward{
    width:100%;
    padding: 10px 0;
    line-height: 16px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
	padding-top: 5px;
	min-height: 80px;
}
.woocommerce ul.product_list_widget li img {float: left;margin-left: 0px;margin-right: 15px;}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
	width: 60px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {    
    font-weight: 300;
}
.woocommerce ul.product_list_widget li .star-rating {margin: 4px 0px;}
/*.widget_product_categories li {
    padding: 8px 20px 8px 20px;
    margin-bottom: 8px;
    background: #111;
    text-transform: uppercase;
    display: block;
}*/
.widget.woocommerce a{color: #555;}
.de_light .widget_product_categories li {background: #f8f8f8;}
.de_light .widget_product_categories li a{color: #606060;}
.de_light .sidebar .widget .small-border{display:none;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {background-color: #ebe9eb;}
.woocommerce .woocommerce-ordering select, .woocommerce .quantity .qty{color: #111;}
.woocommerce button.button.alt,.woocommerce #respond input#submit,.woocommerce input.button.alt,.woocommerce a.button.alt,.woocommerce input.button{color:#fff; transition:.2s;}

.woocommerce #respond input#submit:hover,.woocommerce a.button.alt:hover,.woocommerce input.button.alt:hover{background-color: #dad8da;color: #555;}
.woocommerce button.button.alt:hover{
    background: #212121;
}
.woocommerce-cart .cart-collaterals .cart_totals table {border: 0px solid #111;}
.woocommerce-checkout #payment{background-color: transparent;}
.woocommerce input, .woocommerce textarea, .woocommerce select {
    line-height: 32px;
    height: 34px;
    box-sizing: border-box;
    padding: 0px 7px;
    border: 1px solid #dddddd;
    color: #111;
}
.woocommerce .input-radio {line-height: inherit;height: inherit;}
.woocommerce div.product .woocommerce-tabs ul.tabs {margin-bottom: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{border:0px solid #d3ced2;position:absolute;bottom:0px;width:0px;height:0px;content:" "}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{left:0px;-webkit-border-bottom-right-radius:0px;-moz-border-bottom-right-radius:0px;border-bottom-right-radius:0px;border-width:0 0px 0px 0;box-shadow:2px 2px 0 #ebe9eb}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{right:0px;-webkit-border-bottom-left-radius:0px;-moz-border-bottom-left-radius:0px;border-bottom-left-radius:0px;border-width:0 0 0px 0px;box-shadow:-2px 2px 0 #ebe9eb}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #d3ced2;z-index:1}
.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:20px 20px 20px 20px;border-bottom: 1px solid #d3ced2;border-left: 1px solid #d3ced2;border-right: 1px solid #d3ced2;box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);border-radius: 0px;background-color: transparent;}
.woocommerce div.product .product_title {text-align: left;margin-bottom:10px;}
.summary.entry-summary .single_add_to_cart_button {padding: 10px !important;}
.woocommerce div.product.first {clear: both;}
.widget_product_search #btn-search:before{font-size: 22px;}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{width:200px;}
.widget.woocommerce #search {padding: 4px 0px 4px 10px;}
.de_light h4 a {color: #333333 !important;}
.add_to_cart_button.added {display: none !important;}

.de_light .added_to_cart{
	border:solid 1px rgba(1,1,1,.2) !important;
	color:#333;
}
.de_light .added_to_cart:hover:after{color:#111111;}
.select2-container .select2-choice {
  border-radius: 0;
  padding: 3px 0 3px 8px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 2em;
    margin-top: 2em;
    display: inline-block;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 4px 5px 0;
}
.woocommerce-tabs h2{
    text-align: left;
    margin-bottom: 15px;
}
.woocommerce-tabs p{
    margin-bottom: 15px;
}
.woocommerce-tabs h3{
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
.woocommerce-tabs label{
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 32px;
    display: block;
}
.woocommerce #review_form #respond .form-submit input{
    background: #212121;
}
.woocommerce #review_form #respond .form-submit input:hover{
    color: #fff!important;
}
.woocommerce p.form-submit{
    text-align: left;
}
.products h2 {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 25px;
}
.products .col-3{
    width:33.33%;
    float: left;
    text-align: center;
    /*padding: 0 15px;*/
    padding-bottom: 30px;
}
.button.btn.btn-line{
    padding:10px 15px;
}
.button.btn.btn-line:hover{
    background: #212121;
    border-color: #212121;
}
.padding-left-right{
    padding-left: 15px;
    padding-right: 15px;
}
.widget_product_search #btn-search{
    display: none;
}
.widget.woocommerce.widget_products ul li{
    font-size: 13px;
}
.widget.woocommerce.widget_products ul li a span{
    font-weight: 600;
    font-size: 12px;
}
.widget.woocommerce.widget_products ul li a:hover{
    padding:0;
}
.cart_item .product-name a{
    color:#414141;
    font-weight: 500;
}
.woocommerce-cart table.cart input{
    width: 150px;
}
.cart-collaterals{
    margin-top: 60px;
}

.woocommerce input.button,.woocommerce a.button.alt,.woocommerce input.button.alt{
    color:#fff;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
    outline: 0;
}
.woocommerce input.button:hover,.woocommerce a.button.alt:hover,.woocommerce input.button.alt:hover{
    color : #fff;
    background: #212121;
}
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    color: rgba(225,225,225,.7);
}
.woocommerce-result-count{
    padding-left: 15px;
}
.woocommerce-ordering{
    padding-right: 15px;
}

@media only screen and (max-width: 768px) {
    .products .col-3{
        width:100%;
    }
}body.royal_preloader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    visibility: visible;
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 20px;
    font-family: 'Open Sans';
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity:.2;
    left: 50%;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: -4px;
    font-size: 55px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Scale Text Mode */

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 32px;
    line-height: 32px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 32px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
    display: inline-block;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
    -webkit-animation: scale 0.2s forwards;
       -moz-animation: scale 0.2s forwards;
        -ms-animation: scale 0.2s forwards;
         -o-animation: scale 0.2s forwards;
            animation: scale 0.2s forwards;
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    letter-spacing:2px;
    padding-top:10px;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: red;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    letter-spacing:2px;
    padding-top:10px;
    font-size: 100px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_percentage:after {
    position: absolute;
    content:'%';
    z-index:3;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 20%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.4);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
}


@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    0% { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    0% { -o-transform: rotate(0); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes scale {
    0% { -webkit-transform: scale(0); opacity: 0;}
    50% { -webkit-transform: scale(2);  opacity: 0.5;}
    100% { -webkit-transform: scale(1);  opacity: 1;}
}
@-moz-keyframes scale {
    0% { -moz-transform: scale(0); opacity: 0;}
    50% { -moz-transform: scale(2); opacity: 0.5;}
    100% { -moz-transform: scale(1); opacity: 1;}
}
@-ms-keyframes scale {
    0% { -ms-transform: scale(0); opacity: 0;}
    50% { -ms-transform: scale(2); opacity: 0.5;}
    100% { -ms-transform: scale(1); opacity: 1;}
}
@-o-keyframes scale {
    0% { -o-transform: scale(0); opacity: 0;}
    50% { -o-transform: scale(2); opacity: 0;.5}
    100% { -o-transform: scale(1); opacity: 1;}
}
@keyframes scale {
    0% { transform: scale(0); opacity: 0;}
    50% { transform: scale(2); opacity: 0.5;}
    100% { transform: scale(1); opacity: 1;}
}
/*
Theme Name: Talos
Theme URI: http://demo.oceanthemes.net/talos-preview/
Author: OceanThemes
Author URI: http://oceanthemes.net/
Description: Talos is a Modern and Creative premium WordPress Theme . Design Theme is made in a beautiful style. It is suitable for Personal Portfolio, Creative Agency, Designer Portfolio, Illustrator Portfolio, Photographer Portfolio and more.Theme has a universal design, it thought every detail and animation effect. Its just as easy to customize to fit your needs, replace images and texts.
Version: 1.3.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: talos

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Table of Content
==================================================
  #Reset
  #Navigation
  #Primary
  #Home
  #About
  #Quotes
  #Team
  #Sep
  #Sep 2
  #Services
  #Counter
  #Work
  #Single Projects
  #Blog
  #Contact
  #Google map
  #Tooltip
  #footer
  #Media Queries
  #Post */

/* #Reset */
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.wp-caption {
  max-width: 100%;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto !important;
  display: block;
  clear: both;
  margin-top: 5px;
  width: auto !important;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
img.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
  width: auto !important;
}
.alignleft {
  margin: 5px 10px 20px 0;
  float: left;
}
img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
  width: auto !important;
}
.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
.transparent {
  z-index: 1;
  display: block;
  padding: 100px 0;
  position: relative;
}
.sticky .post {
  padding: 20px;
  background: #eee;
}
#main_content .sticky .post h2 {
  font-weight: bold;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
pre,
img {
  max-width: 100%;
}
.textwidget img {
  height: auto;
  margin: 10px 0;
}
.btn {
  color: #fff;
}
.btn-default {
  color: inherit;
}
.page-check h2,.page-check h1,.page-check h3,.page-check h4,.page-check h5,.page-check h6{
	margin: 30px 0;
	text-align: left;
	letter-spacing: 2px;
}
blockquote{
	font-style: italic;
	padding-left: 35px;
}
.page-check img{
	margin-top: 15px;
	margin-bottom: 15px;
}
ol li{
	line-height: 28px;
}
.widget_calendar table,
.widget select {
  width: 100%;
}
.widget select {
  padding: 3px 5px;
}
.widget_calendar table td,
.widget_calendar table th {
  padding: 9px 6px;
  text-align: center;
  border: 1px solid #ddd;
}
.rsswidget {
  color: #fff;
}
.recentcomments > a {
  font-style: italic;
}
.attachment-post-thumbnail {
  height: auto;
}
.widget ul {
  list-style: none;
}
.widget ul ul {
  padding-left: 20px;
  text-align: left;
}
.widget_nav_menu ul {
  padding-left: 0;
  text-align: left;
}
.widget li {
  line-height: 0;
}
.widget_sensei_course_categories li {
  line-height: inherit;
}

body {
  background: #f2f2f2;
  font-family: 'Open Sans';
  font-weight:300;
  font-size: 15px;
  line-height:22px;
  color:#323232;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  -webkit-text-size-adjust: 100%;
}




/* #Navigation
================================================== */

#menu-wrap{
    position: fixed;
	padding-bottom:10px;
	width:100%;
	z-index:5000;
	top:0;
	left:0;
}

#menu-wraps{
    position: absolute;
  padding-bottom:10px;
  width:100%;
  z-index:5000;
  top:0;
  left:0;
}
#menu-wrap .container .columns,#menu-wraps .container .columns  { 
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu-back{
	background: rgba(33,33,33,0);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}


.cbp-af-header {
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background: rgba(33,33,33,.93);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	/**/
	top:32px;
	background-size:86px 16px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo img{
  width:86px;
  height:16px;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top:1px;
	margin-bottom:0;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
	background:none; 
}
ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li { 
	background:none;
	padding-left:0; }
	
ul.slimmenu li ul {
	background:#212121;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.logo{
	position:absolute;
	/*width:134px;
	height:25px;*/
	z-index:10000;
	top:50px;
	background-size:134px 25px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.logo img{
  width:134px;
  height:25px;
}



.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 60%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	margin-top:23px;
	margin-bottom:20px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
	background-size:15px 10px;
	padding-left:20px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
ul.slimmenu > li a:after { 
  font-family: "FontAwesome";
  content: "\f111";
  right: -10px;
  font-size: 3px;
  color: #fff;
  position: absolute;
}
ul.slimmenu > li:last-child a:after{
  content: "";
}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #fff;
    padding: 10px 0px;
	cursor:pointer;
    margin: 0px 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 11px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.slimmenu li a:hover {
    text-decoration: none;
}
ul.slimmenu li {
}
ul.slimmenu li:first-child {
	background:none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child { 
	background:none; }
ul.slimmenu li ul li {
	background:none;
	padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 140%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}



/* #Primary
================================================== */ 

.section{
    position:relative;
	width:100%;
}
.full-height,.fullheight{
	height:100vh;
}
.padding-top-page{
  padding-top: 180px;
}
.padding-top-bottom{
	padding-top:120px;
	padding-bottom:120px;
}
.padding-top{
	padding-top:120px;
}
.padding-bottom{
	padding-bottom:120px;
}
.padding-top-bottom-small{
	padding-top:70px;
	padding-bottom:70px;
}
.padding-top-small{
	padding-top:70px;
}
.padding-bottom-small{
	padding-bottom:70px;
}
.padding-bottom-30{
  padding-bottom: 30px;
}
.back-dark{
	background-color:#212121;
}
.back-dark3{
	background-color:#303030;
}
.back-dark2{
	background-color:#181818;
}
.back-dark1{
	background-color:#060606;
}
.back-black{
	background-color:#000000;
}
.back-white{
	background-color:#ffffff;
}
.back-gray{
	background-color:#f9f9f9;
}

.title-text {
  position:relative;
	width:100%;
	padding-bottom:50px;
}
.title-text.page-full-width{
  padding-bottom: 0px;
}
.title-text.left p{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
}
.title-text.left.text-light p{
  color: #fff;
}
.title-text.left h3{
	text-align:left;
	padding-top:40px;
	width:100%;
	max-width:580px;
}
.title-text.left.blog-page h3{
  padding-top: 0px;
}
.title-text.left p b{
	padding-left:80px;
  position: relative;
}
.title-text.left p b:before {
  content:'';
  position:absolute;
  width:40px;
  height:1px;
  top:9px;
  left:18px;
  background-color:#646464;
} 

.title-text-app{
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 30px;
}
.title-text-app .icon {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.title-text-app .icon i{
  font-size: 49px;  
}
.title-text-app.left p {
    position: relative;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #757575;
}
.title-text-app.left p b {
    position: relative;
    padding-left: 60px;
    color: #757575;
}
.title-text-app.left p b:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    top: 9px;
    left: 18px;
    background-color: #757575;
}
.title-text-app.left h3{
  text-align: left;
  margin-top: 15px;
}
.shop-page h1{
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
}
.shop-page p{
      font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
.title-text.top-page-title p {
    position: relative;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #fff;
}
.title-text.top-page-title h3 {
    text-align: left;
    padding-top: 40px;
    width: 100%;
    max-width: 580px;
    color: #fff;
}
.title-text.top-page-title p span {
    position: relative;
    padding-left: 80px;
}
.title-text.top-page-title p span:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    top: 9px;
    left: 16px;
    background-color: #fff;
}
 
 
 

/* #Home
================================================== */ 

.home-carousel-wrap{ 
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
	z-index:2;
} 
.home-carousel-wrap.half-height{
  height:70vh;
}
#sync1 .item {
	position: relative; 
    width:100%;
    display: block;
	height:100vh;
	background-size:cover;
	background-position:center center;
} 
#sync1 .item.half-height{
  height:70vh;
}

#sync2 {
	position:absolute;
	width:42px;
	top:50%;
	margin-top:120px;
	left:50%;
	margin-left:-21px;
}
#sync2 .item{
	height:15px;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
	z-index:200;
	cursor:pointer;
	width:2px;
	background:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync2 .item:hover{
	height:25px;
}
#sync2 .synced .item {
	height:25px;
}
 
.home-mask{ 
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
	top:0;
	left:0;
} 
.home-text{
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	z-index:10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-text h1{
	font-size: 70px;
	line-height:75px;
	color:#f8f8f8;
	font-weight:700;
}
.home-text.home-archi h1{
  font-size: 55px;
  line-height: 60px;
  color: #f8f8f8;
  font-weight: 300;
}
.home-text.home-text-barber h1{
  position:relative;
  font-size: 100px;
  line-height:120px;
  font-weight:700;
  color: rgba(0,0,0,0.6);
  text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.home-text.home-text-barber h1:hover{
  letter-spacing:4px;
}
.home-text h1.text-background{
  position:relative;
  font-size: 120px;
  line-height:140px;
  font-weight:700;
  color: #f9f9f9;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(transparent, transparent),
             url(https://latissanderie.fr/wp-content/themes/talos/images/home-1.jpg) repeat;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-position:center center;
  background-size:cover;
  text-shadow: 2px 8px 6px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.home-text h1.text-background:hover{
  letter-spacing:4px;
}
.home-text p.text-background{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #f9f9f9;
}
.home-text.home-medical h1{
  font-size: 67px;
  line-height:75px;
  color:#212121;
  font-weight:700;
  text-align:left;
}
.home-text.home-medical p{
  text-align: left;
}
.home-text.home-design h1{
  font-size: 62px;
  line-height:76px;
  color:#212121;
  font-weight:700;
  text-align:left;
}
.home-text.home-design h1 strong{
  position:relative;
  font-size: 36px;
  line-height:76px;
}
.home-text.home-design h1 strong:after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/freeh.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:100% 100%;
}
.app-home-text h1{
  font-size: 54px;
  line-height:68px;
  color:#f8f8f8;
  font-weight:700;
  letter-spacing:2px;
  text-align:left;
}
.app-home-text p{
  color:#fff;
  text-align:left;
  width:100%;
  max-width:500px;
  font-weight:600;
  letter-spacing:1px;
  margin-top:20px;
  font-size:14px;
  line-height:22px;
}

.link-down{
	position:absolute;
	width:34px;
	height:48px;
	bottom:50px;
	left:50%;
	margin-left:-17px;
	background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/scrolldown.gif);
	background-size:34px 48px;
	background-position:center center;
	z-index:10;
}

.link-down.link-down-home-video{
  position:absolute;
  width:30px;
  height:36px;
  bottom:40px;
  left:50%;
  margin-left:-15px;
  background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/down-arrow.png);
  background-size:10px 36px;
  background-position:center center;
  background-repeat:no-repeat;
  z-index:10;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.link-down.link-down-home-video:hover{
  bottom:35px;
}

.link-down.link-down-home-medical{
  position: relative;
  width: 8px;
  height: 27px;
  float: left;
  background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/down-arrow-2.png);
  background-size: 8px 27px;
  background-position: center center;
  z-index: 10;
  bottom: 0px;
  left: 20px;
}
 
#shop-grid{
  position:relative;
  text-align:center;
  margin:0 auto;
  width:100%;
}
#shop-grid:after {
  content: '';
  display: block;
  clear: both;
}

.shop-item.portfolio-box-1{
  position:relative;
  float:left;
  width:50%;
  display:inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  /*margin-left:-1px;*/
  -webkit-transform: translate3d(1px,0,0);
  transform: translate3d(1px,0,0);
}
.shop-item.portfolio-box-1.col-3{
  width: 33.33%;
}
.shop-item.portfolio-box-1.col-4{
  width: 25%;
}
.portfolio-box-1 img{
  width:100%;
  display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item.portfolio-box-1:hover img{
  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.shop-item.portfolio-box-1 .mask{
  position:absolute;
  top:0;
  left:0;
  border:2px solid #313131;
  width:calc(100% - 36px);
  height:calc(100% - 36px);
  background-color:rgba(255,255,255,.8);
  z-index:2;
  opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item.portfolio-box-1:hover .mask{
  opacity:1;
  border:18px double #313131;
}
.shop-item.portfolio-box-1 .product-det{
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  z-index:5;
  opacity:0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-item.portfolio-box-1:hover .product-det{
  opacity:1;
}
.shop-item.portfolio-box-1 .product-det h3{
  text-align:center;
  padding-bottom:20px;
  font-size: 38px; 
  line-height: 38px;
  color: #414141;
  position: static;
}
.shop-item.portfolio-box-1 .product-det h3 span{
    text-align: center;
    padding-bottom: 20px;
    font-size: 38px;
    line-height: 38px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
.shop-item.portfolio-box-1 .product-det h3 del span.amount,.shop-item.portfolio-box-1 .product-det h3 del span.amount span{
  font-style: italic;
  font-size: 20px; 
  letter-spacing:3px;
  line-height: 42px;
    text-decoration: line-through;
}
.shop-item.portfolio-box-1 .product-det h6{
  text-align:center;
  letter-spacing:3px;
  font-weight:600;
  padding-bottom:20px;
}
.shop-item.portfolio-box-1 .product-det .product-links{
  position:relative;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.shop-item.portfolio-box-1 .product-det .product-links a{
  display:inline-block;
  padding:12px 0;
  width:90px;
  font-family: 'Poppins', sans-serif;
  text-transform:uppercase;
  font-size: 11px;
  line-height: 11px;
  letter-spacing:2px;
  font-weight:400;
  margin:0 auto;
  text-align:center;
  color:#fff;
  background-color:#212121;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
  border: 1px solid #212121;
}



#portfolio-filter.portfolio-filter {
  position:absolute;
  z-index:40;
  top:30px;
  left:80px;
  margin-bottom:25px;
  background-color: transparent;
  box-shadow: none;
}
#portfolio-filter.shop #filter.project-filter {
  position:relative;
  width:100%;
}
#portfolio-filter.shop #filter.project-filter li {
  display: block;
  text-align: left;
}
#portfolio-filter.shop #filter.project-filter:after {
  content: '';
  display: block;
  clear: both;
}
#portfolio-filter.shop #filter.project-filter li a {
  position: relative;
  display: inline-block;
  letter-spacing:1px;
  font-weight:400;
  padding:5px 25px;
  margin-right:10px;
  margin-bottom:5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px; 
  text-align: center;
  outline: none;
  color: #fff;
  border-radius:0;
  background-color:#212121;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.shop-det-wrap{ 
  position:relative;
  width:100%;
}
.shop-det-wrap h5{ 
  text-align:center;
  padding-bottom:20px;
}
.shop-det-wrap p{ 
  text-align:center;
}
.shop-det-wrap .shop-det-icon{ 
  position:relative;
  text-align:center;
  margin:0 auto;
  width: 48px;
  height: 48px;
  margin-bottom:20px;
  z-index:3;
}

/* #About
================================================== */

.about-wrap{ 
	position:relative;
	width:100%;
}
.about-wrap h5{ 
	text-align:left;
	padding-left:100px;
	padding-bottom:20px;
}
.about-wrap p{ 
	text-align:left;
	padding-left:100px;
}
.about-wrap .about-icon{ 
	position:absolute;
	top:0;
	left:0;
	width: 64px;
	height: 64px;
	z-index:3;
}
.about-wrap.align-center{ 
  position:relative;
  width:100%;
  text-align: center;
}
.about-wrap.align-center h5{ 
  text-align:center;
  padding-left:0;
  padding-bottom:20px;
}
.about-wrap.align-center p{ 
  text-align:center;
  padding-left:0;
}
.about-wrap.align-center .about-icon{ 
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  z-index: 3;
  padding-bottom: 20px;
}
.about-wrap .about-icon i{
  font-size: 48px;
  line-height: 1;
}
.about-wrap .about-icon.normal i{
  font-size: 32px;
  line-height: 1;
}
.about-wrap .about-icon img{
  display: block;
  width:50px;
  height:auto;
}
svg * {
  fill: none;
  stroke: currentColor;
}

/* #Quotes
================================================== */ 

#owl-sep-1 {
	position:relative;
	width:100%;
	max-width: 1320px;
	margin:0 auto;
	display:block;
}
#owl-sep-1 .item{
	position:relative;
	width:100%;
	margin-left:0 auto;
	z-index:2;
	display:block;
}
.quote{
	position:relative;
	padding-left:96px;
	margin:0 auto;
	overflow:hidden;
	display:block;
	padding-bottom:60px;
	background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/qu.png);
	background-repeat:no-repeat;
	background-position: 0 10px;
	background-size: 18px 11px;
}
.quote.small{
  padding-bottom: 20px;
}
.quote h4{
	text-align:left;
	font-style: italic;
	color:#c8c8c8;
	font-weight:300;
	width:100%;
	max-width:830px;
}
.quote h4.small{
  font-size: 20px;
  line-height: 28px;
}
.quote:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:14px;
	left:34px;
	background-color:#f9f9f9;
} 
#owl-sep-1.owl-theme .owl-controls{
	position:absolute;
	left:25px;
	text-align: left;
	bottom:0;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span{
	background:#fff;
	border-radius:0;
	width:2px;
	height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span:hover{
	height:15px;
}
#owl-sep-1.owl-theme .owl-controls .owl-page.active span {
	height:22px;
}

.owl-sep-2 {
  position:relative;
  width:100%;
  max-width:900px;
  display:block;
}
.owl-sep-2 .item{
  position:relative;
  width:100%;
  margin-left:0 auto;
  z-index:2;
  display:block;
}
.owl-sep-2 .quote{
  position:relative;
  padding-left:40px;
  margin:0 auto;
  overflow:hidden;
  display:block;
  padding-bottom:50px;
  background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/qu.png);
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: 18px 11px;
}
.owl-sep-2 .quote:before{
  content:none;
}
.owl-sep-2 .quote h4{
  text-align:left;
  font-style: italic;
  font-size: 22px; 
  line-height: 34px;
  color:#fff;
  letter-spacing:2px;
  font-weight:300;
  width:100%;
}
.owl-sep-2.owl-theme .owl-controls{
  position:absolute;
  left:0;
  text-align: left;
  bottom:0;
  z-index:100;
  width:100%;
  z-index:20;
}
.owl-sep-2.owl-theme .owl-controls .owl-page span{
  background:#f9f9f9;
  border-radius:50%;
  width:5px;
  height:5px;
  margin-right:10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-sep-2.owl-theme .owl-controls .owl-page span:hover{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.owl-sep-2.owl-theme .owl-controls .owl-page.active span {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

/* #Team
================================================== */

.team-wrap{ 
	position:relative;
	width:100%;
}
.team-wrap h6{ 
	text-align:left;
	padding-bottom:20px;
}
.team-wrap p{ 
	text-align:left;
	padding-bottom:25px;
}
.team-wrap img{ 
	width:100%;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-wrap.fst img:hover{
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
}
.team-wrap.snd img:hover{
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
.team-wrap.trd img:hover{
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

.social-team{ 
	position:relative;
	display:block;
	padding-bottom:30px;
}
.list-social-team li {
    padding:0; 
	margin:0;
    list-style: none;
	text-align:left; 
	width:20px;
	height:20px;
    display: inline-block;
	cursor:pointer;
	border-radius:50%;
	margin-right:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-team li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height:20px;
	text-align:left; 
	width:20px;
	color:#212121;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.text-light .list-social-team li.icon-team a{
  color: #fff;
}
.list-social-team li:hover{
}
.list-social-team li:hover.icon-team a{
}



/* #Sep
================================================== */

.parallax-1 {
	background: url(https://latissanderie.fr/wp-content/themes/talos/images/parallax-1.jpg) repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
.parallax-comingsoon{
  background-image: url(https://latissanderie.fr/wp-content/themes/talos/images/cmsoon.jpg);
  background-size: cover;
}
@media only screen and (min-width: 1930px) { .parallax-1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.dark-over-sep{ 
	position:absolute;
	background:#212121;
	opacity:.5;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:0;
	top:0;
	left:0;
} 
 
/* #Counter
================================================== */

.counter-wrap{ 
	position:relative;
	width:100%;
} 
.counter-wrap.custom-font .counter-numb{
  font-family: 'Parisienne', cursive;
}
.z-bigger{ 
	z-index:20;
} 
.z-low{ 
	z-index:1;
} 
.counter-wrap h6{
	text-align:center;
	color:#fff;
} 
.counter-wrap p{
	text-align:center;
	font-size:50px;
	line-height:50px;
	padding-bottom:12px;
}
 
/* #Work
================================================== */

.work-wrap{ 
	position:relative;
	width:100%;
}
.work-wrap img{ 
	width:100%;
	display:block;
}

.translate-left{
    position:relative;
	padding:30px;
	padding-bottom:45px;
	margin-top:70px;
	display:block;
	background:rgba(255,255,255,.85);
	z-index:3;
	-webkit-transform: translateX(-120px);
	-moz-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	-o-transform: translateX(-120px);
	transform: translateX(-120px);
}
.description-title-text {
    position:relative;
	width:100%;
	padding-bottom:30px;
}
.description-title-text.left p{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
}
.description-title-text p i:nth-last-child(2){
  display: none;
}
.description-title-text.left p span{
	position:relative;
	padding-left:80px;
}
.description-title-text.left p span:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:10px;
	left:16px;
	background-color:#646464;
} 
.des-programs-author {
    position:relative;
	width:100%;
}
.des-programs-author.left h6 p{
	text-align:left;
	width:100%;
	font-weight:300;
	color:#b2b2b2;
	font-style: italic;
  padding: 0px;
}
.des-programs-author.left p{
	padding-top:5px;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	text-align:left;
	width:100%;
	font-weight:500;
	color:#7b7b7b;
	padding-bottom:30px;
}
.des-programs-author.left p span{
	font-weight:300;
}
.des-programs-author.left .link{
	position:relative;
	overflow:hidden;
	display:block;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	line-height:13px;
	letter-spacing:2px;
	text-align:left;
	padding-bottom:7px;
	float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.des-programs-author.left .link:hover{
	color:#b2b2b2;
}
.des-programs-author.left .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.des-programs-author.left .link:hover:before {
	left:-2px;
}


.translate-right{
    position:relative;
	padding:30px;
	padding-bottom:45px;
	margin-top:70px;
	display:block;
	background:rgba(255,255,255,.85);
	z-index:20;
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
	-ms-transform: translateX(120px);
	-o-transform: translateX(120px);
	transform: translateX(120px);
}
.description-title-text.right p{
	position:relative;
	text-align:right;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
}
.description-title-text.right p span{
	position:relative;
	padding-left:80px;
}
.description-title-text.right p span:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:10px;
	left:16px;
	background-color:#646464;
} 
.des-programs-author {
    position:relative;
	width:100%;
}
.des-programs-author.right h6 p{
	text-align:right;
	width:100%;
	font-weight:300;
	color:#b2b2b2;
	font-style: italic;
  padding: 0;
}
.des-programs-author.right p{
	padding-top:5px;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	text-align:right;
	width:100%;
	font-weight:500;
	color:#7b7b7b;
	padding-bottom:30px;
}
.des-programs-author.right p span{
	font-weight:300;
}
.des-programs-author.right .link{
	position:relative;
	overflow:hidden;
	display:block;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	line-height:13px;
	letter-spacing:2px;
	text-align:right;
	padding-bottom:7px;
	float:right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.des-programs-author.right .link:hover{
	color:#b2b2b2;
}
.des-programs-author.right .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.des-programs-author.right .link:hover:before {
	left:-2px;
} 
.container .columns.float-right {
	float:right;
}


.portfolio-bottom-link{
	position:relative;
  z-index: 21;
	overflow:hidden;
	display:block;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	line-height:30px;
	letter-spacing:2px;
	text-align:center;
	padding-top:80px;
	color:#fff;
	padding-bottom:80px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-bottom-link b{
  font-family: 'Parisienne', cursive;
  font-size: 56px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 300;
}
.portfolio-bottom-link:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.portfolio-bottom-link:after {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	right:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.portfolio-bottom-link:hover:before {
	left:0;
}  
.portfolio-bottom-link:hover:after {
	right:0;
} 



/* #Ajax Projects Expander Styles
================================================== */

	.relative{
		position: relative;
	}
	.portfolio{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 1320px;
	}	
	.expander-wrap {
		position:relative;
		display: none;
		text-align: center;
	}

	#expander-wrap{
		position: relative;
		width:100%;
		max-width:1320px;
		margin:0 auto;
		overflow: hidden;
	}


/* Expander Item Controls */

	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:50px;
		max-width: 1320px;
		margin:0 auto;
	}
	.expander-inner{
		position: relative;
	}
	.cls-btn{
		width:100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
	}
	.expander-wrap .cls-btn .close {
		position:relative;
		display: inline-block;
		color:#000;
		top:0;
		margin-top:60px;
		margin-bottom:20px;
		width:50px;
		height:50px;
		background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/close.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size: 40px 40px;
		text-align:center;
		cursor: pointer;
		float:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
  .text-light .expander-wrap .cls-btn .close{
    background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/close-light.png);
  }
	.expander-close:hover {
		cursor:pointer;
	}
	.expander-wrap .cls-btn .close:hover {
		background-size: 35px 35px;
	}
	
/* #Single Projects
================================================== */	

.owl-portfolio-slider{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.owl-portfolio-slider .item{
	position:relative;
	width:100%;
}
.owl-portfolio-slider .item img{
	width:100%;
	display:block;
	height:auto;
}
.owl-portfolio-slider.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:30px;
	z-index:100;
	width:100%;
	z-index:20;
}
.owl-portfolio-slider.owl-theme .owl-controls .owl-page span{
	background:#000;
	border-radius:0;
	width:2px;
	height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-portfolio-slider.owl-theme .owl-controls .owl-page span:hover{
	height:12px;
}
.owl-portfolio-slider.owl-theme .owl-controls .owl-page.active span {
	height:20px;
}
.project-page img{
	width:100%;
	display:block;
	height:auto;
}
.project-page h6{
	text-align:left;
	margin-bottom:20px;
}
.project-page p{
	text-align:left;
	margin-bottom:45px;
}
.project-page p:last-child{
	margin-bottom:0;
}
.project-page a{
	color:#000;
	text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.project-page a:hover{
}

/* Video Hover Image */	

.video-wrapper, figure.vimeo, figure.youtube {
	margin:0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}	
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
figure.youtube a img, figure.vimeo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	max-width:none;
}	
figure.vimeo a:after, figure.youtube a:after {
	content:"";
	width:60px;
	height:60px;
	background:#fff;
	z-index:9;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	border-radius:50%;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
	background:#212121;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
}	
figure.vimeo a:before, figure.youtube a:before {
	content:"";
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #414141;
	z-index:10;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-3px;
	margin-top:-7px;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
	border-left: 10px solid #fff;
}	
figure.vimeo a:hover img, figure.youtube a:hover img {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(1.03) rotate(1deg);
	transform: scale(1.03) rotate(1deg);
}	
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	a -webkit-transform: scale(1);
	transform: scale(1);
}

/* #Sep 2
================================================== */

.parallax-2 {
	background: url(//latissanderie.fr/wp-content/themes/images/parallax-2.jpg) repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: 1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


/* #Logos
================================================== */

#owl-logos{
	position:relative;
	width:calc(100% - 30px);
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding-bottom:70px;
}
#owl-logos.padding-bottom-0{
  padding-bottom: 0px;
}
#owl-logos .item{
	position:relative;
	margin-left:15px;
	margin-right:15px;
	overflow:hidden;
	text-align:center;
}
#owl-logos .item img{
	width:80px;
	display:block;
	margin:0 auto;
	text-align:center;
}
#owl-logos.owl-theme .owl-controls{
	position:absolute;
	left:0;
	text-align: center;
	bottom:0;
	z-index:100;
	width:100%;
	z-index:20;
}
#owl-logos.owl-theme .owl-controls .owl-page span{
	background:#fff;
	border-radius:0;
	width:2px;
	height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-logos.owl-theme .owl-controls .owl-page span:hover{
	height:12px;
}
#owl-logos.owl-theme .owl-controls .owl-page.active span {
	height:20px;
}

 

/* #Services
================================================== */
 
.services-wrap { 
	position:relative;
	padding:40px;
} 
.services-wrap h5{ 
	text-align:left;
	padding-bottom:20px;
}
.services-wrap h5 span{ 
	padding-right:10px;
	font-size:18px;
	font-family: 'et-line';
}

.pricing-wrap{ 
	position:relative;
	width:100%;
} 
.pricing-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.pricing-plan{ 
	position:relative;
	width:33.33333%;
	float:left;
	display:inline-block;
	padding:50px;
	padding-bottom:140px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.col-2 .pricing-plan{
  width: 50%;
}
.col-4 .pricing-plan{
  width:25%;
}
.pricing-plan:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.pricing-plan:after {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	right:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-plan.dark:after,.pricing-plan.dark:before {
  background:rgba(21,21,21,.014);
}
.pricing-plan:hover:before {
	left:0;
}  
.pricing-plan:hover:after {
	right:0;
}
.pricing-plan .top{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#fff;
	padding-bottom:40px;
}
.pricing-plan.dark .top{
  color: #212121;
}
.pricing-plan .top b{
	padding-left:80px;
}
.pricing-plan .top:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:7px;
	left:34px;
	background-color:#fff;
} 
.pricing-plan.dark .top:before {
  background-color : #212121;
}
.pricing-plan .price{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size: 38px; 
	line-height: 38px;
	color:#fff;
	padding-bottom:40px;
}
.pricing-plan.dark .price{
  color:#212121;
}
.pricing-plan .price .small{
	font-size: 20px; 
	line-height: 46px;
}   
.pricing-plan .price .small-text{
	font-size: 14px; 
	line-height: 46px;
	font-style: italic;
}  
.pricing-plan .price b{
	vertical-align: super;
	font-size: 20px;
} 
.pricing-plan ul li{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing:1px;
	color:#ccc;
	padding-bottom:12px;
}
.pricing-plan.dark ul li{
  color: #656565;
}
.pricing-plan .button{
	position:absolute;
	left:50px;
	bottom:50px;
	z-index:4;
	cursor:pointer;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 12px; 
	line-height: 18px;
	letter-spacing:2px;
	color:#fff;
	width:70px;
	border-radius:3px;
	padding-top:8px;
	padding-bottom:8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-plan .button:hover{
	background:#fff;
	color:#212121;
}



@media only screen and (min-width: 1930px) { .parallax-3 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
	.parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
.services-bottom-link{
	position:relative;
	overflow:hidden;
	display:block;
	z-index:10;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	line-height:22px;
	letter-spacing:2px;
	text-align:center;
	padding-top:80px;
	color:#fff;
	padding-bottom:80px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services-bottom-link:before {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	top:0;
	left:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.services-bottom-link:after {
	content:'';
	position:absolute;
	width:100%;
	height:50%;
	bottom:0;
	right:-100%;
	background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.services-bottom-link:hover:before {
	left:0;
}  
.services-bottom-link:hover:after {
	right:0;
} 


/* #Blog
================================================== */
 

.journal-wrap { 
	position:relative;
	width:100%;
}  
.journal-wrap:after {
  content: '';
  display: block;
  clear: both;
} 
.journal-wrap img { 
	width:70%;
	display:block;
} 
.journal-det { 
	position:absolute;
	width:70%;
	top:50px;
	right:0;
	z-index:3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px;
	display:block;
	background:rgba(255,255,255,.85);
} 
.journal-det.dark,.journal-det-right.dark{
  background:rgba(21,21,21,.85);
}
.journal-det.dark h6,.journal-det-right.dark h5,
.journal-det.dark h5,.journal-det-right.dark h6{
  color : #dbdbdb;
}
.journal-det h6{ 
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 11px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
	padding-bottom:3px;
}
.journal-det h6 span{
	position:relative;
	padding-left:60px;
}
.journal-det h6 span:before {
	content:'';
	position:absolute;
	width:20px;
	height:1px;
	top:8px;
	left:16px;
	background-color:#646464;
} 
.journal-det h5{ 
	position:relative;
	text-align:left;
	padding-bottom:20px;
} 
.journal-det .link{
	position:relative;
	overflow:hidden;
	display:block;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:2px;
	text-align:left;
	float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.journal-det .link:hover{
	color:#b2b2b2;
}
.journal-det .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.journal-det .link:hover:before {
	left:-2px;
}


.journal-wrap-right { 
	position:relative;
	width:100%;
}  
.journal-wrap-right:after {
  content: '';
  display: block;
  clear: both;
} 
.journal-wrap-right img { 
	width:70%;
	display:block;
	float:right;
}  
.journal-det-right { 
	position:absolute;
	width:70%;
	top:50px;
	left:0;
	z-index:3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:30px;
	display:block;
	background:rgba(255,255,255,.85);
} 
.journal-det-right h6{ 
	position:relative;
	text-align:right;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 11px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#000;
	padding-bottom:3px;
}
.journal-det-right h6 span{
	position:relative;
	padding-left:60px;
}
.journal-det-right h6 span:before {
	content:'';
	position:absolute;
	width:20px;
	height:1px;
	top:8px;
	left:16px;
	background-color:#646464;
} 
.journal-det-right h5{ 
	position:relative;
	text-align:right;
	padding-bottom:20px;
} 
.journal-det-right .link{
	position:relative;
	overflow:hidden;
	display:block;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:2px;
	text-align:right;
	float:right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.journal-det-right .link:hover{
	color:#b2b2b2;
}
.journal-det-right .link:before {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	bottom:0;
	left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.journal-det-right .link:hover:before {
	left:-2px;
}

 
/* #Contact
================================================== */
 
.contact-det-wrap{ 
	position:relative;
	width:100%;
	display:block;
}  
.contact-det-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.contact-det{ 
	position:relative;
	width:33.3333%;
	display:inline-block;
	float:left;
	padding:70px;
	z-index:3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px -15px 18px rgba(0,0,0,.2);
	/*-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);*/
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.col-2 .contact-det{
  width:50%;
}
.col-4 .contact-det{
  width: 25%;
}
.contact-det:hover{
	z-index:4; 
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}
.contact-det p{
	position:relative;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 13px; 
	line-height: 16px;
	letter-spacing:1px;
	color:#fff;
	padding-bottom:30px;
}
.contact-det h6{
	text-align:left;
	padding-top:6px;
	font-style: italic;
	width:100%;
	font-weight:300;
	color:#f1f1f1;
	letter-spacing:1px;
  line-height: 30px;
}
.contact-det p b{
	padding-left:80px;
}
.contact-det p:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:7px;
	left:34px;
	background-color:#fff;
} 

/* #Google map
================================================== */

#google-container {
	position: relative;
	width: 100%;
    height:500px;
}
#cd-google-map {
	position: relative;
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity:.7;
	background-image: url(https://latissanderie.fr/wp-content/themes/talos/images/cd-icon-controller.svg);
	z-index:3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}
#cd-google-map address{
  position: absolute;
  bottom: 0;
  background: #000;
  padding: 20px;
  color: #fff;
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 50px;
	margin-bottom: 1px;
	z-index:3;
}
#cd-zoom-out {
	background-position: 50% -32px;
	z-index:3;
} 

a.button--size-s{
  margin-right: 30px;
  padding: 16px 35px;
  text-align: center;
  background: #000;
  letter-spacing: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  text-transform: none;
  border-radius: 30px;
  min-width: 20px;
  max-width: 180px;
  display: inline-block;
  webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
a.button-video{
  position: relative;
  letter-spacing: 2px;
}
a.button-video:before{
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 3;
  content: '\f144';
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 26px;
  -webkit-transition: color 0.3s, text-shadow 0.3s;
  transition: color 0.3s, text-shadow 0.3s;
}
a.button-video.button--size-s:hover{
  background : transparent!important;
}

.button-effect {
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	cursor:pointer;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button-effect:focus {
	outline: none;
}
.button-effect > span {
	vertical-align: middle;
}
.button--moema {
	padding: 16px 30px;
	border-radius: 50px;
	text-align:center;
	background:#fff;
	letter-spacing:2px;
	color: #000;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
	transition: background-color 0.3s 0s, color 0.3s 0s;
	color:#fff;
	-webkit-animation: anim-moema-1 0.6s forwards;
	animation: anim-moema-1 0.6s forwards;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.6s 0.5s forwards;
	animation: anim-moema-2 0.6s 0.5s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
} 
 
.title-text-button-app a.button-app {
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 40px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #212121;
    padding-right: 32px;
    -webkit-transition: color 0.3s, padding-right 0.3s;
    transition: color 0.3s, padding-right 0.3s;
}
.title-text-button-app a.button-app:after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    content: '\f178';
    color: #212121;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.title-text-button-app a.button-app:hover {
    padding-right: 42px;
}
 
/* #footer
================================================== */

.footer h1,.footer h2,.footer h3,.footer h4,.footer h5, .footer h6 ,.footer p,.footer .widget ul li a,.footer .widget ul li span,.footer .widget .textwidget{
  color: #f4f4f4;
}
.footer .widget ul li{
    border-top: 1px solid rgba(225,225,225,.2);
}
.footer .widget ul li:last-child{
  border-bottom: 1px solid rgba(225,225,225,.2);
}
.footer-top{
	position:relative;
}  
.footer-top:after {
  content: '';
  display: block;
  clear: both;
}
.footer-top img{
	width:120px;
	display:block;
}
.overflow-hidden{
	overflow:hidden;
}
.social-footer{ 
	position:relative;
	display:block;
	float:right;
}
.list-social-footer li {
    padding:0; 
	margin:0;
    list-style: none;
	text-align:center; 
	width:30px;
	height:30px;
    display: inline-block;
	cursor:pointer;
	background:#323232;
	border-radius:50%;
	margin-left:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-footer li.icon-footer a {
	font-family: 'FontAwesome';
	font-size: 13px;
	line-height:30px;
	width:30px;
	color:#fff;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-footer li:hover{
}
.list-social-footer li:hover.icon-footer a{
}


.footer-line{
	position:relative;
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,.1);
}
.arrow-up-footer {
	position:relative;
	width:30px;
	height:30px;
	margin:0 auto;
	text-align:center;
	background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/up-arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 22px 12px;
  cursor: pointer;
}
.left-footer p{
	text-align:left;
	font-size:12px;
	line-height:20px;
	color: #f4f4f4;
	letter-spacing:1px;
}
.right-footer p{
	text-align:right;
	font-size:12px;
	line-height:20px;
	color: #f4f4f4;
	letter-spacing:1px;
}


/* #Tooltip
================================================== */

	.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
	.tipper .tipper-content { background: rgba(20, 20, 20, 0.85);font-weight:400;letter-spacing:1px;box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 3px; color: #fff; display: block; float: left; font-family: 'Open Sans'; font-size: 9px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { background: url(//latissanderie.fr/wp-content/themes/images/tipper-icon.png) no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

	.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

	.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

	.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }
 
/* #Media Queries
================================================== */

@media only screen and (max-width: 1320px) {
#owl-sep-1.owl-theme .owl-controls .owl-page span{
	display:none;
}
}

@media only screen and (max-width: 1200px) {

.home-text h1.text-background {
    font-size: 60px;
    line-height: 65px;
}
.home-text.home-text-barber h1{
  font-size: 60px;
  line-height:65px;
} 
.home-text.home-design h1{
  font-size: 46px;
  line-height:56px;
}
.home-text.home-design h1 strong{
  font-size: 26px;
  line-height:56px;
}
.logo{
	left:10px;
	top:30px;
	background-size:80px 15px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	left:10px;
	top:30px;
	background-size:80px 15px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo img{
  width:80px;
  height:15px;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	background:none;
}
ul.slimmenu li a: {
    border-bottom:none;
}
ul.slimmenu li a:hover {
    border:none;
	background:none;
}
ul.slimmenu li {
	background:none;
}
ul.slimmenu li > ul {
    width: 100%;
	text-align:right;
}

.home-text h1,.home-text.home-archi h1{
	font-size: 60px;
	line-height:65px;
} 
.quote{
	padding-left:0;
	padding-bottom:0;
	background-image:none;
}
.quote:before {
	display:none;
} 

.translate-right,
.translate-left{
	padding:0;
	padding-bottom:45px;
	margin-top:20px;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.journal-wrap img,
.journal-wrap-right img { 
	width:100%;
	float:none;
}  
.journal-det,
.journal-det-right { 
	position:relative;
	width:100%;
	top:auto;
	right:auto;
	left:auto;
	padding:0;
	padding-top:30px;
	padding-bottom:40px;
	background:none;
	text-align:left;
  border: 0px!important;
}
 .journal-det-right h6{ 
	text-align:left;
}
.journal-det-right h5{ 
	text-align:left;
} 
.journal-det-right .link{
	text-align:left;
	float:left;
}
.contact-det-wrap{ 
	padding-top:120px;
	padding-bottom:50px;
} 
.contact-det{ 
  width:100%;
  padding:40px;
  box-shadow: 0px -15px 18px rgba(0,0,0,0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.contact-det:hover{
  z-index:4; 
    -webkit-transform: scale(1.05) translateY(0);
       -moz-transform: scale(1.05) translateY(0);
        -ms-transform: scale(1.05) translateY(0);
         -o-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
}
.col-2 .contact-det{
  width:100%;
}
.col-4 .contact-det{
  width: 100%;
}

}

@media only screen and (max-width: 1000px) {
#portfolio-filter.portfolio-filter {
  left: 30px;
}
.title-text.left h3{
	font-size: 22px; 
	line-height: 28px;
}
.title-text-app h3{
  font-size: 22px; 
  line-height: 28px;
}
.shop-page h1{
  font-size: 35px;
  line-height: 38px;
}
.about-wrap h5{ 
	padding-left:70px;
}
.about-wrap p{ 
	padding-left:70px;
}
.about-wrap .about-icon{ 
	font-size:24px;
	line-height:24px;
}
.app-home-text h1{
  font-size: 34px;
  line-height:44px;
}
.app-home-text p{
  font-size:12px;
  line-height:20px;
}

}

@media only screen and (max-width: 800px) {
.home-text h1,
.home-text.home-text-barber h1,
.home-text.home-archi h1{
	font-size: 40px;
	line-height:45px;
}
.home-text h1.text-background {
    font-size: 40px;
    line-height: 45px;
}
.home-text.home-design h1{
  font-size: 36px;
  line-height:46px;
}
.home-text.home-design h1 strong{
  font-size: 20px;
  line-height:46px;
}
.quote h4{
	font-size: 18px;
	line-height: 24px;
}
.pricing-plan, .col-2 .pricing-plan, .col-4 .pricing-plan{ 
	width:100%;
}
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    height: 22px;
    line-height: 22px;
    font-size: 22px;
}

}
@media only screen and (min-width: 800px) and (max-width: 992px) {
  .pricing-plan .top:before{
    left: 20px;
  }
  .pricing-plan .top b {
    padding-left: 50px;
  }
  .pricing-plan .price{
    font-size: 30px;
  }
  .pricing-plan .price .small-super{
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
.home-text h1,
.home-text.hometext-barber h1,
.home-text.home-archi h1{
	font-size: 25px;
	line-height:30px;
}
.shop-page h1{
  font-size: 25px;
  line-height: 30px;
}
.app-home-text h1{
  font-size: 30px;
  line-height:40px;
}
.app-home-text p{
  font-size:12px;
  line-height:17px;
}
.home-text h1.text-background {
    font-size: 25px;
    line-height: 30px;
}
.home-text.home-design h1{
  font-size: 26px;
  line-height:36px;
}
.home-text.home-design h1 strong{
  font-size: 14px;
  line-height:36px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  }

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}  
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{ 
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}  
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{ 
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}

@media only screen and (max-width: 319px) {
.right-footer p,
.left-footer p{
	text-align:center;
}
.footer-top{
	position:relative;
	text-align:center;
	margin:0 auto;
}  
.footer-top img{
	text-align:center;
	margin:0 auto;
}
.social-footer{ 
	text-align:center;
	margin:0 auto;
	float:none;
	padding-top:10px;
	padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
	margin-right:2px;
}
}
@media only screen and (max-width: 1199px) {
  ul.slimmenu > li a:after{
    content: none;
  }
  .menu-back{
    background: rgba(33,33,33);
  }
  #menu-wrap {
    position: absolute;
  }
  .logo img{
    width: 100px;
    height: 18px;
  }
  #menu-wrap{
    padding-bottom: 0;
  }
  ul.slimmenu li a{
    border-bottom: 0px;
  }
}

.blog-box-2{
  margin-bottom: 70px;
}
.blog-box-2 img{
  width:100%;
}
.blog-box-2 h3{
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  clear: both;
}
.blog-box-2 h3 a.blog-title{  
  width: 100%;
  max-width: 580px;
  font-size: 30px;
  line-height: 38px;
  color: #414141;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  transition: 0.4s;
} 
.blog-box-2 h3 a.blog-title:hover{
  color: #cfa144;
  transition: 0.4s;
}
.blog-box-2 .subtext {
  text-align: left;
  color: #747474;
  font-family: 'Playfair Display', serif;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 17px;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 10px;
}
.blog-pages-wrap-box  .blog-box-2 .subtext a{
  color: #000;
  transition: 0.4s;
  font-weight: 600;
}

.subtext > span {
  display: inline-block;
  margin-right: 15px;
}
.subtext > span > span{
  display: inline-block;
  margin-right: 5px;
}

.blog-box-2 p{
  margin-bottom: 10px;
}
.blog-pages-wrap-box  .blog-box-2 .link-to-post .link{
  position: relative;
  overflow: hidden;
  display: block;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 2px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #cfa144;
  margin-bottom: 50px;
  float: left;
}
.blog-pages-wrap-box  .blog-box-2 .link-to-post .link:hover{
  color:#b2b2b2;
}
.blog-pages-wrap-box  .blog-box-2 .link-to-post .link:before {
  background-color: #cfa144;
  content:'';
  position:absolute;
  width:100%;
  height:2px;
  bottom:0;
  left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.blog-pages-wrap-box  .blog-box-2 .link-to-post .link:hover:before {
  left:-2px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.sidebar{
  position:relative;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
}


.sidebar .widget{
  padding-top: 50px;
}
.sidebar .widget:first-child{
  padding-top: 0px;
}

.sidebar input{
  width:100%;
  padding-left:20px;
  padding-right:20px;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  letter-spacing:1px;
  font-size: 12px;
  line-height:22px;
  padding-top: 15px;
  padding-bottom: 15px;
  background:#fbfbfb;
  border:none;
  color: #737373;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.sidebar input:active { 
  color: #fff;
  outline: none !important;
}
.sidebar input:hover {  
  color: #737373;
  outline: none !important;
}
.sidebar input:focus {
  color: #fff;   
  outline: none !important;
}

.sidebar input:-ms-input-placeholder  {
  font-size: 10px;
  text-transform:uppercase;
  -webkit-transition:  color 0.3s;
  transition:  color 0.3s;
}
.sidebar input::-moz-placeholder  {
  font-size: 10px;
  text-transform:uppercase;
  -webkit-transition:  color 0.3s;
  transition:  color 0.3s;
}
.sidebar input:-moz-placeholder  {
  font-size: 10px;
  text-transform:uppercase;
  -webkit-transition:  color 0.3s;
  transition:  color 0.3s;
}
.sidebar input::-webkit-input-placeholder  {
  font-size: 10px;
  text-transform:uppercase;
  -webkit-transition:  color 0.3s;
  transition:  color 0.3s;
}
.sidebar input:active:-ms-input-placeholder  {
  color: #fff;
}
.sidebar input:active::-moz-placeholder  {
  color: #fff;
}
.sidebar input:active:-moz-placeholder  {
  color: #fff;
}
.sidebar input:active::-webkit-input-placeholder  {
  color: #fff;
}
.sidebar input:focus:-ms-input-placeholder  {
  color: #fff;
}
.sidebar input:focus::-moz-placeholder  {
  color: #fff;
}
.sidebar input:focus:-moz-placeholder  {
  color: #fff;
}
.sidebar input:focus::-webkit-input-placeholder  {
  color: #fff;
}

.separator-sidebar{ 
  position:relative;
  width:100%;
  padding-top:50px;
}

.sidebar h6{ 
  text-align:left;
  padding-bottom:20px;
}

.widget_recent_entries ul{ 
  position:relative;
  width:100%;
  overflow:hidden;
  text-align:left;
}
.widget ul li{
  position:relative;
  display:block;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height:21px;
  text-align:left;
  text-transform:uppercase;
  padding-top:10px;
  padding-bottom:10px;
  border-top:1px solid rgba(0,0,0,.1);
  letter-spacing:1px;  
  font-weight:400;
  
}
.widget ul li a{
  color:#323232;
  -webkit-transition: padding-left 0.3s, color 0.3s;
  transition: padding-left 0.3s, color 0.3s;
}
.widget ul li:last-child{
  border-bottom:1px solid rgba(0,0,0,.1);
}
.widget ul li a:hover {
  padding-left:10px;
}

.widget.widget_calendar caption{
  font-size: 15px;
  color: #414141;
  font-weight: bold;
  margin-bottom: 15px;
}
.widget.widget_calendar table th{
  font-size: 13px;
  font-weight: bold;
}
.widget.widget_calendar table td{
  font-size: 14px;
  font-weight: 400;
}
.widget.widget_tag_cloud ul {
  position:relative;
  width:100%;
  overflow:hidden;
  text-align:left;
}
.widget.widget_tag_cloud ul li{
  display:inline-block;
  border: 0px;
  font-family: 'Poppins', sans-serif;
  padding-top: 0;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.widget.widget_tag_cloud ul li a{
  position:relative;
  padding:8px 20px;
  background: #212121;
  font-size:11px!important;
  letter-spacing:1px;
  text-transform: none;
  border-radius:2px;
  color:#fff;
  font-family: 'Poppins', sans-serif;
  font-weight:400;   
  -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.widget.widget_tag_cloud ul li a:hover{
  color: #fff;
}

/* #Post
================================================== */

.owl-post-slider{
  position:relative;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.owl-post-slider .item{
  position:relative;
  width:100%;
}
.owl-post-slider .item img{
  width:100%;
  display:block;
  height:auto;
}
.owl-post-slider.owl-theme .owl-controls{
  position:absolute;
  left:0;
  text-align: center;
  bottom:30px;
  z-index:100;
  width:100%;
  z-index:20;
}
.owl-post-slider.owl-theme .owl-controls .owl-page span{
  background:#fff;
  border-radius:0;
  width:2px;
  height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-post-slider.owl-theme .owl-controls .owl-page span:hover{
  height:12px;
}
.owl-post-slider.owl-theme .owl-controls .owl-page.active span {
  height:20px;
}
.tags-wrap{ 
  position:relative;
  width:100%;
  display:block;
  padding-top:30px;
  padding-bottom:30px;
}  
.tags-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.tags-wrap a{ 
  position:relative;
  display:inline-block;
  float:left;
  padding:8px 20px;
  background: #212121;
  font-size:11px;
  letter-spacing:1px;
  line-height:11px;
  border-radius:2px;
  color:#fff;
  font-family: 'Poppins', sans-serif;
  font-weight:400;
  margin-right:2px;
  margin-bottom:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.post {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 30px;
} 
.post p {
    padding-bottom: 20px;
}
.gu-box.margin-gu {
    margin-top: 10px;
    margin-bottom: 30px;
}
.gu-box {
    position: relative;
    width: 100%;
    border-left: 2px solid #bababa;
}
.gu-box p {
    color: #000;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-style: italic;
}
.gu-box span {
    color: #999999;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 20px;
}
.content-comm{
  position:relative;
  width:100%;
  margin-top:20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom:11px;
  overflow:hidden;
  margin-bottom:5px;
  padding-bottom:25px;
  border-bottom:1px solid rgba(0,0,0,.1);
}
.content-comm.sub-comm{
  position:relative;
  width:calc(100% - 50px);
  margin-left:50px;
}
.content-comm:after {
  content: '';
  display: block;
  clear: both;
}
.content-comm img {
  display: block;
  float:left;
  width:100px;
  height:auto;
  margin-right:25px;
  margin-bottom:25px;
}
.content-comm p {
  text-align:left;
  padding-bottom:25px;
}
.name-aut-replay{
  position:absolute;
  bottom:20px;
  right:0;
  text-align:right;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:11px;
  line-height:11px;
  font-weight:400;  
}
.name-aut-replay a{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;   
}
.name-aut-replay a:hover{
  color:#212121;
}
.comments{
  position:relative;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  margin-top:30px;
}
.comments input{
  position:relative;
  width:calc(100% - 40px);
  padding-left:20px;
  padding-right:20px;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  letter-spacing:1px;
  font-size: 12px;
  line-height:24px;
  padding-bottom: 15px;
  background:transparent;
  border:none;
  color: #737373;
  margin-bottom:20px;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea {
  width:calc(100% - 40px);
  padding-left:20px;
  padding-right:20px;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  letter-spacing:1px;
  font-size: 12px;
  line-height:24px;
  background:transparent;
  height:70px;
  border:none;
  color: #737373;
  margin-bottom:20px;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea,
.comments input { 
  border-bottom:1px solid rgba(100,100,100,.2);
}
.comments textarea:active,
.comments input:active {  
  color: #101010;
}
.comments textarea:active,
.comments input:hover { 
  color: #101010;
}
.comments textarea:focus,
.comments input:focus {  
    outline: none !important;
}
.comments input:-ms-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments input::-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments input:-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments input::-webkit-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments textarea:-ms-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments textarea::-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments textarea:-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments textarea::-webkit-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#999999;
}
.comments button {
  background:#efefef;
  color:#212121;
  font-size:14px;
  padding: 13px 30px;
  max-width:140px;
}
.comments button:hover {
  color:#fff;
}
.comments button:focus,
.comments button:active {
  border:none;
  outline:none;
}
p.form-submit{
  text-align: center;
}
p.form-submit input.submit{
  background: #efefef;
  color: #212121;
  font-size: 14px;
  padding: 13px 30px;
  max-width: 145px;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  line-height: normal;
  border: 0;
}
p.form-submit input.submit:hover{
  color:#fff;
}
p.logged-in-as{
  margin-bottom: 20px;
}
p.logged-in-as a:first-child{
  color:#414141;
}

.comment-respond h3.comment-reply-title{
  margin-top: 30px;
}
.comment-respond h3.comment-reply-title small a{
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 25px;
  font-weight: 400;
}
.comment-respond form p textarea{
  outline: 0;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
    background: transparent;
    height: 70px;
    border: none;
    color: #737373;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(100,100,100,.2);
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}

/* Pagination */
nav[role="navigation"] {
    text-align: center;
    padding-top: 50px;
}
.cd-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .2em;
}
.cd-pagination li.button-pag {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  font-size: 11px;
  letter-spacing:2px;
  font-weight:600;
}
.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  color:#000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cd-pagination a:hover {
  background-color: #000;
  border: 1px solid #000;
  color:#fff;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color:#fff;
  pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button-pag:first-of-type a::before {
  content: '\00ab';
}
.cd-pagination .button-pag:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  /* selected number */
  color: #ffffff;
  pointer-events: none;
}
.cd-pagination.animated-buttons span{
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
  }
}

/* -------------------------------- 

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6;
}
.cd-pagination.no-space:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.no-space li {
  margin: 0;
  float: left;
  border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
  border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
  float: left;
  border-radius: 0;
  border: none;
}
.cd-pagination.no-space li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0;
}

/* -------------------------------- 

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button-pag:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button-pag:last-of-type {
  float: right;
}

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
  float: none;
}

/* -------------------------------- 

custom icons - customize the small arrow inside the next and prev buttons 

-------------------------------- */
.cd-pagination.custom-icons .button-pag a {
  position: relative;
}
.cd-pagination.custom-icons .button-pag:first-of-type a {
  padding-left: 2.4em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a {
  padding-right: 2.4em;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before,
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  content: '';
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url(https://latissanderie.fr/wp-content/themes/talos/images/cd-icon-arrow-1.svg) no-repeat center center;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before {
  left: .8em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  right: .8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* -------------------------------- 

custom buttons - replace prev and next buttons text with a custom icon 

-------------------------------- */
.cd-pagination.custom-buttons a, .cd-pagination.custom-buttons span {
  vertical-align: middle;
}
.cd-pagination.custom-buttons .button-pag a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: #000;
  background-image: url(https://latissanderie.fr/wp-content/themes/talos/images/cd-icon-arrow-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-pagination.custom-buttons .button-pag:last-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cd-pagination.custom-buttons .button-pag:last-of-type a:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button-pag:last-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}

/* -------------------------------- 

animated buttons - animate the text inside prev and next buttons 

-------------------------------- */
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
  padding: 0 1.2em;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.cd-pagination.animated-buttons .button-pag a {
  position: relative;
  padding: 0 2em;
}
.cd-pagination.animated-buttons .button-pag:first-of-type a::before,
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-pagination.animated-buttons .button-pag a:hover i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-pagination.animated-buttons .button-pag:first-of-type a:hover::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px);
}

.cd-pagination.animated-buttons .button-pag:last-of-type a:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
  transform: translateX(-50%) rotate(180deg) translateY(50px);
}
.button--moema {
  padding: 16px 30px;
  border-radius: 50px;
  text-align:center;
  background:#fff;
  letter-spacing:2px;
  color: #000;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button--moema::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
  -webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
  transition: background-color 0.3s 0s, color 0.3s 0s;
  color:#fff;
  -webkit-animation: anim-moema-1 0.6s forwards;
  animation: anim-moema-1 0.6s forwards;
}
.button--moema:hover::before {
  -webkit-animation: anim-moema-2 0.6s 0.5s forwards;
  animation: anim-moema-2 0.6s 0.5s forwards;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
} 

.vc_column_container>.vc_column-inner {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 0!important;
}

/*.container .row .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}*/
.wpb_row.vc_row-o-full-height {
    min-height: 100vh;
}
.row{
  width:100%;
}
.container .container{width:100%;}
.wpb_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpb_row.vc_row-flex .container,.wpb_row.vc_row-flex .row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.wpb_row.vc_row-o-equal-height .vc_column_container {
    -moz-box-align: stretch;
    align-items: stretch;
}
.wpb_row.vc_row-flex .vc_column_container {
    display: flex;
}
.wpb_row.vc_row-o-columns-middle .vc_column_container .vc_column-inner {
    -moz-box-pack: center;
    justify-content: center;
}
.wpb_row.vc_row-flex .vc_column_container .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.wpb_row.vc_row-o-columns-bottom .vc_column_container .vc_column-inner {
    -moz-box-pack: end;
    justify-content: flex-end;
}
.wpb_row.vc_row-o-content-top .vc_column_container .vc_column-inner {
    -moz-box-pack: start;
    justify-content: flex-start;
}

.wpb_revslider_element{
  margin-bottom: 0!important;
}

section{
  position: relative;
}
.parallax-row{  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.parallax-subheader{ 
  background: url(https://latissanderie.fr/wp-content/themes/talos/images/type.png) repeat fixed; 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-size: cover!important;
}
.parallax-title-top{  
  background: url(https://latissanderie.fr/wp-content/themes/talos/images/type.png) repeat fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.parallax-shop-page{  
  background: url(https://latissanderie.fr/wp-content/themes/talos/images/hero-project.jpg) repeat fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.parallax-row.cover{
  background-size: cover!important;
}
@media only screen and (min-width: 1930px) { .parallax-row,.parallax-subheader,.parallax-title-top,.parallax-shop-page { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
  .parallax-row,.parallax-subheader,.parallax-title-top,.parallax-shop-page { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
  .parallax-row,.parallax-subheader,.parallax-title-top,.parallax-shop-page { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
  border-bottom: 1px solid rgba(100,100,100,.2)!important;
  position: relative;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 15px;
    background: transparent;
    border: none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
    outline: none;
}
.wpcf7-form-control-wrap input.text-light,
.wpcf7-form-control-wrap textarea.text-light{
  border-bottom: 1px solid rgba(255,255,255,.3)!important;
}
.wpcf7-form-control-wrap input.text-light,
.wpcf7-form-control-wrap textarea.text-light{
  color: #fff;
}
.wpcf7-form-control-wrap textarea{
  height:100px;
}
img.ajax-loader{display: none;}
div.wpcf7-validation-errors{
  border:none!important;
  text-align: center;
}
.wpcf7 .button-contact {
  background:#323232;
  color:#fff;
  font-size:14px;
  padding: 13px 30px;
  max-width:140px;
}
.form-submit .button-contact {
  background:#efefef;
  color:#212121;
  font-size:14px;
  padding: 10px 30px;
  max-width:140px;
  border:0;
}
.wpcf7 .button-contact.btn-dark,.form-submit .button-contact.btn-dark{
  color: #fff;
  background: #212121;
}
.wpcf7 .button-contact:hover,.form-submit .button-contact:hover {
  color:#fff;
}
.wpcf7 .button-contact:focus,
.wpcf7 .button-contact:active,
.form-submit .button-contact:focus,
.form-submit .button-contact:active {
  border:none;
  outline:none;
}
.wpcf7 input.text-light:-ms-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 input.text-light::-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 input.text-light:-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 input.text-light::-webkit-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 textarea.text-light:-ms-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 textarea.text-light::-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 textarea.text-light:-moz-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
.wpcf7 textarea.text-light::-webkit-input-placeholder  {
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#fff;
}
div.wpcf7-mail-sent-ok{
  border: none!important;
}
.half-height {
    height: 70vh;
}
/* #Portfolio
================================================== */

#projects-grid{
  position:relative;
  text-align:center;
  margin:0 auto;
  width:100%;
  max-width:100%;
  overflow:hidden;
}
#projects-grid.margin-on-side{
  width:calc(100% - 40px);
  max-width:calc(100% - 40px);
}
#projects-grid:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-box-1{
  position:relative;
  float:left;
  width:33.3333333333%;
  display:inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  margin-left:-1px;
  -webkit-transform: translate3d(1px,0,0);
  transform: translate3d(1px,0,0);
}
.portfolio-box-1.col-2{
  width:50%;
}
.portfolio-box-1.col-4{
  width:25%;
}
.portfolio-box-1.col-5{
  width:20%;
}
.projects-grid-2 .portfolio-box-1.col-2{
  width:calc(50% - 50px);
}
.projects-grid-2 .portfolio-box-1.col-4{
  width:calc(25% - 50px);
}
.projects-grid-2 .portfolio-box-1.col-5{
  width:calc(20% - 50px);
}
.portfolio-box-1 .mask{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:#212121;
  opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box-1:hover .mask{
  opacity:.9;
}
.portfolio-box-1 h3{
  position:absolute;
  left:25px;
  bottom:40px;
  font-family: 'Poppins', sans-serif;
  letter-spacing:1px;
  font-weight:500;
  font-size: 18px; 
  line-height: 24px;
  text-align:left;
  z-index:3;
  letter-spacing:-1px;
  color:#fff;
  opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover h3{
  left:40px;
  opacity:1;
}
.portfolio-box-1 h3 span{
  font-weight:300;
  font-size: 10px;
  letter-spacing:2px;
}
.portfolio-box-1 img{
  width:100%;
  display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box-1:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


#portfolio-filter {
  position:absolute;
  text-align: center;
  z-index:20;
  top:30px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius:30px;
  background-color:#212121;
  box-shadow:0 0 15px 7px rgba(12,12,12,.2);
}
#filter {
  position:relative;
  width:100%;
  text-align: center;
}
#filter li {
  display: inline-block;
  text-align: center;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
  position: relative;
  display: inline-block;
  letter-spacing:1px;
  font-weight:400;
  padding:5px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px; 
  text-align: center;
  outline: none;
  color: #fff;
  border-radius:30px;
  background-color:#212121;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li .current {
}
#filter li a:hover {
}

#portfolio-filter.portfolio-filter-3 {
  position:relative;
  top: 0px;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0px;
}
.portfolio-filter-3 #filter {
  position:relative;
  width:100%;
}
.portfolio-filter-3 #filter li {
  display: inline-block;
  text-align: center;
}
.portfolio-filter-3 #filter:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-filter-3 #filter li a {
  position: relative;
  display: inline-block;
  letter-spacing:1px;
  font-weight:400;
  padding:5px 20px;
  margin-right:10px;
  margin-bottom:5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px; 
  text-align: center;
  outline: none;
  color: #fff;
  border-radius:3px;
  background-color:#212121;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}

@media only screen and (max-width: 992px) { 
  #portfolio-filter {
    position: relative;
    border-radius: 0;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}
}


/* #Freelance parallax
================================================== */

.parallax-freelance {
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0;
  bottom: 0;
  z-index: 1;
  width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-freelance { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
  .parallax-freelance { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
  .parallax-freelance { background-size: cover!important; background-attachment: scroll; background-position: top center!important; }
}
.home-text p {
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
  letter-spacing: 1px;
}
.home-text.home-text-carousel p{
  margin-bottom: 20px;
  margin-top: 0px;
}
.home-text p span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
}
.text-light, 
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p{
  color: #fff;
}
.text-dark, 
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p{
  color: #212121;
}
.counter-wrap.freelance-num p {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    top: 50%;
    margin-top: -40px;
    height: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 0;
    opacity: 0.4;
}
.counter-wrap.freelance-num h6 {
    text-align: center;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    letter-spacing: 2px;
    font-weight: 400;
}
.counter-wrap.freelance-num.text-dark h6{
  color: #212121;
  font-weight: 500;
}
/* #Home HTML Video
================================================== */
video#video_background { 
  position: absolute;
  top:50%;
  left:50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#video-wrap{ 
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.home-text h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #f8f8f8;
    text-transform: uppercase;
}
.home-text p {
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
    letter-spacing: 2px;
}
.home-text p span {
    padding: 6px 25px;
    border-radius: 2px;
}
.portfolio-box-1 .mask-g{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:#212121;
  background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/more.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:30px 30px;
  opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box-1:hover .mask-g{
  opacity:.9;
}
#projects-grid.full-width-small{
  width:100%;
  max-width:1320px;
}
#projects-grid.translate-gallery{
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  z-index:18;
  box-shadow: 0px -15px 18px rgba(0,0,0,.2);
}
#portfolio-filter.gallery-version {
  top:-115px;
}
/* #Skills
================================================== */

.pro-bar-container {
  position:relative;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 2px;
  background: #212121;
  margin-bottom:34px;
}
.pro-bar-container:last-child{
  margin-bottom: 0px;
}
.skills-name{
  font-family: 'Poppins', sans-serif;
  position:relative;
  width:100%;
  text-align:left;
  padding-bottom:5px;
  font-weight:300;
  font-size: 13px;
  letter-spacing:2px;
  color:#fff;
}
.skills-name span{
  font-weight:300;
  color:#dbdbdb;
  padding-left:3px;
  float:right;
}
.pro-bar {
  position:relative;
  height: 2px;
  overflow:hidden;
}
  .pro-bar.bar-100  { width: 100%; }
  .pro-bar.bar-99   { width: 99%;  }
  .pro-bar.bar-98   { width: 98%;  }
  .pro-bar.bar-97   { width: 97%;  }
  .pro-bar.bar-96   { width: 96%;  }
  .pro-bar.bar-95   { width: 95%;  }
  .pro-bar.bar-94   { width: 94%;  }
  .pro-bar.bar-93   { width: 93%;  }
  .pro-bar.bar-92   { width: 92%;  }
  .pro-bar.bar-91   { width: 91%;  }
  .pro-bar.bar-90   { width: 90%;  }
  .pro-bar.bar-89   { width: 89%;  }
  .pro-bar.bar-88   { width: 88%;  }
  .pro-bar.bar-87   { width: 87%;  }
  .pro-bar.bar-86   { width: 86%;  }
  .pro-bar.bar-85   { width: 85%;  }
  .pro-bar.bar-84   { width: 84%;  }
  .pro-bar.bar-83   { width: 83%;  }
  .pro-bar.bar-82   { width: 82%;  }
  .pro-bar.bar-81   { width: 81%;  }
  .pro-bar.bar-80   { width: 80%;  }
  .pro-bar.bar-79   { width: 79%;  }
  .pro-bar.bar-78   { width: 78%;  }
  .pro-bar.bar-77   { width: 77%;  }
  .pro-bar.bar-76   { width: 76%;  }
  .pro-bar.bar-75   { width: 75%;  }
  .pro-bar.bar-74   { width: 74%;  }
  .pro-bar.bar-73   { width: 73%;  }
  .pro-bar.bar-72   { width: 72%;  }
  .pro-bar.bar-71   { width: 71%;  }
  .pro-bar.bar-70   { width: 70%;  }
  .pro-bar.bar-69   { width: 69%;  }
  .pro-bar.bar-68   { width: 68%;  }
  .pro-bar.bar-67   { width: 67%;  }
  .pro-bar.bar-66   { width: 66%;  }
  .pro-bar.bar-65   { width: 65%;  }
  .pro-bar.bar-64   { width: 64%;  }
  .pro-bar.bar-63   { width: 63%;  }
  .pro-bar.bar-62   { width: 62%;  }
  .pro-bar.bar-61   { width: 61%;  }
  .pro-bar.bar-60   { width: 60%;  }
  .pro-bar.bar-59   { width: 59%;  }
  .pro-bar.bar-58   { width: 58%;  }
  .pro-bar.bar-57   { width: 57%;  }
  .pro-bar.bar-56   { width: 56%;  }
  .pro-bar.bar-55   { width: 55%;  }
  .pro-bar.bar-54   { width: 54%;  }
  .pro-bar.bar-53   { width: 53%;  }
  .pro-bar.bar-52   { width: 52%;  }
  .pro-bar.bar-51   { width: 51%;  }
  .pro-bar.bar-50   { width: 50%;  }
  .pro-bar.bar-49   { width: 49%;  }
  .pro-bar.bar-48   { width: 48%;  }
  .pro-bar.bar-47   { width: 47%;  }
  .pro-bar.bar-46   { width: 46%;  }
  .pro-bar.bar-45   { width: 45%;  }
  .pro-bar.bar-44   { width: 44%;  }
  .pro-bar.bar-43   { width: 43%;  }
  .pro-bar.bar-42   { width: 42%;  }
  .pro-bar.bar-41   { width: 41%;  }
  .pro-bar.bar-40   { width: 40%;  }
  .pro-bar.bar-39   { width: 39%;  }
  .pro-bar.bar-38   { width: 38%;  }
  .pro-bar.bar-37   { width: 37%;  }
  .pro-bar.bar-36   { width: 36%;  }
  .pro-bar.bar-35   { width: 35%;  }
  .pro-bar.bar-34   { width: 34%;  }
  .pro-bar.bar-33   { width: 33%;  }
  .pro-bar.bar-32   { width: 32%;  }
  .pro-bar.bar-31   { width: 31%;  }
  .pro-bar.bar-30   { width: 30%;  }
  .pro-bar.bar-29   { width: 29%;  }
  .pro-bar.bar-28   { width: 28%;  }
  .pro-bar.bar-27   { width: 27%;  }
  .pro-bar.bar-26   { width: 26%;  }
  .pro-bar.bar-25   { width: 25%;  }
  .pro-bar.bar-24   { width: 24%;  }
  .pro-bar.bar-23   { width: 23%;  }
  .pro-bar.bar-22   { width: 22%;  }
  .pro-bar.bar-21   { width: 21%;  }
  .pro-bar.bar-20   { width: 20%;  }
  .pro-bar.bar-19   { width: 19%;  }
  .pro-bar.bar-18   { width: 18%;  }
  .pro-bar.bar-17   { width: 17%;  }
  .pro-bar.bar-16   { width: 16%;  }
  .pro-bar.bar-15   { width: 15%;  }
  .pro-bar.bar-14   { width: 14%;  }
  .pro-bar.bar-13   { width: 13%;  }
  .pro-bar.bar-12   { width: 12%;  }
  .pro-bar.bar-11   { width: 11%;  }
  .pro-bar.bar-10   { width: 10%;  }
  .pro-bar.bar-9    { width: 9%;   }
  .pro-bar.bar-8    { width: 8%;   }
  .pro-bar.bar-7    { width: 7%;   }
  .pro-bar.bar-6    { width: 6%;   }
  .pro-bar.bar-5    { width: 5%;   }
  .pro-bar.bar-4    { width: 4%;   }
  .pro-bar.bar-3    { width: 3%;   }
  .pro-bar.bar-2    { width: 2%;   }
  .pro-bar.bar-1    { width: 1%;   }
  .pro-bar.bar-0    { width: 0%;   }
  .float-left{float: left;}

.services-wrap-feature { 
  position:relative;
  padding:40px;
} 
.services-wrap-feature h5{ 
  text-align:left;
  padding-bottom:20px;
}
.services-wrap-feature h5 span{ 
  padding-right:10px;
  font-size:18px;
}
.button-effect.button--moema.button-meal{
  line-height: 22px;
}
.wellcome-meal{ 
  position:relative;
  width:100%;
  max-width:400px;
}
.wellcome-meal h3{ 
  text-align:left;
  color:#f9f9f9;
  padding-bottom:20px;
  font-weight:300;
}
.wellcome-meal h3 b{ 
  font-family: 'Parisienne', cursive;
  font-size: 34px;
  line-height:28px;
}
.wellcome-meal p{ 
  text-align:left;
  color:#fff;
  padding-bottom:40px;
}
.wellcome-meal .button-effect {
  min-width: 110px;
  max-width: 110px;
  display: block;
  letter-spacing:2px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  cursor:pointer;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.wellcome-meal .button-effect:focus {
  outline: none;
}
.wellcome-meal .button-effect > span {
  vertical-align: middle;
}
.wellcome-meal .button--moema {
  padding: 7px 18px;
  border-radius: 3px;
  text-align:center;
  background:#fff;
  letter-spacing:2px;
  font-size:12px;
  font-weight:600;
  color:#212121;
  float:left;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.wellcome-meal .button--moema::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  background: inherit;
  border-radius: 3px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.wellcome-meal .button--moema:hover {
  -webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
  transition: background-color 0.3s 0s, color 0.3s 0s;
  color:#fff;
  -webkit-animation: anim-moema-1 0.6s forwards;
  animation: anim-moema-1 0.6s forwards;
}
.wellcome-meal .button--moema:hover::before {
  -webkit-animation: anim-moema-2 0.6s 0.5s forwards;
  animation: anim-moema-2 0.6s 0.5s forwards;
}
.menu-wrap{ 
  position:relative;
  width:100%;
}  
.menu-wrap:after {
  content: '';
  display: block;
  clear: both;
} 
.menu-wrap h4{ 
  text-align:left;
  padding-bottom:20px;
}  
.menu-wrap h4.margin-menu{ 
  margin-top:13px;
}
.menu-wrap h6{ 
  position:relative;
  text-align:left;
  width:100%;
  font-weight:500;
    text-transform: lowercase;
}   
.menu-wrap h6 span{ 
  float:right;
}   
.menu-wrap h6 span.dots{
  position:absolute;
  float:none;
  top:23px;
  left:-1px;
  right:-1px;
  z-index:1;
  margin:0;
  border:0;
  height:2px;
  display:block;
  background-position:bottom;
  background-size:6px 2px;
  background-repeat:repeat-x
} 
.menu-wrap p{ 
  padding-top:8px;
  text-align:left;
  font-style: italic;
  font-weight:400;
  font-size:13px;
  line-height:19px;
  padding-bottom:18px;
    text-transform: lowercase;
}
/* #About
================================================== */

.top-call-action{
    position:relative;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.top-call-action:after {
  content: '';
  display: block;
  clear: both;
}
.top-call-action h6{
  margin:0 auto;
  text-align:center;
  font-weight:500;
  margin-right:25px;
  color:#bebebe;
  display:inline-block;
}
.top-call-action .link{
    position:relative;
  display:inline-block;
  margin:0 auto;
  font-family: 'FontAwesome';
  text-align:center;
  font-weight:300;
  color:#fff;
  border-radius: 10px/40px;
  width:70px;
  height:32px;
  font-size:14px;
  line-height:32px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.top-call-action .link:hover{
    background-color:#000;
}
.line {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 1px;
    background-color: rgba(0,0,0,.08);
    display: block;
}
.process{
    position:relative;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.process h6{
    text-align:center;
  padding-bottom:20px;
}
.process h6 b{
  font-family: 'FontAwesome';
  padding-left:25px;
  padding-right:25px;
  font-size:14px;
  font-weight:300;
}
.process p{
  margin:0 auto;
  text-align:center;
  width:100%;
  max-width:850px;
}
.home-video {
  position:relative;
  width:100%;
  max-width:650px;
  margin:0 auto;
  text-align:center;  
  outline: 6px double #51504e;
  -webkit-box-shadow: 0 0 60px #51504e;
        box-shadow: 0 0 60px #51504e;
}
.big-text-top {
  margin-top:30px;
  font-size: 16px;
  line-height:26px;
  font-weight:500;
  text-transform:uppercase;
  color: #dbdbdb;
  text-align:center;
  letter-spacing:5px;
    text-shadow: 3px 3px 0px rgba(112,112,112,.2);
}
.big-text-top b {
  font-size: 40px;
  line-height:50px;
  color: #fff;
  font-weight:700;
  letter-spacing:2px;
  text-shadow: 6px 6px 0px rgba(112,112,112,.3);
}
#owl-home .item {
    position: relative;
    width: 100%;
    display: block;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}
#owl-home.owl-theme .owl-controls{
  position:absolute;
  left:30px;
  text-align: center;
  top:50%;
  z-index:100;
  width:8px;
  z-index:20;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#owl-home.owl-theme .owl-controls .owl-page span{
  background:#212121;
  border-radius:50%;
  width:4px;
  height:4px;
  display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-home.owl-theme .owl-controls .owl-page span:hover{
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
#owl-home.owl-theme .owl-controls .owl-page.active span {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
.home-link{
  position:absolute;
  width:100%;
  bottom:30px;
  left:0;
  z-index:10;
}
.services-wrap.services-box .icon-ser{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  opacity: .2;
}
.services-wrap.services-box .icon-ser i{
  font-size: 90px;
}

/* #Portfolio
================================================== */

#projects-grid.projects-grid-2{
  position:relative;
  text-align:center;
  margin:0 auto;
  width:calc(100% - 50px);
  overflow:hidden;
  padding-top:20px;
  padding-bottom:25px;
  display:block;
}
#projects-grid.projects-grid-2:after {
  content: '';
  display: block;
  clear: both;
}
.projects-grid-2 .portfolio-box-1{
  position:relative;
  float:left;
  margin:25px;
  width:calc(33.33% - 50px);
  display:inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  margin-left:24px;
  -webkit-transform: translate3d(1px,0,0);
  transform: translate3d(1px,0,0);
  box-shadow:0 0 1px 1px rgba(12,12,12,.05);
}
.projects-grid-2 .portfolio-box-1.box-port-half{
  width:calc(50% - 50px);
  margin-left:22px;
  -webkit-transform: translate3d(3px,0,0);
  transform: translate3d(3px,0,0);
}
.projects-grid-2 .portfolio-box-1 .mask{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-color:#212121;
  background-image:url(https://latissanderie.fr/wp-content/themes/talos/images/more.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:30px 30px;
  opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.projects-grid-2 .portfolio-box-1:hover .mask{
  opacity:.9;
}
.projects-grid-2 .portfolio-box-1 h3{
  position:absolute;
  left:25px;
  bottom:40px;
  font-family: 'Poppins', sans-serif;
  letter-spacing:1px;
  font-weight:500;
  font-size: 18px; 
  line-height: 24px;
  text-align:left;
  z-index:3;
  letter-spacing:-1px;
  color:#fff;
  opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.projects-grid-2 .portfolio-box-1:hover h3{
  left:40px;
  opacity:1;
}
.projects-grid-2 .portfolio-box-1 h3 span{
  font-weight:300;
  font-size: 10px;
  letter-spacing:2px;
}
.projects-grid-2 .portfolio-box-1 img{
  width:100%;
  display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.projects-grid-2 .portfolio-box-1:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


#portfolio-filter.portfolio-filter-2 {
  position:absolute;
  text-align: center;
  z-index:20;
  top:60px;
  left:50%;
  padding:4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius:3px;
  background-color:rgba(255,255,255,.9);
  box-shadow:0 0 3px 1px rgba(12,12,12,.1);
}
#filter {
  position:relative;
  width:100%;
  text-align: center;
}
#filter li {
  display: inline-block;
  text-align: center;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
.portfolio-filter-2  #filter li a {
  position: relative;
  display: inline-block;
  letter-spacing:1px;
  font-weight:400;
  padding:5px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px; 
  text-align: center;
  outline: none;
  color: #212121;
  border-radius:3px;
  background-color:#f9f9f9;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-filter-2  #filter li .current {
  color: #fff;
}
.portfolio-filter-2  #filter li a:hover {
  color: #fff;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
} 
.home-text.home-design{
  position:absolute;
  width:100%;
  top:50%;
  left:0;
  z-index:10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* #letters
================================================== */

.cd-title {
  position: relative;
}
.cd-title h1 {
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 2px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #fff;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

.margin-bottom-25{
  margin-bottom: 25px;
}
.con-soc-links{
  position:relative;
  width:100%;
  text-align:center;
  margin:0 auto;
  overflow:hidden;
}
.con-soc-links a{
  display:inline-block;
  color:#fff;
  font-family: 'Poppins', sans-serif;
  font-weight:300;
  text-align:center;
  letter-spacing:2px;
  font-style: italic; 
  padding-bottom:14px;
  padding-top:4px;
  font-size: 16px; 
  line-height: 20px;
  overflow:hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.con-soc-links a:hover {
    font-size:11px;
    border-radius: 3px;
    padding: 6px 20px;
}
.con-soc-links a span{
  position:relative;
  padding-left:25px;
  padding-right:25px;
}
.con-soc-links a span:before{
  position:absolute;
  content:'';
  bottom:-20px;
  border-radius:3px;
  left:0;
  width:100%;
  height:2px;
  z-index:-1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.con-soc-links a:hover span:before{
  bottom:-7px;
  height:30px;
}
.font-weight-700{
  font-weight: 700;
}
.letter-spacing-3{
  letter-spacing: 3px;
}

/* #Showcase
================================================== */

.case-study-wrapper {
  position:absolute;
  width:100%;
  max-width:500px;
  top:50%;
  left:50%;
  z-index:10;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.case-study-wrapper li {
  list-style:none;
  display:block;
  padding-bottom:30px;
  text-align:center;
  margin:0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.case-study-wrapper li a {
  color:#f9f9f9;
  text-align:center;
  display:block;
  font-size:26px;
  padding:0;
  margin:0;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  line-height:22px;
  letter-spacing:2px;
  color:#f9f9f9;
}
.case-study-wrapper li a span {
  font-size:11px;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  padding:0;
  margin:0;
  line-height:11px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#999;
} 
.case-study-wrapper li a:hover {
  color:#f9f9f9;
}
.case-study-wrapper:hover li {
  opacity:0.2;
} 
.case-study-wrapper:hover li:hover {
  opacity:1;
}

.dark-over-portfolio{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:5;
  background-color:#212121;
  opacity:.8;
}
  
.case-study-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin:0;
  z-index:2;
} 
.case-study-images li {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:center center;
  background-repeat:no-repeat;
  top: 0;
  left: 0;
  overflow: hidden;
  list-style:none;
  opacity:0;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.case-study-images li.show {
  opacity:1;
} 

.next-pre-background{
  background-color: #181818;
}
.project-next-prev{
  position:relative;
  width:100%;
  overflow:hidden;
  z-index: 5;
}
.project-next-prev:after {
  content: '';
  display: block;
  clear: both;
}
.project-prev{
  position:relative;
  width:50%;
  display:inline-block;
  height:350px;
  float:left;
  background:url(https://latissanderie.fr/wp-content/themes/talos/images/project-left.svg)no-repeat center center;
  background-size:120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-prev .text,
.project-next .text{
  position:absolute;
  letter-spacing:3px;
  font-family: 'Poppins', sans-serif;
  width:100%;
  left:0;
  top:120%;
  margin-top:-28px;
  font-size:20px;
  line-height:28px;
  text-align:center;
  color:#fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-prev:hover .text,
.project-next:hover .text{
  top:50%;
}
.project-prev .text span,
.project-next .text span{
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
  font-size: 10px;
  color:#b5b5b5;
  line-height:28px;
  letter-spacing:2px;
  text-transform: uppercase;
}

.project-prev:hover{
  background-position:center -100%;
}
.project-next{
  position:relative;
  width:50%;
  display:inline-block;
  height:350px;
  float:right;
  background:url(https://latissanderie.fr/wp-content/themes/talos/images/project-right.svg)no-repeat center center;
  background-size:120px 120px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-next:hover{
  background-position:center -100%;
}
.tp-dottedoverlay.twoxtwo{
  background:#212121;
  opacity: .7;
}
.fade-elements{
  opacity: 0.99;
}
.img-from-bottom {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.img-from-bottom.wpb_single_image img {
    width: 100%;
    max-width: 950px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.vc_item img{
  width:100%;
  height:auto;
}
.owl-gallery {
    position: relative;
    margin-top: 25px;
    width: calc(100% - 50px);
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 70px;
}
.owl-gallery .item {
    position: relative;
    overflow: hidden;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}
.owl-gallery .item .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 5px;
    z-index: 5;
    cursor: pointer;
    background-image: url(https://latissanderie.fr/wp-content/themes/talos/images/more.png);
    background-color: rgba(11,11,11,.9);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.owl-gallery .item .mask:hover{
  opacity:1;
}
.owl-gallery.owl-theme .owl-controls{
  text-align: center;
  width:100%;
  z-index:20;
  position: absolute;
  bottom: 0px;
}
.owl-gallery.owl-theme .owl-controls .owl-page span{
  background:#000;
  border-radius:0;
  width:2px;
  height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.owl-gallery.owl-theme .owl-controls .owl-page.active span {
  height:20px;
}
/* #FAQ
================================================== */


.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  margin-bottom:2px;
}
.smk_accordion .accordion_in .acc_head {
  position: relative;
  padding: 15px;
  text-align:left;
  background:#fafafa;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  font-size: 14px;
  line-height:20px;
  color: #414141;
  letter-spacing:1px;
  display: block;
  cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover {
  color:#fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  color:#fff;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  background: url(https://latissanderie.fr/wp-content/themes/talos/images/acc1.png)no-repeat center center;
  background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
  background: url(https://latissanderie.fr/wp-content/themes/talos/images/acc2.png)no-repeat center center;
  background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(https://latissanderie.fr/wp-content/themes/talos/images/acc3.png)no-repeat center center;
  background-size:20px 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_content {
  color:#606060;
  padding:30px;
  background:#f2f2f2;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}

.product-det .star-rating{
  display: none;
}
.product-det .price del{
  display: block;
}
.product-det .price ins{
  text-decoration:  none;
}
.shop-item.portfolio-box-1 .product-det h3 span.amount{
  font-weight: 400;
  letter-spacing: 0px;
}
.shop-item.portfolio-box-1 .product-det h3 ins span.amount,.shop-item.portfolio-box-1 .product-det h3 ins span.amount span{
    text-align: center;
    padding-bottom: 20px;
    font-size: 38px;
    line-height: 38px;
    font-style: normal;
    font-weight: 400;
    text-decoration:  none;
}
.woocommerce-review-link,.posted_in a{
  color: #414141;
  -webkit-transition : all 0.3s ease-out;
  -moz-transition : all 0.3s ease-out;
  -o-transition :all 0.3s ease-out;
  transition : all 0.3s ease-out;
}

.cart-slide-out{ 
  position:fixed;
  right:0;
  top:170px;
  z-index:300;
      padding: 14px 18px;
  background-color:#212121;
  color:#fff;
  cursor:pointer;
}
.cart-slide-out img{ 
  width:25%;
  height:auto;
  float: right!important;
}
.cart-slide-out .cart-slide-out-item{ 
  position:absolute;
  cursor: default;
  top:45px;
  right:-270px;
  width:240px;
  padding:20px 20px 20px 10px;
  z-index:301;
  background:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out-item p.total{
  color: #414141;
  margin: 5px 0;
}
.cart-slide-out-item p.buttons a{
  float: left;
    width: 35%;
    font-size: 13px;
    padding: 12px 15px;
    text-align: center;
}
.cart-slide-out-item p.buttons a:hover{
  color: #fff;
}
.cart-slide-out-item p.buttons a:last-child{
  float:right;
}
.cart-slide-out-item ul li.mini_cart_item{
  padding:4px 0;
  clear: both;
}
.cart-slide-out-item ul li.empty{
  color:#414141;
  text-align: center;
}
.woocommerce a.remove:hover{
  background:transparent!important;
}
.cart-slide-out-item ul li.mini_cart_item a{
  color: #414141;
      font-weight: bold;
    font-size: 13px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.cart-slide-out-item ul li.mini_cart_item:before{
  content: " ";
    display: table;
}
.cart-slide-out-item ul li.mini_cart_item a.remove{
  position: absolute;
  line-height: 3;
  margin-left: 0;
}
.cart-slide-out-item ul li.mini_cart_item .quantity{
  color:#414141;
  display: block;
}
.product-detail a, .product-detail span.quantity {
    margin-left: 20px;
}
.cart-slide-out:hover .cart-slide-out-item{ 
  right:0;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item{ 
  position:relative;
  padding:30px;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item:after {
  content: '';
  display: block;
  clear: both;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item img{ 
  width:80px;
  display:block;
  margin-right:20px;
  margin-bottom:20px;
  float:left;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item h6{ 
  text-align:left;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item p{ 
  text-align:left;
  font-size:11px;
  font-weight:500;
  letter-spacing:3px;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item .subtotal{ 
  position:relative;
  width:100%;
  color: #414141;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight:500;
  text-align:left;
  padding-top:10px; 
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid rgba(31,31,31,.1);
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item .subtotal span{ 
  float:right;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a{ 
  color: #414141;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing:2px;
  font-weight:600;
  text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a:after{ 
  font-family: 'FontAwesome';
  content: '\f178 ';
  padding-left:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.cart-slide-out .cart-slide-out-item .inside-cart-out-item a:hover:after{ 
  padding-left:16px;
}
.border-grey{
  border: 1px solid rgba(225,225,225,.2);
}

.hero-wrap-pages-cs,.hero-wrap-pages{
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 50%;
  webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-wrap-pages h2{
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #fff;
  text-transform: none;
}
.hero-wrap-pages p{
  color: #fff;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 2px;
}
.hero-wrap-pages-cs h2{
      letter-spacing: 2px;
    font-weight: 900;
    color: #fff;
    text-transform: none;
    font-size: 45px;
}
.hero-wrap-pages-cs p{
  font-size: 17px;
    line-height: 23px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #f8f8f8;
    margin-top: 15px;
}
ul.countdown {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}
ul.countdown li {
    display: inline-block;
}
ul.countdown li span {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    color: #fff;
}
ul.countdown li.seperator {
    font-size: 40px;
    width: 40px;
    text-align: center;
    line-height: 90px;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 600;
}
ul.cs_socials{
  margin-top: 40px;
}
ul.cs_socials li{
  display: inline-block;
  padding: 0 10px;
}
ul.cs_socials li i{
  font-size: 20px;
  color: #fff;
  -webkit-transition : all 0.3s ease-out;
  -moz-transition : all 0.3s ease-out;
  -o-transition :all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.container .container{
  width: 100%;
}

@media only screen and (max-width: 768px) { 
  .portfolio-box-1,.portfolio-box-1.col-2,.portfolio-box-1.col-4,.portfolio-box-1.col-5{
    width:50%;
  } 
  .projects-grid-2 .portfolio-box-1{margin: 10px;}
  .projects-grid-2 .portfolio-box-1,
  .projects-grid-2 .portfolio-box-1.col-2,
  .projects-grid-2 .portfolio-box-1.col-4,
  .projects-grid-2 .portfolio-box-1.col-5{
    width:calc(50% - 20px);
  } 
  #portfolio-filter.portfolio-filter-2{
    position: relative;
    top: 0px;
  }
  .shop-item.portfolio-box-1.col-3,
  .shop-item.portfolio-box-1.col-4{
    width:50%;
  }
  ul.countdown li span {
    font-size: 35px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
  }
  ul.countdown li.seperator {
    font-size: 25px;
    width: 18px;
    line-height: 65px;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
 .portfolio-box-1,.portfolio-box-1.col-2,.portfolio-box-1.col-4,.portfolio-box-1.col-5{
    width:100%;
  } 
  .projects-grid-2 .portfolio-box-1,
  .projects-grid-2 .portfolio-box-1.col-2,
  .projects-grid-2 .portfolio-box-1.col-4,
  .projects-grid-2 .portfolio-box-1.col-5{
    width:calc(100% - 20px);
  }
  .shop-item.portfolio-box-1.col-3,
  .shop-item.portfolio-box-1.col-4{
    width:100%;
  }
  a.button-video{
    margin-top: 30px;
    margin-left: 0px;
  } 
  .hero-wrap-pages-cs h2{font-size: 25px;}
  .hero-wrap-pages-cs p{font-size: 14px;}
  ul.countdown li span{font-size: 25px;line-height: 35px;}
  ul.countdown li.seperator{font-size: 15px;width:5px;line-height: 40px;}
  ul.cs_socials li i{font-size: 15px;}

}
.icon-about img{
  filter: hue-rotate(-49deg) saturate(68%) brightness(90%);
}
.ps-container{-ms-touch-action:none;overflow:hidden!important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
.owl-carousel,.owl-carousel .quadmenu-item-type-panel{
  -webkit-tap-highlight-color:transparent;
  position:relative
}
.owl-carousel{
  display:none;
  width:100%;
  z-index:1
}
.owl-carousel .owl-stage{
  position:relative;
  -ms-touch-action:pan-Y;
  touch-action:manipulation;
  -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}
.owl-carousel .owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .quadmenu-item-type-panel,.owl-carousel .owl-wrapper{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0)
}
.owl-carousel .quadmenu-item-type-panel{
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none
}
.owl-carousel .quadmenu-item-type-panel img{
  display:block;
  width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
  display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
  display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
  cursor:pointer;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
  background:0 0;
  color:inherit;
  border:none;
  padding:0!important;
  font:inherit
}
.owl-carousel.owl-loading{
  opacity:0;
  display:block
}
.owl-carousel.owl-hidden{
  opacity:0
}
.owl-carousel.owl-refresh .quadmenu-item-type-panel{
  visibility:hidden
}
.owl-carousel.owl-drag .quadmenu-item-type-panel{
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.owl-carousel.owl-grab{
  cursor:move;
  cursor:grab
}
.owl-carousel.owl-rtl{
  direction:rtl
}
.owl-carousel.owl-rtl .quadmenu-item-type-panel{
  float:right
}
.owl-carousel .animated{
  animation-duration:1s;
  animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
  z-index:0
}
.owl-carousel .owl-animated-out{
  z-index:1
}
.owl-carousel .fadeOut{
  animation-name:fadeOut
}
@keyframes fadeOut{
  0%{
    opacity:1
  }
  100%{
    opacity:0
  }
}
.owl-height{
  transition:height .5s ease-in-out
}
.owl-carousel .quadmenu-item-type-panel .owl-lazy{
  opacity:0;
  transition:opacity .4s ease
}
.owl-carousel .quadmenu-item-type-panel .owl-lazy:not([src]),.owl-carousel .quadmenu-item-type-panel .owl-lazy[src^=""]{
  max-height:0
}
.owl-carousel .quadmenu-item-type-panel img.owl-lazy{
  transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
  position:relative;
  height:100%;
  background:#000
}
.owl-carousel .owl-video-play-icon{
  position:absolute;
  height:80px;
  width:80px;
  left:50%;
  top:50%;
  margin-left:-40px;
  margin-top:-40px;
  background:url(//latissanderie.fr/wp-content/plugins/quadmenu/assets/frontend/owlcarousel/owl.video.play.png) no-repeat;
  cursor:pointer;
  z-index:1;
  -webkit-backface-visibility:hidden;
  transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
  -ms-transform:scale(1.3,1.3);
  transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
  display:none
}
.owl-carousel .owl-video-tn{
  opacity:0;
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
  position:relative;
  z-index:1;
  height:100%;
  width:100%
}
#quadmenu .owl-carousel,
#quadmenu .owl-dots,
#quadmenu .owl-nav,
#quadmenu .quadmenu-container,
#quadmenu .quadmenu-navbar-nav,
#quadmenu .quadmenu-dropdown-toggle,
#quadmenu .quadmenu-dropdown-menu,
#quadmenu .quadmenu-dropdown-submenu,
#quadmenu ul,
#quadmenu ul li,
#quadmenu ul li ul,
#quadmenu ul li a {
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  text-indent: 0;
  clip: auto;
  position: static;
  background: none;
  text-transform: none;
  overflow: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  border: none;
  border-radius: 0;
  text-align: left;
  float: none;
  height: auto;
  width: auto;
  transform: unset;
  animation: unset;
  opacity: unset;
  visibility: visible;
  pointer-events: all;
}

#quadmenu article,
#quadmenu aside,
#quadmenu details,
#quadmenu figcaption,
#quadmenu figure,
#quadmenu footer,
#quadmenu header,
#quadmenu hgroup,
#quadmenu main,
#quadmenu  menu,
#quadmenu nav,
#quadmenu section,
#quadmenu summary {
  display: block;
}
#quadmenu audio,
#quadmenu canvas,
#quadmenu progress,
#quadmenu video {
  display: inline-block;
  vertical-align: baseline;
}
#quadmenu audio:not([controls]) {
  display: none;
  height: 0;
}
#quadmenu [hidden],
#quadmenu template {
  display: none;
}
#quadmenu a {
  background-color: transparent;
}
#quadmenu a:active,
#quadmenu a:hover {
  outline: 0;
}
#quadmenu  abbr[title] {
  border-bottom: 1px dotted;
}
#quadmenu b,
#quadmenu strong {
  font-weight: bold;
}
#quadmenu dfn {
  font-style: italic;
}
#quadmenu h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#quadmenu mark {
  background: #ff0;
  color: #000;
}
#quadmenu small {
  font-size: 80%;
}
#quadmenu sub,
#quadmenu sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
#quadmenu sub {
  bottom: -0.25em;
}
#quadmenu img {
  border: 0;
}
#quadmenu svg:not(:root) {
  overflow: hidden;
}
#quadmenu figure {
  margin: 1em 40px;
}
#quadmenu hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#quadmenu pre {
  overflow: auto;
}
#quadmenu code,
#quadmenu kbd,
#quadmenu pre,
#quadmenu samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
#quadmenu button,
#quadmenu input,
#quadmenu optgroup,
#quadmenu select,
#quadmenu textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#quadmenu button {
  overflow: visible;
}
#quadmenu button,
#quadmenu select {
  text-transform: none;
}
#quadmenu button,
#quadmenu html input[type="button"],
#quadmenu input[type="reset"],
#quadmenu input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#quadmenu button[disabled],
#quadmenu html input[disabled] {
  cursor: default;
}
#quadmenu button::-moz-focus-inner,
#quadmenu input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#quadmenu input {
  line-height: normal;
}
#quadmenu input[type="checkbox"],
#quadmenu input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
#quadmenu input[type="number"]::-webkit-inner-spin-button,
#quadmenu input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#quadmenu input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#quadmenu input[type="search"]::-webkit-search-cancel-button,
#quadmenu input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#quadmenu fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#quadmenu legend {
  border: 0;
  padding: 0;
}
#quadmenu textarea {
  overflow: auto;
}
#quadmenu optgroup {
  font-weight: bold;
}
#quadmenu table {
  border-collapse: collapse;
  border-spacing: 0;
}
#quadmenu td,
#quadmenu th {
  padding: 0;
}
#quadmenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;    
  transition: none;
  animation: none;
}
#quadmenu *:before,
#quadmenu *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#quadmenu input,
#quadmenu #quadmenu button,
#quadmenu select,
#quadmenu textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#quadmenu a {
  text-decoration: none;
}
#quadmenu a:hover,
#quadmenu a:focus {
  text-decoration: none;
}
#quadmenu a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#quadmenu a:focus, #quadmenu a:active, 
#quadmenu button::-moz-focus-inner,
#quadmenu input[type="reset"]::-moz-focus-inner,
#quadmenu input[type="button"]::-moz-focus-inner,
#quadmenu input[type="submit"]::-moz-focus-inner,
#quadmenu select::-moz-focus-inner,
#quadmenu input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline : 0;
}#quadmenu .wpcf7 form {
  margin: 0;
  padding: 0;
}
#quadmenu .wpcf7 form > p {
  margin: 0 0 1.5em 0;
}
#quadmenu .wpcf7 br {
  display: none;
}
#quadmenu .wpcf7 .ajax-loader {
  display: none;
}
#quadmenu .wpcf7 .wpcf7-not-valid {
  border: 1px solid #ff0000;
}
#quadmenu .wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
#quadmenu .wpcf7 div.wpcf7-response-output {
  margin: 0;
  padding: 15px;
}
#quadmenu .wpcf7 div.wpcf7-validation-errors {
  border-radius: 4px;
}
#quadmenu .wpcf7 div.wpcf7-validation-errors {
  margin-bottom: 20px;
}
#quadmenu .wpcf7 .wpcf7-checkbox {
  text-align: center;
}
#quadmenu .widget {
  padding: 0;
}
#quadmenu .widget a,
#quadmenu .widget ul li {
  line-height: inherit;
}
#quadmenu .widget ul {
  list-style: none;
  margin: 0;
}
#quadmenu .widget ul li {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  width: 100%;
}
#quadmenu .widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#quadmenu .widget ul li img,
#quadmenu .widget ul li h5,
#quadmenu .widget ul li i,
#quadmenu .widget ul li span {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
#quadmenu .widget ul ul {
  margin-top: 10px;
  margin-bottom: 0.1em;
}
#quadmenu .widget ul ul li:first-child {
  border-top: 1px solid;
}
#quadmenu .widget > ul,
#quadmenu .widget > div > ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#quadmenu .widget > ul > li:first-child,
#quadmenu .widget > div > ul > li:first-child {
  border-top: 0;
  padding-top: 0;
}
#quadmenu .widget.widget_text p {
  line-height: 1.45;
  margin-bottom: 10px;
}
#quadmenu .widget.widget_text input,
#quadmenu .widget.widget_text select {
  max-width: 100%;
}
#quadmenu .widget.widget_rss span.quadmenu-title a.rsswidget {
  text-transform: uppercase;
}
#quadmenu .widget.widget_rss span.quadmenu-title a.rsswidget:first-child {
  float: right;
}
#quadmenu .widget.widget_rss span.rss-date {
  display: block;
  text-align: right;
  margin: 10px 0;
}
#quadmenu .widget.widget_rss div.rssSummary {
  text-transform: none;
}
#quadmenu .widget.widget_rss cite {
  margin-top: 5px;
  text-align: right;
  display: block;
}
#quadmenu .widget.widget_nav_menu ul ul,
#quadmenu .widget.widget_pages ul ul {
  padding: 10px 0 0 10px;
}
#quadmenu .widget.widget_recent_comments ul > li > span.comment-author-link,
#quadmenu .widget.widget_recent_entries ul > li > span.comment-author-link,
#quadmenu .widget.widget_recent_comments ul > li > span.post-date,
#quadmenu .widget.widget_recent_entries ul > li > span.post-date {
  display: block;
  margin: 2px 0 0 0;
  font-size: 0.8em;
  text-transform: none;
  line-height: 1.3em;
}
#quadmenu .widget.widget_product_search input.form-control,
#quadmenu .widget.widget_search input.form-control {
  width: 100%;
}
#quadmenu .widget.widget_archive ul > li > span.count,
#quadmenu .widget.widget_categories ul > li > span.count,
#quadmenu .widget.widget_product_categories ul > li > span.count {
  font-weight: 700;
  float: right;
}
#quadmenu .widget.widget_calendar > .title {
  display: none;
}
#quadmenu .widget.widget_calendar table > caption {
  margin: 0px;
  display: table-caption;
}
#quadmenu .widget.widget_calendar table > thead > tr > th {
  border-bottom: 1px;
  font-size: 0.8em;
}
#quadmenu .widget.widget_calendar table td,
#quadmenu .widget.widget_calendar table th {
  text-align: center;
  padding: 10px 0;
}
#quadmenu .widget.widget_tag_cloud a,
#quadmenu .widget.widget_product_tag_cloud a {
  display: inline-block;
  text-decoration: none;
  margin: 0 0.5em 0 0;
}
#quadmenu .widget.widget_tag_cloud a:after,
#quadmenu .widget.widget_product_tag_cloud a:after,
#quadmenu .widget.widget_tag_cloud a:before,
#quadmenu .widget.widget_product_tag_cloud a:before {
  display: none;
}
#quadmenu .widget.widget_products li:before,
#quadmenu .widget.widget_recent_reviews li:before,
#quadmenu .widget.widget_shopping_cart li:before,
#quadmenu .widget.widget_recently_viewed_products li:before,
#quadmenu .widget.widget_top_rated_products li:before,
#quadmenu .widget.widget_featured_posts li:before,
#quadmenu .widget.widget_products li:after,
#quadmenu .widget.widget_recent_reviews li:after,
#quadmenu .widget.widget_shopping_cart li:after,
#quadmenu .widget.widget_recently_viewed_products li:after,
#quadmenu .widget.widget_top_rated_products li:after,
#quadmenu .widget.widget_featured_posts li:after {
  content: " ";
  display: table;
}
#quadmenu .widget.widget_products li:after,
#quadmenu .widget.widget_recent_reviews li:after,
#quadmenu .widget.widget_shopping_cart li:after,
#quadmenu .widget.widget_recently_viewed_products li:after,
#quadmenu .widget.widget_top_rated_products li:after,
#quadmenu .widget.widget_featured_posts li:after {
  clear: both;
}
#quadmenu .widget.widget_products li > a,
#quadmenu .widget.widget_recent_reviews li > a,
#quadmenu .widget.widget_shopping_cart li > a,
#quadmenu .widget.widget_recently_viewed_products li > a,
#quadmenu .widget.widget_top_rated_products li > a,
#quadmenu .widget.widget_featured_posts li > a,
#quadmenu .widget.widget_products li > a > span.product-title,
#quadmenu .widget.widget_recent_reviews li > a > span.product-title,
#quadmenu .widget.widget_shopping_cart li > a > span.product-title,
#quadmenu .widget.widget_recently_viewed_products li > a > span.product-title,
#quadmenu .widget.widget_top_rated_products li > a > span.product-title,
#quadmenu .widget.widget_featured_posts li > a > span.product-title {
  margin: 5px 0;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
#quadmenu .widget.widget_products li > a > img,
#quadmenu .widget.widget_recent_reviews li > a > img,
#quadmenu .widget.widget_shopping_cart li > a > img,
#quadmenu .widget.widget_recently_viewed_products li > a > img,
#quadmenu .widget.widget_top_rated_products li > a > img,
#quadmenu .widget.widget_featured_posts li > a > img {
  margin: 0 15px 0 0;
  float: left;
  width: 70px;
  height: auto;
  max-width: 35%;
  position: inherit;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
#quadmenu .widget.widget_products li > .date,
#quadmenu .widget.widget_recent_reviews li > .date,
#quadmenu .widget.widget_shopping_cart li > .date,
#quadmenu .widget.widget_recently_viewed_products li > .date,
#quadmenu .widget.widget_top_rated_products li > .date,
#quadmenu .widget.widget_featured_posts li > .date,
#quadmenu .widget.widget_products li > a > .date,
#quadmenu .widget.widget_recent_reviews li > a > .date,
#quadmenu .widget.widget_shopping_cart li > a > .date,
#quadmenu .widget.widget_recently_viewed_products li > a > .date,
#quadmenu .widget.widget_top_rated_products li > a > .date,
#quadmenu .widget.widget_featured_posts li > a > .date {
  display: block;
  text-transform: uppercase;
}
#quadmenu .widget.widget_products li > a:hover > img,
#quadmenu .widget.widget_recent_reviews li > a:hover > img,
#quadmenu .widget.widget_shopping_cart li > a:hover > img,
#quadmenu .widget.widget_recently_viewed_products li > a:hover > img,
#quadmenu .widget.widget_top_rated_products li > a:hover > img,
#quadmenu .widget.widget_featured_posts li > a:hover > img {
  box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.2);
}
#quadmenu .widget.widget_products li > p,
#quadmenu .widget.widget_recent_reviews li > p,
#quadmenu .widget.widget_shopping_cart li > p,
#quadmenu .widget.widget_recently_viewed_products li > p,
#quadmenu .widget.widget_top_rated_products li > p,
#quadmenu .widget.widget_featured_posts li > p {
  margin: 0;
  overflow: hidden;
}
#quadmenu .widget.widget_products li > .reviewer,
#quadmenu .widget.widget_recent_reviews li > .reviewer,
#quadmenu .widget.widget_shopping_cart li > .reviewer,
#quadmenu .widget.widget_recently_viewed_products li > .reviewer,
#quadmenu .widget.widget_top_rated_products li > .reviewer,
#quadmenu .widget.widget_products li > .quantity,
#quadmenu .widget.widget_recent_reviews li > .quantity,
#quadmenu .widget.widget_shopping_cart li > .quantity,
#quadmenu .widget.widget_recently_viewed_products li > .quantity,
#quadmenu .widget.widget_top_rated_products li > .quantity,
#quadmenu .widget.widget_products li > .price,
#quadmenu .widget.widget_recent_reviews li > .price,
#quadmenu .widget.widget_shopping_cart li > .price,
#quadmenu .widget.widget_recently_viewed_products li > .price,
#quadmenu .widget.widget_top_rated_products li > .price,
#quadmenu .widget.widget_products li > .star-rating,
#quadmenu .widget.widget_recent_reviews li > .star-rating,
#quadmenu .widget.widget_shopping_cart li > .star-rating,
#quadmenu .widget.widget_recently_viewed_products li > .star-rating,
#quadmenu .widget.widget_top_rated_products li > .star-rating {
  width: auto;
  float: none;
  display: block;
  margin-top: 5px;
  line-height: 1;
}
#quadmenu .widget.widget_shopping_cart ul.cart_list {
  padding: 0;
}
#quadmenu .widget.widget_shopping_cart ul.cart_list li > a.remove {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
#quadmenu .widget.widget_shopping_cart ul.cart_list li > a.remove:after,
#quadmenu .widget.widget_shopping_cart ul.cart_list li > a.remove:before {
  display: none;
}
#quadmenu .widget.widget_shopping_cart .total,
#quadmenu .widget.widget_shopping_cart .buttons {
  border: none;
  padding: 0;
  margin: 0;
}
#quadmenu .widget.widget_shopping_cart .buttons {
  display: flex;
}
#quadmenu .widget.widget_shopping_cart .buttons .button {
  margin: 0;
  flex: auto;
}
#quadmenu .widget.widget_shopping_cart .buttons .button:first-child {
  margin-right: 5px;
}
#quadmenu .widget.widget_product_search label.screen-reader-text {
  display: none;
}
#quadmenu .widget.widget_price_filter .quadmenu-title {
  display: none;
}
#quadmenu .widget.widget_price_filter .price_slider {
  margin-bottom: 15px;
}
#quadmenu .widget.widget_price_filter .price_slider_amount {
  text-align: right;
}
#quadmenu .widget.widget_price_filter .price_slider_amount .button {
  float: left;
}
#quadmenu .widget.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
#quadmenu .widget.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  cursor: pointer;
  outline: none;
  top: -4px;
}
#quadmenu .widget.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
#quadmenu .widget.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 15px;
  display: block;
  border: 0;
}
#quadmenu .widget.widget_price_filter .ui-slider-horizontal {
  height: 2px;
}
#quadmenu .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
#quadmenu .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
#quadmenu .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
#quadmenu .widget.widget_layered_nav ul li.chosen a {
  text-decoration: none;
}
#quadmenu .widget.widget_edd_cart_widget .edd-cart-number-of-items {
  padding: 9px 0;
}
#quadmenu .widget.widget_edd_cart_widget ul > li {
  padding: 9px 0;
}
#quadmenu .widget.widget_edd_cart_widget ul > li.edd_subtotal {
  margin: 0;
}
#quadmenu .widget.widget_sci_googlemaps_widget #sci-google-map {
  max-width: 100%;
}
#quadmenu.quadmenu-default_theme .widget a,
#quadmenu.quadmenu-default_theme .widget ul li {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme .widget.widget_rss span.rss-date {
  font-size: 9px;
}
#quadmenu.quadmenu-default_theme .widget.widget_products li > a,
#quadmenu.quadmenu-default_theme .widget.widget_recent_reviews li > a,
#quadmenu.quadmenu-default_theme .widget.widget_shopping_cart li > a,
#quadmenu.quadmenu-default_theme .widget.widget_recently_viewed_products li > a,
#quadmenu.quadmenu-default_theme .widget.widget_top_rated_products li > a,
#quadmenu.quadmenu-default_theme .widget.widget_featured_posts li > a,
#quadmenu.quadmenu-default_theme .widget.widget_products li > a > span.product-title,
#quadmenu.quadmenu-default_theme .widget.widget_recent_reviews li > a > span.product-title,
#quadmenu.quadmenu-default_theme .widget.widget_shopping_cart li > a > span.product-title,
#quadmenu.quadmenu-default_theme .widget.widget_recently_viewed_products li > a > span.product-title,
#quadmenu.quadmenu-default_theme .widget.widget_top_rated_products li > a > span.product-title,
#quadmenu.quadmenu-default_theme .widget.widget_featured_posts li > a > span.product-title {
  text-transform: none;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme .widget.widget_products li > .date,
#quadmenu.quadmenu-default_theme .widget.widget_recent_reviews li > .date,
#quadmenu.quadmenu-default_theme .widget.widget_shopping_cart li > .date,
#quadmenu.quadmenu-default_theme .widget.widget_recently_viewed_products li > .date,
#quadmenu.quadmenu-default_theme .widget.widget_top_rated_products li > .date,
#quadmenu.quadmenu-default_theme .widget.widget_featured_posts li > .date,
#quadmenu.quadmenu-default_theme .widget.widget_products li > a > .date,
#quadmenu.quadmenu-default_theme .widget.widget_recent_reviews li > a > .date,
#quadmenu.quadmenu-default_theme .widget.widget_shopping_cart li > a > .date,
#quadmenu.quadmenu-default_theme .widget.widget_recently_viewed_products li > a > .date,
#quadmenu.quadmenu-default_theme .widget.widget_top_rated_products li > a > .date,
#quadmenu.quadmenu-default_theme .widget.widget_featured_posts li > a > .date {
  font-size: 11px;
}
#quadmenu.quadmenu-default_theme .widget.widget_products li span.reviewer,
#quadmenu.quadmenu-default_theme .widget.widget_recent_reviews li span.reviewer,
#quadmenu.quadmenu-default_theme .widget.widget_shopping_cart li span.reviewer,
#quadmenu.quadmenu-default_theme .widget.widget_recently_viewed_products li span.reviewer,
#quadmenu.quadmenu-default_theme .widget.widget_top_rated_products li span.reviewer,
#quadmenu.quadmenu-default_theme .widget.widget_products li span.amount,
#quadmenu.quadmenu-default_theme .widget.widget_recent_reviews li span.amount,
#quadmenu.quadmenu-default_theme .widget.widget_shopping_cart li span.amount,
#quadmenu.quadmenu-default_theme .widget.widget_recently_viewed_products li span.amount,
#quadmenu.quadmenu-default_theme .widget.widget_top_rated_products li span.amount {
  font-size: 9px;
}
#quadmenu.quadmenu-default_theme .widget.widget_price_filter .price_slider_amount {
  font-size: 9px;
}
#quadmenu.quadmenu-default_theme .widget ul {
  list-style: none;
  margin: 0;
}
#quadmenu.quadmenu-default_theme .widget ul li a {
  color: #444444;
}
#quadmenu.quadmenu-default_theme .widget ul li a:hover {
  color: #333333;
}
#quadmenu.quadmenu-default_theme .widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#quadmenu.quadmenu-default_theme .widget.widget_tag_cloud a,
#quadmenu.quadmenu-default_theme .widget.widget_product_tag_cloud a {
  color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .widget.widget_tag_cloud a:hover,
#quadmenu.quadmenu-default_theme .widget.widget_product_tag_cloud a:hover {
  color: #a9a9a9;
}
#quadmenu.quadmenu-default_theme .widget.widget_categories ul > li > span.count,
#quadmenu.quadmenu-default_theme .widget.widget_product_categories ul > li > span.count {
  color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .widget.widget_recent_comments ul > li > span.comment-author-link,
#quadmenu.quadmenu-default_theme .widget.widget_recent_entries ul > li > span.comment-author-link,
#quadmenu.quadmenu-default_theme .widget.widget_recent_comments ul > li > span.post-date,
#quadmenu.quadmenu-default_theme .widget.widget_recent_entries ul > li > span.post-date {
  color: #eeeeee;
}
#quadmenu.quadmenu-default_theme .widget.widget_shopping_cart ul.cart_list li > a.remove {
  color: #444444;
  background-color: #e6e6e6;
}
#quadmenu.quadmenu-default_theme .widget.widget_shopping_cart ul.cart_list li > a.remove:hover {
  background-color: #cccccc;
}
#quadmenu.quadmenu-default_theme .widget.widget_shopping_cart .total {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: inherit;
}
#quadmenu .quadmenu-navbar-toggle{position:relative}#quadmenu .quadmenu-navbar-toggle,#quadmenu .quadmenu-navbar-toggle:hover,#quadmenu .quadmenu-navbar-toggle:focus,#quadmenu .quadmenu-navbar-toggle:active{background:rgba(0,0,0,0);padding:0;border:0;box-shadow:none;display:block;outline:none}#quadmenu .quadmenu-navbar-toggle .icon-bar-container{display:block;height:32px;width:32px;position:relative}#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container:before{-webkit-transform:translate3d(0, 0, 0);-webkit-transition:all .35s ease-in-out;color:#fff;content:"";display:block;font-size:14px;line-height:32px;opacity:0;text-align:center;width:100px}#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container:hover:before{-webkit-transform:translate3d(-100px, 0, 0);-webkit-transition:all .35s ease-in-out;display:block;opacity:1}#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container:hover .icon-bar-top{-webkit-transition:all .35s ease-in-out;top:3px}#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container:hover .icon-bar-bottom{-webkit-transition:all .35s ease-in-out;bottom:3px}#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-top{-webkit-transition:all .35s ease-in-out;top:5px}#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-middle{margin-top:-2px;top:50%}#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-bottom{-webkit-transition:all .35s ease-in-out;bottom:5px}#quadmenu .quadmenu-navbar-toggle .icon-bar-top,#quadmenu .quadmenu-navbar-toggle .icon-bar-middle,#quadmenu .quadmenu-navbar-toggle .icon-bar-bottom{height:4px;border-radius:1px;left:0;position:absolute;display:block;width:100%}#quadmenu .quadmenu-navbar-toggle:not(.collapsed) .icon-bar-container .icon-bar-top{-webkit-transform:rotate(45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(0.73, 1, 0.28, 0.08);margin-top:-2px;top:50%}#quadmenu .quadmenu-navbar-toggle:not(.collapsed) .icon-bar-container .icon-bar-middle{display:none}#quadmenu .quadmenu-navbar-toggle:not(.collapsed) .icon-bar-container .icon-bar-bottom{-webkit-transform:rotate(-45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(0.73, 1, 0.28, 0.08);margin-top:-2px;top:50%}#quadmenu .quadmenu-navbar-toggle:not(.collapsed) .icon-bar-container:before{-webkit-transform:translate3d(0, 0, 0);-webkit-transition:all .35s ease-in-out;color:#fff;content:"";display:block;font-size:14px;line-height:32px;opacity:0;text-align:center;width:100%}#quadmenu .quadmenu-navbar-toggle:not(.collapsed) .icon-bar-container:hoverbefore{-webkit-transform:translate3d(-100px, 0, 0);-webkit-transition:all .35s ease-in-out;display:block;opacity:1}@font-face{font-family:"quadmenu";src:url(data:font/opentype;charset=utf-8;base64,aAYAAMQFAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAFwARRgAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIEhQAAALwAAABgY21hcABku6oAAAEcAAAAZGdhc3AAAAAQAAABgAAAAAhnbHlmMXPixAAAAYgAAAHgaGVhZAds1XQAAANoAAAANmhoZWEG7APKAAADoAAAACRobXR4Ef8BTwAAA8QAAAAkbG9jYQF4AfgAAAPoAAAAFG1heHAACwAdAAAD/AAAACBuYW1lmUoJ+wAABBwAAAGGcG9zdAADAAAAAAWkAAAAIAADAlUBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkGA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABABIAAAADgAIAAIABgABACDpAOkE6Qb//f//AAAAAAAg6QDpAukG//3//wAB/+MXBBcDFwIAAwABAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABACwA6QJmAjYAGgAAARQHAQYjIicBJjU0PwE2MzIfATc2MzIfARYVAmYF/vUFCAcG/vYGBhwGBwgG4OEFCAcGHQUCBgcG/vYGBgEKBgcIBR0GBuHhBgYdBQgAAAEALADXAmYCIwAaAAABFA8BBiMiLwEHBiMiLwEmNTQ3ATYzMhcBFhUCZgUdBgcIBeHgBggHBhwGBgEKBgcIBQELBQEGBwYdBQXh4QUFHQYHCAUBCwUF/vUFCAAAAQAHAGkBVAKjABoAAAEUBwEGIyIvASY1ND8BJyY1ND8BNjMyFwEWFQFUBv72BgcIBR0GBuHhBgYdBQgHBgEKBgGGBwb+9gYGHAYHCAbg4QUIBwYdBQX+9QUIAAABABoAaQFmAqMAGgAAARQPARcWFRQPAQYjIicBJjU0NwE2MzIfARYVAWYF4eEFBR0GBwgF/vUFBQELBQgHBh0FAnQIBeHgBggHBhwGBgEKBgcIBQELBQUdBgcAAAEA1gCBAyoC1QALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uApnu7jzu7jzu7jzu7gABAAAAAQAARhEAF18PPPUACwQAAAAAANKSSNEAAAAA0pJI0QAAAAADKgLVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAMqAAEAAAAAAAAAAAAAAAAAAAAJBAAAAAAAAAAAAAAAAgAAAAKSACwCkgAsAVsABwGAABoEAADWAAAAAAAKABQAHgBMAHoAqADWAPAAAQAAAAkAGwABAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=);src:url(data:font/opentype;charset=utf-8;base64,aAYAAMQFAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAFwARRgAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIEhQAAALwAAABgY21hcABku6oAAAEcAAAAZGdhc3AAAAAQAAABgAAAAAhnbHlmMXPixAAAAYgAAAHgaGVhZAds1XQAAANoAAAANmhoZWEG7APKAAADoAAAACRobXR4Ef8BTwAAA8QAAAAkbG9jYQF4AfgAAAPoAAAAFG1heHAACwAdAAAD/AAAACBuYW1lmUoJ+wAABBwAAAGGcG9zdAADAAAAAAWkAAAAIAADAlUBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkGA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABABIAAAADgAIAAIABgABACDpAOkE6Qb//f//AAAAAAAg6QDpAukG//3//wAB/+MXBBcDFwIAAwABAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABACwA6QJmAjYAGgAAARQHAQYjIicBJjU0PwE2MzIfATc2MzIfARYVAmYF/vUFCAcG/vYGBhwGBwgG4OEFCAcGHQUCBgcG/vYGBgEKBgcIBR0GBuHhBgYdBQgAAAEALADXAmYCIwAaAAABFA8BBiMiLwEHBiMiLwEmNTQ3ATYzMhcBFhUCZgUdBgcIBeHgBggHBhwGBgEKBgcIBQELBQEGBwYdBQXh4QUFHQYHCAUBCwUF/vUFCAAAAQAHAGkBVAKjABoAAAEUBwEGIyIvASY1ND8BJyY1ND8BNjMyFwEWFQFUBv72BgcIBR0GBuHhBgYdBQgHBgEKBgGGBwb+9gYGHAYHCAbg4QUIBwYdBQX+9QUIAAABABoAaQFmAqMAGgAAARQPARcWFRQPAQYjIicBJjU0NwE2MzIfARYVAWYF4eEFBR0GBwgF/vUFBQELBQgHBh0FAnQIBeHgBggHBhwGBgEKBgcIBQELBQUdBgcAAAEA1gCBAyoC1QALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uApnu7jzu7jzu7jzu7gABAAAAAQAARhEAF18PPPUACwQAAAAAANKSSNEAAAAA0pJI0QAAAAADKgLVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAMqAAEAAAAAAAAAAAAAAAAAAAAJBAAAAAAAAAAAAAAAAgAAAAKSACwCkgAsAVsABwGAABoEAADWAAAAAAAKABQAHgBMAHoAqADWAPAAAQAAAAkAGwABAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("embedded-opentype"),url(data:font/opentype;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBIUAAAC8AAAAYGNtYXAAZLuqAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5ZjFz4sQAAAGIAAAB4GhlYWQHbNV0AAADaAAAADZoaGVhBuwDygAAA6AAAAAkaG10eBH/AU8AAAPEAAAAJGxvY2EBeAH4AAAD6AAAABRtYXhwAAsAHQAAA/wAAAAgbmFtZZlKCfsAAAQcAAABhnBvc3QAAwAAAAAFpAAAACAAAwJVAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg6QDpBOkG//3//wAAAAAAIOkA6QLpBv/9//8AAf/jFwQXAxcCAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAsAOkCZgI2ABoAAAEUBwEGIyInASY1ND8BNjMyHwE3NjMyHwEWFQJmBf71BQgHBv72BgYcBgcIBuDhBQgHBh0FAgYHBv72BgYBCgYHCAUdBgbh4QYGHQUIAAABACwA1wJmAiMAGgAAARQPAQYjIi8BBwYjIi8BJjU0NwE2MzIXARYVAmYFHQYHCAXh4AYIBwYcBgYBCgYHCAUBCwUBBgcGHQUF4eEFBR0GBwgFAQsFBf71BQgAAAEABwBpAVQCowAaAAABFAcBBiMiLwEmNTQ/AScmNTQ/ATYzMhcBFhUBVAb+9gYHCAUdBgbh4QYGHQUIBwYBCgYBhgcG/vYGBhwGBwgG4OEFCAcGHQUF/vUFCAAAAQAaAGkBZgKjABoAAAEUDwEXFhUUDwEGIyInASY1NDcBNjMyHwEWFQFmBeHhBQUdBgcIBf71BQUBCwUIBwYdBQJ0CAXh4AYIBwYcBgYBCgYHCAUBCwUFHQYHAAABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQAAAAEAAEYRABdfDzz1AAsEAAAAAADSkkjRAAAAANKSSNEAAAAAAyoC1QAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADKgABAAAAAAAAAAAAAAAAAAAACQQAAAAAAAAAAAAAAAIAAAACkgAsApIALAFbAAcBgAAaBAAA1gAAAAAACgAUAB4ATAB6AKgA1gDwAAEAAAAJABsAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"),url(data:font/opentype;charset=utf-8;base64,d09GRgABAAAAAAYQAAsAAAAABcQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIEhWNtYXAAAAFoAAAAZAAAAGQAZLuqZ2FzcAAAAcwAAAAIAAAACAAAABBnbHlmAAAB1AAAAeAAAAHgMXPixGhlYWQAAAO0AAAANgAAADYHbNV0aGhlYQAAA+wAAAAkAAAAJAbsA8pobXR4AAAEEAAAACQAAAAkEf8BT2xvY2EAAAQ0AAAAFAAAABQBeAH4bWF4cAAABEgAAAAgAAAAIAALAB1uYW1lAAAEaAAAAYYAAAGGmUoJ+3Bvc3QAAAXwAAAAIAAAACAAAwAAAAMCVQGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QYDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAEgAAAAOAAgAAgAGAAEAIOkA6QTpBv/9//8AAAAAACDpAOkC6Qb//f//AAH/4xcEFwMXAgADAAEAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEALADpAmYCNgAaAAABFAcBBiMiJwEmNTQ/ATYzMh8BNzYzMh8BFhUCZgX+9QUIBwb+9gYGHAYHCAbg4QUIBwYdBQIGBwb+9gYGAQoGBwgFHQYG4eEGBh0FCAAAAQAsANcCZgIjABoAAAEUDwEGIyIvAQcGIyIvASY1NDcBNjMyFwEWFQJmBR0GBwgF4eAGCAcGHAYGAQoGBwgFAQsFAQYHBh0FBeHhBQUdBgcIBQELBQX+9QUIAAABAAcAaQFUAqMAGgAAARQHAQYjIi8BJjU0PwEnJjU0PwE2MzIXARYVAVQG/vYGBwgFHQYG4eEGBh0FCAcGAQoGAYYHBv72BgYcBgcIBuDhBQgHBh0FBf71BQgAAAEAGgBpAWYCowAaAAABFA8BFxYVFA8BBiMiJwEmNTQ3ATYzMh8BFhUBZgXh4QUFHQYHCAX+9QUFAQsFCAcGHQUCdAgF4eAGCAcGHAYGAQoGBwgFAQsFBR0GBwAAAQDWAIEDKgLVAAsAAAEHFwcnByc3JzcXNwMq7u487u487u487u4Cme7uPO7uPO7uPO7uAAEAAAABAABGEQAXXw889QALBAAAAAAA0pJI0QAAAADSkkjRAAAAAAMqAtUAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAAyoAAQAAAAAAAAAAAAAAAAAAAAkEAAAAAAAAAAAAAAACAAAAApIALAKSACwBWwAHAYAAGgQAANYAAAAAAAoAFAAeAEwAegCoANYA8AABAAAACQAbAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff"),url(data:font/opentype;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAwOyIgZ2x5cGgtbmFtZT0iYW5nbGUtZG93biIgaG9yaXotYWR2LXg9IjY1OCIgZD0iTTYxNC4yODYgNTE4LjA5NnEwLTcuNDI5LTUuNzE0LTEzLjE0M2wtMjY2LjI4Ni0yNjYuMjg2cS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjY2LjI4NiAyNjYuMjg2cS01LjcxNCA1LjcxNC01LjcxNCAxMy4xNDN0NS43MTQgMTMuMTQzbDI4LjU3MSAyOC41NzFxNS43MTQgNS43MTQgMTMuMTQzIDUuNzE0dDEzLjE0My01LjcxNGwyMjQuNTcxLTIyNC41NzEgMjI0LjU3MSAyMjQuNTcxcTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjguNTcxLTI4LjU3MXE1LjcxNC01LjcxNCA1LjcxNC0xMy4xNDN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMjsiIGdseXBoLW5hbWU9ImFuZ2xlLXVwIiBob3Jpei1hZHYteD0iNjU4IiBkPSJNNjE0LjI4NiAyNjIuMDk2cTAtNy40MjktNS43MTQtMTMuMTQzbC0yOC41NzEtMjguNTcxcS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjI0LjU3MSAyMjQuNTcxLTIyNC41NzEtMjI0LjU3MXEtNS43MTQtNS43MTQtMTMuMTQzLTUuNzE0dC0xMy4xNDMgNS43MTRsLTI4LjU3MSAyOC41NzFxLTUuNzE0IDUuNzE0LTUuNzE0IDEzLjE0M3Q1LjcxNCAxMy4xNDNsMjY2LjI4NiAyNjYuMjg2cTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjY2LjI4Ni0yNjYuMjg2cTUuNzE0LTUuNzE0IDUuNzE0LTEzLjE0M3oiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAzOyIgZ2x5cGgtbmFtZT0iYW5nbGUtcmlnaHQiIGhvcml6LWFkdi14PSIzNDciIGQ9Ik0zNDAgMzkwLjA5NnEwLTcuNDI5LTUuNzE0LTEzLjE0M2wtMjY2LjI4Ni0yNjYuMjg2cS01LjcxNC01LjcxNC0xMy4xNDMtNS43MTR0LTEzLjE0MyA1LjcxNGwtMjguNTcxIDI4LjU3MXEtNS43MTQgNS43MTQtNS43MTQgMTMuMTQzdDUuNzE0IDEzLjE0M2wyMjQuNTcxIDIyNC41NzEtMjI0LjU3MSAyMjQuNTcxcS01LjcxNCA1LjcxNC01LjcxNCAxMy4xNDN0NS43MTQgMTMuMTQzbDI4LjU3MSAyOC41NzFxNS43MTQgNS43MTQgMTMuMTQzIDUuNzE0dDEzLjE0My01LjcxNGwyNjYuMjg2LTI2Ni4yODZxNS43MTQtNS43MTQgNS43MTQtMTMuMTQzeiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDQ7IiBnbHlwaC1uYW1lPSJhbmdsZS1sZWZ0IiBob3Jpei1hZHYteD0iMzg0IiBkPSJNMzU4LjI4NiA2MjcuODFxMC03LjQyOS01LjcxNC0xMy4xNDNsLTIyNC41NzEtMjI0LjU3MSAyMjQuNTcxLTIyNC41NzFxNS43MTQtNS43MTQgNS43MTQtMTMuMTQzdC01LjcxNC0xMy4xNDNsLTI4LjU3MS0yOC41NzFxLTUuNzE0LTUuNzE0LTEzLjE0My01LjcxNHQtMTMuMTQzIDUuNzE0bC0yNjYuMjg2IDI2Ni4yODZxLTUuNzE0IDUuNzE0LTUuNzE0IDEzLjE0M3Q1LjcxNCAxMy4xNDNsMjY2LjI4NiAyNjYuMjg2cTUuNzE0IDUuNzE0IDEzLjE0MyA1LjcxNHQxMy4xNDMtNS43MTRsMjguNTcxLTI4LjU3MXE1LjcxNC01LjcxNCA1LjcxNC0xMy4xNDN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwNjsiIGdseXBoLW5hbWU9ImNsb3NlIiBkPSJNODEwIDY2NC42NjdsLTIzOC0yMzggMjM4LTIzOC02MC02MC0yMzggMjM4LTIzOC0yMzgtNjAgNjAgMjM4IDIzOC0yMzggMjM4IDYwIDYwIDIzOC0yMzggMjM4IDIzOHoiIC8+CjwvZm9udD48L2RlZnM+PC9zdmc+) format("svg");font-weight:normal;font-style:normal}#quadmenu{z-index:9999;position:relative;margin:0 auto;border-radius:0;border:none;clear:both}#quadmenu.quadmenu-sticky-top{width:100% !important;position:fixed !important;left:0 !important;right:0 !important;top:0;z-index:10019;backface-visibility:hidden}#quadmenu.quadmenu-sticky-top .quadmenu-navbar-collapse{max-height:340px}@media(max-device-width: 480px)and (orientation: landscape){#quadmenu.quadmenu-sticky-top .quadmenu-navbar-collapse{max-height:200px}}#quadmenu.quadmenu-sticky-top .quadmenu-navbar-nav>li>a>.quadmenu-item-content>.quadmenu-badge{opacity:0}#quadmenu img[data-src]{content:"";display:block;overflow:hidden;opacity:.2;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMzAxMDQ7IiBkPSJNMCwydjEyaDE2VjJIMHogTTE1LDEzSDFWM2gxNFYxM3oiLz48Y2lyY2xlIHN0eWxlPSJmaWxsOiMwMzAxMDQ7IiBjeD0iMTIuNSIgY3k9IjUuNSIgcj0iMS41Ii8+PHBhdGggc3R5bGU9ImZpbGw6IzAzMDEwNDsiIGQ9Ik0xMC4xMTEsOC4wMjFjLTAuOTA5LDAtMC44MTUsMS45MzYtMi4wNiwxLjkzNmMtMS4yNDIsMC0xLjkxOC00Ljk1My0zLjQ2My00Ljk1M2MtMS41NDQsMC0yLjU4NCw3LjAyMS0yLjU4NCw3LjAyMUgxNC4xNUMxNC4xNSwxMi4wMjUsMTEuMDIxLDguMDIxLDEwLjExMSw4LjAyMXoiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);background-color:rgba(0,0,0,.1);background-repeat:no-repeat;background-position:center center;background-size:30px}#quadmenu img.quadmenu-lazyloading{-webkit-animation:fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1);-moz-animation:fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1);-o-animation:fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1);animation:fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1)}#quadmenu .quadmenu-navbar-header,#quadmenu .quadmenu-navbar-nav{display:none}#quadmenu.js .quadmenu-navbar-header,#quadmenu.js .quadmenu-navbar-nav{display:block;-webkit-animation:quadmenu_fadein .1s cubic-bezier(0.215, 0.61, 0.355, 1);-moz-animation:quadmenu_fadein .1s cubic-bezier(0.215, 0.61, 0.355, 1);-o-animation:quadmenu_fadein .1s cubic-bezier(0.215, 0.61, 0.355, 1);animation:quadmenu_fadein .1s cubic-bezier(0.215, 0.61, 0.355, 1)}#quadmenu.quadmenu-align-left .quadmenu-navbar-header .quadmenu-navbar-brand{float:right}#quadmenu.quadmenu-align-left .quadmenu-navbar-header .quadmenu-navbar-toggle{float:left}#quadmenu.quadmenu-align-center .quadmenu-navbar-header .quadmenu-navbar-brand,#quadmenu.quadmenu-align-right .quadmenu-navbar-header .quadmenu-navbar-brand{float:left}#quadmenu.quadmenu-align-center .quadmenu-navbar-header .quadmenu-navbar-toggle,#quadmenu.quadmenu-align-right .quadmenu-navbar-header .quadmenu-navbar-toggle{float:right}#quadmenu .quadmenu-alert{position:relative;margin:15px 0;padding:20px;background-color:#fff;color:#666}#quadmenu .quadmenu-alert a{color:#aaa}#quadmenu .quadmenu-alert.alert-success:before{background-color:#76dd36}#quadmenu .quadmenu-alert:before{content:"";position:absolute;top:0;left:0;bottom:0;height:100%;width:4px;background-color:#dd3636}#quadmenu .quadmenu-alert>.quadmenu-title{font-size:1.5em;margin:0 0 15px 0}#quadmenu .quadmenu-alert>p,#quadmenu .quadmenu-alert>ul{margin-bottom:0}#quadmenu .quadmenu-alert>p+p{margin-top:5px}#quadmenu .collapse{display:none;visibility:hidden}#quadmenu .collapse.in{display:block;visibility:visible}#quadmenu .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}#quadmenu:before,#quadmenu:after,#quadmenu .quadmenu-container:before,#quadmenu .quadmenu-container:after,#quadmenu .quadmenu-navbar-header:before,#quadmenu .quadmenu-navbar-header:after,#quadmenu .quadmenu-navbar-collapse:before,#quadmenu .quadmenu-navbar-collapse:after{content:" ";display:table}#quadmenu:after,#quadmenu .quadmenu-container:after,#quadmenu .quadmenu-navbar-header:after,#quadmenu .quadmenu-navbar-collapse:after{clear:both}#quadmenu .quadmenu-container{width:100%;max-width:100%;margin-right:auto;margin-left:auto;position:relative;overflow:visible}#quadmenu .quadmenu-container .quadmenu-navbar-collapse{padding-right:0;padding-left:0}#quadmenu .quadmenu-navbar-collapse{overflow-x:visible;-webkit-overflow-scrolling:touch}#quadmenu .quadmenu-navbar-collapse.in{overflow-y:auto}#quadmenu .quadmenu-navbar-toggle{margin-top:14px;margin-bottom:14px}#quadmenu .quadmenu-navbar-brand{display:block;text-align:center;float:none;padding:30px;font-size:18px}#quadmenu .quadmenu-navbar-brand.img{width:auto;font-size:0}#quadmenu .quadmenu-navbar-brand>img{max-height:100%;width:auto;display:inline-block;vertical-align:middle;height:60%}#quadmenu .quadmenu-navbar-brand:hover,#quadmenu .quadmenu-navbar-brand:focus{text-decoration:none;outline:0}#quadmenu .quadmenu-navbar-header .quadmenu-navbar-brand{height:60px;line-height:60px}#quadmenu .quadmenu-navbar-header .quadmenu-navbar-brand>img{display:inline-block;vertical-align:middle}#quadmenu .quadmenu-navbar-nav{padding:0;margin:0;float:none;border-radius:0;list-style:none}#quadmenu .quadmenu-navbar-nav>li{display:block;overflow:hidden}#quadmenu .quadmenu-navbar-nav li{text-align:initial}#quadmenu .quadmenu-navbar-nav li.quadmenu-item{display:block;vertical-align:top;list-style:none}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a{position:relative;direction:initial;height:100%;width:100%;flex-direction:column;display:flex;justify-content:center}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content{position:relative;display:inline-table;vertical-align:middle;width:100%}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-icon{display:table-cell}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-text{display:inline-block}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-description{overflow:hidden;display:block;margin:10px 0 0 0;text-transform:none;line-height:1.5;clear:right;font-weight:normal}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a:hover{cursor:pointer}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a:hover,#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a:focus{text-decoration:none;outline:0}#quadmenu .quadmenu-navbar-nav li.quadmenu-item.quadmenu-has-icon>a>.quadmenu-item-content>.quadmenu-icon{padding-right:1em}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a,#quadmenu .quadmenu-navbar-nav li.quadmenu-item>form{line-height:1;line-height:initial}#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content{padding:15px}#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-widget{padding:0;background:none}#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-icon{display:inline-block;font-size:inherit;width:1em;height:inherit;line-height:inherit}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-subtitle{display:block;font-size:.8em;text-transform:none;overflow:hidden}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-badge>.quadmenu-badge-bubble{position:relative;display:inline-block;text-transform:initial;font-weight:normal;line-height:2.3em;padding:0 1em;text-align:center;white-space:nowrap;border-radius:1px;font-size:.6em;font-family:sans-serif;font-weight:bold;top:-0.3em;margin-left:2em;margin-right:2em;z-index:1}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret{z-index:10009;position:absolute;overflow:hidden;pointer-events:none;text-align:center;font-size:12px;top:50%;right:0;height:30px;width:30px;margin:-15px 0 0 0}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret,#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret:before{line-height:1}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret:before{font-family:"quadmenu" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:block;position:relative;top:50%;margin:-6px 0 0 0}#quadmenu .quadmenu-navbar-nav li.quadmenu-item.open>a>.quadmenu-item-content>.quadmenu-caret{pointer-events:all}#quadmenu .quadmenu-navbar-nav li.quadmenu-item.open>a>.quadmenu-item-content>.quadmenu-caret:before{content:""}#quadmenu .quadmenu-navbar-nav li.quadmenu-item form ::placeholder{opacity:.6}#quadmenu .quadmenu-navbar-nav li.quadmenu-item input,#quadmenu .quadmenu-navbar-nav li.quadmenu-item textarea,#quadmenu .quadmenu-navbar-nav li.quadmenu-item select,#quadmenu .quadmenu-navbar-nav li.quadmenu-item .button{padding:15px;border-width:0;border-color:rgba(0,0,0,0);border-style:solid}#quadmenu .quadmenu-navbar-nav li.quadmenu-item input,#quadmenu .quadmenu-navbar-nav li.quadmenu-item select,#quadmenu .quadmenu-navbar-nav li.quadmenu-item textarea{height:100%;width:100%}#quadmenu .quadmenu-navbar-nav li.quadmenu-item input,#quadmenu .quadmenu-navbar-nav li.quadmenu-item select,#quadmenu .quadmenu-navbar-nav li.quadmenu-item textarea{box-shadow:none;background-color:rgba(206,206,206,.12)}#quadmenu .quadmenu-navbar-nav li.quadmenu-item input:not(:first-child),#quadmenu .quadmenu-navbar-nav li.quadmenu-item select:not(:first-child),#quadmenu .quadmenu-navbar-nav li.quadmenu-item textarea:not(:first-child){margin:15px 0 0 0}#quadmenu .quadmenu-navbar-nav li.quadmenu-item .button{height:auto;width:100%;text-align:center;display:inline-block;line-height:normal}#quadmenu .quadmenu-navbar-nav li.quadmenu-item hr{border-color:hsla(0,0%,100%,.5)}#quadmenu .quadmenu-navbar-nav li.quadmenu-item.invisible{opacity:0 !important;pointer-events:none}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-button{padding:15px}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-button>a{text-align:center}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-button>a>.quadmenu-item-content>.quadmenu-icon{display:inline-block;margin-right:.5em;padding-right:0}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu{direction:initial;min-width:100%;list-style:none;padding:0;margin:0;border-radius:0;background-clip:padding-box}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu>.quadmenu-dropdown-background{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu.quadmenu-dropdown-mask:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;opacity:.9;background-color:inherit;backface-visibility:hidden;pointer-events:none;z-index:10019;-webkit-animation:fadeIn .4s;-moz-animation:fadeIn .4s;-o-animation:fadeIn .4s;animation:fadeIn .4s}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-bottom-text{display:block;position:relative;z-index:10024;text-align:center;padding-top:15px;padding-bottom:15px}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu ul{width:100%;display:block}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:not(.quadmenu-item-type-column){position:relative}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-title{padding:15px;line-height:1.45;text-transform:uppercase;font-weight:600;display:block;padding-left:0;padding-right:0;padding-top:0;margin:0}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu,#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-submenu{box-sizing:border-box}#quadmenu .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu{z-index:10009;display:none}#quadmenu .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu{position:relative;display:block;float:none}#quadmenu .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu>ul{display:block;visibility:visible}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-mega,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-tabs,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-carousel{position:static}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>.quadmenu-dropdown-menu,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-mega>.quadmenu-dropdown-menu,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-carousel>.quadmenu-dropdown-menu{top:100%;bottom:auto;left:auto;right:auto;background-size:contain;background-position:right bottom;background-repeat:no-repeat}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-prev,#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-next,#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-dots,#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-nav{line-height:1;opacity:1;z-index:2}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-dots{height:20px;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-dots .owl-dot{display:inline-block;zoom:1}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-dots .owl-dot>span{width:10px;height:10px;margin:5px 7px;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px;opacity:.3;background:rgba(0,0,0,.5)}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-dots .owl-dot:first-child>span{margin-left:0}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-dots .owl-dot:last-child>span{margin-right:0}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-dots .owl-dot.active>span,#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-dots .owl-dot:hover>span{opacity:1}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-prev,#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-next{position:unset;right:auto;left:auto;top:auto;bottom:auto;text-align:center;border-radius:1px;width:20px;height:20px;line-height:20px;display:inline-block;border-radius:1px}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-prev:before,#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-next:before{font-family:"quadmenu" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-prev{margin:0 2px 0 0}#quadmenu .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-prev:before{content:""}#quadmenu .quadmenu-navbar-nav li.quadmenu-item .owl-carousel{overflow:hidden;padding-bottom:30px}#quadmenu .quadmenu-navbar-nav li.quadmenu-item .owl-carousel .owl-nav,#quadmenu .quadmenu-navbar-nav li.quadmenu-item .owl-carousel .owl-dots{position:absolute;top:auto;bottom:0;left:auto;right:auto;width:100%;text-align:center;margin-top:10px;margin-bottom:10px}#quadmenu .quadmenu-navbar-nav li.quadmenu-item .owl-carousel .quadmenu-item-type-panel{width:100%}#quadmenu .quadmenu-navbar-nav li.quadmenu-item .owl-carousel .quadmenu-item-type-panel>li{background:none !important}#quadmenu .quadmenu-navbar-nav li.quadmenu-item.quadmenu-has-navigation>a{border-style:solid;border-width:0 0 1px 0}#quadmenu .quadmenu-navbar-nav li.quadmenu-item.quadmenu-has-navigation .owl-carousel .owl-nav{position:absolute;top:0;right:0;left:auto;bottom:auto;width:auto;margin-left:15px;margin-right:15px}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>a>.quadmenu-item-content>.quadmenu-avatar{display:inline-block;vertical-align:middle;padding-right:1em}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>a>.quadmenu-item-content>.quadmenu-avatar>img{vertical-align:middle;border-radius:50%}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu>form{margin:0;padding:0}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu li.quadmenu-item.quadmenu-login-avatar>a>.quadmenu-item-content{overflow:visible}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu li.quadmenu-item.quadmenu-login-avatar>a>.quadmenu-item-content>img{vertical-align:middle;border-radius:50%;box-shadow:0 0 0 3px rgba(196,196,196,.15);margin-top:-12px;margin-left:-3px}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu .quadmenu-result-message>.quadmenu-alert{padding-top:15px;padding-bottom:15px}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu .quadmenu-login-buttons{display:flex}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu .quadmenu-login-buttons .button{margin:0;flex:auto;white-space:nowrap}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu .quadmenu-login-buttons .button:not(:only-child):first-child{margin-right:5px}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu .buttons,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu .quadmenu-login-buttons,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>.quadmenu-dropdown-menu .buttons,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>.quadmenu-dropdown-menu .quadmenu-login-buttons{margin-top:15px}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-icon.quadmenu-has-icon>a>.quadmenu-item-content>.quadmenu-icon{position:inherit;margin:0;height:auto;padding:0}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-search>form{position:relative}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-search>form>.quadmenu-item-content{position:relative;display:block}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-search>form>.quadmenu-item-content>input{border-radius:0;margin:0}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-search>form>.quadmenu-item-content>.quadmenu-icon{position:absolute;top:50%;margin-top:-0.5em;right:15px;opacity:.6}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-search>form{padding:15px}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-search>form>.quadmenu-item-content{padding:0 !important}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart .widget_shopping_cart .widgettitle{display:none}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>a>.quadmenu-item-content .quadmenu-cart-magic{position:relative;text-align:center;display:inline-block;margin-right:10px}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>a>.quadmenu-item-content .quadmenu-cart-magic>.quadmenu-icon{display:inherit}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>a>.quadmenu-item-content .quadmenu-cart-magic>.quadmenu-icon,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>a>.quadmenu-item-content .quadmenu-cart-magic>.quadmenu-cart-total{vertical-align:middle}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>a>.quadmenu-item-content .quadmenu-cart-magic>.quadmenu-cart-qty{position:absolute;font-size:10px;top:-7px;right:-7px;width:16px;height:16px;line-height:16px;text-align:center;border-radius:50%;display:block;box-shadow:0 2px 5px rgba(0,0,0,.1)}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>a>.quadmenu-item-content .quadmenu-cart-magic>.quadmenu-cart-qty.animate{-webkit-animation:quadmenu_quadmenu-cart-qty .3s ease-out;-moz-animation:quadmenu_quadmenu-cart-qty .3s ease-out;-o-animation:quadmenu_quadmenu-cart-qty .3s ease-out;animation:quadmenu_quadmenu-cart-qty .3s ease-out}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart.quadmenu-cart-empty>.quadmenu-dropdown-menu .widget_shopping_cart{display:block;text-align:center}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart.quadmenu-cart-empty>.quadmenu-dropdown-menu .widget_shopping_cart li{text-align:center;padding:0}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart.quadmenu-cart-empty>.quadmenu-dropdown-menu .quadmenu-empty-icon{display:block}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-cart>.quadmenu-dropdown-menu .quadmenu-empty-icon{display:none;font-size:60px;line-height:1em;text-align:center;width:100%;vertical-align:middle}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-social.quadmenu-social-toggle>a{display:none}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-social>.quadmenu-toggle-container{display:table;text-align:center;table-layout:fixed;margin:0 auto;height:100%;-webkit-transition:all 1s cubic-bezier(0.215, 0.61, 0.355, 1);-moz-transition:all 1s cubic-bezier(0.215, 0.61, 0.355, 1);-ms-transition:all 1s cubic-bezier(0.215, 0.61, 0.355, 1);-o-transition:all 1s cubic-bezier(0.215, 0.61, 0.355, 1);transition:all 1s cubic-bezier(0.215, 0.61, 0.355, 1)}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-social>.quadmenu-toggle-container>a{text-align:center;display:table-cell;vertical-align:middle}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu li.quadmenu-item-type-tab,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu li.quadmenu-item-type-panel,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-carousel>.quadmenu-dropdown-menu li.quadmenu-item-type-tab,#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-carousel>.quadmenu-dropdown-menu li.quadmenu-item-type-panel{overflow:hidden}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul{overflow:hidden;list-style:none}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li{list-style:none}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type>a>.quadmenu-item-content{white-space:normal;overflow:hidden}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type>a>.quadmenu-item-content>.quadmenu-text{display:inline}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type.quadmenu-has-image-thumbnail>a>.quadmenu-item-content>img{margin:0 10px 0 0;float:left;max-width:80px;height:auto}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type.quadmenu-has-image-large>a>.quadmenu-item-content>img{margin:0 0 10px 0;float:none;width:100%;height:auto}#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-post_type.quadmenu-has-description>a>.quadmenu-item-content>.quadmenu-text{font-weight:600}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-post_type>a>.quadmenu-item-content{overflow:visible}#quadmenu .quadmenu-navbar-nav>li.quadmenu-item-type-post_type>a>.quadmenu-item-content>.quadmenu-text{display:inline-block}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content .quadmenu-product-price,#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content .quadmenu-product-price ins,#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content .quadmenu-product-price .woocommerce-Price-currencySymbol,#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content .quadmenu-product-price .woocommerce-Price-amount amount,#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content .quadmenu-product-rating,#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content .quadmenu-product-rating ins,#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content .quadmenu-product-rating .woocommerce-Price-currencySymbol,#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content .quadmenu-product-rating .woocommerce-Price-amount amount{font-size:initial;text-decoration:none}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-float{float:right;text-align:right}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-float>.quadmenu-product-rating{height:1em;overflow:hidden;margin:2px 0 5px 0}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-float>.quadmenu-product-rating>.star-rating{height:1em;line-height:1em;font-size:1em}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-float>.quadmenu-product-price,#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-float>.quadmenu-product-rating{display:block}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-cart{display:block;padding:15px 0 0 0}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-cart .button{margin:0;padding:7.5px 15px}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-cart .button:after,#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-cart .button:before{font-size:1em;top:50%;margin:-0.5em 0 0 0;background:none;right:-2em;left:auto;bottom:auto}#quadmenu .quadmenu-navbar-nav li.quadmenu-item-object-product>a>.quadmenu-item-content>.quadmenu-product-cart .button+a{display:none}#quadmenu:not(.quadmenu-is-horizontal){clear:both}#quadmenu:not(.quadmenu-is-horizontal).quadmenu-mobile-shadow-show{box-shadow:0 2px 5px rgba(0,0,0,.15)}#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.closing,#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.opening{overflow:hidden}#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.closing>.quadmenu-dropdown-menu,#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.opening>.quadmenu-dropdown-menu{display:block;position:relative}#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.open:not(.closing)>.quadmenu-dropdown-menu{display:block;position:relative;max-height:2000px;-webkit-transition:max-height .4s ease-in;-moz-transition:max-height .4s ease-in;-ms-transition:max-height .4s ease-in;-o-transition:max-height .4s ease-in;transition:max-height .4s ease-in}#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret{top:0;bottom:-1px;right:0;left:auto;height:auto;width:auto;padding:0 15px;margin:0}#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-caret:before{width:12px;height:12px}#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu{max-height:0;float:none;-webkit-transition:max-height .4s ease-out;-moz-transition:max-height .4s ease-out;-ms-transition:max-height .4s ease-out;-o-transition:max-height .4s ease-out;transition:max-height .4s ease-out}#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-toggle-container{padding:15px}#quadmenu.quadmenu-is-vertical:not(.quadmenu-is-horizontal) [class*=col-],#quadmenu.quadmenu-is-offcanvas:not(.quadmenu-is-horizontal) [class*=col-]{max-width:100% !important;width:100% !important;float:none;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:0;padding-right:0}#quadmenu.quadmenu-is-vertical:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-widget,#quadmenu.quadmenu-is-offcanvas:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-widget{padding:15px}#quadmenu.quadmenu-is-vertical:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item-type-column>div>ul,#quadmenu.quadmenu-is-offcanvas:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item-type-column>div>ul{padding-top:0 !important;padding-bottom:0 !important}div>#quadmenu.quadmenu-is-embed,nav>#quadmenu.quadmenu-is-embed{clear:none}div>#quadmenu.quadmenu-is-embed,div>#quadmenu.quadmenu-is-embed .quadmenu-container,nav>#quadmenu.quadmenu-is-embed,nav>#quadmenu.quadmenu-is-embed .quadmenu-container{position:static}#quadmenu.quadmenu-is-horizontal.quadmenu-sticky-top .quadmenu-navbar-collapse{padding-left:0;padding-right:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-header{z-index:1;position:relative}#quadmenu.quadmenu-is-horizontal.quadmenu-align-left .quadmenu-navbar-header{float:right}#quadmenu.quadmenu-is-horizontal.quadmenu-align-left .quadmenu-navbar-nav{text-align:left}#quadmenu.quadmenu-is-horizontal.quadmenu-align-left .quadmenu-navbar-nav>.quadmenu-item-type-social.quadmenu-social-toggle>.quadmenu-toggle-container{text-align:right;right:0;left:auto}#quadmenu.quadmenu-is-horizontal.quadmenu-align-left .quadmenu-navbar-nav>li.quadmenu-item.quadmenu-float-opposite{float:right}#quadmenu.quadmenu-is-horizontal.quadmenu-align-left .quadmenu-navbar-nav>li.quadmenu-item.quadmenu-float-opposite.quadmenu-item-type-social.quadmenu-social-toggle>.quadmenu-toggle-container{text-align:left;right:auto;left:0}#quadmenu.quadmenu-is-horizontal.quadmenu-align-right .quadmenu-navbar-header{float:left}#quadmenu.quadmenu-is-horizontal.quadmenu-align-right .quadmenu-navbar-nav{text-align:right}#quadmenu.quadmenu-is-horizontal.quadmenu-align-right .quadmenu-navbar-nav>.quadmenu-item-type-social.quadmenu-social-toggle>.quadmenu-toggle-container{text-align:right;right:0;left:auto}#quadmenu.quadmenu-is-horizontal.quadmenu-align-right .quadmenu-navbar-nav>li.quadmenu-item.quadmenu-float-opposite{float:left}#quadmenu.quadmenu-is-horizontal.quadmenu-align-right .quadmenu-navbar-nav>li.quadmenu-item.quadmenu-float-opposite.quadmenu-item-type-social.quadmenu-social-toggle>.quadmenu-toggle-container{text-align:left;right:auto;left:0}#quadmenu.quadmenu-is-horizontal.quadmenu-align-center .quadmenu-navbar-header,#quadmenu.quadmenu-is-horizontal.quadmenu-align-center .quadmenu-navbar-header .quadmenu-navbar-brand{float:none}#quadmenu.quadmenu-is-horizontal.quadmenu-align-center .quadmenu-navbar-header,#quadmenu.quadmenu-is-horizontal.quadmenu-align-center .quadmenu-navbar-nav{text-align:center}#quadmenu.quadmenu-is-horizontal.quadmenu-align-center .quadmenu-navbar-nav>.quadmenu-item-type-social.quadmenu-social-toggle>.quadmenu-toggle-container{text-align:center}#quadmenu.quadmenu-is-horizontal.quadmenu-align-center .quadmenu-navbar-nav>li.quadmenu-item.quadmenu-float-opposite{float:none}#quadmenu.quadmenu-is-horizontal.quadmenu-divider-show .quadmenu-navbar-nav>li{overflow:visible}#quadmenu.quadmenu-is-horizontal.quadmenu-divider-show .quadmenu-navbar-nav>li:first-child>a:after{display:none}#quadmenu.quadmenu-is-horizontal.quadmenu-divider-show .quadmenu-navbar-nav>li>a:after,#quadmenu.quadmenu-is-horizontal.quadmenu-divider-show .quadmenu-navbar-nav>li>form:after{content:" ";padding:0px;display:block;position:absolute;left:0px;top:0;bottom:auto;background-image:none !important;width:1px !important;height:100% !important;z-index:10009}#quadmenu.quadmenu-is-horizontal.quadmenu-carets-hide .quadmenu-navbar-nav>li.quadmenu-item.quadmenu-has-caret>a>.quadmenu-item-content>.quadmenu-text{padding-right:0}#quadmenu.quadmenu-is-horizontal.quadmenu-carets-hide .quadmenu-navbar-nav>li.quadmenu-item.quadmenu-has-caret>a>.quadmenu-item-content>.quadmenu-caret{display:none}#quadmenu.quadmenu-is-horizontal.quadmenu-dropdown-shadow-show .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu{box-shadow:0 2px 5px rgba(0,0,0,.15)}#quadmenu.quadmenu-is-horizontal.js .quadmenu-navbar-header .quadmenu-navbar-brand{height:60px;line-height:60px}#quadmenu.quadmenu-is-horizontal.js .quadmenu-navbar-nav>li.quadmenu-item{height:60px}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-toggle{display:none}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-collapse{width:auto;border-top:0;box-shadow:none}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-collapse.collapse{display:block !important;visibility:visible !important;height:auto !important;padding-bottom:0;overflow:visible !important}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-collapse.in{overflow-y:visible}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu{position:absolute;top:100%;min-width:240px}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu>ul{position:relative}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.opening>.quadmenu-dropdown-menu{display:block;visibility:hidden;pointer-events:none;overflow:hidden;height:0px}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu{visibility:visible;pointer-events:all;overflow:visible;height:auto}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item .button{width:auto}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li{display:inline-block;width:auto}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>a.hoverintent>.quadmenu-item-content>.quadmenu-caret{pointer-events:none}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item{overflow:visible}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-description{display:none}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-badge{position:absolute;top:50%;text-align:center;left:0;right:0;margin-top:-2.666em}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-badge>.quadmenu-badge-bubble{margin-left:0;margin-right:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item>a>.quadmenu-item-content>.quadmenu-badge>.quadmenu-badge-bubble:before{content:"";position:absolute;top:auto;left:50%;bottom:-2px;margin:0 0 0 -3px;width:6px;height:6px;transform:rotate(45deg);background-color:inherit}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item.quadmenu-has-caret>a>.quadmenu-item-content>.quadmenu-text{padding-right:1em}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item:not(.quadmenu-item-type-button)>a>.quadmenu-item-content,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item:not(.quadmenu-item-type-button)>a>.quadmenu-toggle-container{padding-top:0;padding-bottom:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-cart.quadmenu-has-caret>a{padding-right:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-cart.quadmenu-has-caret>a>.quadmenu-item-content>.quadmenu-caret{display:none}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-social{overflow:visible;position:relative}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-social>.quadmenu-toggle-container>a{padding-top:0;padding-bottom:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-social.quadmenu-social-toggle{padding-top:0;padding-bottom:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-social.quadmenu-social-toggle>a{display:flex}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-social.quadmenu-social-toggle>.quadmenu-toggle-container{position:absolute;height:100%;left:0;right:auto;top:-100%;opacity:0;visibility:hidden;padding:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-social.quadmenu-social-toggle.open>.quadmenu-toggle-container{top:0;opacity:1;visibility:visible}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-social.quadmenu-social-toggle.open>a{opacity:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-search>form{margin:0;height:100%}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-search>form>.quadmenu-item-content{height:100%;padding:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-search>form>.quadmenu-item-content,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-search>form>.quadmenu-item-content>input{height:100%}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul{width:100%;display:block;-webkit-transition:min-height .2s cubic-bezier(0.215, 0.61, 0.355, 1);-moz-transition:min-height .2s cubic-bezier(0.215, 0.61, 0.355, 1);-ms-transition:min-height .2s cubic-bezier(0.215, 0.61, 0.355, 1);-o-transition:min-height .2s cubic-bezier(0.215, 0.61, 0.355, 1);transition:min-height .2s cubic-bezier(0.215, 0.61, 0.355, 1)}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li{width:100%;display:block}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs{padding:15px;max-width:25%;min-width:240px}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>li.quadmenu-item-type-tab{display:block;position:static;margin:0 0 15px 0;background-color:rgba(0,0,0,.2)}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>li.quadmenu-item-type-tab>a{border-width:0;border-style:none}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-tabs>.quadmenu-dropdown-menu>ul>li>ul.quadmenu-tabs>li.quadmenu-item-type-tab>.quadmenu-dropdown-menu{position:absolute;right:0;left:auto;top:0px;bottom:auto;overflow:hidden;box-shadow:none;border:none;background:none;float:left;width:75%;max-width:-webkit-calc(100% - 240px);max-width:calc(100% - 240px)}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-login>.quadmenu-dropdown-menu,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav>li.quadmenu-item-type-cart>.quadmenu-dropdown-menu{width:340px;max-width:100%}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu>ul>li.quadmenu-item-type-post_type,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu>ul>li.quadmenu-item-type-post_type_archive,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu>ul>li.quadmenu-item-type-taxonomy{max-width:360px}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item-type-column li.quadmenu-item-type-button{padding:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown{direction:ltr}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown.quadmenu-dropdown-left{direction:rtl}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu.quadmenu-dropdown-stretch-boxed{left:0;right:0}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu.quadmenu-dropdown-stretch-dropdown{right:-1000px;left:-1000px}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu.quadmenu-dropdown-stretch-dropdown>ul,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown>.quadmenu-dropdown-menu.quadmenu-dropdown-stretch-dropdown>.quadmenu-dropdown-background{border-left:1000px solid rgba(0,0,0,0);border-right:1000px solid rgba(0,0,0,0)}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown-submenu{position:relative}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown-submenu>.quadmenu-dropdown-menu{top:0;right:auto;left:100%}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown-submenu.quadmenu-dropdown-left>.quadmenu-dropdown-menu{right:100%;left:auto}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown-submenu.quadmenu-dropdown-left>a>.quadmenu-item-content>.quadmenu-caret:before{content:""}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown-submenu>a>.quadmenu-item-content>.quadmenu-caret:before{content:""}body.quadmenu-offcanvas-in{overflow:hidden !important}#quadmenu>.quadmenu-navbar-toggle{position:fixed;z-index:10029;float:none}#quadmenu .navbar-offcanvas{position:fixed;z-index:10009;overflow-y:auto;overflow-x:hidden;border-radius:0;display:block;visibility:visible;top:0px;bottom:0px;height:auto !important}#quadmenu .navbar-offcanvas.in{box-shadow:-79px 0px 3000px 1300px rgba(0,0,0,.33)}#quadmenu.quadmenu-is-horizontal .navbar-offcanvas{width:auto;border-top:0;box-shadow:none;position:static;display:block;height:auto;padding-bottom:0;overflow:visible;background:none;padding-top:0;padding-bottom:0;top:auto;bottom:auto}#quadmenu.quadmenu-is-horizontal .navbar-offcanvas .quadmenu-navbar-brand{display:none}#quadmenu:not(.quadmenu-is-horizontal).js .navbar-offcanvas,#quadmenu:not(.quadmenu-is-horizontal).js .quadmenu-navbar-header,#quadmenu:not(.quadmenu-is-horizontal).js .quadmenu-navbar-toggle{-webkit-transition:transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);-moz-transition:transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);-ms-transition:transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);-o-transition:transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);transition:transform .4s cubic-bezier(0.215, 0.61, 0.355, 1)}#quadmenu:not(.quadmenu-is-horizontal).quadmenu-offcanvas-left>.quadmenu-navbar-toggle{left:0}#quadmenu:not(.quadmenu-is-horizontal).quadmenu-offcanvas-left .quadmenu-navbar-header .quadmenu-navbar-toggle{float:left}#quadmenu:not(.quadmenu-is-horizontal).quadmenu-offcanvas-left .quadmenu-navbar-header .quadmenu-navbar-brand{float:right}#quadmenu:not(.quadmenu-is-horizontal).quadmenu-offcanvas-left .navbar-offcanvas{transform:translateX(-100%);left:0;right:auto}#quadmenu:not(.quadmenu-is-horizontal).quadmenu-offcanvas-left .navbar-offcanvas.ps-container>.ps-scrollbar-y-rail{left:3px;right:auto}#quadmenu:not(.quadmenu-is-horizontal).quadmenu-offcanvas-right>.quadmenu-navbar-toggle{right:0}#quadmenu:not(.quadmenu-is-horizontal).quadmenu-offcanvas-right .navbar-offcanvas{transform:translateX(100%);right:0;left:auto}body.admin-bar #quadmenu.quadmenu-sticky-top{top:32px}@media(max-width: 782px){body.admin-bar #quadmenu.quadmenu-sticky-top{top:46px}}@media screen and (max-width: 600px){body.admin-bar #quadmenu.quadmenu-sticky-top{top:0}}@media screen and (max-width: 600px){body.admin-bar #quadmenu.quadmenu-is-offcanvas .navbar-offcanvas,body.admin-bar #quadmenu.quadmenu-is-vertical .navbar-offcanvas{padding-top:46px}}body.admin-bar #quadmenu.quadmenu-is-vertical .navbar-offcanvas{padding-top:32px}@keyframes quadmenu_ttb{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes quadmenu_spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes quadmenu_bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}@keyframes quadmenu_pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.1, 1.1, 1.1)}to{transform:scale3d(1, 1, 1)}}@keyframes quadmenu_rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}@keyframes quadmenu_swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes quadmenu_tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}@keyframes quadmenu_wobble{from{transform:translate3d(0, 0, 0)}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:translate3d(0, 0, 0)}}@keyframes quadmenu_ripple{0%{transform:scale(0, 0);opacity:.3}40%{transform:scale(15, 15);opacity:.3}100%{opacity:0;transform:scale(40, 40)}}@keyframes quadmenu_cart_qty{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes quadmenu_fadein{0%{opacity:0}100%{opacity:1}}#quadmenu .quadmenu_spin{animation:quadmenu_spin .4s cubic-bezier(0.18, 0.74, 0.72, 1)}#quadmenu .quadmenu_bounce{animation:quadmenu_bounce .4s;transform-origin:center bottom}#quadmenu .quadmenu_pulse{animation:quadmenu_pulse .4s cubic-bezier(0.18, 0.74, 0.72, 1)}#quadmenu .quadmenu_rubberBand{animation:quadmenu_rubberBand .8s cubic-bezier(0.18, 0.74, 0.72, 1)}#quadmenu .quadmenu_swing{animation:quadmenu_swing .4s cubic-bezier(0.18, 0.74, 0.72, 1);transform-origin:bottom center}#quadmenu .quadmenu_tada{animation:quadmenu_tada .4s cubic-bezier(0.18, 0.74, 0.72, 1)}#quadmenu .quadmenu_wobble{animation:quadmenu_wobble .4s cubic-bezier(0.18, 0.74, 0.72, 1)}#quadmenu .quadmenu_spin.hover,#quadmenu .quadmenu_bounce.hover,#quadmenu .quadmenu_pulse.hover,#quadmenu .quadmenu_rubberBand.hover,#quadmenu .quadmenu_swing.hover,#quadmenu .quadmenu_tada.hover,#quadmenu .quadmenu_wobble.hover{animation-name:none}#quadmenu .quadmenu_spin.load,#quadmenu .quadmenu_bounce.load,#quadmenu .quadmenu_pulse.load,#quadmenu .quadmenu_rubberBand.load,#quadmenu .quadmenu_swing.load,#quadmenu .quadmenu_tada.load,#quadmenu .quadmenu_wobble.load{animation-play-state:paused}#quadmenu .quadmenu_spin.loop,#quadmenu .quadmenu_bounce.loop,#quadmenu .quadmenu_pulse.loop,#quadmenu .quadmenu_rubberBand.loop,#quadmenu .quadmenu_swing.loop,#quadmenu .quadmenu_tada.loop,#quadmenu .quadmenu_wobble.loop{animation-iteration-count:infinite}#quadmenu .quadmenu_spin.t_200,#quadmenu .quadmenu_bounce.t_200,#quadmenu .quadmenu_pulse.t_200,#quadmenu .quadmenu_rubberBand.t_200,#quadmenu .quadmenu_swing.t_200,#quadmenu .quadmenu_tada.t_200,#quadmenu .quadmenu_wobble.t_200{animation-duration:200ms}#quadmenu .quadmenu_spin.t_300,#quadmenu .quadmenu_bounce.t_300,#quadmenu .quadmenu_pulse.t_300,#quadmenu .quadmenu_rubberBand.t_300,#quadmenu .quadmenu_swing.t_300,#quadmenu .quadmenu_tada.t_300,#quadmenu .quadmenu_wobble.t_300{animation-duration:300ms}#quadmenu .quadmenu_spin.t_500,#quadmenu .quadmenu_bounce.t_500,#quadmenu .quadmenu_pulse.t_500,#quadmenu .quadmenu_rubberBand.t_500,#quadmenu .quadmenu_swing.t_500,#quadmenu .quadmenu_tada.t_500,#quadmenu .quadmenu_wobble.t_500{animation-duration:500ms}#quadmenu .quadmenu_spin.t_700,#quadmenu .quadmenu_bounce.t_700,#quadmenu .quadmenu_pulse.t_700,#quadmenu .quadmenu_rubberBand.t_700,#quadmenu .quadmenu_swing.t_700,#quadmenu .quadmenu_tada.t_700,#quadmenu .quadmenu_wobble.t_700{animation-duration:700ms}#quadmenu .quadmenu_spin.t_1000,#quadmenu .quadmenu_bounce.t_1000,#quadmenu .quadmenu_pulse.t_1000,#quadmenu .quadmenu_rubberBand.t_1000,#quadmenu .quadmenu_swing.t_1000,#quadmenu .quadmenu_tada.t_1000,#quadmenu .quadmenu_wobble.t_1000{animation-duration:1000ms}#quadmenu .quadmenu_spin.t_1500,#quadmenu .quadmenu_bounce.t_1500,#quadmenu .quadmenu_pulse.t_1500,#quadmenu .quadmenu_rubberBand.t_1500,#quadmenu .quadmenu_swing.t_1500,#quadmenu .quadmenu_tada.t_1500,#quadmenu .quadmenu_wobble.t_1500{animation-duration:1500ms}#quadmenu .quadmenu_spin.t_2000,#quadmenu .quadmenu_bounce.t_2000,#quadmenu .quadmenu_pulse.t_2000,#quadmenu .quadmenu_rubberBand.t_2000,#quadmenu .quadmenu_swing.t_2000,#quadmenu .quadmenu_tada.t_2000,#quadmenu .quadmenu_wobble.t_2000{animation-duration:2000ms}#quadmenu .quadmenu_spin.t_3000,#quadmenu .quadmenu_bounce.t_3000,#quadmenu .quadmenu_pulse.t_3000,#quadmenu .quadmenu_rubberBand.t_3000,#quadmenu .quadmenu_swing.t_3000,#quadmenu .quadmenu_tada.t_3000,#quadmenu .quadmenu_wobble.t_3000{animation-duration:3000ms}#quadmenu.js .quadmenu_spin.load,#quadmenu.js .quadmenu_spin.loop,#quadmenu.js .quadmenu_bounce.load,#quadmenu.js .quadmenu_bounce.loop,#quadmenu.js .quadmenu_pulse.load,#quadmenu.js .quadmenu_pulse.loop,#quadmenu.js .quadmenu_rubberBand.load,#quadmenu.js .quadmenu_rubberBand.loop,#quadmenu.js .quadmenu_swing.load,#quadmenu.js .quadmenu_swing.loop,#quadmenu.js .quadmenu_tada.load,#quadmenu.js .quadmenu_tada.loop,#quadmenu.js .quadmenu_wobble.load,#quadmenu.js .quadmenu_wobble.loop{animation-play-state:running}#quadmenu.js li.quadmenu-item:hover>a>.quadmenu-item-content>.quadmenu_spin.hover{animation-name:quadmenu_spin}#quadmenu.js li.quadmenu-item:hover>a>.quadmenu-item-content>.quadmenu_bounce.hover{animation-name:quadmenu_bounce}#quadmenu.js li.quadmenu-item:hover>a>.quadmenu-item-content>.quadmenu_pulse.hover{animation-name:quadmenu_pulse}#quadmenu.js li.quadmenu-item:hover>a>.quadmenu-item-content>.quadmenu_rubberBand.hover{animation-name:quadmenu_rubberBand}#quadmenu.js li.quadmenu-item:hover>a>.quadmenu-item-content>.quadmenu_swing.hover{animation-name:quadmenu_swing}#quadmenu.js li.quadmenu-item:hover>a>.quadmenu-item-content>.quadmenu_tada.hover{animation-name:quadmenu_tada}#quadmenu.js li.quadmenu-item:hover>a>.quadmenu-item-content>.quadmenu_wobble.hover{animation-name:quadmenu_wobble}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-slidebar .quadmenu-navbar-nav>li.quadmenu-slidebar{display:block;overflow:hidden;position:absolute;pointer-events:none;height:3px;-webkit-transition:left 0.4s cubic-bezier(.18,.74,.72,1), top 0.4s cubic-bezier(.18,.74,.72,1), width 0.08s linear, height 0.08s linear;-moz-transition:left 0.4s cubic-bezier(.18,.74,.72,1), top 0.4s cubic-bezier(.18,.74,.72,1), width 0.08s linear, height 0.08s linear;-ms-transition:left 0.4s cubic-bezier(.18,.74,.72,1), top 0.4s cubic-bezier(.18,.74,.72,1), width 0.08s linear, height 0.08s linear;-o-transition:left 0.4s cubic-bezier(.18,.74,.72,1), top 0.4s cubic-bezier(.18,.74,.72,1), width 0.08s linear, height 0.08s linear;transition:left 0.4s cubic-bezier(.18,.74,.72,1), top 0.4s cubic-bezier(.18,.74,.72,1), width 0.08s linear, height 0.08s linear}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-slidebar .quadmenu-navbar-nav>li.quadmenu-slidebar>.bar{display:block;overflow:hidden;margin:0px auto;content:" ";width:7px;height:100%;-webkit-transition:width .4s cubic-bezier(0.18, 0.74, 0.72, 1);-moz-transition:width .4s cubic-bezier(0.18, 0.74, 0.72, 1);-ms-transition:width .4s cubic-bezier(0.18, 0.74, 0.72, 1);-o-transition:width .4s cubic-bezier(0.18, 0.74, 0.72, 1);transition:width .4s cubic-bezier(0.18, 0.74, 0.72, 1)}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-slidebar .quadmenu-navbar-nav>li.quadmenu-slidebar.invisible>.bar{width:0}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-slidebar.sl-middle .quadmenu-navbar-nav>li.quadmenu-slidebar:not(.invisible){top:50%;margin-top:1em}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-slidebar.sl-middle .quadmenu-navbar-nav>li.quadmenu-slidebar:not(.invisible)>.bar{width:50%;height:100%}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-slidebar.sl-top .quadmenu-navbar-nav>li.quadmenu-slidebar{top:0;bottom:auto}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-slidebar.sl-top .quadmenu-navbar-nav>li.quadmenu-slidebar:not(.invisible)>.bar{width:100%}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-slidebar.sl-bottom .quadmenu-navbar-nav>li.quadmenu-slidebar{top:auto;bottom:0}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-slidebar.sl-bottom .quadmenu-navbar-nav>li.quadmenu-slidebar:not(.invisible)>.bar{width:100%}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-ripple .quadmenu-navbar-nav>li.quadmenu-item:not(.quadmenu-item-type-button)>a:before{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:hsla(0,0%,100%,.5);opacity:0;border-radius:100%;transform:scale(1, 1) translate(-50%);transform-origin:50% 50%;z-index:1}#quadmenu.quadmenu-is-horizontal.quadmenu-hover-ripple .quadmenu-navbar-nav>li.quadmenu-item:not(.quadmenu-item-type-button).quadmenu-has-link:hover>a:before,#quadmenu.quadmenu-is-horizontal.quadmenu-hover-ripple .quadmenu-navbar-nav>li.quadmenu-item:not(.quadmenu-item-type-button).quadmenu-has-link.open>a:before{animation:quadmenu_ripple 1s cubic-bezier(0.18, 0.74, 0.72, 1);text-decoration:none}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_fadeIn.t_100,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_btt.t_100,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_rtl.t_100,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_ltr.t_100,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_hinge.t_100,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_flip.t_100{transition-duration:200ms}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_fadeIn.t_200,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_btt.t_200,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_rtl.t_200,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_ltr.t_200,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_hinge.t_200,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_flip.t_200{transition-duration:200ms}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_fadeIn.t_300,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_btt.t_300,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_rtl.t_300,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_ltr.t_300,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_hinge.t_300,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_flip.t_300{transition-duration:300ms}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_fadeIn.t_500,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_btt.t_500,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_rtl.t_500,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_ltr.t_500,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_hinge.t_500,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_flip.t_500{transition-duration:500ms}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_fadeIn.t_700,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_btt.t_700,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_rtl.t_700,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_ltr.t_700,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_hinge.t_700,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_flip.t_700{transition-duration:700ms}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_fadeIn.t_1000,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_btt.t_1000,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_rtl.t_1000,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_ltr.t_1000,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_hinge.t_1000,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_flip.t_1000{transition-duration:1000ms}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_fadeIn{opacity:0;-webkit-transition:opacity .5s cubic-bezier(0.18, 0.74, 0.72, 1);-moz-transition:opacity .5s cubic-bezier(0.18, 0.74, 0.72, 1);-ms-transition:opacity .5s cubic-bezier(0.18, 0.74, 0.72, 1);-o-transition:opacity .5s cubic-bezier(0.18, 0.74, 0.72, 1);transition:opacity .5s cubic-bezier(0.18, 0.74, 0.72, 1)}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_btt{opacity:0;-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);-o-transform:translateY(25px);-webkit-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.1s ease-in;-moz-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.1s ease-in;-ms-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.1s ease-in;-o-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.1s ease-in;transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.1s ease-in}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_rtl{opacity:0;-webkit-transform:translateX(50px);-moz-transform:translateX(50px);-ms-transform:translateX(50px);-o-transform:translateX(50px);-webkit-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in;-moz-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in;-ms-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in;-o-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in;transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_ltr{opacity:0;-webkit-transform:translateX(-50px);-moz-transform:translateX(-50px);-ms-transform:translateX(-50px);-o-transform:translateX(-50px);-webkit-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in;-moz-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in;-ms-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in;-o-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in;transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.5s ease-in}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_hinge{transform-origin:50% 0;-webkit-transform:perspective(3000px) rotateX(-90deg);-moz-transform:perspective(3000px) rotateX(-90deg);-ms-transform:perspective(3000px) rotateX(-90deg);-o-transform:perspective(3000px) rotateX(-90deg);-webkit-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in;-moz-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in;-ms-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in;-o-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in;transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_hinge .quadmenu-item-type-tabs>.quadmenu-dropdown-menu>li>.quadmenu-dropdown-menu>li .quadmenu-dropdown-menu{-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu.quadmenu_flip{-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);-webkit-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in;-moz-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in;-ms-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in;-o-transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in;transition:transform 0.2s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-in}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu.quadmenu_fadeIn,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu.quadmenu_btt,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu.quadmenu_rtl,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu.quadmenu_ltr,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu.quadmenu_hinge,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open>.quadmenu-dropdown-menu.quadmenu_flip{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_fadeIn,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_btt,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_rtl,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_ltr,#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_hinge{opacity:0;-webkit-transition:transform 0.5s cubic-bezier(.18,.74,.72,1), opacity 0.2s ease-out;-moz-transition:transform 0.5s cubic-bezier(.18,.74,.72,1), opacity 0.2s ease-out;-ms-transition:transform 0.5s cubic-bezier(.18,.74,.72,1), opacity 0.2s ease-out;-o-transition:transform 0.5s cubic-bezier(.18,.74,.72,1), opacity 0.2s ease-out;transition:transform 0.5s cubic-bezier(.18,.74,.72,1), opacity 0.2s ease-out}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_btt{-webkit-transform:translateY(25px);-moz-transform:translateY(25px);-ms-transform:translateY(25px);-o-transform:translateY(25px)}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_rtl{-webkit-transform:translateX(-50px);-moz-transform:translateX(-50px);-ms-transform:translateX(-50px);-o-transform:translateX(-50px)}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_ltr{-webkit-transform:translateX(50px);-moz-transform:translateX(50px);-ms-transform:translateX(50px);-o-transform:translateX(50px)}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_hinge{-webkit-transform:perspective(3000px) rotateX(-90deg);-moz-transform:perspective(3000px) rotateX(-90deg);-ms-transform:perspective(3000px) rotateX(-90deg);-o-transform:perspective(3000px) rotateX(-90deg)}#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item.open.closing>.quadmenu-dropdown-menu.quadmenu_flip{-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);-ms-transform:rotateX(-90deg);-o-transform:rotateX(-90deg);-webkit-transition:transform 0.1s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-out;-moz-transition:transform 0.1s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-out;-ms-transition:transform 0.1s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-out;-o-transition:transform 0.1s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-out;transition:transform 0.1s cubic-bezier(.18,.74,.72,1), opacity 0.4s ease-out}#quadmenu.quadmenu-sticky-top.quadmenu-sticky-animation{-webkit-animation:quadmenu_ttb .5s cubic-bezier(0.18, 0.74, 0.72, 1);-moz-animation:quadmenu_ttb .5s cubic-bezier(0.18, 0.74, 0.72, 1);-o-animation:quadmenu_ttb .5s cubic-bezier(0.18, 0.74, 0.72, 1);animation:quadmenu_ttb .5s cubic-bezier(0.18, 0.74, 0.72, 1)}#quadmenu{pointer-events:all}#quadmenu .ps-container:hover>.ps-scrollbar-y-rail:hover{opacity:1}#quadmenu .ps-container>.ps-scrollbar-y-rail{z-index:10039;width:8px;pointer-events:none;background-color:hsla(0,0%,100%,.8)}#quadmenu .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{width:8px;right:0;pointer-events:all;border-radius:0;background-color:#333}#quadmenu .ps-container>.ps-scrollbar-y-rail:hover:before,#quadmenu .ps-container>.ps-scrollbar-y-rail:hover:after,#quadmenu .ps-container>.ps-scrollbar-y-rail:active:before,#quadmenu .ps-container>.ps-scrollbar-y-rail:active:after{position:absolute;top:0;bottom:0;width:15px;pointer-events:all;content:"";display:block}#quadmenu .ps-container>.ps-scrollbar-y-rail:hover:before,#quadmenu .ps-container>.ps-scrollbar-y-rail:active:before{left:100%}#quadmenu .ps-container>.ps-scrollbar-y-rail:hover:after,#quadmenu .ps-container>.ps-scrollbar-y-rail:active:after{right:100%}#quadmenu .ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,#quadmenu .ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{background-color:#000}
#quadmenu .quadmenu-navbar-toggle {
  margin-left: 15px;
  margin-right: 15px;
}
#quadmenu .quadmenu-alert + .quadmenu-alert {
  margin-top: 15px;
}
#quadmenu .quadmenu-navbar-header .quadmenu-navbar-brand {
  padding: 0 15px;
}
#quadmenu .quadmenu-navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-login > .quadmenu-dropdown-menu,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-cart > .quadmenu-dropdown-menu {
  padding: 30px;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-login > .quadmenu-dropdown-menu .quadmenu-bottom-text,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-cart > .quadmenu-dropdown-menu .quadmenu-bottom-text {
  margin: 30px -30px -30px -30px;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-cart.quadmenu-cart-empty > .quadmenu-dropdown-menu .widget_shopping_cart {
  padding-bottom: 30px;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-cart > .quadmenu-dropdown-menu .quadmenu-empty-icon {
  padding-top: 30px;
  padding-bottom: 30px;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-social > .quadmenu-toggle-container > a {
  padding-left: 15px;
  padding-right: 15px;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-dropdown form .quadmenu-item-content + .quadmenu-item-content {
  margin-top: 15px;
}
#quadmenu.quadmenu-is-horizontal li.quadmenu-item-type-column > div > ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
#quadmenu:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-login > .quadmenu-dropdown-menu > ul > li.quadmenu-item > .quadmenu-item-content {
  padding-left: 30px;
  padding-right: 30px;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-1,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-2,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-3,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-4,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-5,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-6,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-7,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-8,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-9,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-10,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-11,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-12,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-1,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-2,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-3,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-4,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-5,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-6,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-7,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-8,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-9,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-10,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-11,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm-12,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-sm,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-1,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-2,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-3,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-4,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-5,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-6,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-7,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-8,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-9,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-10,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-11,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md-12,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-md,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-1,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-2,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-3,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-4,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-5,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-6,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-7,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-8,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-9,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-10,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-11,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg-12,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-lg,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-1,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-2,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-3,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-4,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-5,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-6,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-7,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-8,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-9,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-10,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-11,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl-12,
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-row .col-xl {
  padding-right: 15px;
  padding-left: 15px;
}
#quadmenu .quadmenu-navbar-nav .quadmenu-row {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-flex-wrap: wrap!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
#quadmenu .quadmenu-navbar-nav .col-1,
#quadmenu .quadmenu-navbar-nav .col-2,
#quadmenu .quadmenu-navbar-nav .col-3,
#quadmenu .quadmenu-navbar-nav .col-4,
#quadmenu .quadmenu-navbar-nav .col-5,
#quadmenu .quadmenu-navbar-nav .col-6,
#quadmenu .quadmenu-navbar-nav .col-7,
#quadmenu .quadmenu-navbar-nav .col-8,
#quadmenu .quadmenu-navbar-nav .col-9,
#quadmenu .quadmenu-navbar-nav .col-10,
#quadmenu .quadmenu-navbar-nav .col-11,
#quadmenu .quadmenu-navbar-nav .col-12,
#quadmenu .quadmenu-navbar-nav .col,
#quadmenu .quadmenu-navbar-nav .col-sm-1,
#quadmenu .quadmenu-navbar-nav .col-sm-2,
#quadmenu .quadmenu-navbar-nav .col-sm-3,
#quadmenu .quadmenu-navbar-nav .col-sm-4,
#quadmenu .quadmenu-navbar-nav .col-sm-5,
#quadmenu .quadmenu-navbar-nav .col-sm-6,
#quadmenu .quadmenu-navbar-nav .col-sm-7,
#quadmenu .quadmenu-navbar-nav .col-sm-8,
#quadmenu .quadmenu-navbar-nav .col-sm-9,
#quadmenu .quadmenu-navbar-nav .col-sm-10,
#quadmenu .quadmenu-navbar-nav .col-sm-11,
#quadmenu .quadmenu-navbar-nav .col-sm-12,
#quadmenu .quadmenu-navbar-nav .col-sm,
#quadmenu .quadmenu-navbar-nav .col-md-1,
#quadmenu .quadmenu-navbar-nav .col-md-2,
#quadmenu .quadmenu-navbar-nav .col-md-3,
#quadmenu .quadmenu-navbar-nav .col-md-4,
#quadmenu .quadmenu-navbar-nav .col-md-5,
#quadmenu .quadmenu-navbar-nav .col-md-6,
#quadmenu .quadmenu-navbar-nav .col-md-7,
#quadmenu .quadmenu-navbar-nav .col-md-8,
#quadmenu .quadmenu-navbar-nav .col-md-9,
#quadmenu .quadmenu-navbar-nav .col-md-10,
#quadmenu .quadmenu-navbar-nav .col-md-11,
#quadmenu .quadmenu-navbar-nav .col-md-12,
#quadmenu .quadmenu-navbar-nav .col-md,
#quadmenu .quadmenu-navbar-nav .col-lg-1,
#quadmenu .quadmenu-navbar-nav .col-lg-2,
#quadmenu .quadmenu-navbar-nav .col-lg-3,
#quadmenu .quadmenu-navbar-nav .col-lg-4,
#quadmenu .quadmenu-navbar-nav .col-lg-5,
#quadmenu .quadmenu-navbar-nav .col-lg-6,
#quadmenu .quadmenu-navbar-nav .col-lg-7,
#quadmenu .quadmenu-navbar-nav .col-lg-8,
#quadmenu .quadmenu-navbar-nav .col-lg-9,
#quadmenu .quadmenu-navbar-nav .col-lg-10,
#quadmenu .quadmenu-navbar-nav .col-lg-11,
#quadmenu .quadmenu-navbar-nav .col-lg-12,
#quadmenu .quadmenu-navbar-nav .col-lg,
#quadmenu .quadmenu-navbar-nav .col-xl-1,
#quadmenu .quadmenu-navbar-nav .col-xl-2,
#quadmenu .quadmenu-navbar-nav .col-xl-3,
#quadmenu .quadmenu-navbar-nav .col-xl-4,
#quadmenu .quadmenu-navbar-nav .col-xl-5,
#quadmenu .quadmenu-navbar-nav .col-xl-6,
#quadmenu .quadmenu-navbar-nav .col-xl-7,
#quadmenu .quadmenu-navbar-nav .col-xl-8,
#quadmenu .quadmenu-navbar-nav .col-xl-9,
#quadmenu .quadmenu-navbar-nav .col-xl-10,
#quadmenu .quadmenu-navbar-nav .col-xl-11,
#quadmenu .quadmenu-navbar-nav .col-xl-12,
#quadmenu .quadmenu-navbar-nav .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
}
#quadmenu .quadmenu-navbar-nav .col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#quadmenu .quadmenu-navbar-nav .col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
#quadmenu .quadmenu-navbar-nav .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
#quadmenu .quadmenu-navbar-nav .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
#quadmenu .quadmenu-navbar-nav .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
#quadmenu .quadmenu-navbar-nav .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#quadmenu .quadmenu-navbar-nav .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
#quadmenu .quadmenu-navbar-nav .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#quadmenu .quadmenu-navbar-nav .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
#quadmenu .quadmenu-navbar-nav .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
#quadmenu .quadmenu-navbar-nav .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
#quadmenu .quadmenu-navbar-nav .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
#quadmenu .quadmenu-navbar-nav .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
#quadmenu .quadmenu-navbar-nav .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#quadmenu .quadmenu-navbar-nav .offset-1 {
  margin-left: 8.333333%;
}
#quadmenu .quadmenu-navbar-nav .offset-2 {
  margin-left: 16.666667%;
}
#quadmenu .quadmenu-navbar-nav .offset-3 {
  margin-left: 25%;
}
#quadmenu .quadmenu-navbar-nav .offset-4 {
  margin-left: 33.333333%;
}
#quadmenu .quadmenu-navbar-nav .offset-5 {
  margin-left: 41.666667%;
}
#quadmenu .quadmenu-navbar-nav .offset-6 {
  margin-left: 50%;
}
#quadmenu .quadmenu-navbar-nav .offset-7 {
  margin-left: 58.333333%;
}
#quadmenu .quadmenu-navbar-nav .offset-8 {
  margin-left: 66.666667%;
}
#quadmenu .quadmenu-navbar-nav .offset-9 {
  margin-left: 75%;
}
#quadmenu .quadmenu-navbar-nav .offset-10 {
  margin-left: 83.333333%;
}
#quadmenu .quadmenu-navbar-nav .offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  #quadmenu .quadmenu-navbar-nav .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #quadmenu .quadmenu-navbar-nav .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-0 {
    margin-left: 0%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-1 {
    margin-left: 8.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-2 {
    margin-left: 16.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-3 {
    margin-left: 25%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-4 {
    margin-left: 33.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-5 {
    margin-left: 41.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-6 {
    margin-left: 50%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-7 {
    margin-left: 58.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-8 {
    margin-left: 66.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-9 {
    margin-left: 75%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-10 {
    margin-left: 83.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  #quadmenu .quadmenu-navbar-nav .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-0 {
    margin-left: 0%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-1 {
    margin-left: 8.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-2 {
    margin-left: 16.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-3 {
    margin-left: 25%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-4 {
    margin-left: 33.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-5 {
    margin-left: 41.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-6 {
    margin-left: 50%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-7 {
    margin-left: 58.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-8 {
    margin-left: 66.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-9 {
    margin-left: 75%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-10 {
    margin-left: 83.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  #quadmenu .quadmenu-navbar-nav .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-0 {
    margin-left: 0%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-1 {
    margin-left: 8.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-2 {
    margin-left: 16.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-3 {
    margin-left: 25%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-4 {
    margin-left: 33.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-5 {
    margin-left: 41.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-6 {
    margin-left: 50%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-7 {
    margin-left: 58.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-8 {
    margin-left: 66.666667%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-9 {
    margin-left: 75%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-10 {
    margin-left: 83.333333%;
  }
  #quadmenu .quadmenu-navbar-nav .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
#quadmenu .quadmenu-navbar-nav .hidden {
  display: none !important;
}
@media (max-width: 768px) {
  #quadmenu .quadmenu-navbar-nav .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #quadmenu .quadmenu-navbar-nav .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #quadmenu .quadmenu-navbar-nav .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #quadmenu .quadmenu-navbar-nav .hidden-lg {
    display: none !important;
  }
}
.quadmenu-sticky-wrapper.quadmenu-default_theme {
  background-color: #333333;
}
#quadmenu.quadmenu-default_theme {
  background-color: #333333;
  color: #aaaaaa;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-style: normal;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme.quadmenu-background-gradient {
  background: -webkit-linear-gradient(17deg, #333333 0, #000000 90%);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(17deg, #333333 0, #000000 90%);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(17deg, #333333 0, #000000 90%);
  /*Fx 3.6-15*/
  background: linear-gradient(17deg, #333333 0, #000000 90%);
  /*Standard*/
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form.quadmenu-has-icon:not(.quadmenu-item-type-icon) > a > .quadmenu-item-content {
  padding-left: 41px;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-title {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content .quadmenu-product-price,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content .quadmenu-product-rating,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content .quadmenu-product-price ins,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content .quadmenu-product-rating ins,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content .quadmenu-product-price .woocommerce-Price-currencySymbol,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content .quadmenu-product-rating .woocommerce-Price-currencySymbol,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content .quadmenu-product-price .woocommerce-Price-amount amount,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content .quadmenu-product-rating .woocommerce-Price-amount amount {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-header .quadmenu-navbar-brand {
  margin-top: 0px;
  margin-bottom: 0px;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal.js .quadmenu-navbar-header .quadmenu-navbar-brand {
  height: 60px;
  line-height: 60px;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal.js .quadmenu-navbar-nav > li.quadmenu-item {
  height: 60px;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal.quadmenu-divider-show .quadmenu-navbar-nav > li > a:after,
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal.quadmenu-divider-show .quadmenu-navbar-nav > li.quadmenu-item-type-search > form:after {
  margin-left: 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-tabs > .quadmenu-dropdown-menu > ul > li > ul.quadmenu-tabs > li.quadmenu-item-type-tab {
  background-color: rgba(0, 0, 0, 0.05);
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-tabs > .quadmenu-dropdown-menu > ul > li > ul.quadmenu-tabs > li.quadmenu-item-type-tab:hover,
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav > li.quadmenu-item-type-tabs > .quadmenu-dropdown-menu > ul > li > ul.quadmenu-tabs > li.quadmenu-item-type-tab.open {
  background-color: rgba(0, 0, 0, 0.1);
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav > li > .quadmenu-dropdown-menu {
  margin-top: 0px;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item-type-button > a > .quadmenu-item-content {
  border-radius: 2px 2px 2px 2px;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: #000000;
  border-style: solid;
  background-color: #ffffff;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul > li:first-child,
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul > li:first-child > a {
  border-radius: 0px 0px 0 0;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul > li:last-child,
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul > li:last-child > a {
  border-radius: 0 0 0px 0px;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul > li:only-child,
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu > ul > li:only-child > a {
  border-radius: 0px 0px 0px 0px;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:not(.quadmenu-item-type-tab):not(:last-child):not(:only-child) > a {
  border-color: #f4f4f4;
  border-style: solid;
  border-width: 0 0 1px 0;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-submenu:not(.quadmenu-item-type-tab) > .quadmenu-dropdown-menu {
  margin: 0px 0px 0 0px;
}
#quadmenu.quadmenu-default_theme.quadmenu-sticky-top {
  background-color: rgba(0, 0, 0, 0.95);
}
#quadmenu.quadmenu-default_theme.quadmenu-sticky-top.js .quadmenu-navbar-header .quadmenu-navbar-brand {
  height: 60px;
  line-height: 60px;
}
#quadmenu.quadmenu-default_theme.quadmenu-sticky-top.js .quadmenu-navbar-nav > li.quadmenu-item {
  height: 60px;
}
#quadmenu.quadmenu-default_theme.quadmenu-sticky-top .quadmenu-navbar-brand > img {
  height: 25px;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-brand {
  color: #f1f1f1;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-brand:hover,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-brand:focus {
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-brand.img {
  background-color: transparent;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-brand > img {
  height: 25px;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-toggle.collapsed .icon-bar {
  background-color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-toggle .icon-bar {
  background-color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .ps-container > .ps-scrollbar-y-rail {
  background-color: #ffffff;
}
#quadmenu.quadmenu-default_theme .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
#quadmenu.quadmenu-default_theme .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  background-color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .quadmenu-dropdown-menu .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .quadmenu-dropdown-menu .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
#quadmenu.quadmenu-default_theme .quadmenu-dropdown-menu .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  background-color: #fb88dd;
}
#quadmenu.quadmenu-default_theme.quadmenu-hover-ripple .quadmenu-navbar-nav > li.quadmenu-item.quadmenu-has-link > a:before,
#quadmenu.quadmenu-default_theme.quadmenu-hover-slidebar .quadmenu-navbar-nav > li.quadmenu-item.quadmenu-has-link > a:before {
  background-color: rgba(255, 255, 255, 0.3);
}
#quadmenu.quadmenu-default_theme.quadmenu-hover-ripple .quadmenu-navbar-nav > li.quadmenu-slidebar > .bar,
#quadmenu.quadmenu-default_theme.quadmenu-hover-slidebar .quadmenu-navbar-nav > li.quadmenu-slidebar > .bar {
  background-color: rgba(255, 255, 255, 0.3);
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item.quadmenu-has-link > a:before,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item.quadmenu-has-link > span.bar {
  background-color: rgba(255, 255, 255, 0.3);
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) {
  margin: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
  color: #f1f1f1;
  text-transform: uppercase;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content > .quadmenu-icon {
  color: #eeeeee;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content > .quadmenu-subtitle {
  color: #eeeeee;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content > .quadmenu-badge > .quadmenu-badge-bubble {
  background-color: #fb88dd;
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link {
  background-color: transparent;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open {
  background-color: #111111;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover > a > .quadmenu-item-content,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open > a > .quadmenu-item-content {
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover > a > .quadmenu-item-content > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open > a > .quadmenu-item-content > .quadmenu-icon {
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover > a > .quadmenu-item-content > .quadmenu-subtitle,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open > a > .quadmenu-item-content > .quadmenu-subtitle {
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button > a > .quadmenu-item-content {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button > a > .quadmenu-item-content > .quadmenu-icon {
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button:active > a > .quadmenu-item-content,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button:focus > a > .quadmenu-item-content,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button:hover > a > .quadmenu-item-content,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button.open > a > .quadmenu-item-content {
  color: #383838;
  background-color: #eeeeee;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button:active > a > .quadmenu-item-content > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button:focus > a > .quadmenu-item-content > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button:hover > a > .quadmenu-item-content > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-button.open > a > .quadmenu-item-content > .quadmenu-icon {
  color: #383838;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-search > form ::placeholder {
  color: #f1f1f1;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-search > form input {
  color: #f1f1f1;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-search > form i {
  color: #eeeeee;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-login > .quadmenu-dropdown-menu .quadmenu-bottom-text,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-cart > .quadmenu-dropdown-menu .quadmenu-bottom-text {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: inherit;
  background-color: #f5f5f5;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-login > .quadmenu-dropdown-menu li.woocommerce-mini-cart-item .blockUI.blockOverlay,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-cart > .quadmenu-dropdown-menu li.woocommerce-mini-cart-item .blockUI.blockOverlay {
  background-color: #ffffff !important;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-cart > a > .quadmenu-item-content > .quadmenu-cart-magic > .quadmenu-icon {
  color: #eeeeee;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-cart > a > .quadmenu-item-content > .quadmenu-cart-magic > .quadmenu-cart-qty {
  background-color: #fb88dd;
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-cart:hover > a > .quadmenu-item-content > .quadmenu-cart-magic > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-cart.open > a > .quadmenu-item-content > .quadmenu-cart-magic > .quadmenu-icon {
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-cart.quadmenu-cart-empty > .quadmenu-dropdown-menu .widget_shopping_cart,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-cart.quadmenu-cart-empty > .quadmenu-dropdown-menu .widget_shopping_cart li {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-social > .quadmenu-toggle-container > a {
  color: #f1f1f1;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-social > .quadmenu-toggle-container > a > .quadmenu-icon {
  color: #eeeeee;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-social > .quadmenu-toggle-container > a:hover > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-social > .quadmenu-toggle-container > a:focus > .quadmenu-icon {
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .owl-carousel .owl-dots .owl-dot span {
  background-color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-prev,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-next {
  color: #ffffff;
  background-color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-prev:active,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-next:active,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-prev:focus,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-next:focus,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-prev:hover,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .owl-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #000000;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-login > a > .quadmenu-item-content > .quadmenu-avatar > img {
  height: 25px;
  width: 25px;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-login a {
  color: #444444;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item-type-login a:hover {
  color: #333333;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu {
  background-color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .quadmenu-title {
  color: #444444;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fb88dd;
  margin-bottom: 15px;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu form ::placeholder {
  color: #444444;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu input,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu textarea,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu select,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .button {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: inherit;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .button {
  color: #ffffff;
  background-color: #fb88dd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .button:hover,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu .button.active {
  color: #ffffff;
  background-color: #000000;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a {
  border-color: #f4f4f4;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content {
  color: #444444;
  text-transform: none;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-icon {
  color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-subtitle,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-description {
  color: #a0a0a0;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a > .quadmenu-item-content > .quadmenu-badge > .quadmenu-badge-bubble {
  background-color: #fb88dd;
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:hover > a > .quadmenu-item-content,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.open > a > .quadmenu-item-content {
  color: #333333;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:hover > a > .quadmenu-item-content > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-icon {
  color: #a9a9a9;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:hover > a > .quadmenu-item-content > .quadmenu-description,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-description,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:hover > a > .quadmenu-item-content > .quadmenu-subtitle,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-subtitle {
  color: #cccccc;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.quadmenu-has-link:hover,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item.quadmenu-has-link.open {
  background-color: #f4f4f4;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button > a > .quadmenu-item-content {
  color: #ffffff;
  background-color: #fb88dd;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button > a > .quadmenu-item-content > .quadmenu-icon {
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button:active > a > .quadmenu-item-content,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button:focus > a > .quadmenu-item-content,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button:hover > a > .quadmenu-item-content,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button.open > a > .quadmenu-item-content {
  color: #ffffff;
  background-color: #000000;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button:active > a > .quadmenu-item-content > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button:focus > a > .quadmenu-item-content > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button:hover > a > .quadmenu-item-content > .quadmenu-icon,
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item-type-button.open > a > .quadmenu-item-content > .quadmenu-icon {
  color: #ffffff;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-collapse.collapsing,
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-collapse.in {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-login > .quadmenu-dropdown-menu,
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-cart > .quadmenu-dropdown-menu {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-login > .quadmenu-dropdown-menu .quadmenu-bottom-text,
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-cart > .quadmenu-dropdown-menu .quadmenu-bottom-text {
  margin-top: 30px;
  margin-bottom: -30px;
  margin-left: -30px;
  margin-right: -30px;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-login > .quadmenu-dropdown-menu > ul {
  width: auto;
  margin: 0 -30 0 -30;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-cart.quadmenu-cart-empty > .quadmenu-dropdown-menu .widget_shopping_cart {
  padding-bottom: 30px;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-cart > .quadmenu-dropdown-menu .quadmenu-empty-icon {
  padding-top: 30px;
  padding-bottom: 30px;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-social > .quadmenu-toggle-container > a {
  padding-left: 30;
  padding-right: 30;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item:not(.open):not(:last-child):not(:only-child) > a {
  border-color: transparent;
  border-style: none;
  border-width: 0 0 0px 0;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item .owl-carousel:not(:last-child):not(:only-child) {
  border-color: transparent;
  border-style: none;
  border-width: 0 0 0px 0;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav > li.quadmenu-item-type-search > form > .quadmenu-item-content {
  margin: 15px 30px 15px 30px;
  padding: 0;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-dropdown form .quadmenu-item-content + .quadmenu-item-content {
  margin-top: 15px;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content,
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content > .quadmenu-caret {
  padding: 15px 30px 15px 30px;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-widget {
  padding: 15px 30px 15px 30px;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-caret {
  color: #444444;
  background-color: #ffffff;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item-type-button {
  padding-left: 30px;
  padding-right: 30px;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-dropdown-menu {
  border-color: transparent;
  border-style: none;
  border-width: 0 0 0px 0;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:not(:last-child):not(:only-child) > a {
  border-style: solid;
  border-width: 0 0 1px 0;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item .owl-carousel:not(:last-child):not(:only-child) {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #f4f4f4;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal).quadmenu-background-gradient .navbar-offcanvas {
  background: -webkit-linear-gradient(17deg, #333333 0, #000000 90%);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(17deg, #333333 0, #000000 90%);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(17deg, #333333 0, #000000 90%);
  /*Fx 3.6-15*/
  background: linear-gradient(17deg, #333333 0, #000000 90%);
  /*Standard*/
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .navbar-offcanvas {
  background-color: #333333;
  width: 260px;
  max-width: 80%;
}
/* visual styles */
.relevanssi-live-search-results {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  border-radius: 3px;
  width: 315px;
  min-height: 175px;
  max-height: 300px;
}

.relevanssi-live-search-result p,
.relevanssi-live-search-result-status p {
  font-size: 0.9em;
  padding: 1em;
  margin: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.relevanssi-live-search-result-status p {
  font-size: 0.8em;
  padding: 0 1em;
}

.relevanssi-live-search-result--focused {
  background: #ddd;
}

.relevanssi-live-search-result--focused a {
  color: #000;
}

.relevanssi-live-search-result:last-of-type p {
  border-bottom: 0;
}

.relevanssi-live-search-result a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Bullet proof Screen Reader Only text */
.relevanssi-live-search-instructions {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.rlv-has-spinner {
  width: 56px;
  height: 56px;
  border: 8px solid #0052ec;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 1em auto;
}
.rlv-has-spinner::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0052ec;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 33px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}