
body{
   font-family: 'Roboto', sans-serif;
   /* font-family: "Nunito", sans-serif; */
   background-color: #fff;
}
@font-face {
  font-display: swap;
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-display: swap;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fontawesome/fa-light-300.eot");
  src: url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

@font-face {
  font-display: swap;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }
 
.fa, 
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.fa, .fas, .far, .fal, .fab, .far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* display: inline-block; */
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-thumbs-down:before { content: "\f165";font-size:30px; }
.fa-thumbs-up:before {  content: "\f164";font-size:30px; }
.fa-angle-left:before {
  content: "\f104"; }
.fa-edit:before {
  content: "\f044"; }
.fa-trash:before {
  content: "\f1f8"; }
.fa-angle-right:before {
  content: "\f105"; }
.fa-times:before {
    content: "\f00d";
}
.fa-bars:before {
  content: "\f0c9"; }
.fa-angle-down:before {
    content: "\f107";
}
.fa-home:before {
  content: "\f015"; }
.fa-hand-point-up:before {
  content: "\f0a6"; }
.fa-user:before {
  content: "\f007"; }
.fa-user-alt:before {
  content: "\f406"; }
.fa-shopping-cart:before {
  content: "\f07a";
  font-weight: 400;
}
.fa-plus:before {
  content: "\f067"; }
.fa-search:before {
  content: "\f002"; }
.fa-facebook-f:before {
  content: "\f39e"; }
.fa-twitter:before {
    content: "\f099";
}
.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }
.fa-phone:before {
    content: "\f095";
}
.fa-fax:before {
  content: "\f1ac"; }
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-instagram:before {
  content: "\f16d"; }
.fa-tiktok:before{content:"\e07b"}

.fa-envelope:before {
  content: "\f0e0"; }
.fa-phone-volume:before {
  content: "\f2a0"; }
.fa-angle-double-right:before{content:"\f101"}
.fa-window-close:before {
  content: "\f410"; }
.fa-clock:before {
  content: "\f017"; }
.fa-map-marker-alt:before {
  content: "\f3c5"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-bars:before {
  content: "\f0c9"; }
.fa-times:before {
  content: "\f00d"; }
  .fa-location-arrow:before{content:"\f124"}
.fa-location-arrow{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-facebook-f:before {
    content: "\f39e";
}
/************** COOKIES ****************/

button#ihavecookiesBtn {
    margin-left: 0px !important;
}
#gdpr-cookie-message {
    position: fixed;
    z-index: 999;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    box-shadow: 0 6px 6px 12px rgba(0,0,0,0.25);
}
#gdpr-cookie-message h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #6A6A6A;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #000;
    border-bottom-color: #000;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    /* background: var(--green); */
    background-color: #1a2653;
    color: white;
    font-size: 13px;
    padding: 7px;
    border-radius: 0px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    /* color: #75601f; */
}

#gdpr-cookie-message button:hover {
    background: #162043;
    color: #fff;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    /* background:var(--info); */
    color: #fff;
    background-color: #6e7aa7;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
/************** COOKIES ****************/
.nGel{
   max-height: 710px !important;
}
.linkP:hover{
    color:#000;
    text-decoration: underline;
}
.subtitluProd{
    font-size: 15px;
     padding-top: 5px; 
    font-weight: 800;
}
.linkP{
    color:#000;
    text-decoration: none;
}
.card-item h3 a {
    text-decoration: none !important;
}
.staticPage .h2S{
   font-size: 25px !important;
}
.icon-container {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1b4f9b;
    text-align: center;
    transition: .6s;
    padding: 9px 5px;
    margin-right: 7px;
    color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.icon-container:hover{
  background-color: #0b48a1;
}
.supS{
   font-size: 16px;
   top: -1.1em;
}
.icon-container a, .icon-container a:hover{
    color: #fff;
    text-decoration: none
}
@-webkit-keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes headerSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.brdImg{
    -webkit-box-shadow: 1px 1px 5px 0 rgb(98, 184, 70);
    box-shadow: 1px 1px 5px 0 rgb(98, 184, 70);
}
.groupAnswers{
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; 
}
.groupAnswers .btnRaspuns {
    width: calc(50% - 5px); /* Setează lățimea butoanelor */
    margin-bottom: 5px; /* Adaugă spațiu între butoane */
    padding-left: 5px !important;
    margin-right: 5px !important;
}
.shadowBottom{
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.16);
}
.entryIntro{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    word-break: break-word;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}
.thumbnail-photo img{
   height: 350px;
}
.optiuneObligatorie{
   color: red;
}
.h2P{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
}

.boxProdus h2{
   font-weight: 800;
   font-size: 25px;
}
.boxProdus h2{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
    word-break: break-word;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
.boxProdus button{
   color: #009ab9;
}
.boxProdus{
    border: 1px solid rgb(98, 184, 70);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);    
}
.uv h2 a, .uv h2 a:hover{
   color: #ffbd00;
   text-decoration: none;
}
.uv:hover{
   border: 1px solid #ffbd00 !important;
}
.uv button{
   border-color: #ffbd00;
}
.uv button:hover{
   background-color: #ffbd00;
   color: #fff;
}

.rebalance h2 a, .rebalance h2 a:hover{
   color: #ff007e;
   text-decoration: none;
}
.rebalance:hover{
   border: 1px solid #ff007e !important;
}
.rebalance button{
   border-color: #ff007e;
}
.rebalance button:hover{
   background-color: #ff007e;
   color: #fff;
}

.splash h2 a, .splash h2 a:hover{
   color: #02b9db;
   text-decoration: none;
}
.splash:hover{
   border: 1px solid #02b9db !important;
}
.splash button{
   border-color: #02b9db;
}
.splash button:hover{
   background-color: #02b9db;
   color: #fff;
}

.nighttimegel h2 a, .nighttimegel h2 a:hover{
   color: #750072;
   text-decoration: none;
}
.nighttimegel:hover{
   border: 1px solid #750072 !important;
}
.nighttimegel button{
   border-color: #750072;
}
.nighttimegel button:hover{
   background-color: #750072;
   color: #fff;
}

.lipids h2 a, .lipids h2 a:hover{
   color: #ff9541;
   text-decoration: none;
}
.lipids:hover{
   border: 1px solid #ff9541 !important;
}
.lipids button{
   border-color: #ff9541;
}
.lipids button:hover{
   background-color: #ff9541;
   color: #fff;
}
.dUnder{
    font-weight: 700;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 15px;
}
/* .brushBg{
    position: relative;
    background: transparent url('../images/brush_bg.jpg') no-repeat;
    display: inline-block;
    width: 835px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin-top: 25px;
    padding: 30px 0 30px 35px;
}
.brushBgLarge{
    position: relative;
    background: transparent url('../images/brush_bg_large.jpg') no-repeat;
    display: inline-block;
    width: 900px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin-top: 25px;
    padding: 30px 0 30px 35px;
}
.brushBgSmall{
    position: relative;
    background: transparent url('../images/brush_h.jpg') no-repeat;
    display: inline-block;
    width: 600px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    /* margin-top: 25px; */
/*     padding: 10px 0 20px 10px;
} */ 
.btnG{
    font-family: "Unbounded", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    fill: #009ab9;
    color: #009ab9; 
    border-style: solid;    
    border-width: 3px;
    border-radius: 38px 38px 38px 38px;
}
.fixed-menu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    left: 0;
    /* display: flex; */
    /* justify-content: center; */
    position: fixed;    
    /* border-bottom: 1px solid #000; */
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.1)!important;
    -webkit-animation: headerSlideDown .45s ease forwards;
    animation: headerSlideDown .45s ease forwards;
    will-change: transform;
}
.back-to-top {
    z-index: 99999;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgb(98, 184, 70);
    font-size: 20px;
    line-height: 40px;
    top: auto;
    left: auto;
    right: 6px;
    bottom: 6px;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    display: none;
}
.fixed-menu .logo img{
    height: 40px;
}
.fixed-menu .offcanvas{
    bottom: auto;
}
.socialprodbar{
  border-top: 1px solid #f5f5f5;
}
.left-arrow {
    transform: rotate(-135deg) !important;
}
.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(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spinner {
  to { transform: rotate(360deg); }
}
/* This is the class name given by the Font Awesome component when icon contains 'spinner' */
.fa-spinner {
  /* Apply 'spinner' keyframes looping once every second (1s)  */
  animation: spinner 1s linear infinite;
}
.fa-spinner:before{content:"\f110"}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }
.fa-minus:before {
  content: "\f068"; }
#mainMenu{
    z-index: 1000 !important;
}
#mainMenu a{
	  /* color: #363636;
	  font-weight: 700;
    font-size: 18px;
    padding: 7px 16px; */    
    color: #302e6b;
    font-size: 18px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
/* #mainMenu li a:hover, #mainMenu li .active{
    color: #fbb713;
} */
#mainMenu li{
      font-size: 14pt;
    padding-right: 45px;
    letter-spacing: 3px;
    position: relative;
    transform: scale(1, 0.9);
    display: inline-block;
    margin: 0;
}
#mainMenu li:before{
    position: absolute;
    width: 7px;
    height: 60%;
    top: 20%;
    left: -12px;
    background-color: rgb(98, 184, 70);
    content: "";
}
#mainMenu li a:hover {
    color: #6e7aa7 !important;
}
#mainMenu ul > li {
    font-size: 14pt;
    padding-right: 45px;
    letter-spacing: 3px;
    position: relative;
    transform: scale(1, 0.9);
    display: inline-block;
}
.fmenudesktop{
   /* box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.16); */
}
#mainMenu .dropdown-item:hover, #mainMenu .dropdown-item:focus{
   background-color: transparent !important;
}
.fw600{
  font-weight: 600;
}
header{
  background-color: #fff;
}
.box-news .thumbnail{ 
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.h2S{
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 1px;
    color: #000;
}
.brdRight{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.brdLeft{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.entry-beneficii{
    font-weight: 500;
}
.h2P{
   font-weight: 600;
}
.imgGen{
     min-height: 445px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    -webkit-box-shadow: 1px 1px 5px 0 rgb(98, 184, 70);
    box-shadow: 1px 1px 5px 0 rgb(98, 184, 70);
}
.imgDiferentiaza{
    background-image: url('../images/ce-diferentiaza-picaturile.jpg');
    min-height: 445px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    -webkit-box-shadow: 1px 1px 5px 0 rgb(98, 184, 70);
    box-shadow: 1px 1px 5px 0 rgb(98, 184, 70);
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
}
.imgGamaBL{
    
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.5s ease;
    -webkit-box-shadow: 1px 1px 5px 0 rgb(98, 184, 70);
    box-shadow: 1px 1px 5px 0 rgb(98, 184, 70);
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
}
.txtTAns{
    color: #009ab9;
    font-weight: 700;
    font-size: 18px;
}
.question{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1;
}
#rezultatFinal{
   display: none;
   font-size: 18px;
   text-align: justify;
}
.btnNext:hover, .btnNext:active{
   background-color: #008eab !important;
   color: #fff !important;
   border: 3px solid #008eab !important;
   width: 147px;
}
.btnNext{
    font-family: "Unbounded", Sans-serif;
    font-size: 17px;
    font-weight: 600; 
    color: #fff;
    background-color: #009ab9;
    border-style: solid;
    border-width: 3px;
    border-radius: 38px 38px 38px 38px;
    width: 147px;
}
.btnRaspuns{
    border-left: 6px solid #f9f8f8;
    border-right: 6px solid #f9f8f8;
    background-color: #f9f8f8;
    color: #001f3B;
    font-weight: 700;
    margin-bottom: 12px;
    border-top: 0px;
    border-bottom: 0px;
}
.btnRaspuns:hover, .btnRaspuns:active, .groupAnswers .selected{
    border-left: 6px solid #009ab9 !important;
    background-color: #f9f8f8 !important;
    color: #001f3B !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-right: 6px solid #f9f8f8 !important;
}
 
.btnBack:hover, .btnNext:active{
   background-color: #009ab9 !important;
   color: #fff !important;
   border: 3px solid #009ab9 !important;
   width: 147px;
}

#intrebari .timeline>li.past {
    border-color: #62b846;
    color: #62b846;
}
.btnBack{
    font-family: "Unbounded", Sans-serif;
    font-size: 17px;
    font-weight: 600; 
    color: #009ab9;
    background-color: transparent;
    border-style: solid;
    border: 3px solid #009ab9;
    border-radius: 38px 38px 38px 38px;
    width: 147px;
}
#intrebari .timeline {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 5px 0 40px;
}
#intrebari .timeline>li {
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 32px; 
    position: relative;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #a2a2a2;
    font-size: 18px;
    text-align: center;
    padding-right: 2px;
}
.staticPage a, .staticPage a{
    color: #000;
}
#intrebari .timeline>li:not(:last-child):before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    left: 100%;
    top: 14px;
    z-index: -1;
}
#intrebari .timeline>li.current {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    border-color: #009ab9;
    color: #2b303a;
}
#intrebari .timeline>li.past:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: -10px;
    top: -15px;
    font-size: 13px;
}
.entry-beneficii{
    font-size: 18px;
}
.borderTop{
   border-top: 1px solid #fdf9f9 !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#carouselproduse .aflaMaiMulte{
    background-color: #ffbb00;
    color: #fff;
    font-weight: 700;
    border-radius: 0px;
    padding: 10px 20px;
}
#carouselproduse .aflaMaiMulte:hover{
    background-color: #15285d;
    color: #fff;
}
.maiMulte{
    background-color: #ffbb00;
    color: #fff;
    font-weight: 700;
    border-radius: 0px;
    padding: 10px 20px;
    min-width: 186px;
}
.maiMulte:hover{
    background-color: #15285d;
    color: #fff;
}
#carouselproduse h3 a{
    color: #15285d;
    font-weight: 600;
}
#carouselproduse h3 a:hover{
    color: #000;
}
#carouselproduse .descriptionProd{
    font-size: 18px;
    font-weight: 500;
}
#carouselproduse img{
    max-height: 318px;
    -webkit-box-shadow: -1px 2px 5px 0 rgba(50, 50, 50, 0.5);
    box-shadow: -1px 2px 5px 0 rgba(50, 50, 50, 0.5);
}
.box-news .thumbnail .image-primary {
    transition: 0.3s;
    left: 50%;
    margin-right: -50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    object-fit: cover;
    /* height: 324px; */
}
.news a{
    color: #15285d;
    text-decoration: none;
}
.news a:hover{
    color: #000;
    text-decoration: none;
}
.cPace{
   font-size: 18px;
}
.imgProdPage{
    max-height: 380px;
}
#rebalanceDesc .imgProdPage, #splashDesc .imgProdPage, #nighttimeDesc .imgProdPage, #lipidsDesc .imgProdPage{
    max-height: inherit;
}
.productPage h1{
    color: #302e6b;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.productPage img{
    max-width: 40px;
    margin-top: -15px;
    margin-right: 4px;
}
.productPage h1 .uvtxt{
    color: #ffbd00;
}
.productPage h1 .rebalancetxt{
    color: #ff007e;
}
.productPage h1 .splashtxt{
    color: #02b9db;
}
.productPage h1 .nighttimetxt{
    color: #750072;
}
.productPage h1 .lipidstxt{
    color: #ff9541;
}
.topSection{
    /* position: relative; */
    background-image: url('../images/main-banner.jpg');
    background-position:center center;
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}
.topSectionG{
    /* position: relative; */
    background-position:center center;
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .slideShow:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 12.81%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-image: url('../images/line-white-bottom.svg');
} */
.overlay-text {
    position: absolute;
    text-align: center;
    bottom: 7px;
    right: 10px;
    color: #000;
    max-width: 45%; 
    z-index: 101;
    font-weight: 600;
}
.topSection .slogan h1{
    font-weight: 700;
    font-size: 36px;
}
.descriptionBlue{
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}
.bgSect2{
    background-color: #009ab9;
}
.bgSect2 .icon {
    max-width: 160px;
    margin: 0 auto 20px auto;
}
.slogan {
    background: transparent url('../images/brushTop.png') top right no-repeat;
    position: absolute;
    height: 320px;
    width: 680px;
    text-align: center;
    text-transform: uppercase;
    padding-right: 100px;
    left: 0;
}
.staticPage h1{
    
}
.overlay-slogan-text {
    position: absolute;
    text-align: center;
    bottom: 36%;
    right: 10px;
    color: #fff;
    max-width: 75%;
    z-index: 101;
    font-weight: 600;
    left: 3%;
}
.entry{
   font-size: 16px;
   font-weight: 600;
       display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 147px;
    word-break: break-word;
    margin-bottom: 23px !important;
}
.box-news h3 a {
    font-weight: 600;
    font-size: 22px;
}
.box-news h3{
   line-height: 0.9;
}
.img-resp:before {
    content: "";
    display: block;
}
.box-news{
    border: 1px solid rgb(98, 184, 70) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.box-news .img-responsive-1by1:before {
    /* padding-top: 100%; */
    padding-top: calc(100% * 10 / 16);
}
.img-resp {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#carouselproduse .owl-prev {
    top: 28%;
    opacity: 0.9;
    position: absolute;
    left: -10px;
    font-size: 40px !important;
    color: #363636 !important;
    background: transparent !important;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#carouselproduse .owl-next {
    top: 28%;
    opacity: 0.9;
    position: absolute;
    right: -10px;
    font-size: 40px !important;
    color: #363636 !important;
    background: transparent !important;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
footer a{
  color: #000;
}
footer a:hover{
  color: #15285d;
}
footer h3{
    font-size: 22px;
    font-weight: 600;
}
footer li:before{
  color: #15285d;
  padding-right: 8px;
  font-size: 16px;
}
footer .borderright, footer .borderright2{
   border-right: 1px solid rgb(98, 184, 70);
}
footer .fa-map-marker-alt:before{
    padding-right: 12px;
}
footer{
  word-break: break-word;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  /* box-shadow: 0 -6px 6px -6px rgba(0, 0, 0, 0.16); */
  background-color: #fff;
  font-weight: 500;
  background: #f9f9f9;
  color: #1a2653;
}
footer span{
   font-family: 'Roboto', sans-serif;
   font-weight: 600;
}
footer .widget a{
    color: #363636; 
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
footer .widget a:hover{
   color: #000;
}
footer .icon-container a, footer .icon-container a:hover{
    color: #fff !important;
    font-weight: 500;
    padding-top: 0;
}
.shadowTop {
    box-shadow: 0 -6px 6px -6px rgb(98, 184, 70);
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;transform: translateY(0);
}
@media only screen and (max-width: 1199px)
{
    .slideShow:after {
        padding-top: 22.81%;
        background-image: url('../images/line-white-bottom-lg.png');
    }
    .overlay-text {
        max-width: 64%;
    }
    #mainMenu li:before{
       content: none;
    }
    #mainMenu .dropdown-menu{
        border: 0px;
    }   

 /*    .box-beneficii .brushBgSmall, .box-studii .brushBgSmall{
        background: transparent url('../images/big_brush_lg_benef_studii.jpg') no-repeat;
        width: 400px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-left: 0px;
    } */
    .box-studii h2{
        padding-top: 25px !important;
    }
    .h2S{
       font-size: 26px;
    }
    #carouselproduse img {
      max-height: 318px;
      -webkit-box-shadow: -1px 2px 5px 0 rgba(50, 50, 50, 0.5);
      box-shadow: -1px 2px 5px 0 rgba(50, 50, 50, 0.5);
      min-height: 307px;
    }
    .imgProdPage {
        max-height: 750px;
    }
}

@media only screen and (max-width: 991px)
{
    .slideShow:after {
        padding-top: 25.81%;
        background-image: url('../images/line-white-bottom-md.png');
    }
    .overlay-text {
        max-width: 100%;
    }
    #carouselproduse img {
      /* max-height: 318px; */
      /* -webkit-box-shadow: -1px 2px 5px 0 rgba(50, 50, 50, 0.5); */
      /* box-shadow: -1px 2px 5px 0 rgba(50, 50, 50, 0.5); */
      min-height: 240px;
    }
    .box-beneficii .brushBgSmall .h2S, .box-studii .brushBgSmall .h2S{
        padding-top: 22px !important;
    }
    .box-beneficii .brushBgSmall, .box-studii .brushBgSmall{
        background: transparent url('../images/big_brush_md.jpg') no-repeat;
        width: 700px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-left: 0px;
        margin-top: 0px;
    }
    .brushBg{
        background: transparent url('../images/big_brush_md.jpg') no-repeat;
        width: 700px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-left: 0px;
        margin-top: 0px;
    }
    .h2S {
        font-size: 23px;
        margin-top: 15px !important;
    }
    .box-news h3 a{
        font-size: 20px;
    }
    .brushBgSmall .h2S{
        margin-top: 6px !important;
    }
    .imgProdPage{
        max-height: 1050px;
    }
}

@media only screen and (max-width: 767px)
{
    .boxProdus h2{
        height: 117px;
    }
    footer .borderright2{
        border-right: 0px;
    }
    .slogan{
        width: 560px;
    }
    .slideShow:after {
        padding-top: 34.81%;
        /* background-image: url('../images/line-white-bottom-sm.png'); */
    }
    .overlay-text {
        max-width: 100%;
        left: 15px;
        right: 15px;
    }
/*     .brushBg {
      background: transparent url('../images/big_brush_sm2.jpg') no-repeat;
      width: 500px;
      left: 6%;
      -moz-transform: translateX(-6%);
      -webkit-transform: translateX(-6%);
      -o-transform: translateX(-6%);
      -ms-transform: translateX(-6%);
      transform: translateX(-6%);
      padding-left: 0px;
      padding-top: 42px;
    } */
    .brushBgSmall {
        background: transparent url('../images/big_brush_sm.jpg') no-repeat;
        width: 500px;
        left: 0%;
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -o-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .brushBgSmall .h2S {
        margin-top: 0px !important;
        padding-top: 20px !important;
    }
   /*  .box-beneficii .brushBgSmall, .box-studii .brushBgSmall{
        background: transparent url('../images/big_brush_sm2.jpg') no-repeat;
        width: 500px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-left: 0px;
        margin-top: 0px;
    }
    .box-beneficii .brushBgSmall .h2S, .box-studii .brushBgSmall .h2S {
        padding-top: 30px !important;
        padding-bottom: 35px;
    } */
    .h2S{
        font-size: 24px;
    }

    .overlay-slogan-text{
        bottom: 42%;
        max-width: 86%;
    }
    #rebalanceDesc .imgProdPage, #splashDesc .imgProdPage, #nighttimeDesc .imgProdPage, #lipidsDesc .imgProdPage{
        max-height: 300px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 575px)
{
    footer .borderright{
        border-right: 0px;
    }
    .productPage h1, .staticPage .h2S {
        font-size: 20px !important;
    }
    .TopBanner, .topSectionG, .imgGamaBL {
        min-height: 300px !important;
    }
    .nGel{
       max-height: 255px !important;
    }
    .slogan {
        width: 325px;
        padding-right: 0px;
        background: none;
    }
    .overlay-slogan-text {
        max-width: 100%;
        right: 15px;
        bottom: auto; 
        margin-top: 15px;
    }
    .topSection .slogan h1 { 
        font-size: 25px;
    }
    .descriptionBlue{
        font-size: 20px;
    }
    .productPage img {
        max-width: 27px;
    }
    .bgSect2 .icon img{
        max-width: 100px;
        margin: 0 auto;
        display: block;
    }
    .entry-beneficii ul{
        padding-left: 0px;
    }
     .entry-beneficii p{
        text-align: center;
     }
    header .icon-container{
        padding: 5px 5px;
        width: 30px;
        height: 30px;
    }
    .slideShow:after {
        padding-top: 34.81%;
        background-image: url('../images/line-white-bottom-xs.png');
    }
    .overlay-text {
        max-width: 100%;
        left: 0;
        /* left: 15px; */
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
        padding-top: 15px;
    }
    .h2S{
       font-size: 22px;
    }
    .brushBg, .brushBgSmall, .box-beneficii .brushBgSmall, .box-studii .brushBgSmall{
        background: none;
        width: auto;
        margin: 0 auto;
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .fColumn{
        flex-direction: column!important;
    }
    .box-beneficii .brushBgSmall .h2S, .box-studii .brushBgSmall .h2S {
        padding-bottom: 0px;
    }
    .imgProdPage {
        max-height: 300px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
        padding-right: 0px !important;
    }
    .fixed-menu .logo img{
        height: auto;
    }
}