/* Theme Name: DasCoding WP *//* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Fixes for img and svg
   Add box-sizing: border-box
   Add clearfix
   Link decoration disable
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "acumin-pro-condensed", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
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;
}

img {
  max-width: 100%;
}

svg {
  max-height: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.header_childMenu-1 {
  background-color: #7e7a7aa8;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px !important;
  padding-bottom: 5px;
  width: fit-content;
  display: inline-block;
}

.header_childLink {
  /* 	font-size:12px !important; */
}

.header_childMenu-1::active {
  background-color: #7e7a7aa8;
}

@media (max-width: 480px) {
  .header_childMenu-1 {
    background-color: #fff;
  }
}


.filter-block label[for="filter-supplementation-fr-2"],
.filter-block label[for="filter-anti-inflammatoire-fr"],
.filter-block label[for="filter-equine-fr"] {
  display: none !important;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* =========================== Typography Scale =========================== */
:root {
  --font-acumin: "acumin-pro-condensed", sans-serif;
  --col-1: 8.333333%;
  --col-2: 16.666666%;
  --col-3: 25%;
  --col-4: 33.333333%;
  --col-5: 41.666666%;
  --col-6: 50%;
  --col-7: 58.333333%;
  --col-8: 66.666666%;
  --col-9: 75%;
  --col-10: 83.333333%;
  --col-11: 91.666666%;
  --col-12: 100%;
}

h1,
.the_content h1,
.type-h1 {
  font-family: var(--font-acumin);
  font-weight: 700;
  font-size: 118px;
  line-height: 102px;
  letter-spacing: 0;
}

h2,
.the_content h2,
.type-h2 {
  font-family: var(--font-acumin);
  font-weight: 800;
  font-size: 94px;
  line-height: 84px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

h3,
.the_content h3,
.type-h3 {
  font-family: var(--font-acumin);
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

h4,
.the_content h4,
.type-h4 {
  font-family: var(--font-acumin);
  font-weight: 800;
  font-size: 36px;
  line-height: 34px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

h5,
.the_content h5,
.type-h5 {
  font-family: var(--font-acumin);
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

p,
.the_content p,
.type-p1,
.type-p2,
.type-p3 {
  font-family: var(--font-acumin);
  font-weight: 400;
  margin: 0;
  font-size: 22px;
  margin-bottom: 16px;
}


@media (max-width: 768px) {
  h1,
  .the_content h1,
  .type-h1 {
    font-size: 72px;
    line-height: 62px;
  }

  h2,
  .the_content h2,
  .type-h2 {
    font-size: 58px;
    line-height: 52px;
  }

  h3,
  .the_content h3,
  .type-h3 {
    font-size: 36px;
    line-height: 38px;
  }

  h4,
  .the_content h4,
  .type-h4 {
    font-size: 28px;
    line-height: 26px;
  }

  h5,
  .the_content h5,
  .type-h5 {
    font-size: 20px;
    line-height: 22px;
  }

  p.type-p1 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  p.type-p2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  p.type-p3 {
    font-size: 16px;
    line-height: 18px;
  }
}
/* ======================== End Typography Scale ========================= */

.box {
  width: 100%;
  max-width: 1386px;
  margin: 0 auto;
  font-size: 0;
}

.row {
  width: 100%;
  max-width: 1386px;
  margin: 0 auto;
  font-size: 0;
}

.box-f {
  margin: 0 -20px;
  font-size: 0;
}

.row-f {
  width: 100%;
  max-width: 1386px;
  margin: 0 auto;
  font-size: 0;
  margin: 0 -20px;
  padding: 0;
}

:is(.box-flex, .box-flex-center, .dflex, .dflex-between, .dflex-between-center) {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.box-flex {
  max-width: 1386px;
  margin: 0 auto;
  font-size: 16px;
}

.lay-padding {
  padding: 0 20px;
}

.lay-margin {
  margin: 0 -20px;
}

.dflex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.dflex-between-center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.box-flex-center {
  max-width: 1386px;
  margin: 0 auto;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.m0a {
  margin: 0 auto;
}

.center {
  text-align: center;
}

.f0 {
  font-size: 0;
}

.f1 {
  font-size: 16px;
}

.db {
  display: block;
}

.dn {
  display: none;
}

.dinl {
  display: inline-block;
}

.dinl-top {
  display: inline-block;
  vertical-align: top;
}

.dinl-mid {
  display: inline-block;
  vertical-align: middle;
}

.dinl-bot {
  display: inline-block;
  vertical-align: bottom;
}

.grid {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.minvh100 {
  min-height: 100vh;
}

/* GRIDS */
.g0 {
  width: 0px;
  overflow: hidden;
  height: 0px;
  padding: 0 !important;
}

.g1 {
  width: var(--col-1) !important;
}

.g2 {
  width: var(--col-2) !important;
}

.g3 {
  width: var(--col-3) !important;
}

.g4 {
  width: var(--col-4) !important;
}

.g5 {
  width: var(--col-5) !important;
}

.g6 {
  width: var(--col-6) !important;
}

.g7 {
  width: var(--col-7) !important;
}

.g8 {
  width: var(--col-8) !important;
}

.g9 {
  width: var(--col-9) !important;
}

.g10 {
  width: var(--col-10) !important;
}

.g11 {
  width: var(--col-11) !important;
}

.g12 {
  width: var(--col-12) !important;
}

.a-0,
.a-1,
.a-2,
.a-3,
.a-4,
.a-5,
.a-6,
.a-7,
.a-8,
.a-9,
.a-10,
.a-11,
.a-12,
.s-1,
.s-2,
.s-3,
.s-4,
.s-5,
.s-6,
.s-7,
.s-8,
.s-9,
.s-10,
.s-11,
.s-12,
.xs-0,
.xs-1,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9,
.xs-10,
.xs-11,
.xs-12,
.sm-0,
.sm-1,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8,
.sm-9,
.sm-10,
.sm-11,
.sm-12,
.md-0,
.md-1,
.md-2,
.md-3,
.md-4,
.md-5,
.md-6,
.md-7,
.md-8,
.md-9,
.md-10,
.md-11,
.md-12,
.lg-0,
.lg-1,
.lg-2,
.lg-3,
.lg-4,
.lg-5,
.lg-6,
.lg-7,
.lg-8,
.lg-9,
.lg-10,
.lg-11,
.lg-12 {
  width: 100%;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

.a-0 {
  width: 0;
  overflow: hidden;
  height: 0;
  padding: 0 !important;
}

.a-1 {
  width: var(--col-1) !important;
}

.a-2 {
  width: var(--col-2) !important;
}

.a-3 {
  width: var(--col-3) !important;
}

.a-4 {
  width: var(--col-4) !important;
}

.a-5 {
  width: var(--col-5) !important;
}

.a-6 {
  width: var(--col-6) !important;
}

.a-7 {
  width: var(--col-7) !important;
}

.a-8 {
  width: var(--col-8) !important;
}

.a-9 {
  width: var(--col-9) !important;
}

.a-10 {
  width: var(--col-10) !important;
}

.a-11 {
  width: var(--col-11) !important;
}

.a-12 {
  width: var(--col-12) !important;
}

:is(.row-f, .box-flex, .box-flex-center, .box, .box-f) :is(.a-1, .a-2, .a-3, .a-4, .a-5, .a-6, .a-7, .a-8, .a-9, .a-10, .a-11, .a-12, .lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12, .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12, .sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12, .xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12, .s-1, .s-2, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12) {
  padding: 0 20px;
}

/* MARGINS */
.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mv10 {
  margin: 10px 0;
}

.mv16 {
  margin: 16px 0;
}

.mv20 {
  margin: 20px 0;
}

.mv30 {
  margin: 30px 0;
}

.mv40 {
  margin: 40px 0;
}

.mv50 {
  margin: 50px 0;
}

.mv60 {
  margin: 60px 0;
}

.mv80 {
  margin: 60px 0;
}

.mv100 {
  margin: 100px 0;
}/* BIG MARGINS */.mb200 {
  margin-bottom: 200px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt10 {
  margin-top: 10px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.m0-10 {
  margin: 0 -10px;
}

.m0-16 {
  margin: 0 -16px;
}

.m0-20 {
  margin: 0 -20px;
}

.m0-30 {
  margin: 0 -30px;
}

.m10 {
  margin: 10px;
}

.m16 {
  margin: 16px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m60 {
  margin: 60px;
}

.m80 {
  margin: 80px;
}

.m100 {
  margin: 100px;
}/* PADDINGS */.pb10 {
  padding-bottom: 10px;
}

.pb16 {
  padding-bottom: 16px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.pv10 {
  padding: 10px 0;
}

.pv16 {
  padding: 16px 0;
}

.pv20 {
  padding: 20px 0;
}

.pv30 {
  padding: 30px 0;
}

.pv40 {
  padding: 40px 0;
}

.pv60 {
  padding: 60px 0;
}

.pv80 {
  padding: 80px 0;
}

.pv100 {
  padding: 100px 0;
}/* BIG PADDINGS */.pb200 {
  padding-bottom: 200px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb120 {
  padding-bottom: 120px;
}

.pt10 {
  padding-top: 10px;
}

.pt16 {
  padding-top: 16px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.ph6 {
  padding: 0 6px;
}

.ph10 {
  padding: 0 10px;
}

.ph16 {
  padding: 0 16px;
}

.ph20 {
  padding: 0 20px;
}

.ph30 {
  padding: 0 30px;
}

.ph40 {
  padding: 0 40px;
}

.p10 {
  padding: 10px;
}

.p16 {
  padding: 16px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p60 {
  padding: 60px;
}

.p80 {
  padding: 80px;
}

.p100 {
  padding: 100px;
}/* TEXT */.size4 {
  font-size: 4px;
  line-height: 1;
}

.size5 {
  font-size: 5px;
  line-height: 1;
}

.size6 {
  font-size: 6px;
  line-height: 1;
}

.size7 {
  font-size: 7px;
  line-height: 1;
}

.size8 {
  font-size: 8px;
  line-height: 1;
}

.size9 {
  font-size: 9px;
  line-height: 1;
}

.size10 {
  font-size: 10px;
  line-height: 1;
}

.size11 {
  font-size: 11px;
  line-height: 1;
}

.size12 {
  font-size: 12px;
  line-height: 1;
}

.size13 {
  font-size: 13px;
  line-height: 1;
}

.size14 {
  font-size: 14px;
  line-height: 1;
}

.size15 {
  font-size: 15px;
  line-height: 1;
}

.size16 {
  font-size: 16px;
  line-height: 1;
}

.size17 {
  font-size: 17px;
  line-height: 1;
}

.size18 {
  font-size: 18px;
  line-height: 1;
}

.size19 {
  font-size: 19px;
  line-height: 1;
}

.size20 {
  font-size: 20px;
  line-height: 1;
}

.size21 {
  font-size: 21px;
  line-height: 1;
}

.size22 {
  font-size: 22px;
  line-height: 1;
}

.size23 {
  font-size: 23px;
  line-height: 1;
}

.size24 {
  font-size: 24px;
  line-height: 1;
}

.size25 {
  font-size: 25px;
  line-height: 1;
}

.size26 {
  font-size: 26px;
  line-height: 1;
}

.size27 {
  font-size: 27px;
  line-height: 1;
}

.size28 {
  font-size: 28px;
  line-height: 1;
}

.size29 {
  font-size: 29px;
  line-height: 1;
}

.size30 {
  font-size: 30px;
  line-height: 1;
}

.size31 {
  font-size: 31px;
  line-height: 1;
}

.size32 {
  font-size: 32px;
  line-height: 1;
}

.size33 {
  font-size: 33px;
  line-height: 1;
}

.size34 {
  font-size: 34px;
  line-height: 1;
}

.size35 {
  font-size: 35px;
  line-height: 1;
}

.size36 {
  font-size: 36px;
  line-height: 1;
}

.size37 {
  font-size: 37px;
  line-height: 1;
}

.size38 {
  font-size: 38px;
  line-height: 1;
}

.size39 {
  font-size: 39px;
  line-height: 1;
}

.size40 {
  font-size: 40px;
  line-height: 1;
}

.text {
  font-size: 16px;
  line-height: 1.2em;
}

.text-min {
  font-size: 14px;
  line-height: 1.2em;
}

.text-big {
  font-size: 18px;
  line-height: 1.2em;
}

.title {
  font-size: 20px;
  line-height: 1.2em;
}

.title-big {
  font-size: 24px;
  line-height: 1.2em;
}

.caption {
  font-size: 28px;
  line-height: 1.2em;
}

.caption-big {
  font-size: 32px;
  line-height: 1.2em;
}

.head_text {
  font-size: 48px;
  line-height: 1;
}

.cursor {
  cursor: pointer;
}

.text-underline {
  border-bottom: 2px solid currentColor;
}

.underline {
  text-decoration: underline;
}

.underline-hover:hover {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.light {
  font-weight: 200;
}

.regular {
  font-weight: 400;
}

.line0 {
  line-height: 0;
}

.line1 {
  line-height: 1;
}

.lineh {
  line-height: 1.2em;
}

.lineh-big {
  line-height: 1.5em;
}

.lineh-max {
  line-height: 2em;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  white-space: normal;
}/* USEFULL */.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.af-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.yf-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.y-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.x-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.t-center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.a-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cover-img {
  position: relative;
  overflow: hidden;
}

.cover-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  max-width: 150%;
  max-height: 150%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll-y {
  overflow-y: auto;
}

.zoom-bgimg {
  position: relative;
  overflow: hidden;
}

.zoom-bgimg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-position: center;
  background-size: cover;
}

.zoom-bgimg .img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.full-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.black_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.justify {
  text-align: justify;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: #F0F0F0;
}

.white {
  color: #fff;
}

.whiteHalf {
  color: rgba(255, 255, 255, 0.7);
}

.black {
  color: #000;
}

.dark {
  color: #42474a;
}

.red {
  color: #cf352f;
}

.site {
  position: relative;
  padding: 0px 30px 0 30px;
  background: #efefef;
}

.page {
  position: relative;
  min-height: 1000px;
}

.text {
  font-size: 16px;
  line-height: 19px;
}

.text--lineh {
  line-height: 30px;
}

.text--lineh-big {
  line-height: 35px;
}

.text-big {
  font-size: 18px;
  line-height: 22px;
}

.text-big--lineh {
  line-height: 35px;
}

.text-min {
  font-size: 14px;
  line-height: 16px;
}

.text-min--lineh {
  line-height: 24px;
}

.text-20 {
  font-size: 20px;
  line-height: 26px;
}

.text-20--lineh {
  line-height: 32px;
}

.text-22 {
  font-size: 22px;
  line-height: 29px;
}

.text-22--lineh {
  line-height: 40px;
}

.text-24 {
  font-size: 24px;
  line-height: 30px;
}

.text-24--lineh {
  line-height: 35px;
}

.text-27 {
  font-size: 27px;
  line-height: 34px;
}

.text-12 {
  font-size: 12px;
  line-height: 14px;
}

.caption-65 {
  font-weight: 900;
  font-size: 65px;
  line-height: 87px;
}

.caption-45 {
  font-weight: 900;
  font-size: 45px;
  line-height: 60px;
}

.caption-40 {
  font-weight: 900;
  font-size: 40px;
  line-height: 53px;
}

.caption-35 {
  font-weight: 900;
  font-size: 35px;
  line-height: 45px;
}

.caption-30 {
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
}

.caption-24 {
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
}

.caption-22 {
  font-weight: 900;
  font-size: 22px;
  line-height: 29px;
}

.the_content {
  font-size: 16px;
  color: #42474a;
  line-height: 30px;
}



.the_content p {
  margin-bottom: 6px;
  word-wrap: break-word;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

.the_content h6 {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
}


.the_content ul {
  list-style: disc;
  list-style-position: inside;
  margin: 20px 0;
}

.the_content li {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 300;
}

.the_content i,.the_content em {
  font-style: italic;
}

.the_content b,.the_content strong {
  font-weight: 700;
}

.the_content a {
  color: #cf352f;
}

.the_content a:hover {
  text-decoration: underline;
}

.the_content table,.the_content tr,.the_content td {
  border: 1px solid transparent;
}

.the_content table {
  width: 100%;
  margin: 20px 0;
}

.the_content td {
  padding: 8px;
}

.the_content tr:nth-child(even) {
  background: #212121;
}

.the_content img {
  max-width: 100%;
  height: auto;
}

.the_content img.aligncenter {
  display: block;
  margin: 0 auto;
}

.the_content img.alignright {
  float: right;
}

.qtranxs-available-languages-message {
  display: none;
}

header {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 20;
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 50px 15px 25px;
  background: rgba(0, 0, 0, 0.6);
}

.header_logo svg {
  width: 190px;
  height: 60px;
}

.socials--header .social {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.socials--header .social:last-child {
  margin-right: 0 !important;
}

.socials--header .social .st0, .socials--header .social svg {
  width: 20px;
  height: 20px;
  fill: #fff !important;
}

.header_parentMenu {
  margin: 0 auto;
}

.header_parentMenu .header_parentLi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}

.header_parentMenu .header_parentLi:hover .header_childMenu {
  visibility: visible;
  opacity: 1;
}

.header_parentMenu .header_parentLink,.header_parentMenu .header_childLink {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.header_parentMenu .header_childMenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  padding-top: 14px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.header_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-transition: 420ms all cubic-bezier(0, 0.84, 0.07, 0.99);
  transition: 420ms all cubic-bezier(0, 0.84, 0.07, 0.99);
}

.header_mobile-toggle svg {
  height: 24px;
  width: 24px;
  fill: #fff !important;
}

.header_mobile-toggle--inside {
  text-align: right;
  margin: 33px 0px 40px 0;
}

.header_mobile-toggle--inside svg * {
  fill: #cf352f !important;
}

.header_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: 420ms all cubic-bezier(0, 0.84, 0.07, 0.99);
  transition: 420ms all cubic-bezier(0, 0.84, 0.07, 0.99);
  z-index: 6;
}

.langs {
  height: 30px;
  text-align: right;
  padding: 7px 50px 0 0px;
}

.langs .language-chooser-item {
  margin-right: 10px;
}

.langs .language-chooser-item:last-child {
  margin-right: 0;
}

.langs .language-chooser-item a {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  color: #42474a;
}

.header--red .header {
  background: transparent;
}

.header--red .header_mobile-toggle svg * {
  fill: #cf352f !important;
}

footer {
  background: #efefef;
  padding: 40px 25px 20px 25px;
}

.footer {
  max-width: 1670px;
  margin: 0 auto;
}

.footer_logo {
  display: block;
}

.footer_logo svg {
  width: 185px;
  height: 60px;
}

.footer_parentMenu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.footer_parentMenu .footer_parentLi {
  width: 33.333333%;
  margin-bottom: 12px;
  padding-right: 10px;
}

.footer_parentMenu .footer_parentLink {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  color: #5f6060;
  line-height: 18px;
}

.socials--footer .social {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.socials--footer .social svg {
  width: 20px;
  height: 20px;
  fill: #5f6060 !important;
}

.socials--footer .social svg * {
  fill: #5f6060 !important;
}

.footer_content {
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  color: #5f6060;
  padding-left: 38px;
}

.footer_content p {
  margin-bottom: 15px;
}

.footer_content .footer_content_icon {
  position: absolute;
  top: 0;
  left: 0;
}

.footer_content .footer_content_icon svg {
  width: 20px;
  height: 20px;
  fill: #5f6060 !important;
}

.footer_hr {
  height: 4px;
  background: #ed1941;
}

.footer_hr--top {
  margin-bottom: 4px;
  margin-left: 1px;
}

.footer_hr--bottom {
  margin-right: 1px;
}

.footer_copy {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #5f6060;
}

.welcome {
  position: relative;
  height: 360px;
  background: #42474a;
}

.welcome--big {
  height: 460px;
}

.welcome:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.welcome .welcome_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  max-width: 570px;
  height: 165px;
  color: #fff;
  padding: 0px 10px 0 10px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
  z-index: 3;
}

.welcome .welcome_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 78px;
}

.img-box {
  position: relative;
  overflow: hidden;
  background: #42474a;
}

.img-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.img-box--toright {
  margin-right: -100px;
}

.img-box--toleft {
  margin-left: -100px;
}

.img-box--front {
  z-index: 2;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  background: #cf352f;
  color: #fff;
  border: 1px solid #fff;
  outline: 3px solid #cf352f;
  min-width: 200px;
  padding: 16px 15px 15px 15px;
  text-shadow: none;
  -webkit-transition: 420ms all cubic-bezier(0, 0.84, 0.07, 0.99);
  transition: 420ms all cubic-bezier(0, 0.84, 0.07, 0.99);
  cursor: pointer;
}

.btn:hover {
  outline: 3px solid #fff;
  border: 1px solid transparent;
}

.btn:hover .btn_angle {
  left: 6px;
}

.btn .btn_angle {
  position: relative;
  left: 0;
  -webkit-transition: 100ms all ease;
  transition: 100ms all ease;
}

.btn .btn_angle svg {
  width: 9px;
  height: 14px;
}

.btn .btn_angle svg * {
  fill: #fff !important;
}

.float-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% + 40px);
  right: -40px;
  padding: 70px 50px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.float-block--pad {
  padding: 10px 20px;
}

.float-block--right {
  right: none;
  left: -40px;
}



.about_big-icon svg {
  width: 250px;
  height: 250px;
}

.about_big-icon--left {
  float: left;
  margin: 0 30px 30px 0;
}

.about_big-icon--right {
  float: right;
  margin: 0 0px 30px 30px;
}

.about_big-icon.fill-red svg * {
  fill: #cf352f !important;
}

.contact-infobox-wrapper {
  text-align: left;
}

.contact-info {
  margin-bottom: 40px;
  white-space: nowrap;
}

.contact-info .contact-info_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.contact-info .contact-info_icon svg {
  width: 28px;
  height: 28px;
}

.contact-info .contact-info_icon svg * {
  fill: #cf352f !important;
}

.contact-info .contact-info_text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2em;
  font-size: 18px;
  line-height: 22px;
  line-height: 30px;
  color: #42474a;
  max-width: 100%;
  white-space: normal;
}

.contact-info .contact-info_text--lineh {
  line-height: 35px;
}

.contact-form {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 0 30px 30px 30px;
}

.contact-form .input {
  margin-bottom: 15px;
}

.contact-form .btn {
  margin-top: 15px;
}

.input {
  width: 100%;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 16px;
  font-size: 14px;
}

.input.wrong {
  border: 1px solid #cf352f;
}

.page--welcome-less {
  padding-top: 160px;
}

.team_delim {
  position: relative;
  border-top: 7px solid #cf352f;
  border-bottom: 7px solid #cf352f;
  height: 21px;
  width: 66px;
  margin-bottom: 30px;
  margin-left: 29px;
  z-index: 2;
}

.team_img {
  position: relative;
  z-index: 2;
}

.team_img:before {
  position: absolute;
  display: block;
  top: 124px;
  left: -249px;
  right: -20px;
  bottom: -80px;
  background: #efefef;
  z-index: -1;
}

.team-back-btn {
  font-size: 18px;
  line-height: 1;
  color: #cf352f;
}

.team-back-btn .team-back-btn_icon {
  line-height: 13px;
  margin-right: 6px;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.team-back-btn .team-back-btn_icon svg {
  width: 14px;
  height: 13px;
}

.team-back-btn .team-back-btn_icon svg * {
  fill: #cf352f !important;
}

.team-back-btn:hover .team-back-btn_icon {
  margin-right: 12px;
}

.team-back-btn .team-back-btn_text {
  text-decoration: underline;
}

.team-member-btn {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 240px;
  width: 32px;
  height: 32px;
  border: 2px solid #cf352f;
  border-radius: 100%;
  z-index: 3;
}

.team-member-btn--prev {
  left: -100px;
}

.team-member-btn--next {
  right: -100px;
}

.team-member-btn svg {
  height: 18px;
  width: 11px;
}

.team-member-btn svg * {
  fill: #cf352f;
}

.product-card {
  margin-bottom: 60px;
  padding: 20px;
  background: #f7f7f7;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.product-card .product-card_slider-wrapper {
  position: relative;
  padding-top: 100%;
}

.product-card .product-card_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-card .product-card_slider div {
  height: 100%;
}

.product-card .product-card_slider .product-card_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 20px 36px 20px;
  background: #fff;
}

.product-card .product-card_slider .product-card_img img {
  max-height: 100%;
}

.product-card .product-card_slider .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 12px;
}

.product-card .product-card_slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 2px solid #dfe1e8;
  border-radius: 100%;
  margin: 0 6px;
}

.product-card .product-card_slider .slick-dots li.slick-active {
  background: #dfe1e8;
}

.product-card .product-card_slider .slick-dots button {
  display: none;
}

.product-card .product-card_title {
  min-height: 44px;
}

.product-card .product-card_text {
  min-height: 38px;
}

.product-cards {
  position: relative;
  overflow-x: hidden;
  z-index: 2;
}

.product-cards:before {
  position: absolute;
  display: block;
  top: 240px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #efefef;
  z-index: -1;
}

.products-pagination {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.products-pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  color: #cf352f;
}

.products-pagination .page-numbers.current {
  color: #42474a;
}

.products-pagination .prev,.products-pagination .next {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

.products-pagination .prev svg,.products-pagination .next svg {
  width: 24px;
  height: 16px;
}

.single-product-slider-for-wrapper {
  position: relative;
  /*padding-top: 100%;*/
}

.single-product-slider-for {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-product-slider-for div {
  height: 100%;
}

.product-card-single_img-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  display: flex !important;
  border: 1px dashed #e1e1e3;
  padding: 30px;
}

.product-card-single_img-big img {
  /*max-height: 100%;*/
  max-height: 500px;
}
/*@media screen and (min-width: 600px) {*/
/*    .product-card-single_img-big img {*/
/*      max-height: 100%;*/
/*    }*/
/*}*/

.product-card-single_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px dashed #e1e1e3;
  width: 150px;
  height: 150px;
  padding: 3px;
  cursor: pointer;
}

.product-card-single_img img {
  max-height: 100%;
}


.single-product-slider {
  max-width: 600px;
  background: #fff;
}

.single-product-slider-nav {
  margin-top: 40px;
}

.product-card-single_img-wrapper{
  margin: 0 40px;
  width: 107px !important;
}
.news-card {
  padding: 40px;
  background: #f7f7f7;
  border-bottom: 2px solid #cf352f;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.news-card:hover {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
}

.news-card .news-card_title {
  margin-bottom: 10px;
}

.news-card .news-card_title a {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #42474a;
}

.news-card .news-card_title a--lineh {
  line-height: 40px;
}

.news-card .news-card_date {
  line-height: 1.2em;
  font-size: 16px;
  line-height: 19px;
  color: #42474a;
  margin-bottom: 10px;
}

.news-card .news-card_date--lineh {
  line-height: 30px;
}

.news-card .news-card_date--lineh-big {
  line-height: 35px;
}

.news-card .news-card_intro {
  line-height: 1.2em;
  font-size: 16px;
  line-height: 19px;
  color: #42474a;
  line-height: 30px;
  min-height: 120px;
}

.news-card .news-card_intro--lineh {
  line-height: 30px;
}

.news-card .news-card_intro--lineh-big {
  line-height: 35px;
}

.news-card .news_img {
  display: block;
  position: relative;
  padding-top: 56.25%;
  border: 6px solid #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.news-card .news_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.news-card .news_img:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.news-card .news-card_more {
  line-height: 1.2em;
  font-size: 14px;
  line-height: 16px;
  color: #cf352f;
}

.news-card .news-card_more--lineh {
  line-height: 24px;
}

.news-card .news-card_more:hover {
  text-decoration: underline;
}

.news-card .news-card_more svg {
  margin-left: 4px;
}

.news-card .news-card_more svg * {
  fill: #cf352f !important;
}

.news_img-wrapper {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.news_img-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  top: 60px;
  left: -400px;
  right: -20px;
  bottom: 0;
  background: #efefef;
  z-index: -1;
}

.news_img-wrapper img {
  max-height: 800px;
}

.news_hr {
  height: 2px;
  background: #999;
}

.news_shares_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-right: 20px;
  color: #999;
}

.share_item {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  margin-right: 20px;
  cursor: pointer;
}

.share_item svg {
  height: 20px;
  width: 20px;
}

.share_item svg * {
  fill: #999 !important;
}

.share_item:hover svg * {
  fill: #000 !important;
}

.table-resources {
  border-collapse: collapse;
  border: 1px solid #999;
  width: 100%;
}

.table-resources tr,.table-resources td {
  border: 1px solid #999;
}

.table-resources tr:nth-child(even) {
  background: #f7f7f7;
}

.table-resources tr:hover {
  background: #eee;
}

.table-resources td {
  line-height: 1.2em;
  font-size: 14px;
  line-height: 16px;
  padding: 10px;
}

.table-resources td--lineh {
  line-height: 24px;
}

.table-resources td:last-child {
  text-align: center;
  width: 100px;
}

.table-resources td a {
  color: #cf352f;
}

.table-resources td a:hover {
  text-decoration: underline;
}

.resources_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 60px 40px 40px 40px;
  width: 90%;
  max-width: 450px;
  background: #fff;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.resources_popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  z-index: 29;
}

.filters .filter-block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 20px;
}



span.wpcf7-not-valid-tip {
  position: relative;
  top: -14px;
}

.contact-label {
  display: block;
  text-align: left;
  margin-bottom: 4px;
  padding-left: 16px;
  font-size: 14px;
  color: #444;
}

.research-wrapper {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  width: 100%;
}

.research-wrapper .research_head {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  background: #cf352f;
  opacity: 0.9;
  padding: 10px 14px;
  color: #fff;
}

.research-wrapper .research_content {
  padding: 20px 14px;
  background: rgba(218, 218, 218, 0.45);
}

.front-news-block {
  position: relative;
  padding-bottom: 80px;
}

.canada-make-float {
  position: absolute;
  right: -145px;
  bottom: -25px;
  z-index: 3;
}

.canada-make-float svg {
  width: 285px;
  height: 285px;
}

.canada-make-float svg * {
  fill: #cf352f !important;
}

.about-content {
  padding-right: 20px;
}

.about-content2 {
  padding-left: 10px;
}

.home-second-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}


@media screen and (min-width: 320px) {
  .s-1 {
    width: var(--col-1) !important;
  }

  .s-2 {
    width: var(--col-2) !important;
  }

  .s-3 {
    width: var(--col-3) !important;
  }

  .s-4 {
    width: var(--col-4) !important;
  }

  .s-5 {
    width: var(--col-5) !important;
  }

  .s-6 {
    width: var(--col-6) !important;
  }

  .s-7 {
    width: var(--col-7) !important;
  }

  .s-8 {
    width: var(--col-8) !important;
  }

  .s-9 {
    width: var(--col-9) !important;
  }

  .s-10 {
    width: var(--col-10) !important;
  }

  .s-11 {
    width: var(--col-11) !important;
  }

  .s-12 {
    width: var(--col-12) !important;
  }
}

@media screen and (min-width: 540px) {
  .xs-1 {
    width: var(--col-1) !important;
  }

  .xs-2 {
    width: var(--col-2) !important;
  }

  .xs-3 {
    width: var(--col-3) !important;
  }

  .xs-4 {
    width: var(--col-4) !important;
  }

  .xs-5 {
    width: var(--col-5) !important;
  }

  .xs-6 {
    width: var(--col-6) !important;
  }

  .xs-7 {
    width: var(--col-7) !important;
  }

  .xs-8 {
    width: var(--col-8) !important;
  }

  .xs-9 {
    width: var(--col-9) !important;
  }

  .xs-10 {
    width: var(--col-10) !important;
  }

  .xs-11 {
    width: var(--col-11) !important;
  }

  .xs-12 {
    width: var(--col-12) !important;
  }
}

@media screen and (min-width: 768px) {
  .sm-1 {
    width: var(--col-1) !important;
  }

  .sm-2 {
    width: var(--col-2) !important;
  }

  .sm-3 {
    width: var(--col-3) !important;
  }

  .sm-4 {
    width: var(--col-4) !important;
  }

  .sm-5 {
    width: var(--col-5) !important;
  }

  .sm-6 {
    width: var(--col-6) !important;
  }

  .sm-7 {
    width: var(--col-7) !important;
  }

  .sm-8 {
    width: var(--col-8) !important;
  }

  .sm-9 {
    width: var(--col-9) !important;
  }

  .sm-10 {
    width: var(--col-10) !important;
  }

  .sm-11 {
    width: var(--col-11) !important;
  }

  .sm-12 {
    width: var(--col-12) !important;
  }
}

@media screen and (min-width: 1024px) {
  .md-1 {
    width: var(--col-1) !important;
  }

  .md-2 {
    width: var(--col-2) !important;
  }

  .md-3 {
    width: var(--col-3) !important;
  }

  .md-4 {
    width: var(--col-4) !important;
  }

  .md-5 {
    width: var(--col-5) !important;
  }

  .md-6 {
    width: var(--col-6) !important;
  }

  .md-7 {
    width: var(--col-7) !important;
  }

  .md-8 {
    width: var(--col-8) !important;
  }

  .md-9 {
    width: var(--col-9) !important;
  }

  .md-10 {
    width: var(--col-10) !important;
  }

  .md-11 {
    width: var(--col-11) !important;
  }

  .md-12 {
    width: var(--col-12) !important;
  }

  .footer_parentMenu {
    padding-left: 20px;
  }
}
.header--red .wpml-ls-native {
    color: #cf352f;
    font-weight: 600;
}
@media screen and (min-width: 1270px) {
  .header_overlay {
    display: none;
  }
}

@media screen and (min-width: 1271px) {
  .header_mobile-toggle {
    display: none;
  }

  .header--red .header_parentLink,.header--red .header_childLink{
    color: #cf352f;
  }
 
  .header--red .social svg {
    fill: #cf352f !important;
  }
}

@media screen and (min-width: 1400px) {
  .lg-1 {
    width: var(--col-1) !important;
  }

  .lg-2 {
    width: var(--col-2) !important;
  }

  .lg-3 {
    width: var(--col-3) !important;
  }

  .lg-4 {
    width: var(--col-4) !important;
  }

  .lg-5 {
    width: var(--col-5) !important;
  }

  .lg-6 {
    width: var(--col-6) !important;
  }

  .lg-7 {
    width: var(--col-7) !important;
  }

  .lg-8 {
    width: var(--col-8) !important;
  }

  .lg-9 {
    width: var(--col-9) !important;
  }

  .lg-10 {
    width: var(--col-10) !important;
  }

  .lg-11 {
    width: var(--col-11) !important;
  }

  .lg-12 {
    width: var(--col-12) !important;
  }
}

@media screen and (min-width: 1500px) {
  .page-team-single {
    overflow: hidden;
  }
}

@media screen and (max-width: 425px){
  .research-row .a-6{
    width: 100% !important;
  }
}

@media screen and (max-width: 1700px) {
  .team-member-btn {
    font-size: 12px;
    line-height: 1;
    width: 25px;
    height: 25px;
    border: 1px solid #cf352f;
  }

  .team-member-btn--prev {
    left: -27px;
  }

  .team-member-btn--next {
    right: -27px;
  }

  .team-member-btn svg {
    height: 12px;
    width: 7px;
  }

  .canada-make-float {
    right: 0px;
  }
}

@media screen and (max-width: 1600px) {
  .header_parentMenu .header_parentLi {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1400px) {
  .mb80 {
    margin-bottom: 60px;
  }

  .mb100 {
    margin-bottom: 80px;
  }

  .mv60 {
    margin: 40px 0;
  }

  .mv80 {
    margin: 60px 0;
  }

  .mv100 {
    margin: 80px 0;
  }

  .mb200 {
    margin-bottom: 100px;
  }

  .mb160 {
    margin-bottom: 100px;
  }

  .mb120 {
    margin-bottom: 80px;
  }

  .mt80 {
    margin-top: 60px;
  }

  .mt100 {
    margin-top: 80px;
  }

  .m80 {
    margin: 60px;
  }

  .m100 {
    margin: 80px;
  }

  .pb80 {
    padding-bottom: 60px;
  }

  .pb100 {
    padding-bottom: 80px;
  }

  .pv60 {
    padding: 40px 0;
  }

  .pv80 {
    padding: 60px 0;
  }

  .pv100 {
    padding: 80px 0;
  }

  .pb200 {
    padding-bottom: 100px;
  }

  .pb160 {
    padding-bottom: 100px;
  }

  .pb120 {
    padding-bottom: 80px;
  }

  .pt80 {
    padding-top: 60px;
  }

  .pt100 {
    padding-top: 80px;
  }

  .p80 {
    padding: 60px;
  }

  .p100 {
    padding: 80px;
  }

  .socials--header .social {
    margin-right: 10px;
  }

  .team-cards:before {
    display: none;
  }

  .product-cards:before {
    display: none;
  }

  .canada-make-float svg {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 1399px) {
  .lg-0 {
    width: 0px;
    overflow: hidden;
    height: 0px;
    padding: 0 !important;
  }
}

@media screen and (max-width: 1300px) {
  .welcome .welcome_content {
    padding: 0px 10px 0px 10px;
  }

  .float-block {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1270px) {
    .wpml-ls-legacy-list-horizontal{
        right: 0 !important;
        float: right;
    }
    .wpml-ls-native{
        color: #42474a !important;
        font-weight: bold;
    }
  .site {
    padding: 0px 16px 16px 16px;
  }

  header {
    left: 16px;
    right: 16px;
  }

  .header {
    padding: 15px 20px 15px 20px;
  }

  .socials--header {
    margin-top: 40px;
    text-align: right;
  }

  .socials--header .social svg {
    fill: #42474a !important;
  }

  .header_parentMenu .header_parentLi {
    display: block;
    text-align: right;
    margin: 0 0 20px 0;
  }

  .header_parentMenu .header_parentLink,.header_parentMenu .header_childLink {
    color: #42474a;
    display: block;
    padding: 6px 0;
  }

  .header_parentMenu .header_parentLink:hover,.header_parentMenu .header_childLink:hover {
    background: #ccc;
  }

  .header_parentMenu .header_childMenu {
    position: static;
    opacity: 1;
    visibility: visible;
  }

  .header_mobile {
    position: fixed;
    display: block;
    top: 0;
    right: -320px;
    bottom: 0;
    width: 320px;
    padding: 30px 35px 30px 30px;
    background: #fff;
    z-index: 7;
  }

  .header_mobile.active {
    overflow: auto;
    right: 0;
  }

  .header_overlay.active {
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }

  .langs {
    padding: 7px 20px 0 0px;
  }
}

@media screen and (max-width: 1100px) {
  .float-block {
    width: 100%;
    background: transparent;
    right: 0;
    left: 0;
    padding: 20px 20px 20px 0px;
    box-shadow: none;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .float-block--right {
    padding: 20px 0px 20px 20px;
  }
}

@media screen and (max-width: 1023px) {
  .md-0 {
    width: 0px;
    overflow: hidden;
    height: 0px;
    padding: 0 !important;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb50 {
    margin-bottom: 20px;
  }

  .mb60 {
    margin-bottom: 40px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb100 {
    margin-bottom: 60px;
  }

  .mv40 {
    margin: 20px 0;
  }

  .mv50 {
    margin: 20px 0;
  }

  .mv60 {
    margin: 20px 0;
  }

  .mv80 {
    margin: 40px 0;
  }

  .mv100 {
    margin: 60px 0;
  }

  .mb200 {
    margin-bottom: 80px;
  }

  .mb160 {
    margin-bottom: 80px;
  }

  .mb120 {
    margin-bottom: 60px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mt50 {
    margin-top: 20px;
  }

  .mt60 {
    margin-top: 40px;
  }

  .mt80 {
    margin-top: 40px;
  }

  .mt100 {
    margin-top: 60px;
  }

  .m40 {
    margin: 20px;
  }

  .m50 {
    margin: 20px;
  }

  .m60 {
    margin: 40px;
  }

  .m80 {
    margin: 40px;
  }

  .m100 {
    margin: 60px;
  }

  .pb40 {
    padding-bottom: 20px;
  }

  .pb50 {
    padding-bottom: 20px;
  }

  .pb60 {
    padding-bottom: 40px;
  }

  .pb80 {
    padding-bottom: 40px;
  }

  .pb100 {
    padding-bottom: 60px;
  }

  .pv40 {
    padding: 20px 0;
  }

  .pv60 {
    padding: 20px 0;
  }

  .pv80 {
    padding: 40px 0;
  }

  .pv100 {
    padding: 60px 0;
  }

  .pb200 {
    padding-bottom: 80px;
  }

  .pb160 {
    padding-bottom: 80px;
  }

  .pb120 {
    padding-bottom: 60px;
  }

  .pt40 {
    padding-top: 20px;
  }

  .pt60 {
    padding-top: 40px;
  }

  .pt80 {
    padding-top: 40px;
  }

  .pt100 {
    padding-top: 60px;
  }

  .ph40 {
    padding: 0 20px;
  }

  .p40 {
    padding: 20px;
  }

  .p60 {
    padding: 40px;
  }

  .p80 {
    padding: 40px;
  }

  .p100 {
    padding: 60px;
  }

  .title {
    font-size: 18px;
  }

  .title-big {
    font-size: 20px;
  }

  .caption {
    font-size: 22px;
  }

  .caption-big {
    font-size: 26px;
  }

  .head_text {
    font-size: 30px;
  }

  .lineh-max {
    line-height: 1.75em;
  }

  .caption-65 {
    font-size: 40px;
    line-height: 53px;
  }

  .caption-45 {
    font-size: 30px;
    line-height: 40px;
  }

  .caption-40 {
    font-size: 24px;
    line-height: 32px;
  }

  .caption-35 {
    font-size: 24px;
    line-height: 32px;
  }

  .caption-30 {
    font-size: 24px;
    line-height: 32px;
  }

  .caption-24 {
    font-size: 20px;
    line-height: 26px;
  }

  .caption-22 {
    font-size: 20px;
    line-height: 26px;
  }

  .the_content p {
    font-size: 16px;
    line-height: 26px;
  }

  .the_content li {
    font-size: 16px;
    line-height: 26px;
  }

  .img-box--toright {
    margin-right: -20px;
  }

  .img-box--toleft {
    margin-left: -20px;
  }

  .card .card_content {
    padding: 16px;
  }

  .card .card_delim {
    margin-bottom: 16px;
  }

  .card .card_text {
    font-size: 18px;
  }

  .card .card_info {
    font-size: 16px;
  }

  .contact-info {
    margin-bottom: 20px;
  }

  .contact-form {
    padding: 16px 0px 50px 0px;
  }

  .team-member-btn {
    display: none;
  }

  .news-card {
    padding: 20px;
  }

  .news_img-wrapper:before {
    display: none;
  }

  .about-content2 {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .sm-0 {
    width: 0px;
    overflow: hidden;
    height: 0px;
    padding: 0 !important;
  }

  .head_text {
    font-size: 24px;
  }

  .img-box {
    margin-left: 0px;
    margin-right: 0px;
  }

  .float-block {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .mobile-hide {
    display: none;
  }

  .contact-infobox-wrapper {
    display: inline-block;
    vertical-align: middle;
  }

  .team_delim {
    display: none;
  }

  .team_img {
    margin-bottom: 30px;
  }

  .team_img:before {
    display: none;
  }

  .single-product-slider {
    margin: 0 auto 60px auto;
  }

  .news-card .news-card_title a {
    line-height: 1.2em;
    font-size: 16px;
    line-height: 19px;
  }

  .news-card .news-card_title a--lineh {
    line-height: 30px;
  }

  .news-card .news-card_title a--lineh-big {
    line-height: 35px;
  }

  .news-card .news-card_date {
    line-height: 1.2em;
    font-size: 14px;
    line-height: 16px;
  }

  .news-card .news-card_date--lineh {
    line-height: 24px;
  }

  .news-card .news-card_intro {
    line-height: 1.2em;
    font-size: 14px;
    line-height: 16px;
    line-height: 22px;
  }

  .news-card .news-card_intro--lineh {
    line-height: 24px;
  }

  .filters .filter {
    font-size: 15px;
    line-height: 1;
  }

  .research-wrapper {
    -webkit-column-count: 1;
    column-count: 1;
    float: none !important;
  }

  .front-news-block {
    padding-bottom: 0px;
  }

  .home-second-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mobile-mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 540px) {
  .footer_parentMenu .footer_parentLi {
    width: 50%;
  }

  .about_big-icon svg {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 539px) {
  .xs-0 {
    width: 0px;
    overflow: hidden;
    height: 0px;
    padding: 0 !important;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0 0;
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.studies_link a{
  color: #000;
  font-weight: bold;
}

/* Organic Page */
.eco-row{
    width: 100%;
    max-width: 1386px;
    margin: 0 auto;
    display: flex;
}
.row-flex{
    width: 100%;
    max-width: 1386px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ecocert-svg{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 20px;
}
.ecocert-svg-a{
    align-items: center;
    vertical-align: middle;
    display: flex;
}
.ecocert-svg svg{
    width: 25px;
    fill: #cf352f;
}
.ecocert-attes-text, .tabcontent a {
    color: black;
}
.ecocert-logo{
    margin-left: auto;
}

.ecocert-logo img {
    width: 60%;
    float: right;
}

.organic-title {
    width: 50%;
    margin: 0 auto;
}

.org-prod-container {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1386px;
}

.organic-products-row {
    display: grid;
    margin: 0 auto;
    width: 100%;
    max-width: 1386px;
}

.organic-header-p {
    margin-bottom: 2rem;
    word-wrap: break-word;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.tabcontent {
    line-height: 1.5;
}
.eco-prod{
    padding: 0 15px;
}
.eco-prod:nth-child(odd){
    background-color: #5f606070;
}

.tabcontent h2 {
    font-weight: 600;
    font-size: 20px;
    color: #42474a;
}

.tabcontent p {
    margin-bottom: 2rem;
    word-wrap: break-word;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
}

.tabcontent a:hover {
    text-decoration: underline;
    color: #6161ca;
}

.what-eco-p{
    line-height: 1.5;
    font-size: 16px;
}

@media all and (max-width: 600px) {
    .row-flex {
        flex-direction: column-reverse;
        padding-bottom: 60px;
    }
    .ecocert-logo {
        text-align: center;
        margin-left: unset;
    }
    .ecocert-logo img {
        float: none;
    }
}

@media all and (max-width: 991px) {
    .org-prod-container {
        flex-direction: column-reverse;
    }

    .ecocert-logo {
        padding-bottom: 40px;
    }
}


/* Lang Btn */
.wpml-ls-native{
  display: inline-block;
  color: white;
  text-transform: uppercase;
}

.wpml-ls-legacy-list-horizontal{
  position: relative;
  right: 55px;
}

@media all and (min-width: 1270px)  and (max-width: 1399px){
  .wpml-ls-legacy-list-horizontal{
    right: 0;
  }
}

@media all and (min-width: 1400px)  and (max-width: 2000px){
  .wpml-ls-legacy-list-horizontal{
    right: 20px;
  }
}
/* END Lang Btn */

/* Product Dosage Btn */
.dosage-btn{
  text-align: center;
  margin: 55px 0;
}

.dosage-btn a{
  color: white;
  font-size: 18px;
  padding: 15px 20px;
  background-color: #ED1941;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 0 1px 3px #f19f9cb0;
  border: none;
  outline: none;
  cursor: pointer;
}
/* END Product Dosage Btn */

/*Product detail breadcrubs*/
#breadcrumbs{
    background: #fff;
    padding: 20px 30px;
    border-top: 1px solid #f0f0f0;
    font-size:14px;
    color: #8c8c8c;
}
#breadcrumbs span a{
    color:#8c8c8c; text-decoration: underline;
}
.product_title{
    font-size: 45px;
    font-weight: 800;
    color: #ed1841;
    padding: 20px 0px 15px 0px;
    /*border-bottom:1px solid #d9d9d9;*/
    margin-bottom: 25px;
    margin-left:20px;
}

.additional_tabs{padding-top:20px;}
.add_tab_row{
    display: flex;
    padding: 1.1em 0px;
    border-top: 1px solid #d9d9d9;
    align-items: center;
    color: #8c8c8c;
}
.add_tab_title{
    width:35%;
    font-weight: 800;
    /*text-transform: capitalize;*/
    line-height:1.5rem;
}
.add_tab_title_desc{
    width:65%;
    line-height:1.5rem;
}
.add_tab_title_desc a{
    color: #cf352f;
}
@media all and (max-width: 600px) {
    #breadcrumbs{
        padding: 20px 10px;
    }
    .add_tab_title{
        width:100% !important;
    }
}
/*end*/

.page-id-3442 .ekit-heading--title.elementskit-section-title b,
.page-id-3412 .ekit-heading--title.elementskit-section-title b {
	font-weight: bold !important;
}

.page-id-3452,
.page-id-3475 {
	background-color: #fff;
}

strong { font-weight: bold; }
